@one-paragon/angular-utilities 2.3.2 → 2.3.3

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/index.d.ts CHANGED
@@ -1042,6 +1042,7 @@ declare class TableStore extends ComponentStore<TableState> {
1042
1042
  keys: string[];
1043
1043
  }>) => rxjs.Subscription;
1044
1044
  readonly setLinkMaps: (() => void) | ((observableOrValue: any) => rxjs.Subscription);
1045
+ updateRowProps: (observableOrValue: Pick<NotPersistedTableSettings, "rowClasses" | "rowStyles" | "rowClick"> | Observable<Pick<NotPersistedTableSettings, "rowClasses" | "rowStyles" | "rowClick">>) => rxjs.Subscription;
1045
1046
  on: <V>(srcObservable: Observable<V>, func: (obj: V) => void) => this;
1046
1047
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableStore, never>;
1047
1048
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<TableStore>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-paragon/angular-utilities",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "20.0.3",
6
6
  "@angular/core": "20.0.3",