@deskhero/dh_ui 2.4.3 → 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 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:modelValue"],
16752
+ emits: ["update", "update:model-value"],
16753
16753
  props: {
16754
16754
  numberRange: {
16755
16755
  type: Array,
@@ -16858,7 +16858,7 @@ const QL = tt({
16858
16858
  return this.numberRange[this.getRangeLength - 1].key;
16859
16859
  },
16860
16860
  getMinKey() {
16861
- return this.numberRange[this.min].key ? this.numberRange[this.min].key : null;
16861
+ return this.numberRange[this.min].key;
16862
16862
  },
16863
16863
  getMinCaption() {
16864
16864
  return `${this.getMinKey}`;
@@ -16867,7 +16867,7 @@ const QL = tt({
16867
16867
  return `${this.getMaxKey}`;
16868
16868
  },
16869
16869
  getMaxKey() {
16870
- return this.numberRange[this.max].key ? this.numberRange[this.max].key : null;
16870
+ return this.numberRange[this.max].key;
16871
16871
  },
16872
16872
  getLastIndex() {
16873
16873
  return this.numberRange.length - 1;
@@ -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:modelValue", { minKey: i, maxKey: n }), this.$emit("update", { minKey: i, maxKey: n });
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-764676de"]]);
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")