@yetuzi/vue3-query-components 1.4.5 → 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.
- package/CHANGELOG.md +54 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +112 -341
- package/dist/index.js +1073 -1040
- package/dist/version-info.json +11 -11
- package/package.json +1 -1
- package/dist/_virtual/_plugin-vue_export-helper.js +0 -9
- package/dist/components/CommonButton/index.vue.js +0 -40
- package/dist/components/CommonButton/index.vue2.js +0 -4
- package/dist/components/CommonCascader/index.vue.js +0 -46
- package/dist/components/CommonCascader/index.vue2.js +0 -4
- package/dist/components/CommonCheckbox/index.vue.js +0 -38
- package/dist/components/CommonCheckbox/index.vue2.js +0 -4
- package/dist/components/CommonConfigProvider/index.vue.js +0 -19
- package/dist/components/CommonConfigProvider/index.vue2.js +0 -4
- package/dist/components/CommonDatePicker/index.vue.js +0 -74
- package/dist/components/CommonDatePicker/index.vue2.js +0 -4
- package/dist/components/CommonForm/index.vue.js +0 -7
- package/dist/components/CommonForm/index.vue2.js +0 -148
- package/dist/components/CommonInput/index.vue.js +0 -38
- package/dist/components/CommonInput/index.vue2.js +0 -4
- package/dist/components/CommonInputNumber/index.vue.js +0 -45
- package/dist/components/CommonInputNumber/index.vue2.js +0 -4
- package/dist/components/CommonPagination/index.vue.js +0 -88
- package/dist/components/CommonPagination/index.vue2.js +0 -4
- package/dist/components/CommonQueryTable/index.vue.js +0 -7
- package/dist/components/CommonQueryTable/index.vue2.js +0 -132
- package/dist/components/CommonRadio/index.vue.js +0 -37
- package/dist/components/CommonRadio/index.vue2.js +0 -4
- package/dist/components/CommonSelect/index.vue.js +0 -44
- package/dist/components/CommonSelect/index.vue2.js +0 -4
- package/dist/components/CommonSwitch/index.vue.js +0 -51
- package/dist/components/CommonSwitch/index.vue2.js +0 -4
- package/dist/components/CommonTable/config.js +0 -57
- package/dist/components/CommonTable/index.vue.js +0 -7
- package/dist/components/CommonTable/index.vue2.js +0 -139
- package/dist/components/CommonTimePicker/index.vue.js +0 -72
- package/dist/components/CommonTimePicker/index.vue2.js +0 -4
- package/dist/hooks/useGetComponentsChildrenSlots.js +0 -58
- package/dist/hooks/useResettable.js +0 -20
- package/dist/provide/index.js +0 -10
- package/dist/provide/key.js +0 -4
- package/dist/utils/index.js +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,60 @@
|
|
|
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
|
+
|
|
22
|
+
## [1.5.0](https://github.com/yetuzi-open/vue3-query-components/compare/v1.4.4...v1.5.0) (2026-01-26)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### ✨ 新增
|
|
26
|
+
|
|
27
|
+
* 添加自动发布脚本,支持自动创建 git tag ([f80ae0f](https://github.com/yetuzi-open/vue3-query-components/commit/f80ae0fc3a6b5390d3a9e0696f08d3a772351b66))
|
|
28
|
+
* 新增 CommonQueryTable 功能测试页面 ([a76accc](https://github.com/yetuzi-open/vue3-query-components/commit/a76accc67826fce2ee5cd637aa17036746d3fe12))
|
|
29
|
+
* CommonQueryTable 新增实例方法并移除 layouts prop ([a9d9242](https://github.com/yetuzi-open/vue3-query-components/commit/a9d9242c437888d6b7ab0b7e4bc695434ef1f256))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### 📝 文档
|
|
33
|
+
|
|
34
|
+
* 补充 CommonQueryTable 实例方法文档 ([0b643aa](https://github.com/yetuzi-open/vue3-query-components/commit/0b643aa93659598def8757142a70d5d6fca99301))
|
|
35
|
+
* 更新 CommonQueryTable 文档 ([49adb9c](https://github.com/yetuzi-open/vue3-query-components/commit/49adb9ca74c33b4e923ebb61c84b91ace5028811))
|
|
36
|
+
* 更新 CommonTable 文档,移除自定义列类型注册相关内容 ([2ef6793](https://github.com/yetuzi-open/vue3-query-components/commit/2ef679376016b4e949215894683d09ed4aa1dc21))
|
|
37
|
+
* 清理 CommonTable 文档中未使用的 dictName 字段说明 ([7769074](https://github.com/yetuzi-open/vue3-query-components/commit/77690740d774a3b60380c0eee523a5efd38c1ff7))
|
|
38
|
+
* 修复 CHANGELOG.md,移除重复的更新内容 ([846c887](https://github.com/yetuzi-open/vue3-query-components/commit/846c8870e17e9544c6b5f9a9e9c0da5faed4a189))
|
|
39
|
+
* 增强 CommonQueryTable 文档,增加事件透传示例说明 ([edde7b2](https://github.com/yetuzi-open/vue3-query-components/commit/edde7b2d2876b34109e8652323b24380b5b4eb32))
|
|
40
|
+
* CommonQueryTable 新增分页配置章节和示例 ([a5281e1](https://github.com/yetuzi-open/vue3-query-components/commit/a5281e1b0ccdb8953295b378b523d5b2eb7ccc26))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### 🔧 修复
|
|
44
|
+
|
|
45
|
+
* 补充实例方法示例文件的 ElButton 组件导入 ([cebc6c2](https://github.com/yetuzi-open/vue3-query-components/commit/cebc6c229f1f721ce9820b963c4c4dd98807a57e))
|
|
46
|
+
* 修复 CommonForm 示例中 el-radio 的废弃 API 警告 ([17b4583](https://github.com/yetuzi-open/vue3-query-components/commit/17b4583bd7ef1886ca0a305f22ceabfa3701dbac))
|
|
47
|
+
* 修复 CommonQueryTable TypeScript 类型警告 ([ad10832](https://github.com/yetuzi-open/vue3-query-components/commit/ad1083213886ba7ace10d86ce59d4cb5bfe2c360))
|
|
48
|
+
* 修复 CommonTable 列类型处理的潜在运行时错误 ([cb9e34b](https://github.com/yetuzi-open/vue3-query-components/commit/cb9e34be0b6cefc2671b7217620304e47cdcde4f))
|
|
49
|
+
* 修复构建后 dist/node_modules 导致 VitePress 加载失败的问题 ([c4accbc](https://github.com/yetuzi-open/vue3-query-components/commit/c4accbc632d71c878e8ea0a7527ddc44e06b1fde))
|
|
50
|
+
* CommonTable 列配置 prop 属性改为可选 ([6bf9380](https://github.com/yetuzi-open/vue3-query-components/commit/6bf93808f543b920b311bcb9915d71aa25b9f2ef))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### ♻️ 重构
|
|
54
|
+
|
|
55
|
+
* 更新 CommonQueryTable 示例文件 ([2162e94](https://github.com/yetuzi-open/vue3-query-components/commit/2162e946206645aaa8d3f3210660dcb58289ecdd))
|
|
56
|
+
* 简化 CommonQueryTable 的 reset 方法实现 ([e187f2d](https://github.com/yetuzi-open/vue3-query-components/commit/e187f2df35f5ea588ee4e6a6908444894ba2b4b7))
|
|
57
|
+
* 重构 CommonTable 列类型配置处理方式 ([47a773c](https://github.com/yetuzi-open/vue3-query-components/commit/47a773c1b33c474915f0742ec3e3279faf8f75e9))
|
|
58
|
+
|
|
5
59
|
### [1.4.5](https://github.com/yetuzi-open/vue3-query-components/compare/v1.4.4...v1.4.5) (2026-01-26)
|
|
6
60
|
|
|
7
61
|
|