@everchron/ec-shards 14.18.1 → 14.18.2
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 +5 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -12386,6 +12386,9 @@ const yk = /* @__PURE__ */ _(Pm, [["render", Am], ["__scopeId", "data-v-14242524
|
|
|
12386
12386
|
computed: {
|
|
12387
12387
|
itemId() {
|
|
12388
12388
|
return this.id || this.generatedId;
|
|
12389
|
+
},
|
|
12390
|
+
showProgress() {
|
|
12391
|
+
return typeof this.progress == "number" && this.progress >= 0 && this.progress <= 100;
|
|
12389
12392
|
}
|
|
12390
12393
|
},
|
|
12391
12394
|
methods: {
|
|
@@ -12435,7 +12438,7 @@ function Hm(e, s, t, a, n, i) {
|
|
|
12435
12438
|
f("div", Vm, [
|
|
12436
12439
|
p(e.$slots, "actions", {}, void 0, !0)
|
|
12437
12440
|
]),
|
|
12438
|
-
|
|
12441
|
+
i.showProgress ? (o(), r("div", {
|
|
12439
12442
|
key: 1,
|
|
12440
12443
|
class: "progress",
|
|
12441
12444
|
style: S({ width: t.progress + "%" })
|
|
@@ -12456,7 +12459,7 @@ function Hm(e, s, t, a, n, i) {
|
|
|
12456
12459
|
], 10, Fm)) : u("", !0)
|
|
12457
12460
|
], 2);
|
|
12458
12461
|
}
|
|
12459
|
-
const bk = /* @__PURE__ */ _(Rm, [["render", Hm], ["__scopeId", "data-v-
|
|
12462
|
+
const bk = /* @__PURE__ */ _(Rm, [["render", Hm], ["__scopeId", "data-v-3fb03d5e"]]), qm = {
|
|
12460
12463
|
name: "ecs-info-tooltip",
|
|
12461
12464
|
emits: ["click"],
|
|
12462
12465
|
components: {
|