@devtable/dashboard 13.21.0 → 13.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { TDashboardState, VariableValueMap } from '../../../../model';
|
|
2
|
+
import { MonacoEditorRestriction } from '../../function-editor';
|
|
2
3
|
export declare const DefaultDynamicColorFuncLines: string[];
|
|
3
4
|
export declare const DefaultDynamicColorFunc: string;
|
|
5
|
+
export declare function getDynamicColorRestrictions(code: string): MonacoEditorRestriction[];
|
|
4
6
|
export declare const trimDynamicColorFunc: (raw: string) => string;
|
|
5
7
|
export declare const completeDynamicColorFunc: (trimmed: string) => string;
|
|
6
8
|
export declare const hashID: (size: number) => string;
|