@tplc/business 0.4.52 → 0.4.53
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,27 @@
|
|
|
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.53](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.47...v0.4.53) (2025-04-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### 🚀 Chore | 构建/工程依赖/工具
|
|
9
|
+
|
|
10
|
+
* **release:** 0.4.48 ([d31479c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d31479c3c006152b08307c1b1d706336e3b22530))
|
|
11
|
+
* **release:** 0.4.49 ([baafb8a](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/baafb8ac60fd565e27824bc49a81a447f566e75c))
|
|
12
|
+
* **release:** 0.4.50 ([015bb4b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/015bb4b3dbd89ea206d6443cd820dc1e195de926))
|
|
13
|
+
* **release:** 0.4.51 ([e78ec4b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e78ec4b1d0dfc1937fc121d7606ce91431d487f9))
|
|
14
|
+
* **release:** 0.4.52 ([8aafc70](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/8aafc70b69345664393c45bbcb0e8c6e748309f8))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### ✨ Features | 新功能
|
|
18
|
+
|
|
19
|
+
* 新增area ([8a3df72](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/8a3df72657f66016d22dd3d8a47ca45a7230a502))
|
|
20
|
+
* 兼容数据 ([acaf31b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/acaf31bd203f7725a139bc2e2e312debb00ce7dd))
|
|
21
|
+
* 支持动态数据 ([03dcc17](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/03dcc1731db0e756a5ff098a91c2cee31f63c139))
|
|
22
|
+
* 暂时提交arfea ([a26b628](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a26b628e8942b51e8b0baad4d798990569c0dc7f))
|
|
23
|
+
* 调整area ([90bf01b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/90bf01b9309537cc73493ec5366ea750fd7a1a9d))
|
|
24
|
+
* 调整图片 ([227c350](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/227c350287e154ee1bb30c6689cd64a8a97642f2))
|
|
25
|
+
|
|
5
26
|
### [0.4.52](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.51...v0.4.52) (2025-04-02)
|
|
6
27
|
|
|
7
28
|
|
|
@@ -164,7 +164,7 @@ const value = computed(() => {
|
|
|
164
164
|
</view>
|
|
165
165
|
</slot>
|
|
166
166
|
<slot :value="value" v-if="prop === 'titleIcon'" name="titleIcon">
|
|
167
|
-
<view :class="className" :style="style" class="inline-flex
|
|
167
|
+
<view :class="className" :style="style" class="inline-flex mr-1">
|
|
168
168
|
<wd-img :src="itemProps.titleIcon" width="12px" height="12px" />
|
|
169
169
|
</view>
|
|
170
170
|
</slot>
|
|
@@ -144,12 +144,12 @@ const itemStyle = computed(() => {
|
|
|
144
144
|
<ItemValue prop="productName">
|
|
145
145
|
<!-- <template #productName="{ value }"><slot name="productName" :value="value" /></template> -->
|
|
146
146
|
</ItemValue>
|
|
147
|
-
<ItemValue prop="level">
|
|
148
|
-
<!-- <template #level="{ value }"><slot name="level" :value="value" /></template> -->
|
|
149
|
-
</ItemValue>
|
|
150
147
|
<ItemValue prop="titleIcon">
|
|
151
148
|
<!-- <template #titleIcon="{ value }"><slot name="titleIcon" :value="value" /></template> -->
|
|
152
149
|
</ItemValue>
|
|
150
|
+
<ItemValue prop="level">
|
|
151
|
+
<!-- <template #level="{ value }"><slot name="level" :value="value" /></template> -->
|
|
152
|
+
</ItemValue>
|
|
153
153
|
</view>
|
|
154
154
|
|
|
155
155
|
<view class="flex gap-1 items-center">
|
|
@@ -287,12 +287,12 @@ const itemStyle = computed(() => {
|
|
|
287
287
|
<ItemValue prop="productName">
|
|
288
288
|
<!-- <template #productName="{ value }"><slot name="productName" :value="value" /></template> -->
|
|
289
289
|
</ItemValue>
|
|
290
|
-
<ItemValue prop="level">
|
|
291
|
-
<!-- <template #level="{ value }"><slot name="level" :value="value" /></template> -->
|
|
292
|
-
</ItemValue>
|
|
293
290
|
<ItemValue prop="titleIcon">
|
|
294
291
|
<!-- <template #titleIcon="{ value }"><slot name="titleIcon" :value="value" /></template> -->
|
|
295
292
|
</ItemValue>
|
|
293
|
+
<ItemValue prop="level">
|
|
294
|
+
<!-- <template #level="{ value }"><slot name="level" :value="value" /></template> -->
|
|
295
|
+
</ItemValue>
|
|
296
296
|
</view>
|
|
297
297
|
|
|
298
298
|
<view class="flex gap-1 items-center">
|
|
@@ -102,24 +102,26 @@
|
|
|
102
102
|
</view>
|
|
103
103
|
</view>
|
|
104
104
|
<view id="searchPagingTop"></view>
|
|
105
|
-
<
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
105
|
+
<template v-if="mode === 'search'">
|
|
106
|
+
<view
|
|
107
|
+
class="fixed left-0 w-full z-2 bg-white"
|
|
108
|
+
:style="{ height: height, top: top }"
|
|
109
|
+
v-if="form?.keywords && productTypeList && top"
|
|
110
|
+
>
|
|
111
|
+
<lcb-search-list
|
|
112
|
+
:productTypeList="productTypeList"
|
|
113
|
+
@select="onSelect"
|
|
114
|
+
:height="height"
|
|
115
|
+
ref="searchListRef"
|
|
116
|
+
/>
|
|
117
|
+
</view>
|
|
118
|
+
<lcb-search-history
|
|
119
|
+
:historyKey="historyKey"
|
|
120
|
+
v-if="historyKey"
|
|
121
|
+
ref="searchHistoryRef"
|
|
112
122
|
@select="onSelect"
|
|
113
|
-
:height="height"
|
|
114
|
-
ref="searchListRef"
|
|
115
123
|
/>
|
|
116
|
-
</
|
|
117
|
-
<lcb-search-history
|
|
118
|
-
:historyKey="historyKey"
|
|
119
|
-
v-if="historyKey"
|
|
120
|
-
ref="searchHistoryRef"
|
|
121
|
-
@select="onSelect"
|
|
122
|
-
/>
|
|
124
|
+
</template>
|
|
123
125
|
</template>
|
|
124
126
|
|
|
125
127
|
<script setup lang="ts">
|