@mozaic-ds/angular 2.0.42 → 2.0.43

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": "@mozaic-ds/angular",
3
- "version": "2.0.42",
3
+ "version": "2.0.43",
4
4
  "type": "module",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20.3.15",
@@ -2837,6 +2837,7 @@ declare class MozGridComponent<T = unknown> {
2837
2837
  onExportCsv(): void;
2838
2838
  onGroupClick(): void;
2839
2839
  private applyGroupResult;
2840
+ onKeyboardShortcutsClick(): void;
2840
2841
  private static readonly DENSITY_ROW_HEIGHT;
2841
2842
  onSettingsClick(): void;
2842
2843
  private applySettings;