@selfeesas/shared-components 0.4.24 → 0.4.25
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.
|
@@ -8415,6 +8415,7 @@ const Yr = {
|
|
|
8415
8415
|
"data-cy": "datePick",
|
|
8416
8416
|
rules: r.required ? [(s) => !!s || r.requiredErrorMessage] : [],
|
|
8417
8417
|
disable: r.disabled,
|
|
8418
|
+
required: r.required,
|
|
8418
8419
|
outlined: r.outlined,
|
|
8419
8420
|
placeholder: r.placeholder,
|
|
8420
8421
|
"onUpdate:modelValue": e
|
|
@@ -8460,10 +8461,10 @@ const Yr = {
|
|
|
8460
8461
|
})
|
|
8461
8462
|
]),
|
|
8462
8463
|
_: 1
|
|
8463
|
-
}, 16, ["model-value", "label", "rules", "disable", "outlined", "placeholder"])
|
|
8464
|
+
}, 16, ["model-value", "label", "rules", "disable", "required", "outlined", "placeholder"])
|
|
8464
8465
|
]));
|
|
8465
8466
|
}
|
|
8466
|
-
}), ud = /* @__PURE__ */ ai(Nc, [["__scopeId", "data-v-
|
|
8467
|
+
}), ud = /* @__PURE__ */ ai(Nc, [["__scopeId", "data-v-b4c94b90"]]), qc = { class: "row" }, zc = { class: "row no-wrap items-center" }, Vc = { class: "row items-center justify-end" }, Uc = {
|
|
8467
8468
|
key: 0,
|
|
8468
8469
|
class: "row items-center text-warning text-caption"
|
|
8469
8470
|
}, Wc = { class: "row items-center justify-end q-ml-sm" }, cd = /* @__PURE__ */ Ut({
|
|
@@ -8538,9 +8539,10 @@ const Yr = {
|
|
|
8538
8539
|
label: d.labelStart,
|
|
8539
8540
|
rules: n.value,
|
|
8540
8541
|
disable: d.disabled,
|
|
8542
|
+
required: d.required,
|
|
8541
8543
|
"hide-bottom-space": "",
|
|
8542
8544
|
"onUpdate:modelValue": r
|
|
8543
|
-
}), null, 16, ["data-cy", "model-value", "label", "rules", "disable"]),
|
|
8545
|
+
}), null, 16, ["data-cy", "model-value", "label", "rules", "disable", "required"]),
|
|
8544
8546
|
it(mn, ar(d.$attrs, {
|
|
8545
8547
|
"model-value": f.value.to,
|
|
8546
8548
|
mask: "##-##-####",
|
|
@@ -8550,8 +8552,9 @@ const Yr = {
|
|
|
8550
8552
|
"data-cy": o.value,
|
|
8551
8553
|
rules: n.value,
|
|
8552
8554
|
disable: d.disabled,
|
|
8555
|
+
required: d.required,
|
|
8553
8556
|
"onUpdate:modelValue": u
|
|
8554
|
-
}), null, 16, ["model-value", "label", "data-cy", "rules", "disable"]),
|
|
8557
|
+
}), null, 16, ["model-value", "label", "data-cy", "rules", "disable", "required"]),
|
|
8555
8558
|
it(Pt, {
|
|
8556
8559
|
name: "event",
|
|
8557
8560
|
size: "30px",
|