Add Timeline component (#2535)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-01-24 20:43:06 +07:00
committed by GitHub
parent ba8ab45dc2
commit 8a5b84802c
20 changed files with 1469 additions and 126 deletions
+1 -2
View File
@@ -87,8 +87,7 @@ export default mergeIds(viewId, view, {
General: '' as IntlString,
Navigation: '' as IntlString,
Editor: '' as IntlString,
MarkdownFormatting: '' as IntlString,
List: '' as IntlString
MarkdownFormatting: '' as IntlString
},
function: {
FilterObjectInResult: '' as Resource<(filter: Filter, onUpdate: () => void) => Promise<ObjQueryType<any>>>,