@bit-sun/business-component 2.4.11 → 2.4.12
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/dist/index.esm.js
CHANGED
|
@@ -29861,9 +29861,7 @@ var RuleObjectComponent = /*#__PURE__*/function (_Component) {
|
|
|
29861
29861
|
};
|
|
29862
29862
|
}) || undefined;
|
|
29863
29863
|
_this.propertyCodeToRangeIdMap["".concat(item.code, ".").concat(element.code)] = list;
|
|
29864
|
-
} else
|
|
29865
|
-
_this.propertyCodeToRangeIdMap["".concat(item.code, ".").concat(element.code)] = Object.keys(infoVo).length ? infoVo : undefined;
|
|
29866
|
-
}
|
|
29864
|
+
} else ;
|
|
29867
29865
|
var child = {
|
|
29868
29866
|
title: "".concat(item.name, "-").concat(element.name),
|
|
29869
29867
|
key: element.id,
|
|
@@ -29905,9 +29903,7 @@ var RuleObjectComponent = /*#__PURE__*/function (_Component) {
|
|
|
29905
29903
|
};
|
|
29906
29904
|
}) || undefined;
|
|
29907
29905
|
_this.propertyCodeToRangeIdMap["".concat(rootObjCode, ".").concat(parentKey, ".").concat(element.code)] = _list;
|
|
29908
|
-
} else
|
|
29909
|
-
_this.propertyCodeToRangeIdMap["".concat(rootObjCode, ".").concat(parentKey, ".").concat(element.code)] = Object.keys(infoVo).length ? infoVo : undefined;
|
|
29910
|
-
}
|
|
29906
|
+
} else ;
|
|
29911
29907
|
var child = {
|
|
29912
29908
|
title: "".concat(parentTitle, "-").concat(element.name),
|
|
29913
29909
|
key: "".concat(parentKey, ".").concat(element.id),
|
package/dist/index.js
CHANGED
|
@@ -29881,9 +29881,7 @@ var RuleObjectComponent = /*#__PURE__*/function (_Component) {
|
|
|
29881
29881
|
};
|
|
29882
29882
|
}) || undefined;
|
|
29883
29883
|
_this.propertyCodeToRangeIdMap["".concat(item.code, ".").concat(element.code)] = list;
|
|
29884
|
-
} else
|
|
29885
|
-
_this.propertyCodeToRangeIdMap["".concat(item.code, ".").concat(element.code)] = Object.keys(infoVo).length ? infoVo : undefined;
|
|
29886
|
-
}
|
|
29884
|
+
} else ;
|
|
29887
29885
|
var child = {
|
|
29888
29886
|
title: "".concat(item.name, "-").concat(element.name),
|
|
29889
29887
|
key: element.id,
|
|
@@ -29925,9 +29923,7 @@ var RuleObjectComponent = /*#__PURE__*/function (_Component) {
|
|
|
29925
29923
|
};
|
|
29926
29924
|
}) || undefined;
|
|
29927
29925
|
_this.propertyCodeToRangeIdMap["".concat(rootObjCode, ".").concat(parentKey, ".").concat(element.code)] = _list;
|
|
29928
|
-
} else
|
|
29929
|
-
_this.propertyCodeToRangeIdMap["".concat(rootObjCode, ".").concat(parentKey, ".").concat(element.code)] = Object.keys(infoVo).length ? infoVo : undefined;
|
|
29930
|
-
}
|
|
29926
|
+
} else ;
|
|
29931
29927
|
var child = {
|
|
29932
29928
|
title: "".concat(parentTitle, "-").concat(element.name),
|
|
29933
29929
|
key: "".concat(parentKey, ".").concat(element.id),
|
package/package.json
CHANGED
|
@@ -138,9 +138,9 @@ class RuleObjectComponent extends Component {
|
|
|
138
138
|
`${item.code}.${element.code}`
|
|
139
139
|
] = list;
|
|
140
140
|
} else {
|
|
141
|
-
this.propertyCodeToRangeIdMap[
|
|
142
|
-
|
|
143
|
-
] = Object.keys(infoVo).length ? infoVo : undefined;
|
|
141
|
+
// this.propertyCodeToRangeIdMap[
|
|
142
|
+
// `${item.code}.${element.code}`
|
|
143
|
+
// ] = Object.keys(infoVo).length ? infoVo : undefined;
|
|
144
144
|
}
|
|
145
145
|
let child = {
|
|
146
146
|
title: `${item.name}-${element.name}`,
|
|
@@ -200,9 +200,9 @@ class RuleObjectComponent extends Component {
|
|
|
200
200
|
`${rootObjCode}.${parentKey}.${element.code}`
|
|
201
201
|
] = list;
|
|
202
202
|
} else {
|
|
203
|
-
this.propertyCodeToRangeIdMap[
|
|
204
|
-
|
|
205
|
-
] = Object.keys(infoVo).length ? infoVo : undefined;
|
|
203
|
+
// this.propertyCodeToRangeIdMap[
|
|
204
|
+
// `${rootObjCode}.${parentKey}.${element.code}`
|
|
205
|
+
// ] = Object.keys(infoVo).length ? infoVo : undefined;
|
|
206
206
|
}
|
|
207
207
|
let child = {
|
|
208
208
|
title: `${parentTitle}-${element.name}`,
|