@sumaris-net/ngx-components 2.6.18 → 2.6.19

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.
Files changed (32) hide show
  1. package/esm2020/src/app/core/form/properties/testing/properties-form.test.mjs +1 -1
  2. package/esm2020/src/app/core/home/home.mjs +2 -2
  3. package/esm2020/src/app/core/menu/menu.component.mjs +2 -2
  4. package/esm2020/src/app/core/menu/testing/menu-other.testing.mjs +1 -1
  5. package/esm2020/src/app/core/menu/testing/menu.testing.mjs +1 -1
  6. package/esm2020/src/app/core/register/register-confirm.page.mjs +1 -1
  7. package/esm2020/src/app/core/services/config/core.config.mjs +4 -4
  8. package/esm2020/src/app/shared/image/gallery/image-gallery.component.mjs +2 -2
  9. package/esm2020/src/app/shared/image/gallery/testing/gallery.testing.mjs +1 -1
  10. package/esm2020/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +1 -1
  11. package/esm2020/src/app/shared/material/badge/badge.test.mjs +1 -1
  12. package/esm2020/src/app/shared/material/chips/testing/chips.test.mjs +1 -1
  13. package/esm2020/src/app/shared/material/datetime/material.date.mjs +3 -3
  14. package/esm2020/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +5 -4
  15. package/esm2020/src/app/shared/material/datetime/testing/mat-date.test.mjs +5 -4
  16. package/esm2020/src/app/shared/material/datetime/testing/mat-dateshort.test.mjs +1 -1
  17. package/esm2020/src/app/shared/material/latlong/testing/latlong.test.mjs +1 -1
  18. package/esm2020/src/app/shared/material/numpad/testing/numpad.test.mjs +1 -1
  19. package/esm2020/src/app/shared/material/swipe/testing/swipe.test.mjs +1 -1
  20. package/esm2020/src/app/shared/storage/storage-explorer.component.mjs +1 -1
  21. package/esm2020/src/app/shared/testing/observable.test.mjs +1 -1
  22. package/esm2020/src/app/shared/testing/tests.page.mjs +1 -1
  23. package/fesm2015/sumaris-net.ngx-components.mjs +30 -28
  24. package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
  25. package/fesm2020/sumaris-net.ngx-components.mjs +30 -28
  26. package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
  27. package/package.json +1 -1
  28. package/src/app/core/services/config/core.config.d.ts +1 -1
  29. package/src/assets/i18n/en-US.json +10 -6
  30. package/src/assets/i18n/en.json +10 -6
  31. package/src/assets/i18n/fr.json +4 -0
  32. package/src/assets/manifest.json +1 -1
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.6.18",
4
+ "version": "2.6.19",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -1,4 +1,4 @@
1
- import { FormFieldDefinition } from '../../../shared/form/field.model';
1
+ import { FormFieldDefinition } from "../../../shared/form/field.model";
2
2
  export declare const CORE_CONFIG_OPTIONS: Readonly<{
3
3
  LOGO: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
4
4
  FAVICON: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
@@ -145,15 +145,19 @@
145
145
  "CONFIGURATION": {
146
146
  "OPTIONS": {
147
147
  "ANDROID_INSTALL_URL": "Android > Install App URL",
148
- "LOGO": "Menu > Logo (max width: 110px)",
148
+ "DB_TIMEZONE": "Persistence > Database timezone (readonly option)",
149
+ "LOGO": "Menu > Logo (max width 110px)",
149
150
  "FAVICON": "favicon",
150
- "GRAVATAR_URL": "User > Gravatar URL (with '{md5}'",
151
- "ENABLE_GRAVATAR": "User > Enable Gravatar ?",
151
+ "GRAVATAR_URL": "User > Gravatar URL (with '{md5}')",
152
+ "ENABLE_GRAVATAR": "User > Enable Gravatar?",
152
153
  "DEFAULT_LOCALE": "Default Language",
153
154
  "DEFAULT_LATLONG_FORMAT": "Default lat/lon format",
154
155
  "APP_MIN_VERSION": "App > Minimal compatible version (x.y.z)",
155
156
  "HELP_URL": "App > User manual (URL)",
156
157
  "FORUM_URL": "App > Forum address (URL)",
158
+ "ACCOUNT": {
159
+ "READONLY": "Account > Readonly profile? (readonly option)"
160
+ },
157
161
  "HOME": {
158
162
  "LOGO_LARGE": "Home > Logo (max width 400px)",
159
163
  "PARTNER_DEPARTMENTS": "Home > Partners logos",
@@ -189,7 +193,7 @@
189
193
  "TAXONOMIC_LEVEL_SPECIES_ID": "Referential > Taxonomic level > Species",
190
194
  "TAXONOMIC_LEVEL_SUBSPECIES_ID": "Referential > Taxonomic level > Subspecies"
191
195
  },
192
- "TESTING": "Developer mode ?",
196
+ "TESTING": "Developer mode?",
193
197
  "ENTITY_TRASH": "Enable trash on pod?",
194
198
  "UPDATE_TECHNICAL_TABLES": "Automatically update technical tables?",
195
199
  "ANALYTIC_REFERENCES_ENABLE": "Strategy > Analytic references: Enable?",
@@ -639,8 +643,8 @@
639
643
  "ACTION_IMMEDIATE": "This operation is irreversible.<br/><br/><b>Are you sure</b> you want to continue?",
640
644
  "DELETE_ROW": "<b>Are you sure</b> you want to delete this row?",
641
645
  "DELETE_ROWS": "<b>Are you sure</b> you want to delete this rows?",
642
- "CANCEL_ROW": "<b>Are you sure</b> you want to cancel changes on this row ?",
643
- "CANCEL_ROWS": "<b>Are you sure</b> you want to cancel changes on these rows ?",
646
+ "CANCEL_ROW": "<b>Are you sure</b> you want to cancel changes on this row?",
647
+ "CANCEL_ROWS": "<b>Are you sure</b> you want to cancel changes on these rows?",
644
648
  "SEND_DEBUG_DATA": "Do you want to send this data to the administrator for help?",
645
649
  "RELOAD_APP": "A new <b>version {{version}}</b> is available for {{name}}:<ul><li><b>Save</b> any current changes<li>Click on the <b>Update</b> button, or refresh the browser tab.</ul>"
646
650
  },
@@ -145,15 +145,19 @@
145
145
  "CONFIGURATION": {
146
146
  "OPTIONS": {
147
147
  "ANDROID_INSTALL_URL": "Android > Install App URL",
148
- "LOGO": "Menu > Logo (max width: 110px)",
148
+ "DB_TIMEZONE": "Persistence > Database timezone (readonly option)",
149
+ "LOGO": "Menu > Logo (max width 110px)",
149
150
  "FAVICON": "favicon",
150
- "GRAVATAR_URL": "User > Gravatar URL (with '{md5}'",
151
- "ENABLE_GRAVATAR": "User > Enable Gravatar ?",
151
+ "GRAVATAR_URL": "User > Gravatar URL (with '{md5}')",
152
+ "ENABLE_GRAVATAR": "User > Enable Gravatar?",
152
153
  "DEFAULT_LOCALE": "Default Language",
153
154
  "DEFAULT_LATLONG_FORMAT": "Default lat/lon format",
154
155
  "APP_MIN_VERSION": "App > Minimal compatible version (x.y.z)",
155
156
  "HELP_URL": "App > User manual (URL)",
156
157
  "FORUM_URL": "App > Forum address (URL)",
158
+ "ACCOUNT": {
159
+ "READONLY": "Account > Readonly profile? (readonly option)"
160
+ },
157
161
  "HOME": {
158
162
  "LOGO_LARGE": "Home > Logo (max width 400px)",
159
163
  "PARTNER_DEPARTMENTS": "Home > Partners logos",
@@ -189,7 +193,7 @@
189
193
  "TAXONOMIC_LEVEL_SPECIES_ID": "Referential > Taxonomic level > Species",
190
194
  "TAXONOMIC_LEVEL_SUBSPECIES_ID": "Referential > Taxonomic level > Subspecies"
191
195
  },
192
- "TESTING": "Developer mode ?",
196
+ "TESTING": "Developer mode?",
193
197
  "ENTITY_TRASH": "Enable trash on pod?",
194
198
  "UPDATE_TECHNICAL_TABLES": "Automatically update technical tables?",
195
199
  "ANALYTIC_REFERENCES_ENABLE": "Strategy > Analytic references: Enable?",
@@ -639,8 +643,8 @@
639
643
  "ACTION_IMMEDIATE": "This operation is irreversible.<br/><br/><b>Are you sure</b> you want to continue?",
640
644
  "DELETE_ROW": "<b>Are you sure</b> you want to delete this row?",
641
645
  "DELETE_ROWS": "<b>Are you sure</b> you want to delete this rows?",
642
- "CANCEL_ROW": "<b>Are you sure</b> you want to cancel changes on this row ?",
643
- "CANCEL_ROWS": "<b>Are you sure</b> you want to cancel changes on these rows ?",
646
+ "CANCEL_ROW": "<b>Are you sure</b> you want to cancel changes on this row?",
647
+ "CANCEL_ROWS": "<b>Are you sure</b> you want to cancel changes on these rows?",
644
648
  "SEND_DEBUG_DATA": "Do you want to send this data to the administrator for help?",
645
649
  "RELOAD_APP": "A new <b>version {{version}}</b> is available for {{name}}:<ul><li><b>Save</b> any current changes<li>Click on the <b>Update</b> button, or refresh the browser tab.</ul>"
646
650
  },
@@ -145,6 +145,7 @@
145
145
  "CONFIGURATION": {
146
146
  "OPTIONS": {
147
147
  "ANDROID_INSTALL_URL": "Android > URL d'installation App",
148
+ "DB_TIMEZONE": "Persistance > Timezone de la base de données (option non modifiable)",
148
149
  "LOGO": "Menu > Logo (largeur max 110px)",
149
150
  "FAVICON": "favicon",
150
151
  "GRAVATAR_URL": "Utilisateur > URL Gravatar (avec '{md5}')",
@@ -154,6 +155,9 @@
154
155
  "APP_MIN_VERSION": "App > Version minimale compatible (x.y.z)",
155
156
  "HELP_URL": "App > Adresse du manuel utilisateur (URL)",
156
157
  "FORUM_URL": "App > Adresse du forum (URL)",
158
+ "ACCOUNT": {
159
+ "READONLY": "Compte > Profil en lecture seule ? (option non modifiable)"
160
+ },
157
161
  "HOME": {
158
162
  "LOGO_LARGE": "Accueil > Logo (largeur max 400px)",
159
163
  "PARTNER_DEPARTMENTS": "Accueil > Logo des partenaires",
@@ -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.6.18",
5
+ "version": "2.6.19",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{