uview-plus 3.4.28 → 3.4.30

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.
@@ -82,6 +82,11 @@ export const props = defineMixin({
82
82
  type: String,
83
83
  default: () => defProps.tag.icon,
84
84
  },
85
+ // 图标颜色
86
+ iconColor: {
87
+ type: String,
88
+ default: () => defProps.tag.iconColor,
89
+ },
85
90
  // 自定义尺寸字体大小
86
91
  textSize: {
87
92
  type: String,
package/index.js CHANGED
@@ -19,6 +19,8 @@ import debounce from './libs/function/debounce.js'
19
19
  import throttle from './libs/function/throttle.js'
20
20
  // 浮点计算
21
21
  import calc from './libs/function/calc.js'
22
+ // 浮点计算
23
+ import digit from './libs/function/digit.js'
22
24
  // 公共文件写入的方法
23
25
  import index from './libs/function/index.js'
24
26
 
@@ -38,7 +40,7 @@ import http from './libs/function/http.js'
38
40
 
39
41
  // 导出
40
42
  let themeType = ['primary', 'success', 'error', 'warning', 'info'];
41
- export { route, http, debounce, throttle, calc, platform, themeType, mixin, mpMixin, props, color, test, zIndex }
43
+ export { route, http, debounce, throttle, calc, digit, platform, themeType, mixin, mpMixin, props, color, test, zIndex }
42
44
  export * from './libs/function/index.js'
43
45
  export * from './libs/function/colorGradient.js'
44
46
 
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.4.28",
5
+ "version": "3.4.30",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水。",
7
7
  "keywords": [
8
8
  "uview",