vim-web 0.3.44-dev.54 → 0.3.44-dev.55
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.
|
@@ -8,6 +8,6 @@ export * as Ultra from './ultra';
|
|
|
8
8
|
export * as Errors from './errors';
|
|
9
9
|
export * as Urls from './urls';
|
|
10
10
|
export * from './container';
|
|
11
|
+
export * from './panels';
|
|
11
12
|
export type * from './helpers';
|
|
12
|
-
export type * from './panels';
|
|
13
13
|
export type * from './state';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export * from './axesPanel';
|
|
2
1
|
export * as ContextMenu from './contextMenu';
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
2
|
+
export type * from './axesPanel';
|
|
3
|
+
export type * from './genericPanel';
|
|
4
|
+
export type * from './help';
|
|
5
|
+
export type * from './loadingBox';
|
|
6
|
+
export type * from './logo';
|
|
7
|
+
export type * from './messageBox';
|
|
8
|
+
export type * from './modal';
|
|
9
|
+
export type * from './overlay';
|
|
10
|
+
export type * from './performance';
|
|
11
|
+
export type * from './renderSettingsPanel';
|
|
12
|
+
export type * from './restOfScreen';
|
|
13
|
+
export type * from './sectionBoxPanel';
|
|
14
|
+
export type * from './toast';
|
package/dist/vim-web.iife.js
CHANGED
|
@@ -72503,6 +72503,13 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
72503
72503
|
}
|
|
72504
72504
|
);
|
|
72505
72505
|
}
|
|
72506
|
+
const contextMenu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
72507
|
+
__proto__: null,
|
|
72508
|
+
ContextMenu,
|
|
72509
|
+
VimContextMenuMemo,
|
|
72510
|
+
contextMenuElementIds,
|
|
72511
|
+
showContextMenu
|
|
72512
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
72506
72513
|
function BimTree(props) {
|
|
72507
72514
|
const [objects, setObjects] = React2.useState([]);
|
|
72508
72515
|
const [expandedItems, setExpandedItems] = React2.useState([]);
|
|
@@ -75898,7 +75905,7 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
75898
75905
|
isTrue(settings2.value.ui.bimTreePanel) || isTrue(settings2.value.ui.bimInfoPanel),
|
|
75899
75906
|
Math.min(props.container.root.clientWidth * 0.25, 340)
|
|
75900
75907
|
);
|
|
75901
|
-
const [
|
|
75908
|
+
const [contextMenu2, setcontextMenu] = React2.useState();
|
|
75902
75909
|
const [controlBarCustom, setControlBarCustom] = React2.useState();
|
|
75903
75910
|
const bimInfoRef = useBimInfo();
|
|
75904
75911
|
const viewerState = useViewerState(props.viewer);
|
|
@@ -76012,7 +76019,7 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
76012
76019
|
modal: modal.current,
|
|
76013
76020
|
isolation: isolationRef,
|
|
76014
76021
|
selection: viewerState.selection.get(),
|
|
76015
|
-
customization:
|
|
76022
|
+
customization: contextMenu2,
|
|
76016
76023
|
treeRef
|
|
76017
76024
|
}
|
|
76018
76025
|
),
|
|
@@ -76356,6 +76363,7 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
76356
76363
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
76357
76364
|
const index = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
76358
76365
|
__proto__: null,
|
|
76366
|
+
ContextMenu: contextMenu,
|
|
76359
76367
|
ControlBar: index$5,
|
|
76360
76368
|
Errors: index$3,
|
|
76361
76369
|
Icons: icons,
|