@m4l/components 0.2.25 → 0.2.27
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/@types/export.d.ts +3 -0
- package/components/AccountPopover/{index.505e278a.js → index.3994a80b.js} +2 -2
- package/components/AppBar/{index.7106417d.js → index.23323f96.js} +3 -4
- package/components/CommonActions/components/ActionCancel/{index.de862adf.js → index.bd767c14.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.3fd5c858.js → index.d737bddc.js} +4 -4
- package/components/CommonActions/components/ActionFormIntro/{index.07394f62.js → index.d5b80747.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.79fc2386.js → index.9bd56cd0.js} +2 -2
- package/components/CommonActions/components/Actions/{index.2f6286eb.js → index.16946bfd.js} +12 -13
- package/components/DataGrid/formatters/ColumnBooleanFormatter/{index.36270dd1.js → index.29cf6542.js} +1 -1
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/{index.8b008692.js → index.2c4fd22e.js} +1 -1
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/{index.cb308086.js → index.e30c976f.js} +1 -1
- package/components/DataGrid/formatters/ColumnPointsFormatter/{index.f3d6036f.js → index.4335c26b.js} +1 -1
- package/components/DataGrid/{index.b1eafce1.js → index.a3792770.js} +4 -5
- package/components/DataGrid/subcomponents/Actions/{index.9af87fa1.js → index.a317b384.js} +11 -12
- package/components/DataGrid/subcomponents/editors/TextEditor/{index.91380a55.js → index.eac1749c.js} +12 -1
- package/components/DragResizeWindow/{index.051c743d.js → index.bf1a4a47.js} +2 -3
- package/components/DynamicFilter/{index.b93e5649.js → index.cce92677.js} +19 -17
- package/components/FieldLabel/FieldLabel.d.ts +2 -0
- package/components/FieldLabel/classes/constants.d.ts +1 -0
- package/components/FieldLabel/classes/index.d.ts +10 -0
- package/components/FieldLabel/classes/types.d.ts +11 -0
- package/components/FieldLabel/index.8d3d6bb4.js +82 -0
- package/components/FieldLabel/index.d.ts +1 -0
- package/components/FieldLabel/types.d.ts +8 -0
- package/components/GridLayout/subcomponents/Responsive/{index.0fd1b7f8.js → index.d2ec9ddb.js} +1 -0
- package/components/GridLayout/subcomponents/SizeProvider/{index.7669a2cd.js → index.06986ab4.js} +9 -5
- package/components/HamburgerMenu/{index.25029e23.js → index.06905db3.js} +2 -2
- package/components/Icon/{index.b920baf8.js → index.58eaf354.js} +8 -48
- package/components/Icon/types.d.ts +0 -5
- package/components/Image/classes/index.d.ts +7 -0
- package/components/Image/{utils/classes → classes}/types.d.ts +0 -5
- package/components/Image/index.fa98eb78.js +203 -0
- package/components/Image/tests/utils.d.ts +1 -1
- package/components/Image/types.d.ts +3 -43
- package/components/LanguagePopover/{index.e54c5cc7.js → index.2740fb8e.js} +3 -4
- package/components/LoadingError/{index.123e16f8.js → index.4f4724c4.js} +2 -2
- package/components/MFLoader/{index.52096ea5.js → index.f6a46c70.js} +1 -1
- package/components/ModalDialog/{index.2e931b5f.js → index.86de725b.js} +3 -3
- package/components/NoItemSelected/{index.1024b856.js → index.aa3679f1.js} +2 -3
- package/components/ObjectLogs/{index.d10f4a2f.js → index.0e365006.js} +7 -8
- package/components/PDFViewer/{index.98852f91.js → index.85d4e010.js} +1 -1
- package/components/Page/{index.def863f2.js → index.aa33f20b.js} +1 -1
- package/components/PaperForm/{index.8a617a66.js → index.b6811634.js} +2 -3
- package/components/Period/classes/index.d.ts +3 -1
- package/components/Period/classes/types.d.ts +6 -1
- package/components/Period/{index.d80dff10.js → index.ba79014c.js} +76 -61
- package/components/Period/subcomponents/SkeletonPeriod/index.d.ts +2 -0
- package/components/Period/subcomponents/SkeletonPeriod/types.d.ts +4 -0
- package/components/Period/types.d.ts +4 -1
- package/components/PrintingSystem/{index.2e17cae5.js → index.b3ed9375.js} +14 -14
- package/components/PrintingSystem/subcomponents/BodyNode/{index.c5ffe20a.js → index.7a5c7bdd.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.020c037c.js → index.85914c4b.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.78b023bb.js → index.45284722.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.b29fc1e9.js → index.a83e65dc.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.11626284.js → index.cb7d0af9.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.ef44c8ab.js → index.d67484e5.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.d72d224b.js → index.ab17815a.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.8e53440c.js → index.8a2617ae.js} +1 -1
- package/components/PrintingSystem/subcomponents/SectionNode/{index.0b66458e.js → index.2c52ee12.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.b4c72fef.js → index.f0ac0243.js} +1 -1
- package/components/PropertyValue/{index.3b6670d4.js → index.a3527d10.js} +2 -3
- package/components/Resizeable/{index.0eb66c37.js → index.8db8f77d.js} +1 -1
- package/components/ScrollBar/{index.010f1b9d.js → index.7dfc2f29.js} +4 -3
- package/components/ScrollBar/index.d.ts +2 -2
- package/components/SideBar/classes/index.d.ts +7 -2
- package/components/SideBar/classes/types.d.ts +6 -1
- package/components/SideBar/constants.d.ts +2 -0
- package/components/SideBar/context/sideBarContext/types.d.ts +3 -1
- package/components/SideBar/{index.cdb70977.js → index.0d49daff.js} +255 -427
- package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/index.d.ts +1 -1
- package/components/SideBar/subcomponents/ContentDesktop/subcomponents/ContentComponent/index.d.ts +1 -0
- package/components/SideBar/types.d.ts +1 -4
- package/components/SplitLayout/{index.30fd5861.js → index.3856385c.js} +1 -2
- package/components/ToastContainer/{index.97fdba82.js → index.b42aca02.js} +2 -2
- package/components/areas/components/AreasAdmin/{index.e4f0ccc1.js → index.6d902d47.js} +17 -18
- package/components/areas/components/AreasViewer/{index.f87c63ca.js → index.2a286dfa.js} +120 -221
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowHeaderSkeleton/index.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowHeaderSkeleton/types.d.ts +3 -0
- package/components/areas/contexts/AreasContext/helper.d.ts +2 -2
- package/components/areas/contexts/AreasContext/{index.3e3d8c62.js → index.3eb6b2a4.js} +5 -5
- package/components/areas/hooks/useAreas/{index.b18fe111.js → index.febe901b.js} +1 -1
- package/components/commercial/TopBar/{index.8e2163f7.js → index.08853566.js} +5 -18
- package/components/formatters/BooleanFormatter/{index.b3052107.js → index.4bb3d2f9.js} +2 -2
- package/components/formatters/PointsFormatter/{index.5c94c5e8.js → index.8a4fa393.js} +4 -4
- package/components/formatters/{index.95cc337e.js → index.3e9e2305.js} +1 -1
- package/components/hook-form/RHFAutocomplete/classes/types.d.ts +1 -0
- package/components/hook-form/RHFAutocomplete/{index.cf399b24.js → index.f9be5465.js} +41 -23
- package/components/hook-form/RHFAutocomplete/types.d.ts +7 -7
- package/components/hook-form/RHFAutocompleteAsync/{index.b2b75475.js → index.c01fd38a.js} +2 -3
- package/components/hook-form/RHFCheckbox/classes/types.d.ts +2 -0
- package/components/hook-form/RHFCheckbox/{index.a38715e3.js → index.4f650b78.js} +37 -10
- package/components/hook-form/RHFCheckbox/types.d.ts +4 -1
- package/components/hook-form/RHFColorPicker/RFHColorPicker.d.ts +8 -0
- package/components/hook-form/RHFColorPicker/classes/index.d.ts +2 -1
- package/components/hook-form/RHFColorPicker/classes/types.d.ts +4 -0
- package/components/hook-form/RHFColorPicker/dictionary.d.ts +1 -0
- package/components/hook-form/RHFColorPicker/index.5be9e237.js +206 -0
- package/components/hook-form/RHFColorPicker/index.d.ts +2 -8
- package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/indext.d.ts +2 -1
- package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/types.d.ts +3 -0
- package/components/hook-form/RHFColorPicker/types.d.ts +13 -2
- package/components/hook-form/RHFDateTime/classes/types.d.ts +3 -0
- package/components/hook-form/RHFDateTime/{index.5a673a96.js → index.ace3f52e.js} +52 -47
- package/components/hook-form/RHFDateTime/subcomponents/Skeleton/types.d.ts +3 -2
- package/components/hook-form/RHFDateTime/types.d.ts +4 -2
- package/components/hook-form/RHFPeriod/classes/index.d.ts +2 -1
- package/components/hook-form/RHFPeriod/classes/types.d.ts +2 -0
- package/components/hook-form/RHFPeriod/index.88812636.js +112 -0
- package/components/hook-form/RHFPeriod/types.d.ts +7 -1
- package/components/hook-form/RHFTextField/classes/types.d.ts +1 -0
- package/components/hook-form/RHFTextField/{index.fbb29ee1.js → index.d4192912.js} +40 -25
- package/components/hook-form/RHFTextField/types.d.ts +4 -3
- package/components/hook-form/RHFTextFieldPassword/types.d.ts +0 -1
- package/components/hook-form/RHFUpload/{index.05d7e2a7.js → index.f7efd0e2.js} +4 -5
- package/components/hook-form/index.d.ts +1 -1
- package/components/index.d.ts +1 -0
- package/components/modal/{WindowBase.998b8a38.js → WindowBase.4881da1f.js} +3 -3
- package/components/modal/{WindowConfirm.55ac3c8f.js → WindowConfirm.3b0e842b.js} +6 -6
- package/components/mui_extended/Accordion/{index.fb4eb664.js → index.a32a5761.js} +2 -2
- package/components/mui_extended/Button/{index.e520bd15.js → index.81367a73.js} +3 -7
- package/components/mui_extended/CheckBox/types.d.ts +2 -1
- package/components/mui_extended/{CheckBox.e662d20c.js → CheckBox.b3c0f2ad.js} +21 -23
- package/components/mui_extended/IconButton/classes/types.d.ts +0 -1
- package/components/mui_extended/IconButton/{index.9ea23f87.js → index.32fc9419.js} +2 -5
- package/components/mui_extended/IconButton/types.d.ts +1 -1
- package/components/mui_extended/ImageButton/ImageButton.d.ts +1 -1
- package/components/mui_extended/MenuActions/{index.fa7c26a5.js → index.fdea20e7.js} +4 -5
- package/components/mui_extended/Pager/{index.0c703574.js → index.c843dde3.js} +2 -3
- package/components/mui_extended/Popover/{index.b3eca6b1.js → index.d85de73b.js} +1 -2
- package/components/mui_extended/Tab/{index.409b9c74.js → index.2068925d.js} +2 -3
- package/components/mui_extended/ToggleButton/{index.bcaea74b.js → index.3d71f374.js} +1 -1
- package/components/mui_extended/ToggleIconButton/{index.131772d7.js → index.1cff26af.js} +1 -1
- package/contexts/ModalContext/{index.978a412d.js → index.e748f329.js} +1 -1
- package/contexts/RHFormContext/{index.7769076a.js → index.7b2a8723.js} +1 -2
- package/hooks/index.d.ts +1 -0
- package/hooks/useFormAddEdit/{index.4caddd24.js → index.5c3d8e48.js} +2 -2
- package/hooks/useFormFocus/index.d.ts +7 -0
- package/hooks/useFormFocus/types.d.ts +8 -0
- package/hooks/useModal/{index.786a4439.js → index.66a0c82e.js} +1 -1
- package/hooks/useTab/{index.eee18a49.js → index.c0564138.js} +1 -1
- package/index.js +124 -120
- package/{node_modules.71622512.js → node_modules.47f7709b.js} +1 -1
- package/package.json +1 -1
- package/{vendor.a735310a.js → vendor.47f1f3d4.js} +90 -70
- package/components/Image/index.d034ca68.js +0 -388
- package/components/Image/subcomponents/BasicIntersectComponent/index.d.ts +0 -3
- package/components/Image/subcomponents/LazyLoadComponent/index.d.ts +0 -7
- package/components/Image/subcomponents/Skeleton/index.d.ts +0 -2
- package/components/Image/subcomponents/Skeleton/types.d.ts +0 -6
- package/components/Image/utils/classes/index.d.ts +0 -12
- package/components/Image/utils/isIntersectionObserverAvailable.d.ts +0 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/index.d.ts +0 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/types.d.ts +0 -3
- package/components/SideBar/subcomponents/ContentGroups/type.d.ts +0 -7
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/skeleton.d.ts +0 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/index.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/types.d.ts +0 -2
- package/components/hook-form/RHFColorPicker/index.48a1ee1b.js +0 -153
- package/components/hook-form/RHFPeriod/index.4205c8ab.js +0 -76
- package/components/mui_extended/Popover/index.d.ts +0 -2
- /package/components/Image/{utils/classes → classes}/constant.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
|
-
import { T as TabContext } from "../../components/mui_extended/Tab/index.
|
|
2
|
+
import { T as TabContext } from "../../components/mui_extended/Tab/index.2068925d.js";
|
|
3
3
|
const useTab = () => {
|
|
4
4
|
const context = useContext(TabContext);
|
|
5
5
|
if (context === null) {
|
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { L } from "./assets/Logo/index.228dcb5a.js";
|
|
2
|
-
import { c, e, g } from "./components/DataGrid/index.
|
|
3
|
-
import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.
|
|
2
|
+
import { c, e, g } from "./components/DataGrid/index.a3792770.js";
|
|
3
|
+
import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.eac1749c.js";
|
|
4
4
|
import { N as N2 } from "./components/NavLink/index.b75c91e1.js";
|
|
5
5
|
import { S } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
6
6
|
import { A, I } from "./components/animate/index.5d4575bc.js";
|
|
@@ -12,27 +12,27 @@ import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
|
12
12
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
13
13
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
14
14
|
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
15
|
-
import { A as A2 } from "./components/areas/components/AreasAdmin/index.
|
|
16
|
-
import { A as A3 } from "./components/areas/components/AreasViewer/index.
|
|
15
|
+
import { A as A2 } from "./components/areas/components/AreasAdmin/index.6d902d47.js";
|
|
16
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.2a286dfa.js";
|
|
17
17
|
import { a as a2, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
18
18
|
import { a as a3, D, M as M3, c as c2 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
19
|
-
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.
|
|
19
|
+
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.3eb6b2a4.js";
|
|
20
20
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
21
21
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
22
22
|
import { A as A5, D as D2, L as L3, a as a4, g as g2 } from "./components/areas/dictionary.08cfc4c9.js";
|
|
23
|
-
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.
|
|
24
|
-
import { R as R2 } from "./components/hook-form/
|
|
25
|
-
import { R as R3
|
|
26
|
-
import { R as R4 } from "./components/hook-form/
|
|
27
|
-
import { R as R5 } from "./components/hook-form/
|
|
28
|
-
import { R as R6 } from "./components/hook-form/
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import { R as R8 } from "./components/hook-form/
|
|
32
|
-
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.
|
|
33
|
-
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.
|
|
34
|
-
import { R as R11 } from "./components/hook-form/RHFUpload/index.
|
|
35
|
-
import { A as A6 } from "./components/mui_extended/Accordion/index.
|
|
23
|
+
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.f9be5465.js";
|
|
24
|
+
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.c01fd38a.js";
|
|
25
|
+
import { R as R3 } from "./components/hook-form/RHFDateTime/index.ace3f52e.js";
|
|
26
|
+
import { R as R4 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
27
|
+
import { R as R5 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
28
|
+
import { R as R6 } from "./components/hook-form/RHFPeriod/index.88812636.js";
|
|
29
|
+
import { P as P2, g as g5 } from "./components/Period/index.ba79014c.js";
|
|
30
|
+
import { R as R7 } from "./components/hook-form/RHFRadioGroup/index.1ddb3d93.js";
|
|
31
|
+
import { R as R8, g as g6 } from "./components/hook-form/RHFColorPicker/index.5be9e237.js";
|
|
32
|
+
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.4f650b78.js";
|
|
33
|
+
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.d4192912.js";
|
|
34
|
+
import { R as R11 } from "./components/hook-form/RHFUpload/index.f7efd0e2.js";
|
|
35
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.a32a5761.js";
|
|
36
36
|
import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
37
37
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
38
38
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
@@ -40,78 +40,79 @@ import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js"
|
|
|
40
40
|
import { B as B3 } from "./components/mui_extended/Badge/index.09f5aee5.js";
|
|
41
41
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
42
42
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
43
|
-
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.
|
|
44
|
-
import { M as M4 } from "./components/mui_extended/MenuActions/index.
|
|
45
|
-
import { P as P3, g as
|
|
46
|
-
import { a as a6, c as c4, T as T2, d as d2, b as b4 } from "./components/mui_extended/Tab/index.
|
|
47
|
-
import { C as C2 } from "./components/mui_extended/CheckBox.
|
|
48
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
49
|
-
import { P as P4 } from "./components/mui_extended/Popover/index.
|
|
43
|
+
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.81367a73.js";
|
|
44
|
+
import { M as M4 } from "./components/mui_extended/MenuActions/index.fdea20e7.js";
|
|
45
|
+
import { P as P3, g as g7 } from "./components/mui_extended/Pager/index.c843dde3.js";
|
|
46
|
+
import { a as a6, c as c4, T as T2, d as d2, b as b4 } from "./components/mui_extended/Tab/index.2068925d.js";
|
|
47
|
+
import { C as C2 } from "./components/mui_extended/CheckBox.b3c0f2ad.js";
|
|
48
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.32fc9419.js";
|
|
49
|
+
import { P as P4 } from "./components/mui_extended/Popover/index.d85de73b.js";
|
|
50
50
|
import { S as S2 } from "./components/mui_extended/Stack/index.0e53197c.js";
|
|
51
51
|
import { T as T3 } from "./components/mui_extended/Tooltip/index.24a2bc3f.js";
|
|
52
52
|
import { T as T4 } from "./components/mui_extended/Typography/index.379dd374.js";
|
|
53
|
-
import { T as T5 } from "./components/mui_extended/ToggleButton/index.
|
|
54
|
-
import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.
|
|
55
|
-
import { B as B5 } from "./components/formatters/BooleanFormatter/index.
|
|
56
|
-
import { D as D3, g as
|
|
57
|
-
import { U, g as
|
|
58
|
-
import { P as P5, g as
|
|
59
|
-
import { C as C3, P as P6, g as
|
|
60
|
-
import { P as P7, g as
|
|
53
|
+
import { T as T5 } from "./components/mui_extended/ToggleButton/index.3d71f374.js";
|
|
54
|
+
import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.1cff26af.js";
|
|
55
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.4bb3d2f9.js";
|
|
56
|
+
import { D as D3, g as g8 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
57
|
+
import { U, g as g9 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
58
|
+
import { P as P5, g as g10 } from "./components/formatters/PointsFormatter/index.8a4fa393.js";
|
|
59
|
+
import { C as C3, P as P6, g as g11, a as a7, b as b5 } from "./components/formatters/index.3e9e2305.js";
|
|
60
|
+
import { P as P7, g as g12 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
61
61
|
import { C as C4 } from "./components/DataGrid/formatters/ColumnUncertaintyFormatter/index.aeea65aa.js";
|
|
62
|
-
import { C as C5 } from "./components/DataGrid/formatters/ColumnPointsFormatter/index.
|
|
62
|
+
import { C as C5 } from "./components/DataGrid/formatters/ColumnPointsFormatter/index.4335c26b.js";
|
|
63
63
|
import { C as C6 } from "./components/DataGrid/formatters/ColumnNestedValueFormatter/index.925387d2.js";
|
|
64
|
-
import { C as C7 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/index.
|
|
64
|
+
import { C as C7 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/index.29cf6542.js";
|
|
65
65
|
import { C as C8 } from "./components/DataGrid/formatters/ColumnDateFormatter/index.704db1ca.js";
|
|
66
|
-
import { C as C9 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.
|
|
66
|
+
import { C as C9 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.2c4fd22e.js";
|
|
67
67
|
import { C as C10 } from "./components/DataGrid/formatters/ColumnPriceFormatter/index.d717405e.js";
|
|
68
|
-
import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.
|
|
68
|
+
import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.e30c976f.js";
|
|
69
69
|
import { C as C12 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/index.eb406256.js";
|
|
70
|
-
import { D as D4, g as
|
|
70
|
+
import { D as D4, g as g13 } from "./components/DynamicFilter/index.cce92677.js";
|
|
71
|
+
import { F } from "./components/FieldLabel/index.8d3d6bb4.js";
|
|
71
72
|
import { H, e as e2 } from "./components/HelperText/index.7d2afdb3.js";
|
|
72
|
-
import { A as A8, d as d3, g as
|
|
73
|
-
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.
|
|
74
|
-
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.
|
|
75
|
-
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
76
|
-
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.
|
|
77
|
-
import { D as D5, d as d4 } from "./components/DragResizeWindow/index.
|
|
73
|
+
import { A as A8, d as d3, g as g14 } from "./components/CommonActions/components/Actions/index.16946bfd.js";
|
|
74
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.bd767c14.js";
|
|
75
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.9bd56cd0.js";
|
|
76
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.d737bddc.js";
|
|
77
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.d5b80747.js";
|
|
78
|
+
import { D as D5, d as d4 } from "./components/DragResizeWindow/index.bf1a4a47.js";
|
|
78
79
|
import { G, w, A as A13 } from "./components/GridLayout/index.0996cd19.js";
|
|
79
|
-
import { R as R12, a as a8, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.
|
|
80
|
-
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.
|
|
81
|
-
import { P as P8 } from "./components/PrintingSystem/index.
|
|
82
|
-
import { I as I4 } from "./components/Icon/index.
|
|
83
|
-
import { L as L7 } from "./components/LanguagePopover/index.
|
|
80
|
+
import { R as R12, a as a8, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.d2ec9ddb.js";
|
|
81
|
+
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.06986ab4.js";
|
|
82
|
+
import { P as P8 } from "./components/PrintingSystem/index.b3ed9375.js";
|
|
83
|
+
import { I as I4 } from "./components/Icon/index.58eaf354.js";
|
|
84
|
+
import { L as L7 } from "./components/LanguagePopover/index.2740fb8e.js";
|
|
84
85
|
import { L as L8 } from "./components/LinearProgressIndeterminate/index.a0ad2d9e.js";
|
|
85
|
-
import { I as I5 } from "./components/Image/index.
|
|
86
|
+
import { I as I5 } from "./components/Image/index.fa98eb78.js";
|
|
86
87
|
import { L as L9 } from "./components/Loadable/index.e994fc3e.js";
|
|
87
|
-
import { M as M5, d as d5, g as
|
|
88
|
-
import { g as
|
|
89
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
90
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
91
|
-
import { L as L10, g as
|
|
92
|
-
import { M as M6, g as
|
|
93
|
-
import { N as N3, d as d6, g as
|
|
94
|
-
import { O, d as d7, g as
|
|
95
|
-
import { P as P9 } from "./components/PaperForm/index.
|
|
96
|
-
import { P as P10 } from "./components/PDFViewer/index.
|
|
97
|
-
import { H as H2 } from "./components/Page/index.
|
|
98
|
-
import { P as P11 } from "./components/PropertyValue/index.
|
|
99
|
-
import { R as R13 } from "./components/Resizeable/index.
|
|
100
|
-
import { S as S3 } from "./components/ScrollBar/index.
|
|
101
|
-
import { S as S4 } from "./components/SplitLayout/index.
|
|
102
|
-
import { T as T7, a as a9 } from "./components/ToastContainer/index.
|
|
103
|
-
import { S as S5 } from "./components/SideBar/index.
|
|
104
|
-
import { A as A14, g as
|
|
105
|
-
import { A as A15, g as
|
|
88
|
+
import { M as M5, d as d5, g as g15 } from "./components/ModalDialog/index.86de725b.js";
|
|
89
|
+
import { g as g16 } from "./components/modal/index.61389369.js";
|
|
90
|
+
import { W as W2 } from "./components/modal/WindowConfirm.3b0e842b.js";
|
|
91
|
+
import { W as W3 } from "./components/modal/WindowBase.4881da1f.js";
|
|
92
|
+
import { L as L10, g as g17 } from "./components/LoadingError/index.4f4724c4.js";
|
|
93
|
+
import { M as M6, g as g18 } from "./components/MFLoader/index.f6a46c70.js";
|
|
94
|
+
import { N as N3, d as d6, g as g19 } from "./components/NoItemSelected/index.aa3679f1.js";
|
|
95
|
+
import { O, d as d7, g as g20 } from "./components/ObjectLogs/index.0e365006.js";
|
|
96
|
+
import { P as P9 } from "./components/PaperForm/index.b6811634.js";
|
|
97
|
+
import { P as P10 } from "./components/PDFViewer/index.85d4e010.js";
|
|
98
|
+
import { H as H2 } from "./components/Page/index.aa33f20b.js";
|
|
99
|
+
import { P as P11 } from "./components/PropertyValue/index.a3527d10.js";
|
|
100
|
+
import { R as R13 } from "./components/Resizeable/index.8db8f77d.js";
|
|
101
|
+
import { S as S3 } from "./components/ScrollBar/index.7dfc2f29.js";
|
|
102
|
+
import { S as S4 } from "./components/SplitLayout/index.3856385c.js";
|
|
103
|
+
import { T as T7, a as a9 } from "./components/ToastContainer/index.b42aca02.js";
|
|
104
|
+
import { S as S5 } from "./components/SideBar/index.0d49daff.js";
|
|
105
|
+
import { A as A14, g as g21 } from "./components/AppBar/index.23323f96.js";
|
|
106
|
+
import { A as A15, g as g22 } from "./components/AccountPopover/index.3994a80b.js";
|
|
106
107
|
import { A as A16 } from "./components/commercial/AppBarCommercial/index.c5022fdd.js";
|
|
107
|
-
import { H as H3 } from "./components/HamburgerMenu/index.
|
|
108
|
-
import { T as T8 } from "./components/commercial/TopBar/index.
|
|
109
|
-
import { S as S6 } from "./vendor.
|
|
110
|
-
import { R as R14, g as
|
|
111
|
-
import { M as M7, a as a10 } from "./contexts/ModalContext/index.
|
|
112
|
-
import { g as
|
|
113
|
-
import { u as
|
|
114
|
-
import { u as
|
|
108
|
+
import { H as H3 } from "./components/HamburgerMenu/index.06905db3.js";
|
|
109
|
+
import { T as T8 } from "./components/commercial/TopBar/index.08853566.js";
|
|
110
|
+
import { S as S6, u as u3 } from "./vendor.47f1f3d4.js";
|
|
111
|
+
import { R as R14, g as g23 } from "./contexts/RHFormContext/index.7b2a8723.js";
|
|
112
|
+
import { M as M7, a as a10 } from "./contexts/ModalContext/index.e748f329.js";
|
|
113
|
+
import { g as g24, u as u4 } from "./hooks/useFormAddEdit/index.5c3d8e48.js";
|
|
114
|
+
import { u as u5 } from "./hooks/useModal/index.66a0c82e.js";
|
|
115
|
+
import { u as u6 } from "./hooks/useTab/index.c0564138.js";
|
|
115
116
|
import "react-router-dom";
|
|
116
117
|
import "@mui/material/styles";
|
|
117
118
|
import "@mui/material";
|
|
@@ -123,7 +124,7 @@ import "react-dnd";
|
|
|
123
124
|
import "react-dnd-html5-backend";
|
|
124
125
|
import "./components/DataGrid/constants.e334cd50.js";
|
|
125
126
|
import "@m4l/core";
|
|
126
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
127
|
+
import "./components/DataGrid/subcomponents/Actions/index.a317b384.js";
|
|
127
128
|
import "@m4l/graphics";
|
|
128
129
|
import "@mui/base";
|
|
129
130
|
import "./test/constants_no_mock.86c553a9.js";
|
|
@@ -131,7 +132,7 @@ import "./test/getNameDataTestId.14875ec7.js";
|
|
|
131
132
|
import "framer-motion";
|
|
132
133
|
import "simplebar-react";
|
|
133
134
|
import "./react-spinners.342a6578.js";
|
|
134
|
-
import "./components/areas/hooks/useAreas/index.
|
|
135
|
+
import "./components/areas/hooks/useAreas/index.febe901b.js";
|
|
135
136
|
import "zustand";
|
|
136
137
|
import "yup";
|
|
137
138
|
import "./utils/index.de903261.js";
|
|
@@ -148,7 +149,9 @@ import "zustand/middleware/immer";
|
|
|
148
149
|
import "zustand/middleware";
|
|
149
150
|
import "lodash";
|
|
150
151
|
import "react-hook-form";
|
|
151
|
-
import "
|
|
152
|
+
import "lodash/debounce";
|
|
153
|
+
import "@mui/x-date-pickers";
|
|
154
|
+
import "./node_modules.47f7709b.js";
|
|
152
155
|
import "lodash-es/debounce";
|
|
153
156
|
import "lodash-es/each";
|
|
154
157
|
import "lodash/isString";
|
|
@@ -160,8 +163,6 @@ import "lodash-es/merge";
|
|
|
160
163
|
import "lodash-es/throttle";
|
|
161
164
|
import "lodash-es/map";
|
|
162
165
|
import "lodash-es/isUndefined";
|
|
163
|
-
import "lodash/debounce";
|
|
164
|
-
import "@mui/x-date-pickers";
|
|
165
166
|
import "react-dropzone";
|
|
166
167
|
import "@mui/material/Button";
|
|
167
168
|
import "@mui/lab";
|
|
@@ -170,16 +171,16 @@ import "./components/WrapperComponent/index.5e872594.js";
|
|
|
170
171
|
import "./components/PopupsProvider/index.3d5ad0ee.js";
|
|
171
172
|
import "./components/GridLayout/subcomponents/Griditem/index.ded0e80e.js";
|
|
172
173
|
import "fast-equals";
|
|
173
|
-
import "./components/PrintingSystem/subcomponents/DividerNode/index.
|
|
174
|
-
import "./components/PrintingSystem/subcomponents/SectionNode/index.
|
|
175
|
-
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.
|
|
176
|
-
import "./components/PrintingSystem/subcomponents/HeaderNode/index.
|
|
177
|
-
import "./components/PrintingSystem/subcomponents/BodyNode/index.
|
|
178
|
-
import "./components/PrintingSystem/subcomponents/FooterNode/index.
|
|
179
|
-
import "./components/PrintingSystem/subcomponents/PaperNode/index.
|
|
180
|
-
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.
|
|
181
|
-
import "./components/PrintingSystem/subcomponents/GridNode/index.
|
|
182
|
-
import "./components/PrintingSystem/subcomponents/ChartNode/index.
|
|
174
|
+
import "./components/PrintingSystem/subcomponents/DividerNode/index.45284722.js";
|
|
175
|
+
import "./components/PrintingSystem/subcomponents/SectionNode/index.2c52ee12.js";
|
|
176
|
+
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.f0ac0243.js";
|
|
177
|
+
import "./components/PrintingSystem/subcomponents/HeaderNode/index.d67484e5.js";
|
|
178
|
+
import "./components/PrintingSystem/subcomponents/BodyNode/index.7a5c7bdd.js";
|
|
179
|
+
import "./components/PrintingSystem/subcomponents/FooterNode/index.a83e65dc.js";
|
|
180
|
+
import "./components/PrintingSystem/subcomponents/PaperNode/index.ab17815a.js";
|
|
181
|
+
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.8a2617ae.js";
|
|
182
|
+
import "./components/PrintingSystem/subcomponents/GridNode/index.cb7d0af9.js";
|
|
183
|
+
import "./components/PrintingSystem/subcomponents/ChartNode/index.85914c4b.js";
|
|
183
184
|
import "chart.js";
|
|
184
185
|
import "chartjs-chart-error-bars";
|
|
185
186
|
import "./react-json-view.5636414a.js";
|
|
@@ -231,6 +232,7 @@ export {
|
|
|
231
232
|
D4 as DynamicFilter,
|
|
232
233
|
a3 as DynamicMFParmsContext,
|
|
233
234
|
D as DynamicMFParmsProvider,
|
|
235
|
+
F as FieldLabel,
|
|
234
236
|
G as GridLayout,
|
|
235
237
|
H3 as HamburgerMenu,
|
|
236
238
|
H2 as HelmetPage,
|
|
@@ -274,14 +276,14 @@ export {
|
|
|
274
276
|
P as PropagateLoader,
|
|
275
277
|
P11 as PropertyValue,
|
|
276
278
|
R as RHFAutocomplete,
|
|
277
|
-
|
|
279
|
+
R2 as RHFAutocompleteAsync,
|
|
278
280
|
R9 as RHFCheckbox,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
281
|
+
R8 as RHFColorPicker,
|
|
282
|
+
R3 as RHFDateTime,
|
|
283
|
+
R4 as RHFMultiCheckbox,
|
|
284
|
+
R6 as RHFPeriod,
|
|
285
|
+
R7 as RHFRadioGroup,
|
|
286
|
+
R5 as RHFSelect,
|
|
285
287
|
b3 as RHFTEXTFIELD_INPUT_TEST_ID,
|
|
286
288
|
c3 as RHFTEXTFIELD_PREFIX,
|
|
287
289
|
a5 as RHFTEXTFIELD_ROOT_TEST_ID,
|
|
@@ -325,39 +327,41 @@ export {
|
|
|
325
327
|
d7 as defaultObjectLogDictionary,
|
|
326
328
|
d4 as draggableWindowClasses,
|
|
327
329
|
e2 as errorLabelClasses,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
+
g22 as getAccountPopoverDictionary,
|
|
331
|
+
g21 as getAppBarDictionary,
|
|
330
332
|
a4 as getAreasComponentsDictionary,
|
|
331
333
|
g2 as getAreasDictionary,
|
|
332
|
-
|
|
334
|
+
g14 as getCommonActionsDictionary,
|
|
333
335
|
e as getDataGridRowsFromSet,
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
336
|
+
g13 as getDynamicFilterComponentsDictionary,
|
|
337
|
+
g23 as getFormComponentsDictionary,
|
|
338
|
+
g11 as getFormatConcatenated,
|
|
339
|
+
g8 as getFormatDate,
|
|
338
340
|
a7 as getFormatPeriod,
|
|
339
|
-
|
|
340
|
-
|
|
341
|
+
g10 as getFormatPoints,
|
|
342
|
+
g12 as getFormatPrice,
|
|
341
343
|
b5 as getFormattersComponentsDictionary,
|
|
342
344
|
g as getGridComponentsDictionary,
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
345
|
+
g17 as getLoadingErrorComponentsDictionary,
|
|
346
|
+
g18 as getMFLoaderComponentsDictionary,
|
|
347
|
+
g15 as getModalDialogComponentsDictionary,
|
|
348
|
+
g16 as getModalDictionary,
|
|
349
|
+
g19 as getNoItemSelectedComponentsDictionary,
|
|
350
|
+
g20 as getObjectLogsComponentsDictionary,
|
|
351
|
+
g7 as getPagerComponentsDictionary,
|
|
350
352
|
g5 as getPeriodComponetsDictionary,
|
|
351
353
|
g4 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
352
354
|
g3 as getRHFAutocompleteComponentsDictionary,
|
|
353
|
-
|
|
354
|
-
|
|
355
|
+
g6 as getRHFColorPickerComponentsDictionary,
|
|
356
|
+
g9 as getUncertaintyFormat,
|
|
357
|
+
g24 as getformAddEditDictionary,
|
|
355
358
|
w as isEqualLayout,
|
|
356
359
|
A13 as isEqualLayouts,
|
|
357
360
|
u as useDynamicMFParametersStore,
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
u5 as
|
|
361
|
+
u4 as useFormAddEdit,
|
|
362
|
+
u3 as useFormFocus,
|
|
363
|
+
u5 as useModal,
|
|
364
|
+
u6 as useTab,
|
|
361
365
|
u2 as useWindowToolsMF,
|
|
362
366
|
v2 as varBounce,
|
|
363
367
|
v3 as varContainer,
|
|
@@ -12,7 +12,7 @@ import merge from "lodash-es/merge";
|
|
|
12
12
|
import throttle from "lodash-es/throttle";
|
|
13
13
|
import map from "lodash-es/map";
|
|
14
14
|
import isUndefined from "lodash-es/isUndefined";
|
|
15
|
-
import { _ as _default$1, a as _default$2 } from "./components/Icon/index.
|
|
15
|
+
import { _ as _default$1, a as _default$2 } from "./components/Icon/index.58eaf354.js";
|
|
16
16
|
import clsx from "clsx";
|
|
17
17
|
var lib = {};
|
|
18
18
|
var flattenNames$1 = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./assets/Logo/index.228dcb5a.js";
|
|
2
|
-
import "./components/DataGrid/index.
|
|
3
|
-
import "./components/DataGrid/subcomponents/editors/TextEditor/index.
|
|
2
|
+
import "./components/DataGrid/index.a3792770.js";
|
|
3
|
+
import "./components/DataGrid/subcomponents/editors/TextEditor/index.eac1749c.js";
|
|
4
4
|
import "./components/NavLink/index.b75c91e1.js";
|
|
5
5
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
6
6
|
import "./components/animate/index.5d4575bc.js";
|
|
@@ -12,27 +12,27 @@ import "./components/animate/variants/fade.b561c0fc.js";
|
|
|
12
12
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
13
13
|
import "./components/animate/variants/container.11f82b76.js";
|
|
14
14
|
import "./components/animate/variants/transition.bd46b9ce.js";
|
|
15
|
-
import "./components/areas/components/AreasAdmin/index.
|
|
16
|
-
import "./components/areas/components/AreasViewer/index.
|
|
15
|
+
import "./components/areas/components/AreasAdmin/index.6d902d47.js";
|
|
16
|
+
import "./components/areas/components/AreasViewer/index.2a286dfa.js";
|
|
17
17
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
18
18
|
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
19
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
19
|
+
import "./components/areas/contexts/AreasContext/index.3eb6b2a4.js";
|
|
20
20
|
import "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
21
21
|
import "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
22
22
|
import "./components/areas/dictionary.08cfc4c9.js";
|
|
23
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
24
|
-
import "./components/hook-form/
|
|
25
|
-
import "./components/hook-form/
|
|
26
|
-
import "./components/hook-form/RHFDateTime/index.5a673a96.js";
|
|
23
|
+
import "./components/hook-form/RHFAutocomplete/index.f9be5465.js";
|
|
24
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.c01fd38a.js";
|
|
25
|
+
import "./components/hook-form/RHFDateTime/index.ace3f52e.js";
|
|
27
26
|
import "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
28
27
|
import "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
29
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
30
|
-
import "./components/Period/index.
|
|
28
|
+
import "./components/hook-form/RHFPeriod/index.88812636.js";
|
|
29
|
+
import "./components/Period/index.ba79014c.js";
|
|
31
30
|
import "./components/hook-form/RHFRadioGroup/index.1ddb3d93.js";
|
|
32
|
-
import "./components/hook-form/
|
|
33
|
-
import "./components/hook-form/
|
|
34
|
-
import "./components/hook-form/
|
|
35
|
-
import "./components/
|
|
31
|
+
import "./components/hook-form/RHFColorPicker/index.5be9e237.js";
|
|
32
|
+
import "./components/hook-form/RHFCheckbox/index.4f650b78.js";
|
|
33
|
+
import "./components/hook-form/RHFTextField/index.d4192912.js";
|
|
34
|
+
import "./components/hook-form/RHFUpload/index.f7efd0e2.js";
|
|
35
|
+
import "./components/mui_extended/Accordion/index.a32a5761.js";
|
|
36
36
|
import "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
37
37
|
import "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
38
38
|
import "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
@@ -40,81 +40,100 @@ import "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
|
40
40
|
import "./components/mui_extended/Badge/index.09f5aee5.js";
|
|
41
41
|
import "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
42
42
|
import "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
43
|
-
import "./components/mui_extended/Button/index.
|
|
44
|
-
import "./components/mui_extended/MenuActions/index.
|
|
45
|
-
import "./components/mui_extended/Pager/index.
|
|
46
|
-
import "./components/mui_extended/Tab/index.
|
|
47
|
-
import "./components/mui_extended/CheckBox.
|
|
48
|
-
import "./components/mui_extended/IconButton/index.
|
|
49
|
-
import "./components/mui_extended/Popover/index.
|
|
43
|
+
import "./components/mui_extended/Button/index.81367a73.js";
|
|
44
|
+
import "./components/mui_extended/MenuActions/index.fdea20e7.js";
|
|
45
|
+
import "./components/mui_extended/Pager/index.c843dde3.js";
|
|
46
|
+
import "./components/mui_extended/Tab/index.2068925d.js";
|
|
47
|
+
import "./components/mui_extended/CheckBox.b3c0f2ad.js";
|
|
48
|
+
import "./components/mui_extended/IconButton/index.32fc9419.js";
|
|
49
|
+
import "./components/mui_extended/Popover/index.d85de73b.js";
|
|
50
50
|
import { S as Stack } from "./components/mui_extended/Stack/index.0e53197c.js";
|
|
51
51
|
import "./components/mui_extended/Tooltip/index.24a2bc3f.js";
|
|
52
52
|
import "./components/mui_extended/Typography/index.379dd374.js";
|
|
53
|
-
import "./components/mui_extended/ToggleButton/index.
|
|
54
|
-
import "./components/mui_extended/ToggleIconButton/index.
|
|
55
|
-
import "./components/formatters/BooleanFormatter/index.
|
|
53
|
+
import "./components/mui_extended/ToggleButton/index.3d71f374.js";
|
|
54
|
+
import "./components/mui_extended/ToggleIconButton/index.1cff26af.js";
|
|
55
|
+
import "./components/formatters/BooleanFormatter/index.4bb3d2f9.js";
|
|
56
56
|
import "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
57
57
|
import "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
58
|
-
import "./components/formatters/PointsFormatter/index.
|
|
59
|
-
import "./components/formatters/index.
|
|
58
|
+
import "./components/formatters/PointsFormatter/index.8a4fa393.js";
|
|
59
|
+
import "./components/formatters/index.3e9e2305.js";
|
|
60
60
|
import "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
61
61
|
import "./components/DataGrid/formatters/ColumnUncertaintyFormatter/index.aeea65aa.js";
|
|
62
|
-
import "./components/DataGrid/formatters/ColumnPointsFormatter/index.
|
|
62
|
+
import "./components/DataGrid/formatters/ColumnPointsFormatter/index.4335c26b.js";
|
|
63
63
|
import "./components/DataGrid/formatters/ColumnNestedValueFormatter/index.925387d2.js";
|
|
64
|
-
import "./components/DataGrid/formatters/ColumnBooleanFormatter/index.
|
|
64
|
+
import "./components/DataGrid/formatters/ColumnBooleanFormatter/index.29cf6542.js";
|
|
65
65
|
import "./components/DataGrid/formatters/ColumnDateFormatter/index.704db1ca.js";
|
|
66
|
-
import "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.
|
|
66
|
+
import "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.2c4fd22e.js";
|
|
67
67
|
import "./components/DataGrid/formatters/ColumnPriceFormatter/index.d717405e.js";
|
|
68
|
-
import "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.
|
|
68
|
+
import "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.e30c976f.js";
|
|
69
69
|
import "./components/DataGrid/formatters/ColumnSetCheckFormatter/index.eb406256.js";
|
|
70
|
-
import "./components/DynamicFilter/index.
|
|
70
|
+
import "./components/DynamicFilter/index.cce92677.js";
|
|
71
|
+
import "./components/FieldLabel/index.8d3d6bb4.js";
|
|
71
72
|
import "./components/HelperText/index.7d2afdb3.js";
|
|
72
|
-
import "./components/CommonActions/components/Actions/index.
|
|
73
|
-
import "./components/CommonActions/components/ActionCancel/index.
|
|
74
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
75
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
76
|
-
import "./components/CommonActions/components/ActionFormIntro/index.
|
|
77
|
-
import "./components/DragResizeWindow/index.
|
|
73
|
+
import "./components/CommonActions/components/Actions/index.16946bfd.js";
|
|
74
|
+
import "./components/CommonActions/components/ActionCancel/index.bd767c14.js";
|
|
75
|
+
import "./components/CommonActions/components/ActionIntro/index.9bd56cd0.js";
|
|
76
|
+
import "./components/CommonActions/components/ActionFormCancel/index.d737bddc.js";
|
|
77
|
+
import "./components/CommonActions/components/ActionFormIntro/index.d5b80747.js";
|
|
78
|
+
import "./components/DragResizeWindow/index.bf1a4a47.js";
|
|
78
79
|
import "./components/GridLayout/index.0996cd19.js";
|
|
79
|
-
import "./components/GridLayout/subcomponents/Responsive/index.
|
|
80
|
-
import "./components/GridLayout/subcomponents/SizeProvider/index.
|
|
81
|
-
import "./components/PrintingSystem/index.
|
|
82
|
-
import "./components/Icon/index.
|
|
83
|
-
import "./components/LanguagePopover/index.
|
|
80
|
+
import "./components/GridLayout/subcomponents/Responsive/index.d2ec9ddb.js";
|
|
81
|
+
import "./components/GridLayout/subcomponents/SizeProvider/index.06986ab4.js";
|
|
82
|
+
import "./components/PrintingSystem/index.b3ed9375.js";
|
|
83
|
+
import "./components/Icon/index.58eaf354.js";
|
|
84
|
+
import "./components/LanguagePopover/index.2740fb8e.js";
|
|
84
85
|
import "./components/LinearProgressIndeterminate/index.a0ad2d9e.js";
|
|
85
|
-
import "./components/Image/index.
|
|
86
|
+
import "./components/Image/index.fa98eb78.js";
|
|
86
87
|
import "./components/Loadable/index.e994fc3e.js";
|
|
87
|
-
import "./components/ModalDialog/index.
|
|
88
|
+
import "./components/ModalDialog/index.86de725b.js";
|
|
88
89
|
import "./components/modal/index.61389369.js";
|
|
89
|
-
import "./components/modal/WindowConfirm.
|
|
90
|
-
import "./components/modal/WindowBase.
|
|
91
|
-
import "./components/LoadingError/index.
|
|
92
|
-
import "./components/MFLoader/index.
|
|
93
|
-
import "./components/NoItemSelected/index.
|
|
94
|
-
import "./components/ObjectLogs/index.
|
|
95
|
-
import "./components/PaperForm/index.
|
|
96
|
-
import "./components/PDFViewer/index.
|
|
97
|
-
import "./components/Page/index.
|
|
98
|
-
import "./components/PropertyValue/index.
|
|
99
|
-
import "./components/Resizeable/index.
|
|
100
|
-
import "./components/ScrollBar/index.
|
|
101
|
-
import "./components/SplitLayout/index.
|
|
102
|
-
import "./components/ToastContainer/index.
|
|
103
|
-
import "./components/SideBar/index.
|
|
104
|
-
import "./components/AppBar/index.
|
|
105
|
-
import "./components/AccountPopover/index.
|
|
90
|
+
import "./components/modal/WindowConfirm.3b0e842b.js";
|
|
91
|
+
import "./components/modal/WindowBase.4881da1f.js";
|
|
92
|
+
import "./components/LoadingError/index.4f4724c4.js";
|
|
93
|
+
import "./components/MFLoader/index.f6a46c70.js";
|
|
94
|
+
import "./components/NoItemSelected/index.aa3679f1.js";
|
|
95
|
+
import "./components/ObjectLogs/index.0e365006.js";
|
|
96
|
+
import "./components/PaperForm/index.b6811634.js";
|
|
97
|
+
import "./components/PDFViewer/index.85d4e010.js";
|
|
98
|
+
import "./components/Page/index.aa33f20b.js";
|
|
99
|
+
import "./components/PropertyValue/index.a3527d10.js";
|
|
100
|
+
import "./components/Resizeable/index.8db8f77d.js";
|
|
101
|
+
import "./components/ScrollBar/index.7dfc2f29.js";
|
|
102
|
+
import "./components/SplitLayout/index.3856385c.js";
|
|
103
|
+
import "./components/ToastContainer/index.b42aca02.js";
|
|
104
|
+
import "./components/SideBar/index.0d49daff.js";
|
|
105
|
+
import "./components/AppBar/index.23323f96.js";
|
|
106
|
+
import "./components/AccountPopover/index.3994a80b.js";
|
|
106
107
|
import "./components/commercial/AppBarCommercial/index.c5022fdd.js";
|
|
107
|
-
import "./components/HamburgerMenu/index.
|
|
108
|
-
import "./components/commercial/TopBar/index.
|
|
108
|
+
import "./components/HamburgerMenu/index.06905db3.js";
|
|
109
|
+
import "./components/commercial/TopBar/index.08853566.js";
|
|
109
110
|
import { generateUtilityClasses, styled } from "@mui/material";
|
|
110
111
|
import { unstable_composeClasses } from "@mui/base";
|
|
111
112
|
import { g as getComponentUtilityClass } from "./utils/index.de903261.js";
|
|
112
113
|
import { jsx } from "react/jsx-runtime";
|
|
113
|
-
import "./contexts/RHFormContext/index.
|
|
114
|
-
import "./contexts/ModalContext/index.
|
|
115
|
-
import "./hooks/useFormAddEdit/index.
|
|
116
|
-
import "./hooks/useModal/index.
|
|
117
|
-
import "./hooks/useTab/index.
|
|
114
|
+
import "./contexts/RHFormContext/index.7b2a8723.js";
|
|
115
|
+
import "./contexts/ModalContext/index.e748f329.js";
|
|
116
|
+
import "./hooks/useFormAddEdit/index.5c3d8e48.js";
|
|
117
|
+
import "./hooks/useModal/index.66a0c82e.js";
|
|
118
|
+
import "./hooks/useTab/index.c0564138.js";
|
|
119
|
+
import { useState } from "react";
|
|
120
|
+
const useFormFocus = () => {
|
|
121
|
+
const [isFocus, setIsFocus] = useState(false);
|
|
122
|
+
const [isTabSelected, setIsTabSelected] = useState(false);
|
|
123
|
+
const handlerFocus = () => {
|
|
124
|
+
setIsFocus(true);
|
|
125
|
+
};
|
|
126
|
+
const handlerOnKeyUp = (event) => {
|
|
127
|
+
if (event.key === "Tab") {
|
|
128
|
+
setIsTabSelected(true);
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
const handlerOnBlur = () => {
|
|
132
|
+
setIsFocus(false);
|
|
133
|
+
setIsTabSelected(false);
|
|
134
|
+
};
|
|
135
|
+
return { isFocus, isTabSelected, handlerFocus, handlerOnKeyUp, handlerOnBlur };
|
|
136
|
+
};
|
|
118
137
|
const MAP_ZINDEX_OVER_MAP = 1100;
|
|
119
138
|
const componentName = "M4LSectionCommercial";
|
|
120
139
|
generateUtilityClasses(componentName, [
|
|
@@ -158,5 +177,6 @@ const SectionCommercial = (props) => {
|
|
|
158
177
|
};
|
|
159
178
|
export {
|
|
160
179
|
MAP_ZINDEX_OVER_MAP as M,
|
|
161
|
-
SectionCommercial as S
|
|
180
|
+
SectionCommercial as S,
|
|
181
|
+
useFormFocus as u
|
|
162
182
|
};
|