@tplc/business 0.4.44 → 0.4.45

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.4.45](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.44...v0.4.45) (2025-04-01)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * rate 默认颜色 ([5c46ebb](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5c46ebb1477bd42b66b9cfa9f9202b2abcf70235))
11
+
5
12
  ### [0.4.44](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.41...v0.4.44) (2025-04-01)
6
13
 
7
14
 
@@ -147,7 +147,7 @@ const value = computed(() => {
147
147
  :style="style"
148
148
  :value="value"
149
149
  >
150
- {{ value }}
150
+ {{ value }}{{ itemProps.showArea && itemAttrs.cityArea ? `(${itemAttrs.cityArea})` : '' }}
151
151
  </view>
152
152
  </slot>
153
153
 
@@ -6,6 +6,7 @@ export interface LcbProductItemProps {
6
6
  className?: string
7
7
  layoutType?: 'vertical' | 'horizontal'
8
8
  titleLineClamp?: number
9
+ showArea?: string
9
10
  tagOverflowWrap?: boolean
10
11
  tagType?: TagType
11
12
  tagContentColor?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.44",
3
+ "version": "0.4.45",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],
@@ -4,6 +4,7 @@ export interface LcbProductItemProps {
4
4
  className?: string
5
5
  layoutType?: 'vertical' | 'horizontal'
6
6
  titleLineClamp?: number
7
+ showArea?: string
7
8
  tagOverflowWrap?: boolean
8
9
  tagType?: TagType
9
10
  tagContentColor?: string