@ionic/angular 8.8.9-dev.11779411201.1a483e09 → 8.8.9-dev.11780349068.18c33698
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/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 +68 -79
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular-standalone.mjs +903 -882
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +1065 -744
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +11 -16
- package/schematics/add/index.js +27 -1
- package/schematics/utils/ast.js +1 -2
- package/schematics/utils/config.js +10 -11
- package/schematics/utils/package.js +1 -2
- package/types/ionic-angular-common.d.ts +1014 -0
- package/types/ionic-angular-standalone.d.ts +1560 -0
- package/{directives/proxies.d.ts → types/ionic-angular.d.ts} +642 -408
- 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 -92
- package/esm2022/directives/proxies.mjs +0 -2438
- 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 -2326
- package/esm2022/standalone/directives/radio-group.mjs +0 -60
- package/esm2022/standalone/directives/range.mjs +0 -78
- package/esm2022/standalone/directives/searchbar.mjs +0 -82
- package/esm2022/standalone/directives/segment.mjs +0 -60
- package/esm2022/standalone/directives/select.mjs +0 -84
- package/esm2022/standalone/directives/textarea.mjs +0 -91
- package/esm2022/standalone/directives/toggle.mjs +0 -76
- package/esm2022/standalone/index.mjs +0 -25
- package/esm2022/standalone/ionic-angular-standalone.mjs +0 -5
- package/esm2022/standalone/navigation/back-button.mjs +0 -32
- package/esm2022/standalone/navigation/nav.mjs +0 -28
- package/esm2022/standalone/navigation/router-link-delegate.mjs +0 -28
- package/esm2022/standalone/navigation/router-outlet.mjs +0 -60
- package/esm2022/standalone/navigation/tabs.mjs +0 -58
- package/esm2022/standalone/overlays/modal.mjs +0 -32
- package/esm2022/standalone/overlays/popover.mjs +0 -28
- package/esm2022/standalone/providers/action-sheet-controller.mjs +0 -21
- package/esm2022/standalone/providers/alert-controller.mjs +0 -21
- package/esm2022/standalone/providers/animation-controller.mjs +0 -38
- package/esm2022/standalone/providers/gesture-controller.mjs +0 -33
- package/esm2022/standalone/providers/ionic-angular.mjs +0 -38
- package/esm2022/standalone/providers/loading-controller.mjs +0 -21
- package/esm2022/standalone/providers/menu-controller.mjs +0 -19
- package/esm2022/standalone/providers/modal-controller.mjs +0 -28
- package/esm2022/standalone/providers/picker-controller.mjs +0 -24
- package/esm2022/standalone/providers/popover-controller.mjs +0 -21
- package/esm2022/standalone/providers/toast-controller.mjs +0 -21
- package/index.d.ts +0 -27
- package/ionic-module.d.ts +0 -28
- package/providers/action-sheet-controller.d.ts +0 -8
- package/providers/alert-controller.d.ts +0 -8
- package/providers/animation-controller.d.ts +0 -25
- package/providers/gesture-controller.d.ts +0 -13
- package/providers/loading-controller.d.ts +0 -8
- package/providers/menu-controller.d.ts +0 -7
- package/providers/modal-controller.d.ts +0 -12
- package/providers/picker-controller.d.ts +0 -11
- package/providers/popover-controller.d.ts +0 -9
- package/providers/toast-controller.d.ts +0 -8
- package/standalone/directives/angular-component-lib/utils.d.ts +0 -9
- package/standalone/directives/checkbox.d.ts +0 -30
- package/standalone/directives/datetime.d.ts +0 -30
- package/standalone/directives/icon.d.ts +0 -9
- package/standalone/directives/index.d.ts +0 -12
- package/standalone/directives/input-otp.d.ts +0 -49
- package/standalone/directives/input.d.ts +0 -47
- package/standalone/directives/proxies.d.ts +0 -1053
- 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,73 +1,86 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Injector, ElementRef, NgZone, ChangeDetectorRef, EventEmitter, ViewContainerRef, QueryList, EnvironmentInjector, Provider, ModuleWithProviders } from '@angular/core';
|
|
3
|
+
import { ValueAccessor, IonRouterOutlet as IonRouterOutlet$1, IonTabs as IonTabs$1, IonBackButton as IonBackButton$1, NavController, Config, IonNav as IonNav$1, AngularDelegate, RouterLinkDelegateDirective as RouterLinkDelegateDirective$1, RouterLinkWithHrefDelegateDirective as RouterLinkWithHrefDelegateDirective$1, IonModal as IonModal$1, IonPopover as IonPopover$1, OverlayBaseController, MenuController as MenuController$1, ModalOptions, PopoverOptions } from '@ionic/angular/common';
|
|
4
|
+
export { AngularDelegate, Config, DomController, IonModalToken, IonicRouteStrategy, ModalOptions, NavController, NavParams, Platform, PopoverOptions, ViewDidEnter, ViewDidLeave, ViewWillEnter, ViewWillLeave } from '@ionic/angular/common';
|
|
5
|
+
import { Components, AccordionGroupChangeEventDetail, OverlayEventDetail, BreadcrumbCollapsedClickEventDetail, CheckboxChangeEventDetail, ScrollBaseDetail, ScrollDetail, DatetimeChangeEventDetail, InputInputEventDetail, InputChangeEventDetail, InputOtpInputEventDetail, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, MenuCloseEventDetail, PickerColumnChangeEventDetail, RadioGroupChangeEventDetail, RangeChangeEventDetail, RangeKnobMoveStartEventDetail, RangeKnobMoveEndEventDetail, RefresherEventDetail, RefresherPullEndEventDetail, ItemReorderEventDetail, ReorderMoveEventDetail, ReorderEndEventDetail, SearchbarInputEventDetail, SearchbarChangeEventDetail, SegmentChangeEventDetail, SegmentViewScrollEvent, SelectChangeEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, ToggleChangeEventDetail, AlertOptions, Animation, ActionSheetOptions, GestureConfig, Gesture, LoadingOptions, ToastOptions, IonicConfig } from '@ionic/core';
|
|
6
|
+
export { AccordionGroupChangeEventDetail, AccordionGroupCustomEvent, ActionSheetButton, ActionSheetOptions, AlertButton, AlertInput, AlertOptions, Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, BackButtonEvent, BreadcrumbCollapsedClickEventDetail, BreadcrumbCustomEvent, CheckboxChangeEventDetail, CheckboxCustomEvent, DatetimeChangeEventDetail, DatetimeCustomEvent, Gesture, GestureConfig, GestureDetail, InfiniteScrollCustomEvent, InputChangeEventDetail, InputCustomEvent, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, InputOtpCustomEvent, InputOtpInputEventDetail, IonicSafeString, IonicSlides, ItemReorderCustomEvent, ItemReorderEventDetail, ItemSlidingCustomEvent, LoadingOptions, MenuCustomEvent, ModalDragEventDetail, NavComponentWithProps, NavCustomEvent, PlatformConfig, RadioGroupChangeEventDetail, RadioGroupCustomEvent, RangeChangeEventDetail, RangeCustomEvent, RangeKnobMoveEndEventDetail, RangeKnobMoveStartEventDetail, RefresherCustomEvent, RefresherEventDetail, RefresherPullEndCustomEvent, RefresherPullEndEventDetail, ReorderEndCustomEvent, ReorderEndEventDetail, ReorderMoveCustomEvent, ReorderMoveEventDetail, RouterCustomEvent, RouterEventDetail, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDetail, SearchbarChangeEventDetail, SearchbarCustomEvent, SearchbarInputEventDetail, SegmentChangeEventDetail, SegmentCustomEvent, SegmentValue, SelectChangeEventDetail, SelectCustomEvent, SpinnerTypes, TabsCustomEvent, TextareaChangeEventDetail, TextareaCustomEvent, ToastButton, ToastLayout, ToastOptions, ToggleChangeEventDetail, ToggleCustomEvent, TransitionOptions, createAnimation, createGesture, getIonPageElement, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation, openURL } from '@ionic/core';
|
|
7
|
+
import * as i15 from '@angular/common';
|
|
8
|
+
import { Location } from '@angular/common';
|
|
9
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
10
|
+
import { MaxValidator, MinValidator } from '@angular/forms';
|
|
11
|
+
|
|
12
|
+
declare class BooleanValueAccessorDirective extends ValueAccessor {
|
|
13
|
+
constructor(injector: Injector, el: ElementRef);
|
|
14
|
+
writeValue(value: boolean): void;
|
|
15
|
+
_handleIonChange(el: HTMLIonCheckboxElement | HTMLIonToggleElement): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanValueAccessorDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanValueAccessorDirective, "ion-checkbox,ion-toggle", never, {}, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare class NumericValueAccessorDirective extends ValueAccessor {
|
|
21
|
+
private el;
|
|
22
|
+
constructor(injector: Injector, el: ElementRef<HTMLInputElement | HTMLIonRangeElement>);
|
|
23
|
+
handleInputEvent(el: HTMLIonInputElement | HTMLIonInputOtpElement | HTMLIonRangeElement): void;
|
|
24
|
+
registerOnChange(fn: (_: number | null) => void): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumericValueAccessorDirective, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumericValueAccessorDirective, "ion-input[type=number],ion-input-otp:not([type=text]),ion-range", never, {}, {}, never, never, false, never>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
declare class SelectValueAccessorDirective extends ValueAccessor {
|
|
30
|
+
constructor(injector: Injector, el: ElementRef);
|
|
31
|
+
_handleChangeEvent(el: HTMLIonSelectElement | HTMLIonRadioGroupElement | HTMLIonSegmentElement | HTMLIonDatetimeElement): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueAccessorDirective, never>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueAccessorDirective, "ion-select, ion-radio-group, ion-segment, ion-datetime", never, {}, {}, never, never, false, never>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare class TextValueAccessorDirective extends ValueAccessor {
|
|
37
|
+
constructor(injector: Injector, el: ElementRef);
|
|
38
|
+
_handleInputEvent(el: HTMLIonInputElement | HTMLIonInputOtpElement | HTMLIonTextareaElement | HTMLIonSearchbarElement): void;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextValueAccessorDirective, never>;
|
|
40
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TextValueAccessorDirective, "ion-input:not([type=number]),ion-input-otp[type=text],ion-textarea,ion-searchbar", never, {}, {}, never, never, false, never>;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
declare class IonAccordion {
|
|
40
44
|
protected z: NgZone;
|
|
41
45
|
protected el: HTMLIonAccordionElement;
|
|
42
46
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
43
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonAccordion, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonAccordion, "ion-accordion", never, { "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonAccordion, "ion-accordion", never, { "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "toggleIcon": { "alias": "toggleIcon"; "required": false; }; "toggleIconSlot": { "alias": "toggleIconSlot"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
45
49
|
}
|
|
46
|
-
|
|
50
|
+
declare interface IonAccordion extends Components.IonAccordion {
|
|
47
51
|
}
|
|
48
|
-
|
|
52
|
+
declare class IonAccordionGroup {
|
|
49
53
|
protected z: NgZone;
|
|
50
54
|
protected el: HTMLIonAccordionGroupElement;
|
|
55
|
+
ionChange: EventEmitter<CustomEvent<AccordionGroupChangeEventDetail<any>>>;
|
|
51
56
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
52
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonAccordionGroup, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonAccordionGroup, "ion-accordion-group", never, { "animated": { "alias": "animated"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonAccordionGroup, "ion-accordion-group", never, { "animated": { "alias": "animated"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; }, never, ["*"], false, never>;
|
|
54
59
|
}
|
|
55
|
-
|
|
60
|
+
declare interface IonAccordionGroup extends Components.IonAccordionGroup {
|
|
56
61
|
/**
|
|
57
62
|
* Emitted when the value property has changed as a result of a user action such as a click.
|
|
58
63
|
|
|
59
64
|
This event will not emit when programmatically setting the `value` property.
|
|
60
65
|
*/
|
|
61
|
-
ionChange: EventEmitter<CustomEvent<
|
|
66
|
+
ionChange: EventEmitter<CustomEvent<AccordionGroupChangeEventDetail>>;
|
|
62
67
|
}
|
|
63
|
-
|
|
68
|
+
declare class IonActionSheet {
|
|
64
69
|
protected z: NgZone;
|
|
65
70
|
protected el: HTMLIonActionSheetElement;
|
|
71
|
+
ionActionSheetDidPresent: EventEmitter<CustomEvent<void>>;
|
|
72
|
+
ionActionSheetWillPresent: EventEmitter<CustomEvent<void>>;
|
|
73
|
+
ionActionSheetWillDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
74
|
+
ionActionSheetDidDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
75
|
+
didPresent: EventEmitter<CustomEvent<void>>;
|
|
76
|
+
willPresent: EventEmitter<CustomEvent<void>>;
|
|
77
|
+
willDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
78
|
+
didDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
66
79
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
67
80
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonActionSheet, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonActionSheet, "ion-action-sheet", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "header": { "alias": "header"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "subHeader": { "alias": "subHeader"; "required": false; }; "
|
|
81
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonActionSheet, "ion-action-sheet", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "header": { "alias": "header"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "subHeader": { "alias": "subHeader"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, { "ionActionSheetDidPresent": "ionActionSheetDidPresent"; "ionActionSheetWillPresent": "ionActionSheetWillPresent"; "ionActionSheetWillDismiss": "ionActionSheetWillDismiss"; "ionActionSheetDidDismiss": "ionActionSheetDidDismiss"; "didPresent": "didPresent"; "willPresent": "willPresent"; "willDismiss": "willDismiss"; "didDismiss": "didDismiss"; }, never, ["*"], false, never>;
|
|
69
82
|
}
|
|
70
|
-
|
|
83
|
+
declare interface IonActionSheet extends Components.IonActionSheet {
|
|
71
84
|
/**
|
|
72
85
|
* Emitted after the action sheet has presented.
|
|
73
86
|
*/
|
|
@@ -79,11 +92,11 @@ export declare interface IonActionSheet extends Components.IonActionSheet {
|
|
|
79
92
|
/**
|
|
80
93
|
* Emitted before the action sheet has dismissed.
|
|
81
94
|
*/
|
|
82
|
-
ionActionSheetWillDismiss: EventEmitter<CustomEvent<
|
|
95
|
+
ionActionSheetWillDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
83
96
|
/**
|
|
84
97
|
* Emitted after the action sheet has dismissed.
|
|
85
98
|
*/
|
|
86
|
-
ionActionSheetDidDismiss: EventEmitter<CustomEvent<
|
|
99
|
+
ionActionSheetDidDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
87
100
|
/**
|
|
88
101
|
* Emitted after the action sheet has presented.
|
|
89
102
|
Shorthand for ionActionSheetWillDismiss.
|
|
@@ -98,21 +111,29 @@ export declare interface IonActionSheet extends Components.IonActionSheet {
|
|
|
98
111
|
* Emitted before the action sheet has dismissed.
|
|
99
112
|
Shorthand for ionActionSheetWillDismiss.
|
|
100
113
|
*/
|
|
101
|
-
willDismiss: EventEmitter<CustomEvent<
|
|
114
|
+
willDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
102
115
|
/**
|
|
103
116
|
* Emitted after the action sheet has dismissed.
|
|
104
117
|
Shorthand for ionActionSheetDidDismiss.
|
|
105
118
|
*/
|
|
106
|
-
didDismiss: EventEmitter<CustomEvent<
|
|
119
|
+
didDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
107
120
|
}
|
|
108
|
-
|
|
121
|
+
declare class IonAlert {
|
|
109
122
|
protected z: NgZone;
|
|
110
123
|
protected el: HTMLIonAlertElement;
|
|
124
|
+
ionAlertDidPresent: EventEmitter<CustomEvent<void>>;
|
|
125
|
+
ionAlertWillPresent: EventEmitter<CustomEvent<void>>;
|
|
126
|
+
ionAlertWillDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
127
|
+
ionAlertDidDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
128
|
+
didPresent: EventEmitter<CustomEvent<void>>;
|
|
129
|
+
willPresent: EventEmitter<CustomEvent<void>>;
|
|
130
|
+
willDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
131
|
+
didDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
111
132
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
112
133
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonAlert, never>;
|
|
113
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonAlert, "ion-alert", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "header": { "alias": "header"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "message": { "alias": "message"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "subHeader": { "alias": "subHeader"; "required": false; }; "
|
|
134
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonAlert, "ion-alert", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "header": { "alias": "header"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "message": { "alias": "message"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "subHeader": { "alias": "subHeader"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, { "ionAlertDidPresent": "ionAlertDidPresent"; "ionAlertWillPresent": "ionAlertWillPresent"; "ionAlertWillDismiss": "ionAlertWillDismiss"; "ionAlertDidDismiss": "ionAlertDidDismiss"; "didPresent": "didPresent"; "willPresent": "willPresent"; "willDismiss": "willDismiss"; "didDismiss": "didDismiss"; }, never, ["*"], false, never>;
|
|
114
135
|
}
|
|
115
|
-
|
|
136
|
+
declare interface IonAlert extends Components.IonAlert {
|
|
116
137
|
/**
|
|
117
138
|
* Emitted after the alert has presented.
|
|
118
139
|
*/
|
|
@@ -124,11 +145,11 @@ export declare interface IonAlert extends Components.IonAlert {
|
|
|
124
145
|
/**
|
|
125
146
|
* Emitted before the alert has dismissed.
|
|
126
147
|
*/
|
|
127
|
-
ionAlertWillDismiss: EventEmitter<CustomEvent<
|
|
148
|
+
ionAlertWillDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
128
149
|
/**
|
|
129
150
|
* Emitted after the alert has dismissed.
|
|
130
151
|
*/
|
|
131
|
-
ionAlertDidDismiss: EventEmitter<CustomEvent<
|
|
152
|
+
ionAlertDidDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
132
153
|
/**
|
|
133
154
|
* Emitted after the alert has presented.
|
|
134
155
|
Shorthand for ionAlertWillDismiss.
|
|
@@ -143,61 +164,64 @@ export declare interface IonAlert extends Components.IonAlert {
|
|
|
143
164
|
* Emitted before the alert has dismissed.
|
|
144
165
|
Shorthand for ionAlertWillDismiss.
|
|
145
166
|
*/
|
|
146
|
-
willDismiss: EventEmitter<CustomEvent<
|
|
167
|
+
willDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
147
168
|
/**
|
|
148
169
|
* Emitted after the alert has dismissed.
|
|
149
170
|
Shorthand for ionAlertDidDismiss.
|
|
150
171
|
*/
|
|
151
|
-
didDismiss: EventEmitter<CustomEvent<
|
|
172
|
+
didDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
152
173
|
}
|
|
153
|
-
|
|
174
|
+
declare class IonApp {
|
|
154
175
|
protected z: NgZone;
|
|
155
176
|
protected el: HTMLIonAppElement;
|
|
156
177
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
157
178
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonApp, never>;
|
|
158
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonApp, "ion-app", never, {
|
|
179
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonApp, "ion-app", never, {}, {}, never, ["*"], false, never>;
|
|
159
180
|
}
|
|
160
|
-
|
|
181
|
+
declare interface IonApp extends Components.IonApp {
|
|
161
182
|
}
|
|
162
|
-
|
|
183
|
+
declare class IonAvatar {
|
|
163
184
|
protected z: NgZone;
|
|
164
185
|
protected el: HTMLIonAvatarElement;
|
|
165
186
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
166
187
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonAvatar, never>;
|
|
167
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonAvatar, "ion-avatar", never, {
|
|
188
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonAvatar, "ion-avatar", never, {}, {}, never, ["*"], false, never>;
|
|
168
189
|
}
|
|
169
|
-
|
|
190
|
+
declare interface IonAvatar extends Components.IonAvatar {
|
|
170
191
|
}
|
|
171
|
-
|
|
192
|
+
declare class IonBackdrop {
|
|
172
193
|
protected z: NgZone;
|
|
173
194
|
protected el: HTMLIonBackdropElement;
|
|
195
|
+
ionBackdropTap: EventEmitter<CustomEvent<void>>;
|
|
174
196
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
175
197
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonBackdrop, never>;
|
|
176
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonBackdrop, "ion-backdrop", never, { "
|
|
198
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonBackdrop, "ion-backdrop", never, { "stopPropagation": { "alias": "stopPropagation"; "required": false; }; "tappable": { "alias": "tappable"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "ionBackdropTap": "ionBackdropTap"; }, never, ["*"], false, never>;
|
|
177
199
|
}
|
|
178
|
-
|
|
200
|
+
declare interface IonBackdrop extends Components.IonBackdrop {
|
|
179
201
|
/**
|
|
180
202
|
* Emitted when the backdrop is tapped.
|
|
181
203
|
*/
|
|
182
204
|
ionBackdropTap: EventEmitter<CustomEvent<void>>;
|
|
183
205
|
}
|
|
184
|
-
|
|
206
|
+
declare class IonBadge {
|
|
185
207
|
protected z: NgZone;
|
|
186
208
|
protected el: HTMLIonBadgeElement;
|
|
187
209
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
188
210
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonBadge, never>;
|
|
189
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonBadge, "ion-badge", never, { "color": { "alias": "color"; "required": false; }; "
|
|
211
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonBadge, "ion-badge", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
190
212
|
}
|
|
191
|
-
|
|
213
|
+
declare interface IonBadge extends Components.IonBadge {
|
|
192
214
|
}
|
|
193
|
-
|
|
215
|
+
declare class IonBreadcrumb {
|
|
194
216
|
protected z: NgZone;
|
|
195
217
|
protected el: HTMLIonBreadcrumbElement;
|
|
218
|
+
ionFocus: EventEmitter<CustomEvent<void>>;
|
|
219
|
+
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
196
220
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
197
221
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonBreadcrumb, never>;
|
|
198
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonBreadcrumb, "ion-breadcrumb", never, { "active": { "alias": "active"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "target": { "alias": "target"; "required": false; };
|
|
222
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonBreadcrumb, "ion-breadcrumb", never, { "active": { "alias": "active"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
|
|
199
223
|
}
|
|
200
|
-
|
|
224
|
+
declare interface IonBreadcrumb extends Components.IonBreadcrumb {
|
|
201
225
|
/**
|
|
202
226
|
* Emitted when the breadcrumb has focus.
|
|
203
227
|
*/
|
|
@@ -207,27 +231,30 @@ export declare interface IonBreadcrumb extends Components.IonBreadcrumb {
|
|
|
207
231
|
*/
|
|
208
232
|
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
209
233
|
}
|
|
210
|
-
|
|
234
|
+
declare class IonBreadcrumbs {
|
|
211
235
|
protected z: NgZone;
|
|
212
236
|
protected el: HTMLIonBreadcrumbsElement;
|
|
237
|
+
ionCollapsedClick: EventEmitter<CustomEvent<BreadcrumbCollapsedClickEventDetail>>;
|
|
213
238
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
214
239
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonBreadcrumbs, never>;
|
|
215
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonBreadcrumbs, "ion-breadcrumbs", never, { "color": { "alias": "color"; "required": false; }; "itemsAfterCollapse": { "alias": "itemsAfterCollapse"; "required": false; }; "itemsBeforeCollapse": { "alias": "itemsBeforeCollapse"; "required": false; }; "maxItems": { "alias": "maxItems"; "required": false; }; "mode": { "alias": "mode"; "required": false; };
|
|
240
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonBreadcrumbs, "ion-breadcrumbs", never, { "color": { "alias": "color"; "required": false; }; "itemsAfterCollapse": { "alias": "itemsAfterCollapse"; "required": false; }; "itemsBeforeCollapse": { "alias": "itemsBeforeCollapse"; "required": false; }; "maxItems": { "alias": "maxItems"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, { "ionCollapsedClick": "ionCollapsedClick"; }, never, ["*"], false, never>;
|
|
216
241
|
}
|
|
217
|
-
|
|
242
|
+
declare interface IonBreadcrumbs extends Components.IonBreadcrumbs {
|
|
218
243
|
/**
|
|
219
244
|
* Emitted when the collapsed indicator is clicked on.
|
|
220
245
|
*/
|
|
221
|
-
ionCollapsedClick: EventEmitter<CustomEvent<
|
|
246
|
+
ionCollapsedClick: EventEmitter<CustomEvent<BreadcrumbCollapsedClickEventDetail>>;
|
|
222
247
|
}
|
|
223
|
-
|
|
248
|
+
declare class IonButton {
|
|
224
249
|
protected z: NgZone;
|
|
225
250
|
protected el: HTMLIonButtonElement;
|
|
251
|
+
ionFocus: EventEmitter<CustomEvent<void>>;
|
|
252
|
+
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
226
253
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
227
254
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonButton, never>;
|
|
228
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonButton, "ion-button", never, { "buttonType": { "alias": "buttonType"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "form": { "alias": "form"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "strong": { "alias": "strong"; "required": false; }; "target": { "alias": "target"; "required": false; }; "
|
|
255
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonButton, "ion-button", never, { "buttonType": { "alias": "buttonType"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "form": { "alias": "form"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "strong": { "alias": "strong"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
|
|
229
256
|
}
|
|
230
|
-
|
|
257
|
+
declare interface IonButton extends Components.IonButton {
|
|
231
258
|
/**
|
|
232
259
|
* Emitted when the button has focus.
|
|
233
260
|
*/
|
|
@@ -237,75 +264,77 @@ export declare interface IonButton extends Components.IonButton {
|
|
|
237
264
|
*/
|
|
238
265
|
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
239
266
|
}
|
|
240
|
-
|
|
267
|
+
declare class IonButtons {
|
|
241
268
|
protected z: NgZone;
|
|
242
269
|
protected el: HTMLIonButtonsElement;
|
|
243
270
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
244
271
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonButtons, never>;
|
|
245
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonButtons, "ion-buttons", never, { "collapse": { "alias": "collapse"; "required": false; };
|
|
272
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonButtons, "ion-buttons", never, { "collapse": { "alias": "collapse"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
246
273
|
}
|
|
247
|
-
|
|
274
|
+
declare interface IonButtons extends Components.IonButtons {
|
|
248
275
|
}
|
|
249
|
-
|
|
276
|
+
declare class IonCard {
|
|
250
277
|
protected z: NgZone;
|
|
251
278
|
protected el: HTMLIonCardElement;
|
|
252
279
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
253
280
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonCard, never>;
|
|
254
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonCard, "ion-card", never, { "button": { "alias": "button"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "
|
|
281
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonCard, "ion-card", never, { "button": { "alias": "button"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
255
282
|
}
|
|
256
|
-
|
|
283
|
+
declare interface IonCard extends Components.IonCard {
|
|
257
284
|
}
|
|
258
|
-
|
|
285
|
+
declare class IonCardContent {
|
|
259
286
|
protected z: NgZone;
|
|
260
287
|
protected el: HTMLIonCardContentElement;
|
|
261
288
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
262
289
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonCardContent, never>;
|
|
263
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonCardContent, "ion-card-content", never, { "mode": { "alias": "mode"; "required": false; };
|
|
290
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonCardContent, "ion-card-content", never, { "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
264
291
|
}
|
|
265
|
-
|
|
292
|
+
declare interface IonCardContent extends Components.IonCardContent {
|
|
266
293
|
}
|
|
267
|
-
|
|
294
|
+
declare class IonCardHeader {
|
|
268
295
|
protected z: NgZone;
|
|
269
296
|
protected el: HTMLIonCardHeaderElement;
|
|
270
297
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
271
298
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonCardHeader, never>;
|
|
272
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonCardHeader, "ion-card-header", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "
|
|
299
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonCardHeader, "ion-card-header", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
273
300
|
}
|
|
274
|
-
|
|
301
|
+
declare interface IonCardHeader extends Components.IonCardHeader {
|
|
275
302
|
}
|
|
276
|
-
|
|
303
|
+
declare class IonCardSubtitle {
|
|
277
304
|
protected z: NgZone;
|
|
278
305
|
protected el: HTMLIonCardSubtitleElement;
|
|
279
306
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
280
307
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonCardSubtitle, never>;
|
|
281
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonCardSubtitle, "ion-card-subtitle", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; };
|
|
308
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonCardSubtitle, "ion-card-subtitle", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
282
309
|
}
|
|
283
|
-
|
|
310
|
+
declare interface IonCardSubtitle extends Components.IonCardSubtitle {
|
|
284
311
|
}
|
|
285
|
-
|
|
312
|
+
declare class IonCardTitle {
|
|
286
313
|
protected z: NgZone;
|
|
287
314
|
protected el: HTMLIonCardTitleElement;
|
|
288
315
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
289
316
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonCardTitle, never>;
|
|
290
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonCardTitle, "ion-card-title", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; };
|
|
317
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonCardTitle, "ion-card-title", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
291
318
|
}
|
|
292
|
-
|
|
319
|
+
declare interface IonCardTitle extends Components.IonCardTitle {
|
|
293
320
|
}
|
|
294
|
-
|
|
321
|
+
declare class IonCheckbox {
|
|
295
322
|
protected z: NgZone;
|
|
296
323
|
protected el: HTMLIonCheckboxElement;
|
|
324
|
+
ionChange: EventEmitter<CustomEvent<CheckboxChangeEventDetail<any>>>;
|
|
325
|
+
ionFocus: EventEmitter<CustomEvent<void>>;
|
|
326
|
+
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
297
327
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
298
328
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonCheckbox, never>;
|
|
299
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonCheckbox, "ion-checkbox", never, { "alignment": { "alias": "alignment"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "
|
|
329
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonCheckbox, "ion-checkbox", never, { "alignment": { "alias": "alignment"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
|
|
300
330
|
}
|
|
301
|
-
|
|
331
|
+
declare interface IonCheckbox extends Components.IonCheckbox {
|
|
302
332
|
/**
|
|
303
|
-
* Emitted when the checked property has changed
|
|
304
|
-
|
|
305
|
-
This event will not emit when programmatically
|
|
306
|
-
setting the `checked` property.
|
|
333
|
+
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
334
|
+
|
|
335
|
+
This event will not emit when programmatically setting the `checked` property.
|
|
307
336
|
*/
|
|
308
|
-
ionChange: EventEmitter<CustomEvent<
|
|
337
|
+
ionChange: EventEmitter<CustomEvent<CheckboxChangeEventDetail>>;
|
|
309
338
|
/**
|
|
310
339
|
* Emitted when the checkbox has focus.
|
|
311
340
|
*/
|
|
@@ -315,56 +344,63 @@ export declare interface IonCheckbox extends Components.IonCheckbox {
|
|
|
315
344
|
*/
|
|
316
345
|
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
317
346
|
}
|
|
318
|
-
|
|
347
|
+
declare class IonChip {
|
|
319
348
|
protected z: NgZone;
|
|
320
349
|
protected el: HTMLIonChipElement;
|
|
321
350
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
322
351
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonChip, never>;
|
|
323
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonChip, "ion-chip", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "
|
|
352
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonChip, "ion-chip", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
324
353
|
}
|
|
325
|
-
|
|
354
|
+
declare interface IonChip extends Components.IonChip {
|
|
326
355
|
}
|
|
327
|
-
|
|
356
|
+
declare class IonCol {
|
|
328
357
|
protected z: NgZone;
|
|
329
358
|
protected el: HTMLIonColElement;
|
|
330
359
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
331
360
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonCol, never>;
|
|
332
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonCol, "ion-col", never, { "
|
|
361
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonCol, "ion-col", never, { "offset": { "alias": "offset"; "required": false; }; "offsetLg": { "alias": "offsetLg"; "required": false; }; "offsetMd": { "alias": "offsetMd"; "required": false; }; "offsetSm": { "alias": "offsetSm"; "required": false; }; "offsetXl": { "alias": "offsetXl"; "required": false; }; "offsetXs": { "alias": "offsetXs"; "required": false; }; "pull": { "alias": "pull"; "required": false; }; "pullLg": { "alias": "pullLg"; "required": false; }; "pullMd": { "alias": "pullMd"; "required": false; }; "pullSm": { "alias": "pullSm"; "required": false; }; "pullXl": { "alias": "pullXl"; "required": false; }; "pullXs": { "alias": "pullXs"; "required": false; }; "push": { "alias": "push"; "required": false; }; "pushLg": { "alias": "pushLg"; "required": false; }; "pushMd": { "alias": "pushMd"; "required": false; }; "pushSm": { "alias": "pushSm"; "required": false; }; "pushXl": { "alias": "pushXl"; "required": false; }; "pushXs": { "alias": "pushXs"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sizeLg": { "alias": "sizeLg"; "required": false; }; "sizeMd": { "alias": "sizeMd"; "required": false; }; "sizeSm": { "alias": "sizeSm"; "required": false; }; "sizeXl": { "alias": "sizeXl"; "required": false; }; "sizeXs": { "alias": "sizeXs"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
333
362
|
}
|
|
334
|
-
|
|
363
|
+
declare interface IonCol extends Components.IonCol {
|
|
335
364
|
}
|
|
336
|
-
|
|
365
|
+
declare class IonContent {
|
|
337
366
|
protected z: NgZone;
|
|
338
367
|
protected el: HTMLIonContentElement;
|
|
368
|
+
ionScrollStart: EventEmitter<CustomEvent<ScrollBaseDetail>>;
|
|
369
|
+
ionScroll: EventEmitter<CustomEvent<ScrollDetail>>;
|
|
370
|
+
ionScrollEnd: EventEmitter<CustomEvent<ScrollBaseDetail>>;
|
|
339
371
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
340
372
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonContent, never>;
|
|
341
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonContent, "ion-content", never, { "color": { "alias": "color"; "required": false; }; "fixedSlotPlacement": { "alias": "fixedSlotPlacement"; "required": false; }; "forceOverscroll": { "alias": "forceOverscroll"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "
|
|
373
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonContent, "ion-content", never, { "color": { "alias": "color"; "required": false; }; "fixedSlotPlacement": { "alias": "fixedSlotPlacement"; "required": false; }; "forceOverscroll": { "alias": "forceOverscroll"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "scrollEvents": { "alias": "scrollEvents"; "required": false; }; "scrollX": { "alias": "scrollX"; "required": false; }; "scrollY": { "alias": "scrollY"; "required": false; }; }, { "ionScrollStart": "ionScrollStart"; "ionScroll": "ionScroll"; "ionScrollEnd": "ionScrollEnd"; }, never, ["*"], false, never>;
|
|
342
374
|
}
|
|
343
|
-
|
|
375
|
+
declare interface IonContent extends Components.IonContent {
|
|
344
376
|
/**
|
|
345
377
|
* Emitted when the scroll has started. This event is disabled by default.
|
|
346
378
|
Set `scrollEvents` to `true` to enable.
|
|
347
379
|
*/
|
|
348
|
-
ionScrollStart: EventEmitter<CustomEvent<
|
|
380
|
+
ionScrollStart: EventEmitter<CustomEvent<ScrollBaseDetail>>;
|
|
349
381
|
/**
|
|
350
382
|
* Emitted while scrolling. This event is disabled by default.
|
|
351
383
|
Set `scrollEvents` to `true` to enable.
|
|
352
384
|
*/
|
|
353
|
-
ionScroll: EventEmitter<CustomEvent<
|
|
385
|
+
ionScroll: EventEmitter<CustomEvent<ScrollDetail>>;
|
|
354
386
|
/**
|
|
355
387
|
* Emitted when the scroll has ended. This event is disabled by default.
|
|
356
388
|
Set `scrollEvents` to `true` to enable.
|
|
357
389
|
*/
|
|
358
|
-
ionScrollEnd: EventEmitter<CustomEvent<
|
|
390
|
+
ionScrollEnd: EventEmitter<CustomEvent<ScrollBaseDetail>>;
|
|
359
391
|
}
|
|
360
|
-
|
|
392
|
+
declare class IonDatetime {
|
|
361
393
|
protected z: NgZone;
|
|
362
394
|
protected el: HTMLIonDatetimeElement;
|
|
395
|
+
ionCancel: EventEmitter<CustomEvent<void>>;
|
|
396
|
+
ionChange: EventEmitter<CustomEvent<DatetimeChangeEventDetail>>;
|
|
397
|
+
ionFocus: EventEmitter<CustomEvent<void>>;
|
|
398
|
+
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
363
399
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
364
400
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonDatetime, never>;
|
|
365
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonDatetime, "ion-datetime", never, { "cancelText": { "alias": "cancelText"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "color": { "alias": "color"; "required": false; }; "dayValues": { "alias": "dayValues"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "doneText": { "alias": "doneText"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "formatOptions": { "alias": "formatOptions"; "required": false; }; "highlightedDates": { "alias": "highlightedDates"; "required": false; }; "hourCycle": { "alias": "hourCycle"; "required": false; }; "hourValues": { "alias": "hourValues"; "required": false; }; "isDateEnabled": { "alias": "isDateEnabled"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minuteValues": { "alias": "minuteValues"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "monthValues": { "alias": "monthValues"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "preferWheel": { "alias": "preferWheel"; "required": false; }; "presentation": { "alias": "presentation"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "showAdjacentDays": { "alias": "showAdjacentDays"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "showDefaultButtons": { "alias": "showDefaultButtons"; "required": false; }; "showDefaultTimeLabel": { "alias": "showDefaultTimeLabel"; "required": false; }; "showDefaultTitle": { "alias": "showDefaultTitle"; "required": false; }; "size": { "alias": "size"; "required": false; }; "
|
|
401
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonDatetime, "ion-datetime", never, { "cancelText": { "alias": "cancelText"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "color": { "alias": "color"; "required": false; }; "dayValues": { "alias": "dayValues"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "doneText": { "alias": "doneText"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "formatOptions": { "alias": "formatOptions"; "required": false; }; "highlightedDates": { "alias": "highlightedDates"; "required": false; }; "hourCycle": { "alias": "hourCycle"; "required": false; }; "hourValues": { "alias": "hourValues"; "required": false; }; "isDateEnabled": { "alias": "isDateEnabled"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minuteValues": { "alias": "minuteValues"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "monthValues": { "alias": "monthValues"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "preferWheel": { "alias": "preferWheel"; "required": false; }; "presentation": { "alias": "presentation"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "showAdjacentDays": { "alias": "showAdjacentDays"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "showDefaultButtons": { "alias": "showDefaultButtons"; "required": false; }; "showDefaultTimeLabel": { "alias": "showDefaultTimeLabel"; "required": false; }; "showDefaultTitle": { "alias": "showDefaultTitle"; "required": false; }; "size": { "alias": "size"; "required": false; }; "titleSelectedDatesFormatter": { "alias": "titleSelectedDatesFormatter"; "required": false; }; "value": { "alias": "value"; "required": false; }; "yearValues": { "alias": "yearValues"; "required": false; }; }, { "ionCancel": "ionCancel"; "ionChange": "ionChange"; "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
|
|
366
402
|
}
|
|
367
|
-
|
|
403
|
+
declare interface IonDatetime extends Components.IonDatetime {
|
|
368
404
|
/**
|
|
369
405
|
* Emitted when the datetime selection was cancelled.
|
|
370
406
|
*/
|
|
@@ -374,7 +410,7 @@ export declare interface IonDatetime extends Components.IonDatetime {
|
|
|
374
410
|
|
|
375
411
|
This event will not emit when programmatically setting the `value` property.
|
|
376
412
|
*/
|
|
377
|
-
ionChange: EventEmitter<CustomEvent<
|
|
413
|
+
ionChange: EventEmitter<CustomEvent<DatetimeChangeEventDetail>>;
|
|
378
414
|
/**
|
|
379
415
|
* Emitted when the datetime has focus.
|
|
380
416
|
*/
|
|
@@ -384,41 +420,34 @@ export declare interface IonDatetime extends Components.IonDatetime {
|
|
|
384
420
|
*/
|
|
385
421
|
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
386
422
|
}
|
|
387
|
-
|
|
423
|
+
declare class IonDatetimeButton {
|
|
388
424
|
protected z: NgZone;
|
|
389
425
|
protected el: HTMLIonDatetimeButtonElement;
|
|
390
426
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
391
427
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonDatetimeButton, never>;
|
|
392
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonDatetimeButton, "ion-datetime-button", never, { "color": { "alias": "color"; "required": false; }; "datetime": { "alias": "datetime"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; };
|
|
393
|
-
}
|
|
394
|
-
export declare interface IonDatetimeButton extends Components.IonDatetimeButton {
|
|
395
|
-
}
|
|
396
|
-
export declare class IonDivider {
|
|
397
|
-
protected z: NgZone;
|
|
398
|
-
protected el: HTMLIonDividerElement;
|
|
399
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
400
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IonDivider, never>;
|
|
401
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonDivider, "ion-divider", never, { "inset": { "alias": "inset"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
428
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonDatetimeButton, "ion-datetime-button", never, { "color": { "alias": "color"; "required": false; }; "datetime": { "alias": "datetime"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
402
429
|
}
|
|
403
|
-
|
|
430
|
+
declare interface IonDatetimeButton extends Components.IonDatetimeButton {
|
|
404
431
|
}
|
|
405
|
-
|
|
432
|
+
declare class IonFab {
|
|
406
433
|
protected z: NgZone;
|
|
407
434
|
protected el: HTMLIonFabElement;
|
|
408
435
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
409
436
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFab, never>;
|
|
410
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonFab, "ion-fab", never, { "activated": { "alias": "activated"; "required": false; }; "edge": { "alias": "edge"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "
|
|
437
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonFab, "ion-fab", never, { "activated": { "alias": "activated"; "required": false; }; "edge": { "alias": "edge"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
411
438
|
}
|
|
412
|
-
|
|
439
|
+
declare interface IonFab extends Components.IonFab {
|
|
413
440
|
}
|
|
414
|
-
|
|
441
|
+
declare class IonFabButton {
|
|
415
442
|
protected z: NgZone;
|
|
416
443
|
protected el: HTMLIonFabButtonElement;
|
|
444
|
+
ionFocus: EventEmitter<CustomEvent<void>>;
|
|
445
|
+
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
417
446
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
418
447
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFabButton, never>;
|
|
419
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonFabButton, "ion-fab-button", never, { "activated": { "alias": "activated"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "show": { "alias": "show"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; "
|
|
448
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonFabButton, "ion-fab-button", never, { "activated": { "alias": "activated"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "show": { "alias": "show"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
|
|
420
449
|
}
|
|
421
|
-
|
|
450
|
+
declare interface IonFabButton extends Components.IonFabButton {
|
|
422
451
|
/**
|
|
423
452
|
* Emitted when the button has focus.
|
|
424
453
|
*/
|
|
@@ -428,68 +457,62 @@ export declare interface IonFabButton extends Components.IonFabButton {
|
|
|
428
457
|
*/
|
|
429
458
|
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
430
459
|
}
|
|
431
|
-
|
|
460
|
+
declare class IonFabList {
|
|
432
461
|
protected z: NgZone;
|
|
433
462
|
protected el: HTMLIonFabListElement;
|
|
434
463
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
435
464
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFabList, never>;
|
|
436
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonFabList, "ion-fab-list", never, { "activated": { "alias": "activated"; "required": false; }; "
|
|
465
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonFabList, "ion-fab-list", never, { "activated": { "alias": "activated"; "required": false; }; "side": { "alias": "side"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
437
466
|
}
|
|
438
|
-
|
|
467
|
+
declare interface IonFabList extends Components.IonFabList {
|
|
439
468
|
}
|
|
440
|
-
|
|
469
|
+
declare class IonFooter {
|
|
441
470
|
protected z: NgZone;
|
|
442
471
|
protected el: HTMLIonFooterElement;
|
|
443
472
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
444
473
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFooter, never>;
|
|
445
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonFooter, "ion-footer", never, { "collapse": { "alias": "collapse"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "
|
|
446
|
-
}
|
|
447
|
-
export declare interface IonFooter extends Components.IonFooter {
|
|
448
|
-
}
|
|
449
|
-
export declare class IonGallery {
|
|
450
|
-
protected z: NgZone;
|
|
451
|
-
protected el: HTMLIonGalleryElement;
|
|
452
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
453
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IonGallery, never>;
|
|
454
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonGallery, "ion-gallery", never, { "columns": { "alias": "columns"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "order": { "alias": "order"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
474
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonFooter, "ion-footer", never, { "collapse": { "alias": "collapse"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
455
475
|
}
|
|
456
|
-
|
|
476
|
+
declare interface IonFooter extends Components.IonFooter {
|
|
457
477
|
}
|
|
458
|
-
|
|
478
|
+
declare class IonGrid {
|
|
459
479
|
protected z: NgZone;
|
|
460
480
|
protected el: HTMLIonGridElement;
|
|
461
481
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
462
482
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonGrid, never>;
|
|
463
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonGrid, "ion-grid", never, { "fixed": { "alias": "fixed"; "required": false; };
|
|
483
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonGrid, "ion-grid", never, { "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
464
484
|
}
|
|
465
|
-
|
|
485
|
+
declare interface IonGrid extends Components.IonGrid {
|
|
466
486
|
}
|
|
467
|
-
|
|
487
|
+
declare class IonHeader {
|
|
468
488
|
protected z: NgZone;
|
|
469
489
|
protected el: HTMLIonHeaderElement;
|
|
470
490
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
471
491
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonHeader, never>;
|
|
472
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonHeader, "ion-header", never, { "collapse": { "alias": "collapse"; "required": false; }; "
|
|
492
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonHeader, "ion-header", never, { "collapse": { "alias": "collapse"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
473
493
|
}
|
|
474
|
-
|
|
494
|
+
declare interface IonHeader extends Components.IonHeader {
|
|
475
495
|
}
|
|
476
|
-
|
|
496
|
+
declare class IonIcon {
|
|
477
497
|
protected z: NgZone;
|
|
478
498
|
protected el: HTMLIonIconElement;
|
|
479
499
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
480
500
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonIcon, never>;
|
|
481
501
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonIcon, "ion-icon", never, { "color": { "alias": "color"; "required": false; }; "flipRtl": { "alias": "flipRtl"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "ios": { "alias": "ios"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "md": { "alias": "md"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "sanitize": { "alias": "sanitize"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
482
502
|
}
|
|
483
|
-
|
|
503
|
+
declare interface IonIcon extends Components.IonIcon {
|
|
484
504
|
}
|
|
485
|
-
|
|
505
|
+
declare class IonImg {
|
|
486
506
|
protected z: NgZone;
|
|
487
507
|
protected el: HTMLIonImgElement;
|
|
508
|
+
ionImgWillLoad: EventEmitter<CustomEvent<void>>;
|
|
509
|
+
ionImgDidLoad: EventEmitter<CustomEvent<void>>;
|
|
510
|
+
ionError: EventEmitter<CustomEvent<void>>;
|
|
488
511
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
489
512
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonImg, never>;
|
|
490
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonImg, "ion-img", never, { "alt": { "alias": "alt"; "required": false; }; "
|
|
513
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonImg, "ion-img", never, { "alt": { "alias": "alt"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, { "ionImgWillLoad": "ionImgWillLoad"; "ionImgDidLoad": "ionImgDidLoad"; "ionError": "ionError"; }, never, ["*"], false, never>;
|
|
491
514
|
}
|
|
492
|
-
|
|
515
|
+
declare interface IonImg extends Components.IonImg {
|
|
493
516
|
/**
|
|
494
517
|
* Emitted when the img src has been set
|
|
495
518
|
*/
|
|
@@ -503,14 +526,15 @@ export declare interface IonImg extends Components.IonImg {
|
|
|
503
526
|
*/
|
|
504
527
|
ionError: EventEmitter<CustomEvent<void>>;
|
|
505
528
|
}
|
|
506
|
-
|
|
529
|
+
declare class IonInfiniteScroll {
|
|
507
530
|
protected z: NgZone;
|
|
508
531
|
protected el: HTMLIonInfiniteScrollElement;
|
|
532
|
+
ionInfinite: EventEmitter<CustomEvent<void>>;
|
|
509
533
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
510
534
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonInfiniteScroll, never>;
|
|
511
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonInfiniteScroll, "ion-infinite-scroll", never, { "disabled": { "alias": "disabled"; "required": false; }; "
|
|
535
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonInfiniteScroll, "ion-infinite-scroll", never, { "disabled": { "alias": "disabled"; "required": false; }; "position": { "alias": "position"; "required": false; }; "threshold": { "alias": "threshold"; "required": false; }; }, { "ionInfinite": "ionInfinite"; }, never, ["*"], false, never>;
|
|
512
536
|
}
|
|
513
|
-
|
|
537
|
+
declare interface IonInfiniteScroll extends Components.IonInfiniteScroll {
|
|
514
538
|
/**
|
|
515
539
|
* Emitted when the scroll reaches
|
|
516
540
|
the threshold distance. From within your infinite handler,
|
|
@@ -519,23 +543,27 @@ export declare interface IonInfiniteScroll extends Components.IonInfiniteScroll
|
|
|
519
543
|
*/
|
|
520
544
|
ionInfinite: EventEmitter<CustomEvent<void>>;
|
|
521
545
|
}
|
|
522
|
-
|
|
546
|
+
declare class IonInfiniteScrollContent {
|
|
523
547
|
protected z: NgZone;
|
|
524
548
|
protected el: HTMLIonInfiniteScrollContentElement;
|
|
525
549
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
526
550
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonInfiniteScrollContent, never>;
|
|
527
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonInfiniteScrollContent, "ion-infinite-scroll-content", never, { "loadingSpinner": { "alias": "loadingSpinner"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; };
|
|
551
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonInfiniteScrollContent, "ion-infinite-scroll-content", never, { "loadingSpinner": { "alias": "loadingSpinner"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
528
552
|
}
|
|
529
|
-
|
|
553
|
+
declare interface IonInfiniteScrollContent extends Components.IonInfiniteScrollContent {
|
|
530
554
|
}
|
|
531
|
-
|
|
555
|
+
declare class IonInput {
|
|
532
556
|
protected z: NgZone;
|
|
533
557
|
protected el: HTMLIonInputElement;
|
|
558
|
+
ionInput: EventEmitter<CustomEvent<InputInputEventDetail>>;
|
|
559
|
+
ionChange: EventEmitter<CustomEvent<InputChangeEventDetail>>;
|
|
560
|
+
ionBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
561
|
+
ionFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
534
562
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
535
563
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonInput, never>;
|
|
536
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonInput, "ion-input", never, { "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearInput": { "alias": "clearInput"; "required": false; }; "clearInputIcon": { "alias": "clearInputIcon"; "required": false; }; "clearOnEdit": { "alias": "clearOnEdit"; "required": false; }; "color": { "alias": "color"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "counterFormatter": { "alias": "counterFormatter"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "
|
|
564
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonInput, "ion-input", never, { "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearInput": { "alias": "clearInput"; "required": false; }; "clearInputIcon": { "alias": "clearInputIcon"; "required": false; }; "clearOnEdit": { "alias": "clearOnEdit"; "required": false; }; "color": { "alias": "color"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "counterFormatter": { "alias": "counterFormatter"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "step": { "alias": "step"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionInput": "ionInput"; "ionChange": "ionChange"; "ionBlur": "ionBlur"; "ionFocus": "ionFocus"; }, never, ["*"], false, never>;
|
|
537
565
|
}
|
|
538
|
-
|
|
566
|
+
declare interface IonInput extends Components.IonInput {
|
|
539
567
|
/**
|
|
540
568
|
* The `ionInput` event is fired each time the user modifies the input's value.
|
|
541
569
|
Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
|
|
@@ -546,7 +574,7 @@ export declare interface IonInput extends Components.IonInput {
|
|
|
546
574
|
the interface is [`Event`](https://developer.mozilla.org/en-US/docs/Web/API/Event). If
|
|
547
575
|
the input is cleared on edit, the type is `null`.
|
|
548
576
|
*/
|
|
549
|
-
ionInput: EventEmitter<CustomEvent<
|
|
577
|
+
ionInput: EventEmitter<CustomEvent<InputInputEventDetail>>;
|
|
550
578
|
/**
|
|
551
579
|
* The `ionChange` event is fired when the user modifies the input's value.
|
|
552
580
|
Unlike the `ionInput` event, the `ionChange` event is only fired when changes
|
|
@@ -561,7 +589,7 @@ export declare interface IonInput extends Components.IonInput {
|
|
|
561
589
|
|
|
562
590
|
This event will not emit when programmatically setting the `value` property.
|
|
563
591
|
*/
|
|
564
|
-
ionChange: EventEmitter<CustomEvent<
|
|
592
|
+
ionChange: EventEmitter<CustomEvent<InputChangeEventDetail>>;
|
|
565
593
|
/**
|
|
566
594
|
* Emitted when the input loses focus.
|
|
567
595
|
*/
|
|
@@ -571,14 +599,19 @@ export declare interface IonInput extends Components.IonInput {
|
|
|
571
599
|
*/
|
|
572
600
|
ionFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
573
601
|
}
|
|
574
|
-
|
|
602
|
+
declare class IonInputOtp {
|
|
575
603
|
protected z: NgZone;
|
|
576
604
|
protected el: HTMLIonInputOtpElement;
|
|
605
|
+
ionInput: EventEmitter<CustomEvent<InputOtpInputEventDetail>>;
|
|
606
|
+
ionChange: EventEmitter<CustomEvent<InputOtpChangeEventDetail>>;
|
|
607
|
+
ionComplete: EventEmitter<CustomEvent<InputOtpCompleteEventDetail>>;
|
|
608
|
+
ionBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
609
|
+
ionFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
577
610
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
578
611
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonInputOtp, never>;
|
|
579
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonInputOtp, "ion-input-otp", never, { "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "length": { "alias": "length"; "required": false; }; "
|
|
612
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonInputOtp, "ion-input-otp", never, { "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "length": { "alias": "length"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "separators": { "alias": "separators"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionInput": "ionInput"; "ionChange": "ionChange"; "ionComplete": "ionComplete"; "ionBlur": "ionBlur"; "ionFocus": "ionFocus"; }, never, ["*"], false, never>;
|
|
580
613
|
}
|
|
581
|
-
|
|
614
|
+
declare interface IonInputOtp extends Components.IonInputOtp {
|
|
582
615
|
/**
|
|
583
616
|
* The `ionInput` event is fired each time the user modifies the input's value.
|
|
584
617
|
Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
|
|
@@ -589,7 +622,7 @@ export declare interface IonInputOtp extends Components.IonInputOtp {
|
|
|
589
622
|
the interface is [`Event`](https://developer.mozilla.org/en-US/docs/Web/API/Event). If
|
|
590
623
|
the input is cleared on edit, the type is `null`.
|
|
591
624
|
*/
|
|
592
|
-
ionInput: EventEmitter<CustomEvent<
|
|
625
|
+
ionInput: EventEmitter<CustomEvent<InputOtpInputEventDetail>>;
|
|
593
626
|
/**
|
|
594
627
|
* The `ionChange` event is fired when the user modifies the input's value.
|
|
595
628
|
Unlike the `ionInput` event, the `ionChange` event is only fired when changes
|
|
@@ -600,11 +633,11 @@ export declare interface IonInputOtp extends Components.IonInputOtp {
|
|
|
600
633
|
|
|
601
634
|
This event will not emit when programmatically setting the `value` property.
|
|
602
635
|
*/
|
|
603
|
-
ionChange: EventEmitter<CustomEvent<
|
|
636
|
+
ionChange: EventEmitter<CustomEvent<InputOtpChangeEventDetail>>;
|
|
604
637
|
/**
|
|
605
638
|
* Emitted when all input boxes have been filled with valid values.
|
|
606
639
|
*/
|
|
607
|
-
ionComplete: EventEmitter<CustomEvent<
|
|
640
|
+
ionComplete: EventEmitter<CustomEvent<InputOtpCompleteEventDetail>>;
|
|
608
641
|
/**
|
|
609
642
|
* Emitted when the input group loses focus.
|
|
610
643
|
*/
|
|
@@ -614,112 +647,122 @@ export declare interface IonInputOtp extends Components.IonInputOtp {
|
|
|
614
647
|
*/
|
|
615
648
|
ionFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
616
649
|
}
|
|
617
|
-
|
|
650
|
+
declare class IonInputPasswordToggle {
|
|
618
651
|
protected z: NgZone;
|
|
619
652
|
protected el: HTMLIonInputPasswordToggleElement;
|
|
620
653
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
621
654
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonInputPasswordToggle, never>;
|
|
622
655
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonInputPasswordToggle, "ion-input-password-toggle", never, { "color": { "alias": "color"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
623
656
|
}
|
|
624
|
-
|
|
657
|
+
declare interface IonInputPasswordToggle extends Components.IonInputPasswordToggle {
|
|
625
658
|
}
|
|
626
|
-
|
|
659
|
+
declare class IonItem {
|
|
627
660
|
protected z: NgZone;
|
|
628
661
|
protected el: HTMLIonItemElement;
|
|
629
662
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
630
663
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItem, never>;
|
|
631
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonItem, "ion-item", never, { "button": { "alias": "button"; "required": false; }; "color": { "alias": "color"; "required": false; }; "detail": { "alias": "detail"; "required": false; }; "detailIcon": { "alias": "detailIcon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "target": { "alias": "target"; "required": false; }; "
|
|
664
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonItem, "ion-item", never, { "button": { "alias": "button"; "required": false; }; "color": { "alias": "color"; "required": false; }; "detail": { "alias": "detail"; "required": false; }; "detailIcon": { "alias": "detailIcon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
632
665
|
}
|
|
633
|
-
|
|
666
|
+
declare interface IonItem extends Components.IonItem {
|
|
634
667
|
}
|
|
635
|
-
|
|
668
|
+
declare class IonItemDivider {
|
|
636
669
|
protected z: NgZone;
|
|
637
670
|
protected el: HTMLIonItemDividerElement;
|
|
638
671
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
639
672
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItemDivider, never>;
|
|
640
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemDivider, "ion-item-divider", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; };
|
|
673
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemDivider, "ion-item-divider", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
641
674
|
}
|
|
642
|
-
|
|
675
|
+
declare interface IonItemDivider extends Components.IonItemDivider {
|
|
643
676
|
}
|
|
644
|
-
|
|
677
|
+
declare class IonItemGroup {
|
|
645
678
|
protected z: NgZone;
|
|
646
679
|
protected el: HTMLIonItemGroupElement;
|
|
647
680
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
648
681
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItemGroup, never>;
|
|
649
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemGroup, "ion-item-group", never, {
|
|
682
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemGroup, "ion-item-group", never, {}, {}, never, ["*"], false, never>;
|
|
650
683
|
}
|
|
651
|
-
|
|
684
|
+
declare interface IonItemGroup extends Components.IonItemGroup {
|
|
652
685
|
}
|
|
653
|
-
|
|
686
|
+
declare class IonItemOption {
|
|
654
687
|
protected z: NgZone;
|
|
655
688
|
protected el: HTMLIonItemOptionElement;
|
|
656
689
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
657
690
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItemOption, never>;
|
|
658
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemOption, "ion-item-option", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "href": { "alias": "href"; "required": false; }; "
|
|
691
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemOption, "ion-item-option", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
659
692
|
}
|
|
660
|
-
|
|
693
|
+
declare interface IonItemOption extends Components.IonItemOption {
|
|
661
694
|
}
|
|
662
|
-
|
|
695
|
+
declare class IonItemOptions {
|
|
663
696
|
protected z: NgZone;
|
|
664
697
|
protected el: HTMLIonItemOptionsElement;
|
|
698
|
+
ionSwipe: EventEmitter<CustomEvent<any>>;
|
|
665
699
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
666
700
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItemOptions, never>;
|
|
667
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemOptions, "ion-item-options", never, { "
|
|
701
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemOptions, "ion-item-options", never, { "side": { "alias": "side"; "required": false; }; }, { "ionSwipe": "ionSwipe"; }, never, ["*"], false, never>;
|
|
668
702
|
}
|
|
669
|
-
|
|
703
|
+
declare interface IonItemOptions extends Components.IonItemOptions {
|
|
670
704
|
/**
|
|
671
705
|
* Emitted when the item has been fully swiped.
|
|
672
706
|
*/
|
|
673
707
|
ionSwipe: EventEmitter<CustomEvent<any>>;
|
|
674
708
|
}
|
|
675
|
-
|
|
709
|
+
declare class IonItemSliding {
|
|
676
710
|
protected z: NgZone;
|
|
677
711
|
protected el: HTMLIonItemSlidingElement;
|
|
712
|
+
ionDrag: EventEmitter<CustomEvent<any>>;
|
|
678
713
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
679
714
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItemSliding, never>;
|
|
680
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemSliding, "ion-item-sliding", never, { "disabled": { "alias": "disabled"; "required": false; };
|
|
715
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemSliding, "ion-item-sliding", never, { "disabled": { "alias": "disabled"; "required": false; }; }, { "ionDrag": "ionDrag"; }, never, ["*"], false, never>;
|
|
681
716
|
}
|
|
682
|
-
|
|
717
|
+
declare interface IonItemSliding extends Components.IonItemSliding {
|
|
683
718
|
/**
|
|
684
719
|
* Emitted when the sliding position changes.
|
|
685
720
|
*/
|
|
686
721
|
ionDrag: EventEmitter<CustomEvent<any>>;
|
|
687
722
|
}
|
|
688
|
-
|
|
723
|
+
declare class IonLabel {
|
|
689
724
|
protected z: NgZone;
|
|
690
725
|
protected el: HTMLIonLabelElement;
|
|
691
726
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
692
727
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonLabel, never>;
|
|
693
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonLabel, "ion-label", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "position": { "alias": "position"; "required": false; };
|
|
728
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonLabel, "ion-label", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
694
729
|
}
|
|
695
|
-
|
|
730
|
+
declare interface IonLabel extends Components.IonLabel {
|
|
696
731
|
}
|
|
697
|
-
|
|
732
|
+
declare class IonList {
|
|
698
733
|
protected z: NgZone;
|
|
699
734
|
protected el: HTMLIonListElement;
|
|
700
735
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
701
736
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonList, never>;
|
|
702
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonList, "ion-list", never, { "inset": { "alias": "inset"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; };
|
|
737
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonList, "ion-list", never, { "inset": { "alias": "inset"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
703
738
|
}
|
|
704
|
-
|
|
739
|
+
declare interface IonList extends Components.IonList {
|
|
705
740
|
}
|
|
706
|
-
|
|
741
|
+
declare class IonListHeader {
|
|
707
742
|
protected z: NgZone;
|
|
708
743
|
protected el: HTMLIonListHeaderElement;
|
|
709
744
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
710
745
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonListHeader, never>;
|
|
711
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonListHeader, "ion-list-header", never, { "color": { "alias": "color"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; };
|
|
746
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonListHeader, "ion-list-header", never, { "color": { "alias": "color"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
712
747
|
}
|
|
713
|
-
|
|
748
|
+
declare interface IonListHeader extends Components.IonListHeader {
|
|
714
749
|
}
|
|
715
|
-
|
|
750
|
+
declare class IonLoading {
|
|
716
751
|
protected z: NgZone;
|
|
717
752
|
protected el: HTMLIonLoadingElement;
|
|
753
|
+
ionLoadingDidPresent: EventEmitter<CustomEvent<void>>;
|
|
754
|
+
ionLoadingWillPresent: EventEmitter<CustomEvent<void>>;
|
|
755
|
+
ionLoadingWillDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
756
|
+
ionLoadingDidDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
757
|
+
didPresent: EventEmitter<CustomEvent<void>>;
|
|
758
|
+
willPresent: EventEmitter<CustomEvent<void>>;
|
|
759
|
+
willDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
760
|
+
didDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
718
761
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
719
762
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonLoading, never>;
|
|
720
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonLoading, "ion-loading", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "message": { "alias": "message"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showBackdrop": { "alias": "showBackdrop"; "required": false; }; "spinner": { "alias": "spinner"; "required": false; }; "
|
|
763
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonLoading, "ion-loading", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "message": { "alias": "message"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showBackdrop": { "alias": "showBackdrop"; "required": false; }; "spinner": { "alias": "spinner"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, { "ionLoadingDidPresent": "ionLoadingDidPresent"; "ionLoadingWillPresent": "ionLoadingWillPresent"; "ionLoadingWillDismiss": "ionLoadingWillDismiss"; "ionLoadingDidDismiss": "ionLoadingDidDismiss"; "didPresent": "didPresent"; "willPresent": "willPresent"; "willDismiss": "willDismiss"; "didDismiss": "didDismiss"; }, never, ["*"], false, never>;
|
|
721
764
|
}
|
|
722
|
-
|
|
765
|
+
declare interface IonLoading extends Components.IonLoading {
|
|
723
766
|
/**
|
|
724
767
|
* Emitted after the loading has presented.
|
|
725
768
|
*/
|
|
@@ -731,11 +774,11 @@ export declare interface IonLoading extends Components.IonLoading {
|
|
|
731
774
|
/**
|
|
732
775
|
* Emitted before the loading has dismissed.
|
|
733
776
|
*/
|
|
734
|
-
ionLoadingWillDismiss: EventEmitter<CustomEvent<
|
|
777
|
+
ionLoadingWillDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
735
778
|
/**
|
|
736
779
|
* Emitted after the loading has dismissed.
|
|
737
780
|
*/
|
|
738
|
-
ionLoadingDidDismiss: EventEmitter<CustomEvent<
|
|
781
|
+
ionLoadingDidDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
739
782
|
/**
|
|
740
783
|
* Emitted after the loading indicator has presented.
|
|
741
784
|
Shorthand for ionLoadingWillDismiss.
|
|
@@ -750,21 +793,25 @@ export declare interface IonLoading extends Components.IonLoading {
|
|
|
750
793
|
* Emitted before the loading indicator has dismissed.
|
|
751
794
|
Shorthand for ionLoadingWillDismiss.
|
|
752
795
|
*/
|
|
753
|
-
willDismiss: EventEmitter<CustomEvent<
|
|
796
|
+
willDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
754
797
|
/**
|
|
755
798
|
* Emitted after the loading indicator has dismissed.
|
|
756
799
|
Shorthand for ionLoadingDidDismiss.
|
|
757
800
|
*/
|
|
758
|
-
didDismiss: EventEmitter<CustomEvent<
|
|
801
|
+
didDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
759
802
|
}
|
|
760
|
-
|
|
803
|
+
declare class IonMenu {
|
|
761
804
|
protected z: NgZone;
|
|
762
805
|
protected el: HTMLIonMenuElement;
|
|
806
|
+
ionWillOpen: EventEmitter<CustomEvent<void>>;
|
|
807
|
+
ionWillClose: EventEmitter<CustomEvent<MenuCloseEventDetail>>;
|
|
808
|
+
ionDidOpen: EventEmitter<CustomEvent<void>>;
|
|
809
|
+
ionDidClose: EventEmitter<CustomEvent<MenuCloseEventDetail>>;
|
|
763
810
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
764
811
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonMenu, never>;
|
|
765
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonMenu, "ion-menu", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxEdgeStart": { "alias": "maxEdgeStart"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "
|
|
812
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonMenu, "ion-menu", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxEdgeStart": { "alias": "maxEdgeStart"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "side": { "alias": "side"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "ionWillOpen": "ionWillOpen"; "ionWillClose": "ionWillClose"; "ionDidOpen": "ionDidOpen"; "ionDidClose": "ionDidClose"; }, never, ["*"], false, never>;
|
|
766
813
|
}
|
|
767
|
-
|
|
814
|
+
declare interface IonMenu extends Components.IonMenu {
|
|
768
815
|
/**
|
|
769
816
|
* Emitted when the menu is about to be opened.
|
|
770
817
|
*/
|
|
@@ -772,7 +819,7 @@ export declare interface IonMenu extends Components.IonMenu {
|
|
|
772
819
|
/**
|
|
773
820
|
* Emitted when the menu is about to be closed.
|
|
774
821
|
*/
|
|
775
|
-
ionWillClose: EventEmitter<CustomEvent<
|
|
822
|
+
ionWillClose: EventEmitter<CustomEvent<MenuCloseEventDetail>>;
|
|
776
823
|
/**
|
|
777
824
|
* Emitted when the menu is open.
|
|
778
825
|
*/
|
|
@@ -780,139 +827,97 @@ export declare interface IonMenu extends Components.IonMenu {
|
|
|
780
827
|
/**
|
|
781
828
|
* Emitted when the menu is closed.
|
|
782
829
|
*/
|
|
783
|
-
ionDidClose: EventEmitter<CustomEvent<
|
|
830
|
+
ionDidClose: EventEmitter<CustomEvent<MenuCloseEventDetail>>;
|
|
784
831
|
}
|
|
785
|
-
|
|
832
|
+
declare class IonMenuButton {
|
|
786
833
|
protected z: NgZone;
|
|
787
834
|
protected el: HTMLIonMenuButtonElement;
|
|
788
835
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
789
836
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonMenuButton, never>;
|
|
790
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonMenuButton, "ion-menu-button", never, { "autoHide": { "alias": "autoHide"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "
|
|
837
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonMenuButton, "ion-menu-button", never, { "autoHide": { "alias": "autoHide"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
791
838
|
}
|
|
792
|
-
|
|
839
|
+
declare interface IonMenuButton extends Components.IonMenuButton {
|
|
793
840
|
}
|
|
794
|
-
|
|
841
|
+
declare class IonMenuToggle {
|
|
795
842
|
protected z: NgZone;
|
|
796
843
|
protected el: HTMLIonMenuToggleElement;
|
|
797
844
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
798
845
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonMenuToggle, never>;
|
|
799
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonMenuToggle, "ion-menu-toggle", never, { "autoHide": { "alias": "autoHide"; "required": false; }; "menu": { "alias": "menu"; "required": false; };
|
|
846
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonMenuToggle, "ion-menu-toggle", never, { "autoHide": { "alias": "autoHide"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
800
847
|
}
|
|
801
|
-
|
|
848
|
+
declare interface IonMenuToggle extends Components.IonMenuToggle {
|
|
802
849
|
}
|
|
803
|
-
|
|
850
|
+
declare class IonNavLink {
|
|
804
851
|
protected z: NgZone;
|
|
805
852
|
protected el: HTMLIonNavLinkElement;
|
|
806
853
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
807
854
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonNavLink, never>;
|
|
808
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonNavLink, "ion-nav-link", never, { "component": { "alias": "component"; "required": false; }; "componentProps": { "alias": "componentProps"; "required": false; }; "
|
|
855
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonNavLink, "ion-nav-link", never, { "component": { "alias": "component"; "required": false; }; "componentProps": { "alias": "componentProps"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
809
856
|
}
|
|
810
|
-
|
|
857
|
+
declare interface IonNavLink extends Components.IonNavLink {
|
|
811
858
|
}
|
|
812
|
-
|
|
859
|
+
declare class IonNote {
|
|
813
860
|
protected z: NgZone;
|
|
814
861
|
protected el: HTMLIonNoteElement;
|
|
815
862
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
816
863
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonNote, never>;
|
|
817
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonNote, "ion-note", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; };
|
|
864
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonNote, "ion-note", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
818
865
|
}
|
|
819
|
-
|
|
866
|
+
declare interface IonNote extends Components.IonNote {
|
|
820
867
|
}
|
|
821
|
-
|
|
868
|
+
declare class IonPicker {
|
|
822
869
|
protected z: NgZone;
|
|
823
870
|
protected el: HTMLIonPickerElement;
|
|
824
871
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
825
872
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonPicker, never>;
|
|
826
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonPicker, "ion-picker", never, { "mode": { "alias": "mode"; "required": false; };
|
|
873
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonPicker, "ion-picker", never, { "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
827
874
|
}
|
|
828
|
-
|
|
875
|
+
declare interface IonPicker extends Components.IonPicker {
|
|
829
876
|
}
|
|
830
|
-
|
|
877
|
+
declare class IonPickerColumn {
|
|
831
878
|
protected z: NgZone;
|
|
832
879
|
protected el: HTMLIonPickerColumnElement;
|
|
880
|
+
ionChange: EventEmitter<CustomEvent<PickerColumnChangeEventDetail>>;
|
|
833
881
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
834
882
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonPickerColumn, never>;
|
|
835
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonPickerColumn, "ion-picker-column", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "
|
|
883
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonPickerColumn, "ion-picker-column", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; }, never, ["*"], false, never>;
|
|
836
884
|
}
|
|
837
|
-
|
|
885
|
+
declare interface IonPickerColumn extends Components.IonPickerColumn {
|
|
838
886
|
/**
|
|
839
887
|
* Emitted when the value has changed.
|
|
840
888
|
|
|
841
889
|
This event will not emit when programmatically setting the `value` property.
|
|
842
890
|
*/
|
|
843
|
-
ionChange: EventEmitter<CustomEvent<
|
|
891
|
+
ionChange: EventEmitter<CustomEvent<PickerColumnChangeEventDetail>>;
|
|
844
892
|
}
|
|
845
|
-
|
|
893
|
+
declare class IonPickerColumnOption {
|
|
846
894
|
protected z: NgZone;
|
|
847
895
|
protected el: HTMLIonPickerColumnOptionElement;
|
|
848
896
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
849
897
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonPickerColumnOption, never>;
|
|
850
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonPickerColumnOption, "ion-picker-column-option", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "
|
|
898
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonPickerColumnOption, "ion-picker-column-option", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
851
899
|
}
|
|
852
|
-
|
|
900
|
+
declare interface IonPickerColumnOption extends Components.IonPickerColumnOption {
|
|
853
901
|
}
|
|
854
|
-
|
|
855
|
-
protected z: NgZone;
|
|
856
|
-
protected el: HTMLIonPickerLegacyElement;
|
|
857
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
858
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IonPickerLegacy, never>;
|
|
859
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonPickerLegacy, "ion-picker-legacy", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showBackdrop": { "alias": "showBackdrop"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
860
|
-
}
|
|
861
|
-
export declare interface IonPickerLegacy extends Components.IonPickerLegacy {
|
|
862
|
-
/**
|
|
863
|
-
* Emitted after the picker has presented.
|
|
864
|
-
*/
|
|
865
|
-
ionPickerDidPresent: EventEmitter<CustomEvent<void>>;
|
|
866
|
-
/**
|
|
867
|
-
* Emitted before the picker has presented.
|
|
868
|
-
*/
|
|
869
|
-
ionPickerWillPresent: EventEmitter<CustomEvent<void>>;
|
|
870
|
-
/**
|
|
871
|
-
* Emitted before the picker has dismissed.
|
|
872
|
-
*/
|
|
873
|
-
ionPickerWillDismiss: EventEmitter<CustomEvent<IIonPickerLegacyOverlayEventDetail>>;
|
|
874
|
-
/**
|
|
875
|
-
* Emitted after the picker has dismissed.
|
|
876
|
-
*/
|
|
877
|
-
ionPickerDidDismiss: EventEmitter<CustomEvent<IIonPickerLegacyOverlayEventDetail>>;
|
|
878
|
-
/**
|
|
879
|
-
* Emitted after the picker has presented.
|
|
880
|
-
Shorthand for ionPickerWillDismiss.
|
|
881
|
-
*/
|
|
882
|
-
didPresent: EventEmitter<CustomEvent<void>>;
|
|
883
|
-
/**
|
|
884
|
-
* Emitted before the picker has presented.
|
|
885
|
-
Shorthand for ionPickerWillPresent.
|
|
886
|
-
*/
|
|
887
|
-
willPresent: EventEmitter<CustomEvent<void>>;
|
|
888
|
-
/**
|
|
889
|
-
* Emitted before the picker has dismissed.
|
|
890
|
-
Shorthand for ionPickerWillDismiss.
|
|
891
|
-
*/
|
|
892
|
-
willDismiss: EventEmitter<CustomEvent<IIonPickerLegacyOverlayEventDetail>>;
|
|
893
|
-
/**
|
|
894
|
-
* Emitted after the picker has dismissed.
|
|
895
|
-
Shorthand for ionPickerDidDismiss.
|
|
896
|
-
*/
|
|
897
|
-
didDismiss: EventEmitter<CustomEvent<IIonPickerLegacyOverlayEventDetail>>;
|
|
898
|
-
}
|
|
899
|
-
export declare class IonProgressBar {
|
|
902
|
+
declare class IonProgressBar {
|
|
900
903
|
protected z: NgZone;
|
|
901
904
|
protected el: HTMLIonProgressBarElement;
|
|
902
905
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
903
906
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonProgressBar, never>;
|
|
904
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonProgressBar, "ion-progress-bar", never, { "buffer": { "alias": "buffer"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "reversed": { "alias": "reversed"; "required": false; }; "
|
|
907
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonProgressBar, "ion-progress-bar", never, { "buffer": { "alias": "buffer"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "reversed": { "alias": "reversed"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
905
908
|
}
|
|
906
|
-
|
|
909
|
+
declare interface IonProgressBar extends Components.IonProgressBar {
|
|
907
910
|
}
|
|
908
|
-
|
|
911
|
+
declare class IonRadio {
|
|
909
912
|
protected z: NgZone;
|
|
910
913
|
protected el: HTMLIonRadioElement;
|
|
914
|
+
ionFocus: EventEmitter<CustomEvent<void>>;
|
|
915
|
+
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
911
916
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
912
917
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRadio, never>;
|
|
913
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonRadio, "ion-radio", never, { "alignment": { "alias": "alignment"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "
|
|
918
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonRadio, "ion-radio", never, { "alignment": { "alias": "alignment"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
|
|
914
919
|
}
|
|
915
|
-
|
|
920
|
+
declare interface IonRadio extends Components.IonRadio {
|
|
916
921
|
/**
|
|
917
922
|
* Emitted when the radio button has focus.
|
|
918
923
|
*/
|
|
@@ -922,29 +927,36 @@ export declare interface IonRadio extends Components.IonRadio {
|
|
|
922
927
|
*/
|
|
923
928
|
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
924
929
|
}
|
|
925
|
-
|
|
930
|
+
declare class IonRadioGroup {
|
|
926
931
|
protected z: NgZone;
|
|
927
932
|
protected el: HTMLIonRadioGroupElement;
|
|
933
|
+
ionChange: EventEmitter<CustomEvent<RadioGroupChangeEventDetail<any>>>;
|
|
928
934
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
929
935
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRadioGroup, never>;
|
|
930
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonRadioGroup, "ion-radio-group", never, { "allowEmptySelection": { "alias": "allowEmptySelection"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "
|
|
936
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonRadioGroup, "ion-radio-group", never, { "allowEmptySelection": { "alias": "allowEmptySelection"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; }, never, ["*"], false, never>;
|
|
931
937
|
}
|
|
932
|
-
|
|
938
|
+
declare interface IonRadioGroup extends Components.IonRadioGroup {
|
|
933
939
|
/**
|
|
934
940
|
* Emitted when the value has changed.
|
|
935
941
|
|
|
936
942
|
This event will not emit when programmatically setting the `value` property.
|
|
937
943
|
*/
|
|
938
|
-
ionChange: EventEmitter<CustomEvent<
|
|
944
|
+
ionChange: EventEmitter<CustomEvent<RadioGroupChangeEventDetail>>;
|
|
939
945
|
}
|
|
940
|
-
|
|
946
|
+
declare class IonRange {
|
|
941
947
|
protected z: NgZone;
|
|
942
948
|
protected el: HTMLIonRangeElement;
|
|
949
|
+
ionChange: EventEmitter<CustomEvent<RangeChangeEventDetail>>;
|
|
950
|
+
ionInput: EventEmitter<CustomEvent<RangeChangeEventDetail>>;
|
|
951
|
+
ionFocus: EventEmitter<CustomEvent<void>>;
|
|
952
|
+
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
953
|
+
ionKnobMoveStart: EventEmitter<CustomEvent<RangeKnobMoveStartEventDetail>>;
|
|
954
|
+
ionKnobMoveEnd: EventEmitter<CustomEvent<RangeKnobMoveEndEventDetail>>;
|
|
943
955
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
944
956
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRange, never>;
|
|
945
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonRange, "ion-range", never, { "activeBarStart": { "alias": "activeBarStart"; "required": false; }; "color": { "alias": "color"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dualKnobs": { "alias": "dualKnobs"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pin": { "alias": "pin"; "required": false; }; "pinFormatter": { "alias": "pinFormatter"; "required": false; }; "snaps": { "alias": "snaps"; "required": false; }; "step": { "alias": "step"; "required": false; }; "
|
|
957
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonRange, "ion-range", never, { "activeBarStart": { "alias": "activeBarStart"; "required": false; }; "color": { "alias": "color"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dualKnobs": { "alias": "dualKnobs"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pin": { "alias": "pin"; "required": false; }; "pinFormatter": { "alias": "pinFormatter"; "required": false; }; "snaps": { "alias": "snaps"; "required": false; }; "step": { "alias": "step"; "required": false; }; "ticks": { "alias": "ticks"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; "ionInput": "ionInput"; "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; "ionKnobMoveStart": "ionKnobMoveStart"; "ionKnobMoveEnd": "ionKnobMoveEnd"; }, never, ["*"], false, never>;
|
|
946
958
|
}
|
|
947
|
-
|
|
959
|
+
declare interface IonRange extends Components.IonRange {
|
|
948
960
|
/**
|
|
949
961
|
* The `ionChange` event is fired for `<ion-range>` elements when the user
|
|
950
962
|
modifies the element's value:
|
|
@@ -953,13 +965,13 @@ export declare interface IonRange extends Components.IonRange {
|
|
|
953
965
|
|
|
954
966
|
This event will not emit when programmatically setting the `value` property.
|
|
955
967
|
*/
|
|
956
|
-
ionChange: EventEmitter<CustomEvent<
|
|
968
|
+
ionChange: EventEmitter<CustomEvent<RangeChangeEventDetail>>;
|
|
957
969
|
/**
|
|
958
970
|
* The `ionInput` event is fired for `<ion-range>` elements when the value
|
|
959
971
|
is modified. Unlike `ionChange`, `ionInput` is fired continuously
|
|
960
972
|
while the user is dragging the knob.
|
|
961
973
|
*/
|
|
962
|
-
ionInput: EventEmitter<CustomEvent<
|
|
974
|
+
ionInput: EventEmitter<CustomEvent<RangeChangeEventDetail>>;
|
|
963
975
|
/**
|
|
964
976
|
* Emitted when the range has focus.
|
|
965
977
|
*/
|
|
@@ -972,28 +984,33 @@ export declare interface IonRange extends Components.IonRange {
|
|
|
972
984
|
* Emitted when the user starts moving the range knob, whether through
|
|
973
985
|
mouse drag, touch gesture, or keyboard interaction.
|
|
974
986
|
*/
|
|
975
|
-
ionKnobMoveStart: EventEmitter<CustomEvent<
|
|
987
|
+
ionKnobMoveStart: EventEmitter<CustomEvent<RangeKnobMoveStartEventDetail>>;
|
|
976
988
|
/**
|
|
977
989
|
* Emitted when the user finishes moving the range knob, whether through
|
|
978
990
|
mouse drag, touch gesture, or keyboard interaction.
|
|
979
991
|
*/
|
|
980
|
-
ionKnobMoveEnd: EventEmitter<CustomEvent<
|
|
992
|
+
ionKnobMoveEnd: EventEmitter<CustomEvent<RangeKnobMoveEndEventDetail>>;
|
|
981
993
|
}
|
|
982
|
-
|
|
994
|
+
declare class IonRefresher {
|
|
983
995
|
protected z: NgZone;
|
|
984
996
|
protected el: HTMLIonRefresherElement;
|
|
997
|
+
ionRefresh: EventEmitter<CustomEvent<RefresherEventDetail>>;
|
|
998
|
+
ionPull: EventEmitter<CustomEvent<void>>;
|
|
999
|
+
ionStart: EventEmitter<CustomEvent<void>>;
|
|
1000
|
+
ionPullStart: EventEmitter<CustomEvent<void>>;
|
|
1001
|
+
ionPullEnd: EventEmitter<CustomEvent<RefresherPullEndEventDetail>>;
|
|
985
1002
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
986
1003
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRefresher, never>;
|
|
987
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonRefresher, "ion-refresher", never, { "closeDuration": { "alias": "closeDuration"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "pullFactor": { "alias": "pullFactor"; "required": false; }; "pullMax": { "alias": "pullMax"; "required": false; }; "pullMin": { "alias": "pullMin"; "required": false; }; "snapbackDuration": { "alias": "snapbackDuration"; "required": false; }; "
|
|
1004
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonRefresher, "ion-refresher", never, { "closeDuration": { "alias": "closeDuration"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "pullFactor": { "alias": "pullFactor"; "required": false; }; "pullMax": { "alias": "pullMax"; "required": false; }; "pullMin": { "alias": "pullMin"; "required": false; }; "snapbackDuration": { "alias": "snapbackDuration"; "required": false; }; }, { "ionRefresh": "ionRefresh"; "ionPull": "ionPull"; "ionStart": "ionStart"; "ionPullStart": "ionPullStart"; "ionPullEnd": "ionPullEnd"; }, never, ["*"], false, never>;
|
|
988
1005
|
}
|
|
989
|
-
|
|
1006
|
+
declare interface IonRefresher extends Components.IonRefresher {
|
|
990
1007
|
/**
|
|
991
1008
|
* Emitted when the user lets go of the content and has pulled down
|
|
992
1009
|
further than the `pullMin` or pulls the content down and exceeds the pullMax.
|
|
993
1010
|
Updates the refresher state to `refreshing`. The `complete()` method should be
|
|
994
1011
|
called when the async operation has completed.
|
|
995
1012
|
*/
|
|
996
|
-
ionRefresh: EventEmitter<CustomEvent<
|
|
1013
|
+
ionRefresh: EventEmitter<CustomEvent<RefresherEventDetail>>;
|
|
997
1014
|
/**
|
|
998
1015
|
* Emitted while the user is pulling down the content and exposing the refresher.
|
|
999
1016
|
*/
|
|
@@ -1011,41 +1028,45 @@ export declare interface IonRefresher extends Components.IonRefresher {
|
|
|
1011
1028
|
after a pull gesture. This fires whether the refresh completed
|
|
1012
1029
|
successfully or was canceled.
|
|
1013
1030
|
*/
|
|
1014
|
-
ionPullEnd: EventEmitter<CustomEvent<
|
|
1031
|
+
ionPullEnd: EventEmitter<CustomEvent<RefresherPullEndEventDetail>>;
|
|
1015
1032
|
}
|
|
1016
|
-
|
|
1033
|
+
declare class IonRefresherContent {
|
|
1017
1034
|
protected z: NgZone;
|
|
1018
1035
|
protected el: HTMLIonRefresherContentElement;
|
|
1019
1036
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1020
1037
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRefresherContent, never>;
|
|
1021
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonRefresherContent, "ion-refresher-content", never, { "
|
|
1038
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonRefresherContent, "ion-refresher-content", never, { "pullingIcon": { "alias": "pullingIcon"; "required": false; }; "pullingText": { "alias": "pullingText"; "required": false; }; "refreshingSpinner": { "alias": "refreshingSpinner"; "required": false; }; "refreshingText": { "alias": "refreshingText"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1022
1039
|
}
|
|
1023
|
-
|
|
1040
|
+
declare interface IonRefresherContent extends Components.IonRefresherContent {
|
|
1024
1041
|
}
|
|
1025
|
-
|
|
1042
|
+
declare class IonReorder {
|
|
1026
1043
|
protected z: NgZone;
|
|
1027
1044
|
protected el: HTMLIonReorderElement;
|
|
1028
1045
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1029
1046
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonReorder, never>;
|
|
1030
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonReorder, "ion-reorder", never, {
|
|
1047
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonReorder, "ion-reorder", never, {}, {}, never, ["*"], false, never>;
|
|
1031
1048
|
}
|
|
1032
|
-
|
|
1049
|
+
declare interface IonReorder extends Components.IonReorder {
|
|
1033
1050
|
}
|
|
1034
|
-
|
|
1051
|
+
declare class IonReorderGroup {
|
|
1035
1052
|
protected z: NgZone;
|
|
1036
1053
|
protected el: HTMLIonReorderGroupElement;
|
|
1054
|
+
ionItemReorder: EventEmitter<CustomEvent<ItemReorderEventDetail>>;
|
|
1055
|
+
ionReorderStart: EventEmitter<CustomEvent<void>>;
|
|
1056
|
+
ionReorderMove: EventEmitter<CustomEvent<ReorderMoveEventDetail>>;
|
|
1057
|
+
ionReorderEnd: EventEmitter<CustomEvent<ReorderEndEventDetail>>;
|
|
1037
1058
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1038
1059
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonReorderGroup, never>;
|
|
1039
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonReorderGroup, "ion-reorder-group", never, { "disabled": { "alias": "disabled"; "required": false; };
|
|
1060
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonReorderGroup, "ion-reorder-group", never, { "disabled": { "alias": "disabled"; "required": false; }; }, { "ionItemReorder": "ionItemReorder"; "ionReorderStart": "ionReorderStart"; "ionReorderMove": "ionReorderMove"; "ionReorderEnd": "ionReorderEnd"; }, never, ["*"], false, never>;
|
|
1040
1061
|
}
|
|
1041
|
-
|
|
1062
|
+
declare interface IonReorderGroup extends Components.IonReorderGroup {
|
|
1042
1063
|
/**
|
|
1043
1064
|
* Event that needs to be listened to in order to complete the reorder action. @deprecated Use `ionReorderEnd` instead. If you are accessing
|
|
1044
1065
|
`event.detail.from` or `event.detail.to` and relying on them
|
|
1045
1066
|
being different you should now add checks as they are always emitted
|
|
1046
1067
|
in `ionReorderEnd`, even when they are the same.
|
|
1047
1068
|
*/
|
|
1048
|
-
ionItemReorder: EventEmitter<CustomEvent<
|
|
1069
|
+
ionItemReorder: EventEmitter<CustomEvent<ItemReorderEventDetail>>;
|
|
1049
1070
|
/**
|
|
1050
1071
|
* Event that is emitted when the reorder gesture starts.
|
|
1051
1072
|
*/
|
|
@@ -1053,7 +1074,7 @@ export declare interface IonReorderGroup extends Components.IonReorderGroup {
|
|
|
1053
1074
|
/**
|
|
1054
1075
|
* Event that is emitted as the reorder gesture moves.
|
|
1055
1076
|
*/
|
|
1056
|
-
ionReorderMove: EventEmitter<CustomEvent<
|
|
1077
|
+
ionReorderMove: EventEmitter<CustomEvent<ReorderMoveEventDetail>>;
|
|
1057
1078
|
/**
|
|
1058
1079
|
* Event that is emitted when the reorder gesture ends.
|
|
1059
1080
|
The from and to properties are always available, regardless of
|
|
@@ -1062,38 +1083,44 @@ export declare interface IonReorderGroup extends Components.IonReorderGroup {
|
|
|
1062
1083
|
Once the event has been emitted, the `complete()` method then needs
|
|
1063
1084
|
to be called in order to finalize the reorder action.
|
|
1064
1085
|
*/
|
|
1065
|
-
ionReorderEnd: EventEmitter<CustomEvent<
|
|
1086
|
+
ionReorderEnd: EventEmitter<CustomEvent<ReorderEndEventDetail>>;
|
|
1066
1087
|
}
|
|
1067
|
-
|
|
1088
|
+
declare class IonRippleEffect {
|
|
1068
1089
|
protected z: NgZone;
|
|
1069
1090
|
protected el: HTMLIonRippleEffectElement;
|
|
1070
1091
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1071
1092
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRippleEffect, never>;
|
|
1072
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonRippleEffect, "ion-ripple-effect", never, { "
|
|
1093
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonRippleEffect, "ion-ripple-effect", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1073
1094
|
}
|
|
1074
|
-
|
|
1095
|
+
declare interface IonRippleEffect extends Components.IonRippleEffect {
|
|
1075
1096
|
}
|
|
1076
|
-
|
|
1097
|
+
declare class IonRow {
|
|
1077
1098
|
protected z: NgZone;
|
|
1078
1099
|
protected el: HTMLIonRowElement;
|
|
1079
1100
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1080
1101
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRow, never>;
|
|
1081
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonRow, "ion-row", never, {
|
|
1102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonRow, "ion-row", never, {}, {}, never, ["*"], false, never>;
|
|
1082
1103
|
}
|
|
1083
|
-
|
|
1104
|
+
declare interface IonRow extends Components.IonRow {
|
|
1084
1105
|
}
|
|
1085
|
-
|
|
1106
|
+
declare class IonSearchbar {
|
|
1086
1107
|
protected z: NgZone;
|
|
1087
1108
|
protected el: HTMLIonSearchbarElement;
|
|
1109
|
+
ionInput: EventEmitter<CustomEvent<SearchbarInputEventDetail>>;
|
|
1110
|
+
ionChange: EventEmitter<CustomEvent<SearchbarChangeEventDetail>>;
|
|
1111
|
+
ionCancel: EventEmitter<CustomEvent<void>>;
|
|
1112
|
+
ionClear: EventEmitter<CustomEvent<void>>;
|
|
1113
|
+
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
1114
|
+
ionFocus: EventEmitter<CustomEvent<void>>;
|
|
1088
1115
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1089
1116
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSearchbar, never>;
|
|
1090
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSearchbar, "ion-searchbar", never, { "animated": { "alias": "animated"; "required": false; }; "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "cancelButtonIcon": { "alias": "cancelButtonIcon"; "required": false; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; }; "clearIcon": { "alias": "clearIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "searchIcon": { "alias": "searchIcon"; "required": false; }; "
|
|
1117
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSearchbar, "ion-searchbar", never, { "animated": { "alias": "animated"; "required": false; }; "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "cancelButtonIcon": { "alias": "cancelButtonIcon"; "required": false; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; }; "clearIcon": { "alias": "clearIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "searchIcon": { "alias": "searchIcon"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionInput": "ionInput"; "ionChange": "ionChange"; "ionCancel": "ionCancel"; "ionClear": "ionClear"; "ionBlur": "ionBlur"; "ionFocus": "ionFocus"; }, never, ["*"], false, never>;
|
|
1091
1118
|
}
|
|
1092
|
-
|
|
1119
|
+
declare interface IonSearchbar extends Components.IonSearchbar {
|
|
1093
1120
|
/**
|
|
1094
1121
|
* Emitted when the `value` of the `ion-searchbar` element has changed.
|
|
1095
1122
|
*/
|
|
1096
|
-
ionInput: EventEmitter<CustomEvent<
|
|
1123
|
+
ionInput: EventEmitter<CustomEvent<SearchbarInputEventDetail>>;
|
|
1097
1124
|
/**
|
|
1098
1125
|
* The `ionChange` event is fired for `<ion-searchbar>` elements when the user
|
|
1099
1126
|
modifies the element's value. Unlike the `ionInput` event, the `ionChange`
|
|
@@ -1106,7 +1133,7 @@ export declare interface IonSearchbar extends Components.IonSearchbar {
|
|
|
1106
1133
|
|
|
1107
1134
|
This event will not emit when programmatically setting the `value` property.
|
|
1108
1135
|
*/
|
|
1109
|
-
ionChange: EventEmitter<CustomEvent<
|
|
1136
|
+
ionChange: EventEmitter<CustomEvent<SearchbarChangeEventDetail>>;
|
|
1110
1137
|
/**
|
|
1111
1138
|
* Emitted when the cancel button is clicked.
|
|
1112
1139
|
*/
|
|
@@ -1124,66 +1151,73 @@ export declare interface IonSearchbar extends Components.IonSearchbar {
|
|
|
1124
1151
|
*/
|
|
1125
1152
|
ionFocus: EventEmitter<CustomEvent<void>>;
|
|
1126
1153
|
}
|
|
1127
|
-
|
|
1154
|
+
declare class IonSegment {
|
|
1128
1155
|
protected z: NgZone;
|
|
1129
1156
|
protected el: HTMLIonSegmentElement;
|
|
1157
|
+
ionChange: EventEmitter<CustomEvent<SegmentChangeEventDetail>>;
|
|
1130
1158
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1131
1159
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSegment, never>;
|
|
1132
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSegment, "ion-segment", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectOnFocus": { "alias": "selectOnFocus"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; "
|
|
1160
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSegment, "ion-segment", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectOnFocus": { "alias": "selectOnFocus"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; }, never, ["*"], false, never>;
|
|
1133
1161
|
}
|
|
1134
|
-
|
|
1162
|
+
declare interface IonSegment extends Components.IonSegment {
|
|
1135
1163
|
/**
|
|
1136
1164
|
* Emitted when the value property has changed and any dragging pointer has been released from `ion-segment`.
|
|
1137
1165
|
|
|
1138
1166
|
This event will not emit when programmatically setting the `value` property.
|
|
1139
1167
|
*/
|
|
1140
|
-
ionChange: EventEmitter<CustomEvent<
|
|
1168
|
+
ionChange: EventEmitter<CustomEvent<SegmentChangeEventDetail>>;
|
|
1141
1169
|
}
|
|
1142
|
-
|
|
1170
|
+
declare class IonSegmentButton {
|
|
1143
1171
|
protected z: NgZone;
|
|
1144
1172
|
protected el: HTMLIonSegmentButtonElement;
|
|
1145
1173
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1146
1174
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentButton, never>;
|
|
1147
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentButton, "ion-segment-button", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "
|
|
1175
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentButton, "ion-segment-button", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1148
1176
|
}
|
|
1149
|
-
|
|
1177
|
+
declare interface IonSegmentButton extends Components.IonSegmentButton {
|
|
1150
1178
|
}
|
|
1151
|
-
|
|
1179
|
+
declare class IonSegmentContent {
|
|
1152
1180
|
protected z: NgZone;
|
|
1153
1181
|
protected el: HTMLIonSegmentContentElement;
|
|
1154
1182
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1155
1183
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentContent, never>;
|
|
1156
1184
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentContent, "ion-segment-content", never, {}, {}, never, ["*"], false, never>;
|
|
1157
1185
|
}
|
|
1158
|
-
|
|
1186
|
+
declare interface IonSegmentContent extends Components.IonSegmentContent {
|
|
1159
1187
|
}
|
|
1160
|
-
|
|
1188
|
+
declare class IonSegmentView {
|
|
1161
1189
|
protected z: NgZone;
|
|
1162
1190
|
protected el: HTMLIonSegmentViewElement;
|
|
1191
|
+
ionSegmentViewScroll: EventEmitter<CustomEvent<SegmentViewScrollEvent>>;
|
|
1163
1192
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1164
1193
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentView, never>;
|
|
1165
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentView, "ion-segment-view", never, { "disabled": { "alias": "disabled"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1194
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentView, "ion-segment-view", never, { "disabled": { "alias": "disabled"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; }, { "ionSegmentViewScroll": "ionSegmentViewScroll"; }, never, ["*"], false, never>;
|
|
1166
1195
|
}
|
|
1167
|
-
|
|
1196
|
+
declare interface IonSegmentView extends Components.IonSegmentView {
|
|
1168
1197
|
/**
|
|
1169
1198
|
* Emitted when the segment view is scrolled.
|
|
1170
1199
|
*/
|
|
1171
|
-
ionSegmentViewScroll: EventEmitter<CustomEvent<
|
|
1200
|
+
ionSegmentViewScroll: EventEmitter<CustomEvent<SegmentViewScrollEvent>>;
|
|
1172
1201
|
}
|
|
1173
|
-
|
|
1202
|
+
declare class IonSelect {
|
|
1174
1203
|
protected z: NgZone;
|
|
1175
1204
|
protected el: HTMLIonSelectElement;
|
|
1205
|
+
ionChange: EventEmitter<CustomEvent<SelectChangeEventDetail<any>>>;
|
|
1206
|
+
ionCancel: EventEmitter<CustomEvent<void>>;
|
|
1207
|
+
ionDismiss: EventEmitter<CustomEvent<void>>;
|
|
1208
|
+
ionFocus: EventEmitter<CustomEvent<void>>;
|
|
1209
|
+
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
1176
1210
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1177
1211
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSelect, never>;
|
|
1178
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelect, "ion-select", never, { "
|
|
1212
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelect, "ion-select", never, { "cancelText": { "alias": "cancelText"; "required": false; }; "color": { "alias": "color"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "expandedIcon": { "alias": "expandedIcon"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "interface": { "alias": "interface"; "required": false; }; "interfaceOptions": { "alias": "interfaceOptions"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "okText": { "alias": "okText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "selectedText": { "alias": "selectedText"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "toggleIcon": { "alias": "toggleIcon"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; "ionCancel": "ionCancel"; "ionDismiss": "ionDismiss"; "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
|
|
1179
1213
|
}
|
|
1180
|
-
|
|
1214
|
+
declare interface IonSelect extends Components.IonSelect {
|
|
1181
1215
|
/**
|
|
1182
1216
|
* Emitted when the value has changed.
|
|
1183
1217
|
|
|
1184
1218
|
This event will not emit when programmatically setting the `value` property.
|
|
1185
1219
|
*/
|
|
1186
|
-
ionChange: EventEmitter<CustomEvent<
|
|
1220
|
+
ionChange: EventEmitter<CustomEvent<SelectChangeEventDetail>>;
|
|
1187
1221
|
/**
|
|
1188
1222
|
* Emitted when the selection is cancelled.
|
|
1189
1223
|
*/
|
|
@@ -1201,50 +1235,53 @@ export declare interface IonSelect extends Components.IonSelect {
|
|
|
1201
1235
|
*/
|
|
1202
1236
|
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
1203
1237
|
}
|
|
1204
|
-
|
|
1238
|
+
declare class IonSelectModal {
|
|
1205
1239
|
protected z: NgZone;
|
|
1206
1240
|
protected el: HTMLIonSelectModalElement;
|
|
1207
1241
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1208
1242
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectModal, never>;
|
|
1209
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectModal, "ion-select-modal", never, { "
|
|
1243
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectModal, "ion-select-modal", never, { "cancelText": { "alias": "cancelText"; "required": false; }; "header": { "alias": "header"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1210
1244
|
}
|
|
1211
|
-
|
|
1245
|
+
declare interface IonSelectModal extends Components.IonSelectModal {
|
|
1212
1246
|
}
|
|
1213
|
-
|
|
1247
|
+
declare class IonSelectOption {
|
|
1214
1248
|
protected z: NgZone;
|
|
1215
1249
|
protected el: HTMLIonSelectOptionElement;
|
|
1216
1250
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1217
1251
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectOption, never>;
|
|
1218
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectOption, "ion-select-option", never, { "
|
|
1252
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectOption, "ion-select-option", never, { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1219
1253
|
}
|
|
1220
|
-
|
|
1254
|
+
declare interface IonSelectOption extends Components.IonSelectOption {
|
|
1221
1255
|
}
|
|
1222
|
-
|
|
1256
|
+
declare class IonSkeletonText {
|
|
1223
1257
|
protected z: NgZone;
|
|
1224
1258
|
protected el: HTMLIonSkeletonTextElement;
|
|
1225
1259
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1226
1260
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSkeletonText, never>;
|
|
1227
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSkeletonText, "ion-skeleton-text", never, { "animated": { "alias": "animated"; "required": false; };
|
|
1261
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSkeletonText, "ion-skeleton-text", never, { "animated": { "alias": "animated"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1228
1262
|
}
|
|
1229
|
-
|
|
1263
|
+
declare interface IonSkeletonText extends Components.IonSkeletonText {
|
|
1230
1264
|
}
|
|
1231
|
-
|
|
1265
|
+
declare class IonSpinner {
|
|
1232
1266
|
protected z: NgZone;
|
|
1233
1267
|
protected el: HTMLIonSpinnerElement;
|
|
1234
1268
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1235
1269
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSpinner, never>;
|
|
1236
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSpinner, "ion-spinner", never, { "color": { "alias": "color"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "
|
|
1270
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSpinner, "ion-spinner", never, { "color": { "alias": "color"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "name": { "alias": "name"; "required": false; }; "paused": { "alias": "paused"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1237
1271
|
}
|
|
1238
|
-
|
|
1272
|
+
declare interface IonSpinner extends Components.IonSpinner {
|
|
1239
1273
|
}
|
|
1240
|
-
|
|
1274
|
+
declare class IonSplitPane {
|
|
1241
1275
|
protected z: NgZone;
|
|
1242
1276
|
protected el: HTMLIonSplitPaneElement;
|
|
1277
|
+
ionSplitPaneVisible: EventEmitter<CustomEvent<{
|
|
1278
|
+
visible: boolean;
|
|
1279
|
+
}>>;
|
|
1243
1280
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1244
1281
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSplitPane, never>;
|
|
1245
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSplitPane, "ion-split-pane", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "
|
|
1282
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSplitPane, "ion-split-pane", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "when": { "alias": "when"; "required": false; }; }, { "ionSplitPaneVisible": "ionSplitPaneVisible"; }, never, ["*"], false, never>;
|
|
1246
1283
|
}
|
|
1247
|
-
|
|
1284
|
+
declare interface IonSplitPane extends Components.IonSplitPane {
|
|
1248
1285
|
/**
|
|
1249
1286
|
* Expression to be called when the split-pane visibility has changed
|
|
1250
1287
|
*/
|
|
@@ -1252,50 +1289,54 @@ export declare interface IonSplitPane extends Components.IonSplitPane {
|
|
|
1252
1289
|
visible: boolean;
|
|
1253
1290
|
}>>;
|
|
1254
1291
|
}
|
|
1255
|
-
|
|
1292
|
+
declare class IonTab {
|
|
1256
1293
|
protected z: NgZone;
|
|
1257
1294
|
protected el: HTMLIonTabElement;
|
|
1258
1295
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1259
1296
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonTab, never>;
|
|
1260
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonTab, "ion-tab", never, { "component": { "alias": "component"; "required": false; }; "
|
|
1297
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonTab, "ion-tab", never, { "component": { "alias": "component"; "required": false; }; "tab": { "alias": "tab"; "required": true; }; }, {}, never, ["*"], false, never>;
|
|
1261
1298
|
}
|
|
1262
|
-
|
|
1299
|
+
declare interface IonTab extends Components.IonTab {
|
|
1263
1300
|
}
|
|
1264
|
-
|
|
1301
|
+
declare class IonTabBar {
|
|
1265
1302
|
protected z: NgZone;
|
|
1266
1303
|
protected el: HTMLIonTabBarElement;
|
|
1267
1304
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1268
1305
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonTabBar, never>;
|
|
1269
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonTabBar, "ion-tab-bar", never, { "color": { "alias": "color"; "required": false; }; "
|
|
1306
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonTabBar, "ion-tab-bar", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "selectedTab": { "alias": "selectedTab"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1270
1307
|
}
|
|
1271
|
-
|
|
1308
|
+
declare interface IonTabBar extends Components.IonTabBar {
|
|
1272
1309
|
}
|
|
1273
|
-
|
|
1310
|
+
declare class IonTabButton {
|
|
1274
1311
|
protected z: NgZone;
|
|
1275
1312
|
protected el: HTMLIonTabButtonElement;
|
|
1276
1313
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1277
1314
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonTabButton, never>;
|
|
1278
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonTabButton, "ion-tab-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "
|
|
1315
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonTabButton, "ion-tab-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "tab": { "alias": "tab"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1279
1316
|
}
|
|
1280
|
-
|
|
1317
|
+
declare interface IonTabButton extends Components.IonTabButton {
|
|
1281
1318
|
}
|
|
1282
|
-
|
|
1319
|
+
declare class IonText {
|
|
1283
1320
|
protected z: NgZone;
|
|
1284
1321
|
protected el: HTMLIonTextElement;
|
|
1285
1322
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1286
1323
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonText, never>;
|
|
1287
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonText, "ion-text", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; };
|
|
1324
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonText, "ion-text", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1288
1325
|
}
|
|
1289
|
-
|
|
1326
|
+
declare interface IonText extends Components.IonText {
|
|
1290
1327
|
}
|
|
1291
|
-
|
|
1328
|
+
declare class IonTextarea {
|
|
1292
1329
|
protected z: NgZone;
|
|
1293
1330
|
protected el: HTMLIonTextareaElement;
|
|
1331
|
+
ionChange: EventEmitter<CustomEvent<TextareaChangeEventDetail>>;
|
|
1332
|
+
ionInput: EventEmitter<CustomEvent<TextareaInputEventDetail>>;
|
|
1333
|
+
ionBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
1334
|
+
ionFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
1294
1335
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1295
1336
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonTextarea, never>;
|
|
1296
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonTextarea, "ion-textarea", never, { "autoGrow": { "alias": "autoGrow"; "required": false; }; "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearOnEdit": { "alias": "clearOnEdit"; "required": false; }; "color": { "alias": "color"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "counterFormatter": { "alias": "counterFormatter"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "
|
|
1337
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonTextarea, "ion-textarea", never, { "autoGrow": { "alias": "autoGrow"; "required": false; }; "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearOnEdit": { "alias": "clearOnEdit"; "required": false; }; "color": { "alias": "color"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "counterFormatter": { "alias": "counterFormatter"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "value": { "alias": "value"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, { "ionChange": "ionChange"; "ionInput": "ionInput"; "ionBlur": "ionBlur"; "ionFocus": "ionFocus"; }, never, ["*"], false, never>;
|
|
1297
1338
|
}
|
|
1298
|
-
|
|
1339
|
+
declare interface IonTextarea extends Components.IonTextarea {
|
|
1299
1340
|
/**
|
|
1300
1341
|
* The `ionChange` event is fired when the user modifies the textarea's value.
|
|
1301
1342
|
Unlike the `ionInput` event, the `ionChange` event is fired when
|
|
@@ -1303,7 +1344,7 @@ export declare interface IonTextarea extends Components.IonTextarea {
|
|
|
1303
1344
|
|
|
1304
1345
|
This event will not emit when programmatically setting the `value` property.
|
|
1305
1346
|
*/
|
|
1306
|
-
ionChange: EventEmitter<CustomEvent<
|
|
1347
|
+
ionChange: EventEmitter<CustomEvent<TextareaChangeEventDetail>>;
|
|
1307
1348
|
/**
|
|
1308
1349
|
* The `ionInput` event is fired each time the user modifies the textarea's value.
|
|
1309
1350
|
Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
|
|
@@ -1312,7 +1353,7 @@ export declare interface IonTextarea extends Components.IonTextarea {
|
|
|
1312
1353
|
When `clearOnEdit` is enabled, the `ionInput` event will be fired when
|
|
1313
1354
|
the user clears the textarea by performing a keydown event.
|
|
1314
1355
|
*/
|
|
1315
|
-
ionInput: EventEmitter<CustomEvent<
|
|
1356
|
+
ionInput: EventEmitter<CustomEvent<TextareaInputEventDetail>>;
|
|
1316
1357
|
/**
|
|
1317
1358
|
* Emitted when the input loses focus.
|
|
1318
1359
|
*/
|
|
@@ -1322,32 +1363,40 @@ export declare interface IonTextarea extends Components.IonTextarea {
|
|
|
1322
1363
|
*/
|
|
1323
1364
|
ionFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
1324
1365
|
}
|
|
1325
|
-
|
|
1366
|
+
declare class IonThumbnail {
|
|
1326
1367
|
protected z: NgZone;
|
|
1327
1368
|
protected el: HTMLIonThumbnailElement;
|
|
1328
1369
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1329
1370
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonThumbnail, never>;
|
|
1330
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonThumbnail, "ion-thumbnail", never, {
|
|
1371
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonThumbnail, "ion-thumbnail", never, {}, {}, never, ["*"], false, never>;
|
|
1331
1372
|
}
|
|
1332
|
-
|
|
1373
|
+
declare interface IonThumbnail extends Components.IonThumbnail {
|
|
1333
1374
|
}
|
|
1334
|
-
|
|
1375
|
+
declare class IonTitle {
|
|
1335
1376
|
protected z: NgZone;
|
|
1336
1377
|
protected el: HTMLIonTitleElement;
|
|
1337
1378
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1338
1379
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonTitle, never>;
|
|
1339
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonTitle, "ion-title", never, { "color": { "alias": "color"; "required": false; }; "
|
|
1380
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonTitle, "ion-title", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1340
1381
|
}
|
|
1341
|
-
|
|
1382
|
+
declare interface IonTitle extends Components.IonTitle {
|
|
1342
1383
|
}
|
|
1343
|
-
|
|
1384
|
+
declare class IonToast {
|
|
1344
1385
|
protected z: NgZone;
|
|
1345
1386
|
protected el: HTMLIonToastElement;
|
|
1387
|
+
ionToastDidPresent: EventEmitter<CustomEvent<void>>;
|
|
1388
|
+
ionToastWillPresent: EventEmitter<CustomEvent<void>>;
|
|
1389
|
+
ionToastWillDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
1390
|
+
ionToastDidDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
1391
|
+
didPresent: EventEmitter<CustomEvent<void>>;
|
|
1392
|
+
willPresent: EventEmitter<CustomEvent<void>>;
|
|
1393
|
+
willDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
1394
|
+
didDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
1346
1395
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1347
1396
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonToast, never>;
|
|
1348
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonToast, "ion-toast", never, { "animated": { "alias": "animated"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "color": { "alias": "color"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "header": { "alias": "header"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "
|
|
1397
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonToast, "ion-toast", never, { "animated": { "alias": "animated"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "color": { "alias": "color"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "header": { "alias": "header"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "message": { "alias": "message"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "position": { "alias": "position"; "required": false; }; "positionAnchor": { "alias": "positionAnchor"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, { "ionToastDidPresent": "ionToastDidPresent"; "ionToastWillPresent": "ionToastWillPresent"; "ionToastWillDismiss": "ionToastWillDismiss"; "ionToastDidDismiss": "ionToastDidDismiss"; "didPresent": "didPresent"; "willPresent": "willPresent"; "willDismiss": "willDismiss"; "didDismiss": "didDismiss"; }, never, ["*"], false, never>;
|
|
1349
1398
|
}
|
|
1350
|
-
|
|
1399
|
+
declare interface IonToast extends Components.IonToast {
|
|
1351
1400
|
/**
|
|
1352
1401
|
* Emitted after the toast has presented.
|
|
1353
1402
|
*/
|
|
@@ -1359,11 +1408,11 @@ export declare interface IonToast extends Components.IonToast {
|
|
|
1359
1408
|
/**
|
|
1360
1409
|
* Emitted before the toast has dismissed.
|
|
1361
1410
|
*/
|
|
1362
|
-
ionToastWillDismiss: EventEmitter<CustomEvent<
|
|
1411
|
+
ionToastWillDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
1363
1412
|
/**
|
|
1364
1413
|
* Emitted after the toast has dismissed.
|
|
1365
1414
|
*/
|
|
1366
|
-
ionToastDidDismiss: EventEmitter<CustomEvent<
|
|
1415
|
+
ionToastDidDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
1367
1416
|
/**
|
|
1368
1417
|
* Emitted after the toast has presented.
|
|
1369
1418
|
Shorthand for ionToastWillDismiss.
|
|
@@ -1378,27 +1427,30 @@ export declare interface IonToast extends Components.IonToast {
|
|
|
1378
1427
|
* Emitted before the toast has dismissed.
|
|
1379
1428
|
Shorthand for ionToastWillDismiss.
|
|
1380
1429
|
*/
|
|
1381
|
-
willDismiss: EventEmitter<CustomEvent<
|
|
1430
|
+
willDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
1382
1431
|
/**
|
|
1383
1432
|
* Emitted after the toast has dismissed.
|
|
1384
1433
|
Shorthand for ionToastDidDismiss.
|
|
1385
1434
|
*/
|
|
1386
|
-
didDismiss: EventEmitter<CustomEvent<
|
|
1435
|
+
didDismiss: EventEmitter<CustomEvent<OverlayEventDetail>>;
|
|
1387
1436
|
}
|
|
1388
|
-
|
|
1437
|
+
declare class IonToggle {
|
|
1389
1438
|
protected z: NgZone;
|
|
1390
1439
|
protected el: HTMLIonToggleElement;
|
|
1440
|
+
ionChange: EventEmitter<CustomEvent<ToggleChangeEventDetail<any>>>;
|
|
1441
|
+
ionFocus: EventEmitter<CustomEvent<void>>;
|
|
1442
|
+
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
1391
1443
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1392
1444
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonToggle, never>;
|
|
1393
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonToggle, "ion-toggle", never, { "alignment": { "alias": "alignment"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enableOnOffLabels": { "alias": "enableOnOffLabels"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "
|
|
1445
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonToggle, "ion-toggle", never, { "alignment": { "alias": "alignment"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enableOnOffLabels": { "alias": "enableOnOffLabels"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
|
|
1394
1446
|
}
|
|
1395
|
-
|
|
1447
|
+
declare interface IonToggle extends Components.IonToggle {
|
|
1396
1448
|
/**
|
|
1397
1449
|
* Emitted when the user switches the toggle on or off.
|
|
1398
1450
|
|
|
1399
1451
|
This event will not emit when programmatically setting the `checked` property.
|
|
1400
1452
|
*/
|
|
1401
|
-
ionChange: EventEmitter<CustomEvent<
|
|
1453
|
+
ionChange: EventEmitter<CustomEvent<ToggleChangeEventDetail>>;
|
|
1402
1454
|
/**
|
|
1403
1455
|
* Emitted when the toggle has focus.
|
|
1404
1456
|
*/
|
|
@@ -1408,12 +1460,194 @@ export declare interface IonToggle extends Components.IonToggle {
|
|
|
1408
1460
|
*/
|
|
1409
1461
|
ionBlur: EventEmitter<CustomEvent<void>>;
|
|
1410
1462
|
}
|
|
1411
|
-
|
|
1463
|
+
declare class IonToolbar {
|
|
1412
1464
|
protected z: NgZone;
|
|
1413
1465
|
protected el: HTMLIonToolbarElement;
|
|
1414
1466
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1415
1467
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonToolbar, never>;
|
|
1416
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonToolbar, "ion-toolbar", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; };
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
|
-
}
|
|
1468
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonToolbar, "ion-toolbar", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1469
|
+
}
|
|
1470
|
+
declare interface IonToolbar extends Components.IonToolbar {
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
declare class IonRouterOutlet extends IonRouterOutlet$1 {
|
|
1474
|
+
readonly parentOutlet?: IonRouterOutlet | undefined;
|
|
1475
|
+
/**
|
|
1476
|
+
* `static: true` must be set so the query results are resolved
|
|
1477
|
+
* before change detection runs. Otherwise, the view container
|
|
1478
|
+
* ref will be ion-router-outlet instead of ng-container, and
|
|
1479
|
+
* the first view will be added as a sibling of ion-router-outlet
|
|
1480
|
+
* instead of a child.
|
|
1481
|
+
*/
|
|
1482
|
+
outletContent: ViewContainerRef;
|
|
1483
|
+
/**
|
|
1484
|
+
* We need to pass in the correct instance of IonRouterOutlet
|
|
1485
|
+
* otherwise parentOutlet will be null in a nested outlet context.
|
|
1486
|
+
* This results in APIs such as NavController.pop not working
|
|
1487
|
+
* in nested outlets because the parent outlet cannot be found.
|
|
1488
|
+
*/
|
|
1489
|
+
constructor(name: string, tabs: string, commonLocation: Location, elementRef: ElementRef, router: Router, zone: NgZone, activatedRoute: ActivatedRoute, parentOutlet?: IonRouterOutlet | undefined);
|
|
1490
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IonRouterOutlet, [{ attribute: "name"; }, { attribute: "tabs"; optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }]>;
|
|
1491
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonRouterOutlet, "ion-router-outlet", never, {}, {}, never, ["*"], false, never>;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
declare class IonTabs extends IonTabs$1 {
|
|
1495
|
+
outlet: IonRouterOutlet;
|
|
1496
|
+
tabBar: IonTabBar | undefined;
|
|
1497
|
+
tabBars: QueryList<IonTabBar>;
|
|
1498
|
+
tabs: QueryList<IonTab>;
|
|
1499
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IonTabs, never>;
|
|
1500
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonTabs, "ion-tabs", never, {}, {}, ["tabBar", "tabBars", "tabs"], ["[slot=top]", "ion-tab", "*"], false, never>;
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
declare class IonBackButton extends IonBackButton$1 {
|
|
1504
|
+
constructor(routerOutlet: IonRouterOutlet, navCtrl: NavController, config: Config, r: ElementRef, z: NgZone, c: ChangeDetectorRef);
|
|
1505
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IonBackButton, [{ optional: true; }, null, null, null, null, null]>;
|
|
1506
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonBackButton, "ion-back-button", never, {}, {}, never, ["*"], false, never>;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
declare class IonNav extends IonNav$1 {
|
|
1510
|
+
constructor(ref: ElementRef, environmentInjector: EnvironmentInjector, injector: Injector, angularDelegate: AngularDelegate, z: NgZone, c: ChangeDetectorRef);
|
|
1511
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IonNav, never>;
|
|
1512
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonNav, "ion-nav", never, {}, {}, never, ["*"], false, never>;
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
/**
|
|
1516
|
+
* Adds support for Ionic routing directions and animations to the base Angular router link directive.
|
|
1517
|
+
*
|
|
1518
|
+
* When the router link is clicked, the directive will assign the direction and
|
|
1519
|
+
* animation so that the routing integration will transition correctly.
|
|
1520
|
+
*/
|
|
1521
|
+
declare class RouterLinkDelegateDirective extends RouterLinkDelegateDirective$1 {
|
|
1522
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RouterLinkDelegateDirective, never>;
|
|
1523
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RouterLinkDelegateDirective, ":not(a):not(area)[routerLink]", never, {}, {}, never, never, false, never>;
|
|
1524
|
+
}
|
|
1525
|
+
declare class RouterLinkWithHrefDelegateDirective extends RouterLinkWithHrefDelegateDirective$1 {
|
|
1526
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RouterLinkWithHrefDelegateDirective, never>;
|
|
1527
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RouterLinkWithHrefDelegateDirective, "a[routerLink],area[routerLink]", never, {}, {}, never, never, false, never>;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
declare class IonModal extends IonModal$1 {
|
|
1531
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IonModal, never>;
|
|
1532
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonModal, "ion-modal", never, {}, {}, never, never, false, never>;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
declare class IonPopover extends IonPopover$1 {
|
|
1536
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IonPopover, never>;
|
|
1537
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonPopover, "ion-popover", never, {}, {}, never, never, false, never>;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
/**
|
|
1541
|
+
* @description
|
|
1542
|
+
* Provider which adds `MaxValidator` to the `NG_VALIDATORS` multi-provider list.
|
|
1543
|
+
*/
|
|
1544
|
+
declare const ION_MAX_VALIDATOR: Provider;
|
|
1545
|
+
declare class IonMaxValidator extends MaxValidator {
|
|
1546
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IonMaxValidator, never>;
|
|
1547
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IonMaxValidator, "ion-input[type=number][max][formControlName],ion-input[type=number][max][formControl],ion-input[type=number][max][ngModel]", never, {}, {}, never, never, false, never>;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
/**
|
|
1551
|
+
* @description
|
|
1552
|
+
* Provider which adds `MinValidator` to the `NG_VALIDATORS` multi-provider list.
|
|
1553
|
+
*/
|
|
1554
|
+
declare const ION_MIN_VALIDATOR: Provider;
|
|
1555
|
+
declare class IonMinValidator extends MinValidator {
|
|
1556
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IonMinValidator, never>;
|
|
1557
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IonMinValidator, "ion-input[type=number][min][formControlName],ion-input[type=number][min][formControl],ion-input[type=number][min][ngModel]", never, {}, {}, never, never, false, never>;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
declare class AlertController extends OverlayBaseController<AlertOptions, HTMLIonAlertElement> {
|
|
1561
|
+
constructor();
|
|
1562
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertController, never>;
|
|
1563
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AlertController>;
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
declare class AnimationController {
|
|
1567
|
+
/**
|
|
1568
|
+
* Create a new animation
|
|
1569
|
+
*/
|
|
1570
|
+
create(animationId?: string): Animation;
|
|
1571
|
+
/**
|
|
1572
|
+
* EXPERIMENTAL
|
|
1573
|
+
*
|
|
1574
|
+
* Given a progression and a cubic bezier function,
|
|
1575
|
+
* this utility returns the time value(s) at which the
|
|
1576
|
+
* cubic bezier reaches the given time progression.
|
|
1577
|
+
*
|
|
1578
|
+
* If the cubic bezier never reaches the progression
|
|
1579
|
+
* the result will be an empty array.
|
|
1580
|
+
*
|
|
1581
|
+
* This is most useful for switching between easing curves
|
|
1582
|
+
* when doing a gesture animation (i.e. going from linear easing
|
|
1583
|
+
* during a drag, to another easing when `progressEnd` is called)
|
|
1584
|
+
*/
|
|
1585
|
+
easingTime(p0: number[], p1: number[], p2: number[], p3: number[], progression: number): number[];
|
|
1586
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnimationController, never>;
|
|
1587
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AnimationController>;
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
declare class ActionSheetController extends OverlayBaseController<ActionSheetOptions, HTMLIonActionSheetElement> {
|
|
1591
|
+
constructor();
|
|
1592
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetController, never>;
|
|
1593
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ActionSheetController>;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
declare class GestureController {
|
|
1597
|
+
private zone;
|
|
1598
|
+
constructor(zone: NgZone);
|
|
1599
|
+
/**
|
|
1600
|
+
* Create a new gesture
|
|
1601
|
+
*/
|
|
1602
|
+
create(opts: GestureConfig, runInsideAngularZone?: boolean): Gesture;
|
|
1603
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GestureController, never>;
|
|
1604
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GestureController>;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
declare class LoadingController extends OverlayBaseController<LoadingOptions, HTMLIonLoadingElement> {
|
|
1608
|
+
constructor();
|
|
1609
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingController, never>;
|
|
1610
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LoadingController>;
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
declare class MenuController extends MenuController$1 {
|
|
1614
|
+
constructor();
|
|
1615
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuController, never>;
|
|
1616
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MenuController>;
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
declare class ModalController extends OverlayBaseController<ModalOptions, HTMLIonModalElement> {
|
|
1620
|
+
private angularDelegate;
|
|
1621
|
+
private injector;
|
|
1622
|
+
private environmentInjector;
|
|
1623
|
+
constructor();
|
|
1624
|
+
create(opts: ModalOptions): Promise<HTMLIonModalElement>;
|
|
1625
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalController, never>;
|
|
1626
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ModalController>;
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
declare class PopoverController extends OverlayBaseController<PopoverOptions, HTMLIonPopoverElement> {
|
|
1630
|
+
private angularDelegate;
|
|
1631
|
+
private injector;
|
|
1632
|
+
private environmentInjector;
|
|
1633
|
+
constructor();
|
|
1634
|
+
create(opts: PopoverOptions): Promise<HTMLIonPopoverElement>;
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
declare class ToastController extends OverlayBaseController<ToastOptions, HTMLIonToastElement> {
|
|
1638
|
+
constructor();
|
|
1639
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToastController, never>;
|
|
1640
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ToastController>;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
type OptInAngularFeatures = {
|
|
1644
|
+
useSetInputAPI?: boolean;
|
|
1645
|
+
};
|
|
1646
|
+
declare class IonicModule {
|
|
1647
|
+
static forRoot(config?: IonicConfig & OptInAngularFeatures): ModuleWithProviders<IonicModule>;
|
|
1648
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IonicModule, never>;
|
|
1649
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IonicModule, [typeof IonAccordion, typeof IonAccordionGroup, typeof IonActionSheet, typeof IonAlert, typeof IonApp, typeof IonAvatar, typeof IonBackdrop, typeof IonBadge, typeof IonBreadcrumb, typeof IonBreadcrumbs, typeof IonButton, typeof IonButtons, typeof IonCard, typeof IonCardContent, typeof IonCardHeader, typeof IonCardSubtitle, typeof IonCardTitle, typeof IonCheckbox, typeof IonChip, typeof IonCol, typeof IonContent, typeof IonDatetime, typeof IonDatetimeButton, typeof IonFab, typeof IonFabButton, typeof IonFabList, typeof IonFooter, typeof IonGrid, typeof IonHeader, typeof IonIcon, typeof IonImg, typeof IonInfiniteScroll, typeof IonInfiniteScrollContent, typeof IonInput, typeof IonInputOtp, typeof IonInputPasswordToggle, typeof IonItem, typeof IonItemDivider, typeof IonItemGroup, typeof IonItemOption, typeof IonItemOptions, typeof IonItemSliding, typeof IonLabel, typeof IonList, typeof IonListHeader, typeof IonLoading, typeof IonMenu, typeof IonMenuButton, typeof IonMenuToggle, typeof IonNavLink, typeof IonNote, typeof IonPicker, typeof IonPickerColumn, typeof IonPickerColumnOption, typeof IonProgressBar, typeof IonRadio, typeof IonRadioGroup, typeof IonRange, typeof IonRefresher, typeof IonRefresherContent, typeof IonReorder, typeof IonReorderGroup, typeof IonRippleEffect, typeof IonRow, typeof IonSearchbar, typeof IonSegment, typeof IonSegmentButton, typeof IonSegmentContent, typeof IonSegmentView, typeof IonSelect, typeof IonSelectModal, typeof IonSelectOption, typeof IonSkeletonText, typeof IonSpinner, typeof IonSplitPane, typeof IonTab, typeof IonTabBar, typeof IonTabButton, typeof IonText, typeof IonTextarea, typeof IonThumbnail, typeof IonTitle, typeof IonToast, typeof IonToggle, typeof IonToolbar, typeof IonModal, typeof IonPopover, typeof BooleanValueAccessorDirective, typeof NumericValueAccessorDirective, typeof SelectValueAccessorDirective, typeof TextValueAccessorDirective, typeof IonTabs, typeof IonRouterOutlet, typeof IonBackButton, typeof IonNav, typeof RouterLinkDelegateDirective, typeof RouterLinkWithHrefDelegateDirective, typeof IonMinValidator, typeof IonMaxValidator], [typeof i15.CommonModule], [typeof IonAccordion, typeof IonAccordionGroup, typeof IonActionSheet, typeof IonAlert, typeof IonApp, typeof IonAvatar, typeof IonBackdrop, typeof IonBadge, typeof IonBreadcrumb, typeof IonBreadcrumbs, typeof IonButton, typeof IonButtons, typeof IonCard, typeof IonCardContent, typeof IonCardHeader, typeof IonCardSubtitle, typeof IonCardTitle, typeof IonCheckbox, typeof IonChip, typeof IonCol, typeof IonContent, typeof IonDatetime, typeof IonDatetimeButton, typeof IonFab, typeof IonFabButton, typeof IonFabList, typeof IonFooter, typeof IonGrid, typeof IonHeader, typeof IonIcon, typeof IonImg, typeof IonInfiniteScroll, typeof IonInfiniteScrollContent, typeof IonInput, typeof IonInputOtp, typeof IonInputPasswordToggle, typeof IonItem, typeof IonItemDivider, typeof IonItemGroup, typeof IonItemOption, typeof IonItemOptions, typeof IonItemSliding, typeof IonLabel, typeof IonList, typeof IonListHeader, typeof IonLoading, typeof IonMenu, typeof IonMenuButton, typeof IonMenuToggle, typeof IonNavLink, typeof IonNote, typeof IonPicker, typeof IonPickerColumn, typeof IonPickerColumnOption, typeof IonProgressBar, typeof IonRadio, typeof IonRadioGroup, typeof IonRange, typeof IonRefresher, typeof IonRefresherContent, typeof IonReorder, typeof IonReorderGroup, typeof IonRippleEffect, typeof IonRow, typeof IonSearchbar, typeof IonSegment, typeof IonSegmentButton, typeof IonSegmentContent, typeof IonSegmentView, typeof IonSelect, typeof IonSelectModal, typeof IonSelectOption, typeof IonSkeletonText, typeof IonSpinner, typeof IonSplitPane, typeof IonTab, typeof IonTabBar, typeof IonTabButton, typeof IonText, typeof IonTextarea, typeof IonThumbnail, typeof IonTitle, typeof IonToast, typeof IonToggle, typeof IonToolbar, typeof IonModal, typeof IonPopover, typeof BooleanValueAccessorDirective, typeof NumericValueAccessorDirective, typeof SelectValueAccessorDirective, typeof TextValueAccessorDirective, typeof IonTabs, typeof IonRouterOutlet, typeof IonBackButton, typeof IonNav, typeof RouterLinkDelegateDirective, typeof RouterLinkWithHrefDelegateDirective, typeof IonMinValidator, typeof IonMaxValidator]>;
|
|
1650
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IonicModule>;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
export { ActionSheetController, AlertController, AnimationController, BooleanValueAccessorDirective as BooleanValueAccessor, GestureController, ION_MAX_VALIDATOR, ION_MIN_VALIDATOR, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMaxValidator, IonMenu, IonMenuButton, IonMenuToggle, IonMinValidator, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, IonicModule, LoadingController, MenuController, ModalController, NumericValueAccessorDirective as NumericValueAccessor, PopoverController, RouterLinkDelegateDirective as RouterLinkDelegate, RouterLinkWithHrefDelegateDirective as RouterLinkWithHrefDelegate, SelectValueAccessorDirective as SelectValueAccessor, TextValueAccessorDirective as TextValueAccessor, ToastController };
|