@a2simcode/ui 0.0.250 → 0.0.251
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 +1 -1
- 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
|
@@ -5293,7 +5293,7 @@ var Dp = class {
|
|
|
5293
5293
|
type: u.value,
|
|
5294
5294
|
config: h.value,
|
|
5295
5295
|
children: n.children
|
|
5296
|
-
})), b = P(() => nl(u.value) && !h.value?.notInput || h.value?.isInput), x = P(() => h.value.
|
|
5296
|
+
})), b = P(() => nl(u.value) && !h.value?.notInput || h.value?.isInput), x = P(() => h.value.notLabel ? "" : h.value.label || ""), w = P(() => x.value === "" ? 0 : h.value?.labelWidth || r.value), m = P(() => (h.value?.rule || []).some((C) => C.required === !0)), y = P(() => o?.value?.[n.id]?.msg || "");
|
|
5297
5297
|
return (C, v) => {
|
|
5298
5298
|
const _ = F("j-comp"), S = F("el-form-item"), R = F("el-col");
|
|
5299
5299
|
return p.value && !e.isNotCol ? (k(), N(R, {
|