@everchron/ec-shards 8.13.7 → 8.13.8
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 +11 -12
- 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
|
@@ -13150,12 +13150,14 @@ const A_ = /* @__PURE__ */ v(Zv, [["render", Jv], ["__scopeId", "data-v-0c35a678
|
|
|
13150
13150
|
tertiaryHeaderExpanded: {
|
|
13151
13151
|
type: Boolean,
|
|
13152
13152
|
default: !1
|
|
13153
|
+
},
|
|
13154
|
+
/** Hides the primary header area. */
|
|
13155
|
+
hidePrimaryHeader: {
|
|
13156
|
+
type: Boolean,
|
|
13157
|
+
default: !1
|
|
13153
13158
|
}
|
|
13154
13159
|
},
|
|
13155
13160
|
computed: {
|
|
13156
|
-
hasPrimaryRowContents() {
|
|
13157
|
-
return this.$slots["primary-controls"] || this.$slots.default;
|
|
13158
|
-
},
|
|
13159
13161
|
hasPrimaryControls() {
|
|
13160
13162
|
return this.$slots["primary-controls"];
|
|
13161
13163
|
}
|
|
@@ -13163,11 +13165,8 @@ const A_ = /* @__PURE__ */ v(Zv, [["render", Jv], ["__scopeId", "data-v-0c35a678
|
|
|
13163
13165
|
}, ey = { class: "ecs-sidebar-header" }, ty = {
|
|
13164
13166
|
key: 0,
|
|
13165
13167
|
class: "ecs-sidebar-header-row"
|
|
13166
|
-
}, sy = {
|
|
13168
|
+
}, sy = { class: "ecs-sidebar-header-title" }, iy = {
|
|
13167
13169
|
key: 0,
|
|
13168
|
-
class: "ecs-sidebar-header-title"
|
|
13169
|
-
}, iy = {
|
|
13170
|
-
key: 1,
|
|
13171
13170
|
class: "ecs-sidebar-header-controls"
|
|
13172
13171
|
}, ny = {
|
|
13173
13172
|
key: 0,
|
|
@@ -13178,14 +13177,14 @@ const A_ = /* @__PURE__ */ v(Zv, [["render", Jv], ["__scopeId", "data-v-0c35a678
|
|
|
13178
13177
|
};
|
|
13179
13178
|
function oy(e, s, t, a, n, i) {
|
|
13180
13179
|
return o(), l("header", ey, [
|
|
13181
|
-
|
|
13182
|
-
|
|
13180
|
+
t.hidePrimaryHeader ? u("", !0) : (o(), l("div", ty, [
|
|
13181
|
+
f("div", sy, [
|
|
13183
13182
|
p(e.$slots, "default", {}, void 0, !0)
|
|
13184
|
-
])
|
|
13183
|
+
]),
|
|
13185
13184
|
i.hasPrimaryControls ? (o(), l("div", iy, [
|
|
13186
13185
|
p(e.$slots, "primary-controls", {}, void 0, !0)
|
|
13187
13186
|
])) : u("", !0)
|
|
13188
|
-
]))
|
|
13187
|
+
])),
|
|
13189
13188
|
_(me, { name: "expansion" }, {
|
|
13190
13189
|
default: S(() => [
|
|
13191
13190
|
t.subHeaderExpanded && e.$slots.subheader ? (o(), l("div", ny, [
|
|
@@ -13204,7 +13203,7 @@ function oy(e, s, t, a, n, i) {
|
|
|
13204
13203
|
})
|
|
13205
13204
|
]);
|
|
13206
13205
|
}
|
|
13207
|
-
const N_ = /* @__PURE__ */ v(Qv, [["render", oy], ["__scopeId", "data-v-
|
|
13206
|
+
const N_ = /* @__PURE__ */ v(Qv, [["render", oy], ["__scopeId", "data-v-c6406dcb"]]), ry = {
|
|
13208
13207
|
name: "ecs-structured-content",
|
|
13209
13208
|
props: {
|
|
13210
13209
|
/** Wraps the right column into a separate row, leaving more space for each column. */
|