@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,16 +1,59 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
function d(o) {
|
|
2
|
+
return /gradient\(/.test(o);
|
|
3
|
+
}
|
|
4
|
+
function u(o, n) {
|
|
5
|
+
o.background && (d(o.background) ? (n.backgroundImage = o.background, n.background = o.background) : (n.background = o.background, n.backgroundImage = "none"));
|
|
6
|
+
}
|
|
7
|
+
function c(o, n) {
|
|
8
|
+
o.color && (n.color = o.color);
|
|
9
|
+
}
|
|
10
|
+
function b(o, n) {
|
|
11
|
+
o.border && (n.border = o.border), o.borderRadius !== void 0 && (n.borderRadius = typeof o.borderRadius == "number" ? `${o.borderRadius}px` : o.borderRadius);
|
|
12
|
+
}
|
|
13
|
+
function g(o, n) {
|
|
14
|
+
o.fontWeight !== void 0 && (n.fontWeight = o.fontWeight);
|
|
15
|
+
}
|
|
16
|
+
function p(o, n) {
|
|
17
|
+
o.boxShadow !== void 0 && (n.boxShadow = o.boxShadow);
|
|
18
|
+
}
|
|
19
|
+
function l(o, n) {
|
|
20
|
+
if (!o.transitionDuration && !o.transitionTimingFunction && !o.transitionProperty)
|
|
21
|
+
return;
|
|
22
|
+
const a = [], t = o.transitionProperty || "all";
|
|
23
|
+
a.push(t), o.transitionDuration && a.push(o.transitionDuration), o.transitionTimingFunction && a.push(o.transitionTimingFunction), n.transition = a.join(" ");
|
|
24
|
+
}
|
|
25
|
+
function y(o) {
|
|
26
|
+
if (!o) return {};
|
|
27
|
+
const n = {};
|
|
28
|
+
return u(o, n), c(o, n), b(o, n), g(o, n), p(o, n), l(o, n), n;
|
|
29
|
+
}
|
|
30
|
+
function f(o, n) {
|
|
31
|
+
return !n || !n[o] ? {} : y(n[o]);
|
|
32
|
+
}
|
|
33
|
+
function h(o) {
|
|
34
|
+
if (!o) return {};
|
|
35
|
+
const n = {};
|
|
36
|
+
return ["primary", "secondary", "tertiary", "destructive"].forEach((a) => {
|
|
37
|
+
const t = o[a];
|
|
38
|
+
if (!t) return;
|
|
39
|
+
const i = `--ttw-btn-payables-${a}`;
|
|
40
|
+
t.background && (n[`${i}-bg`] = t.background), t.color && (n[`${i}-color`] = t.color), t.border && (n[`${i}-border`] = t.border), t.borderRadius !== void 0 && (n[`${i}-radius`] = typeof t.borderRadius == "number" ? `${t.borderRadius}px` : t.borderRadius), t.fontWeight !== void 0 && (n[`${i}-weight`] = String(t.fontWeight)), t.boxShadow && (n[`${i}-shadow`] = t.boxShadow), t.transitionProperty && (n[`${i}-transition-property`] = t.transitionProperty), t.transitionDuration && (n[`${i}-transition-duration`] = t.transitionDuration), t.transitionTimingFunction && (n[`${i}-transition-timing`] = t.transitionTimingFunction), ["hover", "active", "focus", "disabled"].forEach((s) => {
|
|
41
|
+
const r = t[s];
|
|
42
|
+
if (!r) return;
|
|
43
|
+
const e = `${i}-${s}`;
|
|
44
|
+
r.background && (n[`${e}-bg`] = r.background), r.color && (n[`${e}-color`] = r.color), r.border && (n[`${e}-border`] = r.border), r.boxShadow && (n[`${e}-shadow`] = r.boxShadow);
|
|
45
|
+
});
|
|
46
|
+
}), n;
|
|
47
|
+
}
|
|
14
48
|
export {
|
|
15
|
-
|
|
49
|
+
u as applyBackgroundStyles,
|
|
50
|
+
b as applyBorderStyles,
|
|
51
|
+
c as applyColorStyles,
|
|
52
|
+
p as applyShadowStyles,
|
|
53
|
+
l as applyTransitionStyles,
|
|
54
|
+
g as applyTypographyStyles,
|
|
55
|
+
h as generatePayablesButtonCssVars,
|
|
56
|
+
f as getButtonStateStyles,
|
|
57
|
+
y as getButtonStyles,
|
|
58
|
+
d as isGradient
|
|
16
59
|
};
|
|
@@ -1,28 +1,29 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { jsx as l } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { ConfirmationModal as s } from "./index251.js";
|
|
3
|
+
import { useLingui as d } from "@lingui/react";
|
|
4
|
+
import "./index59.js";
|
|
5
|
+
import "react-hot-toast";
|
|
6
|
+
import { useGetProductById as u } from "./index180.js";
|
|
7
|
+
import { useDeleteProduct as c } from "./index287.js";
|
|
8
|
+
const P = ({
|
|
9
|
+
id: e,
|
|
10
|
+
open: a,
|
|
11
|
+
onClose: t,
|
|
12
|
+
onDeleted: r
|
|
9
13
|
}) => {
|
|
10
14
|
const {
|
|
11
|
-
i18n:
|
|
12
|
-
} =
|
|
13
|
-
|
|
14
|
-
} =
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
a === 1 ? e._("day overdue") : e._("days overdue")
|
|
23
|
-
] })
|
|
24
|
-
] });
|
|
15
|
+
i18n: o
|
|
16
|
+
} = d(), {
|
|
17
|
+
data: n
|
|
18
|
+
} = u(e), i = c(e, () => {
|
|
19
|
+
t(), r?.(e);
|
|
20
|
+
}), m = () => {
|
|
21
|
+
i.mutate(void 0);
|
|
22
|
+
};
|
|
23
|
+
return n ? /* @__PURE__ */ l(s, { open: a && !!e, title: o._('Delete "{name}"?', {
|
|
24
|
+
name: n.name
|
|
25
|
+
}), message: o._("It will remain in all the documents where it is added. You can't undo this action."), confirmLabel: o._("Delete"), cancelLabel: o._("Cancel"), onClose: t, onConfirm: m, isLoading: i.isPending }) : null;
|
|
25
26
|
};
|
|
26
27
|
export {
|
|
27
|
-
|
|
28
|
+
P as ProductDeleteModal
|
|
28
29
|
};
|
|
@@ -1,82 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import { useLingui as _ } from "@lingui/react";
|
|
8
|
-
import h from "@mui/icons-material/CalendarToday";
|
|
9
|
-
import { FormControl as C, Select as F, MenuItem as s } from "@mui/material";
|
|
10
|
-
import { DatePicker as y } from "@mui/x-date-pickers";
|
|
11
|
-
import { formatISO as M } from "date-fns";
|
|
12
|
-
const N = ({
|
|
13
|
-
onChange: r,
|
|
14
|
-
filters: l
|
|
1
|
+
import { jsx as i } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Badge as n } from "./index261.js";
|
|
3
|
+
import { useLingui as p } from "@lingui/react";
|
|
4
|
+
import { twMerge as c } from "tailwind-merge";
|
|
5
|
+
const d = ({
|
|
6
|
+
type: e
|
|
15
7
|
}) => {
|
|
16
8
|
const {
|
|
17
|
-
i18n:
|
|
18
|
-
} =
|
|
19
|
-
|
|
20
|
-
} = u(), {
|
|
21
|
-
api: d
|
|
22
|
-
} = m(), {
|
|
23
|
-
data: c
|
|
24
|
-
} = d.finops.getCounterparts.useQuery();
|
|
25
|
-
return /* @__PURE__ */ n(f, { className: "Monite-ReceivableFilters", searchField: /* @__PURE__ */ o(v, { placeholder: a._("Search"), onChange: (e) => {
|
|
26
|
-
r("document_id__contains", e ?? void 0);
|
|
27
|
-
} }), children: [
|
|
28
|
-
l.some((e) => e.field === "counterpart_id") && /* @__PURE__ */ o(C, { variant: "standard", fullWidth: !0, className: "Monite-ReceivableCounterpartFilter Monite-FilterControl", children: /* @__PURE__ */ n(F, { labelId: "counterpart_id", label: a._("Customer"), defaultValue: void 0, MenuProps: {
|
|
29
|
-
container: i
|
|
30
|
-
}, displayEmpty: !0, onChange: (e) => {
|
|
31
|
-
r("counterpart_id", e.target.value || void 0);
|
|
32
|
-
}, children: [
|
|
33
|
-
/* @__PURE__ */ o(s, { value: void 0, children: a._("All customers") }),
|
|
34
|
-
p(c?.data ?? []).sort((e, t) => e.label.localeCompare(t.label)).map(({
|
|
35
|
-
value: e,
|
|
36
|
-
label: t
|
|
37
|
-
}) => /* @__PURE__ */ o(s, { value: e, children: t }, e))
|
|
38
|
-
] }) }),
|
|
39
|
-
l.some((e) => e.field === "due_date__lte") && /* @__PURE__ */ o(y, { className: "Monite-ReceivableDueDateFilter Monite-FilterControl Monite-DateFilterControl", views: ["year", "month", "day"], slots: {
|
|
40
|
-
openPickerIcon: h
|
|
41
|
-
}, onChange: (e, t) => {
|
|
42
|
-
if (!t.validationError) {
|
|
43
|
-
if (e == null) return void r("due_date__lte", void 0);
|
|
44
|
-
r("due_date__lte", M(new Date(e), {
|
|
45
|
-
representation: "date"
|
|
46
|
-
}));
|
|
47
|
-
}
|
|
48
|
-
}, slotProps: {
|
|
49
|
-
textField: {
|
|
50
|
-
variant: "standard",
|
|
51
|
-
placeholder: "Due date",
|
|
52
|
-
InputProps: {
|
|
53
|
-
sx: {
|
|
54
|
-
"&::placeholder": {
|
|
55
|
-
opacity: 1,
|
|
56
|
-
color: "text.primary"
|
|
57
|
-
},
|
|
58
|
-
"& input::placeholder": {
|
|
59
|
-
opacity: 1,
|
|
60
|
-
color: "text.primary"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
popper: {
|
|
66
|
-
container: i
|
|
67
|
-
},
|
|
68
|
-
dialog: {
|
|
69
|
-
container: i
|
|
70
|
-
},
|
|
71
|
-
actionBar: {
|
|
72
|
-
actions: ["clear", "today"]
|
|
73
|
-
},
|
|
74
|
-
openPickerIcon: {
|
|
75
|
-
fontSize: "small"
|
|
76
|
-
}
|
|
77
|
-
} })
|
|
78
|
-
] });
|
|
9
|
+
i18n: t
|
|
10
|
+
} = p(), r = e === "product", o = r ? t._("Product") : t._("Service");
|
|
11
|
+
return /* @__PURE__ */ i(n, { variant: "secondary", className: c(r ? "ttw:bg-blue-100 ttw:text-blue-700" : "ttw:bg-pink-100 ttw:text-pink-700"), children: o });
|
|
79
12
|
};
|
|
80
13
|
export {
|
|
81
|
-
|
|
14
|
+
d as ProductType
|
|
82
15
|
};
|
|
@@ -1,31 +1,22 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
onChangeFilter: l
|
|
20
|
-
};
|
|
21
|
-
}, o = (a, e) => {
|
|
22
|
-
const i = {
|
|
23
|
-
invoice: ["recurring", "draft", "issued", "partially_paid", "paid", "overdue", "canceled", "uncollectible"],
|
|
24
|
-
quote: ["draft", "issued", "accepted", "expired", "declined"],
|
|
25
|
-
credit_note: ["draft", "issued"]
|
|
26
|
-
};
|
|
27
|
-
return e ? i[a].filter((r) => e.includes(r)) : i[a];
|
|
1
|
+
import { jsx as t, jsxs as o } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useDebounceCallback as s } from "./index67.js";
|
|
3
|
+
import { InputGroup as i, InputGroupAddon as m, InputGroupInput as p } from "./index103.js";
|
|
4
|
+
import { useLingui as l } from "@lingui/react";
|
|
5
|
+
import { Search as u } from "lucide-react";
|
|
6
|
+
import { FILTER_TYPE_SEARCH as c } from "./index173.js";
|
|
7
|
+
const x = ({
|
|
8
|
+
onChangeFilter: r
|
|
9
|
+
}) => {
|
|
10
|
+
const {
|
|
11
|
+
i18n: n
|
|
12
|
+
} = l(), a = s((e) => {
|
|
13
|
+
r(c, e);
|
|
14
|
+
}, 500);
|
|
15
|
+
return /* @__PURE__ */ t("div", { className: "ttw:flex ttw:justify-between ttw:items-center ttw:gap-4", children: /* @__PURE__ */ o(i, { className: "ttw:w-80", children: [
|
|
16
|
+
/* @__PURE__ */ t(m, { align: "inline-start", children: /* @__PURE__ */ t(u, {}) }),
|
|
17
|
+
/* @__PURE__ */ t(p, { placeholder: n._("Search by name"), onChange: (e) => a(e.target.value) })
|
|
18
|
+
] }) });
|
|
28
19
|
};
|
|
29
20
|
export {
|
|
30
|
-
|
|
21
|
+
x as Filters
|
|
31
22
|
};
|
|
@@ -1,44 +1,23 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
title: r,
|
|
9
|
-
descriptionLine1: o,
|
|
10
|
-
onAction: e,
|
|
11
|
-
actionButtonLabel: i,
|
|
12
|
-
actionOptions: a = [],
|
|
13
|
-
type: n
|
|
14
|
-
}) => /* @__PURE__ */ t(p, { className: "ttw:min-h-48", children: /* @__PURE__ */ c("div", { className: "ttw:flex ttw:flex-col ttw:flex-1 ttw:items-center ttw:gap-3", children: [
|
|
15
|
-
/* @__PURE__ */ t(m, { variant: "h2", className: "ttw:font-medium", children: r }),
|
|
16
|
-
/* @__PURE__ */ t(m, { variant: "body1", color: "muted", className: "ttw:font-normal", children: o }),
|
|
17
|
-
/* @__PURE__ */ t(C, { onAction: e, actionButtonLabel: i, actionOptions: a, type: n })
|
|
18
|
-
] }) }), C = ({
|
|
19
|
-
onAction: r,
|
|
20
|
-
actionButtonLabel: o,
|
|
21
|
-
actionOptions: e = [],
|
|
22
|
-
type: i
|
|
1
|
+
import { jsx as o } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { memo as a } from "react";
|
|
3
|
+
import { useMoniteContext as m } from "./index59.js";
|
|
4
|
+
import { Skeleton as n } from "./index139.js";
|
|
5
|
+
import { Typography as s } from "./index87.js";
|
|
6
|
+
const f = a(({
|
|
7
|
+
unitId: e
|
|
23
8
|
}) => {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
n.preventDefault(), a(e?.[0]);
|
|
37
|
-
}, children: [
|
|
38
|
-
i === "error" ? /* @__PURE__ */ t(s, {}) : void 0,
|
|
39
|
-
o
|
|
40
|
-
] });
|
|
41
|
-
};
|
|
9
|
+
const {
|
|
10
|
+
api: r
|
|
11
|
+
} = m(), {
|
|
12
|
+
data: t,
|
|
13
|
+
isLoading: i
|
|
14
|
+
} = r.finops.getMeasureUnitsId.useQuery({
|
|
15
|
+
path: {
|
|
16
|
+
unit_id: e
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
return i ? /* @__PURE__ */ o(n, { className: "ttw:h-4 ttw:w-4" }) : t ? /* @__PURE__ */ o(s, { color: "muted", variant: "body2", children: t.name }) : null;
|
|
20
|
+
});
|
|
42
21
|
export {
|
|
43
|
-
|
|
22
|
+
f as MeasureUnit
|
|
44
23
|
};
|
|
@@ -1,252 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { ItemsSection as ne } from "./index186.js";
|
|
4
|
-
import { getUpdateInvoiceValidationSchema as oe } from "./index188.js";
|
|
5
|
-
import { RemindersSection as de } from "./index291.js";
|
|
6
|
-
import { INVOICE_DOCUMENT_AUTO_ID as se } from "./index259.js";
|
|
7
|
-
import { useMeasureUnitsMapping as me } from "./index292.js";
|
|
8
|
-
import { useUpdateReceivable as ue } from "./index293.js";
|
|
9
|
-
import { useUpdateReceivableLineItems as _e } from "./index294.js";
|
|
10
|
-
import { useLineItemSubmitCleanup as le } from "./index195.js";
|
|
11
|
-
import { useCounterpartById as ce } from "./index72.js";
|
|
12
|
-
import "@tanstack/react-query";
|
|
13
|
-
import "./index59.js";
|
|
14
|
-
import { useCounterpartAddresses as pe } from "./index74.js";
|
|
15
|
-
import { parseISO as fe } from "date-fns";
|
|
16
|
-
import { useMyEntity as ye } from "./index80.js";
|
|
17
|
-
import { useMemo as I, useState as M, useCallback as ve, useId as be } from "react";
|
|
18
|
-
import "react-hot-toast";
|
|
19
|
-
import { useLingui as xe } from "@lingui/react";
|
|
20
|
-
import { rateMinorToMajor as N, rateMajorToMinor as ge } from "./index198.js";
|
|
21
|
-
import { ConfirmationModal as he } from "./index295.js";
|
|
22
|
-
import { Dialog as we, DialogContent as Ce, DialogHeader as De, DialogTitle as $e, DialogDescription as Ie, DialogClose as Me } from "./index183.js";
|
|
23
|
-
import { Button as S } from "./index86.js";
|
|
24
|
-
import { zodResolver as Ne } from "@hookform/resolvers/zod";
|
|
25
|
-
import { useForm as Se, FormProvider as Te } from "react-hook-form";
|
|
26
|
-
import { X as Ee } from "lucide-react";
|
|
27
|
-
import { InvoicePreview as ke } from "./index187.js";
|
|
28
|
-
import { useGetPaymentTerms as Pe } from "./index296.js";
|
|
29
|
-
import { useGetMeasureUnits as Ue } from "./index200.js";
|
|
30
|
-
import { CreateProduct as Le } from "./index46.js";
|
|
31
|
-
import { buildPaymentTermsPayload as Fe, CUSTOM_DATE_PAYMENT_TERM as Oe, RECEIPT_DUE_PAYMENT_TERM as Re } from "./index189.js";
|
|
32
|
-
const Ve = (e) => {
|
|
33
|
-
if (e?.id)
|
|
34
|
-
return {
|
|
35
|
-
payment_terms_id: e.id,
|
|
36
|
-
payment_terms_custom_date: null
|
|
37
|
-
};
|
|
38
|
-
const m = e?.term_final?.end_date;
|
|
39
|
-
return m ? {
|
|
40
|
-
payment_terms_id: Oe,
|
|
41
|
-
payment_terms_custom_date: fe(m)
|
|
42
|
-
} : e?.term_final?.number_of_days === 0 ? {
|
|
43
|
-
payment_terms_id: Re,
|
|
44
|
-
payment_terms_custom_date: null
|
|
45
|
-
} : {
|
|
46
|
-
payment_terms_id: "",
|
|
47
|
-
payment_terms_custom_date: null
|
|
48
|
-
};
|
|
49
|
-
}, bt = (e) => /* @__PURE__ */ r(je, { ...e }), je = ({
|
|
50
|
-
invoice: e,
|
|
51
|
-
onCancel: m,
|
|
52
|
-
onUpdated: T,
|
|
53
|
-
isOpen: E
|
|
54
|
-
}) => {
|
|
1
|
+
import { useMoniteContext as r } from "./index59.js";
|
|
2
|
+
const u = (e, t = !0) => {
|
|
55
3
|
const {
|
|
56
|
-
|
|
57
|
-
} =
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
data: f,
|
|
64
|
-
isLoading: L
|
|
65
|
-
} = Ue(), F = I(() => ({
|
|
66
|
-
/** Customer section */
|
|
67
|
-
counterpart_id: e.counterpart_id,
|
|
68
|
-
default_shipping_address_id: e.counterpart_shipping_address?.id ?? "",
|
|
69
|
-
default_billing_address_id: e.counterpart_billing_address?.id ?? "",
|
|
70
|
-
/** Entity section */
|
|
71
|
-
purchase_order: e.purchase_order ?? "",
|
|
72
|
-
footer: e.footer ?? "",
|
|
73
|
-
/** Items section */
|
|
74
|
-
tax_rate: (() => {
|
|
75
|
-
const t = e.line_items.find((a) => a.product.tax_rate?.value !== void 0);
|
|
76
|
-
return t ? String(N(t.product.tax_rate.value ?? 0)) : void 0;
|
|
77
|
-
})(),
|
|
78
|
-
line_items: e.line_items.map((t) => {
|
|
79
|
-
const a = t.product.measure_unit?.name, d = t.product.measure_unit?.id;
|
|
80
|
-
return {
|
|
81
|
-
quantity: t.quantity,
|
|
82
|
-
product_id: t.product.id,
|
|
83
|
-
taxable: t.tax_status === "taxable",
|
|
84
|
-
product: {
|
|
85
|
-
name: t.product.name,
|
|
86
|
-
price: e.tax_mode === "inclusive" ? t.product.price_after_tax : t.product.price,
|
|
87
|
-
// Get measure_unit_id directly from the API response if available
|
|
88
|
-
measure_unit_id: d && d !== "" ? d : void 0,
|
|
89
|
-
// Store the measure unit name separately for custom units
|
|
90
|
-
measure_unit_name: !d && a ? a : void 0,
|
|
91
|
-
type: t.product.type || "product"
|
|
92
|
-
},
|
|
93
|
-
// For custom measure units that don't have an ID but have a name
|
|
94
|
-
measure_unit: !d && a ? {
|
|
95
|
-
name: a,
|
|
96
|
-
id: null
|
|
97
|
-
} : void 0,
|
|
98
|
-
tax_rate_value: t.product.tax_rate.value !== void 0 ? N(t.product.tax_rate.value) : void 0
|
|
99
|
-
};
|
|
100
|
-
}),
|
|
101
|
-
memo: e.memo ?? "",
|
|
102
|
-
/** Payment section */
|
|
103
|
-
bank_account_id: e.bank_account_id ?? "",
|
|
104
|
-
...Ve(e.payment_terms),
|
|
105
|
-
/** Reminders section */
|
|
106
|
-
payment_reminder_id: e.payment_reminder_id ?? "",
|
|
107
|
-
overdue_reminder_id: e.overdue_reminder_id ?? "",
|
|
108
|
-
tax_mode: e.tax_mode ?? "exclusive"
|
|
109
|
-
}), [e]), y = Se({
|
|
110
|
-
resolver: Ne(oe(n)),
|
|
111
|
-
defaultValues: F
|
|
112
|
-
}), c = e.currency, {
|
|
113
|
-
handleSubmit: O,
|
|
114
|
-
formState: {
|
|
115
|
-
isDirty: v
|
|
116
|
-
},
|
|
117
|
-
getValues: R,
|
|
118
|
-
reset: V,
|
|
119
|
-
watch: o
|
|
120
|
-
} = y, {
|
|
121
|
-
registerLineItemCleanupFn: j,
|
|
122
|
-
runLineItemCleanup: A
|
|
123
|
-
} = le();
|
|
124
|
-
me(f, R, V);
|
|
125
|
-
const [q, b] = M(!1), [x, p] = M(!1), B = ve(() => {
|
|
126
|
-
if (!v) {
|
|
127
|
-
m();
|
|
128
|
-
return;
|
|
129
|
-
}
|
|
130
|
-
b(!0);
|
|
131
|
-
}, [v, m]), g = _e(e.id), h = ue(e.id), Y = o("line_items"), z = o("payment_terms_id"), G = o("memo"), H = o("footer"), X = o("purchase_order"), J = o("bank_account_id"), K = o("tax_mode"), Q = o("tax_rate"), w = o("counterpart_id"), C = o("default_billing_address_id"), {
|
|
132
|
-
data: W
|
|
133
|
-
} = ce(w), {
|
|
134
|
-
data: D
|
|
135
|
-
} = pe(w), Z = I(() => D?.data?.find((t) => t.id === C), [C, D?.data]), _ = g.isPending || h.isPending || P || L, $ = `Monite-Form-receivablesDetailsForm-${be()}`;
|
|
136
|
-
return /* @__PURE__ */ s(re, { children: [
|
|
137
|
-
/* @__PURE__ */ r(we, { open: E, modal: !1, children: /* @__PURE__ */ s(Ce, { fullScreen: !0, showCloseButton: !1, className: "ttw:flex", onInteractOutside: (t) => t.preventDefault(), children: [
|
|
138
|
-
/* @__PURE__ */ s("div", { className: "ttw:flex-1/2 ttw:overflow-y-auto ttw:pr-14", children: [
|
|
139
|
-
/* @__PURE__ */ s(De, { className: "ttw:flex-row ttw:justify-between ttw:bg-white ttw:pb-4 ttw:sticky ttw:top-0 ttw:z-9999", children: [
|
|
140
|
-
/* @__PURE__ */ r($e, { className: "ttw:sr-only", children: n._("Edit invoice") }),
|
|
141
|
-
/* @__PURE__ */ r(Ie, { className: "ttw:sr-only", children: n._("Edit invoice") }),
|
|
142
|
-
/* @__PURE__ */ r(Me, { asChild: !0, children: /* @__PURE__ */ r(S, { variant: "ghost", onClick: B, disabled: _, "aria-label": n._("Close"), children: /* @__PURE__ */ r(Ee, {}) }) }),
|
|
143
|
-
/* @__PURE__ */ r(S, { type: "submit", form: $, disabled: _, children: n._("Update") })
|
|
144
|
-
] }),
|
|
145
|
-
/* @__PURE__ */ r(Te, { ...y, children: /* @__PURE__ */ r("form", { id: $, noValidate: !0, onSubmit: async (t) => {
|
|
146
|
-
t.preventDefault(), A(), await O((a) => {
|
|
147
|
-
const d = {
|
|
148
|
-
data: a.line_items.filter((i) => !!i.product?.name?.trim()).map((i) => {
|
|
149
|
-
const u = i;
|
|
150
|
-
let l;
|
|
151
|
-
if (u.product.measure_unit_id) {
|
|
152
|
-
const te = u.product.measure_unit_id;
|
|
153
|
-
l = f?.data?.find((ae) => ae.id === te)?.name;
|
|
154
|
-
} else (u.product.measure_unit_name || u.measure_unit?.name) && (l = u.product.measure_unit_name || u.measure_unit?.name);
|
|
155
|
-
return {
|
|
156
|
-
quantity: i.quantity,
|
|
157
|
-
tax_status: i.taxable ? "taxable" : "non_taxable",
|
|
158
|
-
product: {
|
|
159
|
-
name: i.product.name,
|
|
160
|
-
type: i.product.type,
|
|
161
|
-
measure_unit: l ? {
|
|
162
|
-
name: l
|
|
163
|
-
} : void 0,
|
|
164
|
-
price: i.product.price ? {
|
|
165
|
-
currency: i.product.price.currency ?? "USD",
|
|
166
|
-
value: Math.round(i.product.price.value ?? 0)
|
|
167
|
-
} : void 0
|
|
168
|
-
},
|
|
169
|
-
tax_rate_value: i.taxable && a.tax_rate !== void 0 ? ge(Number(a.tax_rate)) : void 0
|
|
170
|
-
};
|
|
171
|
-
})
|
|
172
|
-
}, ee = {
|
|
173
|
-
invoice: {
|
|
174
|
-
/** Customer section */
|
|
175
|
-
counterpart_id: a.counterpart_id,
|
|
176
|
-
currency: c,
|
|
177
|
-
memo: a.memo,
|
|
178
|
-
// @ts-expect-error - we need to send `null`, but the backend doesn't provide a correct type
|
|
179
|
-
counterpart_shipping_address_id: a?.default_shipping_address_id || null,
|
|
180
|
-
counterpart_billing_address_id: a?.default_billing_address_id,
|
|
181
|
-
/** We shouldn't send an empty string to the server if the value is not set */
|
|
182
|
-
bank_account_id: e.bank_account_id,
|
|
183
|
-
bank_account_type: e.bank_account_type,
|
|
184
|
-
/**
|
|
185
|
-
* Payment terms aren't editable here — rebuild the
|
|
186
|
-
* request payload from the seeded form values (a saved
|
|
187
|
-
* `payment_terms_id`, or an inline `payment_terms`
|
|
188
|
-
* object for "Custom date" / "Due on receipt") so the
|
|
189
|
-
* backend keeps the same due date. Reusing the shared
|
|
190
|
-
* builder guarantees a request-shaped
|
|
191
|
-
* `InlinePaymentTermsRequestPayload` rather than the
|
|
192
|
-
* response object, which carries id/name/description
|
|
193
|
-
* that the request type rejects.
|
|
194
|
-
*/
|
|
195
|
-
...Fe({
|
|
196
|
-
paymentTermId: a.payment_terms_id,
|
|
197
|
-
customDueDate: a.payment_terms_custom_date
|
|
198
|
-
}),
|
|
199
|
-
// @ts-expect-error - we need to send `null`, but the backend doesn't provide a correct type
|
|
200
|
-
payment_reminder_id: a.payment_reminder_id || null,
|
|
201
|
-
// @ts-expect-error - we need to send `null`, but the backend doesn't provide a correct type
|
|
202
|
-
overdue_reminder_id: a.overdue_reminder_id || null
|
|
203
|
-
/** !!! Note !!! Backend is not supported to edit `purchase_order` so we have to remove it */
|
|
204
|
-
// purchase_order: values.purchase_order || undefined,
|
|
205
|
-
}
|
|
206
|
-
};
|
|
207
|
-
g.mutate(d, {
|
|
208
|
-
onSuccess: () => {
|
|
209
|
-
h.mutate(ee, {
|
|
210
|
-
onSuccess: (i) => {
|
|
211
|
-
T(i);
|
|
212
|
-
}
|
|
213
|
-
});
|
|
214
|
-
}
|
|
215
|
-
});
|
|
216
|
-
})(t);
|
|
217
|
-
}, className: "ttw:mb-14", children: /* @__PURE__ */ s("div", { className: "ttw:flex ttw:flex-col ttw:gap-8", children: [
|
|
218
|
-
/* @__PURE__ */ s("h1", { className: "ttw:text-2xl ttw:font-bold", children: [
|
|
219
|
-
n._("Invoice"),
|
|
220
|
-
" ",
|
|
221
|
-
/* @__PURE__ */ s("span", { className: "ttw:text-gray-500", children: [
|
|
222
|
-
"#",
|
|
223
|
-
e.document_id ?? se
|
|
224
|
-
] })
|
|
225
|
-
] }),
|
|
226
|
-
/* @__PURE__ */ r(ne, { defaultCurrency: c, registerLineItemCleanupFn: j, handleOpenCreateProductDialog: () => p(!0) }),
|
|
227
|
-
/* @__PURE__ */ r(ie, { disabled: _ }),
|
|
228
|
-
/* @__PURE__ */ r(de, { disabled: _ })
|
|
229
|
-
] }) }) })
|
|
230
|
-
] }),
|
|
231
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex-1/2 ttw:w-1/2", children: /* @__PURE__ */ r(ke, { invoiceData: {
|
|
232
|
-
payment_terms_id: z,
|
|
233
|
-
line_items: (Y || []).map((t) => ({
|
|
234
|
-
...t,
|
|
235
|
-
id: t.id || `temp-${Math.random().toString(36).substr(2, 9)}`
|
|
236
|
-
})),
|
|
237
|
-
memo: G,
|
|
238
|
-
footer: H,
|
|
239
|
-
bank_account_id: J,
|
|
240
|
-
bank_account_type: e.bank_account_type,
|
|
241
|
-
tax_mode: K,
|
|
242
|
-
purchase_order: X || void 0,
|
|
243
|
-
tax_rate: Q
|
|
244
|
-
}, counterpart: W, currency: c, entityData: k, address: Z, paymentTerms: U }) })
|
|
245
|
-
] }) }),
|
|
246
|
-
x && /* @__PURE__ */ r(Le, { open: x, onClose: () => p(!1), onCreated: () => p(!1) }),
|
|
247
|
-
/* @__PURE__ */ r(he, { open: q, title: n._("Cancel without saving?"), message: n._("There are unsaved changes. If you leave, they will be lost."), confirmLabel: n._("Yes"), cancelLabel: n._("No"), onClose: () => b(!1), onConfirm: m })
|
|
248
|
-
] });
|
|
4
|
+
api: o
|
|
5
|
+
} = r();
|
|
6
|
+
return o.finops.getProducts.useQuery({
|
|
7
|
+
query: e
|
|
8
|
+
}, {
|
|
9
|
+
enabled: t
|
|
10
|
+
});
|
|
249
11
|
};
|
|
250
12
|
export {
|
|
251
|
-
|
|
13
|
+
u as useGetProducts
|
|
252
14
|
};
|