nsc-react-component 4.0.5 → 4.0.6

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.
@@ -117,7 +117,7 @@ declare class BasePage extends PureComponent<NSCBaseBageProps, any> {
117
117
  setSearchParams(params: any, callBack: any): void;
118
118
  doSubmit(data: any, label?: string): void;
119
119
  onSelect: (checkedTreeKeys: any) => void;
120
- showForm(value?: any, editorflag?: string): void;
120
+ showForm(value?: any, editorflag?: string, callBack?: any): void;
121
121
  hideForm(): void;
122
122
  setLoading(loading: boolean): void;
123
123
  setEditFormValues(value: any, type?: string): void;
@@ -135,7 +135,7 @@ declare class BasePage extends PureComponent<NSCBaseBageProps, any> {
135
135
  getSearchValues(): any;
136
136
  getChildrenData(data: any, keys?: any[]): any[];
137
137
  renderToolButtons(toolbuttons: any, toolbarFlag: any): React.JSX.Element;
138
- renderCloumnButton(columnButtons: any, record: any): React.JSX.Element[];
138
+ renderCloumnButton(columnButtons: any, rowRecord: any): React.JSX.Element[];
139
139
  treeSelect(selectedKeys: any, obj: any): void;
140
140
  resetSearch(): void;
141
141
  getText(props: any, text: any): any;