@tplc/business 0.4.43 → 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,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.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
+
12
+ ### [0.4.44](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.41...v0.4.44) (2025-04-01)
13
+
14
+
15
+ ### 🐛 Bug Fixes | Bug 修复
16
+
17
+ * 修改form 图片连接错误 ([da24213](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/da242135f2626d8e275ad1ed63c0dd5c7846d4dc))
18
+
19
+
20
+ ### 🚀 Chore | 构建/工程依赖/工具
21
+
22
+ * **release:** 0.4.42 ([5b2e8ba](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5b2e8ba0446c4d1f2516a3a17168828340eec387))
23
+ * **release:** 0.4.43 ([fb2962b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/fb2962ba3b43e8cc12364d52c184660a13baf3c0))
24
+
25
+
26
+ ### ✨ Features | 新功能
27
+
28
+ * 修改默认定位 ([de955ed](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/de955ed48add18b9224404217a6adaac3424c347))
29
+ * 定位 ([0451544](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/045154458b16df438faee48015b90148bfcc842f))
30
+ * 新增rate颜色 ([93539fe](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/93539fe8c1bf3235a856717b70980efad916ea79))
31
+ * 日期颜色支持白色 ([08044aa](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/08044aa5af832e3916b4399c140b57c59e970723))
32
+ * 星级配置 ([30ccc30](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/30ccc30da8a56f45f247b56e0743ccf4827ed898))
33
+
5
34
  ### [0.4.43](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.42...v0.4.43) (2025-03-31)
6
35
 
7
36
 
@@ -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
 
@@ -158,7 +158,7 @@ const value = computed(() => {
158
158
  :num="Number(value)"
159
159
  readonly
160
160
  :size="style.fontSize ?? '22rpx'"
161
- :active-color="style?.color ?? 'var(--wot-color-theme)'"
161
+ :active-color="style?.color ?? 'var(--level-color)'"
162
162
  custom-class="!v-inherit"
163
163
  />
164
164
  </view>
@@ -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.43",
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