@tesouro/embedded-components-react 0.2.206 → 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 +25 -25
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +25 -25
- 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 +22 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.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/index118.js +23 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +9 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +33 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +35 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +4 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +2 -1271
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +25 -23
- 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 +11 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +12 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +26 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +14 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +12 -9
- 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 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +7 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +217 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +47 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +47 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +12 -119
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +45 -217
- 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 +11 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +149 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +23 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +55 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +70 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +29 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +3 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +56 -144
- 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 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +14 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +23 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +76 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +29 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +41 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +7 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +226 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +468 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +101 -108
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +531 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +24 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +27 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +11 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +18 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +18 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +2 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +20 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +19 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +27 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +117 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +67 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +13 -75
- 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 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +26 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +92 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +95 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +17 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +13 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +14 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +58 -226
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +396 -468
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +68 -109
- 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 -539
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +406 -25
- 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 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +12 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +2 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +146 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +83 -488
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +21 -164
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +183 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +23 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +34 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +52 -118
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +28 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +5 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +73 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +32 -146
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +20 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +36 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +51 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +82 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +34 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +66 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +359 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +2 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +117 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +6 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +18 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +12 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +13 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +13 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +14 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +21 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +19 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +54 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +27 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +32 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +37 -32
- 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 +30 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +16 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +103 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +10 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +18 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +24 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +37 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +57 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +45 -164
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +28 -132
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +98 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +41 -156
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +145 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +108 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +62 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +26 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +127 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +44 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +73 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +17 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +28 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +39 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +63 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +91 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +112 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +85 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +39 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +340 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +301 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +103 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +161 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +267 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +24 -360
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +20 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +5 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +42 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +59 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +30 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +118 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +22 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +41 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +53 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +2 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +94 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +96 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +211 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +21 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +17 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +17 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +171 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +130 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +161 -11
- 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 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +18 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +60 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +64 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +56 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +8 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +10 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +54 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +21 -144
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +58 -104
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +14 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +8 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +19 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +8 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +156 -124
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +28 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +26 -116
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +78 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +25 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +114 -191
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +47 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +114 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +93 -329
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +47 -300
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +193 -91
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +68 -160
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +21 -264
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +32 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +31 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +4 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +20 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +32 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +22 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +30 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +19 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +12 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +65 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +14 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +74 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +75 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +44 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +488 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +167 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +22 -213
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +52 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +29 -127
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +54 -154
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +20 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +19 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +43 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +11 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +255 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +32 -255
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +13 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +24 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +50 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +11 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +10 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +34 -16
- 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 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +48 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +46 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +46 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +35 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +28 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +43 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +25 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +72 -14
- 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 +94 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +35 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +10 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +11 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +53 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +34 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +22 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +6 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +21 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +6 -20
- 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 +20 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +114 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +80 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +2 -67
- 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 +11 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +8 -115
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +95 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +38 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +31 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +120 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +18 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +16 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +16 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +16 -22
- 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 +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +16 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +71 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +16 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +16 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +3 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +11 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +32 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +4 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +124 -266
- 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 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +25 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +38 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +5 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +78 -135
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +17 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +84 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +268 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +39 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +62 -282
- 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 +44 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +25 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +137 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +92 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +2 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +284 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +48 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +15 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +69 -5
- 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 +45 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +26 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +8 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +7 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +51 -124
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +15 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +18 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +28 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +64 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +52 -81
- 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 +41 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +35 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +15 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +17 -55
- 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 +54 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +33 -82
- 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 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +94 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +15 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +73 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +20 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +9 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +56 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +67 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +21 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +37 -73
- 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 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +12 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +29 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +23 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +38 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +50 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +34 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +47 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +81 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +72 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +84 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +53 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +51 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +55 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +32 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +85 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +23 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +105 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +108 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +75 -9
- 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 +66 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +37 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +47 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +36 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +50 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +54 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +43 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +19 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index490.js +7 -39
- 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/index58.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +1 -1
- 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/monite-sdk/dist/index94.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 +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 +6 -6
- 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 +25 -25
- package/dist/pending-feature-style-sources.d.ts +1 -3
- package/package.json +1 -1
|
@@ -1,305 +1,52 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import { useCreatePayableLineItem as Ve } from "./index26.js";
|
|
11
|
-
import { useUpdatePayableLineItem as ze } from "./index27.js";
|
|
12
|
-
import { useDeletePayableLineItem as Ke } from "./index28.js";
|
|
13
|
-
import { useCancelPayableById as Xe } from "./index29.js";
|
|
14
|
-
import { useSubmitPayableForApproval as Ye } from "./index30.js";
|
|
15
|
-
import { useForceRejectPayable as Ze } from "./index31.js";
|
|
16
|
-
import { useForceApprovePayable as $e } from "./index32.js";
|
|
17
|
-
import { useReopenPayable as ea } from "./index33.js";
|
|
18
|
-
import { useDeletePayable as aa } from "./index34.js";
|
|
19
|
-
import { useRejectApprovalRequest as ta } from "./index404.js";
|
|
20
|
-
import { useApproveApprovalRequest as ia } from "./index405.js";
|
|
21
|
-
import { isPayableInOCRProcessing as ra } from "./index341.js";
|
|
22
|
-
import { useMoniteContext as sa } from "./index57.js";
|
|
23
|
-
import { useCurrencies as oa } from "./index58.js";
|
|
24
|
-
import { useState as na, useEffect as da, useCallback as X, useMemo as pa } from "react";
|
|
25
|
-
import "./index92.js";
|
|
26
|
-
import "@emotion/react/jsx-runtime";
|
|
27
|
-
import { useLingui as ca } from "@lingui/react";
|
|
28
|
-
import "react-dom";
|
|
29
|
-
import "@mui/x-data-grid";
|
|
30
|
-
import { useEntityUserByAuthToken as ma } from "./index75.js";
|
|
31
|
-
import { usePayablePaymentIntentsAndRecords as ua } from "./index79.js";
|
|
32
|
-
import { useUserPermissions as la } from "./index135.js";
|
|
33
|
-
import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
|
|
34
|
-
import "../../shared/data-access/dist/lib/EmbedApiContext.js";
|
|
35
|
-
import "../../shared/data-access/dist/lib/rest/client.gen.js";
|
|
36
|
-
import "@tanstack/react-query";
|
|
37
|
-
import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
38
|
-
import { Scope as u } from "../../shared/data-access/dist/lib/scopes.js";
|
|
39
|
-
import { toast as w } from "react-hot-toast";
|
|
40
|
-
function $a({
|
|
41
|
-
id: e,
|
|
42
|
-
enableGLCodes: Y,
|
|
43
|
-
shouldOpenInEditMode: Z,
|
|
44
|
-
onSaved: q,
|
|
45
|
-
onCanceled: $,
|
|
46
|
-
onSubmitted: ee,
|
|
47
|
-
onRejected: M,
|
|
48
|
-
onApproved: U,
|
|
49
|
-
onReopened: ae,
|
|
50
|
-
onDeleted: te,
|
|
51
|
-
onPay: f
|
|
52
|
-
}) {
|
|
1
|
+
import { jsxs as a, jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Typography as i } from "./index85.js";
|
|
3
|
+
import { useLingui as w } from "@lingui/react";
|
|
4
|
+
import { useFormContext as f, Controller as s } from "react-hook-form";
|
|
5
|
+
import { Field as d, FieldContent as c, FieldLabel as m, FieldDescription as h, FieldError as p } from "./index154.js";
|
|
6
|
+
import { Textarea as u } from "./index123.js";
|
|
7
|
+
const _ = ({
|
|
8
|
+
disabled: n
|
|
9
|
+
}) => {
|
|
53
10
|
const {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
data: i,
|
|
68
|
-
error: ie,
|
|
69
|
-
isLoading: re,
|
|
70
|
-
refetch: _
|
|
71
|
-
} = ke(e ?? "", E, l), c = i?.status, {
|
|
72
|
-
payablesPaymentIntentsRecord: se,
|
|
73
|
-
refetch: v
|
|
74
|
-
} = ua(e ? [e] : []), {
|
|
75
|
-
showPayButton: oe,
|
|
76
|
-
intentsAnalysis: ne
|
|
77
|
-
} = Fe({
|
|
78
|
-
payable: i,
|
|
79
|
-
payableRecentPaymentRecordByIntent: se?.[e ?? ""] || []
|
|
80
|
-
}), {
|
|
81
|
-
handlePay: L,
|
|
82
|
-
modalComponent: de
|
|
83
|
-
} = Te(e, i?.counterpart_id, () => {
|
|
84
|
-
_(), v();
|
|
85
|
-
}, ne.idPaymentIntentInCreated), {
|
|
86
|
-
counterpart: pe,
|
|
87
|
-
isCounterpartAIMatched: ce,
|
|
88
|
-
AISuggestions: me
|
|
89
|
-
} = Ge({
|
|
90
|
-
payable: i
|
|
91
|
-
});
|
|
92
|
-
da(() => {
|
|
93
|
-
if (E) return () => {
|
|
94
|
-
n.finops.getPayables.invalidateQueries(d);
|
|
95
|
-
};
|
|
96
|
-
}, [n, E, d]);
|
|
97
|
-
const {
|
|
98
|
-
data: ue
|
|
99
|
-
} = xe(e ?? ""), O = ue?.data, {
|
|
100
|
-
data: h
|
|
101
|
-
} = He(e ?? "", c), P = h?.data?.find((a) => a.status === "waiting" && !a.approved_by?.includes(W?.id ?? "") && a.user_ids?.includes(W?.id ?? "")), j = p.has(u.PayableWriteOrg), g = p.has(u.PayableWriteOrg), T = p.has(u.PayableWriteOrg), F = p.has(u.PayableApproveOrg), k = p.has(u.PayablePayOrg), x = p.has(u.PayableWriteOrg), H = p.has(u.PayableWriteOrg), S = Je(), I = Ne(), J = Ve(e ?? ""), le = ze(e ?? ""), ye = Ke(e ?? ""), {
|
|
102
|
-
mutateAsync: fe,
|
|
103
|
-
isPending: be
|
|
104
|
-
} = Xe(e ?? "", $), {
|
|
105
|
-
submitForApproval: Pe,
|
|
106
|
-
isPending: N
|
|
107
|
-
} = Ye({
|
|
108
|
-
payableId: e ?? "",
|
|
109
|
-
AISuggestions: me?.suggested_counterpart,
|
|
110
|
-
isCounterpartAIMatched: ce,
|
|
111
|
-
counterpartId: pe?.id,
|
|
112
|
-
onSubmitted: ee
|
|
113
|
-
}), {
|
|
114
|
-
mutateAsync: ge,
|
|
115
|
-
isPending: _e
|
|
116
|
-
} = ta(P?.id ?? "", M, e, i?.document_id), {
|
|
117
|
-
mutateAsync: ve,
|
|
118
|
-
isPending: he
|
|
119
|
-
} = ia(P?.id ?? "", U, e, i?.document_id), {
|
|
120
|
-
mutateAsync: Ie,
|
|
121
|
-
isPending: Ae
|
|
122
|
-
} = Ze(e ?? "", M), {
|
|
123
|
-
mutateAsync: we,
|
|
124
|
-
isPending: Ce
|
|
125
|
-
} = $e(e ?? "", U), {
|
|
126
|
-
mutateAsync: Re,
|
|
127
|
-
isPending: Ee
|
|
128
|
-
} = ea(e ?? "", ae), {
|
|
129
|
-
mutateAsync: Le
|
|
130
|
-
} = aa(e ?? "", te), Oe = S.isPending || I.isPending || be || N || Ae || Ce || Ee || _e || he, je = S.isPending || I.isPending || N, V = X(() => p.has(u.PayableApproveOrg), [p]), Se = pa(() => {
|
|
131
|
-
if (!e) return ["cancelEdit", "save"];
|
|
132
|
-
if (c === "draft")
|
|
133
|
-
return l ? g ? ["cancelEdit", "save"] : [] : [...j ? ["cancel"] : [], ...g ? ["edit"] : []];
|
|
134
|
-
if (c === "new")
|
|
135
|
-
return l ? g ? ["cancelEdit", "save"] : [] : [...j ? ["cancel"] : [], ...g ? ["edit"] : [], ...T ? ["submit"] : []];
|
|
136
|
-
if (c === "approve_in_progress") {
|
|
137
|
-
const a = (h?.data?.length ?? 0) > 0 && h?.data?.[0]?.status === "waiting" && P !== void 0, o = V();
|
|
138
|
-
return [
|
|
139
|
-
// Show approve/reject buttons if user has pending approval request
|
|
140
|
-
...a ? ["reject", "approve"] : [],
|
|
141
|
-
...F && o ? ["forceReject", "forceApprove"] : []
|
|
142
|
-
];
|
|
143
|
-
}
|
|
144
|
-
return (c === "waiting_to_be_paid" || c === "partially_paid") && k && Number(i?.amount_to_pay) > 0 ? ["pay"] : c === "rejected" && x ? ["reopen"] : c === "canceled" && H ? ["delete"] : [];
|
|
145
|
-
}, [e, c, l, g, j, T, F, x, H, k, h, P, i?.amount_to_pay, V]), De = async (a, o) => {
|
|
146
|
-
const t = await S.mutateAsync({
|
|
147
|
-
...a
|
|
148
|
-
}, {
|
|
149
|
-
onSuccess: (r) => {
|
|
150
|
-
w.success(b._("Payable “{createdPayableDocument_id}” has been created", {
|
|
151
|
-
createdPayableDocument_id: r.document_id
|
|
152
|
-
})), n.finops.getCounterparts.invalidateQueries({
|
|
153
|
-
parameters: {
|
|
154
|
-
query: {
|
|
155
|
-
is_vendor: !0
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}, d);
|
|
159
|
-
}
|
|
160
|
-
});
|
|
161
|
-
if (o) {
|
|
162
|
-
const r = [];
|
|
163
|
-
o?.forEach((s) => {
|
|
164
|
-
t.currency && !s.id && r.push(J.mutateAsync({
|
|
165
|
-
path: {
|
|
166
|
-
payable_id: t.id
|
|
167
|
-
},
|
|
168
|
-
body: B(t.currency, s, C, {
|
|
169
|
-
allowLedgerUpdate: !1
|
|
170
|
-
})
|
|
171
|
-
}));
|
|
172
|
-
}), await Promise.all(r);
|
|
173
|
-
}
|
|
174
|
-
await Promise.all([n.finops.getPayablesId.invalidateQueries({
|
|
175
|
-
parameters: {
|
|
176
|
-
path: {
|
|
177
|
-
payable_id: t.id
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}, d), n.finops.getPayables.invalidateQueries(d), n.finops.getPayablesIdLineItems.invalidateQueries({
|
|
181
|
-
parameters: {
|
|
182
|
-
path: {
|
|
183
|
-
payable_id: t.id
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
}, d)]), l && R(!1), q?.(t.id);
|
|
187
|
-
}, Qe = async (a, o, t, r) => {
|
|
188
|
-
const s = await I.mutateAsync({
|
|
189
|
-
path: {
|
|
190
|
-
payable_id: a
|
|
191
|
-
},
|
|
192
|
-
body: o
|
|
193
|
-
}, {
|
|
194
|
-
onSuccess: (y) => {
|
|
195
|
-
w.success(b._("Payable “{updatedPayableDocument_id}” has been updated", {
|
|
196
|
-
updatedPayableDocument_id: y.document_id
|
|
197
|
-
}));
|
|
11
|
+
i18n: t
|
|
12
|
+
} = w(), {
|
|
13
|
+
control: l
|
|
14
|
+
} = f();
|
|
15
|
+
return /* @__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: [
|
|
16
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:gap-2.5 ttw:pb-4", children: [
|
|
17
|
+
/* @__PURE__ */ e(i, { variant: "h4", children: t._("Notes") }),
|
|
18
|
+
/* @__PURE__ */ e(i, { variant: "body2", color: "muted", className: "ttw:font-medium", children: t._("Provide additional information for your customer.") })
|
|
19
|
+
] }),
|
|
20
|
+
/* @__PURE__ */ e(s, { name: "memo", control: l, render: ({
|
|
21
|
+
field: r,
|
|
22
|
+
fieldState: {
|
|
23
|
+
error: o
|
|
198
24
|
}
|
|
199
|
-
})
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
id: Me,
|
|
213
|
-
...z
|
|
214
|
-
} = m, Ue = Object.values(z).some((Q) => Q), D = t[A]?.id, K = t[A], We = !Me && !!Ue && !!D && !!K;
|
|
215
|
-
s.currency && We && y.push(le.mutateAsync({
|
|
216
|
-
path: {
|
|
217
|
-
payable_id: s.id,
|
|
218
|
-
line_item_id: D
|
|
219
|
-
},
|
|
220
|
-
body: B(s.currency, K, C, {
|
|
221
|
-
allowLedgerUpdate: Y && !!z.ledger_account_id,
|
|
222
|
-
previous: O?.find((Q) => Q.id === D)?.ledger_account_id
|
|
223
|
-
})
|
|
224
|
-
}));
|
|
225
|
-
}), O?.forEach((m) => {
|
|
226
|
-
t?.find((A) => A.id === m.id) || y.push(ye.mutateAsync({
|
|
227
|
-
path: {
|
|
228
|
-
payable_id: s.id,
|
|
229
|
-
line_item_id: m.id
|
|
230
|
-
}
|
|
231
|
-
}));
|
|
232
|
-
}), await Promise.all(y);
|
|
233
|
-
}
|
|
234
|
-
await n.finops.getPayablesId.invalidateQueries({
|
|
235
|
-
parameters: {
|
|
236
|
-
path: {
|
|
237
|
-
payable_id: s.id
|
|
238
|
-
}
|
|
25
|
+
}) => /* @__PURE__ */ e(d, { children: /* @__PURE__ */ a(c, { children: [
|
|
26
|
+
/* @__PURE__ */ a(m, { htmlFor: r.name, className: "ttw:text-nowrap", children: [
|
|
27
|
+
t._("Opening note to the customer"),
|
|
28
|
+
/* @__PURE__ */ e(i, { variant: "body2", color: "muted", className: "ttw:leading-snug", children: t._("(optional)") })
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ e(u, { ...r, id: r.name, disabled: n, placeholder: t._("e.g., As discussed on our call, please find the attached invoice."), className: "ttw:h-26 ttw:resize-none", "aria-invalid": !!o }),
|
|
31
|
+
/* @__PURE__ */ e(h, { children: t._("Appears above your line items. Use it to reference a discussion, agreement, or project.") }),
|
|
32
|
+
/* @__PURE__ */ e(p, { errors: o ? [o] : [] })
|
|
33
|
+
] }) }) }),
|
|
34
|
+
/* @__PURE__ */ e(s, { name: "footer", control: l, render: ({
|
|
35
|
+
field: r,
|
|
36
|
+
fieldState: {
|
|
37
|
+
error: o
|
|
239
38
|
}
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
},
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
onSuccess: (r) => {
|
|
252
|
-
n.finops.getPayablesId.invalidateQueries({
|
|
253
|
-
parameters: {
|
|
254
|
-
path: {
|
|
255
|
-
payable_id: r.id
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
}, d);
|
|
259
|
-
}
|
|
260
|
-
});
|
|
261
|
-
}, qe = X(() => {
|
|
262
|
-
if (i) {
|
|
263
|
-
if (!f) return L();
|
|
264
|
-
if (f?.length < 2) return f(i.id);
|
|
265
|
-
f(i.id, void 0, {
|
|
266
|
-
resolve: (a) => {
|
|
267
|
-
a?.showToast && w.success(b._("Payment flow started")), _(), v();
|
|
268
|
-
},
|
|
269
|
-
reject: (a, o) => {
|
|
270
|
-
o?.showToast && w.error(b._("Payment failed or cancelled")), _(), v();
|
|
271
|
-
}
|
|
272
|
-
});
|
|
273
|
-
}
|
|
274
|
-
}, [b, i, L, f, _, v]);
|
|
275
|
-
return {
|
|
276
|
-
payable: i,
|
|
277
|
-
isLoading: re || Oe || je,
|
|
278
|
-
payableQueryError: ie,
|
|
279
|
-
isEdit: l,
|
|
280
|
-
permissions: Se,
|
|
281
|
-
lineItems: O,
|
|
282
|
-
showPayButton: oe,
|
|
283
|
-
currentUserApprovalRequest: P,
|
|
284
|
-
actions: {
|
|
285
|
-
setEdit: R,
|
|
286
|
-
createInvoice: De,
|
|
287
|
-
saveInvoice: Qe,
|
|
288
|
-
submitInvoice: Pe,
|
|
289
|
-
rejectInvoice: ge,
|
|
290
|
-
approveInvoice: ve,
|
|
291
|
-
forceRejectInvoice: Ie,
|
|
292
|
-
forceApproveInvoice: we,
|
|
293
|
-
reopenInvoice: Re,
|
|
294
|
-
cancelInvoice: fe,
|
|
295
|
-
deleteInvoice: Le,
|
|
296
|
-
payInvoice: qe,
|
|
297
|
-
handlePay: L,
|
|
298
|
-
updateTags: Be,
|
|
299
|
-
modalComponent: de
|
|
300
|
-
}
|
|
301
|
-
};
|
|
302
|
-
}
|
|
39
|
+
}) => /* @__PURE__ */ e(d, { children: /* @__PURE__ */ a(c, { children: [
|
|
40
|
+
/* @__PURE__ */ a(m, { htmlFor: r.name, className: "ttw:text-nowrap", children: [
|
|
41
|
+
t._("Closing note to the customer"),
|
|
42
|
+
/* @__PURE__ */ e(i, { variant: "body2", color: "muted", className: "ttw:leading-snug", children: t._("(optional)") })
|
|
43
|
+
] }),
|
|
44
|
+
/* @__PURE__ */ e(u, { ...r, id: r.name, disabled: n, placeholder: t._("e.g., Thank you for your business!"), className: "ttw:h-26 ttw:resize-none", "aria-invalid": !!o }),
|
|
45
|
+
/* @__PURE__ */ e(h, { children: t._("Appears below your line items. Commonly used for thank you messages or payment instructions.") }),
|
|
46
|
+
/* @__PURE__ */ e(p, { errors: o ? [o] : [] })
|
|
47
|
+
] }) }) })
|
|
48
|
+
] });
|
|
49
|
+
};
|
|
303
50
|
export {
|
|
304
|
-
|
|
51
|
+
_ as NotesSection
|
|
305
52
|
};
|
|
@@ -1,105 +1,207 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { useState as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import { jsxs as l, jsx as e, Fragment as Q } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useState as v, useRef as y, useEffect as N } from "react";
|
|
3
|
+
import { useFormContext as W } from "react-hook-form";
|
|
4
|
+
import { useLingui as tt } from "@lingui/react";
|
|
5
|
+
import { Trash2 as et, Loader2 as at, FileText as rt, X as it, ImageIcon as lt } from "lucide-react";
|
|
6
|
+
import { Typography as n } from "./index85.js";
|
|
7
|
+
import { Button as S } from "./index84.js";
|
|
8
|
+
import { Checkbox as nt } from "./index351.js";
|
|
9
|
+
import { Separator as st } from "./index135.js";
|
|
10
|
+
import { cn as ot } from "./index100.js";
|
|
11
|
+
import "./index57.js";
|
|
12
|
+
import "react-hot-toast";
|
|
7
13
|
import "./index92.js";
|
|
8
|
-
import { useFileInput as
|
|
14
|
+
import { useFileInput as ct } from "./index61.js";
|
|
9
15
|
import "react-dom";
|
|
10
16
|
import "@mui/x-data-grid";
|
|
11
|
-
import {
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
+
import { ATTACHMENT_ACCEPTED_FORMATS as k, ATTACHMENT_MAX_FILE_SIZE_MB as P, ATTACHMENT_MAX_FILE_COUNT as dt, ATTACHMENT_ACCEPTED_EXTENSIONS as mt } from "./index231.js";
|
|
18
|
+
import { useDeleteFile as ut } from "./index391.js";
|
|
19
|
+
import { useUploadReceivableAttachment as wt } from "./index390.js";
|
|
20
|
+
import { validateAttachmentFile as pt } from "./index424.js";
|
|
21
|
+
import { formatFileSize as ft } from "./index377.js";
|
|
22
|
+
import { toFileArray as B } from "./index425.js";
|
|
23
|
+
const Ot = ({
|
|
24
|
+
disabled: c,
|
|
25
|
+
onUploadingChange: u
|
|
17
26
|
}) => {
|
|
18
27
|
const {
|
|
19
|
-
i18n:
|
|
20
|
-
} =
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
28
|
+
i18n: r
|
|
29
|
+
} = tt(), {
|
|
30
|
+
watch: F,
|
|
31
|
+
setValue: h,
|
|
32
|
+
getValues: w
|
|
33
|
+
} = W(), {
|
|
34
|
+
mutateAsync: O
|
|
35
|
+
} = wt(), {
|
|
36
|
+
mutate: I
|
|
37
|
+
} = ut(), {
|
|
38
|
+
FileInput: U,
|
|
39
|
+
openFileInput: L,
|
|
40
|
+
resetInput: R
|
|
41
|
+
} = ct({
|
|
42
|
+
acceptedFormats: k,
|
|
43
|
+
maxFileSizeInMB: P
|
|
44
|
+
}), g = F("attachments") ?? [], T = F("frequency"), G = !!T && T !== "once", [m, p] = v([]), [H, b] = v(!1), [X, x] = v(!1), A = y(0), f = y(!1);
|
|
45
|
+
N(() => (f.current = !1, () => {
|
|
46
|
+
f.current = !0;
|
|
47
|
+
}), []);
|
|
48
|
+
const _ = y(/* @__PURE__ */ new Set()), C = m.some((t) => t.status === "uploading");
|
|
49
|
+
N(() => {
|
|
50
|
+
u?.(C);
|
|
51
|
+
}, [C, u]), N(() => () => u?.(!1), [u]);
|
|
52
|
+
const z = () => (A.current += 1, `attachment-${A.current}`), j = (t) => t === "too_large" ? r._("File too large (max 3 MB)") : r._("File type not supported. Use PDF, DOC, JPG or PNG"), J = async (t, i) => {
|
|
53
|
+
try {
|
|
54
|
+
const a = await O({
|
|
55
|
+
file: i,
|
|
56
|
+
file_type: "attachments"
|
|
57
|
+
});
|
|
58
|
+
if (f.current || _.current.delete(t)) {
|
|
59
|
+
I({
|
|
60
|
+
path: {
|
|
61
|
+
file_id: a.id
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
return;
|
|
37
65
|
}
|
|
38
|
-
|
|
39
|
-
|
|
66
|
+
p((d) => d.filter((s) => s.localId !== t)), h("attachments", [...w("attachments") ?? [], {
|
|
67
|
+
id: a.id,
|
|
68
|
+
include_in_email: !0,
|
|
69
|
+
name: a.name,
|
|
70
|
+
size: a.size
|
|
71
|
+
}], {
|
|
72
|
+
shouldDirty: !0
|
|
73
|
+
});
|
|
74
|
+
} catch {
|
|
75
|
+
const a = _.current.delete(t);
|
|
76
|
+
if (f.current || a) return;
|
|
77
|
+
p((d) => d.map((s) => s.localId === t ? {
|
|
78
|
+
...s,
|
|
79
|
+
status: "error",
|
|
80
|
+
errorMessage: r._("Upload failed. Please try again.")
|
|
81
|
+
} : s));
|
|
40
82
|
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
83
|
+
}, D = (t) => {
|
|
84
|
+
if (t.length === 0) return;
|
|
85
|
+
const i = w("attachments") ?? [], a = m.filter((o) => o.status === "uploading").length;
|
|
86
|
+
let d = dt - i.length - a;
|
|
87
|
+
const s = [];
|
|
88
|
+
let E = !1;
|
|
89
|
+
for (const o of t) {
|
|
90
|
+
const M = pt(o, {
|
|
91
|
+
acceptedFormats: k,
|
|
92
|
+
acceptedExtensions: mt,
|
|
93
|
+
maxFileSizeInMB: P
|
|
94
|
+
});
|
|
95
|
+
if (M) {
|
|
96
|
+
s.push({
|
|
97
|
+
localId: z(),
|
|
98
|
+
name: o.name,
|
|
99
|
+
size: o.size,
|
|
100
|
+
status: "error",
|
|
101
|
+
errorMessage: j(M)
|
|
102
|
+
});
|
|
103
|
+
continue;
|
|
104
|
+
}
|
|
105
|
+
if (d <= 0) {
|
|
106
|
+
E = !0;
|
|
107
|
+
continue;
|
|
108
|
+
}
|
|
109
|
+
d -= 1;
|
|
110
|
+
const $ = z();
|
|
111
|
+
s.push({
|
|
112
|
+
localId: $,
|
|
113
|
+
name: o.name,
|
|
114
|
+
size: o.size,
|
|
115
|
+
status: "uploading"
|
|
116
|
+
}), J($, o);
|
|
60
117
|
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
118
|
+
s.length > 0 && p((o) => [...o, ...s]), b(E);
|
|
119
|
+
}, V = (t, i) => {
|
|
120
|
+
h("attachments", (w("attachments") ?? []).map((a) => a.id === t ? {
|
|
121
|
+
...a,
|
|
122
|
+
include_in_email: i
|
|
123
|
+
} : a), {
|
|
124
|
+
shouldDirty: !0
|
|
125
|
+
});
|
|
126
|
+
}, q = (t) => {
|
|
127
|
+
h("attachments", (w("attachments") ?? []).filter((i) => i.id !== t), {
|
|
128
|
+
shouldDirty: !0
|
|
129
|
+
}), b(!1), I({
|
|
130
|
+
path: {
|
|
131
|
+
file_id: t
|
|
69
132
|
}
|
|
70
133
|
});
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
134
|
+
}, Y = (t) => {
|
|
135
|
+
m.some((i) => i.localId === t && i.status === "uploading") && _.current.add(t), p((i) => i.filter((a) => a.localId !== t)), b(!1);
|
|
136
|
+
}, Z = (t) => {
|
|
137
|
+
t.preventDefault(), x(!1), !c && D(B(t.dataTransfer.files));
|
|
138
|
+
}, K = g.length > 0 || m.length > 0;
|
|
139
|
+
return /* @__PURE__ */ l("div", { className: "ttw:flex ttw:flex-col ttw:p-6 ttw:gap-2.5 ttw:border ttw:border-border ttw:rounded-xl", children: [
|
|
140
|
+
/* @__PURE__ */ l("div", { className: "ttw:flex ttw:flex-col ttw:gap-2.5 ttw:pb-4", children: [
|
|
141
|
+
/* @__PURE__ */ e(n, { variant: "h4", children: r._("Attachments") }),
|
|
142
|
+
/* @__PURE__ */ e(n, { variant: "body2", color: "muted", className: "ttw:font-medium", children: r._("Associate additional documents with this invoice for your own reference or to share with the customer. e.g. contracts, photos, terms and conditions, etc.") })
|
|
143
|
+
] }),
|
|
144
|
+
K && /* @__PURE__ */ l("div", { className: "ttw:flex ttw:flex-col ttw:gap-2", children: [
|
|
145
|
+
g.length > 0 && /* @__PURE__ */ l(Q, { children: [
|
|
146
|
+
/* @__PURE__ */ e(n, { variant: "caption", color: "muted", children: G ? r._("Selected files will be attached to every invoice email in the recurring series.") : r._("Selected files will be attached to the invoice email sent to the customer.") }),
|
|
147
|
+
/* @__PURE__ */ e(st, {})
|
|
148
|
+
] }),
|
|
149
|
+
/* @__PURE__ */ l("ul", { className: "ttw:flex ttw:flex-col ttw:gap-2", children: [
|
|
150
|
+
g.map((t) => {
|
|
151
|
+
const i = `attachment-include-${t.id}`;
|
|
152
|
+
return /* @__PURE__ */ l("li", { className: "ttw:flex ttw:items-center ttw:gap-2", children: [
|
|
153
|
+
/* @__PURE__ */ e(
|
|
154
|
+
nt,
|
|
155
|
+
{
|
|
156
|
+
id: i,
|
|
157
|
+
checked: t.include_in_email,
|
|
158
|
+
disabled: c,
|
|
159
|
+
"aria-label": `${r._("Include in email:")} ${t.name}`,
|
|
160
|
+
onCheckedChange: (a) => V(t.id, a === !0)
|
|
161
|
+
}
|
|
162
|
+
),
|
|
163
|
+
/* @__PURE__ */ l("div", { className: "ttw:flex ttw:w-full ttw:items-center ttw:rounded-lg ttw:gap-3 ttw:bg-muted ttw:px-2 ttw:py-1", children: [
|
|
164
|
+
/* @__PURE__ */ l("div", { className: "ttw:flex ttw:min-w-0 ttw:flex-1 ttw:items-center ttw:gap-1", children: [
|
|
165
|
+
/* @__PURE__ */ e(n, { variant: "body2", className: "ttw:truncate", children: t.name }),
|
|
166
|
+
/* @__PURE__ */ l(n, { variant: "body2", color: "muted", className: "ttw:shrink-0", children: [
|
|
167
|
+
"(",
|
|
168
|
+
ft(t.size),
|
|
169
|
+
")"
|
|
170
|
+
] })
|
|
171
|
+
] }),
|
|
172
|
+
/* @__PURE__ */ e(S, { type: "button", variant: "ghost", size: "icon", className: "ttw:size-4", disabled: c, "aria-label": `${r._("Remove")} ${t.name}`, onClick: () => q(t.id), children: /* @__PURE__ */ e(et, { className: "ttw:size-4" }) })
|
|
173
|
+
] })
|
|
174
|
+
] }, t.id);
|
|
175
|
+
}),
|
|
176
|
+
m.map((t) => /* @__PURE__ */ l("li", { className: "ttw:flex ttw:w-full ttw:items-center ttw:rounded-lg ttw:gap-3 ttw:bg-muted ttw:px-2 ttw:py-1", children: [
|
|
177
|
+
t.status === "uploading" ? /* @__PURE__ */ e(at, { className: "ttw:size-5 ttw:shrink-0 ttw:animate-spin ttw:text-muted-foreground" }) : /* @__PURE__ */ e(rt, { className: "ttw:size-5 ttw:shrink-0 ttw:text-destructive" }),
|
|
178
|
+
/* @__PURE__ */ l("div", { className: "ttw:flex ttw:min-w-0 ttw:flex-1 ttw:flex-col", children: [
|
|
179
|
+
/* @__PURE__ */ e(n, { variant: "body2", className: "ttw:truncate", children: t.name }),
|
|
180
|
+
t.status === "uploading" ? /* @__PURE__ */ e(n, { variant: "caption", color: "muted", children: r._("Uploading…") }) : /* @__PURE__ */ e(n, { variant: "caption", role: "alert", className: "ttw:text-destructive", children: t.errorMessage })
|
|
181
|
+
] }),
|
|
182
|
+
/* @__PURE__ */ e(S, { type: "button", variant: "ghost", size: "icon", disabled: c, "aria-label": `${r._("Remove")} ${t.name}`, onClick: () => Y(t.localId), children: /* @__PURE__ */ e(it, { className: "ttw:size-4" }) })
|
|
183
|
+
] }, t.localId))
|
|
184
|
+
] })
|
|
185
|
+
] }),
|
|
186
|
+
/* @__PURE__ */ l("button", { type: "button", disabled: c, onClick: L, onDragOver: (t) => {
|
|
187
|
+
t.preventDefault(), c || x(!0);
|
|
188
|
+
}, onDragLeave: (t) => {
|
|
189
|
+
t.preventDefault(), x(!1);
|
|
190
|
+
}, onDrop: Z, className: ot("ttw:flex ttw:w-full ttw:flex-col ttw:items-center ttw:gap-2 ttw:rounded-xl ttw:border ttw:border-dashed ttw:p-6 ttw:text-center ttw:disabled:cursor-not-allowed ttw:disabled:opacity-50", X ? "ttw:border-primary ttw:bg-primary/5" : "ttw:border-border ttw:bg-muted"), children: [
|
|
191
|
+
/* @__PURE__ */ e("span", { className: "ttw:flex ttw:size-10 ttw:items-center ttw:justify-center ttw:rounded-full ttw:border ttw:border-border", children: /* @__PURE__ */ e(lt, { className: "ttw:size-5 ttw:text-muted-foreground" }) }),
|
|
192
|
+
/* @__PURE__ */ l(n, { variant: "body2", children: [
|
|
193
|
+
r._("Drop your files here, or"),
|
|
194
|
+
" ",
|
|
195
|
+
/* @__PURE__ */ e("span", { className: "ttw:text-primary ttw:underline", children: r._("browse to upload") })
|
|
196
|
+
] }),
|
|
197
|
+
/* @__PURE__ */ e(n, { variant: "caption", color: "muted", children: r._("PDF, DOC, JPG, PNG (max. 3MB)") })
|
|
198
|
+
] }),
|
|
199
|
+
H && /* @__PURE__ */ e(n, { variant: "body2", role: "alert", className: "ttw:text-destructive", children: r._("You can attach up to 10 files.") }),
|
|
200
|
+
/* @__PURE__ */ e(U, { multiple: !0, onChange: (t) => {
|
|
201
|
+
D(B(t.target.files)), R();
|
|
100
202
|
} })
|
|
101
|
-
] })
|
|
203
|
+
] });
|
|
102
204
|
};
|
|
103
205
|
export {
|
|
104
|
-
|
|
206
|
+
Ot as AttachmentSection
|
|
105
207
|
};
|