@taiga-ui/addon-commerce 3.41.1 → 3.42.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-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
|
@@ -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 * 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 * 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 /**\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 * 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 * 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 /**\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 /**\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 * 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 /**\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 * 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 /**\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 /**\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 /**\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 /**\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 /**\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 /**\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 * 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 * 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 * 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 * 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 /**\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 /**\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 /**\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 * 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 /**\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 MalaysianRinggit = `MYR`,\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 BelarusianRuble = `BYN`,\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 GeorgianLari = `GEL`,\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 AzerbaijaniManat = `AZN`,\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 SerbianDinar = `RSD`,\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 SaudiRiyal = `SAR`,\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 MongolianTugrik = `MNT`,\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 SouthAfricanRand = `ZAR`,\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 IranianRial = `IRR`,\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 IndonesianRupiah = `IDR`,\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 VietnameseDong = `VND`,\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 NewTurkmenManat = `TMT`,\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 * **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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 /**\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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 /**\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 MalaysianRinggit = `458`,\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 BelarusianRuble = `933`,\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 GeorgianLari = `981`,\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 AzerbaijaniManat = `944`,\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 SerbianDinar = `941`,\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 SaudiRiyal = `682`,\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 MongolianTugrik = `496`,\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 SouthAfricanRand = `710`,\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 IranianRial = `364`,\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 IndonesianRupiah = `360`,\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 VietnameseDong = `704`,\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 NewTurkmenManat = `934`,\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 * 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 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,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@taiga-ui/i18n'), require('rxjs')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@taiga-ui/addon-commerce/tokens', ['exports', '@angular/core', '@taiga-ui/i18n', 'rxjs'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"]["addon-commerce"] = global["taiga-ui"]["addon-commerce"] || {}, global["taiga-ui"]["addon-commerce"].tokens = {}), global.ng.core, global.i18n, global.rxjs));
|
|
5
|
-
})(this, (function (exports, core, i18n, rxjs) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@taiga-ui/cdk'), require('@taiga-ui/i18n'), require('rxjs')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@taiga-ui/addon-commerce/tokens', ['exports', '@angular/core', '@taiga-ui/cdk', '@taiga-ui/i18n', 'rxjs'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"]["addon-commerce"] = global["taiga-ui"]["addon-commerce"] || {}, global["taiga-ui"]["addon-commerce"].tokens = {}), global.ng.core, global.cdk, global.i18n, global.rxjs));
|
|
5
|
+
})(this, (function (exports, core, cdk, i18n, rxjs) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Number and card number i18n
|
|
@@ -19,9 +19,7 @@
|
|
|
19
19
|
/**
|
|
20
20
|
* Card CVC number text [mobile, desktop]
|
|
21
21
|
*/
|
|
22
|
-
var TUI_CARD_CVC_TEXTS =
|
|
23
|
-
factory: function () { return rxjs.of(["CVC", "CVC/CVV"]); },
|
|
24
|
-
});
|
|
22
|
+
var TUI_CARD_CVC_TEXTS = cdk.tuiCreateToken(rxjs.of(["CVC", "CVC/CVV"]));
|
|
25
23
|
|
|
26
24
|
/**
|
|
27
25
|
* Generated bundle index. Do not edit.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-addon-commerce-tokens.umd.js","sources":["../../../projects/addon-commerce/tokens/i18n.ts","../../../projects/addon-commerce/tokens/taiga-ui-addon-commerce-tokens.ts"],"sourcesContent":["import {InjectionToken} from '@angular/core';\nimport {tuiExtractI18n} from '@taiga-ui/i18n';\nimport {Observable, of} from 'rxjs';\n\n/**\n * Number and card number i18n\n */\nexport const TUI_CARD_NUMBER_TEXTS = new InjectionToken(`[TUI_CARD_NUMBER_TEXTS]`, {\n factory: tuiExtractI18n(`cardNumber`),\n});\n\n/**\n * Expiry and card expiry i18n\n */\nexport const TUI_CARD_EXPIRY_TEXTS = new InjectionToken(`[TUI_CARD_EXPIRY_TEXTS]`, {\n factory: tuiExtractI18n(`cardExpiry`),\n});\n\n/**\n * Card CVC number text [mobile, desktop]\n */\nexport const TUI_CARD_CVC_TEXTS =
|
|
1
|
+
{"version":3,"file":"taiga-ui-addon-commerce-tokens.umd.js","sources":["../../../projects/addon-commerce/tokens/i18n.ts","../../../projects/addon-commerce/tokens/taiga-ui-addon-commerce-tokens.ts"],"sourcesContent":["import {InjectionToken} from '@angular/core';\nimport {tuiCreateToken} from '@taiga-ui/cdk';\nimport {tuiExtractI18n} from '@taiga-ui/i18n';\nimport {Observable, of} from 'rxjs';\n\n/**\n * Number and card number i18n\n */\nexport const TUI_CARD_NUMBER_TEXTS = new InjectionToken(`[TUI_CARD_NUMBER_TEXTS]`, {\n factory: tuiExtractI18n(`cardNumber`),\n});\n\n/**\n * Expiry and card expiry i18n\n */\nexport const TUI_CARD_EXPIRY_TEXTS = new InjectionToken(`[TUI_CARD_EXPIRY_TEXTS]`, {\n factory: tuiExtractI18n(`cardExpiry`),\n});\n\n/**\n * Card CVC number text [mobile, desktop]\n */\nexport const TUI_CARD_CVC_TEXTS = tuiCreateToken<Observable<[string, string]>>(\n of([`CVC`, `CVC/CVV`]),\n);\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InjectionToken","tuiExtractI18n","tuiCreateToken","of"],"mappings":";;;;;;IAKA;;IAEG;QACU,qBAAqB,GAAG,IAAIA,mBAAc,CAAC,yBAAyB,EAAE;IAC/E,IAAA,OAAO,EAAEC,mBAAc,CAAC,YAAY,CAAC;IACxC,CAAA,EAAE;IAEH;;IAEG;QACU,qBAAqB,GAAG,IAAID,mBAAc,CAAC,yBAAyB,EAAE;IAC/E,IAAA,OAAO,EAAEC,mBAAc,CAAC,YAAY,CAAC;IACxC,CAAA,EAAE;IAEH;;IAEG;AACI,QAAM,kBAAkB,GAAGC,kBAAc,CAC5CC,OAAE,CAAC,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC;;ICvB1B;;IAEG;;;;;;;;;;;;"}
|
package/components/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from '@taiga-ui/addon-commerce/components/card';
|
|
2
1
|
export * from '@taiga-ui/addon-commerce/components/input-card';
|
|
3
2
|
export * from '@taiga-ui/addon-commerce/components/input-card-grouped';
|
|
4
3
|
export * from '@taiga-ui/addon-commerce/components/input-cvc';
|
|
5
4
|
export * from '@taiga-ui/addon-commerce/components/input-expire';
|
|
6
5
|
export * from '@taiga-ui/addon-commerce/components/money';
|
|
6
|
+
export * from '@taiga-ui/addon-commerce/components/thumbnail-card';
|
|
@@ -3,8 +3,8 @@ import { TuiPaymentSystem } from '@taiga-ui/addon-commerce/types';
|
|
|
3
3
|
import { TuiHandler } from '@taiga-ui/cdk';
|
|
4
4
|
import { PolymorpheusContent } from '@tinkoff/ng-polymorpheus';
|
|
5
5
|
export interface TuiInputCardOptions {
|
|
6
|
-
cardSrc: PolymorpheusContent;
|
|
7
6
|
readonly autocompleteEnabled: boolean;
|
|
7
|
+
cardSrc: PolymorpheusContent;
|
|
8
8
|
readonly icons: Record<TuiPaymentSystem, string>;
|
|
9
9
|
readonly paymentSystemHandler: TuiHandler<string | null | undefined, TuiPaymentSystem | null>;
|
|
10
10
|
}
|
|
@@ -2,8 +2,8 @@ import { InjectionToken } from '@angular/core';
|
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
export interface TuiCardGroupedTexts {
|
|
4
4
|
readonly cardNumberText: string;
|
|
5
|
-
readonly expiryText: string;
|
|
6
5
|
readonly cvcText: string;
|
|
6
|
+
readonly expiryText: string;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
9
9
|
* InputCardGrouped texts
|
|
@@ -7,6 +7,7 @@ export declare class TuiMoneyComponent {
|
|
|
7
7
|
value: number;
|
|
8
8
|
decimal: TuiDecimal;
|
|
9
9
|
currency: TuiCurrencyVariants;
|
|
10
|
+
currencyAlign: import("@taiga-ui/core").TuiHorizontalDirection;
|
|
10
11
|
sign: TuiMoneySign;
|
|
11
12
|
colored: boolean;
|
|
12
13
|
precision: number;
|
|
@@ -14,8 +15,9 @@ export declare class TuiMoneyComponent {
|
|
|
14
15
|
get signSymbol(): TuiMoneySignSymbol;
|
|
15
16
|
get red(): boolean;
|
|
16
17
|
get green(): boolean;
|
|
18
|
+
get alignRight(): boolean;
|
|
17
19
|
get inheritColor(): boolean;
|
|
18
20
|
constructor(options: TuiMoneyOptions);
|
|
19
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMoneyComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMoneyComponent, "tui-money", never, { "value": "value"; "decimal": "decimal"; "currency": "currency"; "sign": "sign"; "colored": "colored"; "precision": "precision"; "singleColor": "singleColor"; }, {}, never, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMoneyComponent, "tui-money", never, { "value": "value"; "decimal": "decimal"; "currency": "currency"; "currencyAlign": "currencyAlign"; "sign": "sign"; "colored": "colored"; "precision": "precision"; "singleColor": "singleColor"; }, {}, never, never>;
|
|
21
23
|
}
|
|
@@ -5,8 +5,9 @@ import * as i3 from "./pipes/integer-part.pipe";
|
|
|
5
5
|
import * as i4 from "./pipes/sign-symbol.pipe";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "@taiga-ui/addon-commerce/pipes";
|
|
8
|
+
import * as i7 from "@taiga-ui/cdk";
|
|
8
9
|
export declare class TuiMoneyModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMoneyModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiMoneyModule, [typeof i1.TuiMoneyComponent, typeof i2.TuiFractionPartPipe, typeof i3.TuiIntegerPartPipe, typeof i4.TuiSignSymbolPipe], [typeof i5.CommonModule, typeof i6.TuiCurrencyPipeModule], [typeof i1.TuiMoneyComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiMoneyModule, [typeof i1.TuiMoneyComponent, typeof i2.TuiFractionPartPipe, typeof i3.TuiIntegerPartPipe, typeof i4.TuiSignSymbolPipe], [typeof i5.CommonModule, typeof i6.TuiCurrencyPipeModule, typeof i7.TuiLetModule], [typeof i1.TuiMoneyComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<TuiMoneyModule>;
|
|
12
13
|
}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { Provider } from '@angular/core';
|
|
2
2
|
import { TuiCurrencyVariants, TuiMoneySign } from '@taiga-ui/addon-commerce/types';
|
|
3
|
-
import { TuiDecimal } from '@taiga-ui/core';
|
|
3
|
+
import { TuiDecimal, TuiHorizontalDirection } from '@taiga-ui/core';
|
|
4
4
|
export interface TuiMoneyOptions {
|
|
5
|
-
readonly decimal: TuiDecimal;
|
|
6
|
-
readonly currency: TuiCurrencyVariants;
|
|
7
|
-
readonly sign: TuiMoneySign;
|
|
8
5
|
readonly colored: boolean;
|
|
6
|
+
readonly currency: TuiCurrencyVariants;
|
|
7
|
+
readonly currencyAlign: TuiHorizontalDirection;
|
|
8
|
+
readonly decimal: TuiDecimal;
|
|
9
9
|
readonly precision: number;
|
|
10
|
+
readonly sign: TuiMoneySign;
|
|
10
11
|
readonly singleColor: boolean;
|
|
11
12
|
}
|
|
12
13
|
export declare const TUI_MONEY_DEFAULT_OPTIONS: TuiMoneyOptions;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TuiDecimal, TuiNumberFormatSettings } from '@taiga-ui/core';
|
|
2
2
|
export declare function tuiFormatFractionPart(options: {
|
|
3
|
-
value: number;
|
|
4
3
|
decimal: TuiDecimal;
|
|
5
|
-
precision: number;
|
|
6
4
|
numberFormat: TuiNumberFormatSettings;
|
|
5
|
+
precision: number;
|
|
6
|
+
value: number;
|
|
7
7
|
}): string;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TuiThumbnailCardComponent } from './thumbnail-card.component';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@taiga-ui/core";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated use {@link TuiThumbnailCardComponent}
|
|
7
|
+
*/
|
|
8
|
+
export declare class TuiCardComponent extends TuiThumbnailCardComponent {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCardComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiCardComponent, "tui-card", never, {}, {}, never, never>;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated use {@link TuiThumbnailCardModule}
|
|
14
|
+
*/
|
|
15
|
+
export declare class TuiCardModule {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCardModule, never>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiCardModule, [typeof TuiCardComponent], [typeof i1.CommonModule, typeof i2.TuiSvgModule], [typeof TuiCardComponent]>;
|
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiCardModule>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"main": "../../bundles/taiga-ui-addon-commerce-components-thumbnail-card.umd.js",
|
|
3
|
+
"module": "../../fesm2015/taiga-ui-addon-commerce-components-thumbnail-card.js",
|
|
4
|
+
"es2015": "../../fesm2015/taiga-ui-addon-commerce-components-thumbnail-card.js",
|
|
5
|
+
"esm2015": "../../esm2015/components/thumbnail-card/taiga-ui-addon-commerce-components-thumbnail-card.js",
|
|
6
|
+
"fesm2015": "../../fesm2015/taiga-ui-addon-commerce-components-thumbnail-card.js",
|
|
7
|
+
"typings": "taiga-ui-addon-commerce-components-thumbnail-card.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"name": "@taiga-ui/addon-commerce/components/thumbnail-card"
|
|
10
|
+
}
|
package/components/{card/card.component.d.ts → thumbnail-card/thumbnail-card.component.d.ts}
RENAMED
|
@@ -2,7 +2,7 @@ import { TuiInputCardOptions } from '@taiga-ui/addon-commerce/components/input-c
|
|
|
2
2
|
import { TuiPaymentSystem } from '@taiga-ui/addon-commerce/types';
|
|
3
3
|
import { TuiSizeS } from '@taiga-ui/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class TuiThumbnailCardComponent {
|
|
6
6
|
private readonly options;
|
|
7
7
|
active: boolean;
|
|
8
8
|
brandLogo: string;
|
|
@@ -12,6 +12,6 @@ export declare class TuiCardComponent {
|
|
|
12
12
|
constructor(options: TuiInputCardOptions);
|
|
13
13
|
get hasBrandLogo(): boolean;
|
|
14
14
|
get paymentSystemLogo(): string;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiThumbnailCardComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiThumbnailCardComponent, "tui-thumbnail-card", never, { "active": "active"; "brandLogo": "brandLogo"; "cardNumber": "cardNumber"; "paymentSystem": "paymentSystem"; "size": "size"; }, {}, never, never>;
|
|
17
17
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./thumbnail-card.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@taiga-ui/core";
|
|
5
|
+
export declare class TuiThumbnailCardModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiThumbnailCardModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiThumbnailCardModule, [typeof i1.TuiThumbnailCardComponent], [typeof i2.CommonModule, typeof i3.TuiSvgModule], [typeof i1.TuiThumbnailCardComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiThumbnailCardModule>;
|
|
9
|
+
}
|