@zgfe/modules-settings 1.2.12 → 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.
- package/README.md +33 -33
- package/es/components/pageLoading/index.less +7 -7
- package/es/components/settingTabs/index.less +47 -47
- package/es/constants/api.d.ts +1 -0
- package/es/constants/api.js +3 -1
- package/es/constants/icons/demo.css +539 -539
- package/es/constants/icons/demo_index.html +8537 -8537
- package/es/constants/icons/iconfont.css +1467 -1467
- package/es/constants/icons/iconfont.json +2550 -2550
- package/es/global.d.ts +4 -4
- package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
- package/es/modules/appSettings/member/index.less +18 -18
- 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.js +59 -2
- package/es/modules/companySetting/appList/index.less +100 -100
- package/es/modules/companySetting/cost/index.less +31 -31
- 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.less +24 -24
- package/es/modules/companySetting/info/index.less +35 -35
- package/es/modules/companySetting/operationLog/index.less +27 -27
- package/es/modules/companySetting/style/common.less +68 -68
- package/es/modules/companySetting/style/reset.less +117 -117
- package/es/modules/companySetting/user/index.less +162 -162
- package/es/modules/companySetting/userGroup/index.less +6 -6
- package/es/modules/companySetting/userGroup/style/authConfigDetail.less +44 -44
- package/es/modules/companySetting/userGroup/style/index.less +79 -79
- 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 +48 -48
- package/es/modules/personalSetting/securityLog/index.less +10 -10
- package/es/modules/personalSetting/styles/unbinding.less +73 -73
- package/es/modules/systemSetting/notice/configItem/index.less +15 -15
- package/es/modules/systemSetting/notice/edit/index.less +26 -26
- package/es/types/companySetting.d.ts +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
# @zgfe/modules-settings
|
|
2
|
-
|
|
3
|
-
## Getting Started
|
|
4
|
-
|
|
5
|
-
Install dependencies,
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
$ npm i
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
Start the dev server,
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
$ npm start
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
Build documentation,
|
|
18
|
-
|
|
19
|
-
```bash
|
|
20
|
-
$ npm run docs:build
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
Run test,
|
|
24
|
-
|
|
25
|
-
```bash
|
|
26
|
-
$ npm test
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
Build library via `father`,
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
$ npm run build
|
|
33
|
-
```
|
|
1
|
+
# @zgfe/modules-settings
|
|
2
|
+
|
|
3
|
+
## Getting Started
|
|
4
|
+
|
|
5
|
+
Install dependencies,
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
$ npm i
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
Start the dev server,
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
$ npm start
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
Build documentation,
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
$ npm run docs:build
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Run test,
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
$ npm test
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Build library via `father`,
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
$ npm run build
|
|
33
|
+
```
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
.settings-page-loading {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
justify-content: center;
|
|
5
|
-
width: 100%;
|
|
6
|
-
height: 100%;
|
|
7
|
-
}
|
|
1
|
+
.settings-page-loading {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
width: 100%;
|
|
6
|
+
height: 100%;
|
|
7
|
+
}
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
|
|
3
|
-
.settings-container {
|
|
4
|
-
padding: 24px;
|
|
5
|
-
background: #f0f2f5;
|
|
6
|
-
.tab-header {
|
|
7
|
-
font-size: 18px;
|
|
8
|
-
.tab-header-title {
|
|
9
|
-
margin-left: 8px;
|
|
10
|
-
}
|
|
11
|
-
.app-name {
|
|
12
|
-
font-weight: normal;
|
|
13
|
-
font-size: 14px;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.settings-layout {
|
|
18
|
-
display: flex;
|
|
19
|
-
height: calc(100vh - 130px);
|
|
20
|
-
padding: 24px 0px 24px;
|
|
21
|
-
|
|
22
|
-
.settings-sider {
|
|
23
|
-
display: contents;
|
|
24
|
-
background: white;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.settings-content {
|
|
28
|
-
flex: auto;
|
|
29
|
-
max-width: 912px;
|
|
30
|
-
margin-left: 24px;
|
|
31
|
-
padding: 40px;
|
|
32
|
-
overflow: auto;
|
|
33
|
-
background: white;
|
|
34
|
-
|
|
35
|
-
.ant-menu-vertical .ant-menu-item {
|
|
36
|
-
margin: 0px !important;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.appSettings-Tabs {
|
|
43
|
-
.ant-tabs-content {
|
|
44
|
-
height: 50vh;
|
|
45
|
-
overflow-y: scroll;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
|
|
3
|
+
.settings-container {
|
|
4
|
+
padding: 24px;
|
|
5
|
+
background: #f0f2f5;
|
|
6
|
+
.tab-header {
|
|
7
|
+
font-size: 18px;
|
|
8
|
+
.tab-header-title {
|
|
9
|
+
margin-left: 8px;
|
|
10
|
+
}
|
|
11
|
+
.app-name {
|
|
12
|
+
font-weight: normal;
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.settings-layout {
|
|
18
|
+
display: flex;
|
|
19
|
+
height: calc(100vh - 130px);
|
|
20
|
+
padding: 24px 0px 24px;
|
|
21
|
+
|
|
22
|
+
.settings-sider {
|
|
23
|
+
display: contents;
|
|
24
|
+
background: white;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.settings-content {
|
|
28
|
+
flex: auto;
|
|
29
|
+
max-width: 912px;
|
|
30
|
+
margin-left: 24px;
|
|
31
|
+
padding: 40px;
|
|
32
|
+
overflow: auto;
|
|
33
|
+
background: white;
|
|
34
|
+
|
|
35
|
+
.ant-menu-vertical .ant-menu-item {
|
|
36
|
+
margin: 0px !important;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.appSettings-Tabs {
|
|
43
|
+
.ant-tabs-content {
|
|
44
|
+
height: 50vh;
|
|
45
|
+
overflow-y: scroll;
|
|
46
|
+
}
|
|
47
|
+
}
|
package/es/constants/api.d.ts
CHANGED
package/es/constants/api.js
CHANGED
|
@@ -44,7 +44,9 @@ var apis = {
|
|
|
44
44
|
queryFilter: '/user/queryFilter.jsp',
|
|
45
45
|
//系统设置
|
|
46
46
|
queryNoticeConfig: apiPrefix + '/systemSettings/queryNoticeSettings',
|
|
47
|
-
editNoticeConfig: apiPrefix + '/systemSettings/setNoticeSettings'
|
|
47
|
+
editNoticeConfig: apiPrefix + '/systemSettings/setNoticeSettings',
|
|
48
|
+
//埋点开关
|
|
49
|
+
queryAppKeyIsOpen: '/data/updateAppName.jsp'
|
|
48
50
|
},
|
|
49
51
|
eventMeta: {
|
|
50
52
|
queryEventMeta: '/zg/web/v2/data/queryEventMetasOfGroup'
|