@tesouro/embedded-components-react 0.2.221 → 0.2.223
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 +15 -11
- package/dist/index.css +6 -6
- package/dist/index.d.ts +276 -35
- package/dist/index.js +96 -87
- package/dist/lib/{GlCodeTableWidget.d.ts → ChartOfAccountsWidget.d.ts} +276 -35
- package/dist/lib/ChartOfAccountsWidget.js +16 -0
- package/dist/lib/ReceivablesWidget.js +23 -23
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index10.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index12.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index13.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index16.js +13 -3
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index17.js +3 -13
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +23 -23
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/data-access/dist/index3.js +58 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/data-access/dist/index4.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index2.js +153 -76
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index3.js +15 -4
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index4.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index5.js +21 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index6.js +176 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index7.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index8.js +21 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index2.js +174 -160
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index3.js +206 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index4.js +46 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index5.js +48 -0
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +20 -20
- 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/index103.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index109.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +10 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +24 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +23 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +2 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +7 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +26 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +77 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +6 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +9 -18
- 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 +20 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +30 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +12 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +11 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +25 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +11 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +12 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +121 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +216 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +10 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +49 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +47 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +44 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +15 -121
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +10 -217
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +150 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +56 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +68 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +23 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +3 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +59 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +39 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +81 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +5 -152
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +97 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +52 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +9 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +46 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +73 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +55 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +14 -82
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +26 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +80 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +28 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +41 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +7 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +228 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +467 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +104 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +537 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +24 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +25 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +94 -226
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +90 -459
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +14 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +11 -536
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +12 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +2 -2
- 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 +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +141 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +86 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +21 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +183 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +23 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +36 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +51 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +79 -143
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +34 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +66 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +361 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +2 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +117 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +6 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +20 -82
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +14 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +14 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +13 -360
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +14 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +21 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +22 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +53 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +23 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +30 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +31 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +15 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +28 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +17 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +103 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +12 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +19 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +24 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +40 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +53 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +52 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index25.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +30 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +97 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +46 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +144 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +105 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +34 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +47 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +29 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +5 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +73 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index26.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +32 -147
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +17 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +5 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +457 -313
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +158 -293
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +73 -103
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +44 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +18 -265
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +28 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +40 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +63 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +96 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +108 -92
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +84 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +40 -212
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index28.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +345 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +302 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +100 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +156 -165
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +257 -124
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +20 -157
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +19 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +59 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +25 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +122 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index29.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +44 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +117 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +108 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +45 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +202 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +68 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +10 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +27 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +126 -159
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +149 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index30.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +30 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +4 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +20 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +33 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +25 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +29 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +30 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +12 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +6 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +19 -88
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index31.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +160 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +27 -127
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +26 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +78 -119
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +62 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +20 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +14 -201
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +17 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +171 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +134 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index32.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +160 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +12 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +19 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +63 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +68 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +58 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +6 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +7 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +59 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +22 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index33.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +62 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +14 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +77 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +76 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +42 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +38 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +57 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +30 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +118 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index34.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +22 -490
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +36 -160
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +53 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +2 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +93 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +96 -118
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +213 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +21 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +30 -53
- 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/index353.js +17 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +47 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +8 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +48 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +45 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +34 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +24 -46
- 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 +41 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +21 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +73 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +94 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +27 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +9 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +10 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +14 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +21 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +48 -35
- 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 +11 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +32 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +4 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +9 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +28 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +118 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +18 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +16 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +16 -127
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +16 -7
- 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 +16 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +82 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +17 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +80 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +269 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +34 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +59 -263
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +42 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +22 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +140 -42
- 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 +115 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +79 -139
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +90 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +9 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +8 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +6 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +2 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +285 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +43 -279
- 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 +15 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +74 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +16 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +16 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +3 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +11 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +20 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +26 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +33 -17
- 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 +66 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +45 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +25 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +26 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +32 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +5 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +127 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +54 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +33 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +96 -16
- 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 +38 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +35 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +22 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +67 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +18 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +15 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +14 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +17 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +9 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +66 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +2 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +7 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +54 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +18 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +29 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +69 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +36 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +30 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +18 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +14 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +29 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +84 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +24 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +105 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +108 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +68 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +67 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +37 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +12 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +27 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +24 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +38 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +39 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +29 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +81 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +49 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +34 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +44 -72
- 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 +94 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +16 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +75 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +20 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +9 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +55 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +70 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +21 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +34 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +17 -103
- 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 +48 -109
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +56 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +29 -82
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +69 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +80 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +53 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +51 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +41 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +34 -50
- 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 +14 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +53 -38
- 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 +38 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +48 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +53 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +35 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +17 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +1 -1
- 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 +1 -1
- 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 +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/index78.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index79.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 +49 -49
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index3.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +321 -291
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +191 -150
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +23 -23
- package/dist/packages/shared-ui-shadcn/dist/index.js +1111 -1109
- package/package.json +1 -1
- package/dist/lib/GlCodeTableWidget.js +0 -7
|
@@ -1,154 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { useState as E, useId as O, useMemo as R, useCallback as I } from "react";
|
|
6
|
-
import { CounterpartFormContent as M } from "./index222.js";
|
|
7
|
-
import { useForm as W, FormProvider as q } from "react-hook-form";
|
|
8
|
-
import { zodResolver as G } from "@hookform/resolvers/zod";
|
|
9
|
-
import { getCreateCounterpartValidationSchema as J } from "./index223.js";
|
|
10
|
-
import { useUserPermissions as K } from "./index136.js";
|
|
11
|
-
import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
|
|
12
|
-
import "../../shared/data-access/dist/lib/EmbedApiContext.js";
|
|
13
|
-
import "../../shared/data-access/dist/lib/rest/client.gen.js";
|
|
14
|
-
import "@tanstack/react-query";
|
|
15
|
-
import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
16
|
-
import { Scope as Q } from "../../shared/data-access/dist/lib/scopes.js";
|
|
17
|
-
import { AccessRestriction as X } from "./index144.js";
|
|
18
|
-
import { useCreateCounterpart as Y } from "./index224.js";
|
|
19
|
-
import { LanguageCodeEnum as Z } from "./index225.js";
|
|
20
|
-
import "./index57.js";
|
|
21
|
-
import "react-hot-toast";
|
|
22
|
-
import { useCreateCounterpartBank as ee } from "./index226.js";
|
|
23
|
-
import "date-fns";
|
|
24
|
-
import { LoadingSpinner as te } from "./index143.js";
|
|
25
|
-
const Te = ({
|
|
26
|
-
open: w,
|
|
27
|
-
onClose: _,
|
|
28
|
-
onCreate: u,
|
|
29
|
-
getCounterpartDefaultValues: S,
|
|
30
|
-
customerType: r
|
|
31
|
-
}) => {
|
|
32
|
-
const {
|
|
33
|
-
i18n: n
|
|
34
|
-
} = U(), [s, v] = E(() => "organization"), f = `counterpart-form-${O()}`, {
|
|
35
|
-
mutateAsync: d,
|
|
36
|
-
isPending: x
|
|
37
|
-
} = Y(), {
|
|
38
|
-
mutate: y,
|
|
39
|
-
isPending: T
|
|
40
|
-
} = ee(), c = x || T, b = K().has(Q.CounterpartWriteOrg), t = S?.(s), z = R(() => ({
|
|
41
|
-
remindersEnabled: r === "customer",
|
|
42
|
-
isCustomer: r === "customer",
|
|
43
|
-
isVendor: r === "vendor",
|
|
44
|
-
accountHolderName: "",
|
|
45
|
-
routingNumber: "",
|
|
46
|
-
accountNumber: "",
|
|
47
|
-
tax_id: t?.tax_id ?? "",
|
|
48
|
-
email: t?.counterpart?.email ?? "",
|
|
49
|
-
phone: t?.counterpart?.phone ?? "",
|
|
50
|
-
line1: t?.counterpart?.line1 ?? "",
|
|
51
|
-
line2: t?.counterpart?.line2 ?? "",
|
|
52
|
-
city: t?.counterpart?.city ?? "",
|
|
53
|
-
state: t?.counterpart.state ?? "",
|
|
54
|
-
country: t?.counterpart?.country ?? "US",
|
|
55
|
-
postalCode: t?.counterpart?.postalCode ?? "",
|
|
56
|
-
firstName: t && "firstName" in t.counterpart ? t.counterpart.firstName : "",
|
|
57
|
-
lastName: t && "lastName" in t.counterpart ? t.counterpart.lastName : "",
|
|
58
|
-
companyName: t && "companyName" in t.counterpart ? t.counterpart.companyName : ""
|
|
59
|
-
}), [r, t]), {
|
|
60
|
-
watch: o,
|
|
61
|
-
...h
|
|
62
|
-
} = W({
|
|
63
|
-
resolver: G(J(n, s ?? "organization", r)),
|
|
64
|
-
defaultValues: z
|
|
65
|
-
}), $ = !!(o("companyName") || o("firstName") && o("lastName")) && !!o("email") && (r === "vendor" && !!o("line1") && !!o("city") && !!o("state") && !!o("postalCode") && !!o("country") || r === "customer"), D = I((m) => {
|
|
66
|
-
m.preventDefault(), m.stopPropagation(), h.handleSubmit(async (e) => {
|
|
67
|
-
const l = e.line1?.trim() && e.city?.trim() ? {
|
|
68
|
-
city: e.city ?? "",
|
|
69
|
-
country: e.country ?? "US",
|
|
70
|
-
line1: e.line1 ?? "",
|
|
71
|
-
line2: e.line2,
|
|
72
|
-
postal_code: e.postalCode ?? "",
|
|
73
|
-
state: e.state ?? ""
|
|
74
|
-
} : void 0, P = {
|
|
75
|
-
account_holder_name: e.accountHolderName,
|
|
76
|
-
routing_number: e.routingNumber,
|
|
77
|
-
account_number: e.accountNumber,
|
|
78
|
-
is_default_for_currency: !0,
|
|
79
|
-
country: "US",
|
|
80
|
-
currency: "USD"
|
|
81
|
-
}, F = !!e.accountHolderName || !!e.accountNumber || !!e.routingNumber, N = {
|
|
82
|
-
tax_id: e.tax_id,
|
|
83
|
-
is_customer: e.isCustomer,
|
|
84
|
-
is_vendor: e.isVendor,
|
|
85
|
-
language: Z.find((i) => i === n.locale.split("-")[0]) ?? "en",
|
|
86
|
-
reminders_enabled: e.remindersEnabled
|
|
87
|
-
}, C = s === "individual" ? {
|
|
88
|
-
...N,
|
|
89
|
-
type: "individual",
|
|
90
|
-
individual: {
|
|
91
|
-
first_name: e.firstName ?? "",
|
|
92
|
-
last_name: e.lastName ?? "",
|
|
93
|
-
phone: e.phone ?? "",
|
|
94
|
-
email: e.email ?? "",
|
|
95
|
-
...l ? {
|
|
96
|
-
address: l
|
|
97
|
-
} : {}
|
|
98
|
-
}
|
|
99
|
-
} : {
|
|
100
|
-
...N,
|
|
101
|
-
type: "organization",
|
|
102
|
-
organization: {
|
|
103
|
-
legal_name: e.companyName ?? "",
|
|
104
|
-
phone: e.phone ?? "",
|
|
105
|
-
email: e.email ?? "",
|
|
106
|
-
...l ? {
|
|
107
|
-
address: l
|
|
108
|
-
} : {}
|
|
109
|
-
}
|
|
110
|
-
};
|
|
111
|
-
if (F) {
|
|
112
|
-
const i = await d(C);
|
|
113
|
-
return y({
|
|
114
|
-
path: {
|
|
115
|
-
counterpart_id: i.id
|
|
116
|
-
},
|
|
117
|
-
body: P
|
|
118
|
-
}, {
|
|
119
|
-
onSuccess: () => {
|
|
120
|
-
u && u(i.id);
|
|
121
|
-
}
|
|
122
|
-
});
|
|
123
|
-
} else
|
|
124
|
-
return d(C, {
|
|
125
|
-
onSuccess: ({
|
|
126
|
-
id: i
|
|
127
|
-
}) => {
|
|
128
|
-
u && u(i);
|
|
129
|
-
}
|
|
130
|
-
});
|
|
131
|
-
})(m);
|
|
132
|
-
}, [d, s, y, h.handleSubmit, n]);
|
|
133
|
-
return /* @__PURE__ */ a(V, { open: w, onOpenChange: _, children: /* @__PURE__ */ p(A, { className: "ttw:gap-0", children: [
|
|
134
|
-
/* @__PURE__ */ p(H, { className: "ttw:border-b ttw:border-border", children: [
|
|
135
|
-
/* @__PURE__ */ a(L, { className: "ttw:text-2xl", children: n._("Add {customerType}", {
|
|
136
|
-
customerType: r
|
|
137
|
-
}) }),
|
|
138
|
-
/* @__PURE__ */ a(j, { className: "ttw:max-w-130", children: r === "vendor" ? n._("Save the people and businesses you pay so you can send payments when bills come in.") : n._("Save the people and businesses you sell to.") })
|
|
139
|
-
] }),
|
|
140
|
-
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-col ttw:gap-4 ttw:px-6 ttw:py-8 ttw:overflow-auto", children: b ? /* @__PURE__ */ a(q, { ...h, watch: o, children: /* @__PURE__ */ a("form", { id: f, onSubmit: D, children: /* @__PURE__ */ a(M, { counterpartType: s ?? "organization", handleChangeCounterpartType: (m) => v(m), isLoading: c, customerType: r }) }) }) : /* @__PURE__ */ a(X, {}) }),
|
|
141
|
-
/* @__PURE__ */ p(k, { className: "ttw:border-t ttw:border-border ttw:flex-row ttw:justify-end", children: [
|
|
142
|
-
/* @__PURE__ */ a(B, { asChild: !0, children: /* @__PURE__ */ a(g, { variant: "outline", disabled: c, className: "ttw:flex-1 ttw:border-border", children: n._("Cancel") }) }),
|
|
143
|
-
/* @__PURE__ */ p(g, { type: "submit", form: f, className: "ttw:flex-1", title: n._("Complete the form to continue"), disabled: !b || c || !$, children: [
|
|
144
|
-
c && /* @__PURE__ */ a(te, { className: "ttw:border-white ttw:border-t-transparent ttw:size-4" }),
|
|
145
|
-
n._("Save {customerType}", {
|
|
146
|
-
customerType: r
|
|
147
|
-
})
|
|
148
|
-
] })
|
|
149
|
-
] })
|
|
150
|
-
] }) });
|
|
151
|
-
};
|
|
1
|
+
function e() {
|
|
2
|
+
const t = window.getSelection();
|
|
3
|
+
return !!t && !!t.toString();
|
|
4
|
+
}
|
|
152
5
|
export {
|
|
153
|
-
|
|
6
|
+
e as hasSelectedText
|
|
154
7
|
};
|
|
@@ -1,59 +1,101 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { useState as
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
variant: "default"
|
|
19
|
-
}
|
|
20
|
-
}), x = ({
|
|
21
|
-
className: r,
|
|
22
|
-
variant: a,
|
|
23
|
-
icon: t,
|
|
24
|
-
children: w,
|
|
25
|
-
ref: n,
|
|
26
|
-
onClose: s,
|
|
27
|
-
enableClose: i = !0,
|
|
28
|
-
...o
|
|
1
|
+
import { jsx as t, jsxs as r } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useState as f } from "react";
|
|
3
|
+
import { toast as n } from "react-hot-toast";
|
|
4
|
+
import "./index57.js";
|
|
5
|
+
import { useLingui as _ } from "@lingui/react";
|
|
6
|
+
import "./index92.js";
|
|
7
|
+
import { useFileInput as z } from "./index61.js";
|
|
8
|
+
import "react-dom";
|
|
9
|
+
import "@mui/x-data-grid";
|
|
10
|
+
import { Button as s } from "./index84.js";
|
|
11
|
+
import { Popover as D, PopoverTrigger as P, PopoverContent as k } from "./index371.js";
|
|
12
|
+
import { cn as F } from "./index100.js";
|
|
13
|
+
import { ChevronUpIcon as I, ChevronDownIcon as U, CloudUpload as j, Copy as A, Plus as E } from "lucide-react";
|
|
14
|
+
const K = ({
|
|
15
|
+
isCreateAllowed: u,
|
|
16
|
+
onCreateInvoice: h,
|
|
17
|
+
handleFileUpload: w
|
|
29
18
|
}) => {
|
|
30
|
-
const
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
19
|
+
const {
|
|
20
|
+
i18n: e
|
|
21
|
+
} = _(), [c, a] = f(!1), {
|
|
22
|
+
FileInput: x,
|
|
23
|
+
openFileInput: b,
|
|
24
|
+
checkFileError: y
|
|
25
|
+
} = z(), [g, i] = f(!1), v = (l) => {
|
|
26
|
+
l.preventDefault(), i(!0);
|
|
27
|
+
}, N = (l) => {
|
|
28
|
+
l.preventDefault(), i(!1);
|
|
29
|
+
}, d = 10, C = (l) => {
|
|
30
|
+
l.preventDefault(), i(!1);
|
|
31
|
+
const o = Array.from(l.dataTransfer.files);
|
|
32
|
+
if (o.length > d) {
|
|
33
|
+
n.error(e._("You can only upload up to {fileCount} files at a time", {
|
|
34
|
+
fileCount: d
|
|
35
|
+
})), a(!1);
|
|
36
|
+
return;
|
|
37
|
+
}
|
|
38
|
+
o.forEach((m) => {
|
|
39
|
+
const p = y(m);
|
|
40
|
+
if (p) {
|
|
41
|
+
n.error(p);
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
w(m);
|
|
45
|
+
}), a(!1);
|
|
46
|
+
};
|
|
47
|
+
return /* @__PURE__ */ t("div", { className: "Monite-Payables", children: /* @__PURE__ */ r(D, { open: c, onOpenChange: a, children: [
|
|
48
|
+
/* @__PURE__ */ t(P, { asChild: !0, children: /* @__PURE__ */ r(s, { size: "lg", disabled: !u, children: [
|
|
49
|
+
e._("Add new bill"),
|
|
50
|
+
c ? /* @__PURE__ */ t(I, {}) : /* @__PURE__ */ t(U, {})
|
|
51
|
+
] }) }),
|
|
52
|
+
/* @__PURE__ */ r(k, { align: "end", className: "ttw:w-auto ttw:min-w-110 ttw:border-none ttw:p-6", children: [
|
|
53
|
+
/* @__PURE__ */ r("div", { className: "ttw:w-110 ttw:flex ttw:flex-col ttw:gap-4", onClick: (l) => {
|
|
54
|
+
l.preventDefault(), l.stopPropagation();
|
|
55
|
+
}, children: [
|
|
56
|
+
/* @__PURE__ */ r("div", { children: [
|
|
57
|
+
/* @__PURE__ */ t("h3", { className: "ttw:text-xl ttw:font-semibold ttw:text-zinc-950", children: e._("Upload bills") }),
|
|
58
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-sm ttw:font-normal ttw:text-zinc-500", children: e._("Upload your bills and we'll automatically pull the details so you can review and approve.") })
|
|
59
|
+
] }),
|
|
60
|
+
/* @__PURE__ */ t("div", { className: F("ttw:box-border ttw:cursor-pointer ttw:w-full ttw:h-36.5 ttw:flex ttw:flex-col ttw:items-center ttw:justify-center ttw:text-center ttw:border ttw:rounded-lg ttw:border-dashed ttw:border-zinc-200 ttw:bg-zinc-50", g && "ttw:bg-transparent"), onDragOver: v, onDragLeave: N, onDrop: C, onClick: b, children: /* @__PURE__ */ r("div", { className: "ttw:mx-auto ttw:flex ttw:flex-col ttw:items-center ttw:gap-2", children: [
|
|
61
|
+
/* @__PURE__ */ t("div", { className: "ttw:w-11 ttw:h-11 ttw:rounded-full ttw:bg-primary ttw:flex ttw:items-center ttw:justify-center", children: /* @__PURE__ */ t(j, { className: "ttw:text-white ttw:size-5" }) }),
|
|
62
|
+
/* @__PURE__ */ r("p", { className: "ttw:text-sm ttw:font-medium ttw:text-zinc-950", children: [
|
|
63
|
+
e._("Drop your files here, or"),
|
|
64
|
+
" ",
|
|
65
|
+
/* @__PURE__ */ t("span", { className: "ttw:text-primary ttw:underline", children: e._("click to browse") })
|
|
66
|
+
] }),
|
|
67
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-xs ttw:font-normal ttw:text-zinc-500", children: e._("PDF, PNG or JPG (max. 20MB)") })
|
|
68
|
+
] }) }),
|
|
69
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
|
|
70
|
+
/* @__PURE__ */ t("h3", { className: "ttw:text-primary ttw:text-sm ttw:font-semibold", children: e._("Send via email") }),
|
|
71
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-zinc-500 ttw:font-normal ttw:text-sm", children: e._("Email your bills here and they'll appear in your bill pay inbox, ready to review and pay.") })
|
|
72
|
+
] }),
|
|
73
|
+
/* @__PURE__ */ r("div", { className: "ttw:px-3 ttw:h-14 ttw:border ttw:border-zinc-200 ttw:rounded-lg ttw:flex ttw:items-center ttw:justify-between ttw:gap-6", children: [
|
|
74
|
+
/* @__PURE__ */ t("span", { children: e._("bills@business-banking.com") }),
|
|
75
|
+
/* @__PURE__ */ r(s, { type: "button", variant: "ghost", size: "sm", className: "ttw:text-primary ttw:hover:bg-primary-foreground ttw:hover:text-primary", onClick: () => {
|
|
76
|
+
navigator.clipboard.writeText("bills@business-banking.com"), n.success(e._("Email address copied to clipboard"));
|
|
77
|
+
}, children: [
|
|
78
|
+
/* @__PURE__ */ t(A, {}),
|
|
79
|
+
e._("Copy")
|
|
80
|
+
] })
|
|
81
|
+
] }),
|
|
82
|
+
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", children: [
|
|
83
|
+
/* @__PURE__ */ t("h3", { className: "ttw:text-sm ttw:font-semibold ttw:text-primary", children: e._("Or add bill manually") }),
|
|
84
|
+
/* @__PURE__ */ r(s, { onClick: () => {
|
|
85
|
+
a(!1), h();
|
|
86
|
+
}, className: "ttw:w-fit ttw:bg-primary-foreground ttw:hover:bg-primary-foreground ttw:text-primary", children: [
|
|
87
|
+
/* @__PURE__ */ t(E, {}),
|
|
88
|
+
e._("Add new bill")
|
|
89
|
+
] })
|
|
90
|
+
] })
|
|
91
|
+
] }),
|
|
92
|
+
/* @__PURE__ */ t(x, { "aria-label": e._("Upload payable files"), multiple: !0, onChange: (l) => {
|
|
93
|
+
const o = l.target.files;
|
|
94
|
+
o && w(o), a(!1);
|
|
95
|
+
} })
|
|
96
|
+
] })
|
|
97
|
+
] }) });
|
|
40
98
|
};
|
|
41
|
-
x.displayName = "Alert";
|
|
42
|
-
const h = ({
|
|
43
|
-
className: r,
|
|
44
|
-
ref: a,
|
|
45
|
-
...t
|
|
46
|
-
}) => /* @__PURE__ */ e("h3", { ref: a, className: l("ttw:mb-1 ttw:font-medium ttw:leading-none ttw:tracking-tight", r), ...t });
|
|
47
|
-
h.displayName = "AlertTitle";
|
|
48
|
-
const k = ({
|
|
49
|
-
className: r,
|
|
50
|
-
ref: a,
|
|
51
|
-
...t
|
|
52
|
-
}) => /* @__PURE__ */ e("p", { ref: a, className: l("ttw:text-sm ttw:[&_p]:leading-relaxed ttw:font-normal", r), ...t });
|
|
53
|
-
k.displayName = "AlertDescription";
|
|
54
99
|
export {
|
|
55
|
-
|
|
56
|
-
k as AlertDescription,
|
|
57
|
-
h as AlertTitle,
|
|
58
|
-
b as alertVariants
|
|
100
|
+
K as CreatePayableMenu
|
|
59
101
|
};
|
|
@@ -1,73 +1,59 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { cva as w } from "class-variance-authority";
|
|
4
|
-
import { cn as o } from "./index100.js";
|
|
5
|
-
import { Label as m } from "./index302.js";
|
|
6
|
-
import "radix-ui";
|
|
7
|
-
const u = w("ttw:group/field ttw:flex ttw:w-full ttw:gap-3 ttw:data-[invalid=true]:text-destructive", {
|
|
8
|
-
variants: {
|
|
9
|
-
orientation: {
|
|
10
|
-
vertical: ["flex-col [&>*]:w-full [&>.sr-only]:w-auto"],
|
|
11
|
-
horizontal: ["flex-row items-center", "[&>[data-slot=field-label]]:flex-auto", "has-[>[data-slot=field-content]]:items-start has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px"],
|
|
12
|
-
responsive: ["flex-col @md/field-group:flex-row @md/field-group:items-center [&>*]:w-full @md/field-group:[&>*]:w-auto [&>.sr-only]:w-auto", "@md/field-group:[&>[data-slot=field-label]]:flex-auto", "@md/field-group:has-[>[data-slot=field-content]]:items-start @md/field-group:has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px"]
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
defaultVariants: {
|
|
16
|
-
orientation: "vertical"
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
function N({
|
|
20
|
-
className: e,
|
|
21
|
-
orientation: t = "vertical",
|
|
22
|
-
...a
|
|
23
|
-
}) {
|
|
24
|
-
return /* @__PURE__ */ l("div", { role: "group", "data-slot": "field", "data-orientation": t, className: o(u({
|
|
25
|
-
orientation: t
|
|
26
|
-
}), e), ...a });
|
|
1
|
+
function d(o) {
|
|
2
|
+
return /gradient\(/.test(o);
|
|
27
3
|
}
|
|
28
|
-
function
|
|
29
|
-
|
|
30
|
-
...t
|
|
31
|
-
}) {
|
|
32
|
-
return /* @__PURE__ */ l("div", { "data-slot": "field-content", className: o("ttw:group/field-content ttw:flex ttw:flex-1 ttw:flex-col ttw:gap-1.5 ttw:leading-snug", e), ...t });
|
|
4
|
+
function u(o, n) {
|
|
5
|
+
o.background && (d(o.background) ? (n.backgroundImage = o.background, n.background = o.background) : (n.background = o.background, n.backgroundImage = "none"));
|
|
33
6
|
}
|
|
34
|
-
function
|
|
35
|
-
|
|
36
|
-
required: t,
|
|
37
|
-
children: a,
|
|
38
|
-
...i
|
|
39
|
-
}) {
|
|
40
|
-
return /* @__PURE__ */ f(m, { "data-slot": "field-label", className: o("ttw:group/field-label ttw:peer/field-label ttw:flex ttw:w-fit ttw:items-center ttw:gap-2 ttw:leading-snug ttw:group-data-[disabled=true]/field:opacity-50", "ttw:has-[>[data-slot=field]]:w-full ttw:has-[>[data-slot=field]]:flex-col ttw:has-[>[data-slot=field]]:rounded-md ttw:has-[>[data-slot=field]]:border ttw:[&>*]:data-[slot=field]:p-4", "ttw:has-data-[state=checked]:border-primary ttw:has-data-[state=checked]:bg-primary/5 ttw:dark:has-data-[state=checked]:bg-primary/10", e), ...i, children: [
|
|
41
|
-
a,
|
|
42
|
-
t && /* @__PURE__ */ l("span", { "aria-hidden": "true", className: "ttw:size-2 ttw:-ml-1 ttw:block ttw:-mt-1 ttw:rounded-full ttw:bg-destructive ttw:shrink-0" })
|
|
43
|
-
] });
|
|
7
|
+
function c(o, n) {
|
|
8
|
+
o.color && (n.color = o.color);
|
|
44
9
|
}
|
|
45
|
-
function
|
|
46
|
-
|
|
47
|
-
...t
|
|
48
|
-
}) {
|
|
49
|
-
return /* @__PURE__ */ l("p", { "data-slot": "field-description", className: o("ttw:text-sm ttw:leading-normal ttw:font-normal ttw:text-muted-foreground ttw:group-has-[[data-orientation=horizontal]]/field:text-balance", "ttw:last:mt-0 ttw:nth-last-2:-mt-1 ttw:[[data-variant=legend]+&]:-mt-1.5", "ttw:[&>a]:underline ttw:[&>a]:underline-offset-4 ttw:[&>a:hover]:text-primary", e), ...t });
|
|
10
|
+
function b(o, n) {
|
|
11
|
+
o.border && (n.border = o.border), o.borderRadius !== void 0 && (n.borderRadius = typeof o.borderRadius == "number" ? `${o.borderRadius}px` : o.borderRadius);
|
|
50
12
|
}
|
|
51
|
-
function
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
13
|
+
function g(o, n) {
|
|
14
|
+
o.fontWeight !== void 0 && (n.fontWeight = o.fontWeight);
|
|
15
|
+
}
|
|
16
|
+
function p(o, n) {
|
|
17
|
+
o.boxShadow !== void 0 && (n.boxShadow = o.boxShadow);
|
|
18
|
+
}
|
|
19
|
+
function l(o, n) {
|
|
20
|
+
if (!o.transitionDuration && !o.transitionTimingFunction && !o.transitionProperty)
|
|
21
|
+
return;
|
|
22
|
+
const a = [], t = o.transitionProperty || "all";
|
|
23
|
+
a.push(t), o.transitionDuration && a.push(o.transitionDuration), o.transitionTimingFunction && a.push(o.transitionTimingFunction), n.transition = a.join(" ");
|
|
24
|
+
}
|
|
25
|
+
function y(o) {
|
|
26
|
+
if (!o) return {};
|
|
27
|
+
const n = {};
|
|
28
|
+
return u(o, n), c(o, n), b(o, n), g(o, n), p(o, n), l(o, n), n;
|
|
29
|
+
}
|
|
30
|
+
function f(o, n) {
|
|
31
|
+
return !n || !n[o] ? {} : y(n[o]);
|
|
32
|
+
}
|
|
33
|
+
function h(o) {
|
|
34
|
+
if (!o) return {};
|
|
35
|
+
const n = {};
|
|
36
|
+
return ["primary", "secondary", "tertiary", "destructive"].forEach((a) => {
|
|
37
|
+
const t = o[a];
|
|
38
|
+
if (!t) return;
|
|
39
|
+
const i = `--ttw-btn-payables-${a}`;
|
|
40
|
+
t.background && (n[`${i}-bg`] = t.background), t.color && (n[`${i}-color`] = t.color), t.border && (n[`${i}-border`] = t.border), t.borderRadius !== void 0 && (n[`${i}-radius`] = typeof t.borderRadius == "number" ? `${t.borderRadius}px` : t.borderRadius), t.fontWeight !== void 0 && (n[`${i}-weight`] = String(t.fontWeight)), t.boxShadow && (n[`${i}-shadow`] = t.boxShadow), t.transitionProperty && (n[`${i}-transition-property`] = t.transitionProperty), t.transitionDuration && (n[`${i}-transition-duration`] = t.transitionDuration), t.transitionTimingFunction && (n[`${i}-transition-timing`] = t.transitionTimingFunction), ["hover", "active", "focus", "disabled"].forEach((s) => {
|
|
41
|
+
const r = t[s];
|
|
42
|
+
if (!r) return;
|
|
43
|
+
const e = `${i}-${s}`;
|
|
44
|
+
r.background && (n[`${e}-bg`] = r.background), r.color && (n[`${e}-color`] = r.color), r.border && (n[`${e}-border`] = r.border), r.boxShadow && (n[`${e}-shadow`] = r.boxShadow);
|
|
45
|
+
});
|
|
46
|
+
}), n;
|
|
66
47
|
}
|
|
67
48
|
export {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
49
|
+
u as applyBackgroundStyles,
|
|
50
|
+
b as applyBorderStyles,
|
|
51
|
+
c as applyColorStyles,
|
|
52
|
+
p as applyShadowStyles,
|
|
53
|
+
l as applyTransitionStyles,
|
|
54
|
+
g as applyTypographyStyles,
|
|
55
|
+
h as generatePayablesButtonCssVars,
|
|
56
|
+
f as getButtonStateStyles,
|
|
57
|
+
y as getButtonStyles,
|
|
58
|
+
d as isGradient
|
|
73
59
|
};
|
|
@@ -1,31 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}) => {
|
|
10
|
-
const {
|
|
11
|
-
i18n: t
|
|
12
|
-
} = u();
|
|
13
|
-
return /* @__PURE__ */ l("div", { className: "ttw:flex ttw:justify-between ttw:items-center ttw:gap-4 ttw:px-4", children: [
|
|
14
|
-
/* @__PURE__ */ e(d, { className: "ttw:max-w-100 ttw:w-full", placeholder: t._("Search by name"), onChange: (a) => {
|
|
15
|
-
r(w, a.target.value);
|
|
16
|
-
}, disabled: n }),
|
|
17
|
-
/* @__PURE__ */ l(s, { defaultValue: "all", onValueChange: (a) => {
|
|
18
|
-
r(h, a);
|
|
19
|
-
}, children: [
|
|
20
|
-
/* @__PURE__ */ e(o, { className: "ttw:max-w-40 ttw:w-full", children: /* @__PURE__ */ e(c, {}) }),
|
|
21
|
-
/* @__PURE__ */ l(m, { children: [
|
|
22
|
-
/* @__PURE__ */ e(i, { value: "all", children: t._("All types") }),
|
|
23
|
-
/* @__PURE__ */ e(i, { value: "individual", children: t._("Individuals") }),
|
|
24
|
-
/* @__PURE__ */ e(i, { value: "organization", children: t._("Companies") })
|
|
25
|
-
] })
|
|
26
|
-
] })
|
|
27
|
-
] });
|
|
28
|
-
};
|
|
1
|
+
import { jsx as r } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { CounterpartNameCellById as o } from "./index162.js";
|
|
3
|
+
const n = ({
|
|
4
|
+
counterpartName: t,
|
|
5
|
+
counterpartId: e
|
|
6
|
+
}) => t ? /* @__PURE__ */ r("span", { children: t }) : e ? /* @__PURE__ */ r(o, { counterpartId: e }) : /* @__PURE__ */ r("span", { style: {
|
|
7
|
+
opacity: 0.4
|
|
8
|
+
}, children: "-" });
|
|
29
9
|
export {
|
|
30
|
-
|
|
10
|
+
n as InvoicesCounterpartCell
|
|
31
11
|
};
|
|
@@ -1,5 +1,48 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsxs as w, jsx as c } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { RECURRENCE_STATUS_ICON as g } from "./index224.js";
|
|
3
|
+
import { getCommonRecurrenceStatusLabel as m } from "./index287.js";
|
|
4
|
+
import "date-fns";
|
|
5
|
+
import { Badge as l } from "./index221.js";
|
|
6
|
+
import { cn as p } from "./index100.js";
|
|
7
|
+
import { useLingui as u } from "@lingui/react";
|
|
8
|
+
import { cva as b } from "class-variance-authority";
|
|
9
|
+
const r = b("", {
|
|
10
|
+
variants: {
|
|
11
|
+
variant: {
|
|
12
|
+
// Active reads periwinkle (indigo) to match the recurrence design,
|
|
13
|
+
// sitting in the same cool family as the violet "Recurring" badge.
|
|
14
|
+
active: "ttw:bg-indigo-100 ttw:text-indigo-700",
|
|
15
|
+
paused: "ttw:bg-yellow-100 ttw:text-yellow-700",
|
|
16
|
+
canceled: "ttw:bg-red-100 ttw:text-red-700",
|
|
17
|
+
completed: "ttw:bg-green-100 ttw:text-green-700"
|
|
18
|
+
},
|
|
19
|
+
dotVariant: {
|
|
20
|
+
active: "ttw:border-indigo-100 ttw:bg-indigo-700",
|
|
21
|
+
paused: "ttw:border-yellow-100 ttw:bg-yellow-700",
|
|
22
|
+
canceled: "ttw:border-red-100 ttw:bg-red-700",
|
|
23
|
+
completed: "ttw:border-green-100 ttw:bg-green-700"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}), R = ({
|
|
27
|
+
status: t,
|
|
28
|
+
className: o,
|
|
29
|
+
showBadgeBackground: e = !0,
|
|
30
|
+
showIcon: a = !1,
|
|
31
|
+
dotSize: i,
|
|
32
|
+
ref: s
|
|
33
|
+
}) => {
|
|
34
|
+
const {
|
|
35
|
+
i18n: n
|
|
36
|
+
} = u(), d = g[t];
|
|
37
|
+
return /* @__PURE__ */ w(l, { ref: s, className: p("ttw:inline-flex ttw:items-center ttw:gap-1", r({
|
|
38
|
+
variant: t
|
|
39
|
+
}), o), dotClassName: r({
|
|
40
|
+
dotVariant: t
|
|
41
|
+
}), showBadgeBackground: e, showDotBorder: !e, dotSize: i, showDot: !1, children: [
|
|
42
|
+
a && /* @__PURE__ */ c(d, { className: "ttw:size-3", "aria-hidden": !0 }),
|
|
43
|
+
m(n, t)
|
|
44
|
+
] });
|
|
45
|
+
};
|
|
2
46
|
export {
|
|
3
|
-
|
|
4
|
-
T as FILTER_TYPE_TYPE
|
|
47
|
+
R as InvoiceRecurrenceStatusChip
|
|
5
48
|
};
|