golden-logic-ui 1.2.213 → 1.2.214
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
|
@@ -1213,7 +1213,7 @@ const rRe = /* @__PURE__ */ Ii(wme, [["render", _me]]), Tme = { class: "bg-white
|
|
|
1213
1213
|
h.value && c("update:modelValueTranslate", h.value.value);
|
|
1214
1214
|
};
|
|
1215
1215
|
return lh(() => {
|
|
1216
|
-
f.value !== null && f.value.hasAttribute("autofocus") && f.value.focus(), a.modelValue && (c("update:modelValue", a.modelValue), f.value.value = a.modelValue), a.modelValueTranslate && (c("update:modelValueTranslate", a.modelValueTranslate), h.value.value = a.modelValueTranslate), f.value.classList.add("gl-multilanguage");
|
|
1216
|
+
f.value !== null && f.value.hasAttribute("autofocus") && f.value.focus(), a.modelValue && (c("update:modelValue", a.modelValue), f.value.value = a.modelValue), a.modelValueTranslate && (console.log("props.modelValueTranslate", a.modelValueTranslate), c("update:modelValueTranslate", a.modelValueTranslate), h.value.value = a.modelValueTranslate), f.value.classList.add("gl-multilanguage");
|
|
1217
1217
|
}), t({ focus: () => f.value.focus() }), (x, C) => (Be(), He(so, null, [
|
|
1218
1218
|
r.show ? (Be(), He("div", {
|
|
1219
1219
|
key: 0,
|
|
@@ -95475,7 +95475,7 @@ class c6e {
|
|
|
95475
95475
|
) ? b.nextElementSibling : null;
|
|
95476
95476
|
x && (x.dataset.inp = b.id, b.dataset.inpUsr = x.id);
|
|
95477
95477
|
var C = f.loadJsonField(b.value);
|
|
95478
|
-
f.settings.editing && (b.value = JSON.stringify(C)), f.langSelectors.forEach(function(T) {
|
|
95478
|
+
f.settings.editing && (console.log("Editing mode - original input value:", b.value), b.value = JSON.stringify(C), console.log("Editing mode - updated input value:", b.value)), f.langSelectors.forEach(function(T) {
|
|
95479
95479
|
b.dataset[T.value] = C[T.value], T.value === f.locale && f.loadLang(b, T.value);
|
|
95480
95480
|
});
|
|
95481
95481
|
});
|