@tplc/business 0.4.109 → 0.4.111

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,20 @@
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.111](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.110...v0.4.111) (2025-05-12)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 系统参数变更 ([056e443](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/056e443c95c7cddadf15277ac2114255776a9142))
11
+
12
+ ### [0.4.110](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.84...v0.4.110) (2025-05-11)
13
+
14
+
15
+ ### ✨ Features | 新功能
16
+
17
+ * swiper 兼容小程序pc ([677655c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/677655c96596404322b76258db277d530c66f8e5))
18
+
5
19
  ### [0.4.109](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.108...v0.4.109) (2025-05-11)
6
20
 
7
21
  ### [0.4.108](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.107...v0.4.108) (2025-05-10)
@@ -33,9 +33,9 @@
33
33
  :height="imageHeight ? transformValueUnit(imageHeight) : 'auto'"
34
34
  />
35
35
  </template>
36
- <template v-else>
36
+ <text v-else style="line-height: 1.54">
37
37
  {{ innerValue }}
38
- </template>
38
+ </text>
39
39
  </view>
40
40
  </lcb-action-view>
41
41
  </lcb-block>
@@ -143,7 +143,7 @@ const renderItems = computed(() => {
143
143
  if (item.dependKeyCompareValue) {
144
144
  return `${value}` === `${item.dependKeyCompareValue}`
145
145
  }
146
- return props.reverse ? !value : Boolean(value)
146
+ return item.reverse ? !value : Boolean(value)
147
147
  }
148
148
  return true
149
149
  }) || []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.109",
3
+ "version": "0.4.111",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "peerDependencies": {
13
13
  "vue": ">=3.2.47",
14
- "@tplc/wot": "0.1.83"
14
+ "@tplc/wot": "0.1.84"
15
15
  },
16
16
  "engines": {
17
17
  "node": ">=18",