@everchron/ec-shards 19.12.7 → 19.12.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.css +1 -1
- package/dist/ec-shards.js +7 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -6362,6 +6362,10 @@ var Go = /*#__PURE__*/ V(Ro, [["render", Wo], ["__scopeId", "data-v-95f66a3d"]])
|
|
|
6362
6362
|
type: Boolean,
|
|
6363
6363
|
default: !1
|
|
6364
6364
|
},
|
|
6365
|
+
faded: {
|
|
6366
|
+
type: Boolean,
|
|
6367
|
+
default: !1
|
|
6368
|
+
},
|
|
6365
6369
|
selectable: {
|
|
6366
6370
|
type: Boolean,
|
|
6367
6371
|
default: !1
|
|
@@ -6617,7 +6621,8 @@ function is(t, n, r, i, a, u) {
|
|
|
6617
6621
|
u.cardSelected ? "is-highlighted" : "",
|
|
6618
6622
|
u.hasSidebar ? "has-sidebar" : "",
|
|
6619
6623
|
u.hasTimeline ? "has-timeline" : "",
|
|
6620
|
-
u.expandMode ? "is-expandable" : ""
|
|
6624
|
+
u.expandMode ? "is-expandable" : "",
|
|
6625
|
+
r.faded ? "is-faded" : ""
|
|
6621
6626
|
]])
|
|
6622
6627
|
}, [u.hasTimeline ? (T(), c("div", {
|
|
6623
6628
|
key: 0,
|
|
@@ -6740,7 +6745,7 @@ function is(t, n, r, i, a, u) {
|
|
|
6740
6745
|
"disabled"
|
|
6741
6746
|
])], 6);
|
|
6742
6747
|
}
|
|
6743
|
-
var as = /*#__PURE__*/ V(Ko, [["render", is], ["__scopeId", "data-v-
|
|
6748
|
+
var as = /*#__PURE__*/ V(Ko, [["render", is], ["__scopeId", "data-v-443a0e17"]]), os = {
|
|
6744
6749
|
name: "ecs-formatted",
|
|
6745
6750
|
components: { EcsSkeletonLoader: G },
|
|
6746
6751
|
mixins: [Y],
|