@sumaris-net/ngx-components 1.20.7 → 1.20.8
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/sumaris-net.ngx-components.umd.js +1 -0
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/icon/icon.component.js +1 -1
- package/esm2015/src/app/core/services/model/referential.model.js +2 -1
- package/esm2015/src/app/shared/graph/colors.utils.js +1 -1
- package/fesm2015/sumaris-net.ngx-components.js +1 -0
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/core/icon/icon.component.d.ts +3 -2
- package/src/app/core/services/model/referential.model.d.ts +1 -0
- package/sumaris-net.ngx-components.metadata.json +1 -1
- package/esm2015/src/app/shared/colors.utils.js +0 -2
- package/src/app/shared/colors.utils.d.ts +0 -3
|
@@ -14879,6 +14879,7 @@
|
|
|
14879
14879
|
this.entityName = source.entityName || this.entityName;
|
|
14880
14880
|
this.label = source.label;
|
|
14881
14881
|
this.name = source.name;
|
|
14882
|
+
this.description = source.description;
|
|
14882
14883
|
this.statusId = source.statusId;
|
|
14883
14884
|
this.levelId = source.levelId;
|
|
14884
14885
|
};
|