@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
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
+ }
@@ -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
+ }
@@ -1,126 +1,126 @@
1
- .application {
2
- min-height: 400px;
3
- overflow-x: hidden;
4
- overflow-y: auto;
5
-
6
- &-modal {
7
- .ant-modal-body {
8
- padding: 24px !important;
9
- }
10
- .ant-modal-confirm-body .ant-modal-confirm-title {
11
- color: #000;
12
- font-size: 24px;
13
- line-height: 24px;
14
- }
15
-
16
- .ant-modal-confirm-body .ant-modal-confirm-content {
17
- margin-top: 0;
18
- padding-top: 24px;
19
- }
20
-
21
- .ant-modal-close {
22
- padding-top: 8px;
23
- padding-right: 6px;
24
-
25
- &-x {
26
- color: #021429;
27
- font-size: 24px;
28
- }
29
- }
30
- }
31
-
32
- &-drawer {
33
- .ant-drawer-header-title {
34
- flex-direction: row-reverse;
35
- }
36
- }
37
-
38
- .bsicon {
39
- color: #9aa1a9;
40
- font-size: 16px !important;
41
- }
42
- .bsicon:hover {
43
- color: var(--io-i-, #165dff);
44
- }
45
-
46
- .bsicon.shanchu:hover {
47
- color: #fb5547;
48
- }
49
-
50
- .zhuge.icon-shanchu:hover {
51
- color: #fb5547;
52
- }
53
-
54
- &-alert-info {
55
- background-color: #e6f7ff;
56
- border: 1px solid #91d5ff;
57
- border-radius: 2px;
58
- }
59
-
60
- &-form {
61
- display: flex;
62
- align-items: center;
63
- justify-content: space-between;
64
-
65
- &-item {
66
- display: flex;
67
- gap: 8px;
68
- align-items: center;
69
-
70
- .bsicon {
71
- color: #fd9f41;
72
- }
73
-
74
- .bsicon:hover {
75
- color: var(--io-i-, #fd9f41);
76
- }
77
- }
78
-
79
- .ant-btn-sm {
80
- height: 32px;
81
- padding: 4px 16px;
82
- }
83
- }
84
-
85
- .ant-divider-horizontal {
86
- margin: 14px 0;
87
- }
88
-
89
- &-content {
90
- display: flex;
91
- align-items: flex-end;
92
- justify-content: space-between;
93
-
94
- &-item-platform {
95
- display: flex;
96
- gap: 4px;
97
- align-items: center;
98
- justify-content: flex-start;
99
- white-space: nowrap;
100
- }
101
- }
102
-
103
- .biz-loading-container.loading {
104
- margin-top: 100px;
105
- }
106
-
107
- &-disabled,
108
- &-disabled:hover,
109
- &-disabled:focus {
110
- cursor: not-allowed !important;
111
- }
112
-
113
- .ant-btn-primary[disabled],
114
- .ant-btn-primary[disabled]:hover,
115
- .ant-btn-primary[disabled]:focus,
116
- .ant-btn-primary[disabled]:active {
117
- color: #fff;
118
- background: var(--io-i2-, #d0dfff);
119
- border: 1px solid #d0dfff;
120
- }
121
-
122
- .settings-card {
123
- gap: 6px;
124
- height: 120px;
125
- }
126
- }
1
+ .application {
2
+ min-height: 400px;
3
+ overflow-x: hidden;
4
+ overflow-y: auto;
5
+
6
+ &-modal {
7
+ .ant-modal-body {
8
+ padding: 24px !important;
9
+ }
10
+ .ant-modal-confirm-body .ant-modal-confirm-title {
11
+ color: #000;
12
+ font-size: 24px;
13
+ line-height: 24px;
14
+ }
15
+
16
+ .ant-modal-confirm-body .ant-modal-confirm-content {
17
+ margin-top: 0;
18
+ padding-top: 24px;
19
+ }
20
+
21
+ .ant-modal-close {
22
+ padding-top: 8px;
23
+ padding-right: 6px;
24
+
25
+ &-x {
26
+ color: #021429;
27
+ font-size: 24px;
28
+ }
29
+ }
30
+ }
31
+
32
+ &-drawer {
33
+ .ant-drawer-header-title {
34
+ flex-direction: row-reverse;
35
+ }
36
+ }
37
+
38
+ .bsicon {
39
+ color: #9aa1a9;
40
+ font-size: 16px !important;
41
+ }
42
+ .bsicon:hover {
43
+ color: var(--io-i-, #165dff);
44
+ }
45
+
46
+ .bsicon.shanchu:hover {
47
+ color: #fb5547;
48
+ }
49
+
50
+ .zhuge.icon-shanchu:hover {
51
+ color: #fb5547;
52
+ }
53
+
54
+ &-alert-info {
55
+ background-color: #e6f7ff;
56
+ border: 1px solid #91d5ff;
57
+ border-radius: 2px;
58
+ }
59
+
60
+ &-form {
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: space-between;
64
+
65
+ &-item {
66
+ display: flex;
67
+ gap: 8px;
68
+ align-items: center;
69
+
70
+ .bsicon {
71
+ color: #fd9f41;
72
+ }
73
+
74
+ .bsicon:hover {
75
+ color: var(--io-i-, #fd9f41);
76
+ }
77
+ }
78
+
79
+ .ant-btn-sm {
80
+ height: 32px;
81
+ padding: 4px 16px;
82
+ }
83
+ }
84
+
85
+ .ant-divider-horizontal {
86
+ margin: 14px 0;
87
+ }
88
+
89
+ &-content {
90
+ display: flex;
91
+ align-items: flex-end;
92
+ justify-content: space-between;
93
+
94
+ &-item-platform {
95
+ display: flex;
96
+ gap: 4px;
97
+ align-items: center;
98
+ justify-content: flex-start;
99
+ white-space: nowrap;
100
+ }
101
+ }
102
+
103
+ .biz-loading-container.loading {
104
+ margin-top: 100px;
105
+ }
106
+
107
+ &-disabled,
108
+ &-disabled:hover,
109
+ &-disabled:focus {
110
+ cursor: not-allowed !important;
111
+ }
112
+
113
+ .ant-btn-primary[disabled],
114
+ .ant-btn-primary[disabled]:hover,
115
+ .ant-btn-primary[disabled]:focus,
116
+ .ant-btn-primary[disabled]:active {
117
+ color: #fff;
118
+ background: var(--io-i2-, #d0dfff);
119
+ border: 1px solid #d0dfff;
120
+ }
121
+
122
+ .settings-card {
123
+ gap: 6px;
124
+ height: 120px;
125
+ }
126
+ }