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

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 (89) hide show
  1. package/README.md +33 -33
  2. package/es/components/card/index.less +87 -87
  3. package/es/components/pageLoading/index.less +7 -7
  4. package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
  5. package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
  6. package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
  7. package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
  8. package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
  9. package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
  10. package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
  11. package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
  12. package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
  13. package/es/components/picCircleSelect/index.less +37 -37
  14. package/es/components/processCanvas/styles/customNode.less +149 -149
  15. package/es/components/processCanvas/styles/index.less +34 -34
  16. package/es/components/settingTabs/index.less +51 -51
  17. package/es/constants/api.d.ts +13 -0
  18. package/es/constants/api.js +18 -1
  19. package/es/constants/icons/demo.css +539 -539
  20. package/es/constants/icons/demo_index.html +9871 -9871
  21. package/es/constants/icons/iconfont.css +1699 -1699
  22. package/es/constants/icons/iconfont.json +2956 -2956
  23. package/es/global.d.ts +4 -4
  24. package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
  25. package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
  26. package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
  27. package/es/modules/companySetting/appList/index.less +126 -126
  28. package/es/modules/companySetting/application/index.less +126 -126
  29. package/es/modules/companySetting/business/index.less +92 -92
  30. package/es/modules/companySetting/cost/index.less +38 -38
  31. package/es/modules/companySetting/department/index.less +157 -157
  32. package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
  33. package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
  34. package/es/modules/companySetting/edit/styles/authModule.less +82 -82
  35. package/es/modules/companySetting/edit/styles/user.less +54 -54
  36. package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
  37. package/es/modules/companySetting/index.less +90 -90
  38. package/es/modules/companySetting/info/index.less +42 -42
  39. package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
  40. package/es/modules/companySetting/mainPart/index.less +239 -239
  41. package/es/modules/companySetting/operationLog/index.less +33 -33
  42. package/es/modules/companySetting/role/index.less +296 -296
  43. package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
  44. package/es/modules/companySetting/style/common.less +79 -79
  45. package/es/modules/companySetting/style/reset.less +117 -117
  46. package/es/modules/companySetting/user/index.js +173 -4
  47. package/es/modules/companySetting/user/index.less +11 -0
  48. package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
  49. package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
  50. package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
  51. package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
  52. package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
  53. package/es/modules/companySetting/wechatBinding/index.less +58 -58
  54. package/es/modules/createDemand/styles/index.less +277 -277
  55. package/es/modules/createDemand_bf/styles/index.less +222 -222
  56. package/es/modules/createProcess/components/index.less +52 -52
  57. package/es/modules/createProcess/index.less +114 -114
  58. package/es/modules/createProcess/title/index.less +53 -53
  59. package/es/modules/dealDemand/styles/index.less +265 -265
  60. package/es/modules/demandManage/styles/index.less +210 -210
  61. package/es/modules/getPassword/index.less +122 -122
  62. package/es/modules/messageList/index.less +81 -81
  63. package/es/modules/personalSetting/securityLog/index.less +11 -11
  64. package/es/modules/personalSetting/styles/unbinding.less +73 -73
  65. package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
  66. package/es/modules/pointMap/editTxt/index.less +55 -55
  67. package/es/modules/pointMap/styles/index.less +38 -38
  68. package/es/modules/pointMap/styles/pageInfo.less +244 -244
  69. package/es/modules/pointMap/styles/tree.css +142 -0
  70. package/es/modules/pointMap/styles/tree.less +29 -0
  71. package/es/modules/pointMap/tree.js +53 -4
  72. package/es/modules/systemSetting/Dictionary.d.ts +3 -0
  73. package/es/modules/systemSetting/Dictionary.js +383 -0
  74. package/es/modules/systemSetting/DictionaryType.d.ts +14 -0
  75. package/es/modules/systemSetting/DictionaryType.js +203 -0
  76. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
  77. package/es/modules/systemSetting/approvalmanage/index.less +5 -5
  78. package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
  79. package/es/modules/systemSetting/authUrl.js +2 -2
  80. package/es/modules/systemSetting/document-setting/index.d.ts +3 -0
  81. package/es/modules/systemSetting/document-setting/index.js +467 -0
  82. package/es/modules/systemSetting/img/empty-data.png +0 -0
  83. package/es/modules/systemSetting/index.css +130 -0
  84. package/es/modules/systemSetting/index.js +13 -1
  85. package/es/modules/systemSetting/index.less +136 -0
  86. package/es/modules/systemSetting/notice/configItem/index.less +21 -21
  87. package/es/modules/systemSetting/notice/edit/index.less +26 -26
  88. package/es/types/companySetting.d.ts +1 -0
  89. package/package.json +6 -2
@@ -13,3 +13,133 @@
13
13
  justify-content: space-between;
14
14
  margin: 0px 0px 16px;
15
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
+ margin: auto;
24
+ background-image: url("img/empty-data.png");
25
+ background-size: 100%;
26
+ height: 200px;
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
+ }
@@ -9,6 +9,7 @@ import { DesktopOutlined } from '@ant-design/icons';
9
9
  import Notice from './notice';
10
10
  import Approvalmanage from './approvalmanage';
11
11
  import SettingTabs from '../../components/settingTabs';
12
+ import Dictionary from './Dictionary';
12
13
  import { DemoManage } from '@zgfe/modules-demo-manage';
13
14
  import { BizGlobalDataContext } from '@zgfe/business-lib';
14
15
  import CreateProcess from '../createProcess';
@@ -71,7 +72,18 @@ var SystemSetting = function SystemSetting(_ref) {
71
72
  key: '5',
72
73
  label: '接口管理',
73
74
  content: /*#__PURE__*/React.createElement(AuthUrl, null)
74
- }];
75
+ }, {
76
+ key: '6',
77
+ label: '字典管理',
78
+ content: /*#__PURE__*/React.createElement(Dictionary, null)
79
+ }
80
+ // {
81
+ // key: '7',
82
+ // label: '文档库',
83
+ // content: <DocumentSetting />,
84
+ // },
85
+ ];
86
+
75
87
  if ((currentUser === null || currentUser === void 0 ? void 0 : currentUser.isAdmin) && /demomanage/i.test(window.location.search)) {
76
88
  items.push({
77
89
  key: '2',
@@ -15,3 +15,139 @@
15
15
  margin: 0px 0px 16px;
16
16
  }
17
17
  }
18
+ .DictionaryPage {
19
+ &-emptyDom {
20
+ margin: 50px 0px 0px;
21
+ text-align: center;
22
+ &-img {
23
+ display: block;
24
+ width: 248px;
25
+ height: 200px;
26
+ margin: auto;
27
+ background-image: url('./img/empty-data.png');
28
+ background-size: 100%;
29
+ }
30
+ &-tip {
31
+ margin: 0px 0px 10px;
32
+ color: #999;
33
+ }
34
+ }
35
+ .ant-tabs-nav {
36
+ padding-right: 10%;
37
+ }
38
+ &-header {
39
+ position: relative;
40
+ &-search {
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ margin: 0px 0px 16px;
45
+ .ant-btn {
46
+ color: #407fff;
47
+ border-color: #407fff;
48
+ }
49
+ }
50
+ }
51
+ &-tabsRight-text {
52
+ position: absolute;
53
+ top: 13%;
54
+ right: 0;
55
+ width: 10%;
56
+ color: #165dff;
57
+ text-align: center;
58
+ vertical-align: middle;
59
+ border-left: 1px solid #ccc;
60
+ cursor: pointer;
61
+ }
62
+ &-modal {
63
+ color: #021429;
64
+ &-header {
65
+ height: 50px;
66
+ padding: 0px 16px;
67
+ line-height: 50px;
68
+ background-color: #f2f3f4;
69
+ &-left {
70
+ display: inline-block;
71
+ width: 80%;
72
+ vertical-align: middle;
73
+ }
74
+ &-operation {
75
+ display: inline-block;
76
+ width: 20%;
77
+ text-align: center;
78
+ vertical-align: middle;
79
+ }
80
+ }
81
+ .ant-input-affix-wrapper {
82
+ vertical-align: middle;
83
+ }
84
+ .DictionaryPage-modal-content {
85
+ padding: 10px 16px 0px;
86
+ }
87
+ &-content {
88
+ height: 292px;
89
+ overflow-y: auto;
90
+ &-item {
91
+ display: flex;
92
+ align-items: center;
93
+ height: 50px;
94
+ line-height: 50px;
95
+ border-bottom: 1px solid #f2f3f4;
96
+ }
97
+ &-itemLeft {
98
+ position: relative;
99
+ display: inline-block;
100
+ flex: 1;
101
+ height: 100%;
102
+ .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
+ }
112
+ &-itemRight {
113
+ display: inline-block;
114
+ width: 40px;
115
+ color: #165dff;
116
+ text-align: center;
117
+ cursor: pointer;
118
+ }
119
+ .ant-typography.ant-typography-ellipsis.ant-typography-single-line {
120
+ height: 50px;
121
+ margin-bottom: 0px;
122
+ line-height: 50px;
123
+ border-bottom: 1px solid #f2f3f4;
124
+ }
125
+ .ant-typography-edit {
126
+ float: right;
127
+ width: 20%;
128
+ text-align: center;
129
+ }
130
+ }
131
+ &-footer {
132
+ display: flex;
133
+ align-items: center;
134
+ justify-content: space-between;
135
+ margin: 16px 0px;
136
+ }
137
+ }
138
+ }
139
+
140
+ // 文档库管理
141
+ .DocumentSetting {
142
+ &-header {
143
+ height: 48px;
144
+ line-height: 48px;
145
+ border-bottom: 1px solid #e8efff;
146
+ }
147
+ &-search {
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: space-between;
151
+ margin: 16px 0px 16px;
152
+ }
153
+ }
@@ -1,21 +1,21 @@
1
- .setting-config-view {
2
- .item-title {
3
- height: 48px;
4
- margin: 0px -40px 24px -40px;
5
- padding: 0px 40px;
6
- line-height: 48px;
7
- background-color: #f7f8f9;
8
-
9
- .title-left {
10
- font-size: 16px;
11
- }
12
-
13
- .title-right {
14
- text-align: right;
15
- }
16
- }
17
-
18
- .ant-descriptions-item-label {
19
- color: #354354;
20
- }
21
- }
1
+ .setting-config-view {
2
+ .item-title {
3
+ height: 48px;
4
+ margin: 0px -40px 24px -40px;
5
+ padding: 0px 40px;
6
+ line-height: 48px;
7
+ background-color: #f7f8f9;
8
+
9
+ .title-left {
10
+ font-size: 16px;
11
+ }
12
+
13
+ .title-right {
14
+ text-align: right;
15
+ }
16
+ }
17
+
18
+ .ant-descriptions-item-label {
19
+ color: #354354;
20
+ }
21
+ }
@@ -1,26 +1,26 @@
1
- .item-edit-title {
2
- height: 48px;
3
- margin: -40px -40px 24px;
4
- padding-left: 40px;
5
- font-size: 16px;
6
- line-height: 48px;
7
- background-color: #f7f8f9;
8
- }
9
-
10
- .operation-container {
11
- margin-top: 24px;
12
-
13
- button {
14
- margin-right: 12px;
15
- }
16
- }
17
-
18
- .subtitle {
19
- width: 700px;
20
- margin-bottom: 24px;
21
- color: #999;
22
- font-weight: 400;
23
- font-size: 16px;
24
- font-family: PingFangSC-Regular, PingFang SC;
25
- line-height: 14px;
26
- }
1
+ .item-edit-title {
2
+ height: 48px;
3
+ margin: -40px -40px 24px;
4
+ padding-left: 40px;
5
+ font-size: 16px;
6
+ line-height: 48px;
7
+ background-color: #f7f8f9;
8
+ }
9
+
10
+ .operation-container {
11
+ margin-top: 24px;
12
+
13
+ button {
14
+ margin-right: 12px;
15
+ }
16
+ }
17
+
18
+ .subtitle {
19
+ width: 700px;
20
+ margin-bottom: 24px;
21
+ color: #999;
22
+ font-weight: 400;
23
+ font-size: 16px;
24
+ font-family: PingFangSC-Regular, PingFang SC;
25
+ line-height: 14px;
26
+ }
@@ -159,6 +159,7 @@ export interface AllMembersItem {
159
159
  createDateTime?: string;
160
160
  authConfig?: AuthConfig;
161
161
  groupName?: string;
162
+ telphone?: string;
162
163
  }
163
164
  export interface GroupHashList {
164
165
  [key: number]: GroupHashItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.51-zhongyuan.1",
3
+ "version": "1.2.51-zhongyuan.7",
4
4
  "private": false,
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -33,8 +33,12 @@
33
33
  "@antv/x6-react-components": "^1.1.15",
34
34
  "@antv/x6-react-shape": "^1.6.1",
35
35
  "@types/dom-to-image": "^2.6.7",
36
+ "canvg": "^4.0.2",
36
37
  "clipboard": "^2.0.11",
37
38
  "dom-to-image": "^2.6.0",
39
+ "echarts": "^5.5.1",
40
+ "echarts-for-react": "^3.0.2",
41
+ "html2canvas": "^1.4.1",
38
42
  "jspdf": "^2.5.1",
39
43
  "react": "^16.12.0 || ^17.0.0",
40
44
  "react-router-dom": "^6.8.2"
@@ -63,7 +67,7 @@
63
67
  "publishConfig": {
64
68
  "access": "public"
65
69
  },
66
- "gitHead": "1293ea6094df324d1db42f5a35acc1590c4c6da2",
70
+ "gitHead": "e45349b4aba8221a7481a4911c65147b64079c0e",
67
71
  "gitHooks": {
68
72
  "pre-commit": "lint-staged"
69
73
  }