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