@zgfe/modules-settings 1.2.1-alpha.0 → 1.2.2-alpha.0
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.
|
@@ -396,7 +396,7 @@ var User = function User(props) {
|
|
|
396
396
|
width: 300
|
|
397
397
|
}
|
|
398
398
|
}, /*#__PURE__*/React.createElement("div", {
|
|
399
|
-
className: "group-auth-list"
|
|
399
|
+
className: "group-auth-list popover-group-auth-list"
|
|
400
400
|
}, data.authConfig && data.authConfig.groupIds && groupAuthConfig(data.authConfig.groupIds).length ? /*#__PURE__*/React.createElement("div", null, groupAuthConfig(data.authConfig.groupIds).map(function (item) {
|
|
401
401
|
return /*#__PURE__*/React.createElement(AuthConfigDetail, {
|
|
402
402
|
key: item.id,
|
|
@@ -205,13 +205,6 @@ var standard = _objectSpread({
|
|
|
205
205
|
key: '/setting/system'
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
|
-
dataset: {
|
|
209
|
-
key: '/dataAccess/cdp'
|
|
210
|
-
},
|
|
211
|
-
idmapping: {
|
|
212
|
-
key: '/dataAccess/cdp'
|
|
213
|
-
}
|
|
214
|
-
}, isDemo ? {
|
|
215
208
|
cxp: {
|
|
216
209
|
key: '/cxp'
|
|
217
210
|
},
|
|
@@ -220,15 +213,18 @@ var standard = _objectSpread({
|
|
|
220
213
|
},
|
|
221
214
|
cep: {
|
|
222
215
|
key: '/cxp/cep'
|
|
223
|
-
}
|
|
224
|
-
} : {
|
|
225
|
-
market: {
|
|
226
|
-
key: '/market'
|
|
227
216
|
},
|
|
228
|
-
|
|
229
|
-
key: '/
|
|
217
|
+
dataset: {
|
|
218
|
+
key: '/manage/dataset'
|
|
219
|
+
},
|
|
220
|
+
idmapping: {
|
|
221
|
+
key: '/manage/idmapping'
|
|
222
|
+
}
|
|
223
|
+
}, isDemo ? {
|
|
224
|
+
userJourney: {
|
|
225
|
+
key: '/cxp/userJourney'
|
|
230
226
|
}
|
|
231
|
-
});
|
|
227
|
+
} : {});
|
|
232
228
|
var mars = {
|
|
233
229
|
default: {
|
|
234
230
|
key: 'default' // 默认权限
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2-alpha.0",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"umi-request": "^1.4.0",
|
|
52
52
|
"yorkie": "^2.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "60639a4953c7e71faf6a1bf31092f0a02dfe5776",
|
|
55
55
|
"gitHooks": {
|
|
56
56
|
"pre-commit": "lint-staged"
|
|
57
57
|
}
|