@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
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-10-08T15:46:56",
2
+ "timestamp": "2024-11-01T19:27:11",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.19.2",
@@ -164,6 +164,247 @@
164
164
  ]
165
165
  }
166
166
  },
167
+ {
168
+ "filePath": "src/ui-components/custom-popper/custom-popper.tsx",
169
+ "encapsulation": "none",
170
+ "tag": "custom-popper",
171
+ "readme": "# custom-popper\n\n\n",
172
+ "docs": "",
173
+ "docsTags": [],
174
+ "usage": {},
175
+ "props": [
176
+ {
177
+ "name": "anchorRef",
178
+ "type": "HTMLElement",
179
+ "complexType": {
180
+ "original": "HTMLElement",
181
+ "resolved": "HTMLElement",
182
+ "references": {
183
+ "HTMLElement": {
184
+ "location": "global",
185
+ "id": "global::HTMLElement"
186
+ }
187
+ }
188
+ },
189
+ "mutable": false,
190
+ "reflectToAttr": false,
191
+ "docs": "",
192
+ "docsTags": [],
193
+ "values": [
194
+ {
195
+ "type": "HTMLElement"
196
+ }
197
+ ],
198
+ "optional": false,
199
+ "required": false
200
+ },
201
+ {
202
+ "name": "offset",
203
+ "type": "[number, number]",
204
+ "complexType": {
205
+ "original": "[number, number]",
206
+ "resolved": "[number, number]",
207
+ "references": {}
208
+ },
209
+ "mutable": false,
210
+ "reflectToAttr": false,
211
+ "docs": "",
212
+ "docsTags": [],
213
+ "default": "[0, 10]",
214
+ "values": [
215
+ {
216
+ "type": "[number, number]"
217
+ }
218
+ ],
219
+ "optional": false,
220
+ "required": false
221
+ },
222
+ {
223
+ "name": "placement",
224
+ "type": "\"auto\" | \"auto-end\" | \"auto-start\" | \"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
225
+ "complexType": {
226
+ "original": "Placement",
227
+ "resolved": "\"auto\" | \"auto-end\" | \"auto-start\" | \"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
228
+ "references": {
229
+ "Placement": {
230
+ "location": "import",
231
+ "path": "@popperjs/core",
232
+ "id": "../../node_modules/.pnpm/@popperjs+core@2.11.8/node_modules/@popperjs/core/index.d.ts::Placement"
233
+ }
234
+ }
235
+ },
236
+ "mutable": false,
237
+ "attr": "placement",
238
+ "reflectToAttr": false,
239
+ "docs": "",
240
+ "docsTags": [],
241
+ "default": "'bottom'",
242
+ "values": [
243
+ {
244
+ "value": "auto",
245
+ "type": "string"
246
+ },
247
+ {
248
+ "value": "auto-end",
249
+ "type": "string"
250
+ },
251
+ {
252
+ "value": "auto-start",
253
+ "type": "string"
254
+ },
255
+ {
256
+ "value": "bottom",
257
+ "type": "string"
258
+ },
259
+ {
260
+ "value": "bottom-end",
261
+ "type": "string"
262
+ },
263
+ {
264
+ "value": "bottom-start",
265
+ "type": "string"
266
+ },
267
+ {
268
+ "value": "left",
269
+ "type": "string"
270
+ },
271
+ {
272
+ "value": "left-end",
273
+ "type": "string"
274
+ },
275
+ {
276
+ "value": "left-start",
277
+ "type": "string"
278
+ },
279
+ {
280
+ "value": "right",
281
+ "type": "string"
282
+ },
283
+ {
284
+ "value": "right-end",
285
+ "type": "string"
286
+ },
287
+ {
288
+ "value": "right-start",
289
+ "type": "string"
290
+ },
291
+ {
292
+ "value": "top",
293
+ "type": "string"
294
+ },
295
+ {
296
+ "value": "top-end",
297
+ "type": "string"
298
+ },
299
+ {
300
+ "value": "top-start",
301
+ "type": "string"
302
+ }
303
+ ],
304
+ "optional": false,
305
+ "required": false
306
+ },
307
+ {
308
+ "name": "strategy",
309
+ "type": "\"absolute\" | \"fixed\"",
310
+ "complexType": {
311
+ "original": "PositioningStrategy",
312
+ "resolved": "\"absolute\" | \"fixed\"",
313
+ "references": {
314
+ "PositioningStrategy": {
315
+ "location": "import",
316
+ "path": "@popperjs/core",
317
+ "id": "../../node_modules/.pnpm/@popperjs+core@2.11.8/node_modules/@popperjs/core/index.d.ts::PositioningStrategy"
318
+ }
319
+ }
320
+ },
321
+ "mutable": false,
322
+ "attr": "strategy",
323
+ "reflectToAttr": false,
324
+ "docs": "",
325
+ "docsTags": [],
326
+ "default": "'absolute'",
327
+ "values": [
328
+ {
329
+ "value": "absolute",
330
+ "type": "string"
331
+ },
332
+ {
333
+ "value": "fixed",
334
+ "type": "string"
335
+ }
336
+ ],
337
+ "optional": false,
338
+ "required": false
339
+ },
340
+ {
341
+ "name": "trigger",
342
+ "type": "string",
343
+ "complexType": {
344
+ "original": "string",
345
+ "resolved": "string",
346
+ "references": {}
347
+ },
348
+ "mutable": false,
349
+ "attr": "trigger",
350
+ "reflectToAttr": false,
351
+ "docs": "",
352
+ "docsTags": [],
353
+ "default": "'click'",
354
+ "values": [
355
+ {
356
+ "type": "string"
357
+ }
358
+ ],
359
+ "optional": false,
360
+ "required": false
361
+ }
362
+ ],
363
+ "methods": [],
364
+ "events": [
365
+ {
366
+ "event": "hideEvent",
367
+ "detail": "any",
368
+ "bubbles": true,
369
+ "complexType": {
370
+ "original": "any",
371
+ "resolved": "any",
372
+ "references": {}
373
+ },
374
+ "cancelable": true,
375
+ "composed": true,
376
+ "docs": "",
377
+ "docsTags": []
378
+ },
379
+ {
380
+ "event": "showEvent",
381
+ "detail": "any",
382
+ "bubbles": true,
383
+ "complexType": {
384
+ "original": "any",
385
+ "resolved": "any",
386
+ "references": {}
387
+ },
388
+ "cancelable": true,
389
+ "composed": true,
390
+ "docs": "",
391
+ "docsTags": []
392
+ }
393
+ ],
394
+ "listeners": [],
395
+ "styles": [],
396
+ "slots": [],
397
+ "parts": [],
398
+ "dependents": [
399
+ "table-filters-menu"
400
+ ],
401
+ "dependencies": [],
402
+ "dependencyGraph": {
403
+ "table-filters-menu": [
404
+ "custom-popper"
405
+ ]
406
+ }
407
+ },
167
408
  {
168
409
  "filePath": "src/components/form/form-helpers/form-alert/form-alert.tsx",
169
410
  "encapsulation": "none",
@@ -467,7 +708,7 @@
467
708
  "type": "string"
468
709
  }
469
710
  ],
470
- "optional": false,
711
+ "optional": true,
471
712
  "required": false
472
713
  },
473
714
  {
@@ -488,7 +729,7 @@
488
729
  "type": "boolean"
489
730
  }
490
731
  ],
491
- "optional": false,
732
+ "optional": true,
492
733
  "required": false
493
734
  },
494
735
  {
@@ -535,20 +776,19 @@
535
776
  },
536
777
  {
537
778
  "name": "inputHandler",
538
- "type": "any",
779
+ "type": "(name: string, value: string) => void",
539
780
  "complexType": {
540
- "original": "any",
541
- "resolved": "any",
781
+ "original": "(name: string, value: string) => void",
782
+ "resolved": "(name: string, value: string) => void",
542
783
  "references": {}
543
784
  },
544
785
  "mutable": false,
545
- "attr": "input-handler",
546
786
  "reflectToAttr": false,
547
787
  "docs": "",
548
788
  "docsTags": [],
549
789
  "values": [
550
790
  {
551
- "type": "any"
791
+ "type": "(name: string, value: string) => void"
552
792
  }
553
793
  ],
554
794
  "optional": false,
@@ -643,7 +883,7 @@
643
883
  "justifi-business-representative",
644
884
  "justifi-business-representative-form-inputs",
645
885
  "owner-form-inputs",
646
- "payments-list-core",
886
+ "payments-list-filters",
647
887
  "payouts-list-core"
648
888
  ],
649
889
  "dependencies": [
@@ -670,7 +910,7 @@
670
910
  "owner-form-inputs": [
671
911
  "form-control-date"
672
912
  ],
673
- "payments-list-core": [
913
+ "payments-list-filters": [
674
914
  "form-control-date"
675
915
  ],
676
916
  "payouts-list-core": [
@@ -1880,7 +2120,7 @@
1880
2120
  "type": "string"
1881
2121
  }
1882
2122
  ],
1883
- "optional": false,
2123
+ "optional": true,
1884
2124
  "required": false
1885
2125
  },
1886
2126
  {
@@ -1901,7 +2141,7 @@
1901
2141
  "type": "boolean"
1902
2142
  }
1903
2143
  ],
1904
- "optional": false,
2144
+ "optional": true,
1905
2145
  "required": false
1906
2146
  },
1907
2147
  {
@@ -2078,7 +2318,8 @@
2078
2318
  "justifi-business-core-info-form-step-core",
2079
2319
  "justifi-identity-address-form",
2080
2320
  "justifi-legal-address-form",
2081
- "justifi-legal-address-form-step-core"
2321
+ "justifi-legal-address-form-step-core",
2322
+ "payments-list-filters"
2082
2323
  ],
2083
2324
  "dependencies": [
2084
2325
  "form-control-help-text",
@@ -2115,6 +2356,9 @@
2115
2356
  ],
2116
2357
  "justifi-legal-address-form-step-core": [
2117
2358
  "form-control-select"
2359
+ ],
2360
+ "payments-list-filters": [
2361
+ "form-control-select"
2118
2362
  ]
2119
2363
  }
2120
2364
  },
@@ -2145,7 +2389,7 @@
2145
2389
  "type": "string"
2146
2390
  }
2147
2391
  ],
2148
- "optional": false,
2392
+ "optional": true,
2149
2393
  "required": false
2150
2394
  },
2151
2395
  {
@@ -2166,7 +2410,7 @@
2166
2410
  "type": "boolean"
2167
2411
  }
2168
2412
  ],
2169
- "optional": false,
2413
+ "optional": true,
2170
2414
  "required": false
2171
2415
  },
2172
2416
  {
@@ -2368,7 +2612,8 @@
2368
2612
  "justifi-legal-address-form",
2369
2613
  "justifi-legal-address-form-step-core",
2370
2614
  "justifi-refund-form",
2371
- "owner-form-inputs"
2615
+ "owner-form-inputs",
2616
+ "payments-list-filters"
2372
2617
  ],
2373
2618
  "dependencies": [
2374
2619
  "form-control-help-text",
@@ -2417,6 +2662,9 @@
2417
2662
  ],
2418
2663
  "owner-form-inputs": [
2419
2664
  "form-control-text"
2665
+ ],
2666
+ "payments-list-filters": [
2667
+ "form-control-text"
2420
2668
  ]
2421
2669
  }
2422
2670
  },
@@ -10940,6 +11188,28 @@
10940
11188
  "optional": false,
10941
11189
  "required": false
10942
11190
  },
11191
+ {
11192
+ "name": "apiOrigin",
11193
+ "type": "string",
11194
+ "complexType": {
11195
+ "original": "string",
11196
+ "resolved": "string",
11197
+ "references": {}
11198
+ },
11199
+ "mutable": false,
11200
+ "attr": "api-origin",
11201
+ "reflectToAttr": false,
11202
+ "docs": "",
11203
+ "docsTags": [],
11204
+ "default": "config.proxyApiOrigin",
11205
+ "values": [
11206
+ {
11207
+ "type": "string"
11208
+ }
11209
+ ],
11210
+ "optional": true,
11211
+ "required": false
11212
+ },
10943
11213
  {
10944
11214
  "name": "authToken",
10945
11215
  "type": "string",
@@ -10998,9 +11268,26 @@
10998
11268
  "payments-list-core"
10999
11269
  ],
11000
11270
  "payments-list-core": [
11001
- "form-control-date",
11271
+ "payments-list-filters",
11002
11272
  "pagination-menu"
11003
11273
  ],
11274
+ "payments-list-filters": [
11275
+ "table-filters-menu",
11276
+ "form-control-text",
11277
+ "form-control-select",
11278
+ "form-control-date"
11279
+ ],
11280
+ "table-filters-menu": [
11281
+ "custom-popper"
11282
+ ],
11283
+ "form-control-text": [
11284
+ "form-control-help-text",
11285
+ "form-control-error-text"
11286
+ ],
11287
+ "form-control-select": [
11288
+ "form-control-help-text",
11289
+ "form-control-error-text"
11290
+ ],
11004
11291
  "form-control-date": [
11005
11292
  "form-control-help-text",
11006
11293
  "form-control-error-text"
@@ -13572,14 +13859,31 @@
13572
13859
  "justifi-payments-list"
13573
13860
  ],
13574
13861
  "dependencies": [
13575
- "form-control-date",
13862
+ "payments-list-filters",
13576
13863
  "pagination-menu"
13577
13864
  ],
13578
13865
  "dependencyGraph": {
13579
13866
  "payments-list-core": [
13580
- "form-control-date",
13867
+ "payments-list-filters",
13581
13868
  "pagination-menu"
13582
13869
  ],
13870
+ "payments-list-filters": [
13871
+ "table-filters-menu",
13872
+ "form-control-text",
13873
+ "form-control-select",
13874
+ "form-control-date"
13875
+ ],
13876
+ "table-filters-menu": [
13877
+ "custom-popper"
13878
+ ],
13879
+ "form-control-text": [
13880
+ "form-control-help-text",
13881
+ "form-control-error-text"
13882
+ ],
13883
+ "form-control-select": [
13884
+ "form-control-help-text",
13885
+ "form-control-error-text"
13886
+ ],
13583
13887
  "form-control-date": [
13584
13888
  "form-control-help-text",
13585
13889
  "form-control-error-text"
@@ -13589,6 +13893,125 @@
13589
13893
  ]
13590
13894
  }
13591
13895
  },
13896
+ {
13897
+ "filePath": "src/components/payments-list/payments-list-filters.tsx",
13898
+ "encapsulation": "none",
13899
+ "tag": "payments-list-filters",
13900
+ "readme": "# justifi-payments-list\n\n\n",
13901
+ "docs": "",
13902
+ "docsTags": [],
13903
+ "usage": {},
13904
+ "props": [
13905
+ {
13906
+ "name": "clearParams",
13907
+ "type": "() => void",
13908
+ "complexType": {
13909
+ "original": "() => void",
13910
+ "resolved": "() => void",
13911
+ "references": {}
13912
+ },
13913
+ "mutable": false,
13914
+ "reflectToAttr": false,
13915
+ "docs": "",
13916
+ "docsTags": [],
13917
+ "values": [
13918
+ {
13919
+ "type": "() => void"
13920
+ }
13921
+ ],
13922
+ "optional": false,
13923
+ "required": false
13924
+ },
13925
+ {
13926
+ "name": "params",
13927
+ "type": "PaymentsParams",
13928
+ "complexType": {
13929
+ "original": "PaymentsParams",
13930
+ "resolved": "PaymentsParams",
13931
+ "references": {
13932
+ "PaymentsParams": {
13933
+ "location": "import",
13934
+ "path": "../../api",
13935
+ "id": "src/api/index.ts::PaymentsParams"
13936
+ }
13937
+ }
13938
+ },
13939
+ "mutable": false,
13940
+ "reflectToAttr": false,
13941
+ "docs": "",
13942
+ "docsTags": [],
13943
+ "default": "{}",
13944
+ "values": [
13945
+ {
13946
+ "type": "PaymentsParams"
13947
+ }
13948
+ ],
13949
+ "optional": false,
13950
+ "required": false
13951
+ },
13952
+ {
13953
+ "name": "setParamsOnChange",
13954
+ "type": "(name: string, value: string) => void",
13955
+ "complexType": {
13956
+ "original": "(name: string, value: string) => void",
13957
+ "resolved": "(name: string, value: string) => void",
13958
+ "references": {}
13959
+ },
13960
+ "mutable": false,
13961
+ "reflectToAttr": false,
13962
+ "docs": "",
13963
+ "docsTags": [],
13964
+ "values": [
13965
+ {
13966
+ "type": "(name: string, value: string) => void"
13967
+ }
13968
+ ],
13969
+ "optional": false,
13970
+ "required": false
13971
+ }
13972
+ ],
13973
+ "methods": [],
13974
+ "events": [],
13975
+ "listeners": [],
13976
+ "styles": [],
13977
+ "slots": [],
13978
+ "parts": [],
13979
+ "dependents": [
13980
+ "payments-list-core"
13981
+ ],
13982
+ "dependencies": [
13983
+ "table-filters-menu",
13984
+ "form-control-text",
13985
+ "form-control-select",
13986
+ "form-control-date"
13987
+ ],
13988
+ "dependencyGraph": {
13989
+ "payments-list-filters": [
13990
+ "table-filters-menu",
13991
+ "form-control-text",
13992
+ "form-control-select",
13993
+ "form-control-date"
13994
+ ],
13995
+ "table-filters-menu": [
13996
+ "custom-popper"
13997
+ ],
13998
+ "form-control-text": [
13999
+ "form-control-help-text",
14000
+ "form-control-error-text"
14001
+ ],
14002
+ "form-control-select": [
14003
+ "form-control-help-text",
14004
+ "form-control-error-text"
14005
+ ],
14006
+ "form-control-date": [
14007
+ "form-control-help-text",
14008
+ "form-control-error-text"
14009
+ ],
14010
+ "payments-list-core": [
14011
+ "payments-list-filters"
14012
+ ]
14013
+ }
14014
+ },
13592
14015
  {
13593
14016
  "filePath": "src/components/payout-details/payout-details-core.tsx",
13594
14017
  "encapsulation": "none",
@@ -13916,6 +14339,94 @@
13916
14339
  "representative-details"
13917
14340
  ]
13918
14341
  }
14342
+ },
14343
+ {
14344
+ "filePath": "src/ui-components/filters/table-filters-menu.tsx",
14345
+ "encapsulation": "none",
14346
+ "tag": "table-filters-menu",
14347
+ "readme": "# text-filter\n\n\n",
14348
+ "docs": "",
14349
+ "docsTags": [],
14350
+ "usage": {},
14351
+ "props": [
14352
+ {
14353
+ "name": "clearParams",
14354
+ "type": "() => void",
14355
+ "complexType": {
14356
+ "original": "() => void",
14357
+ "resolved": "() => void",
14358
+ "references": {}
14359
+ },
14360
+ "mutable": false,
14361
+ "reflectToAttr": false,
14362
+ "docs": "",
14363
+ "docsTags": [],
14364
+ "values": [
14365
+ {
14366
+ "type": "() => void"
14367
+ }
14368
+ ],
14369
+ "optional": false,
14370
+ "required": false
14371
+ },
14372
+ {
14373
+ "name": "params",
14374
+ "type": "any",
14375
+ "complexType": {
14376
+ "original": "any",
14377
+ "resolved": "any",
14378
+ "references": {}
14379
+ },
14380
+ "mutable": false,
14381
+ "attr": "params",
14382
+ "reflectToAttr": false,
14383
+ "docs": "",
14384
+ "docsTags": [],
14385
+ "values": [
14386
+ {
14387
+ "type": "any"
14388
+ }
14389
+ ],
14390
+ "optional": false,
14391
+ "required": false
14392
+ }
14393
+ ],
14394
+ "methods": [],
14395
+ "events": [],
14396
+ "listeners": [
14397
+ {
14398
+ "event": "showEvent",
14399
+ "capture": false,
14400
+ "passive": false
14401
+ },
14402
+ {
14403
+ "event": "hideEvent",
14404
+ "capture": false,
14405
+ "passive": false
14406
+ }
14407
+ ],
14408
+ "styles": [],
14409
+ "slots": [],
14410
+ "parts": [
14411
+ {
14412
+ "name": "dropdown-menu",
14413
+ "docs": ""
14414
+ }
14415
+ ],
14416
+ "dependents": [
14417
+ "payments-list-filters"
14418
+ ],
14419
+ "dependencies": [
14420
+ "custom-popper"
14421
+ ],
14422
+ "dependencyGraph": {
14423
+ "table-filters-menu": [
14424
+ "custom-popper"
14425
+ ],
14426
+ "payments-list-filters": [
14427
+ "table-filters-menu"
14428
+ ]
14429
+ }
13919
14430
  }
13920
14431
  ],
13921
14432
  "typeLibrary": {
@@ -14029,6 +14540,11 @@
14029
14540
  "docstring": "",
14030
14541
  "path": "src/api/index.ts"
14031
14542
  },
14543
+ "src/api/index.ts::PaymentsParams": {
14544
+ "declaration": "any",
14545
+ "docstring": "",
14546
+ "path": "src/api/index.ts"
14547
+ },
14032
14548
  "src/api/index.ts::Payout": {
14033
14549
  "declaration": "any",
14034
14550
  "docstring": "",
@@ -14038,6 +14554,16 @@
14038
14554
  "declaration": "export interface RefundFormFields {\n amount: number | null; // Allowing null for initial state or cleared inputs\n message: string;\n}",
14039
14555
  "docstring": "",
14040
14556
  "path": "src/components/refund-form/refund-form-schema.ts"
14557
+ },
14558
+ "../../node_modules/.pnpm/@popperjs+core@2.11.8/node_modules/@popperjs/core/index.d.ts::Placement": {
14559
+ "declaration": "any",
14560
+ "docstring": "",
14561
+ "path": "../../node_modules/.pnpm/@popperjs+core@2.11.8/node_modules/@popperjs/core/index.d.ts"
14562
+ },
14563
+ "../../node_modules/.pnpm/@popperjs+core@2.11.8/node_modules/@popperjs/core/index.d.ts::PositioningStrategy": {
14564
+ "declaration": "any",
14565
+ "docstring": "",
14566
+ "path": "../../node_modules/.pnpm/@popperjs+core@2.11.8/node_modules/@popperjs/core/index.d.ts"
14041
14567
  }
14042
14568
  }
14043
14569
  }