comand-component-library 4.0.30 → 4.0.31
Sign up to get free protection for your applications and to get access to all the features.
@@ -4785,7 +4785,7 @@ const Na = {
|
|
4785
4785
|
mediumMaxWidth: 1023,
|
4786
4786
|
smallMaxWidth: 600,
|
4787
4787
|
currentWindowWidth: window.innerWidth,
|
4788
|
-
allowedFileExtensions: ["jpg", "jpeg", "png", "webp"],
|
4788
|
+
allowedFileExtensions: ["gif", "jpg", "jpeg", "png", "webp", "svg"],
|
4789
4789
|
uploadInitiated: !1,
|
4790
4790
|
allowDrop: !1,
|
4791
4791
|
showFigcaption: !0,
|
@@ -4994,7 +4994,7 @@ const Na = {
|
|
4994
4994
|
deep: !0
|
4995
4995
|
}
|
4996
4996
|
}
|
4997
|
-
}, ja =
|
4997
|
+
}, ja = ["innerHTML"], Ua = /* @__PURE__ */ f("span", { class: "icon-image" }, null, -1), za = ["src", "alt", "title"], Wa = ["src", "alt", "title"], Ga = ["innerHTML"], Ja = /* @__PURE__ */ f("span", { class: "icon-add" }, null, -1), Ka = /* @__PURE__ */ f("span", null, "Add new image", -1), Za = [
|
4998
4998
|
Ja,
|
4999
4999
|
Ka
|
5000
5000
|
], Ya = { key: 0 }, Xa = ["src", "alt", "title"], Qa = { key: 1 };
|
@@ -5029,7 +5029,10 @@ function $a(e, n, t, s, o, i) {
|
|
5029
5029
|
labelText: "Text figcaption",
|
5030
5030
|
modelValue: i.editableFigcaptionText,
|
5031
5031
|
"onUpdate:modelValue": n[0] || (n[0] = (X) => i.editableFigcaptionText = X)
|
5032
|
-
}, null, 8, ["class", "modelValue"])) : (B = t.figcaption) != null && B.text ? (l(), a("figcaption",
|
5032
|
+
}, null, 8, ["class", "modelValue"])) : (B = t.figcaption) != null && B.text ? (l(), a("figcaption", {
|
5033
|
+
key: 1,
|
5034
|
+
innerHTML: (z = t.figcaption) == null ? void 0 : z.text
|
5035
|
+
}, null, 8, ja)) : d("", !0)
|
5033
5036
|
], 64)) : d("", !0),
|
5034
5037
|
O.editing ? (l(), a(x, { key: 1 }, [
|
5035
5038
|
f("a", H({
|
@@ -5073,7 +5076,10 @@ function $a(e, n, t, s, o, i) {
|
|
5073
5076
|
modelValue: i.editableFigcaptionText,
|
5074
5077
|
"onUpdate:modelValue": n[2] || (n[2] = (X) => i.editableFigcaptionText = X),
|
5075
5078
|
placeholder: "figcaption"
|
5076
|
-
}, null, 8, ["class", "modelValue"])) : (ae = t.figcaption) != null && ae.text ? (l(), a("figcaption",
|
5079
|
+
}, null, 8, ["class", "modelValue"])) : (ae = t.figcaption) != null && ae.text ? (l(), a("figcaption", {
|
5080
|
+
key: 1,
|
5081
|
+
innerHTML: (re = t.figcaption) == null ? void 0 : re.text
|
5082
|
+
}, null, 8, Ga)) : d("", !0)
|
5077
5083
|
], 64)) : d("", !0),
|
5078
5084
|
!O.editing && !i.imageSource ? (l(), a("button", {
|
5079
5085
|
key: 4,
|
@@ -7302,9 +7308,15 @@ const md = /* @__PURE__ */ M(rd, [["render", ud]]), fd = {
|
|
7302
7308
|
}, hd = { class: "cmd-container" }, pd = ["innerHTML"], gd = ["innerHTML"];
|
7303
7309
|
function yd(e, n, t, s, o, i) {
|
7304
7310
|
return l(), a("div", hd, [
|
7305
|
-
|
7311
|
+
t.contentAboveSlot ? (l(), a("div", {
|
7312
|
+
key: 0,
|
7313
|
+
innerHTML: t.contentAboveSlot
|
7314
|
+
}, null, 8, pd)) : d("", !0),
|
7306
7315
|
V(e.$slots, "default"),
|
7307
|
-
|
7316
|
+
t.contentBelowSlot ? (l(), a("div", {
|
7317
|
+
key: 1,
|
7318
|
+
innerHTML: t.contentBelowSlot
|
7319
|
+
}, null, 8, gd)) : d("", !0)
|
7308
7320
|
]);
|
7309
7321
|
}
|
7310
7322
|
const Uy = /* @__PURE__ */ M(fd, [["render", yd]]), bd = {
|
@@ -15734,6 +15746,7 @@ export {
|
|
15734
15746
|
Gy as CmdImageGallery,
|
15735
15747
|
Jy as CmdImageZoom,
|
15736
15748
|
Ju as CmdInputGroup,
|
15749
|
+
ac as CmdLink,
|
15737
15750
|
hi as CmdListOfLinks,
|
15738
15751
|
Ky as CmdLoginForm,
|
15739
15752
|
vm as CmdMainNavigation,
|