@sumaris-net/ngx-components 2.4.7 → 2.4.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/esm2020/src/app/core/form/entity/entity-editor.class.mjs +4 -1
- package/fesm2015/sumaris-net.ngx-components.mjs +3 -0
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +3 -0
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/form/entity/entity-editor.class.d.ts +1 -0
|
@@ -27979,6 +27979,9 @@ class AppEntityEditor extends AppTabEditor {
|
|
|
27979
27979
|
get service() {
|
|
27980
27980
|
return this.dataService;
|
|
27981
27981
|
}
|
|
27982
|
+
get pathIdAttribute() {
|
|
27983
|
+
return this._pathIdAttribute;
|
|
27984
|
+
}
|
|
27982
27985
|
ngOnInit() {
|
|
27983
27986
|
super.ngOnInit();
|
|
27984
27987
|
// Defaults
|