xframelib 0.9.1 → 0.9.3
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/README.md +2 -0
- package/dist/core/Global.d.ts +2 -1
- package/dist/core/SysEvents.d.ts +3 -0
- package/dist/directives/dragDirective.d.ts +7 -0
- package/dist/directives/index.d.ts +4 -0
- package/dist/directives/repeatClick.d.ts +4 -0
- package/dist/directives/wowDirective.d.ts +7 -0
- package/dist/index.cjs +15 -15
- package/dist/index.css +15 -15
- package/dist/index.d.ts +1 -0
- package/dist/index.js +15 -15
- package/dist/model/Config.d.ts +4 -0
- package/dist/model/IModalModels.d.ts +35 -0
- package/dist/model/ITypes.d.ts +44 -0
- package/dist/model/IWidgetMenu.d.ts +27 -0
- package/dist/model/index.d.ts +3 -0
- package/dist/utils/AutoUpdate.d.ts +1 -0
- package/dist/utils/CommonTool.d.ts +8 -0
- package/dist/utils/DayjsTool.d.ts +27 -0
- package/dist/utils/FileUpload.d.ts +18 -5
- package/dist/utils/FileUpload_bak.d.ts +90 -0
- package/dist/utils/FileUpload_/346/227/247.d.ts +90 -0
- package/dist/utils/FileUpload/346/226/260.d.ts +102 -0
- package/dist/utils/H5Tool.d.ts +11 -0
- package/dist/utils/JQuery.d.ts +18 -0
- package/dist/utils/RouterURLTool.d.ts +61 -0
- package/dist/utils/StringUtils.d.ts +4 -0
- package/dist/utils/WidgetsTool.d.ts +11 -0
- package/dist/utils/index.d.ts +10 -6
- package/package.json +68 -70
package/package.json
CHANGED
|
@@ -1,70 +1,68 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "xframelib",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "积累的前端开发基础库",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"common": "dist/index.cjs",
|
|
7
|
-
"typings": "dist/index.d.ts",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"dev": "vite --port 8099",
|
|
10
|
-
"build": "vite build",
|
|
11
|
-
"lib": "rollup -c ",
|
|
12
|
-
"serve": "vite preview",
|
|
13
|
-
"clean": "rimraf dist && rimraf package-lock.json && rimraf node_modules/.cache && rimraf node_modules/.vite"
|
|
14
|
-
},
|
|
15
|
-
"keywords": [
|
|
16
|
-
"hprose",
|
|
17
|
-
"rpc",
|
|
18
|
-
"typescript"
|
|
19
|
-
],
|
|
20
|
-
"author": {
|
|
21
|
-
"name": "zorrowm",
|
|
22
|
-
"email": "zorrowm@126.com"
|
|
23
|
-
},
|
|
24
|
-
"repository": {
|
|
25
|
-
"type": "git",
|
|
26
|
-
"url": "https://github.com/zorrowm/vue-widget-template.git"
|
|
27
|
-
},
|
|
28
|
-
"homepage": "https://zorrowm.github.io/doc/template.html",
|
|
29
|
-
"license": "MIT",
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@hprose/io": "^3.0.10",
|
|
32
|
-
"@hprose/rpc-core": "^3.0.10",
|
|
33
|
-
"@hprose/rpc-html5": "^3.0.10",
|
|
34
|
-
"@iconify/vue": "^4.3.0",
|
|
35
|
-
"@microsoft/signalr": "^8.0.7",
|
|
36
|
-
"axios": "^1.
|
|
37
|
-
"fflate": "^0.8.2",
|
|
38
|
-
"iconv-lite": "^0.6.3",
|
|
39
|
-
"localforage": "^1.10.0",
|
|
40
|
-
"loglevel": "^1.9.2",
|
|
41
|
-
"qs": "^6.14.0",
|
|
42
|
-
"spark-md5": "^3.0.2",
|
|
43
|
-
"streamsaver": "^2.0.6",
|
|
44
|
-
"xhr": "^2.6.0"
|
|
45
|
-
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"@rollup/plugin-alias": "^5.1.1",
|
|
48
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
49
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
50
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
51
|
-
"@rollup/plugin-
|
|
52
|
-
"@
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
55
|
-
"esbuild": "^0.25.
|
|
56
|
-
"rimraf": "^6.0.1",
|
|
57
|
-
"rollup-plugin-copy": "^3.5.0",
|
|
58
|
-
"rollup-plugin-esbuild": "^6.2.
|
|
59
|
-
"rollup-plugin-scss": "^4.0.1",
|
|
60
|
-
"rollup-plugin-
|
|
61
|
-
"rollup-plugin-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"vue": "^
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "xframelib",
|
|
3
|
+
"version": "0.9.3",
|
|
4
|
+
"description": "积累的前端开发基础库",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"common": "dist/index.cjs",
|
|
7
|
+
"typings": "dist/index.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"dev": "vite --port 8099",
|
|
10
|
+
"build": "vite build",
|
|
11
|
+
"lib": "rollup -c ",
|
|
12
|
+
"serve": "vite preview",
|
|
13
|
+
"clean": "rimraf dist && rimraf package-lock.json && rimraf node_modules/.cache && rimraf node_modules/.vite"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"hprose",
|
|
17
|
+
"rpc",
|
|
18
|
+
"typescript"
|
|
19
|
+
],
|
|
20
|
+
"author": {
|
|
21
|
+
"name": "zorrowm",
|
|
22
|
+
"email": "zorrowm@126.com"
|
|
23
|
+
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/zorrowm/vue-widget-template.git"
|
|
27
|
+
},
|
|
28
|
+
"homepage": "https://zorrowm.github.io/doc/template.html",
|
|
29
|
+
"license": "MIT",
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@hprose/io": "^3.0.10",
|
|
32
|
+
"@hprose/rpc-core": "^3.0.10",
|
|
33
|
+
"@hprose/rpc-html5": "^3.0.10",
|
|
34
|
+
"@iconify/vue": "^4.3.0",
|
|
35
|
+
"@microsoft/signalr": "^8.0.7",
|
|
36
|
+
"axios": "^1.8.4",
|
|
37
|
+
"fflate": "^0.8.2",
|
|
38
|
+
"iconv-lite": "^0.6.3",
|
|
39
|
+
"localforage": "^1.10.0",
|
|
40
|
+
"loglevel": "^1.9.2",
|
|
41
|
+
"qs": "^6.14.0",
|
|
42
|
+
"spark-md5": "^3.0.2",
|
|
43
|
+
"streamsaver": "^2.0.6",
|
|
44
|
+
"xhr": "^2.6.0"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
48
|
+
"@rollup/plugin-commonjs": "^28.0.3",
|
|
49
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
50
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
51
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
52
|
+
"@rollup/plugin-typescript": "^12.1.2",
|
|
53
|
+
"@types/streamsaver": "^2.0.5",
|
|
54
|
+
"@vitejs/plugin-vue": "^5.2.3",
|
|
55
|
+
"esbuild": "^0.25.2",
|
|
56
|
+
"rimraf": "^6.0.1",
|
|
57
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
58
|
+
"rollup-plugin-esbuild": "^6.2.1",
|
|
59
|
+
"rollup-plugin-scss": "^4.0.1",
|
|
60
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
61
|
+
"rollup-plugin-vue": "^6.0.0",
|
|
62
|
+
"sass": "^1.86.3",
|
|
63
|
+
"typescript": "^5.8.3",
|
|
64
|
+
"vite": "^6.2.5",
|
|
65
|
+
"vue": "^3.5.13",
|
|
66
|
+
"vue-router": "^4.5.0"
|
|
67
|
+
}
|
|
68
|
+
}
|