@easy-page/react-ui
Advanced tools
Comparing version 1.0.43 to 1.0.44
@@ -24,2 +24,8 @@ import { DefaultValueSource } from './const'; | ||
printDefaultValueLog(id: string): void; | ||
/** | ||
* - 设置字段的默认值 | ||
* - Debugger 日志全部存储于:(window as any)[this.debuggerId] | ||
* - 字段的默认值存储日志的 key: `${id}_value_log` | ||
* - 字段的值存储的日志:`${id}` | ||
*/ | ||
setValuesInfo(logsInfo: Record<string, DefaultValueInfo[]>): void; | ||
@@ -26,0 +32,0 @@ getStore(): Record<string, LoggerInfo[] | DefaultValueInfo[]>; |
{ | ||
"name": "@easy-page/react-ui", | ||
"version": "1.0.43", | ||
"version": "1.0.44", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1013098
5455