@sumaris-net/ngx-components 21.0.0-rc15 → 21.0.0-rc16

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-rc15",
4
+ "version": "21.0.0-rc16",
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.1"
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.4",
48
- "@capacitor/app": "^7.1.0",
49
- "@capacitor/browser": "^7.0.3",
50
- "@capacitor/camera": "^7.0.2",
51
- "@capacitor/clipboard": "^7.0.2",
52
- "@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",
53
54
  "@capacitor/geolocation": "^7.1.6",
54
- "@capacitor/haptics": "^7.0.2",
55
- "@capacitor/ios": "^7.4.4",
56
- "@capacitor/keyboard": "^7.0.3",
57
- "@capacitor/network": "^7.0.3",
58
- "@capacitor/splash-screen": "^7.0.3",
59
- "@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",
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.0",
70
+ "ngx-mat-timepicker": "^21.0.1",
70
71
  "prismjs": "^1.30.0"
71
72
  },
72
73
  "repository": {
@@ -650,6 +650,8 @@
650
650
  "IMPORTING": "Import in progress",
651
651
  "BTN_IMPORT_POLICY_DOTS": "Import policy...",
652
652
  "ERROR": "Error while uploading file",
653
+ "MAX_FILE_SIZE_ERROR": "The file size is too large to be uploaded ({{maxFileSizeMb}} MB max)",
654
+ "EXTENSION_NOT_ALLOWED_ERROR": "The file extension is not allowed ({{fileExtensionsExcluded}} excluded)",
653
655
  "IMPORT_POLICY": {
654
656
  "TITLE": "Import options",
655
657
  "INSERT-ONLY": "Inserts only",
@@ -650,6 +650,8 @@
650
650
  "IMPORTING": "Import in progress",
651
651
  "BTN_IMPORT_POLICY_DOTS": "Import policy...",
652
652
  "ERROR": "Error while uploading file",
653
+ "MAX_FILE_SIZE_ERROR": "The file size is too large to be uploaded ({{maxFileSizeMb}} MB max)",
654
+ "EXTENSION_NOT_ALLOWED_ERROR": "The file extension is not allowed ({{fileExtensionsExcluded}} excluded)",
653
655
  "IMPORT_POLICY": {
654
656
  "TITLE": "Import options",
655
657
  "INSERT-ONLY": "Inserts only",
@@ -653,6 +653,8 @@
653
653
  "IMPORTING": "Importation en cours",
654
654
  "BTN_IMPORT_POLICY_DOTS": "Stratégie d'importation...",
655
655
  "ERROR": "Erreur durant l'envoi de fichier",
656
+ "MAX_FILE_SIZE_ERROR": "La taille du fichier est trop importante pour être téléversé ({{maxFileSizeMb}} Mo max).",
657
+ "EXTENSION_NOT_ALLOWED_ERROR": "L'extension du fichier n'est pas autorisée ({{fileExtensionsExcluded}} exclus).",
656
658
  "IMPORT_POLICY": {
657
659
  "TITLE": "Stratégie d'importation",
658
660
  "INSERT-ONLY": "Insertions uniquement",
@@ -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-rc15",
5
+ "version": "21.0.0-rc16",
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
@@ -1,5 +1,4 @@
1
- import { Page, Locator } from 'playwright';
2
- import { PlaywrightTestArgs } from '@playwright/test';
1
+ import { Page, Locator, PlaywrightTestArgs } from '@playwright/test';
3
2
 
4
3
  declare const STARTUP_DATA_STORAGE_KEY = "__appStartupData";
5
4