@realsee/dnalogel 3.49.7 → 3.49.8
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/CHANGELOG.md +3 -0
- package/dist/Sculpt/index.d.ts +10 -6
- package/dist/index.cjs.js +195 -195
- package/dist/index.js +11 -2
- package/dist/index.umd.js +188 -188
- package/libs/Sculpt/Objects/Box/index.js +2 -1
- package/libs/Sculpt/Objects/Cylinder/index.js +2 -1
- package/libs/Sculpt/Objects/Line/index.js +2 -1
- package/libs/Sculpt/Objects/Point/index.js +2 -1
- package/libs/Sculpt/Objects/Polyline/index.js +7 -6
- package/libs/Sculpt/Objects/Prism/index.js +2 -1
- package/libs/Sculpt/index.d.ts +10 -6
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +168 -159
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48,7 +48,7 @@ import zE from "earcut";
|
|
|
48
48
|
import { GLTFLoader as BE } from "@realsee/five/gltf-loader";
|
|
49
49
|
function NE() {
|
|
50
50
|
console.debug(
|
|
51
|
-
"%c %c@realsee/dnalogel %cv3.49.
|
|
51
|
+
"%c %c@realsee/dnalogel %cv3.49.8",
|
|
52
52
|
[
|
|
53
53
|
"background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
|
|
54
54
|
"background-repeat: no-repeat",
|
|
@@ -27768,7 +27768,7 @@ let ws = class {
|
|
|
27768
27768
|
/**
|
|
27769
27769
|
* @realsee/dnalogel 版本号
|
|
27770
27770
|
*/
|
|
27771
|
-
v(this, "VERSION", "3.49.
|
|
27771
|
+
v(this, "VERSION", "3.49.8");
|
|
27772
27772
|
v(this, "NAME");
|
|
27773
27773
|
v(this, "five");
|
|
27774
27774
|
v(this, "workUtil");
|
|
@@ -58213,6 +58213,15 @@ export {
|
|
|
58213
58213
|
q6 as TopviewFloorplanPlugin,
|
|
58214
58214
|
z6 as Util,
|
|
58215
58215
|
nv as WalkController,
|
|
58216
|
+
l6 as createBox,
|
|
58217
|
+
hE as createCircle,
|
|
58218
|
+
o6 as createCylinder,
|
|
58219
|
+
h6 as createLine,
|
|
58220
|
+
JV as createPoint,
|
|
58221
|
+
oE as createPolygon,
|
|
58222
|
+
XV as createPolyline,
|
|
58223
|
+
$V as createPrism,
|
|
58224
|
+
lE as createRectangle,
|
|
58216
58225
|
p8 as defaultGlobalConfig,
|
|
58217
58226
|
MG as itemLabelPluginServerParams,
|
|
58218
58227
|
bG as modelItemLabelPluginServerParams,
|