@ndmspc/ndmvr 1.2.0-rc.3 → 1.2.0-rc.4
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/ndmvr.d.ts +2 -2
- package/dist/ndmvr.es.js +1 -1
- package/package.json +1 -1
package/dist/ndmvr.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
declare namespace
|
|
4
|
+
declare namespace DrawOptions {
|
|
5
5
|
var menuName: string;
|
|
6
6
|
var menuLabel: string;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
declare namespace
|
|
10
|
+
declare namespace BinInfo {
|
|
11
11
|
var menuName: string;
|
|
12
12
|
var menuLabel: string;
|
|
13
13
|
}
|
package/dist/ndmvr.es.js
CHANGED
|
@@ -64232,4 +64232,4 @@ function DW(e) {
|
|
|
64232
64232
|
] }), t[13] = s, t[14] = y, t[15] = b, t[16] = x, t[17] = S) : S = t[17], S;
|
|
64233
64233
|
}
|
|
64234
64234
|
//#endregion
|
|
64235
|
-
export { bl as BinInfo, Ia as CameraSync, Nc as CanvasComponent, ys as Controllers, cl as Demo, ms as DesktopController, Ol as DrawOptions, _W as HelperTips, Mc as HistogramWrapper, hl as HttpConnectionMenu, bW as IframeCernboxService, yW as IframeService, Fa as JsrootEnv, is as Menu, gW as NdmspcDefaultBrowserEnv, uW as NdmspcEnv, DW as NdmspcNavigator, Rc as NdmvrContent, Td as NdmvrEnv, ud as SettingsPanel, ps as VRController, ml as WsConnectionMenu, S as binInfoSubjectGet, w as brokerManagerGet, E as canvasSubjectGet, O as configSubjectGet, A as functionSubjectGet, M as histogramSubjectGet, P as stateSubjectGet, vd as store, xW as useNdmspcConfig, TW as useNdmspcWebsocket };
|
|
64235
|
+
export { bl as BinInfo, Ia as CameraSync, Nc as CanvasComponent, ys as Controllers, cl as Demo, ms as DesktopController, Ol as DrawOptions, _W as HelperTips, Mc as HistogramWrapper, hl as HttpConnectionMenu, bW as IframeCernboxService, yW as IframeService, Fa as JsrootEnv, is as Menu, gW as NdmspcDefaultBrowserEnv, uW as NdmspcEnv, DW as NdmspcNavigator, Rc as NdmvrContent, Td as NdmvrEnv, ud as SettingsPanel, ps as VRController, ml as WsConnectionMenu, S as binInfoSubjectGet, w as brokerManagerGet, E as canvasSubjectGet, O as configSubjectGet, A as functionSubjectGet, M as histogramSubjectGet, P as stateSubjectGet, vd as store, xW as useNdmspcConfig, TW as useNdmspcWebsocket, $o as useSceneModeStore };
|