@sumaris-net/ngx-components 2.6.4 → 2.6.5-rc1

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": "2.6.4",
4
+ "version": "2.6.5-rc1",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -16,7 +16,7 @@ import { ShowToastOptions } from '../../shared/toast/toasts';
16
16
  import { Environment } from '../../../environments/environment.class';
17
17
  import { HistoryPageReference } from '../services/model/history.model';
18
18
  import * as i0 from "@angular/core";
19
- export declare function getRandomImage(files: String[]): String;
19
+ export declare const getRandomImage: (files: string[]) => string;
20
20
  export declare const APP_HOME_BUTTONS: InjectionToken<MenuItem[]>;
21
21
  export declare class HomePage implements OnDestroy {
22
22
  private accountService;
@@ -38,16 +38,17 @@ export declare class HomePage implements OnDestroy {
38
38
  loading: boolean;
39
39
  waitingNetwork: boolean;
40
40
  showSpinner: boolean;
41
- accountName: String;
41
+ accountName: string;
42
42
  isLogin: boolean;
43
43
  $partners: BehaviorSubject<Department[]>;
44
44
  loadingBanner: boolean;
45
- logo: String;
46
- description: String;
45
+ logo: string;
46
+ description: string;
47
47
  appName: string;
48
48
  isWeb: boolean;
49
49
  canRegister: boolean;
50
50
  contentStyle: any;
51
+ contentCredits: string;
51
52
  pageHistory: HistoryPageReference[];
52
53
  offline: boolean;
53
54
  $filteredButtons: BehaviorSubject<MenuItem[]>;