react-luminus-components 2.0.28 → 2.0.29
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/main.cjs.js +1 -1
- package/dist/main.es.js +1 -1
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -5658,7 +5658,7 @@ const vf = (n) => {
|
|
|
5658
5658
|
var p;
|
|
5659
5659
|
const v = {};
|
|
5660
5660
|
(p = t.columns) == null || p.forEach((b) => {
|
|
5661
|
-
const S = b.type === "BIT" ? !1 : b.type === "NUM" ? null : b.type === "STR" ? "" : null;
|
|
5661
|
+
const S = b.defaultValue ?? (b.type === "BIT" ? !1 : b.type === "NUM" ? null : b.type === "STR" ? "" : null);
|
|
5662
5662
|
v[b.field ?? ""] = {
|
|
5663
5663
|
value: S,
|
|
5664
5664
|
defaultValue: S
|