@wavemaker/app-ng-runtime 11.8.0-next.141671 → 11.8.0-next.141673

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.
@@ -14,6 +14,7 @@ export declare const LIVE_CONSTANTS: {
14
14
  NULL: string;
15
15
  EMPTY: string;
16
16
  };
17
+ export declare function isSearchWidgetType(widget: any): boolean;
17
18
  export declare function performDataOperation(dataSource: any, requestData: any, options: any): Promise<any>;
18
19
  export declare function refreshDataSource(dataSource: any, options: any): Promise<any>;
19
20
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.8.0-next.141671",
3
+ "version": "11.8.0-next.141673",
4
4
  "description": "All modules required for a WaveMaker application.",
5
5
  "main": "index.js",
6
6
  "scripts": {