@ionic/angular 8.4.4-dev.11739906326.1989484f → 8.4.4-dev.11740669619.1b5165be
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 +1 -1
- package/esm2022/directives/proxies.mjs +4 -4
- 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 +3 -3
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +1 -1
package/directives/proxies.d.ts
CHANGED
|
@@ -842,7 +842,7 @@ export declare class IonRadio {
|
|
|
842
842
|
protected el: HTMLIonRadioElement;
|
|
843
843
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
844
844
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRadio, never>;
|
|
845
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonRadio, "ion-radio", never, { "alignment": { "alias": "alignment"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "
|
|
845
|
+
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; }; }, {}, never, ["*"], false, never>;
|
|
846
846
|
}
|
|
847
847
|
export declare interface IonRadio extends Components.IonRadio {
|
|
848
848
|
/**
|