@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,4 +1,25 @@
|
|
|
1
|
-
const
|
|
1
|
+
const u = (r, t = 2) => {
|
|
2
|
+
const n = Math.pow(10, t);
|
|
3
|
+
return Math.round(r * n);
|
|
4
|
+
}, e = (r, t = 2) => {
|
|
5
|
+
const n = Math.pow(10, t);
|
|
6
|
+
return r / n;
|
|
7
|
+
}, c = (r, t, n) => {
|
|
8
|
+
const i = n?.[t];
|
|
9
|
+
if (!i)
|
|
10
|
+
return null;
|
|
11
|
+
const o = typeof r == "string", s = o ? Number(r) : r;
|
|
12
|
+
return !Number.isFinite(s) || o && r.trim() === "" ? null : u(s, i.minor_units);
|
|
13
|
+
}, m = (r, t, n) => {
|
|
14
|
+
const i = n?.[t];
|
|
15
|
+
if (!i || !Number.isFinite(r))
|
|
16
|
+
return null;
|
|
17
|
+
const o = e(r, i.minor_units);
|
|
18
|
+
return Number(o.toFixed(i.minor_units));
|
|
19
|
+
};
|
|
2
20
|
export {
|
|
3
|
-
|
|
21
|
+
e as fromMinorUnits,
|
|
22
|
+
m as fromMinorUnitsWithCurrency,
|
|
23
|
+
u as toMinorUnits,
|
|
24
|
+
c as toMinorUnitsWithCurrency
|
|
4
25
|
};
|
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { cn as n } from "./index100.js";
|
|
3
|
-
function a({
|
|
4
|
-
className: t,
|
|
5
|
-
type: e,
|
|
6
|
-
...i
|
|
7
|
-
}) {
|
|
8
|
-
return /* @__PURE__ */ r("input", { type: e, "data-slot": "input", className: n("ttw:file:text-foreground ttw:placeholder:text-muted-foreground ttw:selection:bg-primary ttw:selection:text-primary-foreground ttw:dark:bg-input/30 ttw:border-input ttw:flex ttw:h-9 ttw:w-full ttw:min-w-0 ttw:rounded-md ttw:border ttw:bg-transparent ttw:px-3 ttw:py-1 ttw:text-base ttw:shadow-xs ttw:transition-[color,box-shadow] ttw:outline-none ttw:file:inline-flex ttw:file:h-7 ttw:file:border-0 ttw:file:bg-transparent ttw:file:text-sm ttw:file:font-medium ttw:disabled:pointer-events-none ttw:disabled:cursor-not-allowed ttw:disabled:opacity-50 ttw:md:text-sm", "ttw:focus-visible:border-ring ttw:focus-visible:ring-ring/50 ttw:focus-visible:ring-[3px]", "ttw:aria-invalid:ring-destructive/20 ttw:dark:aria-invalid:ring-destructive/40 ttw:aria-invalid:border-destructive", t), ...i });
|
|
9
|
-
}
|
|
1
|
+
const a = (r, e, s) => e instanceof Error ? e.message : "error" in e && "message" in e.error ? e.error.message : "detail" in e && Array.isArray(e.detail) ? e.detail?.map((i) => i.msg).join(", ") : "message" in e && e.message === "Request size limit exceeded" ? r._("Request size limit exceeded") : s ?? r._("Unknown");
|
|
10
2
|
export {
|
|
11
|
-
a as
|
|
3
|
+
a as getAPIErrorMessage
|
|
12
4
|
};
|
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { cn as i } from "./index100.js";
|
|
3
|
-
function o({
|
|
4
|
-
className: t,
|
|
5
|
-
...r
|
|
6
|
-
}) {
|
|
7
|
-
return /* @__PURE__ */ e("textarea", { "data-slot": "textarea", className: i("ttw:border-input ttw:placeholder:text-muted-foreground ttw:focus-visible:border-ring ttw:focus-visible:ring-ring/50 ttw:aria-invalid:ring-destructive/20 ttw:dark:aria-invalid:ring-destructive/40 ttw:aria-invalid:border-destructive ttw:dark:bg-input/30 ttw:flex ttw:field-sizing-content ttw:min-h-16 ttw:w-full ttw:rounded-md ttw:border ttw:bg-transparent ttw:px-3 ttw:py-2 ttw:text-base ttw:shadow-xs ttw:transition-[color,box-shadow] ttw:outline-none ttw:focus-visible:ring-[3px] ttw:disabled:cursor-not-allowed ttw:disabled:opacity-50 ttw:md:text-sm", t), ...r });
|
|
8
|
-
}
|
|
1
|
+
const E = ["AO", "AU", "AT", "BE", "BW", "BG", "CZ", "DK", "EE", "SZ", "FR", "FI", "DE", "GR", "IE", "IL", "LS", "LR", "LU", "MZ", "NA", "NL", "PK", "PL", "ZA", "ES", "SE", "CH", "AE", "GB", "ZW"];
|
|
9
2
|
export {
|
|
10
|
-
|
|
3
|
+
E as VAT_SUPPORTED_COUNTRIES
|
|
11
4
|
};
|
|
@@ -8,7 +8,7 @@ import { getFormControlStyles as S } from "./index210.js";
|
|
|
8
8
|
import { getErrorColors as k } from "./index211.js";
|
|
9
9
|
import { getSuccessColors as w } from "./index212.js";
|
|
10
10
|
import { getWarningColors as I } from "./index213.js";
|
|
11
|
-
import { getButtonStateStyles as i, getButtonStyles as p } from "./
|
|
11
|
+
import { getButtonStateStyles as i, getButtonStyles as p } from "./index167.js";
|
|
12
12
|
import { isPlainObject as R } from "@mui/utils";
|
|
13
13
|
import "@mui/x-data-grid/themeAugmentation";
|
|
14
14
|
import d from "chroma-js";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as o, Fragment as ie, jsxs as a } from "@emotion/react/jsx-runtime";
|
|
2
|
-
import { PayableDetailsForceActionDialog as v } from "./
|
|
3
|
-
import { PayableDetailsForm as ae } from "./
|
|
4
|
-
import { usePayableDetails as ne } from "./
|
|
2
|
+
import { PayableDetailsForceActionDialog as v } from "./index279.js";
|
|
3
|
+
import { PayableDetailsForm as ae } from "./index280.js";
|
|
4
|
+
import { usePayableDetails as ne } from "./index281.js";
|
|
5
5
|
import { ScopedCssBaselineContainerClassName as re } from "./index104.js";
|
|
6
|
-
import { PayableDetailsAttachFile as se } from "./
|
|
7
|
-
import { PayableDetailsHeader as le } from "./
|
|
8
|
-
import { PayableDetailsInfo as de } from "./
|
|
9
|
-
import { PayableDetailsNoAttachedFile as pe } from "./
|
|
6
|
+
import { PayableDetailsAttachFile as se } from "./index282.js";
|
|
7
|
+
import { PayableDetailsHeader as le } from "./index283.js";
|
|
8
|
+
import { PayableDetailsInfo as de } from "./index284.js";
|
|
9
|
+
import { PayableDetailsNoAttachedFile as pe } from "./index285.js";
|
|
10
10
|
import { useMoniteContext as me } from "./index57.js";
|
|
11
11
|
import { MoniteScopedProviders as ce } from "./index83.js";
|
|
12
|
-
import { useUserPermissions as ue } from "./
|
|
12
|
+
import { useUserPermissions as ue } from "./index135.js";
|
|
13
13
|
import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
|
|
14
14
|
import "../../shared/data-access/dist/lib/EmbedApiContext.js";
|
|
15
15
|
import "../../shared/data-access/dist/lib/rest/client.gen.js";
|
|
@@ -17,18 +17,18 @@ import "@tanstack/react-query";
|
|
|
17
17
|
import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
18
18
|
import { Scope as I } from "../../shared/data-access/dist/lib/scopes.js";
|
|
19
19
|
import { useState as ye, useMemo as fe, useId as be } from "react";
|
|
20
|
-
import { generatePayablesButtonCssVars as he } from "./
|
|
21
|
-
import { FileViewer as ve } from "./
|
|
22
|
-
import { AccessRestriction as Ie } from "./
|
|
20
|
+
import { generatePayablesButtonCssVars as he } from "./index167.js";
|
|
21
|
+
import { FileViewer as ve } from "./index286.js";
|
|
22
|
+
import { AccessRestriction as Ie } from "./index136.js";
|
|
23
23
|
import "./index84.js";
|
|
24
24
|
import "clsx";
|
|
25
25
|
import "tailwind-merge";
|
|
26
26
|
import "@radix-ui/react-dialog";
|
|
27
27
|
import "lucide-react";
|
|
28
28
|
import { useLingui as Pe } from "@lingui/react";
|
|
29
|
-
import { LoadingPage as Ce } from "./
|
|
30
|
-
import { NotFound as De } from "./
|
|
31
|
-
import { classNames as ge } from "./
|
|
29
|
+
import { LoadingPage as Ce } from "./index267.js";
|
|
30
|
+
import { NotFound as De } from "./index155.js";
|
|
31
|
+
import { classNames as ge } from "./index177.js";
|
|
32
32
|
import { Box as P, Backdrop as Ae, DialogContent as xe, Grid as p, Alert as Be } from "@mui/material";
|
|
33
33
|
const ro = (t) => /* @__PURE__ */ o(ce, { children: /* @__PURE__ */ o(Fe, { ...t }) }), Fe = ({
|
|
34
34
|
id: t,
|
|
@@ -1,28 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
if (!e)
|
|
8
|
-
throw new Error('Could not find DiscardChangesContext. Make sure that you are using "DiscardChangesContext" component before calling this hook.');
|
|
9
|
-
return e;
|
|
1
|
+
import { useMoniteContext as e } from "./index57.js";
|
|
2
|
+
function o() {
|
|
3
|
+
const {
|
|
4
|
+
userPermissions: s
|
|
5
|
+
} = e();
|
|
6
|
+
return s;
|
|
10
7
|
}
|
|
11
|
-
const m = ({
|
|
12
|
-
children: e
|
|
13
|
-
}) => /* @__PURE__ */ o(l, { children: /* @__PURE__ */ o(u, { children: e }) }), u = ({
|
|
14
|
-
children: e
|
|
15
|
-
}) => {
|
|
16
|
-
const [r, t] = c(!1), s = d((a) => {
|
|
17
|
-
t(a);
|
|
18
|
-
}, []);
|
|
19
|
-
return /* @__PURE__ */ o(n.Provider, { value: {
|
|
20
|
-
handleShowModal: s,
|
|
21
|
-
shouldShowChangesModal: r
|
|
22
|
-
}, children: e });
|
|
23
|
-
};
|
|
24
8
|
export {
|
|
25
|
-
|
|
26
|
-
m as DiscardChangesContextProvider,
|
|
27
|
-
g as useDiscardChangesContext
|
|
9
|
+
o as useUserPermissions
|
|
28
10
|
};
|
|
@@ -1,10 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { jsxs as e, jsx as t, Fragment as l } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { CenteredContentBox as a } from "./index202.js";
|
|
3
|
+
import { useDialog as m } from "./index50.js";
|
|
4
|
+
import { IconWrapper as d } from "./index203.js";
|
|
5
|
+
import { useLingui as w } from "@lingui/react";
|
|
6
|
+
import { X as p, LockKeyhole as h } from "lucide-react";
|
|
7
|
+
const C = (r) => {
|
|
8
|
+
const i = "Monite-AccessRestriction", o = m(), {
|
|
9
|
+
i18n: s
|
|
10
|
+
} = w(), c = r.title ?? s._("Access Restricted"), n = r.description ?? /* @__PURE__ */ e("span", { children: [
|
|
11
|
+
s._("You don’t have permissions to view this page."),
|
|
12
|
+
/* @__PURE__ */ t("br", {}),
|
|
13
|
+
s._("Contact your system administrator for details.")
|
|
14
|
+
] });
|
|
15
|
+
return /* @__PURE__ */ e(l, { children: [
|
|
16
|
+
o && /* @__PURE__ */ t("div", { className: `ttw:flex ttw:justify-end ttw:p-4 ${i}-InDialog-Header`, children: /* @__PURE__ */ t(d, { onClick: o.onClose, color: "inherit", "aria-label": "close", children: /* @__PURE__ */ t(p, {}) }) }),
|
|
17
|
+
/* @__PURE__ */ t(a, { className: i + "-Content", children: /* @__PURE__ */ e("div", { className: "ttw:flex ttw:flex-col ttw:items-center ttw:space-y-4", children: [
|
|
18
|
+
/* @__PURE__ */ t(h, { className: "ttw:w-8 ttw:h-8 ttw:text-primary" }),
|
|
19
|
+
/* @__PURE__ */ e("div", { className: "ttw:flex ttw:flex-col ttw:items-center ttw:space-y-2", children: [
|
|
20
|
+
/* @__PURE__ */ t("h3", { className: "ttw:text-2xl ttw:font-semibold", children: c }),
|
|
21
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-center", children: n })
|
|
22
|
+
] })
|
|
23
|
+
] }) })
|
|
24
|
+
] });
|
|
25
|
+
};
|
|
8
26
|
export {
|
|
9
|
-
|
|
27
|
+
C as AccessRestriction
|
|
10
28
|
};
|
|
@@ -1,98 +1,81 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import "
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
const a = N(t);
|
|
47
|
-
if (a) {
|
|
48
|
-
I.error(a);
|
|
49
|
-
return;
|
|
50
|
-
}
|
|
51
|
-
n(t.name), await _({
|
|
52
|
-
body: {
|
|
53
|
-
file: t
|
|
54
|
-
},
|
|
55
|
-
path: {
|
|
56
|
-
entity_id: c
|
|
57
|
-
}
|
|
58
|
-
}), p(), n("");
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
const L = u || w, y = !!i?.logo && !g && !L && !m;
|
|
62
|
-
return /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-2.5", children: [
|
|
63
|
-
/* @__PURE__ */ r("div", { className: "ttw:pt-5 ttw:pb-2.5 ttw:flex ttw:flex-col ttw:gap-1.5", children: [
|
|
64
|
-
/* @__PURE__ */ e(l, { variant: "h3", children: o._("Branding") }),
|
|
65
|
-
/* @__PURE__ */ e(l, { variant: "body2", color: "muted", children: o._("Control how your invoices will appear to your customers by adding your company's logo. Changes apply to new invoices only.") })
|
|
66
|
-
] }),
|
|
67
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", onDragEnter: (t) => {
|
|
68
|
-
t.preventDefault(), s(!0);
|
|
69
|
-
}, onDragLeave: (t) => {
|
|
70
|
-
t.preventDefault(), s(!1);
|
|
71
|
-
}, onDragOver: (t) => t.preventDefault(), onDrop: (t) => {
|
|
72
|
-
t.preventDefault(), s(!1);
|
|
73
|
-
const a = t.dataTransfer?.files ? t.dataTransfer?.files?.[0] : null;
|
|
74
|
-
h(a);
|
|
75
|
-
}, children: [
|
|
76
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
|
|
77
|
-
/* @__PURE__ */ e(l, { variant: "body1", className: "ttw:font-medium", children: o._("Upload your company logo") }),
|
|
78
|
-
/* @__PURE__ */ e(l, { variant: "body2", className: "ttw:leading-5", color: "muted", children: o._("Proudly display your logo on all your invoices.") })
|
|
79
|
-
] }),
|
|
80
|
-
/* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:items-end ttw:gap-2", children: [
|
|
81
|
-
m ? /* @__PURE__ */ e(j, { className: "ttw:w-full ttw:h-38 ttw:bg-zinc-200" }) : /* @__PURE__ */ e(O, { children: y ? /* @__PURE__ */ e("div", { className: "ttw:flex ttw:w-full ttw:h-38 ttw:box-border", children: /* @__PURE__ */ e("img", { src: i?.logo?.url, className: "ttw:w-auto ttw:max-w-full ttw:object-contain ttw:max-h-38", alt: o._("Organization logo") }) }) : /* @__PURE__ */ e(A, { isUploading: u, isSuccess: b, isError: w, isDraggingOver: f, fileName: g, resetUpload: () => {
|
|
82
|
-
p(), E(), n("");
|
|
83
|
-
}, onClick: d }) }),
|
|
84
|
-
!f && y && /* @__PURE__ */ r("div", { className: "ttw:flex ttw:gap-4", children: [
|
|
85
|
-
/* @__PURE__ */ e(x, { variant: "ghost", size: "sm", onClick: d, "aria-label": o._("Edit logo"), children: /* @__PURE__ */ e(T, { className: "ttw:size-4 ttw:w-fit" }) }),
|
|
86
|
-
i?.logo && /* @__PURE__ */ e(x, { variant: "ghost", size: "sm", disabled: F, "aria-label": o._("Delete logo"), onClick: () => S(), children: /* @__PURE__ */ e(k, { className: "ttw:size-4" }) })
|
|
87
|
-
] })
|
|
88
|
-
] }),
|
|
89
|
-
/* @__PURE__ */ e(D, { onChange: (t) => {
|
|
90
|
-
const a = t.target.files ? t.target.files[0] : null;
|
|
91
|
-
h(a);
|
|
92
|
-
} })
|
|
1
|
+
import { jsx as a, jsxs as l } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { cn as n } from "./index100.js";
|
|
3
|
+
import * as o from "@radix-ui/react-dialog";
|
|
4
|
+
import { XIcon as u } from "lucide-react";
|
|
5
|
+
function x({
|
|
6
|
+
...t
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ a(o.Root, { "data-slot": "sheet", ...t });
|
|
9
|
+
}
|
|
10
|
+
function b({
|
|
11
|
+
...t
|
|
12
|
+
}) {
|
|
13
|
+
return /* @__PURE__ */ a(o.Close, { "data-slot": "sheet-close", ...t });
|
|
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
|
+
function m({
|
|
23
|
+
className: t,
|
|
24
|
+
layer: e = "default",
|
|
25
|
+
...s
|
|
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
|
+
] })
|
|
93
46
|
] })
|
|
94
47
|
] });
|
|
95
|
-
}
|
|
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
|
|
64
|
+
}) {
|
|
65
|
+
return /* @__PURE__ */ a(o.Title, { "data-slot": "sheet-title", className: n("ttw:text-foreground ttw:font-semibold", t), ...e });
|
|
66
|
+
}
|
|
67
|
+
function v({
|
|
68
|
+
className: t,
|
|
69
|
+
...e
|
|
70
|
+
}) {
|
|
71
|
+
return /* @__PURE__ */ a(o.Description, { "data-slot": "sheet-description", className: n("ttw:text-muted-foreground ttw:text-sm", t), ...e });
|
|
72
|
+
}
|
|
96
73
|
export {
|
|
97
|
-
|
|
74
|
+
x as Sheet,
|
|
75
|
+
b as SheetClose,
|
|
76
|
+
N as SheetContent,
|
|
77
|
+
v as SheetDescription,
|
|
78
|
+
C as SheetFooter,
|
|
79
|
+
y as SheetHeader,
|
|
80
|
+
S as SheetTitle
|
|
98
81
|
};
|
|
@@ -1,103 +1,8 @@
|
|
|
1
|
-
import { jsx as r
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import { useDiscardChangesContext as N } from "./index135.js";
|
|
7
|
-
import { usePatchEntitySettings as w } from "./index217.js";
|
|
8
|
-
import { safeZodResolver as F } from "./index218.js";
|
|
9
|
-
import { useEffect as P } from "react";
|
|
10
|
-
import { InvoiceNumbering as C } from "./index219.js";
|
|
11
|
-
import { getInvoiceSettingsFormSchema as I } from "./index220.js";
|
|
12
|
-
import { getBankDisplayValue as d, buildDocumentRendering as V } from "./index221.js";
|
|
13
|
-
const Z = ({
|
|
14
|
-
entityId: _,
|
|
15
|
-
entitySettings: e,
|
|
16
|
-
nextNumbers: i,
|
|
17
|
-
isDialog: c
|
|
18
|
-
}) => {
|
|
19
|
-
const {
|
|
20
|
-
i18n: a
|
|
21
|
-
} = k(), {
|
|
22
|
-
handleShowModal: s
|
|
23
|
-
} = N(), {
|
|
24
|
-
mutate: m,
|
|
25
|
-
isPending: p
|
|
26
|
-
} = w(_), o = S({
|
|
27
|
-
resolver: F(I(a, i)),
|
|
28
|
-
defaultValues: {
|
|
29
|
-
credit_note: e?.document_ids?.document_type_prefix?.credit_note ?? "CN",
|
|
30
|
-
credit_note_number: i?.credit_note ?? 1,
|
|
31
|
-
delivery_note: e?.document_ids?.document_type_prefix?.delivery_note ?? "DN",
|
|
32
|
-
delivery_note_number: i?.delivery_note ?? 1,
|
|
33
|
-
invoice: e?.document_ids?.document_type_prefix?.invoice ?? "INV",
|
|
34
|
-
invoice_number: i?.invoice ?? 1,
|
|
35
|
-
purchase_order: e?.document_ids?.document_type_prefix?.purchase_order ?? "PO",
|
|
36
|
-
purchase_order_number: i?.purchase_order ?? 1,
|
|
37
|
-
quote: e?.document_ids?.document_type_prefix?.quote ?? "Q",
|
|
38
|
-
quote_number: i?.quote ?? 1,
|
|
39
|
-
include_date: e?.document_ids?.include_date ?? !1,
|
|
40
|
-
min_digits: e?.document_ids?.min_digits ?? 5,
|
|
41
|
-
prefix: e?.document_ids?.prefix ?? "",
|
|
42
|
-
separator: e?.document_ids?.separator ?? "-",
|
|
43
|
-
invoice_bank_display: d(e?.document_rendering?.invoice, !!(e?.document_rendering?.display_organization_bank_account ?? !1)),
|
|
44
|
-
credit_note_bank_display: d(e?.document_rendering?.credit_note, !!(e?.document_rendering?.display_organization_bank_account ?? !1)),
|
|
45
|
-
quote_bank_display: d(e?.document_rendering?.quote, !!(e?.document_rendering?.display_organization_bank_account ?? !1)),
|
|
46
|
-
update_paid_invoices: e?.generate_paid_invoice_pdf ?? !1,
|
|
47
|
-
quote_signature_display: e?.document_rendering?.quote?.display_signature ?? !1,
|
|
48
|
-
quote_electronic_signature: e?.quote_signature_required ?? !1
|
|
49
|
-
}
|
|
50
|
-
}), {
|
|
51
|
-
control: u,
|
|
52
|
-
handleSubmit: l,
|
|
53
|
-
formState: n,
|
|
54
|
-
reset: g
|
|
55
|
-
} = o, f = (t) => {
|
|
56
|
-
const {
|
|
57
|
-
dirtyFields: y
|
|
58
|
-
} = n, v = V(e?.document_rendering, t), b = y.invoice_number;
|
|
59
|
-
m({
|
|
60
|
-
path: {
|
|
61
|
-
entity_id: _
|
|
62
|
-
},
|
|
63
|
-
body: {
|
|
64
|
-
...e,
|
|
65
|
-
document_ids: {
|
|
66
|
-
document_type_prefix: {
|
|
67
|
-
invoice: t.invoice,
|
|
68
|
-
credit_note: t.credit_note,
|
|
69
|
-
delivery_note: t.delivery_note,
|
|
70
|
-
purchase_order: t.purchase_order,
|
|
71
|
-
quote: t.quote
|
|
72
|
-
},
|
|
73
|
-
...b && {
|
|
74
|
-
next_number: {
|
|
75
|
-
invoice: t.invoice_number
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
min_digits: t.min_digits,
|
|
79
|
-
separator: t.separator,
|
|
80
|
-
include_date: t.include_date,
|
|
81
|
-
prefix: t.prefix || null
|
|
82
|
-
},
|
|
83
|
-
document_rendering: v,
|
|
84
|
-
generate_paid_invoice_pdf: t.update_paid_invoices,
|
|
85
|
-
quote_signature_required: t.quote_electronic_signature === !0 || t.quote_electronic_signature === "true"
|
|
86
|
-
}
|
|
87
|
-
}, {
|
|
88
|
-
onSuccess: () => {
|
|
89
|
-
g(o.getValues());
|
|
90
|
-
}
|
|
91
|
-
});
|
|
92
|
-
};
|
|
93
|
-
return P(() => {
|
|
94
|
-
s(n?.isDirty);
|
|
95
|
-
}, [n?.isDirty, s]), /* @__PURE__ */ r(D, { ...o, children: /* @__PURE__ */ x("form", { className: "ttw:flex ttw:flex-col ttw:gap-6", onSubmit: l(f), children: [
|
|
96
|
-
/* @__PURE__ */ r(C, { control: u }),
|
|
97
|
-
/* @__PURE__ */ r(q, { control: u, isDialog: c }),
|
|
98
|
-
/* @__PURE__ */ r(h, { type: "submit", className: "ttw:w-fit", disabled: p || !n?.isDirty, children: a._("Save changes") })
|
|
99
|
-
] }) });
|
|
100
|
-
};
|
|
1
|
+
import { jsx as r } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { twMerge as e } from "tailwind-merge";
|
|
3
|
+
const w = ({
|
|
4
|
+
className: t
|
|
5
|
+
}) => /* @__PURE__ */ r("div", { className: e("ttw:w-8 ttw:h-8 ttw:rounded-full ttw:border-3 ttw:border-primary ttw:border-t-transparent ttw:animate-spin", t) });
|
|
101
6
|
export {
|
|
102
|
-
|
|
7
|
+
w as LoadingSpinner
|
|
103
8
|
};
|
|
@@ -1,20 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}) => {
|
|
10
|
-
const {
|
|
11
|
-
i18n: o
|
|
12
|
-
} = l();
|
|
13
|
-
return /* @__PURE__ */ t(s, { open: a, title: o._("You have unsaved changes"), confirmLabel: o._("Quit without saving"), cancelLabel: o._("Cancel"), onClose: e, onConfirm: r, children: [
|
|
14
|
-
/* @__PURE__ */ n(i, { variant: "body1", children: o._("Any unsaved changes will be lost.") }),
|
|
15
|
-
/* @__PURE__ */ n(i, { variant: "body1", children: o._("Are you sure you want to quit without saving?") })
|
|
16
|
-
] });
|
|
17
|
-
};
|
|
1
|
+
import { jsx as a } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { cn as n } from "./index100.js";
|
|
3
|
+
function m({
|
|
4
|
+
className: t,
|
|
5
|
+
...e
|
|
6
|
+
}) {
|
|
7
|
+
return /* @__PURE__ */ a("div", { "data-slot": "skeleton", className: n("ttw:bg-accent ttw:animate-pulse ttw:rounded-md", t), ...e });
|
|
8
|
+
}
|
|
18
9
|
export {
|
|
19
|
-
|
|
10
|
+
m as Skeleton
|
|
20
11
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as o, jsxs as n } from "@emotion/react/jsx-runtime";
|
|
2
|
-
import { isPayableInOCRProcessing as S } from "./
|
|
3
|
-
import { SummaryCardsFilters as J } from "./
|
|
4
|
-
import { PayablesFilterBar as X } from "./
|
|
5
|
-
import { usePayablesFilter as Z } from "./
|
|
6
|
-
import { PayableStatusChip as tt } from "./
|
|
2
|
+
import { isPayableInOCRProcessing as S } from "./index343.js";
|
|
3
|
+
import { SummaryCardsFilters as J } from "./index344.js";
|
|
4
|
+
import { PayablesFilterBar as X } from "./index345.js";
|
|
5
|
+
import { usePayablesFilter as Z } from "./index346.js";
|
|
6
|
+
import { PayableStatusChip as tt } from "./index151.js";
|
|
7
7
|
import { useMoniteContext as et } from "./index57.js";
|
|
8
8
|
import { MoniteScopedProviders as at } from "./index83.js";
|
|
9
9
|
import { useCurrencies as ot } from "./index58.js";
|
|
10
10
|
import { usePayablePaymentIntentsAndRecords as rt } from "./index79.js";
|
|
11
|
-
import { useUserPermissions as st } from "./
|
|
11
|
+
import { useUserPermissions as st } from "./index135.js";
|
|
12
12
|
import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
|
|
13
13
|
import "../../shared/data-access/dist/lib/EmbedApiContext.js";
|
|
14
14
|
import "../../shared/data-access/dist/lib/rest/client.gen.js";
|
|
@@ -17,18 +17,18 @@ import "../../shared/data-access/dist/lib/rest/zod.gen.js";
|
|
|
17
17
|
import { Scope as nt } from "../../shared/data-access/dist/lib/scopes.js";
|
|
18
18
|
import { useState as c, useEffect as v, useMemo as P } from "react";
|
|
19
19
|
import { dateStringToLocalDate as it } from "./index96.js";
|
|
20
|
-
import { CounterpartNameCellById as lt } from "./
|
|
21
|
-
import { GetNoRowsOverlay as ct } from "./
|
|
22
|
-
import { DueDateCell as dt } from "./
|
|
23
|
-
import { AccessRestriction as mt } from "./
|
|
20
|
+
import { CounterpartNameCellById as lt } from "./index162.js";
|
|
21
|
+
import { GetNoRowsOverlay as ct } from "./index163.js";
|
|
22
|
+
import { DueDateCell as dt } from "./index173.js";
|
|
23
|
+
import { AccessRestriction as mt } from "./index136.js";
|
|
24
24
|
import { Button as D } from "./index84.js";
|
|
25
25
|
import "clsx";
|
|
26
26
|
import "tailwind-merge";
|
|
27
27
|
import "@radix-ui/react-dialog";
|
|
28
28
|
import { ArrowUp as b, ArrowDown as N, ArrowUpDown as F, Loader2 as ut } from "lucide-react";
|
|
29
29
|
import { useLingui as pt } from "@lingui/react";
|
|
30
|
-
import { DataTable as gt } from "./
|
|
31
|
-
import { hasSelectedText as ht } from "./
|
|
30
|
+
import { DataTable as gt } from "./index164.js";
|
|
31
|
+
import { hasSelectedText as ht } from "./index165.js";
|
|
32
32
|
const Gt = (d) => /* @__PURE__ */ o(at, { children: /* @__PURE__ */ o(ft, { ...d }) }), ft = ({
|
|
33
33
|
initialCounterpartId: d,
|
|
34
34
|
onRowClick: x,
|