@taiga-ui/addon-commerce 3.47.0 → 3.48.0
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-enums.umd.js +89 -89
- package/bundles/taiga-ui-addon-commerce-enums.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-commerce-utils.umd.js +0 -1
- package/bundles/taiga-ui-addon-commerce-utils.umd.js.map +1 -1
- package/enums/currency-code.d.ts +89 -89
- package/esm2015/enums/currency-code.js +90 -90
- package/esm2015/utils/get-currency-symbol.js +1 -2
- package/fesm2015/taiga-ui-addon-commerce-enums.js +89 -89
- package/fesm2015/taiga-ui-addon-commerce-enums.js.map +1 -1
- package/fesm2015/taiga-ui-addon-commerce-utils.js +0 -1
- package/fesm2015/taiga-ui-addon-commerce-utils.js.map +1 -1
- package/package.json +5 -5
|
@@ -392,6 +392,14 @@
|
|
|
392
392
|
* @description Currency symbol: A$
|
|
393
393
|
*/
|
|
394
394
|
TuiCurrencyCode["AustralianDollar"] = "036";
|
|
395
|
+
/**
|
|
396
|
+
* Azerbaijani manat
|
|
397
|
+
*
|
|
398
|
+
* @description Numeric code: 944
|
|
399
|
+
* @description Alphabetic code: AZN
|
|
400
|
+
* @description Countries and territories: Azerbaijan
|
|
401
|
+
* @description Currency symbol: ₼
|
|
402
|
+
*/
|
|
395
403
|
TuiCurrencyCode["AzerbaijaniManat"] = "944";
|
|
396
404
|
/**
|
|
397
405
|
* Thai baht
|
|
@@ -402,6 +410,15 @@
|
|
|
402
410
|
* @description Currency symbol: ฿
|
|
403
411
|
*/
|
|
404
412
|
TuiCurrencyCode["Baht"] = "764";
|
|
413
|
+
/**
|
|
414
|
+
*
|
|
415
|
+
* Belarusian ruble
|
|
416
|
+
*
|
|
417
|
+
* @description Numeric code: 933
|
|
418
|
+
* @description Alphabetic code: BYN
|
|
419
|
+
* @description Countries and territories: Belarus
|
|
420
|
+
* @description Currency symbol: Rbl
|
|
421
|
+
*/
|
|
405
422
|
TuiCurrencyCode["BelarusianRuble"] = "933";
|
|
406
423
|
/**
|
|
407
424
|
* Brazilian Real
|
|
@@ -448,6 +465,14 @@
|
|
|
448
465
|
* @description Currency symbol: €
|
|
449
466
|
*/
|
|
450
467
|
TuiCurrencyCode["Euro"] = "978";
|
|
468
|
+
/**
|
|
469
|
+
* Georgian lari
|
|
470
|
+
*
|
|
471
|
+
* @description Numeric code: 981
|
|
472
|
+
* @description Alphabetic code: GEL
|
|
473
|
+
* @description Countries and territories: Georgia
|
|
474
|
+
* @description Currency symbol: ₾
|
|
475
|
+
*/
|
|
451
476
|
TuiCurrencyCode["GeorgianLari"] = "981";
|
|
452
477
|
/**
|
|
453
478
|
* Hong Kong dollar
|
|
@@ -476,7 +501,23 @@
|
|
|
476
501
|
* @description Currency symbol: ₹
|
|
477
502
|
*/
|
|
478
503
|
TuiCurrencyCode["IndianRupee"] = "356";
|
|
504
|
+
/**
|
|
505
|
+
* Indonesian rupiah
|
|
506
|
+
*
|
|
507
|
+
* @description Numeric code: 360
|
|
508
|
+
* @description Alphabetic code: IDR
|
|
509
|
+
* @description Countries and territories: Indonesia
|
|
510
|
+
* @description Currency symbol: Rp
|
|
511
|
+
*/
|
|
479
512
|
TuiCurrencyCode["IndonesianRupiah"] = "360";
|
|
513
|
+
/**
|
|
514
|
+
* Iranian rial
|
|
515
|
+
*
|
|
516
|
+
* @description Numeric code: 364
|
|
517
|
+
* @description Alphabetic code: IRR
|
|
518
|
+
* @description Countries and territories: Iran
|
|
519
|
+
* @description Currency symbol: IR
|
|
520
|
+
*/
|
|
480
521
|
TuiCurrencyCode["IranianRial"] = "364";
|
|
481
522
|
/**
|
|
482
523
|
* Israeli new shekel
|
|
@@ -496,6 +537,14 @@
|
|
|
496
537
|
* @description Currency symbol: c
|
|
497
538
|
*/
|
|
498
539
|
TuiCurrencyCode["KyrgyzstanSom"] = "417";
|
|
540
|
+
/**
|
|
541
|
+
* Malaysian ringgit
|
|
542
|
+
*
|
|
543
|
+
* @description Numeric code: 458
|
|
544
|
+
* @description Alphabetic code: MYR
|
|
545
|
+
* @description Countries and territories: Malaysia
|
|
546
|
+
* @description Currency symbol: RM
|
|
547
|
+
*/
|
|
499
548
|
TuiCurrencyCode["MalaysianRinggit"] = "458";
|
|
500
549
|
/**
|
|
501
550
|
* Mexican peso
|
|
@@ -506,7 +555,23 @@
|
|
|
506
555
|
* @description Currency symbol: $
|
|
507
556
|
*/
|
|
508
557
|
TuiCurrencyCode["MexicanPeso"] = "484";
|
|
558
|
+
/**
|
|
559
|
+
* Mongolian tugrik
|
|
560
|
+
*
|
|
561
|
+
* @description Numeric code: 496
|
|
562
|
+
* @description Alphabetic code: MNT
|
|
563
|
+
* @description Countries and territories: Mongolia
|
|
564
|
+
* @description Currency symbol: ₮
|
|
565
|
+
*/
|
|
509
566
|
TuiCurrencyCode["MongolianTugrik"] = "496";
|
|
567
|
+
/**
|
|
568
|
+
* New Turkmen manat
|
|
569
|
+
*
|
|
570
|
+
* @description Numeric code: 934
|
|
571
|
+
* @description Alphabetic code: TMT
|
|
572
|
+
* @description Countries and territories: Turkmenistan
|
|
573
|
+
* @description Currency symbol: TMT
|
|
574
|
+
*/
|
|
510
575
|
TuiCurrencyCode["NewTurkmenManat"] = "934";
|
|
511
576
|
/**
|
|
512
577
|
* Pound sterling
|
|
@@ -517,6 +582,14 @@
|
|
|
517
582
|
* @description Currency symbol: £
|
|
518
583
|
*/
|
|
519
584
|
TuiCurrencyCode["Pound"] = "826";
|
|
585
|
+
/**
|
|
586
|
+
* Tajikistani somoni
|
|
587
|
+
*
|
|
588
|
+
* @description Numeric code: 972
|
|
589
|
+
* @description Alphabetic code: TJS
|
|
590
|
+
* @description Countries and territories: Tajikistan
|
|
591
|
+
* @description Currency symbol: SM
|
|
592
|
+
*/
|
|
520
593
|
/**
|
|
521
594
|
* Russian ruble
|
|
522
595
|
*
|
|
@@ -527,32 +600,23 @@
|
|
|
527
600
|
*/
|
|
528
601
|
TuiCurrencyCode["Ruble"] = "643";
|
|
529
602
|
/**
|
|
530
|
-
*
|
|
603
|
+
* Saudi Riyal
|
|
531
604
|
*
|
|
532
|
-
* @description Numeric code:
|
|
533
|
-
* @description Alphabetic code:
|
|
534
|
-
* @description Countries and territories:
|
|
535
|
-
* @description Currency symbol:
|
|
605
|
+
* @description Numeric code: 682
|
|
606
|
+
* @description Alphabetic code: SAR
|
|
607
|
+
* @description Countries and territories: Saudi Arabia
|
|
608
|
+
* @description Currency symbol: SR
|
|
536
609
|
*/
|
|
537
610
|
TuiCurrencyCode["SaudiRiyal"] = "682";
|
|
538
611
|
/**
|
|
612
|
+
* Serbian dinar
|
|
539
613
|
*
|
|
540
|
-
*
|
|
541
|
-
*
|
|
542
|
-
* @description
|
|
543
|
-
* @description
|
|
544
|
-
* @description Countries and territories: Belarus
|
|
545
|
-
* @description Currency symbol: Rbl
|
|
614
|
+
* @description Numeric code: 941
|
|
615
|
+
* @description Alphabetic code: RSD
|
|
616
|
+
* @description Countries and territories: Serbia
|
|
617
|
+
* @description Currency symbol: DIN
|
|
546
618
|
*/
|
|
547
619
|
TuiCurrencyCode["SerbianDinar"] = "941";
|
|
548
|
-
/**
|
|
549
|
-
* Georgian lari
|
|
550
|
-
*
|
|
551
|
-
* @description Numeric code: 981
|
|
552
|
-
* @description Alphabetic code: GEL
|
|
553
|
-
* @description Countries and territories: Georgia
|
|
554
|
-
* @description Currency symbol: ₾
|
|
555
|
-
*/
|
|
556
620
|
/**
|
|
557
621
|
* Singapore dollar
|
|
558
622
|
*
|
|
@@ -563,12 +627,12 @@
|
|
|
563
627
|
*/
|
|
564
628
|
TuiCurrencyCode["SingaporeDollar"] = "702";
|
|
565
629
|
/**
|
|
566
|
-
*
|
|
630
|
+
* South African rand
|
|
567
631
|
*
|
|
568
|
-
* @description Numeric code:
|
|
569
|
-
* @description Alphabetic code:
|
|
570
|
-
* @description Countries and territories:
|
|
571
|
-
* @description Currency symbol:
|
|
632
|
+
* @description Numeric code: 710
|
|
633
|
+
* @description Alphabetic code: ZAR
|
|
634
|
+
* @description Countries and territories: South Africa
|
|
635
|
+
* @description Currency symbol: R
|
|
572
636
|
*/
|
|
573
637
|
TuiCurrencyCode["SouthAfricanRand"] = "710";
|
|
574
638
|
/**
|
|
@@ -580,14 +644,6 @@
|
|
|
580
644
|
* @description Currency symbol: Rs.
|
|
581
645
|
*/
|
|
582
646
|
TuiCurrencyCode["SriLankanRupee"] = "144";
|
|
583
|
-
/**
|
|
584
|
-
* Serbian dinar
|
|
585
|
-
*
|
|
586
|
-
* @description Numeric code: 941
|
|
587
|
-
* @description Alphabetic code: RSD
|
|
588
|
-
* @description Countries and territories: Serbia
|
|
589
|
-
* @description Currency symbol: DIN
|
|
590
|
-
*/
|
|
591
647
|
/**
|
|
592
648
|
* Swiss franc
|
|
593
649
|
*
|
|
@@ -597,31 +653,7 @@
|
|
|
597
653
|
* @description Currency symbol: ₣
|
|
598
654
|
*/
|
|
599
655
|
TuiCurrencyCode["SwissFranc"] = "756";
|
|
600
|
-
/**
|
|
601
|
-
* Saudi Riyal
|
|
602
|
-
*
|
|
603
|
-
* @description Numeric code: 682
|
|
604
|
-
* @description Alphabetic code: SAR
|
|
605
|
-
* @description Countries and territories: Saudi Arabia
|
|
606
|
-
* @description Currency symbol: SR
|
|
607
|
-
*/
|
|
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
656
|
TuiCurrencyCode["TajikistaniSomoni"] = "972";
|
|
617
|
-
/**
|
|
618
|
-
* Mongolian tugrik
|
|
619
|
-
*
|
|
620
|
-
* @description Numeric code: 496
|
|
621
|
-
* @description Alphabetic code: MNT
|
|
622
|
-
* @description Countries and territories: Mongolia
|
|
623
|
-
* @description Currency symbol: ₮
|
|
624
|
-
*/
|
|
625
657
|
/**
|
|
626
658
|
* Kazakhstani tenge
|
|
627
659
|
*
|
|
@@ -631,14 +663,6 @@
|
|
|
631
663
|
* @description Currency symbol: ₸
|
|
632
664
|
*/
|
|
633
665
|
TuiCurrencyCode["Tenge"] = "398";
|
|
634
|
-
/**
|
|
635
|
-
* South African rand
|
|
636
|
-
*
|
|
637
|
-
* @description Numeric code: 710
|
|
638
|
-
* @description Alphabetic code: ZAR
|
|
639
|
-
* @description Countries and territories: South Africa
|
|
640
|
-
* @description Currency symbol: R
|
|
641
|
-
*/
|
|
642
666
|
/**
|
|
643
667
|
* Turkish lira
|
|
644
668
|
*
|
|
@@ -648,14 +672,6 @@
|
|
|
648
672
|
* @description Currency symbol: ₺
|
|
649
673
|
*/
|
|
650
674
|
TuiCurrencyCode["TurkishLira"] = "949";
|
|
651
|
-
/**
|
|
652
|
-
* Iranian rial
|
|
653
|
-
*
|
|
654
|
-
* @description Numeric code: 364
|
|
655
|
-
* @description Alphabetic code: IRR
|
|
656
|
-
* @description Countries and territories: Iran
|
|
657
|
-
* @description Currency symbol: IR
|
|
658
|
-
*/
|
|
659
675
|
/**
|
|
660
676
|
* Uzbek sum
|
|
661
677
|
*
|
|
@@ -665,15 +681,6 @@
|
|
|
665
681
|
* @description Currency symbol: So'm
|
|
666
682
|
*/
|
|
667
683
|
TuiCurrencyCode["UzbekSum"] = "860";
|
|
668
|
-
/**
|
|
669
|
-
* Indonesian rupiah
|
|
670
|
-
*
|
|
671
|
-
* @description Numeric code: 360
|
|
672
|
-
* @description Alphabetic code: IDR
|
|
673
|
-
* @description Countries and territories: Indonesia
|
|
674
|
-
* @description Currency symbol: Rp
|
|
675
|
-
*/
|
|
676
|
-
TuiCurrencyCode["VietnameseDong"] = "704";
|
|
677
684
|
/**
|
|
678
685
|
* Vietnamese dong
|
|
679
686
|
*
|
|
@@ -682,6 +689,7 @@
|
|
|
682
689
|
* @description Countries and territories: Vietnam
|
|
683
690
|
* @description Currency symbol: đ
|
|
684
691
|
*/
|
|
692
|
+
TuiCurrencyCode["VietnameseDong"] = "704";
|
|
685
693
|
/**
|
|
686
694
|
* South Korean won
|
|
687
695
|
*
|
|
@@ -691,14 +699,6 @@
|
|
|
691
699
|
* @description Currency symbol: ₩
|
|
692
700
|
*/
|
|
693
701
|
TuiCurrencyCode["Won"] = "410";
|
|
694
|
-
/**
|
|
695
|
-
* New Turkmen manat
|
|
696
|
-
*
|
|
697
|
-
* @description Numeric code: 934
|
|
698
|
-
* @description Alphabetic code: TMT
|
|
699
|
-
* @description Countries and territories: Turkmenistan
|
|
700
|
-
* @description Currency symbol: TMT
|
|
701
|
-
*/
|
|
702
702
|
/**
|
|
703
703
|
* Japanese yen
|
|
704
704
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-addon-commerce-enums.umd.js","sources":["../../../projects/addon-commerce/enums/currency.ts","../../../projects/addon-commerce/enums/currency-code.ts","../../../projects/addon-commerce/enums/taiga-ui-addon-commerce-enums.ts"],"sourcesContent":["// cspell:disable\n/**\n * **Active ISO 4217 alphabetic currency codes**\n *\n * @description The ISO 4217 classification is used to describe alphabetic and numeric currency codes.\n * @description Alphabetic code is also called \"alfa-3\".\n *\n * @link https://en.wikipedia.org/wiki/ISO_4217\n */\n// TODO: change type in v4.0\n// eslint-disable-next-line no-restricted-syntax\nexport enum TuiCurrency {\n /**\n * Armenian dram\n *\n * @description Numeric code: 051\n * @description Alphabetic code: AMD\n * @description Countries and territories: Armenia\n * @description Currency symbol: ֏\n */\n ArmenianDram = `AMD`,\n\n /**\n * Australian dollar\n *\n * @description Numeric code: 036\n * @description Alphabetic code: AUD\n * @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)\n * @description Currency symbol: A$\n */\n AustralianDollar = `AUD`,\n\n AzerbaijaniManat = `AZN`,\n\n /**\n * Thai baht\n *\n * @description Numeric code: 764\n * @description Alphabetic code: THB\n * @description Countries and territories: Thailand\n * @description Currency symbol: ฿\n */\n Baht = `THB`,\n\n BelarusianRuble = `BYN`,\n\n /**\n * Brazilian Real\n *\n * @description Numeric code: 986\n * @description Alphabetic code: BRL\n * @description Countries and territories: Brazilia\n * @description Currency symbol: R$\n */\n BrazilianReal = `BRL`,\n\n /**\n * Canadian dollar\n *\n * @description Numeric code: 124\n * @description Alphabetic code: CAD\n * @description Countries and territories: Canada\n * @description Currency symbol: C$\n */\n CanadianDollar = `CAD`,\n\n /**\n * United Arab Emirates dirham\n *\n * @description Numeric code: 784\n * @description Alphabetic code: AED\n * @description Countries and territories: United Arab Emirates\n * @description Currency symbol: Dh\n */\n Dirham = `AED`,\n\n /**\n * United States dollar\n *\n * @description Numeric code: 840\n * @description Alphabetic code: USD\n * @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)\n * @description Currency symbol: $\n */\n Dollar = `USD`,\n\n /**\n * Euro\n *\n * @description Numeric code: 978\n * @description Alphabetic code: EUR\n * @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)\n * @description Currency symbol: €\n */\n Euro = `EUR`,\n\n GeorgianLari = `GEL`,\n\n /**\n * Hong Kong dollar\n *\n * @description Numeric code: 344\n * @description Alphabetic code: HKD\n * @description Countries and territories: Hong Kong\n * @description Currency symbol: HK$\n */\n HongKongDollar = `HKD`,\n\n /**\n * Ukrainian hryvnia\n *\n * @description Numeric code: 980\n * @description Alphabetic code: UAH\n * @description Countries and territories: Ukraine\n * @description Currency symbol: ₴\n */\n Hryvnia = `UAH`,\n\n /**\n * Indian rupee\n *\n * @description Numeric code: 356\n * @description Alphabetic code: INR\n * @description Countries and territories: India, Bhutan\n * @description Currency symbol: ₹\n */\n IndianRupee = `INR`,\n\n IndonesianRupiah = `IDR`,\n\n IranianRial = `IRR`,\n\n /**\n * Israeli new shekel\n *\n * @description Numeric code: 376\n * @description Alphabetic code: ILS\n * @description Countries and territories: Israel\n * @description Currency symbol: ₪\n */\n IsraeliShekel = `ILS`,\n\n /**\n * Kyrgyzstani som\n *\n * @description Numeric code: 417\n * @description Alphabetic code: KGS\n * @description Countries and territories: Kyrgyzstan\n * @description Currency symbol: c\n */\n KyrgyzstanSom = `KGS`,\n\n MalaysianRinggit = `MYR`,\n\n /**\n * Mexican peso\n *\n * @description Numeric code: 484\n * @description Alphabetic code: MXN\n * @description Countries and territories: Mexico\n * @description Currency symbol: $\n */\n MexicanPeso = `MXN`,\n\n MongolianTugrik = `MNT`,\n\n NewTurkmenManat = `TMT`,\n\n /**\n * Pound sterling\n *\n * @description Numeric code: 826\n * @description Alphabetic code: GBP\n * @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)\n * @description Currency symbol: £\n */\n Pound = `GBP`,\n\n /**\n * Russian ruble\n *\n * @description Numeric code: 643\n * @description Alphabetic code: RUB\n * @description Countries and territories: Russia\n * @description Currency symbol: ₽\n */\n Ruble = `RUB`,\n\n /**\n * Malaysian ringgit\n *\n * @description Numeric code: 458\n * @description Alphabetic code: MYR\n * @description Countries and territories: Malaysia\n * @description Currency symbol: RM\n */\n\n SaudiRiyal = `SAR`,\n /**\n *\n * Belarusian ruble\n *\n * @description Numeric code: 933\n * @description Alphabetic code: BYN\n * @description Countries and territories: Belarus\n * @description Currency symbol: Rbl\n */\n\n SerbianDinar = `RSD`,\n /**\n * Georgian lari\n *\n * @description Numeric code: 981\n * @description Alphabetic code: GEL\n * @description Countries and territories: Georgia\n * @description Currency symbol: ₾\n */\n\n /**\n * Singapore dollar\n *\n * @description Numeric code: 702\n * @description Alphabetic code: SGD\n * @description Countries and territories: Singapore\n * @description Currency symbol: S$\n */\n SingaporeDollar = `SGD`,\n /**\n * Azerbaijani manat\n *\n * @description Numeric code: 944\n * @description Alphabetic code: AZN\n * @description Countries and territories: Azerbaijan\n * @description Currency symbol: ₼\n */\n\n SouthAfricanRand = `ZAR`,\n /**\n * Sri Lankan rupee\n *\n * @description Numeric code: 144\n * @description Alphabetic code: LKR\n * @description Countries and territories: Sri Lanka\n * @description Currency symbol: Rs.\n */\n\n SriLankanRupee = `LKR`,\n /**\n * Serbian dinar\n *\n * @description Numeric code: 941\n * @description Alphabetic code: RSD\n * @description Countries and territories: Serbia\n * @description Currency symbol: DIN\n */\n\n /**\n * Swiss franc\n *\n * @description Numeric code: 756\n * @description Alphabetic code: CHF\n * @description Countries and territories: Switzerland, Liechtenstein (LI)\n * @description Currency symbol: ₣\n */\n SwissFranc = `CHF`,\n /**\n * Saudi Riyal\n *\n * @description Numeric code: 682\n * @description Alphabetic code: SAR\n * @description Countries and territories: Saudi Arabia\n * @description Currency symbol: SR\n */\n\n /**\n * Tajikistani somoni\n *\n * @description Numeric code: 972\n * @description Alphabetic code: TJS\n * @description Countries and territories: Tajikistan\n * @description Currency symbol: SM\n */\n TajikistaniSomoni = `TJS`,\n /**\n * Mongolian tugrik\n *\n * @description Numeric code: 496\n * @description Alphabetic code: MNT\n * @description Countries and territories: Mongolia\n * @description Currency symbol: ₮\n */\n\n /**\n * Kazakhstani tenge\n *\n * @description Numeric code: 398\n * @description Alphabetic code: KZT\n * @description Countries and territories: Kazakhstan\n * @description Currency symbol: ₸\n */\n Tenge = `KZT`,\n /**\n * South African rand\n *\n * @description Numeric code: 710\n * @description Alphabetic code: ZAR\n * @description Countries and territories: South Africa\n * @description Currency symbol: R\n */\n\n /**\n * Turkish lira\n *\n * @description Numeric code: 949\n * @description Alphabetic code: TRY\n * @description Countries and territories: Turkey\n * @description Currency symbol: ₺\n */\n TurkishLira = `TRY`,\n /**\n * Iranian rial\n *\n * @description Numeric code: 364\n * @description Alphabetic code: IRR\n * @description Countries and territories: Iran\n * @description Currency symbol: IR\n */\n\n /**\n * Uzbek sum\n *\n * @description Numeric code: 860\n * @description Alphabetic code: UZS\n * @description Countries and territories: Uzbekistan\n * @description Currency symbol: So'm\n */\n UzbekSum = `UZS`,\n /**\n * Indonesian rupiah\n *\n * @description Numeric code: 360\n * @description Alphabetic code: IDR\n * @description Countries and territories: Indonesia\n * @description Currency symbol: Rp\n */\n\n VietnameseDong = `VND`,\n /**\n * Vietnamese dong\n *\n * @description Numeric code: 704\n * @description Alphabetic code: VND\n * @description Countries and territories: Vietnam\n * @description Currency symbol: đ\n */\n\n /**\n * South Korean won\n *\n * @description Numeric code: 410\n * @description Alphabetic code: KRW\n * @description Countries and territories: South Korea\n * @description Currency symbol: ₩\n */\n Won = `KRW`,\n /**\n * New Turkmen manat\n *\n * @description Numeric code: 934\n * @description Alphabetic code: TMT\n * @description Countries and territories: Turkmenistan\n * @description Currency symbol: TMT\n */\n\n /**\n * Japanese yen\n *\n * @description Numeric code: 392\n * @description Alphabetic code: JPY\n * @description Countries and territories: Japan\n * @description Currency symbol: ¥\n */\n Yen = `JPY`,\n /**\n * Chinese yuan\n *\n * @description Numeric code: 156\n * @description Alphabetic code: CNY\n * @description Countries and territories: China\n * @description Currency symbol: CN¥\n */\n YuanRenminbi = `CNY`,\n}\n","/**\n * **Active ISO 4217 numeric currency codes**\n *\n * @description The ISO 4217 classification is used to describe alphabetic and numeric currency codes.\n * @description Numeric code is also called \"number-3\".\n *\n * @link https://en.wikipedia.org/wiki/ISO_4217\n */\n// TODO: change type in v4.0\n// eslint-disable-next-line no-restricted-syntax\nexport enum TuiCurrencyCode {\n /**\n * Armenian dram\n *\n * @description Numeric code: 051\n * @description Alphabetic code: AMD\n * @description Countries and territories: Armenia\n * @description Currency symbol: ֏\n */\n ArmenianDram = `051`,\n\n /**\n * Australian dollar\n *\n * @description Numeric code: 036\n * @description Alphabetic code: AUD\n * @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)\n * @description Currency symbol: A$\n */\n AustralianDollar = `036`,\n\n AzerbaijaniManat = `944`,\n\n /**\n * Thai baht\n *\n * @description Numeric code: 764\n * @description Alphabetic code: THB\n * @description Countries and territories: Thailand\n * @description Currency symbol: ฿\n */\n Baht = `764`,\n\n BelarusianRuble = `933`,\n\n /**\n * Brazilian Real\n *\n * @description Numeric code: 986\n * @description Alphabetic code: BRL\n * @description Countries and territories: Brazilia\n * @description Currency symbol: R$\n */\n BrazilianReal = `986`,\n\n /**\n * Canadian dollar\n *\n * @description Numeric code: 124\n * @description Alphabetic code: CAD\n * @description Countries and territories: Canada\n * @description Currency symbol: C$\n */\n CanadianDollar = `124`,\n\n /**\n * United Arab Emirates dirham\n *\n * @description Numeric code: 784\n * @description Alphabetic code: AED\n * @description Countries and territories: United Arab Emirates\n * @description Currency symbol: Dh\n */\n Dirham = `784`,\n\n /**\n * United States dollar\n *\n * @description Numeric code: 840\n * @description Alphabetic code: USD\n * @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)\n * @description Currency symbol: $\n */\n Dollar = `840`,\n\n /**\n * Euro\n *\n * @description Numeric code: 978\n * @description Alphabetic code: EUR\n * @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)\n * @description Currency symbol: €\n */\n Euro = `978`,\n\n GeorgianLari = `981`,\n\n /**\n * Hong Kong dollar\n *\n * @description Numeric code: 344\n * @description Alphabetic code: HKD\n * @description Countries and territories: Hong Kong\n * @description Currency symbol: HK$\n */\n HongKongDollar = `344`,\n\n /**\n * Ukrainian hryvnia\n *\n * @description Numeric code: 980\n * @description Alphabetic code: UAH\n * @description Countries and territories: Ukraine\n * @description Currency symbol: ₴\n */\n Hryvnia = `980`,\n\n /**\n * Indian rupee\n *\n * @description Numeric code: 356\n * @description Alphabetic code: INR\n * @description Countries and territories: India, Bhutan\n * @description Currency symbol: ₹\n */\n IndianRupee = `356`,\n\n IndonesianRupiah = `360`,\n\n IranianRial = `364`,\n\n /**\n * Israeli new shekel\n *\n * @description Numeric code: 376\n * @description Alphabetic code: ILS\n * @description Countries and territories: Israel\n * @description Currency symbol: ₪\n */\n IsraeliShekel = `376`,\n\n /**\n * Kyrgyzstani som\n *\n * @description Numeric code: 417\n * @description Alphabetic code: KGS\n * @description Countries and territories: Kyrgyzstan\n * @description Currency symbol: c\n */\n KyrgyzstanSom = `417`,\n\n MalaysianRinggit = `458`,\n\n /**\n * Mexican peso\n *\n * @description Numeric code: 484\n * @description Alphabetic code: MXN\n * @description Countries and territories: Mexico\n * @description Currency symbol: $\n */\n MexicanPeso = `484`,\n\n MongolianTugrik = `496`,\n\n NewTurkmenManat = `934`,\n\n /**\n * Pound sterling\n *\n * @description Numeric code: 826\n * @description Alphabetic code: GBP\n * @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)\n * @description Currency symbol: £\n */\n Pound = `826`,\n\n /**\n * Russian ruble\n *\n * @description Numeric code: 643\n * @description Alphabetic code: RUB\n * @description Countries and territories: Russia\n * @description Currency symbol: ₽\n */\n Ruble = `643`,\n\n /**\n * Malaysian ringgit\n *\n * @description Numeric code: 458\n * @description Alphabetic code: MYR\n * @description Countries and territories: Malaysia\n * @description Currency symbol: RM\n */\n\n SaudiRiyal = `682`,\n /**\n *\n * Belarusian ruble\n *\n * @description Numeric code: 933\n * @description Alphabetic code: BYN\n * @description Countries and territories: Belarus\n * @description Currency symbol: Rbl\n */\n\n SerbianDinar = `941`,\n /**\n * Georgian lari\n *\n * @description Numeric code: 981\n * @description Alphabetic code: GEL\n * @description Countries and territories: Georgia\n * @description Currency symbol: ₾\n */\n\n /**\n * Singapore dollar\n *\n * @description Numeric code: 702\n * @description Alphabetic code: SGD\n * @description Countries and territories: Singapore\n * @description Currency symbol: S$\n */\n SingaporeDollar = `702`,\n /**\n * Azerbaijani manat\n *\n * @description Numeric code: 944\n * @description Alphabetic code: AZN\n * @description Countries and territories: Azerbaijan\n * @description Currency symbol: ₼\n */\n\n SouthAfricanRand = `710`,\n /**\n * Sri Lankan rupee\n *\n * @description Numeric code: 144\n * @description Alphabetic code: LKR\n * @description Countries and territories: Sri Lanka\n * @description Currency symbol: Rs.\n */\n\n SriLankanRupee = `144`,\n /**\n * Serbian dinar\n *\n * @description Numeric code: 941\n * @description Alphabetic code: RSD\n * @description Countries and territories: Serbia\n * @description Currency symbol: DIN\n */\n\n /**\n * Swiss franc\n *\n * @description Numeric code: 756\n * @description Alphabetic code: CHF\n * @description Countries and territories: Switzerland, Liechtenstein (LI)\n * @description Currency symbol: ₣\n */\n SwissFranc = `756`,\n /**\n * Saudi Riyal\n *\n * @description Numeric code: 682\n * @description Alphabetic code: SAR\n * @description Countries and territories: Saudi Arabia\n * @description Currency symbol: SR\n */\n\n /**\n * Tajikistani somoni\n *\n * @description Numeric code: 972\n * @description Alphabetic code: TJS\n * @description Countries and territories: Tajikistan\n * @description Currency symbol: SM\n */\n TajikistaniSomoni = `972`,\n /**\n * Mongolian tugrik\n *\n * @description Numeric code: 496\n * @description Alphabetic code: MNT\n * @description Countries and territories: Mongolia\n * @description Currency symbol: ₮\n */\n\n /**\n * Kazakhstani tenge\n *\n * @description Numeric code: 398\n * @description Alphabetic code: KZT\n * @description Countries and territories: Kazakhstan\n * @description Currency symbol: ₸\n */\n Tenge = `398`,\n /**\n * South African rand\n *\n * @description Numeric code: 710\n * @description Alphabetic code: ZAR\n * @description Countries and territories: South Africa\n * @description Currency symbol: R\n */\n\n /**\n * Turkish lira\n *\n * @description Numeric code: 949\n * @description Alphabetic code: TRY\n * @description Countries and territories: Turkey\n * @description Currency symbol: ₺\n */\n TurkishLira = `949`,\n /**\n * Iranian rial\n *\n * @description Numeric code: 364\n * @description Alphabetic code: IRR\n * @description Countries and territories: Iran\n * @description Currency symbol: IR\n */\n\n /**\n * Uzbek sum\n *\n * @description Numeric code: 860\n * @description Alphabetic code: UZS\n * @description Countries and territories: Uzbekistan\n * @description Currency symbol: So'm\n */\n UzbekSum = `860`,\n /**\n * Indonesian rupiah\n *\n * @description Numeric code: 360\n * @description Alphabetic code: IDR\n * @description Countries and territories: Indonesia\n * @description Currency symbol: Rp\n */\n\n VietnameseDong = `704`,\n /**\n * Vietnamese dong\n *\n * @description Numeric code: 704\n * @description Alphabetic code: VND\n * @description Countries and territories: Vietnam\n * @description Currency symbol: đ\n */\n\n /**\n * South Korean won\n *\n * @description Numeric code: 410\n * @description Alphabetic code: KRW\n * @description Countries and territories: South Korea\n * @description Currency symbol: ₩\n */\n Won = `410`,\n /**\n * New Turkmen manat\n *\n * @description Numeric code: 934\n * @description Alphabetic code: TMT\n * @description Countries and territories: Turkmenistan\n * @description Currency symbol: TMT\n */\n\n /**\n * Japanese yen\n *\n * @description Numeric code: 392\n * @description Alphabetic code: JPY\n * @description Countries and territories: Japan\n * @description Currency symbol: ¥\n */\n Yen = `392`,\n /**\n * Chinese yuan\n *\n * @description Numeric code: 156\n * @description Alphabetic code: CNY\n * @description Countries and territories: China\n * @description Currency symbol: CN¥\n */\n YuanRenminbi = `156`,\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["TuiCurrency","TuiCurrencyCode"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"taiga-ui-addon-commerce-enums.umd.js","sources":["../../../projects/addon-commerce/enums/currency.ts","../../../projects/addon-commerce/enums/currency-code.ts","../../../projects/addon-commerce/enums/taiga-ui-addon-commerce-enums.ts"],"sourcesContent":["// cspell:disable\n/**\n * **Active ISO 4217 alphabetic currency codes**\n *\n * @description The ISO 4217 classification is used to describe alphabetic and numeric currency codes.\n * @description Alphabetic code is also called \"alfa-3\".\n *\n * @link https://en.wikipedia.org/wiki/ISO_4217\n */\n// TODO: change type in v4.0\n// eslint-disable-next-line no-restricted-syntax\nexport enum TuiCurrency {\n /**\n * Armenian dram\n *\n * @description Numeric code: 051\n * @description Alphabetic code: AMD\n * @description Countries and territories: Armenia\n * @description Currency symbol: ֏\n */\n ArmenianDram = `AMD`,\n\n /**\n * Australian dollar\n *\n * @description Numeric code: 036\n * @description Alphabetic code: AUD\n * @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)\n * @description Currency symbol: A$\n */\n AustralianDollar = `AUD`,\n\n AzerbaijaniManat = `AZN`,\n\n /**\n * Thai baht\n *\n * @description Numeric code: 764\n * @description Alphabetic code: THB\n * @description Countries and territories: Thailand\n * @description Currency symbol: ฿\n */\n Baht = `THB`,\n\n BelarusianRuble = `BYN`,\n\n /**\n * Brazilian Real\n *\n * @description Numeric code: 986\n * @description Alphabetic code: BRL\n * @description Countries and territories: Brazilia\n * @description Currency symbol: R$\n */\n BrazilianReal = `BRL`,\n\n /**\n * Canadian dollar\n *\n * @description Numeric code: 124\n * @description Alphabetic code: CAD\n * @description Countries and territories: Canada\n * @description Currency symbol: C$\n */\n CanadianDollar = `CAD`,\n\n /**\n * United Arab Emirates dirham\n *\n * @description Numeric code: 784\n * @description Alphabetic code: AED\n * @description Countries and territories: United Arab Emirates\n * @description Currency symbol: Dh\n */\n Dirham = `AED`,\n\n /**\n * United States dollar\n *\n * @description Numeric code: 840\n * @description Alphabetic code: USD\n * @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)\n * @description Currency symbol: $\n */\n Dollar = `USD`,\n\n /**\n * Euro\n *\n * @description Numeric code: 978\n * @description Alphabetic code: EUR\n * @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)\n * @description Currency symbol: €\n */\n Euro = `EUR`,\n\n GeorgianLari = `GEL`,\n\n /**\n * Hong Kong dollar\n *\n * @description Numeric code: 344\n * @description Alphabetic code: HKD\n * @description Countries and territories: Hong Kong\n * @description Currency symbol: HK$\n */\n HongKongDollar = `HKD`,\n\n /**\n * Ukrainian hryvnia\n *\n * @description Numeric code: 980\n * @description Alphabetic code: UAH\n * @description Countries and territories: Ukraine\n * @description Currency symbol: ₴\n */\n Hryvnia = `UAH`,\n\n /**\n * Indian rupee\n *\n * @description Numeric code: 356\n * @description Alphabetic code: INR\n * @description Countries and territories: India, Bhutan\n * @description Currency symbol: ₹\n */\n IndianRupee = `INR`,\n\n IndonesianRupiah = `IDR`,\n\n IranianRial = `IRR`,\n\n /**\n * Israeli new shekel\n *\n * @description Numeric code: 376\n * @description Alphabetic code: ILS\n * @description Countries and territories: Israel\n * @description Currency symbol: ₪\n */\n IsraeliShekel = `ILS`,\n\n /**\n * Kyrgyzstani som\n *\n * @description Numeric code: 417\n * @description Alphabetic code: KGS\n * @description Countries and territories: Kyrgyzstan\n * @description Currency symbol: c\n */\n KyrgyzstanSom = `KGS`,\n\n MalaysianRinggit = `MYR`,\n\n /**\n * Mexican peso\n *\n * @description Numeric code: 484\n * @description Alphabetic code: MXN\n * @description Countries and territories: Mexico\n * @description Currency symbol: $\n */\n MexicanPeso = `MXN`,\n\n MongolianTugrik = `MNT`,\n\n NewTurkmenManat = `TMT`,\n\n /**\n * Pound sterling\n *\n * @description Numeric code: 826\n * @description Alphabetic code: GBP\n * @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)\n * @description Currency symbol: £\n */\n Pound = `GBP`,\n\n /**\n * Russian ruble\n *\n * @description Numeric code: 643\n * @description Alphabetic code: RUB\n * @description Countries and territories: Russia\n * @description Currency symbol: ₽\n */\n Ruble = `RUB`,\n\n /**\n * Malaysian ringgit\n *\n * @description Numeric code: 458\n * @description Alphabetic code: MYR\n * @description Countries and territories: Malaysia\n * @description Currency symbol: RM\n */\n\n SaudiRiyal = `SAR`,\n /**\n *\n * Belarusian ruble\n *\n * @description Numeric code: 933\n * @description Alphabetic code: BYN\n * @description Countries and territories: Belarus\n * @description Currency symbol: Rbl\n */\n\n SerbianDinar = `RSD`,\n /**\n * Georgian lari\n *\n * @description Numeric code: 981\n * @description Alphabetic code: GEL\n * @description Countries and territories: Georgia\n * @description Currency symbol: ₾\n */\n\n /**\n * Singapore dollar\n *\n * @description Numeric code: 702\n * @description Alphabetic code: SGD\n * @description Countries and territories: Singapore\n * @description Currency symbol: S$\n */\n SingaporeDollar = `SGD`,\n /**\n * Azerbaijani manat\n *\n * @description Numeric code: 944\n * @description Alphabetic code: AZN\n * @description Countries and territories: Azerbaijan\n * @description Currency symbol: ₼\n */\n\n SouthAfricanRand = `ZAR`,\n /**\n * Sri Lankan rupee\n *\n * @description Numeric code: 144\n * @description Alphabetic code: LKR\n * @description Countries and territories: Sri Lanka\n * @description Currency symbol: Rs.\n */\n\n SriLankanRupee = `LKR`,\n /**\n * Serbian dinar\n *\n * @description Numeric code: 941\n * @description Alphabetic code: RSD\n * @description Countries and territories: Serbia\n * @description Currency symbol: DIN\n */\n\n /**\n * Swiss franc\n *\n * @description Numeric code: 756\n * @description Alphabetic code: CHF\n * @description Countries and territories: Switzerland, Liechtenstein (LI)\n * @description Currency symbol: ₣\n */\n SwissFranc = `CHF`,\n /**\n * Saudi Riyal\n *\n * @description Numeric code: 682\n * @description Alphabetic code: SAR\n * @description Countries and territories: Saudi Arabia\n * @description Currency symbol: SR\n */\n\n /**\n * Tajikistani somoni\n *\n * @description Numeric code: 972\n * @description Alphabetic code: TJS\n * @description Countries and territories: Tajikistan\n * @description Currency symbol: SM\n */\n TajikistaniSomoni = `TJS`,\n /**\n * Mongolian tugrik\n *\n * @description Numeric code: 496\n * @description Alphabetic code: MNT\n * @description Countries and territories: Mongolia\n * @description Currency symbol: ₮\n */\n\n /**\n * Kazakhstani tenge\n *\n * @description Numeric code: 398\n * @description Alphabetic code: KZT\n * @description Countries and territories: Kazakhstan\n * @description Currency symbol: ₸\n */\n Tenge = `KZT`,\n /**\n * South African rand\n *\n * @description Numeric code: 710\n * @description Alphabetic code: ZAR\n * @description Countries and territories: South Africa\n * @description Currency symbol: R\n */\n\n /**\n * Turkish lira\n *\n * @description Numeric code: 949\n * @description Alphabetic code: TRY\n * @description Countries and territories: Turkey\n * @description Currency symbol: ₺\n */\n TurkishLira = `TRY`,\n /**\n * Iranian rial\n *\n * @description Numeric code: 364\n * @description Alphabetic code: IRR\n * @description Countries and territories: Iran\n * @description Currency symbol: IR\n */\n\n /**\n * Uzbek sum\n *\n * @description Numeric code: 860\n * @description Alphabetic code: UZS\n * @description Countries and territories: Uzbekistan\n * @description Currency symbol: So'm\n */\n UzbekSum = `UZS`,\n /**\n * Indonesian rupiah\n *\n * @description Numeric code: 360\n * @description Alphabetic code: IDR\n * @description Countries and territories: Indonesia\n * @description Currency symbol: Rp\n */\n\n VietnameseDong = `VND`,\n /**\n * Vietnamese dong\n *\n * @description Numeric code: 704\n * @description Alphabetic code: VND\n * @description Countries and territories: Vietnam\n * @description Currency symbol: đ\n */\n\n /**\n * South Korean won\n *\n * @description Numeric code: 410\n * @description Alphabetic code: KRW\n * @description Countries and territories: South Korea\n * @description Currency symbol: ₩\n */\n Won = `KRW`,\n /**\n * New Turkmen manat\n *\n * @description Numeric code: 934\n * @description Alphabetic code: TMT\n * @description Countries and territories: Turkmenistan\n * @description Currency symbol: TMT\n */\n\n /**\n * Japanese yen\n *\n * @description Numeric code: 392\n * @description Alphabetic code: JPY\n * @description Countries and territories: Japan\n * @description Currency symbol: ¥\n */\n Yen = `JPY`,\n /**\n * Chinese yuan\n *\n * @description Numeric code: 156\n * @description Alphabetic code: CNY\n * @description Countries and territories: China\n * @description Currency symbol: CN¥\n */\n YuanRenminbi = `CNY`,\n}\n","/**\n * **Active ISO 4217 numeric currency codes**\n *\n * @description The ISO 4217 classification is used to describe alphabetic and numeric currency codes.\n * @description Numeric code is also called \"number-3\".\n *\n * @link https://en.wikipedia.org/wiki/ISO_4217\n */\n// TODO: change type in v4.0\n// eslint-disable-next-line no-restricted-syntax\nexport enum TuiCurrencyCode {\n /**\n * Armenian dram\n *\n * @description Numeric code: 051\n * @description Alphabetic code: AMD\n * @description Countries and territories: Armenia\n * @description Currency symbol: ֏\n */\n ArmenianDram = `051`,\n\n /**\n * Australian dollar\n *\n * @description Numeric code: 036\n * @description Alphabetic code: AUD\n * @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)\n * @description Currency symbol: A$\n */\n AustralianDollar = `036`,\n\n /**\n * Azerbaijani manat\n *\n * @description Numeric code: 944\n * @description Alphabetic code: AZN\n * @description Countries and territories: Azerbaijan\n * @description Currency symbol: ₼\n */\n AzerbaijaniManat = `944`,\n\n /**\n * Thai baht\n *\n * @description Numeric code: 764\n * @description Alphabetic code: THB\n * @description Countries and territories: Thailand\n * @description Currency symbol: ฿\n */\n Baht = `764`,\n\n /**\n *\n * Belarusian ruble\n *\n * @description Numeric code: 933\n * @description Alphabetic code: BYN\n * @description Countries and territories: Belarus\n * @description Currency symbol: Rbl\n */\n BelarusianRuble = `933`,\n\n /**\n * Brazilian Real\n *\n * @description Numeric code: 986\n * @description Alphabetic code: BRL\n * @description Countries and territories: Brazilia\n * @description Currency symbol: R$\n */\n BrazilianReal = `986`,\n\n /**\n * Canadian dollar\n *\n * @description Numeric code: 124\n * @description Alphabetic code: CAD\n * @description Countries and territories: Canada\n * @description Currency symbol: C$\n */\n CanadianDollar = `124`,\n\n /**\n * United Arab Emirates dirham\n *\n * @description Numeric code: 784\n * @description Alphabetic code: AED\n * @description Countries and territories: United Arab Emirates\n * @description Currency symbol: Dh\n */\n Dirham = `784`,\n\n /**\n * United States dollar\n *\n * @description Numeric code: 840\n * @description Alphabetic code: USD\n * @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)\n * @description Currency symbol: $\n */\n Dollar = `840`,\n\n /**\n * Euro\n *\n * @description Numeric code: 978\n * @description Alphabetic code: EUR\n * @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)\n * @description Currency symbol: €\n */\n Euro = `978`,\n\n /**\n * Georgian lari\n *\n * @description Numeric code: 981\n * @description Alphabetic code: GEL\n * @description Countries and territories: Georgia\n * @description Currency symbol: ₾\n */\n GeorgianLari = `981`,\n\n /**\n * Hong Kong dollar\n *\n * @description Numeric code: 344\n * @description Alphabetic code: HKD\n * @description Countries and territories: Hong Kong\n * @description Currency symbol: HK$\n */\n HongKongDollar = `344`,\n\n /**\n * Ukrainian hryvnia\n *\n * @description Numeric code: 980\n * @description Alphabetic code: UAH\n * @description Countries and territories: Ukraine\n * @description Currency symbol: ₴\n */\n Hryvnia = `980`,\n\n /**\n * Indian rupee\n *\n * @description Numeric code: 356\n * @description Alphabetic code: INR\n * @description Countries and territories: India, Bhutan\n * @description Currency symbol: ₹\n */\n IndianRupee = `356`,\n\n /**\n * Indonesian rupiah\n *\n * @description Numeric code: 360\n * @description Alphabetic code: IDR\n * @description Countries and territories: Indonesia\n * @description Currency symbol: Rp\n */\n IndonesianRupiah = `360`,\n\n /**\n * Iranian rial\n *\n * @description Numeric code: 364\n * @description Alphabetic code: IRR\n * @description Countries and territories: Iran\n * @description Currency symbol: IR\n */\n IranianRial = `364`,\n\n /**\n * Israeli new shekel\n *\n * @description Numeric code: 376\n * @description Alphabetic code: ILS\n * @description Countries and territories: Israel\n * @description Currency symbol: ₪\n */\n IsraeliShekel = `376`,\n\n /**\n * Kyrgyzstani som\n *\n * @description Numeric code: 417\n * @description Alphabetic code: KGS\n * @description Countries and territories: Kyrgyzstan\n * @description Currency symbol: c\n */\n KyrgyzstanSom = `417`,\n\n /**\n * Malaysian ringgit\n *\n * @description Numeric code: 458\n * @description Alphabetic code: MYR\n * @description Countries and territories: Malaysia\n * @description Currency symbol: RM\n */\n MalaysianRinggit = `458`,\n\n /**\n * Mexican peso\n *\n * @description Numeric code: 484\n * @description Alphabetic code: MXN\n * @description Countries and territories: Mexico\n * @description Currency symbol: $\n */\n MexicanPeso = `484`,\n\n /**\n * Mongolian tugrik\n *\n * @description Numeric code: 496\n * @description Alphabetic code: MNT\n * @description Countries and territories: Mongolia\n * @description Currency symbol: ₮\n */\n MongolianTugrik = `496`,\n\n /**\n * New Turkmen manat\n *\n * @description Numeric code: 934\n * @description Alphabetic code: TMT\n * @description Countries and territories: Turkmenistan\n * @description Currency symbol: TMT\n */\n NewTurkmenManat = `934`,\n\n /**\n * Pound sterling\n *\n * @description Numeric code: 826\n * @description Alphabetic code: GBP\n * @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)\n * @description Currency symbol: £\n */\n Pound = `826`,\n\n /**\n * Tajikistani somoni\n *\n * @description Numeric code: 972\n * @description Alphabetic code: TJS\n * @description Countries and territories: Tajikistan\n * @description Currency symbol: SM\n */\n\n /**\n * Russian ruble\n *\n * @description Numeric code: 643\n * @description Alphabetic code: RUB\n * @description Countries and territories: Russia\n * @description Currency symbol: ₽\n */\n Ruble = `643`,\n\n /**\n * Saudi Riyal\n *\n * @description Numeric code: 682\n * @description Alphabetic code: SAR\n * @description Countries and territories: Saudi Arabia\n * @description Currency symbol: SR\n */\n SaudiRiyal = `682`,\n\n /**\n * Serbian dinar\n *\n * @description Numeric code: 941\n * @description Alphabetic code: RSD\n * @description Countries and territories: Serbia\n * @description Currency symbol: DIN\n */\n SerbianDinar = `941`,\n\n /**\n * Singapore dollar\n *\n * @description Numeric code: 702\n * @description Alphabetic code: SGD\n * @description Countries and territories: Singapore\n * @description Currency symbol: S$\n */\n SingaporeDollar = `702`,\n\n /**\n * South African rand\n *\n * @description Numeric code: 710\n * @description Alphabetic code: ZAR\n * @description Countries and territories: South Africa\n * @description Currency symbol: R\n */\n SouthAfricanRand = `710`,\n\n /**\n * Sri Lankan rupee\n *\n * @description Numeric code: 144\n * @description Alphabetic code: LKR\n * @description Countries and territories: Sri Lanka\n * @description Currency symbol: Rs.\n */\n SriLankanRupee = `144`,\n\n /**\n * Swiss franc\n *\n * @description Numeric code: 756\n * @description Alphabetic code: CHF\n * @description Countries and territories: Switzerland, Liechtenstein (LI)\n * @description Currency symbol: ₣\n */\n SwissFranc = `756`,\n\n TajikistaniSomoni = `972`,\n\n /**\n * Kazakhstani tenge\n *\n * @description Numeric code: 398\n * @description Alphabetic code: KZT\n * @description Countries and territories: Kazakhstan\n * @description Currency symbol: ₸\n */\n Tenge = `398`,\n\n /**\n * Turkish lira\n *\n * @description Numeric code: 949\n * @description Alphabetic code: TRY\n * @description Countries and territories: Turkey\n * @description Currency symbol: ₺\n */\n TurkishLira = `949`,\n\n /**\n * Uzbek sum\n *\n * @description Numeric code: 860\n * @description Alphabetic code: UZS\n * @description Countries and territories: Uzbekistan\n * @description Currency symbol: So'm\n */\n UzbekSum = `860`,\n\n /**\n * Vietnamese dong\n *\n * @description Numeric code: 704\n * @description Alphabetic code: VND\n * @description Countries and territories: Vietnam\n * @description Currency symbol: đ\n */\n VietnameseDong = `704`,\n\n /**\n * South Korean won\n *\n * @description Numeric code: 410\n * @description Alphabetic code: KRW\n * @description Countries and territories: South Korea\n * @description Currency symbol: ₩\n */\n Won = `410`,\n\n /**\n * Japanese yen\n *\n * @description Numeric code: 392\n * @description Alphabetic code: JPY\n * @description Countries and territories: Japan\n * @description Currency symbol: ¥\n */\n Yen = `392`,\n\n /**\n * Chinese yuan\n *\n * @description Numeric code: 156\n * @description Alphabetic code: CNY\n * @description Countries and territories: China\n * @description Currency symbol: CN¥\n */\n YuanRenminbi = `156`,\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["TuiCurrency","TuiCurrencyCode"],"mappings":"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"}
|