@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.
@@ -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';