@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/esm2022/src/app/shared/material/latlong/material.latlong2.mjs +3 -3
- package/esm2022/src/app/shared/material/material.animations.mjs +2 -2
- package/fesm2022/sumaris-net.ngx-components.mjs +3 -3
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/theme/_ngx-components.table.scss +2 -7
package/package.json
CHANGED
|
@@ -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):
|
|
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
|
-
|
|
481
|
-
|
|
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 {
|