ng-inail-common 2.0.30-beta.4 → 2.0.30-beta.5
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/bundles/ng-inail-common.umd.js +2 -0
- package/bundles/ng-inail-common.umd.js.map +1 -1
- package/bundles/ng-inail-common.umd.min.js +1 -1
- package/bundles/ng-inail-common.umd.min.js.map +1 -1
- package/esm2015/lib/components/core/form/input-date/input-date.component.js +3 -1
- package/fesm2015/ng-inail-common.js +2 -0
- package/fesm2015/ng-inail-common.js.map +1 -1
- package/ng-inail-common.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -4155,6 +4155,8 @@
|
|
|
4155
4155
|
if (changes.value && !changes.value.firstChange) {
|
|
4156
4156
|
this.hasError = false;
|
|
4157
4157
|
this.error = undefined;
|
|
4158
|
+
this.hasErrorChange.emit(this.hasError);
|
|
4159
|
+
this.errorChange.emit(this.error);
|
|
4158
4160
|
}
|
|
4159
4161
|
// Se cambiano le options o gli array delle date abilitate/disabilitate
|
|
4160
4162
|
// reinizializzo il componente
|