x-essential-lib 0.8.2 → 0.8.3

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -672,6 +672,7 @@ const St = /* @__PURE__ */ B({
672
672
  "onUpdate:modelValue": _[1] || (_[1] = (j) => Q(g) ? g.value = j : null),
673
673
  transition: "dialog-top-transition",
674
674
  "max-width": "600px",
675
+ attach: "",
675
676
  onKeydown: [
676
677
  _[2] || (_[2] = Z(H((j) => g.value = !1, ["stop", "prevent"]), ["esc"])),
677
678
  Z(H(b, ["stop", "prevent"]), ["enter"])
@@ -882,6 +883,7 @@ const It = /* @__PURE__ */ B({
882
883
  "onUpdate:modelValue": f[2] || (f[2] = (U) => Q(i) ? i.value = U : null),
883
884
  transition: "dialog-top-transition",
884
885
  "max-width": "600px",
886
+ attach: "",
885
887
  onKeydown: [
886
888
  f[3] || (f[3] = Z(H((U) => i.value = !1, ["stop", "prevent"]), ["esc"])),
887
889
  Z(H(k, ["stop", "prevent"]), ["enter"])
@@ -963,7 +965,8 @@ const It = /* @__PURE__ */ B({
963
965
  "onUpdate:modelValue": r[0] || (r[0] = (d) => Q(l) ? l.value = d : null),
964
966
  persistent: "",
965
967
  "no-click-animation": "",
966
- fullscreen: ""
968
+ fullscreen: "",
969
+ attach: ""
967
970
  }, {
968
971
  default: y(() => [
969
972
  h("div", Ut, [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-essential-lib",
3
3
  "private": false,
4
- "version": "0.8.2",
4
+ "version": "0.8.3",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",