tickera-angular-components 0.0.1-dev.56 → 0.0.1-dev.57
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/fesm2022/tickera-angular-components.mjs +10 -10
- package/i18n/en.json +5 -5
- package/i18n/es.json +5 -5
- package/package.json +1 -1
|
@@ -41,11 +41,11 @@ var common$1 = {
|
|
|
41
41
|
"7": "Domingo"
|
|
42
42
|
},
|
|
43
43
|
documentTypes: {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
cc: "Cedula de ciudadania",
|
|
45
|
+
ce: "Cedula de extrangería",
|
|
46
|
+
nit: "NIT",
|
|
47
|
+
pp: "Pasaporte",
|
|
48
|
+
ti: "Tarjeta de identidad"
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
var fileUpload$1 = {
|
|
@@ -121,11 +121,11 @@ var common = {
|
|
|
121
121
|
"7": "Sunday"
|
|
122
122
|
},
|
|
123
123
|
documentTypes: {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
124
|
+
cc: "National Identity Card",
|
|
125
|
+
ce: "Foreigner's Identity Card",
|
|
126
|
+
nit: "Tax Identification Number (NIT)",
|
|
127
|
+
pp: "Passport",
|
|
128
|
+
ti: "Identity Card"
|
|
129
129
|
}
|
|
130
130
|
};
|
|
131
131
|
var fileUpload = {
|
package/i18n/en.json
CHANGED
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"7": "Sunday"
|
|
22
22
|
},
|
|
23
23
|
"documentTypes": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
24
|
+
"cc": "National Identity Card",
|
|
25
|
+
"ce": "Foreigner's Identity Card",
|
|
26
|
+
"nit": "Tax Identification Number (NIT)",
|
|
27
|
+
"pp": "Passport",
|
|
28
|
+
"ti": "Identity Card"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"fileUpload": {
|
package/i18n/es.json
CHANGED
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"7": "Domingo"
|
|
22
22
|
},
|
|
23
23
|
"documentTypes": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
24
|
+
"cc": "Cedula de ciudadania",
|
|
25
|
+
"ce": "Cedula de extrangería",
|
|
26
|
+
"nit": "NIT",
|
|
27
|
+
"pp": "Pasaporte",
|
|
28
|
+
"ti": "Tarjeta de identidad"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"fileUpload": {
|