@guihz/trading-vue-editor-tes 0.0.42 → 0.0.43
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/components/editor/constants/contents.d.ts +6 -0
- package/lib/components/editor/index.d.ts +5 -3
- package/lib/components/editor/utils/initEditor.d.ts +3 -1
- package/lib/components/referenceManual/components/ContentItem.d.ts +9 -0
- package/lib/components/referenceManual/index.d.ts +8 -0
- package/lib/components/referenceManual/tools.d.ts +39 -0
- package/lib/packages/index.d.ts +1 -0
- package/lib/trading-vue-editor.js +6616 -6047
- package/lib/trading-vue-editor.umd.cjs +54 -49
- package/package.json +4 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@guihz/trading-vue-editor-tes",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.043",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"lib"
|
@@ -26,6 +26,7 @@
|
|
26
26
|
"lodash": "^4.17.21",
|
27
27
|
"mathjs": "^12.4.1",
|
28
28
|
"ml-matrix": "^6.11.0",
|
29
|
+
"react-copy-to-clipboard": "^5.1.0",
|
29
30
|
"terser": "^5.31.0"
|
30
31
|
},
|
31
32
|
"devDependencies": {
|
@@ -34,15 +35,16 @@
|
|
34
35
|
"@types/lodash": "^4.14.202",
|
35
36
|
"@types/node": "^20.12.7",
|
36
37
|
"@types/react": "^18.2.43",
|
38
|
+
"@types/react-copy-to-clipboard": "^5.0.7",
|
37
39
|
"@types/react-dom": "^18.2.17",
|
38
40
|
"@types/uglify-js": "^3.17.5",
|
39
41
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
40
42
|
"@typescript-eslint/parser": "^6.14.0",
|
41
43
|
"@vitejs/plugin-react": "^4.2.1",
|
42
44
|
"eslint": "^8.55.0",
|
43
|
-
"monaco-editor": "^0.45.0",
|
44
45
|
"eslint-plugin-react-hooks": "^4.6.0",
|
45
46
|
"eslint-plugin-react-refresh": "^0.4.5",
|
47
|
+
"monaco-editor": "^0.45.0",
|
46
48
|
"react": "^18.2.0",
|
47
49
|
"react-dom": "^18.2.0",
|
48
50
|
"tslib": "^2.6.2",
|