@sumaris-net/ngx-components 2.4.42 → 2.4.43

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.
@@ -15617,7 +15617,7 @@ class BaseReferential extends Entity {
15617
15617
  let Referential = class Referential extends BaseReferential {
15618
15618
  fromObject(source, opts) {
15619
15619
  super.fromObject(source, opts);
15620
- this.properties = source.meta && { ...source.meta } || undefined;
15620
+ this.properties = source.properties && { ...source.properties } || undefined;
15621
15621
  }
15622
15622
  asObject(opts) {
15623
15623
  const target = super.asObject(opts);