@elite.framework/ng.core 1.0.17 → 1.0.18
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
|
@@ -1185,6 +1185,7 @@ declare abstract class BaseCrud<T, F = any> {
|
|
|
1185
1185
|
dialogVisible: boolean;
|
|
1186
1186
|
drawerVisible: boolean;
|
|
1187
1187
|
selectedItem: T | any;
|
|
1188
|
+
defaultModel: T | any;
|
|
1188
1189
|
isViewMode: boolean;
|
|
1189
1190
|
isEditMode: boolean;
|
|
1190
1191
|
loadPage(pageIndex: number, pageSize: number): void;
|