@sumaris-net/ngx-components 18.2.28-alpha4 → 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-alpha4",
4
+ "version": "18.2.28-alpha6",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -85,6 +85,7 @@ export declare class MatLatLongField2 implements OnInit, OnDestroy, ControlValue
85
85
  minutesSymbolUnit: string;
86
86
  secondsSymbolUnit: string;
87
87
  clearable: boolean;
88
+ classList: string;
88
89
  set tabindex(value: number);
89
90
  get tabindex(): number;
90
91
  set appearance(value: MatFormFieldAppearance);
@@ -138,7 +139,7 @@ export declare class MatLatLongField2 implements OnInit, OnDestroy, ControlValue
138
139
  */
139
140
  private updateTabIndex;
140
141
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLatLongField2, [null, { optional: true; }, null]>;
141
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLatLongField2, "mat-latlong-field", never, { "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "latLongPattern"; "required": false; }; "maxDecimals": { "alias": "maxDecimals"; "required": false; }; "required": { "alias": "required"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "defaultSign": { "alias": "defaultSign"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "degreesSymbolUnit": { "alias": "degreesSymbolUnit"; "required": false; }; "minutesSymbolUnit": { "alias": "minutesSymbolUnit"; "required": false; }; "secondsSymbolUnit": { "alias": "secondsSymbolUnit"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; }, { "keyupEnter": "keyup.enter"; "blurred": "blur"; "focused": "focus"; }, never, ["[matPrefix]", "[matSuffix]", "mat-error,[matError]", "mat-hint:not([align='end']),[matHint]", "mat-hint[align='end']"], false, never>;
142
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLatLongField2, "mat-latlong-field", never, { "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "latLongPattern"; "required": false; }; "maxDecimals": { "alias": "maxDecimals"; "required": false; }; "required": { "alias": "required"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "defaultSign": { "alias": "defaultSign"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "degreesSymbolUnit": { "alias": "degreesSymbolUnit"; "required": false; }; "minutesSymbolUnit": { "alias": "minutesSymbolUnit"; "required": false; }; "secondsSymbolUnit": { "alias": "secondsSymbolUnit"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; }, { "keyupEnter": "keyup.enter"; "blurred": "blur"; "focused": "focus"; }, never, ["[matPrefix]", "[matSuffix]", "mat-error,[matError]", "mat-hint:not([align='end']),[matHint]", "mat-hint[align='end']"], false, never>;
142
143
  static ngAcceptInputType_mobile: unknown;
143
144
  static ngAcceptInputType_clearable: unknown;
144
145
  static ngAcceptInputType_tabindex: unknown;
@@ -196,13 +196,13 @@ mat-icon[slot] {
196
196
  }
197
197
 
198
198
  // Latitude/Longitude component
199
- .mat-latlong-form-field {
199
+ .mat-latlong-field {
200
200
 
201
201
  .mat-mdc-form-field-infix {
202
202
  display: inline-flex;
203
203
 
204
204
  .mat-mdc-select.sign {
205
- max-width: 2em;
205
+ max-width: 1.7em;
206
206
 
207
207
  .mat-mdc-select-trigger {
208
208
  align-items: baseline;
@@ -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 {