@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
|
@@ -602,7 +602,7 @@ let IxCheckbox = class IxCheckbox {
|
|
|
602
602
|
this.z = z;
|
|
603
603
|
c.detach();
|
|
604
604
|
this.el = r.nativeElement;
|
|
605
|
-
proxyOutputs(this, this.el, ['checkedChange', 'valueChange']);
|
|
605
|
+
proxyOutputs(this, this.el, ['checkedChange', 'valueChange', 'ixBlur']);
|
|
606
606
|
}
|
|
607
607
|
/** @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 });
|
|
608
608
|
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCheckbox, isStandalone: true, 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 });
|
|
@@ -1524,7 +1524,7 @@ IxInput = __decorate([
|
|
|
1524
1524
|
ProxyCmp({
|
|
1525
1525
|
defineCustomElementFn: defineCustomElement$M,
|
|
1526
1526
|
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'type', 'validText', 'value', 'warningText'],
|
|
1527
|
-
methods: ['getNativeInputElement', 'focusInput']
|
|
1527
|
+
methods: ['getNativeInputElement', 'getValidityState', 'focusInput']
|
|
1528
1528
|
})
|
|
1529
1529
|
], IxInput);
|
|
1530
1530
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInput, decorators: [{
|
|
@@ -2233,12 +2233,12 @@ let IxNumberInput = class IxNumberInput {
|
|
|
2233
2233
|
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
|
|
2234
2234
|
}
|
|
2235
2235
|
/** @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 });
|
|
2236
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxNumberInput, isStandalone: true, 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 });
|
|
2236
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxNumberInput, isStandalone: true, 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 });
|
|
2237
2237
|
};
|
|
2238
2238
|
IxNumberInput = __decorate([
|
|
2239
2239
|
ProxyCmp({
|
|
2240
2240
|
defineCustomElementFn: defineCustomElement$19,
|
|
2241
|
-
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2241
|
+
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'step', 'validText', 'value', 'warningText'],
|
|
2242
2242
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2243
2243
|
})
|
|
2244
2244
|
], IxNumberInput);
|
|
@@ -2249,7 +2249,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2249
2249
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2250
2250
|
template: '<ng-content></ng-content>',
|
|
2251
2251
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2252
|
-
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2252
|
+
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'step', 'validText', 'value', 'warningText'],
|
|
2253
2253
|
standalone: true
|
|
2254
2254
|
}]
|
|
2255
2255
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -2402,15 +2402,15 @@ let IxRadio = class IxRadio {
|
|
|
2402
2402
|
this.z = z;
|
|
2403
2403
|
c.detach();
|
|
2404
2404
|
this.el = r.nativeElement;
|
|
2405
|
-
proxyOutputs(this, this.el, ['checkedChange', 'valueChange']);
|
|
2405
|
+
proxyOutputs(this, this.el, ['checkedChange', 'valueChange', 'ixBlur']);
|
|
2406
2406
|
}
|
|
2407
2407
|
/** @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 });
|
|
2408
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRadio, isStandalone: true, 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 });
|
|
2408
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRadio, isStandalone: true, 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 });
|
|
2409
2409
|
};
|
|
2410
2410
|
IxRadio = __decorate([
|
|
2411
2411
|
ProxyCmp({
|
|
2412
2412
|
defineCustomElementFn: defineCustomElement$1f,
|
|
2413
|
-
inputs: ['checked', 'disabled', 'label', 'name', 'value']
|
|
2413
|
+
inputs: ['checked', 'disabled', 'label', 'name', 'required', 'value']
|
|
2414
2414
|
})
|
|
2415
2415
|
], IxRadio);
|
|
2416
2416
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadio, decorators: [{
|
|
@@ -2420,7 +2420,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2420
2420
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2421
2421
|
template: '<ng-content></ng-content>',
|
|
2422
2422
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2423
|
-
inputs: ['checked', 'disabled', 'label', 'name', 'value'],
|
|
2423
|
+
inputs: ['checked', 'disabled', 'label', 'name', 'required', 'value'],
|
|
2424
2424
|
standalone: true
|
|
2425
2425
|
}]
|
|
2426
2426
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -2836,7 +2836,7 @@ let IxToggle = class IxToggle {
|
|
|
2836
2836
|
this.z = z;
|
|
2837
2837
|
c.detach();
|
|
2838
2838
|
this.el = r.nativeElement;
|
|
2839
|
-
proxyOutputs(this, this.el, ['checkedChange']);
|
|
2839
|
+
proxyOutputs(this, this.el, ['checkedChange', 'ixBlur']);
|
|
2840
2840
|
}
|
|
2841
2841
|
/** @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 });
|
|
2842
2842
|
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToggle, isStandalone: true, 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 });
|