@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.
@@ -18813,7 +18813,7 @@ const P1 = {
18813
18813
  props: {
18814
18814
  placeholder: { default: "drop file" }
18815
18815
  },
18816
- emits: ["drop"],
18816
+ emits: ["yz-drop"],
18817
18817
  setup(o, { expose: t, emit: e }) {
18818
18818
  const s = o, r = e, a = C(), n = C(!1);
18819
18819
  function i() {
@@ -18826,7 +18826,7 @@ const P1 = {
18826
18826
  d.preventDefault();
18827
18827
  }
18828
18828
  function u(d) {
18829
- d.preventDefault(), r("drop", d.dataTransfer.files);
18829
+ d.preventDefault(), r("yz-drop", d.dataTransfer.files), l();
18830
18830
  }
18831
18831
  return oe(() => {
18832
18832
  }), t({}), (d, f) => (R(), z("div", {
@@ -18839,8 +18839,8 @@ const P1 = {
18839
18839
  onDrop: u
18840
18840
  }, bt(s.placeholder), 35));
18841
18841
  }
18842
- }), I1 = `.input-file-drop[data-v-13f8f187]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border:2px dashed #ccc;color:#ccc}.input-file-drop.over[data-v-13f8f187]{border-color:#000;color:#000}
18843
- `, R1 = /* @__PURE__ */ lt(O1, [["styles", [I1]], ["__scopeId", "data-v-13f8f187"]]), F1 = ["width", "height"], D1 = ["fill"], L1 = /* @__PURE__ */ Q({
18842
+ }), I1 = `.input-file-drop[data-v-58986bc4]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border:2px dashed #ccc;color:#ccc}.input-file-drop.over[data-v-58986bc4]{border-color:#000;color:#000}
18843
+ `, R1 = /* @__PURE__ */ lt(O1, [["styles", [I1]], ["__scopeId", "data-v-58986bc4"]]), F1 = ["width", "height"], D1 = ["fill"], L1 = /* @__PURE__ */ Q({
18844
18844
  __name: "SVGDelete",
18845
18845
  props: {
18846
18846
  width: { default: "16px" },