@m4l/components 0.1.69 → 0.1.70
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 +7 -1
- package/components/CommonActions/components/ActionCancel/{index.e83053da.js → index.9d521b2a.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.ca378b0a.js → index.4756457f.js} +25 -13
- package/components/CommonActions/components/ActionFormIntro/{index.fa2107df.js → index.40321b1b.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.b8d5c8ee.js → index.1ba5b02b.js} +3 -3
- package/components/CommonActions/components/Actions/{index.1b2a0921.js → index.154d7cb6.js} +23 -13
- package/components/DataGrid/{index.75ea6038.js → index.2f4a0e64.js} +21 -19
- package/components/DynamicFilter/{index.aaeea668.js → index.789ab474.js} +36 -40
- package/components/HelperText/{index.742d547d.js → index.a69e9509.js} +8 -8
- package/components/Icon/{index.952f0635.js → index.caaed284.js} +2 -2
- package/components/Image/{index.f30f79f0.js → index.82a6cd46.js} +1 -1
- package/components/LanguagePopover/{index.526e544e.js → index.5af28b9e.js} +9 -9
- package/components/ModalDialog/{index.4d663d0a.js → index.cdfd1ae8.js} +5 -5
- package/components/NavLink/{index.92008184.js → index.251fcf0d.js} +9 -9
- package/components/NoItemSelected/{index.6f2952ab.js → index.3b9d16e3.js} +1 -1
- package/components/ObjectLogs/{index.d1eee18b.js → index.57ea68b3.js} +17 -15
- package/components/PaperForm/{index.e9db704b.js → index.d2d492ea.js} +1 -1
- package/components/Period/{index.3ff6f53b.js → index.fbf074d3.js} +24 -14
- package/components/Resizeable/{index.ff97422e.js → index.aafda79e.js} +1 -1
- package/components/SideBar/{index.365f64f0.js → index.3bc6a634.js} +10 -24
- package/components/areas/components/AreasAdmin/classes/types.d.ts +1 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +1 -0
- package/components/areas/components/AreasViewer/classes/types.d.ts +1 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/GridLayout/index.d.ts +2 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/GridLayout/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/InnerForHooks/index.d.ts +2 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/InnerForHooks/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +2 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/styles.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Component/index.d.ts +4 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Component/types.d.ts +9 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.d.ts +9 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/MainActions/index.d.ts +6 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/index.d.ts +4 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/types.d.ts +8 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/types.d.ts +8 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/types.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/types.d.ts +4 -0
- package/components/areas/components/{index.ffb147c7.js → index.359c2b18.js} +443 -1069
- package/components/areas/components/index.d.ts +1 -1
- package/components/areas/contexts/AreasContext/helper.d.ts +59 -0
- package/components/areas/contexts/AreasContext/index.de8b4e78.js +1015 -0
- package/components/areas/contexts/AreasContext/store.d.ts +1 -2
- package/components/areas/contexts/AreasContext/types.d.ts +86 -13
- package/components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js +42 -0
- package/components/areas/contexts/DynamicMFParmsContext/index.d.ts +8 -0
- package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/DynamicMFParmsContext/store.d.ts +3 -9
- package/components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js +20 -0
- package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/WindowToolsMFContext/types.d.ts +3 -2
- package/components/areas/contexts/index.771827bb.js +2 -0
- package/components/areas/contexts/index.d.ts +4 -4
- package/components/areas/dictionary.d.ts +1 -0
- package/components/areas/hooks/index.ae8d8631.js +13 -0
- package/components/areas/hooks/useArea/index.2adbe001.js +12 -0
- package/components/areas/hooks/useDynamicMFParameters/index.d.ts +3 -9
- package/components/areas/hooks/useDynamicMFParameters/{index.7ce7176f.js → index.e52c5392.js} +1 -1
- package/components/areas/hooks/useWindowToolsMF/index.d.ts +1 -1
- package/components/areas/icons.d.ts +3 -0
- package/components/areas/{index.20cbd7b7.js → index.8a58bcbf.js} +14 -8
- package/components/areas/types.d.ts +32 -23
- package/components/formatters/BooleanFormatter/{index.d5e21bdd.js → index.7eb0498c.js} +1 -1
- package/components/formatters/{index.650243bb.js → index.f6b9ed01.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.21377a2c.js → index.09c400c3.js} +10 -10
- package/components/hook-form/RHFAutocompleteAsync/{index.8c7e0842.js → index.e8acff04.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.83902d07.js → index.70310f35.js} +3 -3
- package/components/hook-form/RHFDateTime/{index.166250d8.js → index.7b815072.js} +9 -9
- package/components/hook-form/RHFPeriod/{index.61baf76f.js → index.3c7d393c.js} +2 -2
- package/components/hook-form/RHFTextField/{index.55687a39.js → index.d4c39859.js} +6 -7
- package/components/hook-form/RHFUpload/{index.eb4d0dac.js → index.31044674.js} +1 -1
- package/components/modal/WindowBase/subcomponents/Header/types.d.ts +1 -1
- package/components/modal/WindowBase/types.d.ts +1 -0
- package/components/modal/{WindowBase.7ce0b21e.js → WindowBase.6a40a945.js} +28 -21
- package/components/modal/{WindowConfirm.7ae1326f.js → WindowConfirm.e21763cb.js} +17 -15
- package/components/modal/index.438777d9.js +34 -0
- package/components/mui_extended/Accordion/{index.51feece8.js → index.437bb3f8.js} +2 -2
- package/components/mui_extended/Button/{index.b34c8b68.js → index.f8ce9ccd.js} +3 -3
- package/components/mui_extended/IconButton/{index.917f0d3c.js → index.57824447.js} +1 -3
- package/components/mui_extended/MenuActions/{index.651dec44.js → index.37043326.js} +2 -2
- package/components/mui_extended/Pager/{index.e0663072.js → index.eeed3bd5.js} +1 -1
- package/components/mui_extended/Typography/{index.79e2b06f.js → index.b3c6e71c.js} +1 -1
- package/components/mui_extended/index.dacbb059.js +19 -0
- package/contexts/ModalContext/{index.76d5ccee.js → index.8e3cd7a8.js} +1 -1
- package/contexts/index.d.ts +1 -1
- package/hooks/useModal/{index.043e419b.js → index.d590f506.js} +1 -1
- package/index.js +96 -94
- package/package.json +3 -4
- package/{react-draggable.de1aac90.js → react-draggable.0d64c8b1.js} +1 -1
- package/{react-resizable.e0470767.js → react-resizable.8307e056.js} +2 -2
- package/utils/{index.b5c62ef0.js → index.a2312a73.js} +1 -1
- package/{vendor.6a33c6d2.js → vendor.8edaef93.js} +47 -45
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/helper.d.ts +0 -39
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/index.d.ts +0 -20
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/store.d.ts +0 -11
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/types.d.ts +0 -82
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/DynamicMFParmsContext/index.d.ts +0 -14
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/helper.d.ts +0 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/index.d.ts +0 -13
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/store.d.ts +0 -36
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/types.d.ts +0 -5
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/index.d.ts +0 -4
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Component/index.d.ts +0 -8
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/helper.d.ts +0 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/index.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/subcomponents/MainActions/index.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/index.d.ts +0 -4
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/types.d.ts +0 -8
- package/components/areas/contexts/AreasContext/index.7c12b512.js +0 -230
- package/components/areas/contexts/index.1a823ffb.js +0 -2
- package/components/areas/hooks/index.d09ea7de.js +0 -26
- package/components/areas/hooks/useArea/index.3a0d4b8c.js +0 -34
- package/components/areas/hooks/useArea/index.d.ts +0 -11
- package/components/areas/hooks/useWindow/index.d.ts +0 -11
- package/components/modal/index.d6dcd1b1.js +0 -24
- package/components/mui_extended/index.8b30e8c8.js +0 -19
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/Header → Header}/skeleton.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/Header → Header}/styles.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/index.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/styles.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/index.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/styles.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/types.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/types.d.ts +0 -0
- /package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/DynamicMFParmsContext/types.d.ts +0 -0
- /package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/WindowToolsMFContext/index.d.ts +0 -0
package/index.js
CHANGED
|
@@ -2,81 +2,83 @@ import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
|
2
2
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
3
3
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
4
4
|
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
5
|
-
import { I, a as a2 } from "./components/Icon/index.
|
|
5
|
+
import { I, a as a2 } from "./components/Icon/index.caaed284.js";
|
|
6
6
|
import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
7
7
|
import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
8
8
|
import { L } from "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
9
9
|
import { P } from "./components/animate/PropagateLoader/index.be5b02c3.js";
|
|
10
|
-
import {
|
|
11
|
-
import { A, a as a3 } from "./components/areas/contexts/AreasContext/index.
|
|
12
|
-
import {
|
|
13
|
-
import { u
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { R
|
|
17
|
-
import { R as
|
|
18
|
-
import { R as
|
|
10
|
+
import { A, c } from "./components/areas/components/index.359c2b18.js";
|
|
11
|
+
import { A as A2, a as a3 } from "./components/areas/contexts/AreasContext/index.de8b4e78.js";
|
|
12
|
+
import { a as a4, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
13
|
+
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
14
|
+
import { u as u2 } from "./components/areas/hooks/index.ae8d8631.js";
|
|
15
|
+
import { b as b2, D, L as L2, c as c2, g } from "./components/areas/index.8a58bcbf.js";
|
|
16
|
+
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.09c400c3.js";
|
|
17
|
+
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.e8acff04.js";
|
|
18
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.70310f35.js";
|
|
19
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.7b815072.js";
|
|
19
20
|
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
20
21
|
import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
21
|
-
import { R as R7, a as
|
|
22
|
+
import { R as R7, a as a5 } from "./components/hook-form/RHFTextField/index.d4c39859.js";
|
|
22
23
|
import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
23
|
-
import { R as R9 } from "./components/hook-form/RHFPeriod/index.
|
|
24
|
-
import { P as P2, g as g4 } from "./components/Period/index.
|
|
25
|
-
import { R as R10 } from "./components/hook-form/RHFUpload/index.
|
|
26
|
-
import { A as
|
|
27
|
-
import { A as
|
|
24
|
+
import { R as R9 } from "./components/hook-form/RHFPeriod/index.3c7d393c.js";
|
|
25
|
+
import { P as P2, g as g4 } from "./components/Period/index.fbf074d3.js";
|
|
26
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.31044674.js";
|
|
27
|
+
import { A as A3 } from "./components/mui_extended/Accordion/index.437bb3f8.js";
|
|
28
|
+
import { A as A4 } from "./components/mui_extended/Avatar/index.fe06afd7.js";
|
|
28
29
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
29
30
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
30
|
-
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.
|
|
31
|
+
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.f8ce9ccd.js";
|
|
31
32
|
import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
32
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
33
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.57824447.js";
|
|
33
34
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
34
35
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
35
|
-
import { M as
|
|
36
|
+
import { M as M3 } from "./components/mui_extended/MenuActions/index.37043326.js";
|
|
36
37
|
import { P as P3 } from "./components/mui_extended/Popover/index.226f247e.js";
|
|
37
|
-
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.
|
|
38
|
+
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.eeed3bd5.js";
|
|
38
39
|
import { T } from "./components/mui_extended/Tab/index.e0653a0a.js";
|
|
39
|
-
import { T as T2 } from "./components/mui_extended/Typography/index.
|
|
40
|
-
import { B as B4 } from "./components/formatters/BooleanFormatter/index.
|
|
41
|
-
import { D as
|
|
40
|
+
import { T as T2 } from "./components/mui_extended/Typography/index.b3c6e71c.js";
|
|
41
|
+
import { B as B4 } from "./components/formatters/BooleanFormatter/index.7eb0498c.js";
|
|
42
|
+
import { D as D2, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
42
43
|
import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
43
44
|
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
44
|
-
import { C as C2, F, P as P6, g as g9, a as
|
|
45
|
+
import { C as C2, F, P as P6, g as g9, a as a6, b as b3 } from "./components/formatters/index.f6b9ed01.js";
|
|
45
46
|
import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
46
|
-
import { D as
|
|
47
|
+
import { D as D3, N, T as T3, c as c3, d, b as b4, a as a7, g as g11 } from "./components/DataGrid/index.2f4a0e64.js";
|
|
47
48
|
import { c as c4 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
48
49
|
import { c as c5 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
49
50
|
import { c as c6 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
50
51
|
import { c as c7 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
51
|
-
import { D as
|
|
52
|
-
import { H, e
|
|
53
|
-
import { A as
|
|
54
|
-
import { A as
|
|
55
|
-
import { A as
|
|
56
|
-
import { A as
|
|
57
|
-
import { A as
|
|
58
|
-
import { a as
|
|
59
|
-
import { L as L6 } from "./components/LanguagePopover/index.
|
|
60
|
-
import { I as I4 } from "./components/Image/index.
|
|
52
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.789ab474.js";
|
|
53
|
+
import { H, e } from "./components/HelperText/index.a69e9509.js";
|
|
54
|
+
import { A as A5, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.154d7cb6.js";
|
|
55
|
+
import { A as A6 } from "./components/CommonActions/components/ActionCancel/index.9d521b2a.js";
|
|
56
|
+
import { A as A7 } from "./components/CommonActions/components/ActionIntro/index.1ba5b02b.js";
|
|
57
|
+
import { A as A8 } from "./components/CommonActions/components/ActionFormCancel/index.4756457f.js";
|
|
58
|
+
import { A as A9 } from "./components/CommonActions/components/ActionFormIntro/index.40321b1b.js";
|
|
59
|
+
import { a as a8, A as A10, D as D5 } from "./vendor.8edaef93.js";
|
|
60
|
+
import { L as L6 } from "./components/LanguagePopover/index.5af28b9e.js";
|
|
61
|
+
import { I as I4 } from "./components/Image/index.82a6cd46.js";
|
|
61
62
|
import { L as L7 } from "./components/Loadable/index.117eaced.js";
|
|
62
|
-
import { M as
|
|
63
|
-
import { W } from "./components/modal/WindowConfirm.
|
|
64
|
-
import { W as
|
|
65
|
-
import { N as N2 } from "./components/NavLink/index.
|
|
66
|
-
import { N as N3, d as
|
|
67
|
-
import { O, d as
|
|
68
|
-
import { P as P8 } from "./components/PaperForm/index.
|
|
63
|
+
import { M as M4, d as d3, g as g14 } from "./components/ModalDialog/index.cdfd1ae8.js";
|
|
64
|
+
import { W as W2 } from "./components/modal/WindowConfirm.e21763cb.js";
|
|
65
|
+
import { W as W3 } from "./components/modal/WindowBase.6a40a945.js";
|
|
66
|
+
import { N as N2 } from "./components/NavLink/index.251fcf0d.js";
|
|
67
|
+
import { N as N3, d as d4, g as g15 } from "./components/NoItemSelected/index.3b9d16e3.js";
|
|
68
|
+
import { O, d as d5, g as g16 } from "./components/ObjectLogs/index.57ea68b3.js";
|
|
69
|
+
import { P as P8 } from "./components/PaperForm/index.d2d492ea.js";
|
|
69
70
|
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
70
71
|
import { P as P9 } from "./components/PropertyValue/index.dfcfe1ba.js";
|
|
71
|
-
import { R as R11 } from "./components/Resizeable/index.
|
|
72
|
+
import { R as R11 } from "./components/Resizeable/index.aafda79e.js";
|
|
72
73
|
import { S } from "./components/ScrollBar/index.bbe48f4d.js";
|
|
73
74
|
import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
74
75
|
import { S as S3 } from "./components/SplitLayout/index.5a8355d8.js";
|
|
75
|
-
import { S as S4 } from "./components/SideBar/index.
|
|
76
|
-
import {
|
|
76
|
+
import { S as S4 } from "./components/SideBar/index.3bc6a634.js";
|
|
77
|
+
import { a as a9, D as D6, M as M5 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
78
|
+
import { M as M6, a as a10 } from "./contexts/ModalContext/index.8e3cd7a8.js";
|
|
77
79
|
import { R as R12 } from "./contexts/RHFormContext/index.a7511399.js";
|
|
78
80
|
import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
79
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
81
|
+
import { u as u4 } from "./hooks/useModal/index.d590f506.js";
|
|
80
82
|
import { L as L8 } from "./assets/Logo/index.228dcb5a.js";
|
|
81
83
|
import "framer-motion";
|
|
82
84
|
import "react";
|
|
@@ -86,26 +88,23 @@ import "@m4l/core";
|
|
|
86
88
|
import "@mui/base";
|
|
87
89
|
import "@mui/material/styles";
|
|
88
90
|
import "./node_modules.416f1da3.js";
|
|
89
|
-
import "./components/areas/hooks/useArea/index.
|
|
91
|
+
import "./components/areas/hooks/useArea/index.2adbe001.js";
|
|
90
92
|
import "zustand";
|
|
91
93
|
import "zustand/shallow";
|
|
92
94
|
import "clsx";
|
|
93
95
|
import "react-router-dom";
|
|
94
96
|
import "@mui/material/Button";
|
|
95
97
|
import "@mui/lab";
|
|
96
|
-
import "./utils/index.
|
|
97
|
-
import "./react-resizable.
|
|
98
|
-
import "./react-draggable.
|
|
98
|
+
import "./utils/index.a2312a73.js";
|
|
99
|
+
import "./react-resizable.8307e056.js";
|
|
100
|
+
import "./react-draggable.0d64c8b1.js";
|
|
99
101
|
import "prop-types";
|
|
100
102
|
import "react-dom";
|
|
101
|
-
import "zustand/middleware/immer";
|
|
102
|
-
import "zustand/middleware";
|
|
103
|
-
import "lodash/debounce";
|
|
104
|
-
import "lodash.clonedeep";
|
|
105
|
-
import "@m4l/graphics";
|
|
106
103
|
import "react-grid-layout";
|
|
107
104
|
import "react-hook-form";
|
|
105
|
+
import "lodash/debounce";
|
|
108
106
|
import "@mui/x-date-pickers";
|
|
107
|
+
import "@m4l/graphics";
|
|
109
108
|
import "lodash/isString";
|
|
110
109
|
import "react-dropzone";
|
|
111
110
|
import "react-dnd";
|
|
@@ -115,39 +114,42 @@ import "@hookform/resolvers/yup";
|
|
|
115
114
|
import "./react-json-view.57125fcf.js";
|
|
116
115
|
import "./commonjs.565e6834.js";
|
|
117
116
|
import "./react-splitter-layout.8b1655c8.js";
|
|
117
|
+
import "lodash";
|
|
118
|
+
import "zustand/middleware";
|
|
119
|
+
import "zustand/middleware/immer";
|
|
118
120
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
119
121
|
import "./react-data-grid.d46d625e.js";
|
|
120
122
|
import "react-helmet-async";
|
|
121
123
|
import "simplebar-react";
|
|
122
124
|
import "simplebar/dist/simplebar.min.css?used";
|
|
123
125
|
export {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
126
|
+
b2 as AREAS_DICTIONARY_ID,
|
|
127
|
+
A3 as Accordion,
|
|
128
|
+
a8 as AccountPopover,
|
|
129
|
+
A6 as ActionCancel,
|
|
130
|
+
A8 as ActionFormCancel,
|
|
131
|
+
A9 as ActionFormIntro,
|
|
132
|
+
A7 as ActionIntro,
|
|
133
|
+
A5 as Actions,
|
|
134
|
+
A10 as AppBar,
|
|
135
|
+
A as AreasAdmin,
|
|
136
|
+
A2 as AreasContext,
|
|
135
137
|
a3 as AreasProvider,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
+
c as AreasViewer,
|
|
139
|
+
A4 as Avatar,
|
|
138
140
|
B4 as BooleanFormatter,
|
|
139
141
|
B as BoxIcon,
|
|
140
142
|
B2 as Breadcrumbs,
|
|
141
143
|
B3 as Button,
|
|
142
144
|
C as CircularProgress,
|
|
143
145
|
C2 as ConcatenatedFormatter,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
146
|
+
D as DICCTIONARY,
|
|
147
|
+
D3 as DataGrid,
|
|
148
|
+
D2 as DateFormatter,
|
|
149
|
+
D5 as DraggableWindow,
|
|
150
|
+
D4 as DynamicFilter,
|
|
151
|
+
a9 as DynamicMFParmsContext,
|
|
152
|
+
D6 as DynamicMFParmsProvider,
|
|
151
153
|
F as FORMATTER_DICTIONARY,
|
|
152
154
|
H2 as HelmetPage,
|
|
153
155
|
H as HelperText,
|
|
@@ -164,11 +166,11 @@ export {
|
|
|
164
166
|
L3 as LoadingButton,
|
|
165
167
|
L as LoadingScreen,
|
|
166
168
|
L8 as Logo,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
+
M5 as MemonizedDynamicMFParmsProvider,
|
|
170
|
+
M3 as MenuActions,
|
|
169
171
|
M6 as ModalContext,
|
|
170
|
-
|
|
171
|
-
|
|
172
|
+
M4 as ModalDialog,
|
|
173
|
+
a10 as ModalProvider,
|
|
172
174
|
M as MotionContainer,
|
|
173
175
|
M2 as MotionLazyContainer,
|
|
174
176
|
N2 as NavLink,
|
|
@@ -193,7 +195,7 @@ export {
|
|
|
193
195
|
R8 as RHFRadioGroup,
|
|
194
196
|
R6 as RHFSelect,
|
|
195
197
|
R7 as RHFTextField,
|
|
196
|
-
|
|
198
|
+
a5 as RHFTextFieldPassword,
|
|
197
199
|
R10 as RHFUploadImage,
|
|
198
200
|
R12 as RHFormProvider,
|
|
199
201
|
R11 as ResizeableWindow,
|
|
@@ -205,33 +207,33 @@ export {
|
|
|
205
207
|
T3 as TextEditor,
|
|
206
208
|
T2 as Typography,
|
|
207
209
|
U as UncertaintyFormatter,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
210
|
+
W3 as WindowBase,
|
|
211
|
+
W2 as WindowConfirm,
|
|
212
|
+
a4 as WindowToolsMFContext,
|
|
213
|
+
W as WindowToolsMFProvider,
|
|
212
214
|
c3 as columnBooleanFormatter,
|
|
213
|
-
|
|
214
|
-
|
|
215
|
+
d as columnConcatenatedValuesFormatter,
|
|
216
|
+
b4 as columnDateFormatter,
|
|
215
217
|
c6 as columnNestedValueFormatter,
|
|
216
218
|
c5 as columnPointsFormatter,
|
|
217
219
|
c7 as columnPriceFormatter,
|
|
218
220
|
c4 as columnUncertaintyFormatter,
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
221
|
+
d2 as defaultCommonActionsDictionary,
|
|
222
|
+
d3 as defaultModalDialogDictionary,
|
|
223
|
+
d4 as defaultNoItemSelectedDictionary,
|
|
224
|
+
d5 as defaultObjectLogDictionary,
|
|
225
|
+
e as errorLabelClasses,
|
|
224
226
|
c2 as getAreasComponentsDictionary,
|
|
225
227
|
g as getAreasDictionary,
|
|
226
228
|
g13 as getCommonActionsDictionary,
|
|
227
|
-
|
|
229
|
+
a7 as getDataGridRowsFromSet,
|
|
228
230
|
g12 as getDynamicFilterComponentsDictionary,
|
|
229
231
|
g9 as getFormatConcatenated,
|
|
230
232
|
g6 as getFormatDate,
|
|
231
|
-
|
|
233
|
+
a6 as getFormatPeriod,
|
|
232
234
|
g8 as getFormatPoints,
|
|
233
235
|
g10 as getFormatPrice,
|
|
234
|
-
|
|
236
|
+
b3 as getFormattersComponentsDictionary,
|
|
235
237
|
g11 as getGridComponentsDictionary,
|
|
236
238
|
g14 as getModalDialogComponentsDictionary,
|
|
237
239
|
g15 as getNoItemSelectedComponentsDictionary,
|
package/package.json
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.70",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"dependencies": {
|
|
6
|
+
"@emotion/react": "^11.9.0",
|
|
7
|
+
"@emotion/styled": "^11.8.1",
|
|
6
8
|
"@hookform/resolvers": "^2.9.5",
|
|
7
9
|
"@m4l/core": "*",
|
|
8
10
|
"@m4l/graphics": "*",
|
|
9
11
|
"@m4l/styles": "*",
|
|
10
12
|
"@mui/lab": "5.0.0-alpha.89",
|
|
11
|
-
"@mui/material": "5.10.4",
|
|
12
|
-
"@mui/system": "5.10.4",
|
|
13
|
-
"@mui/x-date-pickers": "6.2.0",
|
|
14
13
|
"immer": "^9.0.21",
|
|
15
14
|
"install": "^0.13.0",
|
|
16
15
|
"lodash.clonedeep": "^4.5.0",
|
|
@@ -2,7 +2,7 @@ import React__default from "react";
|
|
|
2
2
|
import require$$1 from "prop-types";
|
|
3
3
|
import require$$2 from "react-dom";
|
|
4
4
|
import clsx from "clsx";
|
|
5
|
-
import { s as shims, l as log, d as domFns, p as positionFns } from "./utils/index.
|
|
5
|
+
import { s as shims, l as log, d as domFns, p as positionFns } from "./utils/index.a2312a73.js";
|
|
6
6
|
var cjs = { exports: {} };
|
|
7
7
|
var Draggable$1 = {};
|
|
8
8
|
var DraggableCore$2 = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default from "react";
|
|
2
|
-
import { c as cjs } from "./react-draggable.
|
|
3
|
-
import { u as utils } from "./utils/index.
|
|
2
|
+
import { c as cjs } from "./react-draggable.0d64c8b1.js";
|
|
3
|
+
import { u as utils } from "./utils/index.a2312a73.js";
|
|
4
4
|
import require$$1 from "prop-types";
|
|
5
5
|
const react_resizable_css = ".react-resizable {\n position: relative;\n}\n.react-resizable-handle {\n position: absolute;\n width: 20px;\n height: 20px;\n background-repeat: no-repeat;\n background-origin: content-box;\n box-sizing: border-box;\n background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');\n background-position: bottom right;\n padding: 0 3px 3px 0;\n}\n.react-resizable-handle-sw {\n bottom: 0;\n left: 0;\n cursor: sw-resize;\n transform: rotate(90deg);\n}\n.react-resizable-handle-se {\n bottom: 0;\n right: 0;\n cursor: se-resize;\n}\n.react-resizable-handle-nw {\n top: 0;\n left: 0;\n cursor: nw-resize;\n transform: rotate(180deg);\n}\n.react-resizable-handle-ne {\n top: 0;\n right: 0;\n cursor: ne-resize;\n transform: rotate(270deg);\n}\n.react-resizable-handle-w,\n.react-resizable-handle-e {\n top: 50%;\n margin-top: -10px;\n cursor: ew-resize;\n}\n.react-resizable-handle-w {\n left: 0;\n transform: rotate(135deg);\n}\n.react-resizable-handle-e {\n right: 0;\n transform: rotate(315deg);\n}\n.react-resizable-handle-n,\n.react-resizable-handle-s {\n left: 50%;\n margin-left: -10px;\n cursor: ns-resize;\n}\n.react-resizable-handle-n {\n top: 0;\n transform: rotate(225deg);\n}\n.react-resizable-handle-s {\n bottom: 0;\n transform: rotate(45deg);\n}";
|
|
6
6
|
var reactResizable = { exports: {} };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { generateUtilityClass } from "@mui/material";
|
|
2
2
|
import React__default from "react";
|
|
3
|
-
import { I as ICON_PREFIX } from "../vendor.
|
|
3
|
+
import { I as ICON_PREFIX } from "../vendor.8edaef93.js";
|
|
4
4
|
function isValidDate(d) {
|
|
5
5
|
return d && d instanceof Date && !isNaN(d.getTime());
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./components/Icon/index.
|
|
1
|
+
import "./components/Icon/index.caaed284.js";
|
|
2
2
|
import "framer-motion";
|
|
3
3
|
import { generateUtilityClasses, generateUtilityClass, styled as styled$1 } from "@mui/material";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -6,75 +6,77 @@ import { styled } from "@mui/material/styles";
|
|
|
6
6
|
import "react-router-dom";
|
|
7
7
|
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
8
8
|
import "./components/animate/PropagateLoader/index.be5b02c3.js";
|
|
9
|
-
import
|
|
10
|
-
import "./contexts/ModalContext/index.
|
|
9
|
+
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
10
|
+
import "./contexts/ModalContext/index.8e3cd7a8.js";
|
|
11
11
|
import { useState, useEffect } from "react";
|
|
12
12
|
import "react-hook-form";
|
|
13
13
|
import "@hookform/resolvers/yup";
|
|
14
14
|
import "./contexts/RHFormContext/index.a7511399.js";
|
|
15
15
|
import { useModuleDictionary, useNetwork, useEnvironment } from "@m4l/core";
|
|
16
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
17
|
-
import "./components/Image/index.
|
|
18
|
-
import { T as Typography } from "./components/mui_extended/Typography/index.
|
|
16
|
+
import "./components/hook-form/RHFAutocomplete/index.09c400c3.js";
|
|
17
|
+
import "./components/Image/index.82a6cd46.js";
|
|
18
|
+
import { T as Typography } from "./components/mui_extended/Typography/index.b3c6e71c.js";
|
|
19
19
|
import "clsx";
|
|
20
|
-
import { I as IconButton } from "./components/mui_extended/IconButton/index.
|
|
21
|
-
import "./components/mui_extended/Accordion/index.
|
|
20
|
+
import { I as IconButton } from "./components/mui_extended/IconButton/index.57824447.js";
|
|
21
|
+
import "./components/mui_extended/Accordion/index.437bb3f8.js";
|
|
22
22
|
import { A as Avatar } from "./components/mui_extended/Avatar/index.fe06afd7.js";
|
|
23
23
|
import "@mui/material/Button";
|
|
24
|
-
import "./components/mui_extended/Button/index.
|
|
24
|
+
import "./components/mui_extended/Button/index.f8ce9ccd.js";
|
|
25
25
|
import "@mui/lab";
|
|
26
26
|
import { P as Popover } from "./components/mui_extended/Popover/index.226f247e.js";
|
|
27
|
-
import "./components/mui_extended/MenuActions/index.
|
|
28
|
-
import "./components/mui_extended/Pager/index.
|
|
27
|
+
import "./components/mui_extended/MenuActions/index.37043326.js";
|
|
28
|
+
import "./components/mui_extended/Pager/index.eeed3bd5.js";
|
|
29
29
|
import "./components/mui_extended/Tab/index.e0653a0a.js";
|
|
30
|
-
import "./components/HelperText/index.
|
|
30
|
+
import "./components/HelperText/index.a69e9509.js";
|
|
31
31
|
import "lodash/debounce";
|
|
32
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
33
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
32
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.e8acff04.js";
|
|
33
|
+
import "./components/hook-form/RHFCheckbox/index.70310f35.js";
|
|
34
34
|
import "@mui/x-date-pickers";
|
|
35
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
35
|
+
import "./components/hook-form/RHFDateTime/index.7b815072.js";
|
|
36
36
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
37
|
-
import "./components/hook-form/RHFTextField/index.
|
|
38
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
39
|
-
import "./components/Period/index.
|
|
40
|
-
import "./components/CommonActions/components/Actions/index.
|
|
41
|
-
import { c as cjs } from "./react-draggable.
|
|
42
|
-
import "./components/ModalDialog/index.
|
|
43
|
-
import "./components/Resizeable/index.
|
|
44
|
-
import "./components/modal/WindowConfirm.
|
|
45
|
-
import "./components/modal/WindowBase.
|
|
37
|
+
import "./components/hook-form/RHFTextField/index.d4c39859.js";
|
|
38
|
+
import "./components/hook-form/RHFPeriod/index.3c7d393c.js";
|
|
39
|
+
import "./components/Period/index.fbf074d3.js";
|
|
40
|
+
import "./components/CommonActions/components/Actions/index.154d7cb6.js";
|
|
41
|
+
import { c as cjs } from "./react-draggable.0d64c8b1.js";
|
|
42
|
+
import "./components/ModalDialog/index.cdfd1ae8.js";
|
|
43
|
+
import "./components/Resizeable/index.aafda79e.js";
|
|
44
|
+
import "./components/modal/WindowConfirm.e21763cb.js";
|
|
45
|
+
import "./components/modal/WindowBase.6a40a945.js";
|
|
46
46
|
import "zustand";
|
|
47
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
47
|
+
import "./components/areas/contexts/AreasContext/index.de8b4e78.js";
|
|
48
|
+
import { A as AreasAdmin } from "./components/areas/components/index.359c2b18.js";
|
|
48
49
|
import "zustand/shallow";
|
|
50
|
+
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
49
51
|
import "lodash/isString";
|
|
50
52
|
import "react-dropzone";
|
|
51
|
-
import "./components/hook-form/RHFUpload/index.
|
|
52
|
-
import "./components/DataGrid/index.
|
|
53
|
+
import "./components/hook-form/RHFUpload/index.31044674.js";
|
|
54
|
+
import "./components/DataGrid/index.2f4a0e64.js";
|
|
53
55
|
import "react-dnd";
|
|
54
56
|
import "react-dnd-html5-backend";
|
|
55
|
-
import "./components/DynamicFilter/index.
|
|
57
|
+
import "./components/DynamicFilter/index.789ab474.js";
|
|
56
58
|
import "./components/ScrollBar/index.bbe48f4d.js";
|
|
57
59
|
import "yup";
|
|
58
|
-
import "./components/LanguagePopover/index.
|
|
59
|
-
import "./components/NavLink/index.
|
|
60
|
-
import "./components/NoItemSelected/index.
|
|
61
|
-
import "./components/ObjectLogs/index.
|
|
60
|
+
import "./components/LanguagePopover/index.5af28b9e.js";
|
|
61
|
+
import "./components/NavLink/index.251fcf0d.js";
|
|
62
|
+
import "./components/NoItemSelected/index.3b9d16e3.js";
|
|
63
|
+
import "./components/ObjectLogs/index.57ea68b3.js";
|
|
62
64
|
import "./react-json-view.57125fcf.js";
|
|
63
|
-
import "./components/PaperForm/index.
|
|
65
|
+
import "./components/PaperForm/index.d2d492ea.js";
|
|
64
66
|
import "./components/Page/index.4237c241.js";
|
|
65
67
|
import "./components/PropertyValue/index.dfcfe1ba.js";
|
|
66
68
|
import "./react-splitter-layout.8b1655c8.js";
|
|
67
69
|
import "./components/SplitLayout/index.5a8355d8.js";
|
|
68
|
-
import "./components/SideBar/index.
|
|
70
|
+
import "./components/SideBar/index.3bc6a634.js";
|
|
69
71
|
import "./components/animate/variants/fade.b561c0fc.js";
|
|
70
72
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
71
73
|
import "./components/animate/variants/container.11f82b76.js";
|
|
72
74
|
import "./components/animate/variants/transition.bd46b9ce.js";
|
|
73
75
|
import "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
74
76
|
import "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
75
|
-
import "./components/areas/hooks/useDynamicMFParameters/index.
|
|
76
|
-
import "./components/areas/hooks/index.
|
|
77
|
-
import "./components/areas/index.
|
|
77
|
+
import "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
78
|
+
import "./components/areas/hooks/index.ae8d8631.js";
|
|
79
|
+
import "./components/areas/index.8a58bcbf.js";
|
|
78
80
|
import "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
79
81
|
import "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
80
82
|
import "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
@@ -83,26 +85,26 @@ import "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
|
83
85
|
import { C as CircularProgress } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
84
86
|
import "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
85
87
|
import "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
86
|
-
import "./components/formatters/BooleanFormatter/index.
|
|
88
|
+
import "./components/formatters/BooleanFormatter/index.7eb0498c.js";
|
|
87
89
|
import "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
88
90
|
import "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
89
91
|
import "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
90
|
-
import "./components/formatters/index.
|
|
92
|
+
import "./components/formatters/index.f6b9ed01.js";
|
|
91
93
|
import "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
92
94
|
import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
93
95
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
94
96
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
95
97
|
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
96
|
-
import "./components/CommonActions/components/ActionCancel/index.
|
|
97
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
98
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
99
|
-
import "./components/CommonActions/components/ActionFormIntro/index.
|
|
98
|
+
import "./components/CommonActions/components/ActionCancel/index.9d521b2a.js";
|
|
99
|
+
import "./components/CommonActions/components/ActionIntro/index.1ba5b02b.js";
|
|
100
|
+
import "./components/CommonActions/components/ActionFormCancel/index.4756457f.js";
|
|
101
|
+
import "./components/CommonActions/components/ActionFormIntro/index.40321b1b.js";
|
|
100
102
|
import "./components/Loadable/index.117eaced.js";
|
|
101
103
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
102
104
|
import { unstable_composeClasses } from "@mui/base";
|
|
103
|
-
import { c as getNameDataTestId } from "./utils/index.
|
|
105
|
+
import { c as getNameDataTestId } from "./utils/index.a2312a73.js";
|
|
104
106
|
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
105
|
-
import "./hooks/useModal/index.
|
|
107
|
+
import "./hooks/useModal/index.d590f506.js";
|
|
106
108
|
import "./assets/Logo/index.228dcb5a.js";
|
|
107
109
|
const TEST_PROP_ID = "data-testid";
|
|
108
110
|
const DraggableWindow = (props) => {
|
package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/helper.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { WritableDraft } from 'immer/dist/internal';
|
|
2
|
-
import { Layouts } from 'react-grid-layout';
|
|
3
|
-
import { HashWindowsByLayouts } from '../../../../../../types';
|
|
4
|
-
import { AreaStateWithActions } from './types';
|
|
5
|
-
import { WinLayout } from './types';
|
|
6
|
-
export declare const ROW_HEIGTH_GRIDLAYOUT = 100;
|
|
7
|
-
export declare const CONTAINER_PADDING_GRIDLAYOUT = 3;
|
|
8
|
-
export declare const DEBOUCED_SAVE_TIME = 500;
|
|
9
|
-
export declare const COOKIE_BREAKPOINT_LAYOUTS = "layoutPros";
|
|
10
|
-
export declare const COOKIE_WINDOWS = "windows";
|
|
11
|
-
export declare const NORMALIZED_BREAKPOINTS: {
|
|
12
|
-
lg: number;
|
|
13
|
-
md: number;
|
|
14
|
-
sm: number;
|
|
15
|
-
xs: number;
|
|
16
|
-
xxs: number;
|
|
17
|
-
};
|
|
18
|
-
export declare const NORMALIZED_COLS: {
|
|
19
|
-
lg: number;
|
|
20
|
-
md: number;
|
|
21
|
-
sm: number;
|
|
22
|
-
xs: number;
|
|
23
|
-
xxs: number;
|
|
24
|
-
};
|
|
25
|
-
export declare const MAXIMIZED_COLS: {
|
|
26
|
-
lg: number;
|
|
27
|
-
md: number;
|
|
28
|
-
sm: number;
|
|
29
|
-
xs: number;
|
|
30
|
-
xxs: number;
|
|
31
|
-
};
|
|
32
|
-
export declare const getParmsFromValue: (key: string, data: []) => any;
|
|
33
|
-
export declare function setAddBreakPoints(state: WritableDraft<AreaStateWithActions>, newLayout: WinLayout): Layouts;
|
|
34
|
-
export declare function setBreakPointsMaximized(state: WritableDraft<AreaStateWithActions>, layoutId?: string): Layouts;
|
|
35
|
-
export declare function getDataFromResponse(data: any, state: WritableDraft<AreaStateWithActions>): {
|
|
36
|
-
newBreakPointsLayouts: any;
|
|
37
|
-
newGridLayouts: any[];
|
|
38
|
-
newHashWindowLayouts: HashWindowsByLayouts;
|
|
39
|
-
};
|
package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/index.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { AreaProviderProps } from './types';
|
|
3
|
-
declare const AreaContext: React.Context<(Omit<Omit<import("zustand").StoreApi<import("./types").AreaStateWithActions>, "setState"> & {
|
|
4
|
-
setState<A extends string | {
|
|
5
|
-
type: unknown;
|
|
6
|
-
}>(partial: import("./types").AreaStateWithActions | Partial<import("./types").AreaStateWithActions> | ((state: import("./types").AreaStateWithActions) => import("./types").AreaStateWithActions | Partial<import("./types").AreaStateWithActions>), replace?: boolean | undefined, action?: A | undefined): void;
|
|
7
|
-
}, "setState"> & {
|
|
8
|
-
setState(nextStateOrUpdater: import("./types").AreaStateWithActions | Partial<import("./types").AreaStateWithActions> | ((state: import("immer/dist/internal").WritableDraft<import("./types").AreaStateWithActions>) => void), shouldReplace?: boolean | undefined, action?: string | {
|
|
9
|
-
type: unknown;
|
|
10
|
-
} | undefined): void;
|
|
11
|
-
}) | null>;
|
|
12
|
-
declare const AreaProvider: {
|
|
13
|
-
(props: AreaProviderProps): React.JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
declare const MemonizedAreaProvider: React.MemoExoticComponent<{
|
|
17
|
-
(props: AreaProviderProps): React.JSX.Element;
|
|
18
|
-
displayName: string;
|
|
19
|
-
}>;
|
|
20
|
-
export { AreaProvider, AreaContext, MemonizedAreaProvider };
|
package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/store.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { AreaStateWithActions, InitialStoreProps } from './types';
|
|
2
|
-
export declare const createAreaStore: (initProps: InitialStoreProps) => Omit<Omit<import("zustand").StoreApi<AreaStateWithActions>, "setState"> & {
|
|
3
|
-
setState<A extends string | {
|
|
4
|
-
type: unknown;
|
|
5
|
-
}>(partial: AreaStateWithActions | Partial<AreaStateWithActions> | ((state: AreaStateWithActions) => AreaStateWithActions | Partial<AreaStateWithActions>), replace?: boolean | undefined, action?: A | undefined): void;
|
|
6
|
-
}, "setState"> & {
|
|
7
|
-
setState(nextStateOrUpdater: AreaStateWithActions | Partial<AreaStateWithActions> | ((state: import("immer/dist/internal").WritableDraft<AreaStateWithActions>) => void), shouldReplace?: boolean | undefined, action?: string | {
|
|
8
|
-
type: unknown;
|
|
9
|
-
} | undefined): void;
|
|
10
|
-
};
|
|
11
|
-
export declare type AreaStore = ReturnType<typeof createAreaStore>;
|