@ionic/angular 8.4.6-dev.11741906766.14c01edc → 8.4.6
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 +1 -8
- package/esm2022/common/overlays/modal.mjs +2 -3
- package/esm2022/directives/proxies.mjs +13 -13
- package/esm2022/standalone/directives/checkbox.mjs +2 -4
- package/esm2022/standalone/directives/radio-group.mjs +3 -3
- package/esm2022/standalone/directives/select.mjs +2 -4
- package/esm2022/standalone/directives/toggle.mjs +2 -4
- package/fesm2022/ionic-angular-common.mjs +1 -9
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular-standalone.mjs +5 -11
- 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,8 +2712,6 @@ const CHECKBOX_INPUTS = [
|
|
|
2712
2712
|
'checked',
|
|
2713
2713
|
'color',
|
|
2714
2714
|
'disabled',
|
|
2715
|
-
'errorText',
|
|
2716
|
-
'helperText',
|
|
2717
2715
|
'indeterminate',
|
|
2718
2716
|
'justify',
|
|
2719
2717
|
'labelPlacement',
|
|
@@ -2752,7 +2750,7 @@ let IonCheckbox = class IonCheckbox extends ValueAccessor {
|
|
|
2752
2750
|
this.handleValueChange(el, el.checked);
|
|
2753
2751
|
}
|
|
2754
2752
|
/** @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 });
|
|
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",
|
|
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 });
|
|
2756
2754
|
};
|
|
2757
2755
|
IonCheckbox = __decorate([
|
|
2758
2756
|
ProxyCmp({
|
|
@@ -2996,7 +2994,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2996
2994
|
args: ['ionInput', ['$event.target']]
|
|
2997
2995
|
}] } });
|
|
2998
2996
|
|
|
2999
|
-
const RADIO_GROUP_INPUTS = ['allowEmptySelection', 'compareWith', '
|
|
2997
|
+
const RADIO_GROUP_INPUTS = ['allowEmptySelection', 'compareWith', 'name', 'value'];
|
|
3000
2998
|
/**
|
|
3001
2999
|
* Pulling the provider into an object and using PURE works
|
|
3002
3000
|
* around an ng-packagr issue that causes
|
|
@@ -3024,7 +3022,7 @@ let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
|
|
|
3024
3022
|
this.handleValueChange(el, el.value);
|
|
3025
3023
|
}
|
|
3026
3024
|
/** @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 });
|
|
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",
|
|
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 });
|
|
3028
3026
|
};
|
|
3029
3027
|
IonRadioGroup = __decorate([
|
|
3030
3028
|
ProxyCmp({
|
|
@@ -3249,10 +3247,8 @@ const SELECT_INPUTS = [
|
|
|
3249
3247
|
'color',
|
|
3250
3248
|
'compareWith',
|
|
3251
3249
|
'disabled',
|
|
3252
|
-
'errorText',
|
|
3253
3250
|
'expandedIcon',
|
|
3254
3251
|
'fill',
|
|
3255
|
-
'helperText',
|
|
3256
3252
|
'interface',
|
|
3257
3253
|
'interfaceOptions',
|
|
3258
3254
|
'justify',
|
|
@@ -3295,7 +3291,7 @@ let IonSelect = class IonSelect extends ValueAccessor {
|
|
|
3295
3291
|
this.handleValueChange(el, el.value);
|
|
3296
3292
|
}
|
|
3297
3293
|
/** @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 });
|
|
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",
|
|
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 });
|
|
3299
3295
|
};
|
|
3300
3296
|
IonSelect = __decorate([
|
|
3301
3297
|
ProxyCmp({
|
|
@@ -3408,8 +3404,6 @@ const TOGGLE_INPUTS = [
|
|
|
3408
3404
|
'color',
|
|
3409
3405
|
'disabled',
|
|
3410
3406
|
'enableOnOffLabels',
|
|
3411
|
-
'errorText',
|
|
3412
|
-
'helperText',
|
|
3413
3407
|
'justify',
|
|
3414
3408
|
'labelPlacement',
|
|
3415
3409
|
'mode',
|
|
@@ -3447,7 +3441,7 @@ let IonToggle = class IonToggle extends ValueAccessor {
|
|
|
3447
3441
|
this.handleValueChange(el, el.checked);
|
|
3448
3442
|
}
|
|
3449
3443
|
/** @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 });
|
|
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",
|
|
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 });
|
|
3451
3445
|
};
|
|
3452
3446
|
IonToggle = __decorate([
|
|
3453
3447
|
ProxyCmp({
|