@cauca-911/material 20.2.10 → 20.2.11

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.
@@ -34,6 +34,7 @@
34
34
  "save": "Save",
35
35
  "yes": "Yes",
36
36
  "no": "No",
37
+ "dateRangeSelectorLabel": "Dates",
37
38
  "errorDialog": {
38
39
  "titleError": "Deletion Error",
39
40
  "messageError": "An error occurred while deleting \"{{itemName}}\". Please try again later."
@@ -34,6 +34,7 @@
34
34
  "save": "Guardar",
35
35
  "yes": "Sí",
36
36
  "no": "No",
37
+ "dateRangeSelectorLabel": "Fechas",
37
38
  "errorDialog": {
38
39
  "titleError": "Error al eliminar",
39
40
  "messageError": "Ocurrió un error al eliminar \"{{itemName}}\". Por favor, inténtalo de nuevo más tarde."
@@ -36,7 +36,7 @@
36
36
  "es": "Espagnol",
37
37
  "or": "OU",
38
38
  "dateRangeSelectorLabel": "Dates",
39
- "errorDialog": {
39
+ "errorDialog": {
40
40
  "titleError": "Erreur de suppression",
41
41
  "messageError": "Une erreur est survenue lors de la suppression de \"{{itemName}}\". Veuillez réessayer plus tard."
42
42
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "20.2.10",
3
+ "version": "20.2.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.2.1",
6
6
  "@angular/core": ">=20.2.1",
@@ -8,12 +8,7 @@
8
8
  "@cauca-911/core": ">=20.2.0",
9
9
  "ngx-mat-select-search": ">=8.0.0",
10
10
  "ngx-color-picker": ">=20.1.1",
11
- "@fortawesome/angular-fontawesome": "^3.0.0",
12
- "@fortawesome/fontawesome-common-types": "^7.0.0",
13
- "@fortawesome/fontawesome-svg-core": "^7.0.0",
14
- "@fortawesome/free-brands-svg-icons": "^7.0.0",
15
- "@fortawesome/free-solid-svg-icons": "^7.0.0",
16
- "@fortawesome/pro-light-svg-icons": "^7.0.0"
11
+ "@fortawesome/angular-fontawesome": "^3.0.0"
17
12
  },
18
13
  "homepage": "https://cauca.ca",
19
14
  "license": "SEE LICENSE IN LICENSE",