| | |
| | | GetCrudForm: (type: string | undefined,) => [] | {}; |
| | | GetBaseForm: () => [] | {}; |
| | | GetBaseCards: (type: string | undefined) => []; |
| | | OthersValues: (val: string, id: string) => {}; |
| | | KeyFieldValues: (val: string, id: string) => {}; |
| | | GetTitle: (type: string | undefined) => {}; |
| | | GetCrudColSlots: () => []; |
| | | nodeChange: ({}) => void; |
| | |
| | | GetSlots: (type: string | undefined) => {}; |
| | | GenerateHtml: (type: string | null) => HTMLElement | null; |
| | | CustFunc: (type: string | undefined, ...args) => void | any; |
| | | SubmitAll: (data: Ref<any[]>) => void | any; |
| | | } |