@hestia-earth/ui-components 0.42.6 → 0.42.7
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.
package/package.json
CHANGED
|
@@ -4477,7 +4477,7 @@ declare const groupLogsByTerm: (node: IJSONNode, logs: INodeLogs, config: IOrche
|
|
|
4477
4477
|
declare const groupdLogsByKey: (node: IJSONNode, nodeKey: nonBlankNodesKey, logs: INodeLogs, originalValue?: nonBlankNodesTypeValue, recalculatedValue?: nonBlankNodesTypeValue) => (key: string) => INonBlankNodeLog;
|
|
4478
4478
|
declare const groupsLogsByFields: (node: IJSONNode, logs: INodeLogs, originalValue?: Record<string, string | number>, recalculatedValue?: Record<string, string | number>) => (key: string) => INonBlankNodeLog;
|
|
4479
4479
|
declare const modelCount: (blankNodeLogs: IBlankNodeLog[]) => any;
|
|
4480
|
-
declare const logValueArray: (value:
|
|
4480
|
+
declare const logValueArray: (value: unknown) => (string | number | Record<string, string | number>)[];
|
|
4481
4481
|
|
|
4482
4482
|
declare const nodeType: (node?: IJSONNode) => NodeType;
|
|
4483
4483
|
declare const nodeId: (node?: IJSONNode) => string;
|