@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,62 +1,170 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import "
|
|
6
|
-
import {
|
|
7
|
-
import "./
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import "./
|
|
11
|
-
import "react
|
|
12
|
-
import "@mui/
|
|
13
|
-
import "
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
import { Dialog as j } from "./index52.js";
|
|
18
|
-
import { useTheme as A, Skeleton as E, Box as o, Typography as m } from "@mui/material";
|
|
19
|
-
const K = ({
|
|
20
|
-
invoice: r,
|
|
21
|
-
offers: s
|
|
1
|
+
import { jsx as e, jsxs as s, Fragment as D } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Role as j } from "./index483.js";
|
|
3
|
+
import { User as g } from "./index316.js";
|
|
4
|
+
import { useApprovalPolicyScript as B } from "./index422.js";
|
|
5
|
+
import { useApprovalPolicyTrigger as R } from "./index416.js";
|
|
6
|
+
import { getCounterpartName as $ } from "./index7.js";
|
|
7
|
+
import { useMoniteContext as q } from "./index59.js";
|
|
8
|
+
import { useDialog as H } from "./index52.js";
|
|
9
|
+
import { DialogFooter as N } from "./index484.js";
|
|
10
|
+
import { DialogHeader as Q } from "./index485.js";
|
|
11
|
+
import { useLingui as U, Trans as E } from "@lingui/react";
|
|
12
|
+
import { Stack as c, Chip as w, DialogContent as F, Typography as u, Paper as A, Table as x, TableHead as C, TableRow as m, TableCell as o, TableBody as I } from "@mui/material";
|
|
13
|
+
import { toast as M } from "react-hot-toast";
|
|
14
|
+
const le = ({
|
|
15
|
+
approvalPolicy: d,
|
|
16
|
+
setIsEdit: P
|
|
22
17
|
}) => {
|
|
23
18
|
const {
|
|
24
|
-
i18n:
|
|
25
|
-
} =
|
|
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
|
-
|
|
19
|
+
i18n: a
|
|
20
|
+
} = U(), T = H(), {
|
|
21
|
+
api: h,
|
|
22
|
+
queryClient: _
|
|
23
|
+
} = q(), {
|
|
24
|
+
triggers: i,
|
|
25
|
+
getTriggerLabel: k,
|
|
26
|
+
getAmountLabel: S
|
|
27
|
+
} = R({
|
|
28
|
+
approvalPolicy: d
|
|
29
|
+
}), {
|
|
30
|
+
rules: t,
|
|
31
|
+
getRuleLabel: b
|
|
32
|
+
} = B({
|
|
33
|
+
approvalPolicy: d
|
|
34
|
+
}), {
|
|
35
|
+
data: L
|
|
36
|
+
} = h.finops.getTags.useQuery({
|
|
37
|
+
query: {
|
|
38
|
+
id__in: Array.isArray(i?.tags) ? i.tags : []
|
|
39
|
+
}
|
|
40
|
+
}, {
|
|
41
|
+
enabled: !!i?.tags?.length
|
|
42
|
+
}), {
|
|
43
|
+
data: W
|
|
44
|
+
} = h.finops.getCounterparts.useQuery({
|
|
45
|
+
query: {
|
|
46
|
+
id__in: Array.isArray(i?.counterpart_id) ? i.counterpart_id : []
|
|
47
|
+
}
|
|
48
|
+
}, {
|
|
49
|
+
enabled: !!i?.counterpart_id?.length
|
|
50
|
+
}), y = h.finops.deleteApprovalPoliciesId.useMutation(void 0, {
|
|
51
|
+
onSuccess: async () => {
|
|
52
|
+
await Promise.all([h.finops.getApprovalPolicies.invalidateQueries(_), h.finops.getApprovalPoliciesId.invalidateQueries({
|
|
53
|
+
parameters: {
|
|
54
|
+
path: {
|
|
55
|
+
approval_policy_id: d.id
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}, _)]), M.success(a._("Approval policy has been deleted"));
|
|
59
|
+
}
|
|
60
|
+
}), f = Object.keys(i).map((r) => {
|
|
61
|
+
const l = k(r);
|
|
62
|
+
let p;
|
|
63
|
+
switch (r) {
|
|
64
|
+
case "was_created_by_user_id":
|
|
65
|
+
Array.isArray(i[r]) && (p = /* @__PURE__ */ e(c, { direction: "row", gap: 1, sx: {
|
|
66
|
+
flexWrap: "wrap"
|
|
67
|
+
}, children: i[r].map((n) => /* @__PURE__ */ e(g, { userId: n }, n)) }));
|
|
68
|
+
break;
|
|
69
|
+
case "tags":
|
|
70
|
+
p = /* @__PURE__ */ e(c, { direction: "row", gap: 1, sx: {
|
|
71
|
+
flexWrap: "wrap"
|
|
72
|
+
}, children: L?.data.map((n) => /* @__PURE__ */ e(w, { label: n.name }, n.id)) });
|
|
73
|
+
break;
|
|
74
|
+
case "counterpart_id":
|
|
75
|
+
p = /* @__PURE__ */ e(c, { direction: "row", gap: 1, sx: {
|
|
76
|
+
flexWrap: "wrap"
|
|
77
|
+
}, children: W?.data.map((n) => /* @__PURE__ */ e(w, { label: $(n) }, n.id)) });
|
|
78
|
+
break;
|
|
79
|
+
case "amount":
|
|
80
|
+
p = /* @__PURE__ */ e("p", { children: S(i.amount?.value ?? [], i.amount?.currency ?? "EUR") });
|
|
81
|
+
break;
|
|
82
|
+
default:
|
|
83
|
+
p = r;
|
|
84
|
+
break;
|
|
85
|
+
}
|
|
86
|
+
return {
|
|
87
|
+
label: l,
|
|
88
|
+
value: p
|
|
89
|
+
};
|
|
90
|
+
}), v = t && Object.keys(t)?.map((r) => {
|
|
91
|
+
if (!t[r]) return null;
|
|
92
|
+
switch (r) {
|
|
93
|
+
case "single_user":
|
|
94
|
+
return {
|
|
95
|
+
label: b(r),
|
|
96
|
+
value: /* @__PURE__ */ e(g, { userId: t[r].userId })
|
|
97
|
+
};
|
|
98
|
+
case "users_from_list":
|
|
99
|
+
return {
|
|
100
|
+
label: b(r, t[r].count),
|
|
101
|
+
value: /* @__PURE__ */ e(c, { direction: "column", gap: 1, sx: {
|
|
102
|
+
flexWrap: "wrap"
|
|
103
|
+
}, children: t[r].userIds?.map((l) => /* @__PURE__ */ e(g, { userId: l }, l)) })
|
|
104
|
+
};
|
|
105
|
+
case "roles_from_list":
|
|
106
|
+
return {
|
|
107
|
+
label: b(r),
|
|
108
|
+
value: /* @__PURE__ */ e(c, { direction: "row", gap: 1, sx: {
|
|
109
|
+
flexWrap: "wrap"
|
|
110
|
+
}, children: t[r].roleIds?.map((l) => /* @__PURE__ */ e(j, { roleId: l, quoted: !0 }, l)) })
|
|
111
|
+
};
|
|
112
|
+
case "approval_chain":
|
|
113
|
+
return {
|
|
114
|
+
label: b(r),
|
|
115
|
+
value: /* @__PURE__ */ e(c, { direction: "column", spacing: 0.5, children: t[r].chainUserIds?.map((l) => l ? /* @__PURE__ */ e(g, { userId: l }, l) : null) })
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
});
|
|
119
|
+
return /* @__PURE__ */ s(D, { children: [
|
|
120
|
+
/* @__PURE__ */ e(Q, { title: d?.name, closeButtonTooltip: a._("Close approval policy details") }),
|
|
121
|
+
/* @__PURE__ */ s(F, { children: [
|
|
122
|
+
/* @__PURE__ */ e(u, { variant: "h5", mt: 2, mb: 1, children: a._("Description") }),
|
|
123
|
+
d?.description && /* @__PURE__ */ e(u, { variant: "body1", children: d.description }),
|
|
124
|
+
/* @__PURE__ */ e(u, { variant: "h5", mt: 4, mb: 1, children: a._("Conditions") }),
|
|
125
|
+
/* @__PURE__ */ e(u, { variant: "body1", mb: 1, children: /* @__PURE__ */ e(E, { id: "INKhSX", components: {
|
|
126
|
+
0: /* @__PURE__ */ e("strong", {})
|
|
127
|
+
} }) }),
|
|
128
|
+
/* @__PURE__ */ e(A, { variant: "outlined", children: /* @__PURE__ */ s(x, { children: [
|
|
129
|
+
/* @__PURE__ */ e(C, { children: /* @__PURE__ */ s(m, { children: [
|
|
130
|
+
/* @__PURE__ */ e(o, { children: a._("Condition") }),
|
|
131
|
+
/* @__PURE__ */ e(o, { children: a._("Criteria") })
|
|
132
|
+
] }) }),
|
|
133
|
+
/* @__PURE__ */ e(I, { children: f.length > 0 ? f.map((r) => /* @__PURE__ */ s(m, { children: [
|
|
134
|
+
/* @__PURE__ */ e(o, { children: r.label }),
|
|
135
|
+
/* @__PURE__ */ e(o, { children: r.value })
|
|
136
|
+
] }, r.label)) : /* @__PURE__ */ e(m, { children: /* @__PURE__ */ e(o, { colSpan: 2, children: a._("No conditions") }) }) })
|
|
137
|
+
] }) }),
|
|
138
|
+
/* @__PURE__ */ e(u, { variant: "h5", mt: 4, mb: 1, children: a._("Approval flow") }),
|
|
139
|
+
/* @__PURE__ */ e(u, { variant: "body1", mb: 1, children: a._("Who needs to approve the document and how:") }),
|
|
140
|
+
/* @__PURE__ */ e(A, { variant: "outlined", children: /* @__PURE__ */ s(x, { children: [
|
|
141
|
+
/* @__PURE__ */ e(C, { children: /* @__PURE__ */ s(m, { children: [
|
|
142
|
+
/* @__PURE__ */ e(o, { children: a._("Approval type") }),
|
|
143
|
+
/* @__PURE__ */ e(o, { children: a._("Users or Roles") })
|
|
144
|
+
] }) }),
|
|
145
|
+
/* @__PURE__ */ e(I, { children: v && v.length > 0 ? v.map((r) => /* @__PURE__ */ s(m, { children: [
|
|
146
|
+
/* @__PURE__ */ e(o, { children: r?.label }),
|
|
147
|
+
/* @__PURE__ */ e(o, { children: r?.value })
|
|
148
|
+
] }, r?.label)) : /* @__PURE__ */ e(m, { children: /* @__PURE__ */ e(o, { colSpan: 2, children: a._("No rules") }) }) })
|
|
149
|
+
] }) })
|
|
56
150
|
] }),
|
|
57
|
-
/* @__PURE__ */ e(
|
|
151
|
+
/* @__PURE__ */ e(N, { primaryButton: {
|
|
152
|
+
label: a._("Edit"),
|
|
153
|
+
onClick: () => P(!0)
|
|
154
|
+
}, deleteButton: {
|
|
155
|
+
onClick: () => {
|
|
156
|
+
y.mutate({
|
|
157
|
+
path: {
|
|
158
|
+
approval_policy_id: d.id
|
|
159
|
+
}
|
|
160
|
+
}, {
|
|
161
|
+
onSuccess: () => T?.onClose?.()
|
|
162
|
+
});
|
|
163
|
+
},
|
|
164
|
+
isLoading: y.isPending
|
|
165
|
+
} })
|
|
58
166
|
] });
|
|
59
167
|
};
|
|
60
168
|
export {
|
|
61
|
-
|
|
169
|
+
le as ApprovalPolicyView
|
|
62
170
|
};
|
|
@@ -1,10 +1,30 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { jsx as t, jsxs as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useLingui as m } from "@lingui/react";
|
|
3
|
+
import { twMerge as d } from "tailwind-merge";
|
|
4
|
+
const p = ({
|
|
5
|
+
isAllStatus: s,
|
|
6
|
+
data: w,
|
|
7
|
+
amountOfItems: i,
|
|
8
|
+
selected: l,
|
|
9
|
+
onClick: n,
|
|
10
|
+
formatAmount: a,
|
|
11
|
+
statusChip: r,
|
|
12
|
+
allItemsText: o
|
|
13
|
+
}) => {
|
|
3
14
|
const {
|
|
4
|
-
|
|
5
|
-
} =
|
|
6
|
-
return e
|
|
15
|
+
i18n: c
|
|
16
|
+
} = m();
|
|
17
|
+
return /* @__PURE__ */ t("button", { onClick: n, type: "button", className: d("ttw:flex ttw:flex-col ttw:gap-2 ttw:px-4 ttw:py-2 ttw:rounded-xl ttw:border ttw:w-42 ttw:shrink-0 ttw:text-left ttw:cursor-pointer ttw:transition-colors ttw:bg-white", l ? "ttw:border-indigo-700" : "ttw:border-white ttw:hover:border-indigo-700"), children: s ? /* @__PURE__ */ e("div", { className: "ttw:flex ttw:flex-col ttw:gap-2", children: [
|
|
18
|
+
/* @__PURE__ */ t("span", { className: "ttw:text-xs ttw:font-medium ttw:text-zinc-950", children: o ?? c._("All items") }),
|
|
19
|
+
/* @__PURE__ */ t("span", { className: "ttw:text-2xl ttw:font-medium ttw:text-zinc-950 ttw:leading-8 ttw:tabular-nums", children: w })
|
|
20
|
+
] }) : /* @__PURE__ */ e("div", { className: "ttw:flex ttw:flex-col", children: [
|
|
21
|
+
/* @__PURE__ */ e("div", { className: "ttw:flex ttw:items-center ttw:justify-between ttw:gap-2", children: [
|
|
22
|
+
r,
|
|
23
|
+
/* @__PURE__ */ t("span", { className: "ttw:text-xs ttw:font-medium ttw:leading-4.5 ttw:text-zinc-950 ttw:tabular-nums", children: i ?? 0 })
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ t("span", { className: "ttw:text-2xl ttw:font-medium ttw:text-zinc-950 ttw:leading-8 ttw:tabular-nums ttw:overflow-hidden ttw:whitespace-nowrap ttw:text-ellipsis", children: a(w) })
|
|
26
|
+
] }) });
|
|
7
27
|
};
|
|
8
28
|
export {
|
|
9
|
-
|
|
29
|
+
p as StatusCard
|
|
10
30
|
};
|
|
@@ -1,13 +1,129 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
1
|
+
import { startOfDay as c, startOfYear as r, subYears as m, endOfYear as s, startOfQuarter as o, subQuarters as b, endOfQuarter as u, subDays as a, startOfMonth as l, subMonths as d, endOfMonth as n, startOfWeek as _, subWeeks as i, endOfWeek as f, endOfDay as y } from "date-fns";
|
|
2
|
+
const v = [{
|
|
3
|
+
value: "today",
|
|
4
|
+
label: "Today",
|
|
5
|
+
group: "Current"
|
|
6
|
+
}, {
|
|
7
|
+
value: "this_week",
|
|
8
|
+
label: "This week",
|
|
9
|
+
group: "Current"
|
|
10
|
+
}, {
|
|
11
|
+
value: "this_month",
|
|
12
|
+
label: "This month",
|
|
13
|
+
group: "Current"
|
|
14
|
+
}, {
|
|
15
|
+
value: "this_quarter",
|
|
16
|
+
label: "This quarter",
|
|
17
|
+
group: "Current"
|
|
18
|
+
}, {
|
|
19
|
+
value: "this_year",
|
|
20
|
+
label: "This year",
|
|
21
|
+
group: "Current"
|
|
22
|
+
}, {
|
|
23
|
+
value: "yesterday",
|
|
24
|
+
label: "Yesterday",
|
|
25
|
+
group: "Past"
|
|
26
|
+
}, {
|
|
27
|
+
value: "last_week",
|
|
28
|
+
label: "Last week",
|
|
29
|
+
group: "Past"
|
|
30
|
+
}, {
|
|
31
|
+
value: "last_month",
|
|
32
|
+
label: "Last month",
|
|
33
|
+
group: "Past"
|
|
34
|
+
}, {
|
|
35
|
+
value: "last_30_days",
|
|
36
|
+
label: "Last 30 days",
|
|
37
|
+
group: "Past"
|
|
38
|
+
}, {
|
|
39
|
+
value: "last_90_days",
|
|
40
|
+
label: "Last 90 days",
|
|
41
|
+
group: "Past"
|
|
42
|
+
}, {
|
|
43
|
+
value: "last_quarter",
|
|
44
|
+
label: "Last quarter",
|
|
45
|
+
group: "Past"
|
|
46
|
+
}, {
|
|
47
|
+
value: "last_year",
|
|
48
|
+
label: "Last year",
|
|
49
|
+
group: "Past"
|
|
50
|
+
}];
|
|
51
|
+
function g(h) {
|
|
52
|
+
const e = c(/* @__PURE__ */ new Date());
|
|
53
|
+
switch (h) {
|
|
54
|
+
case "today":
|
|
55
|
+
return {
|
|
56
|
+
from: e,
|
|
57
|
+
to: y(e)
|
|
58
|
+
};
|
|
59
|
+
case "this_week":
|
|
60
|
+
return {
|
|
61
|
+
from: _(e),
|
|
62
|
+
to: f(e)
|
|
63
|
+
};
|
|
64
|
+
case "this_month":
|
|
65
|
+
return {
|
|
66
|
+
from: l(e),
|
|
67
|
+
to: n(e)
|
|
68
|
+
};
|
|
69
|
+
case "this_quarter":
|
|
70
|
+
return {
|
|
71
|
+
from: o(e),
|
|
72
|
+
to: u(e)
|
|
73
|
+
};
|
|
74
|
+
case "this_year":
|
|
75
|
+
return {
|
|
76
|
+
from: r(e),
|
|
77
|
+
to: s(e)
|
|
78
|
+
};
|
|
79
|
+
case "yesterday": {
|
|
80
|
+
const t = a(e, 1);
|
|
81
|
+
return {
|
|
82
|
+
from: t,
|
|
83
|
+
to: y(t)
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
case "last_week": {
|
|
87
|
+
const t = _(i(e, 1));
|
|
88
|
+
return {
|
|
89
|
+
from: t,
|
|
90
|
+
to: f(t)
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
case "last_month": {
|
|
94
|
+
const t = l(d(e, 1));
|
|
95
|
+
return {
|
|
96
|
+
from: t,
|
|
97
|
+
to: n(t)
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
case "last_30_days":
|
|
101
|
+
return {
|
|
102
|
+
from: a(e, 30),
|
|
103
|
+
to: e
|
|
104
|
+
};
|
|
105
|
+
case "last_90_days":
|
|
106
|
+
return {
|
|
107
|
+
from: a(e, 90),
|
|
108
|
+
to: e
|
|
109
|
+
};
|
|
110
|
+
case "last_quarter": {
|
|
111
|
+
const t = o(b(e, 1));
|
|
112
|
+
return {
|
|
113
|
+
from: t,
|
|
114
|
+
to: u(t)
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
case "last_year": {
|
|
118
|
+
const t = r(m(e, 1));
|
|
119
|
+
return {
|
|
120
|
+
from: t,
|
|
121
|
+
to: s(t)
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
11
126
|
export {
|
|
12
|
-
|
|
127
|
+
v as DATE_PRESETS,
|
|
128
|
+
g as resolveDatePreset
|
|
13
129
|
};
|
|
@@ -1,64 +1,161 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
import { isIndividualCounterpart as v, isOrganizationCounterpart as y } from "./index7.js";
|
|
2
|
+
import { fromMinorUnits as b, toMinorUnits as g } from "./index127.js";
|
|
3
|
+
import { getIndividualName as x } from "./index97.js";
|
|
4
|
+
import { format as D } from "date-fns";
|
|
5
|
+
import { resolveNullableUpdate as q } from "./index454.js";
|
|
6
|
+
const B = (t) => t ? t.map((e) => ({
|
|
7
|
+
value: e.id,
|
|
8
|
+
label: v(e) ? x(e.individual.first_name, e.individual.last_name) : y(e) ? e.organization.legal_name : ""
|
|
9
|
+
})) : [];
|
|
10
|
+
function p(t) {
|
|
11
|
+
const [e, a, r] = t.split("-");
|
|
12
|
+
return new Date(+e, +a - 1, +r);
|
|
13
|
+
}
|
|
14
|
+
const m = (t) => D(t, "yyyy-MM-dd"), M = (t, e, a) => {
|
|
15
|
+
if (!e)
|
|
16
|
+
return {
|
|
17
|
+
invoiceNumber: "",
|
|
18
|
+
counterpart: "",
|
|
19
|
+
counterpartBankAccount: "",
|
|
20
|
+
invoiceDate: void 0,
|
|
21
|
+
dueDate: void 0,
|
|
22
|
+
currency: "USD",
|
|
23
|
+
tags: [],
|
|
24
|
+
discount: null,
|
|
25
|
+
lineItems: [{
|
|
26
|
+
id: "",
|
|
27
|
+
name: "",
|
|
28
|
+
quantity: 1,
|
|
29
|
+
price: 0,
|
|
30
|
+
tax: 0
|
|
31
|
+
}]
|
|
32
|
+
};
|
|
16
33
|
const {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
34
|
+
document_id: r,
|
|
35
|
+
counterpart_id: i,
|
|
36
|
+
counterpart_bank_account_id: o,
|
|
37
|
+
issued_at: u,
|
|
38
|
+
due_date: c,
|
|
39
|
+
currency: n,
|
|
40
|
+
tags: l,
|
|
41
|
+
discount: d
|
|
42
|
+
} = e;
|
|
43
|
+
return {
|
|
44
|
+
invoiceNumber: r ?? "",
|
|
45
|
+
counterpart: i ?? "",
|
|
46
|
+
counterpartBankAccount: o ?? "",
|
|
47
|
+
invoiceDate: u ? p(u) : void 0,
|
|
48
|
+
dueDate: c ? p(c) : void 0,
|
|
49
|
+
currency: n ?? "USD",
|
|
50
|
+
tags: l ?? [],
|
|
51
|
+
discount: d && n ? t(d, n) : null,
|
|
52
|
+
lineItems: (a || []).map((s) => ({
|
|
53
|
+
id: s.id ?? "",
|
|
54
|
+
name: s.name ?? "",
|
|
55
|
+
quantity: s.quantity ?? 1,
|
|
56
|
+
price: s.unit_price && n ? t(s.unit_price, n) ?? 0 : 0,
|
|
57
|
+
tax: s.tax ? I(s.tax) : 0,
|
|
58
|
+
ledger_account_id: s.ledger_account_id
|
|
59
|
+
}))
|
|
33
60
|
};
|
|
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
|
+
}, T = ({
|
|
62
|
+
discount: t,
|
|
63
|
+
invoiceNumber: e,
|
|
64
|
+
counterpart: a,
|
|
65
|
+
counterpartBankAccount: r,
|
|
66
|
+
invoiceDate: i,
|
|
67
|
+
dueDate: o,
|
|
68
|
+
currency: u,
|
|
69
|
+
tags: c,
|
|
70
|
+
counterpartAddressId: n
|
|
71
|
+
}, l) => ({
|
|
72
|
+
document_id: e,
|
|
73
|
+
discount: t && u ? l(t, u) ?? 0 : 0,
|
|
74
|
+
counterpart_id: a || void 0,
|
|
75
|
+
counterpart_bank_account_id: r || void 0,
|
|
76
|
+
issued_at: i instanceof Date ? m(i) : void 0,
|
|
77
|
+
due_date: o instanceof Date ? m(o) : void 0,
|
|
78
|
+
currency: u,
|
|
79
|
+
tag_ids: c.map((d) => d.id),
|
|
80
|
+
counterpart_address_id: n
|
|
81
|
+
}), _ = (t, e) => {
|
|
82
|
+
const a = t * e;
|
|
83
|
+
return parseFloat(a.toFixed(2));
|
|
84
|
+
}, f = (t, e) => {
|
|
85
|
+
const a = t + e * t / 100;
|
|
86
|
+
return parseFloat(a.toFixed(2));
|
|
87
|
+
}, w = (t) => {
|
|
88
|
+
const {
|
|
89
|
+
price: e,
|
|
90
|
+
quantity: a,
|
|
91
|
+
tax: r
|
|
92
|
+
} = t;
|
|
93
|
+
if (!e || !a) return 0;
|
|
94
|
+
const i = _(e, a);
|
|
95
|
+
return f(i, r || 0);
|
|
96
|
+
}, z = (t, e) => {
|
|
97
|
+
const {
|
|
98
|
+
subtotal: a,
|
|
99
|
+
taxes: r,
|
|
100
|
+
total: i
|
|
101
|
+
} = t.reduce((o, u) => {
|
|
102
|
+
const c = _(u.price, u.quantity), n = f(c, u.tax || 0);
|
|
103
|
+
return {
|
|
104
|
+
subtotal: o.subtotal + c,
|
|
105
|
+
taxes: o.taxes + (n - c),
|
|
106
|
+
total: o.total + n
|
|
107
|
+
};
|
|
108
|
+
}, {
|
|
109
|
+
subtotal: 0,
|
|
110
|
+
taxes: 0,
|
|
111
|
+
total: 0
|
|
112
|
+
});
|
|
113
|
+
return {
|
|
114
|
+
subtotal: a,
|
|
115
|
+
taxes: r,
|
|
116
|
+
total: i - (e ?? 0)
|
|
117
|
+
};
|
|
118
|
+
}, C = (t, e, a, r) => {
|
|
119
|
+
const {
|
|
120
|
+
name: i,
|
|
121
|
+
quantity: o,
|
|
122
|
+
price: u,
|
|
123
|
+
tax: c,
|
|
124
|
+
ledger_account_id: n
|
|
125
|
+
} = e, l = r?.allowLedgerUpdate ? q(n, r?.previous) : n, d = {
|
|
126
|
+
name: i,
|
|
127
|
+
quantity: o,
|
|
128
|
+
tax: F(c),
|
|
129
|
+
unit_price: a(u, t) ?? 0
|
|
130
|
+
};
|
|
131
|
+
return l !== void 0 && (d.ledger_account_id = l), d;
|
|
61
132
|
};
|
|
133
|
+
function F(t) {
|
|
134
|
+
return g(t);
|
|
135
|
+
}
|
|
136
|
+
function I(t) {
|
|
137
|
+
return b(t);
|
|
138
|
+
}
|
|
139
|
+
const L = (t, e, a) => {
|
|
140
|
+
const r = {
|
|
141
|
+
invoiceNumber: !0,
|
|
142
|
+
dueDate: !0,
|
|
143
|
+
tags: !0,
|
|
144
|
+
currency: !0
|
|
145
|
+
};
|
|
146
|
+
if (a)
|
|
147
|
+
return !1;
|
|
148
|
+
const i = r[t] ?? !1, o = e?.[t] ?? !1;
|
|
149
|
+
return i || o;
|
|
150
|
+
}, O = (t, e) => t.find((a) => a.currency === e && a.is_default_for_currency)?.id || "";
|
|
62
151
|
export {
|
|
63
|
-
|
|
152
|
+
w as calculateTotalPriceForLineItem,
|
|
153
|
+
z as calculateTotalsForPayable,
|
|
154
|
+
B as counterpartsToSelect,
|
|
155
|
+
m as dateToString,
|
|
156
|
+
O as findDefaultBankAccount,
|
|
157
|
+
L as isFieldRequired,
|
|
158
|
+
M as prepareDefaultValues,
|
|
159
|
+
C as prepareLineItemSubmit,
|
|
160
|
+
T as prepareSubmit
|
|
64
161
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as o, jsxs as b, Fragment as $ } from "@emotion/react/jsx-runtime";
|
|
2
2
|
import { ScopedCssBaselineContainerClassName as z } from "./index106.js";
|
|
3
3
|
import { InvoiceStatusChip as k } from "./index57.js";
|
|
4
|
-
import { ReceivableFilters as B } from "./
|
|
4
|
+
import { ReceivableFilters as B } from "./index189.js";
|
|
5
5
|
import "react-hot-toast";
|
|
6
6
|
import { useMoniteContext as G } from "./index59.js";
|
|
7
7
|
import { useLingui as A } from "@lingui/react";
|
|
8
8
|
import { useState as c, useMemo as D } from "react";
|
|
9
|
-
import { useReceivablesFilters as W } from "./
|
|
9
|
+
import { useReceivablesFilters as W } from "./index190.js";
|
|
10
10
|
import "date-fns";
|
|
11
11
|
import { useCurrencies as j } from "./index60.js";
|
|
12
12
|
import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
|
|
@@ -19,17 +19,17 @@ import "tailwind-merge";
|
|
|
19
19
|
import "@radix-ui/react-dropdown-menu";
|
|
20
20
|
import "lucide-react";
|
|
21
21
|
import "./index86.js";
|
|
22
|
-
import { useGetReceivables as E } from "./
|
|
22
|
+
import { useGetReceivables as E } from "./index144.js";
|
|
23
23
|
import "./index94.js";
|
|
24
24
|
import { useAreCounterpartsLoading as V, defaultCounterpartColumnWidth as q, useAutosizeGridColumns as H } from "./index64.js";
|
|
25
25
|
import "react-hook-form";
|
|
26
26
|
import { MoniteScopedProviders as Q } from "./index85.js";
|
|
27
|
-
import { ReceivableCursorFields as x } from "./
|
|
27
|
+
import { ReceivableCursorFields as x } from "./index187.js";
|
|
28
28
|
import { CounterpartNameCellById as Y } from "./index158.js";
|
|
29
|
-
import { DataGridEmptyState as J } from "./
|
|
29
|
+
import { DataGridEmptyState as J } from "./index191.js";
|
|
30
30
|
import { GetNoRowsOverlay as K } from "./index159.js";
|
|
31
31
|
import { TablePagination as U } from "./index88.js";
|
|
32
|
-
import { classNames as X } from "./
|
|
32
|
+
import { classNames as X } from "./index192.js";
|
|
33
33
|
import { hasSelectedText as Z } from "./index161.js";
|
|
34
34
|
import { Stack as ee, Typography as te, Box as oe } from "@mui/material";
|
|
35
35
|
import { DataGrid as ie } from "@mui/x-data-grid";
|