@nettyapps/ntybase 21.1.7 → 21.1.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nettyapps/ntybase",
3
- "version": "21.1.7",
3
+ "version": "21.1.9",
4
4
  "description": "This library provides foundational services and components for NettyApps Angular applications.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -362,8 +362,12 @@ declare abstract class NettyAgGridBase<T extends NettyEntityBaseInterface<T>> ex
362
362
  * Handle back button click
363
363
  */
364
364
  backClicked(): void;
365
- /** Set data into the grid */
366
- setData(data: T[], initialize?: boolean): void;
365
+ /**
366
+ * Set data into the grid
367
+ * @param data Array of records to set
368
+ * @param hideWarning hide the warning message if no records found
369
+ */
370
+ setData(data: T[], hideWarning?: boolean): void;
367
371
  setAccessRights(forLog?: boolean): Promise<boolean>;
368
372
  /**
369
373
  * Get stored filter mode from local storage