@alipay/ams-checkout 0.0.1730706734-dev.0 → 0.0.1730878287-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 (126) hide show
  1. package/dist/umd/ams-checkout.min.js +1 -1
  2. package/esm/config/index.d.ts +2 -2
  3. package/esm/config/index.js +5 -5
  4. package/esm/constant/index.d.ts +0 -6
  5. package/esm/constant/index.js +0 -8
  6. package/esm/core/bus/interface.d.ts +0 -12
  7. package/esm/core/bus/interface.js +2 -16
  8. package/esm/core/component/address.d.ts +2 -2
  9. package/esm/core/component/appPreloadProcessing.js +0 -2
  10. package/esm/core/component/ckp/index.d.ts +3 -3
  11. package/esm/core/component/ckp/index.js +3 -3
  12. package/esm/core/component/index.d.ts +5 -5
  13. package/esm/core/component/index.js +16 -20
  14. package/esm/core/drop-in/index.d.ts +2 -2
  15. package/esm/core/drop-in/index.js +2 -2
  16. package/esm/core/instance/index.d.ts +5 -5
  17. package/esm/core/instance/index.js +10 -11
  18. package/esm/index.d.ts +10 -16
  19. package/esm/index.js +59 -70
  20. package/esm/plugin/applepay/component.js +3 -3
  21. package/esm/plugin/applepay/service.d.ts +2 -2
  22. package/esm/plugin/applepay/service.js +2 -2
  23. package/esm/plugin/component/cashierApp.d.ts +5 -7
  24. package/esm/plugin/component/cashierApp.js +8 -16
  25. package/esm/plugin/component/channel.d.ts +4 -4
  26. package/esm/plugin/component/component.inline.style.d.ts +4 -4
  27. package/esm/plugin/component/component.inline.style.js +7 -10
  28. package/esm/plugin/component/component.popup.style.d.ts +6 -15
  29. package/esm/plugin/component/component.popup.style.js +15 -33
  30. package/esm/plugin/component/index.d.ts +7 -7
  31. package/esm/plugin/component/index.js +90 -113
  32. package/esm/plugin/const.js +5 -5
  33. package/esm/plugin/drop-in/index.d.ts +5 -5
  34. package/esm/plugin/drop-in/index.js +7 -7
  35. package/esm/plugin/payment-element/utils.d.ts +1 -1
  36. package/esm/plugin/payment-element/utils.js +1 -2
  37. package/esm/plugin/type.d.ts +4 -4
  38. package/esm/service/index.d.ts +0 -1
  39. package/esm/service/index.js +0 -2
  40. package/esm/types/index.d.ts +38 -240
  41. package/esm/types/index.js +59 -103
  42. package/esm/util/createIframeNode.d.ts +2 -2
  43. package/esm/util/createIframeNode.js +3 -3
  44. package/esm/util/index.d.ts +1 -1
  45. package/esm/util/index.js +4 -3
  46. package/esm/{foundation/service/security → util}/security.d.ts +2 -2
  47. package/esm/{foundation/service/security → util}/security.js +3 -3
  48. package/package.json +1 -2
  49. package/esm/core/bus/ability/globalData.d.ts +0 -10
  50. package/esm/core/bus/ability/globalData.js +0 -89
  51. package/esm/core/bus/ability/request.d.ts +0 -10
  52. package/esm/core/bus/ability/request.js +0 -151
  53. package/esm/core/component/element/components/address.d.ts +0 -19
  54. package/esm/core/component/element/components/address.js +0 -68
  55. package/esm/core/component/element/components/auth.d.ts +0 -17
  56. package/esm/core/component/element/components/auth.js +0 -59
  57. package/esm/core/component/element/components/payment.d.ts +0 -19
  58. package/esm/core/component/element/components/payment.js +0 -74
  59. package/esm/core/component/element/element-mock.d.ts +0 -2
  60. package/esm/core/component/element/element-mock.js +0 -263
  61. package/esm/core/component/element/index.d.ts +0 -47
  62. package/esm/core/component/element/index.js +0 -776
  63. package/esm/core/component/element/mock.d.ts +0 -3
  64. package/esm/core/component/element/mock.js +0 -1156
  65. package/esm/core/component/element/type.d.ts +0 -176
  66. package/esm/core/component/element/type.js +0 -34
  67. package/esm/core/component/element/utils.d.ts +0 -13
  68. package/esm/core/component/element/utils.js +0 -6
  69. package/esm/foundation/core/index.d.ts +0 -26
  70. package/esm/foundation/core/index.js +0 -301
  71. package/esm/foundation/index.d.ts +0 -72
  72. package/esm/foundation/index.js +0 -42
  73. package/esm/foundation/product-processor/easysafepay/deps.d.ts +0 -15
  74. package/esm/foundation/product-processor/easysafepay/deps.js +0 -9
  75. package/esm/foundation/product-processor/easysafepay/index.d.ts +0 -26
  76. package/esm/foundation/product-processor/easysafepay/index.js +0 -536
  77. package/esm/foundation/service/container/index.d.ts +0 -28
  78. package/esm/foundation/service/container/index.js +0 -256
  79. package/esm/foundation/service/container/popup.d.ts +0 -17
  80. package/esm/foundation/service/container/popup.js +0 -103
  81. package/esm/foundation/service/container/utils.d.ts +0 -7
  82. package/esm/foundation/service/container/utils.js +0 -48
  83. package/esm/foundation/service/event-bus/ability/callback.d.ts +0 -9
  84. package/esm/foundation/service/event-bus/ability/callback.js +0 -55
  85. package/esm/foundation/service/event-bus/ability/globalData.d.ts +0 -10
  86. package/esm/foundation/service/event-bus/ability/globalData.js +0 -89
  87. package/esm/foundation/service/event-bus/ability/request.d.ts +0 -10
  88. package/esm/foundation/service/event-bus/ability/request.js +0 -151
  89. package/esm/foundation/service/event-bus/ability/security.d.ts +0 -12
  90. package/esm/foundation/service/event-bus/ability/security.js +0 -151
  91. package/esm/foundation/service/event-bus/ability/tracker.d.ts +0 -9
  92. package/esm/foundation/service/event-bus/ability/tracker.js +0 -80
  93. package/esm/foundation/service/event-bus/busManager.d.ts +0 -127
  94. package/esm/foundation/service/event-bus/busManager.js +0 -398
  95. package/esm/foundation/service/event-bus/index.d.ts +0 -20
  96. package/esm/foundation/service/event-bus/index.js +0 -88
  97. package/esm/foundation/service/event-center.d.ts +0 -75
  98. package/esm/foundation/service/event-center.js +0 -244
  99. package/esm/foundation/service/global-data/index.d.ts +0 -11
  100. package/esm/foundation/service/global-data/index.js +0 -69
  101. package/esm/foundation/service/index.d.ts +0 -19
  102. package/esm/foundation/service/index.js +0 -82
  103. package/esm/foundation/service/log/index.d.ts +0 -43
  104. package/esm/foundation/service/log/index.js +0 -235
  105. package/esm/foundation/service/log/types.d.ts +0 -32
  106. package/esm/foundation/service/log/types.js +0 -1
  107. package/esm/foundation/service/requester/deps.d.ts +0 -17
  108. package/esm/foundation/service/requester/deps.js +0 -11
  109. package/esm/foundation/service/requester/requester.d.ts +0 -22
  110. package/esm/foundation/service/requester/requester.js +0 -211
  111. package/esm/foundation/service/security/index.d.ts +0 -26
  112. package/esm/foundation/service/security/index.js +0 -216
  113. package/esm/foundation/types/index.d.ts +0 -4
  114. package/esm/foundation/types/index.js +0 -4
  115. package/esm/foundation/utils/gray_scale_utils.d.ts +0 -7
  116. package/esm/foundation/utils/gray_scale_utils.js +0 -40
  117. package/esm/foundation/utils/payment_context_utils.d.ts +0 -13
  118. package/esm/foundation/utils/payment_context_utils.js +0 -57
  119. package/esm/foundation/utils/redirect_utils.d.ts +0 -6
  120. package/esm/foundation/utils/redirect_utils.js +0 -99
  121. package/esm/foundation/utils/system_events.d.ts +0 -4
  122. package/esm/foundation/utils/system_events.js +0 -71
  123. package/esm/foundation/utils/web_app_url_utils.d.ts +0 -37
  124. package/esm/foundation/utils/web_app_url_utils.js +0 -97
  125. package/esm/service/element.d.ts +0 -4
  126. package/esm/service/element.js +0 -51

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.