@easy-page/react-ui
Advanced tools
Comparing version 1.0.50 to 1.0.51
@@ -23,12 +23,12 @@ import { DefaultValueSource } from './const'; | ||
getFieldKey(id: string): string; | ||
printDefaultValueLog(id: string): void; | ||
printDefaultValueLog: (id: string) => void; | ||
setValuesInfo(logsInfo: Record<string, DefaultValueInfo[]>): void; | ||
getStore(): Record<string, LoggerInfo[] | DefaultValueInfo[]>; | ||
setStore(id: string, loggs: LoggerInfo[]): void; | ||
printLogs(id: string): void; | ||
prepareValue(val: any): any; | ||
addOnChange(id: string, value: any, { triggerSence, }: { | ||
getStore: () => Record<string, DefaultValueInfo[] | LoggerInfo[]>; | ||
setStore: (id: string, loggs: LoggerInfo[]) => void; | ||
printLogs: (id: string) => void; | ||
prepareValue: (val: any) => any; | ||
addOnChange: (id: string, value: any, { triggerSence, }: { | ||
triggerSence: string; | ||
}): void; | ||
}) => void; | ||
} | ||
export * from './const'; |
{ | ||
"name": "@easy-page/react-ui", | ||
"version": "1.0.50", | ||
"version": "1.0.51", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
@@ -13,2 +13,3 @@ import { UIEngineNodeHandler } from '@easy-page/core'; | ||
constructor(props: EasyPageProps<PageState, PageProps & DefaultPageProps<PageState>, DefaultValues>); | ||
componentDidMount(): void; | ||
componentWillUnmount(): void; | ||
@@ -15,0 +16,0 @@ shouldComponentUpdate(nextProps: EasyPageProps<any, any, any>): boolean; |
@@ -27,3 +27,3 @@ /// <reference types="react" /> | ||
value: Partial<PageState>; | ||
/** 这样会卡顿,用户通过 formUtil 自行获取 */ | ||
values: Record<string, any>; | ||
oriFormData: Partial<PageState>; | ||
@@ -30,0 +30,0 @@ formUtil?: FormUtil<PageState> | null; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1011249
5432