@deskhero/dh_ui 2.4.4 → 2.4.5
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/dh_ui.es.js +3 -3
- package/dist/dh_ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -16749,7 +16749,7 @@ const SL = /* @__PURE__ */ Lt(xL, [["render", CL]]);
|
|
|
16749
16749
|
Yr.register(HT, Is, ss, Ac);
|
|
16750
16750
|
const QL = tt({
|
|
16751
16751
|
components: { Bar: DL, MultiRangeSlider: SL },
|
|
16752
|
-
emits: ["update", "update:
|
|
16752
|
+
emits: ["update", "update:model-value"],
|
|
16753
16753
|
props: {
|
|
16754
16754
|
numberRange: {
|
|
16755
16755
|
type: Array,
|
|
@@ -16883,7 +16883,7 @@ const QL = tt({
|
|
|
16883
16883
|
methods: {
|
|
16884
16884
|
updateRange() {
|
|
16885
16885
|
const i = this.getMinKey, n = this.getMaxKey;
|
|
16886
|
-
this.$props.modelValue && this.$emit("update:
|
|
16886
|
+
this.$props.modelValue && this.$emit("update:model-value", { minKey: i, maxKey: n }), this.$emit("update", { minKey: i, maxKey: n });
|
|
16887
16887
|
},
|
|
16888
16888
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
16889
16889
|
updateBarChart(i) {
|
|
@@ -17001,7 +17001,7 @@ function GL(i, n, e, r, t, o) {
|
|
|
17001
17001
|
}, "Apply")
|
|
17002
17002
|
]);
|
|
17003
17003
|
}
|
|
17004
|
-
const WL = /* @__PURE__ */ Lt(QL, [["render", GL], ["__scopeId", "data-v-
|
|
17004
|
+
const WL = /* @__PURE__ */ Lt(QL, [["render", GL], ["__scopeId", "data-v-35618d1c"]]);
|
|
17005
17005
|
const wy = (i) => (Pd("data-v-3dba4cb5"), i = i(), Rd(), i), VL = { id: "dp-container" }, HL = /* @__PURE__ */ wy(() => /* @__PURE__ */ V("div", { class: "dp__calendar_range" }, [
|
|
17006
17006
|
/* @__PURE__ */ V("p", null, "From"),
|
|
17007
17007
|
/* @__PURE__ */ V("p", null, "To")
|