@zgfe/modules-settings 2.0.0-zhongyuan.9 → 2.1.0-zhongyuan-set.1

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 (133) hide show
  1. package/README.md +33 -33
  2. package/es/components/card/index.less +87 -87
  3. package/es/components/importMetaDialog/index.d.ts +13 -0
  4. package/es/components/importMetaDialog/index.js +217 -0
  5. package/es/components/importMetaDialog/styles/index.less +115 -0
  6. package/es/components/pageLoading/index.less +7 -7
  7. package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
  8. package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
  9. package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
  10. package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
  11. package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
  12. package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
  13. package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
  14. package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
  15. package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
  16. package/es/components/picCircleSelect/index.less +37 -37
  17. package/es/components/processCanvas/styles/customNode.less +149 -149
  18. package/es/components/processCanvas/styles/index.less +34 -34
  19. package/es/components/settingTabs/index.less +51 -51
  20. package/es/constants/api.d.ts +30 -0
  21. package/es/constants/api.js +43 -1
  22. package/es/constants/icons/demo.css +539 -539
  23. package/es/constants/icons/demo_index.html +9871 -9871
  24. package/es/constants/icons/iconfont.css +1699 -1699
  25. package/es/constants/icons/iconfont.json +2956 -2956
  26. package/es/global.d.ts +4 -4
  27. package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
  28. package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
  29. package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
  30. package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
  31. package/es/modules/companySetting/appList/index.less +126 -126
  32. package/es/modules/companySetting/application/applicationForm.d.ts +1 -0
  33. package/es/modules/companySetting/application/applicationForm.js +34 -4
  34. package/es/modules/companySetting/application/index.d.ts +13 -0
  35. package/es/modules/companySetting/application/index.js +276 -104
  36. package/es/modules/companySetting/application/index.less +144 -126
  37. package/es/modules/companySetting/business/index.less +92 -92
  38. package/es/modules/companySetting/cost/index.less +38 -38
  39. package/es/modules/companySetting/department/index.less +157 -157
  40. package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
  41. package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
  42. package/es/modules/companySetting/edit/styles/authModule.less +82 -82
  43. package/es/modules/companySetting/edit/styles/user.less +54 -54
  44. package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
  45. package/es/modules/companySetting/index.js +37 -33
  46. package/es/modules/companySetting/index.less +90 -90
  47. package/es/modules/companySetting/info/index.less +42 -42
  48. package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
  49. package/es/modules/companySetting/mainPart/index.less +239 -239
  50. package/es/modules/companySetting/operationLog/index.js +22 -5
  51. package/es/modules/companySetting/operationLog/index.less +33 -33
  52. package/es/modules/companySetting/role/index.less +296 -296
  53. package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
  54. package/es/modules/companySetting/style/common.less +79 -79
  55. package/es/modules/companySetting/style/reset.less +117 -117
  56. package/es/modules/companySetting/user/index.js +29 -24
  57. package/es/modules/companySetting/user/index.less +363 -363
  58. package/es/modules/companySetting/user/invite.js +30 -102
  59. package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
  60. package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
  61. package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
  62. package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
  63. package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
  64. package/es/modules/companySetting/wechatBinding/index.less +58 -58
  65. package/es/modules/createDemand/constants.d.ts +15 -2
  66. package/es/modules/createDemand/constants.js +57 -4
  67. package/es/modules/createDemand/demo/selectPoint.js +1 -2
  68. package/es/modules/createDemand/index.d.ts +0 -1
  69. package/es/modules/createDemand/index.js +793 -179
  70. package/es/modules/createDemand/styles/index.less +403 -277
  71. package/es/modules/createDemand_bf/demo/index.js +0 -1
  72. package/es/modules/createDemand_bf/index.js +0 -1
  73. package/es/modules/createDemand_bf/styles/index.less +222 -222
  74. package/es/modules/createProcess/components/index.less +52 -52
  75. package/es/modules/createProcess/index.less +114 -114
  76. package/es/modules/createProcess/title/index.less +53 -53
  77. package/es/modules/dealDemand/demo/index.js +0 -1
  78. package/es/modules/dealDemand/demo/selectPoint.js +1 -1
  79. package/es/modules/dealDemand/index.js +0 -2
  80. package/es/modules/dealDemand/styles/index.less +265 -265
  81. package/es/modules/demandManage/index.js +174 -178
  82. package/es/modules/demandManage/styles/index.less +8 -68
  83. package/es/modules/getPassword/index.less +122 -122
  84. package/es/modules/messageList/index.d.ts +1 -1
  85. package/es/modules/messageList/index.js +6 -6
  86. package/es/modules/messageList/index.less +81 -81
  87. package/es/modules/personalSetting/demo/index.d.ts +3 -0
  88. package/es/modules/personalSetting/demo/index.js +12 -0
  89. package/es/modules/personalSetting/index.js +11 -1
  90. package/es/modules/personalSetting/info/index.js +23 -5
  91. package/es/modules/personalSetting/securityLog/index.less +11 -11
  92. package/es/modules/personalSetting/styles/unbinding.less +73 -73
  93. package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
  94. package/es/modules/pointMap/createMetaDrawer.d.ts +5 -0
  95. package/es/modules/pointMap/createMetaDrawer.js +825 -0
  96. package/es/modules/pointMap/editTxt/index.less +55 -55
  97. package/es/modules/pointMap/pageInfo.js +401 -179
  98. package/es/modules/pointMap/record.d.ts +7 -0
  99. package/es/modules/pointMap/record.js +521 -0
  100. package/es/modules/pointMap/styles/index.less +165 -38
  101. package/es/modules/pointMap/styles/pageInfo.less +439 -244
  102. package/es/modules/pointMap/styles/tree.css +164 -145
  103. package/es/modules/pointMap/styles/tree.less +174 -149
  104. package/es/modules/pointMap/tree.js +232 -88
  105. package/es/modules/pointMap/types.d.ts +88 -0
  106. package/es/modules/pointMap/types.js +1 -0
  107. package/es/modules/systemSetting/Dictionary.d.ts +5 -2
  108. package/es/modules/systemSetting/Dictionary.js +54 -370
  109. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
  110. package/es/modules/systemSetting/approvalmanage/index.less +5 -5
  111. package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
  112. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
  113. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +245 -0
  114. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
  115. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
  116. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +207 -0
  117. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
  118. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
  119. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
  120. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +124 -0
  121. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
  122. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
  123. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +264 -0
  124. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
  125. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
  126. package/es/modules/systemSetting/document-setting/index.js +7 -6
  127. package/es/modules/systemSetting/index.css +161 -161
  128. package/es/modules/systemSetting/index.js +16 -16
  129. package/es/modules/systemSetting/index.less +169 -169
  130. package/es/modules/systemSetting/notice/configItem/index.less +21 -21
  131. package/es/modules/systemSetting/notice/edit/index.less +26 -26
  132. package/es/types/personal.d.ts +1 -0
  133. package/package.json +74 -74
@@ -1,161 +1,161 @@
1
- .system-setting-approval-process-create-bg {
2
- position: absolute;
3
- top: 0;
4
- right: 0;
5
- bottom: 0;
6
- left: 0;
7
- z-index: 10;
8
- background: #fafafb;
9
- }
10
- .authUrlPageClass-search {
11
- display: flex;
12
- align-items: center;
13
- justify-content: space-between;
14
- margin: 0px 0px 16px;
15
- }
16
- .DictionaryPage-emptyDom {
17
- margin: 50px 0px 0px;
18
- text-align: center;
19
- }
20
- .DictionaryPage-emptyDom-img {
21
- display: block;
22
- width: 248px;
23
- height: 200px;
24
- margin: auto;
25
- background-image: url('img/empty-data.png');
26
- background-size: 100%;
27
- }
28
- .DictionaryPage-emptyDom-tip {
29
- margin: 0px 0px 10px;
30
- color: #999;
31
- }
32
- .DictionaryPage .ant-tabs-nav {
33
- padding-right: 10%;
34
- }
35
- .DictionaryPage-header {
36
- position: relative;
37
- }
38
- .DictionaryPage-header-search {
39
- display: flex;
40
- align-items: center;
41
- justify-content: space-between;
42
- margin: 0px 0px 16px;
43
- }
44
- .DictionaryPage-header-search .ant-btn {
45
- color: #407fff;
46
- border-color: #407fff;
47
- }
48
- .DictionaryPage-tabsRight-text {
49
- position: absolute;
50
- top: 13%;
51
- right: 0;
52
- width: 10%;
53
- color: #165dff;
54
- text-align: center;
55
- vertical-align: middle;
56
- border-left: 1px solid #ccc;
57
- cursor: pointer;
58
- }
59
- .DictionaryPage-modal {
60
- color: #021429;
61
- }
62
- .DictionaryPage-modal-header {
63
- height: 50px;
64
- padding: 0px 16px;
65
- line-height: 50px;
66
- background-color: #f2f3f4;
67
- }
68
- .DictionaryPage-modal-header-left {
69
- display: inline-block;
70
- width: 80%;
71
- vertical-align: middle;
72
- }
73
- .DictionaryPage-modal-header-operation {
74
- display: inline-block;
75
- width: 20%;
76
- text-align: center;
77
- vertical-align: middle;
78
- }
79
- .DictionaryPage-modal .ant-input-affix-wrapper {
80
- vertical-align: middle;
81
- }
82
- .DictionaryPage-modal .DictionaryPage-modal-content {
83
- padding: 10px 16px 0px;
84
- }
85
- .DictionaryPage-modal-content {
86
- height: 292px;
87
- overflow-y: auto;
88
- }
89
- .DictionaryPage-modal-content-item {
90
- display: flex;
91
- align-items: center;
92
- height: 50px;
93
- line-height: 50px;
94
- border-bottom: 1px solid #f2f3f4;
95
- }
96
- .DictionaryPage-modal-content-itemLeft {
97
- position: relative;
98
- display: inline-block;
99
- flex: 1;
100
- height: 100%;
101
- }
102
- .DictionaryPage-modal-content-itemLeft .error-tip {
103
- position: absolute;
104
- bottom: -28px;
105
- left: 3px;
106
- width: 100%;
107
- color: red;
108
- font-size: 14px;
109
- letter-spacing: 1px;
110
- }
111
- .DictionaryPage-modal-content-itemRight {
112
- display: inline-block;
113
- width: 40px;
114
- color: #165dff;
115
- text-align: center;
116
- cursor: pointer;
117
- }
118
- .DictionaryPage-modal-content .ant-typography.ant-typography-ellipsis.ant-typography-single-line {
119
- height: 50px;
120
- margin-bottom: 0px;
121
- line-height: 50px;
122
- border-bottom: 1px solid #f2f3f4;
123
- }
124
- .DictionaryPage-modal-content .ant-typography-edit {
125
- float: right;
126
- width: 20%;
127
- text-align: center;
128
- }
129
- .DictionaryPage-modal-footer {
130
- display: flex;
131
- align-items: center;
132
- justify-content: space-between;
133
- margin: 16px 0px;
134
- }
135
- .DocumentSetting-header {
136
- height: 48px;
137
- line-height: 48px;
138
- border-bottom: 1px solid #e8efff;
139
- }
140
- .DocumentSetting-search {
141
- display: flex;
142
- align-items: center;
143
- justify-content: space-between;
144
- margin: 16px 0px 16px;
145
- }
146
- .DocumentSetting-emptyDom {
147
- margin: 50px 0px 0px;
148
- text-align: center;
149
- }
150
- .DocumentSetting-emptyDom-img {
151
- display: block;
152
- width: 248px;
153
- height: 200px;
154
- margin: auto;
155
- background-image: url('img/empty-data.png');
156
- background-size: 100%;
157
- }
158
- .DocumentSetting-emptyDom-tip {
159
- margin: 0px 0px 10px;
160
- color: #999;
161
- }
1
+ .system-setting-approval-process-create-bg {
2
+ position: absolute;
3
+ top: 0;
4
+ right: 0;
5
+ bottom: 0;
6
+ left: 0;
7
+ z-index: 10;
8
+ background: #fafafb;
9
+ }
10
+ .authUrlPageClass-search {
11
+ display: flex;
12
+ align-items: center;
13
+ justify-content: space-between;
14
+ margin: 0px 0px 16px;
15
+ }
16
+ .DictionaryPage-emptyDom {
17
+ margin: 50px 0px 0px;
18
+ text-align: center;
19
+ }
20
+ .DictionaryPage-emptyDom-img {
21
+ display: block;
22
+ width: 248px;
23
+ height: 200px;
24
+ margin: auto;
25
+ background-image: url('img/empty-data.png');
26
+ background-size: 100%;
27
+ }
28
+ .DictionaryPage-emptyDom-tip {
29
+ margin: 0px 0px 10px;
30
+ color: #999;
31
+ }
32
+ .DictionaryPage .ant-tabs-nav {
33
+ padding-right: 10%;
34
+ }
35
+ .DictionaryPage-header {
36
+ position: relative;
37
+ }
38
+ .DictionaryPage-header-search {
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: space-between;
42
+ margin: 0px 0px 16px;
43
+ }
44
+ .DictionaryPage-header-search .ant-btn {
45
+ color: #407fff;
46
+ border-color: #407fff;
47
+ }
48
+ .DictionaryPage-tabsRight-text {
49
+ position: absolute;
50
+ top: 13%;
51
+ right: 0;
52
+ width: 10%;
53
+ color: #165dff;
54
+ text-align: center;
55
+ vertical-align: middle;
56
+ border-left: 1px solid #ccc;
57
+ cursor: pointer;
58
+ }
59
+ .DictionaryPage-modal {
60
+ color: #021429;
61
+ }
62
+ .DictionaryPage-modal-header {
63
+ height: 50px;
64
+ padding: 0px 16px;
65
+ line-height: 50px;
66
+ background-color: #f2f3f4;
67
+ }
68
+ .DictionaryPage-modal-header-left {
69
+ display: inline-block;
70
+ width: 80%;
71
+ vertical-align: middle;
72
+ }
73
+ .DictionaryPage-modal-header-operation {
74
+ display: inline-block;
75
+ width: 20%;
76
+ text-align: center;
77
+ vertical-align: middle;
78
+ }
79
+ .DictionaryPage-modal .ant-input-affix-wrapper {
80
+ vertical-align: middle;
81
+ }
82
+ .DictionaryPage-modal .DictionaryPage-modal-content {
83
+ padding: 10px 16px 0px;
84
+ }
85
+ .DictionaryPage-modal-content {
86
+ height: 292px;
87
+ overflow-y: auto;
88
+ }
89
+ .DictionaryPage-modal-content-item {
90
+ display: flex;
91
+ align-items: center;
92
+ height: 50px;
93
+ line-height: 50px;
94
+ border-bottom: 1px solid #f2f3f4;
95
+ }
96
+ .DictionaryPage-modal-content-itemLeft {
97
+ position: relative;
98
+ display: inline-block;
99
+ flex: 1;
100
+ height: 100%;
101
+ }
102
+ .DictionaryPage-modal-content-itemLeft .error-tip {
103
+ position: absolute;
104
+ bottom: -28px;
105
+ left: 3px;
106
+ width: 100%;
107
+ color: red;
108
+ font-size: 14px;
109
+ letter-spacing: 1px;
110
+ }
111
+ .DictionaryPage-modal-content-itemRight {
112
+ display: inline-block;
113
+ width: 40px;
114
+ color: #165dff;
115
+ text-align: center;
116
+ cursor: pointer;
117
+ }
118
+ .DictionaryPage-modal-content .ant-typography.ant-typography-ellipsis.ant-typography-single-line {
119
+ height: 50px;
120
+ margin-bottom: 0px;
121
+ line-height: 50px;
122
+ border-bottom: 1px solid #f2f3f4;
123
+ }
124
+ .DictionaryPage-modal-content .ant-typography-edit {
125
+ float: right;
126
+ width: 20%;
127
+ text-align: center;
128
+ }
129
+ .DictionaryPage-modal-footer {
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: space-between;
133
+ margin: 16px 0px;
134
+ }
135
+ .DocumentSetting-header {
136
+ height: 48px;
137
+ line-height: 48px;
138
+ border-bottom: 1px solid #e8efff;
139
+ }
140
+ .DocumentSetting-search {
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: space-between;
144
+ margin: 16px 0px 16px;
145
+ }
146
+ .DocumentSetting-emptyDom {
147
+ margin: 50px 0px 0px;
148
+ text-align: center;
149
+ }
150
+ .DocumentSetting-emptyDom-img {
151
+ display: block;
152
+ width: 248px;
153
+ height: 200px;
154
+ margin: auto;
155
+ background-image: url('img/empty-data.png');
156
+ background-size: 100%;
157
+ }
158
+ .DocumentSetting-emptyDom-tip {
159
+ margin: 0px 0px 10px;
160
+ color: #999;
161
+ }
@@ -6,7 +6,6 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
6
6
  function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
7
7
  import React, { useContext, useState } from 'react';
8
8
  import { DesktopOutlined } from '@ant-design/icons';
9
- import Notice from './notice';
10
9
  import Approvalmanage from './approvalmanage';
11
10
  import SettingTabs from '../../components/settingTabs';
12
11
  import Dictionary from './Dictionary';
@@ -23,7 +22,7 @@ var SystemSetting = function SystemSetting(_ref) {
23
22
  currentUser = _useContext.currentUser,
24
23
  authority = _useContext.authority,
25
24
  route = _useContext.route;
26
- var _useState = useState(route && route.query && route.query.key ? route.query.key : '1'),
25
+ var _useState = useState(route && route.query && route.query.key ? route.query.key : '4'),
27
26
  _useState2 = _slicedToArray(_useState, 2),
28
27
  key = _useState2[0],
29
28
  setKey = _useState2[1];
@@ -50,19 +49,18 @@ var SystemSetting = function SystemSetting(_ref) {
50
49
  setIsRead(isRead);
51
50
  setIsShowProcess(true);
52
51
  };
53
- var items = [{
54
- key: '1',
55
- label: '通知配置',
56
- content: /*#__PURE__*/React.createElement(Notice, {
57
- bizType: 1
58
- })
59
- }, {
60
- key: '3',
61
- label: 'kpi通知配置',
62
- content: /*#__PURE__*/React.createElement(Notice, {
63
- bizType: 2
64
- })
65
- }, {
52
+ var items = [
53
+ // {
54
+ // key: '1',
55
+ // label: '通知配置',
56
+ // content: <Notice bizType={1} />,
57
+ // },
58
+ // {
59
+ // key: '3',
60
+ // label: 'kpi通知配置',
61
+ // content: <Notice bizType={2} />,
62
+ // },
63
+ {
66
64
  key: '4',
67
65
  label: '审批管理',
68
66
  hidden: !authority[1722839049],
@@ -76,7 +74,9 @@ var SystemSetting = function SystemSetting(_ref) {
76
74
  }, {
77
75
  key: '6',
78
76
  label: '字典管理',
79
- content: /*#__PURE__*/React.createElement(Dictionary, null)
77
+ content: /*#__PURE__*/React.createElement(Dictionary, {
78
+ onShowProcess: onShowProcess
79
+ })
80
80
  }, {
81
81
  key: '7',
82
82
  label: '文档库',