ks-fwork 4.1.3 → 4.1.4

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.
Files changed (2) hide show
  1. package/dist/ks-fwork.js +4 -1
  2. package/package.json +1 -1
package/dist/ks-fwork.js CHANGED
@@ -426,7 +426,10 @@ function ue(e, t = {}, n = {}, r = {}, i) {
426
426
  for (let n of a.concat(s)) e.removeEventListener(n, t[n]);
427
427
  let c = {};
428
428
  for (let t of o.concat(s)) c[t] = u(t, r[t], e, i);
429
- return c;
429
+ return {
430
+ ...t,
431
+ ...c
432
+ };
430
433
  }
431
434
  function de(e, t, n) {
432
435
  let r = x(e), i = x(t), a = e.el, o = ee(r, i, K);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ks-fwork",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "Demo Frontend Framework",
5
5
  "license": "ISC",
6
6
  "author": "",