comand-component-library 4.1.10 → 4.1.12
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/comand-component-library.js +2 -2
- package/dist/comand-component-library.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/assets/data/list-of-links.json +27 -7
- package/src/components/CmdCookieDisclaimer.vue +0 -2
- package/src/components/CmdGoogleMaps.vue +2 -0
- package/src/components/CmdInnerLink.vue +1 -1
|
@@ -5964,7 +5964,7 @@ const r0 = /* @__PURE__ */ N(Qb, [["render", i0]]), s0 = {
|
|
|
5964
5964
|
}, a0 = ["title"], l0 = { key: 1 }, c0 = ["title"];
|
|
5965
5965
|
function u0(e, t, n, o, i, r) {
|
|
5966
5966
|
return d(), h(O, null, [
|
|
5967
|
-
n.icon.iconClass && n.icon.position === "left" || n.icon.position === "top" ? (d(), h("span", {
|
|
5967
|
+
n.icon.iconClass && n.icon.position === "left" || n.icon.position === "top" || !n.icon.position ? (d(), h("span", {
|
|
5968
5968
|
key: 0,
|
|
5969
5969
|
class: T(n.icon.iconClass),
|
|
5970
5970
|
title: n.icon.tooltip
|
|
@@ -7612,7 +7612,7 @@ const VP = /* @__PURE__ */ N(Pw, [["render", Dw]]), Nw = {
|
|
|
7612
7612
|
},
|
|
7613
7613
|
methods: {
|
|
7614
7614
|
boxIsOpen(e) {
|
|
7615
|
-
return
|
|
7615
|
+
return this.openBoxes.includes(e);
|
|
7616
7616
|
},
|
|
7617
7617
|
toggleBoxBody(e) {
|
|
7618
7618
|
const t = this.openBoxes.indexOf(e);
|