@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.
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +2 -2
- package/dist/cjs/form-control-datepart_2.cjs.entry.js +1 -1
- package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
- package/dist/cjs/form-control-number_3.cjs.entry.js +1 -1
- package/dist/cjs/{index-4286ac32.js → index-55950669.js} +31 -1
- package/dist/cjs/justifi-additional-questions_6.cjs.entry.js +1 -1
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +1 -1
- package/dist/cjs/justifi-business-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +25 -12
- package/dist/cjs/justifi-business-form.cjs.entry.js +18 -7
- package/dist/cjs/justifi-business-list.cjs.entry.js +1 -1
- package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +1 -1
- package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +1 -1
- package/dist/cjs/justifi-refund-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-table_2.cjs.entry.js +33 -30
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/select-input_2.cjs.entry.js +1 -1
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +2 -2
- package/dist/cjs/subaccount-bank-details.cjs.entry.js +2 -2
- package/dist/cjs/subaccount-terms-details.cjs.entry.js +2 -2
- package/dist/cjs/{helpers-b254d050.js → utils-931f4879.js} +8 -0
- package/dist/cjs/{utils-a2ee48ca.js → utils-99c086ee.js} +1 -1
- package/dist/cjs/webcomponents.cjs.js +2 -2
- package/dist/collection/components/business-form/business-form-stepped.js +40 -25
- package/dist/collection/components/business-form/business-form.css +95 -0
- package/dist/collection/components/business-form/business-form.js +35 -4
- package/dist/collection/components/form/utils.js +2 -0
- package/dist/collection/components/payments-list/payments-list.js +2 -2
- package/dist/collection/components/payouts-list/payouts-list.js +2 -2
- package/dist/collection/components/subaccounts-list/subaccounts-list.js +2 -2
- package/dist/collection/components/table/table.js +22 -29
- package/dist/collection/components/table/test/table.spec.js +29 -13
- package/dist/collection/components/table/utils.js +4 -0
- package/dist/docs.json +33 -28
- package/dist/esm/additional-questions-details_5.entry.js +2 -2
- package/dist/esm/form-control-datepart_2.entry.js +1 -1
- package/dist/esm/form-control-monetary.entry.js +1 -1
- package/dist/esm/form-control-number_3.entry.js +1 -1
- package/dist/esm/{index-ff8194f9.js → index-62b8aa8a.js} +31 -1
- package/dist/esm/justifi-additional-questions_6.entry.js +1 -1
- package/dist/esm/justifi-bank-account-form.entry.js +1 -1
- package/dist/esm/justifi-billing-form_2.entry.js +1 -1
- package/dist/esm/justifi-business-details.entry.js +2 -2
- package/dist/esm/justifi-business-form-stepped.entry.js +24 -11
- package/dist/esm/justifi-business-form.entry.js +17 -6
- package/dist/esm/justifi-business-list.entry.js +1 -1
- package/dist/esm/justifi-card-form.entry.js +1 -1
- package/dist/esm/justifi-details.entry.js +2 -2
- package/dist/esm/justifi-gross-payment-chart.entry.js +2 -2
- package/dist/esm/justifi-payment-balance-transactions.entry.js +1 -1
- package/dist/esm/justifi-payment-details.entry.js +2 -2
- package/dist/esm/justifi-payment-form.entry.js +1 -1
- package/dist/esm/justifi-payment-method-form.entry.js +2 -2
- package/dist/esm/justifi-payments-list.entry.js +3 -3
- package/dist/esm/justifi-payout-details.entry.js +2 -2
- package/dist/esm/justifi-payouts-list.entry.js +3 -3
- package/dist/esm/justifi-proceeds-list.entry.js +1 -1
- package/dist/esm/justifi-refund-form.entry.js +1 -1
- package/dist/esm/justifi-subaccount-details.entry.js +2 -2
- package/dist/esm/justifi-subaccounts-list.entry.js +3 -3
- package/dist/esm/justifi-table_2.entry.js +33 -30
- package/dist/esm/loader.js +3 -3
- package/dist/esm/select-input_2.entry.js +1 -1
- package/dist/esm/subaccount-account-details_4.entry.js +2 -2
- package/dist/esm/subaccount-bank-details.entry.js +2 -2
- package/dist/esm/subaccount-terms-details.entry.js +2 -2
- package/dist/{module/helpers.js → esm/utils-8cc130a9.js} +8 -1
- package/dist/esm/{utils-7c6bd149.js → utils-f33f7e3c.js} +1 -1
- package/dist/esm/webcomponents.js +3 -3
- package/dist/module/justifi-business-form-stepped.js +26 -12
- package/dist/module/justifi-business-form.js +20 -6
- package/dist/module/justifi-payments-list.js +2 -2
- package/dist/module/justifi-payouts-list.js +2 -2
- package/dist/module/justifi-subaccounts-list.js +2 -2
- package/dist/module/payment-method-form.js +1 -1
- package/dist/module/table.js +33 -30
- package/dist/{esm/helpers-d8a6a0f1.js → module/utils3.js} +8 -1
- package/dist/types/components/business-form/business-form-stepped.d.ts +6 -2
- package/dist/types/components/business-form/business-form.d.ts +5 -0
- package/dist/types/components/form/utils.d.ts +1 -0
- package/dist/types/components/table/table.d.ts +3 -4
- package/dist/types/components/table/utils.d.ts +3 -0
- package/dist/types/components.d.ts +4 -2
- package/dist/webcomponents/{p-04817850.entry.js → p-0a0cf2e6.entry.js} +1 -1
- package/dist/webcomponents/{p-862f38cc.entry.js → p-0a1347cf.entry.js} +1 -1
- package/dist/webcomponents/{p-210677e3.js → p-0f3e9483.js} +1 -1
- package/dist/webcomponents/p-0fa49c38.entry.js +1 -0
- package/dist/webcomponents/{p-8302a5e2.entry.js → p-2b2f8162.entry.js} +1 -1
- package/dist/webcomponents/{p-b2dc938f.entry.js → p-34c30022.entry.js} +1 -1
- package/dist/webcomponents/{p-0f5206f0.entry.js → p-40fb25c6.entry.js} +1 -1
- package/dist/webcomponents/{p-0a351e24.entry.js → p-45d2761d.entry.js} +1 -1
- package/dist/webcomponents/p-4f14df36.js +2 -0
- package/dist/webcomponents/{p-c8916484.entry.js → p-525adabf.entry.js} +1 -1
- package/dist/webcomponents/{p-d84cd3a5.entry.js → p-57aab065.entry.js} +1 -1
- package/dist/webcomponents/{p-2ea68b03.entry.js → p-5a502ceb.entry.js} +1 -1
- package/dist/webcomponents/p-5bf0ac1a.entry.js +1 -0
- package/dist/webcomponents/{p-dd4e8fa1.entry.js → p-64a5126c.entry.js} +1 -1
- package/dist/webcomponents/{p-34430db2.entry.js → p-6e80f063.entry.js} +1 -1
- package/dist/webcomponents/{p-57efe345.entry.js → p-85ddbe82.entry.js} +1 -1
- package/dist/webcomponents/{p-2cab231e.entry.js → p-8bbb1b10.entry.js} +1 -1
- package/dist/webcomponents/p-90926321.js +1 -0
- package/dist/webcomponents/{p-22c2a11e.entry.js → p-9ba0be02.entry.js} +1 -1
- package/dist/webcomponents/{p-650eb614.entry.js → p-9cec4a27.entry.js} +1 -1
- package/dist/webcomponents/{p-42bc8e53.entry.js → p-9e0d2179.entry.js} +1 -1
- package/dist/webcomponents/{p-377303af.entry.js → p-ac8be2a8.entry.js} +1 -1
- package/dist/webcomponents/{p-439a79c7.entry.js → p-bd099662.entry.js} +1 -1
- package/dist/webcomponents/{p-33e74da7.entry.js → p-c43e29ac.entry.js} +1 -1
- package/dist/webcomponents/p-c4826a33.entry.js +1 -0
- package/dist/webcomponents/{p-0ad353cc.entry.js → p-c63a98f6.entry.js} +1 -1
- package/dist/webcomponents/{p-cb5352a3.entry.js → p-c950901c.entry.js} +1 -1
- package/dist/webcomponents/p-d4755024.entry.js +1 -0
- package/dist/webcomponents/{p-cf656598.entry.js → p-d8835e7a.entry.js} +1 -1
- package/dist/webcomponents/p-e8e109bd.entry.js +1 -0
- package/dist/webcomponents/{p-e8f41c84.entry.js → p-ead8cfc2.entry.js} +1 -1
- package/dist/webcomponents/{p-c8099443.entry.js → p-f74899b9.entry.js} +1 -1
- package/dist/webcomponents/{p-68427454.entry.js → p-f9183f12.entry.js} +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/readme.md +1 -1
- package/dist/webcomponents/p-173fb8ef.entry.js +0 -1
- package/dist/webcomponents/p-59ecc2d7.entry.js +0 -1
- package/dist/webcomponents/p-7d922421.entry.js +0 -1
- package/dist/webcomponents/p-bedada09.js +0 -1
- package/dist/webcomponents/p-da00d9bf.js +0 -2
- package/dist/webcomponents/p-df8f6a0f.entry.js +0 -1
- package/dist/webcomponents/p-e9589e45.entry.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as e,c as t,h as r}from"./p-
|
|
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}
|