ks-fwork 4.1.2 → 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.
- package/dist/ks-fwork.js +4 -1
- package/package.json +1 -2
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
|
|
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
|
+
"version": "4.1.4",
|
|
4
4
|
"description": "Demo Frontend Framework",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"fast-deep-equal": "^3.1.3"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"rollup-plugin-cleanup": "^3.2.1",
|
|
23
22
|
"vite": "^8.1.3"
|
|
24
23
|
}
|
|
25
24
|
}
|