antd-management-fast-component 2.6.166 → 2.6.167
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.
|
@@ -124,6 +124,11 @@ export class AbstractComponent extends Component<any, any, any> {
|
|
|
124
124
|
* @param {*} message
|
|
125
125
|
*/
|
|
126
126
|
logCallTrace(data: any, ...messages: any[]): void;
|
|
127
|
+
/**
|
|
128
|
+
* log call result
|
|
129
|
+
* @param {*} message
|
|
130
|
+
*/
|
|
131
|
+
logCallResult(data: any, ...messages: any[]): void;
|
|
127
132
|
buildOverloadErrorText(...texts: any[]): string;
|
|
128
133
|
renderFurther(): null;
|
|
129
134
|
setPageValue(o: any): void;
|