@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,73 +1,112 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import "
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { jsx as t, Fragment as x, jsxs as n } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import "react-hot-toast";
|
|
3
|
+
import { useMoniteContext as g } from "./index59.js";
|
|
4
|
+
import { useLingui as f } from "@lingui/react";
|
|
5
|
+
import "react";
|
|
6
|
+
import "date-fns";
|
|
7
|
+
import { useCurrencies as h } from "./index60.js";
|
|
8
|
+
import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
|
|
9
|
+
import "../../shared/data-access/dist/lib/EmbedApiContext.js";
|
|
10
|
+
import "../../shared/data-access/dist/lib/rest/client.gen.js";
|
|
11
|
+
import "@tanstack/react-query";
|
|
12
|
+
import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
13
|
+
import "clsx";
|
|
14
|
+
import "tailwind-merge";
|
|
15
|
+
import "@radix-ui/react-dropdown-menu";
|
|
16
|
+
import { CheckCircle as N } from "lucide-react";
|
|
17
|
+
import { Button as _ } from "./index86.js";
|
|
18
|
+
import { useGetPaymentRecords as v } from "./index267.js";
|
|
19
|
+
import "./index94.js";
|
|
20
|
+
import "react-dom";
|
|
21
|
+
import "@mui/x-data-grid";
|
|
22
|
+
import "react-hook-form";
|
|
23
|
+
import { getPaymentMethodName as b } from "./index335.js";
|
|
24
|
+
import { RecordManualPaymentModal as C } from "./index279.js";
|
|
25
|
+
import { useEntityUserById as $ } from "./index77.js";
|
|
26
|
+
import { Card as M, CardContent as I } from "./index334.js";
|
|
27
|
+
import { LoadingSpinner as P } from "./index138.js";
|
|
28
|
+
const D = ({
|
|
29
|
+
issueDate: e,
|
|
30
|
+
totalAmount: a,
|
|
31
|
+
currency: o,
|
|
32
|
+
paymentMethod: s,
|
|
33
|
+
isExternal: d,
|
|
34
|
+
entityUserId: w
|
|
35
|
+
}) => {
|
|
36
|
+
const {
|
|
37
|
+
i18n: i
|
|
38
|
+
} = f(), {
|
|
39
|
+
locale: m
|
|
40
|
+
} = g(), {
|
|
41
|
+
formatCurrencyToDisplay: c
|
|
42
|
+
} = h(), {
|
|
43
|
+
data: l
|
|
44
|
+
} = $(w), p = () => d ? l ? `${i._("Recorded by")} ${`${l?.first_name ?? ""} ${l?.last_name ?? ""}`}` : i._("Manually recorded") : b(s, i);
|
|
45
|
+
return /* @__PURE__ */ t(M, { className: "ttw:py-3 ttw:px-4 ttw:border-border", children: /* @__PURE__ */ n(I, { className: "ttw:flex ttw:items-center ttw:gap-4 ttw:px-0", children: [
|
|
46
|
+
/* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5 ttw:flex-1", children: [
|
|
47
|
+
/* @__PURE__ */ t("span", { className: "ttw:font-medium ttw:text-sm ttw:leading-5 ttw:text-text", children: i._("Payment received") }),
|
|
48
|
+
/* @__PURE__ */ n("span", { className: "ttw:text-sm ttw:font-normal ttw:leading-5 ttw:text-neutral", children: [
|
|
49
|
+
p(),
|
|
50
|
+
" ",
|
|
51
|
+
e && `• ${i.date(e, m.dateFormat)}`
|
|
52
|
+
] })
|
|
53
|
+
] }),
|
|
54
|
+
/* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
55
|
+
/* @__PURE__ */ t("span", { className: "ttw:font-medium ttw:text-sm ttw:text-right ttw:leading-5 ttw:text-text", children: c(a, o) }),
|
|
56
|
+
/* @__PURE__ */ n("span", { className: "ttw:text-sm ttw:font-normal ttw:inline-flex ttw:items-center ttw:gap-1 ttw:leading-5 ttw:text-green-500", children: [
|
|
57
|
+
i._("Settled"),
|
|
58
|
+
/* @__PURE__ */ t(N, { className: "ttw:text-inherit ttw:w-3.5 ttw:h-3.5" })
|
|
59
|
+
] })
|
|
60
|
+
] })
|
|
61
|
+
] }) });
|
|
62
|
+
}, nt = ({
|
|
63
|
+
invoice: e
|
|
64
|
+
}) => {
|
|
65
|
+
const {
|
|
66
|
+
i18n: a
|
|
67
|
+
} = f(), {
|
|
68
|
+
formatCurrencyToDisplay: o
|
|
69
|
+
} = h(), {
|
|
70
|
+
data: s,
|
|
71
|
+
isLoading: d
|
|
72
|
+
} = v(e?.id), w = e?.status === "uncollectible", i = e?.status === "issued", m = e?.status === "overdue", c = e?.status === "partially_paid", l = e?.status === "paid", p = i || m || c, u = i || m || c || l || w && s?.data && s?.data?.length > 0;
|
|
73
|
+
function y() {
|
|
74
|
+
switch (e?.status) {
|
|
75
|
+
case "draft":
|
|
76
|
+
return a._("Issue invoice to make a payment record.");
|
|
77
|
+
case "canceled":
|
|
78
|
+
return a._("Invoice was cancelled and won't be paid.");
|
|
79
|
+
case "uncollectible":
|
|
80
|
+
return a._("Invoice was marked as uncollectible.");
|
|
81
|
+
default:
|
|
82
|
+
return a._("You can record a payment if you've already received it.");
|
|
13
83
|
}
|
|
14
|
-
},
|
|
15
|
-
defaultVariants: {
|
|
16
|
-
orientation: "vertical"
|
|
17
84
|
}
|
|
18
|
-
})
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
})
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
})
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
] });
|
|
44
|
-
}
|
|
45
|
-
function F({
|
|
46
|
-
className: e,
|
|
47
|
-
...t
|
|
48
|
-
}) {
|
|
49
|
-
return /* @__PURE__ */ l("p", { "data-slot": "field-description", className: o("ttw:text-sm ttw:leading-normal ttw:font-normal ttw:text-muted-foreground ttw:group-has-[[data-orientation=horizontal]]/field:text-balance", "ttw:last:mt-0 ttw:nth-last-2:-mt-1 ttw:[[data-variant=legend]+&]:-mt-1.5", "ttw:[&>a]:underline ttw:[&>a]:underline-offset-4 ttw:[&>a:hover]:text-primary", e), ...t });
|
|
50
|
-
}
|
|
51
|
-
function z({
|
|
52
|
-
className: e,
|
|
53
|
-
children: t,
|
|
54
|
-
errors: a,
|
|
55
|
-
...i
|
|
56
|
-
}) {
|
|
57
|
-
const d = c(() => {
|
|
58
|
-
if (t)
|
|
59
|
-
return t;
|
|
60
|
-
if (!a?.length)
|
|
61
|
-
return null;
|
|
62
|
-
const s = [...new Map(a.map((r) => [r?.message, r])).values()];
|
|
63
|
-
return s?.length == 1 ? s[0]?.message : /* @__PURE__ */ l("ul", { className: "ttw:ml-4 ttw:flex ttw:list-disc ttw:flex-col ttw:gap-1", children: s.map((r, n) => r?.message && /* @__PURE__ */ l("li", { children: r.message }, n)) });
|
|
64
|
-
}, [t, a]);
|
|
65
|
-
return d ? /* @__PURE__ */ l("div", { role: "alert", "data-slot": "field-error", className: o("ttw:text-sm ttw:font-normal ttw:text-destructive", e), ...i, children: d }) : null;
|
|
66
|
-
}
|
|
85
|
+
return e?.type !== "invoice" ? null : d ? /* @__PURE__ */ t("div", { className: "ttw:flex ttw:justify-center ttw:items-center", children: /* @__PURE__ */ t(P, {}) }) : /* @__PURE__ */ t(x, { children: /* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", children: [
|
|
86
|
+
/* @__PURE__ */ t("h2", { className: "ttw:text-lg ttw:font-semibold ttw:leading-6", children: a._("Payments history") }),
|
|
87
|
+
/* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:gap-3", children: [
|
|
88
|
+
s?.data && s?.data?.length > 0 ? /* @__PURE__ */ t(x, { children: s?.data?.map((r) => /* @__PURE__ */ t(D, { issueDate: r?.paid_at, totalAmount: r?.amount, currency: r?.currency, paymentMethod: r?.payment_method ?? "", isExternal: r?.is_external, entityUserId: r?.entity_user_id ?? "" }, r?.id)) }) : /* @__PURE__ */ n("p", { className: "ttw:text-sm ttw:text-neutral ttw:font-normal ttw:leading-5", children: [
|
|
89
|
+
a._("No payments have been received for this invoice."),
|
|
90
|
+
/* @__PURE__ */ t("br", {}),
|
|
91
|
+
y()
|
|
92
|
+
] }),
|
|
93
|
+
p && /* @__PURE__ */ t(C, { invoice: e, children: ({
|
|
94
|
+
openModal: r
|
|
95
|
+
}) => /* @__PURE__ */ t(_, { size: "sm", className: "ttw:w-fit", onClick: r, children: a._("Record payment") }) }),
|
|
96
|
+
u && /* @__PURE__ */ t("div", { className: "ttw:w-full ttw:h-px ttw:bg-border" })
|
|
97
|
+
] }),
|
|
98
|
+
u && /* @__PURE__ */ n("div", { className: "ttw:flex ttw:justify-between ttw:gap-8", children: [
|
|
99
|
+
/* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:font-medium ttw:text-text", children: [
|
|
100
|
+
/* @__PURE__ */ t("span", { className: "ttw:text-sm ttw:leading-5", children: a._("Amount due") }),
|
|
101
|
+
/* @__PURE__ */ t("span", { className: "ttw:text-base ttw:leading-6", children: o(e?.amount_due, e?.currency) })
|
|
102
|
+
] }),
|
|
103
|
+
/* @__PURE__ */ n("div", { className: "ttw:flex ttw:flex-col ttw:font-medium ttw:text-text", children: [
|
|
104
|
+
/* @__PURE__ */ t("span", { className: "ttw:text-sm ttw:leading-5 ttw:text-right", children: a._("Amount paid") }),
|
|
105
|
+
/* @__PURE__ */ t("span", { className: "ttw:text-base ttw:leading-6 ttw:text-right", children: o(e?.amount_paid, e?.currency) })
|
|
106
|
+
] })
|
|
107
|
+
] })
|
|
108
|
+
] }) });
|
|
109
|
+
};
|
|
67
110
|
export {
|
|
68
|
-
|
|
69
|
-
k as FieldContent,
|
|
70
|
-
F as FieldDescription,
|
|
71
|
-
z as FieldError,
|
|
72
|
-
y as FieldLabel
|
|
111
|
+
nt as InvoiceDetailsTabPayments
|
|
73
112
|
};
|
|
@@ -1,31 +1,60 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { jsxs as m, jsx as t } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { InvoiceRecurrenceIterationStatusChip as d } from "./index336.js";
|
|
3
|
+
import { InvoiceStatusChip as c } from "./index57.js";
|
|
4
|
+
import { useMoniteContext as u } from "./index59.js";
|
|
5
|
+
import { useCurrencies as h } from "./index60.js";
|
|
6
|
+
import "react";
|
|
7
|
+
import "./index94.js";
|
|
8
|
+
import { useLingui as p } from "@lingui/react";
|
|
9
|
+
import "react-dom";
|
|
10
|
+
import "@mui/x-data-grid";
|
|
11
|
+
import { useGetReceivableById as x } from "./index84.js";
|
|
12
|
+
import { ChevronRight as f } from "lucide-react";
|
|
13
|
+
import { twMerge as _ } from "tailwind-merge";
|
|
14
|
+
const N = ({
|
|
15
|
+
iteration: r,
|
|
16
|
+
invoice: o,
|
|
17
|
+
i18n: w,
|
|
18
|
+
onRowClick: e
|
|
9
19
|
}) => {
|
|
10
20
|
const {
|
|
11
|
-
|
|
12
|
-
} = u()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
locale: a
|
|
22
|
+
} = u(), {
|
|
23
|
+
formatCurrencyToDisplay: s
|
|
24
|
+
} = h(), n = !!r?.issued_invoice_id, {
|
|
25
|
+
data: i
|
|
26
|
+
} = x(r?.issued_invoice_id ?? "", n), l = !!(n && i?.id);
|
|
27
|
+
return /* @__PURE__ */ m("tr", { className: _("ttw:border-t ttw:border-border", l && "ttw:hover:cursor-pointer"), ...l && e && i?.id && {
|
|
28
|
+
onClick: () => e(i.id)
|
|
29
|
+
}, children: [
|
|
30
|
+
/* @__PURE__ */ t("td", { className: "ttw:text-left ttw:h-9 ttw:py-2 ttw:pr-2 ttw:text-sm ttw:leading-5 ttw:font-normal", children: w.date(r?.issue_at, a.dateFormat) }),
|
|
31
|
+
/* @__PURE__ */ t("td", { className: "ttw:text-left ttw:h-9 ttw:py-2 ttw:px-2 ttw:text-sm ttw:leading-5 ttw:font-normal", children: n && i ? s(i?.total_amount, i?.currency) : s(o?.total_amount, o?.currency) }),
|
|
32
|
+
/* @__PURE__ */ t("td", { className: "ttw:text-left ttw:h-9 ttw:py-2 ttw:px-2", children: n && i ? /* @__PURE__ */ t(c, { status: i?.status }) : /* @__PURE__ */ t(d, { status: r?.status }) }),
|
|
33
|
+
/* @__PURE__ */ t("td", { className: "ttw:text-left ttw:h-9 ttw:py-2 ttw:px-2 ttw:text-sm ttw:leading-5 ttw:font-normal", children: n ? i?.document_id : "-" }),
|
|
34
|
+
/* @__PURE__ */ t("td", { className: "ttw:text-right ttw:h-9 ttw:w-6 ttw:py-2 ttw:pl-2 ttw:text-muted-foreground", children: l ? /* @__PURE__ */ t(f, { className: "ttw:inline ttw:size-4", "aria-hidden": "true" }) : null })
|
|
35
|
+
] });
|
|
36
|
+
}, z = ({
|
|
37
|
+
invoice: r,
|
|
38
|
+
recurrence: o,
|
|
39
|
+
openInvoiceDetails: w
|
|
40
|
+
}) => {
|
|
41
|
+
const {
|
|
42
|
+
i18n: e
|
|
43
|
+
} = p();
|
|
44
|
+
return /* @__PURE__ */ m("table", { className: "ttw:w-full", children: [
|
|
45
|
+
/* @__PURE__ */ t("thead", { children: /* @__PURE__ */ m("tr", { children: [
|
|
46
|
+
/* @__PURE__ */ t("th", { className: "ttw:text-left ttw:h-10 ttw:pr-2 ttw:text-sm ttw:font-medium ttw:leading-5", children: e._("Issue date") }),
|
|
47
|
+
/* @__PURE__ */ t("th", { className: "ttw:text-left ttw:h-10 ttw:px-2 ttw:text-sm ttw:font-medium ttw:leading-5", children: e._("Amount") }),
|
|
48
|
+
/* @__PURE__ */ t("th", { className: "ttw:text-left ttw:h-10 ttw:px-2 ttw:text-sm ttw:font-medium ttw:leading-5", children: e._("Status") }),
|
|
49
|
+
/* @__PURE__ */ t("th", { className: "ttw:text-left ttw:h-10 ttw:px-2 ttw:text-sm ttw:font-medium ttw:leading-5", children: e._("Number") }),
|
|
50
|
+
/* @__PURE__ */ t("th", { className: "ttw:h-10 ttw:w-6 ttw:pl-2", "aria-hidden": "true" })
|
|
51
|
+
] }) }),
|
|
52
|
+
/* @__PURE__ */ t("tbody", { children: o?.iterations?.map((a, s) => /* @__PURE__ */ t(N, { iteration: a, invoice: r, i18n: e, onRowClick: w }, e._("iteration-{iteration}-{index}", {
|
|
53
|
+
iteration: a?.iteration,
|
|
54
|
+
index: s
|
|
55
|
+
}))) })
|
|
27
56
|
] });
|
|
28
57
|
};
|
|
29
58
|
export {
|
|
30
|
-
|
|
59
|
+
z as InvoiceDetailsTabScheduledInvoices
|
|
31
60
|
};
|
|
@@ -1,5 +1,66 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx as e, jsxs as i } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useMoniteContext as h } from "./index59.js";
|
|
3
|
+
import { getAPIErrorMessage as u } from "./index122.js";
|
|
4
|
+
import { CenteredContentBox as v } from "./index243.js";
|
|
5
|
+
import { FileViewer as _ } from "./index337.js";
|
|
6
|
+
import { LoadingPage as I } from "./index223.js";
|
|
7
|
+
import { useLingui as b } from "@lingui/react";
|
|
8
|
+
import y from "@mui/icons-material/ErrorOutline";
|
|
9
|
+
import x from "@mui/icons-material/Refresh";
|
|
10
|
+
import { FormHelperText as C, Box as c, Stack as o, Typography as t, Button as P, CircularProgress as k } from "@mui/material";
|
|
11
|
+
const W = ({
|
|
12
|
+
receivable_id: n,
|
|
13
|
+
showCloseButton: p,
|
|
14
|
+
onClose: m
|
|
15
|
+
}) => {
|
|
16
|
+
const {
|
|
17
|
+
i18n: r
|
|
18
|
+
} = b(), {
|
|
19
|
+
api: a,
|
|
20
|
+
queryClient: d
|
|
21
|
+
} = h(), f = a.finops.getReceivablesIdPdfLink.getQueryData({
|
|
22
|
+
path: {
|
|
23
|
+
receivable_id: n
|
|
24
|
+
}
|
|
25
|
+
}, d), {
|
|
26
|
+
data: l,
|
|
27
|
+
isLoading: g,
|
|
28
|
+
error: s
|
|
29
|
+
} = a.finops.getReceivablesIdPdfLink.useQuery({
|
|
30
|
+
path: {
|
|
31
|
+
receivable_id: n
|
|
32
|
+
}
|
|
33
|
+
}, {
|
|
34
|
+
staleTime: 1e4,
|
|
35
|
+
refetchIntervalInBackground: !0,
|
|
36
|
+
refetchInterval: f?.file_url ? !1 : 1e3
|
|
37
|
+
});
|
|
38
|
+
return g ? /* @__PURE__ */ e(I, {}) : s ? /* @__PURE__ */ e(C, { children: u(r, s) }) : l?.file_url === "" ? /* @__PURE__ */ e(c, { sx: {
|
|
39
|
+
padding: 4
|
|
40
|
+
}, children: /* @__PURE__ */ i(o, { alignItems: "center", gap: 2, children: [
|
|
41
|
+
/* @__PURE__ */ e(y, { color: "error" }),
|
|
42
|
+
/* @__PURE__ */ i(o, { gap: 0.5, alignItems: "center", children: [
|
|
43
|
+
/* @__PURE__ */ e(t, { variant: "body1", fontWeight: "bold", children: r._("Failed to load PDF Viewer") }),
|
|
44
|
+
/* @__PURE__ */ i(o, { alignItems: "center", children: [
|
|
45
|
+
/* @__PURE__ */ e(t, { variant: "body2", children: r._("Please try to reload.") }),
|
|
46
|
+
/* @__PURE__ */ e(t, { variant: "body2", children: r._("If the error recurs, contact support.") })
|
|
47
|
+
] }),
|
|
48
|
+
/* @__PURE__ */ e(P, { variant: "text", onClick: void a.finops.getReceivablesIdPdfLink.resetQueries({
|
|
49
|
+
parameters: {
|
|
50
|
+
path: {
|
|
51
|
+
receivable_id: n
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}, d), startIcon: /* @__PURE__ */ e(x, {}), children: r._("Reload") })
|
|
55
|
+
] })
|
|
56
|
+
] }) }) : l?.file_url ? /* @__PURE__ */ e(_, { mimetype: "application/pdf", url: l.file_url, showCloseButton: p, onClose: m }) : /* @__PURE__ */ e(v, { children: /* @__PURE__ */ i(o, { alignItems: "center", gap: 2, children: [
|
|
57
|
+
/* @__PURE__ */ e(k, {}),
|
|
58
|
+
/* @__PURE__ */ i(c, { textAlign: "center", children: [
|
|
59
|
+
/* @__PURE__ */ e(t, { variant: "body2", fontWeight: "500", children: r._("Updating the invoice") }),
|
|
60
|
+
/* @__PURE__ */ e(t, { variant: "body2", fontWeight: "500", children: r._("information...") })
|
|
61
|
+
] })
|
|
62
|
+
] }) });
|
|
63
|
+
};
|
|
2
64
|
export {
|
|
3
|
-
|
|
4
|
-
T as FILTER_TYPE_TYPE
|
|
65
|
+
W as InvoicePDFViewer
|
|
5
66
|
};
|
|
@@ -1,29 +1,90 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import "
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
import { jsx as e, jsxs as n } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { cn as s } from "./index102.js";
|
|
3
|
+
import * as o from "@radix-ui/react-dialog";
|
|
4
|
+
import { XIcon as c } from "lucide-react";
|
|
5
|
+
function x({
|
|
6
|
+
...t
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ e(o.Root, { "data-slot": "dialog", ...t });
|
|
9
|
+
}
|
|
10
|
+
function u({
|
|
11
|
+
...t
|
|
12
|
+
}) {
|
|
13
|
+
return /* @__PURE__ */ e(o.Portal, { "data-slot": "dialog-portal", ...t });
|
|
14
|
+
}
|
|
15
|
+
function v({
|
|
16
|
+
...t
|
|
17
|
+
}) {
|
|
18
|
+
return /* @__PURE__ */ e(o.Close, { "data-slot": "dialog-close", ...t });
|
|
19
|
+
}
|
|
20
|
+
function g({
|
|
21
|
+
className: t,
|
|
22
|
+
...a
|
|
23
|
+
}) {
|
|
24
|
+
return /* @__PURE__ */ e(o.Overlay, { "data-slot": "dialog-overlay", className: s("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:fixed ttw:inset-0 ttw:z-1300 ttw:bg-black/50", t), ...a });
|
|
25
|
+
}
|
|
26
|
+
function N({
|
|
27
|
+
className: t,
|
|
28
|
+
children: a,
|
|
29
|
+
showCloseButton: r = !0,
|
|
30
|
+
fullScreen: i = !1,
|
|
31
|
+
container: l = typeof document < "u" ? document.body : null,
|
|
32
|
+
...d
|
|
33
|
+
}) {
|
|
34
|
+
return /* @__PURE__ */ n(u, { container: l, "data-slot": "dialog-portal", children: [
|
|
35
|
+
/* @__PURE__ */ e(g, {}),
|
|
36
|
+
/* @__PURE__ */ n(
|
|
37
|
+
o.Content,
|
|
38
|
+
{
|
|
39
|
+
"data-slot": "dialog-content",
|
|
40
|
+
className: s("ttw:bg-background 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:fixed ttw:top-[50%] ttw:left-[50%] ttw:z-1300 ttw:grid ttw:w-full ttw:max-w-[calc(100%-2rem)] ttw:translate-x-[-50%] ttw:translate-y-[-50%] ttw:gap-4 ttw:rounded-lg ttw:border ttw:p-6 ttw:shadow-lg ttw:duration-200 ttw:sm:max-w-lg", i && "ttw:border-none ttw:rounded-none ttw:h-screen ttw:max-w-screen ttw:sm:max-w-screen", t),
|
|
41
|
+
...d,
|
|
42
|
+
onCloseAutoFocus: (w) => {
|
|
43
|
+
w.preventDefault(), (l ?? document.body).style.pointerEvents = "";
|
|
44
|
+
},
|
|
45
|
+
children: [
|
|
46
|
+
a,
|
|
47
|
+
r && /* @__PURE__ */ n(o.Close, { "data-slot": "dialog-close", className: "ttw:ring-offset-background ttw:focus:ring-ring ttw:data-[state=open]:bg-accent ttw:data-[state=open]:text-muted-foreground ttw:absolute ttw:top-4 ttw:right-4 ttw:rounded-xs ttw:opacity-70 ttw:transition-opacity ttw:hover:opacity-100 ttw:focus:ring-2 ttw:focus:ring-offset-2 ttw:focus:outline-hidden ttw:disabled:pointer-events-none ttw:[&_svg]:pointer-events-none ttw:[&_svg]:shrink-0 ttw:[&_svg:not([class*=size-])]:size-4", children: [
|
|
48
|
+
/* @__PURE__ */ e(c, {}),
|
|
49
|
+
/* @__PURE__ */ e("span", { className: "ttw:sr-only", children: "Close" })
|
|
50
|
+
] })
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] });
|
|
55
|
+
}
|
|
56
|
+
function b({
|
|
57
|
+
className: t,
|
|
58
|
+
...a
|
|
59
|
+
}) {
|
|
60
|
+
return /* @__PURE__ */ e("div", { "data-slot": "dialog-header", className: s("ttw:flex ttw:flex-col ttw:gap-2 ttw:text-center ttw:sm:text-left", t), ...a });
|
|
61
|
+
}
|
|
62
|
+
function h({
|
|
63
|
+
className: t,
|
|
64
|
+
...a
|
|
65
|
+
}) {
|
|
66
|
+
return /* @__PURE__ */ e("div", { "data-slot": "dialog-footer", className: s("ttw:flex ttw:flex-col-reverse ttw:gap-2 ttw:sm:flex-row ttw:sm:justify-end", t), ...a });
|
|
67
|
+
}
|
|
68
|
+
function y({
|
|
69
|
+
className: t,
|
|
70
|
+
...a
|
|
71
|
+
}) {
|
|
72
|
+
return /* @__PURE__ */ e(o.Title, { "data-slot": "dialog-title", className: s("ttw:text-lg ttw:leading-none ttw:font-semibold", t), ...a });
|
|
73
|
+
}
|
|
74
|
+
function D({
|
|
75
|
+
className: t,
|
|
76
|
+
...a
|
|
77
|
+
}) {
|
|
78
|
+
return /* @__PURE__ */ e(o.Description, { "data-slot": "dialog-description", className: s("ttw:text-muted-foreground ttw:text-sm", t), ...a });
|
|
79
|
+
}
|
|
27
80
|
export {
|
|
28
|
-
|
|
81
|
+
x as Dialog,
|
|
82
|
+
v as DialogClose,
|
|
83
|
+
N as DialogContent,
|
|
84
|
+
D as DialogDescription,
|
|
85
|
+
h as DialogFooter,
|
|
86
|
+
b as DialogHeader,
|
|
87
|
+
g as DialogOverlay,
|
|
88
|
+
u as DialogPortal,
|
|
89
|
+
y as DialogTitle
|
|
29
90
|
};
|
|
@@ -1,15 +1,50 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { cva as o } from "class-variance-authority";
|
|
3
|
+
import { Tabs as r } from "radix-ui";
|
|
4
|
+
import { cn as i } from "./index102.js";
|
|
5
|
+
function g({
|
|
6
|
+
className: a,
|
|
7
|
+
orientation: t = "horizontal",
|
|
8
|
+
...n
|
|
9
|
+
}) {
|
|
10
|
+
return /* @__PURE__ */ e(r.Root, { "data-slot": "tabs", "data-orientation": t, orientation: t, className: i("ttw:group/tabs ttw:flex ttw:gap-2 ttw:data-[orientation=horizontal]:flex-col", a), ...n });
|
|
11
|
+
}
|
|
12
|
+
const s = o("ttw:group/tabs-list ttw:inline-flex ttw:w-fit ttw:items-center ttw:justify-center ttw:rounded-lg ttw:p-[3px] ttw:text-muted-foreground ttw:group-data-[orientation=horizontal]/tabs:h-9 ttw:group-data-[orientation=vertical]/tabs:h-fit ttw:group-data-[orientation=vertical]/tabs:flex-col ttw:data-[variant=line]:rounded-none", {
|
|
13
|
+
variants: {
|
|
14
|
+
variant: {
|
|
15
|
+
default: "ttw:bg-muted",
|
|
16
|
+
line: "ttw:gap-1 ttw:bg-transparent"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
defaultVariants: {
|
|
20
|
+
variant: "default"
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
function b({
|
|
24
|
+
className: a,
|
|
25
|
+
variant: t = "default",
|
|
26
|
+
...n
|
|
27
|
+
}) {
|
|
28
|
+
return /* @__PURE__ */ e(r.List, { "data-slot": "tabs-list", "data-variant": t, className: i(s({
|
|
29
|
+
variant: t
|
|
30
|
+
}), a), ...n });
|
|
31
|
+
}
|
|
32
|
+
function c({
|
|
33
|
+
className: a,
|
|
34
|
+
...t
|
|
35
|
+
}) {
|
|
36
|
+
return /* @__PURE__ */ e(r.Trigger, { "data-slot": "tabs-trigger", className: i("ttw:relative ttw:inline-flex ttw:h-[calc(100%-1px)] ttw:flex-1 ttw:items-center ttw:justify-center ttw:gap-1.5 ttw:rounded-md ttw:border ttw:border-transparent ttw:px-2 ttw:py-1 ttw:text-sm ttw:font-medium ttw:whitespace-nowrap ttw:text-foreground/60 ttw:transition-all ttw:group-data-[orientation=vertical]/tabs:w-full ttw:group-data-[orientation=vertical]/tabs:justify-start ttw:hover:text-foreground ttw:focus-visible:border-ring ttw:focus-visible:ring-[3px] ttw:focus-visible:ring-ring/50 ttw:focus-visible:outline-1 ttw:focus-visible:outline-ring ttw:disabled:pointer-events-none ttw:disabled:opacity-50 ttw:group-data-[variant=default]/tabs-list:data-[state=active]:shadow-sm ttw:group-data-[variant=line]/tabs-list:data-[state=active]:shadow-none ttw:dark:text-muted-foreground ttw:dark:hover:text-foreground ttw:[&_svg]:pointer-events-none ttw:[&_svg]:shrink-0 ttw:[&_svg:not([class*=size-])]:size-4", "ttw:group-data-[variant=line]/tabs-list:bg-transparent ttw:group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent ttw:dark:group-data-[variant=line]/tabs-list:data-[state=active]:border-transparent ttw:dark:group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent", "ttw:data-[state=active]:bg-background ttw:data-[state=active]:text-foreground ttw:dark:data-[state=active]:border-input ttw:dark:data-[state=active]:bg-input/30 ttw:dark:data-[state=active]:text-foreground", "ttw:after:absolute ttw:after:bg-foreground ttw:after:opacity-0 ttw:after:transition-opacity ttw:group-data-[orientation=horizontal]/tabs:after:inset-x-0 ttw:group-data-[orientation=horizontal]/tabs:after:bottom-[-5px] ttw:group-data-[orientation=horizontal]/tabs:after:h-0.5 ttw:group-data-[orientation=vertical]/tabs:after:inset-y-0 ttw:group-data-[orientation=vertical]/tabs:after:-right-1 ttw:group-data-[orientation=vertical]/tabs:after:w-0.5 ttw:group-data-[variant=line]/tabs-list:data-[state=active]:after:opacity-100", a), ...t });
|
|
37
|
+
}
|
|
38
|
+
function f({
|
|
39
|
+
className: a,
|
|
40
|
+
...t
|
|
41
|
+
}) {
|
|
42
|
+
return /* @__PURE__ */ e(r.Content, { "data-slot": "tabs-content", className: i("ttw:flex-1 ttw:outline-none", a), ...t });
|
|
43
|
+
}
|
|
13
44
|
export {
|
|
14
|
-
|
|
45
|
+
g as Tabs,
|
|
46
|
+
f as TabsContent,
|
|
47
|
+
b as TabsList,
|
|
48
|
+
c as TabsTrigger,
|
|
49
|
+
s as tabsListVariants
|
|
15
50
|
};
|
|
@@ -1,22 +1,39 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
onChangeFilter: r
|
|
1
|
+
import { jsxs as i, jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useLingui as f } from "@lingui/react";
|
|
3
|
+
import { useFormContext as p, Controller as n } from "react-hook-form";
|
|
4
|
+
import { Field as d, FieldContent as s, FieldLabel as m, FieldError as c } from "./index160.js";
|
|
5
|
+
import { Textarea as h } from "./index131.js";
|
|
6
|
+
const N = ({
|
|
7
|
+
disabled: a
|
|
9
8
|
}) => {
|
|
10
9
|
const {
|
|
11
|
-
i18n:
|
|
12
|
-
} =
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
return /* @__PURE__ */
|
|
16
|
-
/* @__PURE__ */
|
|
17
|
-
|
|
18
|
-
|
|
10
|
+
i18n: t
|
|
11
|
+
} = f(), {
|
|
12
|
+
control: l
|
|
13
|
+
} = p();
|
|
14
|
+
return /* @__PURE__ */ i("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", children: [
|
|
15
|
+
/* @__PURE__ */ e(n, { name: "memo", control: l, render: ({
|
|
16
|
+
field: r,
|
|
17
|
+
fieldState: {
|
|
18
|
+
error: o
|
|
19
|
+
}
|
|
20
|
+
}) => /* @__PURE__ */ e(d, { children: /* @__PURE__ */ i(s, { children: [
|
|
21
|
+
/* @__PURE__ */ e(m, { htmlFor: r.name, required: !0, children: t._("Memo") }),
|
|
22
|
+
/* @__PURE__ */ e(h, { ...r, id: r.name, disabled: a, placeholder: t._("Dear client, as discussed, please find attached our invoice:"), className: "ttw:h-20 ttw:resize-none", "aria-invalid": !!o }),
|
|
23
|
+
/* @__PURE__ */ e(c, { errors: o ? [o] : [] })
|
|
24
|
+
] }) }) }),
|
|
25
|
+
/* @__PURE__ */ e(n, { name: "footer", control: l, render: ({
|
|
26
|
+
field: r,
|
|
27
|
+
fieldState: {
|
|
28
|
+
error: o
|
|
29
|
+
}
|
|
30
|
+
}) => /* @__PURE__ */ e(d, { children: /* @__PURE__ */ i(s, { children: [
|
|
31
|
+
/* @__PURE__ */ e(m, { htmlFor: r.name, children: t._("Note to customer") }),
|
|
32
|
+
/* @__PURE__ */ e(h, { ...r, id: r.name, disabled: a, placeholder: t._("Add a note to be displayed below the line items"), className: "ttw:h-20 ttw:resize-none", "aria-invalid": !!o }),
|
|
33
|
+
/* @__PURE__ */ e(c, { errors: o ? [o] : [] })
|
|
34
|
+
] }) }) })
|
|
35
|
+
] });
|
|
19
36
|
};
|
|
20
37
|
export {
|
|
21
|
-
|
|
38
|
+
N as EntitySection
|
|
22
39
|
};
|