@ionic/angular 8.4.5 → 8.5.0
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 +4 -4
- package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +8 -1
- package/esm2022/common/overlays/modal.mjs +3 -2
- package/esm2022/directives/proxies.mjs +13 -13
- package/esm2022/standalone/directives/checkbox.mjs +4 -2
- package/esm2022/standalone/directives/radio-group.mjs +3 -3
- package/esm2022/standalone/directives/select.mjs +4 -2
- package/esm2022/standalone/directives/toggle.mjs +4 -2
- package/fesm2022/ionic-angular-common.mjs +9 -1
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular-standalone.mjs +11 -5
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +12 -12
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/checkbox.d.ts +1 -1
- package/standalone/directives/radio-group.d.ts +1 -1
- package/standalone/directives/select.d.ts +1 -1
- package/standalone/directives/toggle.d.ts +1 -1
|
@@ -2712,6 +2712,8 @@ const CHECKBOX_INPUTS = [
|
|
|
2712
2712
|
'checked',
|
|
2713
2713
|
'color',
|
|
2714
2714
|
'disabled',
|
|
2715
|
+
'errorText',
|
|
2716
|
+
'helperText',
|
|
2715
2717
|
'indeterminate',
|
|
2716
2718
|
'justify',
|
|
2717
2719
|
'labelPlacement',
|
|
@@ -2750,7 +2752,7 @@ let IonCheckbox = class IonCheckbox extends ValueAccessor {
|
|
|
2750
2752
|
this.handleValueChange(el, el.checked);
|
|
2751
2753
|
}
|
|
2752
2754
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
2753
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCheckbox, isStandalone: true, selector: "ion-checkbox", inputs: { checked: "checked", color: "color", disabled: "disabled", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2755
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCheckbox, isStandalone: true, selector: "ion-checkbox", inputs: { checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2754
2756
|
};
|
|
2755
2757
|
IonCheckbox = __decorate([
|
|
2756
2758
|
ProxyCmp({
|
|
@@ -2994,7 +2996,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2994
2996
|
args: ['ionInput', ['$event.target']]
|
|
2995
2997
|
}] } });
|
|
2996
2998
|
|
|
2997
|
-
const RADIO_GROUP_INPUTS = ['allowEmptySelection', 'compareWith', 'name', 'value'];
|
|
2999
|
+
const RADIO_GROUP_INPUTS = ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value'];
|
|
2998
3000
|
/**
|
|
2999
3001
|
* Pulling the provider into an object and using PURE works
|
|
3000
3002
|
* around an ng-packagr issue that causes
|
|
@@ -3022,7 +3024,7 @@ let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
|
|
|
3022
3024
|
this.handleValueChange(el, el.value);
|
|
3023
3025
|
}
|
|
3024
3026
|
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3025
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadioGroup, isStandalone: true, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3027
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadioGroup, isStandalone: true, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3026
3028
|
};
|
|
3027
3029
|
IonRadioGroup = __decorate([
|
|
3028
3030
|
ProxyCmp({
|
|
@@ -3247,8 +3249,10 @@ const SELECT_INPUTS = [
|
|
|
3247
3249
|
'color',
|
|
3248
3250
|
'compareWith',
|
|
3249
3251
|
'disabled',
|
|
3252
|
+
'errorText',
|
|
3250
3253
|
'expandedIcon',
|
|
3251
3254
|
'fill',
|
|
3255
|
+
'helperText',
|
|
3252
3256
|
'interface',
|
|
3253
3257
|
'interfaceOptions',
|
|
3254
3258
|
'justify',
|
|
@@ -3291,7 +3295,7 @@ let IonSelect = class IonSelect extends ValueAccessor {
|
|
|
3291
3295
|
this.handleValueChange(el, el.value);
|
|
3292
3296
|
}
|
|
3293
3297
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3294
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelect, isStandalone: true, selector: "ion-select", inputs: { cancelText: "cancelText", color: "color", compareWith: "compareWith", disabled: "disabled", expandedIcon: "expandedIcon", fill: "fill", interface: "interface", interfaceOptions: "interfaceOptions", justify: "justify", label: "label", labelPlacement: "labelPlacement", mode: "mode", multiple: "multiple", name: "name", okText: "okText", placeholder: "placeholder", selectedText: "selectedText", shape: "shape", toggleIcon: "toggleIcon", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$2], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3298
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelect, isStandalone: true, selector: "ion-select", inputs: { cancelText: "cancelText", color: "color", compareWith: "compareWith", disabled: "disabled", errorText: "errorText", expandedIcon: "expandedIcon", fill: "fill", helperText: "helperText", interface: "interface", interfaceOptions: "interfaceOptions", justify: "justify", label: "label", labelPlacement: "labelPlacement", mode: "mode", multiple: "multiple", name: "name", okText: "okText", placeholder: "placeholder", selectedText: "selectedText", shape: "shape", toggleIcon: "toggleIcon", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$2], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3295
3299
|
};
|
|
3296
3300
|
IonSelect = __decorate([
|
|
3297
3301
|
ProxyCmp({
|
|
@@ -3404,6 +3408,8 @@ const TOGGLE_INPUTS = [
|
|
|
3404
3408
|
'color',
|
|
3405
3409
|
'disabled',
|
|
3406
3410
|
'enableOnOffLabels',
|
|
3411
|
+
'errorText',
|
|
3412
|
+
'helperText',
|
|
3407
3413
|
'justify',
|
|
3408
3414
|
'labelPlacement',
|
|
3409
3415
|
'mode',
|
|
@@ -3441,7 +3447,7 @@ let IonToggle = class IonToggle extends ValueAccessor {
|
|
|
3441
3447
|
this.handleValueChange(el, el.checked);
|
|
3442
3448
|
}
|
|
3443
3449
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3444
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToggle, isStandalone: true, selector: "ion-toggle", inputs: { checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3450
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToggle, isStandalone: true, selector: "ion-toggle", inputs: { checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3445
3451
|
};
|
|
3446
3452
|
IonToggle = __decorate([
|
|
3447
3453
|
ProxyCmp({
|