@sumaris-net/ngx-components 1.21.2 → 1.21.3
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 +8 -12
- 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/editor.class.js +5 -3
- package/esm2015/src/app/core/form/entity-editor.class.js +5 -11
- package/fesm2015/sumaris-net.ngx-components.js +8 -12
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/core/form/editor.class.d.ts +3 -0
- package/sumaris-net.ngx-components.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -176,6 +176,9 @@ export declare abstract class AppEditor<T = any, ID = number, O = any> implement
|
|
|
176
176
|
protected setError(value: string, opts?: {
|
|
177
177
|
emitEvent?: boolean;
|
|
178
178
|
}): void;
|
|
179
|
+
protected resetError(opts?: {
|
|
180
|
+
emitEvent?: boolean;
|
|
181
|
+
}): void;
|
|
179
182
|
protected markForCheck(): void;
|
|
180
183
|
}
|
|
181
184
|
export declare abstract class AppTabEditor<T = any, ID = number, O = any> extends AppEditor<T, ID, O> implements IAppTabEditor {
|