Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@easy-page/react-ui

Package Overview
Dependencies
Maintainers
0
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easy-page/react-ui - npm Package Compare versions

Comparing version 1.0.50 to 1.0.51

14

devStateDebugger/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc