@tplc/business 0.4.101 → 0.4.103

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
@@ -2,6 +2,35 @@
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
+ ### [0.4.103](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.96...v0.4.103) (2025-05-09)
6
+
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * search undifend ([a3f2677](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a3f26778a15ebb98d59f3e0e8b00c93ccd9d103b))
11
+
12
+
13
+ ### 🚀 Chore | 构建/工程依赖/工具
14
+
15
+ * **release:** 0.4.100 ([a5011bd](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a5011bdbd270ca25f1bad5c8810ed09aa57acc8a))
16
+ * **release:** 0.4.101 ([b11e2f2](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/b11e2f2010788ecf361fd3fc1422ab174e12ff66))
17
+ * **release:** 0.4.102 ([5097ac4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5097ac4518ed9a183e6aec70e4d6a1aab23d377c))
18
+ * **release:** 0.4.96 ([6c57580](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/6c57580817ba531dca9766e81cd0407a22b29f51))
19
+ * **release:** 0.4.97 ([439e96b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/439e96b6686c892d92ed0b81fc44779dd161d7d6))
20
+ * **release:** 0.4.98 ([90a92f8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/90a92f88f80e553339e5aca837d773609e7d9b70))
21
+ * **release:** 0.4.99 ([ddc75ba](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ddc75baabd0a8bc306d4d322181d900ab818f3bd))
22
+
23
+
24
+ ### ✨ Features | 新功能
25
+
26
+ * area 支持 key ([dfded5b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/dfded5bbf79cf894c5815cadb76509c0def5b736))
27
+ * empty page ([347e48f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/347e48f6fdb66b397a3c268c289f6235e12b77ef))
28
+ * 兼容布局 ([7b50990](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/7b50990b737c4a1d7a1ebf05f1b5c49194709dec))
29
+ * 屏蔽字段 ([fb1e476](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/fb1e4762822aa2009604a5625c4761a6d8e4f097))
30
+ * 新增数据 ([abab3d2](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/abab3d2467b033132fbd06819f9c17dbeaa5d1bb))
31
+
32
+ ### [0.4.102](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.101...v0.4.102) (2025-05-09)
33
+
5
34
  ### [0.4.101](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.100...v0.4.101) (2025-05-09)
6
35
 
7
36
 
@@ -28,9 +28,9 @@
28
28
  <template v-if="mode === 'image'">
29
29
  <wd-img
30
30
  :src="innerValue"
31
- :width="imageWidth"
31
+ :width="transformValueUnit(imageWidth)"
32
32
  :mode="imageHeight ? 'aspectFill' : 'widthFix'"
33
- :height="imageHeight ? imageHeight : 'auto'"
33
+ :height="imageHeight ? transformValueUnit(imageHeight) : 'auto'"
34
34
  />
35
35
  </template>
36
36
  <template v-else>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.101",
3
+ "version": "0.4.103",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],