@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,16 +1,99 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { jsx as e, Fragment as b, jsxs as o } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { manualPaymentRecordValidationSchema as g } from "./index212.js";
|
|
3
|
+
import { useCurrencies as y } from "./index60.js";
|
|
4
|
+
import { useMemo as _, useEffect as C } from "react";
|
|
5
|
+
import "./index94.js";
|
|
6
|
+
import { useLingui as F } from "@lingui/react";
|
|
7
|
+
import "react-dom";
|
|
8
|
+
import "./index59.js";
|
|
9
|
+
import "@mui/x-data-grid";
|
|
10
|
+
import { safeZodResolver as v } from "./index254.js";
|
|
11
|
+
import { RHFDatePicker as D } from "./index457.js";
|
|
12
|
+
import { RHFTextField as S } from "./index458.js";
|
|
13
|
+
import { RHFTimePicker as R } from "./index459.js";
|
|
14
|
+
import { DialogTitle as T, DialogContent as P, Grid as i, FormHelperText as k, Button as m, DialogActions as E, CircularProgress as H } from "@mui/material";
|
|
15
|
+
import { useForm as V } from "react-hook-form";
|
|
16
|
+
const Z = ({
|
|
17
|
+
invoice: r,
|
|
18
|
+
initialValues: n,
|
|
19
|
+
isLoading: u,
|
|
20
|
+
onSubmit: s,
|
|
21
|
+
onCancel: c
|
|
22
|
+
}) => {
|
|
3
23
|
const {
|
|
4
|
-
|
|
5
|
-
} =
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
24
|
+
i18n: t
|
|
25
|
+
} = F(), {
|
|
26
|
+
formatCurrencyToDisplay: p,
|
|
27
|
+
getSymbolFromCurrency: d
|
|
28
|
+
} = y(), {
|
|
29
|
+
control: a,
|
|
30
|
+
handleSubmit: f,
|
|
31
|
+
reset: l,
|
|
32
|
+
setValue: x
|
|
33
|
+
} = V({
|
|
34
|
+
resolver: v(g(t, r.amount_due)),
|
|
35
|
+
defaultValues: _(() => n ?? {
|
|
36
|
+
amount: 0,
|
|
37
|
+
payment_date: /* @__PURE__ */ new Date(),
|
|
38
|
+
payment_time: /* @__PURE__ */ new Date()
|
|
39
|
+
}, [n])
|
|
12
40
|
});
|
|
41
|
+
C(() => {
|
|
42
|
+
l(n);
|
|
43
|
+
}, [n, l]);
|
|
44
|
+
const h = d(r.currency);
|
|
45
|
+
return /* @__PURE__ */ e(b, { children: /* @__PURE__ */ o("form", { onSubmit: f(s), children: [
|
|
46
|
+
/* @__PURE__ */ e(T, { sx: {
|
|
47
|
+
px: 4,
|
|
48
|
+
pt: 4
|
|
49
|
+
}, variant: "h3", id: "dialog-title", children: t._("Record payment") }),
|
|
50
|
+
/* @__PURE__ */ e(P, { sx: {
|
|
51
|
+
p: 4
|
|
52
|
+
}, children: /* @__PURE__ */ o(i, { container: !0, spacing: 1, children: [
|
|
53
|
+
/* @__PURE__ */ o(i, { item: !0, xs: 12, children: [
|
|
54
|
+
/* @__PURE__ */ e(S, { label: t._("Amount"), name: "amount", placeholder: "0", control: a, type: "number", sx: {
|
|
55
|
+
"::after": {
|
|
56
|
+
content: `"${h}"`,
|
|
57
|
+
position: "absolute",
|
|
58
|
+
right: "16px",
|
|
59
|
+
bottom: 0,
|
|
60
|
+
transform: "translateY(-50%)",
|
|
61
|
+
fontSize: "16px",
|
|
62
|
+
color: "rgba(0,0,0,0.28)",
|
|
63
|
+
pointerEvents: "none"
|
|
64
|
+
}
|
|
65
|
+
}, fullWidth: !0, required: !0 }),
|
|
66
|
+
/* @__PURE__ */ o(k, { children: [
|
|
67
|
+
t._("Enter full amount due of"),
|
|
68
|
+
" ",
|
|
69
|
+
/* @__PURE__ */ e(m, { variant: "text", sx: {
|
|
70
|
+
textDecoration: "underline"
|
|
71
|
+
}, onClick: () => x("amount", r.amount_due / 100), children: p(r.amount_due, r.currency) })
|
|
72
|
+
] })
|
|
73
|
+
] }),
|
|
74
|
+
/* @__PURE__ */ e(i, { item: !0, xs: 6, children: /* @__PURE__ */ e(D, { label: t._("Date"), name: "payment_date", control: a }) }),
|
|
75
|
+
/* @__PURE__ */ e(i, { item: !0, xs: 6, children: /* @__PURE__ */ e(R, { label: t._("Time"), name: "payment_time", control: a, sx: {
|
|
76
|
+
"::after": {
|
|
77
|
+
content: '"UTC"',
|
|
78
|
+
position: "absolute",
|
|
79
|
+
right: "16px",
|
|
80
|
+
bottom: 0,
|
|
81
|
+
transform: "translateY(-50%)",
|
|
82
|
+
fontSize: "16px",
|
|
83
|
+
color: "rgba(0,0,0,0.28)",
|
|
84
|
+
pointerEvents: "none"
|
|
85
|
+
}
|
|
86
|
+
}, fullWidth: !0, required: !0 }) })
|
|
87
|
+
] }) }),
|
|
88
|
+
/* @__PURE__ */ o(E, { sx: {
|
|
89
|
+
px: 4,
|
|
90
|
+
pb: 4
|
|
91
|
+
}, children: [
|
|
92
|
+
/* @__PURE__ */ e(m, { autoFocus: !0, onClick: c, children: t._("Cancel") }),
|
|
93
|
+
/* @__PURE__ */ e(m, { variant: "contained", startIcon: u ? /* @__PURE__ */ e(H, { size: 20, color: "warning" }) : null, type: "submit", children: t._("Save") })
|
|
94
|
+
] })
|
|
95
|
+
] }) });
|
|
13
96
|
};
|
|
14
97
|
export {
|
|
15
|
-
|
|
98
|
+
Z as PaymentRecordForm
|
|
16
99
|
};
|
|
@@ -1,16 +1,39 @@
|
|
|
1
|
-
import { useMoniteContext as
|
|
2
|
-
|
|
1
|
+
import { useMoniteContext as c } from "./index59.js";
|
|
2
|
+
import { getAPIErrorMessage as o } from "./index122.js";
|
|
3
|
+
import { useLingui as u } from "@lingui/react";
|
|
4
|
+
import { toast as a } from "react-hot-toast";
|
|
5
|
+
const f = (s, t) => {
|
|
3
6
|
const {
|
|
4
|
-
|
|
5
|
-
} =
|
|
6
|
-
|
|
7
|
+
i18n: i
|
|
8
|
+
} = u(), {
|
|
9
|
+
api: e,
|
|
10
|
+
queryClient: r
|
|
11
|
+
} = c();
|
|
12
|
+
return e.finops.postRecurrencesIdCancel.useMutation({
|
|
7
13
|
path: {
|
|
8
|
-
|
|
14
|
+
recurrence_id: s
|
|
9
15
|
}
|
|
10
16
|
}, {
|
|
11
|
-
|
|
17
|
+
onError: (n) => {
|
|
18
|
+
a.error(o(i, n));
|
|
19
|
+
},
|
|
20
|
+
onSuccess: async () => {
|
|
21
|
+
await Promise.all([e.finops.getReceivables.invalidateQueries(r), e.finops.getReceivablesId.invalidateQueries({
|
|
22
|
+
parameters: {
|
|
23
|
+
path: {
|
|
24
|
+
receivable_id: t
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}, r), e.finops.getRecurrencesId.invalidateQueries({
|
|
28
|
+
parameters: {
|
|
29
|
+
path: {
|
|
30
|
+
recurrence_id: s
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}, r)]), a.success(i._("Recurrence has been canceled"));
|
|
34
|
+
}
|
|
12
35
|
});
|
|
13
36
|
};
|
|
14
37
|
export {
|
|
15
|
-
|
|
38
|
+
f as useCancelRecurrence
|
|
16
39
|
};
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
t.finops.getEntityUsersMyEntity.setQueryData({}, (o) => o && {
|
|
10
|
-
...o,
|
|
11
|
-
logo: s
|
|
12
|
-
}, i), await t.finops.getEntityUsersMyEntity.invalidateQueries(i);
|
|
13
|
-
}
|
|
14
|
-
});
|
|
1
|
+
const g = (r, t = /* @__PURE__ */ new Date()) => {
|
|
2
|
+
if (!r)
|
|
3
|
+
return 0;
|
|
4
|
+
const e = new Date(r);
|
|
5
|
+
if (Number.isNaN(e.getTime()))
|
|
6
|
+
return 0;
|
|
7
|
+
const n = 1e3 * 60 * 60 * 24, T = Date.UTC(t.getUTCFullYear(), t.getUTCMonth(), t.getUTCDate()), o = Date.UTC(e.getUTCFullYear(), e.getUTCMonth(), e.getUTCDate()), a = Math.floor((T - o) / n);
|
|
8
|
+
return a > 0 ? a : 0;
|
|
15
9
|
};
|
|
16
10
|
export {
|
|
17
|
-
|
|
11
|
+
g as getDaysOverdue
|
|
18
12
|
};
|
|
@@ -1,26 +1,71 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { jsx as t, jsxs as a } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { getMeasureUnitValidationSchema as z } from "./index177.js";
|
|
3
|
+
import { Button as o } from "./index86.js";
|
|
4
|
+
import { Input as p } from "./index130.js";
|
|
5
|
+
import { TableRow as C, TableCell as M } from "./index282.js";
|
|
6
|
+
import { zodResolver as S } from "@hookform/resolvers/zod";
|
|
7
|
+
import { useLingui as U } from "@lingui/react";
|
|
8
|
+
import { Check as $, X as j } from "lucide-react";
|
|
9
|
+
import { useForm as k, Controller as f } from "react-hook-form";
|
|
10
|
+
import { useCreateMeasureUnit as E } from "./index386.js";
|
|
11
|
+
import { useUpdateMeasureUnit as V } from "./index387.js";
|
|
12
|
+
const P = {
|
|
13
|
+
name: "",
|
|
14
|
+
description: ""
|
|
15
|
+
}, D = ({
|
|
16
|
+
id: s,
|
|
17
|
+
isEditMode: n,
|
|
18
|
+
initialValues: h = P,
|
|
19
|
+
onCancel: g,
|
|
20
|
+
onEdit: v
|
|
21
|
+
}) => {
|
|
5
22
|
const {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
23
|
+
i18n: m
|
|
24
|
+
} = U(), b = z(m), {
|
|
25
|
+
handleSubmit: l,
|
|
26
|
+
control: d,
|
|
27
|
+
reset: y,
|
|
28
|
+
setError: c
|
|
29
|
+
} = k({
|
|
30
|
+
defaultValues: h,
|
|
31
|
+
resolver: S(b)
|
|
32
|
+
}), w = E(() => y(), (e) => c("name", {
|
|
33
|
+
type: "custom",
|
|
34
|
+
message: e
|
|
35
|
+
})), i = V(s ?? "", () => v?.(), (e) => c("name", {
|
|
36
|
+
type: "custom",
|
|
37
|
+
message: e
|
|
38
|
+
})), x = (e) => {
|
|
39
|
+
if (!n || !s) {
|
|
40
|
+
console.error("handleEdit called without valid id or edit mode");
|
|
41
|
+
return;
|
|
14
42
|
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
43
|
+
i.mutate(e);
|
|
44
|
+
}, N = (e) => {
|
|
45
|
+
w.mutate(e);
|
|
46
|
+
}, u = w.isPending || i.isPending;
|
|
47
|
+
return /* @__PURE__ */ t(C, { className: "ttw:border-border ttw:hover:bg-transparent", children: /* @__PURE__ */ t(M, { colSpan: 3, className: "ttw:w-full ttw:whitespace-normal", children: /* @__PURE__ */ a("div", { className: "ttw:flex ttw:gap-2 ttw:justify-between ttw:items-start", children: [
|
|
48
|
+
/* @__PURE__ */ t(f, { name: "name", control: d, render: ({
|
|
49
|
+
field: e,
|
|
50
|
+
fieldState: {
|
|
51
|
+
error: r
|
|
52
|
+
}
|
|
53
|
+
}) => /* @__PURE__ */ a("div", { className: "ttw:w-[35%]", children: [
|
|
54
|
+
/* @__PURE__ */ t(p, { ...e, disabled: u, "aria-invalid": !!r || void 0, className: "ttw:h-8" }),
|
|
55
|
+
r && /* @__PURE__ */ t("p", { className: "ttw:text-xs ttw:text-destructive ttw:mt-1", children: r.message })
|
|
56
|
+
] }) }),
|
|
57
|
+
/* @__PURE__ */ t(f, { name: "description", control: d, render: ({
|
|
58
|
+
field: e,
|
|
59
|
+
fieldState: {
|
|
60
|
+
error: r
|
|
61
|
+
}
|
|
62
|
+
}) => /* @__PURE__ */ t("div", { className: "ttw:w-[55%]", children: /* @__PURE__ */ t(p, { ...e, id: e.name, disabled: u, "aria-invalid": !!r || void 0, className: "ttw:h-8" }) }) }),
|
|
63
|
+
n ? /* @__PURE__ */ a("div", { className: "ttw:flex ttw:justify-center ttw:gap-1", children: [
|
|
64
|
+
/* @__PURE__ */ t(o, { variant: "outline", size: "icon", className: "ttw:size-8 ttw:bg-primary-foreground ttw:text-primary ttw:hover:text-primary ttw:hover:bg-primary-foreground/80 ttw:border-0", disabled: i.isPending, onClick: l(x), children: /* @__PURE__ */ t($, { className: "ttw:size-4" }) }),
|
|
65
|
+
/* @__PURE__ */ t(o, { variant: "outline", size: "icon", className: "ttw:size-8 ttw:bg-primary-foreground ttw:text-primary ttw:hover:text-primary ttw:hover:bg-primary-foreground/80 ttw:border-0", onClick: g, children: /* @__PURE__ */ t(j, { className: "ttw:size-4" }) })
|
|
66
|
+
] }) : /* @__PURE__ */ t(o, { variant: "outline", size: "sm", className: "ttw:h-8 ttw:bg-primary-foreground ttw:text-primary ttw:hover:text-primary ttw:hover:bg-primary-foreground/80 ttw:border-0", onClick: l(N), children: m._("Add") })
|
|
67
|
+
] }) }) });
|
|
23
68
|
};
|
|
24
69
|
export {
|
|
25
|
-
|
|
70
|
+
D as MeasureUnitsFormRow
|
|
26
71
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e, jsxs as s } from "@emotion/react/jsx-runtime";
|
|
2
|
-
import { CreateCounterpartDialog as Ce } from "./
|
|
2
|
+
import { CreateCounterpartDialog as Ce } from "./index157.js";
|
|
3
3
|
import { getCounterpartName as k } from "./index7.js";
|
|
4
4
|
import "./index59.js";
|
|
5
5
|
import { useLingui as xe } from "@lingui/react";
|
|
@@ -10,13 +10,13 @@ import "react-dom";
|
|
|
10
10
|
import "@mui/x-data-grid";
|
|
11
11
|
import { useIsMounted as ge } from "./index70.js";
|
|
12
12
|
import { useCounterpartList as Ne } from "./index73.js";
|
|
13
|
-
import { Alert as $, AlertTitle as _e, AlertDescription as ee } from "./
|
|
13
|
+
import { Alert as $, AlertTitle as _e, AlertDescription as ee } from "./index159.js";
|
|
14
14
|
import { Button as g } from "./index86.js";
|
|
15
15
|
import { useComboboxAnchor as Ae, Combobox as te, ComboboxChips as Te, ComboboxChip as ke, ComboboxChipsInput as Le, ComboboxContent as re, ComboboxList as ae, ComboboxItem as j, ComboboxInput as Ve, ComboboxEmpty as De } from "./index92.js";
|
|
16
|
-
import { Field as ie, FieldContent as oe, FieldLabel as ne, FieldError as Ee } from "./
|
|
17
|
-
import { Input as Ie } from "./
|
|
16
|
+
import { Field as ie, FieldContent as oe, FieldLabel as ne, FieldError as Ee } from "./index160.js";
|
|
17
|
+
import { Input as Ie } from "./index130.js";
|
|
18
18
|
import { Typography as le } from "./index87.js";
|
|
19
|
-
import { LoadingSpinner as ze } from "./
|
|
19
|
+
import { LoadingSpinner as ze } from "./index138.js";
|
|
20
20
|
import { Plus as se, Sparkles as Fe } from "lucide-react";
|
|
21
21
|
import { useFormContext as Se, Controller as je } from "react-hook-form";
|
|
22
22
|
const P = "__create-new__", Pe = 50, ot = ({
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as t, jsxs as v, Fragment as Pe } from "@emotion/react/jsx-runtime";
|
|
2
|
-
import { EntitySection as $e } from "./
|
|
3
|
-
import { ItemsSection as Fe } from "./
|
|
4
|
-
import { InvoicePreview as Me } from "./
|
|
5
|
-
import { getCreateInvoiceValidationSchema as Ee } from "./
|
|
6
|
-
import { buildPaymentTermsPayload as Be } from "./
|
|
2
|
+
import { EntitySection as $e } from "./index209.js";
|
|
3
|
+
import { ItemsSection as Fe } from "./index210.js";
|
|
4
|
+
import { InvoicePreview as Me } from "./index211.js";
|
|
5
|
+
import { getCreateInvoiceValidationSchema as Ee } from "./index212.js";
|
|
6
|
+
import { buildPaymentTermsPayload as Be } from "./index213.js";
|
|
7
7
|
import { BankAccountFormDialog as Le } from "./index43.js";
|
|
8
|
-
import { BankAccountSection as qe } from "./
|
|
9
|
-
import { CustomerSection as Te } from "./
|
|
10
|
-
import { InvoiceCreationHeader as Ne } from "./
|
|
11
|
-
import { useCreateReceivable as Re } from "./
|
|
12
|
-
import { useCreateRecurrence as Oe } from "./
|
|
13
|
-
import { useLineItemSubmitCleanup as je } from "./
|
|
14
|
-
import { useGetEntityBankAccounts as Ve } from "./
|
|
15
|
-
import { useGetInvoiceRequiredFields as ze } from "./
|
|
8
|
+
import { BankAccountSection as qe } from "./index214.js";
|
|
9
|
+
import { CustomerSection as Te } from "./index215.js";
|
|
10
|
+
import { InvoiceCreationHeader as Ne } from "./index216.js";
|
|
11
|
+
import { useCreateReceivable as Re } from "./index217.js";
|
|
12
|
+
import { useCreateRecurrence as Oe } from "./index218.js";
|
|
13
|
+
import { useLineItemSubmitCleanup as je } from "./index219.js";
|
|
14
|
+
import { useGetEntityBankAccounts as Ve } from "./index220.js";
|
|
15
|
+
import { useGetInvoiceRequiredFields as ze } from "./index221.js";
|
|
16
16
|
import { useMoniteContext as Ke } from "./index59.js";
|
|
17
17
|
import { MoniteScopedProviders as Ge } from "./index85.js";
|
|
18
18
|
import { useCounterpartById as Qe } from "./index72.js";
|
|
@@ -23,15 +23,15 @@ import { useMyEntity as He } from "./index80.js";
|
|
|
23
23
|
import { useRef as Ye, useState as b, useMemo as O, useId as Je, useEffect as j } from "react";
|
|
24
24
|
import { toast as m } from "react-hot-toast";
|
|
25
25
|
import { useLingui as V } from "@lingui/react";
|
|
26
|
-
import { rateMajorToMinor as We } from "./
|
|
26
|
+
import { rateMajorToMinor as We } from "./index222.js";
|
|
27
27
|
import { AccessRestriction as Xe } from "./index158.js";
|
|
28
|
-
import { LoadingPage as Ze } from "./
|
|
28
|
+
import { LoadingPage as Ze } from "./index223.js";
|
|
29
29
|
import { zodResolver as et } from "@hookform/resolvers/zod";
|
|
30
30
|
import { useForm as tt, FormProvider as rt } from "react-hook-form";
|
|
31
|
-
import { Dialog as at, DialogContent as it } from "./
|
|
32
|
-
import { useGetMeasureUnits as nt } from "./
|
|
31
|
+
import { Dialog as at, DialogContent as it } from "./index207.js";
|
|
32
|
+
import { useGetMeasureUnits as nt } from "./index224.js";
|
|
33
33
|
import { CreateProduct as ot } from "./index46.js";
|
|
34
|
-
import { BillingSection as dt } from "./
|
|
34
|
+
import { BillingSection as dt } from "./index225.js";
|
|
35
35
|
const zt = (s) => {
|
|
36
36
|
const {
|
|
37
37
|
i18n: _
|
|
@@ -1,52 +1,49 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
import { jsx as e, jsxs as a, Fragment as m } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useCurrencies as b } from "./index60.js";
|
|
3
|
+
import "react";
|
|
4
|
+
import "./index94.js";
|
|
5
|
+
import { useLingui as x } from "@lingui/react";
|
|
6
|
+
import "react-dom";
|
|
7
|
+
import "./index59.js";
|
|
8
|
+
import "@mui/x-data-grid";
|
|
9
|
+
import { ConfirmationModal as y } from "./index251.js";
|
|
10
|
+
import { Table as C, TableBody as _, TableRow as D, TableCell as l } from "./index282.js";
|
|
11
|
+
import { Typography as r } from "./index87.js";
|
|
12
|
+
import { Loader2 as L } from "lucide-react";
|
|
13
|
+
import { useGetProducts as T } from "./index174.js";
|
|
14
|
+
const R = ({
|
|
15
|
+
onClose: c,
|
|
16
|
+
onDelete: d,
|
|
17
|
+
name: p,
|
|
18
|
+
isLoading: u,
|
|
19
|
+
open: h,
|
|
20
|
+
id: n
|
|
17
21
|
}) => {
|
|
18
22
|
const {
|
|
19
|
-
i18n:
|
|
20
|
-
} =
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
},
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
/* @__PURE__ */ e(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
/* @__PURE__ */ t("div", { className: "ttw:p-3 ttw:bg-primary ttw:rounded-full", children: /* @__PURE__ */ t(x, { className: "ttw:text-white ttw:size-5" }) }),
|
|
43
|
-
/* @__PURE__ */ e(l, { variant: "body2", className: "ttw:font-medium", children: [
|
|
44
|
-
s._("Drop your files here, or "),
|
|
45
|
-
/* @__PURE__ */ t("span", { className: "ttw:text-primary ttw:underline ttw:hover:cursor-pointer", children: s._("click to browse") })
|
|
46
|
-
] }),
|
|
47
|
-
/* @__PURE__ */ t(l, { variant: "caption", color: "muted", children: s._("PNG, JPG or GIF (max. 10MB)") })
|
|
48
|
-
] }) });
|
|
23
|
+
i18n: t
|
|
24
|
+
} = x(), {
|
|
25
|
+
formatCurrencyToDisplay: w
|
|
26
|
+
} = b(), {
|
|
27
|
+
data: s,
|
|
28
|
+
isLoading: o
|
|
29
|
+
} = T({
|
|
30
|
+
measure_unit_id: n ?? ""
|
|
31
|
+
}, !!n), f = s?.data.length === 0, g = () => f ? /* @__PURE__ */ a(m, { children: [
|
|
32
|
+
/* @__PURE__ */ e(r, { children: t._("There are no items created with this measure unit.") }),
|
|
33
|
+
/* @__PURE__ */ e(r, { color: "muted", children: t._("Deleting it won't affect your items.") })
|
|
34
|
+
] }) : /* @__PURE__ */ a(m, { children: [
|
|
35
|
+
/* @__PURE__ */ e(r, { children: t._("Any products or services referencing this unit will update to use a blank unit of measure.") }),
|
|
36
|
+
/* @__PURE__ */ e(r, { color: "muted", children: t._("Previously issued invoices will not be impacted.") }),
|
|
37
|
+
o && /* @__PURE__ */ e(L, { className: "ttw:mx-auto ttw:size-6 ttw:animate-spin" }),
|
|
38
|
+
!o && /* @__PURE__ */ e(C, { children: /* @__PURE__ */ e(_, { children: s?.data.map((i) => /* @__PURE__ */ a(D, { className: "ttw:border-border ttw:hover:bg-transparent", children: [
|
|
39
|
+
/* @__PURE__ */ e(l, { className: "ttw:pl-0 ttw:whitespace-normal ttw:text-text ttw:font-medium", children: i.name }),
|
|
40
|
+
/* @__PURE__ */ e(l, { className: "ttw:pr-0 ttw:text-right ttw:text-text ttw:font-medium", children: i.price && w(i.price?.value, i.price?.currency) })
|
|
41
|
+
] }, i.id)) }) })
|
|
42
|
+
] });
|
|
43
|
+
return /* @__PURE__ */ e(y, { open: h, title: t._('Delete "{name}"?', {
|
|
44
|
+
name: p
|
|
45
|
+
}), confirmLabel: t._("Delete"), cancelLabel: t._("Cancel"), onClose: c, onConfirm: d, isLoading: u || o, children: g() });
|
|
49
46
|
};
|
|
50
47
|
export {
|
|
51
|
-
|
|
48
|
+
R as ConfirmDeleteMeasureUnitDialog
|
|
52
49
|
};
|
|
@@ -1,7 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { jsxs as i, jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { DropdownMenu as s, DropdownMenuTrigger as a, DropdownMenuContent as d, DropdownMenuItem as r } from "./index140.js";
|
|
3
|
+
import { Button as c } from "./index86.js";
|
|
4
|
+
import { useLingui as u } from "@lingui/react";
|
|
5
|
+
import { MoreVertical as m, Pencil as p, Trash2 as h } from "lucide-react";
|
|
6
|
+
const A = ({
|
|
7
|
+
onEdit: t,
|
|
8
|
+
onDelete: l,
|
|
9
|
+
permissions: o
|
|
10
|
+
}) => {
|
|
11
|
+
const {
|
|
12
|
+
i18n: n
|
|
13
|
+
} = u();
|
|
14
|
+
return o.isUpdateAllowed || o.isDeleteAllowed ? /* @__PURE__ */ i(s, { children: [
|
|
15
|
+
/* @__PURE__ */ e(a, { asChild: !0, children: /* @__PURE__ */ e(c, { variant: "ghost", size: "icon", "aria-label": "actions-menu-button", children: /* @__PURE__ */ e(m, {}) }) }),
|
|
16
|
+
/* @__PURE__ */ i(d, { align: "end", children: [
|
|
17
|
+
o.isUpdateAllowed && /* @__PURE__ */ i(r, { onClick: t, children: [
|
|
18
|
+
/* @__PURE__ */ e(p, {}),
|
|
19
|
+
n._("Edit")
|
|
20
|
+
] }),
|
|
21
|
+
o.isDeleteAllowed && /* @__PURE__ */ i(r, { onClick: l, variant: "destructive", children: [
|
|
22
|
+
/* @__PURE__ */ e(h, {}),
|
|
23
|
+
n._("Delete")
|
|
24
|
+
] })
|
|
25
|
+
] })
|
|
26
|
+
] }) : null;
|
|
27
|
+
};
|
|
5
28
|
export {
|
|
6
|
-
|
|
29
|
+
A as TableActions
|
|
7
30
|
};
|
|
@@ -1,98 +1,34 @@
|
|
|
1
|
-
import { jsx as
|
|
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
|
-
} = B(g ?? "");
|
|
30
|
-
return w(() => {
|
|
31
|
-
y && e?.payment_intent?.status === "processing" && f?.(r ?? "", e?.payment_intent?.status ?? "");
|
|
32
|
-
}, [e, y, f, r]), {
|
|
33
|
-
handlePay: async () => {
|
|
34
|
-
if (!d) {
|
|
35
|
-
c.error(t._("Vendor not found. Please create a vendor first."));
|
|
36
|
-
return;
|
|
37
|
-
}
|
|
38
|
-
if (!_)
|
|
39
|
-
try {
|
|
40
|
-
if (E) {
|
|
41
|
-
c.error(t._("Payment link is still loading. Please wait a moment and try again."));
|
|
42
|
-
return;
|
|
43
|
-
}
|
|
44
|
-
if (!g || y && e?.payment_intent?.status !== "created") {
|
|
45
|
-
if (P(!0), !r) throw new Error("Payable ID is undefined");
|
|
46
|
-
const a = await b(
|
|
47
|
-
r,
|
|
48
|
-
d,
|
|
49
|
-
["sepa_credit"],
|
|
50
|
-
60
|
|
51
|
-
// 60 days from now
|
|
52
|
-
);
|
|
53
|
-
if (a.payment_page_url)
|
|
54
|
-
p(a.id), o(a.payment_page_url);
|
|
55
|
-
else
|
|
56
|
-
throw p(null), o(null), new Error("No payment page URL in response");
|
|
57
|
-
} else if (e?.payment_page_url)
|
|
58
|
-
o(e.payment_page_url);
|
|
59
|
-
else
|
|
60
|
-
throw new Error("No payment page URL in existing payment link");
|
|
61
|
-
m(!0);
|
|
62
|
-
} catch (a) {
|
|
63
|
-
console.error("Payment link creation/retrieval error:", a), c.error(i && s?.status === "created" ? t._("Failed to retrieve payment link. Please try again.") : t._("Failed to create payment link. Please try again.")), m(!1);
|
|
64
|
-
} finally {
|
|
65
|
-
P(!1);
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
isCreatingPaymentLink: _,
|
|
69
|
-
modalComponent: /* @__PURE__ */ n(j, { open: L, onClose: async () => {
|
|
70
|
-
await C(), m(!1), o(null);
|
|
71
|
-
}, container: k, children: /* @__PURE__ */ n(x, { sx: {
|
|
72
|
-
position: "absolute",
|
|
73
|
-
top: "50%",
|
|
74
|
-
left: "50%",
|
|
75
|
-
transform: "translate(-50%, -50%)",
|
|
76
|
-
width: "80%",
|
|
77
|
-
maxWidth: 600,
|
|
78
|
-
bgcolor: "background.paper",
|
|
79
|
-
boxShadow: 24,
|
|
80
|
-
p: 4,
|
|
81
|
-
borderRadius: 2
|
|
82
|
-
}, children: u ? /* @__PURE__ */ n("iframe", { src: u, title: "Payment Page", width: "100%", height: "400px", style: {
|
|
83
|
-
border: "none"
|
|
84
|
-
} }) : /* @__PURE__ */ I(x, { sx: {
|
|
85
|
-
display: "flex",
|
|
86
|
-
flexDirection: "column",
|
|
87
|
-
alignItems: "center",
|
|
88
|
-
gap: 2,
|
|
89
|
-
py: 4
|
|
90
|
-
}, children: [
|
|
91
|
-
/* @__PURE__ */ n(D, {}),
|
|
92
|
-
/* @__PURE__ */ n("p", { children: t._("Loading payment page...") })
|
|
93
|
-
] }) }) })
|
|
94
|
-
};
|
|
95
|
-
};
|
|
1
|
+
import { jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { cn as i } from "./index102.js";
|
|
3
|
+
import * as o from "@radix-ui/react-popover";
|
|
4
|
+
function m({
|
|
5
|
+
...t
|
|
6
|
+
}) {
|
|
7
|
+
return /* @__PURE__ */ e(o.Root, { "data-slot": "popover", ...t });
|
|
8
|
+
}
|
|
9
|
+
function d({
|
|
10
|
+
ref: t,
|
|
11
|
+
...a
|
|
12
|
+
}) {
|
|
13
|
+
return /* @__PURE__ */ e(o.Trigger, { "data-slot": "popover-trigger", ref: t, ...a });
|
|
14
|
+
}
|
|
15
|
+
d.displayName = o.Trigger.displayName;
|
|
16
|
+
function f({
|
|
17
|
+
className: t,
|
|
18
|
+
align: a = "center",
|
|
19
|
+
sideOffset: r = 4,
|
|
20
|
+
...n
|
|
21
|
+
}) {
|
|
22
|
+
return /* @__PURE__ */ e(o.Portal, { children: /* @__PURE__ */ e(o.Content, { "data-slot": "popover-content", align: a, sideOffset: r, className: i("ttw:bg-popover ttw:text-popover-foreground ttw:data-[state=open]:animate-in ttw:data-[state=closed]:animate-out ttw:data-[state=closed]:fade-out-0 ttw:data-[state=open]:fade-in-0 ttw:data-[state=closed]:zoom-out-95 ttw:data-[state=open]:zoom-in-95 ttw:data-[side=bottom]:slide-in-from-top-2 ttw:data-[side=left]:slide-in-from-right-2 ttw:data-[side=right]:slide-in-from-left-2 ttw:data-[side=top]:slide-in-from-bottom-2 ttw:z-1300 ttw:w-72 ttw:origin-(--radix-popover-content-transform-origin) ttw:rounded-md ttw:border ttw:p-4 ttw:shadow-md ttw:outline-hidden", t), ...n }) });
|
|
23
|
+
}
|
|
24
|
+
function l({
|
|
25
|
+
...t
|
|
26
|
+
}) {
|
|
27
|
+
return /* @__PURE__ */ e(o.Anchor, { "data-slot": "popover-anchor", ...t });
|
|
28
|
+
}
|
|
96
29
|
export {
|
|
97
|
-
|
|
30
|
+
m as Popover,
|
|
31
|
+
l as PopoverAnchor,
|
|
32
|
+
f as PopoverContent,
|
|
33
|
+
d as PopoverTrigger
|
|
98
34
|
};
|