@tplc/business 0.4.5 → 0.4.6

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,13 @@
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.6](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.5...v0.4.6) (2025-03-24)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 新增过滤属性 ([1550bf8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/1550bf828d51340111c293d3e6e856397d02480f))
11
+
5
12
  ### [0.4.5](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.94...v0.4.5) (2025-03-24)
6
13
 
7
14
 
@@ -11,9 +11,9 @@
11
11
  >
12
12
  <template v-if="date">
13
13
  <text class="whitespace-nowrap">
14
- {{ date.topText }} {{ dayjs(date.date).format('MM-DD') }}
14
+ {{ date.topTextOutside }} {{ dayjs(date.date).format('MM-DD') }}
15
15
  </text>
16
- <view class="text-[var(--font1-color)]">{{ date.price }}</view>
16
+ <view class="text-[var(--font1-color)]">{{ date.buttomText }}</view>
17
17
  <view v-if="date.floorText" class="text-[var(--font2-color)]">
18
18
  {{ date.floorText }}
19
19
  </view>
@@ -22,6 +22,8 @@ export interface HolidayInfo {
22
22
  bottomText?: string
23
23
  date: string
24
24
  floorText?: string
25
+ topTextOutside?: string
26
+ buttomText?: string
25
27
  price: number
26
28
  topText?: string
27
29
  status: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],
@@ -18,6 +18,8 @@ export interface HolidayInfo {
18
18
  bottomText?: string
19
19
  date: string
20
20
  floorText?: string
21
+ topTextOutside?: string
22
+ buttomText?: string
21
23
  price: number
22
24
  topText?: string
23
25
  status: number