vue3-components-plus 3.0.39 → 3.0.40

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
- "d105d8e2": __props.modalColor,
44967
- "v29fcfa0d": _height.value,
44968
- "dbf4daea": dialogPosition.value.left,
44969
- "v3e846e51": dialogPosition.value.top
44966
+ "v4665782b": __props.modalColor,
44967
+ "v39343af1": _height.value,
44968
+ "v95e2c522": dialogPosition.value.left,
44969
+ "cb071226": dialogPosition.value.top
44970
44970
  }));
44971
44971
  const asyncDom = computed(() => {
44972
44972
  var _a3;
@@ -45246,7 +45246,11 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
45246
45246
  const _component_el_button = resolveComponent("el-button");
45247
45247
  const _component_el_dialog = resolveComponent("el-dialog");
45248
45248
  return openBlock(), createBlock(_component_el_dialog, {
45249
- class: normalizeClass(["dialog-plus", props.class, { "dialog-absolute-position": isAbsolutePosition.value, "dialog-maximized": isMaximized.value }]),
45249
+ class: normalizeClass([
45250
+ "dialog-plus",
45251
+ props.class,
45252
+ { "dialog-absolute-position": isAbsolutePosition.value, "dialog-maximized": isMaximized.value }
45253
+ ]),
45250
45254
  "modal-class": ["dialog-plus-modal", props.class ? props.class + "-modal" : ""],
45251
45255
  modal: props.modal,
45252
45256
  "modal-penetrable": props.modal + "" === "false",
@@ -45347,7 +45351,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
45347
45351
  };
45348
45352
  }
45349
45353
  });
45350
- const DialogPlus = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-4ca6a6f0"]]);
45354
+ const DialogPlus = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-901e9ad0"]]);
45351
45355
  window.__dialogInstances = [];
45352
45356
  let externalApp = null;
45353
45357
  function setExternalApp(app2) {