@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
|
@@ -12,41 +12,24 @@
|
|
|
12
12
|
var TuiCurrency;
|
|
13
13
|
(function (TuiCurrency) {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
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:
|
|
36
|
-
* @description Alphabetic code:
|
|
37
|
-
* @description Countries and territories:
|
|
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["
|
|
22
|
+
TuiCurrency["ArmenianDram"] = "AMD";
|
|
41
23
|
/**
|
|
42
|
-
*
|
|
24
|
+
* Australian dollar
|
|
43
25
|
*
|
|
44
|
-
* @description Numeric code:
|
|
45
|
-
* @description Alphabetic code:
|
|
46
|
-
* @description Countries and territories:
|
|
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["
|
|
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
|
-
*
|
|
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:
|
|
108
|
-
* @description Alphabetic code:
|
|
109
|
-
* @description Countries and territories:
|
|
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["
|
|
51
|
+
TuiCurrency["BrazilianReal"] = "BRL";
|
|
113
52
|
/**
|
|
114
|
-
*
|
|
53
|
+
* Canadian dollar
|
|
115
54
|
*
|
|
116
|
-
* @description Numeric code:
|
|
117
|
-
* @description Alphabetic code:
|
|
118
|
-
* @description Countries and territories:
|
|
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["
|
|
60
|
+
TuiCurrency["CanadianDollar"] = "CAD";
|
|
122
61
|
/**
|
|
123
|
-
*
|
|
62
|
+
* United Arab Emirates dirham
|
|
124
63
|
*
|
|
125
|
-
* @description Numeric code:
|
|
126
|
-
* @description Alphabetic code:
|
|
127
|
-
* @description Countries and territories:
|
|
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["
|
|
69
|
+
TuiCurrency["Dirham"] = "AED";
|
|
131
70
|
/**
|
|
132
|
-
*
|
|
71
|
+
* United States dollar
|
|
133
72
|
*
|
|
134
|
-
* @description Numeric code:
|
|
135
|
-
* @description Alphabetic code:
|
|
136
|
-
* @description Countries and territories:
|
|
137
|
-
* @description Currency symbol:
|
|
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["
|
|
78
|
+
TuiCurrency["Dollar"] = "USD";
|
|
140
79
|
/**
|
|
141
|
-
*
|
|
80
|
+
* Euro
|
|
142
81
|
*
|
|
143
|
-
* @description Numeric code:
|
|
144
|
-
* @description Alphabetic code:
|
|
145
|
-
* @description Countries and territories:
|
|
146
|
-
* @description Currency symbol:
|
|
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["
|
|
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
|
-
*
|
|
108
|
+
* Indian rupee
|
|
187
109
|
*
|
|
188
|
-
* @description Numeric code:
|
|
189
|
-
* @description Alphabetic code:
|
|
190
|
-
* @description Countries and territories:
|
|
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["
|
|
115
|
+
TuiCurrency["IndianRupee"] = "INR";
|
|
116
|
+
TuiCurrency["IndonesianRupiah"] = "IDR";
|
|
117
|
+
TuiCurrency["IranianRial"] = "IRR";
|
|
194
118
|
/**
|
|
195
|
-
*
|
|
119
|
+
* Israeli new shekel
|
|
196
120
|
*
|
|
197
|
-
* @description Numeric code:
|
|
198
|
-
* @description Alphabetic code:
|
|
199
|
-
* @description Countries and territories:
|
|
200
|
-
* @description Currency symbol:
|
|
121
|
+
* @description Numeric code: 376
|
|
122
|
+
* @description Alphabetic code: ILS
|
|
123
|
+
* @description Countries and territories: Israel
|
|
124
|
+
* @description Currency symbol: ₪
|
|
201
125
|
*/
|
|
202
|
-
TuiCurrency["
|
|
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
|
-
*
|
|
138
|
+
* Mexican peso
|
|
214
139
|
*
|
|
215
|
-
* @description Numeric code:
|
|
216
|
-
* @description Alphabetic code:
|
|
217
|
-
* @description Countries and territories:
|
|
218
|
-
* @description Currency symbol:
|
|
140
|
+
* @description Numeric code: 484
|
|
141
|
+
* @description Alphabetic code: MXN
|
|
142
|
+
* @description Countries and territories: Mexico
|
|
143
|
+
* @description Currency symbol: $
|
|
219
144
|
*/
|
|
220
|
-
TuiCurrency["
|
|
145
|
+
TuiCurrency["MexicanPeso"] = "MXN";
|
|
146
|
+
TuiCurrency["MongolianTugrik"] = "MNT";
|
|
147
|
+
TuiCurrency["NewTurkmenManat"] = "TMT";
|
|
221
148
|
/**
|
|
222
|
-
*
|
|
149
|
+
* Pound sterling
|
|
223
150
|
*
|
|
224
|
-
* @description Numeric code:
|
|
225
|
-
* @description Alphabetic code:
|
|
226
|
-
* @description Countries and territories:
|
|
227
|
-
* @description Currency symbol:
|
|
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["
|
|
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["
|
|
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["
|
|
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
|
-
|
|
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["
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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["
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
*
|
|
349
|
+
* Chinese yuan
|
|
481
350
|
*
|
|
482
|
-
* @description Numeric code:
|
|
483
|
-
* @description Alphabetic code:
|
|
484
|
-
* @description Countries and territories:
|
|
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
|
-
|
|
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
|
-
*
|
|
372
|
+
* Armenian dram
|
|
490
373
|
*
|
|
491
|
-
* @description Numeric code:
|
|
492
|
-
* @description Alphabetic code:
|
|
493
|
-
* @description Countries and territories:
|
|
494
|
-
* @description Currency symbol:
|
|
374
|
+
* @description Numeric code: 051
|
|
375
|
+
* @description Alphabetic code: AMD
|
|
376
|
+
* @description Countries and territories: Armenia
|
|
377
|
+
* @description Currency symbol: ֏
|
|
495
378
|
*/
|
|
496
|
-
TuiCurrencyCode["
|
|
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
|
-
*
|
|
391
|
+
* Thai baht
|
|
508
392
|
*
|
|
509
|
-
* @description Numeric code:
|
|
510
|
-
* @description Alphabetic code:
|
|
511
|
-
* @description Countries and territories:
|
|
512
|
-
* @description Currency symbol:
|
|
393
|
+
* @description Numeric code: 764
|
|
394
|
+
* @description Alphabetic code: THB
|
|
395
|
+
* @description Countries and territories: Thailand
|
|
396
|
+
* @description Currency symbol: ฿
|
|
513
397
|
*/
|
|
514
|
-
TuiCurrencyCode["
|
|
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
|
-
*
|
|
419
|
+
* United Arab Emirates dirham
|
|
526
420
|
*
|
|
527
|
-
* @description Numeric code:
|
|
528
|
-
* @description Alphabetic code:
|
|
529
|
-
* @description Countries and territories:
|
|
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["
|
|
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
|
-
*
|
|
465
|
+
* Indian rupee
|
|
544
466
|
*
|
|
545
|
-
* @description Numeric code:
|
|
546
|
-
* @description Alphabetic code:
|
|
547
|
-
* @description Countries and territories:
|
|
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["
|
|
472
|
+
TuiCurrencyCode["IndianRupee"] = "356";
|
|
473
|
+
TuiCurrencyCode["IndonesianRupiah"] = "360";
|
|
474
|
+
TuiCurrencyCode["IranianRial"] = "364";
|
|
551
475
|
/**
|
|
552
|
-
*
|
|
476
|
+
* Israeli new shekel
|
|
553
477
|
*
|
|
554
|
-
* @description Numeric code:
|
|
555
|
-
* @description Alphabetic code:
|
|
556
|
-
* @description Countries and territories:
|
|
557
|
-
* @description Currency symbol:
|
|
478
|
+
* @description Numeric code: 376
|
|
479
|
+
* @description Alphabetic code: ILS
|
|
480
|
+
* @description Countries and territories: Israel
|
|
481
|
+
* @description Currency symbol: ₪
|
|
558
482
|
*/
|
|
559
|
-
TuiCurrencyCode["
|
|
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
|
-
*
|
|
495
|
+
* Mexican peso
|
|
571
496
|
*
|
|
572
|
-
* @description Numeric code:
|
|
573
|
-
* @description Alphabetic code:
|
|
574
|
-
* @description Countries and territories:
|
|
575
|
-
* @description Currency symbol:
|
|
497
|
+
* @description Numeric code: 484
|
|
498
|
+
* @description Alphabetic code: MXN
|
|
499
|
+
* @description Countries and territories: Mexico
|
|
500
|
+
* @description Currency symbol: $
|
|
576
501
|
*/
|
|
577
|
-
TuiCurrencyCode["
|
|
502
|
+
TuiCurrencyCode["MexicanPeso"] = "484";
|
|
503
|
+
TuiCurrencyCode["MongolianTugrik"] = "496";
|
|
504
|
+
TuiCurrencyCode["NewTurkmenManat"] = "934";
|
|
578
505
|
/**
|
|
579
|
-
*
|
|
506
|
+
* Pound sterling
|
|
580
507
|
*
|
|
581
|
-
* @description Numeric code:
|
|
582
|
-
* @description Alphabetic code:
|
|
583
|
-
* @description Countries and territories:
|
|
584
|
-
* @description Currency symbol:
|
|
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["
|
|
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["
|
|
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["
|
|
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
|
-
|
|
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["
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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["
|
|
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
|
-
|
|
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
|
-
*
|
|
697
|
+
* Japanese yen
|
|
707
698
|
*
|
|
708
|
-
* @description Numeric code:
|
|
709
|
-
* @description Alphabetic code:
|
|
710
|
-
* @description Countries and territories:
|
|
711
|
-
* @description Currency symbol:
|
|
699
|
+
* @description Numeric code: 392
|
|
700
|
+
* @description Alphabetic code: JPY
|
|
701
|
+
* @description Countries and territories: Japan
|
|
702
|
+
* @description Currency symbol: ¥
|
|
712
703
|
*/
|
|
713
|
-
TuiCurrencyCode["
|
|
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
|
/**
|