@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.
Files changed (43) 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 -0
  5. package/es/constants/api.js +3 -1
  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 +59 -2
  16. package/es/modules/companySetting/appList/index.less +100 -100
  17. package/es/modules/companySetting/cost/index.less +31 -31
  18. package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
  19. package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
  20. package/es/modules/companySetting/edit/styles/authModule.less +82 -82
  21. package/es/modules/companySetting/edit/styles/user.less +54 -54
  22. package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
  23. package/es/modules/companySetting/index.less +24 -24
  24. package/es/modules/companySetting/info/index.less +35 -35
  25. package/es/modules/companySetting/operationLog/index.less +27 -27
  26. package/es/modules/companySetting/style/common.less +68 -68
  27. package/es/modules/companySetting/style/reset.less +117 -117
  28. package/es/modules/companySetting/user/index.less +162 -162
  29. package/es/modules/companySetting/userGroup/index.less +6 -6
  30. package/es/modules/companySetting/userGroup/style/authConfigDetail.less +44 -44
  31. package/es/modules/companySetting/userGroup/style/index.less +79 -79
  32. package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
  33. package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
  34. package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
  35. package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
  36. package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
  37. package/es/modules/companySetting/wechatBinding/index.less +48 -48
  38. package/es/modules/personalSetting/securityLog/index.less +10 -10
  39. package/es/modules/personalSetting/styles/unbinding.less +73 -73
  40. package/es/modules/systemSetting/notice/configItem/index.less +15 -15
  41. package/es/modules/systemSetting/notice/edit/index.less +26 -26
  42. package/es/types/companySetting.d.ts +1 -0
  43. 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
+ }
@@ -39,6 +39,7 @@ declare let apis: {
39
39
  queryFilter: string;
40
40
  queryNoticeConfig: string;
41
41
  editNoticeConfig: string;
42
+ queryAppKeyIsOpen: string;
42
43
  };
43
44
  eventMeta: {
44
45
  queryEventMeta: string;
@@ -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'