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