@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,49 +1,119 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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
|
|
14
30
|
}) => {
|
|
15
31
|
const {
|
|
16
|
-
i18n:
|
|
17
|
-
} = m(), {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
+
] })
|
|
24
77
|
] }),
|
|
25
|
-
/* @__PURE__ */ e(
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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")
|
|
44
114
|
] })
|
|
45
115
|
] });
|
|
46
116
|
};
|
|
47
117
|
export {
|
|
48
|
-
|
|
118
|
+
Ue as InvoiceDetailsActions
|
|
49
119
|
};
|
|
@@ -1,372 +1,89 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { useCurrencies as
|
|
5
|
-
import
|
|
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
6
|
import "./index94.js";
|
|
7
|
-
import { useLingui as
|
|
7
|
+
import { useLingui as p } from "@lingui/react";
|
|
8
8
|
import "react-dom";
|
|
9
|
+
import "./index59.js";
|
|
9
10
|
import "@mui/x-data-grid";
|
|
10
|
-
import {
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import "../../shared/data-access/dist/lib/rest/client.gen.js";
|
|
16
|
-
import "@tanstack/react-query";
|
|
17
|
-
import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
18
|
-
import { Scope as re } from "../../shared/data-access/dist/lib/scopes.js";
|
|
19
|
-
import { AccessRestriction as Ae } from "./index133.js";
|
|
20
|
-
import { Accordion as Oe, AccordionItem as I, AccordionTrigger as C, AccordionContent as R } from "./index256.js";
|
|
21
|
-
import { Badge as ne } from "./index257.js";
|
|
22
|
-
import { Button as D } from "./index86.js";
|
|
23
|
-
import { DialogTitle as h } from "./index183.js";
|
|
24
|
-
import { Sheet as Me, SheetContent as ze, SheetDescription as Be, SheetHeader as je, SheetTitle as Ee } from "./index134.js";
|
|
25
|
-
import { TooltipProvider as Fe, Tooltip as ie, TooltipTrigger as ae, TooltipContent as oe } from "./index258.js";
|
|
26
|
-
import { Typography as a } from "./index87.js";
|
|
27
|
-
import { cn as L } from "./index102.js";
|
|
28
|
-
import { LoadingSpinner as le } from "./index135.js";
|
|
29
|
-
import { NotFound as se } from "./index151.js";
|
|
30
|
-
import { ChevronLeft as He, Eye as Ue, Repeat as ce, CircleAlert as Ve } from "lucide-react";
|
|
31
|
-
import { toast as de } from "react-hot-toast";
|
|
32
|
-
import { headerIconButtonClass as f, STATUS_ICON as qe, HEADER_TOOLTIP_DELAY as Ge, amountValueToneClass as Ye, ACTION_ICON as We } from "./index259.js";
|
|
33
|
-
import { buildInvoiceDetailsView as Je } from "./index260.js";
|
|
34
|
-
import { preventTooltipFocusOpen as me } from "./index261.js";
|
|
35
|
-
import { useDuplicateInvoice as Xe } from "./index262.js";
|
|
36
|
-
import { useGetPaymentRecords as Ke } from "./index263.js";
|
|
37
|
-
import { useGetRecurrenceById as Qe } from "./index176.js";
|
|
38
|
-
import { useGetReceivablePDFById as Ze } from "./index264.js";
|
|
39
|
-
import { useIssueReceivableById as et } from "./index265.js";
|
|
40
|
-
import { usePauseRecurrence as tt } from "./index266.js";
|
|
41
|
-
import { useResumeRecurrence as rt } from "./index267.js";
|
|
42
|
-
import { InvoiceDetailsAmountCell as nt } from "./index268.js";
|
|
43
|
-
import { InvoiceDetailsCloseButton as ue } from "./index269.js";
|
|
44
|
-
import { EditInvoiceDetails as it } from "./index174.js";
|
|
45
|
-
import { EmailInvoiceDetails as at } from "./index175.js";
|
|
46
|
-
import { InvoiceDetailsInfoRow as pe } from "./index270.js";
|
|
47
|
-
import { InvoiceCancelModal as ot } from "./index271.js";
|
|
48
|
-
import { InvoiceDeleteModal as lt } from "./index272.js";
|
|
49
|
-
import { InvoiceDetailsTabScheduledInvoices as st } from "./index181.js";
|
|
50
|
-
import { InvoiceRecurrenceStatusChip as ct } from "./index164.js";
|
|
51
|
-
import { InvoiceStatusChip as dt } from "./index57.js";
|
|
52
|
-
import { MarkAsUncollectibleModal as mt } from "./index273.js";
|
|
53
|
-
import { InvoiceDetailsOverflowMenu as ut } from "./index274.js";
|
|
54
|
-
import { RecordManualPaymentModal as pt } from "./index275.js";
|
|
55
|
-
import { RecurrenceCancelModal as wt } from "./index276.js";
|
|
56
|
-
const vr = (c) => /* @__PURE__ */ e(Re, { children: /* @__PURE__ */ e(ht, { ...c }) }), ht = ({
|
|
57
|
-
invoiceId: c,
|
|
58
|
-
open: we,
|
|
59
|
-
onCloseInvoiceDetails: p,
|
|
60
|
-
onDuplicate: he,
|
|
61
|
-
openInvoiceDetails: v
|
|
11
|
+
import { getCountries as u } from "./index95.js";
|
|
12
|
+
import "date-fns";
|
|
13
|
+
import { rateMinorToMajor as _ } from "./index222.js";
|
|
14
|
+
const k = ({
|
|
15
|
+
invoice: e
|
|
62
16
|
}) => {
|
|
63
17
|
const {
|
|
64
|
-
i18n:
|
|
65
|
-
} =
|
|
66
|
-
|
|
67
|
-
} =
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
locale: T
|
|
100
|
-
}, M);
|
|
101
|
-
}, [o, m, O, M, t, $, T]), N = (s) => {
|
|
102
|
-
switch (s) {
|
|
103
|
-
case "edit":
|
|
104
|
-
return t._("Edit");
|
|
105
|
-
case "issue":
|
|
106
|
-
return t._("Issue");
|
|
107
|
-
case "issueAndSend":
|
|
108
|
-
return t._("Issue and send");
|
|
109
|
-
case "recordPayment":
|
|
110
|
-
return t._("Record payment");
|
|
111
|
-
case "send":
|
|
112
|
-
return t._("Resend to customer");
|
|
113
|
-
case "clone":
|
|
114
|
-
return t._("Duplicate");
|
|
115
|
-
case "cancel":
|
|
116
|
-
return t._("Cancel invoice");
|
|
117
|
-
case "delete":
|
|
118
|
-
return t._("Delete");
|
|
119
|
-
case "markUncollectible":
|
|
120
|
-
return t._("Mark as uncollectible");
|
|
121
|
-
case "pauseRecurrence":
|
|
122
|
-
return t._("Pause series");
|
|
123
|
-
case "resumeRecurrence":
|
|
124
|
-
return t._("Resume series");
|
|
125
|
-
case "cancelRecurrence":
|
|
126
|
-
return t._("Cancel series");
|
|
127
|
-
}
|
|
128
|
-
}, l = _((s) => {
|
|
129
|
-
Y ? s() : de.error(t._("You don't have permission to update this document. Please, contact your system administrator for details."));
|
|
130
|
-
}, [Y, t]), Q = _(async () => {
|
|
131
|
-
try {
|
|
132
|
-
await W();
|
|
133
|
-
} catch {
|
|
134
|
-
de.error(t._("Something went wrong while issuing the invoice."));
|
|
135
|
-
}
|
|
136
|
-
}, [W, t]), Z = _((s) => {
|
|
137
|
-
switch (s) {
|
|
138
|
-
case "edit":
|
|
139
|
-
return l(() => y(!0));
|
|
140
|
-
case "issue":
|
|
141
|
-
return l(Q);
|
|
142
|
-
case "issueAndSend":
|
|
143
|
-
return l(() => x(!0));
|
|
144
|
-
case "send":
|
|
145
|
-
return l(() => x(!0));
|
|
146
|
-
case "clone":
|
|
147
|
-
return l(() => J({
|
|
148
|
-
path: {
|
|
149
|
-
receivable_id: c
|
|
150
|
-
}
|
|
151
|
-
}));
|
|
152
|
-
case "cancel":
|
|
153
|
-
return l(() => B(!0));
|
|
154
|
-
case "delete":
|
|
155
|
-
return l(() => E(!0));
|
|
156
|
-
case "markUncollectible":
|
|
157
|
-
return l(() => H(!0));
|
|
158
|
-
case "pauseRecurrence":
|
|
159
|
-
return l(() => X(void 0));
|
|
160
|
-
case "resumeRecurrence":
|
|
161
|
-
return l(() => K(void 0));
|
|
162
|
-
case "cancelRecurrence":
|
|
163
|
-
return l(() => V(!0));
|
|
164
|
-
case "recordPayment":
|
|
165
|
-
return;
|
|
166
|
-
}
|
|
167
|
-
}, [l, Q, J, c, X, K]), _e = () => {
|
|
168
|
-
if (P || A)
|
|
169
|
-
return /* @__PURE__ */ r("div", { className: "ttw:flex ttw:w-full ttw:items-center ttw:justify-center ttw:h-full", children: [
|
|
170
|
-
/* @__PURE__ */ e(h, { hidden: !0, children: t._("Loading invoice details") }),
|
|
171
|
-
/* @__PURE__ */ e(le, {})
|
|
172
|
-
] });
|
|
173
|
-
if (!G)
|
|
174
|
-
return /* @__PURE__ */ r("div", { className: "ttw:w-3/4 ttw:m-auto", children: [
|
|
175
|
-
/* @__PURE__ */ e(h, { hidden: !0, children: t._("Access restricted") }),
|
|
176
|
-
/* @__PURE__ */ e(Ae, {})
|
|
177
|
-
] });
|
|
178
|
-
if (o && o.type !== "invoice")
|
|
179
|
-
return /* @__PURE__ */ r("div", { className: "ttw:w-3/4 ttw:m-auto", children: [
|
|
180
|
-
/* @__PURE__ */ e(h, { hidden: !0, children: t._("Receivable type not supported") }),
|
|
181
|
-
/* @__PURE__ */ e(se, { title: t._("Receivable type not supported"), description: t._("Receivable type {type} is not supported. Only invoice is supported.", {
|
|
182
|
-
type: o.type
|
|
183
|
-
}) })
|
|
184
|
-
] });
|
|
185
|
-
if (!o || !n)
|
|
186
|
-
return /* @__PURE__ */ r("div", { className: "ttw:w-3/4 ttw:m-auto", children: [
|
|
187
|
-
/* @__PURE__ */ e(h, { hidden: !0, children: t._("Invoice not found") }),
|
|
188
|
-
/* @__PURE__ */ e(se, { title: t._("Invoice not found"), description: t._("There is no invoice for the provided id: {invoiceId}", {
|
|
189
|
-
invoiceId: c
|
|
190
|
-
}) })
|
|
191
|
-
] });
|
|
192
|
-
const s = qe[n.status], Ie = n.amountTone === "danger", d = n.recurringSeries, w = !!d;
|
|
193
|
-
return /* @__PURE__ */ r(te, { children: [
|
|
194
|
-
n.seriesLink ? /* @__PURE__ */ e("div", { className: "ttw:border-b ttw:border-border ttw:px-6 ttw:py-3", children: /* @__PURE__ */ r("button", { type: "button", onClick: () => n.seriesLink && v?.(n.seriesLink.invoiceId), className: "ttw:flex ttw:items-center ttw:gap-1 ttw:text-sm ttw:text-primary ttw:hover:underline", children: [
|
|
195
|
-
/* @__PURE__ */ e(He, { className: "ttw:size-4", "aria-hidden": "true" }),
|
|
196
|
-
t._("Back to {title} recurring series", {
|
|
197
|
-
title: n.seriesLink.title
|
|
198
|
-
})
|
|
199
|
-
] }) }) : null,
|
|
200
|
-
/* @__PURE__ */ r(je, { className: "ttw:flex ttw:flex-row ttw:items-start ttw:justify-between ttw:gap-2 ttw:space-y-0 ttw:px-6 ttw:py-4", children: [
|
|
201
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
202
|
-
/* @__PURE__ */ e(Ee, { className: "ttw:text-xl ttw:font-semibold ttw:text-foreground", children: n.title }),
|
|
203
|
-
n.subtitle ? /* @__PURE__ */ e(a, { variant: "body2", color: "muted", children: n.subtitle }) : null
|
|
204
|
-
] }),
|
|
205
|
-
/* @__PURE__ */ e(Fe, { delayDuration: Ge, children: /* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-center ttw:gap-1.5", children: [
|
|
206
|
-
k ? /* @__PURE__ */ r(ie, { children: [
|
|
207
|
-
/* @__PURE__ */ e(ae, { asChild: !0, onFocus: me, children: /* @__PURE__ */ e(D, { asChild: !0, variant: "ghost", size: "icon", className: f, children: /* @__PURE__ */ e("a", { href: k, target: "_blank", rel: "noreferrer", "aria-label": t._("View PDF"), children: /* @__PURE__ */ e(Ue, { className: "ttw:size-4" }) }) }) }),
|
|
208
|
-
/* @__PURE__ */ e(oe, { children: t._("View PDF") })
|
|
209
|
-
] }) : null,
|
|
210
|
-
n.overflowActions.length > 0 ? /* @__PURE__ */ e(ut, { actions: n.overflowActions, triggerLabel: t._("More actions"), getActionLabel: N, onSelect: Z, isActionDisabled: (i) => i === "clone" && be || i === "pauseRecurrence" && ye || i === "resumeRecurrence" && ge, className: f }) : null,
|
|
211
|
-
/* @__PURE__ */ r(ie, { children: [
|
|
212
|
-
/* @__PURE__ */ e(ae, { asChild: !0, onFocus: me, children: /* @__PURE__ */ e(ue, { label: t._("Close"), onClose: p, className: f }) }),
|
|
213
|
-
/* @__PURE__ */ e(oe, { children: t._("Close") })
|
|
214
|
-
] })
|
|
215
|
-
] }) })
|
|
216
|
-
] }),
|
|
217
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
|
|
218
|
-
/* @__PURE__ */ e("div", { className: "ttw:px-6", children: w && d ? (
|
|
219
|
-
// Recurring series master: recurring amount + series status +
|
|
220
|
-
// start/end, in place of the per-invoice amount rows. The card
|
|
221
|
-
// takes a violet tint (vs the neutral invoice card) to signal a
|
|
222
|
-
// recurrence, matching the Recurring badge.
|
|
223
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-3 ttw:rounded-lg ttw:bg-violet-50 ttw:p-4", children: [
|
|
224
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
225
|
-
/* @__PURE__ */ e(a, { variant: "caption", color: "muted", children: t._("Recurring amount") }),
|
|
226
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-baseline ttw:gap-1.5", children: [
|
|
227
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "h3", className: Ye[n.amountTone], children: d.amountLabel }),
|
|
228
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", color: "muted", children: d.amountPeriodLabel })
|
|
229
|
-
] })
|
|
230
|
-
] }),
|
|
231
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-center ttw:gap-2", children: [
|
|
232
|
-
/* @__PURE__ */ r(ne, { variant: "outline", className: "ttw:gap-1 ttw:border-violet-200 ttw:bg-violet-50 ttw:text-violet-700", children: [
|
|
233
|
-
/* @__PURE__ */ e(ce, { className: "ttw:size-3" }),
|
|
234
|
-
t._("Recurring")
|
|
235
|
-
] }),
|
|
236
|
-
/* @__PURE__ */ e(ct, { status: d.status, showIcon: !0 })
|
|
237
|
-
] }),
|
|
238
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:gap-12", children: [
|
|
239
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
240
|
-
/* @__PURE__ */ e(a, { variant: "caption", color: "muted", children: t._("Starts on") }),
|
|
241
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", children: d.startsOnLabel })
|
|
242
|
-
] }),
|
|
243
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
244
|
-
/* @__PURE__ */ e(a, { variant: "caption", color: "muted", children: t._("Ends on") }),
|
|
245
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", children: d.endsOnLabel })
|
|
246
|
-
] })
|
|
247
|
-
] })
|
|
248
|
-
] })
|
|
249
|
-
) : /* @__PURE__ */ r("div", { className: L("ttw:flex ttw:flex-col ttw:gap-3 ttw:rounded-lg ttw:bg-muted ttw:p-4", Ie && "ttw:border ttw:border-red-200"), children: [
|
|
250
|
-
/* @__PURE__ */ e("div", { className: "ttw:flex ttw:flex-row ttw:flex-wrap ttw:gap-x-12 ttw:gap-y-2", children: n.amountRows.map((i) => /* @__PURE__ */ e(nt, { row: i, defaultTone: n.amountTone }, i.label)) }),
|
|
251
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-center ttw:gap-2", children: [
|
|
252
|
-
n.overdueLabel ? /* @__PURE__ */ r("span", { className: "ttw:inline-flex ttw:items-center ttw:gap-1 ttw:rounded-full ttw:bg-red-100 ttw:px-2.5 ttw:py-0.5 ttw:text-xs ttw:font-medium ttw:text-red-700", children: [
|
|
253
|
-
/* @__PURE__ */ e(Ve, { className: "ttw:size-3" }),
|
|
254
|
-
n.overdueLabel
|
|
255
|
-
] }) : /* @__PURE__ */ e(dt, { status: n.status, variant: "outline", label: n.statusLabel, icon: s ? /* @__PURE__ */ e(s, { className: "ttw:size-3" }) : void 0 }),
|
|
256
|
-
n.recurring ? /* @__PURE__ */ r(ne, { variant: "outline", className: "ttw:gap-1 ttw:border-violet-200 ttw:bg-violet-50 ttw:text-violet-700", children: [
|
|
257
|
-
/* @__PURE__ */ e(ce, { className: "ttw:size-3" }),
|
|
258
|
-
t._("Recurring")
|
|
259
|
-
] }) : null
|
|
260
|
-
] }),
|
|
261
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:gap-12", children: [
|
|
262
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
263
|
-
/* @__PURE__ */ e(a, { variant: "caption", color: "muted", children: t._("Invoice date") }),
|
|
264
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", children: n.invoiceDateLabel })
|
|
265
|
-
] }),
|
|
266
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
267
|
-
/* @__PURE__ */ e(a, { variant: "caption", color: "muted", children: n.dueDateCaption }),
|
|
268
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", children: n.dueDateLabel })
|
|
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
|
+
"%"
|
|
269
53
|
] })
|
|
54
|
+
] }, `${i?.product?.id}-${d}`)) })
|
|
55
|
+
] }),
|
|
56
|
+
/* @__PURE__ */ t(w, { invoice: e })
|
|
57
|
+
] })
|
|
58
|
+
] }),
|
|
59
|
+
/* @__PURE__ */ t("div", { className: "ttw:w-full ttw:h-px ttw:bg-border" }),
|
|
60
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", children: [
|
|
61
|
+
/* @__PURE__ */ t("h2", { className: "ttw:text-lg ttw:font-semibold ttw:leading-6", children: a._("Payment info") }),
|
|
62
|
+
/* @__PURE__ */ r("div", { className: "ttw:grid ttw:grid-cols-2 ttw:gap-4", children: [
|
|
63
|
+
/* @__PURE__ */ t(l, { label: a._("Payment terms"), value: e?.payment_terms?.name ?? "-" }),
|
|
64
|
+
/* @__PURE__ */ t(l, { label: a._("Payment details"), value: /* @__PURE__ */ r(s, { children: [
|
|
65
|
+
/* @__PURE__ */ r("span", { children: [
|
|
66
|
+
a._("Bank name:"),
|
|
67
|
+
" ",
|
|
68
|
+
n?.bank_name ?? "-"
|
|
270
69
|
] }),
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
/* @__PURE__ */ e(ee, { className: "ttw:size-4" }),
|
|
277
|
-
N(i)
|
|
278
|
-
] }) }, i) : /* @__PURE__ */ r(D, { type: "button", size: "sm", variant: "default", disabled: i === "issue" && ve, onClick: () => Z(i), children: [
|
|
279
|
-
/* @__PURE__ */ e(ee, { className: "ttw:size-4" }),
|
|
280
|
-
N(i)
|
|
281
|
-
] }, i);
|
|
282
|
-
}) }) : null
|
|
283
|
-
] }) }),
|
|
284
|
-
/* @__PURE__ */ r("div", { className: "ttw:px-6", children: [
|
|
285
|
-
n.paymentHistory ? /* @__PURE__ */ r("section", { "aria-label": t._("Payment history"), className: "ttw:border-b ttw:border-border ttw:py-4", children: [
|
|
286
|
-
/* @__PURE__ */ e(a, { component: "h3", variant: "body2", className: "ttw:mb-3 ttw:font-medium", children: t._("Payment history") }),
|
|
287
|
-
n.paymentHistory.loading ? /* @__PURE__ */ e("div", { className: "ttw:flex ttw:py-2", children: /* @__PURE__ */ e(le, { className: "ttw:h-5 ttw:w-5 ttw:border-2" }) }) : n.paymentHistory.rows.length === 0 ? /* @__PURE__ */ e(a, { variant: "body2", className: n.paymentHistory.emptyTone === "danger" ? "ttw:text-red-600" : "ttw:text-muted-foreground", children: t._("You've received no payments yet.") }) : /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
|
|
288
|
-
n.paymentHistory.rows.map((i) => /* @__PURE__ */ r("div", { className: "ttw:flex ttw:justify-between ttw:border-b ttw:border-border ttw:py-2", children: [
|
|
289
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", children: i.dateLabel }),
|
|
290
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", children: i.amountLabel })
|
|
291
|
-
] }, i.id)),
|
|
292
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:justify-between ttw:py-2 ttw:font-medium", children: [
|
|
293
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", children: t._("Total received") }),
|
|
294
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", children: n.paymentHistory.totalLabel })
|
|
295
|
-
] })
|
|
296
|
-
] })
|
|
297
|
-
] }) : null,
|
|
298
|
-
n.customerContact.length > 0 ? /* @__PURE__ */ r("section", { "aria-label": t._("Customer details"), className: "ttw:border-b ttw:border-border ttw:py-4", children: [
|
|
299
|
-
/* @__PURE__ */ e(a, { component: "h3", variant: "body2", className: "ttw:mb-3 ttw:font-medium", children: t._("Customer details") }),
|
|
300
|
-
/* @__PURE__ */ e("div", { className: "ttw:flex ttw:flex-col", children: n.customerContact.map((i) => /* @__PURE__ */ e(pe, { ...i }, i.label)) })
|
|
301
|
-
] }) : null,
|
|
302
|
-
/* @__PURE__ */ r(Oe, { type: "multiple", className: "ttw:w-full", children: [
|
|
303
|
-
/* @__PURE__ */ r(I, { value: "billing", children: [
|
|
304
|
-
/* @__PURE__ */ e(C, { children: t._("Billing details") }),
|
|
305
|
-
/* @__PURE__ */ e(R, { children: /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
|
|
306
|
-
n.billingItems.map((i) => /* @__PURE__ */ e(pe, { ...i }, i.label)),
|
|
307
|
-
n.seriesLink ? /* @__PURE__ */ r("div", { className: "ttw:flex ttw:gap-4 ttw:border-b ttw:border-border ttw:py-3 ttw:last:border-b-0", children: [
|
|
308
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", color: "muted", className: "ttw:w-40 ttw:shrink-0", children: t._("Recurring series") }),
|
|
309
|
-
/* @__PURE__ */ e("button", { type: "button", onClick: () => n.seriesLink && v?.(n.seriesLink.invoiceId), className: "ttw:text-left ttw:text-primary ttw:hover:underline", children: n.seriesLink.title })
|
|
310
|
-
] }) : null
|
|
311
|
-
] }) })
|
|
312
|
-
] }),
|
|
313
|
-
w ? null : /* @__PURE__ */ r(I, { value: "line-items", children: [
|
|
314
|
-
/* @__PURE__ */ e(C, { children: t._("Line items") }),
|
|
315
|
-
/* @__PURE__ */ e(R, { children: /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
|
|
316
|
-
n.lineItems.length === 0 ? /* @__PURE__ */ e(a, { variant: "body2", color: "muted", className: "ttw:py-3", children: t._("No line items.") }) : n.lineItems.map((i) => /* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-start ttw:justify-between ttw:border-b ttw:border-border ttw:py-3", children: [
|
|
317
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
|
|
318
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", className: "ttw:font-medium", children: i.name }),
|
|
319
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", color: "muted", children: t._("{quantity} x {price} ea", {
|
|
320
|
-
quantity: i.quantityLabel,
|
|
321
|
-
price: i.unitPriceLabel
|
|
322
|
-
}) })
|
|
323
|
-
] }),
|
|
324
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", children: i.totalLabel })
|
|
325
|
-
] }, i.id)),
|
|
326
|
-
n.lineItemTotals.length > 0 ? /* @__PURE__ */ e("div", { className: "ttw:flex ttw:flex-col ttw:gap-1 ttw:py-3", children: n.lineItemTotals.map((i) => /* @__PURE__ */ r("div", { className: L("ttw:flex ttw:justify-between", i.emphasis && "ttw:font-medium"), children: [
|
|
327
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", children: i.label }),
|
|
328
|
-
/* @__PURE__ */ e(a, { component: "span", variant: "body2", children: i.value })
|
|
329
|
-
] }, i.label)) }) : null
|
|
330
|
-
] }) })
|
|
331
|
-
] }),
|
|
332
|
-
!w && n.notes ? /* @__PURE__ */ r(I, { value: "notes", children: [
|
|
333
|
-
/* @__PURE__ */ e(C, { children: t._("Notes") }),
|
|
334
|
-
/* @__PURE__ */ e(R, { children: /* @__PURE__ */ e("div", { className: "ttw:flex ttw:flex-col ttw:gap-3", children: [{
|
|
335
|
-
label: t._("Opening note to customer"),
|
|
336
|
-
text: n.notes.opening
|
|
337
|
-
}, {
|
|
338
|
-
label: t._("Closing note to customer"),
|
|
339
|
-
text: n.notes.closing
|
|
340
|
-
}].filter((i) => i.text).map((i) => /* @__PURE__ */ r("div", { children: [
|
|
341
|
-
/* @__PURE__ */ e(a, { variant: "body2", className: "ttw:mb-1 ttw:font-medium", children: i.label }),
|
|
342
|
-
/* @__PURE__ */ e(a, { variant: "body2", color: "muted", children: i.text })
|
|
343
|
-
] }, i.label)) }) })
|
|
344
|
-
] }) : null
|
|
70
|
+
/* @__PURE__ */ t("br", {}),
|
|
71
|
+
/* @__PURE__ */ r("span", { children: [
|
|
72
|
+
a._("Account number:"),
|
|
73
|
+
" ",
|
|
74
|
+
n?.account_number ?? "-"
|
|
345
75
|
] }),
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
76
|
+
/* @__PURE__ */ t("br", {}),
|
|
77
|
+
/* @__PURE__ */ r("span", { children: [
|
|
78
|
+
a._("Routing number:"),
|
|
79
|
+
" ",
|
|
80
|
+
n?.routing_number ?? "-"
|
|
81
|
+
] })
|
|
82
|
+
] }) })
|
|
351
83
|
] })
|
|
352
|
-
] })
|
|
353
|
-
};
|
|
354
|
-
return /* @__PURE__ */ r(te, { children: [
|
|
355
|
-
g && /* @__PURE__ */ e(at, { invoiceId: o?.id ?? "", onClose: () => x(!1), onSendEmail: S?.onInvoiceSent, isOpen: g }),
|
|
356
|
-
b && o && /* @__PURE__ */ e(it, { isOpen: b, invoice: o, onUpdated: (s) => {
|
|
357
|
-
y(!1), S?.onUpdate?.(s.id, s);
|
|
358
|
-
}, onCancel: () => y(!1) }),
|
|
359
|
-
/* @__PURE__ */ e(Me, { open: xe, modal: !1, onOpenChange: p, children: /* @__PURE__ */ r(ze, { showCloseButton: !1, className: "ttw:w-180 ttw:overflow-y-auto ttw:p-0 ttw:sm:max-w-180", children: [
|
|
360
|
-
/* @__PURE__ */ e(Be, { hidden: !0, children: t._("Invoice details") }),
|
|
361
|
-
Ne ? null : /* @__PURE__ */ e(ue, { label: t._("Close"), onClose: p, className: L(f, "ttw:absolute ttw:right-4 ttw:top-4 ttw:z-10") }),
|
|
362
|
-
_e(),
|
|
363
|
-
z && /* @__PURE__ */ e(ot, { invoiceId: o?.id ?? "", open: z, onClose: () => B(!1) }),
|
|
364
|
-
j && /* @__PURE__ */ e(lt, { open: j, onClose: () => E(!1), invoiceId: o?.id ?? "", documentId: o?.type === "invoice" ? o?.document_id : void 0, onDelete: p }),
|
|
365
|
-
F && /* @__PURE__ */ e(mt, { invoiceId: o?.id ?? "", open: F, onClose: () => H(!1) }),
|
|
366
|
-
U && o?.type === "invoice" && /* @__PURE__ */ e(wt, { invoice: o, open: U, onClose: () => V(!1) })
|
|
367
|
-
] }) })
|
|
84
|
+
] })
|
|
368
85
|
] });
|
|
369
86
|
};
|
|
370
87
|
export {
|
|
371
|
-
|
|
88
|
+
k as InvoiceDetailsTabDetails
|
|
372
89
|
};
|