@guihz/trading-vue-editor-tes 0.0.276 → 0.0.277
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/lib/assets/{parserTccWorker-DF7HO8qN.js → parserTccWorker-BCVw4E3z.js} +4 -4
- package/lib/assets/{scriptsRunWorker-CeIoGWzf.js → scriptsRunWorker-CsFlwqZT.js} +2 -2
- package/lib/components/editor/parseScript/buildInFunction.d.ts +0 -1
- package/lib/components/editor/parseScript/parseToJs.d.ts +1 -0
- package/lib/packages/entryMethod.d.ts +1 -0
- package/lib/trading-vue-editor.cjs.methods.mjs +60 -0
- package/lib/{trading-vue-editor.umd.cjs → trading-vue-editor.cjs.packages.mjs} +25 -57
- package/lib/trading-vue-editor.es.methods.js +24182 -0
- package/lib/{trading-vue-editor.js → trading-vue-editor.es.packages.js} +4135 -8488
- package/lib/type-B7TbDTjv.js +4594 -0
- package/lib/type-CsI9kzgl.cjs +31 -0
- package/package.json +5 -5
@@ -177,7 +177,6 @@ export declare class BuildInFunctions {
|
|
177
177
|
private _getDataFromBarindex;
|
178
178
|
private _getDraws;
|
179
179
|
private _getDrawsFromBarindex;
|
180
|
-
private _filterDelIds;
|
181
180
|
private _getDrawDeletes;
|
182
181
|
updateOptions(options: IKeyObjectValue): void;
|
183
182
|
update(data: IKeyObjectValue): void;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { runScript, removeScript } from '../components/editor/utils/scriptsRunWorker';
|