readytech-ui-library-v2 0.0.47 → 0.0.48
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.
@@ -7910,7 +7910,13 @@ const kr = /* @__PURE__ */ P(pr, [["render", _r], ["__scopeId", "data-v-ff02002f
|
|
7910
7910
|
type: String,
|
7911
7911
|
default: "dialog-transition"
|
7912
7912
|
},
|
7913
|
-
value: Boolean
|
7913
|
+
value: Boolean,
|
7914
|
+
// ✅ Accept a URL as a prop
|
7915
|
+
embeddedPageUrl: {
|
7916
|
+
type: String,
|
7917
|
+
required: !0
|
7918
|
+
// Ensure the URL is always provided
|
7919
|
+
}
|
7914
7920
|
},
|
7915
7921
|
setup() {
|
7916
7922
|
const e = G(!1), n = G(null), t = G("https://example.com"), l = async () => {
|
@@ -8039,7 +8045,7 @@ function wr(e, n, t, l, i, a) {
|
|
8039
8045
|
_: 1
|
8040
8046
|
}, 8, ["modelValue", "fullscreen", "hide-overlay", "max-width", "persistent", "scrollable", "transition", "onKeydown"]);
|
8041
8047
|
}
|
8042
|
-
const Ir = /* @__PURE__ */ P(Sr, [["render", wr], ["__scopeId", "data-v-
|
8048
|
+
const Ir = /* @__PURE__ */ P(Sr, [["render", wr], ["__scopeId", "data-v-7395d4ef"]]), xr = {
|
8043
8049
|
name: "RtDivider",
|
8044
8050
|
props: {
|
8045
8051
|
color: {
|