@nmorph/nmorph-ui-kit 0.2.33 → 0.2.34

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/index.es.js CHANGED
@@ -4126,7 +4126,7 @@ const w2 = /* @__PURE__ */ D({
4126
4126
  })
4127
4127
  ), i = _(() => `#table-cell-${a}-${l.row}-${t}`), u = $(!1);
4128
4128
  return K(async () => {
4129
- await ue();
4129
+ await ue(), console.log(document, "cell");
4130
4130
  const d = document.querySelector(i.value);
4131
4131
  d && (d.innerHTML = ""), u.value = !0;
4132
4132
  }), (d, h) => u.value ? (o(), s("div", {
@@ -4461,7 +4461,7 @@ const Le = (e) => {
4461
4461
  };
4462
4462
  return { placement: u, placementCoords: d };
4463
4463
  }, Wx = () => {
4464
- }, Ig = "@nmorph/nmorph-ui-kit", ew = "module", tw = "0.2.33", nw = "MIT", ow = {
4464
+ }, Ig = "@nmorph/nmorph-ui-kit", ew = "module", tw = "0.2.34", nw = "MIT", ow = {
4465
4465
  node: "18.13.0",
4466
4466
  npm: "8.19.3"
4467
4467
  }, aw = "./dist/index.d.ts", sw = "./dist/index.umd.js", lw = "./dist/index.es.js", rw = "./dist/style.css", cw = [
@@ -4660,7 +4660,7 @@ const Le = (e) => {
4660
4660
  i[y] = [];
4661
4661
  const x = !!M.darkShade, g = !!M.lightShade;
4662
4662
  !!M.main && !x && !g && (i[y] = a(M.main)), i[y] = [...i[y], ...l(M)];
4663
- });
4663
+ }), console.log(document, "use nm");
4664
4664
  const u = document.createElement("style");
4665
4665
  u.type = "text/css", u.innerHTML = r(i, t.other), document.head.appendChild(u);
4666
4666
  const d = (y) => {
@@ -5911,9 +5911,9 @@ const F$ = { class: "nmorph-select__content" }, j$ = {
5911
5911
  i.value = !1;
5912
5912
  };
5913
5913
  K(() => {
5914
- u.value && (d.value = `${u.value.clientHeight}px`, document.addEventListener("click", y));
5914
+ u.value && (d.value = `${u.value.clientHeight}px`, console.log(document, "select"), document.addEventListener("click", y));
5915
5915
  }), $e(() => {
5916
- document.removeEventListener("click", y);
5916
+ console.log(document, "select unm"), document.removeEventListener("click", y);
5917
5917
  });
5918
5918
  const M = _(() => typeof r.value == "string" ? r.value === "" ? a.noElementPlaceholder : a.options.find((m) => m.value === r.value)?.label : r.value), x = _(() => a.options.length > 0 ? a.options : a.optionsMap), g = _(() => x.value.length > 0 ? x.value.filter((H) => r.value.includes(H.value)).map((H) => ({ text: H.label, value: H.value })) : Array.isArray(r.value) ? r.value.map((H) => ({ text: H, value: H })) : [{ text: r.value, value: r.value }]);
5919
5919
  Z("select-selected-value", r), Z("select-change-selected-value", p);