@tplc/business 0.4.40 → 0.4.42

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,38 @@
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.42](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.38...v0.4.42) (2025-03-31)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.4.39 ([630918a](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/630918a141566b6ebb94900f00c9f213586f1f50))
11
+ * **release:** 0.4.40 ([ebca848](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ebca848bf53a1805f580987b1cde4505d191cc6f))
12
+ * **release:** 0.4.41 ([d9a4289](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d9a4289bd35067631c17608c2404e5c3c0bf3834))
13
+
14
+
15
+ ### 🐛 Bug Fixes | Bug 修复
16
+
17
+ * 修改form 图片连接错误 ([da24213](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/da242135f2626d8e275ad1ed63c0dd5c7846d4dc))
18
+
19
+
20
+ ### ✨ Features | 新功能
21
+
22
+ * copy 新增数据 ([0c4b648](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/0c4b648f09a69205a706da51f03a89f451c0a58c))
23
+ * form 同步 ([b0327eb](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/b0327eb6cd1057698400d54a34270996f89e1f9a))
24
+ * tag颜色 ([5bae6b4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5bae6b4a57dc19c954c949784eca217e4b2080d8))
25
+ * 动态数据跳转 ([0c0cbc9](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/0c0cbc94c0cee42bd4d4f7940c991a5e1cad6c0a))
26
+ * 复制组件 ([e41ef9f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e41ef9f4a5bd2fb352b7692786467b2577a15fdd))
27
+ * 支持copy ([b60e945](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/b60e94517d30ace677f4cbd46f44fb4f92d193b4))
28
+ * 支持修改确认文案 ([7412dd3](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/7412dd3d7dd9ef5cf90867005fcc01d93aa9b8ee))
29
+ * 新增copy ([a5a5d34](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a5a5d34d6904b9536d23fd75114ef1123e44a846))
30
+ * 新增rate颜色 ([93539fe](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/93539fe8c1bf3235a856717b70980efad916ea79))
31
+ * 新增数据 ([d2e3aea](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d2e3aea2bb0bbd1d4a9fb79e243070e2ae2753de))
32
+ * 日期颜色支持白色 ([08044aa](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/08044aa5af832e3916b4399c140b57c59e970723))
33
+ * 星级配置 ([30ccc30](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/30ccc30da8a56f45f247b56e0743ccf4827ed898))
34
+
35
+ ### [0.4.41](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.40...v0.4.41) (2025-03-31)
36
+
5
37
  ### [0.4.40](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.39...v0.4.40) (2025-03-31)
6
38
 
7
39
 
@@ -284,7 +284,7 @@ watch(
284
284
  imgList,
285
285
  (newVal) => {
286
286
  Object.keys(newVal).forEach((key) => {
287
- form.value[key] = newVal[key][0]?.url || newVal[key][0]?.response
287
+ form.value[key] = newVal[key][0]?.response || newVal[key][0]?.url
288
288
  })
289
289
  },
290
290
  { deep: true },
@@ -143,6 +143,7 @@ const value = computed(() => {
143
143
  'inline text-[32rpx] font-bold',
144
144
  `line-clamp-${itemProps.titleLineClamp}`,
145
145
  ]"
146
+ class="mr-1"
146
147
  :style="style"
147
148
  :value="value"
148
149
  >
@@ -151,14 +152,14 @@ const value = computed(() => {
151
152
  </slot>
152
153
 
153
154
  <slot :value="value" v-if="prop === 'level' && value && Number(value)" name="level">
154
- <view :class="className" :style="style" class="inline relative ml-1">
155
+ <view :class="className" :style="style" class="inline relative flex items-center">
155
156
  <wd-rate
156
157
  :model-value="Number(value)"
157
158
  :num="Number(value)"
158
159
  readonly
159
- size="22rpx"
160
- active-color="var(--wot-color-theme)"
161
- custom-class="!v-inherit text-22rpx"
160
+ :size="style.fontSize ?? '22rpx'"
161
+ :active-color="style?.color ?? 'var(--wot-color-theme)'"
162
+ custom-class="!v-inherit"
162
163
  />
163
164
  </view>
164
165
  </slot>
@@ -240,7 +241,7 @@ const value = computed(() => {
240
241
  :key="tag"
241
242
  :custom-class="`!text-22rpx ${className}`"
242
243
  :style="style"
243
- :color="itemProps?.tagContentColor ?? '#434D96'"
244
+ :color="itemProps?.tagContentColor ?? 'var(--primary-color)'"
244
245
  :bg-color="itemProps?.tagBgColor"
245
246
  :plain="itemProps?.tagPlain ?? true"
246
247
  :mark="itemProps?.tagMark ?? false"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.40",
3
+ "version": "0.4.42",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],