@everchron/ec-shards 13.0.9 → 13.0.10
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 +2 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -14303,7 +14303,7 @@ const ot0 = /* @__PURE__ */ w(m$, [["render", j$], ["__scopeId", "data-v-db5374f
|
|
|
14303
14303
|
this.$emit("update:modelValue", e), this.updateProgress(e);
|
|
14304
14304
|
},
|
|
14305
14305
|
updateProgress(t) {
|
|
14306
|
-
const e = t / this.max * 100;
|
|
14306
|
+
const e = (t - this.min) / (this.max - this.min) * 100;
|
|
14307
14307
|
this.$refs.rangeInput.style.background = `linear-gradient(to right, var(--color-blue-9) ${e}%, var(--color-gray-4) ${e}%)`;
|
|
14308
14308
|
}
|
|
14309
14309
|
},
|
|
@@ -14348,7 +14348,7 @@ function V$(t, e, l, a, i, n) {
|
|
|
14348
14348
|
])) : u("", !0)
|
|
14349
14349
|
]);
|
|
14350
14350
|
}
|
|
14351
|
-
const rt0 = /* @__PURE__ */ w(B$, [["render", V$], ["__scopeId", "data-v-
|
|
14351
|
+
const rt0 = /* @__PURE__ */ w(B$, [["render", V$], ["__scopeId", "data-v-52ae931c"]]), A$ = {
|
|
14352
14352
|
name: "ecs-rating-star-write",
|
|
14353
14353
|
emits: ["click", "reset"],
|
|
14354
14354
|
props: {
|