@ni/nimble-angular 33.4.9 → 33.4.10

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": "@ni/nimble-angular",
3
- "version": "33.4.9",
3
+ "version": "33.4.10",
4
4
  "description": "Angular components for the NI Nimble Design System",
5
5
  "type": "module",
6
6
  "exports": {
@@ -18,7 +18,7 @@ type NavigationGuard = (rowRecordId: string | undefined, href: string) => boolea
18
18
  */
19
19
  declare class NimbleTableColumnAnchorNavigationGuardDirective {
20
20
  navigationGuard?: NavigationGuard;
21
- private onDelegatedEvent;
21
+ onDelegatedEvent(delegatedEvent: Event, recordId: string | undefined): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<NimbleTableColumnAnchorNavigationGuardDirective, never>;
23
23
  static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleTableColumnAnchorNavigationGuardDirective, "nimble-table-column-anchor[navigationGuard]", never, { "navigationGuard": { "alias": "navigationGuard"; "required": false; }; }, {}, never, never, false, never>;
24
24
  }