@deskhero/dh_ui 2.49.8 → 2.50.0

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
@@ -17513,7 +17513,9 @@ const GB = Ie({
17513
17513
  {
17514
17514
  labels: "",
17515
17515
  data: [],
17516
- backgroundColor: [((n = getComputedStyle(document.documentElement).getPropertyValue("--dh-number-range-active")) == null ? void 0 : n.trim()) || "#5ea9e5"],
17516
+ backgroundColor: [
17517
+ ((n = getComputedStyle(document.documentElement).getPropertyValue("--dh-number-range-active")) == null ? void 0 : n.trim()) || "#5ea9e5"
17518
+ ],
17517
17519
  borderRadius: 1,
17518
17520
  hoverBackgroundColor: ((e = getComputedStyle(document.documentElement).getPropertyValue("--dh-number-range-inactive")) == null ? void 0 : e.trim()) || "#e0e0e0"
17519
17521
  }
@@ -17727,7 +17729,7 @@ function nP(n, e, t, i, r, o) {
17727
17729
  }, "Apply")
17728
17730
  ]);
17729
17731
  }
17730
- const iP = /* @__PURE__ */ Te(GB, [["render", nP], ["__scopeId", "data-v-8840d311"]]);
17732
+ const iP = /* @__PURE__ */ Te(GB, [["render", nP], ["__scopeId", "data-v-e2a7124c"]]);
17731
17733
  const PA = (n) => (no("data-v-fea4582b"), n = n(), io(), n), rP = { id: "dp-container" }, oP = /* @__PURE__ */ PA(() => /* @__PURE__ */ E("div", { class: "dp__calendar_range" }, [
17732
17734
  /* @__PURE__ */ E("p", null, "From"),
17733
17735
  /* @__PURE__ */ E("p", null, "To")
@@ -56723,11 +56725,19 @@ class Zie {
56723
56725
  }
56724
56726
  createPositionControls() {
56725
56727
  const e = document.createElement("div");
56726
- e.setAttribute("style", Wg.getPositionControllerStyle(this.inline));
56728
+ e.setAttribute(
56729
+ "style",
56730
+ Wg.getPositionControllerStyle(this.inline)
56731
+ );
56727
56732
  const t = this.createControllerIcon(on.ICONS.LEFT);
56728
56733
  if (t.addEventListener("click", () => this.handleLeftClick()), e.appendChild(t), !this.inline) {
56729
- const r = this.createControllerIcon(on.ICONS.CENTER);
56730
- r.addEventListener("click", () => this.handleCenterClick()), e.appendChild(r);
56734
+ const r = this.createControllerIcon(
56735
+ on.ICONS.CENTER
56736
+ );
56737
+ r.addEventListener(
56738
+ "click",
56739
+ () => this.handleCenterClick()
56740
+ ), e.appendChild(r);
56731
56741
  }
56732
56742
  const i = this.createControllerIcon(on.ICONS.RIGHT);
56733
56743
  return i.addEventListener("click", () => this.handleRightClick()), e.appendChild(i), this.elements.container.appendChild(e), this;
@@ -57138,7 +57148,9 @@ function tre(n, e) {
57138
57148
  }), !n || n.replace(ere, "").match(
57139
57149
  new RegExp(
57140
57150
  // eslint-disable-next-line no-useless-escape, prettier/prettier
57141
- `^(?:(?:${t.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,
57151
+ `^(?:(?:${t.join(
57152
+ "|"
57153
+ )}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,
57142
57154
  "i"
57143
57155
  )
57144
57156
  );