prlg-ui 1.8.248 → 1.8.249

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.
@@ -19127,14 +19127,14 @@ const cC = /* @__PURE__ */ h({
19127
19127
  }) },
19128
19128
  width: { default: 500 },
19129
19129
  forceMount: { type: Boolean },
19130
- disableOutsidePointerEvents: { type: Boolean },
19130
+ disableOutsidePointerEvents: { type: Boolean, default: !1 },
19131
19131
  asChild: { type: Boolean },
19132
19132
  as: {}
19133
19133
  },
19134
19134
  emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"],
19135
19135
  setup(e, { emit: t }) {
19136
19136
  nt((i) => ({
19137
- "00d1a9a7": s.value
19137
+ a3b7efd0: s.value
19138
19138
  }));
19139
19139
  const a = e, n = ye(a, t), o = S(() => a.title && a.title.text ? "h2" : "div"), s = S(() => `${a.width}px`);
19140
19140
  return (i, u) => (f(), y(l(Nn), $({ class: "dialog-content" }, l(n)), {
@@ -19161,7 +19161,7 @@ const cC = /* @__PURE__ */ h({
19161
19161
  _: 3
19162
19162
  }, 16));
19163
19163
  }
19164
- }), oD = /* @__PURE__ */ F(J0, [["__scopeId", "data-v-0780b85f"]]), X0 = /* @__PURE__ */ h({
19164
+ }), oD = /* @__PURE__ */ F(J0, [["__scopeId", "data-v-7f18c88d"]]), X0 = /* @__PURE__ */ h({
19165
19165
  __name: "DialogActions",
19166
19166
  setup(e) {
19167
19167
  const a = H(e);
package/dist/rekaUI.d.ts CHANGED
@@ -274,6 +274,7 @@ onOpenAutoFocus?: ((event: Event) => any) | undefined;
274
274
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
275
275
  }>, {
276
276
  width: number;
277
+ disableOutsidePointerEvents: boolean;
277
278
  closeButton: IDialogCloseProps;
278
279
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
279
280
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.248",
4
+ "version": "1.8.249",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",