@zgfe/modules-settings 1.2.51-zhongyuan.1 → 1.2.51-zhongyuan.5

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.
Files changed (173) hide show
  1. package/README.md +33 -33
  2. package/es/components/card/demo/index.js +6 -6
  3. package/es/components/card/index.js +6 -6
  4. package/es/components/card/index.less +87 -87
  5. package/es/components/pageLoading/index.less +7 -7
  6. package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
  7. package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
  8. package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
  9. package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
  10. package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
  11. package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
  12. package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
  13. package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
  14. package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
  15. package/es/components/picCircleSelect/demo/index.js +5 -5
  16. package/es/components/picCircleSelect/index.js +7 -8
  17. package/es/components/picCircleSelect/index.less +37 -37
  18. package/es/components/processCanvas/customNode/node_point.js +4 -4
  19. package/es/components/processCanvas/demo/index.js +5 -6
  20. package/es/components/processCanvas/index.js +11 -11
  21. package/es/components/processCanvas/styles/customNode.less +149 -149
  22. package/es/components/processCanvas/styles/index.less +34 -34
  23. package/es/components/processCanvas/toolbar.js +5 -5
  24. package/es/components/selectAppWrapper/index.js +14 -15
  25. package/es/components/settingTabs/index.js +5 -5
  26. package/es/components/settingTabs/index.less +51 -51
  27. package/es/constants/api.d.ts +13 -0
  28. package/es/constants/api.js +18 -2
  29. package/es/constants/icons/demo.css +539 -539
  30. package/es/constants/icons/demo_index.html +9871 -9871
  31. package/es/constants/icons/iconfont.css +1699 -1699
  32. package/es/constants/icons/iconfont.json +2956 -2956
  33. package/es/global.d.ts +4 -4
  34. package/es/modules/appSettings/appInfo/index.js +7 -7
  35. package/es/modules/appSettings/dataAccessFilter/index.js +5 -5
  36. package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
  37. package/es/modules/appSettings/virtualSource/index.js +7 -7
  38. package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
  39. package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
  40. package/es/modules/companySetting/appList/index.js +12 -12
  41. package/es/modules/companySetting/appList/index.less +126 -126
  42. package/es/modules/companySetting/application/applicationForm.js +9 -9
  43. package/es/modules/companySetting/application/applicationSetting.js +5 -5
  44. package/es/modules/companySetting/application/index.js +28 -28
  45. package/es/modules/companySetting/application/index.less +126 -126
  46. package/es/modules/companySetting/business/businessForm.js +7 -7
  47. package/es/modules/companySetting/business/index.js +27 -27
  48. package/es/modules/companySetting/business/index.less +92 -92
  49. package/es/modules/companySetting/cost/index.js +20 -20
  50. package/es/modules/companySetting/cost/index.less +38 -38
  51. package/es/modules/companySetting/department/index.js +16 -16
  52. package/es/modules/companySetting/department/index.less +157 -157
  53. package/es/modules/companySetting/edit/authConfig.js +5 -5
  54. package/es/modules/companySetting/edit/authConfigCEP.js +11 -11
  55. package/es/modules/companySetting/edit/authGroup.js +13 -13
  56. package/es/modules/companySetting/edit/authModule.js +18 -18
  57. package/es/modules/companySetting/edit/multiAuthModule.js +13 -13
  58. package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
  59. package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
  60. package/es/modules/companySetting/edit/styles/authModule.less +82 -82
  61. package/es/modules/companySetting/edit/styles/user.less +54 -54
  62. package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
  63. package/es/modules/companySetting/edit/user.js +14 -14
  64. package/es/modules/companySetting/edit/userGroup.js +16 -16
  65. package/es/modules/companySetting/index.js +29 -29
  66. package/es/modules/companySetting/index.less +90 -90
  67. package/es/modules/companySetting/info/index.js +7 -7
  68. package/es/modules/companySetting/info/index.less +42 -42
  69. package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
  70. package/es/modules/companySetting/mainPart/index.js +28 -28
  71. package/es/modules/companySetting/mainPart/index.less +239 -239
  72. package/es/modules/companySetting/mainPart/mainPartForm.js +13 -13
  73. package/es/modules/companySetting/mainPart/mainPartSetting.js +5 -5
  74. package/es/modules/companySetting/mainPart/useColumns.js +16 -16
  75. package/es/modules/companySetting/operationLog/index.js +13 -13
  76. package/es/modules/companySetting/operationLog/index.less +33 -33
  77. package/es/modules/companySetting/role/index.js +23 -23
  78. package/es/modules/companySetting/role/index.less +296 -296
  79. package/es/modules/companySetting/role/setDataRangeDialog/index.js +2 -2
  80. package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
  81. package/es/modules/companySetting/style/common.less +79 -79
  82. package/es/modules/companySetting/style/reset.less +117 -117
  83. package/es/modules/companySetting/user/index.js +193 -24
  84. package/es/modules/companySetting/user/index.less +11 -0
  85. package/es/modules/companySetting/user/invite.js +14 -14
  86. package/es/modules/companySetting/virtualApp/config.js +8 -8
  87. package/es/modules/companySetting/virtualApp/index.js +12 -12
  88. package/es/modules/companySetting/virtualApp/panels/list.js +8 -9
  89. package/es/modules/companySetting/virtualApp/panels/sourceItem.js +7 -7
  90. package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
  91. package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
  92. package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
  93. package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
  94. package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
  95. package/es/modules/companySetting/wechatBinding/index.js +7 -7
  96. package/es/modules/companySetting/wechatBinding/index.less +58 -58
  97. package/es/modules/createDemand/collectionAttributeList.js +9 -9
  98. package/es/modules/createDemand/constants.js +17 -17
  99. package/es/modules/createDemand/demo/index.js +7 -7
  100. package/es/modules/createDemand/demo/selectPoint.js +13 -13
  101. package/es/modules/createDemand/index.js +39 -41
  102. package/es/modules/createDemand/styles/index.less +277 -277
  103. package/es/modules/createDemand_bf/collectionAttributeList.js +9 -9
  104. package/es/modules/createDemand_bf/constants.js +4 -4
  105. package/es/modules/createDemand_bf/index.js +35 -35
  106. package/es/modules/createDemand_bf/styles/index.less +222 -222
  107. package/es/modules/createProcess/components/index.less +52 -52
  108. package/es/modules/createProcess/components/processNode.js +11 -11
  109. package/es/modules/createProcess/index.js +17 -17
  110. package/es/modules/createProcess/index.less +114 -114
  111. package/es/modules/createProcess/title/index.js +11 -11
  112. package/es/modules/createProcess/title/index.less +53 -53
  113. package/es/modules/dealDemand/collectionAttributeList.js +9 -9
  114. package/es/modules/dealDemand/constants.js +7 -7
  115. package/es/modules/dealDemand/demo/index.js +7 -7
  116. package/es/modules/dealDemand/demo/selectPoint.js +13 -13
  117. package/es/modules/dealDemand/index.js +22 -24
  118. package/es/modules/dealDemand/styles/index.less +265 -265
  119. package/es/modules/demandManage/index.js +14 -15
  120. package/es/modules/demandManage/styles/index.less +210 -210
  121. package/es/modules/getPassword/index.js +10 -10
  122. package/es/modules/getPassword/index.less +122 -122
  123. package/es/modules/messageList/index.js +7 -8
  124. package/es/modules/messageList/index.less +81 -81
  125. package/es/modules/personalSetting/index.js +5 -5
  126. package/es/modules/personalSetting/info/index.js +5 -5
  127. package/es/modules/personalSetting/reset/index.js +5 -5
  128. package/es/modules/personalSetting/securityLog/index.js +14 -14
  129. package/es/modules/personalSetting/securityLog/index.less +11 -11
  130. package/es/modules/personalSetting/styles/unbinding.less +73 -73
  131. package/es/modules/personalSetting/unbinding/index.js +5 -5
  132. package/es/modules/pointMap/ImportModal/demo/index.js +5 -5
  133. package/es/modules/pointMap/ImportModal/index.js +14 -14
  134. package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
  135. package/es/modules/pointMap/demo/index.js +7 -7
  136. package/es/modules/pointMap/editTxt/index.js +11 -11
  137. package/es/modules/pointMap/editTxt/index.less +55 -55
  138. package/es/modules/pointMap/index.js +11 -11
  139. package/es/modules/pointMap/pageInfo.js +44 -46
  140. package/es/modules/pointMap/styles/index.less +38 -38
  141. package/es/modules/pointMap/styles/pageInfo.less +244 -244
  142. package/es/modules/pointMap/styles/tree.css +142 -0
  143. package/es/modules/pointMap/styles/tree.less +29 -0
  144. package/es/modules/pointMap/tree.js +75 -27
  145. package/es/modules/systemSetting/Dictionary.d.ts +3 -0
  146. package/es/modules/systemSetting/Dictionary.js +387 -0
  147. package/es/modules/systemSetting/DictionaryType.d.ts +14 -0
  148. package/es/modules/systemSetting/DictionaryType.js +203 -0
  149. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.js +14 -14
  150. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
  151. package/es/modules/systemSetting/approvalmanage/index.js +5 -5
  152. package/es/modules/systemSetting/approvalmanage/index.less +5 -5
  153. package/es/modules/systemSetting/approvalmanage/processManage/index.js +13 -13
  154. package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
  155. package/es/modules/systemSetting/authUrl.js +15 -15
  156. package/es/modules/systemSetting/document-setting/index.d.ts +3 -0
  157. package/es/modules/systemSetting/document-setting/index.js +467 -0
  158. package/es/modules/systemSetting/img/empty-data.png +0 -0
  159. package/es/modules/systemSetting/index.css +111 -0
  160. package/es/modules/systemSetting/index.js +19 -8
  161. package/es/modules/systemSetting/index.less +117 -0
  162. package/es/modules/systemSetting/notice/configItem/index.less +21 -21
  163. package/es/modules/systemSetting/notice/edit/index.js +5 -5
  164. package/es/modules/systemSetting/notice/edit/index.less +26 -26
  165. package/es/modules/systemSetting/notice/index.js +11 -11
  166. package/es/requests/department.js +6 -6
  167. package/es/requests/role.js +6 -6
  168. package/es/types/companySetting.d.ts +1 -0
  169. package/es/utils/base64.js +0 -1
  170. package/es/utils/constants.js +0 -4
  171. package/es/utils/functionalPermissions.js +6 -8
  172. package/es/utils/util.js +16 -16
  173. package/package.json +5 -2
@@ -1,66 +1,66 @@
1
- import React, { useRef, useState } from 'react';
2
-
3
- const DraggableRect = () => {
4
- const canvasRef = useRef(null);
5
- let rect = { x: 50, y: 50, width: 100, height: 50 };
6
- let dragging = false;
7
- let draggingx = 0;
8
- let draggingy = 0;
9
- // const [rect, setRect] = useState({ x: 50, y: 50, width: 100, height: 50 });
10
- // const [dragging, setDragging] = useState(false);
11
-
12
- const drawRect = (rect) => {
13
- const ctx = canvasRef.current.getContext('2d');
14
- ctx.clearRect(0, 0, canvasRef.current.width, canvasRef.current.height);
15
- ctx.beginPath();
16
- ctx.rect(rect.x, rect.y, rect.width, rect.height);
17
- ctx.stroke();
18
- };
19
-
20
- const handleMouseDown = (e) => {
21
- console.log('handleMouseDown', e, e.target);
22
-
23
- const { x, y } = e;
24
- const { left, top } = canvasRef.current.getBoundingClientRect();
25
- draggingx = x - left - rect.x;
26
- draggingy = y - top - rect.y;
27
- rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
28
- dragging = true;
29
- };
30
-
31
- const handleMouseMove = (e) => {
32
- if (dragging) {
33
- const { x, y } = e;
34
- const { left, top } = canvasRef.current.getBoundingClientRect();
35
- rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
36
- drawRect(rect);
37
- }
38
- };
39
-
40
- const handleMouseUp = () => {
41
- dragging = false;
42
- drawRect(rect);
43
- };
44
-
45
- // 组件挂载后,绘制矩形
46
- React.useEffect(() => {
47
- drawRect(rect);
48
- }, []);
49
-
50
- // 鼠标事件绑定
51
- React.useEffect(() => {
52
- const canvas = canvasRef.current;
53
- canvas.addEventListener('mousedown', handleMouseDown);
54
- canvas.addEventListener('mousemove', handleMouseMove);
55
- canvas.addEventListener('mouseup', handleMouseUp);
56
- return () => {
57
- canvas.removeEventListener('mousedown', handleMouseDown);
58
- canvas.removeEventListener('mousemove', handleMouseMove);
59
- canvas.removeEventListener('mouseup', handleMouseUp);
60
- };
61
- }, []);
62
-
63
- return <canvas ref={canvasRef} width={500} height={500} style={{ border: '1px solid #000' }} />;
64
- };
65
-
66
- export default DraggableRect;
1
+ import React, { useRef, useState } from 'react';
2
+
3
+ const DraggableRect = () => {
4
+ const canvasRef = useRef(null);
5
+ let rect = { x: 50, y: 50, width: 100, height: 50 };
6
+ let dragging = false;
7
+ let draggingx = 0;
8
+ let draggingy = 0;
9
+ // const [rect, setRect] = useState({ x: 50, y: 50, width: 100, height: 50 });
10
+ // const [dragging, setDragging] = useState(false);
11
+
12
+ const drawRect = (rect) => {
13
+ const ctx = canvasRef.current.getContext('2d');
14
+ ctx.clearRect(0, 0, canvasRef.current.width, canvasRef.current.height);
15
+ ctx.beginPath();
16
+ ctx.rect(rect.x, rect.y, rect.width, rect.height);
17
+ ctx.stroke();
18
+ };
19
+
20
+ const handleMouseDown = (e) => {
21
+ console.log('handleMouseDown', e, e.target);
22
+
23
+ const { x, y } = e;
24
+ const { left, top } = canvasRef.current.getBoundingClientRect();
25
+ draggingx = x - left - rect.x;
26
+ draggingy = y - top - rect.y;
27
+ rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
28
+ dragging = true;
29
+ };
30
+
31
+ const handleMouseMove = (e) => {
32
+ if (dragging) {
33
+ const { x, y } = e;
34
+ const { left, top } = canvasRef.current.getBoundingClientRect();
35
+ rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
36
+ drawRect(rect);
37
+ }
38
+ };
39
+
40
+ const handleMouseUp = () => {
41
+ dragging = false;
42
+ drawRect(rect);
43
+ };
44
+
45
+ // 组件挂载后,绘制矩形
46
+ React.useEffect(() => {
47
+ drawRect(rect);
48
+ }, []);
49
+
50
+ // 鼠标事件绑定
51
+ React.useEffect(() => {
52
+ const canvas = canvasRef.current;
53
+ canvas.addEventListener('mousedown', handleMouseDown);
54
+ canvas.addEventListener('mousemove', handleMouseMove);
55
+ canvas.addEventListener('mouseup', handleMouseUp);
56
+ return () => {
57
+ canvas.removeEventListener('mousedown', handleMouseDown);
58
+ canvas.removeEventListener('mousemove', handleMouseMove);
59
+ canvas.removeEventListener('mouseup', handleMouseUp);
60
+ };
61
+ }, []);
62
+
63
+ return <canvas ref={canvasRef} width={500} height={500} style={{ border: '1px solid #000' }} />;
64
+ };
65
+
66
+ export default DraggableRect;
@@ -1,116 +1,116 @@
1
- import React, { useRef, useState } from 'react';
2
-
3
- const DraggableRect = () => {
4
- const canvasRef = useRef(null);
5
- let rect: any = [];
6
- let dragging = false;
7
- let draggingx = 0;
8
- let draggingy = 0;
9
- let isAdd = true;
10
- let isDrawing = false;
11
- let startX, startY, stopX, stopY;
12
- let index = undefined;
13
- // const [rect, setRect] = useState({ x: 50, y: 50, width: 100, height: 50 });
14
- // const [dragging, setDragging] = useState(false);
15
-
16
- const drawRect = (rect: any) => {
17
- const ctx = canvasRef.current.getContext('2d');
18
- ctx.clearRect(0, 0, canvasRef.current.width, canvasRef.current.height);
19
- ctx.beginPath();
20
- console.log('rect', rect);
21
-
22
- rect.map((item) => {
23
- ctx.rect(item.x, item.y, item.w, item.h);
24
- });
25
-
26
- ctx.stroke();
27
- };
28
-
29
- const handleMouseDown = (e) => {
30
- if (isAdd) {
31
- isDrawing = true;
32
- startX = e.offsetX;
33
- startY = e.offsetY;
34
- } else {
35
- console.log('handleMouseDown', e, e.target);
36
-
37
- const { x, y } = e;
38
- const { left, top } = canvasRef.current.getBoundingClientRect();
39
- draggingx = x - left - rect.x;
40
- draggingy = y - top - rect.y;
41
- rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
42
- dragging = true;
43
- }
44
- };
45
-
46
- const handleMouseMove = (e) => {
47
- if (isAdd) {
48
- if (isDrawing) {
49
- stopX = e.offsetX;
50
- stopY = e.offsetY;
51
- drawRect([...rect, { x: startX, y: startY, w: stopX - startX, h: stopY - startY }]);
52
- }
53
- } else {
54
- if (dragging) {
55
- const { x, y } = e;
56
- const { left, top } = canvasRef.current.getBoundingClientRect();
57
- rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
58
- drawRect(rect);
59
- }
60
- }
61
- };
62
-
63
- const handleMouseUp = () => {
64
- if (isAdd) {
65
- rect.push({ x: startX, y: startY, w: stopX - startX, h: stopY - startY });
66
- } else {
67
- }
68
- isDrawing = false;
69
- dragging = false;
70
- };
71
-
72
- const handleMouseleave = () => {
73
- isDrawing = false;
74
- dragging = false;
75
- };
76
-
77
- const handleMouseClick = (e) => {
78
- // isAdd = false
79
- // rect.map(item => {
80
- // const { x, y } = e;
81
- // const { left, top } = canvasRef.current.getBoundingClientRect();
82
- // draggingx = x - left
83
- // draggingy = y - top
84
- // if () = {
85
- // }
86
- // rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy};
87
- // dragging = true;
88
- // })
89
- };
90
-
91
- // 组件挂载后,绘制矩形
92
- React.useEffect(() => {
93
- drawRect(rect);
94
- }, []);
95
-
96
- // 鼠标事件绑定
97
- React.useEffect(() => {
98
- const canvas = canvasRef.current;
99
- canvas.addEventListener('mousedown', handleMouseDown);
100
- canvas.addEventListener('mousemove', handleMouseMove);
101
- canvas.addEventListener('mouseup', handleMouseUp);
102
- canvas.addEventListener('mouseleave', handleMouseleave);
103
- canvas.addEventListener('click', handleMouseClick);
104
- return () => {
105
- canvas.removeEventListener('mousedown', handleMouseDown);
106
- canvas.removeEventListener('mousemove', handleMouseMove);
107
- canvas.removeEventListener('mouseup', handleMouseUp);
108
- canvas.removeEventListener('mouseleave', handleMouseleave);
109
- canvas.addEventListener('click', handleMouseClick);
110
- };
111
- }, []);
112
-
113
- return <canvas ref={canvasRef} width={500} height={500} style={{ border: '1px solid #000' }} />;
114
- };
115
-
116
- export default DraggableRect;
1
+ import React, { useRef, useState } from 'react';
2
+
3
+ const DraggableRect = () => {
4
+ const canvasRef = useRef(null);
5
+ let rect: any = [];
6
+ let dragging = false;
7
+ let draggingx = 0;
8
+ let draggingy = 0;
9
+ let isAdd = true;
10
+ let isDrawing = false;
11
+ let startX, startY, stopX, stopY;
12
+ let index = undefined;
13
+ // const [rect, setRect] = useState({ x: 50, y: 50, width: 100, height: 50 });
14
+ // const [dragging, setDragging] = useState(false);
15
+
16
+ const drawRect = (rect: any) => {
17
+ const ctx = canvasRef.current.getContext('2d');
18
+ ctx.clearRect(0, 0, canvasRef.current.width, canvasRef.current.height);
19
+ ctx.beginPath();
20
+ console.log('rect', rect);
21
+
22
+ rect.map((item) => {
23
+ ctx.rect(item.x, item.y, item.w, item.h);
24
+ });
25
+
26
+ ctx.stroke();
27
+ };
28
+
29
+ const handleMouseDown = (e) => {
30
+ if (isAdd) {
31
+ isDrawing = true;
32
+ startX = e.offsetX;
33
+ startY = e.offsetY;
34
+ } else {
35
+ console.log('handleMouseDown', e, e.target);
36
+
37
+ const { x, y } = e;
38
+ const { left, top } = canvasRef.current.getBoundingClientRect();
39
+ draggingx = x - left - rect.x;
40
+ draggingy = y - top - rect.y;
41
+ rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
42
+ dragging = true;
43
+ }
44
+ };
45
+
46
+ const handleMouseMove = (e) => {
47
+ if (isAdd) {
48
+ if (isDrawing) {
49
+ stopX = e.offsetX;
50
+ stopY = e.offsetY;
51
+ drawRect([...rect, { x: startX, y: startY, w: stopX - startX, h: stopY - startY }]);
52
+ }
53
+ } else {
54
+ if (dragging) {
55
+ const { x, y } = e;
56
+ const { left, top } = canvasRef.current.getBoundingClientRect();
57
+ rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
58
+ drawRect(rect);
59
+ }
60
+ }
61
+ };
62
+
63
+ const handleMouseUp = () => {
64
+ if (isAdd) {
65
+ rect.push({ x: startX, y: startY, w: stopX - startX, h: stopY - startY });
66
+ } else {
67
+ }
68
+ isDrawing = false;
69
+ dragging = false;
70
+ };
71
+
72
+ const handleMouseleave = () => {
73
+ isDrawing = false;
74
+ dragging = false;
75
+ };
76
+
77
+ const handleMouseClick = (e) => {
78
+ // isAdd = false
79
+ // rect.map(item => {
80
+ // const { x, y } = e;
81
+ // const { left, top } = canvasRef.current.getBoundingClientRect();
82
+ // draggingx = x - left
83
+ // draggingy = y - top
84
+ // if () = {
85
+ // }
86
+ // rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy};
87
+ // dragging = true;
88
+ // })
89
+ };
90
+
91
+ // 组件挂载后,绘制矩形
92
+ React.useEffect(() => {
93
+ drawRect(rect);
94
+ }, []);
95
+
96
+ // 鼠标事件绑定
97
+ React.useEffect(() => {
98
+ const canvas = canvasRef.current;
99
+ canvas.addEventListener('mousedown', handleMouseDown);
100
+ canvas.addEventListener('mousemove', handleMouseMove);
101
+ canvas.addEventListener('mouseup', handleMouseUp);
102
+ canvas.addEventListener('mouseleave', handleMouseleave);
103
+ canvas.addEventListener('click', handleMouseClick);
104
+ return () => {
105
+ canvas.removeEventListener('mousedown', handleMouseDown);
106
+ canvas.removeEventListener('mousemove', handleMouseMove);
107
+ canvas.removeEventListener('mouseup', handleMouseUp);
108
+ canvas.removeEventListener('mouseleave', handleMouseleave);
109
+ canvas.addEventListener('click', handleMouseClick);
110
+ };
111
+ }, []);
112
+
113
+ return <canvas ref={canvasRef} width={500} height={500} style={{ border: '1px solid #000' }} />;
114
+ };
115
+
116
+ export default DraggableRect;
@@ -1,116 +1,116 @@
1
- import React, { useRef, useState } from 'react';
2
-
3
- const DraggableRect = () => {
4
- const canvasRef = useRef(null);
5
- let rect: any = [];
6
- let dragging = false;
7
- let draggingx = 0;
8
- let draggingy = 0;
9
- let isAdd = true;
10
- let isDrawing = false;
11
- let startX, startY, stopX, stopY;
12
- let index = undefined;
13
- // const [rect, setRect] = useState({ x: 50, y: 50, width: 100, height: 50 });
14
- // const [dragging, setDragging] = useState(false);
15
-
16
- const drawRect = (rect: any) => {
17
- const ctx = canvasRef.current.getContext('2d');
18
- ctx.clearRect(0, 0, canvasRef.current.width, canvasRef.current.height);
19
- ctx.beginPath();
20
- console.log('rect', rect);
21
-
22
- rect.map((item) => {
23
- ctx.rect(item.x, item.y, item.w, item.h);
24
- });
25
-
26
- ctx.stroke();
27
- };
28
-
29
- const handleMouseDown = (e) => {
30
- if (isAdd) {
31
- isDrawing = true;
32
- startX = e.offsetX;
33
- startY = e.offsetY;
34
- } else {
35
- console.log('handleMouseDown', e, e.target);
36
-
37
- const { x, y } = e;
38
- const { left, top } = canvasRef.current.getBoundingClientRect();
39
- draggingx = x - left - rect.x;
40
- draggingy = y - top - rect.y;
41
- rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
42
- dragging = true;
43
- }
44
- };
45
-
46
- const handleMouseMove = (e) => {
47
- if (isAdd) {
48
- if (isDrawing) {
49
- stopX = e.offsetX;
50
- stopY = e.offsetY;
51
- drawRect([...rect, { x: startX, y: startY, w: stopX - startX, h: stopY - startY }]);
52
- }
53
- } else {
54
- if (dragging) {
55
- const { x, y } = e;
56
- const { left, top } = canvasRef.current.getBoundingClientRect();
57
- rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
58
- drawRect(rect);
59
- }
60
- }
61
- };
62
-
63
- const handleMouseUp = () => {
64
- if (isAdd) {
65
- rect.push({ x: startX, y: startY, w: stopX - startX, h: stopY - startY });
66
- } else {
67
- }
68
- isDrawing = false;
69
- dragging = false;
70
- };
71
-
72
- const handleMouseleave = () => {
73
- isDrawing = false;
74
- dragging = false;
75
- };
76
-
77
- const handleMouseClick = (e) => {
78
- // isAdd = false
79
- // rect.map(item => {
80
- // const { x, y } = e;
81
- // const { left, top } = canvasRef.current.getBoundingClientRect();
82
- // draggingx = x - left
83
- // draggingy = y - top
84
- // if () = {
85
- // }
86
- // rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy};
87
- // dragging = true;
88
- // })
89
- };
90
-
91
- // 组件挂载后,绘制矩形
92
- React.useEffect(() => {
93
- drawRect(rect);
94
- }, []);
95
-
96
- // 鼠标事件绑定
97
- React.useEffect(() => {
98
- const canvas = canvasRef.current;
99
- canvas.addEventListener('mousedown', handleMouseDown);
100
- canvas.addEventListener('mousemove', handleMouseMove);
101
- canvas.addEventListener('mouseup', handleMouseUp);
102
- canvas.addEventListener('mouseleave', handleMouseleave);
103
- canvas.addEventListener('click', handleMouseClick);
104
- return () => {
105
- canvas.removeEventListener('mousedown', handleMouseDown);
106
- canvas.removeEventListener('mousemove', handleMouseMove);
107
- canvas.removeEventListener('mouseup', handleMouseUp);
108
- canvas.removeEventListener('mouseleave', handleMouseleave);
109
- canvas.addEventListener('click', handleMouseClick);
110
- };
111
- }, []);
112
-
113
- return <canvas ref={canvasRef} width={500} height={500} style={{ border: '1px solid #000' }} />;
114
- };
115
-
116
- export default DraggableRect;
1
+ import React, { useRef, useState } from 'react';
2
+
3
+ const DraggableRect = () => {
4
+ const canvasRef = useRef(null);
5
+ let rect: any = [];
6
+ let dragging = false;
7
+ let draggingx = 0;
8
+ let draggingy = 0;
9
+ let isAdd = true;
10
+ let isDrawing = false;
11
+ let startX, startY, stopX, stopY;
12
+ let index = undefined;
13
+ // const [rect, setRect] = useState({ x: 50, y: 50, width: 100, height: 50 });
14
+ // const [dragging, setDragging] = useState(false);
15
+
16
+ const drawRect = (rect: any) => {
17
+ const ctx = canvasRef.current.getContext('2d');
18
+ ctx.clearRect(0, 0, canvasRef.current.width, canvasRef.current.height);
19
+ ctx.beginPath();
20
+ console.log('rect', rect);
21
+
22
+ rect.map((item) => {
23
+ ctx.rect(item.x, item.y, item.w, item.h);
24
+ });
25
+
26
+ ctx.stroke();
27
+ };
28
+
29
+ const handleMouseDown = (e) => {
30
+ if (isAdd) {
31
+ isDrawing = true;
32
+ startX = e.offsetX;
33
+ startY = e.offsetY;
34
+ } else {
35
+ console.log('handleMouseDown', e, e.target);
36
+
37
+ const { x, y } = e;
38
+ const { left, top } = canvasRef.current.getBoundingClientRect();
39
+ draggingx = x - left - rect.x;
40
+ draggingy = y - top - rect.y;
41
+ rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
42
+ dragging = true;
43
+ }
44
+ };
45
+
46
+ const handleMouseMove = (e) => {
47
+ if (isAdd) {
48
+ if (isDrawing) {
49
+ stopX = e.offsetX;
50
+ stopY = e.offsetY;
51
+ drawRect([...rect, { x: startX, y: startY, w: stopX - startX, h: stopY - startY }]);
52
+ }
53
+ } else {
54
+ if (dragging) {
55
+ const { x, y } = e;
56
+ const { left, top } = canvasRef.current.getBoundingClientRect();
57
+ rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy };
58
+ drawRect(rect);
59
+ }
60
+ }
61
+ };
62
+
63
+ const handleMouseUp = () => {
64
+ if (isAdd) {
65
+ rect.push({ x: startX, y: startY, w: stopX - startX, h: stopY - startY });
66
+ } else {
67
+ }
68
+ isDrawing = false;
69
+ dragging = false;
70
+ };
71
+
72
+ const handleMouseleave = () => {
73
+ isDrawing = false;
74
+ dragging = false;
75
+ };
76
+
77
+ const handleMouseClick = (e) => {
78
+ // isAdd = false
79
+ // rect.map(item => {
80
+ // const { x, y } = e;
81
+ // const { left, top } = canvasRef.current.getBoundingClientRect();
82
+ // draggingx = x - left
83
+ // draggingy = y - top
84
+ // if () = {
85
+ // }
86
+ // rect = { ...rect, x: x - left - draggingx, y: y - top - draggingy};
87
+ // dragging = true;
88
+ // })
89
+ };
90
+
91
+ // 组件挂载后,绘制矩形
92
+ React.useEffect(() => {
93
+ drawRect(rect);
94
+ }, []);
95
+
96
+ // 鼠标事件绑定
97
+ React.useEffect(() => {
98
+ const canvas = canvasRef.current;
99
+ canvas.addEventListener('mousedown', handleMouseDown);
100
+ canvas.addEventListener('mousemove', handleMouseMove);
101
+ canvas.addEventListener('mouseup', handleMouseUp);
102
+ canvas.addEventListener('mouseleave', handleMouseleave);
103
+ canvas.addEventListener('click', handleMouseClick);
104
+ return () => {
105
+ canvas.removeEventListener('mousedown', handleMouseDown);
106
+ canvas.removeEventListener('mousemove', handleMouseMove);
107
+ canvas.removeEventListener('mouseup', handleMouseUp);
108
+ canvas.removeEventListener('mouseleave', handleMouseleave);
109
+ canvas.addEventListener('click', handleMouseClick);
110
+ };
111
+ }, []);
112
+
113
+ return <canvas ref={canvasRef} width={500} height={500} style={{ border: '1px solid #000' }} />;
114
+ };
115
+
116
+ export default DraggableRect;