tickera-angular-components 0.0.1-dev.54 → 0.0.1-dev.56
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/i18n/en.json
CHANGED
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
"5": "Friday",
|
|
20
20
|
"6": "Saturday",
|
|
21
21
|
"7": "Sunday"
|
|
22
|
+
},
|
|
23
|
+
"documentTypes": {
|
|
24
|
+
"CC": "National Identity Card",
|
|
25
|
+
"CE": "Foreigner's Identity Card",
|
|
26
|
+
"NIT": "Tax Identification Number (NIT)",
|
|
27
|
+
"PP": "Passport",
|
|
28
|
+
"TI": "Identity Card"
|
|
22
29
|
}
|
|
23
30
|
},
|
|
24
31
|
"fileUpload": {
|
package/i18n/es.json
CHANGED
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
"5": "Viernes",
|
|
20
20
|
"6": "Sábado",
|
|
21
21
|
"7": "Domingo"
|
|
22
|
+
},
|
|
23
|
+
"documentTypes": {
|
|
24
|
+
"CC": "Cedula de ciudadania",
|
|
25
|
+
"CE": "Cedula de extrangería",
|
|
26
|
+
"NIT": "NIT",
|
|
27
|
+
"PP": "Pasaporte",
|
|
28
|
+
"TI": "Tarjeta de identidad"
|
|
22
29
|
}
|
|
23
30
|
},
|
|
24
31
|
"fileUpload": {
|
package/index.d.ts
CHANGED
|
@@ -1916,6 +1916,7 @@ declare class TicketSelectionService {
|
|
|
1916
1916
|
updateProductQuantity(productId: number, delta: number): void;
|
|
1917
1917
|
getProductQuantity(productId: number): number;
|
|
1918
1918
|
private getListByStatus;
|
|
1919
|
+
setSelectedTickets(tickets: PerformanceTicket[]): void;
|
|
1919
1920
|
toggle(ticket: PerformanceTicket): void;
|
|
1920
1921
|
select(ticket: PerformanceTicket): void;
|
|
1921
1922
|
deselect(ticket: PerformanceTicket): void;
|