@everchron/ec-shards 8.13.4 → 8.13.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.js +8 -5
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -13283,10 +13283,13 @@ const Qv = {
|
|
|
13283
13283
|
},
|
|
13284
13284
|
computed: {
|
|
13285
13285
|
hasPrimaryRowContents() {
|
|
13286
|
-
return console.log("ecs-sidebar-header", this.$slots["primary-controls"] && this.$slots.default), this.$slots["primary-controls"]
|
|
13286
|
+
return console.log("ecs-sidebar-header", this.$slots["primary-controls"] && this.$slots.default), this.$slots["primary-controls"] || this.$slots.default;
|
|
13287
13287
|
}
|
|
13288
13288
|
}
|
|
13289
|
-
}, e_ = { class: "ecs-sidebar-header" }, t_ = {
|
|
13289
|
+
}, e_ = { class: "ecs-sidebar-header" }, t_ = {
|
|
13290
|
+
key: 0,
|
|
13291
|
+
class: "ecs-sidebar-header-row"
|
|
13292
|
+
}, s_ = { class: "ecs-sidebar-header-title" }, i_ = { class: "ecs-sidebar-header-controls" }, n_ = {
|
|
13290
13293
|
key: 0,
|
|
13291
13294
|
class: "ecs-sidebar-header-row sub-header"
|
|
13292
13295
|
}, a_ = {
|
|
@@ -13295,14 +13298,14 @@ const Qv = {
|
|
|
13295
13298
|
};
|
|
13296
13299
|
function o_(e, s, t, a, n, i) {
|
|
13297
13300
|
return o(), l("header", e_, [
|
|
13298
|
-
|
|
13301
|
+
i.hasPrimaryRowContents ? (o(), l("div", t_, [
|
|
13299
13302
|
f("div", s_, [
|
|
13300
13303
|
m(e.$slots, "default", {}, void 0, !0)
|
|
13301
13304
|
]),
|
|
13302
13305
|
f("div", i_, [
|
|
13303
13306
|
m(e.$slots, "primary-controls", {}, void 0, !0)
|
|
13304
13307
|
])
|
|
13305
|
-
]),
|
|
13308
|
+
])) : u("", !0),
|
|
13306
13309
|
b(ge, { name: "expansion" }, {
|
|
13307
13310
|
default: w(() => [
|
|
13308
13311
|
t.subHeaderExpanded && e.$slots.subheader ? (o(), l("div", n_, [
|
|
@@ -13321,7 +13324,7 @@ function o_(e, s, t, a, n, i) {
|
|
|
13321
13324
|
})
|
|
13322
13325
|
]);
|
|
13323
13326
|
}
|
|
13324
|
-
const Nb = /* @__PURE__ */ v(Qv, [["render", o_], ["__scopeId", "data-v-
|
|
13327
|
+
const Nb = /* @__PURE__ */ v(Qv, [["render", o_], ["__scopeId", "data-v-487a6ede"]]);
|
|
13325
13328
|
const r_ = {
|
|
13326
13329
|
name: "ecs-structured-content",
|
|
13327
13330
|
props: {
|