@tplc/business 0.4.65 → 0.4.66

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,14 @@
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.66](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.65...v0.4.66) (2025-04-08)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * level colver ([a8cf74e](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a8cf74e83723e9d5fe820ea1cd1743e439af7a46))
11
+ * 兼容多行文案 ([466da44](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/466da4433988e497d086c7e02c152492a49b0476))
12
+
5
13
  ### [0.4.65](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.79...v0.4.65) (2025-04-08)
6
14
 
7
15
  ### [0.4.64](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.78...v0.4.64) (2025-04-07)
@@ -151,7 +151,11 @@ const value = computed(() => {
151
151
  </slot>
152
152
 
153
153
  <slot :value="value" v-if="prop === 'level' && value && Number(value)" name="level">
154
- <view :class="className" :style="style" class="inline-flex relative items-center ml-1">
154
+ <view
155
+ :class="className"
156
+ :style="style"
157
+ class="inline-flex relative items-center ml-1 align-text-top"
158
+ >
155
159
  <wd-rate
156
160
  :model-value="Number(value)"
157
161
  :num="Number(value)"
@@ -163,7 +167,7 @@ const value = computed(() => {
163
167
  </view>
164
168
  </slot>
165
169
  <slot :value="value" v-if="prop === 'titleIcon'" name="titleIcon">
166
- <view :class="className" :style="style" class="inline-flex mr-1">
170
+ <view :class="className" :style="style" class="inline-flex ml-1 align-text-top">
167
171
  <wd-img :src="itemProps.titleIcon" width="12px" height="12px" />
168
172
  </view>
169
173
  </slot>
@@ -140,7 +140,7 @@ const itemStyle = computed(() => {
140
140
  <view class="flex flex-col flex-1 text-26rpx overflow-hidden relative">
141
141
  <slot name="contentSection" />
142
142
  <view class="flex flex-col gap-[5px] overflow-hidden">
143
- <view class="text-ellipsis line-clamp-2 flex flex-wrap">
143
+ <view>
144
144
  <ItemValue prop="productName">
145
145
  <!-- <template #productName="{ value }"><slot name="productName" :value="value" /></template> -->
146
146
  </ItemValue>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.65",
3
+ "version": "0.4.66",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],