szld-libs 0.3.73 → 0.3.75
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/szld-components.es.js +3 -2
- package/dist/szld-components.umd.js +38 -38
- package/es/components/DynamicForm/selectModelBackfillFormItem/index.js +2 -1
- package/es/hooks/useUniversalTable.js +26 -23
- package/lib/components/DynamicForm/selectModelBackfillFormItem/index.js +2 -1
- package/lib/hooks/useUniversalTable.js +26 -23
- package/package.json +1 -1
|
@@ -27203,7 +27203,7 @@ function bV() {
|
|
|
27203
27203
|
height: 32,
|
|
27204
27204
|
borderColor: "#D9D9D9"
|
|
27205
27205
|
};
|
|
27206
|
-
return z.push({
|
|
27206
|
+
return w != null && w.length && z.push({
|
|
27207
27207
|
dataIndex: "btns",
|
|
27208
27208
|
valueType: "btns",
|
|
27209
27209
|
valueProps: [
|
|
@@ -27499,7 +27499,8 @@ function wV(e) {
|
|
|
27499
27499
|
const Ke = (le = _e == null ? void 0 : _e.data) == null ? void 0 : le[r == null ? void 0 : r["instance-source-number"]], Fe = (Ke == null ? void 0 : Ke["universal-header"]) || [], _t = (Ke == null ? void 0 : Ke["attribute-set-id"]) || "", dt = Z({
|
|
27500
27500
|
universalHeader: Fe,
|
|
27501
27501
|
attributeSetId: _t,
|
|
27502
|
-
getTitle: g
|
|
27502
|
+
getTitle: g,
|
|
27503
|
+
otherLangPageId: "5000000"
|
|
27503
27504
|
}) || [];
|
|
27504
27505
|
q([...dt]);
|
|
27505
27506
|
}
|