vis-core 0.30.5 → 0.30.6

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/dist/index.d.ts CHANGED
@@ -551,11 +551,11 @@ declare class Editor {
551
551
  baseObjectByUuid(key: `arc${string}`): Arc;
552
552
  baseObjectByUuid(key: `sprite${string}`): Sprite;
553
553
  baseObjectByUuid(key: string): BaseObject;
554
+ baseObjectByName(name: string): BaseObject | undefined;
554
555
  private _selectOptionMaps;
555
556
  findSelectItem(key: any, val: any): SelectedMeta | undefined;
556
557
  selectOption: SelectedMeta[];
557
558
  changeSelectOption(): void;
558
- private _buildCacheMapsRecursively;
559
559
  private _mListOptionsMaps;
560
560
  findMListSelectItem(key: any, val: any): any;
561
561
  mListOptions: {
@@ -1725,7 +1725,7 @@ export { TWEEN }
1725
1725
 
1726
1726
  export { Tween }
1727
1727
 
1728
- export declare const VERSION = "0.30.5";
1728
+ export declare const VERSION = "0.30.6";
1729
1729
 
1730
1730
  declare class Viewport {
1731
1731
  editor: Editor;