@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,13 +1,119 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
1
|
+
import { jsxs as n, jsx as e, Fragment as h } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useDuplicateInvoice as q } from "./index266.js";
|
|
3
|
+
import { useGetReceivablePDFById as G } from "./index268.js";
|
|
4
|
+
import { useIssueReceivableById as T } from "./index269.js";
|
|
5
|
+
import { InvoiceCancelModal as W } from "./index275.js";
|
|
6
|
+
import { InvoiceDeleteModal as Y } from "./index276.js";
|
|
7
|
+
import { MarkAsUncollectibleModal as H } from "./index277.js";
|
|
8
|
+
import { RecordManualPaymentModal as J } from "./index279.js";
|
|
9
|
+
import { RecurrenceCancelModal as K } from "./index280.js";
|
|
10
|
+
import { useIsMobileScreen as Q } from "./index71.js";
|
|
11
|
+
import { useUserPermissions as X } from "./index148.js";
|
|
12
|
+
import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
|
|
13
|
+
import "../../shared/data-access/dist/lib/EmbedApiContext.js";
|
|
14
|
+
import "../../shared/data-access/dist/lib/rest/client.gen.js";
|
|
15
|
+
import "@tanstack/react-query";
|
|
16
|
+
import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
17
|
+
import { Scope as Z } from "../../shared/data-access/dist/lib/scopes.js";
|
|
18
|
+
import { useState as m } from "react";
|
|
19
|
+
import { Button as r } from "./index86.js";
|
|
20
|
+
import { DropdownMenu as ee, DropdownMenuTrigger as ie, DropdownMenuContent as te, DropdownMenuItem as l } from "./index140.js";
|
|
21
|
+
import { useLingui as oe } from "@lingui/react";
|
|
22
|
+
import { FileCheck as ne, SquarePen as se, Mail as re, Download as ae, Copy as le, MoreVerticalIcon as ce, EyeOff as de, Eye as ue } from "lucide-react";
|
|
23
|
+
import { toast as me } from "react-hot-toast";
|
|
24
|
+
import { useCreateReceivablePaymentLink as pe } from "./index328.js";
|
|
25
|
+
const Ue = ({
|
|
26
|
+
invoice: i,
|
|
27
|
+
recurrence: v,
|
|
28
|
+
actions: a,
|
|
29
|
+
isPDFViewerOpen: E
|
|
30
|
+
}) => {
|
|
31
|
+
const {
|
|
32
|
+
i18n: t
|
|
33
|
+
} = oe(), p = Q(), [b, k] = m(!1), [y, _] = m(!1), [D, I] = m(!1), [w, M] = m(!1), F = t._("You don't have permission to update this document. Please, contact your system administrator for details."), s = X().has(Z.InvoiceWriteOrg), {
|
|
34
|
+
refetch: R,
|
|
35
|
+
isLoading: S
|
|
36
|
+
} = G(i.id, !1), {
|
|
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
|
+
] });
|
|
116
|
+
};
|
|
11
117
|
export {
|
|
12
|
-
|
|
118
|
+
Ue as InvoiceDetailsActions
|
|
13
119
|
};
|
|
@@ -1,154 +1,89 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
9
|
-
import { getCreateCounterpartValidationSchema as J } from "./index268.js";
|
|
10
|
-
import { useUserPermissions as K } from "./index157.js";
|
|
11
|
-
import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
|
|
12
|
-
import "../../shared/data-access/dist/lib/EmbedApiContext.js";
|
|
13
|
-
import "../../shared/data-access/dist/lib/rest/client.gen.js";
|
|
14
|
-
import "@tanstack/react-query";
|
|
15
|
-
import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
16
|
-
import { Scope as Q } from "../../shared/data-access/dist/lib/scopes.js";
|
|
17
|
-
import { AccessRestriction as X } from "./index158.js";
|
|
18
|
-
import { useCreateCounterpart as Y } from "./index269.js";
|
|
19
|
-
import { LanguageCodeEnum as Z } from "./index270.js";
|
|
1
|
+
import { jsxs as r, Fragment as s, jsx as t } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { InvoiceDetailsInfoBlock as l } from "./index329.js";
|
|
3
|
+
import { InvoiceDetailsSummary as w } from "./index330.js";
|
|
4
|
+
import { useCurrencies as m } from "./index60.js";
|
|
5
|
+
import "react";
|
|
6
|
+
import "./index94.js";
|
|
7
|
+
import { useLingui as p } from "@lingui/react";
|
|
8
|
+
import "react-dom";
|
|
20
9
|
import "./index59.js";
|
|
21
|
-
import "
|
|
22
|
-
import {
|
|
10
|
+
import "@mui/x-data-grid";
|
|
11
|
+
import { getCountries as u } from "./index95.js";
|
|
23
12
|
import "date-fns";
|
|
24
|
-
import {
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
onClose: _,
|
|
28
|
-
onCreate: u,
|
|
29
|
-
getCounterpartDefaultValues: S,
|
|
30
|
-
customerType: r
|
|
13
|
+
import { rateMinorToMajor as _ } from "./index222.js";
|
|
14
|
+
const k = ({
|
|
15
|
+
invoice: e
|
|
31
16
|
}) => {
|
|
32
17
|
const {
|
|
33
|
-
i18n:
|
|
34
|
-
} =
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
state: e.state ?? ""
|
|
74
|
-
} : void 0, P = {
|
|
75
|
-
account_holder_name: e.accountHolderName,
|
|
76
|
-
routing_number: e.routingNumber,
|
|
77
|
-
account_number: e.accountNumber,
|
|
78
|
-
is_default_for_currency: !0,
|
|
79
|
-
country: "US",
|
|
80
|
-
currency: "USD"
|
|
81
|
-
}, F = !!e.accountHolderName || !!e.accountNumber || !!e.routingNumber, N = {
|
|
82
|
-
tax_id: e.tax_id,
|
|
83
|
-
is_customer: e.isCustomer,
|
|
84
|
-
is_vendor: e.isVendor,
|
|
85
|
-
language: Z.find((i) => i === n.locale.split("-")[0]) ?? "en",
|
|
86
|
-
reminders_enabled: e.remindersEnabled
|
|
87
|
-
}, C = s === "individual" ? {
|
|
88
|
-
...N,
|
|
89
|
-
type: "individual",
|
|
90
|
-
individual: {
|
|
91
|
-
first_name: e.firstName ?? "",
|
|
92
|
-
last_name: e.lastName ?? "",
|
|
93
|
-
phone: e.phone ?? "",
|
|
94
|
-
email: e.email ?? "",
|
|
95
|
-
...l ? {
|
|
96
|
-
address: l
|
|
97
|
-
} : {}
|
|
98
|
-
}
|
|
99
|
-
} : {
|
|
100
|
-
...N,
|
|
101
|
-
type: "organization",
|
|
102
|
-
organization: {
|
|
103
|
-
legal_name: e.companyName ?? "",
|
|
104
|
-
phone: e.phone ?? "",
|
|
105
|
-
email: e.email ?? "",
|
|
106
|
-
...l ? {
|
|
107
|
-
address: l
|
|
108
|
-
} : {}
|
|
109
|
-
}
|
|
110
|
-
};
|
|
111
|
-
if (F) {
|
|
112
|
-
const i = await d(C);
|
|
113
|
-
return y({
|
|
114
|
-
path: {
|
|
115
|
-
counterpart_id: i.id
|
|
116
|
-
},
|
|
117
|
-
body: P
|
|
118
|
-
}, {
|
|
119
|
-
onSuccess: () => {
|
|
120
|
-
u && u(i.id);
|
|
121
|
-
}
|
|
122
|
-
});
|
|
123
|
-
} else
|
|
124
|
-
return d(C, {
|
|
125
|
-
onSuccess: ({
|
|
126
|
-
id: i
|
|
127
|
-
}) => {
|
|
128
|
-
u && u(i);
|
|
129
|
-
}
|
|
130
|
-
});
|
|
131
|
-
})(m);
|
|
132
|
-
}, [d, s, y, h.handleSubmit, n]);
|
|
133
|
-
return /* @__PURE__ */ a(V, { open: w, onOpenChange: _, children: /* @__PURE__ */ p(A, { className: "ttw:gap-0", children: [
|
|
134
|
-
/* @__PURE__ */ p(H, { className: "ttw:border-b ttw:border-border", children: [
|
|
135
|
-
/* @__PURE__ */ a(L, { className: "ttw:text-2xl", children: n._("Add {customerType}", {
|
|
136
|
-
customerType: r
|
|
137
|
-
}) }),
|
|
138
|
-
/* @__PURE__ */ a(j, { className: "ttw:max-w-130", children: r === "vendor" ? n._("Save the people and businesses you pay so you can send payments when bills come in.") : n._("Save the people and businesses you sell to.") })
|
|
18
|
+
i18n: a
|
|
19
|
+
} = p(), {
|
|
20
|
+
formatCurrencyToDisplay: c
|
|
21
|
+
} = m(), n = e?.bank_account_snapshot, o = e?.tax_mode === "inclusive";
|
|
22
|
+
return e?.type !== "invoice" ? null : /* @__PURE__ */ r(s, { children: [
|
|
23
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", children: [
|
|
24
|
+
/* @__PURE__ */ t("h2", { className: "ttw:text-lg ttw:font-semibold ttw:leading-6", children: a._("Customer") }),
|
|
25
|
+
/* @__PURE__ */ r("div", { className: "ttw:grid ttw:grid-cols-2 ttw:gap-4", children: [
|
|
26
|
+
/* @__PURE__ */ t(l, { label: a._("Name"), value: e?.counterpart_name ?? "-" }),
|
|
27
|
+
e?.counterpart_tax_id && /* @__PURE__ */ t(l, { label: a._("Tax ID"), value: e?.counterpart_tax_id }),
|
|
28
|
+
/* @__PURE__ */ t(l, { label: a._("Billing address"), value: e?.counterpart_billing_address?.id ? `${e?.counterpart_billing_address?.line1}${e?.counterpart_billing_address?.line2 ? ` ${e?.counterpart_billing_address?.line2}` : ""}, ${e?.counterpart_billing_address?.postal_code}, ${e?.counterpart_billing_address?.city}, ${u(a)[e?.counterpart_billing_address?.country ?? ""]}` : "-" }),
|
|
29
|
+
/* @__PURE__ */ t(l, { label: a._("Contact person"), value: `${e?.counterpart_contact?.first_name} ${e?.counterpart_contact?.last_name}` })
|
|
30
|
+
] })
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ t("div", { className: "ttw:w-full ttw:h-px ttw:bg-border" }),
|
|
33
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
|
|
34
|
+
/* @__PURE__ */ t("h2", { className: "ttw:text-lg ttw:font-semibold ttw:leading-6", children: a._("Items") }),
|
|
35
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-5", children: [
|
|
36
|
+
/* @__PURE__ */ r("table", { className: "ttw:w-full", children: [
|
|
37
|
+
/* @__PURE__ */ t("thead", { children: /* @__PURE__ */ r("tr", { className: "ttw:border-b ttw:border-border ttw:h-10 ttw:text-text ttw:text-sm ttw:leading-5", children: [
|
|
38
|
+
/* @__PURE__ */ t("th", { className: "ttw:w-full ttw:text-left ttw:pr-2 ttw:whitespace-nowrap ttw:font-medium", children: a._("Item name") }),
|
|
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
|
+
] })
|
|
139
58
|
] }),
|
|
140
|
-
/* @__PURE__ */
|
|
141
|
-
/* @__PURE__ */
|
|
142
|
-
/* @__PURE__ */
|
|
143
|
-
/* @__PURE__ */
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
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
|
+
] }) })
|
|
148
83
|
] })
|
|
149
84
|
] })
|
|
150
|
-
] })
|
|
85
|
+
] });
|
|
151
86
|
};
|
|
152
87
|
export {
|
|
153
|
-
|
|
88
|
+
k as InvoiceDetailsTabDetails
|
|
154
89
|
};
|
|
@@ -1,58 +1,111 @@
|
|
|
1
|
-
import { jsxs as m, jsx as
|
|
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
|
-
|
|
1
|
+
import { jsxs as r, Fragment as m, jsx as t } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { getTypeLabel as g } from "./index331.js";
|
|
3
|
+
import "date-fns";
|
|
4
|
+
import { InvoiceDetailsInfoBlock as s } from "./index329.js";
|
|
5
|
+
import { InvoiceDetailsOverviewRecurrenceSection as y } from "./index332.js";
|
|
6
|
+
import { InvoiceDetailsOverviewReminders as b } from "./index333.js";
|
|
7
|
+
import { InvoiceStatusChip as x } from "./index57.js";
|
|
8
|
+
import { useGetReceivables as I } from "./index149.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 "./index260.js";
|
|
17
|
+
import { Badge as F } from "./index261.js";
|
|
18
|
+
import { Card as T, CardContent as A } from "./index334.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
|
+
}) => {
|
|
28
|
+
const {
|
|
29
|
+
i18n: o
|
|
30
|
+
} = f(), {
|
|
31
|
+
locale: w
|
|
32
|
+
} = v(), {
|
|
33
|
+
formatCurrencyToDisplay: c
|
|
34
|
+
} = h();
|
|
35
|
+
return /* @__PURE__ */ t(T, { className: "ttw:py-3 ttw:px-4 ttw:border-border", children: /* @__PURE__ */ r(A, { className: "ttw:flex ttw:items-center ttw:gap-2 ttw:px-0", children: [
|
|
36
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-center ttw:gap-3 ttw:flex-1", children: [
|
|
37
|
+
/* @__PURE__ */ t(R, {}),
|
|
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
|
|
28
63
|
}) => {
|
|
29
|
-
const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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
|
+
] })
|
|
38
107
|
] });
|
|
39
108
|
};
|
|
40
|
-
b.displayName = "Alert";
|
|
41
|
-
const x = ({
|
|
42
|
-
className: r,
|
|
43
|
-
ref: a,
|
|
44
|
-
...t
|
|
45
|
-
}) => /* @__PURE__ */ e("h3", { ref: a, className: l("ttw:mb-1 ttw:font-medium ttw:leading-none ttw:tracking-tight", r), ...t });
|
|
46
|
-
x.displayName = "AlertTitle";
|
|
47
|
-
const k = ({
|
|
48
|
-
className: r,
|
|
49
|
-
ref: a,
|
|
50
|
-
...t
|
|
51
|
-
}) => /* @__PURE__ */ e("p", { ref: a, className: l("ttw:text-sm ttw:[&_p]:leading-relaxed ttw:font-normal", r), ...t });
|
|
52
|
-
k.displayName = "AlertDescription";
|
|
53
109
|
export {
|
|
54
|
-
|
|
55
|
-
k as AlertDescription,
|
|
56
|
-
x as AlertTitle,
|
|
57
|
-
u as alertVariants
|
|
110
|
+
Q as InvoiceDetailsTabOverview
|
|
58
111
|
};
|