szld-libs 0.4.37 → 0.4.39
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 +6 -6
- package/dist/szld-components.umd.js +2 -2
- package/es/components/DynamicForm/useDynamicForm.js +3 -3
- package/es/components/DynamicFormMobile/useDynamicForm.js +3 -3
- package/lib/components/DynamicForm/useDynamicForm.js +3 -3
- package/lib/components/DynamicFormMobile/useDynamicForm.js +3 -3
- package/package.json +2 -2
|
@@ -28703,7 +28703,7 @@ function LV(e) {
|
|
|
28703
28703
|
eo.Item,
|
|
28704
28704
|
{
|
|
28705
28705
|
label: (oe = M == null ? void 0 : M.json) == null ? void 0 : oe["combination-name"],
|
|
28706
|
-
required: (Se = M.json) == null ? void 0 : Se.must,
|
|
28706
|
+
required: ((Se = M.json) == null ? void 0 : Se.must) && !re,
|
|
28707
28707
|
children: /* @__PURE__ */ W(hu.Compact, { children: ct.map((Mt, Bn) => {
|
|
28708
28708
|
var Rn, Kt, Vn, fr, Qn;
|
|
28709
28709
|
let Hn = If(Mt), fn = Q;
|
|
@@ -28721,7 +28721,7 @@ function LV(e) {
|
|
|
28721
28721
|
noStyle: !0,
|
|
28722
28722
|
initialValue: Hn,
|
|
28723
28723
|
rules: [
|
|
28724
|
-
...(Vn = Mt.json) != null && Vn.must ? [
|
|
28724
|
+
...(Vn = Mt.json) != null && Vn.must && !re ? [
|
|
28725
28725
|
{
|
|
28726
28726
|
required: !0,
|
|
28727
28727
|
message: Fe || `${ft}${Mt.attrname}`
|
|
@@ -28761,7 +28761,7 @@ function LV(e) {
|
|
|
28761
28761
|
initialValue: He,
|
|
28762
28762
|
hidden: re,
|
|
28763
28763
|
rules: [
|
|
28764
|
-
...(Ee = M.json) != null && Ee.must ? [
|
|
28764
|
+
...(Ee = M.json) != null && Ee.must && !re ? [
|
|
28765
28765
|
{
|
|
28766
28766
|
required: !0,
|
|
28767
28767
|
message: `${ft}${M.attrname}`
|
|
@@ -40387,11 +40387,11 @@ function tX(e) {
|
|
|
40387
40387
|
display: re ? "none" : "block"
|
|
40388
40388
|
},
|
|
40389
40389
|
label: Mt === 0 ? (Ln = M == null ? void 0 : M.json) == null ? void 0 : Ln["combination-name"] : /* @__PURE__ */ W("div", { style: { visibility: "hidden" }, children: (Rn = M == null ? void 0 : M.json) == null ? void 0 : Rn["combination-name"] }),
|
|
40390
|
-
required: Mt === 0 ? (Kt = Rt.json) == null ? void 0 : Kt.must : !1,
|
|
40390
|
+
required: Mt === 0 ? ((Kt = Rt.json) == null ? void 0 : Kt.must) && !re : !1,
|
|
40391
40391
|
name: ee ? Array.isArray(ee.name) ? [...ee.name, Rt.attrid] : [ee.name, Rt.attrid] : Rt.attrid,
|
|
40392
40392
|
initialValue: Bn,
|
|
40393
40393
|
rules: [
|
|
40394
|
-
...(Vn = Rt.json) != null && Vn.must ? [
|
|
40394
|
+
...(Vn = Rt.json) != null && Vn.must && !re ? [
|
|
40395
40395
|
{
|
|
40396
40396
|
required: !0,
|
|
40397
40397
|
message: He || `${Fe}${Rt.attrname}`
|
|
@@ -40434,7 +40434,7 @@ function tX(e) {
|
|
|
40434
40434
|
display: re ? "none" : "block"
|
|
40435
40435
|
},
|
|
40436
40436
|
rules: [
|
|
40437
|
-
...(Se = M.json) != null && Se.must ? [
|
|
40437
|
+
...(Se = M.json) != null && Se.must && !re ? [
|
|
40438
40438
|
{
|
|
40439
40439
|
required: !0,
|
|
40440
40440
|
message: `${Fe}${M.attrname}`
|