@vitrosoftware/common-ui-ts 1.1.86 → 1.1.87
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.js
CHANGED
|
@@ -61669,7 +61669,7 @@ var Viewer = function Viewer(props) {
|
|
|
61669
61669
|
};
|
|
61670
61670
|
|
|
61671
61671
|
var name = "@vitrosoftware/common-ui-ts";
|
|
61672
|
-
var version$1 = "1.1.
|
|
61672
|
+
var version$1 = "1.1.87";
|
|
61673
61673
|
var description = "vitro software common ui ts";
|
|
61674
61674
|
var author = "";
|
|
61675
61675
|
var license = "MIT";
|
|
@@ -61745,7 +61745,7 @@ var dependencies = {
|
|
|
61745
61745
|
"react-router-bootstrap": "^0.24.4",
|
|
61746
61746
|
"m-react-splitters": "^1.2.0",
|
|
61747
61747
|
"react-click-outside": "^3.0.1",
|
|
61748
|
-
reactstrap: "^9.
|
|
61748
|
+
reactstrap: "^9.2.2"
|
|
61749
61749
|
};
|
|
61750
61750
|
var Package = {
|
|
61751
61751
|
name: name,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitrosoftware/common-ui-ts",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.87",
|
|
4
4
|
"description": "vitro software common ui ts",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -76,6 +76,6 @@
|
|
|
76
76
|
"react-router-bootstrap": "^0.24.4",
|
|
77
77
|
"m-react-splitters": "^1.2.0",
|
|
78
78
|
"react-click-outside": "^3.0.1",
|
|
79
|
-
"reactstrap": "^9.
|
|
79
|
+
"reactstrap": "^9.2.2"
|
|
80
80
|
}
|
|
81
81
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { BIMModel, BIMCommon, BIMAnnotation } from '/resource/bimViewer/js/bim-viewer-models.js?version=1.1.
|
|
1
|
+
import { BIMModel, BIMCommon, BIMAnnotation } from '/resource/bimViewer/js/bim-viewer-models.js?version=1.1.87';
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
Viewer, XKTLoaderPlugin, NavCubePlugin, SectionPlanesPlugin, math, BCFViewpointsPlugin, AnnotationsPlugin,
|
|
5
5
|
ContextMenu, TreeViewPlugin, StoreyViewsPlugin, AngleMeasurementsPlugin, CameraMemento, DistanceMeasurementsPlugin,
|
|
6
6
|
GLTFLoaderPlugin, utils, FastNavPlugin, MetaObject
|
|
7
7
|
}
|
|
8
|
-
from '/resource/bimViewer/js/xeokit/xeokit-sdk.es.js?version=1.1.
|
|
8
|
+
from '/resource/bimViewer/js/xeokit/xeokit-sdk.es.js?version=1.1.87';
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
const processByChildIdList = (treeViewNode, event) => {
|
|
@@ -3213,7 +3213,7 @@ const defaultOptions = {
|
|
|
3213
3213
|
kind: OptionKind.WORKER
|
|
3214
3214
|
},
|
|
3215
3215
|
workerSrc: {
|
|
3216
|
-
value: "resource/pdfViewer/js/pdf.worker.js?version=1.1.
|
|
3216
|
+
value: "resource/pdfViewer/js/pdf.worker.js?version=1.1.87",
|
|
3217
3217
|
kind: OptionKind.WORKER
|
|
3218
3218
|
}
|
|
3219
3219
|
};
|