@sumaris-net/ngx-components 1.20.39 → 1.20.41
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 +47 -16
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +2 -2
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/form/entity-editor-modal.class.js +17 -6
- package/esm2015/src/app/core/services/platform.service.js +5 -3
- package/esm2015/src/app/shared/upload-file/upload-file.component.js +1 -1
- package/fesm2015/sumaris-net.ngx-components.js +21 -8
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/core/form/entity-editor-modal.class.d.ts +1 -0
- package/sumaris-net.ngx-components.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -100,6 +100,7 @@ export declare abstract class AppEntityEditorModal<T extends Entity<T, ID>, ID =
|
|
|
100
100
|
protected abstract setValue(data: T): Promise<void> | void;
|
|
101
101
|
protected abstract get form(): FormGroup;
|
|
102
102
|
protected abstract getFirstInvalidTabIndex(): number;
|
|
103
|
+
protected saveDirtyTables(): Promise<boolean>;
|
|
103
104
|
protected waitWhilePending(opts?: WaitForOptions): Promise<void>;
|
|
104
105
|
protected getValue(): Promise<T>;
|
|
105
106
|
protected getJsonValueToSave(): Promise<any>;
|