@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,185 +1,24 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
import { useCounterpartContactList as oe } from "./index76.js";
|
|
10
|
-
import { useMe as ne, useMyEntity as ae } from "./index80.js";
|
|
11
|
-
import { useLingui as R } from "@lingui/react";
|
|
12
|
-
import { useGetReceivableById as se } from "./index84.js";
|
|
13
|
-
import { CenteredContentBox as re } from "./index222.js";
|
|
14
|
-
import { IconWrapper as de } from "./index223.js";
|
|
15
|
-
import { zodResolver as me } from "@hookform/resolvers/zod";
|
|
16
|
-
import ce from "@mui/icons-material/ArrowBack";
|
|
17
|
-
import le from "@mui/icons-material/Close";
|
|
18
|
-
import { Dialog as ue } from "./index52.js";
|
|
19
|
-
import { DialogTitle as pe, Toolbar as fe, Grid as D, Stack as $, Button as j, Typography as ye, DialogContent as he, CircularProgress as ve } from "@mui/material";
|
|
20
|
-
import { getEmailInvoiceDetailsSchema as be } from "./index188.js";
|
|
21
|
-
import { Form as ge, FormContent as Ie } from "./index297.js";
|
|
22
|
-
import { getDefaultContact as _e } from "./index298.js";
|
|
23
|
-
import { useIssueReceivableById as Ce } from "./index265.js";
|
|
24
|
-
import { useSendReceivableById as xe } from "./index299.js";
|
|
25
|
-
import { PreviewEmail as Ee } from "./index300.js";
|
|
26
|
-
const Ye = (t) => {
|
|
27
|
-
const {
|
|
28
|
-
i18n: n
|
|
29
|
-
} = R(), {
|
|
30
|
-
data: a,
|
|
31
|
-
isLoading: m
|
|
32
|
-
} = ne(), {
|
|
33
|
-
data: o,
|
|
34
|
-
isLoading: b
|
|
35
|
-
} = se(t.invoiceId), {
|
|
36
|
-
entityName: s,
|
|
37
|
-
isLoading: l
|
|
38
|
-
} = ae(), {
|
|
39
|
-
data: g,
|
|
40
|
-
isLoading: i
|
|
41
|
-
} = oe(o?.counterpart_id), {
|
|
42
|
-
data: u
|
|
43
|
-
} = ie(o?.counterpart_id), r = _e(g, u), I = r?.email ?? "", p = r && a ? n._(`Hi {firstName},
|
|
44
|
-
|
|
45
|
-
Please find the invoice attached as discussed.
|
|
46
|
-
|
|
47
|
-
Kind Regards,
|
|
48
|
-
{senderName}`, {
|
|
49
|
-
firstName: r.first_name,
|
|
50
|
-
senderName: a.first_name
|
|
51
|
-
}) : n._(`Please find the invoice attached as discussed.
|
|
52
|
-
|
|
53
|
-
Kind Regards,
|
|
54
|
-
{senderName}`, {
|
|
55
|
-
senderName: a?.first_name ?? ""
|
|
56
|
-
}), _ = o && s ? o.document_id ? n._("Invoice {documentId} from {entityName}", {
|
|
57
|
-
documentId: o.document_id,
|
|
58
|
-
entityName: s
|
|
59
|
-
}) : n._("Invoice from {entityName}", {
|
|
60
|
-
entityName: s
|
|
61
|
-
}) : "";
|
|
62
|
-
return /* @__PURE__ */ e(te, { children: /* @__PURE__ */ e(Pe, { ...t, to: I, body: p, subject: _, isLoading: i || b || m || l, isIssued: o?.status !== "draft", isOpen: t.isOpen }) });
|
|
63
|
-
}, d = {
|
|
64
|
-
Edit: "form",
|
|
65
|
-
Preview: "preview"
|
|
66
|
-
}, Pe = ({
|
|
67
|
-
invoiceId: t,
|
|
68
|
-
subject: n,
|
|
69
|
-
body: a,
|
|
70
|
-
to: m,
|
|
71
|
-
isLoading: o,
|
|
72
|
-
isIssued: b,
|
|
73
|
-
onClose: s,
|
|
74
|
-
onSendEmail: l,
|
|
75
|
-
isOpen: g
|
|
1
|
+
import { jsx as e, jsxs as n } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Button as s } from "./index86.js";
|
|
3
|
+
import { Sheet as a, SheetContent as i, SheetHeader as d, SheetTitle as h, SheetDescription as l, SheetFooter as m } from "./index137.js";
|
|
4
|
+
import { useLingui as c } from "@lingui/react";
|
|
5
|
+
import { ManageMeasureUnitsForm as p } from "./index283.js";
|
|
6
|
+
const x = ({
|
|
7
|
+
handleClose: r,
|
|
8
|
+
open: o
|
|
76
9
|
}) => {
|
|
77
10
|
const {
|
|
78
|
-
i18n:
|
|
79
|
-
} =
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
} = X({
|
|
89
|
-
resolver: me(be(i)),
|
|
90
|
-
defaultValues: Q(() => ({
|
|
91
|
-
subject: n,
|
|
92
|
-
body: a,
|
|
93
|
-
to: m
|
|
94
|
-
}), [n, a, m])
|
|
95
|
-
}), {
|
|
96
|
-
subject: F,
|
|
97
|
-
body: T
|
|
98
|
-
} = _();
|
|
99
|
-
J(() => {
|
|
100
|
-
S({
|
|
101
|
-
subject: n,
|
|
102
|
-
body: a,
|
|
103
|
-
to: m
|
|
104
|
-
});
|
|
105
|
-
}, [a, S, n, m]);
|
|
106
|
-
const C = xe(t), x = Ce(t), E = u.finops.postPaymentLinks.useMutation({}), {
|
|
107
|
-
data: P
|
|
108
|
-
} = u.finops.getEntitiesIdPaymentMethods.useQuery({
|
|
109
|
-
path: {
|
|
110
|
-
entity_id: r
|
|
111
|
-
}
|
|
112
|
-
}), [f, k] = U(d.Edit), w = `Monite-Form-emailInvoiceDetails-${W()}`, O = Y((L) => {
|
|
113
|
-
L.preventDefault();
|
|
114
|
-
const G = E.mutateAsync, H = x.mutateAsync, K = C.mutate;
|
|
115
|
-
p(async (v) => {
|
|
116
|
-
const M = P ? P.data.filter(({
|
|
117
|
-
status: N,
|
|
118
|
-
direction: q
|
|
119
|
-
}) => N === "active" && q === "receive") : [];
|
|
120
|
-
M.length === 0 ? Z.error(i._("You haven't onboarded for any payment method. Invoice is issued without a payment link.")) : (await H(void 0), await G({
|
|
121
|
-
recipient: {
|
|
122
|
-
id: r,
|
|
123
|
-
type: "entity"
|
|
124
|
-
},
|
|
125
|
-
payment_methods: M.map((N) => N.type),
|
|
126
|
-
object: {
|
|
127
|
-
id: t,
|
|
128
|
-
type: "receivable"
|
|
129
|
-
}
|
|
130
|
-
}));
|
|
131
|
-
const V = {
|
|
132
|
-
body_text: v.body,
|
|
133
|
-
subject_text: v.subject,
|
|
134
|
-
recipients: v.to ? {
|
|
135
|
-
to: [v.to]
|
|
136
|
-
} : void 0
|
|
137
|
-
};
|
|
138
|
-
K(V, {
|
|
139
|
-
onSuccess: () => {
|
|
140
|
-
l?.(t), s();
|
|
141
|
-
}
|
|
142
|
-
});
|
|
143
|
-
})(L);
|
|
144
|
-
}, [E.mutateAsync, x.mutateAsync, p, i, t, r, s, l, P, C.mutate]), y = x.isPending || C.isPending || E.isPending, B = "Monite-EmailInvoiceDetails", h = f == d.Preview;
|
|
145
|
-
return /* @__PURE__ */ c(ue, { open: g, fullScreen: !0, onClose: s, children: [
|
|
146
|
-
/* @__PURE__ */ e(pe, { className: B + "-Title", children: /* @__PURE__ */ e(fe, { children: /* @__PURE__ */ c(D, { container: !0, children: [
|
|
147
|
-
/* @__PURE__ */ e(D, { item: !0, xs: 6, children: /* @__PURE__ */ c($, { direction: "row", alignItems: "center", spacing: 2, children: [
|
|
148
|
-
f == d.Edit && /* @__PURE__ */ c(z, { children: [
|
|
149
|
-
/* @__PURE__ */ e(j, { variant: "text", color: "primary", onClick: s, startIcon: /* @__PURE__ */ e(ce, {}), disabled: y, "data-testid": "back-button", children: i._("Back") }),
|
|
150
|
-
/* @__PURE__ */ e(ye, { variant: "h3", children: i._("Compose email") })
|
|
151
|
-
] }),
|
|
152
|
-
h && /* @__PURE__ */ e(de, { edge: "start", color: "inherit", onClick: () => {
|
|
153
|
-
k(d.Edit);
|
|
154
|
-
}, "aria-label": i._("Back to edit"), "data-testid": "close-preview-button", children: /* @__PURE__ */ e(le, {}) })
|
|
155
|
-
] }) }),
|
|
156
|
-
/* @__PURE__ */ e(D, { item: !0, xs: 6, children: /* @__PURE__ */ c($, { direction: "row", alignItems: "center", justifyContent: "end", spacing: 2, children: [
|
|
157
|
-
f == d.Edit && /* @__PURE__ */ e(j, { variant: "outlined", color: "primary", type: "button", form: w, disabled: y || o, onClick: async () => {
|
|
158
|
-
await A() && k(d.Preview);
|
|
159
|
-
}, "data-testid": "preview-button", children: i._("Preview email") }),
|
|
160
|
-
/* @__PURE__ */ e(j, { variant: "contained", color: "primary", type: "submit", form: w, disabled: y || o, "data-testid": "issue-and-send-button", children: b ? i._("Send") : i._("Issue and Send") })
|
|
161
|
-
] }) })
|
|
162
|
-
] }) }) }),
|
|
163
|
-
/* @__PURE__ */ e(he, { className: B + "-Content", sx: {
|
|
164
|
-
mt: h ? 0 : 4,
|
|
165
|
-
p: h ? 0 : "0 32px 32px 32px",
|
|
166
|
-
height: "100%",
|
|
167
|
-
width: "100%",
|
|
168
|
-
display: "flex",
|
|
169
|
-
flexDirection: "column"
|
|
170
|
-
}, children: /* @__PURE__ */ c(ge, { formName: w, handleIssueAndSend: O, style: {
|
|
171
|
-
display: "flex",
|
|
172
|
-
flexDirection: "column",
|
|
173
|
-
flex: 1,
|
|
174
|
-
minHeight: 0,
|
|
175
|
-
width: "100%"
|
|
176
|
-
}, children: [
|
|
177
|
-
o ? /* @__PURE__ */ e(re, { className: "Monite-LoadingPage", children: /* @__PURE__ */ e(ve, {}) }) : f == d.Edit && /* @__PURE__ */ e(Ie, { invoiceId: t, control: I, isDisabled: y }),
|
|
178
|
-
h && /* @__PURE__ */ e(Ee, { invoiceId: t, body: T, subject: F })
|
|
179
|
-
] }) })
|
|
180
|
-
] });
|
|
11
|
+
i18n: t
|
|
12
|
+
} = c();
|
|
13
|
+
return /* @__PURE__ */ e(a, { open: o, onOpenChange: r, children: /* @__PURE__ */ n(i, { side: "right", className: "ttw:gap-0 ttw:p-0", children: [
|
|
14
|
+
/* @__PURE__ */ n(d, { className: "ttw:border-b ttw:border-border", children: [
|
|
15
|
+
/* @__PURE__ */ e(h, { children: t._("Manage measure units") }),
|
|
16
|
+
/* @__PURE__ */ e(l, { hidden: !0, children: t._("Manage measure units") })
|
|
17
|
+
] }),
|
|
18
|
+
/* @__PURE__ */ e("div", { className: "ttw:flex-1 ttw:overflow-y-auto ttw:px-6 ttw:py-4", children: /* @__PURE__ */ e(p, {}) }),
|
|
19
|
+
/* @__PURE__ */ e(m, { className: "ttw:border-t ttw:border-border ttw:flex-row ttw:justify-end", children: /* @__PURE__ */ e(s, { onClick: r, children: t._("Done") }) })
|
|
20
|
+
] }) });
|
|
181
21
|
};
|
|
182
22
|
export {
|
|
183
|
-
|
|
184
|
-
Pe as EmailInvoiceDetailsBase
|
|
23
|
+
x as ManageMeasureUnits
|
|
185
24
|
};
|
|
@@ -1,16 +1,24 @@
|
|
|
1
|
-
import { useMoniteContext as
|
|
2
|
-
|
|
1
|
+
import { useMoniteContext as i } from "./index59.js";
|
|
2
|
+
import { useLingui as a } from "@lingui/react";
|
|
3
|
+
import { toast as s } from "react-hot-toast";
|
|
4
|
+
const m = (r) => {
|
|
3
5
|
const {
|
|
4
|
-
api:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
api: e,
|
|
7
|
+
queryClient: n
|
|
8
|
+
} = i(), {
|
|
9
|
+
i18n: t
|
|
10
|
+
} = a();
|
|
11
|
+
return e.finops.postProducts.useMutation(void 0, {
|
|
12
|
+
onSuccess: async (o) => {
|
|
13
|
+
r?.(o), await e.finops.getProducts.invalidateQueries(n), s.success(t._("{name} has been added to the list.", {
|
|
14
|
+
name: o.name
|
|
15
|
+
}));
|
|
16
|
+
},
|
|
17
|
+
onError: () => {
|
|
18
|
+
s.error(t._("Failed to create"));
|
|
9
19
|
}
|
|
10
|
-
}, {
|
|
11
|
-
enabled: !!e
|
|
12
20
|
});
|
|
13
21
|
};
|
|
14
22
|
export {
|
|
15
|
-
|
|
23
|
+
m as useCreateProduct
|
|
16
24
|
};
|
|
@@ -1,119 +1,29 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
invoice: i,
|
|
27
|
-
recurrence: v,
|
|
28
|
-
actions: a,
|
|
29
|
-
isPDFViewerOpen: E
|
|
30
|
-
}) => {
|
|
31
|
-
const {
|
|
32
|
-
i18n: t
|
|
33
|
-
} = oe(), p = Q(), [b, k] = m(!1), [y, _] = m(!1), [D, I] = m(!1), [w, M] = m(!1), F = t._("You don't have permission to update this document. Please, contact your system administrator for details."), s = X().has(Z.InvoiceWriteOrg), {
|
|
34
|
-
refetch: R,
|
|
35
|
-
isLoading: S
|
|
36
|
-
} = G(i.id, !1), {
|
|
37
|
-
createPaymentLink: x
|
|
38
|
-
} = pe(), {
|
|
39
|
-
mutateAsync: L,
|
|
40
|
-
isPending: P
|
|
41
|
-
} = T(i.id), {
|
|
42
|
-
mutate: U
|
|
43
|
-
} = q(a.onDuplicate), c = i.status === "draft", g = i.status === "issued", f = i.status === "overdue", N = i.status === "partially_paid", O = i.status === "uncollectible", V = i.status === "canceled", u = i.status === "recurring", j = v && v?.status === "canceled", z = g || f || N, C = z && p, $ = async () => {
|
|
44
|
-
await L(), await x(i?.id);
|
|
45
|
-
}, B = () => {
|
|
46
|
-
U({
|
|
47
|
-
path: {
|
|
48
|
-
receivable_id: i.id
|
|
49
|
-
}
|
|
50
|
-
});
|
|
51
|
-
}, A = async () => {
|
|
52
|
-
const d = await R();
|
|
53
|
-
d.data?.file_url && window.open(d.data.file_url, "_blank");
|
|
54
|
-
}, o = (d) => {
|
|
55
|
-
s ? d() : me.error(F);
|
|
56
|
-
};
|
|
57
|
-
return /* @__PURE__ */ n("div", { className: "ttw:flex ttw:items-center ttw:gap-1.5", children: [
|
|
58
|
-
b && /* @__PURE__ */ e(H, { invoiceId: i?.id ?? "", open: b, onClose: () => k(!1), onMarkAsUncollectible: a.onMarkAsUncollectible }),
|
|
59
|
-
y && /* @__PURE__ */ e(Y, { open: y, onClose: () => _(!1), invoiceId: i?.id ?? "", documentId: i?.document_id, onDelete: a.onDelete }),
|
|
60
|
-
D && /* @__PURE__ */ e(W, { invoiceId: i?.id ?? "", open: D, onClose: () => I(!1) }),
|
|
61
|
-
w && /* @__PURE__ */ e(K, { invoice: i, open: w, onClose: () => M(!1) }),
|
|
62
|
-
u && !V && !j && /* @__PURE__ */ e(r, { type: "button", variant: "destructive", size: "sm", onClick: () => o(() => M(!0)), disabled: !s, children: t._("Cancel recurrence") }),
|
|
63
|
-
c && /* @__PURE__ */ n(h, { children: [
|
|
64
|
-
/* @__PURE__ */ e(r, { type: "button", size: "sm", onClick: () => o(a.onIssueAndSendButtonClick), disabled: !s, children: t._("Issue and send") }),
|
|
65
|
-
!p && /* @__PURE__ */ n(h, { children: [
|
|
66
|
-
/* @__PURE__ */ n(r, { type: "button", variant: "outline", size: "sm", disabled: P || !s, onClick: () => o($), children: [
|
|
67
|
-
/* @__PURE__ */ e(ne, {}),
|
|
68
|
-
" ",
|
|
69
|
-
t._("Issue")
|
|
70
|
-
] }),
|
|
71
|
-
/* @__PURE__ */ n(r, { type: "button", variant: "outline", size: "sm", onClick: () => o(a.onEditButtonClick), disabled: !s, children: [
|
|
72
|
-
/* @__PURE__ */ e(se, {}),
|
|
73
|
-
" ",
|
|
74
|
-
t._("Edit")
|
|
75
|
-
] })
|
|
76
|
-
] })
|
|
77
|
-
] }),
|
|
78
|
-
z && /* @__PURE__ */ e(J, { invoice: i, children: ({
|
|
79
|
-
openModal: d
|
|
80
|
-
}) => /* @__PURE__ */ e(r, { type: "button", size: "sm", disabled: !s, onClick: () => o(d), children: t._("Record payment") }) }),
|
|
81
|
-
!c && !O && !C && !u && /* @__PURE__ */ n(r, { type: "button", variant: "outline", size: "sm", onClick: () => o(a.onIssueAndSendButtonClick), disabled: !s, children: [
|
|
82
|
-
/* @__PURE__ */ e(re, {}),
|
|
83
|
-
" ",
|
|
84
|
-
t._("Send")
|
|
85
|
-
] }),
|
|
86
|
-
!c && !C && /* @__PURE__ */ n(r, { type: "button", variant: "outline", size: "sm", disabled: S, onClick: A, children: [
|
|
87
|
-
/* @__PURE__ */ e(ae, {}),
|
|
88
|
-
" ",
|
|
89
|
-
t._("PDF")
|
|
90
|
-
] }),
|
|
91
|
-
u && /* @__PURE__ */ n(r, { type: "button", variant: "outline", size: "sm", onClick: () => o(B), children: [
|
|
92
|
-
/* @__PURE__ */ e(le, {}),
|
|
93
|
-
" ",
|
|
94
|
-
t._("Duplicate")
|
|
95
|
-
] }),
|
|
96
|
-
!u && /* @__PURE__ */ n(ee, { children: [
|
|
97
|
-
/* @__PURE__ */ e(ie, { asChild: !0, children: /* @__PURE__ */ e(r, { type: "button", variant: "outline", size: "sm", disabled: !s, children: /* @__PURE__ */ e(ce, {}) }) }),
|
|
98
|
-
/* @__PURE__ */ n(te, { align: "end", children: [
|
|
99
|
-
c && p && /* @__PURE__ */ n(h, { children: [
|
|
100
|
-
/* @__PURE__ */ e(l, { disabled: P || !s, onClick: () => o($), children: t._("Issue") }),
|
|
101
|
-
/* @__PURE__ */ e(l, { disabled: !s, onClick: () => o(a.onEditButtonClick), children: t._("Edit") })
|
|
102
|
-
] }),
|
|
103
|
-
/* @__PURE__ */ e(l, { onClick: () => o(B), children: t._("Duplicate") }),
|
|
104
|
-
(c || C) && /* @__PURE__ */ e(l, { onClick: A, children: t._("Download draft") }),
|
|
105
|
-
c && /* @__PURE__ */ e(l, { onClick: () => _(!0), variant: "destructive", children: t._("Delete") }),
|
|
106
|
-
(g || f) && /* @__PURE__ */ e(l, { onClick: () => o(() => I(!0)), children: t._("Cancel invoice") }),
|
|
107
|
-
f && /* @__PURE__ */ e(l, { onClick: () => o(() => k(!0)), children: t._("Mark as uncollectible") })
|
|
108
|
-
] })
|
|
109
|
-
] }),
|
|
110
|
-
/* @__PURE__ */ n(r, { type: "button", variant: "secondary", className: "ttw:ml-auto", size: "sm", onClick: a.onViewPDFButtonClick, children: [
|
|
111
|
-
E ? /* @__PURE__ */ e(de, {}) : /* @__PURE__ */ e(ue, {}),
|
|
112
|
-
" ",
|
|
113
|
-
t._("PDF view")
|
|
114
|
-
] })
|
|
115
|
-
] });
|
|
116
|
-
};
|
|
1
|
+
import { CurrencyEnumSchema as t } from "./index284.js";
|
|
2
|
+
import { z as r } from "zod";
|
|
3
|
+
const n = (e) => r.object({
|
|
4
|
+
name: r.string().trim().min(1, e._("Product name is required")).max(100, e._("Product name must be 100 characters or less")).meta({
|
|
5
|
+
title: e._("Product Name")
|
|
6
|
+
}),
|
|
7
|
+
type: r.enum(["product", "service"], e._("Product type is required")).meta({
|
|
8
|
+
title: e._("Type")
|
|
9
|
+
}),
|
|
10
|
+
pricePerUnit: r.number().min(0, e._("Price per unit must be 0 or greater")).meta({
|
|
11
|
+
title: e._("Price Per Unit")
|
|
12
|
+
}),
|
|
13
|
+
currency: t.meta({
|
|
14
|
+
title: e._("Currency")
|
|
15
|
+
}),
|
|
16
|
+
description: r.string().trim().max(280, e._("Description must be 280 characters or less")).optional().meta({
|
|
17
|
+
title: e._("Description")
|
|
18
|
+
}),
|
|
19
|
+
measureUnitId: r.string().optional().meta({
|
|
20
|
+
title: e._("Unit")
|
|
21
|
+
})
|
|
22
|
+
}), m = (e) => r.object({
|
|
23
|
+
name: r.string().trim().min(1, e._("Unit label is required")),
|
|
24
|
+
description: r.string().trim().optional()
|
|
25
|
+
});
|
|
117
26
|
export {
|
|
118
|
-
|
|
27
|
+
m as getMeasureUnitValidationSchema,
|
|
28
|
+
n as getProductValidationSchema
|
|
119
29
|
};
|
|
@@ -1,89 +1,119 @@
|
|
|
1
|
-
import { jsxs as r,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { useCurrencies as m } from "./index60.js";
|
|
5
|
-
import "react";
|
|
1
|
+
import { jsxs as r, jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useRef as L, useMemo as g, useCallback as P } from "react";
|
|
3
|
+
import { useCurrencies as U } from "./index60.js";
|
|
6
4
|
import "./index94.js";
|
|
7
|
-
import { useLingui as
|
|
5
|
+
import { useLingui as M } from "@lingui/react";
|
|
8
6
|
import "react-dom";
|
|
9
7
|
import "./index59.js";
|
|
10
8
|
import "@mui/x-data-grid";
|
|
11
|
-
import {
|
|
12
|
-
import "
|
|
13
|
-
import {
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
import { FieldLabel as w, Field as f, FieldContent as x, FieldError as p } from "./index160.js";
|
|
10
|
+
import { InputGroup as y, InputGroupAddon as N, InputGroupInput as T, InputGroupTextarea as E } from "./index103.js";
|
|
11
|
+
import { Input as z } from "./index130.js";
|
|
12
|
+
import { Label as C } from "./index285.js";
|
|
13
|
+
import { RadioGroup as A, RadioGroupItem as _ } from "./index286.js";
|
|
14
|
+
import { Typography as d } from "./index87.js";
|
|
15
|
+
import { Combobox as B, ComboboxInput as R, ComboboxContent as V, ComboboxList as j, ComboboxEmpty as D, ComboboxCollection as W, ComboboxItem as H } from "./index92.js";
|
|
16
|
+
import { useFormContext as q, Controller as s } from "react-hook-form";
|
|
17
|
+
import { twMerge as l } from "tailwind-merge";
|
|
18
|
+
import "react-hot-toast";
|
|
19
|
+
import { useGetMeasureUnits as J } from "./index224.js";
|
|
20
|
+
const wt = ({
|
|
21
|
+
isLoading: i,
|
|
22
|
+
isEditMode: c,
|
|
23
|
+
isProduct: F
|
|
16
24
|
}) => {
|
|
17
25
|
const {
|
|
18
26
|
i18n: a
|
|
19
|
-
} =
|
|
20
|
-
|
|
21
|
-
} =
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
/* @__PURE__ */
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
/* @__PURE__ */
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
/* @__PURE__ */ t("td", { className: "ttw:py-4 ttw:pr-2 ttw:font-normal", children: i?.product?.name }),
|
|
45
|
-
/* @__PURE__ */ t("td", { className: "ttw:py-4 ttw:px-2 ttw:font-normal ttw:whitespace-nowrap", children: a._("{quantity} x {price}", {
|
|
46
|
-
quantity: i?.quantity,
|
|
47
|
-
price: c(o ? i?.product?.price_after_tax?.value : i?.product?.price?.value, i?.product?.price?.currency)
|
|
48
|
-
}) }),
|
|
49
|
-
/* @__PURE__ */ t("td", { className: "ttw:py-4 ttw:px-2 ttw:font-normal ttw:text-right ttw:whitespace-nowrap", children: c(o ? i?.total_after_tax : i?.product?.price?.value * i?.quantity, i?.product?.price?.currency) }),
|
|
50
|
-
/* @__PURE__ */ r("td", { className: "ttw:py-4 ttw:pl-2 ttw:font-normal ttw:text-right", children: [
|
|
51
|
-
_(i?.product?.tax_rate?.value),
|
|
52
|
-
"%"
|
|
53
|
-
] })
|
|
54
|
-
] }, `${i?.product?.id}-${d}`)) })
|
|
27
|
+
} = M(), {
|
|
28
|
+
getSymbolFromCurrency: I
|
|
29
|
+
} = U(), u = L(null), {
|
|
30
|
+
data: S
|
|
31
|
+
} = J(), m = S?.data ?? [], {
|
|
32
|
+
control: n,
|
|
33
|
+
formState: {
|
|
34
|
+
errors: k
|
|
35
|
+
}
|
|
36
|
+
} = q(), G = g(() => m.map((t) => t.id), [m]), h = g(() => new Map(m.map((t) => [t.id, t.name])), [m]), b = P((t) => h.get(t) ?? t, [h]);
|
|
37
|
+
return /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", children: [
|
|
38
|
+
c && /* @__PURE__ */ e("div", { className: "ttw:flex ttw:items-center ttw:gap-3 ttw:pt-6 ttw:pb-7 ttw:border-b ttw:border-border", children: /* @__PURE__ */ e(d, { variant: "body1", className: "ttw:font-medium", children: a._("Editing {type} details", {
|
|
39
|
+
type: F ? "product" : "service"
|
|
40
|
+
}) }) }),
|
|
41
|
+
/* @__PURE__ */ e(s, { name: "type", control: n, render: ({
|
|
42
|
+
field: t
|
|
43
|
+
}) => /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-1.5", children: [
|
|
44
|
+
/* @__PURE__ */ e(w, { children: a._("Type") }),
|
|
45
|
+
/* @__PURE__ */ r(A, { className: "ttw:flex", value: t.value, disabled: i, onValueChange: t.onChange, children: [
|
|
46
|
+
/* @__PURE__ */ r("div", { className: l("ttw:flex ttw:p-4 ttw:flex-1 ttw:gap-2 ttw:border ttw:rounded-xl ttw:border-border ttw:hover:bg-primary/10 ttw:hover:border-primary/30", t.value === "product" && "ttw:bg-primary/10 ttw:border-primary/30"), children: [
|
|
47
|
+
/* @__PURE__ */ e(_, { value: "product", id: "type-product", className: l(t.value === "product" ? "ttw:bg-primary" : "ttw:bg-white"), dotClassName: l(t.value === "product" && "ttw:fill-white"), disabled: i }),
|
|
48
|
+
/* @__PURE__ */ r(C, { htmlFor: "type-product", className: "ttw:flex ttw:flex-col ttw:items-start ttw:gap-1.5", children: [
|
|
49
|
+
/* @__PURE__ */ e(d, { variant: "body2", className: "ttw:leading-3.5", children: a._("Product") }),
|
|
50
|
+
/* @__PURE__ */ e(d, { variant: "caption", color: "muted", children: a._("A physical or digital item") })
|
|
51
|
+
] })
|
|
55
52
|
] }),
|
|
56
|
-
/* @__PURE__ */
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
/* @__PURE__ */ t("h2", { className: "ttw:text-lg ttw:font-semibold ttw:leading-6", children: a._("Payment info") }),
|
|
62
|
-
/* @__PURE__ */ r("div", { className: "ttw:grid ttw:grid-cols-2 ttw:gap-4", children: [
|
|
63
|
-
/* @__PURE__ */ t(l, { label: a._("Payment terms"), value: e?.payment_terms?.name ?? "-" }),
|
|
64
|
-
/* @__PURE__ */ t(l, { label: a._("Payment details"), value: /* @__PURE__ */ r(s, { children: [
|
|
65
|
-
/* @__PURE__ */ r("span", { children: [
|
|
66
|
-
a._("Bank name:"),
|
|
67
|
-
" ",
|
|
68
|
-
n?.bank_name ?? "-"
|
|
69
|
-
] }),
|
|
70
|
-
/* @__PURE__ */ t("br", {}),
|
|
71
|
-
/* @__PURE__ */ r("span", { children: [
|
|
72
|
-
a._("Account number:"),
|
|
73
|
-
" ",
|
|
74
|
-
n?.account_number ?? "-"
|
|
75
|
-
] }),
|
|
76
|
-
/* @__PURE__ */ t("br", {}),
|
|
77
|
-
/* @__PURE__ */ r("span", { children: [
|
|
78
|
-
a._("Routing number:"),
|
|
79
|
-
" ",
|
|
80
|
-
n?.routing_number ?? "-"
|
|
53
|
+
/* @__PURE__ */ r("div", { className: l("ttw:flex ttw:p-4 ttw:flex-1 ttw:gap-2 ttw:border ttw:rounded-xl ttw:border-border ttw:hover:bg-primary/10 ttw:hover:border-primary/30", t.value === "service" && "ttw:bg-primary/10 ttw:border-primary/30"), children: [
|
|
54
|
+
/* @__PURE__ */ e(_, { value: "service", id: "type-service", className: l(t.value === "service" ? "ttw:bg-primary" : "ttw:bg-white"), dotClassName: l(t.value === "service" && "ttw:fill-white"), disabled: i }),
|
|
55
|
+
/* @__PURE__ */ r(C, { htmlFor: "type-service", className: "ttw:flex ttw:flex-col ttw:items-start ttw:gap-1.5", children: [
|
|
56
|
+
/* @__PURE__ */ e(d, { variant: "body2", className: "ttw:leading-3.5", children: a._("Service") }),
|
|
57
|
+
/* @__PURE__ */ e(d, { variant: "caption", color: "muted", children: a._("Work or labor you provide") })
|
|
81
58
|
] })
|
|
82
|
-
] })
|
|
59
|
+
] })
|
|
83
60
|
] })
|
|
84
|
-
] })
|
|
61
|
+
] }) }),
|
|
62
|
+
/* @__PURE__ */ e(s, { name: "name", control: n, render: ({
|
|
63
|
+
field: t,
|
|
64
|
+
fieldState: {
|
|
65
|
+
error: o
|
|
66
|
+
}
|
|
67
|
+
}) => /* @__PURE__ */ e(f, { children: /* @__PURE__ */ r(x, { children: [
|
|
68
|
+
/* @__PURE__ */ e(w, { htmlFor: t.name, children: a._("Name") }),
|
|
69
|
+
/* @__PURE__ */ e(z, { ...t, id: t.name, placeholder: a._("e.g. House blend espresso beans"), className: c ? "ttw:bg-white" : "", disabled: i, "aria-invalid": !!o || void 0 }),
|
|
70
|
+
/* @__PURE__ */ e(p, { errors: [o] })
|
|
71
|
+
] }) }) }),
|
|
72
|
+
/* @__PURE__ */ r("div", { className: "ttw:w-1/2 ttw:flex ttw:flex-col ttw:gap-1.5", children: [
|
|
73
|
+
/* @__PURE__ */ e(w, { children: a._("Price per unit") }),
|
|
74
|
+
/* @__PURE__ */ r("div", { className: l("ttw:flex ttw:overflow-hidden ttw:rounded-md ttw:border ttw:border-input ttw:shadow-xs ttw:transition-[color,box-shadow]", "ttw:focus-within:border-ring ttw:focus-within:ring-[3px] ttw:focus-within:ring-ring/50", "ttw:has-[[data-slot][aria-invalid=true]]:border-destructive ttw:has-[[data-slot][aria-invalid=true]]:ring-[3px] ttw:has-[[data-slot][aria-invalid=true]]:ring-destructive/20", c && "ttw:bg-white"), ref: u, children: [
|
|
75
|
+
/* @__PURE__ */ e(s, { name: "pricePerUnit", control: n, render: ({
|
|
76
|
+
field: t,
|
|
77
|
+
fieldState: {
|
|
78
|
+
error: o
|
|
79
|
+
}
|
|
80
|
+
}) => /* @__PURE__ */ r(y, { className: "ttw:flex-1 ttw:border-0 ttw:shadow-none ttw:rounded-none ttw:has-[[data-slot=input-group-control]:focus-visible]:border-transparent ttw:has-[[data-slot=input-group-control]:focus-visible]:ring-0", children: [
|
|
81
|
+
/* @__PURE__ */ e(N, { align: "inline-start", children: I("USD") }),
|
|
82
|
+
/* @__PURE__ */ e(T, { type: "number", name: t.name, ref: t.ref, value: t.value ?? "", onChange: (v) => t.onChange(v.target.value === "" ? void 0 : Number(v.target.value)), className: "ttw:text-end", onBlur: t.onBlur, placeholder: "0.00", "aria-invalid": !!o || void 0, disabled: i })
|
|
83
|
+
] }) }),
|
|
84
|
+
/* @__PURE__ */ e("div", { className: "ttw:w-px ttw:shrink-0 ttw:bg-border" }),
|
|
85
|
+
/* @__PURE__ */ e(s, { name: "measureUnitId", control: n, render: ({
|
|
86
|
+
field: t
|
|
87
|
+
}) => /* @__PURE__ */ r(B, { value: t.value ?? null, onValueChange: (o) => t.onChange(o ?? void 0), items: G, itemToStringLabel: b, disabled: i, children: [
|
|
88
|
+
/* @__PURE__ */ e(R, { showClear: !!t.value, placeholder: "-", disabled: i, className: "ttw:w-28 ttw:border-0 ttw:shadow-none ttw:rounded-none ttw:has-[[data-slot=input-group-control]:focus-visible]:border-transparent ttw:has-[[data-slot=input-group-control]:focus-visible]:ring-0" }),
|
|
89
|
+
/* @__PURE__ */ e(V, { container: u.current, children: /* @__PURE__ */ r(j, { children: [
|
|
90
|
+
/* @__PURE__ */ e(D, { children: a._("No units found") }),
|
|
91
|
+
/* @__PURE__ */ e(W, { children: (o) => /* @__PURE__ */ e(H, { value: o, children: b(o) }, o) })
|
|
92
|
+
] }) })
|
|
93
|
+
] }) })
|
|
94
|
+
] }),
|
|
95
|
+
/* @__PURE__ */ e(p, { errors: [k.pricePerUnit] })
|
|
96
|
+
] }),
|
|
97
|
+
/* @__PURE__ */ e(s, { name: "description", control: n, render: ({
|
|
98
|
+
field: t,
|
|
99
|
+
fieldState: {
|
|
100
|
+
error: o
|
|
101
|
+
}
|
|
102
|
+
}) => /* @__PURE__ */ e(f, { className: "ttw:block", children: /* @__PURE__ */ r(x, { children: [
|
|
103
|
+
/* @__PURE__ */ r(w, { htmlFor: t.name, className: "ttw:gap-1", children: [
|
|
104
|
+
a._("Description"),
|
|
105
|
+
/* @__PURE__ */ e(d, { variant: "body2", color: "muted", className: "ttw:leading-snug", children: a._("(optional)") })
|
|
106
|
+
] }),
|
|
107
|
+
/* @__PURE__ */ r(y, { className: l(c && "ttw:bg-white"), children: [
|
|
108
|
+
/* @__PURE__ */ e(E, { ...t, id: t.name, placeholder: a._("e.g. 16oz whole bean, medium-dark roast, ground to order"), rows: 4, maxLength: 280, disabled: i, "aria-invalid": !!o || void 0 }),
|
|
109
|
+
/* @__PURE__ */ e(N, { align: "block-end", className: "ttw:cursor-default", children: /* @__PURE__ */ e(d, { variant: "caption", color: "muted", className: "ttw:leading-none", children: a._("{count}/280 characters", {
|
|
110
|
+
count: (t.value ?? "").length
|
|
111
|
+
}) }) })
|
|
112
|
+
] }),
|
|
113
|
+
/* @__PURE__ */ e(p, { errors: [o] })
|
|
114
|
+
] }) }) })
|
|
85
115
|
] });
|
|
86
116
|
};
|
|
87
117
|
export {
|
|
88
|
-
|
|
118
|
+
wt as ProductFormContent
|
|
89
119
|
};
|