iflow-engine-base-3d 3.12.14 → 3.12.16
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/bim-engine-sdk.es.js +3 -3
- package/dist/bim-engine-sdk.umd.js +243 -243
- package/dist/chunks/{engine-3d-NRrj9zJE.js → engine-3d-DEYSJc3i.js} +2821 -2127
- package/dist/chunks/{sdk-assets-DWhsnp7n.js → sdk-assets-8pIGrzeP.js} +1 -1
- package/dist/chunks/{sdk-runtime-BYjLeg5n.js → sdk-runtime-C786skWI.js} +2 -2
- package/dist/chunks/{three-vendor-CKzI3UEa.js → three-vendor-CD0MJoK-.js} +14 -12
- package/dist/index.d.ts +42 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aQ as w } from "./three-vendor-CD0MJoK-.js";
|
|
2
2
|
const S = "__BIM_ENGINE_SDK_ASSET_BASE__", g = "__BIM_ENGINE_SDK_ASSET_FILE_MAP__", b = "__BIM_ENGINE_SDK_ASSET_FILE_URLS__", A = "__BIM_ENGINE_SDK_ASSET_FILE_SESSION__", j = "https://unpkg.com/iflow-engine-base@3.9.20/dist/", L = "https://__bim_engine_sdk_asset__/", M = ["assets/", "fonts/", "draco/", "basis/", "texture/", "prompt/"];
|
|
3
3
|
let _ = null;
|
|
4
4
|
async function R() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as be, f as M, V as oe, P as ke } from "./three-vendor-
|
|
1
|
+
import { R as be, f as M, V as oe, P as ke } from "./three-vendor-CD0MJoK-.js";
|
|
2
2
|
import { a as Ee, J as xe, l as X } from "./sdk-vendor-DYgn7sFs.js";
|
|
3
3
|
class At {
|
|
4
4
|
/**
|
|
@@ -830,7 +830,7 @@ class Pt {
|
|
|
830
830
|
e.stopImmediatePropagation();
|
|
831
831
|
};
|
|
832
832
|
}
|
|
833
|
-
const Qe = "3.12.
|
|
833
|
+
const Qe = "3.12.16", et = {
|
|
834
834
|
version: Qe
|
|
835
835
|
}, N = et.version;
|
|
836
836
|
function ie() {
|
|
@@ -44270,19 +44270,21 @@ export {
|
|
|
44270
44270
|
_I as a9,
|
|
44271
44271
|
hc as aA,
|
|
44272
44272
|
cc as aB,
|
|
44273
|
-
|
|
44274
|
-
|
|
44273
|
+
qI as aC,
|
|
44274
|
+
to as aD,
|
|
44275
44275
|
Bo as aE,
|
|
44276
|
-
|
|
44277
|
-
|
|
44278
|
-
|
|
44279
|
-
|
|
44280
|
-
|
|
44281
|
-
|
|
44282
|
-
|
|
44283
|
-
|
|
44284
|
-
|
|
44285
|
-
|
|
44276
|
+
xD as aF,
|
|
44277
|
+
VD as aG,
|
|
44278
|
+
vI as aH,
|
|
44279
|
+
fI as aI,
|
|
44280
|
+
Lg as aJ,
|
|
44281
|
+
lt as aK,
|
|
44282
|
+
Dp as aL,
|
|
44283
|
+
cr as aM,
|
|
44284
|
+
Rp as aN,
|
|
44285
|
+
iE as aO,
|
|
44286
|
+
mB as aP,
|
|
44287
|
+
Xc as aQ,
|
|
44286
44288
|
yd as aa,
|
|
44287
44289
|
Xl as ab,
|
|
44288
44290
|
fi as ac,
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
import { Annotation3dData } from './core/v2/managers/annotation3d';
|
|
2
|
+
import { Annotation3dEffect } from './core/v2/managers/annotation3d';
|
|
3
|
+
import { Annotation3dInstance } from './core/v2/managers/annotation3d';
|
|
4
|
+
import { Annotation3dPanel } from './core/v2/managers/annotation3d';
|
|
1
5
|
import { Annotation3dPathOptions } from './core/v2/managers/annotation3d';
|
|
6
|
+
import { Annotation3dStyle } from './core/v2/managers/annotation3d';
|
|
7
|
+
import { Annotation3dType } from './core/v2/managers/annotation3d';
|
|
8
|
+
import { AnnotationDomPointLayoutStyle } from './core/v2/managers/annotation3d';
|
|
9
|
+
import { AnnotationIconPointStyle } from './core/v2/managers/annotation3d';
|
|
10
|
+
import { AnnotationIconTextPointStyle } from './core/v2/managers/annotation3d';
|
|
11
|
+
import { AnnotationLeaderPointStyle } from './core/v2/managers/annotation3d';
|
|
12
|
+
import { AnnotationPillarPointStyle } from './core/v2/managers/annotation3d';
|
|
13
|
+
import { AnnotationPointBackgroundStyle } from './core/v2/managers/annotation3d';
|
|
14
|
+
import { AnnotationRipplePointStyle } from './core/v2/managers/annotation3d';
|
|
15
|
+
import { AnnotationTextPointStyle } from './core/v2/managers/annotation3d';
|
|
2
16
|
import { EngineKernelV2 } from './core/v2/EngineKernel';
|
|
3
17
|
import { ILoaderModule } from './api/modules/ILoaderModule';
|
|
4
18
|
import { IModel } from './api/modules/ILoaderModule';
|
|
@@ -17,8 +31,36 @@ import { PathDrawPointData } from './core/v2/managers/pathDraw';
|
|
|
17
31
|
import { PathDrawPointRole } from './core/v2/managers/pathDraw';
|
|
18
32
|
import { PathDrawVector3 } from './core/v2/managers/pathDraw';
|
|
19
33
|
|
|
34
|
+
export { Annotation3dData }
|
|
35
|
+
|
|
36
|
+
export { Annotation3dEffect }
|
|
37
|
+
|
|
38
|
+
export { Annotation3dInstance }
|
|
39
|
+
|
|
40
|
+
export { Annotation3dPanel }
|
|
41
|
+
|
|
20
42
|
export { Annotation3dPathOptions }
|
|
21
43
|
|
|
44
|
+
export { Annotation3dStyle }
|
|
45
|
+
|
|
46
|
+
export { Annotation3dType }
|
|
47
|
+
|
|
48
|
+
export { AnnotationDomPointLayoutStyle }
|
|
49
|
+
|
|
50
|
+
export { AnnotationIconPointStyle }
|
|
51
|
+
|
|
52
|
+
export { AnnotationIconTextPointStyle }
|
|
53
|
+
|
|
54
|
+
export { AnnotationLeaderPointStyle }
|
|
55
|
+
|
|
56
|
+
export { AnnotationPillarPointStyle }
|
|
57
|
+
|
|
58
|
+
export { AnnotationPointBackgroundStyle }
|
|
59
|
+
|
|
60
|
+
export { AnnotationRipplePointStyle }
|
|
61
|
+
|
|
62
|
+
export { AnnotationTextPointStyle }
|
|
63
|
+
|
|
22
64
|
/**
|
|
23
65
|
* 创建 3D 引擎实例,并沿用主包的静态资源配置行为。
|
|
24
66
|
*/
|