@sumaris-net/ngx-components 1.20.7 → 1.20.8

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.20.7",
4
+ "version": "1.20.8",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -1,9 +1,10 @@
1
- import { AppColors } from '../../shared/colors.utils';
2
1
  import { IconRef } from '../../shared/types';
2
+ import { PredefinedColors } from '@ionic/core';
3
+ import { ThemePalette } from '@angular/material/core';
3
4
  export declare class AppIconComponent {
4
5
  icon: string;
5
6
  matIcon: string;
6
7
  matSvgIcon: string;
7
- color: AppColors;
8
+ color: PredefinedColors | ThemePalette;
8
9
  set ref(value: IconRef);
9
10
  }
@@ -56,6 +56,7 @@ export declare class ReferentialRef<T extends ReferentialRef<any, ID> = Referent
56
56
  static fromObject: (source: any, opts?: any) => ReferentialRef;
57
57
  label: string;
58
58
  name: string;
59
+ description: string;
59
60
  statusId: number;
60
61
  levelId: number;
61
62
  entityName: string;