ecabs-components 0.0.41 → 0.0.42
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/esm2020/lib/ecabs-input/ecabs-input.component.mjs +1 -6
- package/fesm2015/ecabs-components.mjs +0 -6
- package/fesm2015/ecabs-components.mjs.map +1 -1
- package/fesm2020/ecabs-components.mjs +0 -5
- package/fesm2020/ecabs-components.mjs.map +1 -1
- package/lib/ecabs-input/ecabs-input.component.d.ts +0 -1
- package/package.json +1 -1
|
@@ -592,13 +592,8 @@ class EcabsInputComponent extends ElementBaseComponent {
|
|
|
592
592
|
this.onTouch = fn;
|
|
593
593
|
}
|
|
594
594
|
blurChange(e) {
|
|
595
|
-
console.log(`2232`);
|
|
596
595
|
this.onblur.emit(e);
|
|
597
596
|
}
|
|
598
|
-
getUpdateOn() {
|
|
599
|
-
console.log(this.getData()?.control);
|
|
600
|
-
return { updateOn: this.getData()?.control?.updateOn ? this.getData().control.updateOn : 'change' };
|
|
601
|
-
}
|
|
602
597
|
}
|
|
603
598
|
EcabsInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: EcabsInputComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
604
599
|
EcabsInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: EcabsInputComponent, selector: "ecabs-input", inputs: { digitsOnly: "digitsOnly", allowDecimal: "allowDecimal", allowHyphen: "allowHyphen", max: "max", step: "step" }, outputs: { onblur: "onblur" }, providers: [
|