@sumaris-net/ngx-components 0.27.9 → 0.27.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/bundles/sumaris-net.ngx-components.umd.js +8 -0
- 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/esm2015/src/app/core/form/form.class.js +4 -1
- package/esm2015/src/app/core/table/table.class.js +2 -1
- package/fesm2015/sumaris-net.ngx-components.js +4 -0
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/core/form/form.class.d.ts +1 -0
- package/sumaris-net.ngx-components.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -25,6 +25,7 @@ export declare abstract class AppForm<T> implements IAppForm, OnInit, OnDestroy,
|
|
|
25
25
|
debug: boolean;
|
|
26
26
|
tabindex: number;
|
|
27
27
|
errorTranslatorOptions: FormErrorTranslatorOptions;
|
|
28
|
+
protected get _ready(): boolean;
|
|
28
29
|
get value(): any;
|
|
29
30
|
set value(data: any);
|
|
30
31
|
get dirty(): boolean;
|