@zgfe/modules-dm 1.0.56-zhongyuan.1 → 1.0.56-zhongyuan.11

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 (47) hide show
  1. package/es/modules/CutsModal.d.ts +34 -0
  2. package/es/modules/dataManage/collectionAttributeList.js +9 -0
  3. package/es/modules/dataManage/collectionEventList.js +4 -1
  4. package/es/modules/dataManage/components/creditPop/index.d.ts +2 -1
  5. package/es/modules/dataManage/components/creditPop/index.less +121 -121
  6. package/es/modules/dataManage/components/depositPop/index.d.ts +2 -1
  7. package/es/modules/dataManage/components/depositPop/index.less +115 -115
  8. package/es/modules/dataManage/components/developModal/index.css +36 -36
  9. package/es/modules/dataManage/components/developModal/index.d.ts +2 -1
  10. package/es/modules/dataManage/components/developModal/index.less +36 -36
  11. package/es/modules/dataManage/components/editTxt/index.d.ts +1 -3
  12. package/es/modules/dataManage/components/editTxt/index.less +44 -44
  13. package/es/modules/dataManage/components/eventFilter/styles/index.less +72 -72
  14. package/es/modules/dataManage/components/importAttrDialog/demo/index.d.ts +2 -1
  15. package/es/modules/dataManage/components/importAttrDialog/index.js +3 -1
  16. package/es/modules/dataManage/components/importAttrDialog/styles/index.less +90 -90
  17. package/es/modules/dataManage/components/importMetaDialog/demo/index.d.ts +2 -1
  18. package/es/modules/dataManage/components/importMetaDialog/index.js +3 -1
  19. package/es/modules/dataManage/components/importMetaDialog/styles/index.less +91 -91
  20. package/es/modules/dataManage/components/tablePlus.js +2 -2
  21. package/es/modules/dataManage/demo/index.d.ts +2 -1
  22. package/es/modules/dataManage/detailedData/DetailedDataForm.d.ts +1 -1
  23. package/es/modules/dataManage/detailedData/index.js +1 -1
  24. package/es/modules/dataManage/styles/detailed.less +74 -74
  25. package/es/modules/dataManage/styles/index.less +1195 -1195
  26. package/es/modules/dataMap/component/drawerAdd.js +4 -1
  27. package/es/modules/dataMap/component/leftTree.d.ts +1 -0
  28. package/es/modules/dataMap/component/leftTree.js +44 -16
  29. package/es/modules/dataMap/component/rightDetail.d.ts +2 -1
  30. package/es/modules/dataMap/component/rightDetail.js +125 -137
  31. package/es/modules/dataMap/component/rightDetail1.d.ts +7 -0
  32. package/es/modules/dataMap/component/rightDetail1.js +643 -0
  33. package/es/modules/dataMap/component/viewMapSetting.d.ts +24 -0
  34. package/es/modules/dataMap/component/viewMapSetting.js +161 -0
  35. package/es/modules/dataMap/css/index.css +36 -6
  36. package/es/modules/dataMap/css/index.less +34 -1
  37. package/es/modules/dataMap/demo/index.d.ts +2 -1
  38. package/es/modules/dataMap/index.d.ts +2 -1
  39. package/es/modules/dataMap/mapDetail.js +11 -2
  40. package/es/modules/dataMap/mapSetting.js +23 -3
  41. package/es/modules/dataPlan/styles/index.less +316 -316
  42. package/es/modules/dataReal/demo/index.d.ts +2 -1
  43. package/es/modules/dataReal/index1.js +78 -23
  44. package/es/modules/dataReal/table.js +4 -1
  45. package/package.json +4 -2
  46. package/es/modules/dataMap/component/selectAttr.d.ts +0 -7
  47. package/es/modules/dataMap/component/selectAttr.js +0 -92
@@ -1,91 +1,91 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
-
3
- .import-meta-modal {
4
- &-icon-file {
5
- color: @primary-color;
6
- font-size: 48px !important;
7
- }
8
- &-icon-export {
9
- margin-right: @margin-xss;
10
- }
11
- &-export-btn {
12
- display: block;
13
- width: fit-content;
14
- // margin-top: @margin-md;
15
- }
16
- .ant-upload.ant-upload-drag {
17
- background: #fafafb;
18
- /* io/中性/N2-置灰信息 */
19
- border: 1px dashed #ccd0d4;
20
- }
21
- .ant-upload.ant-upload-drag .ant-upload {
22
- padding: 40px 0;
23
- }
24
- &-export-container {
25
- border-radius: 4px;
26
- &-h1 {
27
- margin-top: -8px;
28
- margin-bottom: 4px;
29
- }
30
- &-h2 {
31
- color: @text-color-secondary;
32
- font-size: 12px;
33
- }
34
- }
35
-
36
- &-show-container {
37
- display: flex;
38
- align-items: center;
39
- justify-content: space-between;
40
- padding: 24px;
41
- background: #fafafb;
42
- /* io/中性/N1-按钮边框 线色 */
43
- border: 1px solid #e6e7ea;
44
- border-radius: 4px;
45
- &-content {
46
- display: flex;
47
- align-items: center;
48
- &-icon {
49
- margin-right: 12px;
50
- color: @primary-color;
51
- font-size: 40px !important;
52
- }
53
- &-file {
54
- &-title {
55
- font-size: 16px;
56
- }
57
- &-size {
58
- color: @text-color-secondary;
59
- font-size: 12px;
60
- }
61
- }
62
- }
63
- }
64
-
65
- &-spin {
66
- background: #fafafb;
67
- border: 1px solid #e6e7ea;
68
- border-radius: 4px;
69
- &-icon.anticon {
70
- color: @primary-color;
71
- font-size: 24px;
72
- }
73
- .ant-spin-text {
74
- margin-top: @margin-xs;
75
- }
76
- }
77
-
78
- &-upload-txt {
79
- font-size: 16px;
80
- }
81
-
82
- .ant-modal-body {
83
- padding-top: 8px !important;
84
- }
85
- &-footer {
86
- display: flex;
87
- flex-direction: row;
88
- align-items: center;
89
- justify-content: space-between;
90
- }
91
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+
3
+ .import-meta-modal {
4
+ &-icon-file {
5
+ color: @primary-color;
6
+ font-size: 48px !important;
7
+ }
8
+ &-icon-export {
9
+ margin-right: @margin-xss;
10
+ }
11
+ &-export-btn {
12
+ display: block;
13
+ width: fit-content;
14
+ // margin-top: @margin-md;
15
+ }
16
+ .ant-upload.ant-upload-drag {
17
+ background: #fafafb;
18
+ /* io/中性/N2-置灰信息 */
19
+ border: 1px dashed #ccd0d4;
20
+ }
21
+ .ant-upload.ant-upload-drag .ant-upload {
22
+ padding: 40px 0;
23
+ }
24
+ &-export-container {
25
+ border-radius: 4px;
26
+ &-h1 {
27
+ margin-top: -8px;
28
+ margin-bottom: 4px;
29
+ }
30
+ &-h2 {
31
+ color: @text-color-secondary;
32
+ font-size: 12px;
33
+ }
34
+ }
35
+
36
+ &-show-container {
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: space-between;
40
+ padding: 24px;
41
+ background: #fafafb;
42
+ /* io/中性/N1-按钮边框 线色 */
43
+ border: 1px solid #e6e7ea;
44
+ border-radius: 4px;
45
+ &-content {
46
+ display: flex;
47
+ align-items: center;
48
+ &-icon {
49
+ margin-right: 12px;
50
+ color: @primary-color;
51
+ font-size: 40px !important;
52
+ }
53
+ &-file {
54
+ &-title {
55
+ font-size: 16px;
56
+ }
57
+ &-size {
58
+ color: @text-color-secondary;
59
+ font-size: 12px;
60
+ }
61
+ }
62
+ }
63
+ }
64
+
65
+ &-spin {
66
+ background: #fafafb;
67
+ border: 1px solid #e6e7ea;
68
+ border-radius: 4px;
69
+ &-icon.anticon {
70
+ color: @primary-color;
71
+ font-size: 24px;
72
+ }
73
+ .ant-spin-text {
74
+ margin-top: @margin-xs;
75
+ }
76
+ }
77
+
78
+ &-upload-txt {
79
+ font-size: 16px;
80
+ }
81
+
82
+ .ant-modal-body {
83
+ padding-top: 8px !important;
84
+ }
85
+ &-footer {
86
+ display: flex;
87
+ flex-direction: row;
88
+ align-items: center;
89
+ justify-content: space-between;
90
+ }
91
+ }
@@ -945,7 +945,7 @@ var TablePlus = function TablePlus(props) {
945
945
  ellipsis: {
946
946
  tooltip: text
947
947
  }
948
- }, text), text && (/*#__PURE__*/React.createElement(IconFont, {
948
+ }, text), /*#__PURE__*/React.createElement(IconFont, {
949
949
  type: "bianji1",
950
950
  onClick: function onClick() {
951
951
  if (!authority[1000003]) {
@@ -956,7 +956,7 @@ var TablePlus = function TablePlus(props) {
956
956
  setCurrentRemark(text);
957
957
  setCurrentRow(record);
958
958
  }
959
- })));
959
+ }));
960
960
  }
961
961
  }, {
962
962
  title: '操作',
@@ -1,2 +1,3 @@
1
- declare const _default: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const _default: () => React.JSX.Element;
2
3
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import '../styles/detailed.less';
3
3
  import { RecordType } from '.';
4
- declare const _default: React.ForwardRefExoticComponent<Pick<RecordType, keyof RecordType> & React.RefAttributes<React.FC<{}>>>;
4
+ declare const _default: React.ForwardRefExoticComponent<Omit<RecordType, "ref"> & React.RefAttributes<React.FC<{}>>>;
5
5
  export default _default;
@@ -56,7 +56,7 @@ var DetailedData = function DetailedData(props) {
56
56
  _useState6 = _slicedToArray(_useState5, 2),
57
57
  loading = _useState6[0],
58
58
  setLoading = _useState6[1];
59
- var formRef = useRef();
59
+ var formRef = useRef('');
60
60
  var _Modal$useModal = Modal.useModal(),
61
61
  _Modal$useModal2 = _slicedToArray(_Modal$useModal, 2),
62
62
  modal = _Modal$useModal2[0],
@@ -1,74 +1,74 @@
1
- .detailed-data {
2
- &-header {
3
- display: flex;
4
- justify-content: space-between;
5
- padding: 16px 0;
6
-
7
- &-left {
8
- display: flex;
9
- gap: 0 10px;
10
- align-items: center;
11
- }
12
-
13
- &-right {
14
- display: flex;
15
- gap: 16px;
16
-
17
- button span {
18
- margin: 0 4px;
19
- }
20
- }
21
- }
22
-
23
- &-operate {
24
- display: flex;
25
- gap: 16px;
26
- justify-content: flex-start;
27
- }
28
-
29
- &-input-340 {
30
- width: 340px !important;
31
- }
32
-
33
- &-disabled,
34
- &-disabled:hover,
35
- &-disabled:focus {
36
- cursor: not-allowed !important;
37
- }
38
-
39
- .ant-btn-primary[disabled],
40
- .ant-btn-primary[disabled]:hover,
41
- .ant-btn-primary[disabled]:focus,
42
- .ant-btn-primary[disabled]:active {
43
- color: #fff;
44
- background: var(--io-i2-, #d0dfff);
45
- border: 1px solid #d0dfff;
46
- }
47
-
48
- &-modal {
49
- .ant-modal-body {
50
- padding: 24px !important;
51
- }
52
-
53
- .ant-modal-confirm-body .ant-modal-confirm-title {
54
- color: #000;
55
- font-size: 24px;
56
- line-height: 24px;
57
- }
58
-
59
- .ant-modal-confirm-body .ant-modal-confirm-content {
60
- margin-top: 0;
61
- padding-top: 24px;
62
- }
63
-
64
- .ant-modal-close {
65
- padding-top: 8px;
66
- padding-right: 6px;
67
-
68
- &-x {
69
- color: #021429;
70
- font-size: 24px;
71
- }
72
- }
73
- }
74
- }
1
+ .detailed-data {
2
+ &-header {
3
+ display: flex;
4
+ justify-content: space-between;
5
+ padding: 16px 0;
6
+
7
+ &-left {
8
+ display: flex;
9
+ gap: 0 10px;
10
+ align-items: center;
11
+ }
12
+
13
+ &-right {
14
+ display: flex;
15
+ gap: 16px;
16
+
17
+ button span {
18
+ margin: 0 4px;
19
+ }
20
+ }
21
+ }
22
+
23
+ &-operate {
24
+ display: flex;
25
+ gap: 16px;
26
+ justify-content: flex-start;
27
+ }
28
+
29
+ &-input-340 {
30
+ width: 340px !important;
31
+ }
32
+
33
+ &-disabled,
34
+ &-disabled:hover,
35
+ &-disabled:focus {
36
+ cursor: not-allowed !important;
37
+ }
38
+
39
+ .ant-btn-primary[disabled],
40
+ .ant-btn-primary[disabled]:hover,
41
+ .ant-btn-primary[disabled]:focus,
42
+ .ant-btn-primary[disabled]:active {
43
+ color: #fff;
44
+ background: var(--io-i2-, #d0dfff);
45
+ border: 1px solid #d0dfff;
46
+ }
47
+
48
+ &-modal {
49
+ .ant-modal-body {
50
+ padding: 24px !important;
51
+ }
52
+
53
+ .ant-modal-confirm-body .ant-modal-confirm-title {
54
+ color: #000;
55
+ font-size: 24px;
56
+ line-height: 24px;
57
+ }
58
+
59
+ .ant-modal-confirm-body .ant-modal-confirm-content {
60
+ margin-top: 0;
61
+ padding-top: 24px;
62
+ }
63
+
64
+ .ant-modal-close {
65
+ padding-top: 8px;
66
+ padding-right: 6px;
67
+
68
+ &-x {
69
+ color: #021429;
70
+ font-size: 24px;
71
+ }
72
+ }
73
+ }
74
+ }