@tplc/business 0.4.161 → 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 +46 -0
- package/components/lcb-block/lcb-block.vue +1 -0
- package/components/lcb-block/types.ts +1 -0
- package/components/lcb-room-calendar/lcb-room-calendar.vue +9 -3
- package/components/lcb-title/types.ts +3 -3
- package/package.json +1 -1
- package/types/components/lcb-block/types.d.ts +1 -0
- package/types/components/lcb-list/lcb-list.vue.d.ts +1 -0
- package/types/components/lcb-title/types.d.ts +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,52 @@
|
|
|
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
|
+
|
|
30
|
+
### [0.4.162](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.92...v0.4.162) (2025-07-16)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### 🚀 Chore | 构建/工程依赖/工具
|
|
34
|
+
|
|
35
|
+
* **release:** 0.4.155 ([605f0ee](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/605f0eef84c270217dee31ea035a2139ed033fd4))
|
|
36
|
+
* **release:** 0.4.156 ([1cd33f4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/1cd33f46f11c255a7cea1cf082113903eff58caa))
|
|
37
|
+
* **release:** 0.4.157 ([7b7bd1c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/7b7bd1c6bdcb3e21edd54c9272d7e15a0a055a97))
|
|
38
|
+
* **release:** 0.4.158 ([e1f6f9b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e1f6f9b0b9e4c48c4e935c2d4c0b08b4db4c319b))
|
|
39
|
+
* **release:** 0.4.159 ([39eacda](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/39eacda6bfd87d698edbfffdc19db91630a412e2))
|
|
40
|
+
* **release:** 0.4.160 ([90767e4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/90767e45312f08c929681e80519f44cb836b84ba))
|
|
41
|
+
* **release:** 0.4.161 ([9a2d2c2](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9a2d2c2cf5ac80bdc415edf88cedbf31caf207da))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### ✨ Features | 新功能
|
|
45
|
+
|
|
46
|
+
* nav ([9d145b7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9d145b710c31c1ff0baa42aa2cc27f09ff905ea3))
|
|
47
|
+
* nav页面 ([53b45b0](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/53b45b0551d117641c9fd715028223caa6d9950a))
|
|
48
|
+
* 新增index ([0632409](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/06324097a0d2103a9d055c4c3b4c137be4537eb5))
|
|
49
|
+
* 调整cell inner ([5b3b603](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5b3b60325a7db199e209cc560bdc92b77744a244))
|
|
50
|
+
|
|
5
51
|
### [0.4.161](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.160...v0.4.161) (2025-07-14)
|
|
6
52
|
|
|
7
53
|
### [0.4.160](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.159...v0.4.160) (2025-07-14)
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
v-if="list.length"
|
|
9
9
|
>
|
|
10
10
|
<view class="p-1 pt-3 box-border">
|
|
11
|
-
<view
|
|
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
|
|
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>
|
|
@@ -53,7 +59,7 @@
|
|
|
53
59
|
<view class="day-info-top">{{ item.total ? `余${item.total}` : '满房' }}</view>
|
|
54
60
|
<view class="day-info-bottom mt-1.5">
|
|
55
61
|
<view v-if="item.pp">
|
|
56
|
-
<text>{{ item.dp || item.sp ? '
|
|
62
|
+
<text>{{ item.dp || item.sp ? '售:' : '' }}¥{{ item.pp }}/</text>
|
|
57
63
|
<text class="text-2.5">起</text>
|
|
58
64
|
</view>
|
|
59
65
|
<view v-if="item.dp">
|
|
@@ -6,7 +6,7 @@ export interface LcbTitleProps
|
|
|
6
6
|
Omit<LcbIconProps, 'color' | 'customStyle' | 'size'> {
|
|
7
7
|
/** 副标题 */
|
|
8
8
|
title: string
|
|
9
|
-
titleKeyFromUser?:
|
|
9
|
+
titleKeyFromUser?: boolean
|
|
10
10
|
fontWeight?: number
|
|
11
11
|
action?: LcbActionViewProps
|
|
12
12
|
justify?:
|
|
@@ -17,7 +17,7 @@ export interface LcbTitleProps
|
|
|
17
17
|
| 'justify-around'
|
|
18
18
|
|
|
19
19
|
hint?: string
|
|
20
|
-
hintKeyFromUser?:
|
|
20
|
+
hintKeyFromUser?: boolean
|
|
21
21
|
hintColor?: string
|
|
22
22
|
hintFontSize?: number
|
|
23
23
|
hintVerticalAlign?: 'end' | 'center'
|
|
@@ -30,7 +30,7 @@ export interface LcbTitleProps
|
|
|
30
30
|
moreFontSize?: number
|
|
31
31
|
moreText?: string
|
|
32
32
|
moreVerticalAlign?: 'end' | 'center'
|
|
33
|
-
moreKeyFromUser?:
|
|
33
|
+
moreKeyFromUser?: boolean
|
|
34
34
|
iconColor?: string
|
|
35
35
|
iconRight?: number
|
|
36
36
|
iconSize?: number
|
package/package.json
CHANGED
|
@@ -24,6 +24,7 @@ declare const __VLS_component: import('vue').DefineComponent<
|
|
|
24
24
|
color: string
|
|
25
25
|
customStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null
|
|
26
26
|
customClass: string
|
|
27
|
+
zIndex: number
|
|
27
28
|
radius: number
|
|
28
29
|
backgroundImage: string
|
|
29
30
|
imageRadius: number
|
|
@@ -6,7 +6,7 @@ export interface LcbTitleProps
|
|
|
6
6
|
Omit<LcbIconProps, 'color' | 'customStyle' | 'size'> {
|
|
7
7
|
/** 副标题 */
|
|
8
8
|
title: string
|
|
9
|
-
titleKeyFromUser?:
|
|
9
|
+
titleKeyFromUser?: boolean
|
|
10
10
|
fontWeight?: number
|
|
11
11
|
action?: LcbActionViewProps
|
|
12
12
|
justify?:
|
|
@@ -16,7 +16,7 @@ export interface LcbTitleProps
|
|
|
16
16
|
| 'justify-between'
|
|
17
17
|
| 'justify-around'
|
|
18
18
|
hint?: string
|
|
19
|
-
hintKeyFromUser?:
|
|
19
|
+
hintKeyFromUser?: boolean
|
|
20
20
|
hintColor?: string
|
|
21
21
|
hintFontSize?: number
|
|
22
22
|
hintVerticalAlign?: 'end' | 'center'
|
|
@@ -28,7 +28,7 @@ export interface LcbTitleProps
|
|
|
28
28
|
moreFontSize?: number
|
|
29
29
|
moreText?: string
|
|
30
30
|
moreVerticalAlign?: 'end' | 'center'
|
|
31
|
-
moreKeyFromUser?:
|
|
31
|
+
moreKeyFromUser?: boolean
|
|
32
32
|
iconColor?: string
|
|
33
33
|
iconRight?: number
|
|
34
34
|
iconSize?: number
|