@sumaris-net/ngx-components 2.12.12 → 2.12.13

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": "2.12.12",
4
+ "version": "2.12.13",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -4,6 +4,9 @@ export declare const CORE_CONFIG_OPTIONS: Readonly<{
4
4
  FAVICON: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
5
5
  DEFAULT_LOCALE: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
6
6
  DEFAULT_LAT_LONG_FORMAT: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
7
+ /**
8
+ * @deprecated Use `ACCOUNT_LAT_LONG_FORMAT_ENABLE` instead
9
+ */
7
10
  DEFAULT_LAT_LONG_FORMAT_ENABLED: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
8
11
  REGISTRATION_ENABLE: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
9
12
  AUTH_TOKEN_TYPE: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
@@ -32,5 +35,6 @@ export declare const CORE_CONFIG_OPTIONS: Readonly<{
32
35
  FORM_FIELD_DISABLED_BACKGROUND_COLOR: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
33
36
  ANDROID_INSTALL_URL: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
34
37
  DB_TIMEZONE: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
38
+ ACCOUNT_LAT_LONG_FORMAT_ENABLE: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
35
39
  ACCOUNT_READONLY: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
36
40
  }>;
@@ -16,7 +16,7 @@ export interface InputElement extends FocusableElement {
16
16
  }
17
17
  export declare function isInputElement(object: any): object is InputElement;
18
18
  export declare function asInputElement(object: ElementRef): InputElement | undefined;
19
- export declare function tabindexComparator(a: InputElement, b: InputElement): 1 | 0 | -1;
19
+ export declare function tabindexComparator(a: InputElement, b: InputElement): 0 | 1 | -1;
20
20
  export interface CanGainFocusOptions {
21
21
  minTabindex?: number;
22
22
  maxTabindex?: number;
@@ -152,12 +152,12 @@
152
152
  "ENABLE_GRAVATAR": "User > Enable Gravatar?",
153
153
  "DEFAULT_LOCALE": "Default Language",
154
154
  "DEFAULT_LATLONG_FORMAT": "Default lat/lon format",
155
- "ENABLE_DEFAULT_LATLONG_FORMAT": "Show default lat/lon format",
156
155
  "APP_MIN_VERSION": "App > Minimal compatible version (x.y.z)",
157
156
  "HELP_URL": "App > User manual (URL)",
158
157
  "FORUM_URL": "App > Forum address (URL)",
159
158
  "ACCOUNT": {
160
- "READONLY": "Account > Readonly profile? (readonly option)"
159
+ "ENABLE_LATLONG_FORMAT": "My Account > Settings > Enable lat/lon format?",
160
+ "READONLY": "My Account > Readonly profile? (readonly option)"
161
161
  },
162
162
  "HOME": {
163
163
  "LOGO_LARGE": "Home > Logo (max width 400px)",
@@ -152,12 +152,12 @@
152
152
  "ENABLE_GRAVATAR": "User > Enable Gravatar?",
153
153
  "DEFAULT_LOCALE": "Default Language",
154
154
  "DEFAULT_LATLONG_FORMAT": "Default lat/lon format",
155
- "ENABLE_DEFAULT_LATLONG_FORMAT": "Show default lat/lon format",
156
155
  "APP_MIN_VERSION": "App > Minimal compatible version (x.y.z)",
157
156
  "HELP_URL": "App > User manual (URL)",
158
157
  "FORUM_URL": "App > Forum address (URL)",
159
158
  "ACCOUNT": {
160
- "READONLY": "Account > Readonly profile? (readonly option)"
159
+ "ENABLE_LATLONG_FORMAT": "My Account > Settings > Enable lat/lon format?",
160
+ "READONLY": "My Account > Readonly profile? (readonly option)"
161
161
  },
162
162
  "HOME": {
163
163
  "LOGO_LARGE": "Home > Logo (max width 400px)",
@@ -154,12 +154,12 @@
154
154
  "ENABLE_GRAVATAR": "Utilisateur > Utiliser Gravatar ?",
155
155
  "DEFAULT_LOCALE": "Langue par défaut",
156
156
  "DEFAULT_LATLONG_FORMAT": "Format lat/lon par défaut",
157
- "ENABLE_DEFAULT_LATLONG_FORMAT": "Affichage du format lat/lon par défaut",
158
157
  "APP_MIN_VERSION": "App > Version minimale compatible (x.y.z)",
159
158
  "HELP_URL": "App > Adresse du manuel utilisateur (URL)",
160
159
  "FORUM_URL": "App > Adresse du forum (URL)",
161
160
  "ACCOUNT": {
162
- "READONLY": "Compte > Profil en lecture seule ? (option non modifiable)"
161
+ "ENABLE_LATLONG_FORMAT": "Mon Compte > Préférences > Activer le format lat/lon ?",
162
+ "READONLY": "Mon Compte > Profil en lecture seule ? (option non modifiable)"
163
163
  },
164
164
  "HOME": {
165
165
  "LOGO_LARGE": "Accueil > Logo (largeur max 400px)",
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "2.12.12",
5
+ "version": "2.12.13",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{