@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
package/ce/yz_custom_element.js
CHANGED
|
@@ -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-
|
|
18843
|
-
`, R1 = /* @__PURE__ */ lt(O1, [["styles", [I1]], ["__scopeId", "data-v-
|
|
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" },
|