@cauca-911/material 21.1.6 → 21.2.1

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/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2018 CAUCA 9-1-1 inc
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1
+ MIT License
2
+
3
+ Copyright (c) 2018 CAUCA 9-1-1 inc
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @cauca-911/material
2
-
3
- Run `npm install @cauca-911/material --save` to add this library to your project
4
-
1
+ # @cauca-911/material
2
+
3
+ Run `npm install @cauca-911/material --save` to add this library to your project
4
+
5
5
  ## To use this library, you need to import the module with specific configuration
@@ -1,104 +1,108 @@
1
- {
2
- "material": {
3
- "ok": "Ok",
4
- "apply": "Apply",
5
- "cancel": "Cancel",
6
- "clear": "Clear",
7
- "description": "The \"@cauca-911/material\" library add many visual component",
8
- "select": "Select",
9
- "dialogTitle": "Data acquisition",
10
- "dialogMessage": "Data acquisition in progress <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
11
- "version": "Version",
12
- "refresh": "Refresh"
13
- },
14
- "ok": "Ok",
15
- "apply": "Apply",
16
- "cancel": "Cancel",
17
- "clear": "Clear",
18
- "description": "The \"@cauca-911/material\" library add many visual component",
19
- "select": "Select",
20
- "dialogTitle": "Data acquisition",
21
- "dialogMessage": "Data acquisition in progress <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
22
- "version": "Version",
23
- "refresh": "Refresh",
24
- "close": "Close",
25
- "copyLink": "Copy link",
26
- "logout": "Logout",
27
- "search": "Search",
28
- "en": "English",
29
- "fr": "French",
30
- "or": "OR",
31
- "errorTitle": "Error",
32
- "edit": "Edit",
33
- "delete": "Delete",
34
- "save": "Save",
35
- "yes": "Yes",
36
- "no": "No",
37
- "dateRangeSelectorLabel": "Dates",
38
- "errorDialog": {
39
- "titleError": "Deletion Error",
40
- "messageError": "An error occurred while deleting \"{{itemName}}\". Please try again later."
41
- },
42
- "savingSuccessNotification": {
43
- "title": "Saving",
44
- "message": "The save was successful."
45
- },
46
- "deleteDialog": {
47
- "titleFemale": "Delete {{itemType}}",
48
- "titleMale": "Delete {{itemType}}",
49
- "message": "Are you sure you want to delete \"{{itemName}}\"?",
50
- "titleError": "Unable to delete",
51
- "messageError": "An error occurred while deleting the item \"{{itemName}}\""
52
- },
53
- "cancelEditionDialog": {
54
- "title": "Cancel confirmation",
55
- "message": "You have unsaved changes, are you sure you want to undo them ?"
56
- },
57
- "validationErrorDialog": {
58
- "title": "Invalid data",
59
- "message": "You cannot save because you have invalid information.",
60
- "messageNext": "You cannot continue because you have invalid information."
61
- },
62
- "alertDialog": {
63
- "errorTitle": "Error",
64
- "noResult": "No results",
65
- "deleteErrorMessage": "An error has occured while deleting item, please try again.",
66
- "genericErrorMessage": "An error has occured, please try again.",
67
- "saveErrorMessage": "An error has occured while saving data, please try again.",
68
- "loadErrorMessage": "An error has occured while loading data, please try again."
69
- },
70
- "generalError": {
71
- "errorAlertTitle": "Error",
72
- "loadingErrorAlertTitle": "Loading error",
73
- "loadingErrorAlertMessage": "An alert has occured while loading date. Please try again.",
74
- "savingErrorAlertTitle": "Saving error",
75
- "savingErrorAlertMessage": "An alert has occured while saving date. Please try again.",
76
- "retryButtonLabel": "Retry"
77
- },
78
- "error": {
79
- "requiredField": "Required field.",
80
- "maxLength": "Value must have less than {{value}} characters.",
81
- "valueMin": "Value below minimum",
82
- "valueMax": "Value over maximum",
83
- "invalidEmail": "Invalid email",
84
- "invalidPhoneNumber": "Invalid phone number",
85
- "min": "Minimum value: {{value}}",
86
- "max": "Maximum value: {{value}}",
87
- "length": "Length must not exceed {{value}} characters.",
88
- "identicalPassword": "Same passwords",
89
- "minimumCharacters": "Minimum 13 characters",
90
- "minimumNumeric": "Minimum 1 numbers (0-9)",
91
- "minimumSpecialCharacter": "Minimum 1 special character (!, @, $, ...)",
92
- "minimumUpperAndLowercase": "Minimum 1 uppercase et 1 lowercase (A, z)"
93
- },
94
- "passwordEdition" : {
95
- "passwordSelection": "Please choose a password.",
96
- "password": "Password",
97
- "passwordConfirmation": "Password confirmation",
98
- "minimumCharacters": "Minimum 13 characters",
99
- "minimumOneNumeric": "Minimum 1 number (0-9)",
100
- "minimumOneSpecialCharacter": "Minimum 1 special character (!, @, $, etc.)",
101
- "needLowerAndUppercase": "Minimum 1 uppercase and 1 lowercase (A, z)",
102
- "equalPasswords": "Same passwords"
103
- }
104
- }
1
+ {
2
+ "material": {
3
+ "ok": "Ok",
4
+ "apply": "Apply",
5
+ "cancel": "Cancel",
6
+ "clear": "Clear",
7
+ "description": "The \"@cauca-911/material\" library add many visual component",
8
+ "select": "Select",
9
+ "dialogTitle": "Data acquisition",
10
+ "dialogMessage": "Data acquisition in progress <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
11
+ "version": "Version",
12
+ "refresh": "Refresh"
13
+ },
14
+ "ok": "Ok",
15
+ "apply": "Apply",
16
+ "cancel": "Cancel",
17
+ "clear": "Clear",
18
+ "description": "The \"@cauca-911/material\" library add many visual component",
19
+ "select": "Select",
20
+ "dialogTitle": "Data acquisition",
21
+ "dialogMessage": "Data acquisition in progress <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
22
+ "version": "Version",
23
+ "refresh": "Refresh",
24
+ "close": "Close",
25
+ "copyLink": "Copy link",
26
+ "logout": "Logout",
27
+ "search": "Search",
28
+ "en": "English",
29
+ "fr": "French",
30
+ "or": "OR",
31
+ "errorTitle": "Error",
32
+ "edit": "Edit",
33
+ "delete": "Delete",
34
+ "save": "Save",
35
+ "yes": "Yes",
36
+ "no": "No",
37
+ "dateRangeSelectorLabel": "Dates",
38
+ "errorDialog": {
39
+ "titleError": "Deletion Error",
40
+ "messageError": "An error occurred while deleting \"{{itemName}}\". Please try again later."
41
+ },
42
+ "savingSuccessNotification": {
43
+ "title": "Saving",
44
+ "message": "The save was successful."
45
+ },
46
+ "statusMessage": {
47
+ "noDataLabel": "No data",
48
+ "errorLoadingDataLabel": "An error has occured while loading data."
49
+ },
50
+ "deleteDialog": {
51
+ "titleFemale": "Delete {{itemType}}",
52
+ "titleMale": "Delete {{itemType}}",
53
+ "message": "Are you sure you want to delete \"{{itemName}}\"?",
54
+ "titleError": "Unable to delete",
55
+ "messageError": "An error occurred while deleting the item \"{{itemName}}\""
56
+ },
57
+ "cancelEditionDialog": {
58
+ "title": "Cancel confirmation",
59
+ "message": "You have unsaved changes, are you sure you want to undo them ?"
60
+ },
61
+ "validationErrorDialog": {
62
+ "title": "Invalid data",
63
+ "message": "You cannot save because you have invalid information.",
64
+ "messageNext": "You cannot continue because you have invalid information."
65
+ },
66
+ "alertDialog": {
67
+ "errorTitle": "Error",
68
+ "noResult": "No results",
69
+ "deleteErrorMessage": "An error has occured while deleting item, please try again.",
70
+ "genericErrorMessage": "An error has occured, please try again.",
71
+ "saveErrorMessage": "An error has occured while saving data, please try again.",
72
+ "loadErrorMessage": "An error has occured while loading data, please try again."
73
+ },
74
+ "generalError": {
75
+ "errorAlertTitle": "Error",
76
+ "loadingErrorAlertTitle": "Loading error",
77
+ "loadingErrorAlertMessage": "An alert has occured while loading date. Please try again.",
78
+ "savingErrorAlertTitle": "Saving error",
79
+ "savingErrorAlertMessage": "An alert has occured while saving date. Please try again.",
80
+ "retryButtonLabel": "Retry"
81
+ },
82
+ "error": {
83
+ "requiredField": "Required field.",
84
+ "maxLength": "Value must have less than {{value}} characters.",
85
+ "valueMin": "Value below minimum",
86
+ "valueMax": "Value over maximum",
87
+ "invalidEmail": "Invalid email",
88
+ "invalidPhoneNumber": "Invalid phone number",
89
+ "min": "Minimum value: {{value}}",
90
+ "max": "Maximum value: {{value}}",
91
+ "length": "Length must not exceed {{value}} characters.",
92
+ "identicalPassword": "Same passwords",
93
+ "minimumCharacters": "Minimum 13 characters",
94
+ "minimumNumeric": "Minimum 1 numbers (0-9)",
95
+ "minimumSpecialCharacter": "Minimum 1 special character (!, @, $, ...)",
96
+ "minimumUpperAndLowercase": "Minimum 1 uppercase et 1 lowercase (A, z)"
97
+ },
98
+ "passwordEdition" : {
99
+ "passwordSelection": "Please choose a password.",
100
+ "password": "Password",
101
+ "passwordConfirmation": "Password confirmation",
102
+ "minimumCharacters": "Minimum 13 characters",
103
+ "minimumOneNumeric": "Minimum 1 number (0-9)",
104
+ "minimumOneSpecialCharacter": "Minimum 1 special character (!, @, $, etc.)",
105
+ "needLowerAndUppercase": "Minimum 1 uppercase and 1 lowercase (A, z)",
106
+ "equalPasswords": "Same passwords"
107
+ }
108
+ }
@@ -1,104 +1,108 @@
1
- {
2
- "material": {
3
- "ok": "Ok",
4
- "apply": "Aplicar",
5
- "cancel": "Cancelar",
6
- "clear": "Claro",
7
- "description": "La librería \"@cauca-911/material\" agrega componentes basados ​​en @angular/material",
8
- "select": "Para seleccionar",
9
- "dialogTitle": "Adquisición de datos",
10
- "dialogMessage": "Adquisición de datos en curso <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
11
- "version": "Versión",
12
- "refresh": "Actualizar"
13
- },
14
- "ok": "Ok",
15
- "apply": "Aplicar",
16
- "cancel": "Cancelar",
17
- "clear": "Claro",
18
- "description": "La librería \"@cauca-911/material\" agrega muchos componentes visuales",
19
- "select": "Seleccionar",
20
- "dialogTitle": "Adquisición de datos",
21
- "dialogMessage": "Adquisición de datos en curso <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
22
- "version": "Versión",
23
- "refresh": "Actualizar",
24
- "close": "Cerrar",
25
- "copyLink": "Copiar enlace",
26
- "logout": "Cerrar sesión",
27
- "search": "Buscar",
28
- "en": "Inglés",
29
- "fr": "Francés",
30
- "or": "O",
31
- "errorTitle": "Error",
32
- "edit": "Editar",
33
- "delete": "Eliminar",
34
- "save": "Guardar",
35
- "yes": "Sí",
36
- "no": "No",
37
- "dateRangeSelectorLabel": "Fechas",
38
- "errorDialog": {
39
- "titleError": "Error al eliminar",
40
- "messageError": "Ocurrió un error al eliminar \"{{itemName}}\". Por favor, inténtalo de nuevo más tarde."
41
- },
42
- "savingSuccessNotification": {
43
- "title": "Guardando",
44
- "message": "El guardado fue exitoso."
45
- },
46
- "deleteDialog": {
47
- "titleFemale": "Eliminar {{itemType}}",
48
- "titleMale": "Eliminar {{itemType}}",
49
- "message": "¿Está seguro que desea eliminar \"{{itemName}}\"?",
50
- "titleError": "No se puede eliminar",
51
- "messageError": "Ocurrió un error al eliminar el elemento \"{{itemName}}\""
52
- },
53
- "cancelEditionDialog": {
54
- "title": "Confirmación de cancelación",
55
- "message": "Tiene cambios sin guardar, ¿está seguro que desea deshacerlos?"
56
- },
57
- "validationErrorDialog": {
58
- "title": "Datos inválidos",
59
- "message": "No puede guardar porque tiene información inválida.",
60
- "messageNext": "No puede continuar porque tiene información inválida."
61
- },
62
- "alertDialog": {
63
- "errorTitle": "Error",
64
- "noResult": "Sin resultados",
65
- "deleteErrorMessage": "Ocurrió un error al eliminar el elemento, por favor intente de nuevo.",
66
- "genericErrorMessage": "Ocurrió un error, por favor intente de nuevo.",
67
- "saveErrorMessage": "Ocurrió un error al guardar los datos, por favor intente de nuevo.",
68
- "loadErrorMessage": "Ocurrió un error al cargar los datos, por favor intente de nuevo."
69
- },
70
- "generalError": {
71
- "errorAlertTitle": "Error",
72
- "loadingErrorAlertTitle": "Error al cargar",
73
- "loadingErrorAlertMessage": "Ocurrió una alerta al cargar los datos. Por favor intente de nuevo.",
74
- "savingErrorAlertTitle": "Error al guardar",
75
- "savingErrorAlertMessage": "Ocurrió una alerta al guardar los datos. Por favor intente de nuevo.",
76
- "retryButtonLabel": "Reintentar"
77
- },
78
- "error": {
79
- "requiredField": "Campo obligatorio.",
80
- "maxLength": "El valor debe tener menos de {{value}} caracteres.",
81
- "valueMin": "Valor por debajo del mínimo",
82
- "valueMax": "Valor por encima del máximo",
83
- "invalidEmail": "Correo electrónico inválido",
84
- "invalidPhoneNumber": "Número de teléfono inválido",
85
- "min": "Valor mínimo: {{value}}",
86
- "max": "Valor máximo: {{value}}",
87
- "length": "La longitud no debe exceder {{value}} caracteres.",
88
- "identicalPassword": "Contraseñas iguales",
89
- "minimumCharacters": "Mínimo 13 caracteres",
90
- "minimumNumeric": "Mínimo 1 número (0-9)",
91
- "minimumSpecialCharacter": "Mínimo 1 carácter especial (!, @, $, ...)",
92
- "minimumUpperAndLowercase": "Mínimo 1 mayúscula y 1 minúscula (A, z)"
93
- },
94
- "passwordEdition": {
95
- "passwordSelection": "Por favor, elija una contraseña.",
96
- "password": "Contraseña",
97
- "passwordConfirmation": "Confirmación de contraseña",
98
- "minimumCharacters": "Mínimo 13 caracteres",
99
- "minimumOneNumeric": "Mínimo 1 número (0-9)",
100
- "minimumOneSpecialCharacter": "Mínimo 1 carácter especial (!, @, $, etc.)",
101
- "needLowerAndUppercase": "Mínimo 1 mayúscula y 1 minúscula (A, z)",
102
- "equalPasswords": "Contraseñas iguales"
103
- }
104
- }
1
+ {
2
+ "material": {
3
+ "ok": "Ok",
4
+ "apply": "Aplicar",
5
+ "cancel": "Cancelar",
6
+ "clear": "Claro",
7
+ "description": "La librería \"@cauca-911/material\" agrega componentes basados ​​en @angular/material",
8
+ "select": "Para seleccionar",
9
+ "dialogTitle": "Adquisición de datos",
10
+ "dialogMessage": "Adquisición de datos en curso <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
11
+ "version": "Versión",
12
+ "refresh": "Actualizar"
13
+ },
14
+ "ok": "Ok",
15
+ "apply": "Aplicar",
16
+ "cancel": "Cancelar",
17
+ "clear": "Claro",
18
+ "description": "La librería \"@cauca-911/material\" agrega muchos componentes visuales",
19
+ "select": "Seleccionar",
20
+ "dialogTitle": "Adquisición de datos",
21
+ "dialogMessage": "Adquisición de datos en curso <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
22
+ "version": "Versión",
23
+ "refresh": "Actualizar",
24
+ "close": "Cerrar",
25
+ "copyLink": "Copiar enlace",
26
+ "logout": "Cerrar sesión",
27
+ "search": "Buscar",
28
+ "en": "Inglés",
29
+ "fr": "Francés",
30
+ "or": "O",
31
+ "errorTitle": "Error",
32
+ "edit": "Editar",
33
+ "delete": "Eliminar",
34
+ "save": "Guardar",
35
+ "yes": "Sí",
36
+ "no": "No",
37
+ "dateRangeSelectorLabel": "Fechas",
38
+ "errorDialog": {
39
+ "titleError": "Error al eliminar",
40
+ "messageError": "Ocurrió un error al eliminar \"{{itemName}}\". Por favor, inténtalo de nuevo más tarde."
41
+ },
42
+ "savingSuccessNotification": {
43
+ "title": "Guardando",
44
+ "message": "El guardado fue exitoso."
45
+ },
46
+ "statusMessage": {
47
+ "noDataLabel": "Sin datos",
48
+ "errorLoadingDataLabel": "Ocurrió un error al cargar los datos."
49
+ },
50
+ "deleteDialog": {
51
+ "titleFemale": "Eliminar {{itemType}}",
52
+ "titleMale": "Eliminar {{itemType}}",
53
+ "message": "¿Está seguro que desea eliminar \"{{itemName}}\"?",
54
+ "titleError": "No se puede eliminar",
55
+ "messageError": "Ocurrió un error al eliminar el elemento \"{{itemName}}\""
56
+ },
57
+ "cancelEditionDialog": {
58
+ "title": "Confirmación de cancelación",
59
+ "message": "Tiene cambios sin guardar, ¿está seguro que desea deshacerlos?"
60
+ },
61
+ "validationErrorDialog": {
62
+ "title": "Datos inválidos",
63
+ "message": "No puede guardar porque tiene información inválida.",
64
+ "messageNext": "No puede continuar porque tiene información inválida."
65
+ },
66
+ "alertDialog": {
67
+ "errorTitle": "Error",
68
+ "noResult": "Sin resultados",
69
+ "deleteErrorMessage": "Ocurrió un error al eliminar el elemento, por favor intente de nuevo.",
70
+ "genericErrorMessage": "Ocurrió un error, por favor intente de nuevo.",
71
+ "saveErrorMessage": "Ocurrió un error al guardar los datos, por favor intente de nuevo.",
72
+ "loadErrorMessage": "Ocurrió un error al cargar los datos, por favor intente de nuevo."
73
+ },
74
+ "generalError": {
75
+ "errorAlertTitle": "Error",
76
+ "loadingErrorAlertTitle": "Error al cargar",
77
+ "loadingErrorAlertMessage": "Ocurrió una alerta al cargar los datos. Por favor intente de nuevo.",
78
+ "savingErrorAlertTitle": "Error al guardar",
79
+ "savingErrorAlertMessage": "Ocurrió una alerta al guardar los datos. Por favor intente de nuevo.",
80
+ "retryButtonLabel": "Reintentar"
81
+ },
82
+ "error": {
83
+ "requiredField": "Campo obligatorio.",
84
+ "maxLength": "El valor debe tener menos de {{value}} caracteres.",
85
+ "valueMin": "Valor por debajo del mínimo",
86
+ "valueMax": "Valor por encima del máximo",
87
+ "invalidEmail": "Correo electrónico inválido",
88
+ "invalidPhoneNumber": "Número de teléfono inválido",
89
+ "min": "Valor mínimo: {{value}}",
90
+ "max": "Valor máximo: {{value}}",
91
+ "length": "La longitud no debe exceder {{value}} caracteres.",
92
+ "identicalPassword": "Contraseñas iguales",
93
+ "minimumCharacters": "Mínimo 13 caracteres",
94
+ "minimumNumeric": "Mínimo 1 número (0-9)",
95
+ "minimumSpecialCharacter": "Mínimo 1 carácter especial (!, @, $, ...)",
96
+ "minimumUpperAndLowercase": "Mínimo 1 mayúscula y 1 minúscula (A, z)"
97
+ },
98
+ "passwordEdition": {
99
+ "passwordSelection": "Por favor, elija una contraseña.",
100
+ "password": "Contraseña",
101
+ "passwordConfirmation": "Confirmación de contraseña",
102
+ "minimumCharacters": "Mínimo 13 caracteres",
103
+ "minimumOneNumeric": "Mínimo 1 número (0-9)",
104
+ "minimumOneSpecialCharacter": "Mínimo 1 carácter especial (!, @, $, etc.)",
105
+ "needLowerAndUppercase": "Mínimo 1 mayúscula y 1 minúscula (A, z)",
106
+ "equalPasswords": "Contraseñas iguales"
107
+ }
108
+ }