@ionic/angular 8.4.4-dev.11738863153.1dafb0b9 → 8.4.4-nightly.20250131
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/overlays/modal.d.ts +1 -1
- package/css/core.css.map +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/directives/proxies.d.ts +3 -3
- package/esm2022/common/overlays/modal.mjs +2 -3
- package/esm2022/directives/proxies.mjs +10 -10
- package/fesm2022/ionic-angular-common.mjs +1 -2
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +9 -9
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1046,7 +1046,6 @@ const MODAL_INPUTS = [
|
|
|
1046
1046
|
'canDismiss',
|
|
1047
1047
|
'cssClass',
|
|
1048
1048
|
'enterAnimation',
|
|
1049
|
-
'expandToScroll',
|
|
1050
1049
|
'event',
|
|
1051
1050
|
'focusTrap',
|
|
1052
1051
|
'handle',
|
|
@@ -1099,7 +1098,7 @@ let IonModal = class IonModal {
|
|
|
1099
1098
|
]);
|
|
1100
1099
|
}
|
|
1101
1100
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1102
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: IonModal, selector: "ion-modal", inputs: { animated: "animated", keepContentsMounted: "keepContentsMounted", backdropBreakpoint: "backdropBreakpoint", backdropDismiss: "backdropDismiss", breakpoints: "breakpoints", canDismiss: "canDismiss", cssClass: "cssClass", enterAnimation: "enterAnimation",
|
|
1101
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: IonModal, selector: "ion-modal", inputs: { animated: "animated", keepContentsMounted: "keepContentsMounted", backdropBreakpoint: "backdropBreakpoint", backdropDismiss: "backdropDismiss", breakpoints: "breakpoints", canDismiss: "canDismiss", cssClass: "cssClass", enterAnimation: "enterAnimation", event: "event", focusTrap: "focusTrap", handle: "handle", handleBehavior: "handleBehavior", initialBreakpoint: "initialBreakpoint", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", presentingElement: "presentingElement", showBackdrop: "showBackdrop", translucent: "translucent", trigger: "trigger" }, queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0 });
|
|
1103
1102
|
};
|
|
1104
1103
|
IonModal = __decorate([
|
|
1105
1104
|
ProxyCmp({
|