@sumaris-net/ngx-components 18.4.1 → 18.4.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.4.1",
4
+ "version": "18.4.3",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -88,7 +88,12 @@
88
88
  "LAT_SIGN_S": "S",
89
89
  "LONG_SIGN_PLACEHOLDER": "E|W",
90
90
  "LONG_SIGN_E": "E",
91
- "LONG_SIGN_W": "W"
91
+ "LONG_SIGN_W": "W",
92
+ "ENUM": {
93
+ "DDMMSS": "DD° MM' SS.SS\"",
94
+ "DDMM": "DD° MM.MMM'",
95
+ "DD": "± DD.DDDDDDD"
96
+ }
92
97
  },
93
98
  "METADATA": "Metadata:",
94
99
  "DAY_UNIT": "j",
@@ -87,7 +87,12 @@
87
87
  "LAT_SIGN_S": "S",
88
88
  "LONG_SIGN_PLACEHOLDER": "E|W",
89
89
  "LONG_SIGN_E": "E",
90
- "LONG_SIGN_W": "W"
90
+ "LONG_SIGN_W": "W",
91
+ "ENUM": {
92
+ "DDMMSS": "DD° MM' SS.SS\"",
93
+ "DDMM": "DD° MM.MMM'",
94
+ "DD": "± DD.DDDDDDD"
95
+ }
91
96
  },
92
97
  "METADATA": "Metadata:",
93
98
  "DAY_UNIT": "j",
@@ -87,7 +87,12 @@
87
87
  "LAT_SIGN_S": "S",
88
88
  "LONG_SIGN_PLACEHOLDER": "E|W",
89
89
  "LONG_SIGN_E": "E",
90
- "LONG_SIGN_W": "W"
90
+ "LONG_SIGN_W": "W",
91
+ "ENUM": {
92
+ "DDMMSS": "DD° MM' SS.SS\"",
93
+ "DDMM": "DD° MM.MMM'",
94
+ "DD": "± DD.DDDDDDD"
95
+ }
91
96
  },
92
97
  "METADATA": "Metadata:",
93
98
  "DAY_UNIT": "j",
@@ -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.4.1",
5
+ "version": "18.4.3",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -216,6 +216,10 @@
216
216
  }
217
217
  }
218
218
 
219
+ .mat-latlong-field {
220
+ min-width: 130px;
221
+ }
222
+
219
223
  .mat-column-comments {
220
224
  min-width: 30px;
221
225
  }