@tesouro/embedded-components-react 0.2.205 → 0.2.208
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 +40 -0
- package/dist/index.d.ts +455 -310
- package/dist/index.js +111 -107
- package/dist/lib/CardDetailsWidget.d.ts +750 -0
- package/dist/lib/CardDetailsWidget.js +20 -0
- package/dist/lib/CardsWidget.d.ts +1006 -0
- package/dist/lib/CardsWidget.js +20 -0
- package/dist/lib/ReceivablesWidget.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index3.js +31 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index4.js +31 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index5.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index2.js +141 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index3.js +53 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index4.js +20 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index5.js +82 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index6.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardDetailsHeader.js +56 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardDetailsPanel.js +156 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardFace.js +49 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/DetailCopyRow.js +38 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/labels.js +43 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/statusBadge.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/testIds.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/data-access/dist/index2.js +27 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/data-access/dist/index3.js +27 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index2.js +117 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index3.js +42 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index4.js +46 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index5.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index6.js +260 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index7.js +34 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index8.js +91 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardFaceSwatch.js +15 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsList.js +138 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsListDetailsSheet.js +43 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsListRow.js +60 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/labels.js +77 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/statusBadge.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/types.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index10.js +6 -17
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index6.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index7.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index9.js +17 -6
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index107.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index108.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/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/index117.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +32 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +35 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +4 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +2 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +23 -1269
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +1270 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +79 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +6 -398
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +9 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +33 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +31 -406
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +8 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +11 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +26 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +14 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +10 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +121 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +8 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +216 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +46 -118
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +48 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +13 -217
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +44 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +15 -12
- 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 +10 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +147 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +25 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +54 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +71 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +29 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +3 -152
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +61 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +37 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +79 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +5 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +99 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +57 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +9 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +44 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +75 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +55 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +14 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +75 -91
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +27 -99
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +39 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +7 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +226 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +470 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +105 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +537 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +23 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +27 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +10 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +17 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +21 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +2 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +12 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +21 -227
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +18 -466
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +27 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +104 -526
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +67 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +12 -25
- 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 +12 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +24 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +94 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +101 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +16 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +12 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +10 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +60 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +397 -116
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +68 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +2 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +407 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +7 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +35 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +100 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +25 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +4 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +12 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +7 -214
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +214 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +9 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +12 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +12 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +37 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +52 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +29 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +5 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +74 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +32 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +18 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +36 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +51 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +81 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +33 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +66 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +360 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +2 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +117 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +6 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +18 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +13 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +13 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +14 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +14 -82
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +21 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +22 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +54 -359
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +27 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +37 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +37 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +15 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +27 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +17 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +107 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +12 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +19 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +23 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +33 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +57 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +50 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +30 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +97 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +42 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +147 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +105 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +63 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +28 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +127 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +44 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +71 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +18 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +30 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +39 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +58 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +89 -140
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +104 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +88 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +36 -486
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +337 -158
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +300 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +99 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +160 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +266 -118
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +24 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +18 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +5 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +37 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +55 -340
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +29 -301
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +117 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +22 -161
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +41 -264
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +55 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +2 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +96 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +94 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +209 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +20 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +16 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +17 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +171 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +131 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +161 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +12 -213
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +19 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +59 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +67 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +54 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +6 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +10 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +59 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +23 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +61 -169
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +14 -134
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +149 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +10 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +19 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +6 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +157 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +28 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +28 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +78 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +25 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +125 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +44 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +119 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +106 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +50 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +191 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +68 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +21 -116
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +29 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +29 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +4 -205
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +19 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +30 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +21 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +34 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +31 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +13 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +65 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +14 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +75 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +76 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +42 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +489 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +166 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +22 -160
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +57 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +28 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +58 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +19 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +18 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +42 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +15 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +22 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +48 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +11 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +9 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +33 -4
- 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 +16 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +44 -90
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +8 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +45 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +45 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +31 -119
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +28 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +43 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +25 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +74 -16
- 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 +97 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +35 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +10 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +11 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +54 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +36 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +26 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +6 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +19 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +64 -9
- 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 +17 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +20 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +13 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +16 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +12 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +66 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +21 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +110 -89
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +79 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +2 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +8 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +8 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +93 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +34 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +28 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +120 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +18 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +16 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +16 -118
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +15 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +16 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +72 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +16 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +16 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +3 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +11 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +31 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +4 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +125 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +20 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +28 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +35 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +5 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +81 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +17 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +80 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +269 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +34 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +59 -263
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +42 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +22 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +140 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +92 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -140
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +2 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +283 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +49 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +15 -285
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +65 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +47 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +28 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +7 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +49 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +16 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +17 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +29 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +64 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +52 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +37 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +42 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +35 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +13 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +18 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +49 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +55 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +33 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +49 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +33 -42
- 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 +15 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +93 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +16 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +75 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +22 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +9 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +57 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +70 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +21 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +38 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +30 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +12 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +28 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +22 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +39 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +51 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +38 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +46 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +80 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +71 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +85 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +55 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +54 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +51 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +32 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +85 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +23 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +99 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +112 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +70 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +68 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +38 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +64 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +9 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +51 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +53 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +35 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +17 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +23 -23
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +338 -286
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +266 -202
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/scopes.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/card/cardPresentation.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/card/cardProgram.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +24 -24
- package/dist/pending-feature-style-sources.d.ts +1 -3
- package/package.json +1 -1
|
@@ -1,26 +1,130 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
8
|
-
|
|
1
|
+
import { jsxs as i, jsx as t, Fragment as z } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { CreateCounterpartDialog as B } from "./index151.js";
|
|
3
|
+
import { CounterpartSelector as U } from "./index414.js";
|
|
4
|
+
import { getCounterpartName as P, getCounterpartEmail as R } from "./index7.js";
|
|
5
|
+
import "./index57.js";
|
|
6
|
+
import "@tanstack/react-query";
|
|
7
|
+
import { useCounterpartAddresses as W } from "./index72.js";
|
|
8
|
+
import { useRef as q, useState as F, useCallback as G, useEffect as k } from "react";
|
|
9
|
+
import "react-hot-toast";
|
|
10
|
+
import { useLingui as H } from "@lingui/react";
|
|
11
|
+
import { useFormContext as J, Controller as K } from "react-hook-form";
|
|
12
|
+
import { CounterpartDetails as Q } from "./index2.js";
|
|
13
|
+
import { Typography as f } from "./index85.js";
|
|
14
|
+
import { Avatar as X, AvatarFallback as Y } from "./index415.js";
|
|
15
|
+
import { Field as Z, FieldContent as tt, FieldLabel as et, FieldError as rt } from "./index154.js";
|
|
16
|
+
import { Input as at } from "./index122.js";
|
|
17
|
+
import { Button as b } from "./index84.js";
|
|
18
|
+
import { Separator as it } from "./index135.js";
|
|
19
|
+
import { Plus as ot } from "lucide-react";
|
|
20
|
+
const Et = ({
|
|
21
|
+
disabled: d,
|
|
22
|
+
canCreateCounterpart: _,
|
|
23
|
+
isEditCustomerOpen: m,
|
|
24
|
+
handleOpenEditCustomer: A,
|
|
25
|
+
counterpart: a
|
|
26
|
+
}) => {
|
|
9
27
|
const {
|
|
10
|
-
i18n:
|
|
11
|
-
} =
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
28
|
+
i18n: s
|
|
29
|
+
} = H(), {
|
|
30
|
+
watch: l,
|
|
31
|
+
setValue: e,
|
|
32
|
+
control: S,
|
|
33
|
+
clearErrors: j
|
|
34
|
+
} = J(), o = l("counterpart_id"), g = q(o), x = l("default_billing_address_id"), y = l("default_shipping_address_id"), {
|
|
35
|
+
data: c
|
|
36
|
+
} = W(a?.id), [v, N] = F(!1), [E, h] = F(!1), D = !!o, w = P(a), I = R(a), O = w ? Array.from(w)[0]?.toUpperCase() ?? "?" : "?", C = l("counterpart_name") ?? "", $ = l("counterpart_email") ?? "", T = () => {
|
|
37
|
+
e("counterpart_id", ""), e("counterpart_name", ""), e("counterpart_email", "");
|
|
38
|
+
}, V = G((r) => {
|
|
39
|
+
const n = {
|
|
40
|
+
email: $,
|
|
41
|
+
phone: "",
|
|
42
|
+
isCustomer: !0,
|
|
43
|
+
isVendor: !1,
|
|
44
|
+
line1: "",
|
|
45
|
+
line2: "",
|
|
46
|
+
city: "",
|
|
47
|
+
state: "",
|
|
48
|
+
postalCode: "",
|
|
49
|
+
country: "US"
|
|
50
|
+
};
|
|
51
|
+
if (r === "individual") {
|
|
52
|
+
const p = C.trim(), u = p.indexOf(" "), L = u === -1 ? p : p.slice(0, u), M = u === -1 ? "" : p.slice(u + 1);
|
|
53
|
+
return {
|
|
54
|
+
tax_id: "",
|
|
55
|
+
counterpart: {
|
|
56
|
+
...n,
|
|
57
|
+
firstName: L,
|
|
58
|
+
lastName: M
|
|
59
|
+
}
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
tax_id: "",
|
|
64
|
+
counterpart: {
|
|
65
|
+
...n,
|
|
66
|
+
companyName: C
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
}, [C, $]);
|
|
70
|
+
return k(() => {
|
|
71
|
+
g.current !== o && (g.current = o, e("default_billing_address_id", ""), e("default_shipping_address_id", ""));
|
|
72
|
+
}, [o, e]), k(() => {
|
|
73
|
+
if (c?.data?.length && !(!a || a.id !== o)) {
|
|
74
|
+
if (!x) {
|
|
75
|
+
const r = a.default_billing_address_id || (c.data.length === 1 ? c.data[0].id : "");
|
|
76
|
+
e("default_billing_address_id", r);
|
|
77
|
+
}
|
|
78
|
+
if (!y) {
|
|
79
|
+
const r = a.default_shipping_address_id || "";
|
|
80
|
+
e("default_shipping_address_id", r);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}, [c, e, a, o, x, y]), /* @__PURE__ */ i("div", { className: "ttw:flex ttw:flex-col ttw:p-6 ttw:gap-2.5 ttw:border ttw:border-border ttw:rounded-xl", children: [
|
|
84
|
+
/* @__PURE__ */ i("div", { className: "ttw:flex ttw:flex-col ttw:gap-2.5 ttw:pb-4", children: [
|
|
85
|
+
/* @__PURE__ */ t(f, { variant: "h4", children: s._("Customer details") }),
|
|
86
|
+
/* @__PURE__ */ t(f, { variant: "body2", color: "muted", className: "ttw:font-medium", children: s._("Who are you billing?") })
|
|
87
|
+
] }),
|
|
88
|
+
D ? /* @__PURE__ */ i("div", { className: "ttw:flex ttw:gap-2 ttw:justify-between ttw:items-center ttw:border ttw:border-border ttw:p-3 ttw:rounded-xl", children: [
|
|
89
|
+
/* @__PURE__ */ i("div", { className: "ttw:flex ttw:items-center ttw:gap-5", children: [
|
|
90
|
+
/* @__PURE__ */ t(X, { className: "ttw:size-16", children: /* @__PURE__ */ t(Y, { className: "ttw:text-sm ttw:font-normal", children: O }) }),
|
|
91
|
+
/* @__PURE__ */ i("div", { className: "ttw:flex ttw:flex-col ttw:gap-1", children: [
|
|
92
|
+
/* @__PURE__ */ t(f, { variant: "body1", className: "ttw:font-medium", children: w }),
|
|
93
|
+
/* @__PURE__ */ t(f, { variant: "body2", color: "muted", children: I })
|
|
94
|
+
] })
|
|
95
|
+
] }),
|
|
96
|
+
/* @__PURE__ */ i("div", { className: "ttw:flex ttw:items-center", children: [
|
|
97
|
+
/* @__PURE__ */ t(b, { type: "button", variant: "ghost", className: "ttw:text-primary ttw:hover:text-primary", disabled: d, onClick: () => N(!0), children: s._("View details") }),
|
|
98
|
+
/* @__PURE__ */ t(it, { orientation: "vertical", className: "ttw:h-6!" }),
|
|
99
|
+
/* @__PURE__ */ t(b, { type: "button", variant: "ghost", className: "ttw:text-primary ttw:hover:text-primary", disabled: d, onClick: T, children: s._("Clear") })
|
|
100
|
+
] })
|
|
101
|
+
] }) : /* @__PURE__ */ i(z, { children: [
|
|
102
|
+
/* @__PURE__ */ t(U, { disabled: d, canCreateCounterpart: _ }),
|
|
103
|
+
_ && /* @__PURE__ */ t(K, { name: "counterpart_email", control: S, render: ({
|
|
104
|
+
field: r,
|
|
105
|
+
fieldState: {
|
|
106
|
+
error: n
|
|
107
|
+
}
|
|
108
|
+
}) => /* @__PURE__ */ t(Z, { children: /* @__PURE__ */ i(tt, { children: [
|
|
109
|
+
/* @__PURE__ */ t(et, { htmlFor: r.name, children: s._("Email") }),
|
|
110
|
+
/* @__PURE__ */ t(at, { ...r, id: r.name, type: "email", disabled: d, "aria-invalid": !!n }),
|
|
111
|
+
/* @__PURE__ */ t(rt, { errors: n ? [n] : [] })
|
|
112
|
+
] }) }) }),
|
|
113
|
+
_ && /* @__PURE__ */ i(b, { onClick: () => h(!0), type: "button", variant: "ghost", disabled: d, className: "ttw:text-primary ttw:hover:text-primary ttw:w-fit", children: [
|
|
114
|
+
/* @__PURE__ */ t(ot, {}),
|
|
115
|
+
s._("Add more details including address, phone, etc.")
|
|
116
|
+
] })
|
|
117
|
+
] }),
|
|
118
|
+
E && /* @__PURE__ */ t(B, { open: E, onClose: () => {
|
|
119
|
+
h(!1);
|
|
120
|
+
}, onCreate: (r) => {
|
|
121
|
+
h(!1), e("counterpart_id", r), e("counterpart_name", ""), e("counterpart_email", ""), j(["counterpart_id", "counterpart_email"]);
|
|
122
|
+
}, getCounterpartDefaultValues: V, customerType: "customer" }),
|
|
123
|
+
(m || v) && /* @__PURE__ */ t(Q, { counterpartId: a?.id || "", open: m || v, onClose: () => {
|
|
124
|
+
m && A(!1), N(!1);
|
|
125
|
+
}, isEditMode: m, showActionsMenu: !1, customerType: "customer" })
|
|
22
126
|
] });
|
|
23
127
|
};
|
|
24
128
|
export {
|
|
25
|
-
|
|
129
|
+
Et as CustomerSection
|
|
26
130
|
};
|
|
@@ -1,65 +1,51 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import { useLingui as
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { jsxs as t, jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Typography as o } from "./index85.js";
|
|
3
|
+
import { useLingui as w } from "@lingui/react";
|
|
4
|
+
import { PaymentSection as p } from "./index416.js";
|
|
5
|
+
import { useFormContext as h, Controller as f } from "react-hook-form";
|
|
6
|
+
import { Field as u, FieldContent as b, FieldLabel as g, FieldError as x } from "./index154.js";
|
|
7
|
+
import { Input as y } from "./index122.js";
|
|
8
|
+
import { RecurrenceSection as N } from "./index417.js";
|
|
9
|
+
import { RemindersSection as v } from "./index418.js";
|
|
10
|
+
const j = ({
|
|
11
|
+
paymentTerms: n,
|
|
12
|
+
disabled: a,
|
|
13
|
+
isPaymentTermsLoading: s,
|
|
14
|
+
showPurchaseOrder: d = !0,
|
|
15
|
+
lockRecurrenceSchedule: m = !1
|
|
8
16
|
}) => {
|
|
9
17
|
const {
|
|
10
|
-
i18n:
|
|
11
|
-
} =
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
} })
|
|
36
|
-
/* @__PURE__ */ e(n, { variant: "body1", fontWeight: 500, sx: {
|
|
37
|
-
flex: "1 1 0%",
|
|
38
|
-
width: "100%"
|
|
39
|
-
}, children: t._("Financing plan") })
|
|
18
|
+
i18n: r
|
|
19
|
+
} = w(), {
|
|
20
|
+
control: c
|
|
21
|
+
} = h();
|
|
22
|
+
return /* @__PURE__ */ t("div", { className: "ttw:flex ttw:flex-col ttw:p-6 ttw:gap-2.5 ttw:border ttw:border-border ttw:rounded-xl", children: [
|
|
23
|
+
/* @__PURE__ */ t("div", { className: "ttw:flex ttw:flex-col ttw:gap-2.5 ttw:pb-4", children: [
|
|
24
|
+
/* @__PURE__ */ e(o, { variant: "h4", children: r._("Billing details") }),
|
|
25
|
+
/* @__PURE__ */ e(o, { variant: "body2", color: "muted", className: "ttw:font-medium", children: r._("What are the billing terms?") })
|
|
26
|
+
] }),
|
|
27
|
+
/* @__PURE__ */ t("div", { className: "ttw:flex ttw:flex-col ttw:gap-6", children: [
|
|
28
|
+
/* @__PURE__ */ e(N, { lockSchedule: m }),
|
|
29
|
+
/* @__PURE__ */ t("div", { className: "ttw:flex ttw:items-start ttw:gap-2.5 ttw:w-full", children: [
|
|
30
|
+
/* @__PURE__ */ e(p, { paymentTerms: n, disabled: a, isLoading: s }),
|
|
31
|
+
d && /* @__PURE__ */ e(f, { name: "purchase_order", control: c, render: ({
|
|
32
|
+
field: i,
|
|
33
|
+
fieldState: {
|
|
34
|
+
error: l
|
|
35
|
+
}
|
|
36
|
+
}) => /* @__PURE__ */ e(u, { children: /* @__PURE__ */ t(b, { children: [
|
|
37
|
+
/* @__PURE__ */ t(g, { htmlFor: i.name, className: "ttw:text-nowrap", children: [
|
|
38
|
+
r._("PO Number"),
|
|
39
|
+
/* @__PURE__ */ e(o, { variant: "body2", color: "muted", className: "ttw:leading-snug", children: r._("(optional)") })
|
|
40
|
+
] }),
|
|
41
|
+
/* @__PURE__ */ e(y, { ...i, id: i.name, disabled: a, "aria-invalid": !!l }),
|
|
42
|
+
/* @__PURE__ */ e(x, { errors: l ? [l] : [] })
|
|
43
|
+
] }) }) })
|
|
40
44
|
] }),
|
|
41
|
-
/* @__PURE__ */ e(
|
|
42
|
-
|
|
43
|
-
}, children: /* @__PURE__ */ a(m, { children: [
|
|
44
|
-
/* @__PURE__ */ e(l, { sx: {
|
|
45
|
-
p: 0
|
|
46
|
-
}, children: /* @__PURE__ */ e(n, { variant: "body1", fontWeight: 400, children: t._("{itemAdvance_rate_percentage}% advance rate", {
|
|
47
|
-
itemAdvance_rate_percentage: r.advance_rate_percentage / 100
|
|
48
|
-
}) }) }),
|
|
49
|
-
/* @__PURE__ */ e(l, { sx: {
|
|
50
|
-
p: 0
|
|
51
|
-
}, children: /* @__PURE__ */ e(n, { variant: "body1", fontWeight: 400, children: t._("Pay in {itemRepayment_duration_days} days", {
|
|
52
|
-
itemRepayment_duration_days: r.repayment_duration_days
|
|
53
|
-
}) }) }),
|
|
54
|
-
/* @__PURE__ */ e(l, { sx: {
|
|
55
|
-
p: 0
|
|
56
|
-
}, children: /* @__PURE__ */ e(n, { variant: "body1", fontWeight: 400, children: t._("{itemFee_percentage}% fee", {
|
|
57
|
-
itemFee_percentage: r.fee_percentage / 100
|
|
58
|
-
}) }) })
|
|
59
|
-
] }, r.advance_rate_percentage) })
|
|
60
|
-
] }, `${o.available_amount}-${c}-${o.total_amount}-${s}`))) })
|
|
45
|
+
/* @__PURE__ */ e(v, { disabled: a })
|
|
46
|
+
] })
|
|
61
47
|
] });
|
|
62
48
|
};
|
|
63
49
|
export {
|
|
64
|
-
|
|
50
|
+
j as BillingSection
|
|
65
51
|
};
|
|
@@ -1,16 +1,121 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import { jsxs as l, jsx as i } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useFormErrors as G, FormErrorDisplay as k } from "./index419.js";
|
|
3
|
+
import { InvoiceItemRow as q } from "./index420.js";
|
|
4
|
+
import { InvoiceTotals as z } from "./index421.js";
|
|
5
|
+
import { CUSTOM_ID as B } from "./index422.js";
|
|
6
|
+
import { useLineItemManagement as W } from "./index387.js";
|
|
7
|
+
import { useLingui as H } from "@lingui/react";
|
|
8
|
+
import { Button as O } from "./index84.js";
|
|
9
|
+
import { Field as Q, FieldContent as Y, FieldLabel as J } from "./index154.js";
|
|
10
|
+
import { Typography as m } from "./index85.js";
|
|
11
|
+
import { Plus as K } from "lucide-react";
|
|
12
|
+
import { useCallback as h, useEffect as X, useRef as Z } from "react";
|
|
13
|
+
import { useFormContext as tt, Controller as et } from "react-hook-form";
|
|
14
|
+
import { LoadingSpinner as it } from "./index131.js";
|
|
15
|
+
import { useGetMeasureUnits as rt } from "./index314.js";
|
|
16
|
+
import { InputGroup as nt, InputGroupInput as at, InputGroupAddon as ot } from "./index101.js";
|
|
17
|
+
import { sanitizeTaxRateInput as st } from "./index388.js";
|
|
18
|
+
import { Separator as lt } from "./index135.js";
|
|
19
|
+
const Ft = ({
|
|
20
|
+
defaultCurrency: d = "USD",
|
|
21
|
+
registerLineItemCleanupFn: u
|
|
22
|
+
}) => {
|
|
23
|
+
const {
|
|
24
|
+
i18n: n
|
|
25
|
+
} = H(), {
|
|
26
|
+
control: _,
|
|
27
|
+
formState: g,
|
|
28
|
+
getValues: c,
|
|
29
|
+
watch: N,
|
|
30
|
+
trigger: v,
|
|
31
|
+
clearErrors: x
|
|
32
|
+
} = tt(), b = N("tax_mode") === "inclusive", {
|
|
33
|
+
data: C,
|
|
34
|
+
isLoading: F
|
|
35
|
+
} = rt(), {
|
|
36
|
+
fields: w,
|
|
37
|
+
subtotalPrice: L,
|
|
38
|
+
totalPrice: E,
|
|
39
|
+
totalTaxes: T,
|
|
40
|
+
lineItemErrors: U,
|
|
41
|
+
autoFocusIndex: P,
|
|
42
|
+
handleAddRow: R,
|
|
43
|
+
handleRemoveItem: S,
|
|
44
|
+
setValueWithValidationLocal: p,
|
|
45
|
+
cleanUpLineItemsForSubmission: $
|
|
46
|
+
} = W({
|
|
47
|
+
defaultCurrency: d,
|
|
48
|
+
isInclusivePricing: b
|
|
49
|
+
}), r = h((t, e) => {
|
|
50
|
+
p(t, e, {
|
|
51
|
+
shouldValidate: !1
|
|
52
|
+
});
|
|
53
|
+
}, [p]);
|
|
54
|
+
X(() => (u?.($), () => u?.(null)), [u, $]);
|
|
55
|
+
const y = Z(null), {
|
|
56
|
+
generalError: A,
|
|
57
|
+
fieldErrors: V
|
|
58
|
+
} = G(U), I = h((t, e, a) => {
|
|
59
|
+
const s = e.measureUnit?.id, o = e.measureUnit?.name;
|
|
60
|
+
o && !s ? (r(`line_items.${t}.product.measure_unit_id`, ""), r(`line_items.${t}.product.measure_unit_name`, o), r(`line_items.${t}.measure_unit`, {
|
|
61
|
+
name: o,
|
|
62
|
+
id: null
|
|
63
|
+
})) : (s || a) && (r(`line_items.${t}.product.measure_unit_id`, s || a), r(`line_items.${t}.product.measure_unit_name`, void 0), r(`line_items.${t}.measure_unit`, void 0));
|
|
64
|
+
}, [r]), j = h((t, e, a) => {
|
|
65
|
+
const s = e.label ?? "";
|
|
66
|
+
r(`line_items.${t}.product.name`, s), s.trim() && x(`line_items.${t}.product.name`);
|
|
67
|
+
const o = e.id !== "" && e.id !== B && a;
|
|
68
|
+
if (r(`line_items.${t}.product_id`, o ? e.id : ""), o) {
|
|
69
|
+
r(`line_items.${t}.product.price.value`, e.price?.value ?? 0), r(`line_items.${t}.product.price.currency`, d);
|
|
70
|
+
const f = c(`line_items.${t}.product.measure_unit_id`);
|
|
71
|
+
I(t, e, f), r(`line_items.${t}.quantity`, e.smallestAmount || 1), r(`line_items.${t}.product.smallest_amount`, e.smallestAmount), r(`line_items.${t}.product.type`, "product"), r(`line_items.${t}.product.description`, e.description ?? ""), v(`line_items.${t}`);
|
|
72
|
+
}
|
|
73
|
+
}, [d, c, r, I, v, x]);
|
|
74
|
+
return /* @__PURE__ */ l("div", { ref: y, className: "ttw:flex ttw:flex-col ttw:p-6 ttw:gap-2.5 ttw:border ttw:border-border ttw:rounded-xl", children: [
|
|
75
|
+
/* @__PURE__ */ l("div", { className: "ttw:flex ttw:flex-col ttw:gap-2.5 ttw:pb-4", children: [
|
|
76
|
+
/* @__PURE__ */ i(m, { variant: "h4", children: n._("Products and services") }),
|
|
77
|
+
/* @__PURE__ */ i(m, { variant: "body2", color: "muted", className: "ttw:font-medium", children: n._("Add the products and services on this invoice. You'll have the option to save new items to your inventory.") })
|
|
78
|
+
] }),
|
|
79
|
+
/* @__PURE__ */ i(k, { generalError: g?.errors?.line_items?.root?.message ?? A, fieldErrors: V }),
|
|
80
|
+
/* @__PURE__ */ l("ul", { className: "ttw:flex ttw:flex-col ttw:gap-2.5", children: [
|
|
81
|
+
/* @__PURE__ */ l("li", { className: "ttw:flex ttw:items-center ttw:gap-2.5 ttw:h-5", children: [
|
|
82
|
+
/* @__PURE__ */ i(m, { variant: "body2", className: "ttw:font-medium ttw:leading-5 ttw:min-w-30 ttw:whitespace-nowrap ttw:inline-flex ttw:flex-1", children: n._("Item name") }),
|
|
83
|
+
/* @__PURE__ */ i(m, { variant: "body2", className: "ttw:font-medium ttw:leading-5 ttw:w-24 ttw:min-w-24", children: n._("Quantity") }),
|
|
84
|
+
/* @__PURE__ */ i(m, { variant: "body2", className: "ttw:font-medium ttw:leading-5 ttw:w-20.5 ttw:min-w-20.5", children: n._("Units") }),
|
|
85
|
+
/* @__PURE__ */ i(m, { variant: "body2", className: "ttw:font-medium ttw:leading-5 ttw:max-w-41 ttw:w-full ttw:min-w-29", children: n._("Price") }),
|
|
86
|
+
/* @__PURE__ */ i(m, { variant: "body2", className: "ttw:font-medium ttw:leading-5 ttw:w-12 ttw:min-w-12", children: n._("Taxable") }),
|
|
87
|
+
w.length > 1 && /* @__PURE__ */ i("div", { className: "ttw:w-10 ttw:min-w-10" })
|
|
88
|
+
] }),
|
|
89
|
+
F ? /* @__PURE__ */ i("li", { className: "ttw:flex ttw:items-center ttw:justify-center ttw:h-9", children: /* @__PURE__ */ i(it, { className: "ttw:w-5 ttw:h-5" }) }) : w.map((t, e) => {
|
|
90
|
+
const a = (o) => c(`line_items.${e}.${o}`), s = (o, f, D) => {
|
|
91
|
+
const M = `line_items.${e}.${o}`;
|
|
92
|
+
p(M, f, D);
|
|
93
|
+
};
|
|
94
|
+
return /* @__PURE__ */ i(q, { field: t, index: e, control: _, errors: g.errors, defaultCurrency: d, measureUnitsData: C, onRequestLineItemValue: a, onLineItemValueChange: s, canRemove: w.length > 1, autoFocusName: e === P, onUpdateItem: j, onRemoveItem: S, container: y }, t.id);
|
|
95
|
+
})
|
|
96
|
+
] }),
|
|
97
|
+
/* @__PURE__ */ l(O, { type: "button", variant: "ghost", onClick: R, className: "ttw:text-primary ttw:hover:text-primary ttw:w-fit", children: [
|
|
98
|
+
/* @__PURE__ */ i(K, { className: "ttw:size-5 ttw:text-primary" }),
|
|
99
|
+
n._("Add item")
|
|
100
|
+
] }),
|
|
101
|
+
/* @__PURE__ */ i(et, { name: "tax_rate", control: _, render: ({
|
|
102
|
+
field: t
|
|
103
|
+
}) => /* @__PURE__ */ i(Q, { children: /* @__PURE__ */ l(Y, { className: "ttw:flex-row ttw:justify-end", children: [
|
|
104
|
+
/* @__PURE__ */ i(J, { htmlFor: t.name, children: n._("Tax rate") }),
|
|
105
|
+
/* @__PURE__ */ l(nt, { className: "ttw:w-28 ttw:has-[>[data-align=inline-end]]:[&>input]:pr-0", children: [
|
|
106
|
+
/* @__PURE__ */ i(at, { ...t, value: t.value ?? "", id: t.name, className: "ttw:text-right", placeholder: n._("e.g. 6.25"), type: "text", inputMode: "decimal", onChange: (e) => {
|
|
107
|
+
t.onChange(st(e.target.value));
|
|
108
|
+
}, onBlur: (e) => {
|
|
109
|
+
const a = e.target.value;
|
|
110
|
+
t.onChange(a.endsWith(".") ? a.slice(0, -1) : a), t.onBlur();
|
|
111
|
+
} }),
|
|
112
|
+
/* @__PURE__ */ i(ot, { align: "inline-end", children: "%" })
|
|
113
|
+
] })
|
|
114
|
+
] }) }) }),
|
|
115
|
+
/* @__PURE__ */ i(lt, {}),
|
|
116
|
+
/* @__PURE__ */ i(z, { subtotalPrice: L, totalTaxes: T, totalPrice: E })
|
|
117
|
+
] });
|
|
118
|
+
};
|
|
14
119
|
export {
|
|
15
|
-
|
|
120
|
+
Ft as ItemsSection
|
|
16
121
|
};
|
|
@@ -1,69 +1,113 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import "
|
|
1
|
+
import { jsxs as a, jsx as t, Fragment as k } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useRef as C, useState as T, useEffect as $ } from "react";
|
|
3
|
+
import { useFormContext as F, Controller as L } from "react-hook-form";
|
|
4
|
+
import { useUserPermissions as j } from "./index141.js";
|
|
5
|
+
import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
|
|
6
|
+
import "../../shared/data-access/dist/lib/EmbedApiContext.js";
|
|
7
|
+
import "../../shared/data-access/dist/lib/rest/client.gen.js";
|
|
8
|
+
import "@tanstack/react-query";
|
|
9
|
+
import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
10
|
+
import { Scope as D } from "../../shared/data-access/dist/lib/scopes.js";
|
|
11
|
+
import { useLingui as E } from "@lingui/react";
|
|
12
|
+
import { Plus as P, TriangleAlert as V } from "lucide-react";
|
|
10
13
|
import "react-hot-toast";
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
|
|
14
|
+
import "./index57.js";
|
|
15
|
+
import { useSelectableBankAccounts as I } from "./index243.js";
|
|
16
|
+
import "date-fns";
|
|
17
|
+
import "clsx";
|
|
18
|
+
import "tailwind-merge";
|
|
19
|
+
import "@radix-ui/react-dropdown-menu";
|
|
20
|
+
import "./index84.js";
|
|
21
|
+
import "./index92.js";
|
|
22
|
+
import "react-dom";
|
|
23
|
+
import "@mui/x-data-grid";
|
|
24
|
+
import { Badge as W } from "./index228.js";
|
|
25
|
+
import { Field as q, FieldContent as z, FieldError as K } from "./index154.js";
|
|
26
|
+
import { Select as O, SelectTrigger as R, SelectValue as U, SelectContent as G, SelectItem as y, SelectSeparator as H } from "./index266.js";
|
|
27
|
+
import { Typography as d } from "./index85.js";
|
|
28
|
+
import { BankAccountSectionForm as J } from "./index423.js";
|
|
29
|
+
import { Alert as M, AlertTitle as Q, AlertDescription as X } from "./index153.js";
|
|
30
|
+
import { Skeleton as Y } from "./index132.js";
|
|
31
|
+
import { getSourceLabel as g, getLineLabel as x } from "./index360.js";
|
|
32
|
+
const $t = ({
|
|
33
|
+
disabled: v,
|
|
34
|
+
embeddedBankName: p
|
|
35
|
+
}) => {
|
|
16
36
|
const {
|
|
17
|
-
i18n:
|
|
18
|
-
} =
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
s(null);
|
|
37
|
-
};
|
|
38
|
-
return /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-4 ttw:h-full ttw:relative", children: [
|
|
39
|
-
M ? /* @__PURE__ */ e("div", { className: "ttw:flex ttw:justify-center ttw:items-center ttw:h-full", children: /* @__PURE__ */ e(b, { className: "ttw:size-10 ttw:animate-spin ttw:text-muted-foreground" }) }) : /* @__PURE__ */ r(T, { children: [
|
|
40
|
-
p && /* @__PURE__ */ e("div", { className: "ttw:absolute ttw:inset-0 ttw:bg-white/70 ttw:flex ttw:justify-center ttw:items-center ttw:z-10", children: /* @__PURE__ */ e(b, { className: "ttw:size-10 ttw:animate-spin ttw:text-muted-foreground" }) }),
|
|
41
|
-
/* @__PURE__ */ r(F, { children: [
|
|
42
|
-
/* @__PURE__ */ e(H, { align: "inline-start", children: /* @__PURE__ */ e(S, {}) }),
|
|
43
|
-
/* @__PURE__ */ e(k, { placeholder: i._("Search"), onChange: (t) => $(t.target.value) })
|
|
44
|
-
] }),
|
|
45
|
-
/* @__PURE__ */ r(A, { className: "ttw:table-fixed ttw:border ttw:border-border ttw:rounded-md", children: [
|
|
46
|
-
/* @__PURE__ */ e(E, { children: /* @__PURE__ */ r(h, { className: "ttw:hover:bg-transparent ttw:border-border", children: [
|
|
47
|
-
/* @__PURE__ */ e(l, { className: "ttw:w-[35%]", children: i._("Unit label") }),
|
|
48
|
-
/* @__PURE__ */ e(l, { className: "ttw:w-[55%]", children: i._("Description (optional)") }),
|
|
49
|
-
/* @__PURE__ */ e(l, { className: "ttw:w-[10%]" })
|
|
50
|
-
] }) }),
|
|
51
|
-
/* @__PURE__ */ r(G, { children: [
|
|
52
|
-
/* @__PURE__ */ e(f, { isEditMode: !1 }),
|
|
53
|
-
D.map((t) => g?.id === t.id ? /* @__PURE__ */ e(f, { isEditMode: !0, initialValues: t, onCancel: v, onEdit: () => s(null), id: t.id }, t.id) : /* @__PURE__ */ r(h, { className: "ttw:border-border", children: [
|
|
54
|
-
/* @__PURE__ */ e(d, { className: "ttw:w-[35%] ttw:text-sm ttw:truncate", children: t.name }),
|
|
55
|
-
/* @__PURE__ */ e(d, { className: "ttw:w-[55%] ttw:text-sm ttw:text-muted-foreground ttw:truncate", children: t.description || "—" }),
|
|
56
|
-
/* @__PURE__ */ e(d, { className: "ttw:w-[10%]", children: /* @__PURE__ */ e(z, { permissions: {
|
|
57
|
-
isUpdateAllowed: !0,
|
|
58
|
-
isDeleteAllowed: !0
|
|
59
|
-
}, onEdit: () => s(t), onDelete: () => L(t) }) })
|
|
60
|
-
] }, t.id))
|
|
61
|
-
] })
|
|
62
|
-
] })
|
|
37
|
+
i18n: e
|
|
38
|
+
} = E(), w = C(!1), {
|
|
39
|
+
control: N,
|
|
40
|
+
setValue: i,
|
|
41
|
+
getFieldState: S,
|
|
42
|
+
clearErrors: f
|
|
43
|
+
} = F(), [A, m] = T(!1), h = j().has(D.BankAccountWriteOrg), {
|
|
44
|
+
bankAccounts: o,
|
|
45
|
+
isLoading: l
|
|
46
|
+
} = I(), b = S("bank_account_id");
|
|
47
|
+
return $(() => {
|
|
48
|
+
if (o.length === 1 && !l && !w.current) {
|
|
49
|
+
const r = o[0];
|
|
50
|
+
i("bank_account_id", r.id), i("bank_account_type", r.bank_account_type), w.current = !0;
|
|
51
|
+
}
|
|
52
|
+
}, [i, o, l]), /* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:p-6 ttw:gap-2.5 ttw:border ttw:border-border ttw:rounded-xl", children: [
|
|
53
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:gap-2.5 ttw:pb-4", children: [
|
|
54
|
+
/* @__PURE__ */ t(d, { variant: "h4", children: e._("Payment instructions") }),
|
|
55
|
+
/* @__PURE__ */ t(d, { variant: "body2", color: "muted", className: "ttw:font-medium", children: e._("Tells the customer how they can pay you. We'll include the selected info on the invoice") })
|
|
63
56
|
] }),
|
|
64
|
-
/* @__PURE__ */
|
|
57
|
+
l || o.length > 0 && !A ? /* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:p-3 ttw:gap-4 ttw:border ttw:border-border ttw:rounded-xl", children: [
|
|
58
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:gap-1", children: [
|
|
59
|
+
/* @__PURE__ */ t(d, { variant: "body2", children: e._("Bank account") }),
|
|
60
|
+
/* @__PURE__ */ t(d, { variant: "caption", color: "muted", children: e._("Display your bank account number and routing number") })
|
|
61
|
+
] }),
|
|
62
|
+
l ? /* @__PURE__ */ t(Y, { className: "ttw:w-full ttw:h-9 ttw:rounded-md" }) : /* @__PURE__ */ t(L, { name: "bank_account_id", control: N, render: ({
|
|
63
|
+
field: r,
|
|
64
|
+
fieldState: {
|
|
65
|
+
error: u
|
|
66
|
+
}
|
|
67
|
+
}) => {
|
|
68
|
+
const s = o.find((n) => n.id === r.value), _ = s ? g(s.bank_account_type, p, e) : null;
|
|
69
|
+
return /* @__PURE__ */ t(q, { children: /* @__PURE__ */ a(z, { children: [
|
|
70
|
+
/* @__PURE__ */ t("div", { className: "ttw:relative", children: /* @__PURE__ */ a(O, { ...r, disabled: v, value: r.value, onValueChange: (n) => {
|
|
71
|
+
if (n === "add_new")
|
|
72
|
+
m(!0);
|
|
73
|
+
else {
|
|
74
|
+
r.onChange(n);
|
|
75
|
+
const c = o.find((B) => B.id === n);
|
|
76
|
+
c && i("bank_account_type", c.bank_account_type), b?.invalid && f("bank_account_id");
|
|
77
|
+
}
|
|
78
|
+
}, children: [
|
|
79
|
+
/* @__PURE__ */ t(R, { id: "bank_account_id", className: "ttw:w-full", "aria-label": e._("Bank account selector"), "aria-invalid": !!u, children: /* @__PURE__ */ t(U, { placeholder: e._("Select bank account"), children: s && /* @__PURE__ */ a("span", { className: "ttw:flex ttw:min-w-0 ttw:flex-1 ttw:items-center ttw:justify-between ttw:gap-2", children: [
|
|
80
|
+
/* @__PURE__ */ t("span", { className: "ttw:truncate", children: x(s, e) }),
|
|
81
|
+
_ && /* @__PURE__ */ t(W, { variant: "secondary", className: "ttw:shrink-0", children: _ })
|
|
82
|
+
] }) }) }),
|
|
83
|
+
/* @__PURE__ */ a(G, { children: [
|
|
84
|
+
o.map((n) => {
|
|
85
|
+
const c = g(n.bank_account_type, p, e);
|
|
86
|
+
return /* @__PURE__ */ t(y, { value: n.id, children: /* @__PURE__ */ a("span", { className: "ttw:flex ttw:min-w-0 ttw:flex-1 ttw:items-center ttw:justify-between ttw:gap-2", children: [
|
|
87
|
+
/* @__PURE__ */ t("span", { className: "ttw:truncate", children: x(n, e) }),
|
|
88
|
+
c && /* @__PURE__ */ t("span", { className: "ttw:shrink-0 ttw:text-muted-foreground", children: c })
|
|
89
|
+
] }) }, n.id);
|
|
90
|
+
}),
|
|
91
|
+
h && /* @__PURE__ */ a(k, { children: [
|
|
92
|
+
/* @__PURE__ */ t(H, {}),
|
|
93
|
+
/* @__PURE__ */ a(y, { value: "add_new", className: "ttw:text-primary ttw:hover:text-primary ttw:font-semibold ttw:focus:text-primary", children: [
|
|
94
|
+
/* @__PURE__ */ t(P, { className: "ttw:text-primary ttw:hover:text-primary ttw:font-semibold ttw:focus:text-primary" }),
|
|
95
|
+
e._("Add a new account")
|
|
96
|
+
] })
|
|
97
|
+
] })
|
|
98
|
+
] })
|
|
99
|
+
] }) }),
|
|
100
|
+
/* @__PURE__ */ t(K, { errors: u ? [u] : [] })
|
|
101
|
+
] }) });
|
|
102
|
+
} })
|
|
103
|
+
] }) : /* @__PURE__ */ t(k, { children: h ? /* @__PURE__ */ t(J, { bankAccountsLength: o.length, onCreate: (r) => {
|
|
104
|
+
m(!1), i("bank_account_id", r), i("bank_account_type", "BANK_DETAILS"), b?.invalid && f("bank_account_id");
|
|
105
|
+
}, onCancel: () => m(!1) }) : /* @__PURE__ */ a(M, { enableClose: !1, variant: "warning", icon: /* @__PURE__ */ t(V, {}), children: [
|
|
106
|
+
/* @__PURE__ */ t(Q, { children: e._("There are no bank accounts on file for this account") }),
|
|
107
|
+
/* @__PURE__ */ t(X, { children: e._("A bank account is required in order to issue invoices. Contact your company admin to set one up.") })
|
|
108
|
+
] }) })
|
|
65
109
|
] });
|
|
66
110
|
};
|
|
67
111
|
export {
|
|
68
|
-
|
|
112
|
+
$t as BankAccountSection
|
|
69
113
|
};
|