@sumaris-net/ngx-components 18.23.65 → 18.23.67
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/esm2022/src/app/core/menu/menu.model.mjs +1 -2
- package/esm2022/src/app/shared/material/datetime/material.datetime.mjs +3 -1
- package/fesm2022/sumaris-net.ngx-components.mjs +2 -1
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
|
@@ -11673,6 +11673,8 @@ class MatDateTime {
|
|
|
11673
11673
|
if (this.dateControl.dirty || this.timeControl.dirty) {
|
|
11674
11674
|
this._formControl.markAsDirty();
|
|
11675
11675
|
}
|
|
11676
|
+
// Reset model value
|
|
11677
|
+
this.emitChange(null);
|
|
11676
11678
|
this._writing = false;
|
|
11677
11679
|
return;
|
|
11678
11680
|
}
|
|
@@ -31737,7 +31739,6 @@ let MenuItem = class MenuItem extends Entity {
|
|
|
31737
31739
|
matSvgIcon;
|
|
31738
31740
|
fromObject(source, opts) {
|
|
31739
31741
|
this.id = source.id;
|
|
31740
|
-
console.log('source', source);
|
|
31741
31742
|
this.title = source.title;
|
|
31742
31743
|
this.titleProperty = source.titleProperty;
|
|
31743
31744
|
this.titleArgs = source.titleArgs;
|