@tesouro/embedded-components-react 0.2.31 → 0.2.33
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 +75 -8
- package/dist/index.d.ts +80 -67
- package/dist/lib/BankAccountsWidget.d.ts +80 -67
- package/dist/lib/ReceivablesWidget.js +25 -25
- 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 +25 -25
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +1 -1
- 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 +1 -1
- 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 +12 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +23 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +23 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +35 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +4 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +2 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +25 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +1269 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +32 -1270
- 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 +10 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +9 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +57 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +397 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +68 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +2 -197
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +406 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +76 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +6 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +9 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +33 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +30 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +8 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +12 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +25 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +13 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +12 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +121 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +7 -249
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +10 -181
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +46 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +42 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +12 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +39 -103
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +15 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +11 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +151 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +54 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +59 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +29 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +3 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +64 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +35 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +76 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +5 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +98 -185
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +56 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +23 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +10 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +15 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +18 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +2 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +11 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +20 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +18 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +27 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +117 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +68 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +12 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +12 -370
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +25 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +93 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +98 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +16 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +12 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +10 -89
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +46 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +74 -30
- 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 +58 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +197 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +14 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +24 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +78 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +28 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +41 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +6 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +245 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +179 -10
- 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 +12 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +117 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +79 -144
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +106 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +108 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +54 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +64 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +88 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +48 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +34 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +113 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +70 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +185 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +31 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +121 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +59 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +19 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +27 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +17 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +13 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +10 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +22 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +4 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +5 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +6 -99
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +43 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +367 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +18 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +21 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +19 -397
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +13 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +15 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +92 -406
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +101 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +26 -35
- 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 +7 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +35 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +146 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +85 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +23 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +183 -54
- 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 +24 -343
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +37 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +45 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +24 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +5 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +73 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +32 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +18 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +490 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +168 -17
- 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 +34 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +51 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +34 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +54 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +344 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +2 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +18 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +12 -144
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +20 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +23 -13
- 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 +37 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +29 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +15 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +17 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +12 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +26 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +37 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +52 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +30 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +97 -62
- 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 +44 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +72 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +66 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +149 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +10 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +17 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +23 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +33 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +20 -42
- 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 +15 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +17 -489
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +165 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +129 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +161 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +8 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +18 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +60 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +64 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +60 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +2 -2
- 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 +4 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +9 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +58 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +24 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +59 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +14 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +22 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +52 -123
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +28 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +59 -38
- 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 +16 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +2 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +91 -154
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +97 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +191 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +12 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +63 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +23 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +127 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +36 -57
- 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 +45 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +37 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +31 -342
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +7 -302
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +99 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +21 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +31 -263
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +53 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +42 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +17 -96
- 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 +58 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +13 -192
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +89 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +126 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +16 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +37 -187
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +40 -105
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +19 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +36 -285
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +338 -42
- 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 +303 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +98 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +156 -219
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +267 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +25 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +39 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +60 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +29 -109
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +113 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +21 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +41 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +54 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +18 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +39 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +14 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +75 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +76 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +44 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +157 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +28 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +29 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +78 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +62 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +42 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +22 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +182 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +106 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +81 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +288 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +40 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +15 -134
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +81 -157
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +223 -10
- 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 +48 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +106 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +18 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +28 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +37 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +59 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +94 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +108 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +88 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +16 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +29 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +14 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +21 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +16 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +48 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +35 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +28 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +15 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +70 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +94 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +31 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +9 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +66 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +18 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +44 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +28 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +32 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +31 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +4 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +126 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +13 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +18 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +20 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +12 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +15 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +20 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +12 -127
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +35 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +9 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +66 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +2 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +7 -14
- 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 +54 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +18 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +101 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +103 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +59 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +17 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +96 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +38 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +34 -9
- 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 +12 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +31 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +85 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +24 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +75 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +68 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +39 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +29 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +19 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +38 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +5 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +113 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +18 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +16 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +16 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +16 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +16 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +72 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +16 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +16 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +16 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +11 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +25 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +23 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +53 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +33 -25
- 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 +70 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +82 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +52 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +49 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +49 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +29 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +52 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +36 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +47 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +68 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +21 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +52 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +19 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +15 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +91 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +16 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +75 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +22 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +9 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +34 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +53 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +19 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +47 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +56 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +32 -39
- 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 +39 -15
- 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 +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index493.js +51 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index494.js +54 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index495.js +40 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index496.js +19 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index497.js +36 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index498.js +48 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +1 -1
- 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 +9 -9
- 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 +11 -11
- 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 +24 -24
- 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 +25 -25
- 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,119 +1,51 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
1
|
+
import { jsx as c } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Badge as g } from "./index261.js";
|
|
3
|
+
import { cn as w } from "./index102.js";
|
|
4
|
+
import { useLingui as u } from "@lingui/react";
|
|
5
|
+
import { cva as _ } from "class-variance-authority";
|
|
6
|
+
import { isBillOverdue as f } from "./index156.js";
|
|
7
|
+
function m(t) {
|
|
8
|
+
return t === "waiting_to_be_paid" || t === "partially_paid" ? "ready_to_pay" : t === "new" || t === "draft" ? "draft" : t === "approve_in_progress" ? "pending_approval" : t === "rejected" ? "rejected" : t === "paid" ? "paid" : "cancelled";
|
|
9
|
+
}
|
|
10
|
+
function v(t, a, r) {
|
|
11
|
+
const e = {
|
|
12
|
+
overdue: t._("Overdue"),
|
|
13
|
+
ready_to_pay: t._("Ready to pay"),
|
|
14
|
+
pending_approval: t._("Pending approval"),
|
|
15
|
+
rejected: t._("Rejected"),
|
|
16
|
+
draft: t._("New"),
|
|
17
|
+
paid: t._("Paid"),
|
|
18
|
+
cancelled: t._("Cancelled")
|
|
19
|
+
};
|
|
20
|
+
return r ? e.overdue : e[a];
|
|
21
|
+
}
|
|
22
|
+
const b = _("", {
|
|
23
|
+
variants: {
|
|
24
|
+
variant: {
|
|
25
|
+
overdue: "ttw:bg-red-100 ttw:text-red-700",
|
|
26
|
+
ready_to_pay: "ttw:bg-green-100 ttw:text-green-700",
|
|
27
|
+
pending_approval: "ttw:bg-blue-100 ttw:text-blue-700",
|
|
28
|
+
rejected: "ttw:bg-orange-100 ttw:text-orange-700",
|
|
29
|
+
draft: "ttw:bg-neutral-100 ttw:text-neutral-700",
|
|
30
|
+
paid: "ttw:bg-white ttw:text-green-700",
|
|
31
|
+
cancelled: "ttw:bg-white ttw:text-neutral-400"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}), C = ({
|
|
35
|
+
status: t,
|
|
36
|
+
dueDate: a,
|
|
37
|
+
className: r,
|
|
38
|
+
showBadgeBackground: e = !0,
|
|
39
|
+
showOverdueBadge: i = !1,
|
|
40
|
+
ref: o
|
|
30
41
|
}) => {
|
|
31
42
|
const {
|
|
32
|
-
i18n:
|
|
33
|
-
} =
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
createPaymentLink: x
|
|
38
|
-
} = pe(), {
|
|
39
|
-
mutateAsync: L,
|
|
40
|
-
isPending: P
|
|
41
|
-
} = T(i.id), {
|
|
42
|
-
mutate: U
|
|
43
|
-
} = q(a.onDuplicate), c = i.status === "draft", g = i.status === "issued", f = i.status === "overdue", N = i.status === "partially_paid", O = i.status === "uncollectible", V = i.status === "canceled", u = i.status === "recurring", j = v && v?.status === "canceled", z = g || f || N, C = z && p, $ = async () => {
|
|
44
|
-
await L(), await x(i?.id);
|
|
45
|
-
}, B = () => {
|
|
46
|
-
U({
|
|
47
|
-
path: {
|
|
48
|
-
receivable_id: i.id
|
|
49
|
-
}
|
|
50
|
-
});
|
|
51
|
-
}, A = async () => {
|
|
52
|
-
const d = await R();
|
|
53
|
-
d.data?.file_url && window.open(d.data.file_url, "_blank");
|
|
54
|
-
}, o = (d) => {
|
|
55
|
-
s ? d() : me.error(F);
|
|
56
|
-
};
|
|
57
|
-
return /* @__PURE__ */ n("div", { className: "ttw:flex ttw:items-center ttw:gap-1.5", children: [
|
|
58
|
-
b && /* @__PURE__ */ e(H, { invoiceId: i?.id ?? "", open: b, onClose: () => k(!1), onMarkAsUncollectible: a.onMarkAsUncollectible }),
|
|
59
|
-
y && /* @__PURE__ */ e(Y, { open: y, onClose: () => _(!1), invoiceId: i?.id ?? "", documentId: i?.document_id, onDelete: a.onDelete }),
|
|
60
|
-
D && /* @__PURE__ */ e(W, { invoiceId: i?.id ?? "", open: D, onClose: () => I(!1) }),
|
|
61
|
-
w && /* @__PURE__ */ e(K, { invoice: i, open: w, onClose: () => M(!1) }),
|
|
62
|
-
u && !V && !j && /* @__PURE__ */ e(r, { type: "button", variant: "destructive", size: "sm", onClick: () => o(() => M(!0)), disabled: !s, children: t._("Cancel recurrence") }),
|
|
63
|
-
c && /* @__PURE__ */ n(h, { children: [
|
|
64
|
-
/* @__PURE__ */ e(r, { type: "button", size: "sm", onClick: () => o(a.onIssueAndSendButtonClick), disabled: !s, children: t._("Issue and send") }),
|
|
65
|
-
!p && /* @__PURE__ */ n(h, { children: [
|
|
66
|
-
/* @__PURE__ */ n(r, { type: "button", variant: "outline", size: "sm", disabled: P || !s, onClick: () => o($), children: [
|
|
67
|
-
/* @__PURE__ */ e(ne, {}),
|
|
68
|
-
" ",
|
|
69
|
-
t._("Issue")
|
|
70
|
-
] }),
|
|
71
|
-
/* @__PURE__ */ n(r, { type: "button", variant: "outline", size: "sm", onClick: () => o(a.onEditButtonClick), disabled: !s, children: [
|
|
72
|
-
/* @__PURE__ */ e(se, {}),
|
|
73
|
-
" ",
|
|
74
|
-
t._("Edit")
|
|
75
|
-
] })
|
|
76
|
-
] })
|
|
77
|
-
] }),
|
|
78
|
-
z && /* @__PURE__ */ e(J, { invoice: i, children: ({
|
|
79
|
-
openModal: d
|
|
80
|
-
}) => /* @__PURE__ */ e(r, { type: "button", size: "sm", disabled: !s, onClick: () => o(d), children: t._("Record payment") }) }),
|
|
81
|
-
!c && !O && !C && !u && /* @__PURE__ */ n(r, { type: "button", variant: "outline", size: "sm", onClick: () => o(a.onIssueAndSendButtonClick), disabled: !s, children: [
|
|
82
|
-
/* @__PURE__ */ e(re, {}),
|
|
83
|
-
" ",
|
|
84
|
-
t._("Send")
|
|
85
|
-
] }),
|
|
86
|
-
!c && !C && /* @__PURE__ */ n(r, { type: "button", variant: "outline", size: "sm", disabled: S, onClick: A, children: [
|
|
87
|
-
/* @__PURE__ */ e(ae, {}),
|
|
88
|
-
" ",
|
|
89
|
-
t._("PDF")
|
|
90
|
-
] }),
|
|
91
|
-
u && /* @__PURE__ */ n(r, { type: "button", variant: "outline", size: "sm", onClick: () => o(B), children: [
|
|
92
|
-
/* @__PURE__ */ e(le, {}),
|
|
93
|
-
" ",
|
|
94
|
-
t._("Duplicate")
|
|
95
|
-
] }),
|
|
96
|
-
!u && /* @__PURE__ */ n(ee, { children: [
|
|
97
|
-
/* @__PURE__ */ e(ie, { asChild: !0, children: /* @__PURE__ */ e(r, { type: "button", variant: "outline", size: "sm", disabled: !s, children: /* @__PURE__ */ e(ce, {}) }) }),
|
|
98
|
-
/* @__PURE__ */ n(te, { align: "end", children: [
|
|
99
|
-
c && p && /* @__PURE__ */ n(h, { children: [
|
|
100
|
-
/* @__PURE__ */ e(l, { disabled: P || !s, onClick: () => o($), children: t._("Issue") }),
|
|
101
|
-
/* @__PURE__ */ e(l, { disabled: !s, onClick: () => o(a.onEditButtonClick), children: t._("Edit") })
|
|
102
|
-
] }),
|
|
103
|
-
/* @__PURE__ */ e(l, { onClick: () => o(B), children: t._("Duplicate") }),
|
|
104
|
-
(c || C) && /* @__PURE__ */ e(l, { onClick: A, children: t._("Download draft") }),
|
|
105
|
-
c && /* @__PURE__ */ e(l, { onClick: () => _(!0), variant: "destructive", children: t._("Delete") }),
|
|
106
|
-
(g || f) && /* @__PURE__ */ e(l, { onClick: () => o(() => I(!0)), children: t._("Cancel invoice") }),
|
|
107
|
-
f && /* @__PURE__ */ e(l, { onClick: () => o(() => k(!0)), children: t._("Mark as uncollectible") })
|
|
108
|
-
] })
|
|
109
|
-
] }),
|
|
110
|
-
/* @__PURE__ */ n(r, { type: "button", variant: "secondary", className: "ttw:ml-auto", size: "sm", onClick: a.onViewPDFButtonClick, children: [
|
|
111
|
-
E ? /* @__PURE__ */ e(de, {}) : /* @__PURE__ */ e(ue, {}),
|
|
112
|
-
" ",
|
|
113
|
-
t._("PDF view")
|
|
114
|
-
] })
|
|
115
|
-
] });
|
|
43
|
+
i18n: p
|
|
44
|
+
} = u(), l = f(t, a), n = m(t), d = n === "paid", s = d ? !1 : e;
|
|
45
|
+
return /* @__PURE__ */ c(g, { ref: o, className: w("ttw:inline-flex ttw:items-center ttw:gap-1", b({
|
|
46
|
+
variant: l ? "overdue" : n
|
|
47
|
+
}), !e && !d && "ttw:text-zinc-950!", r), showBadgeBackground: s, children: v(p, n, i) });
|
|
116
48
|
};
|
|
117
49
|
export {
|
|
118
|
-
|
|
50
|
+
C as PayableStatusChip
|
|
119
51
|
};
|
|
@@ -1,89 +1,51 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import "react";
|
|
6
|
-
import "
|
|
7
|
-
import {
|
|
8
|
-
import "
|
|
9
|
-
import "./
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
import { jsx as t, Fragment as u, jsxs as a } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Button as c } from "./index86.js";
|
|
3
|
+
import { Typography as o } from "./index87.js";
|
|
4
|
+
import { useLingui as b } from "@lingui/react";
|
|
5
|
+
import { Landmark as x, Plus as y } from "lucide-react";
|
|
6
|
+
import { useState as k } from "react";
|
|
7
|
+
import { twMerge as N } from "tailwind-merge";
|
|
8
|
+
import { CounterpartBankFormContent as C } from "./index379.js";
|
|
9
|
+
import { CounterpartBankForm as h } from "./index380.js";
|
|
10
|
+
const E = ({
|
|
11
|
+
isStandalone: f,
|
|
12
|
+
counterpartId: i,
|
|
13
|
+
bankAccount: e,
|
|
14
|
+
isUpdateAllowed: d,
|
|
15
|
+
isDeleteAllowed: w,
|
|
16
|
+
onRemoveClick: g,
|
|
17
|
+
isLoading: m
|
|
16
18
|
}) => {
|
|
17
19
|
const {
|
|
18
|
-
i18n:
|
|
19
|
-
} = p(), {
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
return
|
|
23
|
-
/* @__PURE__ */
|
|
24
|
-
|
|
25
|
-
/* @__PURE__ */
|
|
26
|
-
/* @__PURE__ */ t(
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
20
|
+
i18n: r
|
|
21
|
+
} = b(), [v, l] = k(!1), p = !!e, s = p && (!e?.account_holder_name || !e?.account_number || !e?.routing_number), n = () => {
|
|
22
|
+
l(!1);
|
|
23
|
+
};
|
|
24
|
+
return v ? /* @__PURE__ */ t(u, { children: f && i ? /* @__PURE__ */ t(u, { children: e ? /* @__PURE__ */ t(h, { bankAccount: e, handleClose: n, counterpartId: i, onUpdate: n, isStandalone: !0 }) : /* @__PURE__ */ t(h, { handleClose: n, counterpartId: i, onCreate: n, isStandalone: !0 }) }) : /* @__PURE__ */ t(C, { hasExistingBankAccount: !1, handleCancel: n, isLoading: m, isStandalone: !1 }) }) : /* @__PURE__ */ a("div", { className: N("ttw:flex ttw:items-start ttw:gap-3 ttw:p-3 ttw:rounded-lg ttw:border ttw:border-border", s ? "ttw:border-danger" : "ttw:border-border"), children: [
|
|
25
|
+
/* @__PURE__ */ t("div", { className: "ttw:p-2 ttw:text-white ttw:flex ttw:items-center ttw:justify-center ttw:bg-primary ttw:rounded-lg", children: /* @__PURE__ */ t(x, { className: "ttw:size-4" }) }),
|
|
26
|
+
p ? /* @__PURE__ */ a("div", { className: "ttw:flex ttw:items-center ttw:flex-1 ttw:gap-0.5", children: [
|
|
27
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5 ttw:flex-1", children: [
|
|
28
|
+
/* @__PURE__ */ t(o, { variant: "body2", className: "ttw:leading-5", children: r._("ACH bank transfer") }),
|
|
29
|
+
/* @__PURE__ */ t(o, { variant: "caption", color: s ? "destructive" : "muted", className: "ttw:leading-4", children: s ? r._("Incomplete") : r._("Account ending in {last4}", {
|
|
30
|
+
last4: e?.account_number?.slice(e.account_number?.length - 4)
|
|
31
|
+
}) })
|
|
32
|
+
] }),
|
|
33
|
+
(d || w) && /* @__PURE__ */ a("div", { className: "ttw:flex ttw:gap-3 ttw:items-center", children: [
|
|
34
|
+
d && /* @__PURE__ */ t(c, { type: "button", variant: "ghost", className: "ttw:text-primary ttw:p-0 ttw:hover:text-primary ttw:hover:underline ttw:w-fit ttw:hover:bg-transparent", onClick: () => l(!0), children: r._("Edit") }),
|
|
35
|
+
w && /* @__PURE__ */ t(c, { type: "button", variant: "ghost", className: "ttw:text-primary ttw:p-0 ttw:hover:text-primary ttw:hover:underline ttw:w-fit ttw:hover:bg-transparent", onClick: () => g?.(), children: r._("Remove") })
|
|
30
36
|
] })
|
|
31
|
-
] }),
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
/* @__PURE__ */ t("th", { className: "ttw:text-left ttw:px-2 ttw:whitespace-nowrap ttw:font-medium", children: a._("Qty x Price") }),
|
|
40
|
-
/* @__PURE__ */ t("th", { className: "ttw:text-right ttw:px-2 ttw:whitespace-nowrap ttw:font-medium", children: a._("Amount") }),
|
|
41
|
-
/* @__PURE__ */ t("th", { className: "ttw:text-right ttw:pl-2 ttw:whitespace-nowrap ttw:font-medium", children: a._("Sales tax") })
|
|
42
|
-
] }) }),
|
|
43
|
-
/* @__PURE__ */ t("tbody", { children: e?.line_items?.length > 0 && e?.line_items?.map((i, d) => /* @__PURE__ */ r("tr", { className: "ttw:border-b ttw:border-border ttw:h-10 ttw:text-text ttw:text-sm ttw:leading-5", children: [
|
|
44
|
-
/* @__PURE__ */ t("td", { className: "ttw:py-4 ttw:pr-2 ttw:font-normal", children: i?.product?.name }),
|
|
45
|
-
/* @__PURE__ */ t("td", { className: "ttw:py-4 ttw:px-2 ttw:font-normal ttw:whitespace-nowrap", children: a._("{quantity} x {price}", {
|
|
46
|
-
quantity: i?.quantity,
|
|
47
|
-
price: c(o ? i?.product?.price_after_tax?.value : i?.product?.price?.value, i?.product?.price?.currency)
|
|
48
|
-
}) }),
|
|
49
|
-
/* @__PURE__ */ t("td", { className: "ttw:py-4 ttw:px-2 ttw:font-normal ttw:text-right ttw:whitespace-nowrap", children: c(o ? i?.total_after_tax : i?.product?.price?.value * i?.quantity, i?.product?.price?.currency) }),
|
|
50
|
-
/* @__PURE__ */ r("td", { className: "ttw:py-4 ttw:pl-2 ttw:font-normal ttw:text-right", children: [
|
|
51
|
-
_(i?.product?.tax_rate?.value),
|
|
52
|
-
"%"
|
|
53
|
-
] })
|
|
54
|
-
] }, `${i?.product?.id}-${d}`)) })
|
|
55
|
-
] }),
|
|
56
|
-
/* @__PURE__ */ t(w, { invoice: e })
|
|
57
|
-
] })
|
|
58
|
-
] }),
|
|
59
|
-
/* @__PURE__ */ t("div", { className: "ttw:w-full ttw:h-px ttw:bg-border" }),
|
|
60
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", children: [
|
|
61
|
-
/* @__PURE__ */ t("h2", { className: "ttw:text-lg ttw:font-semibold ttw:leading-6", children: a._("Payment info") }),
|
|
62
|
-
/* @__PURE__ */ r("div", { className: "ttw:grid ttw:grid-cols-2 ttw:gap-4", children: [
|
|
63
|
-
/* @__PURE__ */ t(l, { label: a._("Payment terms"), value: e?.payment_terms?.name ?? "-" }),
|
|
64
|
-
/* @__PURE__ */ t(l, { label: a._("Payment details"), value: /* @__PURE__ */ r(s, { children: [
|
|
65
|
-
/* @__PURE__ */ r("span", { children: [
|
|
66
|
-
a._("Bank name:"),
|
|
67
|
-
" ",
|
|
68
|
-
n?.bank_name ?? "-"
|
|
69
|
-
] }),
|
|
70
|
-
/* @__PURE__ */ t("br", {}),
|
|
71
|
-
/* @__PURE__ */ r("span", { children: [
|
|
72
|
-
a._("Account number:"),
|
|
73
|
-
" ",
|
|
74
|
-
n?.account_number ?? "-"
|
|
75
|
-
] }),
|
|
76
|
-
/* @__PURE__ */ t("br", {}),
|
|
77
|
-
/* @__PURE__ */ r("span", { children: [
|
|
78
|
-
a._("Routing number:"),
|
|
79
|
-
" ",
|
|
80
|
-
n?.routing_number ?? "-"
|
|
81
|
-
] })
|
|
82
|
-
] }) })
|
|
37
|
+
] }) : /* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
38
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
39
|
+
/* @__PURE__ */ t(o, { variant: "body2", className: "ttw:leading-5", children: r._("ACH bank transfer") }),
|
|
40
|
+
/* @__PURE__ */ t(o, { variant: "caption", color: "muted", className: "ttw:leading-4", children: r._("Fast, direct deposit to the vendor's bank. Arrives in 1–3 business days.") })
|
|
41
|
+
] }),
|
|
42
|
+
/* @__PURE__ */ a(c, { type: "button", variant: "ghost", className: "ttw:text-primary ttw:hover:text-primary/70 ttw:w-fit ttw:px-0 ttw:has-[>svg]:px-0 ttw:py-2 ttw:hover:bg-transparent", onClick: () => l(!0), disabled: m, children: [
|
|
43
|
+
/* @__PURE__ */ t(y, {}),
|
|
44
|
+
r._("Add bank account")
|
|
83
45
|
] })
|
|
84
46
|
] })
|
|
85
47
|
] });
|
|
86
48
|
};
|
|
87
49
|
export {
|
|
88
|
-
|
|
50
|
+
E as CounterpartBankSection
|
|
89
51
|
};
|
|
@@ -1,111 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import "date-fns";
|
|
4
|
-
import { InvoiceDetailsInfoBlock as s } from "./index303.js";
|
|
5
|
-
import { InvoiceDetailsOverviewRecurrenceSection as y } from "./index306.js";
|
|
6
|
-
import { InvoiceDetailsOverviewReminders as b } from "./index307.js";
|
|
7
|
-
import { InvoiceStatusChip as x } from "./index57.js";
|
|
8
|
-
import { useGetReceivables as I } from "./index136.js";
|
|
9
|
-
import { useMoniteContext as v } from "./index59.js";
|
|
10
|
-
import { useCurrencies as h } from "./index60.js";
|
|
11
|
-
import "react";
|
|
12
|
-
import "./index94.js";
|
|
13
|
-
import { useLingui as f } from "@lingui/react";
|
|
14
|
-
import "react-dom";
|
|
15
|
-
import "@mui/x-data-grid";
|
|
16
|
-
import { Accordion as N, AccordionItem as _, AccordionTrigger as C, AccordionContent as D } from "./index246.js";
|
|
17
|
-
import { Badge as F } from "./index247.js";
|
|
18
|
-
import { Card as T, CardContent as A } from "./index308.js";
|
|
19
|
-
import { File as R } from "lucide-react";
|
|
20
|
-
const k = ({
|
|
21
|
-
documentId: e,
|
|
22
|
-
issueDate: n,
|
|
23
|
-
totalAmount: u,
|
|
24
|
-
currency: p,
|
|
25
|
-
status: a,
|
|
26
|
-
type: l
|
|
27
|
-
}) => {
|
|
1
|
+
import { useMoniteContext as n } from "./index59.js";
|
|
2
|
+
const o = (t) => {
|
|
28
3
|
const {
|
|
29
|
-
|
|
30
|
-
} =
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
39
|
-
/* @__PURE__ */ r("h3", { className: "ttw:text-text ttw:text-sm ttw:font-normal ttw:leading-5", children: [
|
|
40
|
-
g(o, l),
|
|
41
|
-
" ",
|
|
42
|
-
e
|
|
43
|
-
] }),
|
|
44
|
-
/* @__PURE__ */ r("p", { className: "ttw:text-neutral ttw:text-sm ttw:font-normal ttw:leading-5", children: [
|
|
45
|
-
c(u, p),
|
|
46
|
-
" •",
|
|
47
|
-
" ",
|
|
48
|
-
o._("{status}", {
|
|
49
|
-
status: a === "draft" ? "Created" : "Issued"
|
|
50
|
-
}),
|
|
51
|
-
" ",
|
|
52
|
-
o.date(n, w.dateFormat)
|
|
53
|
-
] })
|
|
54
|
-
] })
|
|
55
|
-
] }),
|
|
56
|
-
/* @__PURE__ */ t(x, { status: a })
|
|
57
|
-
] }) });
|
|
58
|
-
}, Q = ({
|
|
59
|
-
invoice: e,
|
|
60
|
-
recurrence: n,
|
|
61
|
-
handleTabChange: u,
|
|
62
|
-
openInvoiceDetails: p
|
|
63
|
-
}) => {
|
|
64
|
-
const {
|
|
65
|
-
i18n: a
|
|
66
|
-
} = f(), {
|
|
67
|
-
locale: l
|
|
68
|
-
} = v(), {
|
|
69
|
-
formatCurrencyToDisplay: o
|
|
70
|
-
} = h(), w = e?.status === "recurring", c = e?.type === "invoice" ? e?.related_documents?.credit_note_ids : void 0, {
|
|
71
|
-
data: d
|
|
72
|
-
} = I({
|
|
73
|
-
id__in: c,
|
|
74
|
-
type: "credit_note"
|
|
75
|
-
}, !!c?.length);
|
|
76
|
-
return e?.type !== "invoice" ? null : /* @__PURE__ */ r(m, { children: [
|
|
77
|
-
/* @__PURE__ */ r("div", { className: "ttw:grid ttw:grid-cols-2 ttw:gap-4", children: [
|
|
78
|
-
/* @__PURE__ */ t(s, { label: a._("Customer"), value: e?.counterpart_name ?? "-" }),
|
|
79
|
-
n && /* @__PURE__ */ r(m, { children: [
|
|
80
|
-
/* @__PURE__ */ t(s, { label: a._("Payment terms"), value: e?.payment_terms?.name ?? "-" }),
|
|
81
|
-
/* @__PURE__ */ t(s, { label: a._("Created"), value: n?.created_at ? a.date(n?.created_at, l.dateFormat) : "-" })
|
|
82
|
-
] }),
|
|
83
|
-
!n && /* @__PURE__ */ r(m, { children: [
|
|
84
|
-
/* @__PURE__ */ t(s, { label: a._("Document number"), value: e?.document_id ?? a._("INV-auto") }),
|
|
85
|
-
/* @__PURE__ */ t(s, { label: a._("Issue date"), value: e?.issue_date ? a.date(e?.issue_date, l.dateFormat) : "-" }),
|
|
86
|
-
/* @__PURE__ */ t(s, { label: a._("Due date"), value: e?.due_date ? a.date(e?.due_date, l.dateFormat) : "-", status: e?.status })
|
|
87
|
-
] }),
|
|
88
|
-
e?.status !== "draft" && !n && /* @__PURE__ */ t(s, { label: a._("Payment status"), value: a._("{paid} paid / {due} due", {
|
|
89
|
-
paid: o(e?.amount_paid, e?.currency),
|
|
90
|
-
due: o(e?.amount_due, e?.currency)
|
|
91
|
-
}) })
|
|
92
|
-
] }),
|
|
93
|
-
n && /* @__PURE__ */ r(m, { children: [
|
|
94
|
-
/* @__PURE__ */ t("div", { className: "ttw:w-full ttw:h-px ttw:bg-border" }),
|
|
95
|
-
/* @__PURE__ */ t(y, { recurrence: n, isCreatedFromRecurrence: !!(e?.recurrence_id && !w), openInvoiceDetails: p, handleTabChange: u })
|
|
96
|
-
] }),
|
|
97
|
-
/* @__PURE__ */ r(N, { type: "multiple", className: "ttw:w-full", children: [
|
|
98
|
-
d?.data?.length && d?.data?.length > 0 && /* @__PURE__ */ r(_, { value: "item-1", disabled: !d?.data?.length, className: "ttw:border-border", children: [
|
|
99
|
-
/* @__PURE__ */ t(C, { className: "ttw:hover:no-underline ttw:group", children: /* @__PURE__ */ r("span", { className: "ttw:flex ttw:items-center ttw:gap-3", children: [
|
|
100
|
-
/* @__PURE__ */ t("span", { className: "ttw:group-hover:underline", children: a._("Linked documents") }),
|
|
101
|
-
d?.data?.length && d?.data?.length > 0 && /* @__PURE__ */ t(F, { variant: "secondary", className: "ttw:h-5 ttw:min-w-5 ttw:rounded-full ttw:px-1 ttw:tabular-nums", children: d?.data?.length })
|
|
102
|
-
] }) }),
|
|
103
|
-
/* @__PURE__ */ t(D, { className: "ttw:flex ttw:flex-col ttw:gap-2", children: d?.data?.map((i) => /* @__PURE__ */ t(k, { type: i?.type, documentId: i?.document_id ?? "", issueDate: i?.status === "draft" ? i?.created_at ?? "" : i?.issue_date ?? "", totalAmount: i?.total_amount ?? 0, currency: i?.currency, status: i?.status }, i.id)) })
|
|
104
|
-
] }),
|
|
105
|
-
(e?.payment_reminder_id || e?.overdue_reminder_id) && /* @__PURE__ */ t(_, { value: "item-2", className: "ttw:border-border", disabled: !e?.payment_reminder_id && !e?.overdue_reminder_id, children: /* @__PURE__ */ t(b, { paymentReminderId: e?.payment_reminder_id, overdueReminderId: e?.overdue_reminder_id, invoiceId: e?.id, counterpartId: e?.counterpart_id }) })
|
|
106
|
-
] })
|
|
107
|
-
] });
|
|
4
|
+
api: e
|
|
5
|
+
} = n();
|
|
6
|
+
return e.finops.getCounterpartsIdBankAccounts.useQuery({
|
|
7
|
+
path: {
|
|
8
|
+
counterpart_id: t ?? ""
|
|
9
|
+
}
|
|
10
|
+
}, {
|
|
11
|
+
enabled: !!t
|
|
12
|
+
});
|
|
108
13
|
};
|
|
109
14
|
export {
|
|
110
|
-
|
|
15
|
+
o as useCounterpartsBankAccountsList
|
|
111
16
|
};
|
|
@@ -1,112 +1,48 @@
|
|
|
1
|
-
import { jsx as t, Fragment as
|
|
2
|
-
import "
|
|
3
|
-
import {
|
|
4
|
-
import { useLingui as
|
|
5
|
-
import "react";
|
|
6
|
-
import "
|
|
7
|
-
import {
|
|
8
|
-
import "
|
|
9
|
-
import "
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
import { Button as _ } from "./index86.js";
|
|
18
|
-
import { useGetPaymentRecords as v } from "./index253.js";
|
|
19
|
-
import "./index94.js";
|
|
20
|
-
import "react-dom";
|
|
21
|
-
import "@mui/x-data-grid";
|
|
22
|
-
import "react-hook-form";
|
|
23
|
-
import { getPaymentMethodName as b } from "./index309.js";
|
|
24
|
-
import { RecordManualPaymentModal as C } from "./index265.js";
|
|
25
|
-
import { useEntityUserById as $ } from "./index77.js";
|
|
26
|
-
import { Card as M, CardContent as I } from "./index308.js";
|
|
27
|
-
import { LoadingSpinner as P } from "./index162.js";
|
|
28
|
-
const D = ({
|
|
29
|
-
issueDate: e,
|
|
30
|
-
totalAmount: a,
|
|
31
|
-
currency: o,
|
|
32
|
-
paymentMethod: s,
|
|
33
|
-
isExternal: d,
|
|
34
|
-
entityUserId: w
|
|
1
|
+
import { jsx as t, Fragment as f, jsxs as r } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Button as h } from "./index86.js";
|
|
3
|
+
import { Typography as a } from "./index87.js";
|
|
4
|
+
import { useLingui as g } from "@lingui/react";
|
|
5
|
+
import { Plus as b } from "lucide-react";
|
|
6
|
+
import { useState as N } from "react";
|
|
7
|
+
import { CounterpartAddressFormContent as C } from "./index381.js";
|
|
8
|
+
import { CounterpartAddressForm as y } from "./index382.js";
|
|
9
|
+
import { twMerge as A } from "tailwind-merge";
|
|
10
|
+
const k = ({
|
|
11
|
+
isStandalone: p,
|
|
12
|
+
counterpartId: n,
|
|
13
|
+
counterpartAddress: e,
|
|
14
|
+
isUpdateAllowed: v,
|
|
15
|
+
isLoading: u,
|
|
16
|
+
customerType: d
|
|
35
17
|
}) => {
|
|
36
18
|
const {
|
|
37
|
-
i18n:
|
|
38
|
-
} =
|
|
39
|
-
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
return /* @__PURE__ */ t(M, { className: "ttw:py-3 ttw:px-4 ttw:border-border", children: /* @__PURE__ */ n(I, { className: "ttw:flex ttw:items-center ttw:gap-4 ttw:px-0", children: [
|
|
46
|
-
/* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5 ttw:flex-1", children: [
|
|
47
|
-
/* @__PURE__ */ t("span", { className: "ttw:font-medium ttw:text-sm ttw:leading-5 ttw:text-text", children: i._("Payment received") }),
|
|
48
|
-
/* @__PURE__ */ n("span", { className: "ttw:text-sm ttw:font-normal ttw:leading-5 ttw:text-neutral", children: [
|
|
49
|
-
p(),
|
|
19
|
+
i18n: o
|
|
20
|
+
} = g(), [x, i] = N(!p), l = !!e, m = e?.city || "", c = e?.state || "", w = e?.postal_code || "", s = () => {
|
|
21
|
+
i(!1);
|
|
22
|
+
};
|
|
23
|
+
return x ? /* @__PURE__ */ t(f, { children: p && n ? /* @__PURE__ */ t(f, { children: e ? /* @__PURE__ */ t(y, { address: e, handleClose: s, counterpartId: n, onUpdate: s, isStandalone: !0, customerType: d }) : /* @__PURE__ */ t(y, { handleClose: s, counterpartId: n, onCreate: s, isStandalone: !0, customerType: d }) }) : /* @__PURE__ */ t(C, { hasExistingAddress: !1, isLoading: u, isStandalone: !1, customerType: d }) }) : /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
|
|
24
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-center ttw:justify-between ttw:gap-3 ttw:pt-6 ttw:pb-7", children: [
|
|
25
|
+
/* @__PURE__ */ r(a, { variant: "body1", className: "ttw:font-medium", children: [
|
|
26
|
+
o._("Address"),
|
|
50
27
|
" ",
|
|
51
|
-
|
|
52
|
-
] })
|
|
53
|
-
] }),
|
|
54
|
-
/* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
55
|
-
/* @__PURE__ */ t("span", { className: "ttw:font-medium ttw:text-sm ttw:text-right ttw:leading-5 ttw:text-text", children: c(a, o) }),
|
|
56
|
-
/* @__PURE__ */ n("span", { className: "ttw:text-sm ttw:font-normal ttw:inline-flex ttw:items-center ttw:gap-1 ttw:leading-5 ttw:text-green-500", children: [
|
|
57
|
-
i._("Settled"),
|
|
58
|
-
/* @__PURE__ */ t(N, { className: "ttw:text-inherit ttw:w-3.5 ttw:h-3.5" })
|
|
59
|
-
] })
|
|
60
|
-
] })
|
|
61
|
-
] }) });
|
|
62
|
-
}, nt = ({
|
|
63
|
-
invoice: e
|
|
64
|
-
}) => {
|
|
65
|
-
const {
|
|
66
|
-
i18n: a
|
|
67
|
-
} = f(), {
|
|
68
|
-
formatCurrencyToDisplay: o
|
|
69
|
-
} = h(), {
|
|
70
|
-
data: s,
|
|
71
|
-
isLoading: d
|
|
72
|
-
} = v(e?.id), w = e?.status === "uncollectible", i = e?.status === "issued", m = e?.status === "overdue", c = e?.status === "partially_paid", l = e?.status === "paid", p = i || m || c, u = i || m || c || l || w && s?.data && s?.data?.length > 0;
|
|
73
|
-
function y() {
|
|
74
|
-
switch (e?.status) {
|
|
75
|
-
case "draft":
|
|
76
|
-
return a._("Issue invoice to make a payment record.");
|
|
77
|
-
case "canceled":
|
|
78
|
-
return a._("Invoice was cancelled and won't be paid.");
|
|
79
|
-
case "uncollectible":
|
|
80
|
-
return a._("Invoice was marked as uncollectible.");
|
|
81
|
-
default:
|
|
82
|
-
return a._("You can record a payment if you've already received it.");
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
return e?.type !== "invoice" ? null : d ? /* @__PURE__ */ t("div", { className: "ttw:flex ttw:justify-center ttw:items-center", children: /* @__PURE__ */ t(P, {}) }) : /* @__PURE__ */ t(x, { children: /* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", children: [
|
|
86
|
-
/* @__PURE__ */ t("h2", { className: "ttw:text-lg ttw:font-semibold ttw:leading-6", children: a._("Payments history") }),
|
|
87
|
-
/* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:gap-3", children: [
|
|
88
|
-
s?.data && s?.data?.length > 0 ? /* @__PURE__ */ t(x, { children: s?.data?.map((r) => /* @__PURE__ */ t(D, { issueDate: r?.paid_at, totalAmount: r?.amount, currency: r?.currency, paymentMethod: r?.payment_method ?? "", isExternal: r?.is_external, entityUserId: r?.entity_user_id ?? "" }, r?.id)) }) : /* @__PURE__ */ n("p", { className: "ttw:text-sm ttw:text-neutral ttw:font-normal ttw:leading-5", children: [
|
|
89
|
-
a._("No payments have been received for this invoice."),
|
|
90
|
-
/* @__PURE__ */ t("br", {}),
|
|
91
|
-
y()
|
|
28
|
+
/* @__PURE__ */ t("span", { className: "ttw:text-muted-foreground", children: o._("(optional)") })
|
|
92
29
|
] }),
|
|
93
|
-
|
|
94
|
-
openModal: r
|
|
95
|
-
}) => /* @__PURE__ */ t(_, { size: "sm", className: "ttw:w-fit", onClick: r, children: a._("Record payment") }) }),
|
|
96
|
-
u && /* @__PURE__ */ t("div", { className: "ttw:w-full ttw:h-px ttw:bg-border" })
|
|
30
|
+
l && v && /* @__PURE__ */ t(h, { type: "button", variant: "ghost", className: "ttw:text-primary ttw:p-0 ttw:hover:text-primary ttw:hover:underline ttw:w-fit ttw:hover:bg-transparent", onClick: () => i(!0), children: o._("Edit") })
|
|
97
31
|
] }),
|
|
98
|
-
|
|
99
|
-
/* @__PURE__ */
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
32
|
+
/* @__PURE__ */ t("div", { className: A("ttw:flex ttw:items-start ttw:rounded-lg", l ? "ttw:border-none" : "ttw:border ttw:border-border ttw:p-3"), children: l ? /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-1.5", children: [
|
|
33
|
+
/* @__PURE__ */ t(a, { variant: "body2", className: "ttw:font-medium", children: e?.line1 }),
|
|
34
|
+
e?.line2 && /* @__PURE__ */ t(a, { variant: "body2", className: "ttw:font-medium", children: e.line2 }),
|
|
35
|
+
/* @__PURE__ */ t(a, { variant: "body2", className: "ttw:font-medium", children: `${m && m}${m && (c || w) && ","} ${c && c} ${w && w}` }),
|
|
36
|
+
/* @__PURE__ */ t(a, { variant: "body2", className: "ttw:font-medium", children: e?.country })
|
|
37
|
+
] }) : /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
38
|
+
/* @__PURE__ */ t(a, { variant: "body2", className: "ttw:leading-5", children: o._("No address on file") }),
|
|
39
|
+
/* @__PURE__ */ r(h, { type: "button", variant: "ghost", className: "ttw:text-primary ttw:hover:text-primary/70 ttw:w-fit ttw:px-0 ttw:has-[>svg]:px-0 ttw:py-2 ttw:hover:bg-transparent", onClick: () => i(!0), disabled: u, children: [
|
|
40
|
+
/* @__PURE__ */ t(b, {}),
|
|
41
|
+
o._("Add address")
|
|
106
42
|
] })
|
|
107
|
-
] })
|
|
108
|
-
] })
|
|
43
|
+
] }) })
|
|
44
|
+
] });
|
|
109
45
|
};
|
|
110
46
|
export {
|
|
111
|
-
|
|
47
|
+
k as CounterpartAddressSection
|
|
112
48
|
};
|