@tplc/business 0.4.162 → 0.4.163

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,31 @@
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.163](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.154...v0.4.163) (2025-07-18)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.1.92 ([fc7edda](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/fc7edda05581d622de73c354e3ce605c986d8882))
11
+ * **release:** 0.4.155 ([605f0ee](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/605f0eef84c270217dee31ea035a2139ed033fd4))
12
+ * **release:** 0.4.156 ([1cd33f4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/1cd33f46f11c255a7cea1cf082113903eff58caa))
13
+ * **release:** 0.4.157 ([7b7bd1c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/7b7bd1c6bdcb3e21edd54c9272d7e15a0a055a97))
14
+ * **release:** 0.4.158 ([e1f6f9b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e1f6f9b0b9e4c48c4e935c2d4c0b08b4db4c319b))
15
+ * **release:** 0.4.159 ([39eacda](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/39eacda6bfd87d698edbfffdc19db91630a412e2))
16
+ * **release:** 0.4.160 ([90767e4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/90767e45312f08c929681e80519f44cb836b84ba))
17
+ * **release:** 0.4.161 ([9a2d2c2](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9a2d2c2cf5ac80bdc415edf88cedbf31caf207da))
18
+ * **release:** 0.4.162 ([ba2a259](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ba2a259ebdb1c38e8b4b2d37153638085a701ffe))
19
+
20
+
21
+ ### ✨ Features | 新功能
22
+
23
+ * full ([78257d3](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/78257d345323092fbf088ed3f95f490114a7e2c2))
24
+ * nav ([9d145b7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9d145b710c31c1ff0baa42aa2cc27f09ff905ea3))
25
+ * nav页面 ([53b45b0](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/53b45b0551d117641c9fd715028223caa6d9950a))
26
+ * 新增index ([0632409](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/06324097a0d2103a9d055c4c3b4c137be4537eb5))
27
+ * 调整cell inner ([5b3b603](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5b3b60325a7db199e209cc560bdc92b77744a244))
28
+ * 调整ds ([41c69d5](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/41c69d5cf71f10d266c6cff16b56a023d40b97b4))
29
+
5
30
  ### [0.4.162](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.92...v0.4.162) (2025-07-16)
6
31
 
7
32
 
@@ -8,7 +8,9 @@
8
8
  v-if="list.length"
9
9
  >
10
10
  <view class="p-1 pt-3 box-border">
11
- <view class="flex justify-between items-center text-white pl-2 pr-1.5 box-border w-full">
11
+ <view
12
+ class="flex justify-between items-center text-white pl-2 pr-1.5 box-border w-full min-h-4"
13
+ >
12
14
  <lcb-action-view
13
15
  v-bind="titleLink"
14
16
  custom-class="!flex !items-center !justify-center gap-1.5"
@@ -16,7 +18,11 @@
16
18
  <wd-icon :name="calendarIcon" class-prefix="lcb" size="30rpx" v-if="calendarIcon" />
17
19
  {{ title }}
18
20
  </lcb-action-view>
19
- <lcb-action-view v-bind="link" custom-class="!flex !items-center !justify-center gap-1.5">
21
+ <lcb-action-view
22
+ v-bind="link"
23
+ custom-class="!flex !items-center !justify-center gap-1.5"
24
+ v-if="linkTitle"
25
+ >
20
26
  <view class="font-bold text-3.5">{{ linkTitle }}</view>
21
27
  <wd-icon name="a-xingzhuang97" class-prefix="lcb" size="22rpx" />
22
28
  </lcb-action-view>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.162",
3
+ "version": "0.4.163",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],