@adyen/adyen-web 5.10.0 → 5.13.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.
Files changed (101) hide show
  1. package/dist/adyen.css +3 -3
  2. package/dist/adyen.css.map +1 -1
  3. package/dist/adyen.js +1 -1
  4. package/dist/adyen.js.map +1 -1
  5. package/dist/cjs/adyen.css +3 -3
  6. package/dist/cjs/adyen.css.map +1 -1
  7. package/dist/cjs/index.js +1 -1
  8. package/dist/es/adyen.css +3 -3
  9. package/dist/es/adyen.css.map +1 -1
  10. package/dist/es/ar.js +1 -1
  11. package/dist/es/cs-CZ.js +1 -1
  12. package/dist/es/da-DK.js +1 -1
  13. package/dist/es/de-DE.js +1 -1
  14. package/dist/es/el-GR.js +1 -1
  15. package/dist/es/es-ES.js +1 -1
  16. package/dist/es/fi-FI.js +1 -1
  17. package/dist/es/fr-FR.js +1 -1
  18. package/dist/es/hr-HR.js +1 -1
  19. package/dist/es/hu-HU.js +1 -1
  20. package/dist/es/index.js +1 -1
  21. package/dist/es/it-IT.js +1 -1
  22. package/dist/es/ja-JP.js +1 -1
  23. package/dist/es/ko-KR.js +1 -1
  24. package/dist/es/nl-NL.js +1 -1
  25. package/dist/es/no-NO.js +1 -1
  26. package/dist/es/pl-PL.js +1 -1
  27. package/dist/es/pt-BR.js +1 -1
  28. package/dist/es/ro-RO.js +1 -1
  29. package/dist/es/ru-RU.js +1 -1
  30. package/dist/es/sk-SK.js +1 -1
  31. package/dist/es/sl-SI.js +1 -1
  32. package/dist/es/sv-SE.js +1 -1
  33. package/dist/es/zh-CN.js +1 -1
  34. package/dist/es/zh-TW.js +1 -1
  35. package/dist/es.modern/adyen.css +3 -3
  36. package/dist/es.modern/adyen.css.map +1 -1
  37. package/dist/es.modern/ar.js +1 -1
  38. package/dist/es.modern/cs-CZ.js +1 -1
  39. package/dist/es.modern/da-DK.js +1 -1
  40. package/dist/es.modern/de-DE.js +1 -1
  41. package/dist/es.modern/el-GR.js +1 -1
  42. package/dist/es.modern/es-ES.js +1 -1
  43. package/dist/es.modern/fi-FI.js +1 -1
  44. package/dist/es.modern/fr-FR.js +1 -1
  45. package/dist/es.modern/hr-HR.js +1 -1
  46. package/dist/es.modern/hu-HU.js +1 -1
  47. package/dist/es.modern/index.js +1 -1
  48. package/dist/es.modern/it-IT.js +1 -1
  49. package/dist/es.modern/ja-JP.js +1 -1
  50. package/dist/es.modern/ko-KR.js +1 -1
  51. package/dist/es.modern/nl-NL.js +1 -1
  52. package/dist/es.modern/no-NO.js +1 -1
  53. package/dist/es.modern/pl-PL.js +1 -1
  54. package/dist/es.modern/pt-BR.js +1 -1
  55. package/dist/es.modern/ro-RO.js +1 -1
  56. package/dist/es.modern/ru-RU.js +1 -1
  57. package/dist/es.modern/sk-SK.js +1 -1
  58. package/dist/es.modern/sl-SI.js +1 -1
  59. package/dist/es.modern/sv-SE.js +1 -1
  60. package/dist/es.modern/zh-CN.js +1 -1
  61. package/dist/es.modern/zh-TW.js +1 -1
  62. package/dist/types/components/AfterPay/AfterPayB2B.d.ts +2 -15
  63. package/dist/types/components/Atome/Atome.d.ts +5 -0
  64. package/dist/types/components/Atome/config.d.ts +22 -0
  65. package/dist/types/components/Atome/index.d.ts +1 -0
  66. package/dist/types/components/Card/Bancontact.d.ts +3 -0
  67. package/dist/types/components/Card/Card.d.ts +4 -5
  68. package/dist/types/components/Card/components/CardInput/components/AvailableBrands/AvailableBrands.d.ts +10 -0
  69. package/dist/types/components/Card/components/CardInput/components/AvailableBrands/index.d.ts +1 -0
  70. package/dist/types/components/Card/components/CardInput/components/CardFields.d.ts +1 -1
  71. package/dist/types/components/Card/components/CardInput/components/CardFieldsWrapper.d.ts +3 -1
  72. package/dist/types/components/Card/components/CardInput/components/types.d.ts +3 -1
  73. package/dist/types/components/Card/components/CardInput/defaultProps.d.ts +1 -0
  74. package/dist/types/components/Card/components/CardInput/types.d.ts +3 -1
  75. package/dist/types/components/Card/components/CardInput/utils.d.ts +1 -0
  76. package/dist/types/components/Card/types.d.ts +15 -3
  77. package/dist/types/components/Dropin/components/PaymentMethod/PaymentMethodBrands/CompactView.d.ts +8 -0
  78. package/dist/types/components/Dropin/components/PaymentMethod/PaymentMethodBrands/PaymentMethodBrands.d.ts +10 -0
  79. package/dist/types/components/Dropin/components/PaymentMethod/PaymentMethodBrands/index.d.ts +1 -0
  80. package/dist/types/components/Dropin/components/PaymentMethod/PaymentMethodItem.d.ts +2 -1
  81. package/dist/types/components/PayPal/types.d.ts +1 -0
  82. package/dist/types/components/RatePay/RatePayDirectDebit.d.ts +5 -0
  83. package/dist/types/components/UIElement.d.ts +1 -1
  84. package/dist/types/components/helpers/OpenInvoiceContainer/OpenInvoiceContainer.d.ts +9 -16
  85. package/dist/types/components/index.d.ts +4 -0
  86. package/dist/types/components/internal/Address/constants.d.ts +1 -0
  87. package/dist/types/components/internal/Button/Button.d.ts +3 -3
  88. package/dist/types/components/internal/Button/types.d.ts +1 -1
  89. package/dist/types/components/internal/FormFields/Field/Field.d.ts +3 -31
  90. package/dist/types/components/internal/FormFields/Field/types.d.ts +1 -1
  91. package/dist/types/components/{Sepa/components → internal}/IbanInput/IbanInput.d.ts +9 -2
  92. package/dist/types/components/{Sepa/components → internal}/IbanInput/index.d.ts +0 -0
  93. package/dist/types/components/{Sepa/components → internal}/IbanInput/specifications.d.ts +0 -0
  94. package/dist/types/components/{Sepa/components → internal}/IbanInput/utils.d.ts +6 -0
  95. package/dist/types/components/{Sepa/components → internal}/IbanInput/validate.d.ts +0 -0
  96. package/dist/types/components/internal/OpenInvoice/types.d.ts +19 -2
  97. package/dist/types/core/core.d.ts +2 -1
  98. package/dist/types/core/types.d.ts +1 -1
  99. package/dist/types/language/config.d.ts +3 -2
  100. package/dist/types/language/locales/index.d.ts +102 -100
  101. package/package.json +10 -11
@@ -1 +1 @@
1
- var e={payButton:"\u652f\u4ed8","payButton.redirecting":"\u91cd\u65b0\u5c0e\u5411\u4e2d......",storeDetails:"\u5132\u5b58\u4ee5\u4f9b\u4e0b\u6b21\u4ed8\u6b3e\u4f7f\u7528","creditCard.holderName":"\u4fe1\u7528\u5361\u4e0a\u7684\u59d3\u540d","creditCard.holderName.placeholder":"J. Smith","creditCard.holderName.invalid":"\u6301\u5361\u4eba\u59d3\u540d\u7121\u6548","creditCard.numberField.title":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"\u5230\u671f\u65e5\u671f","creditCard.expiryDateField.placeholder":"MM/YY","creditCard.expiryDateField.month":"\u6708\u4efd","creditCard.expiryDateField.month.placeholder":"MM","creditCard.expiryDateField.year.placeholder":"YY","creditCard.expiryDateField.year":"\u5e74\u4efd","creditCard.cvcField.title":"\u4fe1\u7528\u5361\u9a57\u8b49\u78bc / \u4fe1\u7528\u5361\u5b89\u5168\u78bc","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"\u8a18\u4f4f\u4f9b\u4e0b\u6b21\u4f7f\u7528","creditCard.cvcField.placeholder.4digits":"4 \u4f4d\u6578","creditCard.cvcField.placeholder.3digits":"3 \u4f4d\u6578","creditCard.taxNumber.placeholder":"\u5e74\u6708\u65e5\uff0f0123456789",installments:"\u5206\u671f\u4ed8\u6b3e\u7684\u671f\u6578",installmentOption:"%{times}x %{partialValue}",installmentOptionMonths:"\uff05{times} \u500b\u6708","installments.oneTime":"\u4e00\u6b21\u6027\u4ed8\u6b3e","installments.installments":"\u5206\u671f\u4ed8\u6b3e","installments.revolving":"\u5ef6\u671f\u4ed8\u6b3e","sepaDirectDebit.ibanField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","sepaDirectDebit.nameField.placeholder":"J. Smith","sepa.ownerName":"\u6301\u6709\u4eba\u540d\u7a31","sepa.ibanNumber":"\u5e33\u6236\u865f\u78bc (IBAN)","error.title":"\u932f\u8aa4","error.subtitle.redirect":"\u7121\u6cd5\u91cd\u65b0\u5c0e\u5411","error.subtitle.payment":"\u4ed8\u6b3e\u5931\u6557","error.subtitle.refused":"\u4ed8\u6b3e\u906d\u62d2\u7d55","error.message.unknown":"\u767c\u751f\u672a\u77e5\u932f\u8aa4","errorPanel.title":"\u73fe\u6709\u932f\u8aa4","idealIssuer.selectField.title":"\u9280\u884c","idealIssuer.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","creditCard.success":"\u4ed8\u6b3e\u6210\u529f",loading:"\u6b63\u5728\u8f09\u5165...",continue:"\u7e7c\u7e8c",continueTo:"\u7e7c\u7e8c\u524d\u5f80","wechatpay.timetopay":"\u60a8\u6709 %@ \u53ef\u4ee5\u652f\u4ed8","wechatpay.scanqrcode":"\u6383\u63cf QR \u4ee3\u78bc",personalDetails:"\u500b\u4eba\u8a73\u7d30\u8cc7\u6599",companyDetails:"\u516c\u53f8\u8a73\u60c5","companyDetails.name":"\u516c\u53f8\u540d\u7a31","companyDetails.registrationNumber":"\u8a3b\u518a\u865f\u78bc",socialSecurityNumber:"\u793e\u6703\u5b89\u5168\u78bc",firstName:"\u540d\u5b57",infix:"\u524d\u7db4",lastName:"\u59d3\u6c0f",mobileNumber:"\u884c\u52d5\u96fb\u8a71\u865f\u78bc","mobileNumber.invalid":"\u624b\u6a5f\u865f\u78bc\u7121\u6548",city:"\u57ce\u5e02",postalCode:"\u90f5\u905e\u5340\u865f",countryCode:"\u570b\u5bb6\u4ee3\u78bc",telephoneNumber:"\u96fb\u8a71\u865f\u78bc",dateOfBirth:"\u51fa\u751f\u65e5\u671f",shopperEmail:"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740",gender:"\u6027\u5225",male:"\u7537",female:"\u5973",billingAddress:"\u5e33\u55ae\u5730\u5740",street:"\u8857\u9053",stateOrProvince:"\u5dde/\u7e23/\u5e02",country:"\u570b\u5bb6/\u5730\u5340",houseNumberOrName:"\u9580\u724c\u865f",separateDeliveryAddress:"\u6307\u5b9a\u53e6\u4e00\u500b\u6d3e\u9001\u5730\u5740",deliveryAddress:"\u6d3e\u9001\u5730\u5740",zipCode:"\u90f5\u905e\u5340\u865f",apartmentSuite:"\u516c\u5bd3\uff0f\u5957\u623f",provinceOrTerritory:"\u7701\u6216\u5730\u5340",cityTown:"\u5e02\uff0f\u93ae",address:"\u5730\u5740",state:"\u5dde","field.title.optional":"\uff08\u9078\u7528\uff09","creditCard.cvcField.title.optional":"CVC / CVV (\u53ef\u9078)","issuerList.wallet.placeholder":"\u9078\u53d6\u60a8\u7684\u96fb\u5b50\u9322\u5305",privacyPolicy:"\u96b1\u79c1\u6b0a\u653f\u7b56","afterPay.agreement":"\u6211\u540c\u610f AfterPay \u7684%@",paymentConditions:"\u4ed8\u6b3e\u7d30\u5247",openApp:"\u958b\u555f\u61c9\u7528\u7a0b\u5f0f","voucher.readInstructions":"\u95b1\u89bd\u8aaa\u660e","voucher.introduction":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u512a\u60e0\u5238\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.expirationDate":"\u5230\u671f\u65e5\u671f","voucher.alternativeReference":"\u5099\u9078\u53c3\u7167","dragonpay.voucher.non.bank.selectField.placeholder":"\u9078\u64c7\u60a8\u7684\u4f9b\u61c9\u5546","dragonpay.voucher.bank.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","voucher.paymentReferenceLabel":"\u4ed8\u6b3e\u53c3\u7167\u865f\u78bc","voucher.surcharge":"\u5305\u542b %@ \u9644\u52a0\u8cbb","voucher.introduction.doku":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.shopperName":"\u8cfc\u7269\u8005\u59d3\u540d","voucher.merchantName":"\u5546\u5bb6","voucher.introduction.econtext":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.telephoneNumber":"\u96fb\u8a71\u865f\u78bc","voucher.shopperReference":"\u8cfc\u7269\u8005\u53c3\u8003","voucher.collectionInstitutionNumber":"\u6536\u6b3e\u6a5f\u69cb\u7de8\u865f","voucher.econtext.telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7684\u9577\u5ea6\u5fc5\u9808\u70ba 10 \u6216 11 \u4f4d\u6578","boletobancario.btnLabel":"\u7522\u751f Boleto","boleto.sendCopyToEmail":"\u5c07\u8907\u672c\u50b3\u9001\u81f3\u6211\u7684\u96fb\u5b50\u90f5\u4ef6","button.copy":"\u8907\u88fd","button.download":"\u4e0b\u8f09","boleto.socialSecurityNumber.invalid":"\u6b04\u4f4d\u7121\u6548","creditCard.storedCard.description.ariaLabel":"\u5df2\u5132\u5b58\u4ee5 %@ \u7d50\u5c3e\u7684\u4fe1\u7528\u5361","voucher.entity":"\u5be6\u9ad4",donateButton:"\u6350\u8d08",notNowButton:"\u7a0d\u5f8c\u518d\u8aaa",thanksForYourSupport:"\u611f\u8b1d\u60a8\u7684\u652f\u6301\uff01",preauthorizeWith:"\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u9032\u884c\u9810\u5148\u6388\u6b0a\uff1a",confirmPreauthorization:"\u78ba\u8a8d\u9810\u5148\u6388\u6b0a",confirmPurchase:"\u78ba\u8a8d\u8cfc\u8cb7",applyGiftcard:"\u514c\u63db",giftcardBalance:"\u79ae\u54c1\u5361\u9918\u984d",deductedBalance:"\u6263\u9664\u9918\u984d","creditCard.pin.title":"\u6578\u5b57\u5bc6\u78bc","creditCard.encryptedPassword.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","creditCard.encryptedPassword.placeholder":"12","creditCard.encryptedPassword.invalid":"\u5bc6\u78bc\u7121\u6548","creditCard.taxNumber":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc","creditCard.taxNumber.label":"\u6301\u5361\u4eba\u751f\u65e5\uff08\u5e74\u6708\u65e5\uff09\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.labelAlt":"\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.invalid":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\u7121\u6548","storedPaymentMethod.disable.button":"\u79fb\u9664","storedPaymentMethod.disable.confirmation":"\u79fb\u9664\u5df2\u5132\u5b58\u4ed8\u6b3e\u65b9\u5f0f","storedPaymentMethod.disable.confirmButton":"\u662f\uff0c\u8acb\u79fb\u9664","storedPaymentMethod.disable.cancelButton":"\u53d6\u6d88","ach.bankAccount":"\u9280\u884c\u5e33\u6236","ach.accountHolderNameField.title":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","ach.accountHolderNameField.placeholder":"J. Smith","ach.accountHolderNameField.invalid":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","ach.accountNumberField.title":"\u5e33\u6236\u865f\u78bc","ach.accountNumberField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","ach.accountLocationField.title":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f","ach.accountLocationField.invalid":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","select.state":"\u9078\u53d6\u5dde","select.stateOrProvince":"\u9078\u64c7\u5dde\u6216\u7701","select.provinceOrTerritory":"\u9078\u53d6\u7701\u6216\u5730\u5340","select.country":"\u9078\u64c7\u570b\u5bb6\uff0f\u5730\u5340","select.noOptionsFound":"\u627e\u4e0d\u5230\u4efb\u4f55\u9078\u9805","select.filter.placeholder":"\u641c\u5c0b\u2026\u2026","telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7121\u6548",qrCodeOrApp:"\u6216","paypal.processingPayment":"\u6b63\u5728\u8655\u7406\u4ed8\u6b3e\u2026\u2026",generateQRCode:"\u7522\u751f QR \u4ee3\u78bc","await.waitForConfirmation":"\u6b63\u5728\u7b49\u5019\u78ba\u8a8d","mbway.confirmPayment":"\u5728 MB WAY \u61c9\u7528\u7a0b\u5f0f\u4e0a\u78ba\u8a8d\u60a8\u7684\u4ed8\u6b3e","shopperEmail.invalid":"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u7121\u6548","dateOfBirth.format":"\u65e5\uff0f\u6708\uff0f\u5e74","dateOfBirth.invalid":"\u60a8\u5fc5\u9808\u5e74\u6eff 18 \u6b72","blik.confirmPayment":"\u958b\u555f\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4ee5\u78ba\u8a8d\u4ed8\u6b3e\u3002","blik.invalid":"\u8f38\u5165 6 \u500b\u6578\u5b57","blik.code":"6 \u4f4d\u6578\u4ee3\u78bc","blik.help":"\u5f9e\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4e2d\u7372\u53d6\u4ee3\u78bc\u3002","swish.pendingMessage":"\u6383\u63cf\u5f8c\uff0c\u8a72\u5f85\u5b8c\u6210\u72c0\u614b\u53ef\u80fd\u6301\u7e8c\u9577\u9054 10 \u5206\u9418\u3002\u8a66\u5716\u5728\u9019\u6bb5\u6642\u9593\u5167\u518d\u6b21\u4ed8\u6b3e\u53ef\u80fd\u6703\u5c0e\u81f4\u591a\u91cd\u6536\u8cbb\u3002","error.va.gen.01":"\u4e0d\u5b8c\u6574\u6b04\u4f4d","error.va.gen.02":"\u6b04\u4f4d\u7121\u6548","error.va.sf-cc-num.01":"\u4fe1\u7528\u5361\u865f\u78bc\u7121\u6548","error.va.sf-cc-num.03":"\u8f38\u5165\u4e86\u4e0d\u652f\u63f4\u7684\u5361","error.va.sf-cc-dat.01":"\u5361\u592a\u820a","error.va.sf-cc-dat.02":"\u672a\u4f86\u65e5\u671f\u8ddd\u4eca\u592a\u4e45","error.va.sf-cc-dat.03":"\u60a8\u7684\u5361\u6703\u65bc\u4ed8\u6b3e\u65e5\u671f\u524d\u5230\u671f","error.va.sf-ach-num.01":"\u5e33\u6236\u865f\u78bc\u7121\u6548","error.va.sf-ach-loc.01":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","error.va.sf-kcp-pwd.01":"\u5bc6\u78bc\u7121\u6548","error.giftcard.no-balance":"\u6b64\u79ae\u54c1\u5361\u7684\u9918\u984d\u70ba\u96f6","error.giftcard.card-error":"\u6211\u5011\u7684\u8a18\u9304\u4e2d\u4e26\u6c92\u6709\u9019\u500b\u865f\u78bc\u7684\u79ae\u54c1\u5361","error.giftcard.currency-error":"\u79ae\u54c1\u5361\u53ea\u80fd\u4ee5\u5176\u7c3d\u767c\u6642\u6240\u4f7f\u7528\u7684\u8ca8\u5e63\u9032\u884c\u7d50\u7b97","amazonpay.signout":"\u5f9e Amazon \u767b\u51fa","amazonpay.changePaymentDetails":"\u8b8a\u66f4\u4ed8\u6b3e\u660e\u7d30","partialPayment.warning":"\u9078\u53d6\u5176\u4ed6\u4ed8\u6b3e\u65b9\u5f0f\u4f86\u652f\u4ed8\u9918\u984d","partialPayment.remainingBalance":"\u9918\u984d\u5c07\u70ba %{amount}","bankTransfer.beneficiary":"\u53d7\u6b3e\u4eba","bankTransfer.iban":"IBAN","bankTransfer.bic":"BIC","bankTransfer.reference":"\u53c3\u7167","bankTransfer.introduction":"\u7e7c\u7e8c\u5efa\u7acb\u65b0\u7684\u9280\u884c\u8f49\u5e33\u4ed8\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u87a2\u5e55\u4e2d\u7684\u8a73\u7d30\u8cc7\u8a0a\u4f86\u5b8c\u6210\u6b64\u9805\u4ed8\u6b3e\u3002","bankTransfer.instructions":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","bacs.accountHolderName":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","bacs.accountHolderName.invalid":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","bacs.accountNumber":"\u9280\u884c\u5e33\u6236\u865f\u78bc","bacs.accountNumber.invalid":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u7121\u6548","bacs.bankLocationId":"\u9280\u884c\u4ee3\u78bc","bacs.bankLocationId.invalid":"\u9280\u884c\u4ee3\u78bc\u7121\u6548","bacs.consent.amount":"\u6211\u540c\u610f\u5f9e\u6211\u7684\u9280\u884c\u5e33\u6236\u6263\u9664\u4e0a\u8ff0\u91d1\u984d\u3002","bacs.consent.account":"\u6211\u78ba\u8a8d\u8a72\u5e33\u6236\u4ee5\u6211\u7684\u540d\u7fa9\u958b\u8a2d\uff0c\u4e26\u4e14\u6211\u662f\u6388\u6b0a\u5f9e\u8a72\u5e33\u6236\u76f4\u63a5\u6263\u6b3e\u7684\u552f\u4e00\u7c3d\u7f72\u4eba\u3002",edit:"\u7de8\u8f2f","bacs.confirm":"\u78ba\u8a8d\u4e26\u652f\u4ed8","bacs.result.introduction":"\u4e0b\u8f09\u60a8\u7684\u76f4\u63a5\u6263\u6b3e\u6307\u793a\uff08DDI\uff0f\u6388\u6b0a\uff09","download.pdf":"\u4e0b\u8f09 PDF","creditCard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u5361\u865f\u7684 IFrame","creditCard.encryptedCardNumber.aria.label":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.encryptedExpiryDate.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u65e5\u671f\u7684 IFrame","creditCard.encryptedExpiryDate.aria.label":"\u5230\u671f\u65e5\u671f","creditCard.encryptedExpiryMonth.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u6708\u4efd\u7684 IFrame","creditCard.encryptedExpiryMonth.aria.label":"\u5230\u671f\u6708\u4efd","creditCard.encryptedExpiryYear.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u5e74\u4efd\u7684 IFrame","creditCard.encryptedExpiryYear.aria.label":"\u5230\u671f\u5e74\u4efd","creditCard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u5361\u5b89\u5168\u78bc\u7684 IFrame","creditCard.encryptedSecurityCode.aria.label":"\u5b89\u5168\u78bc","creditCard.encryptedPassword.aria.iframeTitle":"\u5b89\u5168\u5361\u5bc6\u78bc\u7684 IFrame","creditCard.encryptedPassword.aria.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","giftcard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u865f\u7684 IFrame","giftcard.encryptedCardNumber.aria.label":"\u79ae\u54c1\u5361\u865f","giftcard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u5b89\u5168\u78bc\u7684 IFrame","giftcard.encryptedSecurityCode.aria.label":"\u79ae\u54c1\u5361\u5b89\u5168\u78bc",giftcardTransactionLimit:"\u6b64\u79ae\u54c1\u5361\u6bcf\u7b46\u4ea4\u6613\u7684\u91d1\u984d\u4e0a\u9650\u70ba %{amount}","ach.encryptedBankAccountNumber.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u5e33\u6236\u865f\u78bc\u7684 IFrame","ach.encryptedBankAccountNumber.aria.label":"\u9280\u884c\u5e33\u6236","ach.encryptedBankLocationId.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7684 IFrame","ach.encryptedBankLocationId.aria.label":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f","twint.saved":"\u5132\u5b58\u7684",orPayWith:"\u6216\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u652f\u4ed8\uff1a",invalidFormatExpects:"\u683c\u5f0f\u7121\u6548\u3002\u683c\u5f0f\u5fc5\u9808\u70ba\uff1a%{format}"};export{e as default};
1
+ var e={payButton:"\u652f\u4ed8","payButton.redirecting":"\u91cd\u65b0\u5c0e\u5411\u4e2d......",storeDetails:"\u5132\u5b58\u4ee5\u4f9b\u4e0b\u6b21\u4ed8\u6b3e\u4f7f\u7528","creditCard.holderName":"\u4fe1\u7528\u5361\u4e0a\u7684\u59d3\u540d","creditCard.holderName.placeholder":"J. Smith","creditCard.holderName.invalid":"\u6301\u5361\u4eba\u59d3\u540d\u7121\u6548","creditCard.numberField.title":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"\u5230\u671f\u65e5\u671f","creditCard.expiryDateField.placeholder":"MM/YY","creditCard.expiryDateField.month":"\u6708\u4efd","creditCard.expiryDateField.month.placeholder":"MM","creditCard.expiryDateField.year.placeholder":"YY","creditCard.expiryDateField.year":"\u5e74\u4efd","creditCard.cvcField.title":"\u4fe1\u7528\u5361\u9a57\u8b49\u78bc / \u4fe1\u7528\u5361\u5b89\u5168\u78bc","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"\u8a18\u4f4f\u4f9b\u4e0b\u6b21\u4f7f\u7528","creditCard.cvcField.placeholder.4digits":"4 \u4f4d\u6578","creditCard.cvcField.placeholder.3digits":"3 \u4f4d\u6578","creditCard.taxNumber.placeholder":"\u5e74\u6708\u65e5\uff0f0123456789",installments:"\u5206\u671f\u4ed8\u6b3e\u7684\u671f\u6578",installmentOption:"%{times}x %{partialValue}",installmentOptionMonths:"\uff05{times} \u500b\u6708","installments.oneTime":"\u4e00\u6b21\u6027\u4ed8\u6b3e","installments.installments":"\u5206\u671f\u4ed8\u6b3e","installments.revolving":"\u5ef6\u671f\u4ed8\u6b3e","sepaDirectDebit.ibanField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","sepaDirectDebit.nameField.placeholder":"J. Smith",ownerName:"\u6301\u6709\u4eba\u540d\u7a31",ibanNumber:"\u5e33\u6236\u865f\u78bc (IBAN)","error.title":"\u932f\u8aa4","error.subtitle.redirect":"\u7121\u6cd5\u91cd\u65b0\u5c0e\u5411","error.subtitle.payment":"\u4ed8\u6b3e\u5931\u6557","error.subtitle.refused":"\u4ed8\u6b3e\u906d\u62d2\u7d55","error.message.unknown":"\u767c\u751f\u672a\u77e5\u932f\u8aa4","errorPanel.title":"\u73fe\u6709\u932f\u8aa4","idealIssuer.selectField.title":"\u9280\u884c","idealIssuer.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","creditCard.success":"\u4ed8\u6b3e\u6210\u529f",loading:"\u6b63\u5728\u8f09\u5165...",continue:"\u7e7c\u7e8c",continueTo:"\u7e7c\u7e8c\u524d\u5f80","wechatpay.timetopay":"\u60a8\u6709 %@ \u53ef\u4ee5\u652f\u4ed8","wechatpay.scanqrcode":"\u6383\u63cf QR \u4ee3\u78bc",personalDetails:"\u500b\u4eba\u8a73\u7d30\u8cc7\u6599",companyDetails:"\u516c\u53f8\u8a73\u60c5","companyDetails.name":"\u516c\u53f8\u540d\u7a31","companyDetails.registrationNumber":"\u8a3b\u518a\u865f\u78bc",socialSecurityNumber:"\u793e\u6703\u5b89\u5168\u78bc",firstName:"\u540d\u5b57",infix:"\u524d\u7db4",lastName:"\u59d3\u6c0f",mobileNumber:"\u884c\u52d5\u96fb\u8a71\u865f\u78bc","mobileNumber.invalid":"\u624b\u6a5f\u865f\u78bc\u7121\u6548",city:"\u57ce\u5e02",postalCode:"\u90f5\u905e\u5340\u865f",countryCode:"\u570b\u5bb6\u4ee3\u78bc",telephoneNumber:"\u96fb\u8a71\u865f\u78bc",dateOfBirth:"\u51fa\u751f\u65e5\u671f",shopperEmail:"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740",gender:"\u6027\u5225",male:"\u7537",female:"\u5973",billingAddress:"\u5e33\u55ae\u5730\u5740",street:"\u8857\u9053",stateOrProvince:"\u5dde/\u7e23/\u5e02",country:"\u570b\u5bb6/\u5730\u5340",houseNumberOrName:"\u9580\u724c\u865f",separateDeliveryAddress:"\u6307\u5b9a\u53e6\u4e00\u500b\u6d3e\u9001\u5730\u5740",deliveryAddress:"\u6d3e\u9001\u5730\u5740",zipCode:"\u90f5\u905e\u5340\u865f",apartmentSuite:"\u516c\u5bd3\uff0f\u5957\u623f",provinceOrTerritory:"\u7701\u6216\u5730\u5340",cityTown:"\u5e02\uff0f\u93ae",address:"\u5730\u5740",state:"\u5dde","field.title.optional":"\uff08\u9078\u7528\uff09","creditCard.cvcField.title.optional":"CVC / CVV (\u53ef\u9078)","issuerList.wallet.placeholder":"\u9078\u53d6\u60a8\u7684\u96fb\u5b50\u9322\u5305",privacyPolicy:"\u96b1\u79c1\u6b0a\u653f\u7b56","afterPay.agreement":"\u6211\u540c\u610f AfterPay \u7684%@",paymentConditions:"\u4ed8\u6b3e\u7d30\u5247",openApp:"\u958b\u555f\u61c9\u7528\u7a0b\u5f0f","voucher.readInstructions":"\u95b1\u89bd\u8aaa\u660e","voucher.introduction":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u512a\u60e0\u5238\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.expirationDate":"\u5230\u671f\u65e5\u671f","voucher.alternativeReference":"\u5099\u9078\u53c3\u7167","dragonpay.voucher.non.bank.selectField.placeholder":"\u9078\u64c7\u60a8\u7684\u4f9b\u61c9\u5546","dragonpay.voucher.bank.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","voucher.paymentReferenceLabel":"\u4ed8\u6b3e\u53c3\u7167\u865f\u78bc","voucher.surcharge":"\u5305\u542b %@ \u9644\u52a0\u8cbb","voucher.introduction.doku":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.shopperName":"\u8cfc\u7269\u8005\u59d3\u540d","voucher.merchantName":"\u5546\u5bb6","voucher.introduction.econtext":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.telephoneNumber":"\u96fb\u8a71\u865f\u78bc","voucher.shopperReference":"\u8cfc\u7269\u8005\u53c3\u8003","voucher.collectionInstitutionNumber":"\u6536\u6b3e\u6a5f\u69cb\u7de8\u865f","voucher.econtext.telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7684\u9577\u5ea6\u5fc5\u9808\u70ba 10 \u6216 11 \u4f4d\u6578","boletobancario.btnLabel":"\u7522\u751f Boleto","boleto.sendCopyToEmail":"\u5c07\u8907\u672c\u50b3\u9001\u81f3\u6211\u7684\u96fb\u5b50\u90f5\u4ef6","button.copy":"\u8907\u88fd","button.download":"\u4e0b\u8f09","boleto.socialSecurityNumber.invalid":"\u6b04\u4f4d\u7121\u6548","creditCard.storedCard.description.ariaLabel":"\u5df2\u5132\u5b58\u4ee5 %@ \u7d50\u5c3e\u7684\u4fe1\u7528\u5361","voucher.entity":"\u5be6\u9ad4",donateButton:"\u6350\u8d08",notNowButton:"\u7a0d\u5f8c\u518d\u8aaa",thanksForYourSupport:"\u611f\u8b1d\u60a8\u7684\u652f\u6301\uff01",preauthorizeWith:"\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u9032\u884c\u9810\u5148\u6388\u6b0a\uff1a",confirmPreauthorization:"\u78ba\u8a8d\u9810\u5148\u6388\u6b0a",confirmPurchase:"\u78ba\u8a8d\u8cfc\u8cb7",applyGiftcard:"\u514c\u63db",giftcardBalance:"\u79ae\u54c1\u5361\u9918\u984d",deductedBalance:"\u6263\u9664\u9918\u984d","creditCard.pin.title":"\u6578\u5b57\u5bc6\u78bc","creditCard.encryptedPassword.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","creditCard.encryptedPassword.placeholder":"12","creditCard.encryptedPassword.invalid":"\u5bc6\u78bc\u7121\u6548","creditCard.taxNumber":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc","creditCard.taxNumber.label":"\u6301\u5361\u4eba\u751f\u65e5\uff08\u5e74\u6708\u65e5\uff09\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.labelAlt":"\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.invalid":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\u7121\u6548","storedPaymentMethod.disable.button":"\u79fb\u9664","storedPaymentMethod.disable.confirmation":"\u79fb\u9664\u5df2\u5132\u5b58\u4ed8\u6b3e\u65b9\u5f0f","storedPaymentMethod.disable.confirmButton":"\u662f\uff0c\u8acb\u79fb\u9664","storedPaymentMethod.disable.cancelButton":"\u53d6\u6d88","ach.bankAccount":"\u9280\u884c\u5e33\u6236","ach.accountHolderNameField.title":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","ach.accountHolderNameField.placeholder":"J. Smith","ach.accountHolderNameField.invalid":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","ach.accountNumberField.title":"\u5e33\u6236\u865f\u78bc","ach.accountNumberField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","ach.accountLocationField.title":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f","ach.accountLocationField.invalid":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","select.state":"\u9078\u53d6\u5dde","select.stateOrProvince":"\u9078\u64c7\u5dde\u6216\u7701","select.provinceOrTerritory":"\u9078\u53d6\u7701\u6216\u5730\u5340","select.country":"\u9078\u64c7\u570b\u5bb6\uff0f\u5730\u5340","select.noOptionsFound":"\u627e\u4e0d\u5230\u4efb\u4f55\u9078\u9805","select.filter.placeholder":"\u641c\u5c0b\u2026\u2026","telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7121\u6548",qrCodeOrApp:"\u6216","paypal.processingPayment":"\u6b63\u5728\u8655\u7406\u4ed8\u6b3e\u2026\u2026",generateQRCode:"\u7522\u751f QR \u4ee3\u78bc","await.waitForConfirmation":"\u6b63\u5728\u7b49\u5019\u78ba\u8a8d","mbway.confirmPayment":"\u5728 MB WAY \u61c9\u7528\u7a0b\u5f0f\u4e0a\u78ba\u8a8d\u60a8\u7684\u4ed8\u6b3e","shopperEmail.invalid":"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u7121\u6548","dateOfBirth.format":"\u65e5\uff0f\u6708\uff0f\u5e74","dateOfBirth.invalid":"\u60a8\u5fc5\u9808\u5e74\u6eff 18 \u6b72","blik.confirmPayment":"\u958b\u555f\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4ee5\u78ba\u8a8d\u4ed8\u6b3e\u3002","blik.invalid":"\u8f38\u5165 6 \u500b\u6578\u5b57","blik.code":"6 \u4f4d\u6578\u4ee3\u78bc","blik.help":"\u5f9e\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4e2d\u7372\u53d6\u4ee3\u78bc\u3002","swish.pendingMessage":"\u6383\u63cf\u5f8c\uff0c\u8a72\u5f85\u5b8c\u6210\u72c0\u614b\u53ef\u80fd\u6301\u7e8c\u9577\u9054 10 \u5206\u9418\u3002\u8a66\u5716\u5728\u9019\u6bb5\u6642\u9593\u5167\u518d\u6b21\u4ed8\u6b3e\u53ef\u80fd\u6703\u5c0e\u81f4\u591a\u91cd\u6536\u8cbb\u3002","error.va.gen.01":"\u4e0d\u5b8c\u6574\u6b04\u4f4d","error.va.gen.02":"\u6b04\u4f4d\u7121\u6548","error.va.sf-cc-num.01":"\u4fe1\u7528\u5361\u865f\u78bc\u7121\u6548","error.va.sf-cc-num.03":"\u8f38\u5165\u4e86\u4e0d\u652f\u63f4\u7684\u5361","error.va.sf-cc-dat.01":"\u5361\u592a\u820a","error.va.sf-cc-dat.02":"\u672a\u4f86\u65e5\u671f\u8ddd\u4eca\u592a\u4e45","error.va.sf-cc-dat.03":"\u60a8\u7684\u5361\u6703\u65bc\u4ed8\u6b3e\u65e5\u671f\u524d\u5230\u671f","error.va.sf-ach-num.01":"\u5e33\u6236\u865f\u78bc\u7121\u6548","error.va.sf-ach-loc.01":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","error.va.sf-kcp-pwd.01":"\u5bc6\u78bc\u7121\u6548","error.giftcard.no-balance":"\u6b64\u79ae\u54c1\u5361\u7684\u9918\u984d\u70ba\u96f6","error.giftcard.card-error":"\u6211\u5011\u7684\u8a18\u9304\u4e2d\u4e26\u6c92\u6709\u9019\u500b\u865f\u78bc\u7684\u79ae\u54c1\u5361","error.giftcard.currency-error":"\u79ae\u54c1\u5361\u53ea\u80fd\u4ee5\u5176\u7c3d\u767c\u6642\u6240\u4f7f\u7528\u7684\u8ca8\u5e63\u9032\u884c\u7d50\u7b97","amazonpay.signout":"\u5f9e Amazon \u767b\u51fa","amazonpay.changePaymentDetails":"\u8b8a\u66f4\u4ed8\u6b3e\u660e\u7d30","partialPayment.warning":"\u9078\u53d6\u5176\u4ed6\u4ed8\u6b3e\u65b9\u5f0f\u4f86\u652f\u4ed8\u9918\u984d","partialPayment.remainingBalance":"\u9918\u984d\u5c07\u70ba %{amount}","bankTransfer.beneficiary":"\u53d7\u6b3e\u4eba","bankTransfer.iban":"IBAN","bankTransfer.bic":"BIC","bankTransfer.reference":"\u53c3\u7167","bankTransfer.introduction":"\u7e7c\u7e8c\u5efa\u7acb\u65b0\u7684\u9280\u884c\u8f49\u5e33\u4ed8\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u87a2\u5e55\u4e2d\u7684\u8a73\u7d30\u8cc7\u8a0a\u4f86\u5b8c\u6210\u6b64\u9805\u4ed8\u6b3e\u3002","bankTransfer.instructions":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","bacs.accountHolderName":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","bacs.accountHolderName.invalid":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","bacs.accountNumber":"\u9280\u884c\u5e33\u6236\u865f\u78bc","bacs.accountNumber.invalid":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u7121\u6548","bacs.bankLocationId":"\u9280\u884c\u4ee3\u78bc","bacs.bankLocationId.invalid":"\u9280\u884c\u4ee3\u78bc\u7121\u6548","bacs.consent.amount":"\u6211\u540c\u610f\u5f9e\u6211\u7684\u9280\u884c\u5e33\u6236\u6263\u9664\u4e0a\u8ff0\u91d1\u984d\u3002","bacs.consent.account":"\u6211\u78ba\u8a8d\u8a72\u5e33\u6236\u4ee5\u6211\u7684\u540d\u7fa9\u958b\u8a2d\uff0c\u4e26\u4e14\u6211\u662f\u6388\u6b0a\u5f9e\u8a72\u5e33\u6236\u76f4\u63a5\u6263\u6b3e\u7684\u552f\u4e00\u7c3d\u7f72\u4eba\u3002",edit:"\u7de8\u8f2f","bacs.confirm":"\u78ba\u8a8d\u4e26\u652f\u4ed8","bacs.result.introduction":"\u4e0b\u8f09\u60a8\u7684\u76f4\u63a5\u6263\u6b3e\u6307\u793a\uff08DDI\uff0f\u6388\u6b0a\uff09","download.pdf":"\u4e0b\u8f09 PDF","creditCard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u5361\u865f\u7684 IFrame","creditCard.encryptedCardNumber.aria.label":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.encryptedExpiryDate.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u65e5\u671f\u7684 IFrame","creditCard.encryptedExpiryDate.aria.label":"\u5230\u671f\u65e5\u671f","creditCard.encryptedExpiryMonth.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u6708\u4efd\u7684 IFrame","creditCard.encryptedExpiryMonth.aria.label":"\u5230\u671f\u6708\u4efd","creditCard.encryptedExpiryYear.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u5e74\u4efd\u7684 IFrame","creditCard.encryptedExpiryYear.aria.label":"\u5230\u671f\u5e74\u4efd","creditCard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u5361\u5b89\u5168\u78bc\u7684 IFrame","creditCard.encryptedSecurityCode.aria.label":"\u5b89\u5168\u78bc","creditCard.encryptedPassword.aria.iframeTitle":"\u5b89\u5168\u5361\u5bc6\u78bc\u7684 IFrame","creditCard.encryptedPassword.aria.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","giftcard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u865f\u7684 IFrame","giftcard.encryptedCardNumber.aria.label":"\u79ae\u54c1\u5361\u865f","giftcard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u5b89\u5168\u78bc\u7684 IFrame","giftcard.encryptedSecurityCode.aria.label":"\u79ae\u54c1\u5361\u5b89\u5168\u78bc",giftcardTransactionLimit:"\u6b64\u79ae\u54c1\u5361\u6bcf\u7b46\u4ea4\u6613\u7684\u91d1\u984d\u4e0a\u9650\u70ba %{amount}","ach.encryptedBankAccountNumber.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u5e33\u6236\u865f\u78bc\u7684 IFrame","ach.encryptedBankAccountNumber.aria.label":"\u9280\u884c\u5e33\u6236","ach.encryptedBankLocationId.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7684 IFrame","ach.encryptedBankLocationId.aria.label":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f","twint.saved":"\u5132\u5b58\u7684",orPayWith:"\u6216\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u652f\u4ed8\uff1a",invalidFormatExpects:"\u683c\u5f0f\u7121\u6548\u3002\u683c\u5f0f\u5fc5\u9808\u70ba\uff1a%{format}"};export{e as default};
@@ -1,20 +1,7 @@
1
1
  import OpenInvoiceContainer from '../helpers/OpenInvoiceContainer';
2
+ import { OpenInvoiceContainerProps } from "../helpers/OpenInvoiceContainer/OpenInvoiceContainer";
2
3
  export default class AfterPayB2B extends OpenInvoiceContainer {
3
4
  static type: string;
4
- protected static defaultProps: {
5
- onChange: () => void;
6
- data: {
7
- companyDetails: {};
8
- personalDetails: {};
9
- billingAddress: {};
10
- deliveryAddress: {};
11
- };
12
- visibility: {
13
- companyDetails: string;
14
- personalDetails: string;
15
- billingAddress: string;
16
- deliveryAddress: string;
17
- };
18
- };
5
+ protected static defaultProps: OpenInvoiceContainerProps;
19
6
  formatProps(props: any): any;
20
7
  }
@@ -0,0 +1,5 @@
1
+ import OpenInvoiceContainer from '../helpers/OpenInvoiceContainer';
2
+ export default class Atome extends OpenInvoiceContainer {
3
+ static type: string;
4
+ formatProps(props: any): any;
5
+ }
@@ -0,0 +1,22 @@
1
+ export declare const ALLOWED_COUNTRIES: string[];
2
+ /**
3
+ * Creates Address Specification for each country that Atome supports.
4
+ *
5
+ * This custom specification is needed in order to create the desired layout of the Atome billing address part. The usage of the
6
+ * 'default' layout specification from the Address component does not align correctly the available fields, therefore we need to
7
+ * create this customization.
8
+ */
9
+ export declare const BILLING_ADDRESS_SPECIFICATION: {
10
+ [x: string]: {
11
+ hasDataset?: boolean;
12
+ labels?: import("../internal/Address/types").StringObject;
13
+ optionalFields?: ("street" | "houseNumberOrName" | "postalCode" | "city" | "stateOrProvince" | "country")[];
14
+ placeholders?: import("../internal/Address/types").StringObject;
15
+ schema?: import("../internal/Address/types").AddressSchema;
16
+ } | {
17
+ labels: {
18
+ street: string;
19
+ };
20
+ schema: ("street" | ((number | "postalCode")[] | (number | "country")[])[])[];
21
+ };
22
+ };
@@ -0,0 +1 @@
1
+ export { default } from './Atome';
@@ -5,6 +5,7 @@ declare class BancontactElement extends CardElement {
5
5
  protected static defaultProps: {
6
6
  brands: string[];
7
7
  onBinLookup: () => void;
8
+ showBrandsUnderCardNumber: boolean;
8
9
  SRConfig: {};
9
10
  };
10
11
  /**
@@ -43,6 +44,8 @@ declare class BancontactElement extends CardElement {
43
44
  };
44
45
  brand?: string;
45
46
  brands?: string[];
47
+ showBrandsUnderCardNumber?: boolean;
48
+ showBrandIcon?: boolean;
46
49
  enableStoreDetails?: boolean;
47
50
  hideCVC?: boolean;
48
51
  hasHolderName?: boolean;
@@ -6,6 +6,7 @@ export declare class CardElement extends UIElement<CardElementProps> {
6
6
  static type: string;
7
7
  protected static defaultProps: {
8
8
  onBinLookup: () => void;
9
+ showBrandsUnderCardNumber: boolean;
9
10
  SRConfig: {};
10
11
  };
11
12
  setComponentRef: (ref: any) => void;
@@ -38,6 +39,8 @@ export declare class CardElement extends UIElement<CardElementProps> {
38
39
  };
39
40
  brand?: string;
40
41
  brands?: string[];
42
+ showBrandsUnderCardNumber?: boolean;
43
+ showBrandIcon?: boolean;
41
44
  enableStoreDetails?: boolean;
42
45
  hideCVC?: boolean;
43
46
  hasHolderName?: boolean;
@@ -46,11 +49,7 @@ export declare class CardElement extends UIElement<CardElementProps> {
46
49
  onFieldValid?: (event: import("../internal/SecuredFields/lib/types").CbObjOnFieldValid) => void;
47
50
  onBrand?: (event: import("../internal/SecuredFields/lib/types").CbObjOnBrand) => void;
48
51
  onError?: (event: import("../internal/SecuredFields/lib/types").CbObjOnError) => void;
49
- onFocus?: (event: import("../internal/SecuredFields/lib/types").CbObjOnFocus) => void; /**
50
- * this.props.brand is never set for the generic card only for a 'dedicated' single-branded card e.g. bcmc
51
- * this.state.selectedBrandValue will be set when /binLookup detects a single brand &/or when /binLookup detects a dual-branded card and
52
- * the shopper makes a brand selection
53
- */
52
+ onFocus?: (event: import("../internal/SecuredFields/lib/types").CbObjOnFocus) => void;
54
53
  onBinValue?: (event: import("../internal/SecuredFields/lib/types").CbObjOnBinValue) => void;
55
54
  onBinLookup?: (event: CbObjOnBinLookup) => void;
56
55
  session?: {
@@ -0,0 +1,10 @@
1
+ import { h } from 'preact';
2
+ import './AvailableBrands.scss';
3
+ import { BrandConfiguration } from '../../../../types';
4
+ declare type AvailableBrands = Array<BrandConfiguration>;
5
+ interface PaymentMethodBrandsProps {
6
+ brands: AvailableBrands;
7
+ activeBrand: string;
8
+ }
9
+ declare const AvailableBrands: ({ brands, activeBrand }: PaymentMethodBrandsProps) => h.JSX.Element;
10
+ export default AvailableBrands;
@@ -0,0 +1 @@
1
+ export { default } from './AvailableBrands';
@@ -1,3 +1,3 @@
1
1
  import { h } from 'preact';
2
2
  import { CardFieldsProps } from './types';
3
- export default function CardFields({ brand, brandsConfiguration, dualBrandingElements, dualBrandingChangeHandler, dualBrandingSelected, errors, focusedElement, hasCVC, cvcPolicy, expiryDatePolicy, onFocusField, showBrandIcon, valid }: CardFieldsProps): h.JSX.Element;
3
+ export default function CardFields({ brand, brandsIcons, brandsConfiguration, dualBrandingElements, dualBrandingChangeHandler, dualBrandingSelected, errors, focusedElement, hasCVC, cvcPolicy, expiryDatePolicy, onFocusField, showBrandIcon, showBrandsUnderCardNumber, valid }: CardFieldsProps): h.JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import { h } from 'preact';
2
- export declare const CardFieldsWrapper: ({ data, valid, errors, handleChangeFor, sfpState, setFocusOn, collateErrors, errorFieldId, cvcPolicy, focusedElement, hasInstallments, handleInstallments, showAmountsInInstallments, mergedSRErrors, moveFocus, showPanel, handleErrorPanelFocus, formData, formErrors, formValid, expiryDatePolicy, dualBrandSelectElements, extensions, selectedBrandValue, showKCP, showBrazilianSSN, socialSecurityNumber, handleOnStoreDetails, billingAddress, handleAddress, billingAddressRef, amount, billingAddressRequired, billingAddressRequiredFields, billingAddressAllowedCountries, brandsConfiguration, enableStoreDetails, hasCVC, hasHolderName, holderNameRequired, installmentOptions, placeholders, positionHolderNameOnTop, showBrandIcon }: {
2
+ export declare const CardFieldsWrapper: ({ data, valid, errors, handleChangeFor, sfpState, setFocusOn, collateErrors, errorFieldId, cvcPolicy, focusedElement, hasInstallments, handleInstallments, showAmountsInInstallments, brandsIcons, mergedSRErrors, moveFocus, showPanel, handleErrorPanelFocus, formData, formErrors, formValid, expiryDatePolicy, dualBrandSelectElements, extensions, selectedBrandValue, showKCP, showBrazilianSSN, socialSecurityNumber, handleOnStoreDetails, billingAddress, handleAddress, billingAddressRef, amount, billingAddressRequired, billingAddressRequiredFields, billingAddressAllowedCountries, brandsConfiguration, enableStoreDetails, hasCVC, hasHolderName, holderNameRequired, installmentOptions, placeholders, positionHolderNameOnTop, showBrandIcon, showBrandsUnderCardNumber }: {
3
3
  data: any;
4
4
  valid: any;
5
5
  errors: any;
@@ -13,6 +13,7 @@ export declare const CardFieldsWrapper: ({ data, valid, errors, handleChangeFor,
13
13
  hasInstallments: any;
14
14
  handleInstallments: any;
15
15
  showAmountsInInstallments: any;
16
+ brandsIcons: any;
16
17
  mergedSRErrors: any;
17
18
  moveFocus: any;
18
19
  showPanel: any;
@@ -44,4 +45,5 @@ export declare const CardFieldsWrapper: ({ data, valid, errors, handleChangeFor,
44
45
  placeholders: any;
45
46
  positionHolderNameOnTop: any;
46
47
  showBrandIcon: any;
48
+ showBrandsUnderCardNumber: any;
47
49
  }) => h.JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import { PaymentAmount } from '../../../../../types';
2
- import { CardBrandsConfiguration } from '../../../types';
2
+ import { BrandConfiguration, CardBrandsConfiguration } from '../../../types';
3
3
  import { ComponentChildren } from 'preact';
4
4
  import { CVCPolicyType, DatePolicyType } from '../../../../internal/SecuredFields/lib/types';
5
5
  export interface BrandIconProps {
@@ -8,6 +8,7 @@ export interface BrandIconProps {
8
8
  }
9
9
  export interface CardFieldsProps {
10
10
  brand?: string;
11
+ brandsIcons?: Array<BrandConfiguration>;
11
12
  brandsConfiguration?: CardBrandsConfiguration;
12
13
  dualBrandingChangeHandler?: any;
13
14
  dualBrandingElements?: any;
@@ -19,6 +20,7 @@ export interface CardFieldsProps {
19
20
  expiryDatePolicy?: DatePolicyType;
20
21
  onFocusField?: any;
21
22
  showBrandIcon?: boolean;
23
+ showBrandsUnderCardNumber: boolean;
22
24
  valid?: any;
23
25
  }
24
26
  export interface CardHolderNameProps {
@@ -7,6 +7,7 @@ declare const _default: {
7
7
  enableStoreDetails: boolean;
8
8
  hasCVC: boolean;
9
9
  showBrandIcon: boolean;
10
+ showBrandsUnderCardNumber: boolean;
10
11
  positionHolderNameOnTop: boolean;
11
12
  billingAddressRequired: boolean;
12
13
  billingAddressRequiredFields: string[];
@@ -1,5 +1,5 @@
1
1
  import Language from '../../../../language/Language';
2
- import { BinLookupResponse, CardBrandsConfiguration, CardConfiguration, DualBrandSelectElement } from '../../types';
2
+ import { BinLookupResponse, BrandConfiguration, CardBrandsConfiguration, CardConfiguration, DualBrandSelectElement } from '../../types';
3
3
  import { PaymentAmount } from '../../../../types';
4
4
  import { InstallmentOptions } from './components/types';
5
5
  import { ValidationResult } from '../../../internal/PersonalDetails/types';
@@ -52,6 +52,7 @@ export interface CardInputProps {
52
52
  brand?: string;
53
53
  brands?: string[];
54
54
  brandsConfiguration?: CardBrandsConfiguration;
55
+ brandsIcons: Array<BrandConfiguration>;
55
56
  clientKey: string;
56
57
  configuration?: CardConfiguration;
57
58
  countryCode?: string;
@@ -90,6 +91,7 @@ export interface CardInputProps {
90
91
  placeholders?: Placeholders;
91
92
  positionHolderNameOnTop?: boolean;
92
93
  setComponentRef?: (ref: any) => void;
94
+ showBrandsUnderCardNumber: boolean;
93
95
  showBrandIcon?: boolean;
94
96
  showInstallmentAmounts?: boolean;
95
97
  showPayButton?: boolean;
@@ -26,6 +26,7 @@ export declare const extractPropsForCardFields: (props: CardInputProps) => {
26
26
  };
27
27
  positionHolderNameOnTop: boolean;
28
28
  showBrandIcon: boolean;
29
+ showBrandsUnderCardNumber: boolean;
29
30
  lastFour: string;
30
31
  expiryMonth: string;
31
32
  expiryYear: string;
@@ -19,6 +19,16 @@ export interface CardElementProps extends UIElementProps {
19
19
  type?: string;
20
20
  /** List of brands accepted by the component */
21
21
  brands?: string[];
22
+ /**
23
+ * Show/hide available card brands under the Card number field
24
+ * @defaultValue `false`
25
+ */
26
+ showBrandsUnderCardNumber?: boolean;
27
+ /**
28
+ * Show/hide the brand logo when the card brand has been recognized
29
+ * @defaultValue `true`
30
+ */
31
+ showBrandIcon?: boolean;
22
32
  /** Show/hide the "store details" checkbox */
23
33
  enableStoreDetails?: boolean;
24
34
  /** Show/hide the CVC field - merchant set config option */
@@ -86,10 +96,12 @@ export interface CardConfiguration {
86
96
  icon?: string;
87
97
  brandsConfiguration?: CardBrandsConfiguration;
88
98
  }
99
+ export interface BrandConfiguration {
100
+ name: string;
101
+ icon?: string;
102
+ }
89
103
  export interface CardBrandsConfiguration {
90
- [key: string]: {
91
- icon?: string;
92
- };
104
+ [key: string]: BrandConfiguration;
93
105
  }
94
106
  interface CardPaymentMethodData {
95
107
  type: string;
@@ -0,0 +1,8 @@
1
+ import { h } from 'preact';
2
+ import { BrandConfiguration } from '../../../../Card/types';
3
+ interface CompactViewProps {
4
+ brands: Array<BrandConfiguration>;
5
+ isPaymentMethodSelected: boolean;
6
+ }
7
+ declare const CompactView: ({ brands, isPaymentMethodSelected }: CompactViewProps) => h.JSX.Element;
8
+ export default CompactView;
@@ -0,0 +1,10 @@
1
+ import { h } from 'preact';
2
+ import { BrandConfiguration } from '../../../../Card/types';
3
+ interface PaymentMethodBrandsProps {
4
+ brands: Array<BrandConfiguration>;
5
+ isPaymentMethodSelected: boolean;
6
+ activeBrand?: string;
7
+ isCompactView?: boolean;
8
+ }
9
+ declare const PaymentMethodBrands: ({ activeBrand, brands, isPaymentMethodSelected, isCompactView }: PaymentMethodBrandsProps) => h.JSX.Element;
10
+ export default PaymentMethodBrands;
@@ -0,0 +1 @@
1
+ export { default } from './PaymentMethodBrands';
@@ -24,6 +24,7 @@ declare class PaymentMethodItem extends Component<PaymentMethodItemProps> {
24
24
  };
25
25
  state: {
26
26
  showDisableStoredPaymentMethodConfirmation: boolean;
27
+ activeBrand: any;
27
28
  };
28
29
  isMouseDown: boolean;
29
30
  onFocus: () => void;
@@ -43,7 +44,7 @@ declare class PaymentMethodItem extends Component<PaymentMethodItemProps> {
43
44
  onSelect: any;
44
45
  standalone: any;
45
46
  }, { activeBrand }: {
46
- activeBrand?: any;
47
+ activeBrand: any;
47
48
  }): h.JSX.Element;
48
49
  }
49
50
  export default PaymentMethodItem;
@@ -149,6 +149,7 @@ export interface PaypalSettings {
149
149
  vault?: boolean;
150
150
  'client-id': string;
151
151
  'integration-date': string;
152
+ 'enable-funding': string;
152
153
  components: string;
153
154
  }
154
155
  export declare type SupportedLocale = typeof SUPPORTED_LOCALES[number];
@@ -0,0 +1,5 @@
1
+ import OpenInvoiceContainer from '../helpers/OpenInvoiceContainer';
2
+ export default class RatePayDirectDebit extends OpenInvoiceContainer {
3
+ static type: string;
4
+ formatProps(props: any): any;
5
+ }
@@ -3,7 +3,7 @@ import BaseElement from './BaseElement';
3
3
  import { Order, PaymentAction } from '../types';
4
4
  import { IUIElement, UIElementProps } from './types';
5
5
  import AdyenCheckoutError from '../core/Errors/AdyenCheckoutError';
6
- import type { UIElementStatus } from './types';
6
+ import { UIElementStatus } from './types';
7
7
  export declare class UIElement<P extends UIElementProps = any> extends BaseElement<P> implements IUIElement {
8
8
  protected componentRef: any;
9
9
  elementRef: any;
@@ -1,21 +1,14 @@
1
1
  import { h } from 'preact';
2
2
  import UIElement from '../../UIElement';
3
- export default class OpenInvoiceContainer extends UIElement {
4
- protected static defaultProps: {
5
- onChange: () => void;
6
- data: {
7
- companyDetails: {};
8
- personalDetails: {};
9
- billingAddress: {};
10
- deliveryAddress: {};
11
- };
12
- visibility: {
13
- companyDetails: string;
14
- personalDetails: string;
15
- billingAddress: string;
16
- deliveryAddress: string;
17
- };
18
- };
3
+ import { OpenInvoiceProps } from '../../internal/OpenInvoice/types';
4
+ import { AddressSpecifications } from '../../internal/Address/types';
5
+ export interface OpenInvoiceContainerProps extends Partial<OpenInvoiceProps> {
6
+ consentCheckboxLabel?: h.JSX.Element;
7
+ billingAddressRequiredFields?: string[];
8
+ billingAddressSpecification?: AddressSpecifications;
9
+ }
10
+ export default class OpenInvoiceContainer extends UIElement<OpenInvoiceContainerProps> {
11
+ protected static defaultProps: OpenInvoiceContainerProps;
19
12
  /**
20
13
  * Returns whether the component state is valid or not
21
14
  */
@@ -1,6 +1,7 @@
1
1
  import { AfterPay, AfterPayB2B } from './AfterPay';
2
2
  import AmazonPay from './AmazonPay';
3
3
  import ApplePay from './ApplePay';
4
+ import Atome from './Atome';
4
5
  import { BillDeskOnline, BillDeskWallet } from './BillDesk';
5
6
  import Card from './Card';
6
7
  import Bancontact from './Card/Bancontact';
@@ -47,6 +48,7 @@ import Klarna from './Klarna';
47
48
  import Twint from './Twint';
48
49
  import MealVoucherFR from './MealVoucherFR';
49
50
  import OnlineBankingINElement from './OnlineBankingIN';
51
+ import RatePayDirectDebit from "./RatePay/RatePayDirectDebit";
50
52
  /**
51
53
  * Maps each component with a Component element.
52
54
  */
@@ -60,6 +62,7 @@ declare const componentsMap: {
60
62
  amazonpay: typeof AmazonPay;
61
63
  amex: typeof Card;
62
64
  applepay: typeof ApplePay;
65
+ atome: typeof Atome;
63
66
  bankTransfer_IBAN: typeof BankTransfer;
64
67
  bcmc: typeof Bancontact;
65
68
  bcmc_mobile: typeof BcmcMobile;
@@ -133,6 +136,7 @@ declare const componentsMap: {
133
136
  pix: typeof Pix;
134
137
  qiwiwallet: typeof QiwiWallet;
135
138
  ratepay: typeof RatePay;
139
+ ratepay_directdebit: typeof RatePayDirectDebit;
136
140
  redirect: typeof Redirect;
137
141
  securedfields: typeof SecuredFields;
138
142
  sepadirectdebit: typeof Sepa;
@@ -1,4 +1,5 @@
1
1
  import { AddressSpecifications } from './types';
2
2
  export declare const FALLBACK_VALUE = "N/A";
3
3
  export declare const ADDRESS_SCHEMA: readonly ["street", "houseNumberOrName", "postalCode", "city", "stateOrProvince", "country"];
4
+ export declare const STREET: "street", HOUSE_NUMBER_OR_NAME: "houseNumberOrName", POSTAL_CODE: "postalCode", CITY: "city", STATE_OR_PROVINCE: "stateOrProvince", COUNTRY: "country";
4
5
  export declare const ADDRESS_SPECIFICATIONS: AddressSpecifications;
@@ -4,24 +4,24 @@ import { ButtonProps, ButtonState } from './types';
4
4
  declare class Button extends Component<ButtonProps, ButtonState> {
5
5
  static defaultProps: {
6
6
  status: string;
7
+ variant: string;
7
8
  disabled: boolean;
8
9
  label: string;
9
- secondary: boolean;
10
10
  inline: boolean;
11
11
  target: string;
12
12
  onClick: () => void;
13
13
  };
14
14
  onClick: (e: any) => void;
15
15
  complete: (delay?: number) => void;
16
- render({ classNameModifiers, disabled, href, icon, secondary, inline, label, status }: {
16
+ render({ classNameModifiers, disabled, href, icon, inline, label, status, variant }: {
17
17
  classNameModifiers?: any[];
18
18
  disabled: any;
19
19
  href: any;
20
20
  icon: any;
21
- secondary: any;
22
21
  inline: any;
23
22
  label: any;
24
23
  status: any;
24
+ variant: any;
25
25
  }, { completed }: {
26
26
  completed: any;
27
27
  }): h.JSX.Element;
@@ -4,10 +4,10 @@ export interface ButtonProps {
4
4
  * Class name modifiers will be used as: `adyen-checkout__image--${modifier}`
5
5
  */
6
6
  classNameModifiers?: string[];
7
+ variant: 'primary' | 'secondary' | 'ghost' | 'action';
7
8
  disabled?: boolean;
8
9
  label?: string;
9
10
  icon?: string;
10
- secondary?: boolean;
11
11
  inline?: boolean;
12
12
  href?: string;
13
13
  target?: string;
@@ -1,33 +1,5 @@
1
- import { Component, h } from 'preact';
1
+ import { FunctionalComponent } from 'preact';
2
+ import { FieldProps } from './types';
2
3
  import './Field.scss';
3
- import { FieldProps, FieldState } from './types';
4
- declare class Field extends Component<FieldProps, FieldState> {
5
- private readonly uniqueId;
6
- constructor(props: any);
7
- onFocus(e: any): void;
8
- onBlur(e: any): void;
9
- static getDerivedStateFromProps(nextProps: any, prevState: any): {
10
- focused: any;
11
- filled?: undefined;
12
- } | {
13
- filled: any;
14
- focused?: undefined;
15
- };
16
- render({ className, classNameModifiers, children, errorMessage, helper, inputWrapperModifiers, isLoading, isValid, label, dualBrandingElements, dir, name, showValidIcon, isCollatingErrors }: {
17
- className?: string;
18
- classNameModifiers?: any[];
19
- children: any;
20
- errorMessage: any;
21
- helper: any;
22
- inputWrapperModifiers?: any[];
23
- isLoading: any;
24
- isValid: any;
25
- label: any;
26
- dualBrandingElements: any;
27
- dir: any;
28
- name: any;
29
- showValidIcon: any;
30
- isCollatingErrors: any;
31
- }): h.JSX.Element;
32
- }
4
+ declare const Field: FunctionalComponent<FieldProps>;
33
5
  export default Field;
@@ -12,7 +12,6 @@ export interface FieldProps {
12
12
  isLoading?: boolean;
13
13
  isValid?: boolean;
14
14
  label?: string | Component;
15
- dualBrandingElements?: any;
16
15
  onBlur?: any;
17
16
  onFocus?: any;
18
17
  onFocusField?: any;
@@ -21,6 +20,7 @@ export interface FieldProps {
21
20
  name?: string;
22
21
  showValidIcon?: boolean;
23
22
  isCollatingErrors?: boolean;
23
+ useLabelElement?: boolean;
24
24
  }
25
25
  export interface FieldState {
26
26
  disabled?: boolean;
@@ -1,12 +1,18 @@
1
1
  import { Component, h } from 'preact';
2
- import './IbanInput.scss';
3
2
  interface IbanInputProps {
4
- holderName?: string;
3
+ holderName?: boolean;
5
4
  placeholders?: any;
6
5
  countryCode?: string;
7
6
  showPayButton?: any;
8
7
  payButton?: any;
9
8
  onChange: (data: any) => void;
9
+ label: string;
10
+ data: IbanData;
11
+ }
12
+ interface IbanData {
13
+ ownerName?: string;
14
+ ibanNumber?: string;
15
+ countryCode?: string;
10
16
  }
11
17
  interface IbanInputState {
12
18
  data: any;
@@ -24,6 +30,7 @@ declare class IbanInput extends Component<IbanInputProps, IbanInputState> {
24
30
  countryCode: any;
25
31
  holderName: boolean;
26
32
  placeholders: {};
33
+ label: any;
27
34
  };
28
35
  setStatus(status: any): void;
29
36
  onChange(): void;
@@ -1,3 +1,4 @@
1
+ export declare type ElectronicFormat = string;
1
2
  /**
2
3
  * @param countryCode -
3
4
  * @returns Example of IBAN Number
@@ -11,3 +12,8 @@ export declare const getIbanCountrySpecification: (countryCode: any) => any;
11
12
  * @returns new cursor position
12
13
  */
13
14
  export declare const getNextCursorPosition: (cursor: any, iban: any, previousIban: any) => any;
15
+ /**
16
+ * @param electronicFormatIban -
17
+ * @returns countryCode string
18
+ */
19
+ export declare const getCountryCode: (electronicFormatIban: ElectronicFormat) => string;