@bootpay/client-js 5.2.0-beta.9 → 5.2.0-rc.1

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 (62) hide show
  1. package/.gitmodules +3 -0
  2. package/dist/index.mjs +2899 -2918
  3. package/dist/index.umd.js +47 -64
  4. package/dist/src/bootpay-environment.d.ts +1 -1
  5. package/dist/src/bootpay-es5.d.ts +1 -1
  6. package/dist/src/bootpay-sdk.d.ts +2 -2
  7. package/dist/src/bootpay-widget.d.ts +3 -2
  8. package/dist/src/bootpay.d.ts +4 -4
  9. package/dist/src/index.d.ts +10 -12
  10. package/dist/src/lib/analytics.d.ts +3 -3
  11. package/dist/src/lib/bootpay-widget.d.ts +3 -3
  12. package/dist/src/lib/bootpay.d.ts +4 -4
  13. package/dist/src/lib/event/hooks/widget/message.d.ts +10 -3
  14. package/dist/src/lib/event/payment.d.ts +38 -2
  15. package/dist/src/lib/event/polling.d.ts +2 -2
  16. package/dist/src/lib/event/user-token.d.ts +7 -1
  17. package/dist/src/lib/event/widget.d.ts +1 -1
  18. package/dist/src/lib/template/brandpay.d.ts +14 -5
  19. package/dist/src/lib/template/payment.d.ts +27 -3
  20. package/dist/src/lib/template/user-token.d.ts +19 -4
  21. package/dist/src/lib/template/widget.d.ts +5 -6
  22. package/dist/src/support/event-logger.d.ts +2 -2
  23. package/dist/src/support/hooks/widget-hooks.d.ts +9 -0
  24. package/dist/src/support/stores/widget-store.d.ts +22 -4
  25. package/dist/src/types/bootpay-interface.d.ts +299 -0
  26. package/dist/src/types/bootpay-sdk-interface.d.ts +17 -0
  27. package/dist/src/types/bootpay-widget-interface.d.ts +121 -0
  28. package/dist/src/{support → vendor/components}/alfred-progress/index.d.ts +1 -1
  29. package/dist/src/{lib/template → vendor/components}/confirm-modal.d.ts +2 -2
  30. package/dist/src/{lib/template → vendor/components}/modal.d.ts +2 -2
  31. package/dist/src/vendor/components/slider/hooks/slider/event.d.ts +4 -0
  32. package/dist/src/vendor/components/slider/index.d.ts +7 -0
  33. package/dist/src/vendor/components/slider/template/slider.d.ts +20 -0
  34. package/dist/src/vendor/mixins/bootpay-commerce.d.ts +11 -0
  35. package/dist/src/{support → vendor/mixins}/event.d.ts +3 -1
  36. package/dist/src/vendor/mixins/ex-commerce.d.ts +13 -0
  37. package/dist/src/vendor/mixins/hook.d.ts +12 -0
  38. package/dist/src/{support → vendor/mixins}/resource.d.ts +1 -1
  39. package/dist/src/vendor/mixins/session.d.ts +16 -0
  40. package/dist/src/{support → vendor/mixins}/storage.d.ts +1 -1
  41. package/dist/src/{support → vendor/mixins}/template-manager.d.ts +8 -2
  42. package/dist/src/vendor/types/slider-interface.d.ts +12 -0
  43. package/package.json +4 -6
  44. package/tsconfig.json +15 -3
  45. package/vite.config.ts +9 -7
  46. package/dist/package.json.d.ts +0 -68
  47. package/dist/src/bootpay-store.d.ts +0 -7
  48. package/dist/src/lib/bootpay-store.d.ts +0 -10
  49. package/dist/src/lib/event/hooks/ex/router.d.ts +0 -7
  50. package/dist/src/lib/event/hooks/ex/window.d.ts +0 -22
  51. package/dist/src/lib/event/store.d.ts +0 -7
  52. package/dist/src/lib/hooks/store.d.ts +0 -5
  53. package/dist/src/lib/template/store.d.ts +0 -35
  54. package/dist/src/support/ex-store.d.ts +0 -13
  55. package/dist/src/support/stores/bootpay-store.d.ts +0 -7
  56. package/dist/src/support/stores/ex-store.d.ts +0 -1
  57. package/dist/src/support/widget-store.d.ts +0 -21
  58. package/dist/vite.config.d.ts +0 -2
  59. /package/dist/src/{support → vendor/mixins}/bootpay-manager.d.ts +0 -0
  60. /package/dist/src/{support → vendor/mixins}/logger.d.ts +0 -0
  61. /package/dist/src/{support → vendor/mixins}/util.d.ts +0 -0
  62. /package/dist/src/{models → vendor/models}/const.d.ts +0 -0
package/.gitmodules ADDED
@@ -0,0 +1,3 @@
1
+ [submodule "src/vendor"]
2
+ path = src/vendor
3
+ url = https://git.bootpay.co.kr/bootpay/foundation-sdk-js