@zgfe/business-lib 1.1.7-dmd2.4 → 1.1.7-dmd2.5
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.
|
@@ -150,7 +150,7 @@ var AttrListPanel = function AttrListPanel(props) {
|
|
|
150
150
|
if (item.key === option.key) disabled = true;
|
|
151
151
|
});
|
|
152
152
|
|
|
153
|
-
if (option.
|
|
153
|
+
if (option.isHidden != 1) {
|
|
154
154
|
childList.push( /*#__PURE__*/React.createElement(Option, {
|
|
155
155
|
option: option,
|
|
156
156
|
key: option === null || option === void 0 ? void 0 : option.key,
|
|
@@ -68,7 +68,7 @@ export default function convertAttributeData(store) {
|
|
|
68
68
|
res.userPropList = (_store$userPropList = store.userPropList) === null || _store$userPropList === void 0 ? void 0 : _store$userPropList.map(function (prop) {
|
|
69
69
|
return {
|
|
70
70
|
id: prop.id || 0,
|
|
71
|
-
|
|
71
|
+
isHidden: prop.hidden,
|
|
72
72
|
alias: prop.alias_name,
|
|
73
73
|
category: prop.category,
|
|
74
74
|
key: "userProp-".concat(prop.name),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.1.7-dmd2.
|
|
3
|
+
"version": "1.1.7-dmd2.5",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "dumi dev",
|
|
6
6
|
"docs:build": "dumi build",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"react": "^16.12.0 || ^17.0.0",
|
|
61
61
|
"yorkie": "^2.0.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "68330d487b3099210ab93d496d89d8fb2f06e435"
|
|
64
64
|
}
|