@sumaris-net/ngx-components 2.4.92 → 2.4.95
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/esm2020/src/app/core/form/form.class.mjs +1 -1
- package/esm2020/src/app/core/services/platform.service.mjs +4 -2
- package/esm2020/src/app/shared/material/boolean/material.boolean.mjs +3 -3
- package/fesm2015/sumaris-net.ngx-components.mjs +5 -3
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +5 -3
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/form/form.class.d.ts +1 -1
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@ import { MatAutocompleteConfigHolder, MatAutocompleteFieldAddOptions, MatAutocom
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare abstract class AppForm<T> implements IAppForm, OnInit, OnDestroy, IFormControlPathTranslator {
|
|
12
12
|
private _subscription;
|
|
13
|
-
|
|
13
|
+
protected _form: UntypedFormGroup;
|
|
14
14
|
protected _enable: boolean;
|
|
15
15
|
protected errorTranslator: FormErrorTranslator;
|
|
16
16
|
protected i18nFieldPrefix: string;
|