@deskhero/dh_ui 2.4.3 → 2.4.4

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
@@ -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;
@@ -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-1b8839c7"]]);
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")