@tplc/business 0.5.30 → 0.5.32

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,32 @@
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.5.32](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.31...v0.5.32) (2025-10-27)
6
+
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * 修改render-view 引用错误 ([cb23a9a](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/cb23a9a9a949167bfb294b5f807890bcf5d714e1))
11
+
12
+ ### [0.5.31](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.26...v0.5.31) (2025-10-27)
13
+
14
+
15
+ ### 🚀 Chore | 构建/工程依赖/工具
16
+
17
+ * **release:** 0.5.27 ([0c6ddb4](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/0c6ddb46b8db3fbc76f1e7a7e7d4de4d8cb5df3f))
18
+ * **release:** 0.5.28 ([31976c6](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/31976c6abcec573d9b6179a90bb3faffb1d10cb9))
19
+ * **release:** 0.5.29 ([aa3d3bc](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/aa3d3bc71e9c203cf896fade02ed65bac261da18))
20
+ * **release:** 0.5.30 ([e7ead18](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/e7ead18adbe3bcfaef645334c6166175d96347ce))
21
+
22
+
23
+ ### ✨ Features | 新功能
24
+
25
+ * 合并颜色 ([70b9ee6](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/70b9ee691e57cd9895f39b8c66c5a7e22a0f74c1))
26
+ * 支持gap配置 ([9420e0e](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/9420e0e62567719c639dc3daac0c618b432e1c81))
27
+ * 新增render-view ([03b80da](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/03b80da7835eb28fb639046ab247db6f5af63d50))
28
+ * 暂时提交custompopup ([8c1b8b2](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/8c1b8b29eac78d265d045772a4e393ee33353e3e))
29
+ * 调整pageId 获取方式 ([86a8500](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/86a8500019b7ff537ab75f9f4340e6489fe25997))
30
+
5
31
  ### [0.5.30](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.29...v0.5.30) (2025-10-26)
6
32
 
7
33
 
@@ -8,9 +8,7 @@
8
8
  padding: `${transformValueUnit(paddingTop || paddingVertical || 0)} ${transformValueUnit(paddingRight || paddingHorizontal || 0)} ${transformValueUnit(paddingBottom || paddingVertical || 0)} ${transformValueUnit(paddingLeft || paddingHorizontal || 0)}`,
9
9
  borderRadius: `${transformValueUnit(topRadius || radius)} ${transformValueUnit(topRadius || radius)} ${transformValueUnit(bottomRadius || radius)} ${transformValueUnit(bottomRadius || radius)}`,
10
10
  color,
11
- background: backgroundImage
12
- ? `url('${backgroundImage}') ${backgroundPosition} / ${backgroundSize} ${backgroundRepeat}`
13
- : innerBackgroundColor,
11
+ background: `${backgroundPosition} / ${backgroundSize} ${backgroundRepeat} url('${backgroundImage}'), ${innerBackgroundColor}`,
14
12
  fontSize: transformValueUnit(fontSize),
15
13
  fontWeight,
16
14
  borderColor,
@@ -114,6 +114,9 @@ const containerStyle = computed(() => {
114
114
  :deep(.wd-drop-menu__item-title) {
115
115
  padding: 0rpx 12rpx 0 0;
116
116
  }
117
+ :deep(.wd-drop-item__option) {
118
+ padding: 0 24rpx;
119
+ }
117
120
  :deep(.wd-drop-item__title) {
118
121
  font-size: var(--address-font-size) !important;
119
122
  padding: 0;
@@ -29,7 +29,7 @@
29
29
  :list="element.children"
30
30
  >
31
31
  <template #default="{ item }">
32
- <schema-item :element="item" />
32
+ <lcb-render-view :element="item" />
33
33
  </template>
34
34
  </lcb-area>
35
35
  <lcb-wrapper-list
@@ -39,7 +39,7 @@
39
39
  >
40
40
  <template #default="{ data, list }">
41
41
  <lcb-wrapper-item :data="data" :provide-key="WRAPPER_ITEM_KEY">
42
- <schema-item :element="item" v-for="item in list" :key="item.id" />
42
+ <lcb-render-view :element="item" v-for="item in list" :key="item.id" />
43
43
  </lcb-wrapper-item>
44
44
  </template>
45
45
  </lcb-wrapper-list>
@@ -74,5 +74,3 @@ defineProps<{
74
74
  element: any
75
75
  }>()
76
76
  </script>
77
-
78
- <style lang="scss" scoped></style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.5.30",
3
+ "version": "0.5.32",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],