@guihz/trading-vue-editor-tes 0.0.212 → 0.0.214
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/api/api.d.ts +1 -1
- package/lib/assets/{parserTccWorker-BwTU0Mcr.js → parserTccWorker-C_OkdWJ6.js} +44 -43
- package/lib/assets/scriptsRunWorker-CRZrOXN_.js +69 -0
- package/lib/components/editor/parseScript/buildInFuncNamespace/request.d.ts +2 -0
- package/lib/components/editor/parseScript/buildInFuncNamespace/strategy.d.ts +1 -0
- package/lib/components/editor/parseScript/buildInVarNamespace/syminfo.d.ts +6 -3
- package/lib/components/editor/parseScript/buildInVarNamespace/timeframe.d.ts +0 -1
- package/lib/components/editor/parseScript/constants.d.ts +1 -0
- package/lib/components/editor/parseScript/constantsRun.d.ts +1 -0
- package/lib/components/editor/parseScript/utils.d.ts +1 -1
- package/lib/components/editor/utils/scriptsRunWorker.d.ts +2 -2
- package/lib/trading-vue-editor.js +16 -9
- package/lib/trading-vue-editor.umd.cjs +2 -2
- package/package.json +2 -1
- package/lib/assets/scriptsRunWorker-DvdFfBYN.js +0 -69
package/lib/api/api.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare function getKlineData():
|
1
|
+
export declare function getKlineData(key?: string): import("ky").ResponsePromise<unknown>;
|