matrix_components 2.0.300
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 +438 -0
- package/dist/ComponentDemo/DialogDemo.vue +208 -0
- package/dist/ComponentDemo/ExcelDemo.vue +263 -0
- package/dist/ComponentDemo/OfficeDemo.vue +189 -0
- package/dist/ComponentDemo/PdfDemo.vue +207 -0
- package/dist/ComponentDemo/Test.vue +6 -0
- package/dist/ComponentDemo/VideoDemo.vue +273 -0
- package/dist/ComponentDemo/WordDemo.vue +191 -0
- package/dist/cdn/ezuikit/ezuikit.js +27 -0
- package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js +168 -0
- package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js +168 -0
- package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js +21 -0
- package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.wasm +0 -0
- package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.worker.js +1 -0
- package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js +21 -0
- package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.wasm +0 -0
- package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.worker.js +1 -0
- package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js +21 -0
- package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.wasm +0 -0
- package/dist/cdn/ezuikit/ezuikit_static/css/component.css +1257 -0
- package/dist/cdn/ezuikit/ezuikit_static/css/inspectTheme.css +354 -0
- package/dist/cdn/ezuikit/ezuikit_static/css/theme copy.css +126 -0
- package/dist/cdn/ezuikit/ezuikit_static/css/theme.css +140 -0
- package/dist/cdn/ezuikit/ezuikit_static/imgs/bg.png +0 -0
- package/dist/cdn/ezuikit/ezuikit_static/imgs/bg.svg +33 -0
- package/dist/cdn/ezuikit/ezuikit_static/imgs/empty.png +0 -0
- package/dist/cdn/ezuikit/ezuikit_static/imgs/end.png +0 -0
- package/dist/cdn/ezuikit/ezuikit_static/imgs/fallback.svg +52 -0
- package/dist/cdn/ezuikit/ezuikit_static/imgs/start.png +0 -0
- package/dist/cdn/ezuikit/ezuikit_static/rec/datepicker.js +1522 -0
- package/dist/cdn/ezuikit/ezuikit_static/rec/datepicker.min.css +36 -0
- package/dist/cdn/ezuikit/ezuikit_static/rec/datepicker.zh-CN.js +19 -0
- package/dist/cdn/ezuikit/ezuikit_static/rec/jquery.min.js +2 -0
- package/dist/cdn/ezuikit/ezuikit_static/speed/speed.css +145 -0
- package/dist/cdn/ezuikit/ezuikit_static/talk/adapeter.js +5497 -0
- package/dist/cdn/ezuikit/ezuikit_static/talk/janus.js +3507 -0
- package/dist/cdn/ezuikit/ezuikit_static/talk/tts-v4.js +343 -0
- package/dist/cdn/ezuikit.js +27 -0
- package/dist/cdn/h5player/h5player.min.js +313 -0
- package/dist/cdn/h5player/playctrl1/DecodeWorker.js +642 -0
- package/dist/cdn/h5player/playctrl1/Decoder.js +1 -0
- package/dist/cdn/h5player/playctrl1simd/DecodeWorker.js +642 -0
- package/dist/cdn/h5player/playctrl1simd/Decoder.js +1 -0
- package/dist/cdn/h5player/playctrl2/Decoder.js +21 -0
- package/dist/cdn/h5player/playctrl2/Decoder.wasm +0 -0
- package/dist/cdn/h5player/playctrl2/Decoder.worker.js +1 -0
- package/dist/cdn/h5player/playctrl3/Decoder.js +21 -0
- package/dist/cdn/h5player/playctrl3/Decoder.wasm +0 -0
- package/dist/cdn/h5player/playctrl3/Decoder.worker.js +1 -0
- package/dist/cdn/h5player/talk/AudioInterCom.js +21 -0
- package/dist/cdn/h5player/talk/AudioInterCom.wasm +0 -0
- package/dist/cdn/h5player/talkW/AudioInterCom.js +21 -0
- package/dist/cdn/h5player/talkW/AudioInterCom.wasm +0 -0
- package/dist/cdn/h5player/talkW/AudioInterCom.worker.js +1 -0
- package/dist/cdn/h5player/transform/libSystemTransform.js +6525 -0
- package/dist/cdn/h5player/transform/libSystemTransform.wasm +0 -0
- package/dist/cdn/h5player/transform/systemTransform-worker.js +120 -0
- package/dist/cdn/md5.js +254 -0
- package/dist/favicon.ico +0 -0
- package/dist/js/EasyPlayer-decode.js +1 -0
- package/dist/js/EasyPlayer-lib.js +1 -0
- package/dist/js/EasyPlayer-pro.js +1 -0
- package/dist/js/EasyPlayer-pro.wasm +0 -0
- package/dist/js/EasyPlayer-snap.wasm +0 -0
- package/dist/matrix_components.css +1 -0
- package/dist/matrix_components.js +60018 -0
- package/dist/matrix_components.umd.cjs +1 -0
- package/package.json +81 -0
package/package.json
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "matrix_components",
|
|
3
|
+
"version": "2.0.300",
|
|
4
|
+
"private": false,
|
|
5
|
+
"type": "module",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"main": "./dist/matrix_components.umd.cjs",
|
|
10
|
+
"module": "./dist/matrix_components.js",
|
|
11
|
+
"exports": {
|
|
12
|
+
"./dist/matrix_components.css": "./dist/matrix_components.css",
|
|
13
|
+
"./css": "./dist/matrix_components.css",
|
|
14
|
+
".": {
|
|
15
|
+
"import": "./dist/matrix_components.js",
|
|
16
|
+
"require": "./dist/matrix_components.umd.cjs"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"publishConfig": {
|
|
20
|
+
"registry": "https://registry.npmjs.org/",
|
|
21
|
+
"access": "public"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"dev": "vite",
|
|
25
|
+
"build": "run-p type-check \"build-only {@}\" --",
|
|
26
|
+
"preview": "vite preview",
|
|
27
|
+
"build-only": "vite build",
|
|
28
|
+
"type-check": "vue-tsc --build",
|
|
29
|
+
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
|
|
30
|
+
"lint:eslint": "eslint . --fix",
|
|
31
|
+
"lint": "run-s lint:*",
|
|
32
|
+
"format": "prettier --write src/ packages/",
|
|
33
|
+
"test": "vitest",
|
|
34
|
+
"test:run": "vitest run",
|
|
35
|
+
"test:coverage": "vitest run --coverage"
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"docx-preview": "^0.3.6",
|
|
39
|
+
"vue3-pdf-app": "^1.0.3",
|
|
40
|
+
"x-data-spreadsheet": "^1.1.9",
|
|
41
|
+
"xlsx": "^0.18.5"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@tsconfig/node22": "^22.0.1",
|
|
45
|
+
"@types/node": "^22.14.0",
|
|
46
|
+
"@vitejs/plugin-vue": "^5.2.3",
|
|
47
|
+
"@vue/eslint-config-prettier": "^10.2.0",
|
|
48
|
+
"@vue/eslint-config-typescript": "^14.5.0",
|
|
49
|
+
"@vue/tsconfig": "^0.7.0",
|
|
50
|
+
"eslint": "^9.22.0",
|
|
51
|
+
"eslint-plugin-oxlint": "^0.16.0",
|
|
52
|
+
"eslint-plugin-vue": "~10.0.0",
|
|
53
|
+
"jiti": "^2.4.2",
|
|
54
|
+
"less": "^4.4.0",
|
|
55
|
+
"npm-run-all2": "^7.0.2",
|
|
56
|
+
"oxlint": "^0.16.0",
|
|
57
|
+
"prettier": "3.5.3",
|
|
58
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
59
|
+
"sass": "^1.87.0",
|
|
60
|
+
"sass-loader": "^16.0.5",
|
|
61
|
+
"terser": "^5.39.0",
|
|
62
|
+
"typescript": "~5.8.0",
|
|
63
|
+
"vite": "^6.2.4",
|
|
64
|
+
"vue-tsc": "^2.2.8"
|
|
65
|
+
},
|
|
66
|
+
"peerDependencies": {
|
|
67
|
+
"@element-plus/icons-vue": "^2.3.1",
|
|
68
|
+
"@types/vue": "^2.0.0",
|
|
69
|
+
"axios": "^1.9.0",
|
|
70
|
+
"element-plus": "^2.10.5",
|
|
71
|
+
"jsdom": "^27.0.0",
|
|
72
|
+
"lodash-es": "^4.17.21",
|
|
73
|
+
"pinia": "^3.0.1",
|
|
74
|
+
"qs": "^6.14.0",
|
|
75
|
+
"sm-crypto": "^0.3.13",
|
|
76
|
+
"vitest": "^3.2.4",
|
|
77
|
+
"vue": "^3.5.13",
|
|
78
|
+
"vue-router": "^4.5.0",
|
|
79
|
+
"@vue/test-utils": "^2.4.6"
|
|
80
|
+
}
|
|
81
|
+
}
|