@archbase/data 4.0.18 → 4.0.20
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.
|
Binary file
|
|
@@ -101,6 +101,7 @@ export declare class ArchbaseRemoteDataSourceV2<T> implements IArchbaseDataSourc
|
|
|
101
101
|
*
|
|
102
102
|
* @param options Opções de refresh incluindo página, filtro e ordenação
|
|
103
103
|
*/
|
|
104
|
+
private _isLoadingData;
|
|
104
105
|
refreshData(options?: {
|
|
105
106
|
currentPage?: number;
|
|
106
107
|
pageSize?: number;
|