@guihz/trading-vue-editor-tes 0.0.276 → 0.0.277

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
@@ -13,6 +13,7 @@ export default class ParseToJs {
13
13
  private _inputCount;
14
14
  private _count;
15
15
  private _isSwitch;
16
+ private _isInIf;
16
17
  private _isInLoop;
17
18
  private _codesCol;
18
19
  private _dependsObj;
@@ -0,0 +1 @@
1
+ export { runScript, removeScript } from '../components/editor/utils/scriptsRunWorker';