@pisell/materials 1.0.338 → 1.0.340
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/view.css +1 -1
- package/es/components/drag-sort-tree/TreeItem/index.less +27 -37
- package/lib/components/drag-sort-tree/TreeItem/index.less +27 -37
- package/package.json +3 -3
- package/lowcode/drag-sort-tree/__screenshots__/button-1.png +0 -0
|
@@ -1,47 +1,37 @@
|
|
|
1
1
|
@pisell-prefix: pisell-lowcode;
|
|
2
|
-
.pisell-lowcode-drag-sort-tree{
|
|
3
|
-
background: red;
|
|
4
|
-
}
|
|
5
2
|
|
|
6
3
|
.@{pisell-prefix} {
|
|
7
|
-
&-drag-sort-tree
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
// .draggable-title {
|
|
16
|
-
// border: none;
|
|
17
|
-
// padding: 0;
|
|
18
|
-
// }
|
|
19
|
-
.materials-grid-paginator-mini {
|
|
20
|
-
border: none;
|
|
21
|
-
}
|
|
4
|
+
&-drag-sort-tree{
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
font-size: 16px;
|
|
9
|
+
padding: 6px;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
touch-action: none !important;
|
|
22
12
|
}
|
|
23
13
|
|
|
24
|
-
&-
|
|
25
|
-
|
|
26
|
-
width: 100vw;
|
|
27
|
-
height: 100vh;
|
|
28
|
-
top: 0;
|
|
29
|
-
left: 0;
|
|
30
|
-
background-color: #fff;
|
|
31
|
-
z-index: 1000;
|
|
14
|
+
&-drag-sort-tree:hover {
|
|
15
|
+
background: rgb(237, 238, 238);
|
|
32
16
|
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
17
|
+
|
|
18
|
+
&-drag-sort-tree-item {
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
37
21
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
top: 12px;
|
|
42
|
-
right: 20px;
|
|
22
|
+
|
|
23
|
+
&-drag-sort-tree &-drag-sort-tree-title {
|
|
24
|
+
margin-left: 10px;
|
|
43
25
|
}
|
|
44
|
-
|
|
45
|
-
|
|
26
|
+
|
|
27
|
+
&-drag-sort-tree-icon,
|
|
28
|
+
&-drag-sort-tree-item-icon {
|
|
29
|
+
height: 30px;
|
|
30
|
+
width: 30px;
|
|
31
|
+
display: flex;
|
|
32
|
+
align-items: center;
|
|
33
|
+
justify-content: center;
|
|
46
34
|
}
|
|
47
35
|
}
|
|
36
|
+
|
|
37
|
+
|
|
@@ -1,47 +1,37 @@
|
|
|
1
1
|
@pisell-prefix: pisell-lowcode;
|
|
2
|
-
.pisell-lowcode-drag-sort-tree{
|
|
3
|
-
background: red;
|
|
4
|
-
}
|
|
5
2
|
|
|
6
3
|
.@{pisell-prefix} {
|
|
7
|
-
&-drag-sort-tree
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
// .draggable-title {
|
|
16
|
-
// border: none;
|
|
17
|
-
// padding: 0;
|
|
18
|
-
// }
|
|
19
|
-
.materials-grid-paginator-mini {
|
|
20
|
-
border: none;
|
|
21
|
-
}
|
|
4
|
+
&-drag-sort-tree{
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
font-size: 16px;
|
|
9
|
+
padding: 6px;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
touch-action: none !important;
|
|
22
12
|
}
|
|
23
13
|
|
|
24
|
-
&-
|
|
25
|
-
|
|
26
|
-
width: 100vw;
|
|
27
|
-
height: 100vh;
|
|
28
|
-
top: 0;
|
|
29
|
-
left: 0;
|
|
30
|
-
background-color: #fff;
|
|
31
|
-
z-index: 1000;
|
|
14
|
+
&-drag-sort-tree:hover {
|
|
15
|
+
background: rgb(237, 238, 238);
|
|
32
16
|
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
17
|
+
|
|
18
|
+
&-drag-sort-tree-item {
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
37
21
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
top: 12px;
|
|
42
|
-
right: 20px;
|
|
22
|
+
|
|
23
|
+
&-drag-sort-tree &-drag-sort-tree-title {
|
|
24
|
+
margin-left: 10px;
|
|
43
25
|
}
|
|
44
|
-
|
|
45
|
-
|
|
26
|
+
|
|
27
|
+
&-drag-sort-tree-icon,
|
|
28
|
+
&-drag-sort-tree-item-icon {
|
|
29
|
+
height: 30px;
|
|
30
|
+
width: 30px;
|
|
31
|
+
display: flex;
|
|
32
|
+
align-items: center;
|
|
33
|
+
justify-content: center;
|
|
46
34
|
}
|
|
47
35
|
}
|
|
36
|
+
|
|
37
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.340",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"react-virtualized-auto-sizer": "^1.0.20",
|
|
64
64
|
"crypto-js": "^4.2.0",
|
|
65
65
|
"@pisell/utils": "1.0.27",
|
|
66
|
-
"@pisell/
|
|
67
|
-
"@pisell/
|
|
66
|
+
"@pisell/icon": "0.0.10",
|
|
67
|
+
"@pisell/date-picker": "1.0.82"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"react": "^18.0.0",
|
|
Binary file
|