@ws-ui/shared 0.2.20 → 0.2.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.
@@ -315,6 +315,7 @@ declare namespace datasources {
315
315
  added: string,
316
316
  ): string | Promise<string>;
317
317
  buildEntitySettings(existingSettings?: any): any;
318
+ buildSelectionSettings(existingSettings?: any): any;
318
319
  fireEvent(eventType: string, data?: any): void;
319
320
  addListener(eventType: string, callback: Function): void;
320
321
  removeListener(eventType: string, callback: Function): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/shared",
3
3
  "private": false,
4
- "version": "0.2.20",
4
+ "version": "0.2.21",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",