@easy-page/react-ui
Advanced tools
Comparing version 1.0.46 to 1.0.47
{ | ||
"name": "@easy-page/react-ui", | ||
"version": "1.0.46", | ||
"version": "1.0.47", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
@@ -13,5 +13,8 @@ import { UIEngineNodeHandler } from '@easy-page/core'; | ||
constructor(props: EasyPageProps<PageState, PageProps & DefaultPageProps<PageState>, DefaultValues>); | ||
componentDidMount(): void; | ||
componentWillUnmount: () => void; | ||
shouldComponentUpdate: (nextProps: EasyPageProps<any, any, any>) => boolean; | ||
/** | ||
* - 千万别有这个空方法,会导致组件莫名被卸载 | ||
* - 坑爹 BUG,找了 4 个小时 | ||
*/ | ||
componentWillUnmount(): void; | ||
shouldComponentUpdate(nextProps: EasyPageProps<any, any, any>): boolean; | ||
private isForm; | ||
@@ -34,3 +37,3 @@ /** | ||
renderNormalDom: UIEngineNodeHandler<PageState, PageProps & DefaultPageProps<PageState>>; | ||
render: () => string | number | true | React.ReactElement<any, any> | Iterable<React.ReactNode> | null; | ||
render(): string | number | true | React.ReactElement<any, any> | Iterable<React.ReactNode> | null; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
@liveblocks/react-ui |
5474
0
1013394