@justifi/webcomponents 4.19.3 → 4.20.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 (203) hide show
  1. package/dist/cjs/{Analytics-a0a86d82.js → Analytics-3c89cfb4.js} +1 -1
  2. package/dist/cjs/business-details-core.cjs.entry.js +1 -1
  3. package/dist/cjs/check-pkg-version-4fa0367d.js +24 -0
  4. package/dist/cjs/custom-popper.cjs.entry.js +1894 -0
  5. package/dist/cjs/form-control-date_3.cjs.entry.js +4 -4
  6. package/dist/cjs/form-control-error-text_4.cjs.entry.js +9 -9
  7. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +2 -2
  8. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +1 -1
  9. package/dist/cjs/justifi-business-details.cjs.entry.js +4 -2
  10. package/dist/cjs/justifi-business-form.cjs.entry.js +6 -4
  11. package/dist/cjs/justifi-card-form.cjs.entry.js +2 -2
  12. package/dist/cjs/justifi-checkout-core.cjs.entry.js +1 -1
  13. package/dist/cjs/justifi-checkout.cjs.entry.js +6 -4
  14. package/dist/cjs/justifi-details.cjs.entry.js +1 -1
  15. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +4 -2
  16. package/dist/cjs/justifi-payment-details.cjs.entry.js +5 -3
  17. package/dist/cjs/justifi-payment-form.cjs.entry.js +8 -6
  18. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +1 -1
  19. package/dist/cjs/justifi-payment-provisioning-core.cjs.entry.js +1 -1
  20. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +5 -3
  21. package/dist/cjs/justifi-payments-list.cjs.entry.js +12 -8
  22. package/dist/cjs/justifi-payout-details.cjs.entry.js +4 -2
  23. package/dist/cjs/justifi-payouts-list.cjs.entry.js +4 -2
  24. package/dist/cjs/justifi-refund-form.cjs.entry.js +2 -2
  25. package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +1 -1
  26. package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +5 -3
  27. package/dist/cjs/loader.cjs.js +1 -1
  28. package/dist/cjs/{package-99f4d813.js → package-3a9ac89d.js} +3 -1
  29. package/dist/cjs/payment-details-core.cjs.entry.js +1 -1
  30. package/dist/cjs/{payment.service-4b1c0a20.js → payment.service-47e2d84e.js} +5 -2
  31. package/dist/cjs/payments-list-core.cjs.entry.js +18 -13
  32. package/dist/cjs/payments-list-filters_2.cjs.entry.js +17266 -0
  33. package/dist/cjs/payout-details-core.cjs.entry.js +2 -2
  34. package/dist/cjs/payouts-list-core.cjs.entry.js +3 -3
  35. package/dist/cjs/styled-host-9e0b67b3.js +14 -0
  36. package/dist/cjs/utils-f8a6962c.js +25 -0
  37. package/dist/cjs/webcomponents.cjs.js +1 -1
  38. package/dist/collection/api/services/payment.service.js +5 -2
  39. package/dist/collection/collection-manifest.json +4 -1
  40. package/dist/collection/components/business-details/business-details.js +2 -0
  41. package/dist/collection/components/business-forms/business-form/business-form.js +3 -1
  42. package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.js +3 -1
  43. package/dist/collection/components/checkout/checkout.js +4 -2
  44. package/dist/collection/components/form/form-control-date.js +26 -28
  45. package/dist/collection/components/form/form-control-select.js +45 -45
  46. package/dist/collection/components/form/form-control-text.js +34 -34
  47. package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +2 -0
  48. package/dist/collection/components/insurance/season-interruption/season-interruption-insurance.js +3 -1
  49. package/dist/collection/components/payment-details/payment-details.js +2 -0
  50. package/dist/collection/components/payment-form/payment-form.js +5 -3
  51. package/dist/collection/components/payments-list/get-payments.js +2 -2
  52. package/dist/collection/components/payments-list/payments-list-core.js +14 -9
  53. package/dist/collection/components/payments-list/payments-list-filters.js +84 -0
  54. package/dist/collection/components/payments-list/payments-list.js +25 -2
  55. package/dist/collection/components/payout-details/payout-details-core.js +1 -1
  56. package/dist/collection/components/payout-details/payout-details.js +2 -0
  57. package/dist/collection/components/payouts-list/payouts-list-core.js +2 -2
  58. package/dist/collection/components/payouts-list/payouts-list.js +2 -0
  59. package/dist/collection/components/refund-form/refund-form.js +1 -1
  60. package/dist/collection/ui-components/custom-popper/custom-popper.js +239 -0
  61. package/dist/collection/ui-components/filters/table-filters-menu.js +89 -0
  62. package/dist/collection/ui-components/filters/utils.js +20 -0
  63. package/dist/collection/utils/check-pkg-version.js +19 -0
  64. package/dist/docs.json +545 -19
  65. package/dist/esm/{Analytics-e460ab05.js → Analytics-b0f6936a.js} +1 -1
  66. package/dist/esm/business-details-core.entry.js +1 -1
  67. package/dist/esm/check-pkg-version-10cadb08.js +22 -0
  68. package/dist/esm/custom-popper.entry.js +1890 -0
  69. package/dist/esm/form-control-date_3.entry.js +4 -4
  70. package/dist/esm/form-control-error-text_4.entry.js +9 -9
  71. package/dist/esm/justifi-bank-account-form.entry.js +2 -2
  72. package/dist/esm/justifi-billing-form_2.entry.js +1 -1
  73. package/dist/esm/justifi-business-details.entry.js +4 -2
  74. package/dist/esm/justifi-business-form.entry.js +6 -4
  75. package/dist/esm/justifi-card-form.entry.js +2 -2
  76. package/dist/esm/justifi-checkout-core.entry.js +1 -1
  77. package/dist/esm/justifi-checkout.entry.js +6 -4
  78. package/dist/esm/justifi-details.entry.js +1 -1
  79. package/dist/esm/justifi-gross-payment-chart.entry.js +4 -2
  80. package/dist/esm/justifi-payment-details.entry.js +5 -3
  81. package/dist/esm/justifi-payment-form.entry.js +8 -6
  82. package/dist/esm/justifi-payment-method-form.entry.js +1 -1
  83. package/dist/esm/justifi-payment-provisioning-core.entry.js +1 -1
  84. package/dist/esm/justifi-payment-provisioning.entry.js +5 -3
  85. package/dist/esm/justifi-payments-list.entry.js +12 -8
  86. package/dist/esm/justifi-payout-details.entry.js +4 -2
  87. package/dist/esm/justifi-payouts-list.entry.js +4 -2
  88. package/dist/esm/justifi-refund-form.entry.js +2 -2
  89. package/dist/esm/justifi-season-interruption-insurance-core.entry.js +1 -1
  90. package/dist/esm/justifi-season-interruption-insurance.entry.js +5 -3
  91. package/dist/esm/loader.js +1 -1
  92. package/dist/esm/{package-0935c5e5.js → package-2ef16e2c.js} +3 -1
  93. package/dist/esm/payment-details-core.entry.js +1 -1
  94. package/dist/esm/{payment.service-02c596b9.js → payment.service-21a3e2d3.js} +5 -2
  95. package/dist/esm/payments-list-core.entry.js +15 -10
  96. package/dist/esm/payments-list-filters_2.entry.js +17261 -0
  97. package/dist/esm/payout-details-core.entry.js +2 -2
  98. package/dist/esm/payouts-list-core.entry.js +3 -3
  99. package/dist/esm/styled-host-3171ae1f.js +12 -0
  100. package/dist/esm/utils-3a4d8f3a.js +22 -0
  101. package/dist/esm/webcomponents.js +1 -1
  102. package/dist/module/check-pkg-version.js +22 -0
  103. package/dist/module/custom-popper.d.ts +11 -0
  104. package/dist/module/custom-popper.js +6 -0
  105. package/dist/module/custom-popper2.js +1912 -0
  106. package/dist/module/form-control-date2.js +7 -7
  107. package/dist/module/form-control-select2.js +9 -9
  108. package/dist/module/form-control-text2.js +7 -7
  109. package/dist/module/justifi-business-details.js +2 -0
  110. package/dist/module/justifi-business-form.js +3 -1
  111. package/dist/module/justifi-checkout.js +4 -2
  112. package/dist/module/justifi-gross-payment-chart.js +2 -0
  113. package/dist/module/justifi-payment-details.js +2 -0
  114. package/dist/module/justifi-payment-form.js +5 -3
  115. package/dist/module/justifi-payment-provisioning.js +3 -1
  116. package/dist/module/justifi-payments-list.js +50 -14
  117. package/dist/module/justifi-payout-details.js +2 -0
  118. package/dist/module/justifi-payouts-list.js +2 -0
  119. package/dist/module/justifi-refund-form.js +1 -1
  120. package/dist/module/justifi-season-interruption-insurance.js +3 -1
  121. package/dist/module/package.js +3 -1
  122. package/dist/module/payment.service.js +5 -2
  123. package/dist/module/payments-list-core2.js +51 -17
  124. package/dist/module/payments-list-filters.d.ts +11 -0
  125. package/dist/module/payments-list-filters.js +6 -0
  126. package/dist/module/payments-list-filters2.js +17294 -0
  127. package/dist/module/payout-details-core2.js +1 -1
  128. package/dist/module/payouts-list-core2.js +2 -2
  129. package/dist/module/styled-host.js +1 -1
  130. package/dist/module/table-filters-menu.d.ts +11 -0
  131. package/dist/module/table-filters-menu.js +6 -0
  132. package/dist/module/table-filters-menu2.js +80 -0
  133. package/dist/types/api/Payment.d.ts +9 -0
  134. package/dist/types/api/services/payment.service.d.ts +2 -2
  135. package/dist/types/components/form/form-control-date.d.ts +4 -4
  136. package/dist/types/components/form/form-control-select.d.ts +6 -6
  137. package/dist/types/components/form/form-control-text.d.ts +4 -4
  138. package/dist/types/components/payments-list/get-payments.d.ts +2 -1
  139. package/dist/types/components/payments-list/payments-list-core.d.ts +6 -5
  140. package/dist/types/components/payments-list/payments-list-filters.d.ts +13 -0
  141. package/dist/types/components/payments-list/payments-list.d.ts +3 -2
  142. package/dist/types/components.d.ts +91 -10
  143. package/dist/types/ui-components/custom-popper/custom-popper.d.ts +21 -0
  144. package/dist/types/ui-components/filters/table-filters-menu.d.ts +11 -0
  145. package/dist/types/ui-components/filters/utils.d.ts +2 -0
  146. package/dist/types/utils/check-pkg-version.d.ts +1 -0
  147. package/dist/webcomponents/p-034fc302.entry.js +1 -0
  148. package/dist/webcomponents/{p-f5ebca3e.entry.js → p-1c04aacd.entry.js} +1 -1
  149. package/dist/webcomponents/{p-b676bca5.entry.js → p-232016ba.entry.js} +1 -1
  150. package/dist/webcomponents/p-2c51d29f.js +1 -0
  151. package/dist/webcomponents/p-35846553.js +1 -0
  152. package/dist/webcomponents/{p-bd278ff4.entry.js → p-37888614.entry.js} +1 -1
  153. package/dist/webcomponents/{p-be39c802.entry.js → p-3c7fac29.entry.js} +1 -1
  154. package/dist/webcomponents/{p-edb62047.entry.js → p-430f81c6.entry.js} +1 -1
  155. package/dist/webcomponents/p-44055818.js +1 -0
  156. package/dist/webcomponents/p-538fd427.entry.js +1 -0
  157. package/dist/webcomponents/{p-fb58feb5.entry.js → p-570a0f02.entry.js} +1 -1
  158. package/dist/webcomponents/p-57d7534f.entry.js +1 -0
  159. package/dist/webcomponents/{p-c9f8f7ec.entry.js → p-59cf5391.entry.js} +1 -1
  160. package/dist/webcomponents/p-60d3571e.entry.js +1 -0
  161. package/dist/webcomponents/{p-4e017b58.js → p-707bdf68.js} +1 -1
  162. package/dist/webcomponents/p-75139399.entry.js +1 -0
  163. package/dist/webcomponents/p-7771f64b.entry.js +1 -0
  164. package/dist/webcomponents/p-7ddfce86.entry.js +1 -0
  165. package/dist/webcomponents/p-8a7112a0.entry.js +1 -0
  166. package/dist/webcomponents/p-9add7d3e.entry.js +1 -0
  167. package/dist/webcomponents/p-9b154d98.entry.js +1 -0
  168. package/dist/webcomponents/p-ab92abb1.entry.js +1 -0
  169. package/dist/webcomponents/{p-4e01fec8.entry.js → p-b14da2fd.entry.js} +1 -1
  170. package/dist/webcomponents/p-b91bcbfc.js +1 -0
  171. package/dist/webcomponents/{p-124c1ecd.entry.js → p-bdc91c61.entry.js} +1 -1
  172. package/dist/webcomponents/{p-eccf2e8e.entry.js → p-c1772671.entry.js} +1 -1
  173. package/dist/webcomponents/{p-487b72a8.entry.js → p-c64ce69d.entry.js} +1 -1
  174. package/dist/webcomponents/{p-b6c3b7bc.entry.js → p-c740b6ca.entry.js} +1 -1
  175. package/dist/webcomponents/p-ce5fe369.entry.js +10 -0
  176. package/dist/webcomponents/p-d9579cd6.entry.js +1 -0
  177. package/dist/webcomponents/p-d99a5f30.entry.js +1 -0
  178. package/dist/webcomponents/p-dc048c3c.entry.js +1 -0
  179. package/dist/webcomponents/p-f2924369.js +1 -0
  180. package/dist/webcomponents/p-fb7f7a8c.entry.js +1 -0
  181. package/dist/webcomponents/p-ffddac99.entry.js +1 -0
  182. package/dist/webcomponents/webcomponents.esm.js +1 -1
  183. package/package.json +3 -1
  184. package/dist/cjs/styled-host-cc053016.js +0 -14
  185. package/dist/esm/styled-host-ab9da520.js +0 -12
  186. package/dist/webcomponents/p-07109641.entry.js +0 -1
  187. package/dist/webcomponents/p-11b6ed0c.entry.js +0 -1
  188. package/dist/webcomponents/p-15976984.entry.js +0 -1
  189. package/dist/webcomponents/p-1cf90026.entry.js +0 -1
  190. package/dist/webcomponents/p-3423ddfd.entry.js +0 -1
  191. package/dist/webcomponents/p-39c6f36a.entry.js +0 -1
  192. package/dist/webcomponents/p-421ed39d.entry.js +0 -1
  193. package/dist/webcomponents/p-69c18f39.entry.js +0 -1
  194. package/dist/webcomponents/p-6abb2a04.entry.js +0 -1
  195. package/dist/webcomponents/p-721dcf51.entry.js +0 -1
  196. package/dist/webcomponents/p-817da23c.entry.js +0 -1
  197. package/dist/webcomponents/p-a99032e1.entry.js +0 -1
  198. package/dist/webcomponents/p-ba4bae6f.js +0 -1
  199. package/dist/webcomponents/p-d4a44a1e.entry.js +0 -1
  200. package/dist/webcomponents/p-d78eb6ce.js +0 -1
  201. package/dist/webcomponents/p-e2b2213f.entry.js +0 -1
  202. package/dist/webcomponents/p-e3f4a2a6.js +0 -1
  203. package/dist/webcomponents/p-e7fd1357.entry.js +0 -1
@@ -1 +0,0 @@
1
- import{r as s,c as i,h as t}from"./p-fad19d75.js";import{J as e}from"./p-4e017b58.js";import{a as o,C as r}from"./p-14c91ffd.js";import{m as n,a}from"./p-5968ff8a.js";import{B as h}from"./p-401d6607.js";import{c as p}from"./p-5a62fca2.js";import{A as d}from"./p-7d3be485.js";import"./p-d78eb6ce.js";import"./p-8115b2f4.js";class c{async postProvisioning(s,i,t){const e={business_id:i,product_category:t};return d({authToken:s,apiOrigin:p.proxyApiOrigin}).post("entities/provisioning",e)}}const m=class{constructor(t){s(this,t),this.errorEvent=i(this,"error-event",7),this.postProvisioning=void 0,this.getBusiness=void 0,this.businessId=void 0,this.authToken=void 0,this.allowOptionalFields=!1,this.formTitle="Business Information"}propChanged(){this.initializeApi()}componentWillLoad(){this.analytics=new e(this),this.initializeApi()}disconnectedCallback(){this.analytics.cleanup()}initializeApi(){this.authToken&&this.businessId?(this.getBusiness=n({authToken:this.authToken,businessId:this.businessId,service:new h}),this.postProvisioning=a({authToken:this.authToken,businessId:this.businessId,product:"payment",service:new c})):this.errorEvent.emit({message:"auth-token and business-id are required",errorCode:o.MISSING_PROPS,severity:r.ERROR})}render(){return t("justifi-payment-provisioning-core",{key:"a93ee23fabf4bdeb381e924bfdf684ddd183075a",businessId:this.businessId,authToken:this.authToken,allowOptionalFields:this.allowOptionalFields,formTitle:this.formTitle,getBusiness:this.getBusiness,postProvisioning:this.postProvisioning})}static get watchers(){return{authToken:["propChanged"],businessId:["propChanged"]}}};export{m as justifi_payment_provisioning}