@justifi/webcomponents 4.7.5 → 4.7.6

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 (138) hide show
  1. package/dist/cjs/additional-questions-details_5.cjs.entry.js +2 -2
  2. package/dist/cjs/form-control-datepart_2.cjs.entry.js +1 -1
  3. package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
  4. package/dist/cjs/form-control-number_3.cjs.entry.js +1 -1
  5. package/dist/cjs/{index-4286ac32.js → index-55950669.js} +31 -1
  6. package/dist/cjs/justifi-additional-questions_6.cjs.entry.js +1 -1
  7. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
  8. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +1 -1
  9. package/dist/cjs/justifi-business-details.cjs.entry.js +2 -2
  10. package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +25 -12
  11. package/dist/cjs/justifi-business-form.cjs.entry.js +18 -7
  12. package/dist/cjs/justifi-business-list.cjs.entry.js +1 -1
  13. package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
  14. package/dist/cjs/justifi-details.cjs.entry.js +2 -2
  15. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
  16. package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +1 -1
  17. package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
  18. package/dist/cjs/justifi-payment-form.cjs.entry.js +1 -1
  19. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +2 -2
  20. package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -3
  21. package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
  22. package/dist/cjs/justifi-payouts-list.cjs.entry.js +3 -3
  23. package/dist/cjs/justifi-proceeds-list.cjs.entry.js +1 -1
  24. package/dist/cjs/justifi-refund-form.cjs.entry.js +1 -1
  25. package/dist/cjs/justifi-subaccount-details.cjs.entry.js +2 -2
  26. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +3 -3
  27. package/dist/cjs/justifi-table_2.cjs.entry.js +33 -30
  28. package/dist/cjs/loader.cjs.js +2 -2
  29. package/dist/cjs/select-input_2.cjs.entry.js +1 -1
  30. package/dist/cjs/subaccount-account-details_4.cjs.entry.js +2 -2
  31. package/dist/cjs/subaccount-bank-details.cjs.entry.js +2 -2
  32. package/dist/cjs/subaccount-terms-details.cjs.entry.js +2 -2
  33. package/dist/cjs/{helpers-b254d050.js → utils-931f4879.js} +8 -0
  34. package/dist/cjs/{utils-a2ee48ca.js → utils-99c086ee.js} +1 -1
  35. package/dist/cjs/webcomponents.cjs.js +2 -2
  36. package/dist/collection/components/business-form/business-form-stepped.js +40 -25
  37. package/dist/collection/components/business-form/business-form.css +95 -0
  38. package/dist/collection/components/business-form/business-form.js +35 -4
  39. package/dist/collection/components/form/utils.js +2 -0
  40. package/dist/collection/components/payments-list/payments-list.js +2 -2
  41. package/dist/collection/components/payouts-list/payouts-list.js +2 -2
  42. package/dist/collection/components/subaccounts-list/subaccounts-list.js +2 -2
  43. package/dist/collection/components/table/table.js +22 -29
  44. package/dist/collection/components/table/test/table.spec.js +29 -13
  45. package/dist/collection/components/table/utils.js +4 -0
  46. package/dist/docs.json +33 -28
  47. package/dist/esm/additional-questions-details_5.entry.js +2 -2
  48. package/dist/esm/form-control-datepart_2.entry.js +1 -1
  49. package/dist/esm/form-control-monetary.entry.js +1 -1
  50. package/dist/esm/form-control-number_3.entry.js +1 -1
  51. package/dist/esm/{index-ff8194f9.js → index-62b8aa8a.js} +31 -1
  52. package/dist/esm/justifi-additional-questions_6.entry.js +1 -1
  53. package/dist/esm/justifi-bank-account-form.entry.js +1 -1
  54. package/dist/esm/justifi-billing-form_2.entry.js +1 -1
  55. package/dist/esm/justifi-business-details.entry.js +2 -2
  56. package/dist/esm/justifi-business-form-stepped.entry.js +24 -11
  57. package/dist/esm/justifi-business-form.entry.js +17 -6
  58. package/dist/esm/justifi-business-list.entry.js +1 -1
  59. package/dist/esm/justifi-card-form.entry.js +1 -1
  60. package/dist/esm/justifi-details.entry.js +2 -2
  61. package/dist/esm/justifi-gross-payment-chart.entry.js +2 -2
  62. package/dist/esm/justifi-payment-balance-transactions.entry.js +1 -1
  63. package/dist/esm/justifi-payment-details.entry.js +2 -2
  64. package/dist/esm/justifi-payment-form.entry.js +1 -1
  65. package/dist/esm/justifi-payment-method-form.entry.js +2 -2
  66. package/dist/esm/justifi-payments-list.entry.js +3 -3
  67. package/dist/esm/justifi-payout-details.entry.js +2 -2
  68. package/dist/esm/justifi-payouts-list.entry.js +3 -3
  69. package/dist/esm/justifi-proceeds-list.entry.js +1 -1
  70. package/dist/esm/justifi-refund-form.entry.js +1 -1
  71. package/dist/esm/justifi-subaccount-details.entry.js +2 -2
  72. package/dist/esm/justifi-subaccounts-list.entry.js +3 -3
  73. package/dist/esm/justifi-table_2.entry.js +33 -30
  74. package/dist/esm/loader.js +3 -3
  75. package/dist/esm/select-input_2.entry.js +1 -1
  76. package/dist/esm/subaccount-account-details_4.entry.js +2 -2
  77. package/dist/esm/subaccount-bank-details.entry.js +2 -2
  78. package/dist/esm/subaccount-terms-details.entry.js +2 -2
  79. package/dist/{module/helpers.js → esm/utils-8cc130a9.js} +8 -1
  80. package/dist/esm/{utils-7c6bd149.js → utils-f33f7e3c.js} +1 -1
  81. package/dist/esm/webcomponents.js +3 -3
  82. package/dist/module/justifi-business-form-stepped.js +26 -12
  83. package/dist/module/justifi-business-form.js +20 -6
  84. package/dist/module/justifi-payments-list.js +2 -2
  85. package/dist/module/justifi-payouts-list.js +2 -2
  86. package/dist/module/justifi-subaccounts-list.js +2 -2
  87. package/dist/module/payment-method-form.js +1 -1
  88. package/dist/module/table.js +33 -30
  89. package/dist/{esm/helpers-d8a6a0f1.js → module/utils3.js} +8 -1
  90. package/dist/types/components/business-form/business-form-stepped.d.ts +6 -2
  91. package/dist/types/components/business-form/business-form.d.ts +5 -0
  92. package/dist/types/components/form/utils.d.ts +1 -0
  93. package/dist/types/components/table/table.d.ts +3 -4
  94. package/dist/types/components/table/utils.d.ts +3 -0
  95. package/dist/types/components.d.ts +4 -2
  96. package/dist/webcomponents/{p-04817850.entry.js → p-0a0cf2e6.entry.js} +1 -1
  97. package/dist/webcomponents/{p-862f38cc.entry.js → p-0a1347cf.entry.js} +1 -1
  98. package/dist/webcomponents/{p-210677e3.js → p-0f3e9483.js} +1 -1
  99. package/dist/webcomponents/p-0fa49c38.entry.js +1 -0
  100. package/dist/webcomponents/{p-8302a5e2.entry.js → p-2b2f8162.entry.js} +1 -1
  101. package/dist/webcomponents/{p-b2dc938f.entry.js → p-34c30022.entry.js} +1 -1
  102. package/dist/webcomponents/{p-0f5206f0.entry.js → p-40fb25c6.entry.js} +1 -1
  103. package/dist/webcomponents/{p-0a351e24.entry.js → p-45d2761d.entry.js} +1 -1
  104. package/dist/webcomponents/p-4f14df36.js +2 -0
  105. package/dist/webcomponents/{p-c8916484.entry.js → p-525adabf.entry.js} +1 -1
  106. package/dist/webcomponents/{p-d84cd3a5.entry.js → p-57aab065.entry.js} +1 -1
  107. package/dist/webcomponents/{p-2ea68b03.entry.js → p-5a502ceb.entry.js} +1 -1
  108. package/dist/webcomponents/p-5bf0ac1a.entry.js +1 -0
  109. package/dist/webcomponents/{p-dd4e8fa1.entry.js → p-64a5126c.entry.js} +1 -1
  110. package/dist/webcomponents/{p-34430db2.entry.js → p-6e80f063.entry.js} +1 -1
  111. package/dist/webcomponents/{p-57efe345.entry.js → p-85ddbe82.entry.js} +1 -1
  112. package/dist/webcomponents/{p-2cab231e.entry.js → p-8bbb1b10.entry.js} +1 -1
  113. package/dist/webcomponents/p-90926321.js +1 -0
  114. package/dist/webcomponents/{p-22c2a11e.entry.js → p-9ba0be02.entry.js} +1 -1
  115. package/dist/webcomponents/{p-650eb614.entry.js → p-9cec4a27.entry.js} +1 -1
  116. package/dist/webcomponents/{p-42bc8e53.entry.js → p-9e0d2179.entry.js} +1 -1
  117. package/dist/webcomponents/{p-377303af.entry.js → p-ac8be2a8.entry.js} +1 -1
  118. package/dist/webcomponents/{p-439a79c7.entry.js → p-bd099662.entry.js} +1 -1
  119. package/dist/webcomponents/{p-33e74da7.entry.js → p-c43e29ac.entry.js} +1 -1
  120. package/dist/webcomponents/p-c4826a33.entry.js +1 -0
  121. package/dist/webcomponents/{p-0ad353cc.entry.js → p-c63a98f6.entry.js} +1 -1
  122. package/dist/webcomponents/{p-cb5352a3.entry.js → p-c950901c.entry.js} +1 -1
  123. package/dist/webcomponents/p-d4755024.entry.js +1 -0
  124. package/dist/webcomponents/{p-cf656598.entry.js → p-d8835e7a.entry.js} +1 -1
  125. package/dist/webcomponents/p-e8e109bd.entry.js +1 -0
  126. package/dist/webcomponents/{p-e8f41c84.entry.js → p-ead8cfc2.entry.js} +1 -1
  127. package/dist/webcomponents/{p-c8099443.entry.js → p-f74899b9.entry.js} +1 -1
  128. package/dist/webcomponents/{p-68427454.entry.js → p-f9183f12.entry.js} +1 -1
  129. package/dist/webcomponents/webcomponents.esm.js +1 -1
  130. package/package.json +1 -1
  131. package/readme.md +1 -1
  132. package/dist/webcomponents/p-173fb8ef.entry.js +0 -1
  133. package/dist/webcomponents/p-59ecc2d7.entry.js +0 -1
  134. package/dist/webcomponents/p-7d922421.entry.js +0 -1
  135. package/dist/webcomponents/p-bedada09.js +0 -1
  136. package/dist/webcomponents/p-da00d9bf.js +0 -2
  137. package/dist/webcomponents/p-df8f6a0f.entry.js +0 -1
  138. package/dist/webcomponents/p-e9589e45.entry.js +0 -1
@@ -1 +1 @@
1
- import{r as e,c as t,h as r}from"./p-da00d9bf.js";const a=class{constructor(r){e(this,r),this.cardFormReady=t(this,"cardFormReady",7),this.ready=t(this,"ready",7),this.cardFormTokenized=t(this,"cardFormTokenize",7),this.cardFormValidated=t(this,"cardFormValidate",7),this.validationMode=void 0,this.iframeOrigin=void 0,this.singleLine=!1,this.internalStyleOverrides=void 0}readyHandler(e){console.warn("The 'cardFormReady' event is deprecated in the next major release and will be renamed to 'ready'"),this.cardFormReady.emit(e),this.ready.emit(e)}tokenizeHandler(e){console.warn("The 'cardFormTokenize' event is deprecated in the next major release. Please refer to the documentation for the migration process and alternative approach. This method will be removed in the future."),this.cardFormTokenized.emit(e)}validateHandler(e){console.warn("The 'cardFormValidate' event is deprecated in the next major release. Please refer to the documentation for the migration process and alternative approach. This method will be removed in the future."),this.cardFormValidated.emit(e)}async tokenize(...e){if(!this.childRef)throw new Error("Cannot call tokenize");return this.childRef.tokenize(...e)}async validate(){if(!this.childRef)throw new Error("Cannot call validate");return this.childRef.validate()}async resize(){if(console.warn("The 'resize' method is deprecated and will be removed in the next major release. Please refer to the documentation for the migration process and alternative approach."),!this.childRef)throw new Error("Cannot call validate");return this.childRef.resize()}render(){return r("justifi-payment-method-form",{ref:e=>{e&&(this.childRef=e)},"iframe-origin":this.iframeOrigin,"payment-method-form-type":"card","single-line":this.singleLine,"payment-method-form-ready":this.cardFormReady,"payment-method-form-validate":this.cardFormValidated,"payment-method-form-tokenize":this.cardFormTokenized,"payment-method-form-validation-mode":this.validationMode||"onSubmit"})}};export{a as justifi_card_form}
1
+ import{r as e,c as t,h as r}from"./p-4f14df36.js";const a=class{constructor(r){e(this,r),this.cardFormReady=t(this,"cardFormReady",7),this.ready=t(this,"ready",7),this.cardFormTokenized=t(this,"cardFormTokenize",7),this.cardFormValidated=t(this,"cardFormValidate",7),this.validationMode=void 0,this.iframeOrigin=void 0,this.singleLine=!1,this.internalStyleOverrides=void 0}readyHandler(e){console.warn("The 'cardFormReady' event is deprecated in the next major release and will be renamed to 'ready'"),this.cardFormReady.emit(e),this.ready.emit(e)}tokenizeHandler(e){console.warn("The 'cardFormTokenize' event is deprecated in the next major release. Please refer to the documentation for the migration process and alternative approach. This method will be removed in the future."),this.cardFormTokenized.emit(e)}validateHandler(e){console.warn("The 'cardFormValidate' event is deprecated in the next major release. Please refer to the documentation for the migration process and alternative approach. This method will be removed in the future."),this.cardFormValidated.emit(e)}async tokenize(...e){if(!this.childRef)throw new Error("Cannot call tokenize");return this.childRef.tokenize(...e)}async validate(){if(!this.childRef)throw new Error("Cannot call validate");return this.childRef.validate()}async resize(){if(console.warn("The 'resize' method is deprecated and will be removed in the next major release. Please refer to the documentation for the migration process and alternative approach."),!this.childRef)throw new Error("Cannot call validate");return this.childRef.resize()}render(){return r("justifi-payment-method-form",{ref:e=>{e&&(this.childRef=e)},"iframe-origin":this.iframeOrigin,"payment-method-form-type":"card","single-line":this.singleLine,"payment-method-form-ready":this.cardFormReady,"payment-method-form-validate":this.cardFormValidated,"payment-method-form-tokenize":this.cardFormTokenized,"payment-method-form-validation-mode":this.validationMode||"onSubmit"})}};export{a as justifi_card_form}