golden-logic-ui 1.0.168 → 1.0.169
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 +5 -1
- package/dist/golden-logic-ui.umd.cjs +17 -17
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -42748,7 +42748,11 @@ const wse = /* @__PURE__ */ Es(jX, [["render", YZ], ["__scopeId", "data-v-a94f16
|
|
|
42748
42748
|
}), console.log("tinymce field_name ", "#" + he.field_name);
|
|
42749
42749
|
};
|
|
42750
42750
|
fm(() => {
|
|
42751
|
-
_e(), console.log("tinymce ", he.modelValue),
|
|
42751
|
+
_e(), console.log("tinymce ", he.modelValue), tinymce.init({
|
|
42752
|
+
selector: "#" + he.field_name,
|
|
42753
|
+
width: "100%",
|
|
42754
|
+
height: 300
|
|
42755
|
+
}), U.value !== null && U.value.hasAttribute("autofocus") && U.value.focus();
|
|
42752
42756
|
});
|
|
42753
42757
|
const J = La({
|
|
42754
42758
|
get() {
|