@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.
- package/README.md +33 -33
- package/es/components/card/index.less +87 -87
- package/es/components/importMetaDialog/index.d.ts +13 -0
- package/es/components/importMetaDialog/index.js +217 -0
- package/es/components/importMetaDialog/styles/index.less +115 -0
- package/es/components/pageLoading/index.less +7 -7
- package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
- package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
- package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
- package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
- package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
- package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
- package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
- package/es/components/picCircleSelect/index.less +37 -37
- package/es/components/processCanvas/styles/customNode.less +149 -149
- package/es/components/processCanvas/styles/index.less +34 -34
- package/es/components/settingTabs/index.less +51 -51
- package/es/constants/api.d.ts +30 -0
- package/es/constants/api.js +43 -1
- package/es/constants/icons/demo.css +539 -539
- package/es/constants/icons/demo_index.html +9871 -9871
- package/es/constants/icons/iconfont.css +1699 -1699
- package/es/constants/icons/iconfont.json +2956 -2956
- package/es/global.d.ts +4 -4
- package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
- package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
- package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
- package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
- package/es/modules/companySetting/appList/index.less +126 -126
- package/es/modules/companySetting/application/applicationForm.d.ts +1 -0
- package/es/modules/companySetting/application/applicationForm.js +34 -4
- package/es/modules/companySetting/application/index.d.ts +13 -0
- package/es/modules/companySetting/application/index.js +276 -104
- package/es/modules/companySetting/application/index.less +144 -126
- package/es/modules/companySetting/business/index.less +92 -92
- package/es/modules/companySetting/cost/index.less +38 -38
- package/es/modules/companySetting/department/index.less +157 -157
- package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
- package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
- package/es/modules/companySetting/edit/styles/authModule.less +82 -82
- package/es/modules/companySetting/edit/styles/user.less +54 -54
- package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
- package/es/modules/companySetting/index.js +37 -33
- package/es/modules/companySetting/index.less +90 -90
- package/es/modules/companySetting/info/index.less +42 -42
- package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
- package/es/modules/companySetting/mainPart/index.less +239 -239
- package/es/modules/companySetting/operationLog/index.js +22 -5
- package/es/modules/companySetting/operationLog/index.less +33 -33
- package/es/modules/companySetting/role/index.less +296 -296
- package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
- package/es/modules/companySetting/style/common.less +79 -79
- package/es/modules/companySetting/style/reset.less +117 -117
- package/es/modules/companySetting/user/index.js +29 -24
- package/es/modules/companySetting/user/index.less +363 -363
- package/es/modules/companySetting/user/invite.js +30 -102
- package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
- package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
- package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
- package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
- package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
- package/es/modules/companySetting/wechatBinding/index.less +58 -58
- package/es/modules/createDemand/constants.d.ts +15 -2
- package/es/modules/createDemand/constants.js +57 -4
- package/es/modules/createDemand/demo/selectPoint.js +1 -2
- package/es/modules/createDemand/index.d.ts +0 -1
- package/es/modules/createDemand/index.js +793 -179
- package/es/modules/createDemand/styles/index.less +403 -277
- package/es/modules/createDemand_bf/demo/index.js +0 -1
- package/es/modules/createDemand_bf/index.js +0 -1
- package/es/modules/createDemand_bf/styles/index.less +222 -222
- package/es/modules/createProcess/components/index.less +52 -52
- package/es/modules/createProcess/index.less +114 -114
- package/es/modules/createProcess/title/index.less +53 -53
- package/es/modules/dealDemand/demo/index.js +0 -1
- package/es/modules/dealDemand/demo/selectPoint.js +1 -1
- package/es/modules/dealDemand/index.js +0 -2
- package/es/modules/dealDemand/styles/index.less +265 -265
- package/es/modules/demandManage/index.js +174 -178
- package/es/modules/demandManage/styles/index.less +8 -68
- package/es/modules/getPassword/index.less +122 -122
- package/es/modules/messageList/index.d.ts +1 -1
- package/es/modules/messageList/index.js +6 -6
- package/es/modules/messageList/index.less +81 -81
- package/es/modules/personalSetting/demo/index.d.ts +3 -0
- package/es/modules/personalSetting/demo/index.js +12 -0
- package/es/modules/personalSetting/index.js +11 -1
- package/es/modules/personalSetting/info/index.js +23 -5
- package/es/modules/personalSetting/securityLog/index.less +11 -11
- package/es/modules/personalSetting/styles/unbinding.less +73 -73
- package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
- package/es/modules/pointMap/createMetaDrawer.d.ts +5 -0
- package/es/modules/pointMap/createMetaDrawer.js +825 -0
- package/es/modules/pointMap/editTxt/index.less +55 -55
- package/es/modules/pointMap/pageInfo.js +401 -179
- package/es/modules/pointMap/record.d.ts +7 -0
- package/es/modules/pointMap/record.js +521 -0
- package/es/modules/pointMap/styles/index.less +165 -38
- package/es/modules/pointMap/styles/pageInfo.less +439 -244
- package/es/modules/pointMap/styles/tree.css +164 -145
- package/es/modules/pointMap/styles/tree.less +174 -149
- package/es/modules/pointMap/tree.js +232 -88
- package/es/modules/pointMap/types.d.ts +88 -0
- package/es/modules/pointMap/types.js +1 -0
- package/es/modules/systemSetting/Dictionary.d.ts +5 -2
- package/es/modules/systemSetting/Dictionary.js +54 -370
- package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
- package/es/modules/systemSetting/approvalmanage/index.less +5 -5
- package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +245 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +207 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +124 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +264 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
- package/es/modules/systemSetting/document-setting/index.js +7 -6
- package/es/modules/systemSetting/index.css +161 -161
- package/es/modules/systemSetting/index.js +16 -16
- package/es/modules/systemSetting/index.less +169 -169
- package/es/modules/systemSetting/notice/configItem/index.less +21 -21
- package/es/modules/systemSetting/notice/edit/index.less +26 -26
- package/es/types/personal.d.ts +1 -0
- package/package.json +74 -74
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
|
|
3
|
-
.settings-container {
|
|
4
|
-
padding: 24px;
|
|
5
|
-
background: #f0f2f5;
|
|
6
|
-
|
|
7
|
-
.tab-header {
|
|
8
|
-
font-size: 18px;
|
|
9
|
-
|
|
10
|
-
.tab-header-title {
|
|
11
|
-
margin-left: 8px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.app-name {
|
|
15
|
-
font-weight: normal;
|
|
16
|
-
font-size: 14px;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.settings-layout {
|
|
21
|
-
display: flex;
|
|
22
|
-
height: calc(100vh - 130px);
|
|
23
|
-
padding: 24px 0px 24px;
|
|
24
|
-
background: #f0f2f5;
|
|
25
|
-
|
|
26
|
-
.settings-sider {
|
|
27
|
-
display: contents;
|
|
28
|
-
background: white;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.settings-content {
|
|
32
|
-
flex: auto;
|
|
33
|
-
// max-width: 912px;
|
|
34
|
-
margin-left: 24px;
|
|
35
|
-
// padding: 40px;
|
|
36
|
-
overflow: auto;
|
|
37
|
-
background: white;
|
|
38
|
-
|
|
39
|
-
.ant-menu-vertical .ant-menu-item {
|
|
40
|
-
margin: 0px !important;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.appSettings-Tabs {
|
|
47
|
-
.ant-tabs-content {
|
|
48
|
-
height: 50vh;
|
|
49
|
-
overflow-y: scroll;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
|
|
3
|
+
.settings-container {
|
|
4
|
+
padding: 24px;
|
|
5
|
+
background: #f0f2f5;
|
|
6
|
+
|
|
7
|
+
.tab-header {
|
|
8
|
+
font-size: 18px;
|
|
9
|
+
|
|
10
|
+
.tab-header-title {
|
|
11
|
+
margin-left: 8px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.app-name {
|
|
15
|
+
font-weight: normal;
|
|
16
|
+
font-size: 14px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.settings-layout {
|
|
21
|
+
display: flex;
|
|
22
|
+
height: calc(100vh - 130px);
|
|
23
|
+
padding: 24px 0px 24px;
|
|
24
|
+
background: #f0f2f5;
|
|
25
|
+
|
|
26
|
+
.settings-sider {
|
|
27
|
+
display: contents;
|
|
28
|
+
background: white;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.settings-content {
|
|
32
|
+
flex: auto;
|
|
33
|
+
// max-width: 912px;
|
|
34
|
+
margin-left: 24px;
|
|
35
|
+
// padding: 40px;
|
|
36
|
+
overflow: auto;
|
|
37
|
+
background: white;
|
|
38
|
+
|
|
39
|
+
.ant-menu-vertical .ant-menu-item {
|
|
40
|
+
margin: 0px !important;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.appSettings-Tabs {
|
|
47
|
+
.ant-tabs-content {
|
|
48
|
+
height: 50vh;
|
|
49
|
+
overflow-y: scroll;
|
|
50
|
+
}
|
|
51
|
+
}
|
package/es/constants/api.d.ts
CHANGED
|
@@ -14,6 +14,8 @@ declare let apis: {
|
|
|
14
14
|
editVirtualSourceApp: string;
|
|
15
15
|
};
|
|
16
16
|
setting: {
|
|
17
|
+
queryRealTimeData: string;
|
|
18
|
+
updateStatus: string;
|
|
17
19
|
updateCompanyName: string;
|
|
18
20
|
updateLicense: string;
|
|
19
21
|
groupInfos: string;
|
|
@@ -28,6 +30,11 @@ declare let apis: {
|
|
|
28
30
|
inviteUserByPhone: string;
|
|
29
31
|
updateCompanyAdmin: string;
|
|
30
32
|
updateUserAuthCEP: string;
|
|
33
|
+
disableDemand: string;
|
|
34
|
+
getComments: string;
|
|
35
|
+
addComments: string;
|
|
36
|
+
operateList: string;
|
|
37
|
+
designateProcessor: string;
|
|
31
38
|
updateGroupAuth: string;
|
|
32
39
|
deleteGroup: string;
|
|
33
40
|
wxSubscribeUserList: string;
|
|
@@ -102,6 +109,7 @@ declare let apis: {
|
|
|
102
109
|
operationLog: string;
|
|
103
110
|
securityLog: string;
|
|
104
111
|
getLogTime: string;
|
|
112
|
+
exportLog: string;
|
|
105
113
|
};
|
|
106
114
|
getPassword: {
|
|
107
115
|
validateCode: string;
|
|
@@ -109,6 +117,25 @@ declare let apis: {
|
|
|
109
117
|
getCode: string;
|
|
110
118
|
queryImgCode: string;
|
|
111
119
|
};
|
|
120
|
+
dict: {
|
|
121
|
+
getDictList: string;
|
|
122
|
+
getDictPage: string;
|
|
123
|
+
dictSave: string;
|
|
124
|
+
dictUpdate: string;
|
|
125
|
+
dictUpload: string;
|
|
126
|
+
dictDelete: string;
|
|
127
|
+
dictTemplate: string;
|
|
128
|
+
getTagList: string;
|
|
129
|
+
getTagPage: string;
|
|
130
|
+
tagSave: string;
|
|
131
|
+
tagUpdate: string;
|
|
132
|
+
tagUpload: string;
|
|
133
|
+
tagDownload: string;
|
|
134
|
+
tagDelete: string;
|
|
135
|
+
tagTemplate: string;
|
|
136
|
+
addLabelRelation: string;
|
|
137
|
+
delLabelRelation: string;
|
|
138
|
+
};
|
|
112
139
|
queryUserByCompanyId: string;
|
|
113
140
|
flowSave: string;
|
|
114
141
|
flowList: string;
|
|
@@ -135,6 +162,7 @@ declare let apis: {
|
|
|
135
162
|
createPage: string;
|
|
136
163
|
updatePointPageInfo: string;
|
|
137
164
|
moveNode: string;
|
|
165
|
+
getEventAttributes: string;
|
|
138
166
|
getPageConfig: string;
|
|
139
167
|
addPageConfig: string;
|
|
140
168
|
updatePageConfig: string;
|
|
@@ -143,6 +171,8 @@ declare let apis: {
|
|
|
143
171
|
uploadTree: string;
|
|
144
172
|
downloadHelpFile: string;
|
|
145
173
|
getAppAutoEvent: string;
|
|
174
|
+
getEventLog: string;
|
|
175
|
+
addEvent: string;
|
|
146
176
|
getMenuCode: string;
|
|
147
177
|
addMenuCode: string;
|
|
148
178
|
updateMenuCode: string;
|
package/es/constants/api.js
CHANGED
|
@@ -16,6 +16,8 @@ var apis = {
|
|
|
16
16
|
editVirtualSourceApp: '/user/editSourceApp.jsp' // 修改虚拟应用的来源应用配置
|
|
17
17
|
},
|
|
18
18
|
setting: {
|
|
19
|
+
queryRealTimeData: '/zg/web/v2/newapp/delay',
|
|
20
|
+
updateStatus: '/zg/web/v2/newapp/status',
|
|
19
21
|
updateCompanyName: '/company/v2updateInfo.jsp',
|
|
20
22
|
updateLicense: apiPrefix + '/system/license',
|
|
21
23
|
groupInfos: '/auth/groupInfos.jsp',
|
|
@@ -30,6 +32,15 @@ var apis = {
|
|
|
30
32
|
inviteUserByPhone: '/company/v2invitation.jsp',
|
|
31
33
|
updateCompanyAdmin: '/company/updateCompanyAdmin.jsp',
|
|
32
34
|
updateUserAuthCEP: '/cep-console/api/v1/permission/updateUserAuth',
|
|
35
|
+
//禁用接口
|
|
36
|
+
disableDemand: '/zg/web/v2/approve/demand/disableDemand',
|
|
37
|
+
//评论接口
|
|
38
|
+
getComments: '/zg/web/v2/approve/demand/getComments',
|
|
39
|
+
//添加评论接口
|
|
40
|
+
addComments: '/zg/web/v2/approve/demand/addComments',
|
|
41
|
+
//历史记录
|
|
42
|
+
operateList: '/zg/web/v2/approve/demand/operateList',
|
|
43
|
+
designateProcessor: '/zg/web/v2/approve/demand/designateProcessor',
|
|
33
44
|
updateGroupAuth: '/auth/updateGroupAuth.jsp',
|
|
34
45
|
deleteGroup: '/auth/deleteGroup.jsp',
|
|
35
46
|
wxSubscribeUserList: '/wx_subscribe/getWxSubscribeUserInfoList.jsp',
|
|
@@ -123,7 +134,9 @@ var apis = {
|
|
|
123
134
|
// 安全日志
|
|
124
135
|
securityLog: '/zg/web/v2/system/securityLog',
|
|
125
136
|
// 时间范围查询
|
|
126
|
-
getLogTime: '/zg/web/v2/system/getLogTime'
|
|
137
|
+
getLogTime: '/zg/web/v2/system/getLogTime',
|
|
138
|
+
// 导出日志
|
|
139
|
+
exportLog: '/zg/web/v2/system/exportOperationLog'
|
|
127
140
|
},
|
|
128
141
|
getPassword: {
|
|
129
142
|
validateCode: '/zg/web/v2/system/validateCode',
|
|
@@ -131,6 +144,29 @@ var apis = {
|
|
|
131
144
|
getCode: '/zg/web/v2/system/getDefaultCode',
|
|
132
145
|
queryImgCode: '/zg/web/v2/system/getImgCode'
|
|
133
146
|
},
|
|
147
|
+
dict: {
|
|
148
|
+
//字典管理
|
|
149
|
+
getDictList: '/zg/web/v2/systemSettings/attr/dict/list',
|
|
150
|
+
getDictPage: '/zg/web/v2/systemSettings/attr/dict/listByPage',
|
|
151
|
+
dictSave: '/zg/web/v2/systemSettings/attr/dict/save',
|
|
152
|
+
dictUpdate: '/zg/web/v2/systemSettings/attr/dict/update',
|
|
153
|
+
dictUpload: '/zg/web/v2/systemSettings/attr/dict/upload',
|
|
154
|
+
dictDelete: '/zg/web/v2/systemSettings/attr/dict/delete',
|
|
155
|
+
dictTemplate: '/zg/web/v2/systemSettings/attr/dict/template',
|
|
156
|
+
//位置标签管理
|
|
157
|
+
getTagList: '/zg/web/v2/eventLabel/list',
|
|
158
|
+
getTagPage: '/zg/web/v2/eventLabel/listByPage',
|
|
159
|
+
tagSave: '/zg/web/v2/eventLabel/save',
|
|
160
|
+
tagUpdate: '/zg/web/v2/eventLabel/update',
|
|
161
|
+
tagUpload: '/zg/web/v2/eventLabel/upload',
|
|
162
|
+
tagDownload: '/zg/web/v2/eventLabel/download',
|
|
163
|
+
tagDelete: '/zg/web/v2/eventLabel/delete',
|
|
164
|
+
//标签模板
|
|
165
|
+
tagTemplate: '/zg/web/v2/eventLabel/template',
|
|
166
|
+
//绑定
|
|
167
|
+
addLabelRelation: '/zg/web/v2/eventLabel/addLabelRelation',
|
|
168
|
+
delLabelRelation: '/zg/web/v2/eventLabel/delLabelRelation'
|
|
169
|
+
},
|
|
134
170
|
// 查询公司下所有用户
|
|
135
171
|
queryUserByCompanyId: '/zg/web/v2/user/queryUserByCompanyId',
|
|
136
172
|
// 创建、编辑流程
|
|
@@ -183,6 +219,8 @@ var apis = {
|
|
|
183
219
|
updatePointPageInfo: '/zg/web/v2/approve/point/updatePointPageInfo',
|
|
184
220
|
// 拖拽移动页面
|
|
185
221
|
moveNode: '/zg/web/v2/approve/point/move',
|
|
222
|
+
// 根据事件id查询属性
|
|
223
|
+
getEventAttributes: '/zg/web/v2/data/queryEventAttrMetas',
|
|
186
224
|
// 查询页面管理详情
|
|
187
225
|
getPageConfig: '/zg/web/v2/approve/pageConfig/getDetail',
|
|
188
226
|
// 新增页面管理
|
|
@@ -199,6 +237,10 @@ var apis = {
|
|
|
199
237
|
downloadHelpFile: '/zg/web/v2/approve/point/template/recommend-scheme',
|
|
200
238
|
// 查询应用埋点控制开关
|
|
201
239
|
getAppAutoEvent: '/zg/web/v2/approve/getAppAutoEvent',
|
|
240
|
+
//埋点日志
|
|
241
|
+
getEventLog: '/zg/web/v2/approve/point/event/log',
|
|
242
|
+
// 事件新增
|
|
243
|
+
addEvent: '/zg/web/v2/event/addEvent',
|
|
202
244
|
// menuCode
|
|
203
245
|
getMenuCode: '/zg/web/v2/systemSettings/query-menu-list',
|
|
204
246
|
addMenuCode: '/zg/web/v2/systemSettings/save-menu',
|