@tesouro/embedded-components-react 0.2.31 → 0.2.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -9
- package/dist/index.css +75 -8
- package/dist/index.d.ts +80 -67
- package/dist/lib/BankAccountsWidget.d.ts +80 -67
- package/dist/lib/ReceivablesWidget.js +25 -25
- package/dist/libs/embedded-banking/shared/util/dist/index10.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index11.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index2.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index3.js +323 -0
- package/dist/libs/embedded-banking/shared/util/dist/index8.js +145 -0
- package/dist/libs/embedded-banking/shared/util/dist/index9.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index4.js +22 -20
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index10.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index11.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +166 -135
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index4.js +2 -1
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index5.js +58 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index6.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index7.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index8.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index9.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +189 -166
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index3.js +40 -23
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index4.js +201 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index5.js +92 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index6.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index7.js +28 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index4.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index5.js +98 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index10.js +85 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +70 -146
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index3.js +244 -9
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index5.js +44 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index6.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index7.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index8.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index9.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index2.js +87 -152
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index3.js +34 -20
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index4.js +95 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index5.js +54 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index6.js +168 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index3.js +25 -25
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index105.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index109.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index110.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index111.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index113.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index115.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +12 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +23 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +23 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +35 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +4 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +2 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +25 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +1269 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +32 -1270
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +10 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +9 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +57 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +397 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +68 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +2 -197
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +406 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +76 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +6 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +9 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +33 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +30 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +8 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +12 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +25 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +13 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +12 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +121 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +7 -249
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +10 -181
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +46 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +42 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +12 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +39 -103
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +15 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +11 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +151 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +54 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +59 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +29 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +3 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +64 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +35 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +76 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +5 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +98 -185
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +56 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +23 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +10 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +15 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +18 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +2 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +11 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +20 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +18 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +27 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +117 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +68 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +12 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +12 -370
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +25 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +93 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +98 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +16 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +12 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +10 -89
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +46 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +74 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +58 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +197 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +14 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +24 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +78 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +28 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +41 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +6 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +245 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +179 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +20 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +12 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +117 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +79 -144
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +106 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +108 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +54 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +64 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +88 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +48 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +34 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +113 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +70 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +185 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +31 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +121 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +59 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +19 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +27 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +17 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +13 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +10 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +22 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +4 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +5 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +6 -99
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +43 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +367 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +18 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +21 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +19 -397
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +13 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +15 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +92 -406
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +101 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +26 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +5 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +11 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +5 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +10 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +214 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +12 -214
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +11 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +7 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +35 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +146 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +85 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +23 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +183 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index25.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +24 -343
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +37 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +45 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +24 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +5 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +73 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +32 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +18 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +490 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +168 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index26.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +34 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +51 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +34 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +54 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +344 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +2 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +18 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +12 -144
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +20 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +23 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +37 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +29 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +15 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +17 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +12 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +26 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +37 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +52 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +30 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +97 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index28.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +44 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +72 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +66 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +149 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +10 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +17 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +23 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +33 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +20 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index29.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +15 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +17 -489
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +165 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +129 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +161 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +8 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +18 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +60 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +64 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +60 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index30.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +4 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +9 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +58 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +24 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +59 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +14 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +22 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +52 -123
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +28 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +59 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index31.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +16 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +2 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +91 -154
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +97 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +191 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +12 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +63 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +23 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +127 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +36 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index32.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +45 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +37 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +31 -342
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +7 -302
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +99 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +21 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +31 -263
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +53 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +42 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +17 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index33.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +58 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +13 -192
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +89 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +126 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +16 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +37 -187
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +40 -105
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +19 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +36 -285
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +338 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index34.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +303 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +98 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +156 -219
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +267 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +25 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +39 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +60 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +29 -109
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +113 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +21 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +41 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +54 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +18 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +39 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +14 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +75 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +76 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +44 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +157 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +28 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +29 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +78 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +62 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +42 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +22 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +182 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +106 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +81 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +288 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +40 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +15 -134
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +81 -157
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +223 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +49 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +48 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +106 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +18 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +28 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +37 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +59 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +94 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +108 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +88 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +16 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +29 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +14 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +21 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +16 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +48 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +35 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +28 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +15 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +70 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +94 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +31 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +9 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +66 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +18 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +44 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +28 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +32 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +31 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +4 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +126 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +13 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +18 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +20 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +12 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +15 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +20 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +12 -127
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +35 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +9 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +66 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +2 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +7 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +54 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +18 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +101 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +103 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +59 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +17 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +96 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +38 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +34 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +12 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +31 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +85 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +24 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +75 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +68 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +39 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +29 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +19 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +38 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +5 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +113 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +18 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +16 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +16 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +16 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +16 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +72 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +16 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +16 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +16 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +11 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +25 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +23 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +53 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +33 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +70 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +82 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +52 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +49 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +49 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +29 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +52 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +36 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +47 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +68 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +21 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +52 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +19 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +15 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +91 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +16 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +75 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +22 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +9 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +34 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +53 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +19 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +47 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +56 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +32 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index49.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index490.js +39 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index491.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index492.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index493.js +51 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index494.js +54 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index495.js +40 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index496.js +19 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index497.js +36 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index498.js +48 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index56.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index57.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index60.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index80.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index81.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index90.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index91.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index96.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +269 -259
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +216 -196
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +25 -25
- package/package.json +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index5.js +0 -31
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index3.js +0 -13
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index2.js +0 -27
|
@@ -1,188 +1,101 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
})
|
|
28
|
-
|
|
29
|
-
})
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}),
|
|
36
|
-
|
|
37
|
-
title: e._("To")
|
|
38
|
-
}),
|
|
39
|
-
subject: r.string().min(1, e._("Subject is required")).meta({
|
|
40
|
-
title: e._("Subject")
|
|
41
|
-
}),
|
|
42
|
-
body: r.string().min(1, e._("Body is required")).meta({
|
|
43
|
-
title: e._("Body")
|
|
44
|
-
})
|
|
45
|
-
}), l = (e) => {
|
|
46
|
-
const t = r.object({
|
|
47
|
-
id: r.string().optional(),
|
|
48
|
-
quantity: r.number().min(0.1, e._("Quantity is a required field")),
|
|
49
|
-
product_id: r.string().optional(),
|
|
50
|
-
taxable: r.boolean().optional(),
|
|
51
|
-
product: r.object({
|
|
52
|
-
name: r.string().min(1, e._("Name is a required field")).max(100, e._("Product name must be 100 characters or less")),
|
|
53
|
-
description: r.string().optional(),
|
|
54
|
-
price: r.object({
|
|
55
|
-
currency: m(),
|
|
56
|
-
value: r.number()
|
|
57
|
-
}),
|
|
58
|
-
measure_unit_id: r.string().optional(),
|
|
59
|
-
type: r.enum(["product", "service"])
|
|
60
|
-
}),
|
|
61
|
-
tax_rate_value: r.number().min(0, e._("Tax rate must be 0 or greater")).max(100, e._("Tax rate must be 100 or less")).optional()
|
|
62
|
-
});
|
|
63
|
-
return r.array(t).min(1, e._("Please, add at least 1 item to proceed with this invoice"));
|
|
64
|
-
}, n = (e) => r.object({
|
|
65
|
-
counterpart_id: r.string().min(1, e._("Customer is a required field")),
|
|
66
|
-
entity_vat_id_id: r.string().optional(),
|
|
67
|
-
purchase_order: r.string().optional(),
|
|
68
|
-
terms_and_conditions: r.string().optional(),
|
|
69
|
-
default_billing_address_id: r.string().optional(),
|
|
70
|
-
default_shipping_address_id: r.string().optional(),
|
|
71
|
-
tax_rate: r.string().optional(),
|
|
72
|
-
memo: r.string().optional(),
|
|
73
|
-
payment_terms_id: r.string().min(1, e._("Payment terms is a required field")),
|
|
74
|
-
payment_terms_custom_date: r.date().nullable().optional(),
|
|
75
|
-
footer: r.string().optional(),
|
|
76
|
-
line_items: l(e),
|
|
77
|
-
overdue_reminder_id: r.string().nullable().optional(),
|
|
78
|
-
payment_reminder_id: r.string().nullable().optional(),
|
|
79
|
-
tax_mode: r.enum(["exclusive", "inclusive"])
|
|
80
|
-
}), q = (e, t) => n(e).extend({
|
|
81
|
-
type: r.string(),
|
|
82
|
-
bank_account_id: t ? r.string().min(1, e._("Choose how to get paid.")) : r.string().optional(),
|
|
83
|
-
bank_account_type: r.enum(["INTERNAL", "EXTERNAL", "BANK_DETAILS"]).optional(),
|
|
84
|
-
...i().shape
|
|
85
|
-
}).superRefine((a, s) => o(a, s, e)), x = (e) => n(e).extend({
|
|
86
|
-
bank_account_id: r.string().optional(),
|
|
87
|
-
// The edit form renders no payment-term picker — terms are fixed at
|
|
88
|
-
// creation and echoed back unchanged. Invoices created with an inline
|
|
89
|
-
// term (e.g. "Due on receipt") carry no saved `payment_terms_id`, so the
|
|
90
|
-
// base schema's `min(1)` requirement would make them fail every later
|
|
91
|
-
// edit. Relax it to optional here.
|
|
92
|
-
payment_terms_id: r.string().optional()
|
|
93
|
-
}), i = () => r.object({
|
|
94
|
-
// `once` isn't part of the API's `RecurrenceFrequency` enum ('day' |
|
|
95
|
-
// 'week' | 'month' | 'quarter' | 'year') — it represents not creating a
|
|
96
|
-
// recurrence at all. The other recurrence fields are optional here and
|
|
97
|
-
// only required (via `refineRecurrenceFields` below) when frequency
|
|
98
|
-
// isn't `once`.
|
|
99
|
-
frequency: r.enum(["once", "day", "week", "month", "quarter", "year"]),
|
|
100
|
-
recurrence_start_date: r.date().optional(),
|
|
101
|
-
recurrence_end_date: r.date().optional(),
|
|
102
|
-
// Holds the deprecated `first_day`/`last_day` values as well as a plain
|
|
103
|
-
// day-of-month string ('1'..'31') from the monthly day-of-month picker —
|
|
104
|
-
// the API's `day_of_month` enum only covers the first two.
|
|
105
|
-
recurrence_issue_mode: r.string().optional(),
|
|
106
|
-
// Day of week selected for a weekly recurrence — only one can be active
|
|
107
|
-
// at a time. Note: the Monite `CreateRecurrencePayload` has no field for
|
|
108
|
-
// this — a weekly recurrence's day is derived from `start_date` alone.
|
|
109
|
-
// This is captured for now so the selection isn't lost; how it maps to
|
|
110
|
-
// the request body still needs to be decided.
|
|
111
|
-
recurrence_days_of_week: r.enum(["mo", "tu", "we", "th", "fr", "sa", "su"]).optional(),
|
|
112
|
-
// Which mutually-exclusive end condition is active — maps to the API's
|
|
113
|
-
// `end_date` vs `max_occurrences`.
|
|
114
|
-
recurrence_end_mode: r.enum(["after", "on"]).optional(),
|
|
115
|
-
recurrence_max_occurrences: r.coerce.number().int().min(1).max(1e3).optional(),
|
|
116
|
-
recurrence_subject_text: r.string().optional(),
|
|
117
|
-
recurrence_body_text: r.string().optional()
|
|
118
|
-
}), o = (e, t, a) => {
|
|
119
|
-
if (!(!e.frequency || e.frequency === "once"))
|
|
120
|
-
switch (e.recurrence_start_date || t.addIssue({
|
|
121
|
-
code: "custom",
|
|
122
|
-
message: a._("Start date is required"),
|
|
123
|
-
path: ["recurrence_start_date"]
|
|
124
|
-
}), e.frequency) {
|
|
125
|
-
case "month":
|
|
126
|
-
e.recurrence_issue_mode || t.addIssue({
|
|
127
|
-
code: "custom",
|
|
128
|
-
message: a._("Day of month is required"),
|
|
129
|
-
path: ["recurrence_issue_mode"]
|
|
130
|
-
}), e.recurrence_max_occurrences || t.addIssue({
|
|
131
|
-
code: "custom",
|
|
132
|
-
message: a._("Number of months is required"),
|
|
133
|
-
path: ["recurrence_max_occurrences"]
|
|
134
|
-
});
|
|
135
|
-
break;
|
|
136
|
-
case "week":
|
|
137
|
-
e.recurrence_days_of_week || t.addIssue({
|
|
138
|
-
code: "custom",
|
|
139
|
-
message: a._("Day of week is required"),
|
|
140
|
-
path: ["recurrence_days_of_week"]
|
|
141
|
-
}), e.recurrence_max_occurrences || t.addIssue({
|
|
142
|
-
code: "custom",
|
|
143
|
-
message: a._("Number of weeks is required"),
|
|
144
|
-
path: ["recurrence_max_occurrences"]
|
|
145
|
-
});
|
|
146
|
-
break;
|
|
147
|
-
case "quarter":
|
|
148
|
-
e.recurrence_max_occurrences || t.addIssue({
|
|
149
|
-
code: "custom",
|
|
150
|
-
message: a._("Number of quarters is required"),
|
|
151
|
-
path: ["recurrence_max_occurrences"]
|
|
152
|
-
});
|
|
153
|
-
break;
|
|
154
|
-
case "year":
|
|
155
|
-
e.recurrence_max_occurrences || t.addIssue({
|
|
156
|
-
code: "custom",
|
|
157
|
-
message: a._("Number of years is required"),
|
|
158
|
-
path: ["recurrence_max_occurrences"]
|
|
159
|
-
});
|
|
160
|
-
break;
|
|
161
|
-
case "day":
|
|
162
|
-
e.recurrence_end_mode ? e.recurrence_end_mode === "after" && !e.recurrence_max_occurrences ? t.addIssue({
|
|
163
|
-
code: "custom",
|
|
164
|
-
message: a._("Number of days is required"),
|
|
165
|
-
path: ["recurrence_max_occurrences"]
|
|
166
|
-
}) : e.recurrence_end_mode === "on" && !e.recurrence_end_date && t.addIssue({
|
|
167
|
-
code: "custom",
|
|
168
|
-
message: a._("End date is required"),
|
|
169
|
-
path: ["recurrence_end_date"]
|
|
170
|
-
}) : t.addIssue({
|
|
171
|
-
code: "custom",
|
|
172
|
-
message: a._("End condition is required"),
|
|
173
|
-
path: ["recurrence_end_mode"]
|
|
174
|
-
});
|
|
175
|
-
break;
|
|
1
|
+
import { jsx as t, jsxs as r } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useState as f } from "react";
|
|
3
|
+
import { toast as n } from "react-hot-toast";
|
|
4
|
+
import "./index59.js";
|
|
5
|
+
import { useLingui as _ } from "@lingui/react";
|
|
6
|
+
import "./index94.js";
|
|
7
|
+
import { useFileInput as z } from "./index63.js";
|
|
8
|
+
import "react-dom";
|
|
9
|
+
import "@mui/x-data-grid";
|
|
10
|
+
import { Button as s } from "./index86.js";
|
|
11
|
+
import { Popover as D, PopoverTrigger as P, PopoverContent as k } from "./index402.js";
|
|
12
|
+
import { cn as F } from "./index102.js";
|
|
13
|
+
import { ChevronUpIcon as I, ChevronDownIcon as U, CloudUpload as j, Copy as A, Plus as E } from "lucide-react";
|
|
14
|
+
const K = ({
|
|
15
|
+
isCreateAllowed: u,
|
|
16
|
+
onCreateInvoice: h,
|
|
17
|
+
handleFileUpload: w
|
|
18
|
+
}) => {
|
|
19
|
+
const {
|
|
20
|
+
i18n: e
|
|
21
|
+
} = _(), [c, a] = f(!1), {
|
|
22
|
+
FileInput: x,
|
|
23
|
+
openFileInput: b,
|
|
24
|
+
checkFileError: y
|
|
25
|
+
} = z(), [g, i] = f(!1), v = (l) => {
|
|
26
|
+
l.preventDefault(), i(!0);
|
|
27
|
+
}, N = (l) => {
|
|
28
|
+
l.preventDefault(), i(!1);
|
|
29
|
+
}, d = 10, C = (l) => {
|
|
30
|
+
l.preventDefault(), i(!1);
|
|
31
|
+
const o = Array.from(l.dataTransfer.files);
|
|
32
|
+
if (o.length > d) {
|
|
33
|
+
n.error(e._("You can only upload up to {fileCount} files at a time", {
|
|
34
|
+
fileCount: d
|
|
35
|
+
})), a(!1);
|
|
36
|
+
return;
|
|
176
37
|
}
|
|
177
|
-
|
|
38
|
+
o.forEach((m) => {
|
|
39
|
+
const p = y(m);
|
|
40
|
+
if (p) {
|
|
41
|
+
n.error(p);
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
w(m);
|
|
45
|
+
}), a(!1);
|
|
46
|
+
};
|
|
47
|
+
return /* @__PURE__ */ t("div", { className: "Monite-Payables", children: /* @__PURE__ */ r(D, { open: c, onOpenChange: a, children: [
|
|
48
|
+
/* @__PURE__ */ t(P, { asChild: !0, children: /* @__PURE__ */ r(s, { size: "lg", disabled: !u, children: [
|
|
49
|
+
e._("Add new bill"),
|
|
50
|
+
c ? /* @__PURE__ */ t(I, {}) : /* @__PURE__ */ t(U, {})
|
|
51
|
+
] }) }),
|
|
52
|
+
/* @__PURE__ */ r(k, { align: "end", className: "ttw:w-auto ttw:min-w-110 ttw:border-none ttw:p-6", children: [
|
|
53
|
+
/* @__PURE__ */ r("div", { className: "ttw:w-110 ttw:flex ttw:flex-col ttw:gap-4", onClick: (l) => {
|
|
54
|
+
l.preventDefault(), l.stopPropagation();
|
|
55
|
+
}, children: [
|
|
56
|
+
/* @__PURE__ */ r("div", { children: [
|
|
57
|
+
/* @__PURE__ */ t("h3", { className: "ttw:text-xl ttw:font-semibold ttw:text-zinc-950", children: e._("Upload bills") }),
|
|
58
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-sm ttw:font-normal ttw:text-zinc-500", children: e._("Upload your bills and we'll automatically pull the details so you can review and approve.") })
|
|
59
|
+
] }),
|
|
60
|
+
/* @__PURE__ */ t("div", { className: F("ttw:box-border ttw:cursor-pointer ttw:w-full ttw:h-36.5 ttw:flex ttw:flex-col ttw:items-center ttw:justify-center ttw:text-center ttw:border ttw:rounded-lg ttw:border-dashed ttw:border-zinc-200 ttw:bg-zinc-50", g && "ttw:bg-transparent"), onDragOver: v, onDragLeave: N, onDrop: C, onClick: b, children: /* @__PURE__ */ r("div", { className: "ttw:mx-auto ttw:flex ttw:flex-col ttw:items-center ttw:gap-2", children: [
|
|
61
|
+
/* @__PURE__ */ t("div", { className: "ttw:w-11 ttw:h-11 ttw:rounded-full ttw:bg-primary ttw:flex ttw:items-center ttw:justify-center", children: /* @__PURE__ */ t(j, { className: "ttw:text-white ttw:size-5" }) }),
|
|
62
|
+
/* @__PURE__ */ r("p", { className: "ttw:text-sm ttw:font-medium ttw:text-zinc-950", children: [
|
|
63
|
+
e._("Drop your files here, or"),
|
|
64
|
+
" ",
|
|
65
|
+
/* @__PURE__ */ t("span", { className: "ttw:text-primary ttw:underline", children: e._("click to browse") })
|
|
66
|
+
] }),
|
|
67
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-xs ttw:font-normal ttw:text-zinc-500", children: e._("PDF, PNG or JPG (max. 20MB)") })
|
|
68
|
+
] }) }),
|
|
69
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
|
|
70
|
+
/* @__PURE__ */ t("h3", { className: "ttw:text-primary ttw:text-sm ttw:font-semibold", children: e._("Send via email") }),
|
|
71
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-zinc-500 ttw:font-normal ttw:text-sm", children: e._("Email your bills here and they'll appear in your bill pay inbox, ready to review and pay.") })
|
|
72
|
+
] }),
|
|
73
|
+
/* @__PURE__ */ r("div", { className: "ttw:px-3 ttw:h-14 ttw:border ttw:border-zinc-200 ttw:rounded-lg ttw:flex ttw:items-center ttw:justify-between ttw:gap-6", children: [
|
|
74
|
+
/* @__PURE__ */ t("span", { children: e._("bills@business-banking.com") }),
|
|
75
|
+
/* @__PURE__ */ r(s, { type: "button", variant: "ghost", size: "sm", className: "ttw:text-primary ttw:hover:bg-primary-foreground ttw:hover:text-primary", onClick: () => {
|
|
76
|
+
navigator.clipboard.writeText("bills@business-banking.com"), n.success(e._("Email address copied to clipboard"));
|
|
77
|
+
}, children: [
|
|
78
|
+
/* @__PURE__ */ t(A, {}),
|
|
79
|
+
e._("Copy")
|
|
80
|
+
] })
|
|
81
|
+
] }),
|
|
82
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", children: [
|
|
83
|
+
/* @__PURE__ */ t("h3", { className: "ttw:text-sm ttw:font-semibold ttw:text-primary", children: e._("Or add bill manually") }),
|
|
84
|
+
/* @__PURE__ */ r(s, { onClick: () => {
|
|
85
|
+
a(!1), h();
|
|
86
|
+
}, className: "ttw:w-fit ttw:bg-primary-foreground ttw:hover:bg-primary-foreground ttw:text-primary", children: [
|
|
87
|
+
/* @__PURE__ */ t(E, {}),
|
|
88
|
+
e._("Add new bill")
|
|
89
|
+
] })
|
|
90
|
+
] })
|
|
91
|
+
] }),
|
|
92
|
+
/* @__PURE__ */ t(x, { "aria-label": e._("Upload payable files"), multiple: !0, onChange: (l) => {
|
|
93
|
+
const o = l.target.files;
|
|
94
|
+
o && w(o), a(!1);
|
|
95
|
+
} })
|
|
96
|
+
] })
|
|
97
|
+
] }) });
|
|
98
|
+
};
|
|
178
99
|
export {
|
|
179
|
-
|
|
180
|
-
q as getCreateInvoiceValidationSchema,
|
|
181
|
-
k as getCreateRecurrenceValidationSchema,
|
|
182
|
-
m as getCurrencyEnum,
|
|
183
|
-
f as getEmailInvoiceDetailsSchema,
|
|
184
|
-
y as getEntityBankAccountValidationSchema,
|
|
185
|
-
_ as getUpdateBankAccountSchema,
|
|
186
|
-
x as getUpdateInvoiceValidationSchema,
|
|
187
|
-
h as manualPaymentRecordValidationSchema
|
|
100
|
+
K as CreatePayableMenu
|
|
188
101
|
};
|
|
@@ -1,33 +1,59 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
};
|
|
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;
|
|
28
47
|
}
|
|
29
48
|
export {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
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
|
|
33
59
|
};
|
|
@@ -1,126 +1,29 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import * as u from "@radix-ui/react-select";
|
|
5
|
-
import { useUserPermissions as P } from "./index157.js";
|
|
6
|
-
import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
|
|
7
|
-
import "../../shared/data-access/dist/lib/EmbedApiContext.js";
|
|
8
|
-
import "../../shared/data-access/dist/lib/rest/client.gen.js";
|
|
9
|
-
import "@tanstack/react-query";
|
|
10
|
-
import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
11
|
-
import { Scope as p } from "../../shared/data-access/dist/lib/scopes.js";
|
|
12
|
-
import { useLingui as $ } from "@lingui/react";
|
|
13
|
-
import { Plus as F, Check as T } from "lucide-react";
|
|
14
|
-
import "react-hot-toast";
|
|
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";
|
|
15
4
|
import "./index59.js";
|
|
16
|
-
import
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
import "./index94.js";
|
|
25
|
-
import "react-dom";
|
|
26
|
-
import "@mui/x-data-grid";
|
|
27
|
-
import { Field as L, FieldContent as O, FieldLabel as j, FieldError as D } from "./index204.js";
|
|
28
|
-
import { Select as G, SelectTrigger as M, SelectValue as U, SelectContent as q, SelectItem as K } from "./index283.js";
|
|
29
|
-
const kt = ({
|
|
30
|
-
disabled: k,
|
|
31
|
-
handleOpenBankModal: s
|
|
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
|
|
32
13
|
}) => {
|
|
33
14
|
const {
|
|
34
|
-
i18n:
|
|
35
|
-
} =
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
id: t.id,
|
|
46
|
-
display_name: t.display_name,
|
|
47
|
-
bank_name: t.bank_name,
|
|
48
|
-
account_number: t.account_number,
|
|
49
|
-
account_number_last4: t.account_number_last4,
|
|
50
|
-
isEditable: !0,
|
|
51
|
-
bank_account_type: "BANK_DETAILS"
|
|
52
|
-
})), ...(b?.data ?? []).filter((t) => t.status === "ACTIVE").map((t) => ({
|
|
53
|
-
id: t.id,
|
|
54
|
-
display_name: t.nickname,
|
|
55
|
-
bank_name: null,
|
|
56
|
-
account_number: t.accountNumber,
|
|
57
|
-
account_number_last4: null,
|
|
58
|
-
isEditable: !1,
|
|
59
|
-
bank_account_type: "INTERNAL"
|
|
60
|
-
})), ...(_?.data ?? []).filter((t) => t.accountStatus === "ACTIVE" && t.verificationStatus === "VERIFIED").map((t) => ({
|
|
61
|
-
id: t.id,
|
|
62
|
-
display_name: t.nickname || t.nameOnAccount,
|
|
63
|
-
bank_name: null,
|
|
64
|
-
account_number: t.accountNumber,
|
|
65
|
-
account_number_last4: null,
|
|
66
|
-
isEditable: !1,
|
|
67
|
-
bank_account_type: "EXTERNAL"
|
|
68
|
-
}))], [w, b, _]);
|
|
69
|
-
return /* @__PURE__ */ e(B, { name: "bank_account_id", control: y, render: ({
|
|
70
|
-
field: t,
|
|
71
|
-
fieldState: {
|
|
72
|
-
error: m
|
|
73
|
-
}
|
|
74
|
-
}) => {
|
|
75
|
-
const f = t.value ? l.find((a) => a.id === t.value) : void 0;
|
|
76
|
-
return /* @__PURE__ */ e(L, { children: /* @__PURE__ */ n(O, { children: [
|
|
77
|
-
/* @__PURE__ */ e(j, { htmlFor: "bank_account_id", required: !0, children: i._("Receive payments to") }),
|
|
78
|
-
/* @__PURE__ */ n("div", { className: "ttw:relative", children: [
|
|
79
|
-
/* @__PURE__ */ n(G, { ...t, disabled: k, value: t.value, onValueChange: (a) => {
|
|
80
|
-
if (a === "add_new")
|
|
81
|
-
s();
|
|
82
|
-
else {
|
|
83
|
-
t.onChange(a);
|
|
84
|
-
const r = l.find((d) => d.id === a);
|
|
85
|
-
r && x("bank_account_type", r.bank_account_type);
|
|
86
|
-
}
|
|
87
|
-
}, children: [
|
|
88
|
-
/* @__PURE__ */ e(M, { id: "bank_account_id", className: "ttw:w-full", "aria-invalid": !!m, children: /* @__PURE__ */ e(U, { placeholder: i._("Select bank account") }) }),
|
|
89
|
-
/* @__PURE__ */ n(q, { children: [
|
|
90
|
-
g && /* @__PURE__ */ n(K, { value: "add_new", className: "ttw:text-primary ttw:hover:text-primary ttw:font-semibold ttw:focus:text-primary", children: [
|
|
91
|
-
/* @__PURE__ */ e(F, { className: "ttw:text-primary ttw:hover:text-primary ttw:font-semibold ttw:focus:text-primary" }),
|
|
92
|
-
i._("Add new bank account")
|
|
93
|
-
] }),
|
|
94
|
-
l.map(({
|
|
95
|
-
id: a,
|
|
96
|
-
display_name: r,
|
|
97
|
-
bank_name: d,
|
|
98
|
-
account_number: E,
|
|
99
|
-
account_number_last4: N,
|
|
100
|
-
isEditable: A
|
|
101
|
-
}) => {
|
|
102
|
-
const h = E?.slice(-4) ?? N, C = [r ? "|" : void 0, d, h ? `****${h}` : void 0].filter(Boolean).join(" ");
|
|
103
|
-
return /* @__PURE__ */ n(u.Item, { value: a, className: "ttw:focus:bg-accent ttw:focus:text-accent-foreground ttw:[&_svg:not([class*=text-])]:text-muted-foreground ttw:relative ttw:flex ttw:w-full ttw:cursor-default ttw:select-none ttw:items-center ttw:gap-2 ttw:rounded-sm ttw:px-2 ttw:py-1.5 ttw:text-sm ttw:outline-hidden ttw:data-disabled:pointer-events-none ttw:data-disabled:opacity-50", children: [
|
|
104
|
-
/* @__PURE__ */ e(u.ItemText, { asChild: !0, children: /* @__PURE__ */ n("span", { className: "ttw:flex ttw:min-w-0 ttw:flex-1 ttw:items-center ttw:gap-1 ttw:overflow-hidden", children: [
|
|
105
|
-
r && /* @__PURE__ */ e("span", { className: "ttw:truncate", children: r }),
|
|
106
|
-
/* @__PURE__ */ e("span", { className: "ttw:shrink-0 ttw:text-muted-foreground", children: C })
|
|
107
|
-
] }) }),
|
|
108
|
-
/* @__PURE__ */ n("span", { className: "ttw:flex ttw:shrink-0 ttw:items-center ttw:gap-1", children: [
|
|
109
|
-
A && /* @__PURE__ */ e(v, { type: "button", variant: "ghost", size: "sm", className: "ttw:text-primary ttw:hover:text-primary ttw:hover:bg-primary/10", asChild: !0, children: /* @__PURE__ */ e("span", { role: "button", tabIndex: 0, onPointerDown: (o) => o.stopPropagation(), onPointerUp: (o) => o.stopPropagation(), onClick: (o) => {
|
|
110
|
-
o.stopPropagation(), s(a);
|
|
111
|
-
}, children: i._("Edit") }) }),
|
|
112
|
-
/* @__PURE__ */ e("span", { className: "ttw:flex ttw:size-3.5 ttw:items-center ttw:justify-center", children: /* @__PURE__ */ e(u.ItemIndicator, { children: /* @__PURE__ */ e(T, { className: "ttw:size-4" }) }) })
|
|
113
|
-
] })
|
|
114
|
-
] }, a);
|
|
115
|
-
})
|
|
116
|
-
] })
|
|
117
|
-
] }),
|
|
118
|
-
f?.isEditable && /* @__PURE__ */ e("div", { className: "ttw:pointer-events-none ttw:absolute ttw:inset-y-0 ttw:right-8 ttw:flex ttw:items-center ttw:gap-1", children: /* @__PURE__ */ e(v, { type: "button", variant: "ghost", size: "sm", className: "ttw:pointer-events-auto ttw:text-primary ttw:hover:text-primary ttw:hover:bg-primary/10", onPointerDown: (a) => a.stopPropagation(), onClick: () => s(f.id), children: i._("Edit") }) })
|
|
119
|
-
] }),
|
|
120
|
-
/* @__PURE__ */ e(D, { errors: m ? [m] : [] })
|
|
121
|
-
] }) });
|
|
122
|
-
} });
|
|
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;
|
|
123
26
|
};
|
|
124
27
|
export {
|
|
125
|
-
|
|
28
|
+
P as ProductDeleteModal
|
|
126
29
|
};
|
|
@@ -1,61 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import "
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import "date-fns";
|
|
8
|
-
import { useRef as x, useState as m, useEffect as E } from "react";
|
|
9
|
-
import "react-hot-toast";
|
|
10
|
-
import "@lingui/react";
|
|
11
|
-
import { useFormContext as O } from "react-hook-form";
|
|
12
|
-
import { CounterpartDetails as A } from "./index2.js";
|
|
13
|
-
const R = ({
|
|
14
|
-
disabled: c,
|
|
15
|
-
isEditCustomerOpen: i,
|
|
16
|
-
handleOpenEditCustomer: C,
|
|
17
|
-
counterpart: t
|
|
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
|
|
18
7
|
}) => {
|
|
19
8
|
const {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
data: s
|
|
24
|
-
} = w(t?.id), [u, f] = m(!1), [_, n] = m(!1);
|
|
25
|
-
return E(() => {
|
|
26
|
-
if (s?.data?.length) {
|
|
27
|
-
if (!a) {
|
|
28
|
-
r.current = t?.id;
|
|
29
|
-
const e = t?.default_billing_address_id || (s.data.length === 1 ? s.data[0].id : "");
|
|
30
|
-
d("default_billing_address_id", e);
|
|
31
|
-
}
|
|
32
|
-
if (!o) {
|
|
33
|
-
const e = t?.default_shipping_address_id || "";
|
|
34
|
-
d("default_shipping_address_id", e);
|
|
35
|
-
}
|
|
36
|
-
if (a && r.current !== t?.id) {
|
|
37
|
-
r.current = t?.id;
|
|
38
|
-
const e = t?.default_billing_address_id || (s.data.length === 1 ? s.data[0].id : "");
|
|
39
|
-
d("default_billing_address_id", e);
|
|
40
|
-
}
|
|
41
|
-
if (o && r.current !== t?.id) {
|
|
42
|
-
r.current = t?.id;
|
|
43
|
-
const e = t?.default_shipping_address_id || "";
|
|
44
|
-
d("default_shipping_address_id", e);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}, [s, d, t, a, o]), /* @__PURE__ */ g("div", { className: "ttw:w-full", children: [
|
|
48
|
-
/* @__PURE__ */ l(b, { setIsCreateCounterpartOpened: n, setIsViewCounterpartOpened: (e) => f(e), disabled: c, counterpartAddresses: s }),
|
|
49
|
-
_ && /* @__PURE__ */ l(h, { open: _, onClose: () => {
|
|
50
|
-
n(!1);
|
|
51
|
-
}, onCreate: (e) => {
|
|
52
|
-
n(!1), d("counterpart_id", e);
|
|
53
|
-
}, customerType: "customer" }),
|
|
54
|
-
(i || u) && /* @__PURE__ */ l(A, { counterpartId: t?.id || "", open: i || u, onClose: () => {
|
|
55
|
-
i && C(!1), f(!1);
|
|
56
|
-
}, isEditMode: i, showActionsMenu: !1, customerType: "customer" })
|
|
57
|
-
] });
|
|
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 });
|
|
58
12
|
};
|
|
59
13
|
export {
|
|
60
|
-
|
|
14
|
+
d as ProductType
|
|
61
15
|
};
|
|
@@ -1,25 +1,22 @@
|
|
|
1
|
-
import { jsx as t,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { useLingui as
|
|
5
|
-
import {
|
|
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";
|
|
6
7
|
const x = ({
|
|
7
|
-
|
|
8
|
-
isDisabled: r,
|
|
9
|
-
isRecurrenceEnabled: n
|
|
8
|
+
onChangeFilter: r
|
|
10
9
|
}) => {
|
|
11
10
|
const {
|
|
12
|
-
i18n:
|
|
13
|
-
} =
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
] }),
|
|
20
|
-
/* @__PURE__ */ t("div", { className: "ttw:flex ttw:items-center ttw:gap-4", children: /* @__PURE__ */ t(a, { type: "submit", form: s, disabled: r, children: n ? e._("Activate") : e._("Save and continue") }, "next") })
|
|
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) })
|
|
21
18
|
] }) });
|
|
22
19
|
};
|
|
23
20
|
export {
|
|
24
|
-
x as
|
|
21
|
+
x as Filters
|
|
25
22
|
};
|