@sumaris-net/ngx-components 21.0.0-rc15 → 21.0.0-rc17
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/doc/changelog.md +16 -7
- package/fesm2022/sumaris-net-ngx-components-testing.mjs +4 -1
- package/fesm2022/sumaris-net-ngx-components-testing.mjs.map +1 -1
- package/fesm2022/sumaris-net.ngx-components.mjs +1745 -1343
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +17 -16
- package/src/assets/i18n/en-US.json +5 -4
- package/src/assets/i18n/en.json +5 -4
- package/src/assets/i18n/fr.json +5 -4
- package/src/assets/manifest.json +1 -1
- package/src/theme/_ngx-components.table.scss +5 -0
- package/types/sumaris-net-ngx-components-testing.d.ts +1 -2
- package/types/sumaris-net.ngx-components.d.ts +243 -36
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-
|
|
4
|
+
"version": "21.0.0-rc17",
|
|
5
5
|
"author": "contact@e-is.pro",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
7
7
|
"readmeFilename": "README.md",
|
|
@@ -37,26 +37,27 @@
|
|
|
37
37
|
"@playwright/test": "^1.58.2",
|
|
38
38
|
"d3": "~7.6.1",
|
|
39
39
|
"localforage": "~1.10.0",
|
|
40
|
-
"rxjs": "~7.8.
|
|
40
|
+
"rxjs": "~7.8.2"
|
|
41
41
|
},
|
|
42
42
|
"optionalDependencies": {
|
|
43
43
|
"@awesome-cordova-plugins/audio-management": "^6.16.0",
|
|
44
44
|
"@awesome-cordova-plugins/core": "^6.16.0",
|
|
45
45
|
"@awesome-cordova-plugins/downloader": "^6.16.0",
|
|
46
46
|
"@capacitor-community/native-audio": "^7.0.1",
|
|
47
|
-
"@capacitor/android": "^7.4.
|
|
48
|
-
"@capacitor/app": "^7.1.
|
|
49
|
-
"@capacitor/browser": "^7.0.
|
|
50
|
-
"@capacitor/camera": "^7.0.
|
|
51
|
-
"@capacitor/clipboard": "^7.0.
|
|
52
|
-
"@capacitor/core": "^7.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",
|
|
53
54
|
"@capacitor/geolocation": "^7.1.6",
|
|
54
|
-
"@capacitor/haptics": "^7.0.
|
|
55
|
-
"@capacitor/ios": "^7.4.
|
|
56
|
-
"@capacitor/keyboard": "^7.0.
|
|
57
|
-
"@capacitor/network": "^7.0.
|
|
58
|
-
"@capacitor/splash-screen": "^7.0.
|
|
59
|
-
"@capacitor/status-bar": "^7.0.
|
|
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",
|
|
60
61
|
"@capawesome/capacitor-android-edge-to-edge-support": "^7.2.3",
|
|
61
62
|
"@e-is/cordova-plugin-audiomanagement": "^1.0.3",
|
|
62
63
|
"@e-is/cordova-plugin-downloader": "^1.2.0",
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
"localforage-cordovasqlitedriver": "~1.8.0",
|
|
67
68
|
"marked": "^18.0.0",
|
|
68
69
|
"ngx-markdown": "^21.3.0",
|
|
69
|
-
"ngx-mat-timepicker": "^21.0.
|
|
70
|
+
"ngx-mat-timepicker": "^21.0.1",
|
|
70
71
|
"prismjs": "^1.30.0"
|
|
71
72
|
},
|
|
72
73
|
"repository": {
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
"url": "https://gitlab.ifremer.fr/sih-public/sumaris/ngx-sumaris-components/-/issues"
|
|
79
80
|
},
|
|
80
81
|
"engines": {
|
|
81
|
-
"node": ">= 22.
|
|
82
|
+
"node": ">= 22.12.0",
|
|
82
83
|
"npm": ">= 11.0.0"
|
|
83
84
|
},
|
|
84
85
|
"optimizeDeps": {
|
|
@@ -151,9 +151,7 @@
|
|
|
151
151
|
"LOAD_FAILED": "Failed to load filter",
|
|
152
152
|
"IMPORT_FAILED": "Failed to import filter",
|
|
153
153
|
"NOT_FOUND": "Filter not found"
|
|
154
|
-
}
|
|
155
|
-
"SEARCH": "Search",
|
|
156
|
-
"SEARCH_PLACEHOLDER": "Search an icon…"
|
|
154
|
+
}
|
|
157
155
|
},
|
|
158
156
|
"CONFIGURATION": {
|
|
159
157
|
"OPTIONS": {
|
|
@@ -650,6 +648,8 @@
|
|
|
650
648
|
"IMPORTING": "Import in progress",
|
|
651
649
|
"BTN_IMPORT_POLICY_DOTS": "Import policy...",
|
|
652
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)",
|
|
653
653
|
"IMPORT_POLICY": {
|
|
654
654
|
"TITLE": "Import options",
|
|
655
655
|
"INSERT-ONLY": "Inserts only",
|
|
@@ -822,6 +822,7 @@
|
|
|
822
822
|
"ICON_SELECTOR": {
|
|
823
823
|
"TITLE": "Select an icon",
|
|
824
824
|
"TAB_IONIC": "Ionic",
|
|
825
|
-
"TAB_MATERIAL": "Material"
|
|
825
|
+
"TAB_MATERIAL": "Material",
|
|
826
|
+
"SEARCH_PLACEHOLDER": "Search an icon…"
|
|
826
827
|
}
|
|
827
828
|
}
|
package/src/assets/i18n/en.json
CHANGED
|
@@ -151,9 +151,7 @@
|
|
|
151
151
|
"LOAD_FAILED": "Failed to load filter",
|
|
152
152
|
"IMPORT_FAILED": "Failed to import filter",
|
|
153
153
|
"NOT_FOUND": "Filter not found"
|
|
154
|
-
}
|
|
155
|
-
"SEARCH": "Search",
|
|
156
|
-
"SEARCH_PLACEHOLDER": "Search an icon..."
|
|
154
|
+
}
|
|
157
155
|
},
|
|
158
156
|
"CONFIGURATION": {
|
|
159
157
|
"OPTIONS": {
|
|
@@ -650,6 +648,8 @@
|
|
|
650
648
|
"IMPORTING": "Import in progress",
|
|
651
649
|
"BTN_IMPORT_POLICY_DOTS": "Import policy...",
|
|
652
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)",
|
|
653
653
|
"IMPORT_POLICY": {
|
|
654
654
|
"TITLE": "Import options",
|
|
655
655
|
"INSERT-ONLY": "Inserts only",
|
|
@@ -822,6 +822,7 @@
|
|
|
822
822
|
"ICON_SELECTOR": {
|
|
823
823
|
"TITLE": "Select an icon",
|
|
824
824
|
"TAB_IONIC": "Ionic",
|
|
825
|
-
"TAB_MATERIAL": "Material"
|
|
825
|
+
"TAB_MATERIAL": "Material",
|
|
826
|
+
"SEARCH_PLACEHOLDER": "Search an icon..."
|
|
826
827
|
}
|
|
827
828
|
}
|
package/src/assets/i18n/fr.json
CHANGED
|
@@ -151,9 +151,7 @@
|
|
|
151
151
|
"LOAD_FAILED": "Échec du chargement du filtre",
|
|
152
152
|
"IMPORT_FAILED": "Échec de l'import du filtre",
|
|
153
153
|
"NOT_FOUND": "Filtre non trouvé"
|
|
154
|
-
}
|
|
155
|
-
"SEARCH": "Rechercher",
|
|
156
|
-
"SEARCH_PLACEHOLDER": "Rechercher une icône..."
|
|
154
|
+
}
|
|
157
155
|
},
|
|
158
156
|
"CONFIGURATION": {
|
|
159
157
|
"OPTIONS": {
|
|
@@ -653,6 +651,8 @@
|
|
|
653
651
|
"IMPORTING": "Importation en cours",
|
|
654
652
|
"BTN_IMPORT_POLICY_DOTS": "Stratégie d'importation...",
|
|
655
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).",
|
|
656
656
|
"IMPORT_POLICY": {
|
|
657
657
|
"TITLE": "Stratégie d'importation",
|
|
658
658
|
"INSERT-ONLY": "Insertions uniquement",
|
|
@@ -825,6 +825,7 @@
|
|
|
825
825
|
"ICON_SELECTOR": {
|
|
826
826
|
"TITLE": "Sélectionner une icône",
|
|
827
827
|
"TAB_IONIC": "Ionic",
|
|
828
|
-
"TAB_MATERIAL": "Material"
|
|
828
|
+
"TAB_MATERIAL": "Material",
|
|
829
|
+
"SEARCH_PLACEHOLDER": "Rechercher une icône..."
|
|
829
830
|
}
|
|
830
831
|
}
|
package/src/assets/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "ngx-sumaris-components",
|
|
3
3
|
"short_name": "ngx-sumaris-components",
|
|
4
4
|
"manifest_version": 1,
|
|
5
|
-
"version": "21.0.0-
|
|
5
|
+
"version": "21.0.0-rc17",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|
|
@@ -126,6 +126,8 @@
|
|
|
126
126
|
.mat-mdc-footer-cell {
|
|
127
127
|
// Remove default padding
|
|
128
128
|
padding-inline: 0;
|
|
129
|
+
padding-inline-start: 0; // Compat Chrome < 87 (padding-inline not exists yet)
|
|
130
|
+
padding-inline-end: 0; // Compat Chrome < 87 (padding-inline not exists yet)
|
|
129
131
|
|
|
130
132
|
&.ion-padding-start {
|
|
131
133
|
padding-inline-start: var(--mat-cell-horizontal-padding);
|
|
@@ -363,7 +365,10 @@
|
|
|
363
365
|
}
|
|
364
366
|
|
|
365
367
|
.mdc-text-field {
|
|
368
|
+
// Remove default padding
|
|
366
369
|
padding-inline: 0;
|
|
370
|
+
padding-inline-start: 0; // Compat Chrome < 87 (padding-inline not exists yet)
|
|
371
|
+
padding-inline-end: 0; // Compat Chrome < 87 (padding-inline not exists yet)
|
|
367
372
|
}
|
|
368
373
|
|
|
369
374
|
// Prefix
|