@indice/ng-components 0.2.167-beta.32 → 0.2.167-beta.33

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/lib/types.d.ts CHANGED
@@ -50,7 +50,8 @@ export declare class ViewAction {
50
50
  param: any;
51
51
  icon: string;
52
52
  tooltip: string | null;
53
- constructor(type: string, key: string | null, param: any, icon: string, tooltip: string | null);
53
+ text?: string;
54
+ constructor(type: string, key: string | null, param: any, icon: string, tooltip: string | null, text?: string);
54
55
  }
55
56
  export declare class ListViewType {
56
57
  static Tiles: string;
@@ -61,7 +62,7 @@ export declare class ListViewType {
61
62
  export declare class RouterViewAction extends ViewAction {
62
63
  outlet: string | null;
63
64
  link: string | null;
64
- constructor(icon: string, link: string, outlet: string | null, tooltip: string | null);
65
+ constructor(icon: string, link: string, outlet: string | null, tooltip: string | null, text?: string);
65
66
  }
66
67
  export declare class SwitchViewAction extends ViewAction {
67
68
  constructor(view: string, icon: string, tooltip: string | null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.167-beta.32",
3
+ "version": "0.2.167-beta.33",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",