golden-logic-ui 1.0.531 → 1.0.533
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/golden-logic-ui.js
CHANGED
|
@@ -1421,13 +1421,13 @@ const Nce = /* @__PURE__ */ zr(PK, [["render", FK]]), HK = { class: "bg-white bo
|
|
|
1421
1421
|
for: A.field_name
|
|
1422
1422
|
}, at(A.label_name), 11, HY)) : Ke("", !0),
|
|
1423
1423
|
gr(R("input", {
|
|
1424
|
+
class: Vt(["rtl:text-right", {
|
|
1425
|
+
"gl-input-form": A.error_message == "",
|
|
1426
|
+
"gl-input-form-invalid": A.error_message !== ""
|
|
1427
|
+
}]),
|
|
1424
1428
|
required: A.is_required,
|
|
1425
1429
|
name: A.field_name,
|
|
1426
1430
|
id: A.field_name,
|
|
1427
|
-
class: Vt({
|
|
1428
|
-
"gl-input-form": A.error_message == "",
|
|
1429
|
-
"gl-input-form-invalid": A.error_message !== ""
|
|
1430
|
-
}),
|
|
1431
1431
|
type: A.type,
|
|
1432
1432
|
"onUpdate:modelValue": Ae[0] || (Ae[0] = (qe) => pe.value = qe),
|
|
1433
1433
|
onKeydown: Ae[1] || (Ae[1] = (qe) => q.$emit("keydown", qe)),
|