@tplc/business 0.4.126 → 0.4.128

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,51 @@
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.128](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.126...v0.4.128) (2025-06-15)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 修改card问题 ([f64c8a7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f64c8a7caf4450862f60c366ac333336ae6d5827))
11
+ * 修改图片地址 ([e713149](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e7131493ade2f760285c81e87242fce5ccdf02ac))
12
+
13
+
14
+ ### 🚀 Chore | 构建/工程依赖/工具
15
+
16
+ * **release:** 0.4.127 ([ac4edba](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ac4edbafabd30501a6bb7e339d245f05516c20dc))
17
+
18
+ ### [0.4.127](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.120...v0.4.127) (2025-06-13)
19
+
20
+
21
+ ### 🐛 Bug Fixes | Bug 修复
22
+
23
+ * copyChildrenChangeId ([f6f600c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f6f600ce51b734657039bc78a0c444fb14a66710))
24
+
25
+
26
+ ### 🚀 Chore | 构建/工程依赖/工具
27
+
28
+ * **release:** 0.4.121 ([882ff1a](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/882ff1a7914b286cbb086661199d081b19f05862))
29
+ * **release:** 0.4.122 ([7c4a399](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/7c4a39973de37d449d61f5e83ccd423075e6f4b1))
30
+ * **release:** 0.4.123 ([5a72bdf](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5a72bdf183ccdbc7b324e8fd3d33b89929a19e52))
31
+ * **release:** 0.4.124 ([8994546](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/899454694eb43fa613dd276c471ec75e60fecfcf))
32
+ * **release:** 0.4.125 ([fb0469c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/fb0469ca1e85b00d38fdfdd72034f29acedfc214))
33
+ * **release:** 0.4.126 ([218aa7e](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/218aa7eec1f1ca44c932d36d3af06a0f401be7b0))
34
+
35
+
36
+ ### ✨ Features | 新功能
37
+
38
+ * loginOut ([00a843f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/00a843fd3cfa0b1b1286ee6eaf09c84159d35fb0))
39
+ * update version ([895d74e](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/895d74e5abe6984c633071c320051883e0f9da06))
40
+ * update version ([ce2daf3](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ce2daf34dbb5c69b69514a15346fe2907199a276))
41
+ * 修复复制问题 ([ce63ed0](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ce63ed00076e7687114320004a4f939ca08b0f3a))
42
+ * 修改card问题 ([f64c8a7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f64c8a7caf4450862f60c366ac333336ae6d5827))
43
+ * 修改图片地址 ([e713149](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e7131493ade2f760285c81e87242fce5ccdf02ac))
44
+ * 支持小程序provider ([9ed5502](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9ed550208b2fa5d90beb32238f170afef3723211))
45
+ * 支持调整list border ([bbf541d](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/bbf541d2bcf46c99cd190c955d1ede2de46b1671))
46
+ * 新增数据 ([d162dec](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d162decf41744c97cf6c62182f6363f5d089ae46))
47
+ * 新增边框模式 ([cf9cc02](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/cf9cc027d2442facf6d27cec91907b7c489dcfe6))
48
+ * 类型调整 ([10e87ef](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/10e87efe6511eb751ac3480ba3c1b4fab1c20df0))
49
+
5
50
  ### [0.4.126](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.125...v0.4.126) (2025-06-12)
6
51
 
7
52
 
@@ -397,8 +397,8 @@ const blockProps = computed(() => {
397
397
  :style="{
398
398
  width: `${itemWidth}rpx`,
399
399
  marginLeft: index === 0 ? 0 : `${gap}rpx`,
400
+ height: '100%',
400
401
  }"
401
- class="h-full"
402
402
  >
403
403
  <slot name="item" :item="item">
404
404
  <lcb-absolute-config-layout
@@ -412,7 +412,7 @@ const blockProps = computed(() => {
412
412
  />
413
413
  <lcb-product-item
414
414
  v-else
415
- className="h-full"
415
+ className="h-full box-border"
416
416
  v-bind="{ ...item, ...$props, ...attrs }"
417
417
  :coverImgStyle="{
418
418
  width: layoutType === 'vertical' ? '100%' : transformValueUnit(imageWidth),
@@ -124,7 +124,7 @@ const itemStyle = computed(() => {
124
124
  <view
125
125
  v-if="layoutType === 'horizontal'"
126
126
  :class="className"
127
- class="flex flex-col gap-1 px-2 bg-white relative overflow-clip"
127
+ class="flex flex-col gap-1 px-2 bg-white relative overflow-clip box-border"
128
128
  :style="itemStyle"
129
129
  >
130
130
  <slot name="itemSection" />
@@ -278,7 +278,7 @@ const itemStyle = computed(() => {
278
278
  <!-- 竖向布局 -->
279
279
  <view
280
280
  v-if="layoutType === 'vertical'"
281
- class="flex bg-white relative overflow-hidden"
281
+ class="flex bg-white relative overflow-hidden box-border"
282
282
  :class="className"
283
283
  :style="itemStyle"
284
284
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.126",
3
+ "version": "0.4.128",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],