@eventlook/sdk 1.5.0-beta.2 → 1.5.0-beta.3

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.
Files changed (178) hide show
  1. package/.prettierrc +1 -14
  2. package/dist/cjs/index.js +31 -32
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/esm/index.js +31 -32
  5. package/dist/esm/index.js.map +1 -1
  6. package/dist/types/components/ClientOnly.d.ts +5 -0
  7. package/dist/types/components/CustomSkeleton.d.ts +4 -0
  8. package/dist/types/components/Image.d.ts +14 -0
  9. package/dist/types/components/Label.d.ts +11 -0
  10. package/dist/types/components/TextIconLabel.d.ts +10 -0
  11. package/dist/types/components/TicketFormSkeleton.d.ts +3 -0
  12. package/dist/types/components/Trans.d.ts +12 -0
  13. package/dist/types/components/animate/DialogAnimate.d.ts +9 -0
  14. package/dist/types/components/animate/IconButtonAnimate.d.ts +7 -0
  15. package/dist/types/components/animate/MotionContainer.d.ts +10 -0
  16. package/dist/types/components/animate/MotionLazyContainer.d.ts +6 -0
  17. package/dist/types/components/animate/MotionViewport.d.ts +10 -0
  18. package/dist/types/components/animate/TextAnimate.d.ts +9 -0
  19. package/dist/types/components/animate/index.d.ts +7 -0
  20. package/dist/types/components/animate/variants/actions.d.ts +5 -0
  21. package/dist/types/components/animate/variants/background.d.ts +104 -0
  22. package/dist/types/components/animate/variants/bounce.d.ts +131 -0
  23. package/dist/types/components/animate/variants/container.d.ts +19 -0
  24. package/dist/types/components/animate/variants/fade.d.ts +217 -0
  25. package/dist/types/components/animate/variants/flip.d.ts +75 -0
  26. package/dist/types/components/animate/variants/index.d.ts +12 -0
  27. package/dist/types/components/animate/variants/path.d.ts +14 -0
  28. package/dist/types/components/animate/variants/rotate.d.ts +39 -0
  29. package/dist/types/components/animate/variants/scale.d.ts +75 -0
  30. package/dist/types/components/animate/variants/slide.d.ts +155 -0
  31. package/dist/types/components/animate/variants/transition.d.ts +13 -0
  32. package/dist/types/components/animate/variants/zoom.d.ts +199 -0
  33. package/dist/types/components/confirm-dialog/ConfirmDialog.d.ts +3 -0
  34. package/dist/types/components/confirm-dialog/index.d.ts +1 -0
  35. package/dist/types/components/confirm-dialog/types.d.ts +8 -0
  36. package/dist/types/components/hook-form/FormProvider.d.ts +9 -0
  37. package/dist/types/components/hook-form/RHFAutocomplete.d.ts +9 -0
  38. package/dist/types/components/hook-form/RHFCheckbox.d.ts +20 -0
  39. package/dist/types/components/hook-form/RHFCodes.d.ts +8 -0
  40. package/dist/types/components/hook-form/RHFDatePicker.d.ts +8 -0
  41. package/dist/types/components/hook-form/RHFPhone.d.ts +8 -0
  42. package/dist/types/components/hook-form/RHFRadioGroup.d.ts +14 -0
  43. package/dist/types/components/hook-form/RHFSelect.d.ts +23 -0
  44. package/dist/types/components/hook-form/RHFSlider.d.ts +8 -0
  45. package/dist/types/components/hook-form/RHFSwitch.d.ts +8 -0
  46. package/dist/types/components/hook-form/RHFTextField.d.ts +7 -0
  47. package/dist/types/components/hook-form/index.d.ts +9 -0
  48. package/dist/types/components/iconify/Iconify.d.ts +10 -0
  49. package/dist/types/components/iconify/index.d.ts +2 -0
  50. package/dist/types/components/iconify/types.d.ts +2 -0
  51. package/dist/types/components/index.d.ts +4 -0
  52. package/dist/types/context/GlobalContext.d.ts +16 -0
  53. package/dist/types/form/ChildEventCard.d.ts +7 -0
  54. package/dist/types/form/ChildEventDialog.d.ts +9 -0
  55. package/dist/types/form/ChildEvents.d.ts +8 -0
  56. package/dist/types/form/ContactPerson.d.ts +7 -0
  57. package/dist/types/form/EmailConfirmation.d.ts +8 -0
  58. package/dist/types/form/MerchandiseSelection.d.ts +9 -0
  59. package/dist/types/form/OrderSuccess.d.ts +9 -0
  60. package/dist/types/form/Payment.d.ts +7 -0
  61. package/dist/types/form/PaymentOverviewBox.d.ts +7 -0
  62. package/dist/types/form/PaymentPending.d.ts +3 -0
  63. package/dist/types/form/PaymentSuccess.d.ts +9 -0
  64. package/dist/types/form/ReleaseCountdown.d.ts +8 -0
  65. package/dist/types/form/ReleaseWithMerchandise.d.ts +12 -0
  66. package/dist/types/form/ScriptLoader.d.ts +3 -0
  67. package/dist/types/form/Shipping.d.ts +7 -0
  68. package/dist/types/form/TicketForm.d.ts +11 -0
  69. package/dist/types/form/TicketSelection.d.ts +7 -0
  70. package/dist/types/form/TicketSelectionMap.d.ts +7 -0
  71. package/dist/types/form/TicketWithMerchandiseSelection.d.ts +7 -0
  72. package/dist/types/form/TimeslotSelection.d.ts +7 -0
  73. package/dist/types/form/extra-field/ExtraField.d.ts +9 -0
  74. package/dist/types/form/extra-field/ReleaseExtraFields.d.ts +10 -0
  75. package/dist/types/form/index.d.ts +26 -0
  76. package/dist/types/form/payment/FeeBox.d.ts +8 -0
  77. package/dist/types/form/payment/PaymentOverviewCheckbox.d.ts +12 -0
  78. package/dist/types/form/payment/PaymentSkeleton.d.ts +7 -0
  79. package/dist/types/form/product/ProductCard.d.ts +9 -0
  80. package/dist/types/form/product/ProductVariantsDialog.d.ts +14 -0
  81. package/dist/types/form/shipping/ShippingSkeleton.d.ts +7 -0
  82. package/dist/types/form/style.d.ts +11 -0
  83. package/dist/types/form/timeslot/TimeslotCalendar.d.ts +12 -0
  84. package/dist/types/hooks/data/useActiveEventProducts.d.ts +8 -0
  85. package/dist/types/hooks/data/useAllowedPaymentMethods.d.ts +9 -0
  86. package/dist/types/hooks/data/useEvent.d.ts +8 -0
  87. package/dist/types/hooks/data/useEventActiveReleases.d.ts +8 -0
  88. package/dist/types/hooks/data/useEventShippingMethods.d.ts +8 -0
  89. package/dist/types/hooks/data/useEventTimeslots.d.ts +10 -0
  90. package/dist/types/hooks/useCountdown.d.ts +6 -0
  91. package/dist/types/hooks/useDebounce.d.ts +1 -0
  92. package/dist/types/hooks/useErrors.d.ts +4 -0
  93. package/dist/types/hooks/useEventListener.d.ts +5 -0
  94. package/dist/types/hooks/useFirstRender.d.ts +1 -0
  95. package/dist/types/hooks/useGlobal.d.ts +2 -0
  96. package/dist/types/hooks/useResponsive.d.ts +8 -0
  97. package/dist/types/index.d.ts +4 -0
  98. package/dist/types/locales/cs.d.ts +157 -0
  99. package/dist/types/locales/en.d.ts +158 -0
  100. package/dist/types/locales/es.d.ts +158 -0
  101. package/dist/types/locales/index.d.ts +6 -0
  102. package/dist/types/locales/pl.d.ts +158 -0
  103. package/dist/types/locales/sk.d.ts +158 -0
  104. package/dist/types/locales/uk.d.ts +158 -0
  105. package/dist/types/modules/event-timeslot.d.ts +2 -0
  106. package/dist/types/modules/event.d.ts +5 -0
  107. package/dist/types/modules/order.d.ts +7 -0
  108. package/dist/types/modules/promo-code.d.ts +1 -0
  109. package/dist/types/modules/shopping-cart.d.ts +4 -0
  110. package/dist/types/utils/axios.d.ts +2 -0
  111. package/dist/types/utils/data/cookie.d.ts +1 -0
  112. package/dist/types/utils/data/currency.d.ts +5 -0
  113. package/dist/types/utils/data/event.d.ts +4 -0
  114. package/dist/types/utils/data/extra-field.d.ts +11 -0
  115. package/dist/types/utils/data/gender.d.ts +5 -0
  116. package/dist/types/utils/data/global.d.ts +1 -0
  117. package/dist/types/utils/data/gopay.d.ts +10 -0
  118. package/dist/types/utils/data/language.d.ts +10 -0
  119. package/dist/types/utils/data/order.d.ts +4 -0
  120. package/dist/types/utils/data/product.d.ts +3 -0
  121. package/dist/types/utils/data/promo-code.d.ts +4 -0
  122. package/dist/types/utils/data/shipping-method.d.ts +4 -0
  123. package/dist/types/utils/data/shopping-cart.d.ts +5 -0
  124. package/dist/types/utils/formatNumber.d.ts +8 -0
  125. package/dist/types/utils/global.d.ts +4 -0
  126. package/dist/types/utils/gtm.d.ts +28 -0
  127. package/dist/types/utils/isBrowser.d.ts +1 -0
  128. package/dist/types/utils/place.d.ts +2 -0
  129. package/dist/types/utils/price.d.ts +5 -0
  130. package/dist/types/utils/product.d.ts +3 -0
  131. package/dist/types/utils/translation.d.ts +2 -0
  132. package/dist/types/utils/types/animate.d.ts +26 -0
  133. package/dist/types/utils/types/artist.type.d.ts +17 -0
  134. package/dist/types/utils/types/company.type.d.ts +12 -0
  135. package/dist/types/utils/types/country.type.d.ts +39 -0
  136. package/dist/types/utils/types/customer.type.d.ts +10 -0
  137. package/dist/types/utils/types/event-product.type.d.ts +15 -0
  138. package/dist/types/utils/types/event-timeslot.type.d.ts +15 -0
  139. package/dist/types/utils/types/event.type.d.ts +62 -0
  140. package/dist/types/utils/types/extra-field.type.d.ts +18 -0
  141. package/dist/types/utils/types/file.type.d.ts +6 -0
  142. package/dist/types/utils/types/global.type.d.ts +76 -0
  143. package/dist/types/utils/types/gtm.type.d.ts +90 -0
  144. package/dist/types/utils/types/locale.type.d.ts +4 -0
  145. package/dist/types/utils/types/order.type.d.ts +69 -0
  146. package/dist/types/utils/types/palette.type.d.ts +1 -0
  147. package/dist/types/utils/types/payment-method.type.d.ts +23 -0
  148. package/dist/types/utils/types/pixel.type.d.ts +7 -0
  149. package/dist/types/utils/types/place.type.d.ts +19 -0
  150. package/dist/types/utils/types/product-image.type.d.ts +5 -0
  151. package/dist/types/utils/types/product-parameter.type.d.ts +7 -0
  152. package/dist/types/utils/types/product-variant.type.d.ts +9 -0
  153. package/dist/types/utils/types/product.type.d.ts +57 -0
  154. package/dist/types/utils/types/project.type.d.ts +24 -0
  155. package/dist/types/utils/types/promo-code.type.d.ts +15 -0
  156. package/dist/types/utils/types/release-category.type.d.ts +17 -0
  157. package/dist/types/utils/types/release.type.d.ts +28 -0
  158. package/dist/types/utils/types/shipping-method.type.d.ts +11 -0
  159. package/dist/types/utils/types/shopping-cart.type.d.ts +78 -0
  160. package/dist/types/utils/types/ticket.type.d.ts +110 -0
  161. package/dist/types/utils/types/translation.type.d.ts +18 -0
  162. package/dist/types/utils/types/user.type.d.ts +9 -0
  163. package/dist/types/utils/url.d.ts +1 -0
  164. package/eslint.config.mjs +103 -27
  165. package/package.json +10 -2
  166. package/src/@types/index.d.ts +3 -3
  167. package/src/components/TextIconLabel.tsx +1 -2
  168. package/src/components/animate/IconButtonAnimate.tsx +1 -2
  169. package/src/components/animate/MotionLazyContainer.tsx +1 -1
  170. package/src/components/hook-form/RHFCodes.tsx +1 -2
  171. package/src/components/hook-form/RHFSelect.tsx +1 -1
  172. package/src/form/PaymentSuccess.tsx +2 -2
  173. package/src/form/ScriptLoader.tsx +1 -2
  174. package/src/form/Shipping.tsx +75 -77
  175. package/src/form/TicketForm.tsx +3 -3
  176. package/src/locales/en.tsx +1 -1
  177. package/src/utils/types/event.type.ts +0 -6
  178. package/tsconfig.build.json +1 -0
@@ -0,0 +1,157 @@
1
+ declare const cs: {
2
+ and: string;
3
+ choose: string;
4
+ apply: string;
5
+ buy: string;
6
+ verify: string;
7
+ add: string;
8
+ confirm: string;
9
+ cancel: string;
10
+ pay: string;
11
+ change: string;
12
+ free: string;
13
+ back_to_tickets: string;
14
+ unselected: string;
15
+ go_home: string;
16
+ apple_wallet: string;
17
+ google_wallet: string;
18
+ more_info: string;
19
+ shipping_method: {
20
+ types: {
21
+ PACKETA: string;
22
+ PICK_UP: string;
23
+ };
24
+ };
25
+ form: {
26
+ labels: {
27
+ release_category_price: string;
28
+ add_another_release: string;
29
+ quantity: string;
30
+ first_name: string;
31
+ last_name: string;
32
+ email: string;
33
+ phone: string;
34
+ birthdate: string;
35
+ gender: string;
36
+ male: string;
37
+ female: string;
38
+ other: string;
39
+ promo_code: string;
40
+ start_date: string;
41
+ organizer: string;
42
+ total: string;
43
+ with_fee: string;
44
+ service_fee: string;
45
+ shipping_fee: string;
46
+ ticket_insurance: string;
47
+ price_including_service_fee: string;
48
+ price_including_service_fee_percentage: string;
49
+ terms_and_conditions: string;
50
+ original_price: string;
51
+ ticket: string;
52
+ category: string;
53
+ sms_notification: string;
54
+ open_map: string;
55
+ };
56
+ validation: {
57
+ required: string;
58
+ email: string;
59
+ phone: string;
60
+ invalid_date: string;
61
+ terms_and_conditions: string;
62
+ promo_code_invalid: string;
63
+ promo_code_applied: string;
64
+ promo_code_cant_combine: string;
65
+ min_purchase_not_met: string;
66
+ count_tickets_or_products: string;
67
+ };
68
+ };
69
+ event: {
70
+ tickets: {
71
+ title: string;
72
+ error: {
73
+ order: string;
74
+ };
75
+ stepper: {
76
+ 1: {
77
+ title: string;
78
+ reserve: string;
79
+ quantity_select: string;
80
+ max_ticket_quantity: string;
81
+ no_tickets: string;
82
+ select_timeslot: string;
83
+ };
84
+ 2: {
85
+ title: string;
86
+ };
87
+ 3: {
88
+ title: string;
89
+ title_verify: string;
90
+ subtitle: string;
91
+ };
92
+ 4: {
93
+ title: string;
94
+ };
95
+ 5: {
96
+ title: string;
97
+ error: string;
98
+ };
99
+ 6: {
100
+ title: string;
101
+ };
102
+ 7: {
103
+ title: string;
104
+ };
105
+ };
106
+ terms_and_conditions: string;
107
+ insurance: {
108
+ label: string;
109
+ per_ticket: string;
110
+ modal: {
111
+ description: string;
112
+ coverage: string;
113
+ price: string;
114
+ };
115
+ };
116
+ sms_notification: {
117
+ label: string;
118
+ modal: {
119
+ description: string;
120
+ price: string;
121
+ };
122
+ };
123
+ order_success: {
124
+ title: string;
125
+ description: string;
126
+ };
127
+ payment_success: {
128
+ loading: string;
129
+ paid: {
130
+ status: string;
131
+ title: string;
132
+ subtitle: string;
133
+ tickets: string;
134
+ button: string;
135
+ products: string;
136
+ };
137
+ unpaid: string;
138
+ unpaid_description: string;
139
+ };
140
+ payment_pending: string;
141
+ email_confirmation: {
142
+ title: string;
143
+ description: string;
144
+ };
145
+ release_countdown: {
146
+ title: string;
147
+ countdown: string;
148
+ };
149
+ };
150
+ };
151
+ components: {
152
+ product_variant_dialog: {
153
+ select_variant: string;
154
+ };
155
+ };
156
+ };
157
+ export default cs;
@@ -0,0 +1,158 @@
1
+ declare const en: {
2
+ and: string;
3
+ choose: string;
4
+ apply: string;
5
+ buy: string;
6
+ verify: string;
7
+ add: string;
8
+ confirm: string;
9
+ cancel: string;
10
+ pay: string;
11
+ change: string;
12
+ free: string;
13
+ back_to_tickets: string;
14
+ unselected: string;
15
+ go_home: string;
16
+ apple_wallet: string;
17
+ google_wallet: string;
18
+ more_info: string;
19
+ shipping_method: {
20
+ types: {
21
+ PACKETA: string;
22
+ PICK_UP: string;
23
+ };
24
+ };
25
+ form: {
26
+ labels: {
27
+ release_category_price: string;
28
+ add_another_release: string;
29
+ quantity: string;
30
+ first_name: string;
31
+ last_name: string;
32
+ email: string;
33
+ phone: string;
34
+ birthdate: string;
35
+ gender: string;
36
+ male: string;
37
+ female: string;
38
+ other: string;
39
+ promo_code: string;
40
+ start_date: string;
41
+ organizer: string;
42
+ total: string;
43
+ with_fee: string;
44
+ service_fee: string;
45
+ shipping_fee: string;
46
+ ticket_insurance: string;
47
+ price_including_service_fee: string;
48
+ price_including_service_fee_percentage: string;
49
+ terms_and_conditions: string;
50
+ original_price: string;
51
+ ticket: string;
52
+ category: string;
53
+ sms_notification: string;
54
+ open_map: string;
55
+ };
56
+ validation: {
57
+ required: string;
58
+ email: string;
59
+ phone: string;
60
+ invalid_date: string;
61
+ terms_and_conditions: string;
62
+ promo_code_invalid: string;
63
+ promo_code_applied: string;
64
+ promo_code_cant_combine: string;
65
+ min_purchase_not_met: string;
66
+ count_tickets_or_products: string;
67
+ };
68
+ };
69
+ event: {
70
+ tickets: {
71
+ title: string;
72
+ error: {
73
+ order: string;
74
+ };
75
+ stepper: {
76
+ 1: {
77
+ title: string;
78
+ reserve: string;
79
+ quantity_select: string;
80
+ max_ticket_quantity: string;
81
+ no_tickets: string;
82
+ select_timeslot: string;
83
+ };
84
+ 2: {
85
+ title: string;
86
+ };
87
+ 3: {
88
+ title: string;
89
+ title_verify: string;
90
+ subtitle: string;
91
+ };
92
+ 4: {
93
+ title: string;
94
+ };
95
+ 5: {
96
+ title: string;
97
+ error: string;
98
+ };
99
+ 6: {
100
+ title: string;
101
+ };
102
+ 7: {
103
+ title: string;
104
+ };
105
+ };
106
+ terms_and_conditions: string;
107
+ insurance: {
108
+ label: string;
109
+ per_ticket: string;
110
+ modal: {
111
+ title: string;
112
+ description: string;
113
+ coverage: string;
114
+ price: string;
115
+ };
116
+ };
117
+ sms_notification: {
118
+ label: string;
119
+ modal: {
120
+ description: string;
121
+ price: string;
122
+ };
123
+ };
124
+ order_success: {
125
+ title: string;
126
+ description: string;
127
+ };
128
+ payment_success: {
129
+ loading: string;
130
+ paid: {
131
+ status: string;
132
+ title: string;
133
+ subtitle: string;
134
+ tickets: string;
135
+ button: string;
136
+ products: string;
137
+ };
138
+ unpaid: string;
139
+ unpaid_description: string;
140
+ };
141
+ payment_pending: string;
142
+ email_confirmation: {
143
+ title: string;
144
+ description: string;
145
+ };
146
+ release_countdown: {
147
+ title: string;
148
+ countdown: string;
149
+ };
150
+ };
151
+ };
152
+ components: {
153
+ product_variant_dialog: {
154
+ select_variant: string;
155
+ };
156
+ };
157
+ };
158
+ export default en;
@@ -0,0 +1,158 @@
1
+ declare const es: {
2
+ and: string;
3
+ choose: string;
4
+ apply: string;
5
+ buy: string;
6
+ verify: string;
7
+ add: string;
8
+ confirm: string;
9
+ cancel: string;
10
+ pay: string;
11
+ change: string;
12
+ free: string;
13
+ back_to_tickets: string;
14
+ unselected: string;
15
+ go_home: string;
16
+ apple_wallet: string;
17
+ google_wallet: string;
18
+ more_info: string;
19
+ shipping_method: {
20
+ types: {
21
+ PACKETA: string;
22
+ PICK_UP: string;
23
+ };
24
+ };
25
+ form: {
26
+ labels: {
27
+ release_category_price: string;
28
+ add_another_release: string;
29
+ quantity: string;
30
+ first_name: string;
31
+ last_name: string;
32
+ email: string;
33
+ phone: string;
34
+ birthdate: string;
35
+ gender: string;
36
+ male: string;
37
+ female: string;
38
+ other: string;
39
+ promo_code: string;
40
+ start_date: string;
41
+ organizer: string;
42
+ total: string;
43
+ with_fee: string;
44
+ service_fee: string;
45
+ shipping_fee: string;
46
+ ticket_insurance: string;
47
+ price_including_service_fee: string;
48
+ price_including_service_fee_percentage: string;
49
+ terms_and_conditions: string;
50
+ original_price: string;
51
+ ticket: string;
52
+ category: string;
53
+ sms_notification: string;
54
+ open_map: string;
55
+ };
56
+ validation: {
57
+ required: string;
58
+ email: string;
59
+ phone: string;
60
+ invalid_date: string;
61
+ terms_and_conditions: string;
62
+ promo_code_invalid: string;
63
+ promo_code_applied: string;
64
+ promo_code_cant_combine: string;
65
+ min_purchase_not_met: string;
66
+ count_tickets_or_products: string;
67
+ };
68
+ };
69
+ event: {
70
+ tickets: {
71
+ title: string;
72
+ error: {
73
+ order: string;
74
+ };
75
+ stepper: {
76
+ 1: {
77
+ title: string;
78
+ reserve: string;
79
+ quantity_select: string;
80
+ max_ticket_quantity: string;
81
+ no_tickets: string;
82
+ select_timeslot: string;
83
+ };
84
+ 2: {
85
+ title: string;
86
+ };
87
+ 3: {
88
+ title: string;
89
+ title_verify: string;
90
+ subtitle: string;
91
+ };
92
+ 4: {
93
+ title: string;
94
+ };
95
+ 5: {
96
+ title: string;
97
+ error: string;
98
+ };
99
+ 6: {
100
+ title: string;
101
+ };
102
+ 7: {
103
+ title: string;
104
+ };
105
+ };
106
+ terms_and_conditions: string;
107
+ insurance: {
108
+ label: string;
109
+ per_ticket: string;
110
+ modal: {
111
+ title: string;
112
+ description: string;
113
+ coverage: string;
114
+ price: string;
115
+ };
116
+ };
117
+ sms_notification: {
118
+ label: string;
119
+ modal: {
120
+ description: string;
121
+ price: string;
122
+ };
123
+ };
124
+ order_success: {
125
+ title: string;
126
+ description: string;
127
+ };
128
+ payment_success: {
129
+ loading: string;
130
+ paid: {
131
+ status: string;
132
+ title: string;
133
+ subtitle: string;
134
+ tickets: string;
135
+ button: string;
136
+ products: string;
137
+ };
138
+ unpaid: string;
139
+ unpaid_description: string;
140
+ };
141
+ payment_pending: string;
142
+ email_confirmation: {
143
+ title: string;
144
+ description: string;
145
+ };
146
+ release_countdown: {
147
+ title: string;
148
+ countdown: string;
149
+ };
150
+ };
151
+ };
152
+ components: {
153
+ product_variant_dialog: {
154
+ select_variant: string;
155
+ };
156
+ };
157
+ };
158
+ export default es;
@@ -0,0 +1,6 @@
1
+ export { default as cs } from './cs';
2
+ export { default as en } from './en';
3
+ export { default as sk } from './sk';
4
+ export { default as pl } from './pl';
5
+ export { default as uk } from './uk';
6
+ export { default as es } from './es';
@@ -0,0 +1,158 @@
1
+ declare const pl: {
2
+ and: string;
3
+ choose: string;
4
+ apply: string;
5
+ buy: string;
6
+ verify: string;
7
+ add: string;
8
+ confirm: string;
9
+ cancel: string;
10
+ pay: string;
11
+ change: string;
12
+ free: string;
13
+ back_to_tickets: string;
14
+ unselected: string;
15
+ go_home: string;
16
+ apple_wallet: string;
17
+ google_wallet: string;
18
+ more_info: string;
19
+ shipping_method: {
20
+ types: {
21
+ PACKETA: string;
22
+ PICK_UP: string;
23
+ };
24
+ };
25
+ form: {
26
+ labels: {
27
+ release_category_price: string;
28
+ add_another_release: string;
29
+ quantity: string;
30
+ first_name: string;
31
+ last_name: string;
32
+ email: string;
33
+ phone: string;
34
+ birthdate: string;
35
+ gender: string;
36
+ male: string;
37
+ female: string;
38
+ other: string;
39
+ promo_code: string;
40
+ start_date: string;
41
+ organizer: string;
42
+ total: string;
43
+ with_fee: string;
44
+ service_fee: string;
45
+ shipping_fee: string;
46
+ ticket_insurance: string;
47
+ price_including_service_fee: string;
48
+ price_including_service_fee_percentage: string;
49
+ terms_and_conditions: string;
50
+ original_price: string;
51
+ ticket: string;
52
+ category: string;
53
+ sms_notification: string;
54
+ open_map: string;
55
+ };
56
+ validation: {
57
+ required: string;
58
+ email: string;
59
+ phone: string;
60
+ invalid_date: string;
61
+ terms_and_conditions: string;
62
+ promo_code_invalid: string;
63
+ promo_code_applied: string;
64
+ promo_code_cant_combine: string;
65
+ min_purchase_not_met: string;
66
+ count_tickets_or_products: string;
67
+ };
68
+ };
69
+ event: {
70
+ tickets: {
71
+ title: string;
72
+ error: {
73
+ order: string;
74
+ };
75
+ stepper: {
76
+ 1: {
77
+ title: string;
78
+ reserve: string;
79
+ quantity_select: string;
80
+ max_ticket_quantity: string;
81
+ no_tickets: string;
82
+ select_timeslot: string;
83
+ };
84
+ 2: {
85
+ title: string;
86
+ };
87
+ 3: {
88
+ title: string;
89
+ title_verify: string;
90
+ subtitle: string;
91
+ };
92
+ 4: {
93
+ title: string;
94
+ };
95
+ 5: {
96
+ title: string;
97
+ error: string;
98
+ };
99
+ 6: {
100
+ title: string;
101
+ };
102
+ 7: {
103
+ title: string;
104
+ };
105
+ };
106
+ terms_and_conditions: string;
107
+ insurance: {
108
+ label: string;
109
+ per_ticket: string;
110
+ modal: {
111
+ title: string;
112
+ description: string;
113
+ coverage: string;
114
+ price: string;
115
+ };
116
+ };
117
+ sms_notification: {
118
+ label: string;
119
+ modal: {
120
+ description: string;
121
+ price: string;
122
+ };
123
+ };
124
+ order_success: {
125
+ title: string;
126
+ description: string;
127
+ };
128
+ payment_success: {
129
+ loading: string;
130
+ paid: {
131
+ status: string;
132
+ title: string;
133
+ subtitle: string;
134
+ tickets: string;
135
+ button: string;
136
+ products: string;
137
+ };
138
+ unpaid: string;
139
+ unpaid_description: string;
140
+ };
141
+ payment_pending: string;
142
+ email_confirmation: {
143
+ title: string;
144
+ description: string;
145
+ };
146
+ release_countdown: {
147
+ title: string;
148
+ countdown: string;
149
+ };
150
+ };
151
+ };
152
+ components: {
153
+ product_variant_dialog: {
154
+ select_variant: string;
155
+ };
156
+ };
157
+ };
158
+ export default pl;