@zyzgroup/core-vue 0.0.27 → 0.0.29
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/ce/yz_custom_element.iife.js +2 -2
- package/ce/yz_custom_element.iife.js.map +1 -1
- package/ce/yz_custom_element.js +4 -4
- package/ce/yz_custom_element.js.map +1 -1
- package/ce/yz_custom_element.umd.cjs +2 -2
- package/ce/yz_custom_element.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/zyzgroup_core_vue.iife.js +1 -1
- package/dist/zyzgroup_core_vue.iife.js.map +1 -1
- package/dist/zyzgroup_core_vue.js +3 -3
- package/dist/zyzgroup_core_vue.js.map +1 -1
- package/dist/zyzgroup_core_vue.umd.cjs +1 -1
- package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/components/form/InputFileDrop.ce.vue.d.ts +2 -2
- package/types/components/form/InputFileDrop.vue.d.ts +2 -2
|
@@ -18437,7 +18437,7 @@ const q0 = {
|
|
|
18437
18437
|
props: {
|
|
18438
18438
|
placeholder: { default: "drop file" }
|
|
18439
18439
|
},
|
|
18440
|
-
emits: ["drop"],
|
|
18440
|
+
emits: ["yz-drop"],
|
|
18441
18441
|
setup(n, { expose: t, emit: e }) {
|
|
18442
18442
|
const s = n, r = e, i = I(), o = I(!1);
|
|
18443
18443
|
function a() {
|
|
@@ -18450,7 +18450,7 @@ const q0 = {
|
|
|
18450
18450
|
h.preventDefault();
|
|
18451
18451
|
}
|
|
18452
18452
|
function u(h) {
|
|
18453
|
-
h.preventDefault(), r("drop", h.dataTransfer.files);
|
|
18453
|
+
h.preventDefault(), r("yz-drop", h.dataTransfer.files), l();
|
|
18454
18454
|
}
|
|
18455
18455
|
return ce(() => {
|
|
18456
18456
|
}), t({}), (h, d) => (R(), X("div", {
|
|
@@ -18464,7 +18464,7 @@ const q0 = {
|
|
|
18464
18464
|
}, bt(s.placeholder), 35));
|
|
18465
18465
|
}
|
|
18466
18466
|
});
|
|
18467
|
-
const Q1 = /* @__PURE__ */ ft(Z0, [["__scopeId", "data-v-
|
|
18467
|
+
const Q1 = /* @__PURE__ */ ft(Z0, [["__scopeId", "data-v-0c959dfd"]]), K0 = ["width", "height"], Q0 = ["fill"], J0 = /* @__PURE__ */ lt({
|
|
18468
18468
|
__name: "SVGDelete",
|
|
18469
18469
|
props: {
|
|
18470
18470
|
width: { default: "16px" },
|