@nettyapps/ntybase 21.1.14 → 21.1.15

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.14",
3
+ "version": "21.1.15",
4
4
  "description": "This library provides foundational services and components for NettyApps Angular applications.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -433,6 +433,7 @@ declare abstract class NettyAgGridBase<T extends NettyEntityBaseInterface<T>> ex
433
433
  toggleFilterMode(): void;
434
434
  setAgGridTranslations(): void;
435
435
  initAgGrid_extension(): void;
436
+ onShowHideColumns(): void;
436
437
  isHidden(isEmbeddedHide: boolean, isVisibleHide: boolean): boolean;
437
438
  logInputs(message: string): void;
438
439
  logAuthentication(message: string): void;