@tplc/business 0.4.93 → 0.4.95

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,25 @@
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.95](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.94...v0.4.95) (2025-05-06)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 字段key变更 ([d2f8ab8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d2f8ab85bf972f508ca06f047cb1285402186ad3))
11
+
12
+
13
+ ### 🐛 Bug Fixes | Bug 修复
14
+
15
+ * 修复字段没显示 ([bebd4aa](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/bebd4aacaa7d13054e9567c63e2f482ed6b95622))
16
+
17
+ ### [0.4.94](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.93...v0.4.94) (2025-05-06)
18
+
19
+
20
+ ### ✨ Features | 新功能
21
+
22
+ * 富文本 空 p -> br ([0e27a84](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/0e27a84230204572d3bac780b99751d5a440720b))
23
+
5
24
  ### [0.4.93](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.85...v0.4.93) (2025-05-06)
6
25
 
7
26
 
@@ -28,6 +28,9 @@
28
28
  <template v-if="mode === 'image'">
29
29
  <wd-img :src="innerValue" :width="imageWidth" :height="imageHeight" mode="aspectFit" />
30
30
  </template>
31
+ <template v-else>
32
+ {{ innerValue }}
33
+ </template>
31
34
  </view>
32
35
  </lcb-action-view>
33
36
  </lcb-block>
@@ -116,9 +116,9 @@
116
116
  />
117
117
  </view>
118
118
  <lcb-search-history
119
- :historyKey="historyKey"
120
119
  v-if="historyKey"
121
120
  ref="searchHistoryRef"
121
+ :storageKey="historyKey"
122
122
  @select="onSelect"
123
123
  />
124
124
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.93",
3
+ "version": "0.4.95",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],