@ionic/angular 8.8.4-dev.11776357045.1da75baf → 8.8.4-dev.11776458181.14891dc9
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/directives/proxies.d.ts +2 -2
- package/esm2022/directives/proxies.mjs +7 -7
- package/esm2022/standalone/directives/proxies.mjs +4 -4
- package/fesm2022/ionic-angular-standalone.mjs +3 -3
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +6 -6
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/angular",
|
|
3
|
-
"version": "8.8.4-dev.
|
|
3
|
+
"version": "8.8.4-dev.11776458181.14891dc9",
|
|
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.8.4-dev.
|
|
53
|
+
"@ionic/core": "8.8.4-dev.11776458181.14891dc9",
|
|
54
54
|
"ionicons": "^8.0.13",
|
|
55
55
|
"jsonc-parser": "^3.0.0",
|
|
56
56
|
"tslib": "^2.3.0"
|
|
@@ -888,7 +888,7 @@ export declare class IonSelectModal {
|
|
|
888
888
|
protected el: HTMLIonSelectModalElement;
|
|
889
889
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
890
890
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectModal, never>;
|
|
891
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectModal, "ion-select-modal", never, { "cancelText": { "alias": "cancelText"; "required": false; }; "header": { "alias": "header"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
891
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectModal, "ion-select-modal", never, { "cancelIcon": { "alias": "cancelIcon"; "required": false; }; "cancelText": { "alias": "cancelText"; "required": false; }; "header": { "alias": "header"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
892
892
|
}
|
|
893
893
|
export declare interface IonSelectModal extends Components.IonSelectModal {
|
|
894
894
|
}
|