@porscheinformatik/material-addons 10.3.1 → 10.3.4

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.
@@ -3,4 +3,5 @@ export interface ColumnHeader {
3
3
  isSortable?: boolean;
4
4
  dataPropertyName: string;
5
5
  isRightAligned?: boolean;
6
+ isSticky?: boolean;
6
7
  }
@@ -21,5 +21,6 @@ export interface ToolbarActionBadge {
21
21
  }
22
22
  export interface ToolbarAction extends Action {
23
23
  action: () => any;
24
+ importantAction?: boolean;
24
25
  badge?: ToolbarActionBadge;
25
26
  }
@@ -20,4 +20,5 @@ export declare class ToolbarComponent {
20
20
  getToolbarActionsAlwaysAsMenu(): boolean;
21
21
  getToolbarActionsMenuTitle(): string;
22
22
  showBadgeForMenu(): boolean;
23
+ hasImportantToolbarActions(): boolean;
23
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porscheinformatik/material-addons",
3
- "version": "10.3.1",
3
+ "version": "10.3.4",
4
4
  "description": "Custom theme and components for Angular Material",
5
5
  "homepage": "https://github.com/porscheinformatik/material-addons",
6
6
  "repository": {