@ws-ui/shared 0.1.20 → 0.1.21

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.
@@ -314,7 +314,7 @@ declare namespace datasources {
314
314
  howmany: number,
315
315
  propertyStr: string,
316
316
  ): Promise<T[]>;
317
- orderBy(attrs: string): Promise<null>;
317
+ orderBy(attrs: string, settings?: any): Promise<null>;
318
318
  getValueAsParam(property?: string, settings?: any): Promise<null>;
319
319
  getDataType(): null;
320
320
  setValue<T = any>(
@@ -331,6 +331,7 @@ declare namespace datasources {
331
331
  static createRequestOptimization(ns?: string): void;
332
332
  formatValue(value: any): typeof value;
333
333
  getStamp(): number;
334
+ getPageSize(): number;
334
335
  touch(): void;
335
336
  getParentSource(): this;
336
337
  getDataClass(): DataClass;