@sumaris-net/ngx-components 1.20.19 → 1.20.22

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": "1.20.19",
4
+ "version": "1.20.22",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -158,7 +158,7 @@ export declare abstract class AppTable<T extends IEntity<T, ID>, F = any, ID = n
158
158
  emitEvent?: boolean;
159
159
  }): void;
160
160
  get enabled(): boolean;
161
- set disabled(disabled: boolean);
161
+ set disabled(value: boolean);
162
162
  get disabled(): boolean;
163
163
  markAsDirty(opts?: {
164
164
  onlySelf?: boolean;
@@ -19,7 +19,6 @@ export declare class MatLatLongField implements OnInit, OnDestroy, ControlValueA
19
19
  textFormControl: FormControl;
20
20
  signFormControl: FormControl;
21
21
  mask: Array<string | RegExp> | ((raw: string) => Array<string | RegExp>) | false;
22
- value: number;
23
22
  inputPlaceholder: string;
24
23
  showSignControl: boolean;
25
24
  get disabled(): any;
@@ -5,10 +5,6 @@ html {
5
5
  margin: 0;
6
6
  }
7
7
 
8
- body {
9
- user-select: text !important;
10
- }
11
-
12
8
  *::selection {
13
9
  background: var(--ion-color-shade, rgba(0, 0, 0, 0.3));
14
10
  }
@@ -308,6 +308,11 @@ html:not(.plt-mobile) {
308
308
  // }
309
309
  //}
310
310
 
311
+ body {
312
+ // Commentée le 17/06/22 par BLA - Pourquoi cette ligne ? Cela provoque une sélection du texte des label d'onglet, dans les modales avec encapusation=ViewEncapsulation.None
313
+ //user-select: text !important;
314
+ }
315
+
311
316
  @media screen and (min-width: $screen-md) {
312
317
 
313
318
  html,