@xysfe/actui 2.0.1-beta.2 → 2.0.1-beta.4
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/lib/GoldFinanceChart/chart/index.js +22 -1
- package/lib/GoldFinanceChart/chart/index.mjs +65207 -286
- package/lib/GoldFinanceChart/chart/style.css +1 -1
- package/lib/GoldFinanceChartV2/chart/index.js +1 -1
- package/lib/GoldFinanceChartV2/chart/index.mjs +4 -4
- package/lib/GoldFinanceChartV2/chart/style.css +1 -1
- package/lib/GoldQrcode/index.js +1 -1
- package/lib/GoldQrcode/index.mjs +2 -2
- package/lib/Pdfjs/index.js +1 -1
- package/lib/Pdfjs/index.mjs +1 -1
- package/lib/QRCode/index.js +1 -1
- package/lib/QRCode/index.mjs +4 -4
- package/lib/QrcodeLayer/index.js +1 -1
- package/lib/QrcodeLayer/index.mjs +2 -2
- package/lib/index.js +1 -1
- package/lib/index.mjs +5 -5
- package/lib/toBase64/index.js +1 -1
- package/lib/toBase64/index.mjs +2 -2
- package/package.json +86 -87
package/package.json
CHANGED
|
@@ -1,87 +1,86 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@xysfe/actui",
|
|
3
|
-
"distname": "actui",
|
|
4
|
-
"version": "2.0.1-beta.
|
|
5
|
-
"prefix": "act",
|
|
6
|
-
"description": "A fantastic mobile ui lib implement by Vue",
|
|
7
|
-
"main": "lib/index.js",
|
|
8
|
-
"module": "lib/index.mjs",
|
|
9
|
-
"scripts": {
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"@babel/
|
|
31
|
-
"@babel/plugin-
|
|
32
|
-
"@babel/
|
|
33
|
-
"@
|
|
34
|
-
"@
|
|
35
|
-
"@rollup/plugin-
|
|
36
|
-
"@
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"@vitejs/plugin-
|
|
40
|
-
"@vitejs/plugin-vue2": "^
|
|
41
|
-
"@
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"eslint": "^
|
|
46
|
-
"eslint-plugin-
|
|
47
|
-
"eslint-plugin-
|
|
48
|
-
"eslint-plugin-
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"vite": "^
|
|
59
|
-
"vite-plugin-
|
|
60
|
-
"vite-plugin-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"better-scroll": "
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"vue": "^
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@xysfe/actui",
|
|
3
|
+
"distname": "actui",
|
|
4
|
+
"version": "2.0.1-beta.4",
|
|
5
|
+
"prefix": "act",
|
|
6
|
+
"description": "A fantastic mobile ui lib implement by Vue",
|
|
7
|
+
"main": "lib/index.js",
|
|
8
|
+
"module": "lib/index.mjs",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"prepare": "husky install",
|
|
11
|
+
"add": "node scripts/add.js",
|
|
12
|
+
"build:entry": "node scripts/entry.js",
|
|
13
|
+
"prebuild": "npm run build:entry",
|
|
14
|
+
"build": "vite build",
|
|
15
|
+
"predev": "npm run build:entry",
|
|
16
|
+
"dev": "cd docs && npm run dev",
|
|
17
|
+
"build:docs": "cd docs && npm run build"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"lib"
|
|
21
|
+
],
|
|
22
|
+
"keywords": [
|
|
23
|
+
"muc",
|
|
24
|
+
"vue",
|
|
25
|
+
"components",
|
|
26
|
+
"xiaoyusan"
|
|
27
|
+
],
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
30
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
31
|
+
"@babel/plugin-transform-runtime": "^7.24.0",
|
|
32
|
+
"@babel/preset-env": "^7.24.0",
|
|
33
|
+
"@laynezh/vite-plugin-lib-assets": "^0.5.22",
|
|
34
|
+
"@rollup/plugin-alias": "^5.1.0",
|
|
35
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
36
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
37
|
+
"@types/node": "^18.19.3",
|
|
38
|
+
"@vitejs/plugin-legacy": "^5.3.1",
|
|
39
|
+
"@vitejs/plugin-vue2": "^2.3.1",
|
|
40
|
+
"@vitejs/plugin-vue2-jsx": "^1.1.1",
|
|
41
|
+
"@vue/eslint-config-standard": "^5.1.2",
|
|
42
|
+
"autoprefixer": "^7.1.1",
|
|
43
|
+
"cheerio": "^0.20.0",
|
|
44
|
+
"eslint": "^7.32.0",
|
|
45
|
+
"eslint-plugin-import": "^2.29.0",
|
|
46
|
+
"eslint-plugin-node": "^11.1.0",
|
|
47
|
+
"eslint-plugin-promise": "^4.3.1",
|
|
48
|
+
"eslint-plugin-vue": "^9.17.0",
|
|
49
|
+
"fast-glob": "^3.3.2",
|
|
50
|
+
"globals": "^15.6.0",
|
|
51
|
+
"husky": "^8.0.0",
|
|
52
|
+
"json-templater": "^1.2.0",
|
|
53
|
+
"lint-staged": "^12.5.0",
|
|
54
|
+
"sass": "^1.70.0",
|
|
55
|
+
"swiper": "^4.0.7",
|
|
56
|
+
"uppercamelcase": "^3.0.0",
|
|
57
|
+
"vite": "^5.2.11",
|
|
58
|
+
"vite-plugin-babel": "^1.2.0",
|
|
59
|
+
"vite-plugin-importer": "^0.2.5",
|
|
60
|
+
"vite-plugin-lib-inject-css": "^2.0.1"
|
|
61
|
+
},
|
|
62
|
+
"packageManager": "pnpm@7.1.0",
|
|
63
|
+
"engines": {
|
|
64
|
+
"node": ">= 16.0.0",
|
|
65
|
+
"pnpm": ">= 7.1.0"
|
|
66
|
+
},
|
|
67
|
+
"browserslist": [
|
|
68
|
+
"> 1%",
|
|
69
|
+
"not ie <= 11",
|
|
70
|
+
"Android >= 4.0",
|
|
71
|
+
"iOS >= 8"
|
|
72
|
+
],
|
|
73
|
+
"dependencies": {
|
|
74
|
+
"@babel/runtime-corejs3": "^7.24.0",
|
|
75
|
+
"axios": "^0.19.0",
|
|
76
|
+
"better-scroll": "1.12.6",
|
|
77
|
+
"better-scroll-v2": "npm:better-scroll@2.3.0",
|
|
78
|
+
"crypto-js": "^3.1.9-1",
|
|
79
|
+
"echarts": "^5.5.0",
|
|
80
|
+
"html2canvas": "^1.4.1",
|
|
81
|
+
"lodash-es": "^4.17.8",
|
|
82
|
+
"pdfjs-dist": "2.5.207",
|
|
83
|
+
"vue": "^2.7.16",
|
|
84
|
+
"vue-awesome-swiper": "^3.1.3"
|
|
85
|
+
}
|
|
86
|
+
}
|