@kengic/vue 0.16.7 → 0.17.0

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/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # 0.16.8
1
+ # 0.17.0
2
2
 
3
3
  1. `kgForm.onSelectChange()` 事件参数类型变更
4
4
 
@@ -2924,7 +2924,7 @@ const emptyIcon = {
2924
2924
  ...t.data
2925
2925
  }, r);
2926
2926
  }
2927
- }), version = "0.16.7";
2927
+ }), version = "0.17.0";
2928
2928
  var isVue2 = !1;
2929
2929
  function set(e, t, r) {
2930
2930
  return Array.isArray(e) ? (e.length = Math.max(e.length, t), e.splice(t, 1, r), r) : (e[t] = r, r);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.16.7",
3
+ "version": "0.17.0",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",