@a2simcode/ui 0.0.151 → 0.0.152
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/simcode-ui.es.js +5 -9
- package/dist/simcode-ui.umd.js +1 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/simcode-ui.es.js
CHANGED
|
@@ -541,16 +541,12 @@ var bc = (e, t, n, a) => {
|
|
|
541
541
|
return r.map((c) => l.find((s) => s.value === c)?.label).join(o === "j-cascader-select" ? "/" : ",");
|
|
542
542
|
}
|
|
543
543
|
i.label = a.options.find((r) => r.value === e)?.label;
|
|
544
|
-
} else t && (i.label = {
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
type: o,
|
|
548
|
-
config: a,
|
|
549
|
-
row: n.row
|
|
550
|
-
}),
|
|
544
|
+
} else t && (i.label = t({
|
|
545
|
+
value: e,
|
|
546
|
+
type: o,
|
|
551
547
|
config: a,
|
|
552
|
-
|
|
553
|
-
});
|
|
548
|
+
row: n.row
|
|
549
|
+
}));
|
|
554
550
|
return i;
|
|
555
551
|
}, Wf = "YYYY-MM-DD HH:mm:ss", Uf = "YYYY-MM-DD";
|
|
556
552
|
function Yr(e, t = Wf) {
|