@alipay/ams-checkout 0.0.1730107332-dev.31 → 0.0.1730107332-dev.33

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 (110) hide show
  1. package/dist/umd/ams-checkout.min.js +1 -1
  2. package/esm/config/index.d.ts +7 -7
  3. package/esm/config/index.js +7 -7
  4. package/esm/constant/index.d.ts +5 -9
  5. package/esm/constant/index.js +78 -12
  6. package/esm/core/component/ckp/index.js +3 -3
  7. package/esm/core/component/index.d.ts +4 -4
  8. package/esm/core/component/index.js +14 -14
  9. package/esm/core/drop-in/index.js +2 -2
  10. package/esm/core/instance/index.js +9 -9
  11. package/esm/index.d.ts +6 -8
  12. package/esm/index.js +64 -60
  13. package/esm/plugin/applepay/component.js +3 -3
  14. package/esm/plugin/applepay/service.d.ts +2 -2
  15. package/esm/plugin/applepay/service.js +2 -2
  16. package/esm/plugin/component/cashierApp.d.ts +5 -5
  17. package/esm/plugin/component/cashierApp.js +3 -3
  18. package/esm/plugin/component/channel.d.ts +3 -3
  19. package/esm/plugin/component/component.inline.style.d.ts +3 -3
  20. package/esm/plugin/component/component.inline.style.js +4 -4
  21. package/esm/plugin/component/component.popup.style.d.ts +6 -6
  22. package/esm/plugin/component/component.popup.style.js +6 -6
  23. package/esm/plugin/component/index.d.ts +7 -7
  24. package/esm/plugin/component/index.js +35 -35
  25. package/esm/plugin/const.js +5 -5
  26. package/esm/plugin/drop-in/index.d.ts +5 -5
  27. package/esm/plugin/drop-in/index.js +7 -7
  28. package/esm/plugin/type.d.ts +3 -3
  29. package/esm/types/index.d.ts +38 -65
  30. package/esm/types/index.js +59 -64
  31. package/esm/util/createIframeNode.d.ts +2 -2
  32. package/esm/util/createIframeNode.js +3 -3
  33. package/esm/util/getBackScheme.js +3 -95
  34. package/esm/util/security.d.ts +2 -2
  35. package/esm/util/security.js +2 -2
  36. package/esm/util/ua/index.d.ts +2 -0
  37. package/esm/util/ua/index.js +2 -0
  38. package/esm/util/ua/isAndroid.d.ts +4 -0
  39. package/esm/util/ua/isAndroid.js +7 -0
  40. package/esm/util/ua/isIOS.d.ts +4 -0
  41. package/esm/util/ua/isIOS.js +7 -0
  42. package/package.json +1 -1
  43. package/esm/component/channel.d.ts +0 -19
  44. package/esm/component/channel.js +0 -88
  45. package/esm/component/component.inline.style.d.ts +0 -10
  46. package/esm/component/component.inline.style.js +0 -121
  47. package/esm/component/component.popup.style.d.ts +0 -23
  48. package/esm/component/component.popup.style.js +0 -190
  49. package/esm/component/popupWindow.style.d.ts +0 -11
  50. package/esm/component/popupWindow.style.js +0 -121
  51. package/esm/foundation/core/index.d.ts +0 -26
  52. package/esm/foundation/core/index.js +0 -366
  53. package/esm/foundation/index.d.ts +0 -74
  54. package/esm/foundation/index.js +0 -42
  55. package/esm/foundation/product-processor/easysafepay/deps.d.ts +0 -18
  56. package/esm/foundation/product-processor/easysafepay/deps.js +0 -12
  57. package/esm/foundation/product-processor/easysafepay/index.d.ts +0 -26
  58. package/esm/foundation/product-processor/easysafepay/index.js +0 -471
  59. package/esm/foundation/service/api-bus/ability/callback.d.ts +0 -9
  60. package/esm/foundation/service/api-bus/ability/callback.js +0 -55
  61. package/esm/foundation/service/api-bus/ability/globalData.d.ts +0 -10
  62. package/esm/foundation/service/api-bus/ability/globalData.js +0 -89
  63. package/esm/foundation/service/api-bus/ability/request.d.ts +0 -10
  64. package/esm/foundation/service/api-bus/ability/request.js +0 -151
  65. package/esm/foundation/service/api-bus/ability/security.d.ts +0 -12
  66. package/esm/foundation/service/api-bus/ability/security.js +0 -161
  67. package/esm/foundation/service/api-bus/ability/tracker.d.ts +0 -9
  68. package/esm/foundation/service/api-bus/ability/tracker.js +0 -80
  69. package/esm/foundation/service/api-bus/busManager.d.ts +0 -127
  70. package/esm/foundation/service/api-bus/busManager.js +0 -398
  71. package/esm/foundation/service/api-bus/index.d.ts +0 -20
  72. package/esm/foundation/service/api-bus/index.js +0 -88
  73. package/esm/foundation/service/api-bus/interface.d.ts +0 -48
  74. package/esm/foundation/service/api-bus/interface.js +0 -54
  75. package/esm/foundation/service/container/index.d.ts +0 -28
  76. package/esm/foundation/service/container/index.js +0 -256
  77. package/esm/foundation/service/container/popup.d.ts +0 -17
  78. package/esm/foundation/service/container/popup.js +0 -103
  79. package/esm/foundation/service/container/utils.d.ts +0 -7
  80. package/esm/foundation/service/container/utils.js +0 -48
  81. package/esm/foundation/service/event-center.d.ts +0 -74
  82. package/esm/foundation/service/event-center.js +0 -213
  83. package/esm/foundation/service/global-data/index.d.ts +0 -11
  84. package/esm/foundation/service/global-data/index.js +0 -68
  85. package/esm/foundation/service/index.d.ts +0 -19
  86. package/esm/foundation/service/index.js +0 -82
  87. package/esm/foundation/service/log/index.d.ts +0 -43
  88. package/esm/foundation/service/log/index.js +0 -235
  89. package/esm/foundation/service/log/types.d.ts +0 -32
  90. package/esm/foundation/service/log/types.js +0 -1
  91. package/esm/foundation/service/requester/deps.d.ts +0 -17
  92. package/esm/foundation/service/requester/deps.js +0 -11
  93. package/esm/foundation/service/requester/requester.d.ts +0 -22
  94. package/esm/foundation/service/requester/requester.js +0 -214
  95. package/esm/foundation/service/security/index.d.ts +0 -28
  96. package/esm/foundation/service/security/index.js +0 -286
  97. package/esm/foundation/service/security/security.d.ts +0 -33
  98. package/esm/foundation/service/security/security.js +0 -182
  99. package/esm/foundation/utils/gray_scale_utils.d.ts +0 -7
  100. package/esm/foundation/utils/gray_scale_utils.js +0 -40
  101. package/esm/foundation/utils/payment_context_utils.d.ts +0 -13
  102. package/esm/foundation/utils/payment_context_utils.js +0 -57
  103. package/esm/foundation/utils/payment_product_utils.d.ts +0 -13
  104. package/esm/foundation/utils/payment_product_utils.js +0 -38
  105. package/esm/foundation/utils/redirect_utils.d.ts +0 -11
  106. package/esm/foundation/utils/redirect_utils.js +0 -253
  107. package/esm/foundation/utils/system_events.d.ts +0 -4
  108. package/esm/foundation/utils/system_events.js +0 -71
  109. package/esm/foundation/utils/web_app_url_utils.d.ts +0 -46
  110. package/esm/foundation/utils/web_app_url_utils.js +0 -112

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.