@sumaris-net/ngx-components 18.2.28-alpha5 → 18.2.28-alpha6

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.2.28-alpha5",
4
+ "version": "18.2.28-alpha6",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -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 | -1 | 0;
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;
@@ -477,13 +477,8 @@
477
477
 
478
478
  mat-latlong-field {
479
479
  height: calc(var(--mat-row-height) - 2px);
480
- ion-col.text {
481
- min-width: unset !important; // make sure column is resizable
482
- }
483
- ion-col.sign {
484
- --min-width: 35px !important;
485
- --max-width: 45px !important;
486
- }
480
+
481
+ // TODO: fix height in table ??
487
482
  }
488
483
 
489
484
  .mat-mdc-cell > .ion-text-nowrap {