@tplc/business 0.7.42 → 0.7.43
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,13 @@
|
|
|
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.7.43](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v1.0.24...v0.7.43) (2026-01-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* **lcb-product-item, wd-img:** add titleOnImg prop to lcb-product-item and retain showMenuByLongpress in wd-img component ([3e40709](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/3e40709a04a4f7a7a8ab680d44eee7cfe27dab00))
|
|
11
|
+
|
|
5
12
|
### [0.7.42](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v1.0.23...v0.7.42) (2026-01-04)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -550,12 +550,10 @@ const titleOnImgTextStyle = computed(() => {
|
|
|
550
550
|
<ItemValue prop="scribePriceSuffix" />
|
|
551
551
|
</view>
|
|
552
552
|
<view class="flex gap-0.5 items-end" v-if="priceVisible && isNumber(price)">
|
|
553
|
+
<ItemValue prop="pricePrefix" />
|
|
553
554
|
<ItemValue prop="priceUnit" />
|
|
554
|
-
<
|
|
555
|
-
|
|
556
|
-
<ItemValue prop="price" />
|
|
557
|
-
<ItemValue prop="priceSuffix" />
|
|
558
|
-
</view>
|
|
555
|
+
<ItemValue prop="price" />
|
|
556
|
+
<ItemValue prop="priceSuffix" />
|
|
559
557
|
</view>
|
|
560
558
|
</view>
|
|
561
559
|
<ItemValue prop="priceTips">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tplc/business",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.43",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"业务组件"
|
|
6
6
|
],
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"vue": ">=3.2.47",
|
|
14
|
-
"@tplc/wot": "1.0.
|
|
14
|
+
"@tplc/wot": "1.0.24"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": ">=18",
|