@m4l/components 1.0.11 → 1.0.13
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/components/AccountPopover/{index.62b1290b.js → index.f22ad364.js} +4 -4
- package/components/AppBar/{index.b48343d8.js → index.8d90ce87.js} +4 -4
- package/components/CommonActions/components/ActionCancel/index.609a78ca.js +12 -0
- package/components/CommonActions/components/ActionFormCancel/index.a1318eac.js +56 -0
- package/components/CommonActions/components/ActionFormIntro/index.34d569d1.js +33 -0
- package/components/CommonActions/components/ActionIntro/index.ebac0bc1.js +25 -0
- package/components/CommonActions/components/Actions/index.258bf919.js +71 -0
- package/components/DataGrid/constants.e334cd50.js +10 -0
- package/components/DataGrid/formatters/ColumnBooleanFormatter/index.7fb1ebaa.js +26 -0
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.0ee10612.js +22 -0
- package/components/DataGrid/formatters/ColumnDateFormatter/index.e00d0cf2.js +19 -0
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.dce9ada8.js +23 -0
- package/components/DataGrid/formatters/ColumnNestedValueFormatter/index.880e743b.js +14 -0
- package/components/DataGrid/formatters/ColumnPointsFormatter/index.226cc583.js +10 -0
- package/components/DataGrid/formatters/ColumnPriceFormatter/index.bf9d9e60.js +10 -0
- package/components/DataGrid/formatters/ColumnSetCheckFormatter/index.4045b2f2.js +36 -0
- package/components/DataGrid/formatters/ColumnUncertaintyFormatter/index.a87302d1.js +10 -0
- package/components/DataGrid/formatters/index.2c2f0ae4.js +1 -0
- package/components/DataGrid/index.68e19254.js +915 -0
- package/components/DataGrid/subcomponents/Actions/index.6b044e84.js +596 -0
- package/components/DataGrid/subcomponents/editors/TextEditor/index.3f0d9e28.js +76 -0
- package/components/DragResizeWindow/{index.8b3e79f7.js → index.a358789f.js} +6 -3
- package/components/DynamicFilter/constants.1dddd09c.js +31 -0
- package/components/DynamicFilter/dictionary.d28d39ef.js +51 -0
- package/components/DynamicFilter/helpers/{index.609b3915.js → index.11ed2896.js} +4 -4
- package/components/DynamicFilter/{index.0f04f223.js → index.056a99c7.js} +3 -3
- package/components/DynamicFilter/slots/{index.00b68384.js → index.82d7eaf2.js} +31 -31
- package/components/DynamicFilter/store/{index.85a2812f.js → index.9b5121d6.js} +2 -2
- package/components/DynamicFilter/subcomponents/{index.86c6fda2.js → index.778c93cc.js} +217 -15
- package/components/FieldLabel/{index.1577ac9c.js → index.6b6f708e.js} +4 -4
- package/components/GridLayout/{index.656840a5.js → index.68d907d4.js} +34 -11
- package/components/GridLayout/subcomponents/Griditem/{index.b23625d7.js → index.8955a794.js} +3 -4
- package/components/GridLayout/subcomponents/Responsive/{index.97505a31.js → index.45cecca2.js} +1 -2
- package/components/GridLayout/subcomponents/SizeProvider/{index.36cb4139.js → index.7050ac4f.js} +1 -1
- package/components/HelperText/{index.ebb53dac.js → index.09e80920.js} +1 -1
- package/components/Icon/{index.8ecfb193.js → index.83867398.js} +10 -26
- package/components/Image/{index.4a822ede.js → index.19aa7ff5.js} +3 -2
- package/components/LanguagePopover/index.921efd11.js +188 -0
- package/components/{mui_extended/LinearProgress/index.e9455b2e.js → LinearProgressIndeterminate/index.ea9c8518.js} +4 -9
- package/components/LoadingError/{index.9e829e8d.js → index.aee18b24.js} +11 -7
- package/components/MFLoader/{index.29f445e2.js → index.c975666e.js} +8 -4
- package/components/ModalDialog/{index.96c4aba3.js → index.0dd5af28.js} +14 -5
- package/components/NavLink/{index.9f5d5670.js → index.ad039baf.js} +3 -2
- package/components/NoItemSelected/{index.0ae9f28f.js → index.d10603d7.js} +13 -3
- package/components/ObjectLogs/{index.40c5047f.js → index.a3e42b21.js} +26 -8
- package/components/PDFViewer/{index.651cc4b6.js → index.35f68e67.js} +2 -2
- package/components/Page/{index.1d08818c.js → index.f4755eba.js} +18 -2
- package/components/PaperForm/{index.1a8b10d4.js → index.007ef4cf.js} +2 -2
- package/components/Period/{index.236971ae.js → index.9647181b.js} +15 -54
- package/components/PrintingSystem/{index.9fdae551.js → index.a69a9d85.js} +14 -15
- package/components/PrintingSystem/subcomponents/BodyNode/{index.794dbc69.js → index.528fcfbf.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.6bbf7d75.js → index.fbe87257.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.015a2212.js → index.f5adab1d.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.08eeb1d2.js → index.f42ca7dc.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.23995699.js → index.041b9cff.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.3fa36620.js → index.a8140332.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.8b7d43f4.js → index.aabde2bb.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.9856c572.js → index.7f75ca46.js} +1 -1
- package/components/PrintingSystem/subcomponents/SectionNode/{index.89b3a4e0.js → index.61babb47.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.dc6e9dc2.js → index.4d0e67a3.js} +1 -1
- package/components/PropertyValue/{index.646a7e8b.js → index.51faabb5.js} +7 -4
- package/components/Resizeable/{index.414ff687.js → index.4f75c0b5.js} +1 -1
- package/components/ScrollBar/{index.1e89bb44.js → index.21bc5025.js} +1 -1
- package/components/SideBar/{index.d221254d.js → index.4075c562.js} +36 -7
- package/components/SplitLayout/{index.7d9edf4e.js → index.15756f0f.js} +3 -1
- package/components/ToastContainer/{index.7f246bbd.js → index.2a7d304e.js} +3 -3
- package/components/animate/variants/index.7a912140.js +1 -0
- package/components/areas/components/AreasAdmin/index.325bac22.js +733 -0
- package/components/areas/components/AreasViewer/index.6e30ec72.js +1072 -0
- package/components/areas/components/index.558684b3.js +1 -0
- package/components/areas/constants.66529246.js +6 -0
- package/components/areas/contexts/AreasContext/{index.0815f278.js → index.3311cbf9.js} +6 -5
- package/components/areas/contexts/DynamicMFParmsContext/{index.37d1d444.js → index.3d9ad0ad.js} +2 -2
- package/components/areas/contexts/WindowToolsMFContext/{index.69d95c15.js → index.992ae7a3.js} +2 -2
- package/components/areas/contexts/index.24025b97.js +1 -0
- package/components/areas/dictionary.08cfc4c9.js +36 -0
- package/components/areas/hooks/index.d9dc1e21.js +1 -0
- package/components/areas/hooks/useAreas/{index.4039e30d.js → index.f81493ef.js} +1 -1
- package/components/areas/hooks/useDynamicMFParameters/{index.03ce6078.js → index.9e09e1e3.js} +1 -1
- package/components/areas/hooks/useWindowToolsMF/{index.09801b66.js → index.2fbae9dc.js} +1 -1
- package/components/areas/icons.8266ccc8.js +26 -0
- package/components/areas/index.4cc6a221.js +22 -0
- package/components/commercial/AppBarCommercial/index.cbd55cf8.js +28 -0
- package/components/commercial/SectionCommercial/index.d22ebbd5.js +57 -0
- package/components/commercial/TopBar/index.410fffa8.js +234 -0
- package/components/{HamburgerMenu/index.6c82741d.js → commercial/index.07638f52.js} +5 -3
- package/components/formatters/BooleanFormatter/index.cbf9cd6e.js +44 -0
- package/components/formatters/DateFormatter/index.2ef6f261.js +43 -0
- package/components/formatters/PointsFormatter/index.d8a4ee54.js +25 -0
- package/components/formatters/PriceFormatter/index.97f75b4b.js +35 -0
- package/components/formatters/UncertaintyFormatter/index.c3ffdebc.js +29 -0
- package/components/formatters/index.63a3e08e.js +117 -0
- package/components/hook-form/HelperError/{index.2ed03a3c.js → index.c0109d5b.js} +1 -1
- package/components/hook-form/RHFAutocomplete/index.2991d444.js +404 -0
- package/components/hook-form/RHFAutocompleteAsync/{index.69f5661d.js → index.d97c727b.js} +2 -3
- package/components/hook-form/RHFCheckbox/{index.13de27db.js → index.b57e3131.js} +4 -4
- package/components/hook-form/RHFColorPicker/{index.66004599.js → index.310f6ff0.js} +6 -6
- package/components/hook-form/RHFDateTime/{index.dfe07e18.js → index.5689a29f.js} +5 -5
- package/components/hook-form/RHFPeriod/{index.d852649b.js → index.019e61ae.js} +4 -4
- package/components/hook-form/RHFTextField/{index.d207efc1.js → index.10e57945.js} +6 -6
- package/components/hook-form/RHFUpload/{index.955a4ba5.js → index.7fd23b2a.js} +5 -5
- package/components/{mui_extended/Tab/index.37d588d6.js → maps/components/GpsTools/index.20f83559.js} +331 -645
- package/components/maps/{index.a1bf63f2.js → components/Map/index.c37f3304.js} +737 -28
- package/components/maps/index.13bb982c.js +7 -0
- package/components/modal/{WindowBase.390b0910.js → WindowBase.cfbb0c9e.js} +4 -4
- package/components/modal/{WindowConfirm.243e1bef.js → WindowConfirm.300bd34b.js} +10 -6
- package/components/modal/{index.5bce430d.js → index.81eb6def.js} +5 -1
- package/components/mui_extended/Accordion/{index.f7a17c83.js → index.0843a609.js} +5 -5
- package/components/mui_extended/Avatar/{index.12b96914.js → index.fb9ad158.js} +1 -1
- package/components/mui_extended/Badge/{index.4737c113.js → index.8beaeefc.js} +1 -1
- package/components/mui_extended/Button/{index.52852c42.js → index.d742e9ee.js} +6 -81
- package/components/mui_extended/{CheckBox/index.01218423.js → CheckBox.21c25705.js} +1 -1
- package/components/mui_extended/IconButton/{index.d5b273e6.js → index.b4532b85.js} +1 -1
- package/components/mui_extended/LinearProgress/index.4092bb69.js +9 -0
- package/components/mui_extended/MenuActions/index.eae97857.js +176 -0
- package/components/mui_extended/Pager/{index.8960227c.js → index.3926c835.js} +22 -40
- package/components/mui_extended/Popover/index.2348fc4f.js +143 -0
- package/components/mui_extended/Tab/index.e911930f.js +135 -0
- package/components/mui_extended/ToggleButton/{index.c441b949.js → index.b834f5f0.js} +1 -1
- package/components/mui_extended/ToggleIconButton/{index.8a84f25e.js → index.fcd5205c.js} +1 -1
- package/components/mui_extended/Typography/{index.463f613f.js → index.642798f1.js} +1 -1
- package/components/mui_extended/index.b606cd9d.js +1 -0
- package/components/popups/PopupsProvider/{index.d4caacc3.js → index.d7c9efce.js} +1 -1
- package/components/popups/PopupsViewer/{index.42312806.js → index.f3677ab1.js} +10 -6
- package/contexts/ModalContext/{index.5f77a463.js → index.ad1fb73b.js} +1 -1
- package/contexts/RHFormContext/{index.95ebabc9.js → index.bf3a2812.js} +6 -2
- package/hooks/useFormAddEdit/{index.ecb77e67.js → index.6d983cd8.js} +6 -2
- package/hooks/useModal/index.2003c854.js +11 -0
- package/hooks/useTab/index.8d1a6e63.js +12 -0
- package/index.js +328 -273
- package/package.json +1 -1
- package/{react-draggable.0cc9b257.js → react-draggable.1c1ba224.js} +1 -1
- package/{react-resizable.837c446d.js → react-resizable.a59c14f4.js} +2 -2
- package/test/constants_no_mock.86c553a9.js +4 -0
- package/test/{getNameDataTestId.aee44365.js → getNameDataTestId.0faeade8.js} +2 -2
- package/utils/{index.c64c2dd1.js → index.14912462.js} +1 -54
- package/components/CommonActions/index.19f39dca.js +0 -170
- package/components/areas/constants.0d3ba950.js +0 -289
- package/components/areas/dictionary.6168209a.js +0 -266
- package/components/areas/icons.504ec098.js +0 -83
- package/components/maps/components/GpsTools/index.01acaf3e.js +0 -251
- package/components/mui_extended/Popover/index.146ded9e.js +0 -1044
- package/hooks/useModal/index.d14c7e46.js +0 -67
- package/vendor.5b266106.js +0 -3952
package/index.js
CHANGED
|
@@ -1,120 +1,158 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { M as M2 } from "./components/animate/
|
|
8
|
-
import { M as M3 } from "./components/animate/MotionLazyContainer/index.d2902a6c.js";
|
|
1
|
+
import { c, e, g } from "./components/DataGrid/index.68e19254.js";
|
|
2
|
+
import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.3f0d9e28.js";
|
|
3
|
+
import { N as N2 } from "./components/NavLink/index.ad039baf.js";
|
|
4
|
+
import { S } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
5
|
+
import { A, I } from "./components/animate/index.b8497385.js";
|
|
6
|
+
import { M } from "./components/animate/MotionContainer/index.3032bd8f.js";
|
|
7
|
+
import { M as M2 } from "./components/animate/MotionLazyContainer/index.d2902a6c.js";
|
|
9
8
|
import { L } from "./components/animate/LoadingScreen/index.779690a7.js";
|
|
10
|
-
import { P
|
|
11
|
-
import { v
|
|
12
|
-
import { v as
|
|
13
|
-
import { v as
|
|
14
|
-
import { v as
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
9
|
+
import { P } from "./components/animate/PropagateLoader/index.a9da8d00.js";
|
|
10
|
+
import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
11
|
+
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
12
|
+
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
13
|
+
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
14
|
+
import { A as A2 } from "./components/areas/components/AreasAdmin/index.325bac22.js";
|
|
15
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.6e30ec72.js";
|
|
16
|
+
import { a as a2, W } from "./components/areas/contexts/WindowToolsMFContext/index.992ae7a3.js";
|
|
17
|
+
import { a as a3, D, M as M3, c as c2 } from "./components/areas/contexts/DynamicMFParmsContext/index.3d9ad0ad.js";
|
|
18
|
+
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.3311cbf9.js";
|
|
19
|
+
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.9e09e1e3.js";
|
|
20
|
+
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.2fbae9dc.js";
|
|
21
|
+
import { A as A5, D as D2, L as L2, a as a4, g as g2 } from "./components/areas/dictionary.08cfc4c9.js";
|
|
22
|
+
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.2991d444.js";
|
|
23
|
+
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.d97c727b.js";
|
|
24
|
+
import { R as R3 } from "./components/hook-form/RHFDateTime/index.5689a29f.js";
|
|
22
25
|
import { R as R4 } from "./components/hook-form/RHFMultiCheckbox/index.437e6ba3.js";
|
|
23
26
|
import { R as R5 } from "./components/hook-form/RHFSelect/index.c6c60ecc.js";
|
|
24
|
-
import { R as R6 } from "./components/hook-form/RHFPeriod/index.
|
|
27
|
+
import { R as R6 } from "./components/hook-form/RHFPeriod/index.019e61ae.js";
|
|
28
|
+
import { P as P2, g as g5 } from "./components/Period/index.9647181b.js";
|
|
25
29
|
import { R as R7 } from "./components/hook-form/RHFRadioGroup/index.11c0add8.js";
|
|
26
|
-
import { R as R8, g as
|
|
27
|
-
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.
|
|
28
|
-
import { b as
|
|
29
|
-
import { R as R11 } from "./components/hook-form/RHFUpload/index.
|
|
30
|
-
import { A as
|
|
31
|
-
import { A as
|
|
32
|
-
import { B
|
|
33
|
-
import { B as
|
|
34
|
-
import { C
|
|
35
|
-
import { B as
|
|
36
|
-
import {
|
|
37
|
-
import { L as
|
|
38
|
-
import { B as
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import { T as T3 } from "./components/mui_extended/
|
|
47
|
-
import { T as T4 } from "./components/mui_extended/
|
|
48
|
-
import { T as T5 } from "./components/mui_extended/
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import { C as
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import { M as
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
30
|
+
import { R as R8, g as g6 } from "./components/hook-form/RHFColorPicker/index.310f6ff0.js";
|
|
31
|
+
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.b57e3131.js";
|
|
32
|
+
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.10e57945.js";
|
|
33
|
+
import { R as R11 } from "./components/hook-form/RHFUpload/index.7fd23b2a.js";
|
|
34
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.0843a609.js";
|
|
35
|
+
import { A as A7 } from "./components/mui_extended/Avatar/index.fb9ad158.js";
|
|
36
|
+
import { B } from "./components/mui_extended/BoxIcon/index.d61e7ac5.js";
|
|
37
|
+
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.4a44883c.js";
|
|
38
|
+
import { C } from "./components/mui_extended/CircularProgress/index.967e70b7.js";
|
|
39
|
+
import { B as B3 } from "./components/mui_extended/Badge/index.8beaeefc.js";
|
|
40
|
+
import { L as L3 } from "./components/mui_extended/LinearProgress/index.4092bb69.js";
|
|
41
|
+
import { L as L4 } from "./components/mui_extended/LinkWithRoute/index.288c51f3.js";
|
|
42
|
+
import { B as B4, I as I2, L as L5 } from "./components/mui_extended/Button/index.d742e9ee.js";
|
|
43
|
+
import { M as M4 } from "./components/mui_extended/MenuActions/index.eae97857.js";
|
|
44
|
+
import { P as P3, g as g7 } from "./components/mui_extended/Pager/index.3926c835.js";
|
|
45
|
+
import { a as a6, b as b4, d as d2, c as c4, T as T2 } from "./components/mui_extended/Tab/index.e911930f.js";
|
|
46
|
+
import { C as C2 } from "./components/mui_extended/CheckBox.21c25705.js";
|
|
47
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.b4532b85.js";
|
|
48
|
+
import { P as P4 } from "./components/mui_extended/Popover/index.2348fc4f.js";
|
|
49
|
+
import { S as S2 } from "./components/mui_extended/Stack/index.fe363ca5.js";
|
|
50
|
+
import { T as T3 } from "./components/mui_extended/Tooltip/index.49bb5ee1.js";
|
|
51
|
+
import { T as T4 } from "./components/mui_extended/Typography/index.642798f1.js";
|
|
52
|
+
import { T as T5 } from "./components/mui_extended/ToggleButton/index.b834f5f0.js";
|
|
53
|
+
import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.fcd5205c.js";
|
|
54
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.cbf9cd6e.js";
|
|
55
|
+
import { D as D3, g as g8 } from "./components/formatters/DateFormatter/index.2ef6f261.js";
|
|
56
|
+
import { U, g as g9 } from "./components/formatters/UncertaintyFormatter/index.c3ffdebc.js";
|
|
57
|
+
import { P as P5, g as g10 } from "./components/formatters/PointsFormatter/index.d8a4ee54.js";
|
|
58
|
+
import { C as C3, P as P6, g as g11, a as a7, b as b5 } from "./components/formatters/index.63a3e08e.js";
|
|
59
|
+
import { P as P7, g as g12 } from "./components/formatters/PriceFormatter/index.97f75b4b.js";
|
|
60
|
+
import { C as C4 } from "./components/DataGrid/formatters/ColumnUncertaintyFormatter/index.a87302d1.js";
|
|
61
|
+
import { C as C5 } from "./components/DataGrid/formatters/ColumnPointsFormatter/index.226cc583.js";
|
|
62
|
+
import { C as C6 } from "./components/DataGrid/formatters/ColumnNestedValueFormatter/index.880e743b.js";
|
|
63
|
+
import { C as C7 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/index.7fb1ebaa.js";
|
|
64
|
+
import { C as C8 } from "./components/DataGrid/formatters/ColumnDateFormatter/index.e00d0cf2.js";
|
|
65
|
+
import { C as C9 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.0ee10612.js";
|
|
66
|
+
import { C as C10 } from "./components/DataGrid/formatters/ColumnPriceFormatter/index.bf9d9e60.js";
|
|
67
|
+
import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.dce9ada8.js";
|
|
68
|
+
import { C as C12 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/index.4045b2f2.js";
|
|
69
|
+
import { a as a8 } from "./components/DynamicFilter/dictionary.d28d39ef.js";
|
|
70
|
+
import { a as a9 } from "./components/DynamicFilter/index.056a99c7.js";
|
|
71
|
+
import { F } from "./components/FieldLabel/index.6b6f708e.js";
|
|
72
|
+
import { H, e as e2 } from "./components/HelperText/index.09e80920.js";
|
|
73
|
+
import { A as A8, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.258bf919.js";
|
|
74
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.609a78ca.js";
|
|
75
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.ebac0bc1.js";
|
|
76
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.a1318eac.js";
|
|
77
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.34d569d1.js";
|
|
78
|
+
import { D as D4, d as d4 } from "./components/DragResizeWindow/index.a358789f.js";
|
|
79
|
+
import { G, w, A as A13 } from "./components/GridLayout/index.68d907d4.js";
|
|
80
|
+
import { R as R12, a as a10, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.45cecca2.js";
|
|
81
|
+
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.7050ac4f.js";
|
|
82
|
+
import { P as P8 } from "./components/PrintingSystem/index.a69a9d85.js";
|
|
83
|
+
import { I as I4 } from "./components/Icon/index.83867398.js";
|
|
84
|
+
import { L as L6 } from "./components/LanguagePopover/index.921efd11.js";
|
|
85
|
+
import { L as L7 } from "./components/LinearProgressIndeterminate/index.ea9c8518.js";
|
|
86
|
+
import { I as I5 } from "./components/Image/index.19aa7ff5.js";
|
|
87
|
+
import { L as L8 } from "./components/Loadable/index.e83cdb4e.js";
|
|
88
|
+
import { C as C13, c as c6, e as e3, d as d5, f, u as u3 } from "./components/maps/components/Map/index.c37f3304.js";
|
|
89
|
+
import { G as G2, a as a11, u as u4 } from "./components/maps/components/GpsTools/index.20f83559.js";
|
|
90
|
+
import { M as M5, d as d6, g as g14 } from "./components/ModalDialog/index.0dd5af28.js";
|
|
91
|
+
import { g as g15 } from "./components/modal/index.81eb6def.js";
|
|
92
|
+
import { W as W2 } from "./components/modal/WindowConfirm.300bd34b.js";
|
|
93
|
+
import { W as W3 } from "./components/modal/WindowBase.cfbb0c9e.js";
|
|
94
|
+
import { L as L9, g as g16 } from "./components/LoadingError/index.aee18b24.js";
|
|
95
|
+
import { M as M6, g as g17 } from "./components/MFLoader/index.c975666e.js";
|
|
96
|
+
import { N as N3, d as d7, g as g18 } from "./components/NoItemSelected/index.d10603d7.js";
|
|
97
|
+
import { O, d as d8, g as g19 } from "./components/ObjectLogs/index.a3e42b21.js";
|
|
98
|
+
import { P as P9 } from "./components/PaperForm/index.007ef4cf.js";
|
|
99
|
+
import { P as P10 } from "./components/PDFViewer/index.35f68e67.js";
|
|
100
|
+
import { H as H2 } from "./components/Page/index.f4755eba.js";
|
|
101
|
+
import { P as P11 } from "./components/PropertyValue/index.51faabb5.js";
|
|
102
|
+
import { R as R13 } from "./components/Resizeable/index.4f75c0b5.js";
|
|
103
|
+
import { S as S3 } from "./components/ScrollBar/index.21bc5025.js";
|
|
104
|
+
import { S as S4 } from "./components/SplitLayout/index.15756f0f.js";
|
|
105
|
+
import { T as T7, a as a12 } from "./components/ToastContainer/index.2a7d304e.js";
|
|
106
|
+
import { S as S5 } from "./components/SideBar/index.4075c562.js";
|
|
107
|
+
import { A as A14, g as g20 } from "./components/AppBar/index.8d90ce87.js";
|
|
108
|
+
import { A as A15, g as g21 } from "./components/AccountPopover/index.f22ad364.js";
|
|
109
|
+
import { a as a13, P as P12, u as u5 } from "./components/popups/PopupsProvider/index.d7c9efce.js";
|
|
110
|
+
import { P as P13 } from "./components/popups/PopupsViewer/index.f3677ab1.js";
|
|
111
|
+
import { A as A16 } from "./components/commercial/AppBarCommercial/index.cbd55cf8.js";
|
|
112
|
+
import { H as H3 } from "./components/commercial/index.07638f52.js";
|
|
113
|
+
import { T as T8 } from "./components/commercial/TopBar/index.410fffa8.js";
|
|
114
|
+
import { S as S6 } from "./components/commercial/SectionCommercial/index.d22ebbd5.js";
|
|
115
|
+
import { R as R14, g as g22 } from "./contexts/RHFormContext/index.bf3a2812.js";
|
|
116
|
+
import { M as M7, a as a14 } from "./contexts/ModalContext/index.ad1fb73b.js";
|
|
117
|
+
import { g as g23, u as u6 } from "./hooks/useFormAddEdit/index.6d983cd8.js";
|
|
118
|
+
import { u as u7 } from "./hooks/useModal/index.2003c854.js";
|
|
119
|
+
import { u as u8 } from "./hooks/useTab/index.8d1a6e63.js";
|
|
120
|
+
import { useState } from "react";
|
|
89
121
|
import "react/jsx-runtime";
|
|
90
|
-
import "
|
|
91
|
-
import "@m4l/core";
|
|
122
|
+
import "@mui/material/styles";
|
|
92
123
|
import "./react-data-grid.c5377916.js";
|
|
93
124
|
import "clsx";
|
|
94
|
-
import "
|
|
125
|
+
import "react-dnd";
|
|
126
|
+
import "react-dnd-html5-backend";
|
|
95
127
|
import "@mui/material";
|
|
96
|
-
import "./components/
|
|
97
|
-
import "@
|
|
98
|
-
import "./components/
|
|
128
|
+
import "./components/DataGrid/constants.e334cd50.js";
|
|
129
|
+
import "@m4l/core";
|
|
130
|
+
import "./components/DataGrid/subcomponents/Actions/index.6b044e84.js";
|
|
99
131
|
import "@m4l/graphics";
|
|
100
132
|
import "zustand/shallow";
|
|
101
|
-
import "
|
|
102
|
-
import "./
|
|
133
|
+
import "@mui/base";
|
|
134
|
+
import "./test/constants_no_mock.86c553a9.js";
|
|
135
|
+
import "./test/getNameDataTestId.0faeade8.js";
|
|
136
|
+
import "react-router-dom";
|
|
137
|
+
import "framer-motion";
|
|
138
|
+
import "simplebar-react";
|
|
139
|
+
import "./react-spinners.342a6578.js";
|
|
140
|
+
import "./components/areas/hooks/useAreas/index.f81493ef.js";
|
|
103
141
|
import "zustand";
|
|
104
142
|
import "yup";
|
|
143
|
+
import "./utils/index.14912462.js";
|
|
144
|
+
import "./components/areas/constants.66529246.js";
|
|
145
|
+
import "./components/areas/icons.8266ccc8.js";
|
|
105
146
|
import "@mui/material/ButtonBase/TouchRipple";
|
|
106
|
-
import "
|
|
107
|
-
import "./react-draggable.
|
|
147
|
+
import "./components/areas/index.4cc6a221.js";
|
|
148
|
+
import "./react-draggable.1c1ba224.js";
|
|
108
149
|
import "prop-types";
|
|
109
150
|
import "react-dom";
|
|
110
|
-
import "react-hook-form";
|
|
111
|
-
import "./components/WrapperComponent/index.57964195.js";
|
|
112
|
-
import "framer-motion";
|
|
113
|
-
import "simplebar-react";
|
|
114
|
-
import "./react-spinners.342a6578.js";
|
|
115
151
|
import "zustand/middleware/immer";
|
|
116
152
|
import "zustand/middleware";
|
|
117
153
|
import "lodash";
|
|
154
|
+
import "react-hook-form";
|
|
155
|
+
import "./index.js";
|
|
118
156
|
import "lodash/debounce";
|
|
119
157
|
import "@mui/x-date-pickers";
|
|
120
158
|
import "react-color";
|
|
@@ -122,43 +160,43 @@ import "lodash/isString";
|
|
|
122
160
|
import "react-dropzone";
|
|
123
161
|
import "@mui/material/Button";
|
|
124
162
|
import "@mui/lab";
|
|
125
|
-
import "react-leaflet";
|
|
126
|
-
import "react-dnd";
|
|
127
|
-
import "react-dnd-html5-backend";
|
|
128
|
-
import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
|
|
129
|
-
import "@geoman-io/leaflet-geoman-free";
|
|
130
|
-
import "./components/hook-form/HelperError/index.2ed03a3c.js";
|
|
131
|
-
import "./hooks/useFormReadyForUpdate/index.f60f500e.js";
|
|
132
|
-
import "leaflet";
|
|
133
|
-
import "./components/DynamicFilter/slots/index.00b68384.js";
|
|
134
|
-
import "./components/DynamicFilter/store/index.85a2812f.js";
|
|
135
|
-
import "./components/DynamicFilter/helpers/index.609b3915.js";
|
|
136
|
-
import "./components/DynamicFilter/subcomponents/index.86c6fda2.js";
|
|
137
|
-
import "./hooks/useStateRef/index.538edb89.js";
|
|
138
163
|
import "./hocs/withToggle/index.548aeace.js";
|
|
139
|
-
import "./
|
|
140
|
-
import "./components/
|
|
164
|
+
import "./components/WrapperComponent/index.57964195.js";
|
|
165
|
+
import "./components/DynamicFilter/store/index.9b5121d6.js";
|
|
166
|
+
import "./components/DynamicFilter/constants.1dddd09c.js";
|
|
167
|
+
import "./components/DynamicFilter/helpers/index.11ed2896.js";
|
|
168
|
+
import "./components/DynamicFilter/subcomponents/index.778c93cc.js";
|
|
169
|
+
import "./components/DynamicFilter/slots/index.82d7eaf2.js";
|
|
170
|
+
import "./react-resizable.a59c14f4.js";
|
|
171
|
+
import "./components/GridLayout/subcomponents/Griditem/index.8955a794.js";
|
|
141
172
|
import "fast-equals";
|
|
142
|
-
import "./components/PrintingSystem/subcomponents/DividerNode/index.
|
|
143
|
-
import "./components/PrintingSystem/subcomponents/SectionNode/index.
|
|
144
|
-
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.
|
|
145
|
-
import "./components/PrintingSystem/subcomponents/HeaderNode/index.
|
|
146
|
-
import "./components/PrintingSystem/subcomponents/BodyNode/index.
|
|
147
|
-
import "./components/PrintingSystem/subcomponents/FooterNode/index.
|
|
148
|
-
import "./components/PrintingSystem/subcomponents/PaperNode/index.
|
|
149
|
-
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.
|
|
150
|
-
import "./components/PrintingSystem/subcomponents/GridNode/index.
|
|
151
|
-
import "./components/PrintingSystem/subcomponents/ChartNode/index.
|
|
173
|
+
import "./components/PrintingSystem/subcomponents/DividerNode/index.f5adab1d.js";
|
|
174
|
+
import "./components/PrintingSystem/subcomponents/SectionNode/index.61babb47.js";
|
|
175
|
+
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.4d0e67a3.js";
|
|
176
|
+
import "./components/PrintingSystem/subcomponents/HeaderNode/index.a8140332.js";
|
|
177
|
+
import "./components/PrintingSystem/subcomponents/BodyNode/index.528fcfbf.js";
|
|
178
|
+
import "./components/PrintingSystem/subcomponents/FooterNode/index.f42ca7dc.js";
|
|
179
|
+
import "./components/PrintingSystem/subcomponents/PaperNode/index.aabde2bb.js";
|
|
180
|
+
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.7f75ca46.js";
|
|
181
|
+
import "./components/PrintingSystem/subcomponents/GridNode/index.041b9cff.js";
|
|
182
|
+
import "./components/PrintingSystem/subcomponents/ChartNode/index.fbe87257.js";
|
|
152
183
|
import "chart.js";
|
|
153
184
|
import "chartjs-chart-error-bars";
|
|
185
|
+
import "react-leaflet";
|
|
186
|
+
import "leaflet";
|
|
154
187
|
import "qrcode.react";
|
|
155
188
|
import "@googlemaps/js-api-loader";
|
|
189
|
+
import "./hooks/useFormReadyForUpdate/index.f60f500e.js";
|
|
190
|
+
import "./hooks/useStateRef/index.538edb89.js";
|
|
156
191
|
import "@react-leaflet/core";
|
|
157
192
|
import "leaflet.markercluster";
|
|
158
193
|
import "leaflet/dist/leaflet.css?used";
|
|
194
|
+
import "./components/maps/index.13bb982c.js";
|
|
159
195
|
import "leaflet-polylinedecorator";
|
|
160
196
|
import "immer";
|
|
161
|
-
import "
|
|
197
|
+
import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
|
|
198
|
+
import "@geoman-io/leaflet-geoman-free";
|
|
199
|
+
import "./components/hook-form/HelperError/index.c0109d5b.js";
|
|
162
200
|
import "./react-json-view.57125fcf.js";
|
|
163
201
|
import "./commonjs.565e6834.js";
|
|
164
202
|
import "react-helmet-async";
|
|
@@ -168,51 +206,68 @@ import "@m4l/styles";
|
|
|
168
206
|
import "react-transition-group";
|
|
169
207
|
import "./hooks/useSizeContainer/index.3c48670c.js";
|
|
170
208
|
import "@hookform/resolvers/yup";
|
|
209
|
+
const useFormFocus = () => {
|
|
210
|
+
const [isFocus, setIsFocus] = useState(false);
|
|
211
|
+
const [isTabSelected, setIsTabSelected] = useState(false);
|
|
212
|
+
const handlerFocus = () => {
|
|
213
|
+
setIsFocus(true);
|
|
214
|
+
};
|
|
215
|
+
const handlerOnKeyUp = (event) => {
|
|
216
|
+
if (event.key === "Tab") {
|
|
217
|
+
setIsTabSelected(true);
|
|
218
|
+
}
|
|
219
|
+
};
|
|
220
|
+
const handlerOnBlur = () => {
|
|
221
|
+
setIsFocus(false);
|
|
222
|
+
setIsTabSelected(false);
|
|
223
|
+
};
|
|
224
|
+
return { isFocus, isTabSelected, handlerFocus, handlerOnKeyUp, handlerOnBlur };
|
|
225
|
+
};
|
|
171
226
|
export {
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
227
|
+
A5 as AREAS_DICTIONARY_ID,
|
|
228
|
+
A6 as Accordion,
|
|
229
|
+
A15 as AccountPopover,
|
|
230
|
+
A9 as ActionCancel,
|
|
231
|
+
A11 as ActionFormCancel,
|
|
232
|
+
A12 as ActionFormIntro,
|
|
233
|
+
A10 as ActionIntro,
|
|
234
|
+
A8 as Actions,
|
|
235
|
+
A as AnimatedScroll,
|
|
236
|
+
A14 as AppBar,
|
|
237
|
+
A16 as AppBarComercial,
|
|
238
|
+
A2 as AreasAdmin,
|
|
184
239
|
A4 as AreasContext,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
240
|
+
b2 as AreasProvider,
|
|
241
|
+
A3 as AreasViewer,
|
|
242
|
+
A7 as Avatar,
|
|
243
|
+
B3 as Badge,
|
|
244
|
+
B5 as BooleanFormatter,
|
|
245
|
+
B as BoxIcon,
|
|
246
|
+
B2 as Breadcrumbs,
|
|
247
|
+
B4 as Button,
|
|
248
|
+
C2 as CheckBox,
|
|
249
|
+
C as CircularProgress,
|
|
250
|
+
C7 as ColumnBooleanFormatter,
|
|
251
|
+
C9 as ColumnConcatenatedValueFormatter,
|
|
252
|
+
C8 as ColumnDateFormatter,
|
|
253
|
+
C11 as ColumnInteractiveCheckFormatter,
|
|
254
|
+
C6 as ColumnNestedValueFormatter,
|
|
255
|
+
C5 as ColumnPointsFormatter,
|
|
256
|
+
C10 as ColumnPriceFormatter,
|
|
257
|
+
C12 as ColumnSetCheckFormatter,
|
|
258
|
+
C4 as ColumnUncertaintyFormatter,
|
|
259
|
+
C13 as CommonFeatureRender,
|
|
260
|
+
C3 as ConcatenatedFormatter,
|
|
261
|
+
D2 as DICCTIONARY,
|
|
262
|
+
c as DataGrid,
|
|
263
|
+
D3 as DateFormatter,
|
|
264
|
+
D4 as DragResizeWindow,
|
|
210
265
|
a9 as DynamicFilter,
|
|
211
|
-
|
|
212
|
-
|
|
266
|
+
a3 as DynamicMFParmsContext,
|
|
267
|
+
D as DynamicMFParmsProvider,
|
|
213
268
|
F as FieldLabel,
|
|
214
269
|
G2 as GpsTools,
|
|
215
|
-
|
|
270
|
+
a11 as GpsToolsProvider,
|
|
216
271
|
G as GridLayout,
|
|
217
272
|
H3 as HamburgerMenu,
|
|
218
273
|
H2 as HelmetPage,
|
|
@@ -222,45 +277,45 @@ export {
|
|
|
222
277
|
I as IconButtonAnimate,
|
|
223
278
|
I5 as Image,
|
|
224
279
|
I2 as ImageButton,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
280
|
+
L2 as LABEL_FILTER_BUTTON,
|
|
281
|
+
L6 as LanguagePopover,
|
|
282
|
+
L3 as LinearProgress,
|
|
283
|
+
L7 as LinearProgressIndeterminate,
|
|
284
|
+
L4 as LinkWithRoute,
|
|
285
|
+
L8 as Loadable,
|
|
286
|
+
L5 as LoadingButton,
|
|
287
|
+
L9 as LoadingError,
|
|
233
288
|
L as LoadingScreen,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
289
|
+
M6 as MFLoader,
|
|
290
|
+
c6 as Map,
|
|
291
|
+
e3 as MapContext,
|
|
292
|
+
d5 as MapProvider,
|
|
293
|
+
f as MarkerFeatureRender,
|
|
294
|
+
M3 as MemonizedDynamicMFParmsProvider,
|
|
295
|
+
M4 as MenuActions,
|
|
296
|
+
M7 as ModalContext,
|
|
297
|
+
M5 as ModalDialog,
|
|
243
298
|
a14 as ModalProvider,
|
|
244
|
-
|
|
245
|
-
|
|
299
|
+
M as MotionContainer,
|
|
300
|
+
M2 as MotionLazyContainer,
|
|
246
301
|
N2 as NavLink,
|
|
247
302
|
N3 as NoItemSelected,
|
|
248
303
|
N as NumberEditor,
|
|
249
304
|
O as ObjectLogs,
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
305
|
+
P10 as PDFViewer,
|
|
306
|
+
P3 as Pager,
|
|
307
|
+
P9 as PaperForm,
|
|
308
|
+
P2 as Period,
|
|
309
|
+
P6 as PeriodFormatter,
|
|
310
|
+
P5 as PointsFormatter,
|
|
311
|
+
P4 as Popover,
|
|
257
312
|
a13 as PopupsContext,
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
313
|
+
P12 as PopupsProvider,
|
|
314
|
+
P13 as PopupsViewer,
|
|
315
|
+
P7 as PriceFormatter,
|
|
316
|
+
P8 as PrintingSystem,
|
|
317
|
+
P as PropagateLoader,
|
|
318
|
+
P11 as PropertyValue,
|
|
264
319
|
R as RHFAutocomplete,
|
|
265
320
|
R2 as RHFAutocompleteAsync,
|
|
266
321
|
R9 as RHFCheckbox,
|
|
@@ -270,8 +325,8 @@ export {
|
|
|
270
325
|
R6 as RHFPeriod,
|
|
271
326
|
R7 as RHFRadioGroup,
|
|
272
327
|
R5 as RHFSelect,
|
|
273
|
-
|
|
274
|
-
|
|
328
|
+
b3 as RHFTEXTFIELD_INPUT_TEST_ID,
|
|
329
|
+
c3 as RHFTEXTFIELD_PREFIX,
|
|
275
330
|
a5 as RHFTEXTFIELD_ROOT_TEST_ID,
|
|
276
331
|
R10 as RHFTextField,
|
|
277
332
|
d as RHFTextFieldPassword,
|
|
@@ -279,84 +334,84 @@ export {
|
|
|
279
334
|
R14 as RHFormProvider,
|
|
280
335
|
R13 as ResizeableWindow,
|
|
281
336
|
R12 as Responsive,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
337
|
+
S3 as ScrollBar,
|
|
338
|
+
S as ScrollToTop,
|
|
339
|
+
S6 as SectionCommercial,
|
|
340
|
+
S5 as SideBar,
|
|
341
|
+
S4 as SplitLayout,
|
|
342
|
+
S2 as Stack,
|
|
343
|
+
a6 as Tab,
|
|
344
|
+
b4 as TabContent,
|
|
345
|
+
d2 as TabContext,
|
|
346
|
+
c4 as TabProvider,
|
|
347
|
+
T2 as Tabs,
|
|
293
348
|
T as TextEditor,
|
|
294
|
-
|
|
349
|
+
T7 as ToastContainer,
|
|
295
350
|
a12 as ToastMessage,
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
351
|
+
T5 as ToggleButton,
|
|
352
|
+
T6 as ToggleIconButton,
|
|
353
|
+
T3 as Tooltip,
|
|
354
|
+
T8 as TopBar,
|
|
355
|
+
T4 as Typography,
|
|
301
356
|
U as UncertaintyFormatter,
|
|
302
357
|
W3 as WindowBase,
|
|
303
358
|
W2 as WindowConfirm,
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
359
|
+
a2 as WindowToolsMFContext,
|
|
360
|
+
W as WindowToolsMFProvider,
|
|
361
|
+
a10 as addLayoutItemToBreakPointIfNoExists,
|
|
362
|
+
b6 as addLayoutItemToBreakPoints,
|
|
363
|
+
c5 as cloneLayouts,
|
|
364
|
+
c2 as createDynamicMFStore,
|
|
365
|
+
d3 as defaultCommonActionsDictionary,
|
|
366
|
+
d6 as defaultModalDialogDictionary,
|
|
367
|
+
d7 as defaultNoItemSelectedDictionary,
|
|
368
|
+
d8 as defaultObjectLogDictionary,
|
|
314
369
|
d4 as draggableWindowClasses,
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
370
|
+
e2 as errorLabelClasses,
|
|
371
|
+
g21 as getAccountPopoverDictionary,
|
|
372
|
+
g20 as getAppBarDictionary,
|
|
373
|
+
a4 as getAreasComponentsDictionary,
|
|
374
|
+
g2 as getAreasDictionary,
|
|
375
|
+
g13 as getCommonActionsDictionary,
|
|
376
|
+
e as getDataGridRowsFromSet,
|
|
377
|
+
a8 as getDynamicFilterComponentsDictionary,
|
|
378
|
+
g22 as getFormComponentsDictionary,
|
|
379
|
+
g11 as getFormatConcatenated,
|
|
380
|
+
g8 as getFormatDate,
|
|
381
|
+
a7 as getFormatPeriod,
|
|
382
|
+
g10 as getFormatPoints,
|
|
383
|
+
g12 as getFormatPrice,
|
|
384
|
+
b5 as getFormattersComponentsDictionary,
|
|
385
|
+
g as getGridComponentsDictionary,
|
|
386
|
+
g16 as getLoadingErrorComponentsDictionary,
|
|
387
|
+
g17 as getMFLoaderComponentsDictionary,
|
|
388
|
+
g14 as getModalDialogComponentsDictionary,
|
|
389
|
+
g15 as getModalDictionary,
|
|
390
|
+
g18 as getNoItemSelectedComponentsDictionary,
|
|
391
|
+
g19 as getObjectLogsComponentsDictionary,
|
|
392
|
+
g7 as getPagerComponentsDictionary,
|
|
393
|
+
g5 as getPeriodComponetsDictionary,
|
|
394
|
+
g4 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
395
|
+
g3 as getRHFAutocompleteComponentsDictionary,
|
|
396
|
+
g6 as getRHFColorPickerComponentsDictionary,
|
|
397
|
+
g9 as getUncertaintyFormat,
|
|
398
|
+
g23 as getformAddEditDictionary,
|
|
399
|
+
w as isEqualLayout,
|
|
400
|
+
A13 as isEqualLayouts,
|
|
401
|
+
u as useDynamicMFParametersStore,
|
|
402
|
+
u6 as useFormAddEdit,
|
|
403
|
+
useFormFocus,
|
|
404
|
+
u3 as useMapStore,
|
|
405
|
+
u4 as useMapToolsStore,
|
|
406
|
+
u7 as useModal,
|
|
407
|
+
u5 as usePopupsStore,
|
|
408
|
+
u8 as useTab,
|
|
409
|
+
u2 as useWindowToolsMF,
|
|
410
|
+
v2 as varBounce,
|
|
411
|
+
v3 as varContainer,
|
|
412
|
+
v as varFade,
|
|
413
|
+
v4 as varTranEnter,
|
|
414
|
+
a as varTranExit,
|
|
415
|
+
b as varTranHover,
|
|
416
|
+
w2 as withSizeProvider
|
|
362
417
|
};
|