@tplc/business 0.2.8 → 0.2.10
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 +36 -0
- package/action.d.ts +1 -1
- package/components/lcb-action-view/lcb-action-view.vue +1 -0
- package/components/lcb-banner-block/lcb-banner-block.vue +11 -4
- package/components/lcb-banner-block/types.ts +2 -0
- package/components/lcb-image/Image/index.vue +1 -1
- package/package.json +1 -1
- package/types/components/lcb-banner-block/types.d.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,42 @@
|
|
|
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.2.10](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.8...v0.2.10) (2024-12-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### 🚀 Chore | 构建/工程依赖/工具
|
|
9
|
+
|
|
10
|
+
* **release:** 0.2.9 ([9016b1b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9016b1b131b6ad5d71512c0bcdf6f20ead4ade60))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### ✨ Features | 新功能
|
|
14
|
+
|
|
15
|
+
* banner-block link ([2bfcf31](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/2bfcf31919a2c018649362d61f78def9d8f6b99a))
|
|
16
|
+
* hotlink ([273704d](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/273704da5ea012c137eda1a4841c6671928e2b3f))
|
|
17
|
+
* vip 兼容ios ([dc94817](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/dc94817b76dbeb9497837c6859da87c152794d0d))
|
|
18
|
+
|
|
19
|
+
### [0.2.9](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.4...v0.2.9) (2024-12-03)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### 🚀 Chore | 构建/工程依赖/工具
|
|
23
|
+
|
|
24
|
+
* **release:** 0.2.5 ([5797df3](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5797df343ccc58359eadbc111e41703cc8171ccf))
|
|
25
|
+
* **release:** 0.2.6 ([a8026f3](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a8026f3a73e5688e212de41b0070004c9de28784))
|
|
26
|
+
* **release:** 0.2.7 ([fbce00d](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/fbce00d2da3f5ffbef05b3979542196818e0a828))
|
|
27
|
+
* **release:** 0.2.8 ([9fd20fd](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9fd20fd3e51e9418532c045de855ee6a89807e3c))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### ✨ Features | 新功能
|
|
31
|
+
|
|
32
|
+
* hotlink ([273704d](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/273704da5ea012c137eda1a4841c6671928e2b3f))
|
|
33
|
+
* version update ([4783224](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/47832248c1dad6d90b7abc95fdecfc091ea5ad71))
|
|
34
|
+
* vip 兼容ios ([dc94817](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/dc94817b76dbeb9497837c6859da87c152794d0d))
|
|
35
|
+
* 新增lcb-search params ([f80d853](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f80d853bfb96c24f09ea16b054ee8e83cc18690e))
|
|
36
|
+
* 新增map ([4e97876](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/4e97876c4f74632bb3b2c7c106a21024d33d57bd))
|
|
37
|
+
* 更新发布指令 ([308d4e5](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/308d4e57457e38a85478016811984f1075e76dfc))
|
|
38
|
+
* 订单跳转 ([3e89c5c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/3e89c5c21b20c200e75037422ff3d9453b80225b))
|
|
39
|
+
* 调整vip样式 ([0c30720](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/0c30720620a4456c233e62c15e1eb7a0dfb0bda2))
|
|
40
|
+
|
|
5
41
|
### [0.2.8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.7...v0.2.8) (2024-12-03)
|
|
6
42
|
|
|
7
43
|
### [0.2.7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.6...v0.2.7) (2024-12-03)
|
package/action.d.ts
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<lcb-block v-bind="$props">
|
|
3
3
|
<view v-if="styleGroup === 1" class="pl-32rpx">
|
|
4
|
-
<
|
|
4
|
+
<lcb-action-view
|
|
5
|
+
custom-class="!py-42rpx !pr-26rpx !flex justify-between items-center"
|
|
6
|
+
v-bind="link"
|
|
7
|
+
v-if="styleGroup === 1"
|
|
8
|
+
>
|
|
5
9
|
<view class="flex-1 flex items-center">
|
|
6
10
|
<img :src="logo" class="w-60rpx h-60rpx" mode="aspectFit" />
|
|
7
11
|
<view class="ml-32rpx leading-none">
|
|
@@ -10,7 +14,7 @@
|
|
|
10
14
|
</view>
|
|
11
15
|
</view>
|
|
12
16
|
<wd-icon class-prefix="lcb" name="a-xingzhuang97" size="24rpx" color="#666666" />
|
|
13
|
-
</view>
|
|
17
|
+
</lcb-action-view>
|
|
14
18
|
<scroll-view scroll-x class="w-full whitespace-nowrap pb-24rpx">
|
|
15
19
|
<lcb-action-view v-for="(item, index) in items" :key="index" v-bind="item.link">
|
|
16
20
|
<image
|
|
@@ -39,10 +43,13 @@
|
|
|
39
43
|
:imgWidth="(imgWidth || 0) + (itemPadding || 0)"
|
|
40
44
|
:interval="2000"
|
|
41
45
|
/>
|
|
42
|
-
<
|
|
46
|
+
<lcb-action-view
|
|
47
|
+
v-bind="link"
|
|
48
|
+
custom-class="!p-24rpx !text-30rpx text-#333 !flex justify-between items-center"
|
|
49
|
+
>
|
|
43
50
|
<view>{{ title }}</view>
|
|
44
51
|
<wd-icon class-prefix="lcb" name="a-xingzhuang103" size="30rpx" color="#666" />
|
|
45
|
-
</view>
|
|
52
|
+
</lcb-action-view>
|
|
46
53
|
</view>
|
|
47
54
|
</lcb-block>
|
|
48
55
|
</template>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { LcbActionViewProps } from '../lcb-action-view/types'
|
|
1
2
|
import { LcbBlockProps } from '../lcb-block/types'
|
|
2
3
|
import { ActionView } from 'action'
|
|
3
4
|
export interface LcbBannerListProps extends LcbBlockProps {
|
|
@@ -15,4 +16,5 @@ export interface LcbBannerListProps extends LcbBlockProps {
|
|
|
15
16
|
leftIcon?: string
|
|
16
17
|
itemPadding?: number
|
|
17
18
|
imageRadius?: number
|
|
19
|
+
link?: LcbActionViewProps
|
|
18
20
|
}
|
package/package.json
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { LcbActionViewProps } from '../lcb-action-view/types'
|
|
1
2
|
import { LcbBlockProps } from '../lcb-block/types'
|
|
2
3
|
import { ActionView } from 'action'
|
|
3
4
|
export interface LcbBannerListProps extends LcbBlockProps {
|
|
@@ -15,4 +16,5 @@ export interface LcbBannerListProps extends LcbBlockProps {
|
|
|
15
16
|
leftIcon?: string
|
|
16
17
|
itemPadding?: number
|
|
17
18
|
imageRadius?: number
|
|
19
|
+
link?: LcbActionViewProps
|
|
18
20
|
}
|