@sumaris-net/ngx-components 2.4.62 → 2.4.64
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/esm2020/src/app/core/settings/settings.page.mjs +4 -4
- package/esm2020/src/app/shared/storage/storage-explorer.component.mjs +10 -4
- package/fesm2015/sumaris-net.ngx-components.mjs +11 -6
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +11 -6
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +2 -2
- package/src/assets/i18n/fr.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.4.
|
|
4
|
+
"version": "2.4.64",
|
|
5
5
|
"author": "contact@e-is.pro",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
7
7
|
"readmeFilename": "README.md",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"tslib": "~2.3.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@angular-devkit/build-angular": "~14.2.
|
|
20
|
+
"@angular-devkit/build-angular": "~14.2.11",
|
|
21
21
|
"@angular/compiler-cli": "~14.2.12",
|
|
22
22
|
"@apollo/client": "~3.7.12",
|
|
23
23
|
"@ionic/storage": "~3.0.6",
|
package/src/assets/i18n/fr.json
CHANGED
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"PEER_URL": "Adresse du nœud réseau",
|
|
307
307
|
"BTN_CHANGE_PEER": "Voir les nœuds disponibles",
|
|
308
308
|
"BTN_SHOW_MORE_HELP": "Afficher plus de paramètres",
|
|
309
|
-
"BTN_CLEAR_CACHE": "
|
|
309
|
+
"BTN_CLEAR_CACHE": "Vider le cache",
|
|
310
310
|
"OFFLINE_MODE": "Forcer le mode hors-ligne ?",
|
|
311
311
|
"DATA_ENTRY_DIVIDER": "Paramètres de saisie",
|
|
312
312
|
"USAGE_MODE": "Mode de saisie",
|