@tplc/business 0.4.161 → 0.4.162

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.162](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.92...v0.4.162) (2025-07-16)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.4.155 ([605f0ee](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/605f0eef84c270217dee31ea035a2139ed033fd4))
11
+ * **release:** 0.4.156 ([1cd33f4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/1cd33f46f11c255a7cea1cf082113903eff58caa))
12
+ * **release:** 0.4.157 ([7b7bd1c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/7b7bd1c6bdcb3e21edd54c9272d7e15a0a055a97))
13
+ * **release:** 0.4.158 ([e1f6f9b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e1f6f9b0b9e4c48c4e935c2d4c0b08b4db4c319b))
14
+ * **release:** 0.4.159 ([39eacda](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/39eacda6bfd87d698edbfffdc19db91630a412e2))
15
+ * **release:** 0.4.160 ([90767e4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/90767e45312f08c929681e80519f44cb836b84ba))
16
+ * **release:** 0.4.161 ([9a2d2c2](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9a2d2c2cf5ac80bdc415edf88cedbf31caf207da))
17
+
18
+
19
+ ### ✨ Features | 新功能
20
+
21
+ * nav ([9d145b7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9d145b710c31c1ff0baa42aa2cc27f09ff905ea3))
22
+ * nav页面 ([53b45b0](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/53b45b0551d117641c9fd715028223caa6d9950a))
23
+ * 新增index ([0632409](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/06324097a0d2103a9d055c4c3b4c137be4537eb5))
24
+ * 调整cell inner ([5b3b603](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5b3b60325a7db199e209cc560bdc92b77744a244))
25
+
5
26
  ### [0.4.161](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.160...v0.4.161) (2025-07-14)
6
27
 
7
28
  ### [0.4.160](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.159...v0.4.160) (2025-07-14)
@@ -15,6 +15,7 @@
15
15
  fontSize: transformValueUnit(fontSize),
16
16
  fontWeight,
17
17
  borderColor,
18
+ zIndex,
18
19
  borderWidth: transformValueUnit(borderWidth),
19
20
  boxShadow:
20
21
  shadowColor && shadowSize ? `0px 0px ${blurSize}px ${shadowSize}px ${shadowColor}` : '',
@@ -25,6 +25,7 @@ export interface LcbBlockProps {
25
25
  paddingBottom?: number
26
26
  paddingLeft?: number
27
27
  paddingRight?: number
28
+ zIndex?: number
28
29
 
29
30
  color?: string
30
31
  fontSize?: number
@@ -53,7 +53,7 @@
53
53
  <view class="day-info-top">{{ item.total ? `余${item.total}` : '满房' }}</view>
54
54
  <view class="day-info-bottom mt-1.5">
55
55
  <view v-if="item.pp">
56
- <text>{{ item.dp || item.sp ? '销:' : '' }}¥{{ item.pp }}/</text>
56
+ <text>{{ item.dp || item.sp ? '售:' : '' }}¥{{ item.pp }}/</text>
57
57
  <text class="text-2.5">起</text>
58
58
  </view>
59
59
  <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?: string
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?: string
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?: string
33
+ moreKeyFromUser?: boolean
34
34
  iconColor?: string
35
35
  iconRight?: number
36
36
  iconSize?: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.161",
3
+ "version": "0.4.162",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],
@@ -24,6 +24,7 @@ export interface LcbBlockProps {
24
24
  paddingBottom?: number
25
25
  paddingLeft?: number
26
26
  paddingRight?: number
27
+ zIndex?: number
27
28
  color?: string
28
29
  fontSize?: number
29
30
  fontWeight?: number
@@ -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?: string
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?: string
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?: string
31
+ moreKeyFromUser?: boolean
32
32
  iconColor?: string
33
33
  iconRight?: number
34
34
  iconSize?: number