@elite.framework/ng.core 1.0.54 → 1.0.56
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.
package/index.d.ts
CHANGED
|
@@ -1245,7 +1245,6 @@ declare abstract class BaseCrud<T, F = any> {
|
|
|
1245
1245
|
displayMode: string;
|
|
1246
1246
|
loadPage(pageIndex: number, pageSize: number): void;
|
|
1247
1247
|
onSearch(filters?: any): void;
|
|
1248
|
-
visibleChange(value: boolean): void;
|
|
1249
1248
|
onPageChange(event: {
|
|
1250
1249
|
first?: number;
|
|
1251
1250
|
rows?: number;
|
|
@@ -1253,6 +1252,7 @@ declare abstract class BaseCrud<T, F = any> {
|
|
|
1253
1252
|
filters?: Record<string, any>;
|
|
1254
1253
|
}): void;
|
|
1255
1254
|
protected openEditor(item: T | null, mode: string): void;
|
|
1255
|
+
visibleChange(value: boolean): void;
|
|
1256
1256
|
onTableAction(event: {
|
|
1257
1257
|
name: string;
|
|
1258
1258
|
row: T | null;
|