@m4l/components 9.1.1 → 9.1.2
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/commonjs/index.js +8 -0
- package/components/DynamicFilter/dictionary.js +1 -1
- package/components/PaperForm/index.js +1 -0
- package/components/PropertyValue/index.js +1 -0
- package/components/SplitLayout/SplitLayout.js +1 -1
- package/components/areas/components/AreasViewer/styles.js +1 -1
- package/components/extended/react-resizable/Resizable/slots/ResizableSlots.js +1 -1
- package/components/extended/react-resizable/ResizableBox/slots/ResizableBoxSlots.js +1 -1
- package/package.json +2 -3
- package/style.css +0 -65
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/dictionary.js";
|
|
2
1
|
import { g as getRHFAutocompleteComponentsDictionary } from "../hook-form/RHFAutocomplete/dictionary.js";
|
|
2
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/dictionary.js";
|
|
3
3
|
const DYNAMIC_FILTER_DICTIONARY_ID = "dynamic_filter";
|
|
4
4
|
function getDynamicFilterComponentsDictionary() {
|
|
5
5
|
return [DYNAMIC_FILTER_DICTIONARY_ID].concat(
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -4,7 +4,7 @@ import { u as useSplitLayoutUtilityClasses } from "./classes/index.js";
|
|
|
4
4
|
import clsx from "clsx";
|
|
5
5
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.js";
|
|
6
6
|
import { g as getNameSplitLayoutDataTestId } from "./tests/utils.js";
|
|
7
|
-
import SplitterLayout from "react-splitter-layout";
|
|
7
|
+
import { S as SplitterLayout } from "../../node_modules/react-splitter-layout.js";
|
|
8
8
|
function SplitLayout(props) {
|
|
9
9
|
const {
|
|
10
10
|
splitPosition,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import "/Users/jalinux/Documents/Dev/Frontend/M4l/m4l_monorepo/node_modules/react-resizable/css/styles.css";
|
|
2
2
|
import { styled } from "@mui/material/styles";
|
|
3
3
|
import { a as areasViewerClasses } from "./classes/index.js";
|
|
4
4
|
const AreasViewerRoot = styled("div")`
|
|
@@ -2,7 +2,7 @@ import { styled } from "@mui/material/styles";
|
|
|
2
2
|
import { C as COMPONET_KEY_COMPONENT } from "../constants.js";
|
|
3
3
|
import { r as resizableBoxStyles } from "../../ResizableBox/ResizeableBox.styles.js";
|
|
4
4
|
import { R as ResizableSlots } from "./slots.js";
|
|
5
|
-
import { Resizable } from "react-resizable";
|
|
5
|
+
import { Resizable } from "/Users/jalinux/Documents/Dev/Frontend/M4l/m4l_monorepo/node_modules/react-resizable/index.js";
|
|
6
6
|
const RootStyled = styled(Resizable, { name: COMPONET_KEY_COMPONENT, slot: ResizableSlots.root })(
|
|
7
7
|
resizableBoxStyles?.root
|
|
8
8
|
);
|
|
@@ -2,7 +2,7 @@ import { styled } from "@mui/material/styles";
|
|
|
2
2
|
import { C as COMPONET_KEY_COMPONENT } from "../constants.js";
|
|
3
3
|
import { r as resizableBoxStyles } from "../ResizeableBox.styles.js";
|
|
4
4
|
import { R as ResizableBoxSlots } from "./slots.js";
|
|
5
|
-
import { ResizableBox } from "react-resizable";
|
|
5
|
+
import { ResizableBox } from "/Users/jalinux/Documents/Dev/Frontend/M4l/m4l_monorepo/node_modules/react-resizable/index.js";
|
|
6
6
|
const RootStyled = styled(ResizableBox, { name: COMPONET_KEY_COMPONENT, slot: ResizableBoxSlots.root })(
|
|
7
7
|
resizableBoxStyles?.root
|
|
8
8
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.2",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"*.{js,ts,tsx}": "eslint --fix --max-warnings 0"
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"react-resizable": "^3.0.4",
|
|
45
45
|
"react-router-dom": "6.3.0",
|
|
46
46
|
"react-spinners": "^0.13.8",
|
|
47
|
-
"react-splitter-layout": "^4.0.0",
|
|
48
47
|
"react-toastify": "10.0.5",
|
|
49
48
|
"react-transition-group": "^4.4.5",
|
|
50
49
|
"simplebar-react": "3.2.6",
|
|
@@ -54,7 +53,7 @@
|
|
|
54
53
|
"peerDependencies": {
|
|
55
54
|
"@m4l/core": "^2.0.12",
|
|
56
55
|
"@m4l/graphics": "^7.0.2",
|
|
57
|
-
"@m4l/styles": "^7.
|
|
56
|
+
"@m4l/styles": "^7.1.5",
|
|
58
57
|
"@mui/lab": "5.0.0-alpha.173",
|
|
59
58
|
"@mui/material": "^5.15.19",
|
|
60
59
|
"@mui/x-date-pickers": "^6.11.1"
|
package/style.css
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
.react-resizable {
|
|
2
|
-
position: relative;
|
|
3
|
-
}
|
|
4
|
-
.react-resizable-handle {
|
|
5
|
-
position: absolute;
|
|
6
|
-
width: 20px;
|
|
7
|
-
height: 20px;
|
|
8
|
-
background-repeat: no-repeat;
|
|
9
|
-
background-origin: content-box;
|
|
10
|
-
box-sizing: border-box;
|
|
11
|
-
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
|
|
12
|
-
background-position: bottom right;
|
|
13
|
-
padding: 0 3px 3px 0;
|
|
14
|
-
}
|
|
15
|
-
.react-resizable-handle-sw {
|
|
16
|
-
bottom: 0;
|
|
17
|
-
left: 0;
|
|
18
|
-
cursor: sw-resize;
|
|
19
|
-
transform: rotate(90deg);
|
|
20
|
-
}
|
|
21
|
-
.react-resizable-handle-se {
|
|
22
|
-
bottom: 0;
|
|
23
|
-
right: 0;
|
|
24
|
-
cursor: se-resize;
|
|
25
|
-
}
|
|
26
|
-
.react-resizable-handle-nw {
|
|
27
|
-
top: 0;
|
|
28
|
-
left: 0;
|
|
29
|
-
cursor: nw-resize;
|
|
30
|
-
transform: rotate(180deg);
|
|
31
|
-
}
|
|
32
|
-
.react-resizable-handle-ne {
|
|
33
|
-
top: 0;
|
|
34
|
-
right: 0;
|
|
35
|
-
cursor: ne-resize;
|
|
36
|
-
transform: rotate(270deg);
|
|
37
|
-
}
|
|
38
|
-
.react-resizable-handle-w,
|
|
39
|
-
.react-resizable-handle-e {
|
|
40
|
-
top: 50%;
|
|
41
|
-
margin-top: -10px;
|
|
42
|
-
cursor: ew-resize;
|
|
43
|
-
}
|
|
44
|
-
.react-resizable-handle-w {
|
|
45
|
-
left: 0;
|
|
46
|
-
transform: rotate(135deg);
|
|
47
|
-
}
|
|
48
|
-
.react-resizable-handle-e {
|
|
49
|
-
right: 0;
|
|
50
|
-
transform: rotate(315deg);
|
|
51
|
-
}
|
|
52
|
-
.react-resizable-handle-n,
|
|
53
|
-
.react-resizable-handle-s {
|
|
54
|
-
left: 50%;
|
|
55
|
-
margin-left: -10px;
|
|
56
|
-
cursor: ns-resize;
|
|
57
|
-
}
|
|
58
|
-
.react-resizable-handle-n {
|
|
59
|
-
top: 0;
|
|
60
|
-
transform: rotate(225deg);
|
|
61
|
-
}
|
|
62
|
-
.react-resizable-handle-s {
|
|
63
|
-
bottom: 0;
|
|
64
|
-
transform: rotate(45deg);
|
|
65
|
-
}
|