@kengic/vue 0.28.1-beta.0 → 0.28.1-beta.10

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 (33) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/index.css +1 -1
  3. package/dist/kengic-vue.js +15091 -14913
  4. package/dist/src/component/KgButton/KgButton.event.d.ts +20 -6
  5. package/dist/src/component/KgButton/KgButton.hooks.d.ts +16 -2
  6. package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +6 -0
  7. package/dist/src/component/KgTable/KgTable.d.ts +3 -3
  8. package/dist/src/component/KgTable/KgTable.store.d.ts +7 -0
  9. package/dist/src/component/KgTable/KgTable.vm.d.ts +1 -1
  10. package/dist/src/component/KgVar/KgVar.hooks.d.ts +2 -1
  11. package/dist/src/component/KgVarConfig/KgVarConfig.hooks.d.ts +6 -2
  12. package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +6 -2
  13. package/dist/src/component/KgVarConfig/KgVarConfig.vm.d.ts +0 -5
  14. package/dist/src/component/KgVarConfig/components/KgVarConfigModal.d.ts +42 -4
  15. package/dist/src/config/config.hooks.d.ts +8 -3
  16. package/dist/src/config/config.store.d.ts +1 -1
  17. package/dist/src/config/index.d.ts +0 -4
  18. package/dist/src/const/const.vm.d.ts +34 -0
  19. package/dist/src/const/form-id.const.d.ts +11 -0
  20. package/dist/src/const/index.d.ts +2 -1
  21. package/dist/src/i18n/i18n.setup.d.ts +5 -1
  22. package/dist/src/project/src/api/index.d.ts +1 -0
  23. package/dist/src/project/src/api/sys/menu.d.ts +4 -0
  24. package/dist/src/service/http-client.d.ts +3 -3
  25. package/dist/src/util/kg.util.d.ts +6 -0
  26. package/package.json +2 -2
  27. package/dist/src/page/KgPageDda/KgPageDda.vm.d.ts +0 -12
  28. /package/dist/{close-outlined-DMcSQWxQ.537d8ddf.mjs → close-outlined-DMcSQWxQ.084c8247.mjs} +0 -0
  29. /package/dist/{exclamation-circle-outlined-DZrXCnvM.a3e96b6e.mjs → exclamation-circle-outlined-DZrXCnvM.731e46ba.mjs} +0 -0
  30. /package/dist/{fullscreen-exit-outlined-X1iYkFc4.37edd487.mjs → fullscreen-exit-outlined-X1iYkFc4.01c6bbb7.mjs} +0 -0
  31. /package/dist/{fullscreen-outlined-DDBrsRcy.db231def.mjs → fullscreen-outlined-DDBrsRcy.3b4bc9b9.mjs} +0 -0
  32. /package/dist/{search-outlined-Od1M_oxf.1b143df4.mjs → search-outlined-Od1M_oxf.efc43746.mjs} +0 -0
  33. /package/dist/{three-dots-loading-bIlrTJYR.bd624bcf.mjs → three-dots-loading-bIlrTJYR.d0516412.mjs} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # 0.29.0
2
+
3
+ ### 1. 后端查询接口支持了高级查询后, 不再需要添加响应头 `HEADER_KG_IS_DYNAMIC_QUERY`
4
+
5
+ ```java
6
+ // 旧
7
+ // --------------------------------------------------
8
+ response.addHeader(VarConstant.HEADER_KG_IS_DYNAMIC_QUERY, Boolean.TRUE.toString());
9
+
10
+ // 新
11
+ // --------------------------------------------------
12
+ ```
13
+
1
14
  # 0.28.0
2
15
 
3
16
  ### 1. 事件回调函数参数名称变更