@sumaris-net/ngx-components 18.19.2 → 18.19.3

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.19.2",
4
+ "version": "18.19.3",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -6,6 +6,6 @@ import * as i4 from "./department-to-string.pipe";
6
6
  import * as i5 from "./referential-to-string.pipe";
7
7
  export declare class CorePipesModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CorePipesModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CorePipesModule, [typeof i1.IsOnFieldPipe, typeof i1.IsOnDeskPipe, typeof i2.PersonToStringPipe, typeof i3.IsLoginAccountPipe, typeof i3.AccountToStringPipe, typeof i4.DepartmentToStringPipe, typeof i5.ReferentialToStringPipe], never, [typeof i1.IsOnFieldPipe, typeof i1.IsOnDeskPipe, typeof i2.PersonToStringPipe, typeof i3.IsLoginAccountPipe, typeof i3.AccountToStringPipe, typeof i4.DepartmentToStringPipe, typeof i5.ReferentialToStringPipe]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CorePipesModule, [typeof i1.IsOnFieldPipe, typeof i1.IsOnDeskPipe, typeof i2.PersonToStringPipe, typeof i3.IsLoginAccountPipe, typeof i3.AccountToStringPipe, typeof i4.DepartmentToStringPipe, typeof i5.ReferentialToStringPipe, typeof i5.ReferentialsToStringPipe], never, [typeof i1.IsOnFieldPipe, typeof i1.IsOnDeskPipe, typeof i2.PersonToStringPipe, typeof i3.IsLoginAccountPipe, typeof i3.AccountToStringPipe, typeof i4.DepartmentToStringPipe, typeof i5.ReferentialToStringPipe, typeof i5.ReferentialsToStringPipe]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<CorePipesModule>;
11
11
  }
@@ -1,9 +1,9 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import { IReferentialRef, Referential, ReferentialRef } from '../model/referential.model';
2
+ import { IReferentialRef } from '../model/referential.model';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ReferentialToStringPipe implements PipeTransform {
5
5
  constructor();
6
- transform(value: Referential | ReferentialRef | IReferentialRef | any, opts?: string[] | {
6
+ transform(value: IReferentialRef | IReferentialRef[] | any, opts?: string[] | {
7
7
  properties?: string[];
8
8
  separator?: string;
9
9
  propertySeparator?: string;
@@ -11,3 +11,13 @@ export declare class ReferentialToStringPipe implements PipeTransform {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ReferentialToStringPipe, never>;
12
12
  static ɵpipe: i0.ɵɵPipeDeclaration<ReferentialToStringPipe, "referentialToString", false>;
13
13
  }
14
+ export declare class ReferentialsToStringPipe implements PipeTransform {
15
+ constructor();
16
+ transform(value: IReferentialRef[] | any, opts?: string[] | {
17
+ properties?: string[];
18
+ separator?: string;
19
+ propertySeparator?: string;
20
+ }): string;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReferentialsToStringPipe, never>;
22
+ static ɵpipe: i0.ɵɵPipeDeclaration<ReferentialsToStringPipe, "referentialsToString", false>;
23
+ }
@@ -17,7 +17,7 @@ export interface InputElement extends FocusableElement {
17
17
  }
18
18
  export declare function isInputElement(object: any): object is InputElement;
19
19
  export declare function asInputElement<T = any>(object: ElementRef<T>): InputElement | undefined;
20
- export declare function tabindexComparator(a: InputElement, b: InputElement): 1 | 0 | -1;
20
+ export declare function tabindexComparator(a: InputElement, b: InputElement): 0 | 1 | -1;
21
21
  export interface CanGainFocusOptions {
22
22
  minTabindex?: number;
23
23
  maxTabindex?: number;
@@ -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.19.2",
5
+ "version": "18.19.3",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{