@ionic/angular 8.8.10 → 8.8.11-dev.11781186446.19d9a1cc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/fesm2022/ionic-angular-common.mjs +96 -84
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular-standalone.mjs +717 -632
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +919 -533
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +16 -16
- package/schematics/add/index.js +1 -1
- package/schematics/utils/ast.js +1 -2
- package/schematics/utils/config.js +10 -11
- package/schematics/utils/package.js +1 -2
- package/types/ionic-angular-common.d.ts +1013 -0
- package/types/ionic-angular-standalone.d.ts +1560 -0
- package/{directives/proxies.d.ts → types/ionic-angular.d.ts} +651 -398
- package/app-initialize.d.ts +0 -3
- package/common/directives/control-value-accessors/index.d.ts +0 -1
- package/common/directives/control-value-accessors/value-accessor.d.ts +0 -36
- package/common/directives/navigation/back-button.d.ts +0 -23
- package/common/directives/navigation/nav-params.d.ts +0 -45
- package/common/directives/navigation/nav.d.ts +0 -21
- package/common/directives/navigation/router-link-delegate.d.ts +0 -60
- package/common/directives/navigation/router-outlet.d.ts +0 -104
- package/common/directives/navigation/stack-controller.d.ts +0 -42
- package/common/directives/navigation/stack-utils.d.ts +0 -38
- package/common/directives/navigation/tabs.d.ts +0 -83
- package/common/index.d.ts +0 -22
- package/common/overlays/modal.d.ts +0 -62
- package/common/overlays/popover.d.ts +0 -46
- package/common/providers/angular-delegate.d.ts +0 -28
- package/common/providers/config.d.ts +0 -11
- package/common/providers/dom-controller.d.ts +0 -16
- package/common/providers/menu-controller.d.ts +0 -78
- package/common/providers/nav-controller.d.ts +0 -116
- package/common/providers/platform.d.ts +0 -174
- package/common/types/interfaces.d.ts +0 -8
- package/common/types/ionic-lifecycle-hooks.d.ts +0 -27
- package/common/types/overlay-options.d.ts +0 -16
- package/common/utils/overlay.d.ts +0 -21
- package/common/utils/proxy.d.ts +0 -8
- package/common/utils/routing.d.ts +0 -28
- package/common/utils/util.d.ts +0 -1
- package/directives/angular-component-lib/utils.d.ts +0 -9
- package/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -10
- package/directives/control-value-accessors/index.d.ts +0 -4
- package/directives/control-value-accessors/numeric-value-accessor.d.ts +0 -11
- package/directives/control-value-accessors/select-value-accessor.d.ts +0 -9
- package/directives/control-value-accessors/text-value-accessor.d.ts +0 -9
- package/directives/navigation/ion-back-button.d.ts +0 -9
- package/directives/navigation/ion-nav.d.ts +0 -8
- package/directives/navigation/ion-router-outlet.d.ts +0 -25
- package/directives/navigation/ion-tabs.d.ts +0 -13
- package/directives/navigation/router-link-delegate.d.ts +0 -16
- package/directives/overlays/modal.d.ts +0 -6
- package/directives/overlays/popover.d.ts +0 -6
- package/directives/proxies-list.d.ts +0 -2
- package/directives/validators/index.d.ts +0 -2
- package/directives/validators/max-validator.d.ts +0 -12
- package/directives/validators/min-validator.d.ts +0 -12
- package/esm2022/app-initialize.mjs +0 -29
- package/esm2022/common/directives/control-value-accessors/index.mjs +0 -2
- package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +0 -153
- package/esm2022/common/directives/navigation/back-button.mjs +0 -61
- package/esm2022/common/directives/navigation/nav-params.mjs +0 -47
- package/esm2022/common/directives/navigation/nav.mjs +0 -49
- package/esm2022/common/directives/navigation/router-link-delegate.mjs +0 -156
- package/esm2022/common/directives/navigation/router-outlet.mjs +0 -480
- package/esm2022/common/directives/navigation/stack-controller.mjs +0 -280
- package/esm2022/common/directives/navigation/stack-utils.mjs +0 -73
- package/esm2022/common/directives/navigation/tabs.mjs +0 -279
- package/esm2022/common/index.mjs +0 -20
- package/esm2022/common/ionic-angular-common.mjs +0 -5
- package/esm2022/common/overlays/modal.mjs +0 -103
- package/esm2022/common/overlays/popover.mjs +0 -91
- package/esm2022/common/providers/angular-delegate.mjs +0 -203
- package/esm2022/common/providers/config.mjs +0 -45
- package/esm2022/common/providers/dom-controller.mjs +0 -45
- package/esm2022/common/providers/menu-controller.mjs +0 -114
- package/esm2022/common/providers/nav-controller.mjs +0 -235
- package/esm2022/common/providers/platform.mjs +0 -258
- package/esm2022/common/types/interfaces.mjs +0 -2
- package/esm2022/common/types/ionic-lifecycle-hooks.mjs +0 -5
- package/esm2022/common/types/overlay-options.mjs +0 -2
- package/esm2022/common/utils/overlay.mjs +0 -26
- package/esm2022/common/utils/proxy.mjs +0 -47
- package/esm2022/common/utils/routing.mjs +0 -55
- package/esm2022/common/utils/util.mjs +0 -10
- package/esm2022/directives/angular-component-lib/utils.mjs +0 -59
- package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +0 -42
- package/esm2022/directives/control-value-accessors/index.mjs +0 -5
- package/esm2022/directives/control-value-accessors/numeric-value-accessor.mjs +0 -50
- package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +0 -39
- package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +0 -38
- package/esm2022/directives/navigation/ion-back-button.mjs +0 -24
- package/esm2022/directives/navigation/ion-nav.mjs +0 -21
- package/esm2022/directives/navigation/ion-router-outlet.mjs +0 -52
- package/esm2022/directives/navigation/ion-tabs.mjs +0 -59
- package/esm2022/directives/navigation/router-link-delegate.mjs +0 -32
- package/esm2022/directives/overlays/modal.mjs +0 -22
- package/esm2022/directives/overlays/popover.mjs +0 -18
- package/esm2022/directives/proxies-list.mjs +0 -90
- package/esm2022/directives/proxies.mjs +0 -2373
- package/esm2022/directives/validators/index.mjs +0 -3
- package/esm2022/directives/validators/max-validator.mjs +0 -27
- package/esm2022/directives/validators/min-validator.mjs +0 -27
- package/esm2022/index.mjs +0 -32
- package/esm2022/ionic-angular.mjs +0 -5
- package/esm2022/ionic-module.mjs +0 -111
- package/esm2022/providers/action-sheet-controller.mjs +0 -19
- package/esm2022/providers/alert-controller.mjs +0 -19
- package/esm2022/providers/animation-controller.mjs +0 -38
- package/esm2022/providers/gesture-controller.mjs +0 -33
- package/esm2022/providers/loading-controller.mjs +0 -19
- package/esm2022/providers/menu-controller.mjs +0 -19
- package/esm2022/providers/modal-controller.mjs +0 -26
- package/esm2022/providers/picker-controller.mjs +0 -22
- package/esm2022/providers/popover-controller.mjs +0 -19
- package/esm2022/providers/toast-controller.mjs +0 -19
- package/esm2022/standalone/directives/angular-component-lib/utils.mjs +0 -59
- package/esm2022/standalone/directives/checkbox.mjs +0 -76
- package/esm2022/standalone/directives/datetime.mjs +0 -95
- package/esm2022/standalone/directives/icon.mjs +0 -35
- package/esm2022/standalone/directives/index.mjs +0 -13
- package/esm2022/standalone/directives/input-otp.mjs +0 -90
- package/esm2022/standalone/directives/input.mjs +0 -113
- package/esm2022/standalone/directives/proxies.mjs +0 -2260
- package/esm2022/standalone/directives/radio-group.mjs +0 -60
- package/esm2022/standalone/directives/range.mjs +0 -78
- package/esm2022/standalone/directives/searchbar.mjs +0 -82
- package/esm2022/standalone/directives/segment.mjs +0 -60
- package/esm2022/standalone/directives/select.mjs +0 -84
- package/esm2022/standalone/directives/textarea.mjs +0 -91
- package/esm2022/standalone/directives/toggle.mjs +0 -76
- package/esm2022/standalone/index.mjs +0 -25
- package/esm2022/standalone/ionic-angular-standalone.mjs +0 -5
- package/esm2022/standalone/navigation/back-button.mjs +0 -32
- package/esm2022/standalone/navigation/nav.mjs +0 -28
- package/esm2022/standalone/navigation/router-link-delegate.mjs +0 -28
- package/esm2022/standalone/navigation/router-outlet.mjs +0 -60
- package/esm2022/standalone/navigation/tabs.mjs +0 -58
- package/esm2022/standalone/overlays/modal.mjs +0 -32
- package/esm2022/standalone/overlays/popover.mjs +0 -28
- package/esm2022/standalone/providers/action-sheet-controller.mjs +0 -21
- package/esm2022/standalone/providers/alert-controller.mjs +0 -21
- package/esm2022/standalone/providers/animation-controller.mjs +0 -38
- package/esm2022/standalone/providers/gesture-controller.mjs +0 -33
- package/esm2022/standalone/providers/ionic-angular.mjs +0 -38
- package/esm2022/standalone/providers/loading-controller.mjs +0 -21
- package/esm2022/standalone/providers/menu-controller.mjs +0 -19
- package/esm2022/standalone/providers/modal-controller.mjs +0 -28
- package/esm2022/standalone/providers/picker-controller.mjs +0 -24
- package/esm2022/standalone/providers/popover-controller.mjs +0 -21
- package/esm2022/standalone/providers/toast-controller.mjs +0 -21
- package/index.d.ts +0 -27
- package/ionic-module.d.ts +0 -28
- package/providers/action-sheet-controller.d.ts +0 -8
- package/providers/alert-controller.d.ts +0 -8
- package/providers/animation-controller.d.ts +0 -25
- package/providers/gesture-controller.d.ts +0 -13
- package/providers/loading-controller.d.ts +0 -8
- package/providers/menu-controller.d.ts +0 -7
- package/providers/modal-controller.d.ts +0 -12
- package/providers/picker-controller.d.ts +0 -11
- package/providers/popover-controller.d.ts +0 -9
- package/providers/toast-controller.d.ts +0 -8
- package/standalone/directives/angular-component-lib/utils.d.ts +0 -9
- package/standalone/directives/checkbox.d.ts +0 -30
- package/standalone/directives/datetime.d.ts +0 -30
- package/standalone/directives/icon.d.ts +0 -9
- package/standalone/directives/index.d.ts +0 -12
- package/standalone/directives/input-otp.d.ts +0 -49
- package/standalone/directives/input.d.ts +0 -47
- package/standalone/directives/proxies.d.ts +0 -1035
- package/standalone/directives/radio-group.d.ts +0 -18
- package/standalone/directives/range.d.ts +0 -47
- package/standalone/directives/searchbar.d.ts +0 -45
- package/standalone/directives/segment.d.ts +0 -19
- package/standalone/directives/select.d.ts +0 -34
- package/standalone/directives/textarea.d.ts +0 -37
- package/standalone/directives/toggle.d.ts +0 -28
- package/standalone/index.d.ts +0 -23
- package/standalone/navigation/back-button.d.ts +0 -9
- package/standalone/navigation/nav.d.ts +0 -8
- package/standalone/navigation/router-link-delegate.d.ts +0 -10
- package/standalone/navigation/router-outlet.d.ts +0 -25
- package/standalone/navigation/tabs.d.ts +0 -13
- package/standalone/overlays/modal.d.ts +0 -6
- package/standalone/overlays/popover.d.ts +0 -6
- package/standalone/providers/action-sheet-controller.d.ts +0 -8
- package/standalone/providers/alert-controller.d.ts +0 -8
- package/standalone/providers/animation-controller.d.ts +0 -25
- package/standalone/providers/gesture-controller.d.ts +0 -13
- package/standalone/providers/ionic-angular.d.ts +0 -7
- package/standalone/providers/loading-controller.d.ts +0 -8
- package/standalone/providers/menu-controller.d.ts +0 -7
- package/standalone/providers/modal-controller.d.ts +0 -12
- package/standalone/providers/picker-controller.d.ts +0 -11
- package/standalone/providers/popover-controller.d.ts +0 -9
- package/standalone/providers/toast-controller.d.ts +0 -8
|
@@ -1,522 +1,569 @@
|
|
|
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, IonAccordionGroupCustomEvent, AccordionGroupChangeEventDetail, IonActionSheetCustomEvent, OverlayEventDetail, IonAlertCustomEvent, IonBackdropCustomEvent, IonBreadcrumbCustomEvent, IonBreadcrumbsCustomEvent, BreadcrumbCollapsedClickEventDetail, IonButtonCustomEvent, IonCheckboxCustomEvent, CheckboxChangeEventDetail, IonContentCustomEvent, ScrollBaseDetail, ScrollDetail, IonDatetimeCustomEvent, DatetimeChangeEventDetail, IonFabButtonCustomEvent, IonImgCustomEvent, IonInfiniteScrollCustomEvent, IonInputCustomEvent, InputInputEventDetail, InputChangeEventDetail, IonInputOtpCustomEvent, InputOtpInputEventDetail, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, IonItemOptionsCustomEvent, IonItemSlidingCustomEvent, IonLoadingCustomEvent, IonMenuCustomEvent, MenuCloseEventDetail, IonPickerColumnCustomEvent, PickerColumnChangeEventDetail, IonRadioCustomEvent, IonRadioGroupCustomEvent, RadioGroupChangeEventDetail, IonRangeCustomEvent, RangeChangeEventDetail, RangeKnobMoveStartEventDetail, RangeKnobMoveEndEventDetail, IonRefresherCustomEvent, RefresherEventDetail, RefresherPullEndEventDetail, IonReorderGroupCustomEvent, ItemReorderEventDetail, ReorderMoveEventDetail, ReorderEndEventDetail, IonSearchbarCustomEvent, SearchbarInputEventDetail, SearchbarChangeEventDetail, IonSegmentCustomEvent, SegmentChangeEventDetail, IonSegmentViewCustomEvent, SegmentViewScrollEvent, IonSelectCustomEvent, SelectChangeEventDetail, IonSplitPaneCustomEvent, IonTextareaCustomEvent, TextareaChangeEventDetail, TextareaInputEventDetail, IonToastCustomEvent, IonToggleCustomEvent, 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
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<IonAccordionGroupCustomEvent<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; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
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<
|
|
66
|
+
ionChange: EventEmitter<IonAccordionGroupCustomEvent<AccordionGroupChangeEventDetail>>;
|
|
62
67
|
}
|
|
63
|
-
|
|
68
|
+
declare class IonActionSheet {
|
|
64
69
|
protected z: NgZone;
|
|
65
70
|
protected el: HTMLIonActionSheetElement;
|
|
71
|
+
ionActionSheetDidPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
|
|
72
|
+
ionActionSheetWillPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
|
|
73
|
+
ionActionSheetWillDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail<any>>>;
|
|
74
|
+
ionActionSheetDidDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail<any>>>;
|
|
75
|
+
didPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
|
|
76
|
+
willPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
|
|
77
|
+
willDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail<any>>>;
|
|
78
|
+
didDismiss: EventEmitter<IonActionSheetCustomEvent<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; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
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
|
*/
|
|
74
|
-
ionActionSheetDidPresent: EventEmitter<
|
|
87
|
+
ionActionSheetDidPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
|
|
75
88
|
/**
|
|
76
89
|
* Emitted before the action sheet has presented.
|
|
77
90
|
*/
|
|
78
|
-
ionActionSheetWillPresent: EventEmitter<
|
|
91
|
+
ionActionSheetWillPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
|
|
79
92
|
/**
|
|
80
93
|
* Emitted before the action sheet has dismissed.
|
|
81
94
|
*/
|
|
82
|
-
ionActionSheetWillDismiss: EventEmitter<
|
|
95
|
+
ionActionSheetWillDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail>>;
|
|
83
96
|
/**
|
|
84
97
|
* Emitted after the action sheet has dismissed.
|
|
85
98
|
*/
|
|
86
|
-
ionActionSheetDidDismiss: EventEmitter<
|
|
99
|
+
ionActionSheetDidDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail>>;
|
|
87
100
|
/**
|
|
88
101
|
* Emitted after the action sheet has presented.
|
|
89
102
|
Shorthand for ionActionSheetWillDismiss.
|
|
90
103
|
*/
|
|
91
|
-
didPresent: EventEmitter<
|
|
104
|
+
didPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
|
|
92
105
|
/**
|
|
93
106
|
* Emitted before the action sheet has presented.
|
|
94
107
|
Shorthand for ionActionSheetWillPresent.
|
|
95
108
|
*/
|
|
96
|
-
willPresent: EventEmitter<
|
|
109
|
+
willPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
|
|
97
110
|
/**
|
|
98
111
|
* Emitted before the action sheet has dismissed.
|
|
99
112
|
Shorthand for ionActionSheetWillDismiss.
|
|
100
113
|
*/
|
|
101
|
-
willDismiss: EventEmitter<
|
|
114
|
+
willDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail>>;
|
|
102
115
|
/**
|
|
103
116
|
* Emitted after the action sheet has dismissed.
|
|
104
117
|
Shorthand for ionActionSheetDidDismiss.
|
|
105
118
|
*/
|
|
106
|
-
didDismiss: EventEmitter<
|
|
119
|
+
didDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail>>;
|
|
107
120
|
}
|
|
108
|
-
|
|
121
|
+
declare class IonAlert {
|
|
109
122
|
protected z: NgZone;
|
|
110
123
|
protected el: HTMLIonAlertElement;
|
|
124
|
+
ionAlertDidPresent: EventEmitter<IonAlertCustomEvent<void>>;
|
|
125
|
+
ionAlertWillPresent: EventEmitter<IonAlertCustomEvent<void>>;
|
|
126
|
+
ionAlertWillDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail<any>>>;
|
|
127
|
+
ionAlertDidDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail<any>>>;
|
|
128
|
+
didPresent: EventEmitter<IonAlertCustomEvent<void>>;
|
|
129
|
+
willPresent: EventEmitter<IonAlertCustomEvent<void>>;
|
|
130
|
+
willDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail<any>>>;
|
|
131
|
+
didDismiss: EventEmitter<IonAlertCustomEvent<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; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
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
|
*/
|
|
119
|
-
ionAlertDidPresent: EventEmitter<
|
|
140
|
+
ionAlertDidPresent: EventEmitter<IonAlertCustomEvent<void>>;
|
|
120
141
|
/**
|
|
121
142
|
* Emitted before the alert has presented.
|
|
122
143
|
*/
|
|
123
|
-
ionAlertWillPresent: EventEmitter<
|
|
144
|
+
ionAlertWillPresent: EventEmitter<IonAlertCustomEvent<void>>;
|
|
124
145
|
/**
|
|
125
146
|
* Emitted before the alert has dismissed.
|
|
126
147
|
*/
|
|
127
|
-
ionAlertWillDismiss: EventEmitter<
|
|
148
|
+
ionAlertWillDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail>>;
|
|
128
149
|
/**
|
|
129
150
|
* Emitted after the alert has dismissed.
|
|
130
151
|
*/
|
|
131
|
-
ionAlertDidDismiss: EventEmitter<
|
|
152
|
+
ionAlertDidDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail>>;
|
|
132
153
|
/**
|
|
133
154
|
* Emitted after the alert has presented.
|
|
134
155
|
Shorthand for ionAlertWillDismiss.
|
|
135
156
|
*/
|
|
136
|
-
didPresent: EventEmitter<
|
|
157
|
+
didPresent: EventEmitter<IonAlertCustomEvent<void>>;
|
|
137
158
|
/**
|
|
138
159
|
* Emitted before the alert has presented.
|
|
139
160
|
Shorthand for ionAlertWillPresent.
|
|
140
161
|
*/
|
|
141
|
-
willPresent: EventEmitter<
|
|
162
|
+
willPresent: EventEmitter<IonAlertCustomEvent<void>>;
|
|
142
163
|
/**
|
|
143
164
|
* Emitted before the alert has dismissed.
|
|
144
165
|
Shorthand for ionAlertWillDismiss.
|
|
145
166
|
*/
|
|
146
|
-
willDismiss: EventEmitter<
|
|
167
|
+
willDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail>>;
|
|
147
168
|
/**
|
|
148
169
|
* Emitted after the alert has dismissed.
|
|
149
170
|
Shorthand for ionAlertDidDismiss.
|
|
150
171
|
*/
|
|
151
|
-
didDismiss: EventEmitter<
|
|
172
|
+
didDismiss: EventEmitter<IonAlertCustomEvent<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
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
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<IonBackdropCustomEvent<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, { "stopPropagation": { "alias": "stopPropagation"; "required": false; }; "tappable": { "alias": "tappable"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, ["*"], false, 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
|
-
ionBackdropTap: EventEmitter<
|
|
204
|
+
ionBackdropTap: EventEmitter<IonBackdropCustomEvent<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
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<IonBreadcrumbCustomEvent<void>>;
|
|
219
|
+
ionBlur: EventEmitter<IonBreadcrumbCustomEvent<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; }; }, {}, never, ["*"], false, never>;
|
|
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
|
*/
|
|
204
|
-
ionFocus: EventEmitter<
|
|
228
|
+
ionFocus: EventEmitter<IonBreadcrumbCustomEvent<void>>;
|
|
205
229
|
/**
|
|
206
230
|
* Emitted when the breadcrumb loses focus.
|
|
207
231
|
*/
|
|
208
|
-
ionBlur: EventEmitter<
|
|
232
|
+
ionBlur: EventEmitter<IonBreadcrumbCustomEvent<void>>;
|
|
209
233
|
}
|
|
210
|
-
|
|
234
|
+
declare class IonBreadcrumbs {
|
|
211
235
|
protected z: NgZone;
|
|
212
236
|
protected el: HTMLIonBreadcrumbsElement;
|
|
237
|
+
ionCollapsedClick: EventEmitter<IonBreadcrumbsCustomEvent<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; }; }, {}, never, ["*"], false, never>;
|
|
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<
|
|
246
|
+
ionCollapsedClick: EventEmitter<IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>>;
|
|
222
247
|
}
|
|
223
|
-
|
|
248
|
+
declare class IonButton {
|
|
224
249
|
protected z: NgZone;
|
|
225
250
|
protected el: HTMLIonButtonElement;
|
|
251
|
+
ionFocus: EventEmitter<IonButtonCustomEvent<void>>;
|
|
252
|
+
ionBlur: EventEmitter<IonButtonCustomEvent<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; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
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
|
*/
|
|
234
|
-
ionFocus: EventEmitter<
|
|
261
|
+
ionFocus: EventEmitter<IonButtonCustomEvent<void>>;
|
|
235
262
|
/**
|
|
236
263
|
* Emitted when the button loses focus.
|
|
237
264
|
*/
|
|
238
|
-
ionBlur: EventEmitter<
|
|
265
|
+
ionBlur: EventEmitter<IonButtonCustomEvent<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
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
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
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
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
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
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<IonCheckboxCustomEvent<CheckboxChangeEventDetail<any>>>;
|
|
325
|
+
ionFocus: EventEmitter<IonCheckboxCustomEvent<void>>;
|
|
326
|
+
ionBlur: EventEmitter<IonCheckboxCustomEvent<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; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
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
333
|
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
304
334
|
|
|
305
335
|
This event will not emit when programmatically setting the `checked` property.
|
|
306
336
|
*/
|
|
307
|
-
ionChange: EventEmitter<
|
|
337
|
+
ionChange: EventEmitter<IonCheckboxCustomEvent<CheckboxChangeEventDetail>>;
|
|
308
338
|
/**
|
|
309
339
|
* Emitted when the checkbox has focus.
|
|
310
340
|
*/
|
|
311
|
-
ionFocus: EventEmitter<
|
|
341
|
+
ionFocus: EventEmitter<IonCheckboxCustomEvent<void>>;
|
|
312
342
|
/**
|
|
313
343
|
* Emitted when the checkbox loses focus.
|
|
314
344
|
*/
|
|
315
|
-
ionBlur: EventEmitter<
|
|
345
|
+
ionBlur: EventEmitter<IonCheckboxCustomEvent<void>>;
|
|
316
346
|
}
|
|
317
|
-
|
|
347
|
+
declare class IonChip {
|
|
318
348
|
protected z: NgZone;
|
|
319
349
|
protected el: HTMLIonChipElement;
|
|
320
350
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
321
351
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonChip, never>;
|
|
322
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>;
|
|
323
353
|
}
|
|
324
|
-
|
|
354
|
+
declare interface IonChip extends Components.IonChip {
|
|
325
355
|
}
|
|
326
|
-
|
|
356
|
+
declare class IonCol {
|
|
327
357
|
protected z: NgZone;
|
|
328
358
|
protected el: HTMLIonColElement;
|
|
329
359
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
330
360
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonCol, never>;
|
|
331
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>;
|
|
332
362
|
}
|
|
333
|
-
|
|
363
|
+
declare interface IonCol extends Components.IonCol {
|
|
334
364
|
}
|
|
335
|
-
|
|
365
|
+
declare class IonContent {
|
|
336
366
|
protected z: NgZone;
|
|
337
367
|
protected el: HTMLIonContentElement;
|
|
368
|
+
ionScrollStart: EventEmitter<IonContentCustomEvent<ScrollBaseDetail>>;
|
|
369
|
+
ionScroll: EventEmitter<IonContentCustomEvent<ScrollDetail>>;
|
|
370
|
+
ionScrollEnd: EventEmitter<IonContentCustomEvent<ScrollBaseDetail>>;
|
|
338
371
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
339
372
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonContent, never>;
|
|
340
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
341
374
|
}
|
|
342
|
-
|
|
375
|
+
declare interface IonContent extends Components.IonContent {
|
|
343
376
|
/**
|
|
344
377
|
* Emitted when the scroll has started. This event is disabled by default.
|
|
345
378
|
Set `scrollEvents` to `true` to enable.
|
|
346
379
|
*/
|
|
347
|
-
ionScrollStart: EventEmitter<
|
|
380
|
+
ionScrollStart: EventEmitter<IonContentCustomEvent<ScrollBaseDetail>>;
|
|
348
381
|
/**
|
|
349
382
|
* Emitted while scrolling. This event is disabled by default.
|
|
350
383
|
Set `scrollEvents` to `true` to enable.
|
|
351
384
|
*/
|
|
352
|
-
ionScroll: EventEmitter<
|
|
385
|
+
ionScroll: EventEmitter<IonContentCustomEvent<ScrollDetail>>;
|
|
353
386
|
/**
|
|
354
387
|
* Emitted when the scroll has ended. This event is disabled by default.
|
|
355
388
|
Set `scrollEvents` to `true` to enable.
|
|
356
389
|
*/
|
|
357
|
-
ionScrollEnd: EventEmitter<
|
|
390
|
+
ionScrollEnd: EventEmitter<IonContentCustomEvent<ScrollBaseDetail>>;
|
|
358
391
|
}
|
|
359
|
-
|
|
392
|
+
declare class IonDatetime {
|
|
360
393
|
protected z: NgZone;
|
|
361
394
|
protected el: HTMLIonDatetimeElement;
|
|
395
|
+
ionCancel: EventEmitter<IonDatetimeCustomEvent<void>>;
|
|
396
|
+
ionChange: EventEmitter<IonDatetimeCustomEvent<DatetimeChangeEventDetail>>;
|
|
397
|
+
ionFocus: EventEmitter<IonDatetimeCustomEvent<void>>;
|
|
398
|
+
ionBlur: EventEmitter<IonDatetimeCustomEvent<void>>;
|
|
362
399
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
363
400
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonDatetime, never>;
|
|
364
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
365
402
|
}
|
|
366
|
-
|
|
403
|
+
declare interface IonDatetime extends Components.IonDatetime {
|
|
367
404
|
/**
|
|
368
405
|
* Emitted when the datetime selection was cancelled.
|
|
369
406
|
*/
|
|
370
|
-
ionCancel: EventEmitter<
|
|
407
|
+
ionCancel: EventEmitter<IonDatetimeCustomEvent<void>>;
|
|
371
408
|
/**
|
|
372
409
|
* Emitted when the value (selected date) has changed.
|
|
373
410
|
|
|
374
411
|
This event will not emit when programmatically setting the `value` property.
|
|
375
412
|
*/
|
|
376
|
-
ionChange: EventEmitter<
|
|
413
|
+
ionChange: EventEmitter<IonDatetimeCustomEvent<DatetimeChangeEventDetail>>;
|
|
377
414
|
/**
|
|
378
415
|
* Emitted when the datetime has focus.
|
|
379
416
|
*/
|
|
380
|
-
ionFocus: EventEmitter<
|
|
417
|
+
ionFocus: EventEmitter<IonDatetimeCustomEvent<void>>;
|
|
381
418
|
/**
|
|
382
419
|
* Emitted when the datetime loses focus.
|
|
383
420
|
*/
|
|
384
|
-
ionBlur: EventEmitter<
|
|
421
|
+
ionBlur: EventEmitter<IonDatetimeCustomEvent<void>>;
|
|
385
422
|
}
|
|
386
|
-
|
|
423
|
+
declare class IonDatetimeButton {
|
|
387
424
|
protected z: NgZone;
|
|
388
425
|
protected el: HTMLIonDatetimeButtonElement;
|
|
389
426
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
390
427
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonDatetimeButton, never>;
|
|
391
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>;
|
|
392
429
|
}
|
|
393
|
-
|
|
430
|
+
declare interface IonDatetimeButton extends Components.IonDatetimeButton {
|
|
394
431
|
}
|
|
395
|
-
|
|
432
|
+
declare class IonFab {
|
|
396
433
|
protected z: NgZone;
|
|
397
434
|
protected el: HTMLIonFabElement;
|
|
398
435
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
399
436
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFab, never>;
|
|
400
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>;
|
|
401
438
|
}
|
|
402
|
-
|
|
439
|
+
declare interface IonFab extends Components.IonFab {
|
|
403
440
|
}
|
|
404
|
-
|
|
441
|
+
declare class IonFabButton {
|
|
405
442
|
protected z: NgZone;
|
|
406
443
|
protected el: HTMLIonFabButtonElement;
|
|
444
|
+
ionFocus: EventEmitter<IonFabButtonCustomEvent<void>>;
|
|
445
|
+
ionBlur: EventEmitter<IonFabButtonCustomEvent<void>>;
|
|
407
446
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
408
447
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFabButton, never>;
|
|
409
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
410
449
|
}
|
|
411
|
-
|
|
450
|
+
declare interface IonFabButton extends Components.IonFabButton {
|
|
412
451
|
/**
|
|
413
452
|
* Emitted when the button has focus.
|
|
414
453
|
*/
|
|
415
|
-
ionFocus: EventEmitter<
|
|
454
|
+
ionFocus: EventEmitter<IonFabButtonCustomEvent<void>>;
|
|
416
455
|
/**
|
|
417
456
|
* Emitted when the button loses focus.
|
|
418
457
|
*/
|
|
419
|
-
ionBlur: EventEmitter<
|
|
458
|
+
ionBlur: EventEmitter<IonFabButtonCustomEvent<void>>;
|
|
420
459
|
}
|
|
421
|
-
|
|
460
|
+
declare class IonFabList {
|
|
422
461
|
protected z: NgZone;
|
|
423
462
|
protected el: HTMLIonFabListElement;
|
|
424
463
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
425
464
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFabList, never>;
|
|
426
465
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonFabList, "ion-fab-list", never, { "activated": { "alias": "activated"; "required": false; }; "side": { "alias": "side"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
427
466
|
}
|
|
428
|
-
|
|
467
|
+
declare interface IonFabList extends Components.IonFabList {
|
|
429
468
|
}
|
|
430
|
-
|
|
469
|
+
declare class IonFooter {
|
|
431
470
|
protected z: NgZone;
|
|
432
471
|
protected el: HTMLIonFooterElement;
|
|
433
472
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
434
473
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFooter, never>;
|
|
435
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>;
|
|
436
475
|
}
|
|
437
|
-
|
|
476
|
+
declare interface IonFooter extends Components.IonFooter {
|
|
438
477
|
}
|
|
439
|
-
|
|
478
|
+
declare class IonGrid {
|
|
440
479
|
protected z: NgZone;
|
|
441
480
|
protected el: HTMLIonGridElement;
|
|
442
481
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
443
482
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonGrid, never>;
|
|
444
483
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonGrid, "ion-grid", never, { "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
445
484
|
}
|
|
446
|
-
|
|
485
|
+
declare interface IonGrid extends Components.IonGrid {
|
|
447
486
|
}
|
|
448
|
-
|
|
487
|
+
declare class IonHeader {
|
|
449
488
|
protected z: NgZone;
|
|
450
489
|
protected el: HTMLIonHeaderElement;
|
|
451
490
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
452
491
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonHeader, never>;
|
|
453
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>;
|
|
454
493
|
}
|
|
455
|
-
|
|
494
|
+
declare interface IonHeader extends Components.IonHeader {
|
|
456
495
|
}
|
|
457
|
-
|
|
496
|
+
declare class IonIcon {
|
|
458
497
|
protected z: NgZone;
|
|
459
498
|
protected el: HTMLIonIconElement;
|
|
460
499
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
461
500
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonIcon, never>;
|
|
462
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>;
|
|
463
502
|
}
|
|
464
|
-
|
|
503
|
+
declare interface IonIcon extends Components.IonIcon {
|
|
465
504
|
}
|
|
466
|
-
|
|
505
|
+
declare class IonImg {
|
|
467
506
|
protected z: NgZone;
|
|
468
507
|
protected el: HTMLIonImgElement;
|
|
508
|
+
ionImgWillLoad: EventEmitter<IonImgCustomEvent<void>>;
|
|
509
|
+
ionImgDidLoad: EventEmitter<IonImgCustomEvent<void>>;
|
|
510
|
+
ionError: EventEmitter<IonImgCustomEvent<void>>;
|
|
469
511
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
470
512
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonImg, never>;
|
|
471
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonImg, "ion-img", never, { "alt": { "alias": "alt"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
472
514
|
}
|
|
473
|
-
|
|
515
|
+
declare interface IonImg extends Components.IonImg {
|
|
474
516
|
/**
|
|
475
517
|
* Emitted when the img src has been set
|
|
476
518
|
*/
|
|
477
|
-
ionImgWillLoad: EventEmitter<
|
|
519
|
+
ionImgWillLoad: EventEmitter<IonImgCustomEvent<void>>;
|
|
478
520
|
/**
|
|
479
521
|
* Emitted when the image has finished loading
|
|
480
522
|
*/
|
|
481
|
-
ionImgDidLoad: EventEmitter<
|
|
523
|
+
ionImgDidLoad: EventEmitter<IonImgCustomEvent<void>>;
|
|
482
524
|
/**
|
|
483
525
|
* Emitted when the img fails to load
|
|
484
526
|
*/
|
|
485
|
-
ionError: EventEmitter<
|
|
527
|
+
ionError: EventEmitter<IonImgCustomEvent<void>>;
|
|
486
528
|
}
|
|
487
|
-
|
|
529
|
+
declare class IonInfiniteScroll {
|
|
488
530
|
protected z: NgZone;
|
|
489
531
|
protected el: HTMLIonInfiniteScrollElement;
|
|
532
|
+
ionInfinite: EventEmitter<IonInfiniteScrollCustomEvent<void>>;
|
|
490
533
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
491
534
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonInfiniteScroll, never>;
|
|
492
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonInfiniteScroll, "ion-infinite-scroll", never, { "disabled": { "alias": "disabled"; "required": false; }; "position": { "alias": "position"; "required": false; }; "threshold": { "alias": "threshold"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
493
536
|
}
|
|
494
|
-
|
|
537
|
+
declare interface IonInfiniteScroll extends Components.IonInfiniteScroll {
|
|
495
538
|
/**
|
|
496
539
|
* Emitted when the scroll reaches
|
|
497
540
|
the threshold distance. From within your infinite handler,
|
|
498
541
|
you must call the infinite scroll's `complete()` method when
|
|
499
542
|
your async operation has completed.
|
|
500
543
|
*/
|
|
501
|
-
ionInfinite: EventEmitter<
|
|
544
|
+
ionInfinite: EventEmitter<IonInfiniteScrollCustomEvent<void>>;
|
|
502
545
|
}
|
|
503
|
-
|
|
546
|
+
declare class IonInfiniteScrollContent {
|
|
504
547
|
protected z: NgZone;
|
|
505
548
|
protected el: HTMLIonInfiniteScrollContentElement;
|
|
506
549
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
507
550
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonInfiniteScrollContent, never>;
|
|
508
551
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonInfiniteScrollContent, "ion-infinite-scroll-content", never, { "loadingSpinner": { "alias": "loadingSpinner"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
509
552
|
}
|
|
510
|
-
|
|
553
|
+
declare interface IonInfiniteScrollContent extends Components.IonInfiniteScrollContent {
|
|
511
554
|
}
|
|
512
|
-
|
|
555
|
+
declare class IonInput {
|
|
513
556
|
protected z: NgZone;
|
|
514
557
|
protected el: HTMLIonInputElement;
|
|
558
|
+
ionInput: EventEmitter<IonInputCustomEvent<InputInputEventDetail>>;
|
|
559
|
+
ionChange: EventEmitter<IonInputCustomEvent<InputChangeEventDetail>>;
|
|
560
|
+
ionBlur: EventEmitter<IonInputCustomEvent<FocusEvent>>;
|
|
561
|
+
ionFocus: EventEmitter<IonInputCustomEvent<FocusEvent>>;
|
|
515
562
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
516
563
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonInput, never>;
|
|
517
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
518
565
|
}
|
|
519
|
-
|
|
566
|
+
declare interface IonInput extends Components.IonInput {
|
|
520
567
|
/**
|
|
521
568
|
* The `ionInput` event is fired each time the user modifies the input's value.
|
|
522
569
|
Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
|
|
@@ -527,7 +574,7 @@ export declare interface IonInput extends Components.IonInput {
|
|
|
527
574
|
the interface is [`Event`](https://developer.mozilla.org/en-US/docs/Web/API/Event). If
|
|
528
575
|
the input is cleared on edit, the type is `null`.
|
|
529
576
|
*/
|
|
530
|
-
ionInput: EventEmitter<
|
|
577
|
+
ionInput: EventEmitter<IonInputCustomEvent<InputInputEventDetail>>;
|
|
531
578
|
/**
|
|
532
579
|
* The `ionChange` event is fired when the user modifies the input's value.
|
|
533
580
|
Unlike the `ionInput` event, the `ionChange` event is only fired when changes
|
|
@@ -542,24 +589,29 @@ export declare interface IonInput extends Components.IonInput {
|
|
|
542
589
|
|
|
543
590
|
This event will not emit when programmatically setting the `value` property.
|
|
544
591
|
*/
|
|
545
|
-
ionChange: EventEmitter<
|
|
592
|
+
ionChange: EventEmitter<IonInputCustomEvent<InputChangeEventDetail>>;
|
|
546
593
|
/**
|
|
547
594
|
* Emitted when the input loses focus.
|
|
548
595
|
*/
|
|
549
|
-
ionBlur: EventEmitter<
|
|
596
|
+
ionBlur: EventEmitter<IonInputCustomEvent<FocusEvent>>;
|
|
550
597
|
/**
|
|
551
598
|
* Emitted when the input has focus.
|
|
552
599
|
*/
|
|
553
|
-
ionFocus: EventEmitter<
|
|
600
|
+
ionFocus: EventEmitter<IonInputCustomEvent<FocusEvent>>;
|
|
554
601
|
}
|
|
555
|
-
|
|
602
|
+
declare class IonInputOtp {
|
|
556
603
|
protected z: NgZone;
|
|
557
604
|
protected el: HTMLIonInputOtpElement;
|
|
605
|
+
ionInput: EventEmitter<IonInputOtpCustomEvent<InputOtpInputEventDetail>>;
|
|
606
|
+
ionChange: EventEmitter<IonInputOtpCustomEvent<InputOtpChangeEventDetail>>;
|
|
607
|
+
ionComplete: EventEmitter<IonInputOtpCustomEvent<InputOtpCompleteEventDetail>>;
|
|
608
|
+
ionBlur: EventEmitter<IonInputOtpCustomEvent<FocusEvent>>;
|
|
609
|
+
ionFocus: EventEmitter<IonInputOtpCustomEvent<FocusEvent>>;
|
|
558
610
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
559
611
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonInputOtp, never>;
|
|
560
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
561
613
|
}
|
|
562
|
-
|
|
614
|
+
declare interface IonInputOtp extends Components.IonInputOtp {
|
|
563
615
|
/**
|
|
564
616
|
* The `ionInput` event is fired each time the user modifies the input's value.
|
|
565
617
|
Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
|
|
@@ -570,7 +622,7 @@ export declare interface IonInputOtp extends Components.IonInputOtp {
|
|
|
570
622
|
the interface is [`Event`](https://developer.mozilla.org/en-US/docs/Web/API/Event). If
|
|
571
623
|
the input is cleared on edit, the type is `null`.
|
|
572
624
|
*/
|
|
573
|
-
ionInput: EventEmitter<
|
|
625
|
+
ionInput: EventEmitter<IonInputOtpCustomEvent<InputOtpInputEventDetail>>;
|
|
574
626
|
/**
|
|
575
627
|
* The `ionChange` event is fired when the user modifies the input's value.
|
|
576
628
|
Unlike the `ionInput` event, the `ionChange` event is only fired when changes
|
|
@@ -581,351 +633,330 @@ export declare interface IonInputOtp extends Components.IonInputOtp {
|
|
|
581
633
|
|
|
582
634
|
This event will not emit when programmatically setting the `value` property.
|
|
583
635
|
*/
|
|
584
|
-
ionChange: EventEmitter<
|
|
636
|
+
ionChange: EventEmitter<IonInputOtpCustomEvent<InputOtpChangeEventDetail>>;
|
|
585
637
|
/**
|
|
586
638
|
* Emitted when all input boxes have been filled with valid values.
|
|
587
639
|
*/
|
|
588
|
-
ionComplete: EventEmitter<
|
|
640
|
+
ionComplete: EventEmitter<IonInputOtpCustomEvent<InputOtpCompleteEventDetail>>;
|
|
589
641
|
/**
|
|
590
642
|
* Emitted when the input group loses focus.
|
|
591
643
|
*/
|
|
592
|
-
ionBlur: EventEmitter<
|
|
644
|
+
ionBlur: EventEmitter<IonInputOtpCustomEvent<FocusEvent>>;
|
|
593
645
|
/**
|
|
594
646
|
* Emitted when the input group has focus.
|
|
595
647
|
*/
|
|
596
|
-
ionFocus: EventEmitter<
|
|
648
|
+
ionFocus: EventEmitter<IonInputOtpCustomEvent<FocusEvent>>;
|
|
597
649
|
}
|
|
598
|
-
|
|
650
|
+
declare class IonInputPasswordToggle {
|
|
599
651
|
protected z: NgZone;
|
|
600
652
|
protected el: HTMLIonInputPasswordToggleElement;
|
|
601
653
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
602
654
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonInputPasswordToggle, never>;
|
|
603
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>;
|
|
604
656
|
}
|
|
605
|
-
|
|
657
|
+
declare interface IonInputPasswordToggle extends Components.IonInputPasswordToggle {
|
|
606
658
|
}
|
|
607
|
-
|
|
659
|
+
declare class IonItem {
|
|
608
660
|
protected z: NgZone;
|
|
609
661
|
protected el: HTMLIonItemElement;
|
|
610
662
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
611
663
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItem, never>;
|
|
612
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>;
|
|
613
665
|
}
|
|
614
|
-
|
|
666
|
+
declare interface IonItem extends Components.IonItem {
|
|
615
667
|
}
|
|
616
|
-
|
|
668
|
+
declare class IonItemDivider {
|
|
617
669
|
protected z: NgZone;
|
|
618
670
|
protected el: HTMLIonItemDividerElement;
|
|
619
671
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
620
672
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItemDivider, never>;
|
|
621
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>;
|
|
622
674
|
}
|
|
623
|
-
|
|
675
|
+
declare interface IonItemDivider extends Components.IonItemDivider {
|
|
624
676
|
}
|
|
625
|
-
|
|
677
|
+
declare class IonItemGroup {
|
|
626
678
|
protected z: NgZone;
|
|
627
679
|
protected el: HTMLIonItemGroupElement;
|
|
628
680
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
629
681
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItemGroup, never>;
|
|
630
682
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemGroup, "ion-item-group", never, {}, {}, never, ["*"], false, never>;
|
|
631
683
|
}
|
|
632
|
-
|
|
684
|
+
declare interface IonItemGroup extends Components.IonItemGroup {
|
|
633
685
|
}
|
|
634
|
-
|
|
686
|
+
declare class IonItemOption {
|
|
635
687
|
protected z: NgZone;
|
|
636
688
|
protected el: HTMLIonItemOptionElement;
|
|
637
689
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
638
690
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItemOption, never>;
|
|
639
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>;
|
|
640
692
|
}
|
|
641
|
-
|
|
693
|
+
declare interface IonItemOption extends Components.IonItemOption {
|
|
642
694
|
}
|
|
643
|
-
|
|
695
|
+
declare class IonItemOptions {
|
|
644
696
|
protected z: NgZone;
|
|
645
697
|
protected el: HTMLIonItemOptionsElement;
|
|
698
|
+
ionSwipe: EventEmitter<IonItemOptionsCustomEvent<any>>;
|
|
646
699
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
647
700
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItemOptions, never>;
|
|
648
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemOptions, "ion-item-options", never, { "side": { "alias": "side"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
701
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemOptions, "ion-item-options", never, { "side": { "alias": "side"; "required": false; }; }, { "ionSwipe": "ionSwipe"; }, never, ["*"], false, never>;
|
|
649
702
|
}
|
|
650
|
-
|
|
703
|
+
declare interface IonItemOptions extends Components.IonItemOptions {
|
|
651
704
|
/**
|
|
652
705
|
* Emitted when the item has been fully swiped.
|
|
653
706
|
*/
|
|
654
|
-
ionSwipe: EventEmitter<
|
|
707
|
+
ionSwipe: EventEmitter<IonItemOptionsCustomEvent<any>>;
|
|
655
708
|
}
|
|
656
|
-
|
|
709
|
+
declare class IonItemSliding {
|
|
657
710
|
protected z: NgZone;
|
|
658
711
|
protected el: HTMLIonItemSlidingElement;
|
|
712
|
+
ionDrag: EventEmitter<IonItemSlidingCustomEvent<any>>;
|
|
659
713
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
660
714
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonItemSliding, never>;
|
|
661
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemSliding, "ion-item-sliding", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
715
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonItemSliding, "ion-item-sliding", never, { "disabled": { "alias": "disabled"; "required": false; }; }, { "ionDrag": "ionDrag"; }, never, ["*"], false, never>;
|
|
662
716
|
}
|
|
663
|
-
|
|
717
|
+
declare interface IonItemSliding extends Components.IonItemSliding {
|
|
664
718
|
/**
|
|
665
719
|
* Emitted when the sliding position changes.
|
|
666
720
|
*/
|
|
667
|
-
ionDrag: EventEmitter<
|
|
721
|
+
ionDrag: EventEmitter<IonItemSlidingCustomEvent<any>>;
|
|
668
722
|
}
|
|
669
|
-
|
|
723
|
+
declare class IonLabel {
|
|
670
724
|
protected z: NgZone;
|
|
671
725
|
protected el: HTMLIonLabelElement;
|
|
672
726
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
673
727
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonLabel, never>;
|
|
674
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>;
|
|
675
729
|
}
|
|
676
|
-
|
|
730
|
+
declare interface IonLabel extends Components.IonLabel {
|
|
677
731
|
}
|
|
678
|
-
|
|
732
|
+
declare class IonList {
|
|
679
733
|
protected z: NgZone;
|
|
680
734
|
protected el: HTMLIonListElement;
|
|
681
735
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
682
736
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonList, never>;
|
|
683
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>;
|
|
684
738
|
}
|
|
685
|
-
|
|
739
|
+
declare interface IonList extends Components.IonList {
|
|
686
740
|
}
|
|
687
|
-
|
|
741
|
+
declare class IonListHeader {
|
|
688
742
|
protected z: NgZone;
|
|
689
743
|
protected el: HTMLIonListHeaderElement;
|
|
690
744
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
691
745
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonListHeader, never>;
|
|
692
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>;
|
|
693
747
|
}
|
|
694
|
-
|
|
748
|
+
declare interface IonListHeader extends Components.IonListHeader {
|
|
695
749
|
}
|
|
696
|
-
|
|
750
|
+
declare class IonLoading {
|
|
697
751
|
protected z: NgZone;
|
|
698
752
|
protected el: HTMLIonLoadingElement;
|
|
753
|
+
ionLoadingDidPresent: EventEmitter<IonLoadingCustomEvent<void>>;
|
|
754
|
+
ionLoadingWillPresent: EventEmitter<IonLoadingCustomEvent<void>>;
|
|
755
|
+
ionLoadingWillDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail<any>>>;
|
|
756
|
+
ionLoadingDidDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail<any>>>;
|
|
757
|
+
didPresent: EventEmitter<IonLoadingCustomEvent<void>>;
|
|
758
|
+
willPresent: EventEmitter<IonLoadingCustomEvent<void>>;
|
|
759
|
+
willDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail<any>>>;
|
|
760
|
+
didDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail<any>>>;
|
|
699
761
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
700
762
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonLoading, never>;
|
|
701
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
702
764
|
}
|
|
703
|
-
|
|
765
|
+
declare interface IonLoading extends Components.IonLoading {
|
|
704
766
|
/**
|
|
705
767
|
* Emitted after the loading has presented.
|
|
706
768
|
*/
|
|
707
|
-
ionLoadingDidPresent: EventEmitter<
|
|
769
|
+
ionLoadingDidPresent: EventEmitter<IonLoadingCustomEvent<void>>;
|
|
708
770
|
/**
|
|
709
771
|
* Emitted before the loading has presented.
|
|
710
772
|
*/
|
|
711
|
-
ionLoadingWillPresent: EventEmitter<
|
|
773
|
+
ionLoadingWillPresent: EventEmitter<IonLoadingCustomEvent<void>>;
|
|
712
774
|
/**
|
|
713
775
|
* Emitted before the loading has dismissed.
|
|
714
776
|
*/
|
|
715
|
-
ionLoadingWillDismiss: EventEmitter<
|
|
777
|
+
ionLoadingWillDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail>>;
|
|
716
778
|
/**
|
|
717
779
|
* Emitted after the loading has dismissed.
|
|
718
780
|
*/
|
|
719
|
-
ionLoadingDidDismiss: EventEmitter<
|
|
781
|
+
ionLoadingDidDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail>>;
|
|
720
782
|
/**
|
|
721
783
|
* Emitted after the loading indicator has presented.
|
|
722
784
|
Shorthand for ionLoadingWillDismiss.
|
|
723
785
|
*/
|
|
724
|
-
didPresent: EventEmitter<
|
|
786
|
+
didPresent: EventEmitter<IonLoadingCustomEvent<void>>;
|
|
725
787
|
/**
|
|
726
788
|
* Emitted before the loading indicator has presented.
|
|
727
789
|
Shorthand for ionLoadingWillPresent.
|
|
728
790
|
*/
|
|
729
|
-
willPresent: EventEmitter<
|
|
791
|
+
willPresent: EventEmitter<IonLoadingCustomEvent<void>>;
|
|
730
792
|
/**
|
|
731
793
|
* Emitted before the loading indicator has dismissed.
|
|
732
794
|
Shorthand for ionLoadingWillDismiss.
|
|
733
795
|
*/
|
|
734
|
-
willDismiss: EventEmitter<
|
|
796
|
+
willDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail>>;
|
|
735
797
|
/**
|
|
736
798
|
* Emitted after the loading indicator has dismissed.
|
|
737
799
|
Shorthand for ionLoadingDidDismiss.
|
|
738
800
|
*/
|
|
739
|
-
didDismiss: EventEmitter<
|
|
801
|
+
didDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail>>;
|
|
740
802
|
}
|
|
741
|
-
|
|
803
|
+
declare class IonMenu {
|
|
742
804
|
protected z: NgZone;
|
|
743
805
|
protected el: HTMLIonMenuElement;
|
|
806
|
+
ionWillOpen: EventEmitter<IonMenuCustomEvent<void>>;
|
|
807
|
+
ionWillClose: EventEmitter<IonMenuCustomEvent<MenuCloseEventDetail>>;
|
|
808
|
+
ionDidOpen: EventEmitter<IonMenuCustomEvent<void>>;
|
|
809
|
+
ionDidClose: EventEmitter<IonMenuCustomEvent<MenuCloseEventDetail>>;
|
|
744
810
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
745
811
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonMenu, never>;
|
|
746
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
747
813
|
}
|
|
748
|
-
|
|
814
|
+
declare interface IonMenu extends Components.IonMenu {
|
|
749
815
|
/**
|
|
750
816
|
* Emitted when the menu is about to be opened.
|
|
751
817
|
*/
|
|
752
|
-
ionWillOpen: EventEmitter<
|
|
818
|
+
ionWillOpen: EventEmitter<IonMenuCustomEvent<void>>;
|
|
753
819
|
/**
|
|
754
820
|
* Emitted when the menu is about to be closed.
|
|
755
821
|
*/
|
|
756
|
-
ionWillClose: EventEmitter<
|
|
822
|
+
ionWillClose: EventEmitter<IonMenuCustomEvent<MenuCloseEventDetail>>;
|
|
757
823
|
/**
|
|
758
824
|
* Emitted when the menu is open.
|
|
759
825
|
*/
|
|
760
|
-
ionDidOpen: EventEmitter<
|
|
826
|
+
ionDidOpen: EventEmitter<IonMenuCustomEvent<void>>;
|
|
761
827
|
/**
|
|
762
828
|
* Emitted when the menu is closed.
|
|
763
829
|
*/
|
|
764
|
-
ionDidClose: EventEmitter<
|
|
830
|
+
ionDidClose: EventEmitter<IonMenuCustomEvent<MenuCloseEventDetail>>;
|
|
765
831
|
}
|
|
766
|
-
|
|
832
|
+
declare class IonMenuButton {
|
|
767
833
|
protected z: NgZone;
|
|
768
834
|
protected el: HTMLIonMenuButtonElement;
|
|
769
835
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
770
836
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonMenuButton, never>;
|
|
771
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>;
|
|
772
838
|
}
|
|
773
|
-
|
|
839
|
+
declare interface IonMenuButton extends Components.IonMenuButton {
|
|
774
840
|
}
|
|
775
|
-
|
|
841
|
+
declare class IonMenuToggle {
|
|
776
842
|
protected z: NgZone;
|
|
777
843
|
protected el: HTMLIonMenuToggleElement;
|
|
778
844
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
779
845
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonMenuToggle, never>;
|
|
780
846
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonMenuToggle, "ion-menu-toggle", never, { "autoHide": { "alias": "autoHide"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
781
847
|
}
|
|
782
|
-
|
|
848
|
+
declare interface IonMenuToggle extends Components.IonMenuToggle {
|
|
783
849
|
}
|
|
784
|
-
|
|
850
|
+
declare class IonNavLink {
|
|
785
851
|
protected z: NgZone;
|
|
786
852
|
protected el: HTMLIonNavLinkElement;
|
|
787
853
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
788
854
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonNavLink, never>;
|
|
789
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>;
|
|
790
856
|
}
|
|
791
|
-
|
|
857
|
+
declare interface IonNavLink extends Components.IonNavLink {
|
|
792
858
|
}
|
|
793
|
-
|
|
859
|
+
declare class IonNote {
|
|
794
860
|
protected z: NgZone;
|
|
795
861
|
protected el: HTMLIonNoteElement;
|
|
796
862
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
797
863
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonNote, never>;
|
|
798
864
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonNote, "ion-note", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
799
865
|
}
|
|
800
|
-
|
|
866
|
+
declare interface IonNote extends Components.IonNote {
|
|
801
867
|
}
|
|
802
|
-
|
|
868
|
+
declare class IonPicker {
|
|
803
869
|
protected z: NgZone;
|
|
804
870
|
protected el: HTMLIonPickerElement;
|
|
805
871
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
806
872
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonPicker, never>;
|
|
807
873
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonPicker, "ion-picker", never, { "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
808
874
|
}
|
|
809
|
-
|
|
875
|
+
declare interface IonPicker extends Components.IonPicker {
|
|
810
876
|
}
|
|
811
|
-
|
|
877
|
+
declare class IonPickerColumn {
|
|
812
878
|
protected z: NgZone;
|
|
813
879
|
protected el: HTMLIonPickerColumnElement;
|
|
880
|
+
ionChange: EventEmitter<IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>>;
|
|
814
881
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
815
882
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonPickerColumn, never>;
|
|
816
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
817
884
|
}
|
|
818
|
-
|
|
885
|
+
declare interface IonPickerColumn extends Components.IonPickerColumn {
|
|
819
886
|
/**
|
|
820
887
|
* Emitted when the value has changed.
|
|
821
888
|
|
|
822
889
|
This event will not emit when programmatically setting the `value` property.
|
|
823
890
|
*/
|
|
824
|
-
ionChange: EventEmitter<
|
|
891
|
+
ionChange: EventEmitter<IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>>;
|
|
825
892
|
}
|
|
826
|
-
|
|
893
|
+
declare class IonPickerColumnOption {
|
|
827
894
|
protected z: NgZone;
|
|
828
895
|
protected el: HTMLIonPickerColumnOptionElement;
|
|
829
896
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
830
897
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonPickerColumnOption, never>;
|
|
831
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>;
|
|
832
899
|
}
|
|
833
|
-
|
|
900
|
+
declare interface IonPickerColumnOption extends Components.IonPickerColumnOption {
|
|
834
901
|
}
|
|
835
|
-
|
|
836
|
-
protected z: NgZone;
|
|
837
|
-
protected el: HTMLIonPickerLegacyElement;
|
|
838
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
839
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IonPickerLegacy, never>;
|
|
840
|
-
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; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
841
|
-
}
|
|
842
|
-
export declare interface IonPickerLegacy extends Components.IonPickerLegacy {
|
|
843
|
-
/**
|
|
844
|
-
* Emitted after the picker has presented.
|
|
845
|
-
*/
|
|
846
|
-
ionPickerDidPresent: EventEmitter<CustomEvent<void>>;
|
|
847
|
-
/**
|
|
848
|
-
* Emitted before the picker has presented.
|
|
849
|
-
*/
|
|
850
|
-
ionPickerWillPresent: EventEmitter<CustomEvent<void>>;
|
|
851
|
-
/**
|
|
852
|
-
* Emitted before the picker has dismissed.
|
|
853
|
-
*/
|
|
854
|
-
ionPickerWillDismiss: EventEmitter<CustomEvent<IIonPickerLegacyOverlayEventDetail>>;
|
|
855
|
-
/**
|
|
856
|
-
* Emitted after the picker has dismissed.
|
|
857
|
-
*/
|
|
858
|
-
ionPickerDidDismiss: EventEmitter<CustomEvent<IIonPickerLegacyOverlayEventDetail>>;
|
|
859
|
-
/**
|
|
860
|
-
* Emitted after the picker has presented.
|
|
861
|
-
Shorthand for ionPickerWillDismiss.
|
|
862
|
-
*/
|
|
863
|
-
didPresent: EventEmitter<CustomEvent<void>>;
|
|
864
|
-
/**
|
|
865
|
-
* Emitted before the picker has presented.
|
|
866
|
-
Shorthand for ionPickerWillPresent.
|
|
867
|
-
*/
|
|
868
|
-
willPresent: EventEmitter<CustomEvent<void>>;
|
|
869
|
-
/**
|
|
870
|
-
* Emitted before the picker has dismissed.
|
|
871
|
-
Shorthand for ionPickerWillDismiss.
|
|
872
|
-
*/
|
|
873
|
-
willDismiss: EventEmitter<CustomEvent<IIonPickerLegacyOverlayEventDetail>>;
|
|
874
|
-
/**
|
|
875
|
-
* Emitted after the picker has dismissed.
|
|
876
|
-
Shorthand for ionPickerDidDismiss.
|
|
877
|
-
*/
|
|
878
|
-
didDismiss: EventEmitter<CustomEvent<IIonPickerLegacyOverlayEventDetail>>;
|
|
879
|
-
}
|
|
880
|
-
export declare class IonProgressBar {
|
|
902
|
+
declare class IonProgressBar {
|
|
881
903
|
protected z: NgZone;
|
|
882
904
|
protected el: HTMLIonProgressBarElement;
|
|
883
905
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
884
906
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonProgressBar, never>;
|
|
885
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>;
|
|
886
908
|
}
|
|
887
|
-
|
|
909
|
+
declare interface IonProgressBar extends Components.IonProgressBar {
|
|
888
910
|
}
|
|
889
|
-
|
|
911
|
+
declare class IonRadio {
|
|
890
912
|
protected z: NgZone;
|
|
891
913
|
protected el: HTMLIonRadioElement;
|
|
914
|
+
ionFocus: EventEmitter<IonRadioCustomEvent<void>>;
|
|
915
|
+
ionBlur: EventEmitter<IonRadioCustomEvent<void>>;
|
|
892
916
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
893
917
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRadio, never>;
|
|
894
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
895
919
|
}
|
|
896
|
-
|
|
920
|
+
declare interface IonRadio extends Components.IonRadio {
|
|
897
921
|
/**
|
|
898
922
|
* Emitted when the radio button has focus.
|
|
899
923
|
*/
|
|
900
|
-
ionFocus: EventEmitter<
|
|
924
|
+
ionFocus: EventEmitter<IonRadioCustomEvent<void>>;
|
|
901
925
|
/**
|
|
902
926
|
* Emitted when the radio button loses focus.
|
|
903
927
|
*/
|
|
904
|
-
ionBlur: EventEmitter<
|
|
928
|
+
ionBlur: EventEmitter<IonRadioCustomEvent<void>>;
|
|
905
929
|
}
|
|
906
|
-
|
|
930
|
+
declare class IonRadioGroup {
|
|
907
931
|
protected z: NgZone;
|
|
908
932
|
protected el: HTMLIonRadioGroupElement;
|
|
933
|
+
ionChange: EventEmitter<IonRadioGroupCustomEvent<RadioGroupChangeEventDetail<any>>>;
|
|
909
934
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
910
935
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRadioGroup, never>;
|
|
911
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
912
937
|
}
|
|
913
|
-
|
|
938
|
+
declare interface IonRadioGroup extends Components.IonRadioGroup {
|
|
914
939
|
/**
|
|
915
940
|
* Emitted when the value has changed.
|
|
916
941
|
|
|
917
942
|
This event will not emit when programmatically setting the `value` property.
|
|
918
943
|
*/
|
|
919
|
-
ionChange: EventEmitter<
|
|
944
|
+
ionChange: EventEmitter<IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>>;
|
|
920
945
|
}
|
|
921
|
-
|
|
946
|
+
declare class IonRange {
|
|
922
947
|
protected z: NgZone;
|
|
923
948
|
protected el: HTMLIonRangeElement;
|
|
949
|
+
ionChange: EventEmitter<IonRangeCustomEvent<RangeChangeEventDetail>>;
|
|
950
|
+
ionInput: EventEmitter<IonRangeCustomEvent<RangeChangeEventDetail>>;
|
|
951
|
+
ionFocus: EventEmitter<IonRangeCustomEvent<void>>;
|
|
952
|
+
ionBlur: EventEmitter<IonRangeCustomEvent<void>>;
|
|
953
|
+
ionKnobMoveStart: EventEmitter<IonRangeCustomEvent<RangeKnobMoveStartEventDetail>>;
|
|
954
|
+
ionKnobMoveEnd: EventEmitter<IonRangeCustomEvent<RangeKnobMoveEndEventDetail>>;
|
|
924
955
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
925
956
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRange, never>;
|
|
926
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
927
958
|
}
|
|
928
|
-
|
|
959
|
+
declare interface IonRange extends Components.IonRange {
|
|
929
960
|
/**
|
|
930
961
|
* The `ionChange` event is fired for `<ion-range>` elements when the user
|
|
931
962
|
modifies the element's value:
|
|
@@ -934,107 +965,116 @@ export declare interface IonRange extends Components.IonRange {
|
|
|
934
965
|
|
|
935
966
|
This event will not emit when programmatically setting the `value` property.
|
|
936
967
|
*/
|
|
937
|
-
ionChange: EventEmitter<
|
|
968
|
+
ionChange: EventEmitter<IonRangeCustomEvent<RangeChangeEventDetail>>;
|
|
938
969
|
/**
|
|
939
970
|
* The `ionInput` event is fired for `<ion-range>` elements when the value
|
|
940
971
|
is modified. Unlike `ionChange`, `ionInput` is fired continuously
|
|
941
972
|
while the user is dragging the knob.
|
|
942
973
|
*/
|
|
943
|
-
ionInput: EventEmitter<
|
|
974
|
+
ionInput: EventEmitter<IonRangeCustomEvent<RangeChangeEventDetail>>;
|
|
944
975
|
/**
|
|
945
976
|
* Emitted when the range has focus.
|
|
946
977
|
*/
|
|
947
|
-
ionFocus: EventEmitter<
|
|
978
|
+
ionFocus: EventEmitter<IonRangeCustomEvent<void>>;
|
|
948
979
|
/**
|
|
949
980
|
* Emitted when the range loses focus.
|
|
950
981
|
*/
|
|
951
|
-
ionBlur: EventEmitter<
|
|
982
|
+
ionBlur: EventEmitter<IonRangeCustomEvent<void>>;
|
|
952
983
|
/**
|
|
953
984
|
* Emitted when the user starts moving the range knob, whether through
|
|
954
985
|
mouse drag, touch gesture, or keyboard interaction.
|
|
955
986
|
*/
|
|
956
|
-
ionKnobMoveStart: EventEmitter<
|
|
987
|
+
ionKnobMoveStart: EventEmitter<IonRangeCustomEvent<RangeKnobMoveStartEventDetail>>;
|
|
957
988
|
/**
|
|
958
989
|
* Emitted when the user finishes moving the range knob, whether through
|
|
959
990
|
mouse drag, touch gesture, or keyboard interaction.
|
|
960
991
|
*/
|
|
961
|
-
ionKnobMoveEnd: EventEmitter<
|
|
992
|
+
ionKnobMoveEnd: EventEmitter<IonRangeCustomEvent<RangeKnobMoveEndEventDetail>>;
|
|
962
993
|
}
|
|
963
|
-
|
|
994
|
+
declare class IonRefresher {
|
|
964
995
|
protected z: NgZone;
|
|
965
996
|
protected el: HTMLIonRefresherElement;
|
|
997
|
+
ionRefresh: EventEmitter<IonRefresherCustomEvent<RefresherEventDetail>>;
|
|
998
|
+
ionPull: EventEmitter<IonRefresherCustomEvent<void>>;
|
|
999
|
+
ionStart: EventEmitter<IonRefresherCustomEvent<void>>;
|
|
1000
|
+
ionPullStart: EventEmitter<IonRefresherCustomEvent<void>>;
|
|
1001
|
+
ionPullEnd: EventEmitter<IonRefresherCustomEvent<RefresherPullEndEventDetail>>;
|
|
966
1002
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
967
1003
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRefresher, never>;
|
|
968
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
969
1005
|
}
|
|
970
|
-
|
|
1006
|
+
declare interface IonRefresher extends Components.IonRefresher {
|
|
971
1007
|
/**
|
|
972
1008
|
* Emitted when the user lets go of the content and has pulled down
|
|
973
1009
|
further than the `pullMin` or pulls the content down and exceeds the pullMax.
|
|
974
1010
|
Updates the refresher state to `refreshing`. The `complete()` method should be
|
|
975
1011
|
called when the async operation has completed.
|
|
976
1012
|
*/
|
|
977
|
-
ionRefresh: EventEmitter<
|
|
1013
|
+
ionRefresh: EventEmitter<IonRefresherCustomEvent<RefresherEventDetail>>;
|
|
978
1014
|
/**
|
|
979
1015
|
* Emitted while the user is pulling down the content and exposing the refresher.
|
|
980
1016
|
*/
|
|
981
|
-
ionPull: EventEmitter<
|
|
1017
|
+
ionPull: EventEmitter<IonRefresherCustomEvent<void>>;
|
|
982
1018
|
/**
|
|
983
1019
|
* Emitted when the user begins to start pulling down. @deprecated Use `ionPullStart` instead.
|
|
984
1020
|
*/
|
|
985
|
-
ionStart: EventEmitter<
|
|
1021
|
+
ionStart: EventEmitter<IonRefresherCustomEvent<void>>;
|
|
986
1022
|
/**
|
|
987
1023
|
* Emitted when the user begins to start pulling down.
|
|
988
1024
|
*/
|
|
989
|
-
ionPullStart: EventEmitter<
|
|
1025
|
+
ionPullStart: EventEmitter<IonRefresherCustomEvent<void>>;
|
|
990
1026
|
/**
|
|
991
1027
|
* Emitted when the refresher has returned to the inactive state
|
|
992
1028
|
after a pull gesture. This fires whether the refresh completed
|
|
993
1029
|
successfully or was canceled.
|
|
994
1030
|
*/
|
|
995
|
-
ionPullEnd: EventEmitter<
|
|
1031
|
+
ionPullEnd: EventEmitter<IonRefresherCustomEvent<RefresherPullEndEventDetail>>;
|
|
996
1032
|
}
|
|
997
|
-
|
|
1033
|
+
declare class IonRefresherContent {
|
|
998
1034
|
protected z: NgZone;
|
|
999
1035
|
protected el: HTMLIonRefresherContentElement;
|
|
1000
1036
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1001
1037
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRefresherContent, never>;
|
|
1002
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>;
|
|
1003
1039
|
}
|
|
1004
|
-
|
|
1040
|
+
declare interface IonRefresherContent extends Components.IonRefresherContent {
|
|
1005
1041
|
}
|
|
1006
|
-
|
|
1042
|
+
declare class IonReorder {
|
|
1007
1043
|
protected z: NgZone;
|
|
1008
1044
|
protected el: HTMLIonReorderElement;
|
|
1009
1045
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1010
1046
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonReorder, never>;
|
|
1011
1047
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonReorder, "ion-reorder", never, {}, {}, never, ["*"], false, never>;
|
|
1012
1048
|
}
|
|
1013
|
-
|
|
1049
|
+
declare interface IonReorder extends Components.IonReorder {
|
|
1014
1050
|
}
|
|
1015
|
-
|
|
1051
|
+
declare class IonReorderGroup {
|
|
1016
1052
|
protected z: NgZone;
|
|
1017
1053
|
protected el: HTMLIonReorderGroupElement;
|
|
1054
|
+
ionItemReorder: EventEmitter<IonReorderGroupCustomEvent<ItemReorderEventDetail>>;
|
|
1055
|
+
ionReorderStart: EventEmitter<IonReorderGroupCustomEvent<void>>;
|
|
1056
|
+
ionReorderMove: EventEmitter<IonReorderGroupCustomEvent<ReorderMoveEventDetail>>;
|
|
1057
|
+
ionReorderEnd: EventEmitter<IonReorderGroupCustomEvent<ReorderEndEventDetail>>;
|
|
1018
1058
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1019
1059
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonReorderGroup, never>;
|
|
1020
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonReorderGroup, "ion-reorder-group", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
1021
1061
|
}
|
|
1022
|
-
|
|
1062
|
+
declare interface IonReorderGroup extends Components.IonReorderGroup {
|
|
1023
1063
|
/**
|
|
1024
1064
|
* Event that needs to be listened to in order to complete the reorder action. @deprecated Use `ionReorderEnd` instead. If you are accessing
|
|
1025
1065
|
`event.detail.from` or `event.detail.to` and relying on them
|
|
1026
1066
|
being different you should now add checks as they are always emitted
|
|
1027
1067
|
in `ionReorderEnd`, even when they are the same.
|
|
1028
1068
|
*/
|
|
1029
|
-
ionItemReorder: EventEmitter<
|
|
1069
|
+
ionItemReorder: EventEmitter<IonReorderGroupCustomEvent<ItemReorderEventDetail>>;
|
|
1030
1070
|
/**
|
|
1031
1071
|
* Event that is emitted when the reorder gesture starts.
|
|
1032
1072
|
*/
|
|
1033
|
-
ionReorderStart: EventEmitter<
|
|
1073
|
+
ionReorderStart: EventEmitter<IonReorderGroupCustomEvent<void>>;
|
|
1034
1074
|
/**
|
|
1035
1075
|
* Event that is emitted as the reorder gesture moves.
|
|
1036
1076
|
*/
|
|
1037
|
-
ionReorderMove: EventEmitter<
|
|
1077
|
+
ionReorderMove: EventEmitter<IonReorderGroupCustomEvent<ReorderMoveEventDetail>>;
|
|
1038
1078
|
/**
|
|
1039
1079
|
* Event that is emitted when the reorder gesture ends.
|
|
1040
1080
|
The from and to properties are always available, regardless of
|
|
@@ -1043,38 +1083,44 @@ export declare interface IonReorderGroup extends Components.IonReorderGroup {
|
|
|
1043
1083
|
Once the event has been emitted, the `complete()` method then needs
|
|
1044
1084
|
to be called in order to finalize the reorder action.
|
|
1045
1085
|
*/
|
|
1046
|
-
ionReorderEnd: EventEmitter<
|
|
1086
|
+
ionReorderEnd: EventEmitter<IonReorderGroupCustomEvent<ReorderEndEventDetail>>;
|
|
1047
1087
|
}
|
|
1048
|
-
|
|
1088
|
+
declare class IonRippleEffect {
|
|
1049
1089
|
protected z: NgZone;
|
|
1050
1090
|
protected el: HTMLIonRippleEffectElement;
|
|
1051
1091
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1052
1092
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRippleEffect, never>;
|
|
1053
1093
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonRippleEffect, "ion-ripple-effect", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1054
1094
|
}
|
|
1055
|
-
|
|
1095
|
+
declare interface IonRippleEffect extends Components.IonRippleEffect {
|
|
1056
1096
|
}
|
|
1057
|
-
|
|
1097
|
+
declare class IonRow {
|
|
1058
1098
|
protected z: NgZone;
|
|
1059
1099
|
protected el: HTMLIonRowElement;
|
|
1060
1100
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1061
1101
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRow, never>;
|
|
1062
1102
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonRow, "ion-row", never, {}, {}, never, ["*"], false, never>;
|
|
1063
1103
|
}
|
|
1064
|
-
|
|
1104
|
+
declare interface IonRow extends Components.IonRow {
|
|
1065
1105
|
}
|
|
1066
|
-
|
|
1106
|
+
declare class IonSearchbar {
|
|
1067
1107
|
protected z: NgZone;
|
|
1068
1108
|
protected el: HTMLIonSearchbarElement;
|
|
1109
|
+
ionInput: EventEmitter<IonSearchbarCustomEvent<SearchbarInputEventDetail>>;
|
|
1110
|
+
ionChange: EventEmitter<IonSearchbarCustomEvent<SearchbarChangeEventDetail>>;
|
|
1111
|
+
ionCancel: EventEmitter<IonSearchbarCustomEvent<void>>;
|
|
1112
|
+
ionClear: EventEmitter<IonSearchbarCustomEvent<void>>;
|
|
1113
|
+
ionBlur: EventEmitter<IonSearchbarCustomEvent<void>>;
|
|
1114
|
+
ionFocus: EventEmitter<IonSearchbarCustomEvent<void>>;
|
|
1069
1115
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1070
1116
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSearchbar, never>;
|
|
1071
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
1072
1118
|
}
|
|
1073
|
-
|
|
1119
|
+
declare interface IonSearchbar extends Components.IonSearchbar {
|
|
1074
1120
|
/**
|
|
1075
1121
|
* Emitted when the `value` of the `ion-searchbar` element has changed.
|
|
1076
1122
|
*/
|
|
1077
|
-
ionInput: EventEmitter<
|
|
1123
|
+
ionInput: EventEmitter<IonSearchbarCustomEvent<SearchbarInputEventDetail>>;
|
|
1078
1124
|
/**
|
|
1079
1125
|
* The `ionChange` event is fired for `<ion-searchbar>` elements when the user
|
|
1080
1126
|
modifies the element's value. Unlike the `ionInput` event, the `ionChange`
|
|
@@ -1087,196 +1133,210 @@ export declare interface IonSearchbar extends Components.IonSearchbar {
|
|
|
1087
1133
|
|
|
1088
1134
|
This event will not emit when programmatically setting the `value` property.
|
|
1089
1135
|
*/
|
|
1090
|
-
ionChange: EventEmitter<
|
|
1136
|
+
ionChange: EventEmitter<IonSearchbarCustomEvent<SearchbarChangeEventDetail>>;
|
|
1091
1137
|
/**
|
|
1092
1138
|
* Emitted when the cancel button is clicked.
|
|
1093
1139
|
*/
|
|
1094
|
-
ionCancel: EventEmitter<
|
|
1140
|
+
ionCancel: EventEmitter<IonSearchbarCustomEvent<void>>;
|
|
1095
1141
|
/**
|
|
1096
1142
|
* Emitted when the clear input button is clicked.
|
|
1097
1143
|
*/
|
|
1098
|
-
ionClear: EventEmitter<
|
|
1144
|
+
ionClear: EventEmitter<IonSearchbarCustomEvent<void>>;
|
|
1099
1145
|
/**
|
|
1100
1146
|
* Emitted when the input loses focus.
|
|
1101
1147
|
*/
|
|
1102
|
-
ionBlur: EventEmitter<
|
|
1148
|
+
ionBlur: EventEmitter<IonSearchbarCustomEvent<void>>;
|
|
1103
1149
|
/**
|
|
1104
1150
|
* Emitted when the input has focus.
|
|
1105
1151
|
*/
|
|
1106
|
-
ionFocus: EventEmitter<
|
|
1152
|
+
ionFocus: EventEmitter<IonSearchbarCustomEvent<void>>;
|
|
1107
1153
|
}
|
|
1108
|
-
|
|
1154
|
+
declare class IonSegment {
|
|
1109
1155
|
protected z: NgZone;
|
|
1110
1156
|
protected el: HTMLIonSegmentElement;
|
|
1157
|
+
ionChange: EventEmitter<IonSegmentCustomEvent<SegmentChangeEventDetail>>;
|
|
1111
1158
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1112
1159
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSegment, never>;
|
|
1113
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
1114
1161
|
}
|
|
1115
|
-
|
|
1162
|
+
declare interface IonSegment extends Components.IonSegment {
|
|
1116
1163
|
/**
|
|
1117
1164
|
* Emitted when the value property has changed and any dragging pointer has been released from `ion-segment`.
|
|
1118
1165
|
|
|
1119
1166
|
This event will not emit when programmatically setting the `value` property.
|
|
1120
1167
|
*/
|
|
1121
|
-
ionChange: EventEmitter<
|
|
1168
|
+
ionChange: EventEmitter<IonSegmentCustomEvent<SegmentChangeEventDetail>>;
|
|
1122
1169
|
}
|
|
1123
|
-
|
|
1170
|
+
declare class IonSegmentButton {
|
|
1124
1171
|
protected z: NgZone;
|
|
1125
1172
|
protected el: HTMLIonSegmentButtonElement;
|
|
1126
1173
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1127
1174
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentButton, never>;
|
|
1128
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>;
|
|
1129
1176
|
}
|
|
1130
|
-
|
|
1177
|
+
declare interface IonSegmentButton extends Components.IonSegmentButton {
|
|
1131
1178
|
}
|
|
1132
|
-
|
|
1179
|
+
declare class IonSegmentContent {
|
|
1133
1180
|
protected z: NgZone;
|
|
1134
1181
|
protected el: HTMLIonSegmentContentElement;
|
|
1135
1182
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1136
1183
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentContent, never>;
|
|
1137
1184
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentContent, "ion-segment-content", never, {}, {}, never, ["*"], false, never>;
|
|
1138
1185
|
}
|
|
1139
|
-
|
|
1186
|
+
declare interface IonSegmentContent extends Components.IonSegmentContent {
|
|
1140
1187
|
}
|
|
1141
|
-
|
|
1188
|
+
declare class IonSegmentView {
|
|
1142
1189
|
protected z: NgZone;
|
|
1143
1190
|
protected el: HTMLIonSegmentViewElement;
|
|
1191
|
+
ionSegmentViewScroll: EventEmitter<IonSegmentViewCustomEvent<SegmentViewScrollEvent>>;
|
|
1144
1192
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1145
1193
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentView, never>;
|
|
1146
|
-
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>;
|
|
1147
1195
|
}
|
|
1148
|
-
|
|
1196
|
+
declare interface IonSegmentView extends Components.IonSegmentView {
|
|
1149
1197
|
/**
|
|
1150
1198
|
* Emitted when the segment view is scrolled.
|
|
1151
1199
|
*/
|
|
1152
|
-
ionSegmentViewScroll: EventEmitter<
|
|
1200
|
+
ionSegmentViewScroll: EventEmitter<IonSegmentViewCustomEvent<SegmentViewScrollEvent>>;
|
|
1153
1201
|
}
|
|
1154
|
-
|
|
1202
|
+
declare class IonSelect {
|
|
1155
1203
|
protected z: NgZone;
|
|
1156
1204
|
protected el: HTMLIonSelectElement;
|
|
1205
|
+
ionChange: EventEmitter<IonSelectCustomEvent<SelectChangeEventDetail<any>>>;
|
|
1206
|
+
ionCancel: EventEmitter<IonSelectCustomEvent<void>>;
|
|
1207
|
+
ionDismiss: EventEmitter<IonSelectCustomEvent<void>>;
|
|
1208
|
+
ionFocus: EventEmitter<IonSelectCustomEvent<void>>;
|
|
1209
|
+
ionBlur: EventEmitter<IonSelectCustomEvent<void>>;
|
|
1157
1210
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1158
1211
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSelect, never>;
|
|
1159
|
-
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; }; }, {}, never, ["*"], false, 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>;
|
|
1160
1213
|
}
|
|
1161
|
-
|
|
1214
|
+
declare interface IonSelect extends Components.IonSelect {
|
|
1162
1215
|
/**
|
|
1163
1216
|
* Emitted when the value has changed.
|
|
1164
1217
|
|
|
1165
1218
|
This event will not emit when programmatically setting the `value` property.
|
|
1166
1219
|
*/
|
|
1167
|
-
ionChange: EventEmitter<
|
|
1220
|
+
ionChange: EventEmitter<IonSelectCustomEvent<SelectChangeEventDetail>>;
|
|
1168
1221
|
/**
|
|
1169
1222
|
* Emitted when the selection is cancelled.
|
|
1170
1223
|
*/
|
|
1171
|
-
ionCancel: EventEmitter<
|
|
1224
|
+
ionCancel: EventEmitter<IonSelectCustomEvent<void>>;
|
|
1172
1225
|
/**
|
|
1173
1226
|
* Emitted when the overlay is dismissed.
|
|
1174
1227
|
*/
|
|
1175
|
-
ionDismiss: EventEmitter<
|
|
1228
|
+
ionDismiss: EventEmitter<IonSelectCustomEvent<void>>;
|
|
1176
1229
|
/**
|
|
1177
1230
|
* Emitted when the select has focus.
|
|
1178
1231
|
*/
|
|
1179
|
-
ionFocus: EventEmitter<
|
|
1232
|
+
ionFocus: EventEmitter<IonSelectCustomEvent<void>>;
|
|
1180
1233
|
/**
|
|
1181
1234
|
* Emitted when the select loses focus.
|
|
1182
1235
|
*/
|
|
1183
|
-
ionBlur: EventEmitter<
|
|
1236
|
+
ionBlur: EventEmitter<IonSelectCustomEvent<void>>;
|
|
1184
1237
|
}
|
|
1185
|
-
|
|
1238
|
+
declare class IonSelectModal {
|
|
1186
1239
|
protected z: NgZone;
|
|
1187
1240
|
protected el: HTMLIonSelectModalElement;
|
|
1188
1241
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1189
1242
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectModal, never>;
|
|
1190
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>;
|
|
1191
1244
|
}
|
|
1192
|
-
|
|
1245
|
+
declare interface IonSelectModal extends Components.IonSelectModal {
|
|
1193
1246
|
}
|
|
1194
|
-
|
|
1247
|
+
declare class IonSelectOption {
|
|
1195
1248
|
protected z: NgZone;
|
|
1196
1249
|
protected el: HTMLIonSelectOptionElement;
|
|
1197
1250
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1198
1251
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectOption, never>;
|
|
1199
1252
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectOption, "ion-select-option", never, { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1200
1253
|
}
|
|
1201
|
-
|
|
1254
|
+
declare interface IonSelectOption extends Components.IonSelectOption {
|
|
1202
1255
|
}
|
|
1203
|
-
|
|
1256
|
+
declare class IonSkeletonText {
|
|
1204
1257
|
protected z: NgZone;
|
|
1205
1258
|
protected el: HTMLIonSkeletonTextElement;
|
|
1206
1259
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1207
1260
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSkeletonText, never>;
|
|
1208
1261
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonSkeletonText, "ion-skeleton-text", never, { "animated": { "alias": "animated"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1209
1262
|
}
|
|
1210
|
-
|
|
1263
|
+
declare interface IonSkeletonText extends Components.IonSkeletonText {
|
|
1211
1264
|
}
|
|
1212
|
-
|
|
1265
|
+
declare class IonSpinner {
|
|
1213
1266
|
protected z: NgZone;
|
|
1214
1267
|
protected el: HTMLIonSpinnerElement;
|
|
1215
1268
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1216
1269
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSpinner, never>;
|
|
1217
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>;
|
|
1218
1271
|
}
|
|
1219
|
-
|
|
1272
|
+
declare interface IonSpinner extends Components.IonSpinner {
|
|
1220
1273
|
}
|
|
1221
|
-
|
|
1274
|
+
declare class IonSplitPane {
|
|
1222
1275
|
protected z: NgZone;
|
|
1223
1276
|
protected el: HTMLIonSplitPaneElement;
|
|
1277
|
+
ionSplitPaneVisible: EventEmitter<IonSplitPaneCustomEvent<{
|
|
1278
|
+
visible: boolean;
|
|
1279
|
+
}>>;
|
|
1224
1280
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1225
1281
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSplitPane, never>;
|
|
1226
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSplitPane, "ion-split-pane", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "when": { "alias": "when"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
1227
1283
|
}
|
|
1228
|
-
|
|
1284
|
+
declare interface IonSplitPane extends Components.IonSplitPane {
|
|
1229
1285
|
/**
|
|
1230
1286
|
* Expression to be called when the split-pane visibility has changed
|
|
1231
1287
|
*/
|
|
1232
|
-
ionSplitPaneVisible: EventEmitter<
|
|
1288
|
+
ionSplitPaneVisible: EventEmitter<IonSplitPaneCustomEvent<{
|
|
1233
1289
|
visible: boolean;
|
|
1234
1290
|
}>>;
|
|
1235
1291
|
}
|
|
1236
|
-
|
|
1292
|
+
declare class IonTab {
|
|
1237
1293
|
protected z: NgZone;
|
|
1238
1294
|
protected el: HTMLIonTabElement;
|
|
1239
1295
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1240
1296
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonTab, never>;
|
|
1241
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonTab, "ion-tab", never, { "component": { "alias": "component"; "required": false; }; "tab": { "alias": "tab"; "required":
|
|
1297
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonTab, "ion-tab", never, { "component": { "alias": "component"; "required": false; }; "tab": { "alias": "tab"; "required": true; }; }, {}, never, ["*"], false, never>;
|
|
1242
1298
|
}
|
|
1243
|
-
|
|
1299
|
+
declare interface IonTab extends Components.IonTab {
|
|
1244
1300
|
}
|
|
1245
|
-
|
|
1301
|
+
declare class IonTabBar {
|
|
1246
1302
|
protected z: NgZone;
|
|
1247
1303
|
protected el: HTMLIonTabBarElement;
|
|
1248
1304
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1249
1305
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonTabBar, never>;
|
|
1250
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>;
|
|
1251
1307
|
}
|
|
1252
|
-
|
|
1308
|
+
declare interface IonTabBar extends Components.IonTabBar {
|
|
1253
1309
|
}
|
|
1254
|
-
|
|
1310
|
+
declare class IonTabButton {
|
|
1255
1311
|
protected z: NgZone;
|
|
1256
1312
|
protected el: HTMLIonTabButtonElement;
|
|
1257
1313
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1258
1314
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonTabButton, never>;
|
|
1259
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>;
|
|
1260
1316
|
}
|
|
1261
|
-
|
|
1317
|
+
declare interface IonTabButton extends Components.IonTabButton {
|
|
1262
1318
|
}
|
|
1263
|
-
|
|
1319
|
+
declare class IonText {
|
|
1264
1320
|
protected z: NgZone;
|
|
1265
1321
|
protected el: HTMLIonTextElement;
|
|
1266
1322
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1267
1323
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonText, never>;
|
|
1268
1324
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonText, "ion-text", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1269
1325
|
}
|
|
1270
|
-
|
|
1326
|
+
declare interface IonText extends Components.IonText {
|
|
1271
1327
|
}
|
|
1272
|
-
|
|
1328
|
+
declare class IonTextarea {
|
|
1273
1329
|
protected z: NgZone;
|
|
1274
1330
|
protected el: HTMLIonTextareaElement;
|
|
1331
|
+
ionChange: EventEmitter<IonTextareaCustomEvent<TextareaChangeEventDetail>>;
|
|
1332
|
+
ionInput: EventEmitter<IonTextareaCustomEvent<TextareaInputEventDetail>>;
|
|
1333
|
+
ionBlur: EventEmitter<IonTextareaCustomEvent<FocusEvent>>;
|
|
1334
|
+
ionFocus: EventEmitter<IonTextareaCustomEvent<FocusEvent>>;
|
|
1275
1335
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1276
1336
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonTextarea, never>;
|
|
1277
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
1278
1338
|
}
|
|
1279
|
-
|
|
1339
|
+
declare interface IonTextarea extends Components.IonTextarea {
|
|
1280
1340
|
/**
|
|
1281
1341
|
* The `ionChange` event is fired when the user modifies the textarea's value.
|
|
1282
1342
|
Unlike the `ionInput` event, the `ionChange` event is fired when
|
|
@@ -1284,7 +1344,7 @@ export declare interface IonTextarea extends Components.IonTextarea {
|
|
|
1284
1344
|
|
|
1285
1345
|
This event will not emit when programmatically setting the `value` property.
|
|
1286
1346
|
*/
|
|
1287
|
-
ionChange: EventEmitter<
|
|
1347
|
+
ionChange: EventEmitter<IonTextareaCustomEvent<TextareaChangeEventDetail>>;
|
|
1288
1348
|
/**
|
|
1289
1349
|
* The `ionInput` event is fired each time the user modifies the textarea's value.
|
|
1290
1350
|
Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
|
|
@@ -1293,108 +1353,301 @@ export declare interface IonTextarea extends Components.IonTextarea {
|
|
|
1293
1353
|
When `clearOnEdit` is enabled, the `ionInput` event will be fired when
|
|
1294
1354
|
the user clears the textarea by performing a keydown event.
|
|
1295
1355
|
*/
|
|
1296
|
-
ionInput: EventEmitter<
|
|
1356
|
+
ionInput: EventEmitter<IonTextareaCustomEvent<TextareaInputEventDetail>>;
|
|
1297
1357
|
/**
|
|
1298
1358
|
* Emitted when the input loses focus.
|
|
1299
1359
|
*/
|
|
1300
|
-
ionBlur: EventEmitter<
|
|
1360
|
+
ionBlur: EventEmitter<IonTextareaCustomEvent<FocusEvent>>;
|
|
1301
1361
|
/**
|
|
1302
1362
|
* Emitted when the input has focus.
|
|
1303
1363
|
*/
|
|
1304
|
-
ionFocus: EventEmitter<
|
|
1364
|
+
ionFocus: EventEmitter<IonTextareaCustomEvent<FocusEvent>>;
|
|
1305
1365
|
}
|
|
1306
|
-
|
|
1366
|
+
declare class IonThumbnail {
|
|
1307
1367
|
protected z: NgZone;
|
|
1308
1368
|
protected el: HTMLIonThumbnailElement;
|
|
1309
1369
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1310
1370
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonThumbnail, never>;
|
|
1311
1371
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonThumbnail, "ion-thumbnail", never, {}, {}, never, ["*"], false, never>;
|
|
1312
1372
|
}
|
|
1313
|
-
|
|
1373
|
+
declare interface IonThumbnail extends Components.IonThumbnail {
|
|
1314
1374
|
}
|
|
1315
|
-
|
|
1375
|
+
declare class IonTitle {
|
|
1316
1376
|
protected z: NgZone;
|
|
1317
1377
|
protected el: HTMLIonTitleElement;
|
|
1318
1378
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1319
1379
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonTitle, never>;
|
|
1320
1380
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonTitle, "ion-title", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1321
1381
|
}
|
|
1322
|
-
|
|
1382
|
+
declare interface IonTitle extends Components.IonTitle {
|
|
1323
1383
|
}
|
|
1324
|
-
|
|
1384
|
+
declare class IonToast {
|
|
1325
1385
|
protected z: NgZone;
|
|
1326
1386
|
protected el: HTMLIonToastElement;
|
|
1387
|
+
ionToastDidPresent: EventEmitter<IonToastCustomEvent<void>>;
|
|
1388
|
+
ionToastWillPresent: EventEmitter<IonToastCustomEvent<void>>;
|
|
1389
|
+
ionToastWillDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail<any>>>;
|
|
1390
|
+
ionToastDidDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail<any>>>;
|
|
1391
|
+
didPresent: EventEmitter<IonToastCustomEvent<void>>;
|
|
1392
|
+
willPresent: EventEmitter<IonToastCustomEvent<void>>;
|
|
1393
|
+
willDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail<any>>>;
|
|
1394
|
+
didDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail<any>>>;
|
|
1327
1395
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1328
1396
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonToast, never>;
|
|
1329
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
1330
1398
|
}
|
|
1331
|
-
|
|
1399
|
+
declare interface IonToast extends Components.IonToast {
|
|
1332
1400
|
/**
|
|
1333
1401
|
* Emitted after the toast has presented.
|
|
1334
1402
|
*/
|
|
1335
|
-
ionToastDidPresent: EventEmitter<
|
|
1403
|
+
ionToastDidPresent: EventEmitter<IonToastCustomEvent<void>>;
|
|
1336
1404
|
/**
|
|
1337
1405
|
* Emitted before the toast has presented.
|
|
1338
1406
|
*/
|
|
1339
|
-
ionToastWillPresent: EventEmitter<
|
|
1407
|
+
ionToastWillPresent: EventEmitter<IonToastCustomEvent<void>>;
|
|
1340
1408
|
/**
|
|
1341
1409
|
* Emitted before the toast has dismissed.
|
|
1342
1410
|
*/
|
|
1343
|
-
ionToastWillDismiss: EventEmitter<
|
|
1411
|
+
ionToastWillDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail>>;
|
|
1344
1412
|
/**
|
|
1345
1413
|
* Emitted after the toast has dismissed.
|
|
1346
1414
|
*/
|
|
1347
|
-
ionToastDidDismiss: EventEmitter<
|
|
1415
|
+
ionToastDidDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail>>;
|
|
1348
1416
|
/**
|
|
1349
1417
|
* Emitted after the toast has presented.
|
|
1350
1418
|
Shorthand for ionToastWillDismiss.
|
|
1351
1419
|
*/
|
|
1352
|
-
didPresent: EventEmitter<
|
|
1420
|
+
didPresent: EventEmitter<IonToastCustomEvent<void>>;
|
|
1353
1421
|
/**
|
|
1354
1422
|
* Emitted before the toast has presented.
|
|
1355
1423
|
Shorthand for ionToastWillPresent.
|
|
1356
1424
|
*/
|
|
1357
|
-
willPresent: EventEmitter<
|
|
1425
|
+
willPresent: EventEmitter<IonToastCustomEvent<void>>;
|
|
1358
1426
|
/**
|
|
1359
1427
|
* Emitted before the toast has dismissed.
|
|
1360
1428
|
Shorthand for ionToastWillDismiss.
|
|
1361
1429
|
*/
|
|
1362
|
-
willDismiss: EventEmitter<
|
|
1430
|
+
willDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail>>;
|
|
1363
1431
|
/**
|
|
1364
1432
|
* Emitted after the toast has dismissed.
|
|
1365
1433
|
Shorthand for ionToastDidDismiss.
|
|
1366
1434
|
*/
|
|
1367
|
-
didDismiss: EventEmitter<
|
|
1435
|
+
didDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail>>;
|
|
1368
1436
|
}
|
|
1369
|
-
|
|
1437
|
+
declare class IonToggle {
|
|
1370
1438
|
protected z: NgZone;
|
|
1371
1439
|
protected el: HTMLIonToggleElement;
|
|
1440
|
+
ionChange: EventEmitter<IonToggleCustomEvent<ToggleChangeEventDetail<any>>>;
|
|
1441
|
+
ionFocus: EventEmitter<IonToggleCustomEvent<void>>;
|
|
1442
|
+
ionBlur: EventEmitter<IonToggleCustomEvent<void>>;
|
|
1372
1443
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1373
1444
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonToggle, never>;
|
|
1374
|
-
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; }; }, {}, never, ["*"], false, never>;
|
|
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>;
|
|
1375
1446
|
}
|
|
1376
|
-
|
|
1447
|
+
declare interface IonToggle extends Components.IonToggle {
|
|
1377
1448
|
/**
|
|
1378
1449
|
* Emitted when the user switches the toggle on or off.
|
|
1379
1450
|
|
|
1380
1451
|
This event will not emit when programmatically setting the `checked` property.
|
|
1381
1452
|
*/
|
|
1382
|
-
ionChange: EventEmitter<
|
|
1453
|
+
ionChange: EventEmitter<IonToggleCustomEvent<ToggleChangeEventDetail>>;
|
|
1383
1454
|
/**
|
|
1384
1455
|
* Emitted when the toggle has focus.
|
|
1385
1456
|
*/
|
|
1386
|
-
ionFocus: EventEmitter<
|
|
1457
|
+
ionFocus: EventEmitter<IonToggleCustomEvent<void>>;
|
|
1387
1458
|
/**
|
|
1388
1459
|
* Emitted when the toggle loses focus.
|
|
1389
1460
|
*/
|
|
1390
|
-
ionBlur: EventEmitter<
|
|
1461
|
+
ionBlur: EventEmitter<IonToggleCustomEvent<void>>;
|
|
1391
1462
|
}
|
|
1392
|
-
|
|
1463
|
+
declare class IonToolbar {
|
|
1393
1464
|
protected z: NgZone;
|
|
1394
1465
|
protected el: HTMLIonToolbarElement;
|
|
1395
1466
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1396
1467
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonToolbar, never>;
|
|
1397
1468
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonToolbar, "ion-toolbar", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1398
1469
|
}
|
|
1399
|
-
|
|
1400
|
-
}
|
|
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 };
|