Add data bag view widget, and editor.

This commit is contained in:
2023-01-25 10:15:58 -06:00
parent 4ac1063bca
commit 1b2512daa1
7 changed files with 854 additions and 1 deletions

View File

@ -23,7 +23,7 @@
export default class DeveloperModeUtils
{
public static revToColor = (fieldName: string, recordId: string, rev: number): string =>
public static revToColor = (fieldName: string, recordId: string | number, rev: number): string =>
{
let hash = 0;
let idFactor = 1;