@sumaris-net/ngx-components 21.0.0-rc2 → 21.0.0-rc21

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": "21.0.0-rc2",
4
+ "version": "21.0.0-rc21",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -16,10 +16,10 @@
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@maskito/angular": "~5.2.2",
20
- "@maskito/core": "~5.2.2",
21
- "@maskito/kit": "~5.2.2",
22
- "@noble/ed25519": "^1.7.5",
19
+ "@maskito/angular": "~3.2.1",
20
+ "@maskito/core": "~3.2.1",
21
+ "@maskito/kit": "~3.2.1",
22
+ "@noble/ed25519": "^1.7.3",
23
23
  "@polkadot/util": "~12.6.2",
24
24
  "@polkadot/util-crypto": "~12.6.2",
25
25
  "@rx-angular/cdk": "~21.1.0",
@@ -27,35 +27,37 @@
27
27
  "@rx-angular/template": "~21.2.0",
28
28
  "buffer": "^6.0.3",
29
29
  "clone": "~2.1.2",
30
- "marked-base-url": "^1.1.8",
30
+ "marked-base-url": "^1.1.10",
31
31
  "material-symbols": "^0.43.0",
32
32
  "tslib": "^2.3.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "@apollo/client": "^4.1.6",
35
+ "@apollo/client": "^4.2.12",
36
36
  "@ionic/storage": "~4.0.0",
37
+ "@playwright/test": "^1.58.2",
37
38
  "d3": "~7.6.1",
38
39
  "localforage": "~1.10.0",
39
- "rxjs": "~7.8.1"
40
+ "rxjs": "~7.8.2"
40
41
  },
41
42
  "optionalDependencies": {
42
43
  "@awesome-cordova-plugins/audio-management": "^6.16.0",
43
44
  "@awesome-cordova-plugins/core": "^6.16.0",
44
45
  "@awesome-cordova-plugins/downloader": "^6.16.0",
45
46
  "@capacitor-community/native-audio": "^7.0.1",
46
- "@capacitor/android": "^7.4.4",
47
- "@capacitor/app": "^7.1.0",
48
- "@capacitor/browser": "^7.0.3",
49
- "@capacitor/camera": "^7.0.2",
50
- "@capacitor/clipboard": "^7.0.2",
51
- "@capacitor/core": "^7.4.4",
47
+ "@capacitor/android": "^7.4.5",
48
+ "@capacitor/app": "^7.1.2",
49
+ "@capacitor/browser": "^7.0.5",
50
+ "@capacitor/camera": "^7.0.5",
51
+ "@capacitor/clipboard": "^7.0.4",
52
+ "@capacitor/core": "^7.4.5",
53
+ "@capacitor/device": "^7.0.5",
52
54
  "@capacitor/geolocation": "^7.1.6",
53
- "@capacitor/haptics": "^7.0.2",
54
- "@capacitor/ios": "^7.4.4",
55
- "@capacitor/keyboard": "^7.0.3",
56
- "@capacitor/network": "^7.0.3",
57
- "@capacitor/splash-screen": "^7.0.3",
58
- "@capacitor/status-bar": "^7.0.3",
55
+ "@capacitor/haptics": "^7.0.5",
56
+ "@capacitor/ios": "^7.4.5",
57
+ "@capacitor/keyboard": "^7.0.6",
58
+ "@capacitor/network": "^7.0.4",
59
+ "@capacitor/splash-screen": "^7.0.5",
60
+ "@capacitor/status-bar": "^7.0.6",
59
61
  "@capawesome/capacitor-android-edge-to-edge-support": "^7.2.3",
60
62
  "@e-is/cordova-plugin-audiomanagement": "^1.0.3",
61
63
  "@e-is/cordova-plugin-downloader": "^1.2.0",
@@ -63,7 +65,10 @@
63
65
  "cordova-sqlite-storage": "~6.0.0",
64
66
  "emoji-toolkit": ">= 8.0.0 < 10.0.0",
65
67
  "localforage-cordovasqlitedriver": "~1.8.0",
66
- "prismjs": "^1.28.0"
68
+ "marked": "^18.0.0",
69
+ "ngx-markdown": "^21.3.0",
70
+ "ngx-mat-timepicker": "^21.0.1",
71
+ "prismjs": "^1.30.0"
67
72
  },
68
73
  "repository": {
69
74
  "type": "git",
@@ -74,8 +79,8 @@
74
79
  "url": "https://gitlab.ifremer.fr/sih-public/sumaris/ngx-sumaris-components/-/issues"
75
80
  },
76
81
  "engines": {
77
- "node": ">= 22.22.0",
78
- "npm": ">= 10.9.0"
82
+ "node": ">= 22.12.0",
83
+ "npm": ">= 11.0.0"
79
84
  },
80
85
  "optimizeDeps": {
81
86
  "exclude": [
@@ -91,6 +96,10 @@
91
96
  ".": {
92
97
  "types": "./types/sumaris-net.ngx-components.d.ts",
93
98
  "default": "./fesm2022/sumaris-net.ngx-components.mjs"
99
+ },
100
+ "./testing": {
101
+ "types": "./types/sumaris-net-ngx-components-testing.d.ts",
102
+ "default": "./fesm2022/sumaris-net-ngx-components-testing.mjs"
94
103
  }
95
104
  },
96
105
  "sideEffects": false,
@@ -262,7 +262,8 @@
262
262
  "DEVELOPED_BY": "Developed by:",
263
263
  "PARTNERS": "Partners and sponsors:",
264
264
  "POD_VERSION": "Pod v{{version}}",
265
- "APP_VERSION": "App v{{version}}"
265
+ "APP_VERSION": "App v{{version}}",
266
+ "BTN_CHANGELOG": "Changelog"
266
267
  },
267
268
  "HOME": {
268
269
  "WELCOME_WEB": "Welcome to the {{appName}} web site!",
@@ -647,6 +648,8 @@
647
648
  "IMPORTING": "Import in progress",
648
649
  "BTN_IMPORT_POLICY_DOTS": "Import policy...",
649
650
  "ERROR": "Error while uploading file",
651
+ "MAX_FILE_SIZE_ERROR": "The file size is too large to be uploaded ({{maxFileSizeMb}} MB max)",
652
+ "EXTENSION_NOT_ALLOWED_ERROR": "The file extension is not allowed ({{fileExtensionsExcluded}} excluded)",
650
653
  "IMPORT_POLICY": {
651
654
  "TITLE": "Import options",
652
655
  "INSERT-ONLY": "Inserts only",
@@ -661,6 +664,15 @@
661
664
  "GALLERY": {
662
665
  "BTN_EDIT_TITLE": "Edit title",
663
666
  "BTN_ADD_TITLE": "Add a title",
667
+ "BTN_ROTATE_LEFT": "Rotate left",
668
+ "BTN_ROTATE_RIGHT": "Rotate right",
669
+ "BTN_CROP_ACTIVATE": "Crop",
670
+ "BTN_CROP_DEACTIVATE": "Hide crop",
671
+ "BTN_CROP_RESET": "Reset crop",
672
+ "BTN_CANCEL_EDIT": "Cancel changes",
673
+ "BTN_ENABLE_MODAL_ZOOM": "Open in a modal?",
674
+ "BTN_ENABLE_LOOP": "Loop slideshow",
675
+ "ERROR_EDIT_IMAGE": "Unable to save the edited image",
664
676
  "TITLE": "Title"
665
677
  }
666
678
  },
@@ -722,6 +734,7 @@
722
734
  "CONFIRM_ACCOUNT_EMAIL_FAILED": "Error while confirming the email. This account may have already been confirmed?",
723
735
  "UNAUTHORIZED": "Access denied by server",
724
736
  "FORBIDDEN": "Forbidden access",
737
+ "AUTH_TIMEOUT": "Your session has expired<br/>Please log in again.",
725
738
  "AUTH_SERVER_ERROR": "Error during authentication on the server",
726
739
  "AUTH_CHALLENGE_ERROR": "Error during authentication on the server (loading challenge failed)",
727
740
  "TABLE_INVALID_ROW_ERROR": "A row is invalid",
@@ -805,5 +818,11 @@
805
818
  "GROUP_2": "Group 2",
806
819
  "STATUS_ID": "Status"
807
820
  }
821
+ },
822
+ "ICON_SELECTOR": {
823
+ "TITLE": "Select an icon",
824
+ "TAB_IONIC": "Ionic",
825
+ "TAB_MATERIAL": "Material",
826
+ "SEARCH_PLACEHOLDER": "Search an icon…"
808
827
  }
809
828
  }
@@ -262,7 +262,8 @@
262
262
  "DEVELOPED_BY": "Developed by:",
263
263
  "PARTNERS": "Partners and sponsors:",
264
264
  "POD_VERSION": "Pod v{{version}}",
265
- "APP_VERSION": "App v{{version}}"
265
+ "APP_VERSION": "App v{{version}}",
266
+ "BTN_CHANGELOG": "Changelog"
266
267
  },
267
268
  "HOME": {
268
269
  "WELCOME_WEB": "Welcome to the {{appName}} web site!",
@@ -647,6 +648,8 @@
647
648
  "IMPORTING": "Import in progress",
648
649
  "BTN_IMPORT_POLICY_DOTS": "Import policy...",
649
650
  "ERROR": "Error while uploading file",
651
+ "MAX_FILE_SIZE_ERROR": "The file size is too large to be uploaded ({{maxFileSizeMb}} MB max)",
652
+ "EXTENSION_NOT_ALLOWED_ERROR": "The file extension is not allowed ({{fileExtensionsExcluded}} excluded)",
650
653
  "IMPORT_POLICY": {
651
654
  "TITLE": "Import options",
652
655
  "INSERT-ONLY": "Inserts only",
@@ -661,6 +664,15 @@
661
664
  "GALLERY": {
662
665
  "BTN_EDIT_TITLE": "Edit title",
663
666
  "BTN_ADD_TITLE": "Add a title",
667
+ "BTN_ROTATE_LEFT": "Rotate left",
668
+ "BTN_ROTATE_RIGHT": "Rotate right",
669
+ "BTN_CROP_ACTIVATE": "Crop",
670
+ "BTN_CROP_DEACTIVATE": "Hide crop",
671
+ "BTN_CROP_RESET": "Reset crop",
672
+ "BTN_CANCEL_EDIT": "Cancel changes",
673
+ "BTN_ENABLE_MODAL_ZOOM": "Open in a modal?",
674
+ "BTN_ENABLE_LOOP": "Loop slideshow",
675
+ "ERROR_EDIT_IMAGE": "Unable to save the edited image",
664
676
  "TITLE": "Title"
665
677
  }
666
678
  },
@@ -722,6 +734,7 @@
722
734
  "CONFIRM_ACCOUNT_EMAIL_FAILED": "Error while confirming the email. This account may have already been confirmed?",
723
735
  "UNAUTHORIZED": "Access denied by server",
724
736
  "FORBIDDEN": "Forbidden access",
737
+ "AUTH_TIMEOUT": "Your session has expired<br/>Please log in again.",
725
738
  "AUTH_SERVER_ERROR": "Error during authentication on the server",
726
739
  "AUTH_CHALLENGE_ERROR": "Error during authentication on the server (loading challenge failed)",
727
740
  "TABLE_INVALID_ROW_ERROR": "A row is invalid",
@@ -805,5 +818,11 @@
805
818
  "GROUP_2": "Group 2",
806
819
  "STATUS_ID": "Status"
807
820
  }
821
+ },
822
+ "ICON_SELECTOR": {
823
+ "TITLE": "Select an icon",
824
+ "TAB_IONIC": "Ionic",
825
+ "TAB_MATERIAL": "Material",
826
+ "SEARCH_PLACEHOLDER": "Search an icon..."
808
827
  }
809
828
  }
@@ -263,7 +263,8 @@
263
263
  "DEVELOPED_BY": "Développé par :",
264
264
  "PARTNERS": "Partenaires et sponsors :",
265
265
  "POD_VERSION": "Pod v{{version}}",
266
- "APP_VERSION": "App v{{version}}"
266
+ "APP_VERSION": "App v{{version}}",
267
+ "BTN_CHANGELOG": "Notes de version"
267
268
  },
268
269
  "HOME": {
269
270
  "WELCOME_WEB": "Bienvenue sur le site web {{appName}} !",
@@ -650,6 +651,8 @@
650
651
  "IMPORTING": "Importation en cours",
651
652
  "BTN_IMPORT_POLICY_DOTS": "Stratégie d'importation...",
652
653
  "ERROR": "Erreur durant l'envoi de fichier",
654
+ "MAX_FILE_SIZE_ERROR": "La taille du fichier est trop importante pour être téléversé ({{maxFileSizeMb}} Mo max).",
655
+ "EXTENSION_NOT_ALLOWED_ERROR": "L'extension du fichier n'est pas autorisée ({{fileExtensionsExcluded}} exclus).",
653
656
  "IMPORT_POLICY": {
654
657
  "TITLE": "Stratégie d'importation",
655
658
  "INSERT-ONLY": "Insertions uniquement",
@@ -664,6 +667,15 @@
664
667
  "GALLERY": {
665
668
  "BTN_EDIT_TITLE": "Éditer le titre",
666
669
  "BTN_ADD_TITLE": "Ajouter un titre",
670
+ "BTN_ROTATE_LEFT": "Pivoter à gauche",
671
+ "BTN_ROTATE_RIGHT": "Pivoter à droite",
672
+ "BTN_CROP_ACTIVATE": "Recadrer",
673
+ "BTN_CROP_DEACTIVATE": "Masquer le recadrage",
674
+ "BTN_CROP_RESET": "Réinitialiser le recadrage",
675
+ "BTN_CANCEL_EDIT": "Annuler les modifications",
676
+ "BTN_ENABLE_MODAL_ZOOM": "Ouvrir dans une modale ?",
677
+ "BTN_ENABLE_LOOP": "Boucler le diaporama",
678
+ "ERROR_EDIT_IMAGE": "Impossible d'enregistrer l'image modifiée",
667
679
  "TITLE": "Titre"
668
680
  }
669
681
  },
@@ -725,8 +737,9 @@
725
737
  "CONFIRM_ACCOUNT_EMAIL_FAILED": "Erreur lors de la confirmation de l'email. Ce compte a peut-être déjà été confirmé ?",
726
738
  "UNAUTHORIZED": "Accès au serveur non autorisé",
727
739
  "FORBIDDEN": "Accès non autorisé",
740
+ "AUTH_TIMEOUT": "Votre session est expirée<br/>Veuillez vous reconnecter.",
728
741
  "AUTH_SERVER_ERROR": "Erreur lors de l'authentification sur le serveur",
729
- "AUTH_CHALLENGE_ERROR": "Erreur lors de l'authentification sur le serveur (récupration du challenge)",
742
+ "AUTH_CHALLENGE_ERROR": "Erreur lors de l'authentification sur le serveur (récupération du challenge)",
730
743
  "TABLE_INVALID_ROW_ERROR": "Il existe une ligne en erreur",
731
744
  "TABLE_READ_ONLY": "Tableau en lecture seule",
732
745
  "SAVE_DATA_ERROR": "Erreur lors de la sauvegarde. <small><br/>Si le problème persiste, veuillez contacter votre administrateur.</small>",
@@ -808,5 +821,11 @@
808
821
  "GROUP_2": "Groupe 2",
809
822
  "STATUS_ID": "Etat de saisie"
810
823
  }
824
+ },
825
+ "ICON_SELECTOR": {
826
+ "TITLE": "Sélectionner une icône",
827
+ "TAB_IONIC": "Ionic",
828
+ "TAB_MATERIAL": "Material",
829
+ "SEARCH_PLACEHOLDER": "Rechercher une icône..."
811
830
  }
812
831
  }