golden-logic-ui 1.0.536 → 1.0.537
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
|
@@ -381,6 +381,11 @@ const LI = /* @__PURE__ */ ea(HK, [["render", XK]]), EG = MK({
|
|
|
381
381
|
},
|
|
382
382
|
mounted() {
|
|
383
383
|
this.error_message_data = this.error_message;
|
|
384
|
+
},
|
|
385
|
+
watch: {
|
|
386
|
+
error_message(A, I) {
|
|
387
|
+
this.error_message_data = A;
|
|
388
|
+
}
|
|
384
389
|
}
|
|
385
390
|
}, eY = { class: "flex flex-col items-center justify-center pt-5 pb-6" }, tY = ["multiple"], nY = ["name"], oY = { key: 1 }, sY = { class: "mt-2 gl-span-form-error" }, rY = { class: "block mt-2 mb-3 text-sm font-normal leading-5 text-gray-500" }, aY = {
|
|
386
391
|
key: 0,
|
|
@@ -52791,16 +52796,30 @@ const Zre = /* @__PURE__ */ ea($J, [["render", uQ], ["__scopeId", "data-v-bb117e
|
|
|
52791
52796
|
selector: "#" + Te.field_name,
|
|
52792
52797
|
height: 300,
|
|
52793
52798
|
plugins: [
|
|
52794
|
-
"
|
|
52799
|
+
"advlist",
|
|
52800
|
+
"autolink",
|
|
52795
52801
|
"lists",
|
|
52802
|
+
"link",
|
|
52796
52803
|
"image",
|
|
52804
|
+
"charmap",
|
|
52805
|
+
"preview",
|
|
52806
|
+
"anchor",
|
|
52807
|
+
"searchreplace",
|
|
52808
|
+
"visualblocks",
|
|
52809
|
+
"code",
|
|
52810
|
+
"fullscreen",
|
|
52811
|
+
"insertdatetime",
|
|
52812
|
+
"media",
|
|
52813
|
+
"table",
|
|
52814
|
+
"help",
|
|
52797
52815
|
"wordcount"
|
|
52798
52816
|
],
|
|
52799
|
-
toolbar: "undo redo |
|
|
52817
|
+
toolbar: "undo redo | blocks | bold italic backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | removeformat | help",
|
|
52800
52818
|
skin: !1,
|
|
52801
52819
|
// disable import of skins
|
|
52802
52820
|
content_css: !1,
|
|
52803
52821
|
// disable import of css
|
|
52822
|
+
images_upload_url: "/uploadImages",
|
|
52804
52823
|
setup(Ie) {
|
|
52805
52824
|
ve = Ie, Ie.on("Change", () => {
|
|
52806
52825
|
se("update:modelValue", Ie.getContent());
|