@justifi/webcomponents 4.14.0 → 4.15.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.
- package/dist/cjs/{Payment-eceed10f.js → Payment-24f22eca.js} +2 -1
- package/dist/cjs/{SubAccount-b3902202.js → SubAccount-f1eda5da.js} +1 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +1 -1
- package/dist/cjs/business-additional-questions-schema-e7dd7bc3.js +57 -0
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +1 -1
- package/dist/cjs/{index.esm-d25bd7bf.js → index.esm-a32e1831.js} +727 -0
- package/dist/cjs/justifi-additional-questions-form-step_5.cjs.entry.js +14 -11
- package/dist/cjs/justifi-additional-questions_4.cjs.entry.js +4 -1
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +1796 -0
- package/dist/cjs/justifi-business-form.cjs.entry.js +6 -6
- package/dist/cjs/justifi-business-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +7 -3
- package/dist/cjs/justifi-checkout.cjs.entry.js +6 -2
- package/dist/cjs/justifi-new-payment-method_4.cjs.entry.js +13 -11
- package/dist/cjs/justifi-owner-form.cjs.entry.js +10 -6
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-form.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +1 -1
- package/dist/cjs/justifi-payments-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-refund-form.cjs.entry.js +3 -4
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +3 -3
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/payload-parsers-c2df4b29.js +95 -0
- package/dist/cjs/payment-details-core.cjs.entry.js +1 -1
- package/dist/cjs/{payment.service-019157e9.js → payment.service-35298e95.js} +1 -1
- package/dist/cjs/payments-list-core.cjs.entry.js +2 -2
- package/dist/cjs/payout-details-core.cjs.entry.js +1 -1
- package/dist/cjs/{payout.service-7203762f.js → payout.service-eec372aa.js} +1 -1
- package/dist/cjs/payouts-list-core.cjs.entry.js +2 -2
- package/dist/cjs/{payload-parsers-6c4b5323.js → schema-validations-3c70335c.js} +15 -89
- package/dist/cjs/select-input.cjs.entry.js +31 -0
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +1 -1
- package/dist/cjs/text-input.cjs.entry.js +30 -0
- package/dist/cjs/{utils-6f62f7a1.js → utils-e58fe016.js} +0 -2
- package/dist/cjs/webcomponents.cjs.js +1 -1
- package/dist/collection/api/Payment.js +2 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/billing-form/billing-form-schema.js +8 -8
- package/dist/collection/components/billing-form/billing-form.js +49 -89
- package/dist/collection/components/billing-form/test/billing-form.spec.js +2 -1
- package/dist/collection/components/business-forms/business-form/business-representative/business-representative.js +4 -1
- package/dist/collection/components/business-forms/owner-form/owner-form.js +5 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +4 -1
- package/dist/collection/components/business-forms/schemas/business-identity-schema.js +4 -2
- package/dist/collection/components/business-forms/schemas/schema-validations.js +5 -0
- package/dist/collection/components/checkout/checkout-core.js +74 -2
- package/dist/collection/components/checkout/checkout.js +73 -1
- package/dist/collection/components/checkout/payment-method-options.css +6 -6
- package/dist/collection/components/checkout/payment-method-options.js +42 -6
- package/dist/collection/components/checkout/{sezzel-payment-method.js → sezzle-payment-method.js} +2 -2
- package/dist/collection/components/checkout/test/checkout-core.spec.js +1 -1
- package/dist/collection/components/payment-form/payment-form.js +2 -3
- package/dist/collection/components/payment-form/payment-method-selector.js +1 -1
- package/dist/collection/components/payment-form/test/payment-form.spec.js +1 -1
- package/dist/collection/components/payment-method-form/payment-method-form.js +1 -1
- package/dist/docs.json +265 -80
- package/dist/esm/{Payment-ef9fc1ae.js → Payment-3e94da9c.js} +2 -1
- package/dist/esm/{SubAccount-f4ae9809.js → SubAccount-80d46814.js} +1 -1
- package/dist/esm/additional-questions-details_5.entry.js +1 -1
- package/dist/esm/{business-additional-questions-schema-e96b0509.js → business-additional-questions-schema-1fdc5c40.js} +2 -2
- package/dist/esm/gross-payment-chart-core.entry.js +1 -1
- package/dist/esm/{index.esm-22b47398.js → index.esm-d98bc080.js} +727 -1
- package/dist/esm/justifi-additional-questions-form-step_5.entry.js +10 -7
- package/dist/esm/justifi-additional-questions_4.entry.js +4 -1
- package/dist/esm/justifi-billing-form_2.entry.js +1791 -0
- package/dist/esm/justifi-business-form.entry.js +5 -5
- package/dist/esm/justifi-business-list.entry.js +2 -2
- package/dist/esm/justifi-checkout-core.entry.js +7 -3
- package/dist/esm/justifi-checkout.entry.js +6 -2
- package/dist/esm/justifi-new-payment-method_4.entry.js +13 -11
- package/dist/esm/justifi-owner-form.entry.js +9 -5
- package/dist/esm/justifi-payment-balance-transactions.entry.js +2 -2
- package/dist/esm/justifi-payment-details.entry.js +2 -2
- package/dist/esm/justifi-payment-form.entry.js +3 -3
- package/dist/esm/justifi-payment-method-selector.entry.js +1 -1
- package/dist/esm/justifi-payments-list.entry.js +2 -2
- package/dist/esm/justifi-payout-details.entry.js +2 -2
- package/dist/esm/justifi-payouts-list.entry.js +2 -2
- package/dist/esm/justifi-proceeds-list.entry.js +2 -2
- package/dist/esm/justifi-refund-form.entry.js +2 -3
- package/dist/esm/justifi-subaccount-details.entry.js +3 -3
- package/dist/esm/justifi-subaccounts-list.entry.js +3 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/payload-parsers-fd35eeca.js +88 -0
- package/dist/esm/payment-details-core.entry.js +1 -1
- package/dist/esm/{payment.service-03e274d7.js → payment.service-c62d82d3.js} +1 -1
- package/dist/esm/payments-list-core.entry.js +2 -2
- package/dist/esm/payout-details-core.entry.js +1 -1
- package/dist/esm/{payout.service-9823d66d.js → payout.service-28b9594f.js} +1 -1
- package/dist/esm/payouts-list-core.entry.js +2 -2
- package/dist/esm/{payload-parsers-32028700.js → schema-validations-31feaa53.js} +7 -84
- package/dist/{module/select-input2.js → esm/select-input.entry.js} +7 -30
- package/dist/esm/subaccount-account-details_4.entry.js +1 -1
- package/dist/{module/text-input2.js → esm/text-input.entry.js} +7 -29
- package/dist/esm/{utils-243abdb4.js → utils-37533368.js} +1 -2
- package/dist/esm/webcomponents.js +1 -1
- package/dist/module/Payment.js +2 -1
- package/dist/module/billing-form.js +41 -62
- package/dist/module/business-additional-questions-form-step.js +1 -1
- package/dist/module/business-additional-questions-schema.js +1 -1
- package/dist/module/business-address-schema.js +1 -1
- package/dist/module/business-core-info-form-step.js +1 -1
- package/dist/module/business-core-info-schema.js +1 -1
- package/dist/module/business-form-types.js +1 -154
- package/dist/module/business-identity-schema.js +5 -3
- package/dist/module/business-representative-form-step.js +5 -2
- package/dist/module/business-representative.js +4 -1
- package/dist/module/checkout-core.js +27 -19
- package/dist/module/identity-address-form.js +1 -1
- package/dist/module/index.esm.js +727 -1
- package/dist/module/justifi-business-details.js +1 -1
- package/dist/module/justifi-business-form.js +3 -4
- package/dist/module/justifi-checkout.js +29 -21
- package/dist/module/justifi-gross-payment-chart.js +1 -1
- package/dist/module/justifi-payment-details.js +1 -1
- package/dist/module/justifi-payment-form.js +13 -13
- package/dist/module/justifi-payment-provisioning.js +2 -2
- package/dist/module/justifi-payments-list.js +1 -1
- package/dist/module/justifi-payout-details.js +1 -1
- package/dist/module/justifi-payouts-list.js +1 -1
- package/dist/module/justifi-refund-form.js +1 -2
- package/dist/module/justifi-sezzle-payment-method.d.ts +11 -0
- package/dist/module/justifi-sezzle-payment-method.js +6 -0
- package/dist/module/legal-address-form-step.js +2 -2
- package/dist/module/legal-address-form.js +1 -1
- package/dist/module/new-payment-method.js +9 -9
- package/dist/module/owner-form.js +8 -4
- package/dist/module/payment-method-form.js +1 -1
- package/dist/module/payment-method-options.js +26 -22
- package/dist/module/schema-validations.js +159 -0
- package/dist/module/select-input.js +48 -1
- package/dist/module/{sezzel-payment-method.js → sezzle-payment-method.js} +6 -6
- package/dist/module/text-input.js +46 -1
- package/dist/module/utils2.js +1 -2
- package/dist/module/utils3.js +12 -21
- package/dist/module/utils4.js +21 -12
- package/dist/types/api/Payment.d.ts +2 -1
- package/dist/types/components/billing-form/billing-form.d.ts +8 -15
- package/dist/types/components/business-forms/business-form/business-representative/business-representative.d.ts +1 -0
- package/dist/types/components/business-forms/owner-form/owner-form.d.ts +1 -0
- package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.d.ts +1 -0
- package/dist/types/components/business-forms/schemas/business-form-schema.d.ts +3 -1
- package/dist/types/components/business-forms/schemas/business-identity-schema.d.ts +2 -0
- package/dist/types/components/checkout/checkout-core.d.ts +4 -0
- package/dist/types/components/checkout/checkout.d.ts +4 -0
- package/dist/types/components/checkout/payment-method-options.d.ts +2 -0
- package/dist/types/components/checkout/{sezzel-payment-method.d.ts → sezzle-payment-method.d.ts} +1 -1
- package/dist/types/components.d.ts +35 -28
- package/dist/webcomponents/{p-96a86f04.entry.js → p-0603a526.entry.js} +1 -1
- package/dist/webcomponents/{p-3917edbf.entry.js → p-09a6df17.entry.js} +1 -1
- package/dist/webcomponents/{p-7da249b8.entry.js → p-1367c4c7.entry.js} +1 -1
- package/dist/webcomponents/{p-a6f170ba.entry.js → p-1f23c9d5.entry.js} +1 -1
- package/dist/webcomponents/p-21f301a0.entry.js +1 -0
- package/dist/webcomponents/p-243caf7c.entry.js +1 -0
- package/dist/webcomponents/{p-c6e207f6.entry.js → p-27ea1f3f.entry.js} +1 -1
- package/dist/webcomponents/{p-28b38699.js → p-3cd675e7.js} +1 -1
- package/dist/webcomponents/{p-c48a99b9.entry.js → p-55d37253.entry.js} +1 -1
- package/dist/webcomponents/{p-0b8c1ffc.entry.js → p-60ea8fd1.entry.js} +1 -1
- package/dist/webcomponents/p-624ed594.entry.js +1 -0
- package/dist/webcomponents/{p-598bb67c.entry.js → p-62bbcdfb.entry.js} +1 -1
- package/dist/webcomponents/p-76e74f01.js +1 -0
- package/dist/webcomponents/p-7ca334d6.entry.js +1 -0
- package/dist/webcomponents/p-7d6c67bb.js +1 -0
- package/dist/webcomponents/{p-5dac370e.entry.js → p-7ea5b11c.entry.js} +1 -1
- package/dist/webcomponents/p-83ae34bf.js +1 -0
- package/dist/webcomponents/p-84aea66c.entry.js +1 -0
- package/dist/webcomponents/{p-4824018b.entry.js → p-8960e936.entry.js} +1 -1
- package/dist/webcomponents/{p-28181471.entry.js → p-8d53f1de.entry.js} +1 -1
- package/dist/webcomponents/p-969572f2.entry.js +1 -0
- package/dist/webcomponents/{p-fce2b224.entry.js → p-9a36fca6.entry.js} +1 -1
- package/dist/webcomponents/p-a38fdda7.entry.js +1 -0
- package/dist/webcomponents/{p-1334f776.entry.js → p-adc9ae0f.entry.js} +1 -1
- package/dist/webcomponents/p-b53d7b7f.js +1 -0
- package/dist/webcomponents/p-b8d70349.entry.js +1 -0
- package/dist/webcomponents/p-b9db1c52.entry.js +1 -0
- package/dist/webcomponents/{p-edb66ae0.js → p-ca39c89f.js} +1 -1
- package/dist/webcomponents/{p-02993072.entry.js → p-d6b980a3.entry.js} +1 -1
- package/dist/webcomponents/p-dd609661.js +1 -0
- package/dist/webcomponents/{p-7c5f15f8.entry.js → p-de4ffaa1.entry.js} +1 -1
- package/dist/webcomponents/{p-9f529959.entry.js → p-e1a3a670.entry.js} +1 -1
- package/dist/webcomponents/{p-d2fcc58b.entry.js → p-e4be71ee.entry.js} +1 -1
- package/dist/webcomponents/p-e8706cc4.js +1 -0
- package/dist/webcomponents/{p-65510838.js → p-f4dec164.js} +1 -1
- package/dist/webcomponents/p-f942f90b.entry.js +1 -0
- package/dist/webcomponents/p-fea93cb9.entry.js +1 -0
- package/dist/webcomponents/{p-f76283a5.entry.js → p-fee64d38.entry.js} +1 -1
- package/dist/webcomponents/webcomponents.css +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/business-additional-questions-schema-0a35f597.js +0 -57
- package/dist/cjs/form-2ad3d374.js +0 -729
- package/dist/cjs/justifi-billing-form_4.cjs.entry.js +0 -1864
- package/dist/esm/form-5279c05a.js +0 -727
- package/dist/esm/justifi-billing-form_4.entry.js +0 -1857
- package/dist/module/form.js +0 -727
- package/dist/module/justifi-sezzel-payment-method.d.ts +0 -11
- package/dist/module/justifi-sezzel-payment-method.js +0 -6
- package/dist/webcomponents/p-02fa533c.js +0 -1
- package/dist/webcomponents/p-132ba228.js +0 -1
- package/dist/webcomponents/p-230b96df.entry.js +0 -1
- package/dist/webcomponents/p-3d2f2937.entry.js +0 -1
- package/dist/webcomponents/p-3da23f21.js +0 -1
- package/dist/webcomponents/p-617caf03.entry.js +0 -1
- package/dist/webcomponents/p-64710363.entry.js +0 -1
- package/dist/webcomponents/p-70d43109.entry.js +0 -1
- package/dist/webcomponents/p-9b4b91ba.js +0 -1
- package/dist/webcomponents/p-ade12f56.js +0 -1
- package/dist/webcomponents/p-c1be3378.entry.js +0 -1
- package/dist/webcomponents/p-c211d068.js +0 -1
- package/dist/webcomponents/p-c3d5f7de.entry.js +0 -1
- package/dist/webcomponents/p-d57f5f01.entry.js +0 -1
- package/dist/webcomponents/p-f5ae07c4.entry.js +0 -1
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-05-
|
|
2
|
+
"timestamp": "2024-05-31T19:58:17",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.10.0",
|
|
@@ -1543,6 +1543,7 @@
|
|
|
1543
1543
|
"dependents": [
|
|
1544
1544
|
"justifi-additional-questions",
|
|
1545
1545
|
"justifi-additional-questions-form-step",
|
|
1546
|
+
"justifi-billing-form",
|
|
1546
1547
|
"justifi-business-core-info",
|
|
1547
1548
|
"justifi-business-core-info-form-step",
|
|
1548
1549
|
"justifi-identity-address-form",
|
|
@@ -1557,6 +1558,9 @@
|
|
|
1557
1558
|
"justifi-additional-questions-form-step": [
|
|
1558
1559
|
"form-control-select"
|
|
1559
1560
|
],
|
|
1561
|
+
"justifi-billing-form": [
|
|
1562
|
+
"form-control-select"
|
|
1563
|
+
],
|
|
1560
1564
|
"justifi-business-core-info": [
|
|
1561
1565
|
"form-control-select"
|
|
1562
1566
|
],
|
|
@@ -1793,6 +1797,7 @@
|
|
|
1793
1797
|
"dependents": [
|
|
1794
1798
|
"justifi-additional-questions",
|
|
1795
1799
|
"justifi-additional-questions-form-step",
|
|
1800
|
+
"justifi-billing-form",
|
|
1796
1801
|
"justifi-business-core-info",
|
|
1797
1802
|
"justifi-business-core-info-form-step",
|
|
1798
1803
|
"justifi-business-owners",
|
|
@@ -1812,6 +1817,9 @@
|
|
|
1812
1817
|
"justifi-additional-questions-form-step": [
|
|
1813
1818
|
"form-control-text"
|
|
1814
1819
|
],
|
|
1820
|
+
"justifi-billing-form": [
|
|
1821
|
+
"form-control-text"
|
|
1822
|
+
],
|
|
1815
1823
|
"justifi-business-core-info": [
|
|
1816
1824
|
"form-control-text"
|
|
1817
1825
|
],
|
|
@@ -2577,7 +2585,7 @@
|
|
|
2577
2585
|
{
|
|
2578
2586
|
"name": "fields",
|
|
2579
2587
|
"type": "BillingFormFields",
|
|
2580
|
-
"docs": "
|
|
2588
|
+
"docs": ""
|
|
2581
2589
|
}
|
|
2582
2590
|
],
|
|
2583
2591
|
"references": {
|
|
@@ -2598,22 +2606,17 @@
|
|
|
2598
2606
|
{
|
|
2599
2607
|
"name": "fields",
|
|
2600
2608
|
"type": "BillingFormFields",
|
|
2601
|
-
"docs": "
|
|
2609
|
+
"docs": ""
|
|
2602
2610
|
}
|
|
2603
2611
|
],
|
|
2604
|
-
"docs": "
|
|
2605
|
-
"docsTags": [
|
|
2606
|
-
{
|
|
2607
|
-
"name": "argument",
|
|
2608
|
-
"text": "fields - The fields to fill the form with"
|
|
2609
|
-
}
|
|
2610
|
-
]
|
|
2612
|
+
"docs": "",
|
|
2613
|
+
"docsTags": []
|
|
2611
2614
|
},
|
|
2612
2615
|
{
|
|
2613
2616
|
"name": "getValues",
|
|
2614
2617
|
"returns": {
|
|
2615
2618
|
"type": "Promise<BillingFormFields>",
|
|
2616
|
-
"docs": "
|
|
2619
|
+
"docs": ""
|
|
2617
2620
|
},
|
|
2618
2621
|
"complexType": {
|
|
2619
2622
|
"signature": "() => Promise<BillingFormFields>",
|
|
@@ -2633,13 +2636,8 @@
|
|
|
2633
2636
|
},
|
|
2634
2637
|
"signature": "getValues() => Promise<BillingFormFields>",
|
|
2635
2638
|
"parameters": [],
|
|
2636
|
-
"docs": "
|
|
2637
|
-
"docsTags": [
|
|
2638
|
-
{
|
|
2639
|
-
"name": "returns",
|
|
2640
|
-
"text": "The values of the form"
|
|
2641
|
-
}
|
|
2642
|
-
]
|
|
2639
|
+
"docs": "",
|
|
2640
|
+
"docsTags": []
|
|
2643
2641
|
},
|
|
2644
2642
|
{
|
|
2645
2643
|
"name": "validate",
|
|
@@ -2654,29 +2652,18 @@
|
|
|
2654
2652
|
"Promise": {
|
|
2655
2653
|
"location": "global",
|
|
2656
2654
|
"id": "global::Promise"
|
|
2657
|
-
},
|
|
2658
|
-
"ValidationError": {
|
|
2659
|
-
"location": "import",
|
|
2660
|
-
"path": "yup",
|
|
2661
|
-
"id": "../../node_modules/.pnpm/yup@1.3.3/node_modules/yup/index.d.ts::ValidationError"
|
|
2662
2655
|
}
|
|
2663
2656
|
},
|
|
2664
2657
|
"return": "Promise<{ isValid: boolean; }>"
|
|
2665
2658
|
},
|
|
2666
2659
|
"signature": "validate() => Promise<{ isValid: boolean; }>",
|
|
2667
2660
|
"parameters": [],
|
|
2668
|
-
"docs": "
|
|
2661
|
+
"docs": "",
|
|
2669
2662
|
"docsTags": []
|
|
2670
2663
|
}
|
|
2671
2664
|
],
|
|
2672
2665
|
"events": [],
|
|
2673
|
-
"listeners": [
|
|
2674
|
-
{
|
|
2675
|
-
"event": "fieldReceivedInput",
|
|
2676
|
-
"capture": false,
|
|
2677
|
-
"passive": false
|
|
2678
|
-
}
|
|
2679
|
-
],
|
|
2666
|
+
"listeners": [],
|
|
2680
2667
|
"styles": [],
|
|
2681
2668
|
"slots": [],
|
|
2682
2669
|
"parts": [],
|
|
@@ -2685,13 +2672,13 @@
|
|
|
2685
2672
|
"justifi-payment-form"
|
|
2686
2673
|
],
|
|
2687
2674
|
"dependencies": [
|
|
2688
|
-
"text
|
|
2689
|
-
"select
|
|
2675
|
+
"form-control-text",
|
|
2676
|
+
"form-control-select"
|
|
2690
2677
|
],
|
|
2691
2678
|
"dependencyGraph": {
|
|
2692
2679
|
"justifi-billing-form": [
|
|
2693
|
-
"text
|
|
2694
|
-
"select
|
|
2680
|
+
"form-control-text",
|
|
2681
|
+
"form-control-select"
|
|
2695
2682
|
],
|
|
2696
2683
|
"justifi-new-payment-method": [
|
|
2697
2684
|
"justifi-billing-form"
|
|
@@ -4397,6 +4384,90 @@
|
|
|
4397
4384
|
"optional": false,
|
|
4398
4385
|
"required": false
|
|
4399
4386
|
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "disableBankAccount",
|
|
4389
|
+
"type": "boolean",
|
|
4390
|
+
"complexType": {
|
|
4391
|
+
"original": "boolean",
|
|
4392
|
+
"resolved": "boolean",
|
|
4393
|
+
"references": {}
|
|
4394
|
+
},
|
|
4395
|
+
"mutable": false,
|
|
4396
|
+
"attr": "disable-bank-account",
|
|
4397
|
+
"reflectToAttr": false,
|
|
4398
|
+
"docs": "",
|
|
4399
|
+
"docsTags": [],
|
|
4400
|
+
"values": [
|
|
4401
|
+
{
|
|
4402
|
+
"type": "boolean"
|
|
4403
|
+
}
|
|
4404
|
+
],
|
|
4405
|
+
"optional": true,
|
|
4406
|
+
"required": false
|
|
4407
|
+
},
|
|
4408
|
+
{
|
|
4409
|
+
"name": "disableBnpl",
|
|
4410
|
+
"type": "boolean",
|
|
4411
|
+
"complexType": {
|
|
4412
|
+
"original": "boolean",
|
|
4413
|
+
"resolved": "boolean",
|
|
4414
|
+
"references": {}
|
|
4415
|
+
},
|
|
4416
|
+
"mutable": false,
|
|
4417
|
+
"attr": "disable-bnpl",
|
|
4418
|
+
"reflectToAttr": false,
|
|
4419
|
+
"docs": "",
|
|
4420
|
+
"docsTags": [],
|
|
4421
|
+
"values": [
|
|
4422
|
+
{
|
|
4423
|
+
"type": "boolean"
|
|
4424
|
+
}
|
|
4425
|
+
],
|
|
4426
|
+
"optional": true,
|
|
4427
|
+
"required": false
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"name": "disableCreditCard",
|
|
4431
|
+
"type": "boolean",
|
|
4432
|
+
"complexType": {
|
|
4433
|
+
"original": "boolean",
|
|
4434
|
+
"resolved": "boolean",
|
|
4435
|
+
"references": {}
|
|
4436
|
+
},
|
|
4437
|
+
"mutable": false,
|
|
4438
|
+
"attr": "disable-credit-card",
|
|
4439
|
+
"reflectToAttr": false,
|
|
4440
|
+
"docs": "",
|
|
4441
|
+
"docsTags": [],
|
|
4442
|
+
"values": [
|
|
4443
|
+
{
|
|
4444
|
+
"type": "boolean"
|
|
4445
|
+
}
|
|
4446
|
+
],
|
|
4447
|
+
"optional": true,
|
|
4448
|
+
"required": false
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"name": "disablePaymentMethodGroup",
|
|
4452
|
+
"type": "boolean",
|
|
4453
|
+
"complexType": {
|
|
4454
|
+
"original": "boolean",
|
|
4455
|
+
"resolved": "boolean",
|
|
4456
|
+
"references": {}
|
|
4457
|
+
},
|
|
4458
|
+
"mutable": false,
|
|
4459
|
+
"attr": "disable-payment-method-group",
|
|
4460
|
+
"reflectToAttr": false,
|
|
4461
|
+
"docs": "",
|
|
4462
|
+
"docsTags": [],
|
|
4463
|
+
"values": [
|
|
4464
|
+
{
|
|
4465
|
+
"type": "boolean"
|
|
4466
|
+
}
|
|
4467
|
+
],
|
|
4468
|
+
"optional": true,
|
|
4469
|
+
"required": false
|
|
4470
|
+
},
|
|
4400
4471
|
{
|
|
4401
4472
|
"name": "iframeOrigin",
|
|
4402
4473
|
"type": "string",
|
|
@@ -4459,7 +4530,7 @@
|
|
|
4459
4530
|
],
|
|
4460
4531
|
"justifi-payment-method-options": [
|
|
4461
4532
|
"justifi-new-payment-method",
|
|
4462
|
-
"justifi-
|
|
4533
|
+
"justifi-sezzle-payment-method",
|
|
4463
4534
|
"justifi-saved-payment-method"
|
|
4464
4535
|
],
|
|
4465
4536
|
"justifi-new-payment-method": [
|
|
@@ -4467,8 +4538,8 @@
|
|
|
4467
4538
|
"justifi-billing-form"
|
|
4468
4539
|
],
|
|
4469
4540
|
"justifi-billing-form": [
|
|
4470
|
-
"text
|
|
4471
|
-
"select
|
|
4541
|
+
"form-control-text",
|
|
4542
|
+
"form-control-select"
|
|
4472
4543
|
]
|
|
4473
4544
|
}
|
|
4474
4545
|
},
|
|
@@ -4548,6 +4619,90 @@
|
|
|
4548
4619
|
"optional": false,
|
|
4549
4620
|
"required": false
|
|
4550
4621
|
},
|
|
4622
|
+
{
|
|
4623
|
+
"name": "disableBankAccount",
|
|
4624
|
+
"type": "boolean",
|
|
4625
|
+
"complexType": {
|
|
4626
|
+
"original": "boolean",
|
|
4627
|
+
"resolved": "boolean",
|
|
4628
|
+
"references": {}
|
|
4629
|
+
},
|
|
4630
|
+
"mutable": false,
|
|
4631
|
+
"attr": "disable-bank-account",
|
|
4632
|
+
"reflectToAttr": false,
|
|
4633
|
+
"docs": "",
|
|
4634
|
+
"docsTags": [],
|
|
4635
|
+
"values": [
|
|
4636
|
+
{
|
|
4637
|
+
"type": "boolean"
|
|
4638
|
+
}
|
|
4639
|
+
],
|
|
4640
|
+
"optional": true,
|
|
4641
|
+
"required": false
|
|
4642
|
+
},
|
|
4643
|
+
{
|
|
4644
|
+
"name": "disableBnpl",
|
|
4645
|
+
"type": "boolean",
|
|
4646
|
+
"complexType": {
|
|
4647
|
+
"original": "boolean",
|
|
4648
|
+
"resolved": "boolean",
|
|
4649
|
+
"references": {}
|
|
4650
|
+
},
|
|
4651
|
+
"mutable": false,
|
|
4652
|
+
"attr": "disable-bnpl",
|
|
4653
|
+
"reflectToAttr": false,
|
|
4654
|
+
"docs": "",
|
|
4655
|
+
"docsTags": [],
|
|
4656
|
+
"values": [
|
|
4657
|
+
{
|
|
4658
|
+
"type": "boolean"
|
|
4659
|
+
}
|
|
4660
|
+
],
|
|
4661
|
+
"optional": true,
|
|
4662
|
+
"required": false
|
|
4663
|
+
},
|
|
4664
|
+
{
|
|
4665
|
+
"name": "disableCreditCard",
|
|
4666
|
+
"type": "boolean",
|
|
4667
|
+
"complexType": {
|
|
4668
|
+
"original": "boolean",
|
|
4669
|
+
"resolved": "boolean",
|
|
4670
|
+
"references": {}
|
|
4671
|
+
},
|
|
4672
|
+
"mutable": false,
|
|
4673
|
+
"attr": "disable-credit-card",
|
|
4674
|
+
"reflectToAttr": false,
|
|
4675
|
+
"docs": "",
|
|
4676
|
+
"docsTags": [],
|
|
4677
|
+
"values": [
|
|
4678
|
+
{
|
|
4679
|
+
"type": "boolean"
|
|
4680
|
+
}
|
|
4681
|
+
],
|
|
4682
|
+
"optional": true,
|
|
4683
|
+
"required": false
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"name": "disablePaymentMethodGroup",
|
|
4687
|
+
"type": "boolean",
|
|
4688
|
+
"complexType": {
|
|
4689
|
+
"original": "boolean",
|
|
4690
|
+
"resolved": "boolean",
|
|
4691
|
+
"references": {}
|
|
4692
|
+
},
|
|
4693
|
+
"mutable": false,
|
|
4694
|
+
"attr": "disable-payment-method-group",
|
|
4695
|
+
"reflectToAttr": false,
|
|
4696
|
+
"docs": "",
|
|
4697
|
+
"docsTags": [],
|
|
4698
|
+
"values": [
|
|
4699
|
+
{
|
|
4700
|
+
"type": "boolean"
|
|
4701
|
+
}
|
|
4702
|
+
],
|
|
4703
|
+
"optional": true,
|
|
4704
|
+
"required": false
|
|
4705
|
+
},
|
|
4551
4706
|
{
|
|
4552
4707
|
"name": "getCheckout",
|
|
4553
4708
|
"type": "Function",
|
|
@@ -4683,7 +4838,7 @@
|
|
|
4683
4838
|
],
|
|
4684
4839
|
"justifi-payment-method-options": [
|
|
4685
4840
|
"justifi-new-payment-method",
|
|
4686
|
-
"justifi-
|
|
4841
|
+
"justifi-sezzle-payment-method",
|
|
4687
4842
|
"justifi-saved-payment-method"
|
|
4688
4843
|
],
|
|
4689
4844
|
"justifi-new-payment-method": [
|
|
@@ -4691,8 +4846,8 @@
|
|
|
4691
4846
|
"justifi-billing-form"
|
|
4692
4847
|
],
|
|
4693
4848
|
"justifi-billing-form": [
|
|
4694
|
-
"text
|
|
4695
|
-
"select
|
|
4849
|
+
"form-control-text",
|
|
4850
|
+
"form-control-select"
|
|
4696
4851
|
],
|
|
4697
4852
|
"justifi-checkout": [
|
|
4698
4853
|
"justifi-checkout-core"
|
|
@@ -5400,8 +5555,8 @@
|
|
|
5400
5555
|
"justifi-billing-form"
|
|
5401
5556
|
],
|
|
5402
5557
|
"justifi-billing-form": [
|
|
5403
|
-
"text
|
|
5404
|
-
"select
|
|
5558
|
+
"form-control-text",
|
|
5559
|
+
"form-control-select"
|
|
5405
5560
|
],
|
|
5406
5561
|
"justifi-payment-method-options": [
|
|
5407
5562
|
"justifi-new-payment-method"
|
|
@@ -6069,7 +6224,6 @@
|
|
|
6069
6224
|
"reflectToAttr": false,
|
|
6070
6225
|
"docs": "",
|
|
6071
6226
|
"docsTags": [],
|
|
6072
|
-
"default": "true",
|
|
6073
6227
|
"values": [
|
|
6074
6228
|
{
|
|
6075
6229
|
"type": "boolean"
|
|
@@ -6286,8 +6440,8 @@
|
|
|
6286
6440
|
"justifi-billing-form"
|
|
6287
6441
|
],
|
|
6288
6442
|
"justifi-billing-form": [
|
|
6289
|
-
"text
|
|
6290
|
-
"select
|
|
6443
|
+
"form-control-text",
|
|
6444
|
+
"form-control-select"
|
|
6291
6445
|
]
|
|
6292
6446
|
}
|
|
6293
6447
|
},
|
|
@@ -6323,10 +6477,10 @@
|
|
|
6323
6477
|
},
|
|
6324
6478
|
{
|
|
6325
6479
|
"name": "paymentMethodFormType",
|
|
6326
|
-
"type": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.
|
|
6480
|
+
"type": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.saved | PaymentMethodTypes.sezzle",
|
|
6327
6481
|
"complexType": {
|
|
6328
6482
|
"original": "PaymentMethodTypes",
|
|
6329
|
-
"resolved": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.
|
|
6483
|
+
"resolved": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.saved | PaymentMethodTypes.sezzle",
|
|
6330
6484
|
"references": {
|
|
6331
6485
|
"PaymentMethodTypes": {
|
|
6332
6486
|
"location": "import",
|
|
@@ -6348,7 +6502,10 @@
|
|
|
6348
6502
|
"type": "PaymentMethodTypes.card"
|
|
6349
6503
|
},
|
|
6350
6504
|
{
|
|
6351
|
-
"type": "PaymentMethodTypes.
|
|
6505
|
+
"type": "PaymentMethodTypes.saved"
|
|
6506
|
+
},
|
|
6507
|
+
{
|
|
6508
|
+
"type": "PaymentMethodTypes.sezzle"
|
|
6352
6509
|
}
|
|
6353
6510
|
],
|
|
6354
6511
|
"optional": false,
|
|
@@ -6757,6 +6914,27 @@
|
|
|
6757
6914
|
"optional": false,
|
|
6758
6915
|
"required": false
|
|
6759
6916
|
},
|
|
6917
|
+
{
|
|
6918
|
+
"name": "showBnpl",
|
|
6919
|
+
"type": "boolean",
|
|
6920
|
+
"complexType": {
|
|
6921
|
+
"original": "boolean",
|
|
6922
|
+
"resolved": "boolean",
|
|
6923
|
+
"references": {}
|
|
6924
|
+
},
|
|
6925
|
+
"mutable": false,
|
|
6926
|
+
"attr": "show-bnpl",
|
|
6927
|
+
"reflectToAttr": false,
|
|
6928
|
+
"docs": "",
|
|
6929
|
+
"docsTags": [],
|
|
6930
|
+
"values": [
|
|
6931
|
+
{
|
|
6932
|
+
"type": "boolean"
|
|
6933
|
+
}
|
|
6934
|
+
],
|
|
6935
|
+
"optional": false,
|
|
6936
|
+
"required": false
|
|
6937
|
+
},
|
|
6760
6938
|
{
|
|
6761
6939
|
"name": "showCard",
|
|
6762
6940
|
"type": "boolean",
|
|
@@ -6777,6 +6955,27 @@
|
|
|
6777
6955
|
],
|
|
6778
6956
|
"optional": false,
|
|
6779
6957
|
"required": false
|
|
6958
|
+
},
|
|
6959
|
+
{
|
|
6960
|
+
"name": "showSavedPaymentMethods",
|
|
6961
|
+
"type": "boolean",
|
|
6962
|
+
"complexType": {
|
|
6963
|
+
"original": "boolean",
|
|
6964
|
+
"resolved": "boolean",
|
|
6965
|
+
"references": {}
|
|
6966
|
+
},
|
|
6967
|
+
"mutable": false,
|
|
6968
|
+
"attr": "show-saved-payment-methods",
|
|
6969
|
+
"reflectToAttr": false,
|
|
6970
|
+
"docs": "",
|
|
6971
|
+
"docsTags": [],
|
|
6972
|
+
"values": [
|
|
6973
|
+
{
|
|
6974
|
+
"type": "boolean"
|
|
6975
|
+
}
|
|
6976
|
+
],
|
|
6977
|
+
"optional": false,
|
|
6978
|
+
"required": false
|
|
6780
6979
|
}
|
|
6781
6980
|
],
|
|
6782
6981
|
"methods": [
|
|
@@ -6839,13 +7038,13 @@
|
|
|
6839
7038
|
],
|
|
6840
7039
|
"dependencies": [
|
|
6841
7040
|
"justifi-new-payment-method",
|
|
6842
|
-
"justifi-
|
|
7041
|
+
"justifi-sezzle-payment-method",
|
|
6843
7042
|
"justifi-saved-payment-method"
|
|
6844
7043
|
],
|
|
6845
7044
|
"dependencyGraph": {
|
|
6846
7045
|
"justifi-payment-method-options": [
|
|
6847
7046
|
"justifi-new-payment-method",
|
|
6848
|
-
"justifi-
|
|
7047
|
+
"justifi-sezzle-payment-method",
|
|
6849
7048
|
"justifi-saved-payment-method"
|
|
6850
7049
|
],
|
|
6851
7050
|
"justifi-new-payment-method": [
|
|
@@ -6853,8 +7052,8 @@
|
|
|
6853
7052
|
"justifi-billing-form"
|
|
6854
7053
|
],
|
|
6855
7054
|
"justifi-billing-form": [
|
|
6856
|
-
"text
|
|
6857
|
-
"select
|
|
7055
|
+
"form-control-text",
|
|
7056
|
+
"form-control-select"
|
|
6858
7057
|
],
|
|
6859
7058
|
"justifi-checkout-core": [
|
|
6860
7059
|
"justifi-payment-method-options"
|
|
@@ -6872,10 +7071,10 @@
|
|
|
6872
7071
|
"props": [
|
|
6873
7072
|
{
|
|
6874
7073
|
"name": "selectedPaymentMethodType",
|
|
6875
|
-
"type": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.
|
|
7074
|
+
"type": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.saved | PaymentMethodTypes.sezzle",
|
|
6876
7075
|
"complexType": {
|
|
6877
7076
|
"original": "PaymentMethodTypes",
|
|
6878
|
-
"resolved": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.
|
|
7077
|
+
"resolved": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.saved | PaymentMethodTypes.sezzle",
|
|
6879
7078
|
"references": {
|
|
6880
7079
|
"PaymentMethodTypes": {
|
|
6881
7080
|
"location": "import",
|
|
@@ -6897,7 +7096,10 @@
|
|
|
6897
7096
|
"type": "PaymentMethodTypes.card"
|
|
6898
7097
|
},
|
|
6899
7098
|
{
|
|
6900
|
-
"type": "PaymentMethodTypes.
|
|
7099
|
+
"type": "PaymentMethodTypes.saved"
|
|
7100
|
+
},
|
|
7101
|
+
{
|
|
7102
|
+
"type": "PaymentMethodTypes.sezzle"
|
|
6901
7103
|
}
|
|
6902
7104
|
],
|
|
6903
7105
|
"optional": false,
|
|
@@ -8086,9 +8288,9 @@
|
|
|
8086
8288
|
}
|
|
8087
8289
|
},
|
|
8088
8290
|
{
|
|
8089
|
-
"filePath": "src/components/checkout/
|
|
8291
|
+
"filePath": "src/components/checkout/sezzle-payment-method.tsx",
|
|
8090
8292
|
"encapsulation": "none",
|
|
8091
|
-
"tag": "justifi-
|
|
8293
|
+
"tag": "justifi-sezzle-payment-method",
|
|
8092
8294
|
"readme": "<h1>\n <code><justifi-payment-form /></code>\n</h1>\n\n## Examples\n\n```html\n<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta charset=\"utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0\" />\n <title>justifi-payment-form: Simple example</title>\n\n <!--\n If you are including the components via CDN the src should be the following:\n https://cdn.jsdelivr.net/npm/@justifi/webcomponents@2.1.0/dist/webcomponents/webcomponents.esm.js\n -->\n <script type=\"module\" src=\"/build/webcomponents.esm.js\"></script>\n <script nomodule src=\"/build/webcomponents.js\"></script>\n </head>\n\n <body>\n <h1>PaymentForm</h1>\n <hr />\n <justifi-payment-form></justifi-payment-form>\n </body>\n\n <script>\n (function () {})();\n </script>\n</html>\n```\n",
|
|
8093
8295
|
"docs": "<h1>\n <code><justifi-payment-form /></code>\n</h1>",
|
|
8094
8296
|
"docsTags": [],
|
|
@@ -8303,7 +8505,7 @@
|
|
|
8303
8505
|
"dependencies": [],
|
|
8304
8506
|
"dependencyGraph": {
|
|
8305
8507
|
"justifi-payment-method-options": [
|
|
8306
|
-
"justifi-
|
|
8508
|
+
"justifi-sezzle-payment-method"
|
|
8307
8509
|
]
|
|
8308
8510
|
}
|
|
8309
8511
|
},
|
|
@@ -9544,15 +9746,9 @@
|
|
|
9544
9746
|
"docs": ""
|
|
9545
9747
|
}
|
|
9546
9748
|
],
|
|
9547
|
-
"dependents": [
|
|
9548
|
-
"justifi-billing-form"
|
|
9549
|
-
],
|
|
9749
|
+
"dependents": [],
|
|
9550
9750
|
"dependencies": [],
|
|
9551
|
-
"dependencyGraph": {
|
|
9552
|
-
"justifi-billing-form": [
|
|
9553
|
-
"select-input"
|
|
9554
|
-
]
|
|
9555
|
-
}
|
|
9751
|
+
"dependencyGraph": {}
|
|
9556
9752
|
},
|
|
9557
9753
|
{
|
|
9558
9754
|
"filePath": "src/components/subaccount-details/subaccount-account-details/subaccount-account-details.tsx",
|
|
@@ -10004,15 +10200,9 @@
|
|
|
10004
10200
|
"docs": ""
|
|
10005
10201
|
}
|
|
10006
10202
|
],
|
|
10007
|
-
"dependents": [
|
|
10008
|
-
"justifi-billing-form"
|
|
10009
|
-
],
|
|
10203
|
+
"dependents": [],
|
|
10010
10204
|
"dependencies": [],
|
|
10011
|
-
"dependencyGraph": {
|
|
10012
|
-
"justifi-billing-form": [
|
|
10013
|
-
"text-input"
|
|
10014
|
-
]
|
|
10015
|
-
}
|
|
10205
|
+
"dependencyGraph": {}
|
|
10016
10206
|
}
|
|
10017
10207
|
],
|
|
10018
10208
|
"typeLibrary": {
|
|
@@ -10041,11 +10231,6 @@
|
|
|
10041
10231
|
"docstring": "",
|
|
10042
10232
|
"path": "src/components/billing-form/billing-form-schema.ts"
|
|
10043
10233
|
},
|
|
10044
|
-
"../../node_modules/.pnpm/yup@1.3.3/node_modules/yup/index.d.ts::ValidationError": {
|
|
10045
|
-
"declaration": "any",
|
|
10046
|
-
"docstring": "",
|
|
10047
|
-
"path": "../../node_modules/.pnpm/yup@1.3.3/node_modules/yup/index.d.ts"
|
|
10048
|
-
},
|
|
10049
10234
|
"src/api/ComponentError.ts::ComponentError": {
|
|
10050
10235
|
"declaration": "export interface ComponentError {\n errorCode: ComponentErrorCodes; // A unique code identifying the error\n message: string; // A descriptive message about the error\n severity?: ComponentErrorSeverity; // Optional severity level\n data?: any; // Additional data pertinent to the error (optional)\n}",
|
|
10051
10236
|
"docstring": "",
|
|
@@ -7,7 +7,8 @@ var PaymentMethodTypes;
|
|
|
7
7
|
(function (PaymentMethodTypes) {
|
|
8
8
|
PaymentMethodTypes["card"] = "card";
|
|
9
9
|
PaymentMethodTypes["bankAccount"] = "bankAccount";
|
|
10
|
-
PaymentMethodTypes["
|
|
10
|
+
PaymentMethodTypes["sezzle"] = "sezzle";
|
|
11
|
+
PaymentMethodTypes["saved"] = "saved";
|
|
11
12
|
})(PaymentMethodTypes || (PaymentMethodTypes = {}));
|
|
12
13
|
var PaymentStatuses;
|
|
13
14
|
(function (PaymentStatuses) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as formatPercentage, b as formatCurrency, f as formatDate, a as formatTime } from './utils-
|
|
1
|
+
import { c as formatPercentage, b as formatCurrency, f as formatDate, a as formatTime } from './utils-37533368.js';
|
|
2
2
|
|
|
3
3
|
var TagTypes;
|
|
4
4
|
(function (TagTypes) {
|