Adding some LitElements including DynamicTableFormElement

This commit is contained in:
Mehdi Benadel
2024-05-13 02:14:22 +02:00
parent 2638e137b3
commit 0fe9fb4dca
8 changed files with 490 additions and 53 deletions

View File

@ -14,7 +14,7 @@ import { getBaseRoute } from '../../../../utils/uri'
async function getConfigurationChannelViewData (
registerClientOptions: RegisterClientOptions,
channelId: string
): Promise<Object> {
): Promise<{[key: string] : any}> {
if (!channelId || !/^\d+$/.test(channelId)) {
throw new Error('Missing or invalid channel id.')
}