@yetuzi/vue3-query-components 1.5.0 → 1.5.1

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 (43) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/index.css +1 -1
  3. package/dist/index.d.ts +109 -338
  4. package/dist/index.js +1062 -1029
  5. package/dist/version-info.json +7 -7
  6. package/package.json +1 -1
  7. package/dist/_virtual/_plugin-vue_export-helper.js +0 -9
  8. package/dist/components/CommonButton/index.vue.js +0 -40
  9. package/dist/components/CommonButton/index.vue2.js +0 -4
  10. package/dist/components/CommonCascader/index.vue.js +0 -46
  11. package/dist/components/CommonCascader/index.vue2.js +0 -4
  12. package/dist/components/CommonCheckbox/index.vue.js +0 -38
  13. package/dist/components/CommonCheckbox/index.vue2.js +0 -4
  14. package/dist/components/CommonConfigProvider/index.vue.js +0 -19
  15. package/dist/components/CommonConfigProvider/index.vue2.js +0 -4
  16. package/dist/components/CommonDatePicker/index.vue.js +0 -74
  17. package/dist/components/CommonDatePicker/index.vue2.js +0 -4
  18. package/dist/components/CommonForm/index.vue.js +0 -7
  19. package/dist/components/CommonForm/index.vue2.js +0 -148
  20. package/dist/components/CommonInput/index.vue.js +0 -38
  21. package/dist/components/CommonInput/index.vue2.js +0 -4
  22. package/dist/components/CommonInputNumber/index.vue.js +0 -45
  23. package/dist/components/CommonInputNumber/index.vue2.js +0 -4
  24. package/dist/components/CommonPagination/index.vue.js +0 -88
  25. package/dist/components/CommonPagination/index.vue2.js +0 -4
  26. package/dist/components/CommonQueryTable/index.vue.js +0 -7
  27. package/dist/components/CommonQueryTable/index.vue2.js +0 -132
  28. package/dist/components/CommonRadio/index.vue.js +0 -37
  29. package/dist/components/CommonRadio/index.vue2.js +0 -4
  30. package/dist/components/CommonSelect/index.vue.js +0 -44
  31. package/dist/components/CommonSelect/index.vue2.js +0 -4
  32. package/dist/components/CommonSwitch/index.vue.js +0 -51
  33. package/dist/components/CommonSwitch/index.vue2.js +0 -4
  34. package/dist/components/CommonTable/config.js +0 -57
  35. package/dist/components/CommonTable/index.vue.js +0 -7
  36. package/dist/components/CommonTable/index.vue2.js +0 -139
  37. package/dist/components/CommonTimePicker/index.vue.js +0 -72
  38. package/dist/components/CommonTimePicker/index.vue2.js +0 -4
  39. package/dist/hooks/useGetComponentsChildrenSlots.js +0 -58
  40. package/dist/hooks/useResettable.js +0 -20
  41. package/dist/provide/index.js +0 -10
  42. package/dist/provide/key.js +0 -4
  43. package/dist/utils/index.js +0 -14
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.5.1](https://github.com/yetuzi-open/vue3-query-components/compare/v1.5.0...v1.5.1) (2026-03-10)
6
+
7
+
8
+ ### ♻️ 重构
9
+
10
+ * 简化 CommonTable 枚举列配置判断逻辑 ([adc524e](https://github.com/yetuzi-open/vue3-query-components/commit/adc524ef4f72c6489cafe38c712cdee248b0ef27))
11
+ * 精简 CommonTable 渲染与列归一化逻辑 ([8bd4728](https://github.com/yetuzi-open/vue3-query-components/commit/8bd4728239145faac10ad4eba3e46105e9e8fdfa))
12
+
13
+
14
+ ### 📝 文档
15
+
16
+ * 同步 CommonTable 注释与文档说明 ([d36ba28](https://github.com/yetuzi-open/vue3-query-components/commit/d36ba28773780702115f60f14db8b04980a837d9))
17
+ * 同步 CommonQueryTable 注释与文档说明 ([bb86cba](https://github.com/yetuzi-open/vue3-query-components/commit/bb86cba57db95ff3a65827823c7b91e57c32a1ce))
18
+ * 同步 CommonForm 注释与文档说明 ([a63dc58](https://github.com/yetuzi-open/vue3-query-components/commit/a63dc58d2a2e7e1d31adc4f259c8bfc1b980fd00))
19
+ * 同步 CommonConfigProvider 注释与文档说明 ([cd67e8d](https://github.com/yetuzi-open/vue3-query-components/commit/cd67e8d42e6e2c00e9a016fd8edc1dbd13696500))
20
+ * 同步 CommonPagination 注释与文档说明 ([53a33a8](https://github.com/yetuzi-open/vue3-query-components/commit/53a33a8e3799cd92238bb86d786178d0f9b17d4e))
21
+
5
22
  ## [1.5.0](https://github.com/yetuzi-open/vue3-query-components/compare/v1.4.4...v1.5.0) (2026-01-26)
6
23
 
7
24