fix(form-core): added submitGroup to types definition file
This commit is contained in:
parent
6f08e9296b
commit
a31b7217ba
2 changed files with 7 additions and 1 deletions
5
.changeset/orange-geckos-begin.md
Normal file
5
.changeset/orange-geckos-begin.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/form-core': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Added submitGroup to types definition file for FormGroupMixin.
|
||||||
|
|
@ -8,7 +8,8 @@ import { ValidateHost } from '../validate/ValidateMixinTypes';
|
||||||
|
|
||||||
export declare class FormGroupHost {
|
export declare class FormGroupHost {
|
||||||
protected static _addDescriptionElementIdsToField(): void;
|
protected static _addDescriptionElementIdsToField(): void;
|
||||||
get _inputNode(): HTMLElement;
|
_inputNode: HTMLElement;
|
||||||
|
submitGroup(): void;
|
||||||
resetGroup(): void;
|
resetGroup(): void;
|
||||||
prefilled: boolean;
|
prefilled: boolean;
|
||||||
touched: boolean;
|
touched: boolean;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue