vue3-components-plus 3.0.37 → 3.0.39
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.
|
@@ -44963,10 +44963,10 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
44963
44963
|
},
|
|
44964
44964
|
setup(__props) {
|
|
44965
44965
|
useCssVars((_ctx) => ({
|
|
44966
|
-
"
|
|
44967
|
-
"
|
|
44968
|
-
"
|
|
44969
|
-
"
|
|
44966
|
+
"d105d8e2": __props.modalColor,
|
|
44967
|
+
"v29fcfa0d": _height.value,
|
|
44968
|
+
"dbf4daea": dialogPosition.value.left,
|
|
44969
|
+
"v3e846e51": dialogPosition.value.top
|
|
44970
44970
|
}));
|
|
44971
44971
|
const asyncDom = computed(() => {
|
|
44972
44972
|
var _a3;
|
|
@@ -45347,6 +45347,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
45347
45347
|
};
|
|
45348
45348
|
}
|
|
45349
45349
|
});
|
|
45350
|
+
const DialogPlus = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-4ca6a6f0"]]);
|
|
45350
45351
|
window.__dialogInstances = [];
|
|
45351
45352
|
let externalApp = null;
|
|
45352
45353
|
function setExternalApp(app2) {
|
|
@@ -45387,7 +45388,7 @@ const NsDialog = (data, modal = true, appendTo = "#app") => {
|
|
|
45387
45388
|
};
|
|
45388
45389
|
window.__dialogInstances.push(instance2);
|
|
45389
45390
|
if (externalApp) {
|
|
45390
|
-
const vnode = createVNode(
|
|
45391
|
+
const vnode = createVNode(DialogPlus, {
|
|
45391
45392
|
...superData,
|
|
45392
45393
|
containerId,
|
|
45393
45394
|
// 添加容器ID传递给组件
|
|
@@ -45411,7 +45412,7 @@ const NsDialog = (data, modal = true, appendTo = "#app") => {
|
|
|
45411
45412
|
vnode.appContext = externalApp._context;
|
|
45412
45413
|
render(vnode, container);
|
|
45413
45414
|
} else {
|
|
45414
|
-
const app2 = createApp(
|
|
45415
|
+
const app2 = createApp(DialogPlus, {
|
|
45415
45416
|
...superData,
|
|
45416
45417
|
containerId,
|
|
45417
45418
|
// 添加容器ID传递给组件
|
|
@@ -45432,7 +45433,7 @@ const NsDialog = (data, modal = true, appendTo = "#app") => {
|
|
|
45432
45433
|
}
|
|
45433
45434
|
}
|
|
45434
45435
|
});
|
|
45435
|
-
const vnode = createVNode(
|
|
45436
|
+
const vnode = createVNode(DialogPlus, {
|
|
45436
45437
|
...superData,
|
|
45437
45438
|
containerId,
|
|
45438
45439
|
dialogInstance: instance2
|