flame-plus 1.5.39 → 1.5.40
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.
|
@@ -60785,10 +60785,11 @@ function Z3(t) {
|
|
|
60785
60785
|
label: i.label,
|
|
60786
60786
|
defaultConfig: i.defaultConfig ? vn(i.defaultConfig) : void 0,
|
|
60787
60787
|
defaultFormItem: i.defaultFormItem ? vn(i.defaultFormItem) : void 0,
|
|
60788
|
-
paletteKey: i.key,
|
|
60788
|
+
paletteKey: i.paletteKey ?? i.key,
|
|
60789
60789
|
disabledConfig: i.disabledConfig ? vn(i.disabledConfig) : void 0,
|
|
60790
60790
|
gridW: i.gridW,
|
|
60791
|
-
gridH: i.gridH
|
|
60791
|
+
gridH: i.gridH,
|
|
60792
|
+
field_code: i.field_code != null && String(i.field_code).trim() !== "" ? String(i.field_code).trim() : void 0
|
|
60792
60793
|
};
|
|
60793
60794
|
}
|
|
60794
60795
|
if ("kind" in t && t.kind === "custom") {
|
|
@@ -60917,7 +60918,7 @@ function Qbe(t, e, n, r, o, i, s, a, l, u, c, d) {
|
|
|
60917
60918
|
}
|
|
60918
60919
|
function v(A, M) {
|
|
60919
60920
|
var _;
|
|
60920
|
-
M.paletteKey && (A.paletteKey = M.paletteKey), (_ = M.disabledConfig) != null && _.length && (A.disabledConfig = vn(M.disabledConfig));
|
|
60921
|
+
M.paletteKey && (A.paletteKey = M.paletteKey), (_ = M.disabledConfig) != null && _.length && (A.disabledConfig = vn(M.disabledConfig)), M.field_code != null && String(M.field_code).trim() !== "" && (A.field_code = String(M.field_code).trim());
|
|
60921
60922
|
}
|
|
60922
60923
|
function b(A) {
|
|
60923
60924
|
A.forEach((M) => {
|