@everchron/ec-shards 12.0.5 → 12.0.6
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/ec-shards.css +1 -1
- package/dist/ec-shards.js +13 -5
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -10539,6 +10539,11 @@ const tL = /* @__PURE__ */ w(JM, [["render", eL], ["__scopeId", "data-v-2c6e742b
|
|
|
10539
10539
|
default: null
|
|
10540
10540
|
}
|
|
10541
10541
|
},
|
|
10542
|
+
computed: {
|
|
10543
|
+
hasRightSections() {
|
|
10544
|
+
return this.$slots["actions-left"] || this.$slots["actions-right"];
|
|
10545
|
+
}
|
|
10546
|
+
},
|
|
10542
10547
|
data() {
|
|
10543
10548
|
return {
|
|
10544
10549
|
dismissed: !1
|
|
@@ -10551,7 +10556,9 @@ function sL(t, e, l, a, i, n) {
|
|
|
10551
10556
|
default: x(() => [
|
|
10552
10557
|
C(h, { class: "ecs-index-toolbar-content" }, {
|
|
10553
10558
|
default: x(() => [
|
|
10554
|
-
C(f, {
|
|
10559
|
+
C(f, {
|
|
10560
|
+
columns: n.hasRightSections ? 9 : 12
|
|
10561
|
+
}, {
|
|
10555
10562
|
default: x(() => [
|
|
10556
10563
|
t.$slots.searchbuttons ? (o(), g(c, { key: 0 }, {
|
|
10557
10564
|
default: x(() => [
|
|
@@ -10575,8 +10582,9 @@ function sL(t, e, l, a, i, n) {
|
|
|
10575
10582
|
})) : u("", !0)
|
|
10576
10583
|
]),
|
|
10577
10584
|
_: 3
|
|
10578
|
-
}),
|
|
10579
|
-
|
|
10585
|
+
}, 8, ["columns"]),
|
|
10586
|
+
n.hasRightSections ? (o(), g(f, {
|
|
10587
|
+
key: 0,
|
|
10580
10588
|
columns: 3,
|
|
10581
10589
|
class: "ecs-index-toolbar-right-sections"
|
|
10582
10590
|
}, {
|
|
@@ -10601,7 +10609,7 @@ function sL(t, e, l, a, i, n) {
|
|
|
10601
10609
|
})
|
|
10602
10610
|
]),
|
|
10603
10611
|
_: 3
|
|
10604
|
-
})
|
|
10612
|
+
})) : u("", !0)
|
|
10605
10613
|
]),
|
|
10606
10614
|
_: 3
|
|
10607
10615
|
})
|
|
@@ -10609,7 +10617,7 @@ function sL(t, e, l, a, i, n) {
|
|
|
10609
10617
|
_: 3
|
|
10610
10618
|
});
|
|
10611
10619
|
}
|
|
10612
|
-
const h50 = /* @__PURE__ */ w(lL, [["render", sL], ["__scopeId", "data-v-
|
|
10620
|
+
const h50 = /* @__PURE__ */ w(lL, [["render", sL], ["__scopeId", "data-v-56a96f48"]]), iL = {
|
|
10613
10621
|
name: "ecs-info-tooltip",
|
|
10614
10622
|
emits: ["click"],
|
|
10615
10623
|
components: {
|