@sumaris-net/ngx-components 2.1.7 → 2.2.1-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.1.7",
4
+ "version": "2.2.1-rc1",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -10,6 +10,7 @@ import { TranslateService } from '@ngx-translate/core';
10
10
  import { AppColors } from '../../types';
11
11
  import { FormGroup } from '@angular/forms';
12
12
  import { EventEmitter } from '@angular/core';
13
+ import { PredefinedColors } from '@ionic/core';
13
14
  import * as i0 from "@angular/core";
14
15
  export declare type GalleryMode = 'mosaic' | 'list';
15
16
  export interface ISwiper {
@@ -45,6 +46,7 @@ export declare class AppImageGalleryComponent<T extends Image> implements OnInit
45
46
  zoom: boolean;
46
47
  };
47
48
  viewChange: BehaviorSubject<ListRange>;
49
+ cardColor: string | PredefinedColors;
48
50
  debug: boolean;
49
51
  disabled: boolean;
50
52
  readOnly: boolean;
@@ -95,5 +97,5 @@ export declare class AppImageGalleryComponent<T extends Image> implements OnInit
95
97
  }): Promise<boolean>;
96
98
  protected markForCheck(): void;
97
99
  static ɵfac: i0.ɵɵFactoryDeclaration<AppImageGalleryComponent<any>, [null, null, null, null, null, null, { optional: true; }]>;
98
- static ɵcmp: i0.ɵɵComponentDeclaration<AppImageGalleryComponent<any>, "app-image-gallery", never, { "debug": "debug"; "disabled": "disabled"; "readOnly": "readOnly"; "mobile": "mobile"; "mode": "mode"; "confirmBeforeDelete": "confirmBeforeDelete"; "showToolbar": "showToolbar"; "showFabButton": "showFabButton"; "showTitle": "showTitle"; "showAddCardButton": "showAddCardButton"; "addButtonColor": "addButtonColor"; "dataSource": "dataSource"; }, { "onBeforeDeleteRows": "onBeforeDeleteRows"; "onAfterAddRows": "onAfterAddRows"; }, never, never, false>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppImageGalleryComponent<any>, "app-image-gallery", never, { "cardColor": "cardColor"; "debug": "debug"; "disabled": "disabled"; "readOnly": "readOnly"; "mobile": "mobile"; "mode": "mode"; "confirmBeforeDelete": "confirmBeforeDelete"; "showToolbar": "showToolbar"; "showFabButton": "showFabButton"; "showTitle": "showTitle"; "showAddCardButton": "showAddCardButton"; "addButtonColor": "addButtonColor"; "dataSource": "dataSource"; }, { "onBeforeDeleteRows": "onBeforeDeleteRows"; "onAfterAddRows": "onAfterAddRows"; }, never, never, false>;
99
101
  }