@tesouro/embedded-components-react 0.2.133 → 0.2.148
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/README.md +20 -18
- package/dist/index.css +1723 -3260
- package/dist/index.d.ts +249 -104
- package/dist/index.js +107 -105
- package/dist/lib/AcceptDisclosuresWidget.d.ts +47 -5
- package/dist/lib/AcceptDisclosuresWidget.js +6 -4
- package/dist/lib/BalancesWidget.js +5 -4
- package/dist/lib/{OnboardingWidget.d.ts → BankAccountOnboardingWidget.d.ts} +204 -101
- package/dist/lib/BankAccountOnboardingWidget.js +20 -0
- package/dist/lib/HelpWidget.js +7 -6
- package/dist/lib/InsightsWidget.js +9 -8
- package/dist/lib/InvoicingWidget.js +3 -2
- package/dist/lib/ReceivablesWidget.js +24 -23
- package/dist/lib/TransfersWidget.js +7 -6
- package/dist/lib/WidgetProvider.js +30 -29
- package/dist/lib/WidgetProviderPublic.js +3 -2
- package/dist/libs/embedded-banking/shared/util/dist/index3.js +76 -79
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index2.js +102 -34
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index4.js +69 -0
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index2.js +90 -11
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index3.js +15 -3
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index2.js +17 -16
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index4.js +4 -3
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index5.js +9 -8
- package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index2.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index10.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index2.js +24 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index3.js +14 -0
- package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/data-access/dist/index2.js → bank-account-onboarding-widget/data-access/dist/index4.js} +5 -3
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index5.js +26 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index6.js +26 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index8.js +15 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index9.js +37 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index10.js +187 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index11.js +11 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index12.js +169 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index13.js +80 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index14.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index15.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index16.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index17.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index2.js +407 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index3.js +132 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index4.js +101 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index5.js +146 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index6.js +112 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index7.js +15 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index8.js +37 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index9.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index10.js +77 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index11.js +89 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index12.js +100 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index13.js +103 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index14.js +91 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index15.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index16.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/ui/dist/index5.js → bank-account-onboarding-widget/ui/dist/index17.js} +8 -5
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index18.js +23 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index19.js +117 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index2.js +131 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index20.js +338 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index21.js +32 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index22.js +50 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index23.js +50 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index24.js +218 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index25.js +52 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index26.js +277 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index27.js +53 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index28.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index3.js +48 -0
- package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/ui/dist/index3.js → bank-account-onboarding-widget/ui/dist/index4.js} +19 -12
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index5.js +32 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index6.js +94 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index7.js +14 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +33 -32
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +29 -28
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index4.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index5.js +10 -9
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index6.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index4.js +16 -15
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index2.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index5.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index6.js +13 -12
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +24 -23
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index5.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index5.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index3.js +27 -26
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index4.js +86 -85
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/ExpenseApprovalPoliciesWidgetFeature.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index7.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index8.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/ReceiptMatchWidget.js +16 -15
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/useReceiptMatch.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index2.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index5.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/ExpenseRequirementsWidget.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/feature/dist/lib/UploadReceiptWidget.js +12 -11
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index2.js +32 -31
- package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index2.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index3.js +4 -3
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index6.js +5 -4
- package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index2.js +8 -7
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +22 -21
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index3.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index6.js +30 -29
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index2.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index4.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index5.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index6.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index7.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index9.js +20 -19
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index2.js +9 -8
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index4.js +278 -211
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index8.js +16 -16
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index12.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index13.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index2.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index5.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index6.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index7.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index8.js +15 -14
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index9.js +10 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +10 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +23 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +24 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +75 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +6 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +5 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +33 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +32 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +7 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +12 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +26 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +14 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +119 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +7 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +216 -119
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +11 -217
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +47 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +46 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +12 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +44 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +15 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +11 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +152 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +24 -150
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +9 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +41 -91
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +73 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +54 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +24 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +80 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +28 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +41 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +7 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +118 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +68 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +189 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +30 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +108 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +137 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +17 -115
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +20 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +21 -188
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +26 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +183 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +12 -136
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +18 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +48 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +4 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +5 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +88 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +36 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +6 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +45 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +50 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +205 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +433 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +21 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +25 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +89 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +96 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +14 -201
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +11 -432
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +12 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +36 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +50 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +33 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +66 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +346 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +2 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +15 -486
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +9 -163
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +14 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +13 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +14 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +21 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +34 -343
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +37 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +15 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +27 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +17 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +245 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +12 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +19 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +24 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +38 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +57 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +49 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +30 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +93 -243
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +46 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +146 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +106 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +50 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +27 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +5 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +75 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +32 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +19 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +17 -144
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +27 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +42 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +63 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +93 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +109 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +85 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +57 -108
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +54 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +27 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +56 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +18 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +38 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +59 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +29 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +113 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +21 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +43 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +57 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +10 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +22 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +33 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +2 -213
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +96 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +96 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +213 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +25 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +127 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +44 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +68 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +149 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +19 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +14 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +68 -159
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +76 -133
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +39 -157
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +488 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +167 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +19 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +39 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +158 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +28 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +28 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +78 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +64 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +20 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +18 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +18 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +167 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +130 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +159 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +10 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +17 -139
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +61 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +67 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +51 -276
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +6 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +11 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +55 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +21 -222
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +58 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +14 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +62 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +43 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +23 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +140 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +112 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +81 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +284 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +43 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +15 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +83 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +223 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +37 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +11 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +11 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +7 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +12 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +6 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +2 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +90 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +16 -159
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +84 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +17 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +50 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +10 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +49 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +32 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +11 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +11 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +22 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +47 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +44 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +36 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +24 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +6 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +32 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +18 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +43 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +21 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +72 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +92 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +37 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +95 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +36 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +30 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +7 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +48 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +18 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +123 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +18 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +16 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +73 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +16 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +11 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +33 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +53 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +34 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +23 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +16 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +65 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +15 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +16 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +15 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +14 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +65 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +21 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +2 -127
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +10 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +29 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +67 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +54 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +38 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +102 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +112 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +12 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +20 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +20 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +38 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +31 -83
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +84 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +22 -103
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +8 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +30 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +4 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +125 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +19 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +26 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +36 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +5 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +69 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +47 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +27 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +18 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +93 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +15 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +75 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +20 -84
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +9 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +52 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +67 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +21 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +41 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +34 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +16 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +19 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +49 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +58 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +30 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +49 -91
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +40 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +30 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +32 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +83 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +15 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +50 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +37 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +46 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +72 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +83 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +52 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +51 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +51 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +36 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +49 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +48 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +40 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +20 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +47 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index58.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index94.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index2.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index4.js +38 -37
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index5.js +12 -11
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index6.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index2.js +69 -74
- package/dist/libs/tesouro-embedded-components-react/profile-widget/ui/dist/index2.js +37 -55
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +23 -22
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index5.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index10.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index12.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index14.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index4.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index5.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index6.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/organizationHeaders.js +4 -3
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +278 -265
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js +164 -164
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/RootWidgetProvider.js +17 -16
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetProvider.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/client.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/naicsCodeMap.js +1027 -8
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteRegionProvider.js +6 -5
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +24 -23
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index3.js +16 -16
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index4.js +35 -35
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index6.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/FdicLogo.js +444 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShell.js +155 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellOverlayPortal.js +31 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellScrollRegion.js +96 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellStepper.js +62 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/labels.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/useScrollHintContainer.js +38 -0
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index3.js +14 -13
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index4.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index5.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index10.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index11.js +12 -11
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index7.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index10.js +31 -30
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index11.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index12.js +9 -8
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index13.js +32 -31
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index15.js +23 -22
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index4.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index5.js +14 -13
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index6.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index8.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index4.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index6.js +5 -4
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index4.js +17 -17
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index6.js +2 -2
- package/dist/packages/shared-ui-shadcn/dist/index.js +3392 -3353
- package/package.json +2 -1
- package/dist/lib/OnboardingWidget.js +0 -18
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index3.js +0 -20
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index4.js +0 -20
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index2.js +0 -326
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index3.js +0 -53
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index4.js +0 -50
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index5.js +0 -106
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index6.js +0 -70
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index7.js +0 -7
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index10.js +0 -36
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index11.js +0 -46
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index12.js +0 -39
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index2.js +0 -317
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index4.js +0 -303
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index6.js +0 -275
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index7.js +0 -33
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index8.js +0 -41
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index9.js +0 -17
- /package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/data-access/dist/index5.js → bank-account-onboarding-widget/data-access/dist/index7.js} +0 -0
|
@@ -1,19 +1,32 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { Button as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
import { jsxs as t, jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Button as m } from "./index84.js";
|
|
3
|
+
import { DropdownMenu as d, DropdownMenuTrigger as p, DropdownMenuContent as u, DropdownMenuItem as f } from "./index138.js";
|
|
4
|
+
import { Tooltip as h, TooltipTrigger as g, TooltipContent as w } from "./index239.js";
|
|
5
|
+
import { ACTION_ICON as C } from "./index240.js";
|
|
6
|
+
import { preventTooltipFocusOpen as T } from "./index242.js";
|
|
7
|
+
import { MoreVerticalIcon as v } from "lucide-react";
|
|
8
|
+
function j({
|
|
9
|
+
actions: r,
|
|
10
|
+
triggerLabel: i,
|
|
11
|
+
getActionLabel: n,
|
|
12
|
+
onSelect: a,
|
|
13
|
+
isActionDisabled: s,
|
|
14
|
+
className: l
|
|
15
|
+
}) {
|
|
16
|
+
return /* @__PURE__ */ t(d, { children: [
|
|
17
|
+
/* @__PURE__ */ t(h, { children: [
|
|
18
|
+
/* @__PURE__ */ e(g, { asChild: !0, onFocus: T, children: /* @__PURE__ */ e(p, { asChild: !0, children: /* @__PURE__ */ e(m, { variant: "ghost", size: "icon", className: l, "aria-label": i, children: /* @__PURE__ */ e(v, { className: "ttw:size-4" }) }) }) }),
|
|
19
|
+
/* @__PURE__ */ e(w, { children: i })
|
|
20
|
+
] }),
|
|
21
|
+
/* @__PURE__ */ e(u, { align: "end", children: r.map((o) => {
|
|
22
|
+
const c = C[o];
|
|
23
|
+
return /* @__PURE__ */ t(f, { variant: o === "delete" ? "destructive" : "default", disabled: s?.(o), onClick: () => a(o), children: [
|
|
24
|
+
/* @__PURE__ */ e(c, { className: "ttw:size-4" }),
|
|
25
|
+
n(o)
|
|
26
|
+
] }, o);
|
|
27
|
+
}) })
|
|
28
|
+
] });
|
|
29
|
+
}
|
|
17
30
|
export {
|
|
18
|
-
|
|
31
|
+
j as InvoiceDetailsOverflowMenu
|
|
19
32
|
};
|
|
@@ -1,250 +1,100 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { useMeasureUnitsMapping as ne } from "./index369.js";
|
|
7
|
-
import { useUpdateReceivable as oe } from "./index370.js";
|
|
8
|
-
import { useUpdateReceivableLineItems as de } from "./index371.js";
|
|
9
|
-
import { useLineItemSubmitCleanup as se } from "./index195.js";
|
|
10
|
-
import { useCounterpartById as me } from "./index70.js";
|
|
1
|
+
import { jsxs as o, Fragment as _, jsx as i } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { ManualPaymentRecordDetails as k } from "./index382.js";
|
|
3
|
+
import { PaymentRecordForm as E } from "./index383.js";
|
|
4
|
+
import { useMoniteContext as $ } from "./index57.js";
|
|
5
|
+
import { useRootElements as B } from "./index92.js";
|
|
11
6
|
import "@tanstack/react-query";
|
|
12
|
-
import "./
|
|
13
|
-
import
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import "
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import { useGetPaymentTerms as Te } from "./index372.js";
|
|
28
|
-
import { useGetMeasureUnits as Ee } from "./index202.js";
|
|
29
|
-
import { buildPaymentTermsPayload as ke, CUSTOM_DATE_PAYMENT_TERM as Ue, RECEIPT_DUE_PAYMENT_TERM as Le } from "./index187.js";
|
|
30
|
-
import { NotesSection as Pe } from "./index204.js";
|
|
31
|
-
const Fe = (e) => {
|
|
32
|
-
if (e?.id)
|
|
33
|
-
return {
|
|
34
|
-
payment_terms_id: e.id,
|
|
35
|
-
payment_terms_custom_date: null
|
|
36
|
-
};
|
|
37
|
-
const m = e?.term_final?.end_date;
|
|
38
|
-
return m ? {
|
|
39
|
-
payment_terms_id: Ue,
|
|
40
|
-
payment_terms_custom_date: _e(m)
|
|
41
|
-
} : e?.term_final?.number_of_days === 0 ? {
|
|
42
|
-
payment_terms_id: Le,
|
|
43
|
-
payment_terms_custom_date: null
|
|
44
|
-
} : {
|
|
45
|
-
payment_terms_id: "",
|
|
46
|
-
payment_terms_custom_date: null
|
|
47
|
-
};
|
|
48
|
-
}, pt = (e) => /* @__PURE__ */ r(Oe, { ...e }), Oe = ({
|
|
49
|
-
invoice: e,
|
|
50
|
-
onCancel: m,
|
|
51
|
-
onUpdated: M,
|
|
52
|
-
isOpen: N
|
|
7
|
+
import { fromMinorUnits as F, toMinorUnits as H } from "./index120.js";
|
|
8
|
+
import "date-fns";
|
|
9
|
+
import { useEntityUserByAuthToken as L } from "./index75.js";
|
|
10
|
+
import { useCreatePaymentRecord as U } from "./index79.js";
|
|
11
|
+
import { useLingui as A } from "@lingui/react";
|
|
12
|
+
import { Dialog as I, DialogContent as Q, DialogActions as W, Button as m, Box as q } from "@mui/material";
|
|
13
|
+
import { useState as l } from "react";
|
|
14
|
+
const g = {
|
|
15
|
+
amount: 0,
|
|
16
|
+
payment_date: /* @__PURE__ */ new Date(),
|
|
17
|
+
payment_time: /* @__PURE__ */ new Date(),
|
|
18
|
+
created_by: ""
|
|
19
|
+
}, ie = ({
|
|
20
|
+
children: b,
|
|
21
|
+
invoice: t
|
|
53
22
|
}) => {
|
|
54
|
-
const {
|
|
55
|
-
i18n:
|
|
56
|
-
} =
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
} =
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
} =
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
|
|
23
|
+
const [h, c] = l(!1), [C, r] = l(!1), [e, u] = l(g), {
|
|
24
|
+
i18n: s
|
|
25
|
+
} = A(), {
|
|
26
|
+
root: x
|
|
27
|
+
} = B(), v = () => c(!0), n = () => c(!1), {
|
|
28
|
+
api: p,
|
|
29
|
+
queryClient: y
|
|
30
|
+
} = $(), {
|
|
31
|
+
mutate: D,
|
|
32
|
+
isPending: M
|
|
33
|
+
} = U(), {
|
|
34
|
+
data: f,
|
|
35
|
+
isLoading: R
|
|
36
|
+
} = L(), w = (a) => {
|
|
37
|
+
u({
|
|
38
|
+
...a,
|
|
39
|
+
amount: H(a?.amount ?? 0),
|
|
40
|
+
created_by: f?.id ?? ""
|
|
41
|
+
}), r(!0);
|
|
42
|
+
}, P = () => {
|
|
43
|
+
r(!1), u(g);
|
|
44
|
+
}, S = () => {
|
|
45
|
+
const a = new Date(e.payment_date).setHours(e.payment_time.getHours(), e.payment_time.getMinutes()), j = new Date(a);
|
|
46
|
+
D({
|
|
47
|
+
amount: e?.amount ?? 0,
|
|
48
|
+
currency: t.currency,
|
|
49
|
+
paid_at: j.toISOString(),
|
|
50
|
+
object: {
|
|
51
|
+
id: t.id,
|
|
52
|
+
type: "receivable"
|
|
53
|
+
},
|
|
54
|
+
payment_intent_id: t.id,
|
|
55
|
+
entity_user_id: f?.id,
|
|
56
|
+
status: "succeeded"
|
|
57
|
+
}, {
|
|
58
|
+
onSuccess: () => {
|
|
59
|
+
p.finops.getReceivablesId.invalidateQueries({
|
|
60
|
+
parameters: {
|
|
61
|
+
path: {
|
|
62
|
+
receivable_id: t.id
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}, y), p.finops.getReceivables.invalidateQueries(y), n(), P();
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
}, d = M || R;
|
|
69
|
+
return ["draft", "paid", "canceled", "deleted", "accepted", "recurring", "expired", "declined", "uncollectible"].includes(t.status) ? null : /* @__PURE__ */ o(_, { children: [
|
|
70
|
+
b({
|
|
71
|
+
openModal: v
|
|
99
72
|
}),
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
ne(p, P, F);
|
|
124
|
-
const [j, v] = le(!1), A = pe(() => {
|
|
125
|
-
if (!y) {
|
|
126
|
-
m();
|
|
127
|
-
return;
|
|
128
|
-
}
|
|
129
|
-
v(!0);
|
|
130
|
-
}, [y, m]), b = de(e.id), h = oe(e.id), V = o("line_items"), q = o("payment_terms_id"), B = o("memo"), Y = o("footer"), z = o("purchase_order"), G = o("bank_account_id"), H = o("tax_mode"), X = o("tax_rate"), x = o("counterpart_id"), g = o("default_billing_address_id"), {
|
|
131
|
-
data: J
|
|
132
|
-
} = me(x), {
|
|
133
|
-
data: w
|
|
134
|
-
} = ue(x), K = C(() => w?.data?.find((t) => t.id === g), [g, w?.data]), _ = b.isPending || h.isPending || T || k, D = `Monite-Form-receivablesDetailsForm-${fe()}`;
|
|
135
|
-
return /* @__PURE__ */ s(ee, { children: [
|
|
136
|
-
/* @__PURE__ */ r(he, { open: N, modal: !1, children: /* @__PURE__ */ s(xe, { fullScreen: !0, showCloseButton: !1, className: "ttw:flex", onInteractOutside: (t) => t.preventDefault(), children: [
|
|
137
|
-
/* @__PURE__ */ s("div", { className: "ttw:flex-1/2 ttw:overflow-y-auto ttw:pr-14", children: [
|
|
138
|
-
/* @__PURE__ */ s(ge, { className: "ttw:flex-row ttw:justify-between ttw:bg-white ttw:pb-4 ttw:sticky ttw:top-0 ttw:z-9999", children: [
|
|
139
|
-
/* @__PURE__ */ r(we, { className: "ttw:sr-only", children: n._("Edit invoice") }),
|
|
140
|
-
/* @__PURE__ */ r(De, { className: "ttw:sr-only", children: n._("Edit invoice") }),
|
|
141
|
-
/* @__PURE__ */ r(Ce, { asChild: !0, children: /* @__PURE__ */ r(I, { variant: "ghost", onClick: A, disabled: _, "aria-label": n._("Close"), children: /* @__PURE__ */ r(Ne, {}) }) }),
|
|
142
|
-
/* @__PURE__ */ r(I, { type: "submit", form: D, disabled: _, children: n._("Update") })
|
|
143
|
-
] }),
|
|
144
|
-
/* @__PURE__ */ r(Me, { ...f, children: /* @__PURE__ */ r("form", { id: D, noValidate: !0, onSubmit: async (t) => {
|
|
145
|
-
t.preventDefault(), R(), await L((a) => {
|
|
146
|
-
const d = {
|
|
147
|
-
data: a.line_items.filter((i) => !!i.product?.name?.trim()).map((i) => {
|
|
148
|
-
const u = i;
|
|
149
|
-
let c;
|
|
150
|
-
if (u.product.measure_unit_id) {
|
|
151
|
-
const W = u.product.measure_unit_id;
|
|
152
|
-
c = p?.data?.find((Z) => Z.id === W)?.name;
|
|
153
|
-
} else (u.product.measure_unit_name || u.measure_unit?.name) && (c = u.product.measure_unit_name || u.measure_unit?.name);
|
|
154
|
-
return {
|
|
155
|
-
quantity: i.quantity,
|
|
156
|
-
tax_status: i.taxable ? "taxable" : "non_taxable",
|
|
157
|
-
product: {
|
|
158
|
-
name: i.product.name,
|
|
159
|
-
type: i.product.type,
|
|
160
|
-
measure_unit: c ? {
|
|
161
|
-
name: c
|
|
162
|
-
} : void 0,
|
|
163
|
-
price: i.product.price ? {
|
|
164
|
-
currency: i.product.price.currency ?? "USD",
|
|
165
|
-
value: Math.round(i.product.price.value ?? 0)
|
|
166
|
-
} : void 0
|
|
167
|
-
},
|
|
168
|
-
tax_rate_value: i.taxable && a.tax_rate !== void 0 ? ve(Number(a.tax_rate)) : void 0
|
|
169
|
-
};
|
|
170
|
-
})
|
|
171
|
-
}, Q = {
|
|
172
|
-
invoice: {
|
|
173
|
-
/** Customer section */
|
|
174
|
-
counterpart_id: a.counterpart_id,
|
|
175
|
-
currency: l,
|
|
176
|
-
memo: a.memo,
|
|
177
|
-
// @ts-expect-error - we need to send `null`, but the backend doesn't provide a correct type
|
|
178
|
-
counterpart_shipping_address_id: a?.default_shipping_address_id || null,
|
|
179
|
-
counterpart_billing_address_id: a?.default_billing_address_id,
|
|
180
|
-
/** We shouldn't send an empty string to the server if the value is not set */
|
|
181
|
-
bank_account_id: e.bank_account_id,
|
|
182
|
-
bank_account_type: e.bank_account_type,
|
|
183
|
-
/**
|
|
184
|
-
* Payment terms aren't editable here — rebuild the
|
|
185
|
-
* request payload from the seeded form values (a saved
|
|
186
|
-
* `payment_terms_id`, or an inline `payment_terms`
|
|
187
|
-
* object for "Custom date" / "Due on receipt") so the
|
|
188
|
-
* backend keeps the same due date. Reusing the shared
|
|
189
|
-
* builder guarantees a request-shaped
|
|
190
|
-
* `InlinePaymentTermsRequestPayload` rather than the
|
|
191
|
-
* response object, which carries id/name/description
|
|
192
|
-
* that the request type rejects.
|
|
193
|
-
*/
|
|
194
|
-
...ke({
|
|
195
|
-
paymentTermId: a.payment_terms_id,
|
|
196
|
-
customDueDate: a.payment_terms_custom_date
|
|
197
|
-
}),
|
|
198
|
-
// @ts-expect-error - we need to send `null`, but the backend doesn't provide a correct type
|
|
199
|
-
payment_reminder_id: a.payment_reminder_id || null,
|
|
200
|
-
// @ts-expect-error - we need to send `null`, but the backend doesn't provide a correct type
|
|
201
|
-
overdue_reminder_id: a.overdue_reminder_id || null
|
|
202
|
-
/** !!! Note !!! Backend is not supported to edit `purchase_order` so we have to remove it */
|
|
203
|
-
// purchase_order: values.purchase_order || undefined,
|
|
204
|
-
}
|
|
205
|
-
};
|
|
206
|
-
b.mutate(d, {
|
|
207
|
-
onSuccess: () => {
|
|
208
|
-
h.mutate(Q, {
|
|
209
|
-
onSuccess: (i) => {
|
|
210
|
-
M(i);
|
|
211
|
-
}
|
|
212
|
-
});
|
|
213
|
-
}
|
|
214
|
-
});
|
|
215
|
-
})(t);
|
|
216
|
-
}, className: "ttw:mb-14", children: /* @__PURE__ */ s("div", { className: "ttw:flex ttw:flex-col ttw:gap-8", children: [
|
|
217
|
-
/* @__PURE__ */ s("h1", { className: "ttw:text-2xl ttw:font-bold", children: [
|
|
218
|
-
n._("Invoice"),
|
|
219
|
-
" ",
|
|
220
|
-
/* @__PURE__ */ s("span", { className: "ttw:text-gray-500", children: [
|
|
221
|
-
"#",
|
|
222
|
-
e.document_id ?? ie
|
|
223
|
-
] })
|
|
224
|
-
] }),
|
|
225
|
-
/* @__PURE__ */ r(te, { defaultCurrency: l, registerLineItemCleanupFn: O }),
|
|
226
|
-
/* @__PURE__ */ r(Pe, { disabled: _ }),
|
|
227
|
-
/* @__PURE__ */ r(re, { disabled: _ })
|
|
228
|
-
] }) }) })
|
|
229
|
-
] }),
|
|
230
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex-1/2 ttw:w-1/2", children: /* @__PURE__ */ r(Se, { invoiceData: {
|
|
231
|
-
payment_terms_id: q,
|
|
232
|
-
line_items: (V || []).map((t) => ({
|
|
233
|
-
...t,
|
|
234
|
-
id: t.id || `temp-${Math.random().toString(36).substr(2, 9)}`
|
|
235
|
-
})),
|
|
236
|
-
memo: B,
|
|
237
|
-
footer: Y,
|
|
238
|
-
bank_account_id: G,
|
|
239
|
-
bank_account_type: e.bank_account_type,
|
|
240
|
-
tax_mode: H,
|
|
241
|
-
purchase_order: z || void 0,
|
|
242
|
-
tax_rate: X
|
|
243
|
-
}, counterpart: J, currency: l, entityData: S, address: K, paymentTerms: E }) })
|
|
244
|
-
] }) }),
|
|
245
|
-
/* @__PURE__ */ r(be, { open: j, title: n._("Cancel without saving?"), message: n._("There are unsaved changes. If you leave, they will be lost."), confirmLabel: n._("Yes"), cancelLabel: n._("No"), onClose: () => v(!1), onConfirm: m })
|
|
73
|
+
/* @__PURE__ */ i(I, { open: h, onClose: n, container: x, "aria-labelledby": "dialog-title", fullWidth: !0, maxWidth: "sm", children: C ? /* @__PURE__ */ o(_, { children: [
|
|
74
|
+
/* @__PURE__ */ i(Q, { sx: {
|
|
75
|
+
p: 4
|
|
76
|
+
}, children: /* @__PURE__ */ i(k, { invoice: t, paymentRecords: e }) }),
|
|
77
|
+
/* @__PURE__ */ o(W, { sx: {
|
|
78
|
+
px: 4,
|
|
79
|
+
pb: 4,
|
|
80
|
+
justifyContent: "space-between"
|
|
81
|
+
}, children: [
|
|
82
|
+
/* @__PURE__ */ i(m, { onClick: n, children: s._("Cancel") }),
|
|
83
|
+
/* @__PURE__ */ o(q, { sx: {
|
|
84
|
+
display: "flex",
|
|
85
|
+
gap: 2
|
|
86
|
+
}, children: [
|
|
87
|
+
/* @__PURE__ */ i(m, { variant: "outlined", disabled: d, onClick: () => r(!1), children: s._("Edit record") }),
|
|
88
|
+
/* @__PURE__ */ i(m, { variant: "contained", disabled: d, onClick: S, children: s._("Confirm") })
|
|
89
|
+
] })
|
|
90
|
+
] })
|
|
91
|
+
] }) : /* @__PURE__ */ i(E, { invoice: t, initialValues: {
|
|
92
|
+
amount: e.amount ? F(e.amount) : 0,
|
|
93
|
+
payment_date: e.payment_date,
|
|
94
|
+
payment_time: e.payment_time
|
|
95
|
+
}, isLoading: d, onCancel: n, onSubmit: w }) })
|
|
246
96
|
] });
|
|
247
97
|
};
|
|
248
98
|
export {
|
|
249
|
-
|
|
99
|
+
ie as RecordManualPaymentModal
|
|
250
100
|
};
|
|
@@ -1,14 +1,49 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { jsxs as f, jsx as n } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useCancelRecurrence as v } from "./index384.js";
|
|
3
|
+
import { useGetRecurrenceById as _ } from "./index247.js";
|
|
4
|
+
import { useCurrencies as C } from "./index58.js";
|
|
5
|
+
import "react";
|
|
6
|
+
import "./index92.js";
|
|
7
|
+
import { useLingui as g, Trans as h } from "@lingui/react";
|
|
8
|
+
import "react-dom";
|
|
9
|
+
import "./index57.js";
|
|
10
|
+
import "@mui/x-data-grid";
|
|
11
|
+
import { ConfirmationModal as b } from "./index195.js";
|
|
12
|
+
import w from "deep-eql";
|
|
13
|
+
import { usePreviousDistinct as y } from "react-use";
|
|
14
|
+
const $ = ({
|
|
15
|
+
invoice: i,
|
|
16
|
+
open: a,
|
|
17
|
+
onClose: r
|
|
18
|
+
}) => {
|
|
19
|
+
const {
|
|
20
|
+
i18n: e
|
|
21
|
+
} = g(), {
|
|
22
|
+
formatCurrencyToDisplay: l
|
|
23
|
+
} = C(), c = i?.recurrence_id ?? "", {
|
|
24
|
+
mutate: m,
|
|
25
|
+
isPending: u
|
|
26
|
+
} = v(c, i.id), {
|
|
27
|
+
data: t
|
|
28
|
+
} = _(c), s = y(t, w), o = (s?.status === "active" && t?.status === "canceled" ? s : t)?.iterations?.filter(({
|
|
29
|
+
status: p
|
|
30
|
+
}) => p === "pending")?.length ?? 0, d = i && o !== void 0 ? l(i.total_amount_with_credit_notes * o, i.currency) : void 0;
|
|
31
|
+
return /* @__PURE__ */ f(b, { open: a && !!i.id, title: e._("Cancel Recurring Invoice"), confirmLabel: e._("Cancel recurrence"), cancelLabel: e._("Close"), onClose: r, onConfirm: () => m(void 0, {
|
|
32
|
+
onSuccess: r
|
|
33
|
+
}), isLoading: u, children: [
|
|
34
|
+
/* @__PURE__ */ n("span", { className: "ttw:inline-block", children: e._("Are you sure you want to cancel this recurring invoice?") }),
|
|
35
|
+
/* @__PURE__ */ n("span", { className: "ttw:inline-block", children: e._("All future iterations of this invoice will be canceled.") }),
|
|
36
|
+
i && o !== void 0 && /* @__PURE__ */ n("span", { className: "ttw:inline-block", children: /* @__PURE__ */ n(h, { id: "ZYrFPL", values: {
|
|
37
|
+
0: o === 1 ? e._("invoice") : e._("invoices"),
|
|
38
|
+
totalPendingInvoices: o,
|
|
39
|
+
pendingInvoicesTotalAmountWithCreditNotes: d
|
|
40
|
+
}, components: {
|
|
41
|
+
0: /* @__PURE__ */ n("strong", {}),
|
|
42
|
+
1: /* @__PURE__ */ n("strong", {})
|
|
43
|
+
} }) }),
|
|
44
|
+
/* @__PURE__ */ n("span", { className: "ttw:inline-block", children: e._("This action can't be undone.") })
|
|
10
45
|
] });
|
|
11
|
-
}
|
|
46
|
+
};
|
|
12
47
|
export {
|
|
13
|
-
|
|
48
|
+
$ as RecurrenceCancelModal
|
|
14
49
|
};
|
|
@@ -1,21 +1,149 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
import { jsxs as a, Fragment as E, jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useMemo as P, useState as d, useEffect as Q } from "react";
|
|
3
|
+
import { useLingui as L } from "@lingui/react";
|
|
4
|
+
import { toast as v } from "react-hot-toast";
|
|
5
|
+
import { Send as q, Check as G } from "lucide-react";
|
|
6
|
+
import { useMoniteContext as H } from "./index57.js";
|
|
7
|
+
import { useCounterpartById as Y } from "./index70.js";
|
|
8
|
+
import "@tanstack/react-query";
|
|
9
|
+
import { getCounterpartName as J, getCounterpartEmail as K } from "./index7.js";
|
|
10
|
+
import { useGetReceivableById as O } from "./index82.js";
|
|
11
|
+
import { DialogHeader as U, DialogTitle as V, DialogDescription as W, DialogFooter as X } from "./index194.js";
|
|
12
|
+
import { Button as C } from "./index84.js";
|
|
13
|
+
import { Input as Z } from "./index118.js";
|
|
14
|
+
import { Textarea as tt } from "./index119.js";
|
|
15
|
+
import { Typography as o } from "./index85.js";
|
|
16
|
+
import { formatFileSize as et } from "./index359.js";
|
|
17
|
+
const yt = ({
|
|
18
|
+
receivableId: s,
|
|
19
|
+
counterpartId: $,
|
|
20
|
+
onSkip: T,
|
|
21
|
+
onSent: M,
|
|
22
|
+
isEditFlow: m = !1
|
|
23
|
+
}) => {
|
|
24
|
+
const {
|
|
25
|
+
i18n: t
|
|
26
|
+
} = L(), {
|
|
27
|
+
api: n,
|
|
28
|
+
queryClient: y,
|
|
29
|
+
entityId: b
|
|
30
|
+
} = H(), {
|
|
31
|
+
data: j
|
|
32
|
+
} = O(s, !!s), {
|
|
33
|
+
data: g
|
|
34
|
+
} = Y($), {
|
|
35
|
+
data: x
|
|
36
|
+
} = n.finops.getEntitiesIdPaymentMethods.useQuery({
|
|
37
|
+
path: {
|
|
38
|
+
entity_id: b
|
|
39
|
+
}
|
|
40
|
+
}), {
|
|
41
|
+
mutateAsync: z
|
|
42
|
+
} = n.finops.postReceivablesIdSend.useMutation(), {
|
|
43
|
+
mutateAsync: D
|
|
44
|
+
} = n.finops.postPaymentLinks.useMutation({}), r = J(g), l = K(g), N = j, w = N?.document_id, _ = N?.attachments ?? [], p = P(() => r ? w ? t._("Invoice #{documentId} for {name}", {
|
|
45
|
+
documentId: w,
|
|
46
|
+
name: r
|
|
47
|
+
}) : t._("Invoice for {name}", {
|
|
48
|
+
name: r
|
|
49
|
+
}) : "", [w, r, t]), [u, I] = d(""), [k, A] = d(!1), [f, F] = d(""), [c, S] = d(!1);
|
|
50
|
+
Q(() => {
|
|
51
|
+
!k && p && I(p);
|
|
52
|
+
}, [p, k]);
|
|
53
|
+
const R = async () => {
|
|
54
|
+
S(!0);
|
|
55
|
+
try {
|
|
56
|
+
const i = x ? x.data.filter(({
|
|
57
|
+
status: h,
|
|
58
|
+
direction: B
|
|
59
|
+
}) => h === "active" && B === "receive") : [];
|
|
60
|
+
i.length === 0 ? v.error(t._("You haven't onboarded for any payment method. Invoice is sent without a payment link.")) : await D({
|
|
61
|
+
recipient: {
|
|
62
|
+
id: b,
|
|
63
|
+
type: "entity"
|
|
64
|
+
},
|
|
65
|
+
payment_methods: i.map((h) => h.type),
|
|
66
|
+
object: {
|
|
67
|
+
id: s,
|
|
68
|
+
type: "receivable"
|
|
69
|
+
}
|
|
70
|
+
}), await z({
|
|
71
|
+
path: {
|
|
72
|
+
receivable_id: s
|
|
73
|
+
},
|
|
74
|
+
body: {
|
|
75
|
+
subject_text: u,
|
|
76
|
+
// Required by the API and gated by the Send button, so always set.
|
|
77
|
+
body_text: f,
|
|
78
|
+
recipients: l ? {
|
|
79
|
+
to: [l]
|
|
80
|
+
} : void 0
|
|
81
|
+
}
|
|
82
|
+
}), await Promise.all([n.finops.getReceivables.invalidateQueries(y), n.finops.getReceivablesId.invalidateQueries({
|
|
83
|
+
parameters: {
|
|
84
|
+
path: {
|
|
85
|
+
receivable_id: s
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}, y)]), v.success(t._("Invoice sent successfully")), M();
|
|
89
|
+
} catch {
|
|
90
|
+
v.error(t._("Failed to send invoice."));
|
|
91
|
+
} finally {
|
|
92
|
+
S(!1);
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
return /* @__PURE__ */ a(E, { children: [
|
|
96
|
+
/* @__PURE__ */ e(U, { className: "ttw:border-b ttw:border-border ttw:p-6", children: /* @__PURE__ */ a("div", { className: "ttw:flex ttw:items-center ttw:gap-4", children: [
|
|
97
|
+
/* @__PURE__ */ e("span", { className: "ttw:flex ttw:size-10 ttw:shrink-0 ttw:items-center ttw:justify-center ttw:rounded-full ttw:border ttw:border-emerald-200 ttw:bg-emerald-50", children: m ? /* @__PURE__ */ e(q, { className: "ttw:size-6 ttw:text-green-700" }) : /* @__PURE__ */ e(G, { className: "ttw:size-6 ttw:text-green-700" }) }),
|
|
98
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:gap-1", children: [
|
|
99
|
+
/* @__PURE__ */ e(V, { children: m ? t._("Send a copy to {name}?", {
|
|
100
|
+
name: r
|
|
101
|
+
}) : t._("Invoice issued. Send a copy to {name}?", {
|
|
102
|
+
name: r
|
|
103
|
+
}) }),
|
|
104
|
+
/* @__PURE__ */ e(W, { className: "ttw:text-xs", children: t._("The customer will be emailed a copy of the invoice with payment instructions.") })
|
|
105
|
+
] })
|
|
106
|
+
] }) }),
|
|
107
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:gap-2 ttw:p-6", children: [
|
|
108
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:items-center ttw:gap-4", children: [
|
|
109
|
+
/* @__PURE__ */ e(o, { variant: "body2", color: "muted", className: "ttw:w-16 ttw:shrink-0", children: t._("To") }),
|
|
110
|
+
/* @__PURE__ */ a(o, { variant: "body2", children: [
|
|
111
|
+
r,
|
|
112
|
+
l ? ` <${l}>` : ""
|
|
113
|
+
] })
|
|
114
|
+
] }),
|
|
115
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:items-center ttw:gap-4", children: [
|
|
116
|
+
/* @__PURE__ */ e(o, { variant: "body2", color: "muted", className: "ttw:w-16 ttw:shrink-0", children: t._("Subject") }),
|
|
117
|
+
/* @__PURE__ */ e(Z, { className: "ttw:flex-1", value: u, onChange: (i) => {
|
|
118
|
+
I(i.target.value), A(!0);
|
|
119
|
+
}, disabled: c })
|
|
120
|
+
] }),
|
|
121
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:items-start ttw:gap-4", children: [
|
|
122
|
+
/* @__PURE__ */ e(o, { variant: "body2", color: "muted", className: "ttw:w-16 ttw:shrink-0 ttw:pt-2", children: t._("Message") }),
|
|
123
|
+
/* @__PURE__ */ e(tt, { className: "ttw:flex-1", value: f, onChange: (i) => F(i.target.value), placeholder: t._("e.g., Thank you for your business"), disabled: c })
|
|
124
|
+
] }),
|
|
125
|
+
_.length > 0 && /* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:gap-2.5 ttw:pl-20", children: [
|
|
126
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col", children: [
|
|
127
|
+
/* @__PURE__ */ e(o, { variant: "body2", color: "muted", children: t._("Attachments") }),
|
|
128
|
+
/* @__PURE__ */ e(o, { variant: "caption", color: "muted", children: t._("To change what files are attached to the email, you will need to update the invoice.") })
|
|
129
|
+
] }),
|
|
130
|
+
/* @__PURE__ */ e("ul", { className: "ttw:flex ttw:flex-col ttw:gap-2.5", children: _.map((i) => /* @__PURE__ */ a("li", { className: "ttw:rounded-lg ttw:bg-muted ttw:px-2 ttw:py-1 ttw:text-sm ttw:font-medium", children: [
|
|
131
|
+
i.name,
|
|
132
|
+
" ",
|
|
133
|
+
/* @__PURE__ */ a("span", { className: "ttw:text-muted-foreground", children: [
|
|
134
|
+
"(",
|
|
135
|
+
et(i.size),
|
|
136
|
+
")"
|
|
137
|
+
] })
|
|
138
|
+
] }, i.id)) })
|
|
139
|
+
] })
|
|
140
|
+
] }),
|
|
141
|
+
/* @__PURE__ */ a(X, { className: "ttw:flex ttw:flex-row ttw:gap-4 ttw:border-t ttw:border-border ttw:p-6", children: [
|
|
142
|
+
/* @__PURE__ */ e(C, { type: "button", variant: "outline", className: "ttw:flex-1 ttw:border-border", disabled: c, onClick: T, children: m ? t._("Cancel") : t._("Skip") }),
|
|
143
|
+
/* @__PURE__ */ e(C, { type: "button", variant: "default", className: "ttw:flex-1", disabled: c || !u.trim() || !f.trim(), onClick: R, children: t._("Send invoice") })
|
|
144
|
+
] })
|
|
17
145
|
] });
|
|
18
|
-
}
|
|
146
|
+
};
|
|
19
147
|
export {
|
|
20
|
-
|
|
148
|
+
yt as ActionsModalIssueStep
|
|
21
149
|
};
|