@tesouro/embedded-components-react 0.2.132 → 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 +253 -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 +27 -26
- package/dist/lib/TeamWidget.d.ts +4 -0
- 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 +27 -26
- 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 +9 -8
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/contract/dist/index2.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index2.js +57 -52
- 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 +26 -25
- 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/index109.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/index113.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index115.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +13 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +9 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +23 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +32 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +60 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +397 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +69 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +2 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +407 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +64 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +6 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +5 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +33 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +29 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +12 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +22 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +13 -217
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +119 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +7 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +217 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +10 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +49 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +49 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +12 -150
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +43 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +15 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +11 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +152 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +23 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +55 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +68 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +29 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +3 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +59 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +37 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +80 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +5 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +94 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +57 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +9 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +43 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +75 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +54 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +14 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +25 -189
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +78 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +28 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +39 -134
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +7 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +115 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +69 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +188 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +31 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +110 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +133 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +18 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +21 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +23 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +27 -88
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +183 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +12 -7
- 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 +19 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +48 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +4 -205
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +5 -435
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +88 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +32 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +8 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +44 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +46 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +202 -17
- 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 +432 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +24 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +25 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +93 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +98 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +18 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +11 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +12 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +25 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +13 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +18 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +19 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +2 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +10 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +20 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +18 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +27 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +116 -397
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +69 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +14 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +12 -407
- 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 +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index25.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +15 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index26.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +24 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +16 -487
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +25 -163
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +38 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +60 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +94 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +111 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +87 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +62 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index28.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +22 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +54 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +27 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +60 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +14 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +41 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +60 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +31 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +112 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index29.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +42 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +55 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +37 -167
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +337 -124
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +295 -154
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +100 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +160 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +263 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +22 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +18 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index30.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +10 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +19 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +31 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +2 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +93 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +97 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +213 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +28 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +126 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +44 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index31.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +61 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +149 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +19 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +14 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +77 -124
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +69 -152
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +43 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +485 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +166 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +21 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index32.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +39 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +159 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +28 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +27 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +78 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +66 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +20 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +14 -137
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +17 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +169 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index33.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +119 -270
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +157 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +12 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +18 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +58 -220
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +63 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +60 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +5 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +60 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index34.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +23 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +63 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +14 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +64 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +42 -84
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +25 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +126 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +110 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +80 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +282 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +46 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +15 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +81 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +223 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +33 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +11 -88
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +8 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +8 -344
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +12 -303
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +6 -102
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +2 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +89 -260
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +16 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +83 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +17 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +48 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +11 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +47 -210
- 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 +10 -10
- 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 +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +42 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +24 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +74 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +89 -115
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +37 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +10 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +11 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +96 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +38 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +32 -70
- 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 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +54 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +18 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +123 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +18 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +16 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +16 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +16 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +16 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +71 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +5 -5
- 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 +16 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +16 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +11 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +32 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +54 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +36 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +22 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +20 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +64 -64
- 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 +19 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +18 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +16 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +16 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +13 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +65 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +20 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +2 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +10 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +29 -24
- 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 +66 -102
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +55 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +38 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +102 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +111 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +70 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +68 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +35 -92
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +12 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +28 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +23 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +37 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +33 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +85 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +24 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +8 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +31 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +4 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +125 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +21 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +27 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +36 -125
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +5 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +66 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +45 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +26 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +19 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +95 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +15 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +75 -83
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +20 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +9 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +54 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +70 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +21 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +41 -84
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +35 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +13 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +16 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +46 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +55 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +33 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +51 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +39 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +29 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +32 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +81 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +15 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +52 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +38 -20
- 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 +47 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +72 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +84 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +52 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +51 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +51 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +1 -1
- 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 +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +1 -1
- 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 +1 -1
- 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 +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index79.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 +12 -12
- 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 +39 -38
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index5.js +34 -28
- 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/data-access/dist/lib/scopes.js +0 -1
- 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 +1 -1
- 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 +27 -26
- 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/index2.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index3.js +12 -11
- 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 +102 -99
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index11.js +16 -15
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index12.js +80 -86
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index2.js +58 -57
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index7.js +40 -38
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index10.js +237 -135
- 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/index17.js +2 -0
- 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 +19 -15
- 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 +4661 -4532
- 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,114 +1,41 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { Typography as
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const G = ({
|
|
13
|
-
hasExistingAddress: v,
|
|
14
|
-
isLoading: n,
|
|
15
|
-
isStandalone: d,
|
|
16
|
-
customerType: S
|
|
1
|
+
import { jsxs as r, jsx as e, Fragment as h } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useLingui as y } from "@lingui/react";
|
|
3
|
+
import { Switch as g } from "./index370.js";
|
|
4
|
+
import { useState as v } from "react";
|
|
5
|
+
import { useFormContext as x } from "react-hook-form";
|
|
6
|
+
import { Typography as l } from "./index85.js";
|
|
7
|
+
import { ReminderBeforeDueDate as b } from "./index423.js";
|
|
8
|
+
import { ReminderOverdue as E } from "./index424.js";
|
|
9
|
+
import { RECEIPT_DUE_PAYMENT_TERM as N } from "./index181.js";
|
|
10
|
+
const I = ({
|
|
11
|
+
disabled: a
|
|
17
12
|
}) => {
|
|
18
13
|
const {
|
|
19
|
-
i18n:
|
|
20
|
-
} =
|
|
21
|
-
watch:
|
|
22
|
-
|
|
23
|
-
} =
|
|
24
|
-
return /* @__PURE__ */
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
error: r
|
|
35
|
-
}
|
|
36
|
-
}) => /* @__PURE__ */ e(o, { children: /* @__PURE__ */ a(s, { children: [
|
|
37
|
-
/* @__PURE__ */ e(c, { htmlFor: t.name, children: l._("Street address") }),
|
|
38
|
-
/* @__PURE__ */ e(f, { id: t.name, ...t, className: d || i ? "ttw:bg-white" : "", disabled: n, "aria-invalid": !!r || void 0 }),
|
|
39
|
-
/* @__PURE__ */ e(m, { errors: [r] })
|
|
40
|
-
] }) }) }),
|
|
41
|
-
/* @__PURE__ */ e(w, { name: "line2", control: h, render: ({
|
|
42
|
-
field: t,
|
|
43
|
-
fieldState: {
|
|
44
|
-
error: r
|
|
45
|
-
}
|
|
46
|
-
}) => /* @__PURE__ */ e(o, { children: /* @__PURE__ */ a(s, { children: [
|
|
47
|
-
/* @__PURE__ */ a(c, { htmlFor: t.name, className: "ttw:gap-1", children: [
|
|
48
|
-
l._("Apt, suite, floor, etc."),
|
|
49
|
-
i && /* @__PURE__ */ e(b, { variant: "body2", color: "muted", className: "ttw:leading-snug", children: l._("(optional)") })
|
|
50
|
-
] }),
|
|
51
|
-
/* @__PURE__ */ e(f, { id: t.name, ...t, className: d || i ? "ttw:bg-white" : "", disabled: n, "aria-invalid": !!r || void 0 }),
|
|
52
|
-
/* @__PURE__ */ e(m, { errors: [r] })
|
|
53
|
-
] }) }) })
|
|
14
|
+
i18n: i
|
|
15
|
+
} = y(), {
|
|
16
|
+
watch: t,
|
|
17
|
+
setValue: d
|
|
18
|
+
} = x(), n = t("payment_terms_id"), c = t("payment_terms_custom_date"), p = t("payment_reminder_id"), u = t("overdue_reminder_id"), o = !!(n || c), w = !!(p || u), f = n !== N, [m, _] = v(o || w);
|
|
19
|
+
return /* @__PURE__ */ r("section", { className: "ttw:flex ttw:flex-col ttw:gap-6", children: [
|
|
20
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-center ttw:gap-3", children: [
|
|
21
|
+
/* @__PURE__ */ e(g, { checked: m, disabled: !o, onCheckedChange: (s) => {
|
|
22
|
+
s || (d("payment_reminder_id", "", {
|
|
23
|
+
shouldDirty: !0
|
|
24
|
+
}), d("overdue_reminder_id", "", {
|
|
25
|
+
shouldDirty: !0
|
|
26
|
+
})), _(s);
|
|
27
|
+
}, "aria-label": i._("Payment reminders") }),
|
|
28
|
+
/* @__PURE__ */ e(l, { variant: "body2", children: i._("Send reminders when an invoice is approaching its due date or past due.") })
|
|
54
29
|
] }),
|
|
55
|
-
/* @__PURE__ */
|
|
56
|
-
/* @__PURE__ */
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}) => /* @__PURE__ */ e(o, { children: /* @__PURE__ */ a(s, { children: [
|
|
62
|
-
/* @__PURE__ */ e(c, { htmlFor: t.name, children: l._("City") }),
|
|
63
|
-
/* @__PURE__ */ e(f, { id: t.name, ...t, className: d || i ? "ttw:bg-white" : "", disabled: n, "aria-invalid": !!r || void 0 }),
|
|
64
|
-
/* @__PURE__ */ e(m, { errors: [r] })
|
|
65
|
-
] }) }) }),
|
|
66
|
-
/* @__PURE__ */ e(w, { name: "state", control: h, render: ({
|
|
67
|
-
field: t,
|
|
68
|
-
fieldState: {
|
|
69
|
-
error: r
|
|
70
|
-
}
|
|
71
|
-
}) => N("country") === "US" ? /* @__PURE__ */ e(o, { children: /* @__PURE__ */ a(s, { children: [
|
|
72
|
-
/* @__PURE__ */ e(c, { htmlFor: t.name, children: l._("State") }),
|
|
73
|
-
/* @__PURE__ */ a(F, { value: t.value ?? void 0, onValueChange: t.onChange, disabled: n, children: [
|
|
74
|
-
/* @__PURE__ */ e(_, { ref: t.ref, onBlur: t.onBlur, "aria-invalid": !!r || void 0, className: g("ttw:w-full", (d || i) && "ttw:bg-white"), disabled: n, children: /* @__PURE__ */ e(j, { placeholder: l._("Select a state") }) }),
|
|
75
|
-
/* @__PURE__ */ e(A, { children: Object.entries(x).map(([p, C]) => /* @__PURE__ */ a(E, { value: p, children: [
|
|
76
|
-
C,
|
|
77
|
-
" — ",
|
|
78
|
-
p
|
|
79
|
-
] }, p)) })
|
|
80
|
-
] }),
|
|
81
|
-
/* @__PURE__ */ e(m, { errors: [r] })
|
|
82
|
-
] }) }) : /* @__PURE__ */ e(o, { children: /* @__PURE__ */ a(s, { children: [
|
|
83
|
-
/* @__PURE__ */ e(c, { htmlFor: t.name, children: l._("State") }),
|
|
84
|
-
/* @__PURE__ */ e(f, { id: t.name, ...t, className: d || i ? "ttw:bg-white" : "", disabled: n, "aria-invalid": !!r || void 0 }),
|
|
85
|
-
/* @__PURE__ */ e(m, { errors: [r] })
|
|
86
|
-
] }) }) })
|
|
87
|
-
] }),
|
|
88
|
-
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:gap-4", children: [
|
|
89
|
-
/* @__PURE__ */ e(w, { name: "postalCode", control: h, render: ({
|
|
90
|
-
field: t,
|
|
91
|
-
fieldState: {
|
|
92
|
-
error: r
|
|
93
|
-
}
|
|
94
|
-
}) => /* @__PURE__ */ e(o, { children: /* @__PURE__ */ a(s, { children: [
|
|
95
|
-
/* @__PURE__ */ e(c, { htmlFor: t.name, children: l._("Postal code") }),
|
|
96
|
-
/* @__PURE__ */ e(f, { id: t.name, ...t, className: d || i ? "ttw:bg-white" : "", disabled: n, "aria-invalid": !!r || void 0 }),
|
|
97
|
-
/* @__PURE__ */ e(m, { errors: [r] })
|
|
98
|
-
] }) }) }),
|
|
99
|
-
/* @__PURE__ */ e(w, { name: "country", control: h, render: ({
|
|
100
|
-
field: t,
|
|
101
|
-
fieldState: {
|
|
102
|
-
error: r
|
|
103
|
-
}
|
|
104
|
-
}) => /* @__PURE__ */ e(o, { children: /* @__PURE__ */ a(s, { children: [
|
|
105
|
-
/* @__PURE__ */ e(c, { children: l._("Country") }),
|
|
106
|
-
/* @__PURE__ */ e(L, { value: t.value, className: d || i ? "ttw:bg-white" : "", onChange: t.onChange, invalid: !!r, disabled: n, container: u?.current, allowedCountries: ["US"] }),
|
|
107
|
-
/* @__PURE__ */ e(m, { errors: [r] })
|
|
108
|
-
] }) }) })
|
|
30
|
+
m && /* @__PURE__ */ r(h, { children: [
|
|
31
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-4 ttw:w-full ttw:xl:flex-row", children: [
|
|
32
|
+
f && /* @__PURE__ */ e(b, { disabled: a }),
|
|
33
|
+
/* @__PURE__ */ e(E, { disabled: a })
|
|
34
|
+
] }),
|
|
35
|
+
/* @__PURE__ */ e(l, { variant: "body2", color: "muted", className: "ttw:font-medium", children: i._("New reminders will be saved to your organization's library and can be managed via Invoice settings") })
|
|
109
36
|
] })
|
|
110
37
|
] });
|
|
111
38
|
};
|
|
112
39
|
export {
|
|
113
|
-
|
|
40
|
+
I as RemindersSection
|
|
114
41
|
};
|
|
@@ -1,90 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import { getCounterpartName as k } from "./index7.js";
|
|
12
|
-
import { useUpdateCounterpartAddress as D } from "./index351.js";
|
|
13
|
-
import { useCreateCounterpartAddress as T } from "./index423.js";
|
|
14
|
-
import { LoadingSpinner as V } from "./index133.js";
|
|
15
|
-
import { CounterpartAddressFormContent as B } from "./index354.js";
|
|
16
|
-
const tt = ({
|
|
17
|
-
counterpartId: c,
|
|
18
|
-
isStandalone: C,
|
|
19
|
-
address: t,
|
|
20
|
-
customerType: u,
|
|
21
|
-
handleClose: h,
|
|
22
|
-
onUpdate: i,
|
|
23
|
-
onCreate: n
|
|
24
|
-
}) => {
|
|
25
|
-
const {
|
|
26
|
-
i18n: r
|
|
27
|
-
} = I(), S = `counterpart-address-form-${P()}`, g = !!t, {
|
|
28
|
-
mutate: f,
|
|
29
|
-
isPending: x
|
|
30
|
-
} = D({
|
|
31
|
-
counterpartId: c,
|
|
32
|
-
addressId: t?.id ?? ""
|
|
33
|
-
}), {
|
|
34
|
-
mutate: w,
|
|
35
|
-
isPending: A
|
|
36
|
-
} = T(), o = x || A, v = z(() => ({
|
|
37
|
-
line1: t?.line1 ?? "",
|
|
38
|
-
line2: t?.line2 ?? "",
|
|
39
|
-
city: t?.city ?? "",
|
|
40
|
-
state: t?.state ?? "",
|
|
41
|
-
country: t?.country ?? "US",
|
|
42
|
-
postalCode: t?.postal_code ?? ""
|
|
43
|
-
}), [t]), {
|
|
44
|
-
resetField: e,
|
|
45
|
-
...a
|
|
46
|
-
} = N({
|
|
47
|
-
resolver: U(j(r, u === "vendor")),
|
|
48
|
-
defaultValues: v
|
|
49
|
-
}), _ = L((l) => {
|
|
50
|
-
l.preventDefault(), l.stopPropagation(), a.handleSubmit((s) => {
|
|
51
|
-
const b = {
|
|
52
|
-
line1: s.line1 ?? "",
|
|
53
|
-
line2: s.line2,
|
|
54
|
-
city: s.city ?? "",
|
|
55
|
-
state: s.state ?? "",
|
|
56
|
-
country: s.country,
|
|
57
|
-
postal_code: s.postalCode ?? ""
|
|
58
|
-
};
|
|
59
|
-
return t ? f(b, {
|
|
60
|
-
onSuccess: () => {
|
|
61
|
-
p.success(r._("Address has been updated.")), i && i();
|
|
62
|
-
}
|
|
63
|
-
}) : w({
|
|
64
|
-
path: {
|
|
65
|
-
counterpart_id: c
|
|
66
|
-
},
|
|
67
|
-
body: b
|
|
68
|
-
}, {
|
|
69
|
-
onSuccess: () => {
|
|
70
|
-
p.success(r._("Address has been added.")), n && n();
|
|
71
|
-
}
|
|
72
|
-
});
|
|
73
|
-
})(l);
|
|
74
|
-
}, [p, f, w, k, i, n, a.handleSubmit, r]);
|
|
75
|
-
return /* @__PURE__ */ d(F, { resetField: e, ...a, children: /* @__PURE__ */ m("form", { id: S, onSubmit: _, className: "ttw:flex ttw:flex-col ttw:gap-4 ttw:p-4 ttw:border ttw:border-primary ttw:rounded-[10px] ttw:bg-zinc-100", children: [
|
|
76
|
-
/* @__PURE__ */ d(B, { hasExistingAddress: g, isLoading: o, isStandalone: C, customerType: u }),
|
|
77
|
-
/* @__PURE__ */ m("div", { className: "ttw:flex ttw:gap-4 ttw:pt-6", children: [
|
|
78
|
-
/* @__PURE__ */ d(y, { type: "button", variant: "outline", className: "ttw:border-border ttw:flex-1", disabled: o, onClick: () => {
|
|
79
|
-
e("line1"), e("line2"), e("city"), e("state"), e("postalCode"), e("country"), h();
|
|
80
|
-
}, children: r._("Cancel") }),
|
|
81
|
-
/* @__PURE__ */ m(y, { type: "submit", className: "ttw:flex-1", disabled: o || !a.formState.isDirty, children: [
|
|
82
|
-
o && /* @__PURE__ */ d(V, { className: "ttw:border-white ttw:border-t-transparent ttw:size-4" }),
|
|
83
|
-
r._("Save")
|
|
84
|
-
] })
|
|
85
|
-
] })
|
|
86
|
-
] }) });
|
|
87
|
-
};
|
|
1
|
+
import { jsx as t } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { cn as i } from "./index100.js";
|
|
3
|
+
import * as r from "@radix-ui/react-checkbox";
|
|
4
|
+
import { CheckIcon as o } from "lucide-react";
|
|
5
|
+
function c({
|
|
6
|
+
className: e,
|
|
7
|
+
...a
|
|
8
|
+
}) {
|
|
9
|
+
return /* @__PURE__ */ t(r.Root, { "data-slot": "checkbox", className: i("ttw:peer ttw:border-input ttw:dark:bg-input/30 ttw:data-[state=checked]:bg-primary ttw:data-[state=checked]:text-primary-foreground ttw:dark:data-[state=checked]:bg-primary ttw:data-[state=checked]:border-primary ttw:focus-visible:border-ring ttw:focus-visible:ring-ring/50 ttw:aria-invalid:ring-destructive/20 ttw:dark:aria-invalid:ring-destructive/40 ttw:aria-invalid:border-destructive ttw:size-4 ttw:shrink-0 ttw:rounded-[4px] ttw:border ttw:shadow-xs ttw:transition-shadow ttw:outline-none ttw:focus-visible:ring-[3px] ttw:disabled:cursor-not-allowed ttw:disabled:opacity-50", e), ...a, children: /* @__PURE__ */ t(r.Indicator, { "data-slot": "checkbox-indicator", className: "ttw:flex ttw:items-center ttw:justify-center ttw:text-current ttw:transition-none", children: /* @__PURE__ */ t(o, { className: "ttw:size-3.5" }) }) });
|
|
10
|
+
}
|
|
88
11
|
export {
|
|
89
|
-
|
|
12
|
+
c as Checkbox
|
|
90
13
|
};
|
|
@@ -1,43 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { Dialog as d, DialogTitle as h, Typography as n, DialogContent as x, DialogActions as g, Button as l } from "@mui/material";
|
|
4
|
-
const v = ({
|
|
5
|
-
open: a,
|
|
6
|
-
type: p,
|
|
7
|
-
onClose: i,
|
|
8
|
-
onConfirm: c
|
|
9
|
-
}) => {
|
|
1
|
+
import { useMoniteContext as o } from "./index57.js";
|
|
2
|
+
const r = () => {
|
|
10
3
|
const {
|
|
11
|
-
|
|
12
|
-
} =
|
|
13
|
-
return
|
|
14
|
-
|
|
15
|
-
borderRadius: 3,
|
|
16
|
-
padding: 2
|
|
4
|
+
api: e
|
|
5
|
+
} = o();
|
|
6
|
+
return e.finops.deleteFilesId.useMutation(void 0, {
|
|
7
|
+
onError: () => {
|
|
17
8
|
}
|
|
18
|
-
}
|
|
19
|
-
/* @__PURE__ */ e(h, { sx: {
|
|
20
|
-
p: "16px !important"
|
|
21
|
-
}, children: /* @__PURE__ */ e(n, { variant: "h5", fontWeight: 600, children: r ? o._("Force Approve bill?") : o._("Force Reject bill?") }) }),
|
|
22
|
-
/* @__PURE__ */ e(x, { sx: {
|
|
23
|
-
px: 2,
|
|
24
|
-
pb: 3
|
|
25
|
-
}, children: /* @__PURE__ */ e(n, { variant: "body1", color: "text.secondary", children: r ? o._("The bill status will change to Approved, skipping the approval flow.") : o._("The bill status will change to Rejected, skipping the approval flow.") }) }),
|
|
26
|
-
/* @__PURE__ */ t(g, { sx: {
|
|
27
|
-
px: 0,
|
|
28
|
-
pt: 2,
|
|
29
|
-
gap: 2
|
|
30
|
-
}, children: [
|
|
31
|
-
/* @__PURE__ */ e(l, { onClick: i, variant: "text", sx: {
|
|
32
|
-
color: "primary.main",
|
|
33
|
-
fontWeight: 500,
|
|
34
|
-
textTransform: "none",
|
|
35
|
-
fontSize: "16px"
|
|
36
|
-
}, children: o._("Cancel") }),
|
|
37
|
-
/* @__PURE__ */ e(l, { onClick: c, variant: "contained", color: r ? "primary" : "error", children: r ? o._("Force Approve") : o._("Force Reject") })
|
|
38
|
-
] })
|
|
39
|
-
] });
|
|
9
|
+
});
|
|
40
10
|
};
|
|
41
11
|
export {
|
|
42
|
-
|
|
12
|
+
r as useDeleteFile
|
|
43
13
|
};
|
|
@@ -1,349 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { usePayableDetailsThemeProps as H } from "./index17.js";
|
|
4
|
-
import { useMemo as Se, useState as Be, useRef as Pe, useEffect as x } from "react";
|
|
5
|
-
import { useMoniteContext as Ae } from "./index57.js";
|
|
6
|
-
import { useUserPermissions as ke } from "./index130.js";
|
|
7
|
-
import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
|
|
8
|
-
import "../../shared/data-access/dist/lib/EmbedApiContext.js";
|
|
9
|
-
import "../../shared/data-access/dist/lib/rest/client.gen.js";
|
|
10
|
-
import "@tanstack/react-query";
|
|
11
|
-
import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
12
|
-
import { Scope as Ne } from "../../shared/data-access/dist/lib/scopes.js";
|
|
13
|
-
import { useLingui as Ve } from "@lingui/react";
|
|
14
|
-
import "react-hot-toast";
|
|
15
|
-
import { PayableLineItemsForm as Re } from "./index466.js";
|
|
16
|
-
import { prepareDefaultValues as Y, calculateTotalsForPayable as Me, findDefaultBankAccount as qe, isFieldRequired as p, resolveCreatePayableCounterpartAddressId as Ge, prepareSubmit as We } from "./index315.js";
|
|
17
|
-
import { usePayableDetailsForm as je } from "./index467.js";
|
|
18
|
-
import { getPayableDetailsFormSchema as Le, isFieldRequiredByValidations as B } from "./index468.js";
|
|
19
|
-
import { ScopedCssBaselineContainerClassName as Ue } from "./index104.js";
|
|
20
|
-
import { CounterpartDetails as Ee } from "./index2.js";
|
|
21
|
-
import { CounterpartAutocomplete as Oe } from "./index4.js";
|
|
22
|
-
import "./index84.js";
|
|
23
|
-
import "clsx";
|
|
24
|
-
import "tailwind-merge";
|
|
25
|
-
import "@radix-ui/react-dialog";
|
|
26
|
-
import "lucide-react";
|
|
27
|
-
import "./index154.js";
|
|
28
|
-
import "@radix-ui/react-label";
|
|
29
|
-
import "@radix-ui/react-radio-group";
|
|
30
|
-
import "./index85.js";
|
|
31
|
-
import { useForm as ze, useFormState as Qe, FormProvider as Ke, Controller as T } from "react-hook-form";
|
|
32
|
-
import "@hookform/resolvers/zod";
|
|
33
|
-
import "zod";
|
|
34
|
-
import "./index306.js";
|
|
35
|
-
import "date-fns";
|
|
36
|
-
import "@radix-ui/react-checkbox";
|
|
37
|
-
import "@radix-ui/react-select";
|
|
38
|
-
import "./index90.js";
|
|
39
|
-
import "./index50.js";
|
|
40
|
-
import "@mui/icons-material/ArrowBack";
|
|
41
|
-
import "@mui/icons-material/Close";
|
|
42
|
-
import "@mui/material/IconButton";
|
|
43
|
-
import "@mui/material/Tooltip";
|
|
44
|
-
import { useCurrencies as He } from "./index58.js";
|
|
45
|
-
import { MoniteScopedProviders as Ye } from "./index83.js";
|
|
46
|
-
import { useCounterpartById as Ze } from "./index70.js";
|
|
47
|
-
import { Box as q, Grid as P, Paper as G, Typography as A, Stack as Je, TextField as Z, FormControl as Xe, InputLabel as $e, Select as et, Button as J, MenuItem as tt, FormHelperText as rt, Table as at, TableBody as ot, TableRow as k, TableCell as c, IconButton as it } from "@mui/material";
|
|
48
|
-
import "@radix-ui/react-dropdown-menu";
|
|
49
|
-
import "@tanstack/react-table";
|
|
50
|
-
import { useRootElements as nt } from "./index92.js";
|
|
51
|
-
import { useOptionalFields as st } from "./index59.js";
|
|
52
|
-
import { useProductCurrencyGroups as lt } from "./index469.js";
|
|
53
|
-
import { getBankAccountName as dt } from "./index470.js";
|
|
54
|
-
import { safeZodResolver as ct } from "./index268.js";
|
|
55
|
-
import { MoniteCurrency as ut } from "./index459.js";
|
|
56
|
-
import "react-dom";
|
|
57
|
-
import "@mui/x-data-grid";
|
|
58
|
-
import "./index101.js";
|
|
59
|
-
import "./index460.js";
|
|
60
|
-
import { TagsAutocompleteInput as mt } from "./index461.js";
|
|
61
|
-
import { classNames as pt } from "./index170.js";
|
|
62
|
-
import X from "@mui/icons-material/Add";
|
|
63
|
-
import ht from "@mui/icons-material/DeleteForever";
|
|
64
|
-
import { DatePicker as $ } from "@mui/x-date-pickers";
|
|
65
|
-
const Ir = ({
|
|
66
|
-
ref: r,
|
|
67
|
-
...D
|
|
68
|
-
}) => /* @__PURE__ */ e(Ye, { children: /* @__PURE__ */ e(ft, { ref: r, ...D }) }), ft = ({
|
|
69
|
-
payable: r,
|
|
70
|
-
savePayable: D,
|
|
71
|
-
createPayable: W,
|
|
72
|
-
lineItems: w,
|
|
73
|
-
payableDetailsFormId: ee,
|
|
74
|
-
initialCounterpartId: b,
|
|
75
|
-
enableGLCodes: te,
|
|
76
|
-
hideAddDiscountButton: re,
|
|
77
|
-
hideAddBankAccountButton: ae,
|
|
78
|
-
ref: oe,
|
|
79
|
-
...j
|
|
80
|
-
}) => {
|
|
1
|
+
import { useMoniteContext as o } from "./index57.js";
|
|
2
|
+
const n = () => {
|
|
81
3
|
const {
|
|
82
|
-
|
|
83
|
-
} =
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
} = Ae(), {
|
|
87
|
-
root: g
|
|
88
|
-
} = nt(), l = "Monite-PayableDetailsForm", {
|
|
89
|
-
formatFromMinorUnits: I,
|
|
90
|
-
formatToMinorUnits: F,
|
|
91
|
-
formatCurrencyToDisplay: N,
|
|
92
|
-
getSymbolFromCurrency: se
|
|
93
|
-
} = He(), {
|
|
94
|
-
isTagsDisabled: le
|
|
95
|
-
} = H(j), {
|
|
96
|
-
data: C
|
|
97
|
-
} = ie.finops.getPayablesValidations.useQuery(), de = Se(() => Y(I, r, w, b), [I, r, w, b]), S = ze({
|
|
98
|
-
resolver: ct(Le(a, C)),
|
|
99
|
-
defaultValues: de,
|
|
100
|
-
mode: "onTouched"
|
|
101
|
-
}), {
|
|
102
|
-
control: s,
|
|
103
|
-
handleSubmit: ce,
|
|
104
|
-
watch: u,
|
|
105
|
-
reset: L,
|
|
106
|
-
trigger: U,
|
|
107
|
-
setValue: h,
|
|
108
|
-
getValues: E,
|
|
109
|
-
getFieldState: O
|
|
110
|
-
} = S, {
|
|
111
|
-
dirtyFields: ue
|
|
112
|
-
} = Qe({
|
|
113
|
-
control: s
|
|
114
|
-
}), _ = u("counterpart"), z = u("counterpartBankAccount"), me = u("invoiceDate"), pe = u("dueDate"), n = u("currency"), he = u("lineItems"), V = u("discount"), f = Me(he, V), [fe, R] = Be(!1), {
|
|
115
|
-
counterpartQuery: ye,
|
|
116
|
-
counterpartBankAccountQuery: d
|
|
117
|
-
} = je({
|
|
118
|
-
currentCounterpartId: _
|
|
119
|
-
}), {
|
|
120
|
-
ocrRequiredFields: m,
|
|
121
|
-
optionalFields: be
|
|
122
|
-
} = H(j), {
|
|
123
|
-
showInvoiceDate: ge,
|
|
124
|
-
showTags: Ce
|
|
125
|
-
} = st(be, {
|
|
126
|
-
showInvoiceDate: !0,
|
|
127
|
-
showTags: !0
|
|
128
|
-
}), _e = ke().has(Ne.AccountingConfigReadOrg), Q = Pe(!1), {
|
|
129
|
-
counterpart: v,
|
|
130
|
-
counterpartRawName: ve,
|
|
131
|
-
isCounterpartAIMatched: xe,
|
|
132
|
-
isCounterpartMatchingToOCRFound: M,
|
|
133
|
-
isCounterpartLoading: Te
|
|
134
|
-
} = Fe({
|
|
135
|
-
payable: r
|
|
136
|
-
}), {
|
|
137
|
-
data: K
|
|
138
|
-
} = Ze(b);
|
|
139
|
-
x(() => {
|
|
140
|
-
L(Y(I, r, w, b));
|
|
141
|
-
}, [r, I, L, w, b]), x(() => {
|
|
142
|
-
!_ && z && h("counterpartBankAccount", "", {
|
|
143
|
-
shouldValidate: !0
|
|
144
|
-
});
|
|
145
|
-
}, [_, z, h]), x(() => {
|
|
146
|
-
!M || !v || O("counterpart").isTouched || h("counterpart", v.id);
|
|
147
|
-
}, [v, O, M, h]), x(() => {
|
|
148
|
-
if (d.isSuccess && d.data?.data) {
|
|
149
|
-
const t = qe(d.data.data, n);
|
|
150
|
-
E("counterpartBankAccount") !== t && h("counterpartBankAccount", t, {
|
|
151
|
-
shouldDirty: !0,
|
|
152
|
-
shouldTouch: !0,
|
|
153
|
-
shouldValidate: !0
|
|
154
|
-
});
|
|
4
|
+
api: t
|
|
5
|
+
} = o();
|
|
6
|
+
return t.finops.postFiles.useMutation({}, {
|
|
7
|
+
onError: () => {
|
|
155
8
|
}
|
|
156
|
-
}
|
|
157
|
-
r?.id && U();
|
|
158
|
-
}, [U, r?.id]);
|
|
159
|
-
const {
|
|
160
|
-
currencyGroups: De,
|
|
161
|
-
isLoadingCurrencyGroups: we
|
|
162
|
-
} = lt();
|
|
163
|
-
return /* @__PURE__ */ i(Ie, { children: [
|
|
164
|
-
/* @__PURE__ */ e(q, { className: pt(Ue, l), sx: {
|
|
165
|
-
pb: 6,
|
|
166
|
-
display: "flex",
|
|
167
|
-
flex: "1 1 auto",
|
|
168
|
-
overflow: "auto",
|
|
169
|
-
width: "100%",
|
|
170
|
-
height: 0
|
|
171
|
-
}, children: /* @__PURE__ */ e(Ke, { ...S, children: /* @__PURE__ */ e("form", { style: {
|
|
172
|
-
width: "100%"
|
|
173
|
-
}, ref: oe, id: ee, noValidate: !0, onBlur: () => {
|
|
174
|
-
Q.current = !1;
|
|
175
|
-
}, onKeyDown: (t) => {
|
|
176
|
-
Q.current = t.key === "Enter";
|
|
177
|
-
}, onSubmit: ce(async (t) => {
|
|
178
|
-
const o = {
|
|
179
|
-
...t,
|
|
180
|
-
currency: t.currency,
|
|
181
|
-
counterpartAddressId: Ge(ye.data?.data, K, t.counterpart)
|
|
182
|
-
}, y = We(o, F);
|
|
183
|
-
r ? D && D(r.id, y, t.lineItems, ue) : W && W(y, t.lineItems);
|
|
184
|
-
}), children: /* @__PURE__ */ i(P, { container: !0, spacing: 3, children: [
|
|
185
|
-
/* @__PURE__ */ e(P, { item: !0, xs: 12, children: /* @__PURE__ */ i(G, { variant: "outlined", sx: {
|
|
186
|
-
p: 3
|
|
187
|
-
}, className: l + "-Details", children: [
|
|
188
|
-
/* @__PURE__ */ e(A, { variant: "subtitle2", mb: 2, children: a._("Details") }),
|
|
189
|
-
/* @__PURE__ */ i(Je, { spacing: 3, children: [
|
|
190
|
-
/* @__PURE__ */ e(T, { name: "invoiceNumber", control: s, render: ({
|
|
191
|
-
field: t,
|
|
192
|
-
fieldState: {
|
|
193
|
-
error: o
|
|
194
|
-
}
|
|
195
|
-
}) => /* @__PURE__ */ e(Z, { ...t, id: t.name, label: a._("Number"), variant: "standard", fullWidth: !0, error: !!o, helperText: o?.message, required: p("invoiceNumber", m) }) }),
|
|
196
|
-
/* @__PURE__ */ e(Oe, { control: s, disabled: Te, name: "counterpart", label: a._("Vendor"), customerType: "vendor", required: p("counterpart", m) || B("counterpart_id", C), getCounterpartDefaultValues: (t) => ({
|
|
197
|
-
tax_id: "",
|
|
198
|
-
counterpart: {
|
|
199
|
-
email: r?.counterpart_raw_data?.email ?? "",
|
|
200
|
-
phone: r?.counterpart_raw_data?.phone ?? "",
|
|
201
|
-
isCustomer: !1,
|
|
202
|
-
isVendor: !0,
|
|
203
|
-
line1: r?.counterpart_raw_data?.address?.line1 ?? "",
|
|
204
|
-
line2: r?.counterpart_raw_data?.address?.line2 ?? "",
|
|
205
|
-
city: r?.counterpart_raw_data?.address?.city ?? "",
|
|
206
|
-
state: r?.counterpart_raw_data?.address?.state ?? "",
|
|
207
|
-
postalCode: r?.counterpart_raw_data?.address?.postal_code ?? "",
|
|
208
|
-
country: "US",
|
|
209
|
-
...t === "individual" && {
|
|
210
|
-
firstName: r?.counterpart_raw_data?.name ?? ""
|
|
211
|
-
},
|
|
212
|
-
...t === "individual" && {
|
|
213
|
-
lastName: ""
|
|
214
|
-
},
|
|
215
|
-
...t === "organization" && {
|
|
216
|
-
companyName: r?.counterpart_raw_data?.name ?? ""
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
}), counterpartMatchingToOCR: M ? v : void 0, counterpartRawName: ve, showEditCounterpartButton: !0, setShowEditCounterpartDialog: R, counterpartAISuggested: xe ? v : void 0, preselectedCounterpart: K }),
|
|
220
|
-
/* @__PURE__ */ e(T, { name: "counterpartBankAccount", control: s, render: ({
|
|
221
|
-
field: t,
|
|
222
|
-
fieldState: {
|
|
223
|
-
error: o
|
|
224
|
-
}
|
|
225
|
-
}) => /* @__PURE__ */ i(Xe, { variant: "standard", fullWidth: !0, error: !!o, required: p("counterpartBankAccount", m) || B("counterpart_bank_account_id", C), children: [
|
|
226
|
-
/* @__PURE__ */ e($e, { htmlFor: t.name, children: a._("Bank account") }),
|
|
227
|
-
/* @__PURE__ */ i(et, { ...t, id: t.name, labelId: t.name, label: a._("Bank Account"), MenuProps: {
|
|
228
|
-
container: g
|
|
229
|
-
}, disabled: !d?.data || d?.data?.data.length === 0, children: [
|
|
230
|
-
!ae && /* @__PURE__ */ e(J, { variant: "text", startIcon: /* @__PURE__ */ e(X, {}), fullWidth: !0, sx: {
|
|
231
|
-
justifyContent: "flex-start",
|
|
232
|
-
px: 2,
|
|
233
|
-
py: 1
|
|
234
|
-
}, onClick: () => R(!0), children: a._("Add new bank account") }),
|
|
235
|
-
d?.data?.data.map((y) => /* @__PURE__ */ e(tt, { value: y.id, children: dt(a, y) }, y.id))
|
|
236
|
-
] }),
|
|
237
|
-
o && /* @__PURE__ */ e(rt, { children: o.message })
|
|
238
|
-
] }) }),
|
|
239
|
-
ge && /* @__PURE__ */ e(T, { name: "invoiceDate", control: s, render: ({
|
|
240
|
-
field: t,
|
|
241
|
-
fieldState: {
|
|
242
|
-
error: o
|
|
243
|
-
}
|
|
244
|
-
}) => /* @__PURE__ */ e($, { maxDate: pe, slotProps: {
|
|
245
|
-
popper: {
|
|
246
|
-
container: g
|
|
247
|
-
},
|
|
248
|
-
dialog: {
|
|
249
|
-
container: g
|
|
250
|
-
},
|
|
251
|
-
actionBar: {
|
|
252
|
-
actions: ["clear", "today"]
|
|
253
|
-
},
|
|
254
|
-
textField: {
|
|
255
|
-
id: t.name,
|
|
256
|
-
variant: "outlined",
|
|
257
|
-
fullWidth: !0,
|
|
258
|
-
error: !!o,
|
|
259
|
-
helperText: o?.message,
|
|
260
|
-
required: p("invoiceDate", m) || B("issued_at", C)
|
|
261
|
-
}
|
|
262
|
-
}, ...t, label: a._("Issue date"), views: ["year", "month", "day"] }) }),
|
|
263
|
-
/* @__PURE__ */ e(T, { name: "dueDate", control: s, render: ({
|
|
264
|
-
field: t,
|
|
265
|
-
fieldState: {
|
|
266
|
-
error: o
|
|
267
|
-
}
|
|
268
|
-
}) => /* @__PURE__ */ e($, { minDate: me, slotProps: {
|
|
269
|
-
popper: {
|
|
270
|
-
container: g
|
|
271
|
-
},
|
|
272
|
-
dialog: {
|
|
273
|
-
container: g
|
|
274
|
-
},
|
|
275
|
-
actionBar: {
|
|
276
|
-
actions: ["clear", "today"]
|
|
277
|
-
},
|
|
278
|
-
textField: {
|
|
279
|
-
id: t.name,
|
|
280
|
-
variant: "outlined",
|
|
281
|
-
fullWidth: !0,
|
|
282
|
-
error: !!o,
|
|
283
|
-
helperText: o?.message,
|
|
284
|
-
required: p("dueDate", m)
|
|
285
|
-
}
|
|
286
|
-
}, ...t, label: a._("Due date"), views: ["year", "month", "day"] }) }),
|
|
287
|
-
/* @__PURE__ */ e(ut, { name: "currency", control: s, required: p("currency", m) || B("currency", C), groups: De, disabled: we, allowedCurrencies: ne?.payables?.availableCurrencies }),
|
|
288
|
-
Ce && /* @__PURE__ */ e(mt, { control: s, name: "tags", label: a._("Tags"), variant: "standard", disabled: le || !_e, required: p("tags", m) })
|
|
289
|
-
] })
|
|
290
|
-
] }) }),
|
|
291
|
-
/* @__PURE__ */ e(P, { item: !0, xs: 12, children: /* @__PURE__ */ i(G, { variant: "outlined", sx: {
|
|
292
|
-
p: 3
|
|
293
|
-
}, className: l + "-Items", children: [
|
|
294
|
-
/* @__PURE__ */ e(A, { variant: "subtitle2", mb: 2, children: a._("Items") }),
|
|
295
|
-
/* @__PURE__ */ e(Re, { enableGLCodes: te })
|
|
296
|
-
] }) }),
|
|
297
|
-
/* @__PURE__ */ e(P, { item: !0, xs: 12, className: l + "-Totals", children: /* @__PURE__ */ e(G, { variant: "outlined", children: /* @__PURE__ */ e(at, { children: /* @__PURE__ */ i(ot, { children: [
|
|
298
|
-
/* @__PURE__ */ i(k, { className: l + "-Totals-Subtotal", children: [
|
|
299
|
-
/* @__PURE__ */ e(c, { children: a._("Subtotal") }),
|
|
300
|
-
/* @__PURE__ */ e(c, { align: "right", children: /* @__PURE__ */ i(q, { gap: 0.5, alignItems: "center", justifyContent: "flex-end", display: "flex", children: [
|
|
301
|
-
V === null && !re && /* @__PURE__ */ e(J, { variant: "text", startIcon: /* @__PURE__ */ e(X, {}), size: "small", sx: {
|
|
302
|
-
pl: 1.25,
|
|
303
|
-
pr: 2,
|
|
304
|
-
py: 0
|
|
305
|
-
}, onClick: () => {
|
|
306
|
-
const t = S.setValue;
|
|
307
|
-
t("discount", 0);
|
|
308
|
-
}, children: a._("Add Discount") }),
|
|
309
|
-
f.subtotal && n ? N(F(f.subtotal, n) || 0, n) : "—"
|
|
310
|
-
] }) })
|
|
311
|
-
] }),
|
|
312
|
-
V !== null && /* @__PURE__ */ i(k, { className: l + "-Totals-Discount", children: [
|
|
313
|
-
/* @__PURE__ */ e(c, { children: a._("Discount") }),
|
|
314
|
-
/* @__PURE__ */ e(c, { align: "right", children: /* @__PURE__ */ i(q, { gap: 0.5, alignItems: "center", justifyContent: "flex-end", display: "flex", children: [
|
|
315
|
-
/* @__PURE__ */ e(it, { "aria-label": "delete", onClick: () => {
|
|
316
|
-
const t = S.setValue;
|
|
317
|
-
t("discount", null);
|
|
318
|
-
}, children: /* @__PURE__ */ e(ht, {}) }),
|
|
319
|
-
/* @__PURE__ */ e(T, { name: "discount", control: s, render: ({
|
|
320
|
-
field: t,
|
|
321
|
-
fieldState: {
|
|
322
|
-
error: o
|
|
323
|
-
}
|
|
324
|
-
}) => /* @__PURE__ */ e(Z, { ...t, id: t.name, variant: "standard", type: "number", inputProps: {
|
|
325
|
-
min: 0,
|
|
326
|
-
step: 0.01
|
|
327
|
-
}, error: !!o, sx: {
|
|
328
|
-
width: 150
|
|
329
|
-
}, InputProps: {
|
|
330
|
-
endAdornment: se(n)
|
|
331
|
-
} }) })
|
|
332
|
-
] }) })
|
|
333
|
-
] }),
|
|
334
|
-
/* @__PURE__ */ i(k, { className: l + "-Totals-Taxes", children: [
|
|
335
|
-
/* @__PURE__ */ e(c, { children: a._("Tax total") }),
|
|
336
|
-
/* @__PURE__ */ e(c, { align: "right", children: f.taxes && n ? N(F(f.taxes, n) || 0, n) : "—" })
|
|
337
|
-
] }),
|
|
338
|
-
/* @__PURE__ */ i(k, { className: l + "-Totals-Total", children: [
|
|
339
|
-
/* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(A, { variant: "subtitle1", children: a._("Total") }) }),
|
|
340
|
-
/* @__PURE__ */ e(c, { align: "right", children: /* @__PURE__ */ e(A, { variant: "subtitle1", children: f.total && n ? N(F(f.total, n) || 0, n) : "—" }) })
|
|
341
|
-
] })
|
|
342
|
-
] }) }) }) })
|
|
343
|
-
] }) }) }) }),
|
|
344
|
-
_ && /* @__PURE__ */ e(Ee, { counterpartId: _, open: fe, onClose: () => R(!1), customerType: "vendor" })
|
|
345
|
-
] });
|
|
9
|
+
});
|
|
346
10
|
};
|
|
347
11
|
export {
|
|
348
|
-
|
|
12
|
+
n as useUploadReceivableAttachment
|
|
349
13
|
};
|