tickera-angular-components 0.0.1-dev.21 → 0.0.1-dev.211
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 +8154 -1529
- package/fesm2022/tickera-angular-components.mjs.map +1 -1
- package/i18n/en.json +134 -4
- package/i18n/es.json +134 -4
- package/index.d.ts +2731 -461
- package/package.json +5 -2
- package/tickera.styles.css +1 -1
package/i18n/en.json
CHANGED
|
@@ -1,16 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"formErrors": {
|
|
3
3
|
"required": "This field is required",
|
|
4
|
-
"minlength": "Must be at least {{
|
|
5
|
-
"maxlength": "Must not exceed {{
|
|
4
|
+
"minlength": "Must be at least {{length}} characters",
|
|
5
|
+
"maxlength": "Must not exceed {{length}} characters",
|
|
6
6
|
"pattern": "Invalid format",
|
|
7
7
|
"email": "Invalid format",
|
|
8
8
|
"mustMatch": "Passwords do not match",
|
|
9
|
+
"min": "Must be at least {{min}}",
|
|
10
|
+
"max": "Must not exceed {{max}}",
|
|
9
11
|
"invalidField": "Invalid field",
|
|
10
12
|
"invalidSelection": "Invalid selection"
|
|
11
13
|
},
|
|
14
|
+
"numberInput": {
|
|
15
|
+
"increment": "Increase value",
|
|
16
|
+
"decrement": "Decrease value"
|
|
17
|
+
},
|
|
18
|
+
"phoneInput": {
|
|
19
|
+
"label": "Phone",
|
|
20
|
+
"placeholder": "Phone number"
|
|
21
|
+
},
|
|
12
22
|
"common": {
|
|
13
|
-
"selectOption": "Select option"
|
|
23
|
+
"selectOption": "Select option",
|
|
24
|
+
"showMore": "Show more",
|
|
25
|
+
"showLess": "Show less",
|
|
26
|
+
"daysOfWeekByNumber": {
|
|
27
|
+
"1": "Monday",
|
|
28
|
+
"2": "Tuesday",
|
|
29
|
+
"3": "Wednesday",
|
|
30
|
+
"4": "Thursday",
|
|
31
|
+
"5": "Friday",
|
|
32
|
+
"6": "Saturday",
|
|
33
|
+
"7": "Sunday"
|
|
34
|
+
},
|
|
35
|
+
"documentTypes": {
|
|
36
|
+
"cc": "National Identity Card",
|
|
37
|
+
"ce": "Foreigner's Identity Card",
|
|
38
|
+
"nit": "Tax Identification Number (NIT)",
|
|
39
|
+
"pp": "Passport",
|
|
40
|
+
"ti": "Identity Card"
|
|
41
|
+
}
|
|
14
42
|
},
|
|
15
43
|
"fileUpload": {
|
|
16
44
|
"dropSingle": "Drag and drop a file here, or click to select",
|
|
@@ -30,7 +58,10 @@
|
|
|
30
58
|
"instructions": "Type <strong>delete</strong> to confirm",
|
|
31
59
|
"placeholder": "Type delete",
|
|
32
60
|
"cancel": "Cancel",
|
|
33
|
-
"delete": "Delete"
|
|
61
|
+
"delete": "Delete",
|
|
62
|
+
"finalWarning": "This is your last chance to cancel.",
|
|
63
|
+
"finalMessage": "Are you sure you want to permanently delete {{resource}}? This action cannot be undone.",
|
|
64
|
+
"finalConfirm": "Yes, delete permanently"
|
|
34
65
|
},
|
|
35
66
|
"changePassword": {
|
|
36
67
|
"title": "Change password",
|
|
@@ -41,5 +72,104 @@
|
|
|
41
72
|
"cancel": "Cancel",
|
|
42
73
|
"save": "Save",
|
|
43
74
|
"saving": "Saving..."
|
|
75
|
+
},
|
|
76
|
+
"show": {
|
|
77
|
+
"next_performance": "Next performance:",
|
|
78
|
+
"showTypes": {
|
|
79
|
+
"PLAY": "Play",
|
|
80
|
+
"MUSICAL": "Musical",
|
|
81
|
+
"CONCERT": "Concert",
|
|
82
|
+
"DANCE": "Dance",
|
|
83
|
+
"OPERA": "Opera",
|
|
84
|
+
"COMEDY": "Comedy show",
|
|
85
|
+
"STAND_UP_COMEDY": "Stand-up comedy",
|
|
86
|
+
"SPORT": "Sport",
|
|
87
|
+
"DEFAULT": "General",
|
|
88
|
+
"OTHER": "Other"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"performance": {
|
|
92
|
+
"status": {
|
|
93
|
+
"scheduled": "Scheduled",
|
|
94
|
+
"open": "Open",
|
|
95
|
+
"closed": "Closed",
|
|
96
|
+
"cancelled": "Cancelled",
|
|
97
|
+
"completed": "Completed",
|
|
98
|
+
"postponed": "Postponed"
|
|
99
|
+
},
|
|
100
|
+
"ticketStatus": {
|
|
101
|
+
"available": "Available",
|
|
102
|
+
"reserved": "Reserved",
|
|
103
|
+
"sold": "Sold",
|
|
104
|
+
"blocked": "Blocked"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"order": {
|
|
108
|
+
"mpPayButton": "Pay with MercadoPago",
|
|
109
|
+
"mpPayButtonLoading": "Generating payment link...",
|
|
110
|
+
"mpPayButtonError": "Could not generate payment link.",
|
|
111
|
+
"status": {
|
|
112
|
+
"on-hold": "On hold",
|
|
113
|
+
"pending-payment": "Pending Payment",
|
|
114
|
+
"processing": "Processing",
|
|
115
|
+
"completed": "Completed",
|
|
116
|
+
"failed": "Failed",
|
|
117
|
+
"cancelled": "Canceled",
|
|
118
|
+
"refunded": "Refunded"
|
|
119
|
+
},
|
|
120
|
+
"paymentMethods": {
|
|
121
|
+
"payroll": "Payroll",
|
|
122
|
+
"cash": "Cash",
|
|
123
|
+
"datafono": "Datafono",
|
|
124
|
+
"internal_exchange": "Internal exchange",
|
|
125
|
+
"customer_exchange": "Customer exchange",
|
|
126
|
+
"mercado_pago": "Mercado Pago",
|
|
127
|
+
"mercadopago": "Mercado Pago",
|
|
128
|
+
"pse": "PSE",
|
|
129
|
+
"credit_card": "Credit card"
|
|
130
|
+
},
|
|
131
|
+
"transactionStatus": {
|
|
132
|
+
"PENDING": "Pending",
|
|
133
|
+
"APPROVED": "Approved",
|
|
134
|
+
"REJECTED": "Rejected",
|
|
135
|
+
"ERROR": "Error"
|
|
136
|
+
},
|
|
137
|
+
"itemType": {
|
|
138
|
+
"PRODUCT": "Product",
|
|
139
|
+
"TICKET": "Ticket",
|
|
140
|
+
"GIFT_BOND": "Gift bond",
|
|
141
|
+
"CORPORATE_BOND": "Corporate bond"
|
|
142
|
+
},
|
|
143
|
+
"discountTypes": {
|
|
144
|
+
"gift_bond": "Product",
|
|
145
|
+
"corporate_bond": "Ticket",
|
|
146
|
+
"coupon": "Gift bond",
|
|
147
|
+
"vip": "VIP card",
|
|
148
|
+
"subscription": "Subscription"
|
|
149
|
+
},
|
|
150
|
+
"transactionDetails": {
|
|
151
|
+
"title": "Transaction details",
|
|
152
|
+
"labels": {
|
|
153
|
+
"id": "ID",
|
|
154
|
+
"paymentMethod": "Payment method",
|
|
155
|
+
"status": "Status",
|
|
156
|
+
"amount": "Amount",
|
|
157
|
+
"currency": "Currency",
|
|
158
|
+
"gatewayId": "Transaction ID",
|
|
159
|
+
"createdAt": "Created at",
|
|
160
|
+
"updatedAt": "Last updated",
|
|
161
|
+
"gatewayResponse": "Gateway response"
|
|
162
|
+
},
|
|
163
|
+
"actions": {
|
|
164
|
+
"view": "View details"
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"vipCard": {
|
|
169
|
+
"status": {
|
|
170
|
+
"ACTIVE": "Active",
|
|
171
|
+
"INACTIVE": "Inactive",
|
|
172
|
+
"EXPIRED": "Expired"
|
|
173
|
+
}
|
|
44
174
|
}
|
|
45
175
|
}
|
package/i18n/es.json
CHANGED
|
@@ -1,16 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"formErrors": {
|
|
3
3
|
"required": "Este campo es requerido",
|
|
4
|
-
"minlength": "Debe tener al menos {{
|
|
5
|
-
"maxlength": "No debe exceder {{
|
|
4
|
+
"minlength": "Debe tener al menos {{length}} caracteres",
|
|
5
|
+
"maxlength": "No debe exceder {{length}} caracteres",
|
|
6
6
|
"pattern": "El formato no es válido",
|
|
7
7
|
"email": "El formato no es válido",
|
|
8
8
|
"mustMatch": "Las contraseñas no coinciden",
|
|
9
|
+
"min": "Debe ser al menos {{min}}",
|
|
10
|
+
"max": "No debe exceder {{max}}",
|
|
9
11
|
"invalidField": "Campo inválido",
|
|
10
12
|
"invalidSelection": "Selección inválida"
|
|
11
13
|
},
|
|
14
|
+
"numberInput": {
|
|
15
|
+
"increment": "Incrementar valor",
|
|
16
|
+
"decrement": "Disminuir valor"
|
|
17
|
+
},
|
|
18
|
+
"phoneInput": {
|
|
19
|
+
"label": "Teléfono",
|
|
20
|
+
"placeholder": "Número de teléfono"
|
|
21
|
+
},
|
|
12
22
|
"common": {
|
|
13
|
-
"selectOption": "Seleccionar opción"
|
|
23
|
+
"selectOption": "Seleccionar opción",
|
|
24
|
+
"showMore": "Ver más",
|
|
25
|
+
"showLess": "Ver menos",
|
|
26
|
+
"daysOfWeekByNumber": {
|
|
27
|
+
"1": "Lunes",
|
|
28
|
+
"2": "Martes",
|
|
29
|
+
"3": "Miércoles",
|
|
30
|
+
"4": "Jueves",
|
|
31
|
+
"5": "Viernes",
|
|
32
|
+
"6": "Sábado",
|
|
33
|
+
"7": "Domingo"
|
|
34
|
+
},
|
|
35
|
+
"documentTypes": {
|
|
36
|
+
"cc": "Cedula de ciudadania",
|
|
37
|
+
"ce": "Cedula de extrangería",
|
|
38
|
+
"nit": "NIT",
|
|
39
|
+
"pp": "Pasaporte",
|
|
40
|
+
"ti": "Tarjeta de identidad"
|
|
41
|
+
}
|
|
14
42
|
},
|
|
15
43
|
"fileUpload": {
|
|
16
44
|
"dropSingle": "Arrastra y suelta un archivo aquí, o haz clic para seleccionar",
|
|
@@ -30,7 +58,10 @@
|
|
|
30
58
|
"instructions": "Escriba <strong>eliminar</strong> para confirmar",
|
|
31
59
|
"placeholder": "Escriba eliminar",
|
|
32
60
|
"cancel": "Cancelar",
|
|
33
|
-
"delete": "Eliminar"
|
|
61
|
+
"delete": "Eliminar",
|
|
62
|
+
"finalWarning": "Esta es tu última oportunidad para cancelar.",
|
|
63
|
+
"finalMessage": "¿Confirmas que deseas eliminar {{resource}} de forma permanente? Esta acción no se puede deshacer.",
|
|
64
|
+
"finalConfirm": "Sí, eliminar definitivamente"
|
|
34
65
|
},
|
|
35
66
|
"changePassword": {
|
|
36
67
|
"title": "Cambiar contraseña",
|
|
@@ -41,5 +72,104 @@
|
|
|
41
72
|
"cancel": "Cancelar",
|
|
42
73
|
"save": "Guardar",
|
|
43
74
|
"saving": "Guardando..."
|
|
75
|
+
},
|
|
76
|
+
"show": {
|
|
77
|
+
"next_performance": "Próxima función:",
|
|
78
|
+
"showTypes": {
|
|
79
|
+
"PLAY": "Obra de teatro",
|
|
80
|
+
"MUSICAL": "Musical",
|
|
81
|
+
"CONCERT": "Concierto",
|
|
82
|
+
"DANCE": "Baile",
|
|
83
|
+
"OPERA": "Ópera",
|
|
84
|
+
"COMEDY": "Comedia",
|
|
85
|
+
"STAND_UP_COMEDY": "Comedia stand-up",
|
|
86
|
+
"SPORT": "Deporte",
|
|
87
|
+
"DEFAULT": "General",
|
|
88
|
+
"OTHER": "Otro"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"performance": {
|
|
92
|
+
"status": {
|
|
93
|
+
"scheduled": "Programada",
|
|
94
|
+
"open": "Abierta",
|
|
95
|
+
"closed": "Cerrada",
|
|
96
|
+
"cancelled": "Cancelada",
|
|
97
|
+
"completed": "Completada",
|
|
98
|
+
"postponed": "Pospuesta"
|
|
99
|
+
},
|
|
100
|
+
"ticketStatus": {
|
|
101
|
+
"available": "Disponible",
|
|
102
|
+
"reserved": "Reservado",
|
|
103
|
+
"sold": "Vendido",
|
|
104
|
+
"blocked": "Bloqueado"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"order": {
|
|
108
|
+
"mpPayButton": "Pagar con MercadoPago",
|
|
109
|
+
"mpPayButtonLoading": "Generando link de pago...",
|
|
110
|
+
"mpPayButtonError": "No se pudo generar el link de pago.",
|
|
111
|
+
"status": {
|
|
112
|
+
"on-hold": "En espera",
|
|
113
|
+
"pending-payment": "Pendiente de pago",
|
|
114
|
+
"processing": "Procesando",
|
|
115
|
+
"completed": "Completada",
|
|
116
|
+
"failed": "Fallida",
|
|
117
|
+
"cancelled": "Cancelada",
|
|
118
|
+
"refunded": "Reembolsada"
|
|
119
|
+
},
|
|
120
|
+
"paymentMethods": {
|
|
121
|
+
"payroll": "Nómina",
|
|
122
|
+
"cash": "Efectivo",
|
|
123
|
+
"datafono": "Datafono",
|
|
124
|
+
"internal_exchange": "Cambio interno",
|
|
125
|
+
"customer_exchange": "Cambio cliente",
|
|
126
|
+
"mercado_pago": "Mercado Pago",
|
|
127
|
+
"mercadopago": "Mercado Pago",
|
|
128
|
+
"pse": "PSE",
|
|
129
|
+
"credit_card": "Tarjeta de crédito"
|
|
130
|
+
},
|
|
131
|
+
"transactionStatus": {
|
|
132
|
+
"PENDING": "Pendiente",
|
|
133
|
+
"APPROVED": "Aprobada",
|
|
134
|
+
"REJECTED": "Rechazada",
|
|
135
|
+
"ERROR": "Error"
|
|
136
|
+
},
|
|
137
|
+
"itemType": {
|
|
138
|
+
"PRODUCT": "Producto",
|
|
139
|
+
"TICKET": "Entrada",
|
|
140
|
+
"GIFT_BOND": "Bono de regalo",
|
|
141
|
+
"CORPORATE_BOND": "Bono corporativo"
|
|
142
|
+
},
|
|
143
|
+
"discountTypes": {
|
|
144
|
+
"gift_bond": "Bono de regalo",
|
|
145
|
+
"corporate_bond": "Bono corporativo",
|
|
146
|
+
"coupon": "Cupón de descuento",
|
|
147
|
+
"vip": "Tarjeta VIP",
|
|
148
|
+
"subscription": "Abono"
|
|
149
|
+
},
|
|
150
|
+
"transactionDetails": {
|
|
151
|
+
"title": "Detalle de transacción",
|
|
152
|
+
"labels": {
|
|
153
|
+
"id": "ID",
|
|
154
|
+
"paymentMethod": "Medio de pago",
|
|
155
|
+
"status": "Estado",
|
|
156
|
+
"amount": "Valor",
|
|
157
|
+
"currency": "Moneda",
|
|
158
|
+
"gatewayId": "ID transacción",
|
|
159
|
+
"createdAt": "Fecha de creación",
|
|
160
|
+
"updatedAt": "Última actualización",
|
|
161
|
+
"gatewayResponse": "Respuesta del gateway"
|
|
162
|
+
},
|
|
163
|
+
"actions": {
|
|
164
|
+
"view": "Ver detalle"
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"vipCard": {
|
|
169
|
+
"status": {
|
|
170
|
+
"ACTIVE": "Activa",
|
|
171
|
+
"INACTIVE": "Inactiva",
|
|
172
|
+
"EXPIRED": "Expirada"
|
|
173
|
+
}
|
|
44
174
|
}
|
|
45
175
|
}
|