@tesouro/embedded-components-react 0.2.32 → 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 +24 -24
- 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 +24 -24
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +23 -23
- 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 +13 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +24 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +22 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +35 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +4 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +2 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +25 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +1271 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +33 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +9 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +8 -1270
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +60 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +397 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +69 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +2 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +407 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +64 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +6 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +5 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +33 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +29 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +12 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +22 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +10 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +118 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +7 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +10 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +49 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +49 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +12 -150
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +43 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +15 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +11 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +152 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +23 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +54 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +68 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +29 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +3 -99
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +64 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +36 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +78 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +5 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +96 -194
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +57 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +24 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +10 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +19 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +20 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +2 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +10 -248
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +19 -180
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +18 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +27 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +105 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +61 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +11 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +12 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +24 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +94 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +100 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +14 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +11 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +13 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +45 -185
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +74 -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 +54 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +193 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +14 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +22 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +78 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +25 -9
- 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 +7 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +250 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +183 -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 +12 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +111 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +76 -359
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +107 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +107 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +56 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +58 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +88 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +48 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +34 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +113 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +68 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +185 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +31 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +122 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +56 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +21 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +29 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +18 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +12 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +22 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +4 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +5 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +7 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +46 -397
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +366 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +22 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +21 -406
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +19 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +11 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +12 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +88 -13
- 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 +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 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +86 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +21 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +183 -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 +24 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +32 -141
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +47 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +25 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +5 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +74 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +32 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +20 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +491 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +168 -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 +35 -344
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +51 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +34 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +54 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +344 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +2 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +15 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +7 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +21 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +33 -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 +37 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +35 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +15 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +17 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +9 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +23 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +34 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +52 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +30 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +98 -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 +47 -192
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +72 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +44 -345
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +61 -297
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +149 -103
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +10 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +19 -267
- 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 +33 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +20 -489
- 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 -165
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +17 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +168 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +132 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +157 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +10 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +18 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +60 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +68 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +58 -33
- 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 +6 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +8 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +62 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +21 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +62 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +14 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +22 -128
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +57 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +29 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +56 -39
- 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 +19 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +2 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +96 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +94 -156
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +191 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +12 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +59 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +25 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +126 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +37 -29
- 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 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +39 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +31 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +6 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +104 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +21 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +28 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +54 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +39 -60
- 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 +56 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +12 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +94 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +128 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +16 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +39 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +40 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +18 -187
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +38 -105
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +343 -80
- 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 +296 -283
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +96 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +162 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +260 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +23 -223
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +42 -149
- 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 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +113 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +21 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +43 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +57 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +15 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +41 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +14 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +74 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +75 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +41 -64
- 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 +27 -23
- 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 +26 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +78 -29
- 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 +44 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +24 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +182 -27
- 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/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 +20 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +28 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +38 -255
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +12 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +15 -19
- 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 +48 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +11 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +32 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +18 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +24 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +73 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +96 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +35 -125
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +9 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +66 -35
- 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 +19 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +45 -33
- 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 +32 -12
- 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 +61 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +12 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +16 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +17 -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 +14 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +14 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +17 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +8 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +35 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +10 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +66 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +20 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +2 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +7 -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 +54 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +15 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +105 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +112 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -16
- 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 +92 -69
- 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 +35 -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 +12 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +33 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +85 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +24 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +70 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +67 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +39 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +29 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +37 -73
- 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 +5 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +119 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +18 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +16 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +16 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +16 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +16 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +69 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +16 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +16 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +12 -12
- 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 +21 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +53 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +33 -47
- 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 +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +4 -4
- 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 +14 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +96 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +16 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +75 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +22 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +9 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +33 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +41 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +36 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +14 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +51 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +17 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +48 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +58 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +33 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +15 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +80 -17
- 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 +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index496.js +1 -1
- 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 +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +2 -2
- 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 +10 -10
- 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 +12 -12
- 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 +23 -23
- 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 +24 -24
- 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,6 +1,6 @@
|
|
|
1
1
|
import { useMoniteContext as _ } from "./index59.js";
|
|
2
2
|
import { useLingui as l } from "@lingui/react";
|
|
3
|
-
import { getAPIErrorMessage as b } from "./
|
|
3
|
+
import { getAPIErrorMessage as b } from "./index122.js";
|
|
4
4
|
import { toast as s } from "react-hot-toast";
|
|
5
5
|
import { useUpdatePayable as m } from "./index25.js";
|
|
6
6
|
const A = ({
|
|
@@ -1,59 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { useState as y, useEffect as N } from "react";
|
|
4
|
-
import { useCreateInvoiceEmailPreview as j } from "./index402.js";
|
|
5
|
-
import { LanguageCodeEnum as C } from "./index254.js";
|
|
6
|
-
import { CenteredContentBox as s } from "./index222.js";
|
|
7
|
-
import { Button as _ } from "./index86.js";
|
|
8
|
-
import { CircleAlert as E, RefreshCcw as P } from "lucide-react";
|
|
9
|
-
import { LoadingSpinner as B } from "./index135.js";
|
|
10
|
-
const q = ({
|
|
11
|
-
invoiceId: l,
|
|
12
|
-
body: c,
|
|
13
|
-
subject: m
|
|
14
|
-
}) => {
|
|
1
|
+
import { useMoniteContext as n } from "./index59.js";
|
|
2
|
+
const t = () => {
|
|
15
3
|
const {
|
|
16
|
-
|
|
17
|
-
} =
|
|
18
|
-
|
|
19
|
-
mutateAsync: f,
|
|
20
|
-
isPending: p,
|
|
21
|
-
error: u
|
|
22
|
-
} = j(l), x = () => {
|
|
23
|
-
d(a + 1);
|
|
24
|
-
}, h = (r) => Object.values(C).includes(r), g = () => {
|
|
25
|
-
const r = e.locale, o = r.indexOf("-"), n = o >= 0 ? r.substring(0, o) : r;
|
|
26
|
-
return h(n) ? n : "en";
|
|
27
|
-
};
|
|
28
|
-
return N(() => {
|
|
29
|
-
f({
|
|
30
|
-
body_text: c,
|
|
31
|
-
subject_text: m,
|
|
32
|
-
language: g(),
|
|
33
|
-
type: "receivable"
|
|
34
|
-
});
|
|
35
|
-
}, [a]), /* @__PURE__ */ t("div", { className: "ttw:flex ttw:flex-col ttw:min-h-0 ttw:overflow-hidden ttw:flex-1", children: p ? /* @__PURE__ */ t(s, { children: /* @__PURE__ */ t(B, {}) }) : /* @__PURE__ */ t(v, { children: u ? /* @__PURE__ */ t(s, { children: /* @__PURE__ */ i("div", { className: "ttw:flex ttw:flex-col ttw:items-center ttw:justify-center ttw:gap-4", children: [
|
|
36
|
-
/* @__PURE__ */ t(E, { className: "ttw:text-red-500" }),
|
|
37
|
-
/* @__PURE__ */ i("div", { className: "ttw:flex ttw:flex-col ttw:justify-center ttw:text-center ttw:gap-1 ttw:items-center", children: [
|
|
38
|
-
/* @__PURE__ */ t("h2", { className: "ttw:font-bold ttw:text-base", children: e._("Failed to generate email preview") }),
|
|
39
|
-
/* @__PURE__ */ i("div", { className: "ttw:items-center", children: [
|
|
40
|
-
/* @__PURE__ */ t("p", { className: "ttw:text-sm ttw:font-normal ttw:leading-5", children: e._("Please try to reload.") }),
|
|
41
|
-
/* @__PURE__ */ t("p", { className: "ttw:text-sm ttw:font-normal ttw:leading-5", children: e._("If the error recurs, contact support, please.") })
|
|
42
|
-
] }),
|
|
43
|
-
/* @__PURE__ */ i(_, { variant: "ghost", onClick: x, "data-testid": "reload-preview-button", children: [
|
|
44
|
-
/* @__PURE__ */ t(P, {}),
|
|
45
|
-
e._("Reload")
|
|
46
|
-
] })
|
|
47
|
-
] })
|
|
48
|
-
] }) }) : /* @__PURE__ */ t("iframe", { srcDoc: w?.body_preview, style: {
|
|
49
|
-
width: "100%",
|
|
50
|
-
height: "100%",
|
|
51
|
-
marginBottom: "-16px",
|
|
52
|
-
// Margin is necessary to avoid vertical scrollbar on the iframe container element. It's not clear why, but it helps.
|
|
53
|
-
border: 0,
|
|
54
|
-
flex: 1
|
|
55
|
-
} }) }) });
|
|
4
|
+
api: e
|
|
5
|
+
} = n();
|
|
6
|
+
return e.finops.getFinancingOffers.useQuery();
|
|
56
7
|
};
|
|
57
8
|
export {
|
|
58
|
-
|
|
9
|
+
t as useGetFinanceOffers
|
|
59
10
|
};
|
|
@@ -1,44 +1,13 @@
|
|
|
1
|
-
import { useMoniteContext as
|
|
2
|
-
|
|
3
|
-
import { toast as u } from "react-hot-toast";
|
|
4
|
-
const v = () => {
|
|
1
|
+
import { useMoniteContext as o } from "./index59.js";
|
|
2
|
+
const t = () => {
|
|
5
3
|
const {
|
|
6
|
-
api:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} = d(), {
|
|
11
|
-
data: n
|
|
12
|
-
} = e.finops.getEntitiesIdPaymentMethods.useQuery({
|
|
13
|
-
path: {
|
|
14
|
-
entity_id: i
|
|
4
|
+
api: n
|
|
5
|
+
} = o();
|
|
6
|
+
return n.finops.postFinancingInvoices.useMutation({}, {
|
|
7
|
+
onError: () => {
|
|
15
8
|
}
|
|
16
|
-
})
|
|
17
|
-
mutateAsync: s,
|
|
18
|
-
isPending: r
|
|
19
|
-
} = e.finops.postPaymentLinks.useMutation({});
|
|
20
|
-
async function y(m) {
|
|
21
|
-
const a = n ? n.data.filter(({
|
|
22
|
-
status: t,
|
|
23
|
-
direction: p
|
|
24
|
-
}) => t === "active" && p === "receive") : [];
|
|
25
|
-
a.length === 0 ? u.error(o._("You haven't onboarded for any payment method. Invoice is issued without a payment link.")) : await s({
|
|
26
|
-
recipient: {
|
|
27
|
-
id: i,
|
|
28
|
-
type: "entity"
|
|
29
|
-
},
|
|
30
|
-
payment_methods: a.map((t) => t.type),
|
|
31
|
-
object: {
|
|
32
|
-
id: m,
|
|
33
|
-
type: "receivable"
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
createPaymentLink: y,
|
|
39
|
-
isCreatingPaymentLink: r
|
|
40
|
-
};
|
|
9
|
+
});
|
|
41
10
|
};
|
|
42
11
|
export {
|
|
43
|
-
|
|
12
|
+
t as useFinanceAnInvoice
|
|
44
13
|
};
|
|
@@ -1,19 +1,64 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
import { jsxs as t, jsx as e, Fragment as f } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { FinanceBannerWrapper as h } from "./index289.js";
|
|
3
|
+
import { FinanceMenuButtons as g } from "./index303.js";
|
|
4
|
+
import { FinanceProgressBar as y } from "./index291.js";
|
|
5
|
+
import { useMoniteContext as x } from "./index59.js";
|
|
6
|
+
import { useCurrencies as v } from "./index60.js";
|
|
7
|
+
import "react";
|
|
8
|
+
import "./index94.js";
|
|
9
|
+
import { useLingui as b } from "@lingui/react";
|
|
10
|
+
import "react-dom";
|
|
11
|
+
import "@mui/x-data-grid";
|
|
12
|
+
import { useTheme as D, Box as a, Typography as r } from "@mui/material";
|
|
13
|
+
const P = ({
|
|
14
|
+
offers: i = []
|
|
15
|
+
}) => {
|
|
16
|
+
const {
|
|
17
|
+
componentSettings: m
|
|
18
|
+
} = x(), {
|
|
19
|
+
i18n: n
|
|
20
|
+
} = b(), u = D(), {
|
|
21
|
+
formatCurrencyToDisplay: o
|
|
22
|
+
} = v(), s = i?.[0]?.total_amount ?? 0, l = (i?.[0]?.status === "LATE" ? 0 : i?.[0]?.available_amount) ?? 0, p = l / s * 100, c = i?.[0]?.status !== "CLOSED" && i?.[0]?.status !== "DEFAULTED", d = () => {
|
|
23
|
+
switch (i?.[0]?.status) {
|
|
24
|
+
case "DEFAULTED":
|
|
25
|
+
return n._("Financing is blocked due to a violation of the agreed-upon terms. Please, contact the provider for further details.");
|
|
26
|
+
case "CLOSED":
|
|
27
|
+
return n._("Financing is not available for your business anymore. Please, contact the provider for further details.");
|
|
28
|
+
case "LATE":
|
|
29
|
+
return n._("Due to late payment your financing is currently on hold. Please, contact the provider for further details.");
|
|
30
|
+
default:
|
|
31
|
+
return n._("Your amount available for financing additional invoices.");
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
return !i || i.length === 0 ? null : /* @__PURE__ */ t(a, { maxWidth: "440px", width: "100%", children: [
|
|
35
|
+
/* @__PURE__ */ e(r, { variant: "subtitle1", sx: {
|
|
36
|
+
mb: 3,
|
|
37
|
+
display: "inline-block"
|
|
38
|
+
}, children: n._("My financing") }),
|
|
39
|
+
/* @__PURE__ */ e(h, { children: /* @__PURE__ */ t(a, { sx: {
|
|
40
|
+
display: "flex",
|
|
41
|
+
flexDirection: "column",
|
|
42
|
+
gap: 1.25
|
|
43
|
+
}, children: [
|
|
44
|
+
/* @__PURE__ */ e(a, { children: c ? /* @__PURE__ */ t(f, { children: [
|
|
45
|
+
/* @__PURE__ */ e(r, { variant: "body1", children: n._("Remaining limit") }),
|
|
46
|
+
/* @__PURE__ */ t(a, { display: "flex", alignItems: "center", gap: 1, children: [
|
|
47
|
+
/* @__PURE__ */ e(r, { variant: "h2", fontSize: 24, lineHeight: "32px", children: o(l, "USD") }),
|
|
48
|
+
/* @__PURE__ */ t(r, { component: "span", variant: "subtitle1", fontSize: 18, color: u.palette.grey[400], children: [
|
|
49
|
+
"/ ",
|
|
50
|
+
o(s, "USD")
|
|
51
|
+
] })
|
|
52
|
+
] })
|
|
53
|
+
] }) : /* @__PURE__ */ e(r, { variant: "h2", fontSize: 24, children: n._("Not available") }) }),
|
|
54
|
+
/* @__PURE__ */ t(a, { display: "flex", flexDirection: "column", gap: 1.5, children: [
|
|
55
|
+
c && /* @__PURE__ */ e(y, { progress: p }),
|
|
56
|
+
/* @__PURE__ */ e(r, { variant: "body1", fontSize: 14, lineHeight: "22px", fontWeight: 400, children: d() })
|
|
57
|
+
] }),
|
|
58
|
+
m?.financing?.enableFinanceWidgetButton && /* @__PURE__ */ e(g, {})
|
|
59
|
+
] }) })
|
|
60
|
+
] });
|
|
61
|
+
};
|
|
17
62
|
export {
|
|
18
|
-
|
|
63
|
+
P as FinanceLimits
|
|
19
64
|
};
|
|
@@ -1,63 +1,26 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import "
|
|
5
|
-
import "
|
|
6
|
-
import {
|
|
7
|
-
import "react
|
|
8
|
-
|
|
9
|
-
import { rateMinorToMajor as y } from "./index198.js";
|
|
10
|
-
import { twMerge as b } from "tailwind-merge";
|
|
11
|
-
import { useGetPaymentRecords as g } from "./index263.js";
|
|
12
|
-
import { useGetReceivables as h } from "./index145.js";
|
|
13
|
-
const r = ({
|
|
14
|
-
label: t,
|
|
15
|
-
value: a,
|
|
16
|
-
isBold: l
|
|
17
|
-
}) => /* @__PURE__ */ n("li", { className: b("ttw:w-full ttw:flex ttw:gap-4 ttw:justify-between ttw:text-neutral ttw:font-normal ttw:text-sm ttw:leading-5", l && "ttw:font-medium ttw:text-text"), children: [
|
|
18
|
-
/* @__PURE__ */ i("span", { children: t }),
|
|
19
|
-
/* @__PURE__ */ i("span", { children: a })
|
|
20
|
-
] }), S = ({
|
|
21
|
-
invoice: t
|
|
22
|
-
}) => {
|
|
1
|
+
import { jsxs as a, jsx as n } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { FinanceHowItWorks as s } from "./index298.js";
|
|
3
|
+
import { useKanmonContext as c } from "./index58.js";
|
|
4
|
+
import { Dialog as m } from "./index52.js";
|
|
5
|
+
import { useLingui as l } from "@lingui/react";
|
|
6
|
+
import { Stack as p, Button as r } from "@mui/material";
|
|
7
|
+
import { useState as g } from "react";
|
|
8
|
+
const w = () => {
|
|
23
9
|
const {
|
|
24
|
-
i18n:
|
|
25
|
-
} =
|
|
26
|
-
|
|
27
|
-
} =
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}, !!u?.length), d = t?.status === "paid", c = t?.status === "partially_paid", p = t?.status === "canceled", w = d || c || p;
|
|
37
|
-
return /* @__PURE__ */ n("ul", { className: "ttw:w-full ttw:flex ttw:flex-col ttw:gap-2", children: [
|
|
38
|
-
/* @__PURE__ */ i(r, { label: a._("Subtotal"), value: l(t?.subtotal ?? 0, t?.currency) }),
|
|
39
|
-
/* @__PURE__ */ i("li", { className: "ttw:flex ttw:flex-col ttw:gap-1", children: t?.total_tax_amounts?.map((e) => /* @__PURE__ */ n("div", { className: "ttw:w-full ttw:flex ttw:gap-4 ttw:justify-between ttw:text-neutral ttw:font-normal ttw:text-sm ttw:leading-5", children: [
|
|
40
|
-
/* @__PURE__ */ i("span", { children: a._("Total tax ({rate}%)", {
|
|
41
|
-
rate: y(e?.value)
|
|
42
|
-
}) }),
|
|
43
|
-
/* @__PURE__ */ i("span", { children: l(e?.amount ?? 0, t?.currency) })
|
|
44
|
-
] }, e?.id)) }),
|
|
45
|
-
/* @__PURE__ */ i(r, { label: a._("Total ({invoice})", {
|
|
46
|
-
invoice: t?.currency
|
|
47
|
-
}), value: l(t?.total_amount ?? 0, t?.currency), isBold: !0 }),
|
|
48
|
-
w && /* @__PURE__ */ n(_, { children: [
|
|
49
|
-
s?.data?.map((e) => /* @__PURE__ */ i(r, { label: e?.paid_at ? a._("Amount paid on {i18nDate}", {
|
|
50
|
-
i18nDate: a.date(e?.paid_at, o.dateTimeFormat)
|
|
51
|
-
}) : a._("Amount paid"), value: l(e?.amount ?? 0, t?.currency) }, e?.id)),
|
|
52
|
-
m?.data?.map((e) => /* @__PURE__ */ i(r, { label: e?.issue_date ? a._("Credit applied on {i18nDate}", {
|
|
53
|
-
i18nDate: a.date(e?.issue_date, o.dateTimeFormat)
|
|
54
|
-
}) : a._("Credit applied"), value: l(e?.total_amount ?? 0, t?.currency) }, e?.id)),
|
|
55
|
-
/* @__PURE__ */ i(r, { label: a._("Amount due ({invoice})", {
|
|
56
|
-
invoice: t?.currency
|
|
57
|
-
}), value: l(t?.amount_due ?? 0, t?.currency), isBold: !0 })
|
|
58
|
-
] })
|
|
10
|
+
i18n: o
|
|
11
|
+
} = l(), {
|
|
12
|
+
startFinanceSession: t
|
|
13
|
+
} = c(), [e, i] = g(!1);
|
|
14
|
+
return /* @__PURE__ */ a(p, { direction: "row", gap: 1, alignItems: "center", children: [
|
|
15
|
+
/* @__PURE__ */ n(r, { variant: "text", onClick: () => i(!0), children: o._("How does invoice financing work?") }),
|
|
16
|
+
/* @__PURE__ */ n(r, { onClick: () => t(), variant: "contained", color: "primary", sx: {
|
|
17
|
+
px: 2.5,
|
|
18
|
+
py: 1.5,
|
|
19
|
+
height: 40
|
|
20
|
+
}, children: o._("Financing menu") }),
|
|
21
|
+
/* @__PURE__ */ n(m, { open: e, onClose: () => i(!1), alignDialog: "right", children: /* @__PURE__ */ n(s, {}) })
|
|
59
22
|
] });
|
|
60
23
|
};
|
|
61
24
|
export {
|
|
62
|
-
|
|
25
|
+
w as FinanceMenuButtons
|
|
63
26
|
};
|
|
@@ -1,15 +1,65 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
1
|
+
import { jsxs as a, jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Fragment as m } from "react";
|
|
3
|
+
import { useLingui as h } from "@lingui/react";
|
|
4
|
+
import _ from "@mui/icons-material/MonetizationOnOutlined";
|
|
5
|
+
import { useTheme as g, Box as i, Typography as n, lighten as f, List as x, ListItem as l } from "@mui/material";
|
|
6
|
+
const F = ({
|
|
7
|
+
offers: p
|
|
8
|
+
}) => {
|
|
9
|
+
const {
|
|
10
|
+
i18n: t
|
|
11
|
+
} = h(), d = g();
|
|
12
|
+
return !p || p.length === 0 ? null : /* @__PURE__ */ a(i, { width: "100%", children: [
|
|
13
|
+
/* @__PURE__ */ e(n, { variant: "subtitle1", sx: {
|
|
14
|
+
mb: 3,
|
|
15
|
+
display: "inline-block"
|
|
16
|
+
}, children: t._("Current offer") }),
|
|
17
|
+
/* @__PURE__ */ e(i, { sx: {
|
|
18
|
+
display: "flex",
|
|
19
|
+
gap: 2,
|
|
20
|
+
flexWrap: "wrap"
|
|
21
|
+
}, children: p.map((o, c) => o?.pricing_plans?.map((r, s) => /* @__PURE__ */ a(i, { width: 232, height: 148, px: 3, py: 2.5, sx: {
|
|
22
|
+
backgroundColor: d.palette.background.paper,
|
|
23
|
+
borderRadius: "16px",
|
|
24
|
+
border: `1px solid ${d.palette.divider}`
|
|
25
|
+
}, children: [
|
|
26
|
+
/* @__PURE__ */ a(i, { sx: {
|
|
27
|
+
display: "flex",
|
|
28
|
+
alignItems: "center",
|
|
29
|
+
gap: 1,
|
|
30
|
+
mb: 2
|
|
31
|
+
}, children: [
|
|
32
|
+
/* @__PURE__ */ e(_, { sx: {
|
|
33
|
+
fontSize: 24,
|
|
34
|
+
color: f(d.palette.primary.main, 0.6)
|
|
35
|
+
} }),
|
|
36
|
+
/* @__PURE__ */ e(n, { variant: "body1", fontWeight: 500, sx: {
|
|
37
|
+
flex: "1 1 0%",
|
|
38
|
+
width: "100%"
|
|
39
|
+
}, children: t._("Financing plan") })
|
|
40
|
+
] }),
|
|
41
|
+
/* @__PURE__ */ e(x, { sx: {
|
|
42
|
+
p: 0
|
|
43
|
+
}, children: /* @__PURE__ */ a(m, { children: [
|
|
44
|
+
/* @__PURE__ */ e(l, { sx: {
|
|
45
|
+
p: 0
|
|
46
|
+
}, children: /* @__PURE__ */ e(n, { variant: "body1", fontWeight: 400, children: t._("{itemAdvance_rate_percentage}% advance rate", {
|
|
47
|
+
itemAdvance_rate_percentage: r.advance_rate_percentage / 100
|
|
48
|
+
}) }) }),
|
|
49
|
+
/* @__PURE__ */ e(l, { sx: {
|
|
50
|
+
p: 0
|
|
51
|
+
}, children: /* @__PURE__ */ e(n, { variant: "body1", fontWeight: 400, children: t._("Pay in {itemRepayment_duration_days} days", {
|
|
52
|
+
itemRepayment_duration_days: r.repayment_duration_days
|
|
53
|
+
}) }) }),
|
|
54
|
+
/* @__PURE__ */ e(l, { sx: {
|
|
55
|
+
p: 0
|
|
56
|
+
}, children: /* @__PURE__ */ e(n, { variant: "body1", fontWeight: 400, children: t._("{itemFee_percentage}% fee", {
|
|
57
|
+
itemFee_percentage: r.fee_percentage / 100
|
|
58
|
+
}) }) })
|
|
59
|
+
] }, r.advance_rate_percentage) })
|
|
60
|
+
] }, `${o.available_amount}-${c}-${o.total_amount}-${s}`))) })
|
|
61
|
+
] });
|
|
12
62
|
};
|
|
13
63
|
export {
|
|
14
|
-
|
|
64
|
+
F as FinanceOffers
|
|
15
65
|
};
|
|
@@ -1,96 +1,16 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import { useState as q, useMemo as B } from "react";
|
|
15
|
-
import { useForm as T } from "react-hook-form";
|
|
16
|
-
const X = ({
|
|
17
|
-
recurrence: t,
|
|
18
|
-
handleTabChange: _,
|
|
19
|
-
openInvoiceDetails: l,
|
|
20
|
-
isCreatedFromRecurrence: i
|
|
21
|
-
}) => {
|
|
22
|
-
const {
|
|
23
|
-
i18n: e
|
|
24
|
-
} = k(), [m, s] = q(!1), u = new Date(t?.start_date).getDate(), h = B(() => t?.iterations?.filter((a) => a.status === "completed"), [t]), {
|
|
25
|
-
mutateAsync: w,
|
|
26
|
-
isPending: p
|
|
27
|
-
} = x(t?.id, t?.invoice_id), d = "edit-recurrence-form", f = T({
|
|
28
|
-
// See the identical cast in CreateReceivables.tsx — `zodResolver`'s
|
|
29
|
-
// inferred `Resolver` and react-hook-form's own `Resolver` type are
|
|
30
|
-
// structurally "unrelated" to `tsc --build` for this schema shape.
|
|
31
|
-
resolver: $(b(e)),
|
|
32
|
-
defaultValues: {
|
|
33
|
-
frequency: t?.frequency,
|
|
34
|
-
recurrence_max_occurrences: t?.max_occurrences ?? 1,
|
|
35
|
-
recurrence_start_date: new Date(t?.start_date),
|
|
36
|
-
recurrence_end_date: t?.end_date ? new Date(t?.end_date) : void 0,
|
|
37
|
-
recurrence_issue_mode: u === 1 ? "first_day" : "last_day",
|
|
38
|
-
recurrence_subject_text: t?.subject_text ?? e._("Recurrent invoice"),
|
|
39
|
-
recurrence_body_text: t?.body_text ?? e._("This invoice was generated from a recurrence. Please find the details of the recurrence in the invoice details section.")
|
|
40
|
-
}
|
|
41
|
-
}), v = async (a) => {
|
|
42
|
-
await w({
|
|
43
|
-
end_date: a.recurrence_end_date ? E(new Date(a.recurrence_end_date), "yyyy-MM-dd") : void 0,
|
|
44
|
-
subject_text: a.recurrence_subject_text || void 0,
|
|
45
|
-
body_text: a.recurrence_body_text || void 0
|
|
46
|
-
}), s(!1);
|
|
47
|
-
};
|
|
48
|
-
return /* @__PURE__ */ n(g, { children: [
|
|
49
|
-
m && /* @__PURE__ */ r(C, { open: m, onOpenChange: s, children: /* @__PURE__ */ r(N, { ...f, children: /* @__PURE__ */ r("form", { id: d, name: d, onSubmit: f.handleSubmit(v), children: /* @__PURE__ */ n(j, { className: "ttw:gap-0", showCloseButton: !1, children: [
|
|
50
|
-
/* @__PURE__ */ n(D, { className: "ttw:border-b ttw:border-border", children: [
|
|
51
|
-
/* @__PURE__ */ r(R, { children: e._("Edit recurrence settings") }),
|
|
52
|
-
/* @__PURE__ */ r(F, { hidden: !0, children: e._("Edit the settings for this recurring invoice") })
|
|
53
|
-
] }),
|
|
54
|
-
/* @__PURE__ */ n("div", { className: "ttw:p-8 ttw:flex ttw:flex-col ttw:gap-10", children: [
|
|
55
|
-
/* @__PURE__ */ r("p", { className: "ttw:text-sm ttw:font-normal ttw:leading-5 ttw:text-foreground", children: e._("You can set a different period length and the date of issuance. The starting date cannot be updated.") }),
|
|
56
|
-
/* @__PURE__ */ r(S, { isUpdate: !0 })
|
|
57
|
-
] }),
|
|
58
|
-
/* @__PURE__ */ n(I, { className: "ttw:border-t ttw:border-border ttw:flex-row ttw:justify-end", children: [
|
|
59
|
-
/* @__PURE__ */ r(o, { variant: "outline", size: "sm", onClick: () => s(!1), children: e._("Cancel") }),
|
|
60
|
-
/* @__PURE__ */ r(o, { size: "sm", type: "submit", form: d, disabled: p, children: e._("Save") })
|
|
61
|
-
] })
|
|
62
|
-
] }) }) }) }),
|
|
63
|
-
/* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", children: [
|
|
64
|
-
i ? /* @__PURE__ */ n("div", { className: "ttw:flex ttw:justify-between ttw:items-center ttw:gap-4", children: [
|
|
65
|
-
/* @__PURE__ */ r("h2", { className: "ttw:text-lg ttw:font-semibold ttw:leading-6", children: e._("Created from recurrence") }),
|
|
66
|
-
/* @__PURE__ */ r(y, { status: t?.status })
|
|
67
|
-
] }) : /* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
68
|
-
/* @__PURE__ */ r("h2", { className: "ttw:text-lg ttw:font-semibold ttw:leading-6", children: e._("Recurrence") }),
|
|
69
|
-
/* @__PURE__ */ r("p", { className: "ttw:text-sm ttw:font-normal ttw:leading-5 ttw:text-muted-foreground", children: e._("All future invoices will be issued based on this invoice") })
|
|
70
|
-
] }),
|
|
71
|
-
/* @__PURE__ */ n("div", { className: "ttw:grid ttw:grid-cols-2 ttw:gap-4", children: [
|
|
72
|
-
/* @__PURE__ */ r(c, { label: e._("Start"), value: t?.start_date ? e.date(t?.start_date, {
|
|
73
|
-
month: "long",
|
|
74
|
-
year: "numeric"
|
|
75
|
-
}) : "-" }),
|
|
76
|
-
/* @__PURE__ */ r(c, { label: e._("End"), value: t?.end_date ? e.date(t?.end_date, {
|
|
77
|
-
month: "long",
|
|
78
|
-
year: "numeric"
|
|
79
|
-
}) : "-" }),
|
|
80
|
-
/* @__PURE__ */ r(c, { label: e._("Frequency"), value: u === 1 ? e._("Every first day of month") : e._("Every last day of month") }),
|
|
81
|
-
/* @__PURE__ */ r(c, { label: e._("Issued documents"), value: `${h.length} / ${t?.iterations.length} ${e._("issued")}`, onClick: () => {
|
|
82
|
-
i && l?.(t?.invoice_id), _("scheduled-invoices");
|
|
83
|
-
} })
|
|
84
|
-
] }),
|
|
85
|
-
i && /* @__PURE__ */ r(o, { variant: "outline", size: "sm", className: "ttw:w-fit", onClick: () => l?.(t?.invoice_id), children: e._("View recurrence") }),
|
|
86
|
-
!i && t?.status !== "canceled" && /* @__PURE__ */ n(o, { variant: "outline", size: "sm", className: "ttw:w-fit", onClick: () => s(!0), children: [
|
|
87
|
-
/* @__PURE__ */ r(z, {}),
|
|
88
|
-
" ",
|
|
89
|
-
e._("Edit settings")
|
|
90
|
-
] })
|
|
91
|
-
] })
|
|
92
|
-
] });
|
|
93
|
-
};
|
|
1
|
+
import { jsxs as r, jsx as o } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Box as f } from "@mui/material";
|
|
3
|
+
import { FinanceLimits as e } from "./index302.js";
|
|
4
|
+
import { FinanceOffers as i } from "./index304.js";
|
|
5
|
+
const p = ({
|
|
6
|
+
offers: s
|
|
7
|
+
}) => /* @__PURE__ */ r(f, { sx: {
|
|
8
|
+
display: "flex",
|
|
9
|
+
gap: 2
|
|
10
|
+
}, children: [
|
|
11
|
+
/* @__PURE__ */ o(e, { offers: s }),
|
|
12
|
+
s?.[0]?.status === "CURRENT" && /* @__PURE__ */ o(i, { offers: s })
|
|
13
|
+
] });
|
|
94
14
|
export {
|
|
95
|
-
|
|
15
|
+
p as FinanceWidget
|
|
96
16
|
};
|
|
@@ -1,130 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
17
|
-
import "clsx";
|
|
18
|
-
import "@radix-ui/react-dropdown-menu";
|
|
19
|
-
import { useGetPaymentReminderById as C } from "./index408.js";
|
|
20
|
-
import { useGetOverdueReminderById as D } from "./index409.js";
|
|
21
|
-
import "./index94.js";
|
|
22
|
-
import "react-dom";
|
|
23
|
-
import "@mui/x-data-grid";
|
|
24
|
-
import "react-hook-form";
|
|
25
|
-
import { PreviewEmail as T } from "./index300.js";
|
|
26
|
-
import { Dialog as B, DialogContent as L, DialogDescription as $ } from "./index183.js";
|
|
27
|
-
import { getDefaultContact as k } from "./index298.js";
|
|
28
|
-
import { useCounterpartById as O } from "./index72.js";
|
|
29
|
-
import { useCounterpartContactList as S } from "./index76.js";
|
|
30
|
-
const p = ({
|
|
31
|
-
term: a,
|
|
32
|
-
isLastTerm: o,
|
|
33
|
-
invoiceId: c
|
|
34
|
-
}) => {
|
|
35
|
-
const {
|
|
36
|
-
i18n: d
|
|
37
|
-
} = f(), [i, w] = I(!1);
|
|
38
|
-
return /* @__PURE__ */ r("li", { className: "ttw:flex ttw:gap-1 ttw:items-center ttw:justify-between", children: [
|
|
39
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-center ttw:gap-3", children: [
|
|
40
|
-
/* @__PURE__ */ r("div", { className: j("ttw:flex ttw:flex-col ttw:gap-1", o ? "ttw:pt-0" : "ttw:pt-2 ttw:justify-end ttw:items-center"), children: [
|
|
41
|
-
/* @__PURE__ */ e(R, { className: "ttw:size-4" }),
|
|
42
|
-
!o && /* @__PURE__ */ e("div", { className: "ttw:w-px ttw:h-1.5 ttw:bg-neutral" })
|
|
43
|
-
] }),
|
|
44
|
-
/* @__PURE__ */ e("span", { className: "ttw:text-text ttw:text-sm ttw:font-normal ttw:leading-5", children: a.reminderTerm })
|
|
45
|
-
] }),
|
|
46
|
-
/* @__PURE__ */ e(v, { variant: "link", onClick: () => w(!0), children: d._("View email") }),
|
|
47
|
-
i && /* @__PURE__ */ e(B, { open: i, onOpenChange: w, children: /* @__PURE__ */ r(L, { fullScreen: !0, children: [
|
|
48
|
-
/* @__PURE__ */ e(T, { invoiceId: c, body: a.body, subject: a.subject }),
|
|
49
|
-
/* @__PURE__ */ e($, { hidden: !0, children: d._("Email preview") })
|
|
50
|
-
] }) })
|
|
51
|
-
] });
|
|
52
|
-
}, ce = ({
|
|
53
|
-
paymentReminderId: a,
|
|
54
|
-
overdueReminderId: o,
|
|
55
|
-
invoiceId: c,
|
|
56
|
-
counterpartId: d
|
|
57
|
-
}) => {
|
|
58
|
-
const {
|
|
59
|
-
i18n: i
|
|
60
|
-
} = f(), {
|
|
61
|
-
data: w
|
|
62
|
-
} = S(d), {
|
|
63
|
-
data: u
|
|
64
|
-
} = O(d), {
|
|
65
|
-
data: t
|
|
66
|
-
} = C(a), {
|
|
67
|
-
data: y
|
|
68
|
-
} = D(o), _ = k(w, u), s = [...t?.term_1_reminder ? [{
|
|
69
|
-
body: t?.term_1_reminder?.body,
|
|
70
|
-
subject: t?.term_1_reminder?.subject,
|
|
71
|
-
reminderTerm: i._("{paymentReminder} {paymentReminder1} before", {
|
|
72
|
-
paymentReminder: t?.term_1_reminder.days_before,
|
|
73
|
-
paymentReminder1: t?.term_1_reminder?.days_before === 1 ? "day" : "days"
|
|
74
|
-
}),
|
|
75
|
-
id: "payment-1"
|
|
76
|
-
}] : [], ...t?.term_2_reminder ? [{
|
|
77
|
-
body: t?.term_2_reminder?.body,
|
|
78
|
-
subject: t?.term_2_reminder?.subject,
|
|
79
|
-
reminderTerm: i._("{paymentReminder} {paymentReminder1} before", {
|
|
80
|
-
paymentReminder: t?.term_2_reminder.days_before,
|
|
81
|
-
paymentReminder1: t?.term_2_reminder?.days_before === 1 ? "day" : "days"
|
|
82
|
-
}),
|
|
83
|
-
id: "payment-2"
|
|
84
|
-
}] : [], ...t?.term_final_reminder ? [{
|
|
85
|
-
body: t?.term_final_reminder?.body,
|
|
86
|
-
subject: t?.term_final_reminder?.subject,
|
|
87
|
-
reminderTerm: i._("{paymentReminder} {paymentReminder1} before", {
|
|
88
|
-
paymentReminder: t?.term_final_reminder.days_before,
|
|
89
|
-
paymentReminder1: t?.term_final_reminder?.days_before === 1 ? "day" : "days"
|
|
90
|
-
}),
|
|
91
|
-
id: "payment-3"
|
|
92
|
-
}] : []], m = y?.terms?.map((n, l) => ({
|
|
93
|
-
body: n?.body,
|
|
94
|
-
subject: n?.subject,
|
|
95
|
-
reminderTerm: i._("{termDays_after} {term} after", {
|
|
96
|
-
termDays_after: n.days_after,
|
|
97
|
-
term: n?.days_after === 1 ? "day" : "days"
|
|
98
|
-
}),
|
|
99
|
-
id: `overdue-${l + 1}`
|
|
100
|
-
})) ?? [];
|
|
101
|
-
return /* @__PURE__ */ r(h, { children: [
|
|
102
|
-
/* @__PURE__ */ e(g, { className: "ttw:hover:no-underline ttw:group", children: /* @__PURE__ */ r("span", { className: "ttw:flex ttw:items-center ttw:gap-3", children: [
|
|
103
|
-
/* @__PURE__ */ e("span", { className: "ttw:group-hover:underline", children: i._("Reminder emails") }),
|
|
104
|
-
s?.length + m?.length > 0 && /* @__PURE__ */ e(b, { variant: "secondary", className: "ttw:h-5 ttw:min-w-5 ttw:rounded-full ttw:px-1 ttw:tabular-nums", children: s?.length + m?.length })
|
|
105
|
-
] }) }),
|
|
106
|
-
/* @__PURE__ */ r(x, { className: "ttw:flex ttw:gap-6", children: [
|
|
107
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5 ttw:flex-1", children: [
|
|
108
|
-
/* @__PURE__ */ e("h3", { className: "ttw:text-text ttw:text-sm ttw:font-medium ttw:leading-5", children: i._("Recipients") }),
|
|
109
|
-
/* @__PURE__ */ e("span", { className: "ttw:text-sm ttw:font-normal ttw:leading-5", children: _?.email ?? "-" })
|
|
110
|
-
] }),
|
|
111
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:flex-1", children: [
|
|
112
|
-
/* @__PURE__ */ e("h3", { className: "ttw:text-text ttw:text-sm ttw:font-medium ttw:leading-5", children: i._("Scheduled reminders") }),
|
|
113
|
-
/* @__PURE__ */ r("ul", { children: [
|
|
114
|
-
s?.length > 0 && s.map((n, l) => /* @__PURE__ */ e(p, { term: n, isLastTerm: m.length > 0 ? !1 : l === s.length - 1, invoiceId: c }, n.id)),
|
|
115
|
-
m.length > 0 && /* @__PURE__ */ e("li", { className: "ttw:flex ttw:gap-1 ttw:items-center ttw:justify-between", children: /* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-center ttw:gap-3", children: [
|
|
116
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:justify-end ttw:items-center ttw:gap-1 ttw:pt-2", children: [
|
|
117
|
-
/* @__PURE__ */ e(N, { className: "ttw:size-4 ttw:text-neutral" }),
|
|
118
|
-
/* @__PURE__ */ e("div", { className: "ttw:w-px ttw:h-1.5 ttw:bg-neutral" })
|
|
119
|
-
] }),
|
|
120
|
-
/* @__PURE__ */ e("span", { className: "ttw:text-neutral ttw:text-sm ttw:font-normal ttw:leading-5", children: i._("Due date") })
|
|
121
|
-
] }) }),
|
|
122
|
-
m?.length > 0 && m.map((n, l) => /* @__PURE__ */ e(p, { term: n, isLastTerm: l === m.length - 1, invoiceId: c }, n.id))
|
|
123
|
-
] })
|
|
124
|
-
] })
|
|
125
|
-
] })
|
|
126
|
-
] });
|
|
127
|
-
};
|
|
1
|
+
import e from "@mui/icons-material/Cancel";
|
|
2
|
+
import _ from "@mui/icons-material/DangerousOutlined";
|
|
3
|
+
import r from "@mui/icons-material/HourglassEmpty";
|
|
4
|
+
import a from "@mui/icons-material/PaidOutlined";
|
|
5
|
+
const s = ["waiting", "approved", "rejected", "canceled"], o = {
|
|
6
|
+
approved: "success",
|
|
7
|
+
canceled: "secondary",
|
|
8
|
+
rejected: "error",
|
|
9
|
+
waiting: "warning"
|
|
10
|
+
}, A = {
|
|
11
|
+
approved: a,
|
|
12
|
+
canceled: e,
|
|
13
|
+
rejected: _,
|
|
14
|
+
waiting: r
|
|
15
|
+
}, R = "status", d = "created_at", i = "created_by", S = "current_user";
|
|
128
16
|
export {
|
|
129
|
-
|
|
17
|
+
s as APPROVAL_REQUEST_STATUSES,
|
|
18
|
+
A as APPROVAL_REQUEST_STATUS_TO_MUI_ICON_MAP,
|
|
19
|
+
i as FILTER_TYPE_ADDED_BY,
|
|
20
|
+
d as FILTER_TYPE_CREATED_AT,
|
|
21
|
+
S as FILTER_TYPE_CURRENT_USER,
|
|
22
|
+
R as FILTER_TYPE_STATUS,
|
|
23
|
+
o as ROW_TO_STATUS_MUI_MAP
|
|
130
24
|
};
|