@ionic/angular 8.4.4-dev.11740685209.1c1ac2bf → 8.4.4-dev.11741027468.1f4941f2
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.
|
@@ -1716,11 +1716,11 @@ let IonRadioGroup = class IonRadioGroup {
|
|
|
1716
1716
|
proxyOutputs(this, this.el, ['ionChange']);
|
|
1717
1717
|
}
|
|
1718
1718
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1719
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadioGroup, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith",
|
|
1719
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadioGroup, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1720
1720
|
};
|
|
1721
1721
|
IonRadioGroup = __decorate([
|
|
1722
1722
|
ProxyCmp({
|
|
1723
|
-
inputs: ['allowEmptySelection', 'compareWith', '
|
|
1723
|
+
inputs: ['allowEmptySelection', 'compareWith', 'name', 'value']
|
|
1724
1724
|
})
|
|
1725
1725
|
], IonRadioGroup);
|
|
1726
1726
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadioGroup, decorators: [{
|
|
@@ -1730,7 +1730,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1730
1730
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1731
1731
|
template: '<ng-content></ng-content>',
|
|
1732
1732
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1733
|
-
inputs: ['allowEmptySelection', 'compareWith', '
|
|
1733
|
+
inputs: ['allowEmptySelection', 'compareWith', 'name', 'value'],
|
|
1734
1734
|
}]
|
|
1735
1735
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1736
1736
|
let IonRange = class IonRange {
|