@m4l/components 1.0.22 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/AccountPopover/{index.f8453a39.js → index.789ca5b9.js} +3 -3
- package/components/AppBar/{index.48d5220c.js → index.a1734c3b.js} +4 -4
- package/components/BaseModule/BaseModule.d.ts +2 -0
- package/components/BaseModule/index.d.ts +2 -0
- package/components/BaseModule/index.db78c929.js +30 -0
- package/components/BaseModule/types.d.ts +10 -0
- package/components/CommonActions/components/ActionCancel/{index.5dc2a47d.js → index.a44544d1.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.2a421fd5.js → index.1b921390.js} +4 -4
- package/components/CommonActions/components/ActionFormIntro/{index.dfab71be.js → index.624a468b.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.3f96d6dc.js → index.63222f6a.js} +2 -2
- package/components/CommonActions/components/Actions/{index.2569b4df.js → index.46d6c3d1.js} +2 -2
- package/components/DataGrid/formatters/ColumnBooleanFormatter/{index.f29b245f.js → index.8ba7afb9.js} +1 -1
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/{index.e54fd4db.js → index.5a93dc9b.js} +1 -1
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/{index.3424cf67.js → index.35597c7f.js} +1 -1
- package/components/DataGrid/formatters/{index.59c6d2a6.js → index.4a07af63.js} +2 -2
- package/components/DataGrid/{index.79892601.js → index.65f1da52.js} +4 -4
- package/components/DataGrid/subcomponents/Actions/{index.6d5cb1d7.js → index.1fed83ce.js} +11 -11
- package/components/DragResizeWindow/{index.be8a40b2.js → index.ad0da648.js} +3 -3
- package/components/DynamicFilter/{dictionary.d15d08fc.js → dictionary.7aeaab97.js} +2 -2
- package/components/DynamicFilter/{index.900abf99.js → index.895da58e.js} +4 -4
- package/components/DynamicFilter/slots/{dynamicFilterSlots.95aa2fd6.js → dynamicFilterSlots.84150a22.js} +6 -6
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +1 -1
- package/components/DynamicFilter/store/{index.13e44665.js → index.6ec4c67c.js} +1 -1
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/{index.11860dc2.js → index.42446f8e.js} +3 -3
- package/components/DynamicFilter/subcomponents/AppliedFilters/{index.1c74b0a2.js → index.621ca411.js} +4 -4
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/{index.11e8fb88.js → index.0c3af964.js} +6 -6
- package/components/DynamicFilter/subcomponents/FieldTypes/BooleanFilter/{index.2c973bfc.js → index.f92d2a9c.js} +2 -2
- package/components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/{index.254058ff.js → index.aad7a12c.js} +4 -4
- package/components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/{index.2b0a8737.js → index.852c4c73.js} +3 -3
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/{index.42cb7301.js → index.4beced1d.js} +4 -4
- package/components/DynamicFilter/subcomponents/FieldTypes/StringFilter/{index.88923c45.js → index.17191093.js} +3 -3
- package/components/DynamicFilter/subcomponents/FieldTypes/{index.1f7bcb48.js → index.10c9c338.js} +5 -5
- package/components/DynamicFilter/subcomponents/FilterActions/{index.5820ac71.js → index.7bee6c25.js} +3 -3
- package/components/DynamicFilter/subcomponents/InputFilter/{index.b9a06165.js → index.85d720be.js} +4 -4
- package/components/DynamicFilter/subcomponents/PopoverFilter/{index.86a867ab.js → index.0fdc8a51.js} +6 -6
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/{index.4cd0d771.js → index.3674da6c.js} +2 -2
- package/components/FieldLabel/{index.9b515e11.js → index.523aaa62.js} +4 -4
- package/components/GridLayout/{index.2a975f9d.js → index.3b90ce9b.js} +2 -2
- package/components/GridLayout/subcomponents/Griditem/{index.d1d38e7a.js → index.83d54714.js} +3 -3
- package/components/GridLayout/subcomponents/Responsive/{index.84c3e0eb.js → index.f06bbf5e.js} +1 -1
- package/components/GridLayout/subcomponents/SizeProvider/{index.28155002.js → index.72bfaedb.js} +1 -1
- package/components/HelperText/{index.985f65b9.js → index.af402ba9.js} +2 -2
- package/components/Icon/{index.735ed5af.js → index.ab280d41.js} +3 -3
- package/components/Image/{index.31093474.js → index.ec13c4a1.js} +2 -2
- package/components/LanguagePopover/{index.a7ec1033.js → index.6af275d0.js} +4 -4
- package/components/LinearProgressIndeterminate/{index.af8809c0.js → index.6739ff49.js} +2 -2
- package/components/LoadingError/{index.1b480949.js → index.cfdfb380.js} +5 -5
- package/components/MFIsolationApp/MFIsolationApp.d.ts +2 -0
- package/components/MFIsolationApp/index.96eb2a32.js +167 -0
- package/components/MFIsolationApp/index.d.ts +1 -0
- package/components/MFIsolationApp/subcomponents/MFAuthApp/MFAuthApp.d.ts +2 -0
- package/components/MFIsolationApp/subcomponents/MFAuthApp/index.d.ts +1 -0
- package/components/MFIsolationApp/subcomponents/MFAuthApp/types.d.ts +6 -0
- package/components/MFIsolationApp/types.d.ts +14 -0
- package/components/MFLoader/{index.c65e5b0f.js → index.9f542136.js} +2 -2
- package/components/ModalDialog/{index.52db045e.js → index.b975fc7b.js} +4 -4
- package/components/NavLink/{index.01b82b32.js → index.9cc3caf4.js} +2 -2
- package/components/NoItemSelected/{index.55fc2872.js → index.4ea373aa.js} +1 -1
- package/components/ObjectLogs/{index.22344399.js → index.55d93ddb.js} +9 -9
- package/components/PDFViewer/{index.a8751ff9.js → index.8d8c9d39.js} +2 -2
- package/components/Page/{index.bea04867.js → index.eb107182.js} +1 -1
- package/components/PaperForm/{index.b76ee2b3.js → index.37170e07.js} +2 -2
- package/components/Period/{index.3731b3c5.js → index.2a193da0.js} +4 -4
- package/components/PrintingSystem/{index.5941d5ea.js → index.6d6cd410.js} +14 -14
- package/components/PrintingSystem/subcomponents/BodyNode/{index.f63e9cca.js → index.2f4b2285.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.4b32dbc2.js → index.0e11ce1a.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.2ac056f3.js → index.774c0eb8.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.dbda1218.js → index.23fb8a3e.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.0770d62f.js → index.9cd30c38.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.f01a96bc.js → index.9f4f2196.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.76ad4b49.js → index.7b78e756.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.8dc2d646.js → index.6c924beb.js} +1 -1
- package/components/PrintingSystem/subcomponents/SectionNode/{index.f5e3019c.js → index.2da2a062.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.86ad2bd4.js → index.334ff3ef.js} +1 -1
- package/components/PropertyValue/{index.b8350841.js → index.cec68741.js} +3 -3
- package/components/Resizeable/{index.031731ec.js → index.a27cb569.js} +1 -1
- package/components/ScrollBar/{index.f59feb47.js → index.4e447b30.js} +1 -1
- package/components/SideBar/{index.6b59320a.js → index.902789b8.js} +6 -6
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +1 -1
- package/components/SplitLayout/{index.3e816b39.js → index.e048f8c4.js} +1 -1
- package/components/ToastContainer/{index.bb85cf2c.js → index.319037c5.js} +3 -3
- package/components/animate/LoadingScreen/{index.614abae2.js → index.d22d67a3.js} +1 -1
- package/components/animate/{index.34175ff1.js → index.271410bf.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.92015229.js → index.f3a211a4.js} +15 -15
- package/components/areas/components/AreasViewer/{index.5613b04c.js → index.8e9d24c2.js} +15 -15
- package/components/areas/contexts/AreasContext/{index.ab6739b8.js → index.b29fb29f.js} +6 -6
- package/components/areas/hooks/useAreas/{index.fb7026bb.js → index.5f7f615d.js} +1 -1
- package/components/commercial/AppBarCommercial/{index.84ddbcf1.js → index.8b27200f.js} +2 -2
- package/components/commercial/SectionCommercial/{index.b0416595.js → index.6ffe7283.js} +2 -2
- package/components/commercial/TopBar/{index.fefacbbb.js → index.67ee203b.js} +6 -6
- package/components/commercial/{index.e852decf.js → index.196f2f16.js} +3 -3
- package/components/formatters/BooleanFormatter/{index.bab92b54.js → index.71e5727f.js} +2 -2
- package/components/formatters/{index.54397ac7.js → index.6c7fdd6c.js} +2 -2
- package/components/hook-form/HelperError/{index.f3c76460.js → index.af99c705.js} +1 -1
- package/components/hook-form/RHFAutocomplete/{index.6e22b0e5.js → index.b295a0b4.js} +6 -6
- package/components/hook-form/RHFAutocompleteAsync/{index.027097e2.js → index.ad51f3e2.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.f55b8014.js → index.4aa49169.js} +3 -3
- package/components/hook-form/RHFColorPicker/{index.b3921a34.js → index.6e788803.js} +6 -6
- package/components/hook-form/RHFDateTime/{index.d017e3ea.js → index.4c686856.js} +4 -4
- package/components/hook-form/RHFPeriod/{index.f76251fc.js → index.7bd17690.js} +4 -4
- package/components/hook-form/RHFTextField/{index.d982607c.js → index.ec3f5dd5.js} +5 -5
- package/components/hook-form/RHFUpload/{index.5fa39ab0.js → index.1275836a.js} +5 -5
- package/components/index.d.ts +2 -0
- package/components/maps/components/GpsTools/{index.3e432a7d.js → index.44b82290.js} +23 -23
- package/components/maps/components/Map/{index.92f8d4f5.js → index.7cb66143.js} +14 -14
- package/components/modal/{WindowBase.62dc9432.js → WindowBase.e663941b.js} +3 -3
- package/components/modal/{WindowConfirm.af2047ad.js → WindowConfirm.abcfd142.js} +6 -6
- package/components/mui_extended/Accordion/{index.2c184653.js → index.1d692b19.js} +4 -4
- package/components/mui_extended/Avatar/{index.b4817d98.js → index.561ed0f7.js} +1 -1
- package/components/mui_extended/Badge/{index.40d1aa2c.js → index.abad2c28.js} +1 -1
- package/components/mui_extended/Button/{index.3f98a33c.js → index.8afd5131.js} +3 -3
- package/components/mui_extended/{CheckBox.d1a186d8.js → CheckBox.d84658da.js} +2 -2
- package/components/mui_extended/IconButton/{index.6e1e7606.js → index.cb274bbe.js} +2 -2
- package/components/mui_extended/MenuActions/{index.e40047bd.js → index.8168ad20.js} +5 -5
- package/components/mui_extended/Pager/{index.3d387e89.js → index.9184e616.js} +4 -4
- package/components/mui_extended/Popover/{index.2dc9ded4.js → index.594e3587.js} +1 -1
- package/components/mui_extended/Stack/{index.5ffdbe1b.js → index.6516b2b5.js} +1 -1
- package/components/mui_extended/Tab/{index.aa10efd0.js → index.2ac4a667.js} +1 -1
- package/components/mui_extended/ToggleButton/{index.82878215.js → index.94cd32f3.js} +1 -1
- package/components/mui_extended/ToggleIconButton/{index.ce4374ba.js → index.3cb364d1.js} +1 -1
- package/components/mui_extended/Typography/{index.5bd73114.js → index.71fbb5c4.js} +1 -1
- package/components/popups/PopupsProvider/{index.67239cbd.js → index.07940e4f.js} +1 -1
- package/components/popups/PopupsViewer/{index.4b9f2606.js → index.d8b9a059.js} +4 -4
- package/contexts/ModalContext/{index.ca0f8525.js → index.dd147fa6.js} +3 -3
- package/contexts/RHFormContext/{index.b08da209.js → index.cedd3482.js} +1 -1
- package/hooks/useFormAddEdit/{index.a5612e31.js → index.00c86b5b.js} +2 -2
- package/hooks/useModal/{index.f2579c58.js → index.84233480.js} +1 -1
- package/hooks/useTab/{index.36300b7b.js → index.74399f56.js} +1 -1
- package/index.js +131 -123
- package/package.json +4 -1
- package/{react-draggable.310e3387.js → react-draggable.079122b0.js} +1 -1
- package/{react-resizable.3755959b.js → react-resizable.330f1499.js} +2 -2
- package/styles/{DynamicFilter.c33860d6.js → DynamicFilter.0713a406.js} +49 -35
- package/styles/DynamicFilter.styles.d.ts +1 -1
- package/styles/{index.2129f144.js → index.1735a866.js} +8 -8
- /package/utils/{index.78d1638f.js → index.f77cc2ab.js} +0 -0
package/index.js
CHANGED
|
@@ -1,140 +1,142 @@
|
|
|
1
|
-
import { D, c, g } from "./components/DataGrid/index.
|
|
1
|
+
import { D, c, g } from "./components/DataGrid/index.65f1da52.js";
|
|
2
2
|
import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.3f0d9e28.js";
|
|
3
|
-
import { N as N2 } from "./components/NavLink/index.
|
|
3
|
+
import { N as N2 } from "./components/NavLink/index.9cc3caf4.js";
|
|
4
4
|
import { S } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
5
|
-
import { A, I } from "./components/animate/index.
|
|
5
|
+
import { A, I } from "./components/animate/index.271410bf.js";
|
|
6
6
|
import { M } from "./components/animate/MotionContainer/index.3032bd8f.js";
|
|
7
7
|
import { M as M2 } from "./components/animate/MotionLazyContainer/index.d2902a6c.js";
|
|
8
|
-
import { L } from "./components/animate/LoadingScreen/index.
|
|
8
|
+
import { L } from "./components/animate/LoadingScreen/index.d22d67a3.js";
|
|
9
9
|
import { P } from "./components/animate/PropagateLoader/index.a9da8d00.js";
|
|
10
10
|
import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
11
11
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
12
12
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
13
13
|
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
14
|
-
import { A as A2 } from "./components/areas/components/AreasAdmin/index.
|
|
15
|
-
import { A as A3 } from "./components/areas/components/AreasViewer/index.
|
|
14
|
+
import { A as A2 } from "./components/areas/components/AreasAdmin/index.f3a211a4.js";
|
|
15
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.8e9d24c2.js";
|
|
16
16
|
import { a as a2, W } from "./components/areas/contexts/WindowToolsMFContext/index.992ae7a3.js";
|
|
17
17
|
import { a as a3, D as D2, M as M3, c as c2 } from "./components/areas/contexts/DynamicMFParmsContext/index.3d9ad0ad.js";
|
|
18
|
-
import {
|
|
18
|
+
import { b as b2, A as A4 } from "./components/areas/contexts/AreasContext/index.b29fb29f.js";
|
|
19
19
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.9e09e1e3.js";
|
|
20
20
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.2fbae9dc.js";
|
|
21
21
|
import { A as A5, D as D3, L as L2, a as a4, g as g2 } from "./components/areas/dictionary.08cfc4c9.js";
|
|
22
|
-
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.
|
|
23
|
-
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
24
|
-
import { R as R3 } from "./components/hook-form/RHFDateTime/index.
|
|
22
|
+
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.b295a0b4.js";
|
|
23
|
+
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.ad51f3e2.js";
|
|
24
|
+
import { R as R3 } from "./components/hook-form/RHFDateTime/index.4c686856.js";
|
|
25
25
|
import { R as R4 } from "./components/hook-form/RHFMultiCheckbox/index.437e6ba3.js";
|
|
26
26
|
import { R as R5 } from "./components/hook-form/RHFSelect/index.c6c60ecc.js";
|
|
27
|
-
import { R as R6 } from "./components/hook-form/RHFPeriod/index.
|
|
28
|
-
import { P as P2, g as g5 } from "./components/Period/index.
|
|
27
|
+
import { R as R6 } from "./components/hook-form/RHFPeriod/index.7bd17690.js";
|
|
28
|
+
import { P as P2, g as g5 } from "./components/Period/index.2a193da0.js";
|
|
29
29
|
import { R as R7 } from "./components/hook-form/RHFRadioGroup/index.11c0add8.js";
|
|
30
|
-
import { R as R8, g as g6 } from "./components/hook-form/RHFColorPicker/index.
|
|
31
|
-
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.
|
|
32
|
-
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.
|
|
33
|
-
import { R as R11 } from "./components/hook-form/RHFUpload/index.
|
|
34
|
-
import { A as A6 } from "./components/mui_extended/Accordion/index.
|
|
35
|
-
import { A as A7 } from "./components/mui_extended/Avatar/index.
|
|
30
|
+
import { R as R8, g as g6 } from "./components/hook-form/RHFColorPicker/index.6e788803.js";
|
|
31
|
+
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.4aa49169.js";
|
|
32
|
+
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.ec3f5dd5.js";
|
|
33
|
+
import { R as R11 } from "./components/hook-form/RHFUpload/index.1275836a.js";
|
|
34
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.1d692b19.js";
|
|
35
|
+
import { A as A7 } from "./components/mui_extended/Avatar/index.561ed0f7.js";
|
|
36
36
|
import { B } from "./components/mui_extended/BoxIcon/index.d61e7ac5.js";
|
|
37
37
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.4a44883c.js";
|
|
38
38
|
import { C } from "./components/mui_extended/CircularProgress/index.967e70b7.js";
|
|
39
|
-
import { B as B3 } from "./components/mui_extended/Badge/index.
|
|
39
|
+
import { B as B3 } from "./components/mui_extended/Badge/index.abad2c28.js";
|
|
40
40
|
import { L as L3 } from "./components/mui_extended/LinearProgress/index.4092bb69.js";
|
|
41
41
|
import { L as L4 } from "./components/mui_extended/LinkWithRoute/index.288c51f3.js";
|
|
42
|
-
import { B as B4, I as I2, L as L5 } from "./components/mui_extended/Button/index.
|
|
43
|
-
import { M as M4 } from "./components/mui_extended/MenuActions/index.
|
|
44
|
-
import { P as P3, g as g7 } from "./components/mui_extended/Pager/index.
|
|
45
|
-
import { a as a6, b as b4, d as d2, c as c4, T as T2 } from "./components/mui_extended/Tab/index.
|
|
46
|
-
import { C as C2 } from "./components/mui_extended/CheckBox.
|
|
47
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
48
|
-
import { P as P4 } from "./components/mui_extended/Popover/index.
|
|
49
|
-
import { S as S2 } from "./components/mui_extended/Stack/index.
|
|
42
|
+
import { B as B4, I as I2, L as L5 } from "./components/mui_extended/Button/index.8afd5131.js";
|
|
43
|
+
import { M as M4 } from "./components/mui_extended/MenuActions/index.8168ad20.js";
|
|
44
|
+
import { P as P3, g as g7 } from "./components/mui_extended/Pager/index.9184e616.js";
|
|
45
|
+
import { a as a6, b as b4, d as d2, c as c4, T as T2 } from "./components/mui_extended/Tab/index.2ac4a667.js";
|
|
46
|
+
import { C as C2 } from "./components/mui_extended/CheckBox.d84658da.js";
|
|
47
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.cb274bbe.js";
|
|
48
|
+
import { P as P4 } from "./components/mui_extended/Popover/index.594e3587.js";
|
|
49
|
+
import { S as S2 } from "./components/mui_extended/Stack/index.6516b2b5.js";
|
|
50
50
|
import { T as T3 } from "./components/mui_extended/Tooltip/index.49bb5ee1.js";
|
|
51
|
-
import { T as T4 } from "./components/mui_extended/Typography/index.
|
|
52
|
-
import { T as T5 } from "./components/mui_extended/ToggleButton/index.
|
|
53
|
-
import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.
|
|
54
|
-
import { B as B5 } from "./components/formatters/BooleanFormatter/index.
|
|
51
|
+
import { T as T4 } from "./components/mui_extended/Typography/index.71fbb5c4.js";
|
|
52
|
+
import { T as T5 } from "./components/mui_extended/ToggleButton/index.94cd32f3.js";
|
|
53
|
+
import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.3cb364d1.js";
|
|
54
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.71e5727f.js";
|
|
55
55
|
import { D as D4, g as g8 } from "./components/formatters/DateFormatter/index.2ef6f261.js";
|
|
56
56
|
import { U, g as g9 } from "./components/formatters/UncertaintyFormatter/index.c3ffdebc.js";
|
|
57
57
|
import { P as P5, g as g10 } from "./components/formatters/PointsFormatter/index.51cd6774.js";
|
|
58
|
-
import { C as C3, P as P6, g as g11, a as a7, b as b5 } from "./components/formatters/index.
|
|
58
|
+
import { C as C3, P as P6, g as g11, a as a7, b as b5 } from "./components/formatters/index.6c7fdd6c.js";
|
|
59
59
|
import { P as P7, g as g12 } from "./components/formatters/PriceFormatter/index.97f75b4b.js";
|
|
60
60
|
import { C as C4 } from "./components/DataGrid/formatters/ColumnUncertaintyFormatter/index.a87302d1.js";
|
|
61
61
|
import { C as C5 } from "./components/DataGrid/formatters/ColumnPointsFormatter/index.ab152484.js";
|
|
62
62
|
import { C as C6 } from "./components/DataGrid/formatters/ColumnNestedValueFormatter/index.880e743b.js";
|
|
63
|
-
import { C as C7 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/index.
|
|
63
|
+
import { C as C7 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/index.8ba7afb9.js";
|
|
64
64
|
import { C as C8 } from "./components/DataGrid/formatters/ColumnDateFormatter/index.e00d0cf2.js";
|
|
65
|
-
import { C as C9 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.
|
|
65
|
+
import { C as C9 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.5a93dc9b.js";
|
|
66
66
|
import { C as C10 } from "./components/DataGrid/formatters/ColumnPriceFormatter/index.bf9d9e60.js";
|
|
67
|
-
import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.
|
|
67
|
+
import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.35597c7f.js";
|
|
68
68
|
import { C as C12 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/index.4045b2f2.js";
|
|
69
|
-
import { a as a8 } from "./components/DynamicFilter/dictionary.
|
|
70
|
-
import { D as D5 } from "./components/DynamicFilter/index.
|
|
71
|
-
import { F } from "./components/FieldLabel/index.
|
|
72
|
-
import { H, e } from "./components/HelperText/index.
|
|
73
|
-
import { A as A8, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.
|
|
74
|
-
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.
|
|
75
|
-
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.
|
|
76
|
-
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
77
|
-
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.
|
|
78
|
-
import { D as D6, d as d4 } from "./components/DragResizeWindow/index.
|
|
79
|
-
import { G, w, A as A13 } from "./components/GridLayout/index.
|
|
80
|
-
import { R as R12, a as a9, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.
|
|
81
|
-
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.
|
|
82
|
-
import { P as P8 } from "./components/PrintingSystem/index.
|
|
83
|
-
import { I as I4 } from "./components/Icon/index.
|
|
84
|
-
import { L as L6 } from "./components/LanguagePopover/index.
|
|
85
|
-
import { L as L7 } from "./components/LinearProgressIndeterminate/index.
|
|
86
|
-
import { I as I5 } from "./components/Image/index.
|
|
69
|
+
import { a as a8 } from "./components/DynamicFilter/dictionary.7aeaab97.js";
|
|
70
|
+
import { D as D5 } from "./components/DynamicFilter/index.895da58e.js";
|
|
71
|
+
import { F } from "./components/FieldLabel/index.523aaa62.js";
|
|
72
|
+
import { H, e } from "./components/HelperText/index.af402ba9.js";
|
|
73
|
+
import { A as A8, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.46d6c3d1.js";
|
|
74
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.a44544d1.js";
|
|
75
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.63222f6a.js";
|
|
76
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.1b921390.js";
|
|
77
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.624a468b.js";
|
|
78
|
+
import { D as D6, d as d4 } from "./components/DragResizeWindow/index.ad0da648.js";
|
|
79
|
+
import { G, w, A as A13 } from "./components/GridLayout/index.3b90ce9b.js";
|
|
80
|
+
import { R as R12, a as a9, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.f06bbf5e.js";
|
|
81
|
+
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.72bfaedb.js";
|
|
82
|
+
import { P as P8 } from "./components/PrintingSystem/index.6d6cd410.js";
|
|
83
|
+
import { I as I4 } from "./components/Icon/index.ab280d41.js";
|
|
84
|
+
import { L as L6 } from "./components/LanguagePopover/index.6af275d0.js";
|
|
85
|
+
import { L as L7 } from "./components/LinearProgressIndeterminate/index.6739ff49.js";
|
|
86
|
+
import { I as I5 } from "./components/Image/index.ec13c4a1.js";
|
|
87
87
|
import { L as L8 } from "./components/Loadable/index.e83cdb4e.js";
|
|
88
|
-
import { C as C13, b as b7, d as d5, c as c6, e as e2, u as u3 } from "./components/maps/components/Map/index.
|
|
89
|
-
import { M as M5, G as G2, u as u4 } from "./components/maps/components/GpsTools/index.
|
|
90
|
-
import { M as M6, d as d6, g as g14 } from "./components/ModalDialog/index.
|
|
88
|
+
import { C as C13, b as b7, d as d5, c as c6, e as e2, u as u3 } from "./components/maps/components/Map/index.7cb66143.js";
|
|
89
|
+
import { M as M5, G as G2, u as u4 } from "./components/maps/components/GpsTools/index.44b82290.js";
|
|
90
|
+
import { M as M6, d as d6, g as g14 } from "./components/ModalDialog/index.b975fc7b.js";
|
|
91
91
|
import { g as g15 } from "./components/modal/index.81eb6def.js";
|
|
92
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
93
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
94
|
-
import { L as L9, g as g16 } from "./components/LoadingError/index.
|
|
95
|
-
import { M as M7, g as g17 } from "./components/MFLoader/index.
|
|
96
|
-
import { N as N3, d as d7, g as g18 } from "./components/NoItemSelected/index.
|
|
97
|
-
import { O, d as d8, g as g19 } from "./components/ObjectLogs/index.
|
|
98
|
-
import { P as P9 } from "./components/PaperForm/index.
|
|
99
|
-
import { P as P10 } from "./components/PDFViewer/index.
|
|
100
|
-
import { H as H2 } from "./components/Page/index.
|
|
101
|
-
import { P as P11 } from "./components/PropertyValue/index.
|
|
102
|
-
import { R as R13 } from "./components/Resizeable/index.
|
|
103
|
-
import { S as S3 } from "./components/ScrollBar/index.
|
|
104
|
-
import { S as S4 } from "./components/SplitLayout/index.
|
|
105
|
-
import { T as T7, a as a10 } from "./components/ToastContainer/index.
|
|
106
|
-
import { S as S5 } from "./components/SideBar/index.
|
|
107
|
-
import { A as A14, g as g20 } from "./components/AppBar/index.
|
|
108
|
-
import { A as A15, g as g21 } from "./components/AccountPopover/index.
|
|
109
|
-
import { a as a11, P as P12, u as u5 } from "./components/popups/PopupsProvider/index.
|
|
110
|
-
import { P as P13 } from "./components/popups/PopupsViewer/index.
|
|
111
|
-
import { A as A16 } from "./components/commercial/AppBarCommercial/index.
|
|
112
|
-
import { H as H3 } from "./components/commercial/index.
|
|
113
|
-
import { T as T8 } from "./components/commercial/TopBar/index.
|
|
114
|
-
import { S as S6 } from "./components/commercial/SectionCommercial/index.
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import { u as
|
|
92
|
+
import { W as W2 } from "./components/modal/WindowConfirm.abcfd142.js";
|
|
93
|
+
import { W as W3 } from "./components/modal/WindowBase.e663941b.js";
|
|
94
|
+
import { L as L9, g as g16 } from "./components/LoadingError/index.cfdfb380.js";
|
|
95
|
+
import { M as M7, g as g17 } from "./components/MFLoader/index.9f542136.js";
|
|
96
|
+
import { N as N3, d as d7, g as g18 } from "./components/NoItemSelected/index.4ea373aa.js";
|
|
97
|
+
import { O, d as d8, g as g19 } from "./components/ObjectLogs/index.55d93ddb.js";
|
|
98
|
+
import { P as P9 } from "./components/PaperForm/index.37170e07.js";
|
|
99
|
+
import { P as P10 } from "./components/PDFViewer/index.8d8c9d39.js";
|
|
100
|
+
import { H as H2 } from "./components/Page/index.eb107182.js";
|
|
101
|
+
import { P as P11 } from "./components/PropertyValue/index.cec68741.js";
|
|
102
|
+
import { R as R13 } from "./components/Resizeable/index.a27cb569.js";
|
|
103
|
+
import { S as S3 } from "./components/ScrollBar/index.4e447b30.js";
|
|
104
|
+
import { S as S4 } from "./components/SplitLayout/index.e048f8c4.js";
|
|
105
|
+
import { T as T7, a as a10 } from "./components/ToastContainer/index.319037c5.js";
|
|
106
|
+
import { S as S5 } from "./components/SideBar/index.902789b8.js";
|
|
107
|
+
import { A as A14, g as g20 } from "./components/AppBar/index.a1734c3b.js";
|
|
108
|
+
import { A as A15, g as g21 } from "./components/AccountPopover/index.789ca5b9.js";
|
|
109
|
+
import { a as a11, P as P12, u as u5 } from "./components/popups/PopupsProvider/index.07940e4f.js";
|
|
110
|
+
import { P as P13 } from "./components/popups/PopupsViewer/index.d8b9a059.js";
|
|
111
|
+
import { A as A16 } from "./components/commercial/AppBarCommercial/index.8b27200f.js";
|
|
112
|
+
import { H as H3 } from "./components/commercial/index.196f2f16.js";
|
|
113
|
+
import { T as T8 } from "./components/commercial/TopBar/index.67ee203b.js";
|
|
114
|
+
import { S as S6 } from "./components/commercial/SectionCommercial/index.6ffe7283.js";
|
|
115
|
+
import { M as M8 } from "./components/MFIsolationApp/index.96eb2a32.js";
|
|
116
|
+
import { B as B6 } from "./components/BaseModule/index.db78c929.js";
|
|
117
|
+
import { R as R14, g as g22 } from "./contexts/RHFormContext/index.cedd3482.js";
|
|
118
|
+
import { a as a12, M as M9 } from "./contexts/ModalContext/index.dd147fa6.js";
|
|
119
|
+
import { g as g23, u as u6 } from "./hooks/useFormAddEdit/index.00c86b5b.js";
|
|
120
|
+
import { u as u7 } from "./hooks/useModal/index.84233480.js";
|
|
121
|
+
import { u as u8 } from "./hooks/useTab/index.74399f56.js";
|
|
120
122
|
import { useState } from "react";
|
|
121
123
|
import "react/jsx-runtime";
|
|
122
|
-
import "./styles/index.
|
|
124
|
+
import "./styles/index.1735a866.js";
|
|
123
125
|
import "@mui/material";
|
|
124
126
|
import "@mui/material/styles";
|
|
125
127
|
import "simplebar-react";
|
|
126
|
-
import "./react-resizable.
|
|
127
|
-
import "./react-draggable.
|
|
128
|
+
import "./react-resizable.330f1499.js";
|
|
129
|
+
import "./react-draggable.079122b0.js";
|
|
128
130
|
import "prop-types";
|
|
129
131
|
import "react-dom";
|
|
130
132
|
import "clsx";
|
|
131
|
-
import "./utils/index.
|
|
133
|
+
import "./utils/index.f77cc2ab.js";
|
|
132
134
|
import "./react-data-grid.c5377916.js";
|
|
133
135
|
import "react-dnd";
|
|
134
136
|
import "react-dnd-html5-backend";
|
|
135
137
|
import "./components/DataGrid/constants.e334cd50.js";
|
|
136
138
|
import "@m4l/core";
|
|
137
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
139
|
+
import "./components/DataGrid/subcomponents/Actions/index.1fed83ce.js";
|
|
138
140
|
import "@m4l/graphics";
|
|
139
141
|
import "zustand/shallow";
|
|
140
142
|
import "@mui/base";
|
|
@@ -143,7 +145,7 @@ import "./test/getNameDataTestId.0faeade8.js";
|
|
|
143
145
|
import "react-router-dom";
|
|
144
146
|
import "framer-motion";
|
|
145
147
|
import "./react-spinners.342a6578.js";
|
|
146
|
-
import "./components/areas/hooks/useAreas/index.
|
|
148
|
+
import "./components/areas/hooks/useAreas/index.5f7f615d.js";
|
|
147
149
|
import "zustand";
|
|
148
150
|
import "yup";
|
|
149
151
|
import "./components/areas/constants.66529246.js";
|
|
@@ -164,36 +166,36 @@ import "@mui/material/Button";
|
|
|
164
166
|
import "@mui/lab";
|
|
165
167
|
import "./hocs/withToggle/index.548aeace.js";
|
|
166
168
|
import "./components/WrapperComponent/index.57964195.js";
|
|
167
|
-
import "./components/DynamicFilter/subcomponents/FieldTypes/index.
|
|
168
|
-
import "./components/DynamicFilter/subcomponents/FieldTypes/BooleanFilter/index.
|
|
169
|
+
import "./components/DynamicFilter/subcomponents/FieldTypes/index.10c9c338.js";
|
|
170
|
+
import "./components/DynamicFilter/subcomponents/FieldTypes/BooleanFilter/index.f92d2a9c.js";
|
|
169
171
|
import "./components/DynamicFilter/constants.095f1dbb.js";
|
|
170
|
-
import "./components/DynamicFilter/subcomponents/FieldTypes/StringFilter/index.
|
|
171
|
-
import "./components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/index.
|
|
172
|
-
import "./components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/index.
|
|
173
|
-
import "./components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/index.
|
|
174
|
-
import "./components/DynamicFilter/store/index.
|
|
175
|
-
import "./components/DynamicFilter/subcomponents/DynamicFilterBase/index.
|
|
176
|
-
import "./components/DynamicFilter/slots/dynamicFilterSlots.
|
|
172
|
+
import "./components/DynamicFilter/subcomponents/FieldTypes/StringFilter/index.17191093.js";
|
|
173
|
+
import "./components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/index.aad7a12c.js";
|
|
174
|
+
import "./components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/index.852c4c73.js";
|
|
175
|
+
import "./components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/index.4beced1d.js";
|
|
176
|
+
import "./components/DynamicFilter/store/index.6ec4c67c.js";
|
|
177
|
+
import "./components/DynamicFilter/subcomponents/DynamicFilterBase/index.0c3af964.js";
|
|
178
|
+
import "./components/DynamicFilter/slots/dynamicFilterSlots.84150a22.js";
|
|
177
179
|
import "./components/DynamicFilter/slots/SlotsEnum.104a03d4.js";
|
|
178
|
-
import "./styles/DynamicFilter.
|
|
179
|
-
import "./components/DynamicFilter/subcomponents/InputFilter/index.
|
|
180
|
-
import "./components/DynamicFilter/subcomponents/PopoverMenuFields/index.
|
|
181
|
-
import "./components/DynamicFilter/subcomponents/AppliedFilters/index.
|
|
182
|
-
import "./components/DynamicFilter/subcomponents/AppliedFilterChip/index.
|
|
183
|
-
import "./components/DynamicFilter/subcomponents/FilterActions/index.
|
|
184
|
-
import "./components/DynamicFilter/subcomponents/PopoverFilter/index.
|
|
185
|
-
import "./components/GridLayout/subcomponents/Griditem/index.
|
|
180
|
+
import "./styles/DynamicFilter.0713a406.js";
|
|
181
|
+
import "./components/DynamicFilter/subcomponents/InputFilter/index.85d720be.js";
|
|
182
|
+
import "./components/DynamicFilter/subcomponents/PopoverMenuFields/index.3674da6c.js";
|
|
183
|
+
import "./components/DynamicFilter/subcomponents/AppliedFilters/index.621ca411.js";
|
|
184
|
+
import "./components/DynamicFilter/subcomponents/AppliedFilterChip/index.42446f8e.js";
|
|
185
|
+
import "./components/DynamicFilter/subcomponents/FilterActions/index.7bee6c25.js";
|
|
186
|
+
import "./components/DynamicFilter/subcomponents/PopoverFilter/index.0fdc8a51.js";
|
|
187
|
+
import "./components/GridLayout/subcomponents/Griditem/index.83d54714.js";
|
|
186
188
|
import "fast-equals";
|
|
187
|
-
import "./components/PrintingSystem/subcomponents/DividerNode/index.
|
|
188
|
-
import "./components/PrintingSystem/subcomponents/SectionNode/index.
|
|
189
|
-
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.
|
|
190
|
-
import "./components/PrintingSystem/subcomponents/HeaderNode/index.
|
|
191
|
-
import "./components/PrintingSystem/subcomponents/BodyNode/index.
|
|
192
|
-
import "./components/PrintingSystem/subcomponents/FooterNode/index.
|
|
193
|
-
import "./components/PrintingSystem/subcomponents/PaperNode/index.
|
|
194
|
-
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.
|
|
195
|
-
import "./components/PrintingSystem/subcomponents/GridNode/index.
|
|
196
|
-
import "./components/PrintingSystem/subcomponents/ChartNode/index.
|
|
189
|
+
import "./components/PrintingSystem/subcomponents/DividerNode/index.774c0eb8.js";
|
|
190
|
+
import "./components/PrintingSystem/subcomponents/SectionNode/index.2da2a062.js";
|
|
191
|
+
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.334ff3ef.js";
|
|
192
|
+
import "./components/PrintingSystem/subcomponents/HeaderNode/index.9f4f2196.js";
|
|
193
|
+
import "./components/PrintingSystem/subcomponents/BodyNode/index.2f4b2285.js";
|
|
194
|
+
import "./components/PrintingSystem/subcomponents/FooterNode/index.23fb8a3e.js";
|
|
195
|
+
import "./components/PrintingSystem/subcomponents/PaperNode/index.7b78e756.js";
|
|
196
|
+
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.6c924beb.js";
|
|
197
|
+
import "./components/PrintingSystem/subcomponents/GridNode/index.9cd30c38.js";
|
|
198
|
+
import "./components/PrintingSystem/subcomponents/ChartNode/index.0e11ce1a.js";
|
|
197
199
|
import "chart.js";
|
|
198
200
|
import "chartjs-chart-error-bars";
|
|
199
201
|
import "react-leaflet";
|
|
@@ -209,8 +211,8 @@ import "./components/maps/index.13bb982c.js";
|
|
|
209
211
|
import "leaflet-polylinedecorator";
|
|
210
212
|
import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
|
|
211
213
|
import "@geoman-io/leaflet-geoman-free";
|
|
212
|
-
import "./components/DataGrid/formatters/index.
|
|
213
|
-
import "./components/hook-form/HelperError/index.
|
|
214
|
+
import "./components/DataGrid/formatters/index.4a07af63.js";
|
|
215
|
+
import "./components/hook-form/HelperError/index.af99c705.js";
|
|
214
216
|
import "immer";
|
|
215
217
|
import "./react-json-view.57125fcf.js";
|
|
216
218
|
import "./commonjs.565e6834.js";
|
|
@@ -220,6 +222,10 @@ import "react-toastify";
|
|
|
220
222
|
import "@m4l/styles";
|
|
221
223
|
import "react-transition-group";
|
|
222
224
|
import "./hooks/useSizeContainer/index.3c48670c.js";
|
|
225
|
+
import "history";
|
|
226
|
+
import "eventemitter3";
|
|
227
|
+
import "nprogress";
|
|
228
|
+
import "date-fns";
|
|
223
229
|
import "@hookform/resolvers/yup";
|
|
224
230
|
const useFormFocus = () => {
|
|
225
231
|
const [isFocus, setIsFocus] = useState(false);
|
|
@@ -251,11 +257,12 @@ export {
|
|
|
251
257
|
A14 as AppBar,
|
|
252
258
|
A16 as AppBarComercial,
|
|
253
259
|
A2 as AreasAdmin,
|
|
254
|
-
|
|
255
|
-
|
|
260
|
+
b2 as AreasContext,
|
|
261
|
+
A4 as AreasProvider,
|
|
256
262
|
A3 as AreasViewer,
|
|
257
263
|
A7 as Avatar,
|
|
258
264
|
B3 as Badge,
|
|
265
|
+
B6 as BaseModule,
|
|
259
266
|
B5 as BooleanFormatter,
|
|
260
267
|
B as BoxIcon,
|
|
261
268
|
B2 as Breadcrumbs,
|
|
@@ -301,6 +308,7 @@ export {
|
|
|
301
308
|
L5 as LoadingButton,
|
|
302
309
|
L9 as LoadingError,
|
|
303
310
|
L as LoadingScreen,
|
|
311
|
+
M8 as MFIsolationApp,
|
|
304
312
|
M7 as MFLoader,
|
|
305
313
|
b7 as Map,
|
|
306
314
|
d5 as MapContext,
|
|
@@ -308,9 +316,9 @@ export {
|
|
|
308
316
|
e2 as MarkerFeatureRender,
|
|
309
317
|
M3 as MemonizedDynamicMFParmsProvider,
|
|
310
318
|
M4 as MenuActions,
|
|
311
|
-
|
|
319
|
+
a12 as ModalContext,
|
|
312
320
|
M6 as ModalDialog,
|
|
313
|
-
|
|
321
|
+
M9 as ModalProvider,
|
|
314
322
|
M as MotionContainer,
|
|
315
323
|
M2 as MotionLazyContainer,
|
|
316
324
|
N2 as NavLink,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"src/**/*.{js,ts,jsx,tsx}": "eslint --max-warnings=0 --fix",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"chart.js": "^4.4.0",
|
|
28
28
|
"chartjs-chart-error-bars": "^4.3.3",
|
|
29
29
|
"esbuild": "^0.20.1",
|
|
30
|
+
"date-fns": "^2.29.2",
|
|
30
31
|
"eslint-plugin-storybook": "0.8.0",
|
|
31
32
|
"fast-equals": "^5.0.1",
|
|
32
33
|
"immer": "^9.0.21",
|
|
@@ -62,7 +63,9 @@
|
|
|
62
63
|
"@emotion/styled": "^11.3.0",
|
|
63
64
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
64
65
|
"@types/react-dom": "^17.0.0 || ^18.0.0",
|
|
66
|
+
"eventemitter3": "^4.0.7",
|
|
65
67
|
"framer-motion": "^6.5.0",
|
|
68
|
+
"history": "5.3.0",
|
|
66
69
|
"react-data-grid": "7.0.0-beta.13",
|
|
67
70
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
68
71
|
"react-dropzone": "^14.2.2",
|
|
@@ -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 { d as domFns, s as shims, l as log, p as positionFns } from "./utils/index.
|
|
5
|
+
import { d as domFns, s as shims, l as log, p as positionFns } from "./utils/index.f77cc2ab.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.079122b0.js";
|
|
3
|
+
import { u as utils } from "./utils/index.f77cc2ab.js";
|
|
4
4
|
import require$$1 from "prop-types";
|
|
5
5
|
var reactResizable = { exports: {} };
|
|
6
6
|
var Resizable$2 = {};
|