@everchron/ec-shards 19.12.6 → 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 +8 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/search-index-DZEWht6N.js +15 -0
- package/package.json +2 -2
package/dist/ec-shards.js
CHANGED
|
@@ -316,6 +316,7 @@ var ce = Object.create, le = Object.defineProperty, ue = Object.getOwnPropertyDe
|
|
|
316
316
|
"../assets/icons/save-next.svg": () => import("./save-next-C83oEDJR.js"),
|
|
317
317
|
"../assets/icons/save.svg": () => import("./save-Bhcp7oQg.js"),
|
|
318
318
|
"../assets/icons/scroll.svg": () => import("./scroll-BK6QLzie.js"),
|
|
319
|
+
"../assets/icons/search-index.svg": () => import("./search-index-DZEWht6N.js"),
|
|
319
320
|
"../assets/icons/search.svg": () => import("./search-k-Mt_6oc.js"),
|
|
320
321
|
"../assets/icons/select.svg": () => import("./select-p4vhSKDp.js"),
|
|
321
322
|
"../assets/icons/send.svg": () => import("./send-Ba8mkEHw.js"),
|
|
@@ -6361,6 +6362,10 @@ var Go = /*#__PURE__*/ V(Ro, [["render", Wo], ["__scopeId", "data-v-95f66a3d"]])
|
|
|
6361
6362
|
type: Boolean,
|
|
6362
6363
|
default: !1
|
|
6363
6364
|
},
|
|
6365
|
+
faded: {
|
|
6366
|
+
type: Boolean,
|
|
6367
|
+
default: !1
|
|
6368
|
+
},
|
|
6364
6369
|
selectable: {
|
|
6365
6370
|
type: Boolean,
|
|
6366
6371
|
default: !1
|
|
@@ -6616,7 +6621,8 @@ function is(t, n, r, i, a, u) {
|
|
|
6616
6621
|
u.cardSelected ? "is-highlighted" : "",
|
|
6617
6622
|
u.hasSidebar ? "has-sidebar" : "",
|
|
6618
6623
|
u.hasTimeline ? "has-timeline" : "",
|
|
6619
|
-
u.expandMode ? "is-expandable" : ""
|
|
6624
|
+
u.expandMode ? "is-expandable" : "",
|
|
6625
|
+
r.faded ? "is-faded" : ""
|
|
6620
6626
|
]])
|
|
6621
6627
|
}, [u.hasTimeline ? (T(), c("div", {
|
|
6622
6628
|
key: 0,
|
|
@@ -6739,7 +6745,7 @@ function is(t, n, r, i, a, u) {
|
|
|
6739
6745
|
"disabled"
|
|
6740
6746
|
])], 6);
|
|
6741
6747
|
}
|
|
6742
|
-
var as = /*#__PURE__*/ V(Ko, [["render", is], ["__scopeId", "data-v-
|
|
6748
|
+
var as = /*#__PURE__*/ V(Ko, [["render", is], ["__scopeId", "data-v-443a0e17"]]), os = {
|
|
6743
6749
|
name: "ecs-formatted",
|
|
6744
6750
|
components: { EcsSkeletonLoader: G },
|
|
6745
6751
|
mixins: [Y],
|