uview-plus 3.3.65 → 3.3.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
@@ -1,6 +1,8 @@
1
- ## 3.3.65(2025-02-03
2
- feat: number-box组件新增按钮圆角/按钮宽度/数据框背景色/迷你模式
1
+ ## 3.3.66(2025-02-09
2
+ feat: steps-item增加content插槽
3
3
 
4
+ ## 3.3.65(2025-02-05)
5
+ feat: number-box组件新增按钮圆角/按钮宽度/数据框背景色/迷你模式
4
6
  ## 3.3.64(2025-01-18)
5
7
  feat: 日历组件支持自定义星期文案
6
8
 
@@ -31,12 +31,16 @@
31
31
  </slot>
32
32
  </view>
33
33
  <view class="u-steps-item__content" :class="[`u-steps-item__content--${parentData.direction}`]"
34
- :style="[contentStyle]">
35
- <up-text :text="title" :type="parentData.current == index ? 'main' : 'content'" lineHeight="20px"
36
- :size="parentData.current == index ? 14 : 13"></up-text>
37
- <slot name="desc">
38
- <up-text :text="desc" type="tips" size="12"></up-text>
39
- </slot>
34
+ :style="[contentStyle]">
35
+ <slot name="content">
36
+ </slot>
37
+ <template v-if="!$slots['content']">
38
+ <up-text :text="title" :type="parentData.current == index ? 'main' : 'content'" lineHeight="20px"
39
+ :size="parentData.current == index ? 14 : 13"></up-text>
40
+ <slot name="desc">
41
+ <up-text :text="desc" type="tips" size="12"></up-text>
42
+ </slot>
43
+ </template>
40
44
  </view>
41
45
  <!-- <view
42
46
  class="u-steps-item__line"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "零云®uview-plus3.0重磅发布,全面的Vue3鸿蒙移动组件库。",
5
- "version": "3.3.65",
5
+ "version": "3.3.66",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",