@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
package/es/global.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- interface Window {
2
- __POWERED_BY_QIANKUN__?: any;
3
- __INJECTED_PUBLIC_PATH_BY_QIANKUN__?: any;
4
- }
1
+ interface Window {
2
+ __POWERED_BY_QIANKUN__?: any;
3
+ __INJECTED_PUBLIC_PATH_BY_QIANKUN__?: any;
4
+ }
@@ -8,6 +8,7 @@ import React, { useEffect, useState } from 'react';
8
8
  import { Button, Form, Input, notification } from 'antd';
9
9
  import { BizGlobalDataContext } from '@zgfe/business-lib';
10
10
  import { urlRequest } from '../../../utils/ajax';
11
+ import request from '../../../utils/ajax';
11
12
  import apis from '../../../constants/api';
12
13
  import { useContext } from 'react';
13
14
  var TextArea = Input.TextArea;
@@ -50,7 +51,7 @@ var AppDataAccessFilter = function AppDataAccessFilter() {
50
51
  var onSubmit = function onSubmit(value) {
51
52
  var ip = value.ip,
52
53
  ua = value.ua;
53
- urlRequest(apis.setting.createFilter, {
54
+ request(apis.setting.createFilter, {
54
55
  method: 'post',
55
56
  data: {
56
57
  appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId,
@@ -1,5 +1,5 @@
1
- .explain {
2
- margin-left: 12px;
3
- color: #b2b2b2;
4
- font-size: 12px;
5
- }
1
+ .explain {
2
+ margin-left: 12px;
3
+ color: #b2b2b2;
4
+ font-size: 12px;
5
+ }
@@ -1,28 +1,28 @@
1
- @import url(./table.less);
2
-
3
- .app-setting-virtual-source {
4
- height: 100%;
5
- min-height: 120px;
6
- padding: 20px;
7
- overflow: auto;
8
-
9
- .source-app-list {
10
- width: 100%;
11
- height: auto;
12
-
13
- .source-app-name {
14
- display: inline-block;
15
- width: 354px;
16
- margin-left: 10px;
17
-
18
- .source-app-events-num {
19
- display: inline-block;
20
- // margin-left: 10px;
21
-
22
- .empty-data {
23
- line-height: 47px;
24
- }
25
- }
26
- }
27
- }
28
- }
1
+ @import url(./table.less);
2
+
3
+ .app-setting-virtual-source {
4
+ height: 100%;
5
+ min-height: 120px;
6
+ padding: 20px;
7
+ overflow: auto;
8
+
9
+ .source-app-list {
10
+ width: 100%;
11
+ height: auto;
12
+
13
+ .source-app-name {
14
+ display: inline-block;
15
+ width: 354px;
16
+ margin-left: 10px;
17
+
18
+ .source-app-events-num {
19
+ display: inline-block;
20
+ // margin-left: 10px;
21
+
22
+ .empty-data {
23
+ line-height: 47px;
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -1,51 +1,51 @@
1
- .virtual-app-table-box {
2
- display: flex;
3
- flex-direction: column;
4
- // width: 100%;
5
- font-size: 14px;
6
- border: 1px solid #dadada;
7
-
8
- .table-title {
9
- display: flex;
10
- flex-shrink: 0;
11
- // padding: 0 20px;
12
- box-sizing: border-box;
13
- height: 32px;
14
- color: #565656;
15
- font-size: 0;
16
- line-height: 32px;
17
- background: #e6e6e6;
18
-
19
- > div,
20
- > span {
21
- display: inline-block;
22
- // margin-left: 10px;
23
- font-size: 14px;
24
-
25
- .table-body {
26
- min-height: 47px;
27
- padding: 0 20px;
28
-
29
- .empty-data {
30
- text-align: center;
31
-
32
- > div,
33
- > span {
34
- border-bottom: 1px solid #eeeeee;
35
-
36
- > div,
37
- > span {
38
- display: inline-block;
39
- margin-left: 10px;
40
- font-size: 14px;
41
-
42
- &:last-child {
43
- border: none;
44
- }
45
- }
46
- }
47
- }
48
- }
49
- }
50
- }
51
- }
1
+ .virtual-app-table-box {
2
+ display: flex;
3
+ flex-direction: column;
4
+ // width: 100%;
5
+ font-size: 14px;
6
+ border: 1px solid #dadada;
7
+
8
+ .table-title {
9
+ display: flex;
10
+ flex-shrink: 0;
11
+ // padding: 0 20px;
12
+ box-sizing: border-box;
13
+ height: 32px;
14
+ color: #565656;
15
+ font-size: 0;
16
+ line-height: 32px;
17
+ background: #e6e6e6;
18
+
19
+ > div,
20
+ > span {
21
+ display: inline-block;
22
+ // margin-left: 10px;
23
+ font-size: 14px;
24
+
25
+ .table-body {
26
+ min-height: 47px;
27
+ padding: 0 20px;
28
+
29
+ .empty-data {
30
+ text-align: center;
31
+
32
+ > div,
33
+ > span {
34
+ border-bottom: 1px solid #eeeeee;
35
+
36
+ > div,
37
+ > span {
38
+ display: inline-block;
39
+ margin-left: 10px;
40
+ font-size: 14px;
41
+
42
+ &:last-child {
43
+ border: none;
44
+ }
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
@@ -1,126 +1,126 @@
1
- @import './../../../constants/icons/iconfont.css';
2
-
3
- .app-list {
4
- height: 100%;
5
- margin-top: 8px;
6
- padding: 0;
7
- overflow: auto;
8
-
9
- .applist-head {
10
- .c-button {
11
- margin-right: 20px;
12
- }
13
- }
14
-
15
- .app-list-content {
16
- margin-top: 20px;
17
- }
18
-
19
- .platform-icons {
20
- display: flex;
21
- align-items: center;
22
- justify-content: flex-start;
23
- width: 100%;
24
-
25
- span {
26
- margin-right: 10px;
27
- color: #cfcfcf;
28
- font-size: 16px;
29
- }
30
- }
31
-
32
- .app-list-content {
33
- .c-grid-cell,
34
- .c-grid-header-cell {
35
- text-align: left !important;
36
- border: none;
37
- border-bottom: 1px solid #d1d1d1;
38
- }
39
-
40
- .c-grid-cell {
41
- text-align: left !important;
42
- }
43
-
44
- .c-grid-body .c-grid-row:nth-child(2n) {
45
- background: #fff !important;
46
- }
47
-
48
- .app-name {
49
- cursor: pointer;
50
-
51
- &:hover {
52
- color: #00a0ea;
53
- }
54
- }
55
-
56
- .operating {
57
- span {
58
- color: #00a0ea;
59
- cursor: pointer;
60
- }
61
-
62
- span.icon-delete {
63
- margin-left: 10px;
64
- color: #cfcfcf;
65
-
66
- &:hover {
67
- color: #00a0ea;
68
- }
69
- }
70
- }
71
- }
72
-
73
- .dialog-content {
74
- color: #858585;
75
-
76
- .c-input {
77
- margin-bottom: 20px;
78
- color: #000;
79
- }
80
- }
81
-
82
- .app-version .ant-radio-wrapper {
83
- margin-right: 48px !important;
84
- }
85
-
86
- &-version-warning {
87
- display: flex;
88
- gap: 10px;
89
- align-items: center;
90
- height: 32px;
91
- padding: 0 16px;
92
- color: #021429;
93
- background-color: #e6f7ff;
94
- border: 1px solid #91d5ff;
95
- border-radius: 2px;
96
-
97
- .bsicon {
98
- color: #1890ff;
99
- font-size: 14px;
100
- }
101
- }
102
-
103
- &-create-app .ant-modal-header {
104
- padding-bottom: 0 !important;
105
-
106
- .ant-modal-title {
107
- margin-bottom: 24px;
108
- }
109
- }
110
-
111
- &-form-item.ant-form-item {
112
- margin-bottom: 16px !important;
113
- }
114
-
115
- &-desc {
116
- li {
117
- padding-left: 4px;
118
- color: #9aa1a9;
119
-
120
- &::before {
121
- margin-right: 8px;
122
- content: '•';
123
- }
124
- }
125
- }
126
- }
1
+ @import './../../../constants/icons/iconfont.css';
2
+
3
+ .app-list {
4
+ height: 100%;
5
+ margin-top: 8px;
6
+ padding: 0;
7
+ overflow: auto;
8
+
9
+ .applist-head {
10
+ .c-button {
11
+ margin-right: 20px;
12
+ }
13
+ }
14
+
15
+ .app-list-content {
16
+ margin-top: 20px;
17
+ }
18
+
19
+ .platform-icons {
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: flex-start;
23
+ width: 100%;
24
+
25
+ span {
26
+ margin-right: 10px;
27
+ color: #cfcfcf;
28
+ font-size: 16px;
29
+ }
30
+ }
31
+
32
+ .app-list-content {
33
+ .c-grid-cell,
34
+ .c-grid-header-cell {
35
+ text-align: left !important;
36
+ border: none;
37
+ border-bottom: 1px solid #d1d1d1;
38
+ }
39
+
40
+ .c-grid-cell {
41
+ text-align: left !important;
42
+ }
43
+
44
+ .c-grid-body .c-grid-row:nth-child(2n) {
45
+ background: #fff !important;
46
+ }
47
+
48
+ .app-name {
49
+ cursor: pointer;
50
+
51
+ &:hover {
52
+ color: #00a0ea;
53
+ }
54
+ }
55
+
56
+ .operating {
57
+ span {
58
+ color: #00a0ea;
59
+ cursor: pointer;
60
+ }
61
+
62
+ span.icon-delete {
63
+ margin-left: 10px;
64
+ color: #cfcfcf;
65
+
66
+ &:hover {
67
+ color: #00a0ea;
68
+ }
69
+ }
70
+ }
71
+ }
72
+
73
+ .dialog-content {
74
+ color: #858585;
75
+
76
+ .c-input {
77
+ margin-bottom: 20px;
78
+ color: #000;
79
+ }
80
+ }
81
+
82
+ .app-version .ant-radio-wrapper {
83
+ margin-right: 48px !important;
84
+ }
85
+
86
+ &-version-warning {
87
+ display: flex;
88
+ gap: 10px;
89
+ align-items: center;
90
+ height: 32px;
91
+ padding: 0 16px;
92
+ color: #021429;
93
+ background-color: #e6f7ff;
94
+ border: 1px solid #91d5ff;
95
+ border-radius: 2px;
96
+
97
+ .bsicon {
98
+ color: #1890ff;
99
+ font-size: 14px;
100
+ }
101
+ }
102
+
103
+ &-create-app .ant-modal-header {
104
+ padding-bottom: 0 !important;
105
+
106
+ .ant-modal-title {
107
+ margin-bottom: 24px;
108
+ }
109
+ }
110
+
111
+ &-form-item.ant-form-item {
112
+ margin-bottom: 16px !important;
113
+ }
114
+
115
+ &-desc {
116
+ li {
117
+ padding-left: 4px;
118
+ color: #9aa1a9;
119
+
120
+ &::before {
121
+ margin-right: 8px;
122
+ content: '•';
123
+ }
124
+ }
125
+ }
126
+ }
@@ -19,5 +19,6 @@ declare const _default: React.ForwardRefExoticComponent<{
19
19
  name?: string | undefined;
20
20
  appVersion?: number | undefined;
21
21
  currentUser?: any;
22
+ category?: string | undefined;
22
23
  } & React.RefAttributes<React.FC<{}>>>;
23
24
  export default _default;
@@ -5,7 +5,7 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
5
5
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
6
  function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
7
7
  import React, { useEffect, forwardRef, useState, useImperativeHandle } from 'react';
8
- import { Form, Input, Alert, Radio } from 'antd';
8
+ import { Form, Input, Alert, Radio, Select } from 'antd';
9
9
  import './index.less';
10
10
  import { classPrefix } from './index';
11
11
  export var AppVersion;
@@ -25,7 +25,9 @@ export var AppVersion;
25
25
  })(AppVersion || (AppVersion = {}));
26
26
  var ApplicationForm = function ApplicationForm(props, ref) {
27
27
  var name = props.name,
28
- currentUser = props.currentUser;
28
+ currentUser = props.currentUser,
29
+ _props$category = props.category,
30
+ category = _props$category === void 0 ? '1' : _props$category;
29
31
  var _useState = useState(true),
30
32
  _useState2 = _slicedToArray(_useState, 2),
31
33
  showChunk = _useState2[0],
@@ -55,9 +57,13 @@ var ApplicationForm = function ApplicationForm(props, ref) {
55
57
  name: 'name',
56
58
  value: name
57
59
  }]);
60
+ form.setFields([{
61
+ name: 'category',
62
+ value: category
63
+ }]);
58
64
  setShowchunk(false);
59
65
  }
60
- }, [name]);
66
+ }, [name, category]);
61
67
  return /*#__PURE__*/React.createElement(Form, {
62
68
  form: form,
63
69
  labelCol: {
@@ -65,7 +71,8 @@ var ApplicationForm = function ApplicationForm(props, ref) {
65
71
  },
66
72
  layout: "horizontal",
67
73
  initialValues: {
68
- appVersion: (currentUser === null || currentUser === void 0 ? void 0 : currentUser.companyBuyVersion) == 0 ? AppVersion.common : currentUser === null || currentUser === void 0 ? void 0 : currentUser.companyBuyVersion
74
+ appVersion: (currentUser === null || currentUser === void 0 ? void 0 : currentUser.companyBuyVersion) == 0 ? AppVersion.common : currentUser === null || currentUser === void 0 ? void 0 : currentUser.companyBuyVersion,
75
+ category: '1'
69
76
  }
70
77
  }, showChunk && (currentUser === null || currentUser === void 0 ? void 0 : currentUser.companyBuyVersion) == 0 && (/*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Form.Item, null, /*#__PURE__*/React.createElement(Alert, {
71
78
  className: "".concat(classPrefix, "-alert-info"),
@@ -81,6 +88,29 @@ var ApplicationForm = function ApplicationForm(props, ref) {
81
88
  }, "\u901A\u7528\u7248\u672C"), /*#__PURE__*/React.createElement(Radio, {
82
89
  value: AppVersion.bank
83
90
  }, "\u57CE\u5546\u884C\u573A\u666F\u7248\u672C"))))), /*#__PURE__*/React.createElement(Form.Item, {
91
+ name: "category",
92
+ className: "app-list-form-item"
93
+ }, /*#__PURE__*/React.createElement(Select, {
94
+ options: [{
95
+ value: '1',
96
+ label: '零售'
97
+ }, {
98
+ value: '2',
99
+ label: '公司'
100
+ }, {
101
+ value: '3',
102
+ label: '同业'
103
+ }, {
104
+ value: '4',
105
+ label: '风险'
106
+ }, {
107
+ value: '5',
108
+ label: '内部管理'
109
+ }, {
110
+ value: '6',
111
+ label: '其他'
112
+ }]
113
+ })), /*#__PURE__*/React.createElement(Form.Item, {
84
114
  name: "name",
85
115
  required: true,
86
116
  rules: [{
@@ -7,6 +7,19 @@ export interface ApplicationItem {
7
7
  appVersion: number;
8
8
  appVersionName: string;
9
9
  platform: number[];
10
+ children?: ApplicationListChildren[];
11
+ status?: number;
12
+ joinDatabaseDelay: string;
13
+ realTimeDelay: string;
14
+ startTime: string;
15
+ stopTime: string;
16
+ }
17
+ export interface ApplicationListChildren {
18
+ label: string;
19
+ key: 'appVersionName' | 'name' | 'platform' | 'status' | 'realTimeDelay' | 'joinDatabaseDelay' | 'startTime' | 'stopTime';
20
+ type: string;
21
+ style?: any;
22
+ list?: number[];
10
23
  }
11
24
  declare const Application: React.FC<{
12
25
  companyId: number;