readytech-ui-library-v2 0.0.39 → 0.0.41
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.
@@ -7942,7 +7942,7 @@ const _r = /* @__PURE__ */ P(br, [["render", pr], ["__scopeId", "data-v-ff02002f
|
|
7942
7942
|
methods: {
|
7943
7943
|
openDialog() {
|
7944
7944
|
this.dialogVisible = !0, this.$nextTick(() => {
|
7945
|
-
const e =
|
7945
|
+
const e = document.querySelector("[role='dialog']"), n = this.getFocusableElements(e);
|
7946
7946
|
n.length && n[0].focus();
|
7947
7947
|
});
|
7948
7948
|
},
|
@@ -7958,7 +7958,7 @@ const _r = /* @__PURE__ */ P(br, [["render", pr], ["__scopeId", "data-v-ff02002f
|
|
7958
7958
|
);
|
7959
7959
|
},
|
7960
7960
|
trapFocus(e) {
|
7961
|
-
const n =
|
7961
|
+
const n = document.querySelector("[role='dialog']"), t = this.getFocusableElements(n), l = t[0], i = t[t.length - 1];
|
7962
7962
|
e.target === i && !e.shiftKey ? (e.preventDefault(), l.focus()) : e.target === l && e.shiftKey && (e.preventDefault(), i.focus());
|
7963
7963
|
}
|
7964
7964
|
},
|
@@ -8047,7 +8047,7 @@ function Sr(e, n, t, l, i, a) {
|
|
8047
8047
|
_: 1
|
8048
8048
|
}, 8, ["fullscreen", "hide-overlay", "max-width", "persistent", "scrollable", "transition", "value", "modelValue", "onKeydown"]);
|
8049
8049
|
}
|
8050
|
-
const Cr = /* @__PURE__ */ P(kr, [["render", Sr], ["__scopeId", "data-v-
|
8050
|
+
const Cr = /* @__PURE__ */ P(kr, [["render", Sr], ["__scopeId", "data-v-fb650ae8"]]), wr = {
|
8051
8051
|
name: "RtDivider",
|
8052
8052
|
props: {
|
8053
8053
|
color: {
|