@alipay/ams-checkout 0.0.1755258111-dev.0 → 0.0.1755258862-dev.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 (99) hide show
  1. package/dist/umd/ams-checkout.min.js +1 -1
  2. package/esm/component/channel.d.ts +1 -3
  3. package/esm/component/channel.js +62 -26
  4. package/esm/component/component.inline.style.js +2 -2
  5. package/esm/component/popupWindow.style.d.ts +1 -4
  6. package/esm/component/popupWindow.style.js +2 -37
  7. package/esm/config/index.d.ts +8 -8
  8. package/esm/config/index.js +8 -8
  9. package/esm/constant/index.d.ts +2 -41
  10. package/esm/constant/index.js +5 -43
  11. package/esm/core/component/ckp/index.d.ts +0 -2
  12. package/esm/core/component/ckp/index.js +5 -41
  13. package/esm/core/component/element/index.d.ts +46 -7
  14. package/esm/core/component/element/index.js +923 -31
  15. package/esm/core/component/element/mock.d.ts +0 -4
  16. package/esm/core/component/element/mock.js +1 -365
  17. package/esm/core/component/element/type.d.ts +34 -74
  18. package/esm/core/component/element/type.js +12 -20
  19. package/esm/core/component/index.d.ts +1 -5
  20. package/esm/core/component/index.js +2 -1
  21. package/esm/core/instance/index.d.ts +1 -1
  22. package/esm/core/instance/index.js +1 -1
  23. package/esm/foundation/core/index.d.ts +1 -9
  24. package/esm/foundation/core/index.js +49 -153
  25. package/esm/foundation/index.d.ts +0 -20
  26. package/esm/foundation/index.js +2 -13
  27. package/esm/foundation/product-processor/easysafepay/deps.d.ts +1 -3
  28. package/esm/foundation/product-processor/easysafepay/deps.js +1 -3
  29. package/esm/foundation/product-processor/easysafepay/index.d.ts +0 -5
  30. package/esm/foundation/product-processor/easysafepay/index.js +138 -266
  31. package/esm/foundation/service/container/index.d.ts +3 -14
  32. package/esm/foundation/service/container/index.js +25 -178
  33. package/esm/foundation/service/container/popup.d.ts +7 -10
  34. package/esm/foundation/service/container/popup.js +1 -3
  35. package/esm/foundation/service/event-center.js +0 -1
  36. package/esm/foundation/service/log/keys.js +1 -3
  37. package/esm/foundation/service/log/types.d.ts +0 -1
  38. package/esm/foundation/service/requester/requester.js +37 -17
  39. package/esm/foundation/utils/preload_helper.d.ts +2 -2
  40. package/esm/foundation/utils/preload_helper.js +4 -8
  41. package/esm/foundation/utils/redirect_utils.js +18 -34
  42. package/esm/foundation/utils/web_app_url_utils.d.ts +1 -71
  43. package/esm/foundation/utils/web_app_url_utils.js +8 -219
  44. package/esm/index.d.ts +4 -7
  45. package/esm/index.js +48 -98
  46. package/esm/plugin/component/cashierApp.d.ts +1 -1
  47. package/esm/plugin/component/cashierApp.js +5 -5
  48. package/esm/plugin/component/channel.d.ts +1 -3
  49. package/esm/plugin/component/channel.js +12 -10
  50. package/esm/plugin/component/index.js +44 -47
  51. package/esm/plugin/type.d.ts +1 -1
  52. package/esm/request/index.js +2 -2
  53. package/esm/types/index.d.ts +3 -37
  54. package/esm/types/index.js +2 -10
  55. package/esm/util/index.d.ts +1 -8
  56. package/esm/util/index.js +3 -31
  57. package/esm/util/spm-map.d.ts +4 -18
  58. package/esm/util/spm-map.js +6 -20
  59. package/package.json +4 -27
  60. package/esm/constant/easysafepay.d.ts +0 -16
  61. package/esm/constant/easysafepay.js +0 -19
  62. package/esm/core/component/element/elementContainerService/containerService.d.ts +0 -33
  63. package/esm/core/component/element/elementContainerService/containerService.js +0 -123
  64. package/esm/core/component/element/elementContainerService/index.d.ts +0 -20
  65. package/esm/core/component/element/elementContainerService/index.js +0 -63
  66. package/esm/core/component/element/elementController/index.d.ts +0 -27
  67. package/esm/core/component/element/elementController/index.js +0 -493
  68. package/esm/core/component/element/elementProcessor/addressProcessor.d.ts +0 -20
  69. package/esm/core/component/element/elementProcessor/addressProcessor.js +0 -160
  70. package/esm/core/component/element/elementProcessor/authProcessor.d.ts +0 -20
  71. package/esm/core/component/element/elementProcessor/authProcessor.js +0 -125
  72. package/esm/core/component/element/elementProcessor/baseElementProcessor.d.ts +0 -41
  73. package/esm/core/component/element/elementProcessor/baseElementProcessor.js +0 -96
  74. package/esm/core/component/element/elementProcessor/paymentProcessor.d.ts +0 -20
  75. package/esm/core/component/element/elementProcessor/paymentProcessor.js +0 -380
  76. package/esm/core/component/element/util.d.ts +0 -69
  77. package/esm/core/component/element/util.js +0 -477
  78. package/esm/core/component/oldElement/index.d.ts +0 -59
  79. package/esm/core/component/oldElement/index.js +0 -956
  80. package/esm/core/component/oldElement/mock.d.ts +0 -6
  81. package/esm/core/component/oldElement/mock.js +0 -567
  82. package/esm/core/component/oldElement/type.d.ts +0 -354
  83. package/esm/core/component/oldElement/type.js +0 -81
  84. package/esm/foundation/product-processor/autoDebit/deps.d.ts +0 -14
  85. package/esm/foundation/product-processor/autoDebit/deps.js +0 -12
  86. package/esm/foundation/product-processor/autoDebit/index.d.ts +0 -48
  87. package/esm/foundation/product-processor/autoDebit/index.js +0 -466
  88. package/esm/foundation/product-processor/element/index.d.ts +0 -7
  89. package/esm/foundation/product-processor/element/index.js +0 -24
  90. package/esm/util/redirect.d.ts +0 -6
  91. package/esm/util/redirect.js +0 -54
  92. /package/esm/core/component/{oldElement → element}/components/address.d.ts +0 -0
  93. /package/esm/core/component/{oldElement → element}/components/address.js +0 -0
  94. /package/esm/core/component/{oldElement → element}/components/auth.d.ts +0 -0
  95. /package/esm/core/component/{oldElement → element}/components/auth.js +0 -0
  96. /package/esm/core/component/{oldElement → element}/components/payment.d.ts +0 -0
  97. /package/esm/core/component/{oldElement → element}/components/payment.js +0 -0
  98. /package/esm/core/component/{oldElement → element}/utils.d.ts +0 -0
  99. /package/esm/core/component/{oldElement → element}/utils.js +0 -0
@@ -1,10 +1,6 @@
1
- export declare const sdkAction1: any;
2
- export declare const sdkAction2: any;
3
1
  export declare const sdkAction: any;
4
2
  export declare const oneAccount1: any;
5
3
  export declare const oneAccount2: any;
6
4
  export declare const oneAccount: any;
7
5
  export declare const paymentResult: any;
8
6
  export declare const submitResult: any;
9
- export declare const sdkActionUpdate: any;
10
- export declare const oneAccountUpdate: any;
@@ -1,4 +1,4 @@
1
- export var sdkAction1 = {
1
+ export var sdkAction = {
2
2
  accountInfo: {
3
3
  accountStatus: 'EFFECTIVE',
4
4
  email: 'test10@test.com'
@@ -361,10 +361,6 @@ export var sdkAction1 = {
361
361
  },
362
362
  success: true
363
363
  };
364
- export var sdkAction2 = {
365
- success: false
366
- };
367
- export var sdkAction = sdkAction1;
368
364
  export var oneAccount1 = {
369
365
  accountInfo: {
370
366
  accountStatus: 'EFFECTIVE',
@@ -568,364 +564,4 @@ export var submitResult = {
568
564
  locale: 'en_US',
569
565
  preferred: true
570
566
  }]
571
- };
572
- export var sdkActionUpdate = {
573
- amountConfirmRequired: false,
574
- autoDebitWithToken: false,
575
- checkoutSettings: '{\n "addressAutoComplete": true,\n "publicDetail": {\n "legalBusinessName": "Lazada Group",\n "businessName": "Lazada"\n },\n "paymentSettings": {\n "displayExpressCheckout": true,\n "allowPromotion": true,\n "collectCustomerEmail": true,\n "collectCustomerPhoneNo": true,\n "collectShippingPhoneNo": true,\n "collectShippingName": true,\n "displayAntomLogo": true,\n "displayLanguage": true,\n "defaultLanguage": "en_US",\n "redirectToMerchant": true,\n "paymentRedirectUrl": "https://www.baidu.com",\n "customFields": [\n {\n "labelType": "DROPDOWN",\n "labelName": "How did you hear about us?",\n "minLength": 0,\n "maxLength": 255,\n "labelCondition": "REQUIRED",\n "options": [\n "Search engine (Google, Bing, etc.)",\n "Social media",\n "Word of Mouth"\n ],\n "picLink": "http://100.88.104.107:8081/download?bucketName=ipay-ipaycrm-attachment&key=20240409009064IMHaa2545f192c99a8481deaecd9b8ea5ad_2tiZTpB3_20240402143510.jpg&expires=2028172654&accessKeyId=FM49eWrrO8EFqUO4&signature=rnLBSUx4M1I1zPWuZLqInjP79u4%3D&signatureType=OBJECT",\n "picTitle": "picTitle",\n "picTip": "picTip"\n }\n ]\n },\n "displaySettings": {\n "iconUrl": "https://cdn.marmot-cloud.com/storage/2022/8/2/bc7cb991-c8e2-4379-945f-aadae2bdf932.svg",\n "logoUrl": "https://cdn.marmot-cloud.com/storage/2022/9/26/dfd471f3-da7d-4ef1-8486-cfa4301045c6.svg",\n "useLogo": true,\n "themeType": "LIGHT",\n "backgroundColor": "#ffffff",\n "accentColor": "#ffffff",\n "font": "POPPINS",\n "shape": "ROUNDED",\n "displayLayout": "LEFT_ORDER_AND_RIGHT_PAYMENT"\n }\n }',
576
- errorActions: {},
577
- extendInfo: {},
578
- goods: [{
579
- goodsName: 'Goods No.1',
580
- goodsQuantity: '1',
581
- goodsTotalAmount: {
582
- amount: '200.00',
583
- currency: 'PEN',
584
- currencyLabel: 'S/.',
585
- formattedAmount: '200.00',
586
- formattedAmountWithCurrency: 'S/. 200.00',
587
- value: '20000'
588
- },
589
- goodsTotalAmountView: {
590
- currency: 'PEN',
591
- currencyDivider: ' ',
592
- currencyLabel: 'S/.',
593
- currencySymbolPosition: 'L',
594
- formattedValue: '200.00',
595
- value: '200.00'
596
- },
597
- goodsUnitAmount: {
598
- amount: '200.00',
599
- currency: 'PEN',
600
- currencyLabel: 'S/.',
601
- formattedAmount: '200.00',
602
- formattedAmountWithCurrency: 'S/. 200.00',
603
- value: '20000'
604
- },
605
- goodsUnitAmountView: {
606
- currency: 'PEN',
607
- currencyDivider: ' ',
608
- currencyLabel: 'S/.',
609
- currencySymbolPosition: 'L',
610
- formattedValue: '200.00',
611
- value: '200.00'
612
- },
613
- referenceGoodsId: 'amsdm_good_tony_c_20230227_095825_922'
614
- }, {
615
- goodsName: 'Goods No.2',
616
- goodsQuantity: '2',
617
- goodsTotalAmount: {
618
- amount: '40000',
619
- currency: 'KRW',
620
- currencyLabel: '₩',
621
- formattedAmount: '40,000',
622
- formattedAmountWithCurrency: '₩ 40,000',
623
- value: '40000'
624
- },
625
- goodsTotalAmountView: {
626
- currency: 'KRW',
627
- currencyDivider: ' ',
628
- currencyLabel: '₩',
629
- currencySymbolPosition: 'L',
630
- formattedValue: '40,000',
631
- value: '40000'
632
- },
633
- goodsUnitAmount: {
634
- amount: '20000',
635
- currency: 'KRW',
636
- currencyLabel: '₩',
637
- formattedAmount: '20,000',
638
- formattedAmountWithCurrency: '₩ 20,000',
639
- value: '20000'
640
- },
641
- goodsUnitAmountView: {
642
- currency: 'KRW',
643
- currencyDivider: ' ',
644
- currencyLabel: '₩',
645
- currencySymbolPosition: 'L',
646
- formattedValue: '20,000',
647
- value: '20000'
648
- },
649
- referenceGoodsId: 'amsdm_good_tony_c_20230227_095825_922'
650
- }],
651
- links: {
652
- policyInfo: '["{\\"title\\":\\"CheckoutPaymentLegal\\",\\"content\\":[{\\"title\\":\\"CheckoutPaymentLegal\\",\\"content\\":\\"<p>hello<a href=\\\\\\"https://www.baidu.com/\\\\\\"target=\\\\\\"_blank\\\\\\">world</a></p><ol><li>123123123</li><li>123123123123</li></ol>\\"}]}"]',
653
- privacyLink: 'https://render.alipay.com/p/c/180021490000000150/index.html?agreementId=GL00100002',
654
- cookieLink: 'https://render.alipay.com/p/c/180021490000000147/index.html?agreementId=GL00100001'
655
- },
656
- needInstallmentAbility: false,
657
- needOtherElements: true,
658
- orderAmount: {
659
- amount: '200.00',
660
- currency: 'BRL',
661
- currencyLabel: 'R$',
662
- formattedAmount: '200,00',
663
- formattedAmountWithCurrency: 'R$ 200,00',
664
- value: '20000'
665
- },
666
- orderAmountView: {
667
- currency: 'BRL',
668
- currencyDivider: ' ',
669
- currencyLabel: 'R$',
670
- currencySymbolPosition: 'L',
671
- formattedValue: '200.00',
672
- value: '200.00'
673
- },
674
- pageStyle: {
675
- checkoutSettings: '{"addressAutoComplete":false}'
676
- },
677
- paymentAmount: {
678
- amount: '200.00',
679
- currency: 'BRL',
680
- currencyLabel: 'R$',
681
- formattedAmount: '200,00',
682
- formattedAmountWithCurrency: 'R$ 200,00',
683
- value: '20000'
684
- },
685
- paymentAmountView: {
686
- currency: 'BRL',
687
- currencyDivider: ' ',
688
- currencyLabel: 'R$',
689
- currencySymbolPosition: 'L',
690
- formattedValue: '200.00',
691
- value: '200.00'
692
- },
693
- paymentMethods: [{
694
- antomPage: 'paymentMetaPage',
695
- category: 'CARD',
696
- icon: 'https://gw.alipay.com/icon/medium/default/ALIPAY_GENERAL_CARD.svg',
697
- iconName: 'Card',
698
- links: [],
699
- logoList: [{
700
- cardBrand: 'GWANGJUBANK',
701
- logoUrl: 'https: //cdn.marmot-cloud.com/storage/2024/2/21/635b04a7-1086-4184-8122-98d9c2b99f0f.svg'
702
- }, {
703
- cardBrand: 'SHINHYEOP',
704
- logoUrl: 'https: //cdn.marmot-cloud.com/storage/2024/2/23/bc083008-b6ca-4b51-8767-1aa0dce48f5a.svg'
705
- }],
706
- paymentElements: [{
707
- paymentElementKey: 'paymentMethodId',
708
- elementType: 'CARD',
709
- elementMandatory: false,
710
- title: 'Card Information',
711
- defaultValue: '',
712
- extendInfo: '{"needOtherElements":false,"isTempTokenization":"true"}',
713
- subPaymentElementView: [{
714
- defaultText: 'Card Number',
715
- elementMandatory: true,
716
- elementRegx: '^\\d{15,18}$',
717
- elementType: 'DIGIT_18',
718
- paramIllegalText: 'cardNo error',
719
- paymentElementKey: 'cardNo',
720
- title: 'Card Number',
721
- defaultValue: '',
722
- extendInfo: '{"excludeMetaDataCodes":"null","completeKey":"cc-number"}'
723
- }, {
724
- defaultText: 'CVV',
725
- defaultValue: '',
726
- elementMandatory: true,
727
- elementRegx: '^\\d{3,4}$',
728
- elementType: 'DIGIT_4',
729
- extendInfo: '{"excludeMetaDataCodes":"null"}',
730
- paramIllegalText: 'Please enter a valid 3 or 4 digit CVV number',
731
- paymentElementKey: 'cardCVV'
732
- }, {
733
- defaultText: 'Name on Card',
734
- elementMandatory: true,
735
- elementRegx: '',
736
- elementType: 'TEXT',
737
- paramIllegalText: 'Please enter a Name on Card',
738
- paymentElementKey: 'cardHolderName',
739
- defaultValue: '',
740
- extendInfo: '{"excludeMetaDataCodes":"null","completeKey":"cc-name"}'
741
- }, {
742
- defaultText: 'Exp Date(MM/YY)',
743
- elementMandatory: true,
744
- elementRegx: '.{5}',
745
- paramIllegalText: 'Please enter a Exp Date',
746
- elementType: 'TEXT',
747
- paymentElementKey: 'expiryYear',
748
- title: 'Please enter a Exp Date',
749
- defaultValue: '',
750
- extendInfo: '{"excludeMetaDataCodes":"null","completeKey":"cc-exp"}'
751
- }, {
752
- defaultText: 'Exp Date(MM/YY)',
753
- elementMandatory: true,
754
- elementRegx: '',
755
- elementType: 'TEXT',
756
- paymentElementKey: 'expiryMonth',
757
- title: 'Please enter a Exp Date',
758
- defaultValue: '',
759
- extendInfo: '{"excludeMetaDataCodes":"null","completeKey":"cc-exp"}'
760
- }]
761
- }, {
762
- defaultText: 'Save this payment method for future use.',
763
- elementMandatory: false,
764
- elementType: 'CHECKBOX',
765
- extendInfo: '{}',
766
- paymentElementKey: 'bindPaymentMethod'
767
- }, {
768
- elementMandatory: false,
769
- elementType: 'DIGIT_4',
770
- extendInfo: '[{"currency":"BRL","installmentAmount":"21,39","interestFree":"true","interestRate":"0.12%","orderAmount":"21,39","tenor":"1"}, {"currency":"BRL","installmentAmount":"10,39","interestFree":"true","interestRate":"0.12%","orderAmount":"21,39","tenor":"2"}]',
771
- paymentElementKey: 'tenor',
772
- title: 'Instalment plan',
773
- defaultValue: ''
774
- }, {
775
- defaultText: '_ _ _. _ _ _. _ _ _-_ _',
776
- defaultValue: '',
777
- elementMandatory: true,
778
- elementRegx: '^\\d{11}$',
779
- elementType: 'DIGIT_11',
780
- extendInfo: '{"customerId":"r35fPjeD0IhNOJrciVqCq10AKiD/uxk8rzaySdJM4tI=","merchantId":"188r35fPjeD0IhNOJrciVqCq10AKiD/uxk8rzaySdJM4tI=","needVerify":"true"}',
781
- paramIllegalText: 'Please enter a valid 11-digit CPF number',
782
- paymentElementKey: 'cpf',
783
- title: 'CPF Code'
784
- }, {
785
- defaultText: 'Enter your email address',
786
- defaultValue: '',
787
- elementMandatory: true,
788
- elementRegx: '^(([\\w-\\+\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([\\w-]+\\.)+))([a-zA-Z]{2,18}|[0-9]{1,3})(\\]?))$',
789
- elementType: 'TEXT',
790
- extendInfo: '{"excludeMetaDataCodes":"null"}',
791
- paramIllegalText: 'Email address format invalid',
792
- paymentElementKey: 'payerEmail',
793
- title: 'Email'
794
- }],
795
- paymentMethod: 'CARD',
796
- paymentMethodName: 'Card',
797
- paymentMethodType: 'CARD',
798
- webRedirectType: 'PAGE_REFRESH'
799
- }],
800
- savedPaymentMethods: [],
801
- storePolicies: '[\\"{\\\\\\\\\\"title\\\\\\\\\\":\\\\\\\\\\"CheckoutPaymentLegal\\\\\\\\\\",\\\\\\\\\\"content\\\\\\\\\\":[{\\\\\\\\\\"title\\\\\\\\\\":\\\\\\\\\\"CheckoutPaymentLegal\\\\\\\\\\",\\\\\\\\\\"content\\\\\\\\\\":\\\\\\\\\\"<p>hello<ahref=\\\\\\\\\\\\\\\\\\\\\\\\\\"https://www.baidu.com/\\\\\\\\\\\\\\\\\\\\\\\\\\"target=\\\\\\\\\\\\\\\\\\\\\\\\\\"_blank\\\\\\\\\\\\\\\\\\\\\\\\\\">world</a></p><ol><li>123123123</li><li>123123123123</li></ol>\\\\\\\\\\"}]}\\",\\"{\\\\\\\\\\"title\\\\\\\\\\":\\\\\\\\\\"2188120013275594MerchantLegal\\\\\\\\\\",\\\\\\\\\\"content\\\\\\\\\\":[{\\\\\\\\\\"title\\\\\\\\\\":\\\\\\\\\\"2188120013275594MerchantLegal_0\\\\\\\\\\",\\\\\\\\\\"content\\\\\\\\\\":\\\\\\\\\\"<p>hello<ahref=\\\\\\\\\\\\\\\\\\\\\\\\\\"https://www.baidu.com/\\\\\\\\\\\\\\\\\\\\\\\\\\"target=\\\\\\\\\\\\\\\\\\\\\\\\\\"_blank\\\\\\\\\\\\\\\\\\\\\\\\\\">world</a></p><ol><li>MerchantLegal_0</li><li>MerchantLegal_0</li></ol>\\\\\\\\\\"},{\\\\\\\\\\"title\\\\\\\\\\":\\\\\\\\\\"2188120013275594MerchantLegal_1\\\\\\\\\\",\\\\\\\\\\"content\\\\\\\\\\":\\\\\\\\\\"<p>hello<ahref=\\\\\\\\\\\\\\\\\\\\\\\\\\"https://www.baidu.com/\\\\\\\\\\\\\\\\\\\\\\\\\\"target=\\\\\\\\\\\\\\\\\\\\\\\\\\"_blank\\\\\\\\\\\\\\\\\\\\\\\\\\">world</a></p><ol><li>MerchantLegal_1</li><li>MerchantLegal_1</li></ol>\\\\\\\\\\"}]}\\"]',
802
- success: true,
803
- redirectUrl: '',
804
- supportedLanguages: [{
805
- locale: 'en_US',
806
- preferred: true,
807
- title: 'English'
808
- }, {
809
- locale: 'it_IT',
810
- preferred: false,
811
- title: 'Português'
812
- }, {
813
- locale: 'de_DE',
814
- preferred: false
815
- }, {
816
- locale: 'fr_FR',
817
- preferred: false
818
- }, {
819
- locale: 'nl_NL',
820
- preferred: false
821
- }, {
822
- locale: 'es_ES',
823
- preferred: false
824
- }, {
825
- locale: 'zh_CN',
826
- preferred: false
827
- }, {
828
- country: 'KR',
829
- locale: 'ko_KR',
830
- preferred: false,
831
- title: '한국어'
832
- }]
833
- };
834
- export var oneAccountUpdate = {
835
- accountInfo: {
836
- email: 'xxxxx@163.com',
837
- accountStatus: 'EFFECTIVE',
838
- oneAccountId: 'xxxxxxkk'
839
- },
840
- goods: {
841
- goodsName: 'xxxxxxx',
842
- goodsImageUrl: '',
843
- goodsQuantity: 100,
844
- goodsUnitAmount: {
845
- currency: 'EUR',
846
- value: 100,
847
- currencyLabel: ''
848
- }
849
- },
850
- paymentMethods: [{
851
- paymentMethodType: 'CARD',
852
- iconName: 'VISA',
853
- icon: 'https://cdn.marmot-cloud.com/storage/2022/8/2/bc7cb991-c8e2-4379-945f-aadae2bdf932.svg',
854
- paymentMethodId: 'card-id',
855
- paymentMethodDetail: {
856
- last4: '**** 1233'
857
- }
858
- }, {
859
- paymentMethodType: 'CARD',
860
- iconName: 'VISA2',
861
- icon: 'https://cdn.marmot-cloud.com/storage/2022/8/2/bc7cb991-c8e2-4379-945f-aadae2bdf932.svg',
862
- paymentMethodId: 'card-id2',
863
- paymentMethodDetail: {
864
- last4: '**** 1235'
865
- }
866
- }
867
- // {
868
- // "paymentMethodType": "dana",
869
- // "iconName": "DANA",
870
- // "icon": "https://cdn.marmot-cloud.com/storage/2022/8/2/bc7cb991-c8e2-4379-945f-aadae2bdf932.svg",
871
- // "paymentMethodElements": {},
872
- // },
873
- ],
874
- links: {
875
- privacyLink: 'https://global.alipay.com/docs/ac/Platform/bahzqeb-',
876
- cookieLink: 'https://global.alipay.com/docs/ac/Platform/x1rhufzj'
877
- },
878
- shippings: [{
879
- shippingName: {
880
- firstName: '111111',
881
- lastName: '11111'
882
- },
883
- prefer: '1',
884
- shippingId: 'xxxx1',
885
- shippingPhoneNo: 'xxxxxx123',
886
- shippingAddress: {
887
- region: 'ID',
888
- state: 'Nusa',
889
- city: 'Nusa Tenggara Bar.',
890
- address1: 'Kec. Mataram, Kota Mataram',
891
- address2: 'Jl. Bangil V No.6, Pagesangan Tim',
892
- zipCode: '123445'
893
- }
894
- }],
895
- metaData: {
896
- countryList: [{
897
- countryName: 'China',
898
- default: true
899
- }, {
900
- countryName: 'Singapore',
901
- default: false
902
- }]
903
- },
904
- errorActions: {},
905
- extendInfo: {},
906
- merchantId: '111xT8bLnciQgqcy20+oOJoWUEbPMTwI0YILNBIicpASIs=',
907
- needInstallmentAbility: false,
908
- needOtherElements: false,
909
- orderDescription: 'AMSDM_GIFT',
910
- success: true,
911
- supportedLanguages: [{
912
- locale: 'en_US',
913
- preferred: true,
914
- title: 'English'
915
- }, {
916
- country: 'BR',
917
- locale: 'pt_BR',
918
- preferred: false,
919
- title: 'Português'
920
- }, {
921
- country: 'KR',
922
- locale: 'ko_KR',
923
- preferred: false,
924
- title: '한국어'
925
- }, {
926
- country: 'MX,CL,PE',
927
- locale: 'es_ES',
928
- preferred: false,
929
- title: 'Español'
930
- }]
931
567
  };
@@ -1,10 +1,4 @@
1
- import { ActionForm, ConnectErrorCode, IAmount, IAmountView, IMerchantAppointParam, IPaymentMethod } from '../../../types';
2
- import AddressProcessor from './elementProcessor/addressProcessor';
3
- import AuthProcessor from './elementProcessor/authProcessor';
4
- import PaymentProcessor from './elementProcessor/paymentProcessor';
5
- /**
6
- * element 消息事件名
7
- */
1
+ import { ActionForm, ConnectErrorCode, IAmount, IAmountView, IPaymentMethod } from '../../../types';
8
2
  export declare enum ElementPaymentEvent {
9
3
  RENDER_COMPONENT = "renderComponent",
10
4
  CAPTURE_ASSET = "onCaptureAsset",
@@ -16,13 +10,9 @@ export declare enum ElementPaymentEvent {
16
10
  SIZE_CHANGE = "onSizeChange",
17
11
  LAUNCH = "onLaunch",
18
12
  CALLBACK = "callback",
19
- /**
20
- * @deprecated 已废弃 请使用eventCallback
21
- */
22
13
  SEND_MUITI_APP_EVENT_TO_SDK = "sendMuitiAppEventToSdk",
23
14
  LOG = "log",
24
- HANDLE_PAYMENT = "handlePayment",
25
- ON_EVENT_CALLBACK = "onEventCallback"
15
+ HANDLE_PAYMENT = "handlePayment"
26
16
  }
27
17
  export declare enum ElementPaymentMethod {
28
18
  CONTAINER_ELEMENT = "CONTAINER_ELEMENT",
@@ -30,19 +20,6 @@ export declare enum ElementPaymentMethod {
30
20
  ADDRESS_ELEMENT = "ADDRESS_ELEMENT",
31
21
  PAYMENT_ELEMENT = "PAYMENT_ELEMENT"
32
22
  }
33
- export declare enum ElementType {
34
- auth = "auth",
35
- address = "address",
36
- payment = "payment"
37
- }
38
- export declare const MountElementType: {
39
- auth: ElementPaymentMethod;
40
- address: ElementPaymentMethod;
41
- payment: ElementPaymentMethod;
42
- AUTH_ELEMENT: ElementType;
43
- ADDRESS_ELEMENT: ElementType;
44
- PAYMENT_ELEMENT: ElementType;
45
- };
46
23
  export declare enum ThemeType {
47
24
  NostalgicGray = "nostalgicGray",
48
25
  Default = "default",
@@ -51,22 +28,27 @@ export declare enum ThemeType {
51
28
  GamingPurple = "gamingPurple",
52
29
  AgateGreen = "agateGreen"
53
30
  }
31
+ export declare enum ElementType {
32
+ auth = "auth",
33
+ address = "address",
34
+ payment = "payment"
35
+ }
54
36
  export declare enum PaymentElementLayout {
55
37
  Tabs = "tabs",
56
38
  Accordion = "Accordion"
57
39
  }
40
+ export declare enum MountElementType {
41
+ auth = "AUTH_ELEMENT",
42
+ address = "ADDRESS_ELEMENT",
43
+ payment = "PAYMENT_ELEMENT"
44
+ }
58
45
  export declare const addressTheme: {
59
46
  default: string;
60
47
  night: string;
61
48
  };
62
49
  export declare enum EventCallbackCode {
63
50
  SDK_CREATE_COMPONENT_ERROR = "SDK_CREATE_COMPONENT_ERROR",
64
- SDK_CREATEPAYMENT_PARAMETER_ERROR = "SDK_CREATEPAYMENT_PARAMETER_ERROR",
65
- SDK_PAYMENT_ERROR = "SDK_PAYMENT_ERROR",
66
- SDK_PAYMENT_FAIL = "SDK_PAYMENT_FAIL",
67
- SDK_PAYMENT_CANCEL = "SDK_PAYMENT_CANCEL",
68
- SDK_PAYMENT_SUCCESSFUL = "SDK_PAYMENT_SUCCESSFUL",
69
- SDK_PAYMENT_PROCESSING = "SDK_PAYMENT_PROCESSING"
51
+ SDK_CREATEPAYMENT_PARAMETER_ERROR = "SDK_CREATEPAYMENT_PARAMETER_ERROR"
70
52
  }
71
53
  export declare enum ELEMENT_ENVIRONMENT {
72
54
  DEV = "DEV",
@@ -77,6 +59,23 @@ export declare enum ELEMENT_ENVIRONMENT {
77
59
  SANDBOX = "SANDBOX"
78
60
  }
79
61
  export type ELEMENT_ENVIRONMENT_TYPE = keyof typeof ELEMENT_ENVIRONMENT | (typeof ELEMENT_ENVIRONMENT)[keyof typeof ELEMENT_ENVIRONMENT];
62
+ export interface IElementOptions {
63
+ environment?: ELEMENT_ENVIRONMENT_TYPE;
64
+ locale?: string;
65
+ version?: string;
66
+ appearance?: {
67
+ theme: ThemeType.Default | ThemeType.Night;
68
+ };
69
+ onEventCallback?: ({ code, message, result }: {
70
+ code: EventCallbackCode;
71
+ message: string;
72
+ result?: any;
73
+ }) => void;
74
+ loading?: {
75
+ onStartLoading: () => void;
76
+ onEndLoading: () => void;
77
+ };
78
+ }
80
79
  export interface AddressMountComponentsParams {
81
80
  configParams?: AddressMountConfig;
82
81
  prefillValue: Array<AddressSubmitData>;
@@ -93,6 +92,7 @@ export interface AddressMountComponentsParams {
93
92
  }
94
93
  interface BaseMountOptions<T = void> {
95
94
  configParams?: T;
95
+ sessionData: string;
96
96
  debugProps?: {
97
97
  localLink: string;
98
98
  };
@@ -160,8 +160,6 @@ export interface PaymentMountOptions extends BaseMountOptions {
160
160
  'radius-button': string;
161
161
  };
162
162
  };
163
- notRedirectAfterComplete?: boolean;
164
- merchantAppointParam?: IMerchantAppointParam;
165
163
  }
166
164
  export declare enum AddressEventCallbackName {
167
165
  SHIPPING_CHANGE = "SHIPPING_CHANGE"
@@ -175,14 +173,12 @@ export interface LinkAuthMountResult extends BaseMountResult {
175
173
  }
176
174
  export interface PaymentMountResult extends BaseMountResult {
177
175
  }
178
- /**
179
- * connect element之间通信的类型格式
180
- */
181
- export interface ConnectElementMessageDataType<T = {}> {
176
+ export interface EventCallbackData<T = {}> {
182
177
  source?: ElementPaymentMethod;
183
178
  target?: ElementPaymentMethod;
179
+ success?: boolean;
184
180
  data?: T;
185
- event?: ElementPaymentEvent;
181
+ event?: AddressEventCallbackName;
186
182
  }
187
183
  export interface ValidateResult<T = {}> {
188
184
  success: boolean;
@@ -351,40 +347,4 @@ export interface AccountQueryResult {
351
347
  errorStatus?: string;
352
348
  shippingInfo?: CKPShipping;
353
349
  }
354
- export interface IElementOptions {
355
- sessionData: string;
356
- environment?: ELEMENT_ENVIRONMENT_TYPE;
357
- locale?: string;
358
- version?: string;
359
- appearance?: {
360
- theme: ThemeType.Default | ThemeType.Night;
361
- };
362
- onEventCallback?: ({ code, message, result }: {
363
- code: EventCallbackCode;
364
- message: string;
365
- result?: any;
366
- }) => void;
367
- loading?: {
368
- onStartLoading: () => void;
369
- onEndLoading: () => void;
370
- };
371
- }
372
- export interface IElementProcessors {
373
- [ElementType.auth]: AuthProcessor;
374
- [ElementType.address]: AddressProcessor;
375
- [ElementType.payment]: PaymentProcessor;
376
- }
377
- export interface IToastOptions {
378
- position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'center';
379
- backgroundColor?: string;
380
- color?: string;
381
- padding?: string;
382
- borderRadius?: string;
383
- fontSize?: string;
384
- zIndex?: number;
385
- width?: string;
386
- duration?: number;
387
- icon?: 'SUCCESS' | 'FAIL';
388
- spin?: boolean;
389
- }
390
350
  export {};
@@ -2,9 +2,6 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
2
2
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3
3
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
4
4
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
- /**
6
- * element 消息事件名
7
- */
8
5
  export var ElementPaymentEvent = /*#__PURE__*/function (ElementPaymentEvent) {
9
6
  ElementPaymentEvent["RENDER_COMPONENT"] = "renderComponent";
10
7
  ElementPaymentEvent["CAPTURE_ASSET"] = "onCaptureAsset";
@@ -19,7 +16,6 @@ export var ElementPaymentEvent = /*#__PURE__*/function (ElementPaymentEvent) {
19
16
  ElementPaymentEvent["SEND_MUITI_APP_EVENT_TO_SDK"] = "sendMuitiAppEventToSdk";
20
17
  ElementPaymentEvent["LOG"] = "log";
21
18
  ElementPaymentEvent["HANDLE_PAYMENT"] = "handlePayment";
22
- ElementPaymentEvent["ON_EVENT_CALLBACK"] = "onEventCallback";
23
19
  return ElementPaymentEvent;
24
20
  }({});
25
21
  export var ElementPaymentMethod = /*#__PURE__*/function (ElementPaymentMethod) {
@@ -29,13 +25,6 @@ export var ElementPaymentMethod = /*#__PURE__*/function (ElementPaymentMethod) {
29
25
  ElementPaymentMethod["PAYMENT_ELEMENT"] = "PAYMENT_ELEMENT";
30
26
  return ElementPaymentMethod;
31
27
  }({});
32
- export var ElementType = /*#__PURE__*/function (ElementType) {
33
- ElementType["auth"] = "auth";
34
- ElementType["address"] = "address";
35
- ElementType["payment"] = "payment";
36
- return ElementType;
37
- }({});
38
- export var MountElementType = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, ElementType.auth, ElementPaymentMethod.AUTH_ELEMENT), ElementType.address, ElementPaymentMethod.ADDRESS_ELEMENT), ElementType.payment, ElementPaymentMethod.PAYMENT_ELEMENT), ElementPaymentMethod.AUTH_ELEMENT, ElementType.auth), ElementPaymentMethod.ADDRESS_ELEMENT, ElementType.address), ElementPaymentMethod.PAYMENT_ELEMENT, ElementType.payment);
39
28
  export var ThemeType = /*#__PURE__*/function (ThemeType) {
40
29
  ThemeType["NostalgicGray"] = "nostalgicGray";
41
30
  ThemeType["Default"] = "default";
@@ -45,20 +34,27 @@ export var ThemeType = /*#__PURE__*/function (ThemeType) {
45
34
  ThemeType["AgateGreen"] = "agateGreen";
46
35
  return ThemeType;
47
36
  }({});
37
+ export var ElementType = /*#__PURE__*/function (ElementType) {
38
+ ElementType["auth"] = "auth";
39
+ ElementType["address"] = "address";
40
+ ElementType["payment"] = "payment";
41
+ return ElementType;
42
+ }({});
48
43
  export var PaymentElementLayout = /*#__PURE__*/function (PaymentElementLayout) {
49
44
  PaymentElementLayout["Tabs"] = "tabs";
50
45
  PaymentElementLayout["Accordion"] = "Accordion";
51
46
  return PaymentElementLayout;
52
47
  }({});
48
+ export var MountElementType = /*#__PURE__*/function (MountElementType) {
49
+ MountElementType["auth"] = "AUTH_ELEMENT";
50
+ MountElementType["address"] = "ADDRESS_ELEMENT";
51
+ MountElementType["payment"] = "PAYMENT_ELEMENT";
52
+ return MountElementType;
53
+ }({});
53
54
  export var addressTheme = _defineProperty(_defineProperty({}, ThemeType.Default, 'LIGHT'), ThemeType.Night, 'NIGHT');
54
55
  export var EventCallbackCode = /*#__PURE__*/function (EventCallbackCode) {
55
56
  EventCallbackCode["SDK_CREATE_COMPONENT_ERROR"] = "SDK_CREATE_COMPONENT_ERROR";
56
57
  EventCallbackCode["SDK_CREATEPAYMENT_PARAMETER_ERROR"] = "SDK_CREATEPAYMENT_PARAMETER_ERROR";
57
- EventCallbackCode["SDK_PAYMENT_ERROR"] = "SDK_PAYMENT_ERROR";
58
- EventCallbackCode["SDK_PAYMENT_FAIL"] = "SDK_PAYMENT_FAIL";
59
- EventCallbackCode["SDK_PAYMENT_CANCEL"] = "SDK_PAYMENT_CANCEL";
60
- EventCallbackCode["SDK_PAYMENT_SUCCESSFUL"] = "SDK_PAYMENT_SUCCESSFUL";
61
- EventCallbackCode["SDK_PAYMENT_PROCESSING"] = "SDK_PAYMENT_PROCESSING";
62
58
  return EventCallbackCode;
63
59
  }({});
64
60
  export var ELEMENT_ENVIRONMENT = /*#__PURE__*/function (ELEMENT_ENVIRONMENT) {
@@ -77,10 +73,6 @@ export var AddressEventCallbackName = /*#__PURE__*/function (AddressEventCallbac
77
73
  return AddressEventCallbackName;
78
74
  }({});
79
75
 
80
- /**
81
- * connect element之间通信的类型格式
82
- */
83
-
84
76
  // export type IMountResult = AddressMountResult | LinkAuthMountResult | PaymentMountResult;
85
77
  var AccountStatusEnum = /*#__PURE__*/function (AccountStatusEnum) {
86
78
  AccountStatusEnum["EFFECTIVE"] = "EFFECTIVE";
@@ -1,12 +1,8 @@
1
1
  import ComponentApp from '../../plugin/component';
2
- import { ComponentSignEnum, IappendIframeNodesParams, IcreateComponent, IoptionsParams, IPaymentSessionMetaData, Iselector, Isubmit, PaymentMethodTypeEnum, SubPaymentMethodTypeEnum } from '../../types';
2
+ import { ComponentSignEnum, IcreateComponent, IoptionsParams, IPaymentSessionMetaData, Iselector, Isubmit, PaymentMethodTypeEnum, SubPaymentMethodTypeEnum } from '../../types';
3
3
  import CoreInstance from '../instance/index';
4
4
  export declare const getComponentSign: (params: IPaymentSessionMetaData) => ComponentSignEnum;
5
5
  export declare const parseSessionData: (sessionData: string) => [IPaymentSessionMetaData, string];
6
- export declare const handleParams: (params: IcreateComponent, _this: any) => Promise<{
7
- iframeNodesParams: IappendIframeNodesParams;
8
- componentSign: ComponentSignEnum.EASY_PAY_WALLET | ComponentSignEnum.EASY_PAY_APM | ComponentSignEnum.CASHIER_PAYMENT_CARD | ComponentSignEnum.CASHIER_PAYMENT_BANK | ComponentSignEnum.CASHIER_PAYMENT_APM | ComponentSignEnum.AUTO_DEBIT_WALLET | ComponentSignEnum.AUTO_DEBIT_PAY_WALLET | ComponentSignEnum.VAULTING_CARD | ComponentSignEnum.CHECKOUT_PAYMENT | ComponentSignEnum.ELEMENT_PAYMENT | ComponentSignEnum.ELEMENT_ADDRESS | ComponentSignEnum.AUTO_DEBIT_APM;
9
- }>;
10
6
  export type IAMSComponentOptions = IoptionsParams & {
11
7
  appVersion: string;
12
8
  };
@@ -70,6 +70,7 @@ export var parseSessionData = function parseSessionData(sessionData) {
70
70
  return [{}, sessionData];
71
71
  }
72
72
  };
73
+
73
74
  // pc easy-pay execute 1.0 Process
74
75
  var resetEasyPaySceneVersion = function resetEasyPaySceneVersion(parseData) {
75
76
  if (isPC() && parseData !== null && parseData !== void 0 && parseData.paymentSessionConfig) {
@@ -91,7 +92,7 @@ var handleSessionData = function handleSessionData(originSessionData) {
91
92
  resetEasyPaySceneVersion(parseData);
92
93
  return [parseData !== null && parseData !== void 0 ? parseData : {}, sessionData];
93
94
  };
94
- export var handleParams = function handleParams(params, _this) {
95
+ var handleParams = function handleParams(params, _this) {
95
96
  var _params = Object.assign({
96
97
  paymentSessionMetaData: {},
97
98
  renderDisplayType: DisplayTypeEnum.popup