@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,36 +1,36 @@
1
- .devModel {
2
- box-sizing: border-box;
3
- &_radioList {
4
- display: grid;
5
- grid-column-gap: 10px;
6
- grid-template-columns: repeat(4, 1fr);
7
- align-items: center;
8
- justify-content: center;
9
- &_item {
10
- padding: 20px 0px;
11
- color: #354354;
12
- text-align: center;
13
- background: #fafafb;
14
- }
15
- &_active {
16
- color: #165dff;
17
- background: #e8efff;
18
- }
19
- }
20
- &_content {
21
- margin: 0px 0px 24px;
22
- padding: 0px 0px 24px;
23
- border-bottom: 1px solid #f2f3f4;
24
- h3 {
25
- margin: 0px 0px 16px;
26
- }
27
- .buttonText {
28
- margin: 0px 0px 0px 8px;
29
- }
30
- }
31
- &_content:last-child {
32
- margin: 0px 0px 0px;
33
- padding: 0px 0px 0px;
34
- border-bottom: 0px solid #f2f3f4;
35
- }
36
- }
1
+ .devModel {
2
+ box-sizing: border-box;
3
+ &_radioList {
4
+ display: grid;
5
+ grid-column-gap: 10px;
6
+ grid-template-columns: repeat(4, 1fr);
7
+ align-items: center;
8
+ justify-content: center;
9
+ &_item {
10
+ padding: 20px 0px;
11
+ color: #354354;
12
+ text-align: center;
13
+ background: #fafafb;
14
+ }
15
+ &_active {
16
+ color: #165dff;
17
+ background: #e8efff;
18
+ }
19
+ }
20
+ &_content {
21
+ margin: 0px 0px 24px;
22
+ padding: 0px 0px 24px;
23
+ border-bottom: 1px solid #f2f3f4;
24
+ h3 {
25
+ margin: 0px 0px 16px;
26
+ }
27
+ .buttonText {
28
+ margin: 0px 0px 0px 8px;
29
+ }
30
+ }
31
+ &_content:last-child {
32
+ margin: 0px 0px 0px;
33
+ padding: 0px 0px 0px;
34
+ border-bottom: 0px solid #f2f3f4;
35
+ }
36
+ }
@@ -1,5 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
- import { TitleProps } from './types';
4
- declare const BizEditText: React.ForwardRefExoticComponent<TitleProps & React.RefAttributes<any>>;
2
+ declare const BizEditText: any;
5
3
  export default BizEditText;
@@ -1,44 +1,44 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
- .dm-create-meta-drawer-edit-text {
3
- display: flex;
4
- align-items: center;
5
- &-input {
6
- position: relative;
7
- width: 350px;
8
- height: 100%;
9
- .ant-input {
10
- background-color: #fff !important;
11
- border-color: #fff;
12
- &:not(.ant-input-status-error):hover {
13
- border-color: @primary-color!important;
14
- }
15
- &:not(.ant-input-status-error):focus {
16
- border-color: @primary-color!important;
17
- }
18
- }
19
- }
20
- &-error-tip {
21
- position: absolute;
22
- top: 100%;
23
- left: 0;
24
- color: @error-color;
25
- line-height: 1.2;
26
- }
27
-
28
- &-content {
29
- display: inline-block;
30
- max-width: 330px;
31
- height: @height-sm;
32
- color: #021429;
33
- // font-weight: bold;
34
- font-size: 14px;
35
- line-height: @height-sm;
36
- .__default-overflow();
37
- }
38
- &-icon {
39
- margin-left: @margin-xs;
40
- color: #9aa1a9;
41
- font-size: 16px !important;
42
- cursor: pointer;
43
- }
44
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+ .dm-create-meta-drawer-edit-text {
3
+ display: flex;
4
+ align-items: center;
5
+ &-input {
6
+ position: relative;
7
+ width: 350px;
8
+ height: 100%;
9
+ .ant-input {
10
+ background-color: #fff !important;
11
+ border-color: #fff;
12
+ &:not(.ant-input-status-error):hover {
13
+ border-color: @primary-color!important;
14
+ }
15
+ &:not(.ant-input-status-error):focus {
16
+ border-color: @primary-color!important;
17
+ }
18
+ }
19
+ }
20
+ &-error-tip {
21
+ position: absolute;
22
+ top: 100%;
23
+ left: 0;
24
+ color: @error-color;
25
+ line-height: 1.2;
26
+ }
27
+
28
+ &-content {
29
+ display: inline-block;
30
+ max-width: 330px;
31
+ height: @height-sm;
32
+ color: #021429;
33
+ // font-weight: bold;
34
+ font-size: 14px;
35
+ line-height: @height-sm;
36
+ .__default-overflow();
37
+ }
38
+ &-icon {
39
+ margin-left: @margin-xs;
40
+ color: #9aa1a9;
41
+ font-size: 16px !important;
42
+ cursor: pointer;
43
+ }
44
+ }
@@ -1,72 +1,72 @@
1
- .virtual-event-eventfilter-box {
2
- position: relative;
3
- width: 100%;
4
- padding: 20px;
5
- overflow: hidden;
6
- border: 1px solid #ecedf0;
7
- border-radius: 8px;
8
- .not-clickable-mask {
9
- position: absolute;
10
- top: 0;
11
- left: 0;
12
- width: 100%;
13
- height: 100%;
14
- cursor: not-allowed;
15
- }
16
- &-eventSelector {
17
- display: flex;
18
- > :nth-child(1) {
19
- width: 20px;
20
- height: 20px;
21
- margin: 6px 19px 6px 0;
22
- color: #fff;
23
- line-height: 20px;
24
- text-align: center;
25
- background: #165dff;
26
- border-radius: 4px;
27
- }
28
- .biz-event-select,
29
- .biz-attr-select {
30
- width: 208px;
31
- margin-right: 16px;
32
- }
33
- .shaixuan {
34
- margin-top: 2px;
35
- color: #9aa1a9;
36
- font-size: 20px !important;
37
- cursor: pointer;
38
- }
39
- .shaixuan:hover {
40
- color: #165dff;
41
- }
42
- .disable {
43
- color: #ccd0d4 !important;
44
- cursor: not-allowed !important;
45
- }
46
- }
47
- &-eventSelector.hasattr {
48
- margin-bottom: 4px;
49
- padding-bottom: 4px;
50
- }
51
- .delete-box {
52
- position: absolute;
53
- top: -32px;
54
- right: -32px;
55
- width: 64px;
56
- height: 64px;
57
- background: #f2f3f4;
58
- border-radius: 50%;
59
- .shanchu {
60
- position: absolute;
61
- bottom: 5px;
62
- left: 11px;
63
- font-size: 17px !important;
64
- cursor: pointer;
65
- }
66
- }
67
- .delete-box:hover {
68
- .shanchu {
69
- color: #fb5547;
70
- }
71
- }
72
- }
1
+ .virtual-event-eventfilter-box {
2
+ position: relative;
3
+ width: 100%;
4
+ padding: 20px;
5
+ overflow: hidden;
6
+ border: 1px solid #ecedf0;
7
+ border-radius: 8px;
8
+ .not-clickable-mask {
9
+ position: absolute;
10
+ top: 0;
11
+ left: 0;
12
+ width: 100%;
13
+ height: 100%;
14
+ cursor: not-allowed;
15
+ }
16
+ &-eventSelector {
17
+ display: flex;
18
+ > :nth-child(1) {
19
+ width: 20px;
20
+ height: 20px;
21
+ margin: 6px 19px 6px 0;
22
+ color: #fff;
23
+ line-height: 20px;
24
+ text-align: center;
25
+ background: #165dff;
26
+ border-radius: 4px;
27
+ }
28
+ .biz-event-select,
29
+ .biz-attr-select {
30
+ width: 208px;
31
+ margin-right: 16px;
32
+ }
33
+ .shaixuan {
34
+ margin-top: 2px;
35
+ color: #9aa1a9;
36
+ font-size: 20px !important;
37
+ cursor: pointer;
38
+ }
39
+ .shaixuan:hover {
40
+ color: #165dff;
41
+ }
42
+ .disable {
43
+ color: #ccd0d4 !important;
44
+ cursor: not-allowed !important;
45
+ }
46
+ }
47
+ &-eventSelector.hasattr {
48
+ margin-bottom: 4px;
49
+ padding-bottom: 4px;
50
+ }
51
+ .delete-box {
52
+ position: absolute;
53
+ top: -32px;
54
+ right: -32px;
55
+ width: 64px;
56
+ height: 64px;
57
+ background: #f2f3f4;
58
+ border-radius: 50%;
59
+ .shanchu {
60
+ position: absolute;
61
+ bottom: 5px;
62
+ left: 11px;
63
+ font-size: 17px !important;
64
+ cursor: pointer;
65
+ }
66
+ }
67
+ .delete-box:hover {
68
+ .shanchu {
69
+ color: #fb5547;
70
+ }
71
+ }
72
+ }
@@ -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;
@@ -122,7 +122,9 @@ var ImportModal = function ImportModal(props) {
122
122
  tip: "\u4E0A\u4F20\u4E2D",
123
123
  indicator: /*#__PURE__*/React.createElement(LoadingOutlined, {
124
124
  className: "".concat(classPrefix, "-spin-icon"),
125
- spin: true
125
+ spin: true,
126
+ onPointerEnterCapture: undefined,
127
+ onPointerLeaveCapture: undefined
126
128
  })
127
129
  }, /*#__PURE__*/React.createElement("div", {
128
130
  style: {
@@ -1,90 +1,90 @@
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
- &-h1 {
26
- margin-top: -8px;
27
- margin-bottom: 4px;
28
- }
29
- &-h2 {
30
- color: @text-color-secondary;
31
- font-size: 12px;
32
- }
33
- }
34
-
35
- &-show-container {
36
- display: flex;
37
- align-items: center;
38
- justify-content: space-between;
39
- padding: 24px;
40
- background: #fafafb;
41
- /* io/中性/N1-按钮边框 线色 */
42
- border: 1px solid #e6e7ea;
43
- border-radius: 4px;
44
- &-content {
45
- display: flex;
46
- align-items: center;
47
- &-icon {
48
- margin-right: 12px;
49
- color: @primary-color;
50
- font-size: 40px !important;
51
- }
52
- &-file {
53
- &-title {
54
- font-size: 16px;
55
- }
56
- &-size {
57
- color: @text-color-secondary;
58
- font-size: 12px;
59
- }
60
- }
61
- }
62
- }
63
-
64
- &-spin {
65
- background: #fafafb;
66
- border: 1px solid #e6e7ea;
67
- border-radius: 4px;
68
- &-icon.anticon {
69
- color: @primary-color;
70
- font-size: 24px;
71
- }
72
- .ant-spin-text {
73
- margin-top: @margin-xs;
74
- }
75
- }
76
-
77
- &-upload-txt {
78
- font-size: 16px;
79
- }
80
-
81
- .ant-modal-body {
82
- padding-top: 8px !important;
83
- }
84
- &-footer {
85
- display: flex;
86
- flex-direction: row;
87
- align-items: center;
88
- justify-content: space-between;
89
- }
90
- }
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
+ &-h1 {
26
+ margin-top: -8px;
27
+ margin-bottom: 4px;
28
+ }
29
+ &-h2 {
30
+ color: @text-color-secondary;
31
+ font-size: 12px;
32
+ }
33
+ }
34
+
35
+ &-show-container {
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: space-between;
39
+ padding: 24px;
40
+ background: #fafafb;
41
+ /* io/中性/N1-按钮边框 线色 */
42
+ border: 1px solid #e6e7ea;
43
+ border-radius: 4px;
44
+ &-content {
45
+ display: flex;
46
+ align-items: center;
47
+ &-icon {
48
+ margin-right: 12px;
49
+ color: @primary-color;
50
+ font-size: 40px !important;
51
+ }
52
+ &-file {
53
+ &-title {
54
+ font-size: 16px;
55
+ }
56
+ &-size {
57
+ color: @text-color-secondary;
58
+ font-size: 12px;
59
+ }
60
+ }
61
+ }
62
+ }
63
+
64
+ &-spin {
65
+ background: #fafafb;
66
+ border: 1px solid #e6e7ea;
67
+ border-radius: 4px;
68
+ &-icon.anticon {
69
+ color: @primary-color;
70
+ font-size: 24px;
71
+ }
72
+ .ant-spin-text {
73
+ margin-top: @margin-xs;
74
+ }
75
+ }
76
+
77
+ &-upload-txt {
78
+ font-size: 16px;
79
+ }
80
+
81
+ .ant-modal-body {
82
+ padding-top: 8px !important;
83
+ }
84
+ &-footer {
85
+ display: flex;
86
+ flex-direction: row;
87
+ align-items: center;
88
+ justify-content: space-between;
89
+ }
90
+ }
@@ -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;
@@ -122,7 +122,9 @@ var ImportModal = function ImportModal(props) {
122
122
  tip: "\u4E0A\u4F20\u4E2D",
123
123
  indicator: /*#__PURE__*/React.createElement(LoadingOutlined, {
124
124
  className: "".concat(classPrefix, "-spin-icon"),
125
- spin: true
125
+ spin: true,
126
+ onPointerEnterCapture: undefined,
127
+ onPointerLeaveCapture: undefined
126
128
  })
127
129
  }, /*#__PURE__*/React.createElement("div", {
128
130
  style: {