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