@sumaris-net/ngx-components 18.24.15 → 18.24.17

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": "18.24.15",
4
+ "version": "18.24.17",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -54,7 +54,7 @@ export declare abstract class AppTabEditor<T = any, ID = number, O = any> extend
54
54
  /**
55
55
  * Action triggered when user swipes
56
56
  */
57
- onSwipeTab(event: HammerSwipeEvent): boolean;
57
+ onSwipeTab(event: HammerSwipeEvent | MouseEvent | TouchEvent | PointerEvent): boolean;
58
58
  onSubTabChange(event: MatTabChangeEvent): void;
59
59
  unload(opts?: {
60
60
  emitEvent?: boolean;
@@ -18,8 +18,8 @@ export declare class AppFormField implements OnInit, ControlValueAccessor {
18
18
  protected _values: Property[];
19
19
  protected type: FormFieldType;
20
20
  protected numberInputStep: string;
21
- set definition(value: FormFieldDefinition);
22
- get definition(): FormFieldDefinition;
21
+ set definition(value: FormFieldDefinition<any, any>);
22
+ get definition(): FormFieldDefinition<any, any>;
23
23
  readonly: boolean;
24
24
  disabled: boolean;
25
25
  formControl: UntypedFormControl;
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "18.24.15",
5
+ "version": "18.24.17",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{