prlg-ui 1.8.247 → 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.
- package/dist/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +1 -1
- package/dist/reka-ui/index.es.js +4 -4
- package/dist/rekaUI.d.ts +1 -0
- package/package.json +1 -1
package/dist/reka-ui/index.es.js
CHANGED
|
@@ -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
|
-
|
|
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-
|
|
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);
|
|
@@ -19786,7 +19786,7 @@ const cC = /* @__PURE__ */ h({
|
|
|
19786
19786
|
const a = H(e);
|
|
19787
19787
|
return (r, n) => (f(), y(l(rb), $(l(a), { class: "toast-viewport" }), null, 16));
|
|
19788
19788
|
}
|
|
19789
|
-
}), xw = /* @__PURE__ */ F(Rw, [["__scopeId", "data-v-
|
|
19789
|
+
}), xw = /* @__PURE__ */ F(Rw, [["__scopeId", "data-v-be53e85a"]]), Ew = /* @__PURE__ */ h({
|
|
19790
19790
|
__name: "ToastDescription",
|
|
19791
19791
|
props: {
|
|
19792
19792
|
asChild: { type: Boolean },
|
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
|
|