@sumaris-net/ngx-components 1.8.0 → 1.8.1
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 +5 -1
- 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/doc/changelog.md +2 -1
- package/esm2015/src/app/core/form/entity-editor.class.js +5 -1
- package/esm2015/src/app/core/services/base-entity-service.class.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js +5 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/core/form/entity-editor.class.d.ts +1 -1
package/package.json
CHANGED
|
@@ -139,7 +139,7 @@ export declare abstract class AppEntityEditor<T extends Entity<T, ID>, S extends
|
|
|
139
139
|
emitEvent?: boolean;
|
|
140
140
|
detailsCssClass?: string;
|
|
141
141
|
}): void;
|
|
142
|
-
|
|
142
|
+
canUserWrite(data: T, opts?: any): boolean;
|
|
143
143
|
protected abstract registerForms(): any;
|
|
144
144
|
protected abstract computeTitle(data: T): Promise<string>;
|
|
145
145
|
protected abstract setValue(data: T): Promise<void> | void;
|