@taiga-ui/addon-commerce 3.41.1 → 3.42.1-canary.b789cd2

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 (83) hide show
  1. package/bundles/taiga-ui-addon-commerce-components-input-card-grouped.umd.js +2 -2
  2. package/bundles/taiga-ui-addon-commerce-components-input-card-grouped.umd.js.map +1 -1
  3. package/bundles/taiga-ui-addon-commerce-components-input-card.umd.js +2 -2
  4. package/bundles/taiga-ui-addon-commerce-components-input-card.umd.js.map +1 -1
  5. package/bundles/taiga-ui-addon-commerce-components-input-cvc.umd.js +1 -1
  6. package/bundles/taiga-ui-addon-commerce-components-input-cvc.umd.js.map +1 -1
  7. package/bundles/taiga-ui-addon-commerce-components-input-expire.umd.js +1 -1
  8. package/bundles/taiga-ui-addon-commerce-components-input-expire.umd.js.map +1 -1
  9. package/bundles/taiga-ui-addon-commerce-components-money.umd.js +28 -15
  10. package/bundles/taiga-ui-addon-commerce-components-money.umd.js.map +1 -1
  11. package/bundles/taiga-ui-addon-commerce-components-thumbnail-card.umd.js +475 -0
  12. package/bundles/taiga-ui-addon-commerce-components-thumbnail-card.umd.js.map +1 -0
  13. package/bundles/taiga-ui-addon-commerce-components.umd.js +10 -10
  14. package/bundles/taiga-ui-addon-commerce-enums.umd.js +348 -348
  15. package/bundles/taiga-ui-addon-commerce-enums.umd.js.map +1 -1
  16. package/bundles/taiga-ui-addon-commerce-tokens.umd.js +5 -7
  17. package/bundles/taiga-ui-addon-commerce-tokens.umd.js.map +1 -1
  18. package/components/index.d.ts +1 -1
  19. package/components/input-card/input-card.options.d.ts +1 -1
  20. package/components/input-card-grouped/input-card-grouped.providers.d.ts +1 -1
  21. package/components/money/money.component.d.ts +3 -1
  22. package/components/money/money.module.d.ts +2 -1
  23. package/components/money/money.options.d.ts +5 -4
  24. package/components/money/utils/format-fraction-part.d.ts +2 -2
  25. package/components/thumbnail-card/deprecated.d.ts +19 -0
  26. package/components/thumbnail-card/index.d.ts +3 -0
  27. package/components/thumbnail-card/package.json +10 -0
  28. package/components/thumbnail-card/taiga-ui-addon-commerce-components-thumbnail-card.d.ts +5 -0
  29. package/components/{card/card.component.d.ts → thumbnail-card/thumbnail-card.component.d.ts} +3 -3
  30. package/components/thumbnail-card/thumbnail-card.module.d.ts +9 -0
  31. package/enums/currency-code.d.ts +165 -165
  32. package/enums/currency.d.ts +165 -165
  33. package/esm2015/components/index.js +2 -2
  34. package/esm2015/components/input-card/input-card.component.js +2 -2
  35. package/esm2015/components/input-card/input-card.options.js +3 -3
  36. package/esm2015/components/input-card-grouped/input-card-grouped.component.js +2 -2
  37. package/esm2015/components/input-card-grouped/input-card-grouped.options.js +3 -3
  38. package/esm2015/components/input-card-grouped/input-card-grouped.providers.js +1 -1
  39. package/esm2015/components/input-cvc/input-cvc.component.js +2 -2
  40. package/esm2015/components/input-expire/input-expire.component.js +2 -2
  41. package/esm2015/components/money/money.component.js +13 -5
  42. package/esm2015/components/money/money.module.js +5 -4
  43. package/esm2015/components/money/money.options.js +4 -3
  44. package/esm2015/components/money/utils/format-fraction-part.js +1 -1
  45. package/esm2015/components/thumbnail-card/deprecated.js +40 -0
  46. package/esm2015/components/thumbnail-card/index.js +4 -0
  47. package/esm2015/components/thumbnail-card/taiga-ui-addon-commerce-components-thumbnail-card.js +5 -0
  48. package/esm2015/components/thumbnail-card/thumbnail-card.component.js +52 -0
  49. package/esm2015/components/thumbnail-card/thumbnail-card.module.js +19 -0
  50. package/esm2015/enums/currency-code.js +166 -166
  51. package/esm2015/enums/currency.js +166 -166
  52. package/esm2015/interfaces/card.js +1 -1
  53. package/esm2015/tokens/i18n.js +3 -4
  54. package/fesm2015/taiga-ui-addon-commerce-components-input-card-grouped.js +3 -3
  55. package/fesm2015/taiga-ui-addon-commerce-components-input-card-grouped.js.map +1 -1
  56. package/fesm2015/taiga-ui-addon-commerce-components-input-card.js +3 -3
  57. package/fesm2015/taiga-ui-addon-commerce-components-input-card.js.map +1 -1
  58. package/fesm2015/taiga-ui-addon-commerce-components-input-cvc.js +1 -1
  59. package/fesm2015/taiga-ui-addon-commerce-components-input-cvc.js.map +1 -1
  60. package/fesm2015/taiga-ui-addon-commerce-components-input-expire.js +1 -1
  61. package/fesm2015/taiga-ui-addon-commerce-components-input-expire.js.map +1 -1
  62. package/fesm2015/taiga-ui-addon-commerce-components-money.js +17 -8
  63. package/fesm2015/taiga-ui-addon-commerce-components-money.js.map +1 -1
  64. package/fesm2015/{taiga-ui-addon-commerce-components-card.js → taiga-ui-addon-commerce-components-thumbnail-card.js} +45 -12
  65. package/fesm2015/taiga-ui-addon-commerce-components-thumbnail-card.js.map +1 -0
  66. package/fesm2015/taiga-ui-addon-commerce-components.js +1 -1
  67. package/fesm2015/taiga-ui-addon-commerce-enums.js +348 -348
  68. package/fesm2015/taiga-ui-addon-commerce-enums.js.map +1 -1
  69. package/fesm2015/taiga-ui-addon-commerce-tokens.js +2 -3
  70. package/fesm2015/taiga-ui-addon-commerce-tokens.js.map +1 -1
  71. package/interfaces/card.d.ts +1 -1
  72. package/package.json +5 -5
  73. package/bundles/taiga-ui-addon-commerce-components-card.umd.js +0 -114
  74. package/bundles/taiga-ui-addon-commerce-components-card.umd.js.map +0 -1
  75. package/components/card/card.module.d.ts +0 -9
  76. package/components/card/index.d.ts +0 -2
  77. package/components/card/package.json +0 -10
  78. package/components/card/taiga-ui-addon-commerce-components-card.d.ts +0 -5
  79. package/esm2015/components/card/card.component.js +0 -52
  80. package/esm2015/components/card/card.module.js +0 -19
  81. package/esm2015/components/card/index.js +0 -3
  82. package/esm2015/components/card/taiga-ui-addon-commerce-components-card.js +0 -5
  83. package/fesm2015/taiga-ui-addon-commerce-components-card.js.map +0 -1
@@ -12,41 +12,24 @@
12
12
  var TuiCurrency;
13
13
  (function (TuiCurrency) {
14
14
  /**
15
- * Russian ruble
16
- *
17
- * @description Numeric code: 643
18
- * @description Alphabetic code: RUB
19
- * @description Countries and territories: Russia
20
- * @description Currency symbol: ₽
21
- */
22
- TuiCurrency["Ruble"] = "RUB";
23
- /**
24
- * Euro
25
- *
26
- * @description Numeric code: 978
27
- * @description Alphabetic code: EUR
28
- * @description Countries and territories: Åland Islands (AX), European Union (EU), Andorra (AD), Austria (AT), Belgium (BE), Cyprus (CY), Estonia (EE), Finland (FI), France (FR), French Southern and Antarctic Lands (TF), Germany (DE), Greece (GR), Guadeloupe (GP), Ireland (IE), Italy (IT), Latvia (LV), Lithuania (LT), Luxembourg (LU), Malta (MT), French Guiana (GF), Martinique (MQ), Mayotte (YT), Monaco (MC), Montenegro (ME), Netherlands (NL), Portugal (PT), Réunion (RE), Saint Barthélemy (BL), Saint Martin (MF), Saint Pierre and Miquelon (PM), San Marino (SM), Slovakia (SK), Slovenia (SI), Spain (ES), Vatican City (VA)
29
- * @description Currency symbol: €
30
- */
31
- TuiCurrency["Euro"] = "EUR";
32
- /**
33
- * United States dollar
15
+ * Armenian dram
34
16
  *
35
- * @description Numeric code: 840
36
- * @description Alphabetic code: USD
37
- * @description Countries and territories: United States, American Samoa (AS), British Indian Ocean Territory (IO) (also uses GBP), British Virgin Islands (VG), Caribbean Netherlands (BQ – Bonaire, Sint Eustatius and Saba), Ecuador (EC), El Salvador (SV), Guam (GU), Marshall Islands (MH), Federated States of Micronesia (FM), Northern Mariana Islands (MP), Palau (PW), Panama (PA) (as well as Panamanian Balboa), Puerto Rico (PR), Timor-Leste (TL), Turks and Caicos Islands (TC), U.S. Virgin Islands (VI), United States Minor Outlying Islands (UM)
38
- * @description Currency symbol: $
17
+ * @description Numeric code: 051
18
+ * @description Alphabetic code: AMD
19
+ * @description Countries and territories: Armenia
20
+ * @description Currency symbol: ֏
39
21
  */
40
- TuiCurrency["Dollar"] = "USD";
22
+ TuiCurrency["ArmenianDram"] = "AMD";
41
23
  /**
42
- * Pound sterling
24
+ * Australian dollar
43
25
  *
44
- * @description Numeric code: 826
45
- * @description Alphabetic code: GBP
46
- * @description Countries and territories: United Kingdom, Isle of Man (IM, see Manx pound), Jersey (JE, see Jersey pound), Guernsey (GG, see Guernsey pound), Tristan da Cunha (SH-TA)
47
- * @description Currency symbol: £
26
+ * @description Numeric code: 036
27
+ * @description Alphabetic code: AUD
28
+ * @description Countries and territories: Australia, Christmas Island (CX), Cocos (Keeling) Islands (CC), Heard Island and McDonald Islands (HM), Kiribati (KI), Nauru (NR), Norfolk Island (NF), Tuvalu (TV)
29
+ * @description Currency symbol: A$
48
30
  */
49
- TuiCurrency["Pound"] = "GBP";
31
+ TuiCurrency["AustralianDollar"] = "AUD";
32
+ TuiCurrency["AzerbaijaniManat"] = "AZN";
50
33
  /**
51
34
  * Thai baht
52
35
  *
@@ -56,96 +39,53 @@ var TuiCurrency;
56
39
  * @description Currency symbol: ฿
57
40
  */
58
41
  TuiCurrency["Baht"] = "THB";
42
+ TuiCurrency["BelarusianRuble"] = "BYN";
59
43
  /**
60
- * Turkish lira
61
- *
62
- * @description Numeric code: 949
63
- * @description Alphabetic code: TRY
64
- * @description Countries and territories: Turkey
65
- * @description Currency symbol: ₺
66
- */
67
- TuiCurrency["TurkishLira"] = "TRY";
68
- /**
69
- * Chinese yuan
70
- *
71
- * @description Numeric code: 156
72
- * @description Alphabetic code: CNY
73
- * @description Countries and territories: China
74
- * @description Currency symbol: CN¥
75
- */
76
- TuiCurrency["YuanRenminbi"] = "CNY";
77
- /**
78
- * Kazakhstani tenge
79
- *
80
- * @description Numeric code: 398
81
- * @description Alphabetic code: KZT
82
- * @description Countries and territories: Kazakhstan
83
- * @description Currency symbol: ₸
84
- */
85
- TuiCurrency["Tenge"] = "KZT";
86
- /**
87
- * Israeli new shekel
88
- *
89
- * @description Numeric code: 376
90
- * @description Alphabetic code: ILS
91
- * @description Countries and territories: Israel
92
- * @description Currency symbol: ₪
93
- */
94
- TuiCurrency["IsraeliShekel"] = "ILS";
95
- /**
96
- * Indian rupee
97
- *
98
- * @description Numeric code: 356
99
- * @description Alphabetic code: INR
100
- * @description Countries and territories: India, Bhutan
101
- * @description Currency symbol: ₹
102
- */
103
- TuiCurrency["IndianRupee"] = "INR";
104
- /**
105
- * Japanese yen
44
+ * Brazilian Real
106
45
  *
107
- * @description Numeric code: 392
108
- * @description Alphabetic code: JPY
109
- * @description Countries and territories: Japan
110
- * @description Currency symbol: ¥
46
+ * @description Numeric code: 986
47
+ * @description Alphabetic code: BRL
48
+ * @description Countries and territories: Brazilia
49
+ * @description Currency symbol: R$
111
50
  */
112
- TuiCurrency["Yen"] = "JPY";
51
+ TuiCurrency["BrazilianReal"] = "BRL";
113
52
  /**
114
- * South Korean won
53
+ * Canadian dollar
115
54
  *
116
- * @description Numeric code: 410
117
- * @description Alphabetic code: KRW
118
- * @description Countries and territories: South Korea
119
- * @description Currency symbol:
55
+ * @description Numeric code: 124
56
+ * @description Alphabetic code: CAD
57
+ * @description Countries and territories: Canada
58
+ * @description Currency symbol: C$
120
59
  */
121
- TuiCurrency["Won"] = "KRW";
60
+ TuiCurrency["CanadianDollar"] = "CAD";
122
61
  /**
123
- * Swiss franc
62
+ * United Arab Emirates dirham
124
63
  *
125
- * @description Numeric code: 756
126
- * @description Alphabetic code: CHF
127
- * @description Countries and territories: Switzerland, Liechtenstein (LI)
128
- * @description Currency symbol:
64
+ * @description Numeric code: 784
65
+ * @description Alphabetic code: AED
66
+ * @description Countries and territories: United Arab Emirates
67
+ * @description Currency symbol: Dh
129
68
  */
130
- TuiCurrency["SwissFranc"] = "CHF";
69
+ TuiCurrency["Dirham"] = "AED";
131
70
  /**
132
- * Singapore dollar
71
+ * United States dollar
133
72
  *
134
- * @description Numeric code: 702
135
- * @description Alphabetic code: SGD
136
- * @description Countries and territories: Singapore
137
- * @description Currency symbol: S$
73
+ * @description Numeric code: 840
74
+ * @description Alphabetic code: USD
75
+ * @description Countries and territories: United States, American Samoa (AS), British Indian Ocean Territory (IO) (also uses GBP), British Virgin Islands (VG), Caribbean Netherlands (BQ – Bonaire, Sint Eustatius and Saba), Ecuador (EC), El Salvador (SV), Guam (GU), Marshall Islands (MH), Federated States of Micronesia (FM), Northern Mariana Islands (MP), Palau (PW), Panama (PA) (as well as Panamanian Balboa), Puerto Rico (PR), Timor-Leste (TL), Turks and Caicos Islands (TC), U.S. Virgin Islands (VI), United States Minor Outlying Islands (UM)
76
+ * @description Currency symbol: $
138
77
  */
139
- TuiCurrency["SingaporeDollar"] = "SGD";
78
+ TuiCurrency["Dollar"] = "USD";
140
79
  /**
141
- * Australian dollar
80
+ * Euro
142
81
  *
143
- * @description Numeric code: 036
144
- * @description Alphabetic code: AUD
145
- * @description Countries and territories: Australia, Christmas Island (CX), Cocos (Keeling) Islands (CC), Heard Island and McDonald Islands (HM), Kiribati (KI), Nauru (NR), Norfolk Island (NF), Tuvalu (TV)
146
- * @description Currency symbol: A$
82
+ * @description Numeric code: 978
83
+ * @description Alphabetic code: EUR
84
+ * @description Countries and territories: Åland Islands (AX), European Union (EU), Andorra (AD), Austria (AT), Belgium (BE), Cyprus (CY), Estonia (EE), Finland (FI), France (FR), French Southern and Antarctic Lands (TF), Germany (DE), Greece (GR), Guadeloupe (GP), Ireland (IE), Italy (IT), Latvia (LV), Lithuania (LT), Luxembourg (LU), Malta (MT), French Guiana (GF), Martinique (MQ), Mayotte (YT), Monaco (MC), Montenegro (ME), Netherlands (NL), Portugal (PT), Réunion (RE), Saint Barthélemy (BL), Saint Martin (MF), Saint Pierre and Miquelon (PM), San Marino (SM), Slovakia (SK), Slovenia (SI), Spain (ES), Vatican City (VA)
85
+ * @description Currency symbol:
147
86
  */
148
- TuiCurrency["AustralianDollar"] = "AUD";
87
+ TuiCurrency["Euro"] = "EUR";
88
+ TuiCurrency["GeorgianLari"] = "GEL";
149
89
  /**
150
90
  * Hong Kong dollar
151
91
  *
@@ -155,24 +95,6 @@ var TuiCurrency;
155
95
  * @description Currency symbol: HK$
156
96
  */
157
97
  TuiCurrency["HongKongDollar"] = "HKD";
158
- /**
159
- * Canadian dollar
160
- *
161
- * @description Numeric code: 124
162
- * @description Alphabetic code: CAD
163
- * @description Countries and territories: Canada
164
- * @description Currency symbol: C$
165
- */
166
- TuiCurrency["CanadianDollar"] = "CAD";
167
- /**
168
- * Armenian dram
169
- *
170
- * @description Numeric code: 051
171
- * @description Alphabetic code: AMD
172
- * @description Countries and territories: Armenia
173
- * @description Currency symbol: ֏
174
- */
175
- TuiCurrency["ArmenianDram"] = "AMD";
176
98
  /**
177
99
  * Ukrainian hryvnia
178
100
  *
@@ -183,23 +105,25 @@ var TuiCurrency;
183
105
  */
184
106
  TuiCurrency["Hryvnia"] = "UAH";
185
107
  /**
186
- * Mexican peso
108
+ * Indian rupee
187
109
  *
188
- * @description Numeric code: 484
189
- * @description Alphabetic code: MXN
190
- * @description Countries and territories: Mexico
191
- * @description Currency symbol: $
110
+ * @description Numeric code: 356
111
+ * @description Alphabetic code: INR
112
+ * @description Countries and territories: India, Bhutan
113
+ * @description Currency symbol:
192
114
  */
193
- TuiCurrency["MexicanPeso"] = "MXN";
115
+ TuiCurrency["IndianRupee"] = "INR";
116
+ TuiCurrency["IndonesianRupiah"] = "IDR";
117
+ TuiCurrency["IranianRial"] = "IRR";
194
118
  /**
195
- * Uzbek sum
119
+ * Israeli new shekel
196
120
  *
197
- * @description Numeric code: 860
198
- * @description Alphabetic code: UZS
199
- * @description Countries and territories: Uzbekistan
200
- * @description Currency symbol: So'm
121
+ * @description Numeric code: 376
122
+ * @description Alphabetic code: ILS
123
+ * @description Countries and territories: Israel
124
+ * @description Currency symbol:
201
125
  */
202
- TuiCurrency["UzbekSum"] = "UZS";
126
+ TuiCurrency["IsraeliShekel"] = "ILS";
203
127
  /**
204
128
  * Kyrgyzstani som
205
129
  *
@@ -209,24 +133,36 @@ var TuiCurrency;
209
133
  * @description Currency symbol: c
210
134
  */
211
135
  TuiCurrency["KyrgyzstanSom"] = "KGS";
136
+ TuiCurrency["MalaysianRinggit"] = "MYR";
212
137
  /**
213
- * United Arab Emirates dirham
138
+ * Mexican peso
214
139
  *
215
- * @description Numeric code: 784
216
- * @description Alphabetic code: AED
217
- * @description Countries and territories: United Arab Emirates
218
- * @description Currency symbol: Dh
140
+ * @description Numeric code: 484
141
+ * @description Alphabetic code: MXN
142
+ * @description Countries and territories: Mexico
143
+ * @description Currency symbol: $
219
144
  */
220
- TuiCurrency["Dirham"] = "AED";
145
+ TuiCurrency["MexicanPeso"] = "MXN";
146
+ TuiCurrency["MongolianTugrik"] = "MNT";
147
+ TuiCurrency["NewTurkmenManat"] = "TMT";
221
148
  /**
222
- * Tajikistani somoni
149
+ * Pound sterling
223
150
  *
224
- * @description Numeric code: 972
225
- * @description Alphabetic code: TJS
226
- * @description Countries and territories: Tajikistan
227
- * @description Currency symbol: SM
151
+ * @description Numeric code: 826
152
+ * @description Alphabetic code: GBP
153
+ * @description Countries and territories: United Kingdom, Isle of Man (IM, see Manx pound), Jersey (JE, see Jersey pound), Guernsey (GG, see Guernsey pound), Tristan da Cunha (SH-TA)
154
+ * @description Currency symbol: £
228
155
  */
229
- TuiCurrency["TajikistaniSomoni"] = "TJS";
156
+ TuiCurrency["Pound"] = "GBP";
157
+ /**
158
+ * Russian ruble
159
+ *
160
+ * @description Numeric code: 643
161
+ * @description Alphabetic code: RUB
162
+ * @description Countries and territories: Russia
163
+ * @description Currency symbol: ₽
164
+ */
165
+ TuiCurrency["Ruble"] = "RUB";
230
166
  /**
231
167
  * Malaysian ringgit
232
168
  *
@@ -235,7 +171,7 @@ var TuiCurrency;
235
171
  * @description Countries and territories: Malaysia
236
172
  * @description Currency symbol: RM
237
173
  */
238
- TuiCurrency["MalaysianRinggit"] = "MYR";
174
+ TuiCurrency["SaudiRiyal"] = "SAR";
239
175
  /**
240
176
  *
241
177
  * Belarusian ruble
@@ -245,7 +181,7 @@ var TuiCurrency;
245
181
  * @description Countries and territories: Belarus
246
182
  * @description Currency symbol: Rbl
247
183
  */
248
- TuiCurrency["BelarusianRuble"] = "BYN";
184
+ TuiCurrency["SerbianDinar"] = "RSD";
249
185
  /**
250
186
  * Georgian lari
251
187
  *
@@ -254,7 +190,15 @@ var TuiCurrency;
254
190
  * @description Countries and territories: Georgia
255
191
  * @description Currency symbol: ₾
256
192
  */
257
- TuiCurrency["GeorgianLari"] = "GEL";
193
+ /**
194
+ * Singapore dollar
195
+ *
196
+ * @description Numeric code: 702
197
+ * @description Alphabetic code: SGD
198
+ * @description Countries and territories: Singapore
199
+ * @description Currency symbol: S$
200
+ */
201
+ TuiCurrency["SingaporeDollar"] = "SGD";
258
202
  /**
259
203
  * Azerbaijani manat
260
204
  *
@@ -263,7 +207,7 @@ var TuiCurrency;
263
207
  * @description Countries and territories: Azerbaijan
264
208
  * @description Currency symbol: ₼
265
209
  */
266
- TuiCurrency["AzerbaijaniManat"] = "AZN";
210
+ TuiCurrency["SouthAfricanRand"] = "ZAR";
267
211
  /**
268
212
  * Sri Lankan rupee
269
213
  *
@@ -281,7 +225,15 @@ var TuiCurrency;
281
225
  * @description Countries and territories: Serbia
282
226
  * @description Currency symbol: DIN
283
227
  */
284
- TuiCurrency["SerbianDinar"] = "RSD";
228
+ /**
229
+ * Swiss franc
230
+ *
231
+ * @description Numeric code: 756
232
+ * @description Alphabetic code: CHF
233
+ * @description Countries and territories: Switzerland, Liechtenstein (LI)
234
+ * @description Currency symbol: ₣
235
+ */
236
+ TuiCurrency["SwissFranc"] = "CHF";
285
237
  /**
286
238
  * Saudi Riyal
287
239
  *
@@ -290,7 +242,15 @@ var TuiCurrency;
290
242
  * @description Countries and territories: Saudi Arabia
291
243
  * @description Currency symbol: SR
292
244
  */
293
- TuiCurrency["SaudiRiyal"] = "SAR";
245
+ /**
246
+ * Tajikistani somoni
247
+ *
248
+ * @description Numeric code: 972
249
+ * @description Alphabetic code: TJS
250
+ * @description Countries and territories: Tajikistan
251
+ * @description Currency symbol: SM
252
+ */
253
+ TuiCurrency["TajikistaniSomoni"] = "TJS";
294
254
  /**
295
255
  * Mongolian tugrik
296
256
  *
@@ -299,7 +259,15 @@ var TuiCurrency;
299
259
  * @description Countries and territories: Mongolia
300
260
  * @description Currency symbol: ₮
301
261
  */
302
- TuiCurrency["MongolianTugrik"] = "MNT";
262
+ /**
263
+ * Kazakhstani tenge
264
+ *
265
+ * @description Numeric code: 398
266
+ * @description Alphabetic code: KZT
267
+ * @description Countries and territories: Kazakhstan
268
+ * @description Currency symbol: ₸
269
+ */
270
+ TuiCurrency["Tenge"] = "KZT";
303
271
  /**
304
272
  * South African rand
305
273
  *
@@ -308,7 +276,15 @@ var TuiCurrency;
308
276
  * @description Countries and territories: South Africa
309
277
  * @description Currency symbol: R
310
278
  */
311
- TuiCurrency["SouthAfricanRand"] = "ZAR";
279
+ /**
280
+ * Turkish lira
281
+ *
282
+ * @description Numeric code: 949
283
+ * @description Alphabetic code: TRY
284
+ * @description Countries and territories: Turkey
285
+ * @description Currency symbol: ₺
286
+ */
287
+ TuiCurrency["TurkishLira"] = "TRY";
312
288
  /**
313
289
  * Iranian rial
314
290
  *
@@ -317,7 +293,15 @@ var TuiCurrency;
317
293
  * @description Countries and territories: Iran
318
294
  * @description Currency symbol: IR
319
295
  */
320
- TuiCurrency["IranianRial"] = "IRR";
296
+ /**
297
+ * Uzbek sum
298
+ *
299
+ * @description Numeric code: 860
300
+ * @description Alphabetic code: UZS
301
+ * @description Countries and territories: Uzbekistan
302
+ * @description Currency symbol: So'm
303
+ */
304
+ TuiCurrency["UzbekSum"] = "UZS";
321
305
  /**
322
306
  * Indonesian rupiah
323
307
  *
@@ -326,7 +310,7 @@ var TuiCurrency;
326
310
  * @description Countries and territories: Indonesia
327
311
  * @description Currency symbol: Rp
328
312
  */
329
- TuiCurrency["IndonesianRupiah"] = "IDR";
313
+ TuiCurrency["VietnameseDong"] = "VND";
330
314
  /**
331
315
  * Vietnamese dong
332
316
  *
@@ -335,7 +319,15 @@ var TuiCurrency;
335
319
  * @description Countries and territories: Vietnam
336
320
  * @description Currency symbol: đ
337
321
  */
338
- TuiCurrency["VietnameseDong"] = "VND";
322
+ /**
323
+ * South Korean won
324
+ *
325
+ * @description Numeric code: 410
326
+ * @description Alphabetic code: KRW
327
+ * @description Countries and territories: South Korea
328
+ * @description Currency symbol: ₩
329
+ */
330
+ TuiCurrency["Won"] = "KRW";
339
331
  /**
340
332
  * New Turkmen manat
341
333
  *
@@ -344,120 +336,6 @@ var TuiCurrency;
344
336
  * @description Countries and territories: Turkmenistan
345
337
  * @description Currency symbol: TMT
346
338
  */
347
- TuiCurrency["NewTurkmenManat"] = "TMT";
348
- /**
349
- * Brazilian Real
350
- *
351
- * @description Numeric code: 986
352
- * @description Alphabetic code: BRL
353
- * @description Countries and territories: Brazilia
354
- * @description Currency symbol: R$
355
- */
356
- TuiCurrency["BrazilianReal"] = "BRL";
357
- })(TuiCurrency || (TuiCurrency = {}));
358
-
359
- /**
360
- * **Active ISO 4217 numeric currency codes**
361
- *
362
- * @description The ISO 4217 classification is used to describe alphabetic and numeric currency codes.
363
- * @description Numeric code is also called "number-3".
364
- *
365
- * @link https://en.wikipedia.org/wiki/ISO_4217
366
- */
367
- // TODO: change type in v4.0
368
- // eslint-disable-next-line no-restricted-syntax
369
- var TuiCurrencyCode;
370
- (function (TuiCurrencyCode) {
371
- /**
372
- * Russian ruble
373
- *
374
- * @description Numeric code: 643
375
- * @description Alphabetic code: RUB
376
- * @description Countries and territories: Russia
377
- * @description Currency symbol: ₽
378
- */
379
- TuiCurrencyCode["Ruble"] = "643";
380
- /**
381
- * Euro
382
- *
383
- * @description Numeric code: 978
384
- * @description Alphabetic code: EUR
385
- * @description Countries and territories: Åland Islands (AX), European Union (EU), Andorra (AD), Austria (AT), Belgium (BE), Cyprus (CY), Estonia (EE), Finland (FI), France (FR), French Southern and Antarctic Lands (TF), Germany (DE), Greece (GR), Guadeloupe (GP), Ireland (IE), Italy (IT), Latvia (LV), Lithuania (LT), Luxembourg (LU), Malta (MT), French Guiana (GF), Martinique (MQ), Mayotte (YT), Monaco (MC), Montenegro (ME), Netherlands (NL), Portugal (PT), Réunion (RE), Saint Barthélemy (BL), Saint Martin (MF), Saint Pierre and Miquelon (PM), San Marino (SM), Slovakia (SK), Slovenia (SI), Spain (ES), Vatican City (VA)
386
- * @description Currency symbol: €
387
- */
388
- TuiCurrencyCode["Euro"] = "978";
389
- /**
390
- * United States dollar
391
- *
392
- * @description Numeric code: 840
393
- * @description Alphabetic code: USD
394
- * @description Countries and territories: United States, American Samoa (AS), British Indian Ocean Territory (IO) (also uses GBP), British Virgin Islands (VG), Caribbean Netherlands (BQ – Bonaire, Sint Eustatius and Saba), Ecuador (EC), El Salvador (SV), Guam (GU), Marshall Islands (MH), Federated States of Micronesia (FM), Northern Mariana Islands (MP), Palau (PW), Panama (PA) (as well as Panamanian Balboa), Puerto Rico (PR), Timor-Leste (TL), Turks and Caicos Islands (TC), U.S. Virgin Islands (VI), United States Minor Outlying Islands (UM)
395
- * @description Currency symbol: $
396
- */
397
- TuiCurrencyCode["Dollar"] = "840";
398
- /**
399
- * Pound sterling
400
- *
401
- * @description Numeric code: 826
402
- * @description Alphabetic code: GBP
403
- * @description Countries and territories: United Kingdom, Isle of Man (IM, see Manx pound), Jersey (JE, see Jersey pound), Guernsey (GG, see Guernsey pound), Tristan da Cunha (SH-TA)
404
- * @description Currency symbol: £
405
- */
406
- TuiCurrencyCode["Pound"] = "826";
407
- /**
408
- * Thai baht
409
- *
410
- * @description Numeric code: 764
411
- * @description Alphabetic code: THB
412
- * @description Countries and territories: Thailand
413
- * @description Currency symbol: ฿
414
- */
415
- TuiCurrencyCode["Baht"] = "764";
416
- /**
417
- * Turkish lira
418
- *
419
- * @description Numeric code: 949
420
- * @description Alphabetic code: TRY
421
- * @description Countries and territories: Turkey
422
- * @description Currency symbol: ₺
423
- */
424
- TuiCurrencyCode["TurkishLira"] = "949";
425
- /**
426
- * Chinese yuan
427
- *
428
- * @description Numeric code: 156
429
- * @description Alphabetic code: CNY
430
- * @description Countries and territories: China
431
- * @description Currency symbol: CN¥
432
- */
433
- TuiCurrencyCode["YuanRenminbi"] = "156";
434
- /**
435
- * Kazakhstani tenge
436
- *
437
- * @description Numeric code: 398
438
- * @description Alphabetic code: KZT
439
- * @description Countries and territories: Kazakhstan
440
- * @description Currency symbol: ₸
441
- */
442
- TuiCurrencyCode["Tenge"] = "398";
443
- /**
444
- * Israeli new shekel
445
- *
446
- * @description Numeric code: 376
447
- * @description Alphabetic code: ILS
448
- * @description Countries and territories: Israel
449
- * @description Currency symbol: ₪
450
- */
451
- TuiCurrencyCode["IsraeliShekel"] = "376";
452
- /**
453
- * Indian rupee
454
- *
455
- * @description Numeric code: 356
456
- * @description Alphabetic code: INR
457
- * @description Countries and territories: India, Bhutan
458
- * @description Currency symbol: ₹
459
- */
460
- TuiCurrencyCode["IndianRupee"] = "356";
461
339
  /**
462
340
  * Japanese yen
463
341
  *
@@ -466,34 +344,39 @@ var TuiCurrencyCode;
466
344
  * @description Countries and territories: Japan
467
345
  * @description Currency symbol: ¥
468
346
  */
469
- TuiCurrencyCode["Yen"] = "392";
470
- /**
471
- * South Korean won
472
- *
473
- * @description Numeric code: 410
474
- * @description Alphabetic code: KRW
475
- * @description Countries and territories: South Korea
476
- * @description Currency symbol: ₩
477
- */
478
- TuiCurrencyCode["Won"] = "410";
347
+ TuiCurrency["Yen"] = "JPY";
479
348
  /**
480
- * Swiss franc
349
+ * Chinese yuan
481
350
  *
482
- * @description Numeric code: 756
483
- * @description Alphabetic code: CHF
484
- * @description Countries and territories: Switzerland, Liechtenstein (LI)
485
- * @description Currency symbol:
351
+ * @description Numeric code: 156
352
+ * @description Alphabetic code: CNY
353
+ * @description Countries and territories: China
354
+ * @description Currency symbol: CN¥
486
355
  */
487
- TuiCurrencyCode["SwissFranc"] = "756";
356
+ TuiCurrency["YuanRenminbi"] = "CNY";
357
+ })(TuiCurrency || (TuiCurrency = {}));
358
+
359
+ /**
360
+ * **Active ISO 4217 numeric currency codes**
361
+ *
362
+ * @description The ISO 4217 classification is used to describe alphabetic and numeric currency codes.
363
+ * @description Numeric code is also called "number-3".
364
+ *
365
+ * @link https://en.wikipedia.org/wiki/ISO_4217
366
+ */
367
+ // TODO: change type in v4.0
368
+ // eslint-disable-next-line no-restricted-syntax
369
+ var TuiCurrencyCode;
370
+ (function (TuiCurrencyCode) {
488
371
  /**
489
- * Singapore dollar
372
+ * Armenian dram
490
373
  *
491
- * @description Numeric code: 702
492
- * @description Alphabetic code: SGD
493
- * @description Countries and territories: Singapore
494
- * @description Currency symbol: S$
374
+ * @description Numeric code: 051
375
+ * @description Alphabetic code: AMD
376
+ * @description Countries and territories: Armenia
377
+ * @description Currency symbol: ֏
495
378
  */
496
- TuiCurrencyCode["SingaporeDollar"] = "702";
379
+ TuiCurrencyCode["ArmenianDram"] = "051";
497
380
  /**
498
381
  * Australian dollar
499
382
  *
@@ -503,15 +386,26 @@ var TuiCurrencyCode;
503
386
  * @description Currency symbol: A$
504
387
  */
505
388
  TuiCurrencyCode["AustralianDollar"] = "036";
389
+ TuiCurrencyCode["AzerbaijaniManat"] = "944";
506
390
  /**
507
- * Hong Kong dollar
391
+ * Thai baht
508
392
  *
509
- * @description Numeric code: 344
510
- * @description Alphabetic code: HKD
511
- * @description Countries and territories: Hong Kong
512
- * @description Currency symbol: HK$
393
+ * @description Numeric code: 764
394
+ * @description Alphabetic code: THB
395
+ * @description Countries and territories: Thailand
396
+ * @description Currency symbol: ฿
513
397
  */
514
- TuiCurrencyCode["HongKongDollar"] = "344";
398
+ TuiCurrencyCode["Baht"] = "764";
399
+ TuiCurrencyCode["BelarusianRuble"] = "933";
400
+ /**
401
+ * Brazilian Real
402
+ *
403
+ * @description Numeric code: 986
404
+ * @description Alphabetic code: BRL
405
+ * @description Countries and territories: Brazilia
406
+ * @description Currency symbol: R$
407
+ */
408
+ TuiCurrencyCode["BrazilianReal"] = "986";
515
409
  /**
516
410
  * Canadian dollar
517
411
  *
@@ -522,14 +416,42 @@ var TuiCurrencyCode;
522
416
  */
523
417
  TuiCurrencyCode["CanadianDollar"] = "124";
524
418
  /**
525
- * Armenian dram
419
+ * United Arab Emirates dirham
526
420
  *
527
- * @description Numeric code: 051
528
- * @description Alphabetic code: AMD
529
- * @description Countries and territories: Armenia
530
- * @description Currency symbol: ֏
421
+ * @description Numeric code: 784
422
+ * @description Alphabetic code: AED
423
+ * @description Countries and territories: United Arab Emirates
424
+ * @description Currency symbol: Dh
531
425
  */
532
- TuiCurrencyCode["ArmenianDram"] = "051";
426
+ TuiCurrencyCode["Dirham"] = "784";
427
+ /**
428
+ * United States dollar
429
+ *
430
+ * @description Numeric code: 840
431
+ * @description Alphabetic code: USD
432
+ * @description Countries and territories: United States, American Samoa (AS), British Indian Ocean Territory (IO) (also uses GBP), British Virgin Islands (VG), Caribbean Netherlands (BQ – Bonaire, Sint Eustatius and Saba), Ecuador (EC), El Salvador (SV), Guam (GU), Marshall Islands (MH), Federated States of Micronesia (FM), Northern Mariana Islands (MP), Palau (PW), Panama (PA) (as well as Panamanian Balboa), Puerto Rico (PR), Timor-Leste (TL), Turks and Caicos Islands (TC), U.S. Virgin Islands (VI), United States Minor Outlying Islands (UM)
433
+ * @description Currency symbol: $
434
+ */
435
+ TuiCurrencyCode["Dollar"] = "840";
436
+ /**
437
+ * Euro
438
+ *
439
+ * @description Numeric code: 978
440
+ * @description Alphabetic code: EUR
441
+ * @description Countries and territories: Åland Islands (AX), European Union (EU), Andorra (AD), Austria (AT), Belgium (BE), Cyprus (CY), Estonia (EE), Finland (FI), France (FR), French Southern and Antarctic Lands (TF), Germany (DE), Greece (GR), Guadeloupe (GP), Ireland (IE), Italy (IT), Latvia (LV), Lithuania (LT), Luxembourg (LU), Malta (MT), French Guiana (GF), Martinique (MQ), Mayotte (YT), Monaco (MC), Montenegro (ME), Netherlands (NL), Portugal (PT), Réunion (RE), Saint Barthélemy (BL), Saint Martin (MF), Saint Pierre and Miquelon (PM), San Marino (SM), Slovakia (SK), Slovenia (SI), Spain (ES), Vatican City (VA)
442
+ * @description Currency symbol: €
443
+ */
444
+ TuiCurrencyCode["Euro"] = "978";
445
+ TuiCurrencyCode["GeorgianLari"] = "981";
446
+ /**
447
+ * Hong Kong dollar
448
+ *
449
+ * @description Numeric code: 344
450
+ * @description Alphabetic code: HKD
451
+ * @description Countries and territories: Hong Kong
452
+ * @description Currency symbol: HK$
453
+ */
454
+ TuiCurrencyCode["HongKongDollar"] = "344";
533
455
  /**
534
456
  * Ukrainian hryvnia
535
457
  *
@@ -540,23 +462,25 @@ var TuiCurrencyCode;
540
462
  */
541
463
  TuiCurrencyCode["Hryvnia"] = "980";
542
464
  /**
543
- * Mexican peso
465
+ * Indian rupee
544
466
  *
545
- * @description Numeric code: 484
546
- * @description Alphabetic code: MXN
547
- * @description Countries and territories: Mexico
548
- * @description Currency symbol: $
467
+ * @description Numeric code: 356
468
+ * @description Alphabetic code: INR
469
+ * @description Countries and territories: India, Bhutan
470
+ * @description Currency symbol:
549
471
  */
550
- TuiCurrencyCode["MexicanPeso"] = "484";
472
+ TuiCurrencyCode["IndianRupee"] = "356";
473
+ TuiCurrencyCode["IndonesianRupiah"] = "360";
474
+ TuiCurrencyCode["IranianRial"] = "364";
551
475
  /**
552
- * Uzbek sum
476
+ * Israeli new shekel
553
477
  *
554
- * @description Numeric code: 860
555
- * @description Alphabetic code: UZS
556
- * @description Countries and territories: Uzbekistan
557
- * @description Currency symbol: So'm
478
+ * @description Numeric code: 376
479
+ * @description Alphabetic code: ILS
480
+ * @description Countries and territories: Israel
481
+ * @description Currency symbol:
558
482
  */
559
- TuiCurrencyCode["UzbekSum"] = "860";
483
+ TuiCurrencyCode["IsraeliShekel"] = "376";
560
484
  /**
561
485
  * Kyrgyzstani som
562
486
  *
@@ -566,24 +490,36 @@ var TuiCurrencyCode;
566
490
  * @description Currency symbol: c
567
491
  */
568
492
  TuiCurrencyCode["KyrgyzstanSom"] = "417";
493
+ TuiCurrencyCode["MalaysianRinggit"] = "458";
569
494
  /**
570
- * United Arab Emirates dirham
495
+ * Mexican peso
571
496
  *
572
- * @description Numeric code: 784
573
- * @description Alphabetic code: AED
574
- * @description Countries and territories: United Arab Emirates
575
- * @description Currency symbol: Dh
497
+ * @description Numeric code: 484
498
+ * @description Alphabetic code: MXN
499
+ * @description Countries and territories: Mexico
500
+ * @description Currency symbol: $
576
501
  */
577
- TuiCurrencyCode["Dirham"] = "784";
502
+ TuiCurrencyCode["MexicanPeso"] = "484";
503
+ TuiCurrencyCode["MongolianTugrik"] = "496";
504
+ TuiCurrencyCode["NewTurkmenManat"] = "934";
578
505
  /**
579
- * Tajikistani somoni
506
+ * Pound sterling
580
507
  *
581
- * @description Numeric code: 972
582
- * @description Alphabetic code: TJS
583
- * @description Countries and territories: Tajikistan
584
- * @description Currency symbol: SM
508
+ * @description Numeric code: 826
509
+ * @description Alphabetic code: GBP
510
+ * @description Countries and territories: United Kingdom, Isle of Man (IM, see Manx pound), Jersey (JE, see Jersey pound), Guernsey (GG, see Guernsey pound), Tristan da Cunha (SH-TA)
511
+ * @description Currency symbol: £
585
512
  */
586
- TuiCurrencyCode["TajikistaniSomoni"] = "972";
513
+ TuiCurrencyCode["Pound"] = "826";
514
+ /**
515
+ * Russian ruble
516
+ *
517
+ * @description Numeric code: 643
518
+ * @description Alphabetic code: RUB
519
+ * @description Countries and territories: Russia
520
+ * @description Currency symbol: ₽
521
+ */
522
+ TuiCurrencyCode["Ruble"] = "643";
587
523
  /**
588
524
  * Malaysian ringgit
589
525
  *
@@ -592,7 +528,7 @@ var TuiCurrencyCode;
592
528
  * @description Countries and territories: Malaysia
593
529
  * @description Currency symbol: RM
594
530
  */
595
- TuiCurrencyCode["MalaysianRinggit"] = "458";
531
+ TuiCurrencyCode["SaudiRiyal"] = "682";
596
532
  /**
597
533
  *
598
534
  * Belarusian ruble
@@ -602,7 +538,7 @@ var TuiCurrencyCode;
602
538
  * @description Countries and territories: Belarus
603
539
  * @description Currency symbol: Rbl
604
540
  */
605
- TuiCurrencyCode["BelarusianRuble"] = "933";
541
+ TuiCurrencyCode["SerbianDinar"] = "941";
606
542
  /**
607
543
  * Georgian lari
608
544
  *
@@ -611,7 +547,15 @@ var TuiCurrencyCode;
611
547
  * @description Countries and territories: Georgia
612
548
  * @description Currency symbol: ₾
613
549
  */
614
- TuiCurrencyCode["GeorgianLari"] = "981";
550
+ /**
551
+ * Singapore dollar
552
+ *
553
+ * @description Numeric code: 702
554
+ * @description Alphabetic code: SGD
555
+ * @description Countries and territories: Singapore
556
+ * @description Currency symbol: S$
557
+ */
558
+ TuiCurrencyCode["SingaporeDollar"] = "702";
615
559
  /**
616
560
  * Azerbaijani manat
617
561
  *
@@ -620,7 +564,7 @@ var TuiCurrencyCode;
620
564
  * @description Countries and territories: Azerbaijan
621
565
  * @description Currency symbol: ₼
622
566
  */
623
- TuiCurrencyCode["AzerbaijaniManat"] = "944";
567
+ TuiCurrencyCode["SouthAfricanRand"] = "710";
624
568
  /**
625
569
  * Sri Lankan rupee
626
570
  *
@@ -638,7 +582,15 @@ var TuiCurrencyCode;
638
582
  * @description Countries and territories: Serbia
639
583
  * @description Currency symbol: DIN
640
584
  */
641
- TuiCurrencyCode["SerbianDinar"] = "941";
585
+ /**
586
+ * Swiss franc
587
+ *
588
+ * @description Numeric code: 756
589
+ * @description Alphabetic code: CHF
590
+ * @description Countries and territories: Switzerland, Liechtenstein (LI)
591
+ * @description Currency symbol: ₣
592
+ */
593
+ TuiCurrencyCode["SwissFranc"] = "756";
642
594
  /**
643
595
  * Saudi Riyal
644
596
  *
@@ -647,7 +599,15 @@ var TuiCurrencyCode;
647
599
  * @description Countries and territories: Saudi Arabia
648
600
  * @description Currency symbol: SR
649
601
  */
650
- TuiCurrencyCode["SaudiRiyal"] = "682";
602
+ /**
603
+ * Tajikistani somoni
604
+ *
605
+ * @description Numeric code: 972
606
+ * @description Alphabetic code: TJS
607
+ * @description Countries and territories: Tajikistan
608
+ * @description Currency symbol: SM
609
+ */
610
+ TuiCurrencyCode["TajikistaniSomoni"] = "972";
651
611
  /**
652
612
  * Mongolian tugrik
653
613
  *
@@ -656,7 +616,15 @@ var TuiCurrencyCode;
656
616
  * @description Countries and territories: Mongolia
657
617
  * @description Currency symbol: ₮
658
618
  */
659
- TuiCurrencyCode["MongolianTugrik"] = "496";
619
+ /**
620
+ * Kazakhstani tenge
621
+ *
622
+ * @description Numeric code: 398
623
+ * @description Alphabetic code: KZT
624
+ * @description Countries and territories: Kazakhstan
625
+ * @description Currency symbol: ₸
626
+ */
627
+ TuiCurrencyCode["Tenge"] = "398";
660
628
  /**
661
629
  * South African rand
662
630
  *
@@ -665,7 +633,15 @@ var TuiCurrencyCode;
665
633
  * @description Countries and territories: South Africa
666
634
  * @description Currency symbol: R
667
635
  */
668
- TuiCurrencyCode["SouthAfricanRand"] = "710";
636
+ /**
637
+ * Turkish lira
638
+ *
639
+ * @description Numeric code: 949
640
+ * @description Alphabetic code: TRY
641
+ * @description Countries and territories: Turkey
642
+ * @description Currency symbol: ₺
643
+ */
644
+ TuiCurrencyCode["TurkishLira"] = "949";
669
645
  /**
670
646
  * Iranian rial
671
647
  *
@@ -674,7 +650,15 @@ var TuiCurrencyCode;
674
650
  * @description Countries and territories: Iran
675
651
  * @description Currency symbol: IR
676
652
  */
677
- TuiCurrencyCode["IranianRial"] = "364";
653
+ /**
654
+ * Uzbek sum
655
+ *
656
+ * @description Numeric code: 860
657
+ * @description Alphabetic code: UZS
658
+ * @description Countries and territories: Uzbekistan
659
+ * @description Currency symbol: So'm
660
+ */
661
+ TuiCurrencyCode["UzbekSum"] = "860";
678
662
  /**
679
663
  * Indonesian rupiah
680
664
  *
@@ -683,7 +667,7 @@ var TuiCurrencyCode;
683
667
  * @description Countries and territories: Indonesia
684
668
  * @description Currency symbol: Rp
685
669
  */
686
- TuiCurrencyCode["IndonesianRupiah"] = "360";
670
+ TuiCurrencyCode["VietnameseDong"] = "704";
687
671
  /**
688
672
  * Vietnamese dong
689
673
  *
@@ -692,7 +676,15 @@ var TuiCurrencyCode;
692
676
  * @description Countries and territories: Vietnam
693
677
  * @description Currency symbol: đ
694
678
  */
695
- TuiCurrencyCode["VietnameseDong"] = "704";
679
+ /**
680
+ * South Korean won
681
+ *
682
+ * @description Numeric code: 410
683
+ * @description Alphabetic code: KRW
684
+ * @description Countries and territories: South Korea
685
+ * @description Currency symbol: ₩
686
+ */
687
+ TuiCurrencyCode["Won"] = "410";
696
688
  /**
697
689
  * New Turkmen manat
698
690
  *
@@ -701,16 +693,24 @@ var TuiCurrencyCode;
701
693
  * @description Countries and territories: Turkmenistan
702
694
  * @description Currency symbol: TMT
703
695
  */
704
- TuiCurrencyCode["NewTurkmenManat"] = "934";
705
696
  /**
706
- * Brazilian Real
697
+ * Japanese yen
707
698
  *
708
- * @description Numeric code: 986
709
- * @description Alphabetic code: BRL
710
- * @description Countries and territories: Brazilia
711
- * @description Currency symbol: R$
699
+ * @description Numeric code: 392
700
+ * @description Alphabetic code: JPY
701
+ * @description Countries and territories: Japan
702
+ * @description Currency symbol: ¥
712
703
  */
713
- TuiCurrencyCode["BrazilianReal"] = "986";
704
+ TuiCurrencyCode["Yen"] = "392";
705
+ /**
706
+ * Chinese yuan
707
+ *
708
+ * @description Numeric code: 156
709
+ * @description Alphabetic code: CNY
710
+ * @description Countries and territories: China
711
+ * @description Currency symbol: CN¥
712
+ */
713
+ TuiCurrencyCode["YuanRenminbi"] = "156";
714
714
  })(TuiCurrencyCode || (TuiCurrencyCode = {}));
715
715
 
716
716
  /**