@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,81 +1,35 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { cn as
|
|
3
|
-
import * as
|
|
4
|
-
import
|
|
5
|
-
function
|
|
1
|
+
import { jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { cn as d } from "./index100.js";
|
|
3
|
+
import * as a from "@radix-ui/react-dropdown-menu";
|
|
4
|
+
import "lucide-react";
|
|
5
|
+
function u({
|
|
6
6
|
...t
|
|
7
7
|
}) {
|
|
8
|
-
return /* @__PURE__ */ a
|
|
8
|
+
return /* @__PURE__ */ e(a.Root, { "data-slot": "dropdown-menu", ...t });
|
|
9
9
|
}
|
|
10
|
-
function
|
|
10
|
+
function c({
|
|
11
11
|
...t
|
|
12
12
|
}) {
|
|
13
|
-
return /* @__PURE__ */ a
|
|
13
|
+
return /* @__PURE__ */ e(a.Trigger, { "data-slot": "dropdown-menu-trigger", ...t });
|
|
14
14
|
}
|
|
15
|
-
function f({
|
|
16
|
-
container: t,
|
|
17
|
-
...e
|
|
18
|
-
}) {
|
|
19
|
-
return /* @__PURE__ */ a(o.Portal, { "data-slot": "sheet-portal", ...e, container: t });
|
|
20
|
-
}
|
|
21
|
-
const r = (t) => t === "under-dialogs" ? "ttw:z-1295" : "ttw:z-1300";
|
|
22
15
|
function m({
|
|
23
16
|
className: t,
|
|
24
|
-
|
|
25
|
-
...
|
|
26
|
-
}) {
|
|
27
|
-
return /* @__PURE__ */ a(o.Overlay, { "data-slot": "sheet-overlay", className: n("ttw:data-[state=open]:animate-in ttw:data-[state=closed]:animate-out ttw:data-[state=closed]:fade-out-0 ttw:data-[state=open]:fade-in-0 ttw:fixed ttw:inset-0 ttw:bg-black/50", r(e), t), ...s });
|
|
28
|
-
}
|
|
29
|
-
function N({
|
|
30
|
-
className: t,
|
|
31
|
-
children: e,
|
|
32
|
-
side: s = "right",
|
|
33
|
-
container: w = typeof document < "u" ? document.body : null,
|
|
34
|
-
showCloseButton: d = !0,
|
|
35
|
-
layer: i = "default",
|
|
36
|
-
...c
|
|
37
|
-
}) {
|
|
38
|
-
return /* @__PURE__ */ l(f, { container: w, children: [
|
|
39
|
-
/* @__PURE__ */ a(m, { layer: i }),
|
|
40
|
-
/* @__PURE__ */ l(o.Content, { "data-slot": "sheet-content", className: n("ttw:bg-background ttw:data-[state=open]:animate-in ttw:data-[state=closed]:animate-out ttw:fixed ttw:flex ttw:flex-col ttw:gap-4 ttw:shadow-lg ttw:transition ttw:ease-in-out ttw:data-[state=closed]:duration-300 ttw:data-[state=open]:duration-500", r(i), s === "right" && "ttw:data-[state=closed]:slide-out-to-right ttw:data-[state=open]:slide-in-from-right ttw:inset-y-0 ttw:right-0 ttw:h-full ttw:w-3/4 ttw:sm:max-w-[600px]", s === "left" && "ttw:data-[state=closed]:slide-out-to-left ttw:data-[state=open]:slide-in-from-left ttw:inset-y-0 ttw:left-0 ttw:h-full ttw:w-3/4 ttw:sm:max-w-[600px]", s === "top" && "ttw:data-[state=closed]:slide-out-to-top ttw:data-[state=open]:slide-in-from-top ttw:inset-x-0 ttw:top-0 ttw:h-auto ttw:border-b", s === "bottom" && "ttw:data-[state=closed]:slide-out-to-bottom ttw:data-[state=open]:slide-in-from-bottom ttw:inset-x-0 ttw:bottom-0 ttw:h-auto ttw:border-t", t), ...c, children: [
|
|
41
|
-
e,
|
|
42
|
-
d && /* @__PURE__ */ l(o.Close, { className: "ttw:p-2 ttw:ring-offset-background ttw:focus:ring-ring ttw:data-[state=open]:bg-neutral ttw:absolute ttw:top-4 ttw:right-4 ttw:rounded-xs ttw:opacity-70 ttw:transition-opacity ttw:hover:opacity-100 ttw:focus:ring-2 ttw:focus:ring-offset-2 ttw:focus:outline-hidden ttw:cursor-pointer ttw:disabled:pointer-events-none", children: [
|
|
43
|
-
/* @__PURE__ */ a(u, { className: "ttw:size-4" }),
|
|
44
|
-
/* @__PURE__ */ a("span", { className: "ttw:sr-only", children: "Close" })
|
|
45
|
-
] })
|
|
46
|
-
] })
|
|
47
|
-
] });
|
|
48
|
-
}
|
|
49
|
-
function y({
|
|
50
|
-
className: t,
|
|
51
|
-
...e
|
|
52
|
-
}) {
|
|
53
|
-
return /* @__PURE__ */ a("div", { "data-slot": "sheet-header", className: n("ttw:flex ttw:flex-col ttw:gap-1.5 ttw:p-4", t), ...e });
|
|
54
|
-
}
|
|
55
|
-
function C({
|
|
56
|
-
className: t,
|
|
57
|
-
...e
|
|
58
|
-
}) {
|
|
59
|
-
return /* @__PURE__ */ a("div", { "data-slot": "sheet-footer", className: n("ttw:mt-auto ttw:flex ttw:flex-col ttw:gap-2 ttw:p-4", t), ...e });
|
|
60
|
-
}
|
|
61
|
-
function S({
|
|
62
|
-
className: t,
|
|
63
|
-
...e
|
|
17
|
+
sideOffset: o = 4,
|
|
18
|
+
...n
|
|
64
19
|
}) {
|
|
65
|
-
return /* @__PURE__ */ a(
|
|
20
|
+
return /* @__PURE__ */ e(a.Portal, { children: /* @__PURE__ */ e(a.Content, { "data-slot": "dropdown-menu-content", sideOffset: o, className: d("ttw:bg-popover ttw:text-popover-foreground ttw:data-[state=open]:animate-in ttw:data-[state=closed]:animate-out ttw:data-[state=closed]:fade-out-0 ttw:data-[state=open]:fade-in-0 ttw:data-[state=closed]:zoom-out-95 ttw:data-[state=open]:zoom-in-95 ttw:data-[side=bottom]:slide-in-from-top-2 ttw:data-[side=left]:slide-in-from-right-2 ttw:data-[side=right]:slide-in-from-left-2 ttw:data-[side=top]:slide-in-from-bottom-2 ttw:z-1300 ttw:max-h-(--radix-dropdown-menu-content-available-height) ttw:min-w-[8rem] ttw:origin-(--radix-dropdown-menu-content-transform-origin) ttw:overflow-x-hidden ttw:overflow-y-auto ttw:rounded-md ttw:border-none ttw:p-1 ttw:shadow-md", t), ...n }) });
|
|
66
21
|
}
|
|
67
|
-
function
|
|
22
|
+
function p({
|
|
68
23
|
className: t,
|
|
69
|
-
|
|
24
|
+
inset: o,
|
|
25
|
+
variant: n = "default",
|
|
26
|
+
...r
|
|
70
27
|
}) {
|
|
71
|
-
return /* @__PURE__ */ a
|
|
28
|
+
return /* @__PURE__ */ e(a.Item, { "data-slot": "dropdown-menu-item", "data-inset": o, "data-variant": n, className: d("ttw:focus:bg-accent ttw:focus:text-accent-foreground ttw:data-[variant=destructive]:text-destructive ttw:data-[variant=destructive]:focus:bg-destructive/10 ttw:dark:data-[variant=destructive]:focus:bg-destructive/20 ttw:data-[variant=destructive]:focus:text-destructive ttw:data-[variant=destructive]:*:[svg]:!text-destructive ttw:[&_svg:not([class*=text-])]:text-muted-foreground ttw:relative ttw:flex ttw:cursor-pointer ttw:items-center ttw:gap-2 ttw:rounded-sm ttw:px-2 ttw:py-1.5 ttw:text-sm ttw:outline-hidden ttw:select-none ttw:data-[disabled]:pointer-events-none ttw:data-[disabled]:opacity-50 ttw:data-[inset]:pl-8 ttw:[&_svg]:pointer-events-none ttw:[&_svg]:shrink-0 ttw:[&_svg:not([class*=size-])]:size-4", t), ...r });
|
|
72
29
|
}
|
|
73
30
|
export {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
C as SheetFooter,
|
|
79
|
-
y as SheetHeader,
|
|
80
|
-
S as SheetTitle
|
|
31
|
+
u as DropdownMenu,
|
|
32
|
+
m as DropdownMenuContent,
|
|
33
|
+
p as DropdownMenuItem,
|
|
34
|
+
c as DropdownMenuTrigger
|
|
81
35
|
};
|
|
@@ -1,16 +1,34 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { jsx as m } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useDeleteCounterpart as p } from "./index272.js";
|
|
3
|
+
import { ConfirmationModal as l } from "./index255.js";
|
|
4
|
+
import { useLingui as u } from "@lingui/react";
|
|
5
|
+
const D = ({
|
|
6
|
+
counterpartName: t,
|
|
7
|
+
counterpartId: o,
|
|
8
|
+
isOpen: n,
|
|
9
|
+
onDelete: r,
|
|
10
|
+
onCancel: a
|
|
11
|
+
}) => {
|
|
3
12
|
const {
|
|
4
|
-
|
|
5
|
-
} =
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
+
i18n: e
|
|
14
|
+
} = u(), {
|
|
15
|
+
mutate: i,
|
|
16
|
+
isPending: s
|
|
17
|
+
} = p(), c = () => {
|
|
18
|
+
i({
|
|
19
|
+
path: {
|
|
20
|
+
counterpart_id: o
|
|
21
|
+
}
|
|
22
|
+
}, {
|
|
23
|
+
onSuccess: () => {
|
|
24
|
+
r();
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
return /* @__PURE__ */ m(l, { open: n, title: e._("Delete {counterpartName}?", {
|
|
29
|
+
counterpartName: t
|
|
30
|
+
}), message: e._("You can't undo this action."), confirmLabel: e._("Delete"), cancelLabel: e._("Cancel"), onClose: a, onConfirm: c, isLoading: s });
|
|
13
31
|
};
|
|
14
32
|
export {
|
|
15
|
-
|
|
33
|
+
D as DeleteCounterpartModal
|
|
16
34
|
};
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
});
|
|
13
|
-
};
|
|
1
|
+
import { jsx as i } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Separator as e } from "radix-ui";
|
|
3
|
+
import { cn as n } from "./index100.js";
|
|
4
|
+
function p({
|
|
5
|
+
className: t,
|
|
6
|
+
orientation: a = "horizontal",
|
|
7
|
+
decorative: o = !0,
|
|
8
|
+
...r
|
|
9
|
+
}) {
|
|
10
|
+
return /* @__PURE__ */ i(e.Root, { "data-slot": "separator", decorative: o, orientation: a, className: n("ttw:shrink-0 ttw:bg-border ttw:data-[orientation=horizontal]:h-px ttw:data-[orientation=horizontal]:w-full ttw:data-[orientation=vertical]:h-full ttw:data-[orientation=vertical]:w-px", t), ...r });
|
|
11
|
+
}
|
|
14
12
|
export {
|
|
15
|
-
|
|
13
|
+
p as Separator
|
|
16
14
|
};
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
import { jsx as r } from "@emotion/react/jsx-runtime";
|
|
2
|
-
import {
|
|
1
|
+
import { jsxs as i, jsx as r } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Typography as e } from "./index85.js";
|
|
3
|
+
import { twMerge as s } from "tailwind-merge";
|
|
3
4
|
const w = ({
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
label: o,
|
|
6
|
+
value: t,
|
|
7
|
+
isLast: a
|
|
8
|
+
}) => /* @__PURE__ */ i("li", { className: s("ttw:flex ttw:gap-4 ttw:py-2.5", !a && "ttw:border-b ttw:border-border"), children: [
|
|
9
|
+
/* @__PURE__ */ r(e, { variant: "body2", color: "muted", className: "ttw:w-35 ttw:min-w-35 ttw:font-medium", children: o }),
|
|
10
|
+
typeof t == "string" ? /* @__PURE__ */ r(e, { variant: "body2", className: "ttw:font-medium", children: t }) : t
|
|
11
|
+
] });
|
|
6
12
|
export {
|
|
7
|
-
w as
|
|
13
|
+
w as CounterpartContactDetailLine
|
|
8
14
|
};
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} =
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1
|
+
import { useMoniteContext as a } from "./index57.js";
|
|
2
|
+
import { useLingui as s } from "@lingui/react";
|
|
3
|
+
import { toast as n } from "react-hot-toast";
|
|
4
|
+
const p = (o) => {
|
|
5
|
+
const {
|
|
6
|
+
i18n: e
|
|
7
|
+
} = s(), {
|
|
8
|
+
api: t,
|
|
9
|
+
queryClient: r
|
|
10
|
+
} = a();
|
|
11
|
+
return t.finops.deleteCounterpartsIdBankAccountsId.useMutation(void 0, {
|
|
12
|
+
onSuccess: async () => {
|
|
13
|
+
await t.finops.getCounterpartsIdBankAccounts.invalidateQueries({
|
|
14
|
+
parameters: {
|
|
15
|
+
path: {
|
|
16
|
+
counterpart_id: o
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}, r), n.success(e._("Bank Account has been deleted."));
|
|
20
|
+
},
|
|
21
|
+
onError: () => {
|
|
22
|
+
n.error(e._("Failed to delete Bank Account."));
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
25
|
};
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
p as useDeleteCounterpartBank
|
|
28
28
|
};
|
|
@@ -1,101 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
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 "./index372.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
|
|
18
|
-
}) => {
|
|
1
|
+
import { useMoniteContext as s } from "./index57.js";
|
|
2
|
+
const o = (e) => {
|
|
19
3
|
const {
|
|
20
|
-
|
|
21
|
-
} =
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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;
|
|
4
|
+
api: t
|
|
5
|
+
} = s();
|
|
6
|
+
return t.finops.getCounterpartsIdAddresses.useQuery({
|
|
7
|
+
path: {
|
|
8
|
+
counterpart_id: e ?? ""
|
|
37
9
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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
|
-
] }) });
|
|
10
|
+
}, {
|
|
11
|
+
enabled: !!e
|
|
12
|
+
});
|
|
98
13
|
};
|
|
99
14
|
export {
|
|
100
|
-
|
|
15
|
+
o as useCounterpartAddressesById
|
|
101
16
|
};
|
|
@@ -1,59 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
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;
|
|
47
|
-
}
|
|
1
|
+
import { useMoniteContext as r } from "./index57.js";
|
|
2
|
+
const a = (e, t = !0) => {
|
|
3
|
+
const {
|
|
4
|
+
api: o
|
|
5
|
+
} = r();
|
|
6
|
+
return o.finops.getPayables.useQuery({
|
|
7
|
+
query: e
|
|
8
|
+
}, {
|
|
9
|
+
enabled: t
|
|
10
|
+
});
|
|
11
|
+
};
|
|
48
12
|
export {
|
|
49
|
-
|
|
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
|
|
13
|
+
a as useGetCounterpartPayables
|
|
59
14
|
};
|
|
@@ -1,11 +1,123 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
}
|
|
1
|
+
import { jsx as d, jsxs as _ } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useForm as I, FormProvider as A } from "react-hook-form";
|
|
3
|
+
import { CounterpartFormContent as T } from "./index215.js";
|
|
4
|
+
import { useLingui as V } from "@lingui/react";
|
|
5
|
+
import { useId as j, useMemo as k, useCallback as D } from "react";
|
|
6
|
+
import { useUpdateCounterpart as M } from "./index273.js";
|
|
7
|
+
import { zodResolver as B } from "@hookform/resolvers/zod";
|
|
8
|
+
import { Button as C } from "./index84.js";
|
|
9
|
+
import { getUpdateCounterpartValidationSchema as O } from "./index216.js";
|
|
10
|
+
import "./index57.js";
|
|
11
|
+
import { toast as x } from "react-hot-toast";
|
|
12
|
+
import "date-fns";
|
|
13
|
+
import { getCounterpartName as N } from "./index7.js";
|
|
14
|
+
import { useUpdateCounterpartAddress as R } from "./index274.js";
|
|
15
|
+
import { LanguageCodeEnum as q } from "./index218.js";
|
|
16
|
+
import { LoadingSpinner as G } from "./index138.js";
|
|
17
|
+
const de = ({
|
|
18
|
+
customerType: g,
|
|
19
|
+
counterpart: t,
|
|
20
|
+
counterpartAddress: a,
|
|
21
|
+
handleClose: z,
|
|
22
|
+
onUpdate: i
|
|
23
|
+
}) => {
|
|
24
|
+
const {
|
|
25
|
+
i18n: o
|
|
26
|
+
} = V(), S = `vendor-form-${j()}`, {
|
|
27
|
+
mutate: y,
|
|
28
|
+
isPending: b
|
|
29
|
+
} = M(), {
|
|
30
|
+
mutateAsync: m,
|
|
31
|
+
isPending: E
|
|
32
|
+
} = R({
|
|
33
|
+
counterpartId: a?.counterpart_id ?? "",
|
|
34
|
+
addressId: a?.id ?? ""
|
|
35
|
+
}), v = E || b, r = t.type, l = "individual" in t ? t.individual.email : t.organization.email, p = ("individual" in t ? t.individual.phone : t.organization.phone) ?? "", u = "individual" in t ? t.individual.last_name : "", n = "organization" in t ? t.organization.legal_name : t.individual.first_name, $ = k(() => ({
|
|
36
|
+
remindersEnabled: t.reminders_enabled,
|
|
37
|
+
isCustomer: t.is_customer,
|
|
38
|
+
isVendor: t.is_vendor,
|
|
39
|
+
tax_id: t.tax_id ?? "",
|
|
40
|
+
email: l,
|
|
41
|
+
phone: p,
|
|
42
|
+
line1: a?.line1,
|
|
43
|
+
line2: a?.line2 ?? "",
|
|
44
|
+
city: a?.city,
|
|
45
|
+
state: a?.state,
|
|
46
|
+
country: a?.country,
|
|
47
|
+
postalCode: a?.postal_code,
|
|
48
|
+
firstName: n,
|
|
49
|
+
lastName: u,
|
|
50
|
+
companyName: n
|
|
51
|
+
}), [t, a]), s = I({
|
|
52
|
+
resolver: B(O(o, r, g)),
|
|
53
|
+
defaultValues: $
|
|
54
|
+
}), L = D((c) => {
|
|
55
|
+
c.preventDefault(), c.stopPropagation(), s.handleSubmit(async (e) => {
|
|
56
|
+
const P = q.find((f) => f === o.locale.split("-")[0]) ?? "en", h = {
|
|
57
|
+
city: e.city,
|
|
58
|
+
country: e.country,
|
|
59
|
+
line1: e.line1,
|
|
60
|
+
line2: e.line2,
|
|
61
|
+
state: e.state,
|
|
62
|
+
postal_code: e.postalCode
|
|
63
|
+
}, U = e.city !== a?.city || e.country !== a?.country || e.line1 !== a?.line1 || (e.line2 ?? "") !== (a?.line2 ?? "") || e.state !== a?.state || e.postalCode !== a?.postal_code, w = {
|
|
64
|
+
reminders_enabled: e.remindersEnabled,
|
|
65
|
+
is_customer: t.is_customer,
|
|
66
|
+
is_vendor: t.is_vendor,
|
|
67
|
+
tax_id: e.tax_id
|
|
68
|
+
};
|
|
69
|
+
if (e.remindersEnabled !== !!t.reminders_enabled || e.tax_id !== (t.tax_id ?? "") || e.phone !== p || e.email !== l || r === "organization" && e.companyName !== n || r === "individual" && e.firstName !== n || r === "individual" && e.lastName !== u) {
|
|
70
|
+
U && await m(h);
|
|
71
|
+
const f = r === "individual" ? {
|
|
72
|
+
...w,
|
|
73
|
+
individual: {
|
|
74
|
+
first_name: e.firstName,
|
|
75
|
+
last_name: e.lastName,
|
|
76
|
+
phone: e.phone,
|
|
77
|
+
email: e.email
|
|
78
|
+
}
|
|
79
|
+
} : {
|
|
80
|
+
...w,
|
|
81
|
+
language: t.language ?? P,
|
|
82
|
+
organization: {
|
|
83
|
+
legal_name: e.companyName,
|
|
84
|
+
phone: e.phone,
|
|
85
|
+
email: e.email
|
|
86
|
+
}
|
|
87
|
+
};
|
|
88
|
+
return y({
|
|
89
|
+
path: {
|
|
90
|
+
counterpart_id: t.id
|
|
91
|
+
},
|
|
92
|
+
body: f
|
|
93
|
+
}, {
|
|
94
|
+
onSuccess: ({
|
|
95
|
+
id: F
|
|
96
|
+
}) => {
|
|
97
|
+
i && i(F);
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
} else
|
|
101
|
+
return m(h, {
|
|
102
|
+
onSuccess: () => {
|
|
103
|
+
x.success(o._("{name} has been updated.", {
|
|
104
|
+
name: N(t)
|
|
105
|
+
})), i && i(t.id);
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
})(c);
|
|
109
|
+
}, [y, m, x, N, i, r, s.handleSubmit, o, n, p, l, u]);
|
|
110
|
+
return /* @__PURE__ */ d(A, { ...s, children: /* @__PURE__ */ _("form", { id: S, onSubmit: L, className: "ttw:flex ttw:flex-col ttw:gap-4 ttw:p-4 ttw:border ttw:border-primary ttw:rounded-[10px] ttw:bg-zinc-100", children: [
|
|
111
|
+
/* @__PURE__ */ d(T, { counterpartType: r, isLoading: b, isEditMode: !0, customerType: g }),
|
|
112
|
+
/* @__PURE__ */ _("div", { className: "ttw:flex ttw:gap-4 ttw:pt-6", children: [
|
|
113
|
+
/* @__PURE__ */ d(C, { type: "button", variant: "outline", className: "ttw:border-border ttw:flex-1", onClick: z, children: o._("Cancel") }),
|
|
114
|
+
/* @__PURE__ */ _(C, { type: "submit", className: "ttw:flex-1", disabled: v || !s.formState.isDirty && t.type === r, children: [
|
|
115
|
+
v && /* @__PURE__ */ d(G, { className: "ttw:border-white ttw:border-t-transparent ttw:size-4" }),
|
|
116
|
+
o._("Save")
|
|
117
|
+
] })
|
|
118
|
+
] })
|
|
119
|
+
] }) });
|
|
120
|
+
};
|
|
9
121
|
export {
|
|
10
|
-
|
|
122
|
+
de as EditCounterpart
|
|
11
123
|
};
|