@sumaris-net/ngx-components 18.26.8 → 18.26.10
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 +4 -0
- package/esm2022/src/app/core/form/entity/entity-editor.class.mjs +7 -1
- package/esm2022/src/app/core/table/async-table.class.mjs +1 -1
- package/esm2022/src/app/core/table/table.class.mjs +1 -1
- package/fesm2022/sumaris-net.ngx-components.mjs +6 -0
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/form/entity/entity-editor.class.d.ts +3 -1
- package/src/app/core/table/async-table.class.d.ts +1 -1
- package/src/app/core/table/table.class.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
|
@@ -48512,6 +48512,12 @@ class AppEntityEditor extends AppTabEditor {
|
|
|
48512
48512
|
set autoOpenNextTab(value) {
|
|
48513
48513
|
this._autoOpenNextTab = value;
|
|
48514
48514
|
}
|
|
48515
|
+
get autoUpdateRoute() {
|
|
48516
|
+
return this._autoUpdateRoute;
|
|
48517
|
+
}
|
|
48518
|
+
set autoUpdateRoute(value) {
|
|
48519
|
+
this._autoUpdateRoute = value;
|
|
48520
|
+
}
|
|
48515
48521
|
get pathIdAttribute() {
|
|
48516
48522
|
return this._pathIdAttribute;
|
|
48517
48523
|
}
|