@siemens/ix-angular 3.0.0-alpha.3 → 3.0.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/components.d.ts +26 -15
- package/esm2022/components.mjs +11 -11
- package/esm2022/standalone/components.mjs +11 -11
- package/fesm2022/siemens-ix-angular-standalone.mjs +10 -10
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +10 -10
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/package.json +3 -3
- package/standalone/components.d.ts +26 -15
|
@@ -466,7 +466,7 @@ let IxCheckbox = class IxCheckbox {
|
|
|
466
466
|
this.z = z;
|
|
467
467
|
c.detach();
|
|
468
468
|
this.el = r.nativeElement;
|
|
469
|
-
proxyOutputs(this, this.el, ['checkedChange', 'valueChange']);
|
|
469
|
+
proxyOutputs(this, this.el, ['checkedChange', 'valueChange', 'ixBlur']);
|
|
470
470
|
}
|
|
471
471
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
472
472
|
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCheckbox, selector: "ix-checkbox", inputs: { checked: "checked", disabled: "disabled", indeterminate: "indeterminate", label: "label", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
@@ -1318,7 +1318,7 @@ let IxInput = class IxInput {
|
|
|
1318
1318
|
IxInput = __decorate([
|
|
1319
1319
|
ProxyCmp({
|
|
1320
1320
|
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'type', 'validText', 'value', 'warningText'],
|
|
1321
|
-
methods: ['getNativeInputElement', 'focusInput']
|
|
1321
|
+
methods: ['getNativeInputElement', 'getValidityState', 'focusInput']
|
|
1322
1322
|
})
|
|
1323
1323
|
], IxInput);
|
|
1324
1324
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInput, decorators: [{
|
|
@@ -1975,11 +1975,11 @@ let IxNumberInput = class IxNumberInput {
|
|
|
1975
1975
|
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
|
|
1976
1976
|
}
|
|
1977
1977
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1978
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxNumberInput, selector: "ix-number-input", inputs: { allowedCharactersPattern: "allowedCharactersPattern", disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showStepperButtons: "showStepperButtons", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1978
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxNumberInput, selector: "ix-number-input", inputs: { allowedCharactersPattern: "allowedCharactersPattern", disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showStepperButtons: "showStepperButtons", showTextAsTooltip: "showTextAsTooltip", step: "step", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1979
1979
|
};
|
|
1980
1980
|
IxNumberInput = __decorate([
|
|
1981
1981
|
ProxyCmp({
|
|
1982
|
-
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
1982
|
+
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'step', 'validText', 'value', 'warningText'],
|
|
1983
1983
|
methods: ['getNativeInputElement', 'focusInput']
|
|
1984
1984
|
})
|
|
1985
1985
|
], IxNumberInput);
|
|
@@ -1990,7 +1990,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1990
1990
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1991
1991
|
template: '<ng-content></ng-content>',
|
|
1992
1992
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1993
|
-
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
1993
|
+
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'step', 'validText', 'value', 'warningText'],
|
|
1994
1994
|
}]
|
|
1995
1995
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1996
1996
|
let IxPagination = class IxPagination {
|
|
@@ -2132,14 +2132,14 @@ let IxRadio = class IxRadio {
|
|
|
2132
2132
|
this.z = z;
|
|
2133
2133
|
c.detach();
|
|
2134
2134
|
this.el = r.nativeElement;
|
|
2135
|
-
proxyOutputs(this, this.el, ['checkedChange', 'valueChange']);
|
|
2135
|
+
proxyOutputs(this, this.el, ['checkedChange', 'valueChange', 'ixBlur']);
|
|
2136
2136
|
}
|
|
2137
2137
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2138
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRadio, selector: "ix-radio", inputs: { checked: "checked", disabled: "disabled", label: "label", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2138
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRadio, selector: "ix-radio", inputs: { checked: "checked", disabled: "disabled", label: "label", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2139
2139
|
};
|
|
2140
2140
|
IxRadio = __decorate([
|
|
2141
2141
|
ProxyCmp({
|
|
2142
|
-
inputs: ['checked', 'disabled', 'label', 'name', 'value']
|
|
2142
|
+
inputs: ['checked', 'disabled', 'label', 'name', 'required', 'value']
|
|
2143
2143
|
})
|
|
2144
2144
|
], IxRadio);
|
|
2145
2145
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadio, decorators: [{
|
|
@@ -2149,7 +2149,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2149
2149
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2150
2150
|
template: '<ng-content></ng-content>',
|
|
2151
2151
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2152
|
-
inputs: ['checked', 'disabled', 'label', 'name', 'value'],
|
|
2152
|
+
inputs: ['checked', 'disabled', 'label', 'name', 'required', 'value'],
|
|
2153
2153
|
}]
|
|
2154
2154
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2155
2155
|
let IxRadioGroup = class IxRadioGroup {
|
|
@@ -2535,7 +2535,7 @@ let IxToggle = class IxToggle {
|
|
|
2535
2535
|
this.z = z;
|
|
2536
2536
|
c.detach();
|
|
2537
2537
|
this.el = r.nativeElement;
|
|
2538
|
-
proxyOutputs(this, this.el, ['checkedChange']);
|
|
2538
|
+
proxyOutputs(this, this.el, ['checkedChange', 'ixBlur']);
|
|
2539
2539
|
}
|
|
2540
2540
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2541
2541
|
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToggle, selector: "ix-toggle", inputs: { checked: "checked", disabled: "disabled", hideText: "hideText", indeterminate: "indeterminate", name: "name", required: "required", textIndeterminate: "textIndeterminate", textOff: "textOff", textOn: "textOn", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|