yuang-framework-ui-pc 1.1.55 → 1.1.56
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/es/ele-dialog/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, watch, onMounted, onActivated, onDeactivated, nextTick, resolveComponent, createBlock, openBlock, Teleport,
|
|
1
|
+
import { defineComponent, ref, computed, watch, onMounted, onActivated, onDeactivated, nextTick, resolveComponent, createBlock, openBlock, Teleport, createVNode, mergeProps, createSlots, withCtx, normalizeStyle, normalizeClass, renderSlot, createElementVNode, createElementBlock, createCommentVNode, createTextVNode, toDisplayString, withModifiers, resolveDynamicComponent } from "vue";
|
|
2
2
|
import { ElIcon, ElDialog } from "element-plus";
|
|
3
3
|
import { ResizeOutlined, ExpandOutlined, CompressOutlined, CloseOutlined } from "../icons";
|
|
4
4
|
import ReceiverView from "../ele-config-provider/components/receiver-view";
|
|
@@ -197,7 +197,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
197
197
|
to: _ctx.teleportTo,
|
|
198
198
|
disabled: _ctx.teleportDisabled
|
|
199
199
|
}, [
|
|
200
|
-
createTextVNode(toDisplayString(_ctx.closeOnClickModal) + "____ ", 1),
|
|
201
200
|
createVNode(_component_ElDialog, mergeProps(_ctx.$attrs, {
|
|
202
201
|
ref: "dialogRef",
|
|
203
202
|
modelValue: _ctx.modelValue,
|
package/lib/ele-dialog/index.cjs
CHANGED
|
@@ -198,7 +198,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
198
198
|
to: _ctx.teleportTo,
|
|
199
199
|
disabled: _ctx.teleportDisabled
|
|
200
200
|
}, [
|
|
201
|
-
vue.createTextVNode(vue.toDisplayString(_ctx.closeOnClickModal) + "____ ", 1),
|
|
202
201
|
vue.createVNode(_component_ElDialog, vue.mergeProps(_ctx.$attrs, {
|
|
203
202
|
ref: "dialogRef",
|
|
204
203
|
modelValue: _ctx.modelValue,
|