st-comp 0.0.101 → 0.0.103
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/es/MonacoEditor.cjs +1 -1
- package/es/MonacoEditor.js +1 -1
- package/es/VarietySearch.cjs +1 -1
- package/es/VarietySearch.js +2 -2
- package/es/{index-07e788d7.js → index-776a02be.js} +22873 -24765
- package/es/index-86920308.cjs +655 -0
- package/es/{python-a0dc573a.cjs → python-5b7987de.cjs} +3 -3
- package/{lib/python-d03cd84c.js → es/python-b27949fe.js} +8 -34
- package/es/style.css +1 -1
- package/lib/bundle.js +1 -1
- package/lib/bundle.umd.cjs +198 -201
- package/lib/{index-24959225.js → index-03c4eb8b.js} +35496 -37388
- package/{es/python-86b2bf30.js → lib/python-d247bec1.js} +13 -37
- package/lib/style.css +1 -1
- package/package.json +2 -2
- package/packages/VarietySearch/config.js +2 -2
- package/es/index-47fc965e.cjs +0 -658
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "st-comp",
|
|
3
3
|
"public": true,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.103",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "vite",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dayjs": "^1.11.10",
|
|
19
19
|
"echarts": "^5.4.3",
|
|
20
20
|
"element-plus": "^2.9.4",
|
|
21
|
-
"monaco-editor": "
|
|
21
|
+
"monaco-editor": "0.47.0",
|
|
22
22
|
"pinia": "^2.1.6",
|
|
23
23
|
"st-func": "^0.0.58",
|
|
24
24
|
"talib.js": "^0.1.0",
|
|
@@ -24,8 +24,8 @@ export default {
|
|
|
24
24
|
{ label: "常用股票指数", value: 4 },
|
|
25
25
|
{ label: "期货收益率指数", value: 5 },
|
|
26
26
|
{ label: "行业板块指数", value: 6 },
|
|
27
|
-
{ label: "
|
|
28
|
-
{ label: "
|
|
27
|
+
{ label: "期货次主连", value: 7 },
|
|
28
|
+
{ label: "期货次主力", value: 8 },
|
|
29
29
|
{ label: "期货板块收益率指数", value: 9 },
|
|
30
30
|
{ label: "期货板块加权指数", value: 10 },
|
|
31
31
|
{ label: "期权", value: 11 },
|