@cqa-lib/cqa-ui 1.1.418 → 1.1.419

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.
@@ -43,6 +43,10 @@ export declare class TableActionToolbarComponent {
43
43
  get selectionLabel(): string;
44
44
  visibleActions(): TableAction[];
45
45
  isDisabled(action: TableAction): boolean;
46
+ /**
47
+ * Keep first click actionable by preventing pointer down from being used only for focus transfer.
48
+ */
49
+ onActionMouseDown(event: MouseEvent, action: TableAction): void;
46
50
  onAction(action: TableAction): void;
47
51
  onSelectAllChange(checked: boolean): void;
48
52
  onDismiss(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.418",
3
+ "version": "1.1.419",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",