@zgfe/modules-settings 1.2.11 → 1.2.13-alpha.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 (63) hide show
  1. package/README.md +33 -33
  2. package/es/components/pageLoading/index.less +7 -7
  3. package/es/components/settingTabs/index.less +47 -47
  4. package/es/constants/api.d.ts +1 -20
  5. package/es/constants/api.js +2 -24
  6. package/es/constants/icons/demo.css +539 -539
  7. package/es/constants/icons/demo_index.html +8537 -8537
  8. package/es/constants/icons/iconfont.css +1467 -1467
  9. package/es/constants/icons/iconfont.json +2550 -2550
  10. package/es/global.d.ts +4 -4
  11. package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
  12. package/es/modules/appSettings/member/index.less +18 -18
  13. package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
  14. package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
  15. package/es/modules/companySetting/appList/index.js +60 -3
  16. package/es/modules/companySetting/appList/index.less +100 -100
  17. package/es/modules/companySetting/cost/index.js +2 -2
  18. package/es/modules/companySetting/cost/index.less +31 -31
  19. package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
  20. package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
  21. package/es/modules/companySetting/edit/styles/authModule.less +82 -82
  22. package/es/modules/companySetting/edit/styles/user.less +54 -54
  23. package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
  24. package/es/modules/companySetting/index.js +256 -75
  25. package/es/modules/companySetting/index.less +24 -63
  26. package/es/modules/companySetting/info/index.less +35 -35
  27. package/es/modules/companySetting/operationLog/index.less +27 -27
  28. package/es/modules/companySetting/style/common.less +68 -68
  29. package/es/modules/companySetting/style/reset.less +117 -117
  30. package/es/modules/companySetting/user/index.js +264 -167
  31. package/es/modules/companySetting/user/index.less +162 -264
  32. package/es/modules/companySetting/user/invite.d.ts +8 -3
  33. package/es/modules/companySetting/user/invite.js +173 -249
  34. package/es/modules/companySetting/userGroup/groupItem.js +1 -1
  35. package/es/modules/companySetting/userGroup/index.less +6 -6
  36. package/es/modules/companySetting/userGroup/style/authConfigDetail.less +44 -44
  37. package/es/modules/companySetting/userGroup/style/index.less +79 -79
  38. package/es/modules/companySetting/virtualApp/panels/list.js +1 -1
  39. package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
  40. package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
  41. package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
  42. package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
  43. package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
  44. package/es/modules/companySetting/wechatBinding/index.js +1 -1
  45. package/es/modules/companySetting/wechatBinding/index.less +48 -48
  46. package/es/modules/personalSetting/securityLog/index.less +10 -10
  47. package/es/modules/personalSetting/styles/unbinding.less +73 -73
  48. package/es/modules/systemSetting/notice/configItem/index.less +15 -15
  49. package/es/modules/systemSetting/notice/edit/index.less +26 -26
  50. package/es/types/companySetting.d.ts +3 -28
  51. package/es/utils/util.d.ts +0 -23
  52. package/es/utils/util.js +0 -77
  53. package/package.json +4 -4
  54. package/es/modules/companySetting/department/index.d.ts +0 -7
  55. package/es/modules/companySetting/department/index.js +0 -356
  56. package/es/modules/companySetting/department/index.less +0 -104
  57. package/es/modules/companySetting/role/index.d.ts +0 -6
  58. package/es/modules/companySetting/role/index.js +0 -561
  59. package/es/modules/companySetting/role/index.less +0 -160
  60. package/es/requests/department.d.ts +0 -15
  61. package/es/requests/department.js +0 -68
  62. package/es/requests/role.d.ts +0 -16
  63. package/es/requests/role.js +0 -100
@@ -1,82 +1,82 @@
1
- .company-settting-auth-module {
2
- position: relative;
3
- display: flex;
4
- flex-direction: row;
5
- min-height: 51px;
6
- background-color: #ffffff;
7
- .module-name {
8
- position: relative;
9
- display: flex;
10
- align-items: center;
11
- width: 202px;
12
- padding-left: 20px;
13
- background-color: #fafafa;
14
- border: 1px solid #dadada;
15
- .item-label {
16
- width: 100%;
17
- overflow: hidden;
18
- white-space: nowrap;
19
- text-align: left;
20
- text-overflow: ellipsis;
21
- }
22
- }
23
- .module-content {
24
- position: relative;
25
- display: flex;
26
- flex: 1;
27
- flex-direction: row;
28
- flex-wrap: wrap;
29
- align-items: flex-start;
30
- padding-left: 20px;
31
- border: 1px solid #dadada;
32
- border-left: 0;
33
- .auth-selector {
34
- top: 13px;
35
- flex: none;
36
- margin-right: 20px;
37
- }
38
- .function-group {
39
- width: 25%;
40
- min-height: 50px;
41
- line-height: 50px;
42
- text-align: left;
43
- }
44
- .function-group.isVirtualApp {
45
- width: 50%;
46
- }
47
- .multi-level-group {
48
- display: flex;
49
- flex-direction: row;
50
- width: 100%;
51
- padding: 10px 0;
52
- border-bottom: 1px dotted #dadada;
53
- .function-name {
54
- width: calc(25% - 20px);
55
- margin-right: 20px;
56
- line-height: 30px;
57
- text-align: left;
58
- border-right: 1px solid #dadada;
59
- }
60
- .function-content {
61
- flex: 1;
62
- .function-item {
63
- display: inline-block;
64
- width: 33%;
65
- line-height: 30px;
66
- text-align: left;
67
- }
68
- }
69
- }
70
- .multi-level-group:last-child {
71
- border-bottom: none;
72
- }
73
- }
74
- }
75
- .company-auth-group {
76
- .company-settting-auth-module:not(:first-child) {
77
- .module-name,
78
- .module-content {
79
- border-top: 0;
80
- }
81
- }
82
- }
1
+ .company-settting-auth-module {
2
+ position: relative;
3
+ display: flex;
4
+ flex-direction: row;
5
+ min-height: 51px;
6
+ background-color: #ffffff;
7
+ .module-name {
8
+ position: relative;
9
+ display: flex;
10
+ align-items: center;
11
+ width: 202px;
12
+ padding-left: 20px;
13
+ background-color: #fafafa;
14
+ border: 1px solid #dadada;
15
+ .item-label {
16
+ width: 100%;
17
+ overflow: hidden;
18
+ white-space: nowrap;
19
+ text-align: left;
20
+ text-overflow: ellipsis;
21
+ }
22
+ }
23
+ .module-content {
24
+ position: relative;
25
+ display: flex;
26
+ flex: 1;
27
+ flex-direction: row;
28
+ flex-wrap: wrap;
29
+ align-items: flex-start;
30
+ padding-left: 20px;
31
+ border: 1px solid #dadada;
32
+ border-left: 0;
33
+ .auth-selector {
34
+ top: 13px;
35
+ flex: none;
36
+ margin-right: 20px;
37
+ }
38
+ .function-group {
39
+ width: 25%;
40
+ min-height: 50px;
41
+ line-height: 50px;
42
+ text-align: left;
43
+ }
44
+ .function-group.isVirtualApp {
45
+ width: 50%;
46
+ }
47
+ .multi-level-group {
48
+ display: flex;
49
+ flex-direction: row;
50
+ width: 100%;
51
+ padding: 10px 0;
52
+ border-bottom: 1px dotted #dadada;
53
+ .function-name {
54
+ width: calc(25% - 20px);
55
+ margin-right: 20px;
56
+ line-height: 30px;
57
+ text-align: left;
58
+ border-right: 1px solid #dadada;
59
+ }
60
+ .function-content {
61
+ flex: 1;
62
+ .function-item {
63
+ display: inline-block;
64
+ width: 33%;
65
+ line-height: 30px;
66
+ text-align: left;
67
+ }
68
+ }
69
+ }
70
+ .multi-level-group:last-child {
71
+ border-bottom: none;
72
+ }
73
+ }
74
+ }
75
+ .company-auth-group {
76
+ .company-settting-auth-module:not(:first-child) {
77
+ .module-name,
78
+ .module-content {
79
+ border-top: 0;
80
+ }
81
+ }
82
+ }
@@ -1,54 +1,54 @@
1
- .company-setting-user {
2
- position: relative;
3
- height: 100%;
4
- padding: 20px;
5
- overflow-y: auto;
6
- color: #354052;
7
- font-size: 14px;
8
- .company-setting-user-title {
9
- margin-bottom: 30px;
10
- font-size: 18px;
11
- line-height: 18px;
12
- }
13
- .company-setting-user-name {
14
- margin-left: 20px;
15
- line-height: 35px;
16
- }
17
- .company-setting-user-groups {
18
- margin-left: 20px;
19
- }
20
- .item-label {
21
- display: inline-block;
22
- width: 85px;
23
- text-align: right;
24
- }
25
- .company-setting-footer {
26
- margin-top: 40px;
27
- text-align: right;
28
- .c-button {
29
- margin-right: 20px;
30
- }
31
- }
32
- }
33
-
34
- .select-group {
35
- display: flex;
36
- align-items: center;
37
- justify-content: space-between;
38
- margin: 10px;
39
- .all-btn {
40
- color: #3d62d2;
41
- cursor: pointer;
42
- }
43
- .delete-btn {
44
- color: #f55858;
45
- cursor: pointer;
46
- }
47
- }
48
- #ant-select {
49
- width: 100%;
50
- .ant-select-item-option-selected {
51
- color: #3d62d2 !important;
52
- background-color: #fff !important;
53
- }
54
- }
1
+ .company-setting-user {
2
+ position: relative;
3
+ height: 100%;
4
+ padding: 20px;
5
+ overflow-y: auto;
6
+ color: #354052;
7
+ font-size: 14px;
8
+ .company-setting-user-title {
9
+ margin-bottom: 30px;
10
+ font-size: 18px;
11
+ line-height: 18px;
12
+ }
13
+ .company-setting-user-name {
14
+ margin-left: 20px;
15
+ line-height: 35px;
16
+ }
17
+ .company-setting-user-groups {
18
+ margin-left: 20px;
19
+ }
20
+ .item-label {
21
+ display: inline-block;
22
+ width: 85px;
23
+ text-align: right;
24
+ }
25
+ .company-setting-footer {
26
+ margin-top: 40px;
27
+ text-align: right;
28
+ .c-button {
29
+ margin-right: 20px;
30
+ }
31
+ }
32
+ }
33
+
34
+ .select-group {
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: space-between;
38
+ margin: 10px;
39
+ .all-btn {
40
+ color: #3d62d2;
41
+ cursor: pointer;
42
+ }
43
+ .delete-btn {
44
+ color: #f55858;
45
+ cursor: pointer;
46
+ }
47
+ }
48
+ #ant-select {
49
+ width: 100%;
50
+ .ant-select-item-option-selected {
51
+ color: #3d62d2 !important;
52
+ background-color: #fff !important;
53
+ }
54
+ }
@@ -1,44 +1,44 @@
1
- .company-setting-user-group {
2
- position: relative;
3
- height: 100%;
4
- padding: 20px;
5
- overflow-y: auto;
6
- color: #354052;
7
- font-size: 14px;
8
- .company-setting-group-title {
9
- margin-bottom: 30px;
10
- font-size: 18px;
11
- line-height: 18px;
12
- }
13
- .company-setting-user-name {
14
- margin-left: 20px;
15
- line-height: 35px;
16
- }
17
- .company-setting-users {
18
- margin-top: 20px;
19
- margin-left: 20px;
20
- }
21
- .encryption-wrap {
22
- display: flex;
23
- align-items: center;
24
- margin-top: 20px;
25
- margin-left: 20px;
26
- .encryption-item {
27
- margin-right: 5px;
28
- }
29
- label {
30
- display: flex;
31
- align-items: center;
32
- input {
33
- margin-right: 5px;
34
- }
35
- }
36
- }
37
- .company-setting-footer {
38
- margin-top: 40px;
39
- text-align: right;
40
- .c-button {
41
- margin-right: 20px;
42
- }
43
- }
44
- }
1
+ .company-setting-user-group {
2
+ position: relative;
3
+ height: 100%;
4
+ padding: 20px;
5
+ overflow-y: auto;
6
+ color: #354052;
7
+ font-size: 14px;
8
+ .company-setting-group-title {
9
+ margin-bottom: 30px;
10
+ font-size: 18px;
11
+ line-height: 18px;
12
+ }
13
+ .company-setting-user-name {
14
+ margin-left: 20px;
15
+ line-height: 35px;
16
+ }
17
+ .company-setting-users {
18
+ margin-top: 20px;
19
+ margin-left: 20px;
20
+ }
21
+ .encryption-wrap {
22
+ display: flex;
23
+ align-items: center;
24
+ margin-top: 20px;
25
+ margin-left: 20px;
26
+ .encryption-item {
27
+ margin-right: 5px;
28
+ }
29
+ label {
30
+ display: flex;
31
+ align-items: center;
32
+ input {
33
+ margin-right: 5px;
34
+ }
35
+ }
36
+ }
37
+ .company-setting-footer {
38
+ margin-top: 40px;
39
+ text-align: right;
40
+ .c-button {
41
+ margin-right: 20px;
42
+ }
43
+ }
44
+ }