@everchron/ec-shards 12.0.1 → 12.0.4
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 +11 -7
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +5 -2
package/dist/ec-shards.js
CHANGED
|
@@ -10524,7 +10524,7 @@ function eL(t, e, l, a, i, n) {
|
|
|
10524
10524
|
p(t.$slots, "default", {}, void 0, !0)
|
|
10525
10525
|
]);
|
|
10526
10526
|
}
|
|
10527
|
-
const tL = /* @__PURE__ */ w(JM, [["render", eL], ["__scopeId", "data-v-
|
|
10527
|
+
const tL = /* @__PURE__ */ w(JM, [["render", eL], ["__scopeId", "data-v-2c6e742b"]]), lL = {
|
|
10528
10528
|
name: "ecs-index-toolbar",
|
|
10529
10529
|
components: { EcsToolbar: tL, EcsButtonToolbarGroup: n2, EcsFlexCol: kM, EcsFlexRow: P0 },
|
|
10530
10530
|
props: {
|
|
@@ -10536,7 +10536,7 @@ const tL = /* @__PURE__ */ w(JM, [["render", eL], ["__scopeId", "data-v-aa46256c
|
|
|
10536
10536
|
/** Total count of the currently shown results. */
|
|
10537
10537
|
count: {
|
|
10538
10538
|
type: Number,
|
|
10539
|
-
default:
|
|
10539
|
+
default: null
|
|
10540
10540
|
}
|
|
10541
10541
|
},
|
|
10542
10542
|
data() {
|
|
@@ -10549,7 +10549,7 @@ function aL(t, e, l, a, i, n) {
|
|
|
10549
10549
|
const c = m("ecs-button-toolbar-group"), h = m("ecs-flex-row"), f = m("ecs-flex-col"), v = m("ecs-toolbar");
|
|
10550
10550
|
return o(), g(v, { class: "ecs-index-toolbar" }, {
|
|
10551
10551
|
default: x(() => [
|
|
10552
|
-
C(h,
|
|
10552
|
+
C(h, { class: "ecs-index-toolbar-content" }, {
|
|
10553
10553
|
default: x(() => [
|
|
10554
10554
|
C(f, { columns: 9 }, {
|
|
10555
10555
|
default: x(() => [
|
|
@@ -10562,7 +10562,8 @@ function aL(t, e, l, a, i, n) {
|
|
|
10562
10562
|
s("div", oL, [
|
|
10563
10563
|
p(t.$slots, "search", {}, void 0, !0)
|
|
10564
10564
|
]),
|
|
10565
|
-
|
|
10565
|
+
l.count && l.type ? (o(), g(h, {
|
|
10566
|
+
key: 1,
|
|
10566
10567
|
gap: 4,
|
|
10567
10568
|
class: "ecs-toolbar-search-results"
|
|
10568
10569
|
}, {
|
|
@@ -10571,11 +10572,14 @@ function aL(t, e, l, a, i, n) {
|
|
|
10571
10572
|
s("span", nL, _(l.type), 1)
|
|
10572
10573
|
]),
|
|
10573
10574
|
_: 1
|
|
10574
|
-
})
|
|
10575
|
+
})) : u("", !0)
|
|
10575
10576
|
]),
|
|
10576
10577
|
_: 3
|
|
10577
10578
|
}),
|
|
10578
|
-
C(f, {
|
|
10579
|
+
C(f, {
|
|
10580
|
+
columns: 3,
|
|
10581
|
+
class: "ecs-index-toolbar-right-sections"
|
|
10582
|
+
}, {
|
|
10579
10583
|
default: x(() => [
|
|
10580
10584
|
s("div", sL, [
|
|
10581
10585
|
p(t.$slots, "actions-left", {}, void 0, !0)
|
|
@@ -10593,7 +10597,7 @@ function aL(t, e, l, a, i, n) {
|
|
|
10593
10597
|
_: 3
|
|
10594
10598
|
});
|
|
10595
10599
|
}
|
|
10596
|
-
const u50 = /* @__PURE__ */ w(lL, [["render", aL], ["__scopeId", "data-v-
|
|
10600
|
+
const u50 = /* @__PURE__ */ w(lL, [["render", aL], ["__scopeId", "data-v-ff91fd7c"]]), cL = {
|
|
10597
10601
|
name: "ecs-info-tooltip",
|
|
10598
10602
|
emits: ["click"],
|
|
10599
10603
|
components: {
|