@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,17 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { cn as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
})
|
|
14
|
-
|
|
15
|
-
}
|
|
1
|
+
import { jsx as r } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { cn as c } from "./index100.js";
|
|
3
|
+
const l = ({
|
|
4
|
+
ratio: t,
|
|
5
|
+
children: s,
|
|
6
|
+
className: a,
|
|
7
|
+
style: e,
|
|
8
|
+
ref: i,
|
|
9
|
+
...o
|
|
10
|
+
}) => /* @__PURE__ */ r("div", { ref: i, className: c("ttw:w-full", a), style: {
|
|
11
|
+
...e,
|
|
12
|
+
aspectRatio: t.toString()
|
|
13
|
+
}, ...o, children: s });
|
|
14
|
+
l.displayName = "AspectRatio";
|
|
16
15
|
export {
|
|
17
|
-
|
|
18
|
-
f as AvatarFallback
|
|
16
|
+
l as AspectRatio
|
|
19
17
|
};
|
|
@@ -1,52 +1,88 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { jsx as e, Fragment as v, jsxs as n } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useState as k, useMemo as b } from "react";
|
|
3
|
+
import { useFormContext as Y, Controller as j } from "react-hook-form";
|
|
4
|
+
import { format as x } from "date-fns";
|
|
5
|
+
import { Calendar as A } from "lucide-react";
|
|
6
|
+
import { calculateDueDate as N } from "./index7.js";
|
|
7
|
+
import { useLingui as L } from "@lingui/react";
|
|
8
|
+
import { dedupePaymentTermsByContent as $ } from "./index432.js";
|
|
9
|
+
import { RECEIPT_DUE_PAYMENT_TERM as u, CUSTOM_DATE_PAYMENT_TERM as l } from "./index181.js";
|
|
10
|
+
import { cn as D } from "./index100.js";
|
|
11
|
+
import { Skeleton as O } from "./index137.js";
|
|
12
|
+
import { Select as R, SelectTrigger as U, SelectValue as V, SelectContent as z, SelectItem as h, SelectSeparator as I } from "./index310.js";
|
|
13
|
+
import { Popover as q, PopoverAnchor as B, PopoverContent as K } from "./index369.js";
|
|
14
|
+
import { Calendar as G } from "./index433.js";
|
|
15
|
+
import { Field as H, FieldContent as J, FieldLabel as Q, FieldDescription as W, FieldError as X } from "./index159.js";
|
|
16
|
+
const S = "MMM d, yyyy", ue = ({
|
|
17
|
+
disabled: T,
|
|
18
|
+
paymentTerms: f,
|
|
19
|
+
isLoading: E
|
|
20
|
+
}) => {
|
|
4
21
|
const {
|
|
5
|
-
|
|
6
|
-
} =
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
22
|
+
i18n: a
|
|
23
|
+
} = L(), {
|
|
24
|
+
control: M,
|
|
25
|
+
watch: w,
|
|
26
|
+
setValue: _
|
|
27
|
+
} = Y(), [F, m] = k(!1), i = w("payment_terms_id"), y = w("frequency") !== "once", o = w("payment_terms_custom_date") ?? void 0, p = (r) => _("payment_terms_custom_date", r ?? null), {
|
|
28
|
+
dedupedTerms: g
|
|
29
|
+
} = b(() => $(f?.data ?? []), [f]), d = g.find((r) => r?.id === i), P = d && N(d), c = () => {
|
|
30
|
+
window.setTimeout(() => m(!0), 0);
|
|
31
|
+
}, C = (r, s) => /* @__PURE__ */ n("span", { className: "ttw:flex ttw:w-full ttw:min-w-0 ttw:items-center ttw:justify-between ttw:gap-2", children: [
|
|
32
|
+
/* @__PURE__ */ e("span", { className: "ttw:truncate", children: r }),
|
|
33
|
+
s && /* @__PURE__ */ e("span", { className: "ttw:text-muted-foreground ttw:shrink-0 ttw:text-xs", children: x(s, S) })
|
|
34
|
+
] });
|
|
35
|
+
return /* @__PURE__ */ e(v, { children: E ? /* @__PURE__ */ e(O, { className: "ttw:w-full ttw:h-9" }) : /* @__PURE__ */ e(v, { children: /* @__PURE__ */ e(j, { name: "payment_terms_id", control: M, render: ({
|
|
36
|
+
field: r,
|
|
37
|
+
fieldState: {
|
|
38
|
+
error: s
|
|
10
39
|
}
|
|
11
|
-
}, {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
40
|
+
}) => /* @__PURE__ */ e(H, { children: /* @__PURE__ */ n(J, { children: [
|
|
41
|
+
/* @__PURE__ */ e(Q, { htmlFor: "payment_terms_id", children: a._("Payment terms") }),
|
|
42
|
+
/* @__PURE__ */ n(q, { open: F, onOpenChange: (t) => {
|
|
43
|
+
m(t), !t && i === l && !o && r.onChange(void 0);
|
|
44
|
+
}, children: [
|
|
45
|
+
/* @__PURE__ */ n(R, { ...r, disabled: T, value: r.value, onValueChange: (t) => {
|
|
46
|
+
if (t === l) {
|
|
47
|
+
i !== l && p(void 0), r.onChange(t), c();
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
r.onChange(t), t === u && _("payment_reminder_id", "", {
|
|
51
|
+
shouldDirty: !0
|
|
52
|
+
}), p(void 0), m(!1);
|
|
53
|
+
}, children: [
|
|
54
|
+
/* @__PURE__ */ e(B, { className: "ttw:w-full", children: /* @__PURE__ */ e(U, { id: "payment_terms_id", className: "ttw:w-full", "aria-invalid": !!s, children: /* @__PURE__ */ n(V, { placeholder: a._("Select payment terms"), children: [
|
|
55
|
+
i === u && /* @__PURE__ */ e("span", { className: "ttw:truncate", children: a._("Due on receipt") }),
|
|
56
|
+
i === l && /* @__PURE__ */ n("span", { className: "ttw:flex ttw:w-full ttw:min-w-0 ttw:items-center ttw:justify-between ttw:gap-2", children: [
|
|
57
|
+
/* @__PURE__ */ n("span", { className: "ttw:flex ttw:min-w-0 ttw:items-center ttw:gap-1.5", children: [
|
|
58
|
+
/* @__PURE__ */ e(A, { className: D("ttw:size-4 ttw:shrink-0", !o && "ttw:text-muted-foreground") }),
|
|
59
|
+
/* @__PURE__ */ e("span", { className: D("ttw:truncate", !o && "ttw:text-muted-foreground"), children: o ? x(o, S) : a._("Mon DD, YYYY") })
|
|
60
|
+
] }),
|
|
61
|
+
/* @__PURE__ */ e("span", { className: "ttw:text-muted-foreground ttw:shrink-0 ttw:text-xs", children: a._("Custom date") })
|
|
62
|
+
] }),
|
|
63
|
+
d && C(d.name, P)
|
|
64
|
+
] }) }) }),
|
|
65
|
+
/* @__PURE__ */ n(z, { children: [
|
|
66
|
+
/* @__PURE__ */ e(h, { value: u, children: a._("Due on receipt") }),
|
|
67
|
+
!y && /* @__PURE__ */ e(h, { value: l, onPointerUp: c, onClick: c, onKeyDown: (t) => {
|
|
68
|
+
(t.key === "Enter" || t.key === " ") && c();
|
|
69
|
+
}, children: a._("Custom date") }),
|
|
70
|
+
/* @__PURE__ */ e(I, {}),
|
|
71
|
+
g.map((t) => /* @__PURE__ */ e(h, { value: t.id, children: C(t.name, N(t)) }, t.id))
|
|
72
|
+
] })
|
|
73
|
+
] }),
|
|
74
|
+
/* @__PURE__ */ e(K, { className: "ttw:w-auto ttw:overflow-hidden ttw:p-0", align: "start", onFocusOutside: (t) => {
|
|
75
|
+
t.preventDefault();
|
|
76
|
+
}, children: /* @__PURE__ */ e(G, { mode: "single", captionLayout: "dropdown", selected: o, disabled: {
|
|
77
|
+
before: /* @__PURE__ */ new Date()
|
|
78
|
+
}, onSelect: (t) => {
|
|
79
|
+
p(t), m(!1);
|
|
80
|
+
} }) })
|
|
81
|
+
] }),
|
|
82
|
+
y && /* @__PURE__ */ e(W, { children: a._("Each invoice in the series will have the same payment term.") }),
|
|
83
|
+
/* @__PURE__ */ e(X, { errors: s ? [s] : [] })
|
|
84
|
+
] }) }) }) }) });
|
|
49
85
|
};
|
|
50
86
|
export {
|
|
51
|
-
|
|
87
|
+
ue as PaymentSection
|
|
52
88
|
};
|
|
@@ -1,14 +1,227 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { jsxs as c, jsx as e, Fragment as p } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useLingui as U } from "@lingui/react";
|
|
3
|
+
import { useFormContext as W, Controller as m } from "react-hook-form";
|
|
4
|
+
import { Field as h, FieldContent as _ } from "./index159.js";
|
|
5
|
+
import { Select as D, SelectTrigger as k, SelectValue as C, SelectContent as S, SelectItem as d, SelectSeparator as K } from "./index310.js";
|
|
6
|
+
import { Typography as w } from "./index85.js";
|
|
7
|
+
import { DatePicker as j } from "./index434.js";
|
|
8
|
+
import { Input as E } from "./index118.js";
|
|
9
|
+
import { RECEIPT_DUE_PAYMENT_TERM as z, CUSTOM_DATE_PAYMENT_TERM as B } from "./index181.js";
|
|
10
|
+
const G = ["day", "week", "month"], $ = (t) => {
|
|
11
|
+
(t.key === "." || t.key === ",") && t.preventDefault();
|
|
12
|
+
}, J = (t) => {
|
|
13
|
+
const o = ["th", "st", "nd", "rd"], s = t % 100;
|
|
14
|
+
return `${t}${o[(s - 20) % 10] ?? o[s] ?? o[0]}`;
|
|
15
|
+
}, Q = Array.from({
|
|
16
|
+
length: 31
|
|
17
|
+
}, (t, o) => o + 1), F = ["recurrence_start_date", "recurrence_end_date", "recurrence_issue_mode", "recurrence_days_of_week", "recurrence_end_mode", "recurrence_max_occurrences"], A = {
|
|
18
|
+
su: 0,
|
|
19
|
+
mo: 1,
|
|
20
|
+
tu: 2,
|
|
21
|
+
we: 3,
|
|
22
|
+
th: 4,
|
|
23
|
+
fr: 5,
|
|
24
|
+
sa: 6
|
|
25
|
+
}, P = () => {
|
|
26
|
+
const t = /* @__PURE__ */ new Date();
|
|
27
|
+
return t.setHours(0, 0, 0, 0), t;
|
|
28
|
+
}, X = (t) => {
|
|
29
|
+
const o = P(), s = (A[t] - o.getDay() + 7) % 7, f = new Date(o);
|
|
30
|
+
return f.setDate(o.getDate() + s), f;
|
|
31
|
+
}, ie = () => {
|
|
3
32
|
const {
|
|
4
|
-
|
|
5
|
-
} =
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
})
|
|
33
|
+
i18n: t
|
|
34
|
+
} = U(), {
|
|
35
|
+
control: o,
|
|
36
|
+
watch: s,
|
|
37
|
+
clearErrors: f,
|
|
38
|
+
setValue: l
|
|
39
|
+
} = W(), i = s("frequency"), R = s("payment_terms_id"), g = s("recurrence_issue_mode"), V = s("recurrence_end_mode"), x = s("recurrence_days_of_week"), Y = s("recurrence_max_occurrences"), v = Number(Y) === 1, M = s("recurrence_start_date"), y = M ? new Date(M) : void 0, T = s("recurrence_end_date"), b = T ? new Date(T) : void 0, q = (r) => {
|
|
40
|
+
if (r < P()) return !0;
|
|
41
|
+
if (i === "week")
|
|
42
|
+
return x ? r.getDay() !== A[x] : !1;
|
|
43
|
+
if (i !== "month" || !g) return !1;
|
|
44
|
+
const n = r.getDate(), a = new Date(r.getFullYear(), r.getMonth() + 1, 0).getDate();
|
|
45
|
+
if (g === "first_day") return n !== 1;
|
|
46
|
+
if (g === "last_day") return n !== a;
|
|
47
|
+
const u = Number(g);
|
|
48
|
+
return Number.isNaN(u) ? !1 : n !== Math.min(u, a);
|
|
49
|
+
}, I = (r) => {
|
|
50
|
+
if (q(r)) return !0;
|
|
51
|
+
if (!y) return !1;
|
|
52
|
+
const n = new Date(y);
|
|
53
|
+
return n.setHours(0, 0, 0, 0), r < n;
|
|
54
|
+
}, O = (r) => {
|
|
55
|
+
if (q(r)) return !0;
|
|
56
|
+
if (!b) return !1;
|
|
57
|
+
const n = new Date(b);
|
|
58
|
+
return n.setHours(0, 0, 0, 0), r > n;
|
|
59
|
+
}, H = () => {
|
|
60
|
+
switch (i) {
|
|
61
|
+
case "once":
|
|
62
|
+
case "day":
|
|
63
|
+
case "quarter":
|
|
64
|
+
case "year":
|
|
65
|
+
default:
|
|
66
|
+
return null;
|
|
67
|
+
case "month":
|
|
68
|
+
return /* @__PURE__ */ c(p, { children: [
|
|
69
|
+
/* @__PURE__ */ e(w, { variant: "body2", color: "muted", className: "ttw:text-nowrap", children: t._("on the") }),
|
|
70
|
+
/* @__PURE__ */ e(m, { name: "recurrence_issue_mode", control: o, render: ({
|
|
71
|
+
field: r,
|
|
72
|
+
fieldState: {
|
|
73
|
+
error: n
|
|
74
|
+
}
|
|
75
|
+
}) => /* @__PURE__ */ e(h, { className: "ttw:w-fit", children: /* @__PURE__ */ e(_, { className: "ttw:grow-0", children: /* @__PURE__ */ c(D, { value: r.value, onValueChange: (a) => {
|
|
76
|
+
r.onChange(a), f("recurrence_issue_mode"), l("recurrence_start_date", void 0, {
|
|
77
|
+
shouldDirty: !1
|
|
78
|
+
});
|
|
79
|
+
}, children: [
|
|
80
|
+
/* @__PURE__ */ e(k, { id: "recurrence_issue_mode", className: "ttw:min-w-21 ttw:w-fit", "aria-invalid": !!n, children: /* @__PURE__ */ e(C, {}) }),
|
|
81
|
+
/* @__PURE__ */ c(S, { children: [
|
|
82
|
+
/* @__PURE__ */ e(d, { value: "first_day", children: t._("First day") }),
|
|
83
|
+
/* @__PURE__ */ e(d, { value: "last_day", children: t._("Last day") }),
|
|
84
|
+
/* @__PURE__ */ e(K, {}),
|
|
85
|
+
Q.map((a) => /* @__PURE__ */ e(d, { value: String(a), children: J(a) }, a))
|
|
86
|
+
] })
|
|
87
|
+
] }) }) }) }),
|
|
88
|
+
/* @__PURE__ */ e(w, { variant: "body2", color: "muted", className: "ttw:text-nowrap", children: t._("day of every month") })
|
|
89
|
+
] });
|
|
90
|
+
case "week":
|
|
91
|
+
return /* @__PURE__ */ c(p, { children: [
|
|
92
|
+
/* @__PURE__ */ e(w, { variant: "body2", color: "muted", children: t._("on") }),
|
|
93
|
+
/* @__PURE__ */ e(m, { name: "recurrence_days_of_week", control: o, render: ({
|
|
94
|
+
field: r,
|
|
95
|
+
fieldState: {
|
|
96
|
+
error: n
|
|
97
|
+
}
|
|
98
|
+
}) => {
|
|
99
|
+
const a = r.value, u = (N) => {
|
|
100
|
+
a !== N && (r.onChange(N), l("recurrence_start_date", X(N), {
|
|
101
|
+
shouldDirty: !0
|
|
102
|
+
}), f("recurrence_start_date"));
|
|
103
|
+
};
|
|
104
|
+
return /* @__PURE__ */ e(h, { className: "ttw:w-fit", children: /* @__PURE__ */ e(_, { className: "ttw:grow-0", children: /* @__PURE__ */ c("div", { "aria-invalid": !!n, className: "ttw:flex ttw:border ttw:border-border ttw:rounded-md ttw:h-8 ttw:w-56 ttw:aria-invalid:border-destructive", children: [
|
|
105
|
+
/* @__PURE__ */ e("button", { type: "button", "aria-pressed": a === "mo", "data-active": a === "mo", onClick: () => u("mo"), className: "ttw:hover:cursor-pointer ttw:transition-colors ttw:hover:bg-muted ttw:data-[active=true]:bg-muted ttw:text-sm ttw:font-medium ttw:border-r ttw:border-border ttw:flex ttw:flex-1 ttw:items-center ttw:justify-center", children: t._("Mo") }),
|
|
106
|
+
/* @__PURE__ */ e("button", { type: "button", "aria-pressed": a === "tu", "data-active": a === "tu", onClick: () => u("tu"), className: "ttw:hover:cursor-pointer ttw:transition-colors ttw:hover:bg-muted ttw:data-[active=true]:bg-muted ttw:text-sm ttw:font-medium ttw:border-r ttw:border-border ttw:flex ttw:flex-1 ttw:items-center ttw:justify-center", children: t._("Tu") }),
|
|
107
|
+
/* @__PURE__ */ e("button", { type: "button", "aria-pressed": a === "we", "data-active": a === "we", onClick: () => u("we"), className: "ttw:hover:cursor-pointer ttw:transition-colors ttw:hover:bg-muted ttw:data-[active=true]:bg-muted ttw:text-sm ttw:font-medium ttw:border-r ttw:border-border ttw:flex ttw:flex-1 ttw:items-center ttw:justify-center", children: t._("We") }),
|
|
108
|
+
/* @__PURE__ */ e("button", { type: "button", "aria-pressed": a === "th", "data-active": a === "th", onClick: () => u("th"), className: "ttw:hover:cursor-pointer ttw:transition-colors ttw:hover:bg-muted ttw:data-[active=true]:bg-muted ttw:text-sm ttw:font-medium ttw:border-r ttw:border-border ttw:flex ttw:flex-1 ttw:items-center ttw:justify-center", children: t._("Th") }),
|
|
109
|
+
/* @__PURE__ */ e("button", { type: "button", "aria-pressed": a === "fr", "data-active": a === "fr", onClick: () => u("fr"), className: "ttw:hover:cursor-pointer ttw:transition-colors ttw:hover:bg-muted ttw:data-[active=true]:bg-muted ttw:text-sm ttw:font-medium ttw:border-r ttw:border-border ttw:flex ttw:flex-1 ttw:items-center ttw:justify-center", children: t._("Fr") }),
|
|
110
|
+
/* @__PURE__ */ e("button", { type: "button", "aria-pressed": a === "sa", "data-active": a === "sa", onClick: () => u("sa"), className: "ttw:hover:cursor-pointer ttw:transition-colors ttw:hover:bg-muted ttw:data-[active=true]:bg-muted ttw:text-sm ttw:font-medium ttw:border-r ttw:border-border ttw:flex ttw:flex-1 ttw:items-center ttw:justify-center", children: t._("Sa") }),
|
|
111
|
+
/* @__PURE__ */ e("button", { type: "button", "aria-pressed": a === "su", "data-active": a === "su", onClick: () => u("su"), className: "ttw:hover:cursor-pointer ttw:transition-colors ttw:hover:bg-muted ttw:data-[active=true]:bg-muted ttw:text-sm ttw:font-medium ttw:flex ttw:flex-1 ttw:items-center ttw:justify-center", children: t._("Su") })
|
|
112
|
+
] }) }) });
|
|
113
|
+
} })
|
|
114
|
+
] });
|
|
115
|
+
}
|
|
116
|
+
}, L = () => {
|
|
117
|
+
switch (i) {
|
|
118
|
+
case "once":
|
|
119
|
+
default:
|
|
120
|
+
return null;
|
|
121
|
+
case "day":
|
|
122
|
+
return /* @__PURE__ */ c(p, { children: [
|
|
123
|
+
/* @__PURE__ */ e(w, { variant: "body2", color: "muted", className: "ttw:text-nowrap", children: t._("and end") }),
|
|
124
|
+
/* @__PURE__ */ e(m, { name: "recurrence_end_mode", control: o, render: ({
|
|
125
|
+
field: r,
|
|
126
|
+
fieldState: {
|
|
127
|
+
error: n
|
|
128
|
+
}
|
|
129
|
+
}) => /* @__PURE__ */ e(h, { className: "ttw:w-fit", children: /* @__PURE__ */ e(_, { className: "ttw:grow-0", children: /* @__PURE__ */ c(D, { value: r.value, onValueChange: (a) => {
|
|
130
|
+
r.onChange(a), a === "after" ? l("recurrence_end_date", void 0, {
|
|
131
|
+
shouldDirty: !1
|
|
132
|
+
}) : l("recurrence_max_occurrences", void 0, {
|
|
133
|
+
shouldDirty: !1
|
|
134
|
+
});
|
|
135
|
+
}, children: [
|
|
136
|
+
/* @__PURE__ */ e(k, { id: "recurrence_end_mode", className: "ttw:w-21", "aria-invalid": !!n, children: /* @__PURE__ */ e(C, {}) }),
|
|
137
|
+
/* @__PURE__ */ c(S, { children: [
|
|
138
|
+
/* @__PURE__ */ e(d, { value: "after", children: t._("After") }),
|
|
139
|
+
/* @__PURE__ */ e(d, { value: "on", children: t._("On") })
|
|
140
|
+
] })
|
|
141
|
+
] }) }) }) }),
|
|
142
|
+
V === "on" ? /* @__PURE__ */ e(m, { control: o, name: "recurrence_end_date", render: ({
|
|
143
|
+
field: r,
|
|
144
|
+
fieldState: {
|
|
145
|
+
error: n
|
|
146
|
+
}
|
|
147
|
+
}) => /* @__PURE__ */ e(h, { className: "ttw:grow-0 ttw:w-44", children: /* @__PURE__ */ e(_, { children: /* @__PURE__ */ e(j, { ...r, selected: r.value ? new Date(r.value) : void 0, onSelect: r.onChange, showOutsideDays: !1, disabled: I, "aria-invalid": !!n, startMonth: y ? new Date(y.getFullYear(), y.getMonth(), 1) : /* @__PURE__ */ new Date(), endMonth: new Date(2050, 11) }) }) }) }) : /* @__PURE__ */ c(p, { children: [
|
|
148
|
+
/* @__PURE__ */ e(m, { name: "recurrence_max_occurrences", control: o, render: ({
|
|
149
|
+
field: r,
|
|
150
|
+
fieldState: {
|
|
151
|
+
error: n
|
|
152
|
+
}
|
|
153
|
+
}) => /* @__PURE__ */ e(h, { className: "ttw:w-fit", children: /* @__PURE__ */ e(_, { className: "ttw:grow-0", children: /* @__PURE__ */ e(E, { ...r, className: "ttw:w-16", value: r.value ?? "", type: "number", min: 0, max: 1e3, onKeyDown: $, "aria-invalid": !!n }) }) }) }),
|
|
154
|
+
/* @__PURE__ */ e(w, { variant: "body2", color: "muted", className: "ttw:text-nowrap", children: v ? t._("day") : t._("days") })
|
|
155
|
+
] })
|
|
156
|
+
] });
|
|
157
|
+
case "month":
|
|
158
|
+
case "quarter":
|
|
159
|
+
case "year":
|
|
160
|
+
case "week":
|
|
161
|
+
return /* @__PURE__ */ c(p, { children: [
|
|
162
|
+
/* @__PURE__ */ e(w, { variant: "body2", color: "muted", className: "ttw:text-nowrap", children: t._("and end after") }),
|
|
163
|
+
/* @__PURE__ */ e(m, { name: "recurrence_max_occurrences", control: o, render: ({
|
|
164
|
+
field: r,
|
|
165
|
+
fieldState: {
|
|
166
|
+
error: n
|
|
167
|
+
}
|
|
168
|
+
}) => /* @__PURE__ */ e(h, { className: "ttw:w-fit", children: /* @__PURE__ */ e(_, { className: "ttw:grow-0", children: /* @__PURE__ */ e(E, { ...r, className: "ttw:w-16", value: r.value ?? "", type: "number", min: 0, max: 1e3, onKeyDown: $, "aria-invalid": !!n }) }) }) }),
|
|
169
|
+
/* @__PURE__ */ c(w, { variant: "body2", color: "muted", className: "ttw:text-nowrap", children: [
|
|
170
|
+
i === "month" && (v ? t._("month") : t._("months")),
|
|
171
|
+
i === "quarter" && (v ? t._("quarter") : t._("quarters")),
|
|
172
|
+
i === "week" && (v ? t._("week") : t._("weeks")),
|
|
173
|
+
i === "year" && (v ? t._("year") : t._("years"))
|
|
174
|
+
] })
|
|
175
|
+
] });
|
|
176
|
+
}
|
|
177
|
+
};
|
|
178
|
+
return /* @__PURE__ */ c("section", { className: "ttw:flex ttw:flex-col ttw:gap-2.5", children: [
|
|
179
|
+
/* @__PURE__ */ c("div", { className: "ttw:flex ttw:items-center ttw:gap-2.5", children: [
|
|
180
|
+
/* @__PURE__ */ e(w, { variant: "body2", color: "muted", className: "ttw:text-nowrap", children: t._("Repeat this invoice") }),
|
|
181
|
+
/* @__PURE__ */ e(m, { name: "frequency", control: o, render: ({
|
|
182
|
+
field: r
|
|
183
|
+
}) => /* @__PURE__ */ e(h, { className: "ttw:w-fit", children: /* @__PURE__ */ e(_, { className: "ttw:grow-0", children: /* @__PURE__ */ c(D, { value: r.value, onValueChange: (n) => {
|
|
184
|
+
f(F), F.forEach((a) => {
|
|
185
|
+
l(a, void 0, {
|
|
186
|
+
shouldDirty: !1
|
|
187
|
+
});
|
|
188
|
+
}), G.includes(n) ? (l("payment_terms_id", z, {
|
|
189
|
+
shouldDirty: !0
|
|
190
|
+
}), l("payment_terms_custom_date", null, {
|
|
191
|
+
shouldDirty: !1
|
|
192
|
+
}), l("payment_reminder_id", "", {
|
|
193
|
+
shouldDirty: !0
|
|
194
|
+
})) : n !== "once" && R === B && (l("payment_terms_id", "", {
|
|
195
|
+
shouldDirty: !0
|
|
196
|
+
}), l("payment_terms_custom_date", null, {
|
|
197
|
+
shouldDirty: !1
|
|
198
|
+
})), r.onChange(n);
|
|
199
|
+
}, children: [
|
|
200
|
+
/* @__PURE__ */ e(k, { id: "frequency", className: "ttw:w-31", children: /* @__PURE__ */ e(C, {}) }),
|
|
201
|
+
/* @__PURE__ */ c(S, { children: [
|
|
202
|
+
/* @__PURE__ */ e(d, { value: "once", children: t._("Once") }),
|
|
203
|
+
/* @__PURE__ */ e(d, { value: "day", children: t._("Daily") }),
|
|
204
|
+
/* @__PURE__ */ e(d, { value: "week", children: t._("Weekly") }),
|
|
205
|
+
/* @__PURE__ */ e(d, { value: "month", children: t._("Monthly") }),
|
|
206
|
+
/* @__PURE__ */ e(d, { value: "quarter", children: t._("Quarterly") }),
|
|
207
|
+
/* @__PURE__ */ e(d, { value: "year", children: t._("Annually") })
|
|
208
|
+
] })
|
|
209
|
+
] }) }) }) }),
|
|
210
|
+
H()
|
|
211
|
+
] }),
|
|
212
|
+
i !== "once" && /* @__PURE__ */ c("div", { className: "ttw:flex ttw:items-center ttw:gap-2.5", children: [
|
|
213
|
+
/* @__PURE__ */ e(w, { variant: "body2", color: "muted", className: "ttw:text-nowrap", children: t._("Start on") }),
|
|
214
|
+
/* @__PURE__ */ e(m, { control: o, name: "recurrence_start_date", render: ({
|
|
215
|
+
field: r,
|
|
216
|
+
fieldState: {
|
|
217
|
+
error: n
|
|
218
|
+
}
|
|
219
|
+
}) => /* @__PURE__ */ e(h, { className: "ttw:grow-0 ttw:w-44", children: /* @__PURE__ */ e(_, { children: /* @__PURE__ */ e(j, { ...r, selected: r.value ? new Date(r.value) : void 0, onSelect: r.onChange, showOutsideDays: !1, shouldDisableButton: i === "week" && !x, disabled: O, "aria-invalid": !!n, startMonth: /* @__PURE__ */ new Date(), endMonth: b ? new Date(b.getFullYear(), b.getMonth(), 1) : new Date(2050, 11) }) }) }) }),
|
|
220
|
+
L()
|
|
221
|
+
] }),
|
|
222
|
+
["month", "quarter", "year"].includes(i) && /* @__PURE__ */ e(w, { variant: "caption", color: "muted", children: t._("If the issue day doesn't exist in a given month, e.g., the 31st, then the invoice will be sent on the last day of that month.") })
|
|
223
|
+
] });
|
|
11
224
|
};
|
|
12
225
|
export {
|
|
13
|
-
|
|
226
|
+
ie as RecurrenceSection
|
|
14
227
|
};
|
|
@@ -1,52 +1,41 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
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
|
|
12
|
+
}) => {
|
|
4
13
|
const {
|
|
5
|
-
|
|
6
|
-
} =
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
isFetchingNextPage: i,
|
|
30
|
-
isError: r,
|
|
31
|
-
fetchNextPage: o
|
|
32
|
-
} = e;
|
|
33
|
-
return m(() => {
|
|
34
|
-
n && !i && !r && o();
|
|
35
|
-
}, [n, i, r, o]), {
|
|
36
|
-
data: p(() => {
|
|
37
|
-
if (e.data)
|
|
38
|
-
return {
|
|
39
|
-
data: e.data.pages.flatMap((a) => a.data ?? []),
|
|
40
|
-
nextPaginationToken: null,
|
|
41
|
-
prevPaginationToken: null
|
|
42
|
-
};
|
|
43
|
-
}, [e.data]),
|
|
44
|
-
isLoading: e.isLoading,
|
|
45
|
-
isFetching: e.isFetching,
|
|
46
|
-
isError: e.isError,
|
|
47
|
-
error: e.error
|
|
48
|
-
};
|
|
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.") })
|
|
29
|
+
] }),
|
|
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") })
|
|
36
|
+
] })
|
|
37
|
+
] });
|
|
49
38
|
};
|
|
50
39
|
export {
|
|
51
|
-
|
|
40
|
+
I as RemindersSection
|
|
52
41
|
};
|
|
@@ -1,69 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import { useGetMeasureUnits as _ } from "./index202.js";
|
|
12
|
-
import { useDeleteMeasureUnit as y } from "./index421.js";
|
|
13
|
-
import { InputGroup as F, InputGroupAddon as H, InputGroupInput as k } from "./index101.js";
|
|
14
|
-
import { useDebounceCallback as R } from "./index65.js";
|
|
15
|
-
const at = () => {
|
|
16
|
-
const {
|
|
17
|
-
i18n: i
|
|
18
|
-
} = I(), [g, s] = m(null), [a, c] = m(null), x = !!a, [u, N] = m(""), {
|
|
19
|
-
data: C,
|
|
20
|
-
isLoading: M
|
|
21
|
-
} = _(), n = y(a?.name), $ = R((t) => {
|
|
22
|
-
N(t);
|
|
23
|
-
}, 500), D = C?.data?.filter((t) => t.name.toLowerCase().includes(u.toLowerCase()) || t.description && t.description.toLowerCase().includes(u.toLowerCase())) || [], L = w((t) => {
|
|
24
|
-
c(t);
|
|
25
|
-
}, []), o = w(() => {
|
|
26
|
-
c(null);
|
|
27
|
-
}, []), U = w(() => {
|
|
28
|
-
a && n.mutate({
|
|
29
|
-
path: {
|
|
30
|
-
unit_id: a.id
|
|
31
|
-
}
|
|
32
|
-
}, {
|
|
33
|
-
onSuccess: () => o()
|
|
34
|
-
});
|
|
35
|
-
}, [n, a, o]), p = n.isPending, v = () => {
|
|
36
|
-
s(null);
|
|
37
|
-
};
|
|
38
|
-
return /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-4 ttw:h-full ttw:relative", children: [
|
|
39
|
-
M ? /* @__PURE__ */ e("div", { className: "ttw:flex ttw:justify-center ttw:items-center ttw:h-full", children: /* @__PURE__ */ e(b, { className: "ttw:size-10 ttw:animate-spin ttw:text-muted-foreground" }) }) : /* @__PURE__ */ r(T, { children: [
|
|
40
|
-
p && /* @__PURE__ */ e("div", { className: "ttw:absolute ttw:inset-0 ttw:bg-white/70 ttw:flex ttw:justify-center ttw:items-center ttw:z-10", children: /* @__PURE__ */ e(b, { className: "ttw:size-10 ttw:animate-spin ttw:text-muted-foreground" }) }),
|
|
41
|
-
/* @__PURE__ */ r(F, { children: [
|
|
42
|
-
/* @__PURE__ */ e(H, { align: "inline-start", children: /* @__PURE__ */ e(S, {}) }),
|
|
43
|
-
/* @__PURE__ */ e(k, { placeholder: i._("Search"), onChange: (t) => $(t.target.value) })
|
|
44
|
-
] }),
|
|
45
|
-
/* @__PURE__ */ r(A, { className: "ttw:table-fixed ttw:border ttw:border-border ttw:rounded-md", children: [
|
|
46
|
-
/* @__PURE__ */ e(E, { children: /* @__PURE__ */ r(h, { className: "ttw:hover:bg-transparent ttw:border-border", children: [
|
|
47
|
-
/* @__PURE__ */ e(l, { className: "ttw:w-[35%]", children: i._("Unit label") }),
|
|
48
|
-
/* @__PURE__ */ e(l, { className: "ttw:w-[55%]", children: i._("Description (optional)") }),
|
|
49
|
-
/* @__PURE__ */ e(l, { className: "ttw:w-[10%]" })
|
|
50
|
-
] }) }),
|
|
51
|
-
/* @__PURE__ */ r(G, { children: [
|
|
52
|
-
/* @__PURE__ */ e(f, { isEditMode: !1 }),
|
|
53
|
-
D.map((t) => g?.id === t.id ? /* @__PURE__ */ e(f, { isEditMode: !0, initialValues: t, onCancel: v, onEdit: () => s(null), id: t.id }, t.id) : /* @__PURE__ */ r(h, { className: "ttw:border-border", children: [
|
|
54
|
-
/* @__PURE__ */ e(d, { className: "ttw:w-[35%] ttw:text-sm ttw:truncate", children: t.name }),
|
|
55
|
-
/* @__PURE__ */ e(d, { className: "ttw:w-[55%] ttw:text-sm ttw:text-muted-foreground ttw:truncate", children: t.description || "—" }),
|
|
56
|
-
/* @__PURE__ */ e(d, { className: "ttw:w-[10%]", children: /* @__PURE__ */ e(z, { permissions: {
|
|
57
|
-
isUpdateAllowed: !0,
|
|
58
|
-
isDeleteAllowed: !0
|
|
59
|
-
}, onEdit: () => s(t), onDelete: () => L(t) }) })
|
|
60
|
-
] }, t.id))
|
|
61
|
-
] })
|
|
62
|
-
] })
|
|
63
|
-
] }),
|
|
64
|
-
/* @__PURE__ */ e(j, { open: x, id: a?.id, name: a?.name || "", isLoading: p, onClose: o, onDelete: U })
|
|
65
|
-
] });
|
|
66
|
-
};
|
|
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
|
+
}
|
|
67
11
|
export {
|
|
68
|
-
|
|
12
|
+
c as Checkbox
|
|
69
13
|
};
|
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
return e ? o(t)[e] : "";
|
|
12
|
-
}
|
|
1
|
+
import { useMoniteContext as o } from "./index57.js";
|
|
2
|
+
const r = () => {
|
|
3
|
+
const {
|
|
4
|
+
api: e
|
|
5
|
+
} = o();
|
|
6
|
+
return e.finops.deleteFilesId.useMutation(void 0, {
|
|
7
|
+
onError: () => {
|
|
8
|
+
}
|
|
9
|
+
});
|
|
10
|
+
};
|
|
13
11
|
export {
|
|
14
|
-
r as
|
|
15
|
-
a as tagCategories
|
|
12
|
+
r as useDeleteFile
|
|
16
13
|
};
|