@ebiz/designer-components 0.0.53 → 0.0.54
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/dist/index.mjs
CHANGED
@@ -53664,7 +53664,7 @@ const lW = /* @__PURE__ */ Qe(e8, [["render", t8], ["__scopeId", "data-v-d22af56
|
|
53664
53664
|
default: 0
|
53665
53665
|
}
|
53666
53666
|
},
|
53667
|
-
emits: ["update:modelValue", "change"],
|
53667
|
+
emits: ["update:modelValue", "change", "update:visible"],
|
53668
53668
|
setup(t, { emit: e }) {
|
53669
53669
|
const n = t, a = e, r = H(!1), l = I({
|
53670
53670
|
set(X) {
|
@@ -54268,7 +54268,7 @@ const lW = /* @__PURE__ */ Qe(e8, [["render", t8], ["__scopeId", "data-v-d22af56
|
|
54268
54268
|
}, 8, ["visible"])
|
54269
54269
|
]));
|
54270
54270
|
}
|
54271
|
-
}, fC = /* @__PURE__ */ Qe(Q8, [["__scopeId", "data-v-
|
54271
|
+
}, fC = /* @__PURE__ */ Qe(Q8, [["__scopeId", "data-v-7a643cbf"]]), e7 = {
|
54272
54272
|
name: "EbizAlert"
|
54273
54273
|
}, t7 = /* @__PURE__ */ Object.assign(e7, {
|
54274
54274
|
props: {
|
package/package.json
CHANGED
@@ -225,7 +225,7 @@ const props = defineProps({
|
|
225
225
|
});
|
226
226
|
|
227
227
|
// 定义组件事件
|
228
|
-
const emit = defineEmits(['update:modelValue', 'change']);
|
228
|
+
const emit = defineEmits(['update:modelValue', 'change','update:visible']);
|
229
229
|
const tempVisible = ref(false);
|
230
230
|
// 内部状态变量
|
231
231
|
const dialogVisible = computed({
|