@sumaris-net/ngx-components 2.4.82 → 2.4.83
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/doc/changelog.md +3 -0
- package/esm2020/src/app/core/form/entity/entity-editor.class.mjs +7 -1
- package/fesm2015/sumaris-net.ngx-components.mjs +6 -0
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +6 -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 +2 -0
|
@@ -29067,6 +29067,12 @@ class AppEntityEditor extends AppTabEditor {
|
|
|
29067
29067
|
get service() {
|
|
29068
29068
|
return this.dataService;
|
|
29069
29069
|
}
|
|
29070
|
+
get autoOpenNextTab() {
|
|
29071
|
+
return this._autoOpenNextTab;
|
|
29072
|
+
}
|
|
29073
|
+
set autoOpenNextTab(value) {
|
|
29074
|
+
this._autoOpenNextTab = value;
|
|
29075
|
+
}
|
|
29070
29076
|
get pathIdAttribute() {
|
|
29071
29077
|
return this._pathIdAttribute;
|
|
29072
29078
|
}
|