nuxeo-development-framework 1.7.2 → 1.7.3
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/nuxeo-development-framework.umd.js +4 -0
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component.js +5 -1
- package/fesm2015/nuxeo-development-framework.js +4 -0
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -8250,6 +8250,10 @@
|
|
|
8250
8250
|
this.onChange(this.dateString);
|
|
8251
8251
|
this.valueChanged.emit(this.dateString);
|
|
8252
8252
|
}
|
|
8253
|
+
else {
|
|
8254
|
+
this.onChange(null),
|
|
8255
|
+
this.valueChanged.emit(null);
|
|
8256
|
+
}
|
|
8253
8257
|
};
|
|
8254
8258
|
DynamicFormHijriDateitemComponent.prototype.isRequired = function () {
|
|
8255
8259
|
var _a;
|