@tesouro/embedded-components-react 0.2.32 → 0.2.34
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 +13 -9
- package/dist/index.css +78 -11
- package/dist/index.d.ts +80 -67
- package/dist/lib/BankAccountsWidget.d.ts +80 -67
- package/dist/lib/ReceivablesWidget.js +23 -23
- package/dist/libs/embedded-banking/shared/util/dist/index10.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index11.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index2.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index3.js +323 -0
- package/dist/libs/embedded-banking/shared/util/dist/index8.js +145 -0
- package/dist/libs/embedded-banking/shared/util/dist/index9.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index4.js +22 -20
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index10.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index11.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +166 -135
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index4.js +2 -1
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index5.js +58 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index6.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index7.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index8.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index9.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +189 -166
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index3.js +40 -23
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index4.js +201 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index5.js +92 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index6.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index7.js +28 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index4.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index5.js +98 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index10.js +85 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +70 -146
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index3.js +244 -9
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index5.js +44 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index6.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index7.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index8.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index9.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index2.js +87 -152
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index3.js +34 -20
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index4.js +95 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index5.js +54 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index6.js +168 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index3.js +23 -23
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +22 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index105.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index109.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index110.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index111.js +1 -1
- 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 +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +24 -2
- 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 +13 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +34 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +4 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +2 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +24 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +2 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +1270 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +22 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +2 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +10 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +8 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +32 -1270
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +75 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +6 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +5 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +33 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +32 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +7 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +12 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +26 -12
- 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 +14 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +119 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +7 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +10 -119
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +47 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +46 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +12 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +44 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +15 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +11 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +152 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +24 -150
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +2 -2
- 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/index162.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +24 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +94 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +97 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +17 -196
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +12 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +24 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +12 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +18 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +21 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +2 -250
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +10 -181
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +20 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +19 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +27 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +104 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +60 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +12 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +12 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +45 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +75 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +54 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +195 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +14 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +26 -186
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +78 -29
- 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 +28 -123
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +39 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +7 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +246 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +180 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +13 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +115 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +84 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +109 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +110 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +20 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +56 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +58 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +86 -368
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +47 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +112 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +69 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +185 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +31 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +120 -89
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +54 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +20 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +27 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +18 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +13 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +19 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +4 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +5 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +6 -115
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +43 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +48 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +370 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +22 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +20 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +19 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +13 -397
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +14 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +93 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +23 -370
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +397 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +66 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +2 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +406 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +100 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +26 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +5 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +11 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +5 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +10 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +214 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +12 -214
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +11 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +2 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +7 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +35 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +37 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +42 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +28 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +5 -60
- 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 +74 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +32 -146
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +20 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +144 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +86 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +15 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +183 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +25 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +21 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +43 -54
- 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 +13 -344
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +80 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +76 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +42 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +73 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +65 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +36 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +49 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +31 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +54 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +344 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +2 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +18 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +12 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +21 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +31 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +35 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +37 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +15 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +17 -97
- 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 +11 -191
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +22 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +32 -337
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +47 -298
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +30 -103
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +93 -157
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +43 -263
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +22 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +43 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +10 -491
- 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 +2 -168
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +93 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +97 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +190 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +38 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +342 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +302 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +98 -99
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +162 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +263 -31
- 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 +21 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +19 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +20 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +28 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +41 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +59 -90
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +89 -121
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +112 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +87 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +61 -41
- 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 +22 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +56 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +29 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +54 -153
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +20 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +40 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +61 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +29 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +111 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +22 -31
- 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 +43 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +56 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +149 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +19 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +12 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +25 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +37 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +43 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +36 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +30 -92
- 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 +6 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +97 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +21 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +35 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +52 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +42 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +17 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +54 -182
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +12 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +93 -81
- 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 +107 -269
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +16 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +39 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +40 -83
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +21 -224
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +18 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +18 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +164 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +129 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +159 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +12 -127
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +19 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +61 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +67 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +57 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +6 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +8 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +57 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +24 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +61 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +14 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +62 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +42 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +25 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +186 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +105 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +81 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +287 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +48 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +15 -171
- 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 +78 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +220 -157
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +47 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +49 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +109 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +483 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +163 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +26 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +127 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +156 -59
- 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 +28 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +26 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +78 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +11 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +255 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +66 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +47 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +28 -255
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +16 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +24 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +17 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +18 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +23 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +65 -88
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +93 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +36 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +9 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +15 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +22 -125
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +48 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +11 -38
- 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 +67 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +32 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +25 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +33 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +32 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +4 -104
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +127 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +91 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +36 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +29 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +30 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +54 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +34 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +23 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +7 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +51 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +16 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +120 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +18 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +16 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +16 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +16 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +16 -123
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +73 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +11 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +64 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +14 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +19 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +21 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +14 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +13 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +20 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +10 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +30 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +13 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +67 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +20 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +2 -75
- 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 +56 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +99 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +112 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +16 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +33 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +85 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +24 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +69 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +66 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +35 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +12 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +28 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +23 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +37 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +5 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +9 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +17 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +31 -83
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +92 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +14 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +74 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +21 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +9 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +54 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +69 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +21 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +43 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +34 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +14 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +18 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +51 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +59 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +30 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +54 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +17 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +81 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +29 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +40 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +15 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +49 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +35 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +43 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +73 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +86 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +53 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +52 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index49.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index490.js +51 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index491.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index492.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index493.js +36 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index494.js +49 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index495.js +48 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index496.js +40 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index497.js +18 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index498.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index56.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index57.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index60.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index80.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index81.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index90.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index91.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index96.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +22 -22
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +269 -259
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +216 -196
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +23 -23
- package/package.json +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index5.js +0 -31
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index3.js +0 -13
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index2.js +0 -27
|
@@ -1,65 +1,42 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
import { useLingui as g } from "@lingui/react";
|
|
7
|
-
import { useFormContext as y, Controller as w } from "react-hook-form";
|
|
8
|
-
import { twMerge as N } from "tailwind-merge";
|
|
9
|
-
const j = ({
|
|
10
|
-
hasExistingBankAccount: a,
|
|
11
|
-
isLoading: o,
|
|
12
|
-
isStandalone: b,
|
|
13
|
-
handleCancel: v
|
|
14
|
-
}) => {
|
|
1
|
+
import { useMoniteContext as n } from "./index59.js";
|
|
2
|
+
import { getAPIErrorMessage as p } from "./index125.js";
|
|
3
|
+
import { useLingui as c } from "@lingui/react";
|
|
4
|
+
import { toast as t } from "react-hot-toast";
|
|
5
|
+
const v = (a) => {
|
|
15
6
|
const {
|
|
16
|
-
i18n:
|
|
17
|
-
} =
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
} =
|
|
21
|
-
return
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
fieldState: {
|
|
31
|
-
error: i
|
|
32
|
-
}
|
|
33
|
-
}) => /* @__PURE__ */ e(m, { "data-invalid": !!(!r.value && a), children: /* @__PURE__ */ n(c, { children: [
|
|
34
|
-
/* @__PURE__ */ e(s, { htmlFor: r.name, children: t._("Account holder name") }),
|
|
35
|
-
/* @__PURE__ */ e(h, { id: r.name, ...r, className: "ttw:bg-white", disabled: o, "aria-invalid": !!(!r.value && a) || !!i || void 0 }),
|
|
36
|
-
/* @__PURE__ */ e(u, { errors: [i] })
|
|
37
|
-
] }) }) }),
|
|
38
|
-
/* @__PURE__ */ n("div", { className: "ttw:flex ttw:gap-4", children: [
|
|
39
|
-
/* @__PURE__ */ e(w, { name: "routingNumber", control: d, render: ({
|
|
40
|
-
field: r,
|
|
41
|
-
fieldState: {
|
|
42
|
-
error: i
|
|
7
|
+
i18n: i
|
|
8
|
+
} = c(), {
|
|
9
|
+
api: e,
|
|
10
|
+
queryClient: s
|
|
11
|
+
} = n();
|
|
12
|
+
return e.finops.patchReceivablesId.useMutation({
|
|
13
|
+
path: {
|
|
14
|
+
receivable_id: a
|
|
15
|
+
}
|
|
16
|
+
}, {
|
|
17
|
+
onSuccess: async (r) => {
|
|
18
|
+
e.finops.getReceivablesId.setQueryData({
|
|
19
|
+
path: {
|
|
20
|
+
receivable_id: a
|
|
43
21
|
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
/* @__PURE__ */ e(w, { name: "accountNumber", control: d, render: ({
|
|
50
|
-
field: r,
|
|
51
|
-
fieldState: {
|
|
52
|
-
error: i
|
|
22
|
+
}, r, s), await Promise.all([e.finops.getReceivablesIdPdfLink.resetQueries({
|
|
23
|
+
parameters: {
|
|
24
|
+
path: {
|
|
25
|
+
receivable_id: a
|
|
26
|
+
}
|
|
53
27
|
}
|
|
54
|
-
})
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
28
|
+
}, s), e.finops.getReceivables.invalidateQueries(s)]), t.success(i._("{receivableType} has been updated", {
|
|
29
|
+
receivableType: r.type
|
|
30
|
+
}));
|
|
31
|
+
},
|
|
32
|
+
onError: (r) => {
|
|
33
|
+
const o = p(i, r);
|
|
34
|
+
t.error(i._("Failed to update receivable: {errorMessage}", {
|
|
35
|
+
errorMessage: o
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
});
|
|
62
39
|
};
|
|
63
40
|
export {
|
|
64
|
-
|
|
41
|
+
v as useUpdateReceivable
|
|
65
42
|
};
|
|
@@ -1,98 +1,36 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { useLingui as
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
import { Button as w } from "./index86.js";
|
|
7
|
-
import { getCounterpartBankValidationSchema as U } from "./index252.js";
|
|
8
|
-
import "./index59.js";
|
|
9
|
-
import { toast as l } from "react-hot-toast";
|
|
10
|
-
import { useCreateCounterpartBank as A } from "./index255.js";
|
|
11
|
-
import { useUpdateCounterpartBank as D } from "./index432.js";
|
|
12
|
-
import "date-fns";
|
|
13
|
-
import { getCounterpartName as L } from "./index7.js";
|
|
14
|
-
import { LoadingSpinner as j } from "./index135.js";
|
|
15
|
-
import { CounterpartBankFormContent as I } from "./index328.js";
|
|
16
|
-
const $ = ({
|
|
17
|
-
counterpartId: p,
|
|
18
|
-
isStandalone: g,
|
|
19
|
-
bankAccount: t,
|
|
20
|
-
handleClose: b,
|
|
21
|
-
onUpdate: c,
|
|
22
|
-
onCreate: i
|
|
23
|
-
}) => {
|
|
1
|
+
import { useMoniteContext as o } from "./index59.js";
|
|
2
|
+
import { getAPIErrorMessage as n } from "./index125.js";
|
|
3
|
+
import { useLingui as p } from "@lingui/react";
|
|
4
|
+
import { toast as c } from "react-hot-toast";
|
|
5
|
+
const g = (e) => {
|
|
24
6
|
const {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
} =
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
...a
|
|
39
|
-
} = y({
|
|
40
|
-
resolver: P(U(e)),
|
|
41
|
-
defaultValues: S
|
|
42
|
-
}), x = H((m) => {
|
|
43
|
-
m.preventDefault(), m.stopPropagation(), a.handleSubmit((r) => {
|
|
44
|
-
if (t) {
|
|
45
|
-
const s = {
|
|
46
|
-
account_holder_name: r.accountHolderName,
|
|
47
|
-
account_number: r.accountNumber,
|
|
48
|
-
routing_number: r.routingNumber
|
|
49
|
-
};
|
|
50
|
-
return f({
|
|
7
|
+
api: r,
|
|
8
|
+
queryClient: i
|
|
9
|
+
} = o(), {
|
|
10
|
+
i18n: t
|
|
11
|
+
} = p();
|
|
12
|
+
return r.finops.putReceivablesIdLineItems.useMutation({
|
|
13
|
+
path: {
|
|
14
|
+
receivable_id: e
|
|
15
|
+
}
|
|
16
|
+
}, {
|
|
17
|
+
onSuccess: async () => {
|
|
18
|
+
await r.finops.getReceivablesId.invalidateQueries({
|
|
19
|
+
parameters: {
|
|
51
20
|
path: {
|
|
52
|
-
|
|
53
|
-
bank_account_id: t?.id
|
|
54
|
-
},
|
|
55
|
-
body: s
|
|
56
|
-
}, {
|
|
57
|
-
onSuccess: () => {
|
|
58
|
-
l.success(e._("Bank account information has been updated.")), c && c();
|
|
21
|
+
receivable_id: e
|
|
59
22
|
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
return _({
|
|
71
|
-
path: {
|
|
72
|
-
counterpart_id: p
|
|
73
|
-
},
|
|
74
|
-
body: s
|
|
75
|
-
}, {
|
|
76
|
-
onSuccess: () => {
|
|
77
|
-
l.success(e._("Bank Account has been added.")), i && i();
|
|
78
|
-
}
|
|
79
|
-
});
|
|
80
|
-
}
|
|
81
|
-
})(m);
|
|
82
|
-
}, [l, f, _, L, c, i, a.handleSubmit, e]);
|
|
83
|
-
return /* @__PURE__ */ u(B, { resetField: n, ...a, children: /* @__PURE__ */ d("form", { id: h, onSubmit: x, 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: [
|
|
84
|
-
/* @__PURE__ */ u(I, { hasExistingBankAccount: N, handleCancel: b, isLoading: o, isStandalone: g }),
|
|
85
|
-
/* @__PURE__ */ d("div", { className: "ttw:flex ttw:gap-4 ttw:pt-6", children: [
|
|
86
|
-
/* @__PURE__ */ u(w, { type: "button", variant: "outline", className: "ttw:border-border ttw:flex-1", disabled: o, onClick: () => {
|
|
87
|
-
n("accountHolderName"), n("accountNumber"), n("routingNumber"), b();
|
|
88
|
-
}, children: e._("Cancel") }),
|
|
89
|
-
/* @__PURE__ */ d(w, { type: "submit", className: "ttw:flex-1", disabled: o || !a.formState.isDirty, children: [
|
|
90
|
-
o && /* @__PURE__ */ u(j, { className: "ttw:border-white ttw:border-t-transparent ttw:size-4" }),
|
|
91
|
-
e._("Save")
|
|
92
|
-
] })
|
|
93
|
-
] })
|
|
94
|
-
] }) });
|
|
23
|
+
}
|
|
24
|
+
}, i);
|
|
25
|
+
},
|
|
26
|
+
onError: (s) => {
|
|
27
|
+
const a = n(t, s);
|
|
28
|
+
c.error(t._("Failed to update receivable line items: {errorMessage}", {
|
|
29
|
+
errorMessage: a
|
|
30
|
+
}));
|
|
31
|
+
}
|
|
32
|
+
});
|
|
95
33
|
};
|
|
96
34
|
export {
|
|
97
|
-
|
|
35
|
+
g as useUpdateReceivableLineItems
|
|
98
36
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useMoniteContext as n } from "./index59.js";
|
|
2
|
-
import { getAPIErrorMessage as p } from "./
|
|
2
|
+
import { getAPIErrorMessage as p } from "./index125.js";
|
|
3
3
|
import { useLingui as d } from "@lingui/react";
|
|
4
4
|
import { toast as s } from "react-hot-toast";
|
|
5
5
|
const b = (t, r) => {
|
|
@@ -1,114 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { Field as o, FieldContent as s, FieldLabel as c, FieldError as m } from "./index155.js";
|
|
4
|
-
import { Input as f } from "./index124.js";
|
|
5
|
-
import { Select as F, SelectTrigger as _, SelectValue as j, SelectContent as A, SelectItem as E } from "./index311.js";
|
|
6
|
-
import { Typography as b } from "./index87.js";
|
|
7
|
-
import { MoniteCountryShadcn as L } from "./index434.js";
|
|
8
|
-
import { useLingui as T } from "@lingui/react";
|
|
9
|
-
import { useRef as U } from "react";
|
|
10
|
-
import { useFormContext as B, Controller as w } from "react-hook-form";
|
|
11
|
-
import { twMerge as g } from "tailwind-merge";
|
|
12
|
-
const G = ({
|
|
13
|
-
hasExistingAddress: v,
|
|
14
|
-
isLoading: n,
|
|
15
|
-
isStandalone: d,
|
|
16
|
-
customerType: S
|
|
17
|
-
}) => {
|
|
1
|
+
import { useMoniteContext as t } from "./index59.js";
|
|
2
|
+
const o = () => {
|
|
18
3
|
const {
|
|
19
|
-
|
|
20
|
-
} =
|
|
21
|
-
|
|
22
|
-
control: h
|
|
23
|
-
} = B(), u = U(null), i = S === "vendor";
|
|
24
|
-
return /* @__PURE__ */ a("div", { className: g("ttw:flex ttw:flex-col ttw:gap-4"), ref: u, children: [
|
|
25
|
-
d ? /* @__PURE__ */ e("div", { className: "ttw:flex ttw:items-center ttw:justify-between ttw:gap-3 ttw:pt-6 ttw:pb-7 ttw:border-b ttw:border-border", children: /* @__PURE__ */ e(b, { variant: "body1", className: "ttw:font-medium", children: v ? l._("Editing address") : l._("Adding address") }) }) : /* @__PURE__ */ e(y, { children: !i && /* @__PURE__ */ e("div", { className: "ttw:flex ttw:items-center ttw:justify-between ttw:gap-3 ttw:pt-6 ttw:pb-7 ttw:border-b ttw:border-border", children: /* @__PURE__ */ a(b, { variant: "body1", className: "ttw:font-medium", children: [
|
|
26
|
-
l._("Address"),
|
|
27
|
-
" ",
|
|
28
|
-
/* @__PURE__ */ e("span", { className: "ttw:text-muted-foreground", children: l._("(optional)") })
|
|
29
|
-
] }) }) }),
|
|
30
|
-
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:gap-4", children: [
|
|
31
|
-
/* @__PURE__ */ e(w, { name: "line1", control: h, render: ({
|
|
32
|
-
field: t,
|
|
33
|
-
fieldState: {
|
|
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
|
-
] }) }) })
|
|
54
|
-
] }),
|
|
55
|
-
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:gap-4", children: [
|
|
56
|
-
/* @__PURE__ */ e(w, { name: "city", control: h, render: ({
|
|
57
|
-
field: t,
|
|
58
|
-
fieldState: {
|
|
59
|
-
error: r
|
|
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
|
-
] }) }) })
|
|
109
|
-
] })
|
|
110
|
-
] });
|
|
4
|
+
api: e
|
|
5
|
+
} = t();
|
|
6
|
+
return e.finops.getPaymentTerms.useQuery();
|
|
111
7
|
};
|
|
112
8
|
export {
|
|
113
|
-
|
|
9
|
+
o as useGetPaymentTerms
|
|
114
10
|
};
|
|
@@ -1,90 +1,106 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import { getAddressValidationSchema as j } from "./index252.js";
|
|
1
|
+
import { jsx as e, jsxs as d, Fragment as C } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Controller as c } from "react-hook-form";
|
|
3
|
+
import { DefaultEmail as v } from "./index443.js";
|
|
4
|
+
import { useRootElements as y } from "./index94.js";
|
|
5
|
+
import { useCounterpartById as S } from "./index72.js";
|
|
6
|
+
import "@tanstack/react-query";
|
|
8
7
|
import "./index59.js";
|
|
9
|
-
import {
|
|
8
|
+
import { useCounterpartContactList as F } from "./index76.js";
|
|
10
9
|
import "date-fns";
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
10
|
+
import "react";
|
|
11
|
+
import "react-hot-toast";
|
|
12
|
+
import { useLingui as I } from "@lingui/react";
|
|
13
|
+
import { useGetReceivableById as N } from "./index84.js";
|
|
14
|
+
import { Card as u, CardContent as m, Stack as f, Typography as h, TextField as b, CircularProgress as M, FormControl as T, Select as B, MenuItem as L, FormHelperText as W } from "@mui/material";
|
|
15
|
+
import { getDefaultContact as _, getContactList as j } from "./index332.js";
|
|
16
|
+
const K = ({
|
|
17
|
+
formName: n,
|
|
18
|
+
style: t,
|
|
19
|
+
children: i,
|
|
20
|
+
handleIssueAndSend: a
|
|
21
|
+
}) => /* @__PURE__ */ e("form", { id: n, noValidate: !0, onSubmit: a, style: t, children: i }), k = ({
|
|
22
|
+
invoiceId: n,
|
|
23
|
+
control: t
|
|
24
24
|
}) => {
|
|
25
25
|
const {
|
|
26
|
-
|
|
27
|
-
} =
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
...
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
26
|
+
data: i
|
|
27
|
+
} = N(n), {
|
|
28
|
+
data: a
|
|
29
|
+
} = S(i?.counterpart_id), {
|
|
30
|
+
data: r,
|
|
31
|
+
isLoading: o
|
|
32
|
+
} = F(i?.counterpart_id), {
|
|
33
|
+
root: x
|
|
34
|
+
} = y();
|
|
35
|
+
if (o) return /* @__PURE__ */ e(M, {});
|
|
36
|
+
const g = _(r, a);
|
|
37
|
+
return /* @__PURE__ */ e(c, { name: "to", control: t, render: ({
|
|
38
|
+
field: p,
|
|
39
|
+
fieldState: {
|
|
40
|
+
error: s
|
|
41
|
+
}
|
|
42
|
+
}) => /* @__PURE__ */ d(T, { variant: "standard", required: !0, fullWidth: !0, error: !!s, children: [
|
|
43
|
+
/* @__PURE__ */ e(B, { MenuProps: {
|
|
44
|
+
container: x
|
|
45
|
+
}, className: "Monite-NakedField Monite-RecipientSelector", "data-testid": `${p.name}-select`, ...p, children: j(r, g).map((l) => /* @__PURE__ */ e(L, { value: l.email, children: /* @__PURE__ */ e(v, { email: l.email ?? "", isDefault: l.is_default }) }, l.id)) }),
|
|
46
|
+
s && /* @__PURE__ */ e(W, { children: s.message })
|
|
47
|
+
] }) });
|
|
48
|
+
}, O = ({
|
|
49
|
+
invoiceId: n,
|
|
50
|
+
control: t,
|
|
51
|
+
isDisabled: i
|
|
52
|
+
}) => {
|
|
53
|
+
const {
|
|
54
|
+
i18n: a
|
|
55
|
+
} = I();
|
|
56
|
+
return /* @__PURE__ */ d(C, { children: [
|
|
57
|
+
/* @__PURE__ */ e(u, { sx: {
|
|
58
|
+
mb: 3
|
|
59
|
+
}, children: /* @__PURE__ */ e(m, { sx: {
|
|
60
|
+
px: 3,
|
|
61
|
+
pt: 1,
|
|
62
|
+
pb: 1,
|
|
63
|
+
"&:last-child": {
|
|
64
|
+
pb: 1
|
|
65
|
+
}
|
|
66
|
+
// last-child is necessary to override default style of the MUI theme
|
|
67
|
+
}, children: /* @__PURE__ */ d(f, { spacing: 2, direction: "row", alignItems: "center", children: [
|
|
68
|
+
/* @__PURE__ */ e(h, { variant: "body2", sx: {
|
|
69
|
+
minWidth: "52px"
|
|
70
|
+
}, children: a._("To") }),
|
|
71
|
+
/* @__PURE__ */ e(k, { invoiceId: n, control: t })
|
|
72
|
+
] }) }) }),
|
|
73
|
+
/* @__PURE__ */ d(u, { children: [
|
|
74
|
+
/* @__PURE__ */ e(m, { sx: {
|
|
75
|
+
px: 3,
|
|
76
|
+
py: 1,
|
|
77
|
+
borderBottomWidth: "1px",
|
|
78
|
+
borderBottomStyle: "solid",
|
|
79
|
+
borderBottomColor: "divider"
|
|
80
|
+
}, children: /* @__PURE__ */ d(f, { spacing: 2, direction: "row", alignItems: "center", children: [
|
|
81
|
+
/* @__PURE__ */ e(h, { variant: "body2", children: a._("Subject") }),
|
|
82
|
+
/* @__PURE__ */ e(c, { name: "subject", control: t, render: ({
|
|
83
|
+
field: r,
|
|
84
|
+
fieldState: {
|
|
85
|
+
error: o
|
|
86
|
+
}
|
|
87
|
+
}) => /* @__PURE__ */ e(b, { id: r.name, "data-testid": `${r.name}-input`, variant: "standard", className: "Monite-NakedField", fullWidth: !0, error: !!o, helperText: o?.message, required: !0, ...r, disabled: i }) })
|
|
88
|
+
] }) }),
|
|
89
|
+
/* @__PURE__ */ e(m, { sx: {
|
|
90
|
+
pl: 3,
|
|
91
|
+
pr: 3,
|
|
92
|
+
pb: 3,
|
|
93
|
+
pt: 1
|
|
94
|
+
}, children: /* @__PURE__ */ e(c, { name: "body", control: t, render: ({
|
|
95
|
+
field: r,
|
|
96
|
+
fieldState: {
|
|
97
|
+
error: o
|
|
71
98
|
}
|
|
72
|
-
})
|
|
73
|
-
})(l);
|
|
74
|
-
}, [p, f, w, k, d, n, a.handleSubmit, r]);
|
|
75
|
-
return /* @__PURE__ */ i(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__ */ i(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__ */ i(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__ */ i(V, { className: "ttw:border-white ttw:border-t-transparent ttw:size-4" }),
|
|
83
|
-
r._("Save")
|
|
84
|
-
] })
|
|
99
|
+
}) => /* @__PURE__ */ e(b, { id: r.name, "data-testid": `${r.name}-input`, variant: "standard", className: "Monite-NakedField", fullWidth: !0, error: !!o, helperText: o?.message, required: !0, multiline: !0, rows: 8, ...r, disabled: i }) }) })
|
|
85
100
|
] })
|
|
86
|
-
] })
|
|
101
|
+
] });
|
|
87
102
|
};
|
|
88
103
|
export {
|
|
89
|
-
|
|
104
|
+
K as Form,
|
|
105
|
+
O as FormContent
|
|
90
106
|
};
|
|
@@ -1,14 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { isOrganizationCounterpart as e, getCounterpartName as o } from "./index7.js";
|
|
2
|
+
const i = (r, t) => {
|
|
3
|
+
if (r && r.length)
|
|
4
|
+
return r.find((n) => n.is_default) ?? r[0];
|
|
5
|
+
if (!t || !e(t))
|
|
6
|
+
return;
|
|
7
|
+
const a = t.organization?.email;
|
|
8
|
+
if (a)
|
|
9
|
+
return {
|
|
10
|
+
id: "organization",
|
|
11
|
+
counterpart_id: t.id,
|
|
12
|
+
email: a,
|
|
13
|
+
is_default: !0,
|
|
14
|
+
first_name: o(t),
|
|
15
|
+
last_name: "",
|
|
16
|
+
is_customer: t.is_customer,
|
|
17
|
+
is_vendor: t.is_vendor
|
|
18
|
+
};
|
|
19
|
+
}, u = (r, t) => r?.length ? r : t ? [t] : [];
|
|
11
20
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
21
|
+
u as getContactList,
|
|
22
|
+
i as getDefaultContact
|
|
14
23
|
};
|
|
@@ -1,7 +1,37 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { useMoniteContext as n } from "./index59.js";
|
|
2
|
+
import { useLingui as o } from "@lingui/react";
|
|
3
|
+
import { toast as r } from "react-hot-toast";
|
|
4
|
+
const l = (i) => {
|
|
5
|
+
const {
|
|
6
|
+
i18n: a
|
|
7
|
+
} = o(), {
|
|
8
|
+
api: e,
|
|
9
|
+
queryClient: t
|
|
10
|
+
} = n();
|
|
11
|
+
return e.finops.postReceivablesIdSend.useMutation({
|
|
12
|
+
path: {
|
|
13
|
+
receivable_id: i
|
|
14
|
+
}
|
|
15
|
+
}, {
|
|
16
|
+
onSuccess: async () => {
|
|
17
|
+
await Promise.all([e.finops.getReceivables.invalidateQueries(t), e.finops.getReceivablesId.invalidateQueries({
|
|
18
|
+
parameters: {
|
|
19
|
+
path: {
|
|
20
|
+
receivable_id: i
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}, t)]);
|
|
24
|
+
const s = e.finops.getReceivablesId.getQueryData({
|
|
25
|
+
path: {
|
|
26
|
+
receivable_id: i
|
|
27
|
+
}
|
|
28
|
+
}, t);
|
|
29
|
+
r.success(a._("This {type} has been sent", {
|
|
30
|
+
type: s?.type === "credit_note" ? "credit memo" : s?.type
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
};
|
|
5
35
|
export {
|
|
6
|
-
|
|
36
|
+
l as useSendReceivableById
|
|
7
37
|
};
|