@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
|
@@ -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;
|