viral-viewer-2 7.0.8 → 7.1.0

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.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { s as i, v as r, C as l, u as s, r as t, t as n, D as o, E as V, F as u, G as d, H as g, I as m, L as c, x as E, T as M, c as T, V as y, i as f, d as h, y as p, j as v, z as C, h as D, g as R, b, w as B, f as S, e as F, p as k, o as w, l as G, k as H, A as I, n as L, m as P, J as x, q as z } from "./index-BZ2LjLxN.mjs";
1
+ import { s as i, v as r, C as l, u as s, r as t, t as n, D as o, E as V, F as u, G as d, H as g, I as m, L as c, x as E, T as M, c as T, V as y, i as f, d as h, y as p, j as v, z as C, h as D, g as R, b, w as B, f as S, e as F, p as k, o as w, l as G, k as H, A as I, n as L, m as P, J as x, q as z } from "./index-B8x3D_5L.mjs";
2
2
  export {
3
3
  i as BufferElement,
4
4
  r as CheckClashResult,
package/dist/types.d.ts CHANGED
@@ -110,7 +110,8 @@ export declare enum ViralutionEvent {
110
110
  LOADED_SEPERATE_MODEL = 6,
111
111
  GENERATED_MERGE_MODEL = 7,
112
112
  LOADED_DATA = 8,
113
- SELECT_ELEMENTS = 9
113
+ SELECT_ELEMENTS = 9,
114
+ UNSELECT_ELEMENTS = 10
114
115
  }
115
116
  export declare class Dictionary<TKey, TValue> {
116
117
  private items;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viral-viewer-2",
3
- "version": "7.0.8",
3
+ "version": "7.1.0",
4
4
  "description": "",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",