uview-pro 0.0.11 → 0.0.13

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,3 +1,15 @@
1
+ ## 0.0.13(2025-08-27)
2
+
3
+ ### 🐛 Bug Fixes | Bug 修复
4
+
5
+ - 修复 count-down 组件暴露 start 和 end 方法 ([0f42a01](https://gitee.com/anyup/uView-Pro/commit/0f42a01f55aa6799f57eb93dc5d029b06115b154))
6
+
7
+ ## 0.0.12(2025-08-27)
8
+
9
+ ### 🐛 Bug Fixes | Bug 修复
10
+
11
+ - 优化 async-validator 文件多余注释导致的问题 ([f06c80d](https://gitee.com/anyup/uView-Pro/commit/f06c80d57e61e7b75f1384fe89f309b8a0e379fa))
12
+
1
13
  ## 0.0.11(2025-08-26)
2
14
 
3
15
  ### ♻️ Code Refactoring | 代码重构
@@ -209,6 +209,11 @@ function clearTimer() {
209
209
  timer.value = null;
210
210
  }
211
211
  }
212
+
213
+ defineExpose({
214
+ start,
215
+ end,
216
+ });
212
217
  </script>
213
218
 
214
219
  <style scoped lang="scss">
@@ -1354,4 +1354,3 @@ Schema.warning = warning;
1354
1354
  Schema.messages = messages;
1355
1355
 
1356
1356
  export default Schema;
1357
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-pro",
3
3
  "name": "uview-pro",
4
4
  "displayName": "【Vue3重构版】uView Pro|基于Vue3+TS全面重构的70+精选UI组件库",
5
- "version": "0.0.11",
5
+ "version": "0.0.13",
6
6
  "description": "uView Pro,是全面支持Vue3的uni-app生态框架,70+精选组件已使用TypeScript重构,已全面支持uni-app Vue3.0",
7
7
  "main": "index.ts",
8
8
  "module": "index.ts",
@@ -18,7 +18,9 @@
18
18
  "license": "MIT",
19
19
  "repository": "https://github.com/anyup/uview-pro",
20
20
  "engines": {
21
- "HBuilderX": "^4.07"
21
+ "HBuilderX": "^4.07",
22
+ "uni-app": "^4.07",
23
+ "uni-app-x": ""
22
24
  },
23
25
  "dcloudext": {
24
26
  "type": "component-vue",
@@ -31,62 +33,73 @@
31
33
  }
32
34
  },
33
35
  "contact": {
34
- "qq": ""
36
+ "qq": "491302297"
35
37
  },
36
38
  "declaration": {
37
39
  "ads": "无",
38
40
  "data": "无",
39
41
  "permissions": "无"
40
42
  },
41
- "npmurl": "https://www.npmjs.com/package/uview-pro"
43
+ "npmurl": "https://www.npmjs.com/package/uview-pro",
44
+ "darkmode": "x",
45
+ "i18n": "x",
46
+ "widescreen": "x"
42
47
  },
43
48
  "uni_modules": {
44
49
  "dependencies": [],
45
50
  "encrypt": [],
46
51
  "platforms": {
47
52
  "cloud": {
48
- "tcb": "y",
49
- "aliyun": "y",
50
- "alipay": "y"
53
+ "tcb": "",
54
+ "aliyun": "",
55
+ "alipay": ""
51
56
  },
52
57
  "client": {
53
- "Vue": {
54
- "vue2": "n",
55
- "vue3": "y"
58
+ "uni-app": {
59
+ "vue": {
60
+ "vue2": "x",
61
+ "vue3": "√"
62
+ },
63
+ "web": {
64
+ "safari": "√",
65
+ "chrome": "√"
66
+ },
67
+ "app": {
68
+ "vue": "√",
69
+ "nvue": "-",
70
+ "android": "√",
71
+ "ios": "√",
72
+ "harmony": "-"
73
+ },
74
+ "mp": {
75
+ "weixin": "√",
76
+ "alipay": "-",
77
+ "toutiao": "-",
78
+ "baidu": "-",
79
+ "kuaishou": "-",
80
+ "jd": "-",
81
+ "harmony": "-",
82
+ "qq": "-",
83
+ "lark": "-"
84
+ },
85
+ "quickapp": {
86
+ "huawei": "-",
87
+ "union": "-"
88
+ }
56
89
  },
57
- "App": {
58
- "app-vue": "y",
59
- "app-nvue": "n",
60
- "app-uvue": "n",
61
- "app-harmony": "u"
62
- },
63
- "H5-mobile": {
64
- "Safari": "y",
65
- "Android Browser": "y",
66
- "微信浏览器(Android)": "y",
67
- "QQ浏览器(Android)": "y"
68
- },
69
- "H5-pc": {
70
- "Chrome": "y",
71
- "IE": "u",
72
- "Edge": "y",
73
- "Firefox": "y",
74
- "Safari": "y"
75
- },
76
- "小程序": {
77
- "微信": "y",
78
- "阿里": "u",
79
- "百度": "u",
80
- "字节跳动": "u",
81
- "QQ": "u",
82
- "钉钉": "u",
83
- "快手": "u",
84
- "飞书": "u",
85
- "京东": "u"
86
- },
87
- "快应用": {
88
- "华为": "u",
89
- "联盟": "u"
90
+ "uni-app-x": {
91
+ "web": {
92
+ "safari": "-",
93
+ "chrome": "-"
94
+ },
95
+ "app": {
96
+ "android": "-",
97
+ "ios": "-",
98
+ "harmony": "-"
99
+ },
100
+ "mp": {
101
+ "weixin": "-"
102
+ }
90
103
  }
91
104
  }
92
105
  }
package/readme.md CHANGED
@@ -84,26 +84,7 @@ uView Pro QQ 交流群: [点击进入](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027
84
84
 
85
85
  所以希望在您修复 bug 并提交之前尽可能的去这些平台测试一下兼容性。最好能携带测试截图以方便审核。非常感谢!
86
86
 
87
- ## 安装
88
-
89
- #### **npm 安装**
90
-
91
- ```bash
92
- # npm 安装
93
- npm install uview-pro
94
-
95
- # yarn 安装
96
- yarn add uview-pro
97
-
98
- # pnpm 安装
99
- pnpm add uview-pro
100
- ```
101
-
102
- #### **插件市场下载**
103
-
104
- [https://ext.dcloud.net.cn/plugin?id=24633](https://ext.dcloud.net.cn/plugin?id=24633)
105
-
106
- ## 配置
87
+ ## 安装配置
107
88
 
108
89
  uView Pro 支持 `npm` 和 `uni_modules` 两种主流安装方式,配置方式高度一致。无论采用哪种方式,均可通过 easycom 实现组件自动引入,极大提升开发效率。以下为统一的配置说明:
109
90