@ionic/angular 8.7.19-dev.11772655618.1af0949f → 8.7.19-dev.11773072221.15efeed0
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/common/index.d.ts +0 -1
- package/common/overlays/modal.d.ts +1 -13
- package/common/providers/angular-delegate.d.ts +3 -4
- package/directives/proxies.d.ts +2 -14
- package/esm2022/common/index.mjs +1 -1
- package/esm2022/common/overlays/modal.mjs +1 -4
- package/esm2022/common/providers/angular-delegate.mjs +7 -9
- package/esm2022/directives/proxies.mjs +8 -8
- package/esm2022/index.mjs +1 -1
- package/esm2022/providers/modal-controller.mjs +3 -4
- package/esm2022/providers/popover-controller.mjs +3 -4
- package/esm2022/standalone/directives/proxies.mjs +8 -8
- package/esm2022/standalone/index.mjs +1 -1
- package/esm2022/standalone/providers/modal-controller.mjs +3 -4
- package/esm2022/standalone/providers/popover-controller.mjs +3 -4
- package/fesm2022/ionic-angular-common.mjs +6 -11
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular-standalone.mjs +11 -13
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +11 -13
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/index.d.ts +1 -2
- package/package.json +2 -2
- package/providers/modal-controller.d.ts +1 -1
- package/providers/popover-controller.d.ts +1 -1
- package/standalone/directives/proxies.d.ts +2 -14
- package/standalone/index.d.ts +1 -2
- package/standalone/providers/modal-controller.d.ts +1 -1
- package/standalone/providers/popover-controller.d.ts +1 -1
- package/common/types/overlay-options.d.ts +0 -16
- package/esm2022/common/types/overlay-options.mjs +0 -2
package/index.d.ts
CHANGED
|
@@ -12,7 +12,6 @@ export { IonPopover } from './directives/overlays/popover';
|
|
|
12
12
|
export * from './directives/proxies';
|
|
13
13
|
export * from './directives/validators';
|
|
14
14
|
export { DomController, NavController, Config, Platform, AngularDelegate, NavParams, IonicRouteStrategy, IonModalToken, ViewWillEnter, ViewWillLeave, ViewDidEnter, ViewDidLeave, } from '@ionic/angular/common';
|
|
15
|
-
export type { ModalOptions, PopoverOptions } from '@ionic/angular/common';
|
|
16
15
|
export { AlertController } from './providers/alert-controller';
|
|
17
16
|
export { AnimationController } from './providers/animation-controller';
|
|
18
17
|
export { ActionSheetController } from './providers/action-sheet-controller';
|
|
@@ -24,4 +23,4 @@ export { PickerController } from './providers/picker-controller';
|
|
|
24
23
|
export { PopoverController } from './providers/popover-controller';
|
|
25
24
|
export { ToastController } from './providers/toast-controller';
|
|
26
25
|
export { IonicModule } from './ionic-module';
|
|
27
|
-
export { createAnimation, createGesture, iosTransitionAnimation, mdTransitionAnimation, IonicSlides, getPlatforms, isPlatform, getTimeGivenProgression, getIonPageElement, Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, NavComponentWithProps, SpinnerTypes, AccordionGroupCustomEvent, AccordionGroupChangeEventDetail, BreadcrumbCustomEvent, BreadcrumbCollapsedClickEventDetail, ActionSheetOptions, ActionSheetButton, AlertOptions, AlertInput, AlertButton, BackButtonEvent, CheckboxCustomEvent, CheckboxChangeEventDetail, DatetimeCustomEvent, DatetimeChangeEventDetail, InfiniteScrollCustomEvent, InputCustomEvent, InputChangeEventDetail, InputOtpCustomEvent, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, InputOtpInputEventDetail, ItemReorderEventDetail, ItemReorderCustomEvent, ItemSlidingCustomEvent, IonicSafeString, LoadingOptions, MenuCustomEvent,
|
|
26
|
+
export { createAnimation, createGesture, iosTransitionAnimation, mdTransitionAnimation, IonicSlides, getPlatforms, isPlatform, getTimeGivenProgression, getIonPageElement, Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, NavComponentWithProps, SpinnerTypes, AccordionGroupCustomEvent, AccordionGroupChangeEventDetail, BreadcrumbCustomEvent, BreadcrumbCollapsedClickEventDetail, ActionSheetOptions, ActionSheetButton, AlertOptions, AlertInput, AlertButton, BackButtonEvent, CheckboxCustomEvent, CheckboxChangeEventDetail, DatetimeCustomEvent, DatetimeChangeEventDetail, InfiniteScrollCustomEvent, InputCustomEvent, InputChangeEventDetail, InputOtpCustomEvent, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, InputOtpInputEventDetail, ItemReorderEventDetail, ItemReorderCustomEvent, ItemSlidingCustomEvent, IonicSafeString, LoadingOptions, MenuCustomEvent, ModalOptions, NavCustomEvent, PickerOptions, PickerButton, PickerColumn, PickerColumnOption, PlatformConfig, PopoverOptions, RadioGroupCustomEvent, RadioGroupChangeEventDetail, RangeCustomEvent, RangeChangeEventDetail, RangeKnobMoveStartEventDetail, RangeKnobMoveEndEventDetail, RefresherCustomEvent, RefresherEventDetail, ReorderMoveCustomEvent, ReorderMoveEventDetail, ReorderEndCustomEvent, ReorderEndEventDetail, RouterEventDetail, RouterCustomEvent, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollDetail, ScrollCustomEvent, SearchbarCustomEvent, SearchbarChangeEventDetail, SearchbarInputEventDetail, SegmentChangeEventDetail, SegmentCustomEvent, SegmentValue, SelectChangeEventDetail, SelectCustomEvent, TabsCustomEvent, TextareaChangeEventDetail, TextareaCustomEvent, ToastOptions, ToastButton, ToastLayout, ToggleChangeEventDetail, ToggleCustomEvent, TransitionOptions, openURL, } from '@ionic/core';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/angular",
|
|
3
|
-
"version": "8.7.19-dev.
|
|
3
|
+
"version": "8.7.19-dev.11773072221.15efeed0",
|
|
4
4
|
"description": "Angular specific wrappers for @ionic/core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ionic",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@ionic/core": "8.7.19-dev.
|
|
53
|
+
"@ionic/core": "8.7.19-dev.11773072221.15efeed0",
|
|
54
54
|
"ionicons": "^8.0.13",
|
|
55
55
|
"jsonc-parser": "^3.0.0",
|
|
56
56
|
"tslib": "^2.3.0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OverlayBaseController } from '@ionic/angular/common';
|
|
2
|
-
import type { ModalOptions } from '@ionic/
|
|
2
|
+
import type { ModalOptions } from '@ionic/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ModalController extends OverlayBaseController<ModalOptions, HTMLIonModalElement> {
|
|
5
5
|
private angularDelegate;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OverlayBaseController } from '@ionic/angular/common';
|
|
2
|
-
import type { PopoverOptions } from '@ionic/
|
|
2
|
+
import type { PopoverOptions } from '@ionic/core';
|
|
3
3
|
export declare class PopoverController extends OverlayBaseController<PopoverOptions, HTMLIonPopoverElement> {
|
|
4
4
|
private angularDelegate;
|
|
5
5
|
private injector;
|
|
@@ -11,7 +11,6 @@ import type { MenuCloseEventDetail as IIonMenuMenuCloseEventDetail } from '@ioni
|
|
|
11
11
|
import type { PickerColumnChangeEventDetail as IIonPickerColumnPickerColumnChangeEventDetail } from '@ionic/core/components';
|
|
12
12
|
import type { OverlayEventDetail as IIonPickerLegacyOverlayEventDetail } from '@ionic/core/components';
|
|
13
13
|
import type { RefresherEventDetail as IIonRefresherRefresherEventDetail } from '@ionic/core/components';
|
|
14
|
-
import type { RefresherPullEndEventDetail as IIonRefresherRefresherPullEndEventDetail } from '@ionic/core/components';
|
|
15
14
|
import type { ItemReorderEventDetail as IIonReorderGroupItemReorderEventDetail } from '@ionic/core/components';
|
|
16
15
|
import type { ReorderMoveEventDetail as IIonReorderGroupReorderMoveEventDetail } from '@ionic/core/components';
|
|
17
16
|
import type { ReorderEndEventDetail as IIonReorderGroupReorderEndEventDetail } from '@ionic/core/components';
|
|
@@ -761,19 +760,8 @@ export declare interface IonRefresher extends Components.IonRefresher {
|
|
|
761
760
|
ionPull: EventEmitter<CustomEvent<void>>;
|
|
762
761
|
/**
|
|
763
762
|
* Emitted when the user begins to start pulling down.
|
|
764
|
-
TODO(FW-7044): Remove this in a major release @deprecated Use `ionPullStart` instead.
|
|
765
763
|
*/
|
|
766
764
|
ionStart: EventEmitter<CustomEvent<void>>;
|
|
767
|
-
/**
|
|
768
|
-
* Emitted when the user begins to start pulling down.
|
|
769
|
-
*/
|
|
770
|
-
ionPullStart: EventEmitter<CustomEvent<void>>;
|
|
771
|
-
/**
|
|
772
|
-
* Emitted when the refresher has returned to the inactive state
|
|
773
|
-
after a pull gesture. This fires whether the refresh completed
|
|
774
|
-
successfully or was canceled.
|
|
775
|
-
*/
|
|
776
|
-
ionPullEnd: EventEmitter<CustomEvent<IIonRefresherRefresherPullEndEventDetail>>;
|
|
777
765
|
}
|
|
778
766
|
export declare class IonRefresherContent {
|
|
779
767
|
protected z: NgZone;
|
|
@@ -867,7 +855,7 @@ export declare class IonSegmentView {
|
|
|
867
855
|
protected el: HTMLIonSegmentViewElement;
|
|
868
856
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
869
857
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentView, never>;
|
|
870
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentView, "ion-segment-view", never, { "disabled": { "alias": "disabled"; "required": false; };
|
|
858
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentView, "ion-segment-view", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
871
859
|
}
|
|
872
860
|
export declare interface IonSegmentView extends Components.IonSegmentView {
|
|
873
861
|
/**
|
|
@@ -880,7 +868,7 @@ export declare class IonSelectModal {
|
|
|
880
868
|
protected el: HTMLIonSelectModalElement;
|
|
881
869
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
882
870
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectModal, never>;
|
|
883
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectModal, "ion-select-modal", never, { "
|
|
871
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectModal, "ion-select-modal", never, { "header": { "alias": "header"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
884
872
|
}
|
|
885
873
|
export declare interface IonSelectModal extends Components.IonSelectModal {
|
|
886
874
|
}
|
package/standalone/index.d.ts
CHANGED
|
@@ -16,8 +16,7 @@ export { PickerController } from './providers/picker-controller';
|
|
|
16
16
|
export { PopoverController } from './providers/popover-controller';
|
|
17
17
|
export { ToastController } from './providers/toast-controller';
|
|
18
18
|
export { DomController, NavController, Config, Platform, NavParams, IonModalToken, IonicRouteStrategy, ViewWillEnter, ViewDidEnter, ViewWillLeave, ViewDidLeave, } from '@ionic/angular/common';
|
|
19
|
-
export type { ModalOptions, PopoverOptions } from '@ionic/angular/common';
|
|
20
19
|
export { IonNav } from './navigation/nav';
|
|
21
20
|
export { IonCheckbox, IonDatetime, IonInput, IonInputOtp, IonIcon, IonRadioGroup, IonRange, IonSearchbar, IonSegment, IonSelect, IonTextarea, IonToggle, } from './directives';
|
|
22
21
|
export * from './directives/proxies';
|
|
23
|
-
export { createAnimation, createGesture, iosTransitionAnimation, mdTransitionAnimation, IonicSlides, getPlatforms, isPlatform, getTimeGivenProgression, Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, NavComponentWithProps, SpinnerTypes, AccordionGroupCustomEvent, AccordionGroupChangeEventDetail, BreadcrumbCustomEvent, BreadcrumbCollapsedClickEventDetail, ActionSheetOptions, ActionSheetButton, AlertOptions, AlertInput, AlertButton, BackButtonEvent, CheckboxCustomEvent, CheckboxChangeEventDetail, DatetimeCustomEvent, DatetimeChangeEventDetail, InfiniteScrollCustomEvent, InputCustomEvent, InputChangeEventDetail, InputOtpCustomEvent, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, InputOtpInputEventDetail, ItemReorderEventDetail, ItemReorderCustomEvent, ItemSlidingCustomEvent, IonicSafeString, LoadingOptions, MenuCustomEvent,
|
|
22
|
+
export { createAnimation, createGesture, iosTransitionAnimation, mdTransitionAnimation, IonicSlides, getPlatforms, isPlatform, getTimeGivenProgression, Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, NavComponentWithProps, SpinnerTypes, AccordionGroupCustomEvent, AccordionGroupChangeEventDetail, BreadcrumbCustomEvent, BreadcrumbCollapsedClickEventDetail, ActionSheetOptions, ActionSheetButton, AlertOptions, AlertInput, AlertButton, BackButtonEvent, CheckboxCustomEvent, CheckboxChangeEventDetail, DatetimeCustomEvent, DatetimeChangeEventDetail, InfiniteScrollCustomEvent, InputCustomEvent, InputChangeEventDetail, InputOtpCustomEvent, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, InputOtpInputEventDetail, ItemReorderEventDetail, ItemReorderCustomEvent, ItemSlidingCustomEvent, IonicSafeString, LoadingOptions, MenuCustomEvent, ModalOptions, NavCustomEvent, PickerOptions, PickerButton, PickerColumn, PickerColumnOption, PlatformConfig, PopoverOptions, RadioGroupCustomEvent, RadioGroupChangeEventDetail, RangeCustomEvent, RangeChangeEventDetail, RangeKnobMoveStartEventDetail, RangeKnobMoveEndEventDetail, RefresherCustomEvent, RefresherEventDetail, ReorderMoveCustomEvent, ReorderMoveEventDetail, ReorderEndCustomEvent, ReorderEndEventDetail, RouterEventDetail, RouterCustomEvent, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollDetail, ScrollCustomEvent, SearchbarCustomEvent, SearchbarChangeEventDetail, SearchbarInputEventDetail, SegmentChangeEventDetail, SegmentCustomEvent, SegmentValue, SelectChangeEventDetail, SelectCustomEvent, TabsCustomEvent, TextareaChangeEventDetail, TextareaCustomEvent, ToastOptions, ToastButton, ToastLayout, ToggleChangeEventDetail, ToggleCustomEvent, } from '@ionic/core/components';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OverlayBaseController } from '@ionic/angular/common';
|
|
2
|
-
import type { ModalOptions } from '@ionic/
|
|
2
|
+
import type { ModalOptions } from '@ionic/core/components';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ModalController extends OverlayBaseController<ModalOptions, HTMLIonModalElement> {
|
|
5
5
|
private angularDelegate;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OverlayBaseController } from '@ionic/angular/common';
|
|
2
|
-
import type { PopoverOptions } from '@ionic/
|
|
2
|
+
import type { PopoverOptions } from '@ionic/core/components';
|
|
3
3
|
export declare class PopoverController extends OverlayBaseController<PopoverOptions, HTMLIonPopoverElement> {
|
|
4
4
|
private angularDelegate;
|
|
5
5
|
private injector;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { Injector } from '@angular/core';
|
|
2
|
-
import type { ModalOptions as CoreModalOptions, PopoverOptions as CorePopoverOptions } from '@ionic/core/components';
|
|
3
|
-
/**
|
|
4
|
-
* Modal options with Angular-specific injector support.
|
|
5
|
-
* Extends @ionic/core ModalOptions with an optional injector property.
|
|
6
|
-
*/
|
|
7
|
-
export type ModalOptions = CoreModalOptions & {
|
|
8
|
-
injector?: Injector;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* Popover options with Angular-specific injector support.
|
|
12
|
-
* Extends @ionic/core PopoverOptions with an optional injector property.
|
|
13
|
-
*/
|
|
14
|
-
export type PopoverOptions = CorePopoverOptions & {
|
|
15
|
-
injector?: Injector;
|
|
16
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS1vcHRpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vY29tbW9uL3NyYy90eXBlcy9vdmVybGF5LW9wdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgSW5qZWN0b3IgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB0eXBlIHsgTW9kYWxPcHRpb25zIGFzIENvcmVNb2RhbE9wdGlvbnMsIFBvcG92ZXJPcHRpb25zIGFzIENvcmVQb3BvdmVyT3B0aW9ucyB9IGZyb20gJ0Bpb25pYy9jb3JlL2NvbXBvbmVudHMnO1xuXG4vKipcbiAqIE1vZGFsIG9wdGlvbnMgd2l0aCBBbmd1bGFyLXNwZWNpZmljIGluamVjdG9yIHN1cHBvcnQuXG4gKiBFeHRlbmRzIEBpb25pYy9jb3JlIE1vZGFsT3B0aW9ucyB3aXRoIGFuIG9wdGlvbmFsIGluamVjdG9yIHByb3BlcnR5LlxuICovXG5leHBvcnQgdHlwZSBNb2RhbE9wdGlvbnMgPSBDb3JlTW9kYWxPcHRpb25zICYge1xuICBpbmplY3Rvcj86IEluamVjdG9yO1xufTtcblxuLyoqXG4gKiBQb3BvdmVyIG9wdGlvbnMgd2l0aCBBbmd1bGFyLXNwZWNpZmljIGluamVjdG9yIHN1cHBvcnQuXG4gKiBFeHRlbmRzIEBpb25pYy9jb3JlIFBvcG92ZXJPcHRpb25zIHdpdGggYW4gb3B0aW9uYWwgaW5qZWN0b3IgcHJvcGVydHkuXG4gKi9cbmV4cG9ydCB0eXBlIFBvcG92ZXJPcHRpb25zID0gQ29yZVBvcG92ZXJPcHRpb25zICYge1xuICBpbmplY3Rvcj86IEluamVjdG9yO1xufTtcbiJdfQ==
|