leiting-bim 2.2.6 → 2.2.7

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.
@@ -11977,7 +11977,7 @@ class dw {
11977
11977
  let t = window?.VectorTileLayer || window?.CesiumVectorTileGL?.VectorTileLayer || this.cesium?.VectorTileLayer;
11978
11978
  if (!t)
11979
11979
  try {
11980
- const n = await import("./index-CLw7qrwC.js"), o = n?.VectorTileLayer || n?.CesiumVectorTileGL?.VectorTileLayer || n?.default?.VectorTileLayer || n?.default;
11980
+ const n = await import("./index-gOOW1lNw.js"), o = n?.VectorTileLayer || n?.CesiumVectorTileGL?.VectorTileLayer || n?.default?.VectorTileLayer || n?.default;
11981
11981
  if (o)
11982
11982
  window.VectorTileLayer = o, n?.CesiumVectorTileGL && (window.CesiumVectorTileGL = n.CesiumVectorTileGL), t = o;
11983
11983
  else {
@@ -12072,13 +12072,13 @@ class dw {
12072
12072
  let t = window?.VectorTileLayer || window?.CesiumVectorTileGL?.VectorTileLayer || this.cesium?.VectorTileLayer;
12073
12073
  if (!t)
12074
12074
  try {
12075
- const l = await import("./index-CLw7qrwC.js"), c = l?.VectorTileLayer || l?.CesiumVectorTileGL?.VectorTileLayer || l?.default?.VectorTileLayer || l?.default;
12075
+ const l = await import("./index-gOOW1lNw.js"), c = l?.VectorTileLayer || l?.CesiumVectorTileGL?.VectorTileLayer || l?.default?.VectorTileLayer || l?.default;
12076
12076
  c && (window.VectorTileLayer = c, l?.CesiumVectorTileGL && (window.CesiumVectorTileGL = l.CesiumVectorTileGL), t = c);
12077
12077
  } catch {
12078
12078
  }
12079
12079
  if (!(window?.CesiumVectorTileGL?.VectorTileset || window?.VectorTileset))
12080
12080
  try {
12081
- const l = await import("./index-CLw7qrwC.js"), c = l?.VectorTileset || l?.CesiumVectorTileGL?.VectorTileset || l?.default?.VectorTileset;
12081
+ const l = await import("./index-gOOW1lNw.js"), c = l?.VectorTileset || l?.CesiumVectorTileGL?.VectorTileset || l?.default?.VectorTileset;
12082
12082
  c && (window.VectorTileset = c);
12083
12083
  } catch {
12084
12084
  }
@@ -26778,6 +26778,26 @@ class sI {
26778
26778
  this.viewer.scene.backgroundColor = this.cesium.Color.TRANSPARENT, this.viewer.scene.globe.baseColor = this.cesium.Color.TRANSPARENT;
26779
26779
  }
26780
26780
  }
26781
+ // 设置天空盒
26782
+ setSkyBox(e) {
26783
+ const t = this.viewer.scene, s = t.skyBox ? t.skyBox.show : !0;
26784
+ if (e === null) {
26785
+ this._defaultSkyBox && (this._defaultSkyBox.show = s, t.skyBox = this._defaultSkyBox);
26786
+ return;
26787
+ }
26788
+ this._defaultSkyBox || (this._defaultSkyBox = t.skyBox);
26789
+ const n = new this.cesium.SkyBox({
26790
+ sources: {
26791
+ positiveX: `${e}/px.png`,
26792
+ negativeX: `${e}/nx.png`,
26793
+ positiveY: `${e}/py.png`,
26794
+ negativeY: `${e}/ny.png`,
26795
+ positiveZ: `${e}/pz.png`,
26796
+ negativeZ: `${e}/nz.png`
26797
+ }
26798
+ });
26799
+ n.show = s, t.skyBox = n;
26800
+ }
26781
26801
  // 高程(地形)开启与关闭
26782
26802
  async setTerrainEnable(e) {
26783
26803
  if (!(this.is2d && e))
@@ -27441,9 +27461,9 @@ function oI(i) {
27441
27461
  g.baseCompt.disableSelection(), g.basePlayer.openCameraRoam();
27442
27462
  }, h.stopFirstPersonMode = () => {
27443
27463
  g.basePlayer.closePlayer(), g.baseCompt.enableSelection();
27444
- }, h.closePlayer = h.stopFirstPersonMode, h.setPlayerPosition = (A) => g.basePlayer.setPersonPosition(A), h.setPersonPosition = h.setPlayerPosition, h.setPlayerDefaultPosition = () => g.basePlayer.setDefaultPosition(), h.setWalkSpeed = (A) => g.basePlayer.setSpeed({ speed: A }), h.setPlayerSpeed = h.setWalkSpeed, h.setPlayerConfig = (A) => g.basePlayer.setParams(A), h.setPlayerParams = h.setPlayerConfig, h.setPlayerAction = (A, B) => g.basePlayer.setMoveState(A, B), h.setPlayerMoveState = h.setPlayerAction, h.bindPlayerControls = (A) => g.basePlayer.bindUiKeys(A), h.bindPlayerUiKeys = h.bindPlayerControls, h.setGlobeVisibility = (A) => m.setGlobeEnvironmentVisible(A), h.setGlobeEnvironmentVisible = h.setGlobeVisibility, h.setTerrainVisibility = (A) => m.setTerrainEnable(A), h.setTerrainEnable = h.setTerrainVisibility, h.setDepthTest = (A) => m.setDepthTestEnable(A), h.setDepthTestEnable = h.setDepthTest, h.setBaseMap = (A, B) => m.changeBaseMap(A, B), h.changeBaseMap = h.setBaseMap, h.setWorldTime = (A) => m.setTime(A), h.setTime = h.setWorldTime, h.setGisOptions = (A) => {
27464
+ }, h.closePlayer = h.stopFirstPersonMode, h.setPlayerPosition = (A) => g.basePlayer.setPersonPosition(A), h.setPersonPosition = h.setPlayerPosition, h.setPlayerDefaultPosition = () => g.basePlayer.setDefaultPosition(), h.setWalkSpeed = (A) => g.basePlayer.setSpeed({ speed: A }), h.setPlayerSpeed = h.setWalkSpeed, h.setPlayerConfig = (A) => g.basePlayer.setParams(A), h.setPlayerParams = h.setPlayerConfig, h.setModelInfo = (A) => g.basePlayer.setModelInfo(A), h.setPlayerAction = (A, B) => g.basePlayer.setMoveState(A, B), h.setPlayerMoveState = h.setPlayerAction, h.bindPlayerControls = (A) => g.basePlayer.bindUiKeys(A), h.bindPlayerUiKeys = h.bindPlayerControls, h.setGlobeVisibility = (A) => m.setGlobeEnvironmentVisible(A), h.setGlobeEnvironmentVisible = h.setGlobeVisibility, h.setTerrainVisibility = (A) => m.setTerrainEnable(A), h.setTerrainEnable = h.setTerrainVisibility, h.setDepthTest = (A) => m.setDepthTestEnable(A), h.setDepthTestEnable = h.setDepthTest, h.setBaseMap = (A, B) => m.changeBaseMap(A, B), h.changeBaseMap = h.setBaseMap, h.setWorldTime = (A) => m.setTime(A), h.setTime = h.setWorldTime, h.setGisOptions = (A) => {
27445
27465
  A.globe !== void 0 && m.setGlobeEnvironmentVisible(A.globe), A.elevation !== void 0 && m.setTerrainEnable(A.elevation), A.depthTestAgainstTerrain !== void 0 && m.setDepthTestEnable(A.depthTestAgainstTerrain), A.rendering !== void 0 && m.setAmbientOcclusion(A.rendering);
27446
- }, h.setShadowVisibility = (A) => m.setShadowsEnable(A), h.setShadowsEnable = h.setShadowVisibility, h.setEnvironmentMapVisibility = (A) => m.setEnvironmentMapEnable(A), h.setEnvironmentMapEnable = h.setEnvironmentMapVisibility, h.setAOVisibility = (A) => m.setAmbientOcclusion(A), h.setAmbientOcclusion = h.setAOVisibility, h.setBackgroundColor = (A) => m.setGlobeColor(A), h.setGlobeColor = h.setBackgroundColor, h.setModelBrightness = (A) => m.setModelBrightness(A), h.adjustModelColor = (A) => m.setModelColorAdjustment(A), h.setModelColorAdjustment = h.adjustModelColor, h.setShadowIntensity = (A) => {
27466
+ }, h.setShadowVisibility = (A) => m.setShadowsEnable(A), h.setShadowsEnable = h.setShadowVisibility, h.setEnvironmentMapVisibility = (A) => m.setEnvironmentMapEnable(A), h.setEnvironmentMapEnable = h.setEnvironmentMapVisibility, h.setAOVisibility = (A) => m.setAmbientOcclusion(A), h.setAmbientOcclusion = h.setAOVisibility, h.setBackgroundColor = (A) => m.setBackgroundColor(A), h.setGlobeColor = h.setBackgroundColor, h.setSkyBox = (A) => m.setSkyBox(A), h.setModelBrightness = (A) => m.setModelBrightness(A), h.adjustModelColor = (A) => m.setModelColorAdjustment(A), h.setModelColorAdjustment = h.adjustModelColor, h.setShadowIntensity = (A) => {
27447
27467
  m.setShadowDarkness ? m.setShadowDarkness(A) : console.warn(
27448
27468
  "baseSetting.setShadowDarkness is not available. Please reload the page."
27449
27469
  );
@@ -28318,7 +28338,7 @@ const CI = { class: "search-box" }, bI = { key: 0 }, wI = { style: { color: "#f5
28318
28338
  { ID: "annotation", title: "标注", src: _I, key: "annotation" },
28319
28339
  // { ID: 'map', title: '导航图', src: miniMapIcon, key: 'navigationMap' },
28320
28340
  // { ID: 'excavate', title: '压平与开挖', src: excavateIcon, key: 'excavate' },
28321
- { ID: "setting", title: "设置", src: DI, key: "setting" }
28341
+ { ID: "setting", title: "场景配置", src: DI, key: "setting" }
28322
28342
  ]), c = Q([]), u = Q([...t.activeIds]);
28323
28343
  te(() => t.activeIds, (M) => {
28324
28344
  u.value = [...M];
@@ -30332,13 +30352,15 @@ const HM = /* @__PURE__ */ ds(QM), YM = { class: "setting-panel" }, zM = { class
30332
30352
  brightness: 1,
30333
30353
  contrast: 1,
30334
30354
  saturation: 1,
30335
- backgroundColor: "linear-gradient(0deg, rgb(238, 247, 255) 0%, rgb(178, 218, 244) 70%, rgb(141, 190, 221) 100%)"
30355
+ backgroundColor: "linear-gradient(0deg, rgb(238, 247, 255) 0%, rgb(178, 218, 244) 70%, rgb(141, 190, 221) 100%)",
30356
+ skyBox: ""
30357
+ // '' = 默认天空盒, '/skybox/blueSkies' = 自定义
30336
30358
  }), C = Et({
30337
30359
  collision: !1,
30338
30360
  habit: 0
30339
30361
  // 0: default, 1: custom
30340
30362
  }), x = (b) => {
30341
- b && (b.globe !== void 0 && (y.globe = b.globe), b.terrain !== void 0 && (y.terrain = b.terrain), b.depthTest !== void 0 && (y.depthTest = b.depthTest), b.mapProvider !== void 0 && (m.provider = b.mapProvider), b.tiandituLayerType !== void 0 && (m.tianditu.layerType = b.tiandituLayerType), b.tiandituShowLabel !== void 0 && (m.tianditu.showLabel = b.tiandituShowLabel), b.arcgisUrl !== void 0 && (m.arcgis.url = b.arcgisUrl), b.shadows !== void 0 && (v.shadows = b.shadows), b.shadowDarkness !== void 0 && (v.shadowDarkness = b.shadowDarkness), b.environmentMap !== void 0 && (v.environmentMap = b.environmentMap), b.ambientOcclusion !== void 0 && (v.ambientOcclusion = b.ambientOcclusion), b.time !== void 0 && (typeof b.time == "number" ? v.time = _t().startOf("day").add(b.time, "hour") : v.time = _t(b.time)), b.brightness !== void 0 && (v.brightness = b.brightness), b.contrast !== void 0 && (v.contrast = b.contrast), b.saturation !== void 0 && (v.saturation = b.saturation), b.backgroundColor !== void 0 && (v.backgroundColor = b.backgroundColor), b.collision !== void 0 && (C.collision = b.collision), b.mouseHabit !== void 0 && (C.habit = b.mouseHabit));
30363
+ b && (b.globe !== void 0 && (y.globe = b.globe), b.terrain !== void 0 && (y.terrain = b.terrain), b.depthTest !== void 0 && (y.depthTest = b.depthTest), b.mapProvider !== void 0 && (m.provider = b.mapProvider), b.tiandituLayerType !== void 0 && (m.tianditu.layerType = b.tiandituLayerType), b.tiandituShowLabel !== void 0 && (m.tianditu.showLabel = b.tiandituShowLabel), b.arcgisUrl !== void 0 && (m.arcgis.url = b.arcgisUrl), b.shadows !== void 0 && (v.shadows = b.shadows), b.shadowDarkness !== void 0 && (v.shadowDarkness = b.shadowDarkness), b.environmentMap !== void 0 && (v.environmentMap = b.environmentMap), b.ambientOcclusion !== void 0 && (v.ambientOcclusion = b.ambientOcclusion), b.time !== void 0 && (typeof b.time == "number" ? v.time = _t().startOf("day").add(b.time, "hour") : v.time = _t(b.time)), b.brightness !== void 0 && (v.brightness = b.brightness), b.contrast !== void 0 && (v.contrast = b.contrast), b.saturation !== void 0 && (v.saturation = b.saturation), b.backgroundColor !== void 0 && (v.backgroundColor = b.backgroundColor), b.skyBox !== void 0 && (v.skyBox = b.skyBox), b.collision !== void 0 && (C.collision = b.collision), b.mouseHabit !== void 0 && (C.habit = b.mouseHabit));
30342
30364
  };
30343
30365
  te(() => u.initialConfig, (b) => {
30344
30366
  x(b);
@@ -30385,12 +30407,13 @@ const HM = /* @__PURE__ */ ds(QM), YM = { class: "setting-panel" }, zM = { class
30385
30407
  contrast: v.contrast,
30386
30408
  saturation: v.saturation,
30387
30409
  backgroundColor: v.backgroundColor,
30410
+ skyBox: v.skyBox,
30388
30411
  // Mouse
30389
30412
  collision: C.collision,
30390
30413
  mouseHabit: C.habit
30391
30414
  }), b.setConfigure = (E) => {
30392
30415
  x(E);
30393
- }, b.setBackgroundColor && v.backgroundColor && b.setBackgroundColor(v.backgroundColor), b.setGlobeEnvironmentVisible && b.setGlobeEnvironmentVisible(y.globe), b.setShadowsEnable && b.setShadowsEnable(v.shadows), b.setShadowDarkness && b.setShadowDarkness(v.shadowDarkness), b.setEnvironmentMapEnable && b.setEnvironmentMapEnable(v.environmentMap), b.setAmbientOcclusion && b.setAmbientOcclusion(v.ambientOcclusion), b.setTime) {
30416
+ }, b.setBackgroundColor && v.backgroundColor && b.setBackgroundColor(v.backgroundColor), b.setSkyBox && b.setSkyBox(v.skyBox || null), b.setGlobeEnvironmentVisible && b.setGlobeEnvironmentVisible(y.globe), b.setShadowsEnable && b.setShadowsEnable(v.shadows), b.setShadowDarkness && b.setShadowDarkness(v.shadowDarkness), b.setEnvironmentMapEnable && b.setEnvironmentMapEnable(v.environmentMap), b.setAmbientOcclusion && b.setAmbientOcclusion(v.ambientOcclusion), b.setTime) {
30394
30417
  const E = _t.isDayjs(v.time) ? v.time.toDate() : /* @__PURE__ */ new Date();
30395
30418
  b.setTime(E);
30396
30419
  }
@@ -30430,6 +30453,8 @@ const HM = /* @__PURE__ */ ds(QM), YM = { class: "setting-panel" }, zM = { class
30430
30453
  const E = document.querySelector(".cesium-viewer");
30431
30454
  E && (E.style.background = b);
30432
30455
  }
30456
+ }), te(() => v.skyBox, (b) => {
30457
+ f.value?.setSkyBox?.(b || null);
30433
30458
  }), te(() => C.collision, (b) => f.value?.setCollisionDetection?.(b)), te(() => C.habit, (b) => f.value?.setMouseHabit?.(b));
30434
30459
  const B = (b) => {
30435
30460
  const E = [];
@@ -30771,7 +30796,7 @@ const HM = /* @__PURE__ */ ds(QM), YM = { class: "setting-panel" }, zM = { class
30771
30796
  _: 1
30772
30797
  }, 8, ["visible", "full-height"]));
30773
30798
  }
30774
- }), Ba = /* @__PURE__ */ Ue(T4, [["__scopeId", "data-v-5a41e5bb"]]), P4 = { class: "cad-layer-panel" }, D4 = { class: "layer-list-container" }, _4 = { class: "list-header" }, k4 = { class: "col-check" }, L4 = ["checked"], R4 = { class: "list-body" }, F4 = { class: "col-check" }, O4 = ["checked", "onChange"], G4 = { class: "col-index" }, U4 = ["title"], N4 = { class: "col-color" }, Q4 = ["value"], H4 = {
30799
+ }), Ba = /* @__PURE__ */ Ue(T4, [["__scopeId", "data-v-e7a4d783"]]), P4 = { class: "cad-layer-panel" }, D4 = { class: "layer-list-container" }, _4 = { class: "list-header" }, k4 = { class: "col-check" }, L4 = ["checked"], R4 = { class: "list-body" }, F4 = { class: "col-check" }, O4 = ["checked", "onChange"], G4 = { class: "col-index" }, U4 = ["title"], N4 = { class: "col-color" }, Q4 = ["value"], H4 = {
30775
30800
  key: 0,
30776
30801
  class: "empty-text"
30777
30802
  }, Y4 = /* @__PURE__ */ _e({
@@ -1,4 +1,4 @@
1
- import { g as To } from "./index-oCK7Hz22.js";
1
+ import { g as To } from "./index-Ba4cbcEC.js";
2
2
  function R(n, e) {
3
3
  this.x = n, this.y = e;
4
4
  }
package/leiting-bim.es.js CHANGED
@@ -1 +1 @@
1
- (function(_0x48a714,_0x24defa){var _0x40c0a4=a0_0x5f19,_0x5440b2=_0x48a714();while(!![]){try{var _0x5232cd=-parseInt(_0x40c0a4(0x133))/0x1*(-parseInt(_0x40c0a4(0x139))/0x2)+-parseInt(_0x40c0a4(0x134))/0x3*(-parseInt(_0x40c0a4(0x137))/0x4)+-parseInt(_0x40c0a4(0x136))/0x5+-parseInt(_0x40c0a4(0x131))/0x6*(parseInt(_0x40c0a4(0x135))/0x7)+parseInt(_0x40c0a4(0x130))/0x8+parseInt(_0x40c0a4(0x132))/0x9+-parseInt(_0x40c0a4(0x138))/0xa;if(_0x5232cd===_0x24defa)break;else _0x5440b2['push'](_0x5440b2['shift']());}catch(_0x5e6328){_0x5440b2['push'](_0x5440b2['shift']());}}}(a0_0x1aad,0x52eb3));function a0_0x5f19(_0x400b14,_0x4a8e97){_0x400b14=_0x400b14-0x130;var _0x1aad58=a0_0x1aad();var _0x5f199c=_0x1aad58[_0x400b14];return _0x5f199c;}import{D as a0_0x394990,L as a0_0xc606be,b as a0_0x35b390,e as a0_0x594e4a,_ as a0_0x1ea039,d as a0_0x28f371,f as a0_0x27f798,c as a0_0x45a7d5,h as a0_0x4c3c68,a as a0_0x44fed5,L as a0_0x1cd379,b as a0_0xef8758,e as a0_0x37b8e5,_ as a0_0x1a7c9d,d as a0_0x445535,f as a0_0x6ca577,c as a0_0x45acfe,h as a0_0x146928,a as a0_0x436702,M as a0_0x5cc559,k as a0_0x477181,r as a0_0x1a4e24,p as a0_0x13eee3,q as a0_0x32edeb,o as a0_0x4a3b6f,n as a0_0x5559f1,m as a0_0x14041b,i as a0_0x5eef9a,I as a0_0x11d15f,z as a0_0x68ee06,j as a0_0x747530,J as a0_0x5a2f08,N as a0_0x566462,K as a0_0x2996f7,L as a0_0x39ff2e,l as a0_0x100568,y as a0_0x549ff1,F as a0_0x3c711f,v as a0_0x1b75fc,E as a0_0x4cb7e6,C as a0_0x45a009,H as a0_0x46812c,u as a0_0x1078e8,u as a0_0xbbbc3c,A as a0_0x49982f,B as a0_0x5b9c64,s as a0_0x57d853,t as a0_0x4cbc35,G as a0_0x44cff5,x as a0_0x4deec,w as a0_0x20ca90}from'./index-oCK7Hz22.js';function a0_0x1aad(){var _0x201f70=['4589864fKazqX','6hHsRyV','3538350rrgShi','576849sjVJHm','45oZwEen','179753auJbAE','3111370GUaQYB','168716TOQUJl','11888290mIYazm','2uKGZjr'];a0_0x1aad=function(){return _0x201f70;};return a0_0x1aad();}export{a0_0x394990 as DEFAULT_CESIUM_CONFIG,a0_0xc606be as LeiTingBIM,a0_0x35b390 as LeiTingDraggableCard,a0_0x594e4a as LeiTingInfo,a0_0x1ea039 as LeiTingMenu,a0_0x28f371 as LeiTingPlayer,a0_0x27f798 as LeiTingPosition,a0_0x45a7d5 as LeiTingSection,a0_0x4c3c68 as LeiTingSetting,a0_0x44fed5 as LeiTingTree,a0_0x1cd379 as LeitingBIM,a0_0xef8758 as LeitingDraggableCard,a0_0x37b8e5 as LeitingInfo,a0_0x1a7c9d as LeitingMenu,a0_0x445535 as LeitingPlayer,a0_0x6ca577 as LeitingPosition,a0_0x45acfe as LeitingSection,a0_0x146928 as LeitingSetting,a0_0x436702 as LeitingTree,a0_0x5cc559 as MobileBottomNav,a0_0x477181 as MobileDrawer,a0_0x1a4e24 as MobileInfo,a0_0x13eee3 as MobileMeasurement,a0_0x32edeb as MobilePlayer,a0_0x4a3b6f as MobileSection,a0_0x5559f1 as MobileSetting,a0_0x14041b as MobileTree,a0_0x5eef9a as default,a0_0x11d15f as defaultMobileConfig,a0_0x68ee06 as disableDoubleTapZoom,a0_0x747530 as getAccessToken,a0_0x5a2f08 as getCesiumOptionsForMobile,a0_0x566462 as getTilesetOptionsForMobile,a0_0x2996f7 as getViewerOptionsForMobile,a0_0x39ff2e as leitingBim,a0_0x100568 as loadCesium,a0_0x549ff1 as preventDefaultTouchEvents,a0_0x3c711f as useDebounce,a0_0x1b75fc as useDevice,a0_0x4cb7e6 as useFrameRateControl,a0_0x45a009 as useGestureDetection,a0_0x46812c as useLazyLoad,a0_0x1078e8 as useLeiTing,a0_0xbbbc3c as useLeiting,a0_0x49982f as useLongPress,a0_0x5b9c64 as useLongPressOnElement,a0_0x57d853 as useModelTree,a0_0x4cbc35 as useRightContextMenu,a0_0x44cff5 as useThrottle,a0_0x4deec as useTouchEvents,a0_0x20ca90 as waitForCesium};
1
+ (function(_0x4b9020,_0x330d06){var _0x2fe323=a0_0x1bd6,_0x2e6028=_0x4b9020();while(!![]){try{var _0x18ba20=-parseInt(_0x2fe323(0xf6))/0x1*(parseInt(_0x2fe323(0xf8))/0x2)+parseInt(_0x2fe323(0xfa))/0x3+parseInt(_0x2fe323(0xf7))/0x4*(-parseInt(_0x2fe323(0xf5))/0x5)+parseInt(_0x2fe323(0xf0))/0x6+parseInt(_0x2fe323(0xf1))/0x7*(parseInt(_0x2fe323(0xf4))/0x8)+-parseInt(_0x2fe323(0xf2))/0x9+-parseInt(_0x2fe323(0xf9))/0xa*(parseInt(_0x2fe323(0xf3))/0xb);if(_0x18ba20===_0x330d06)break;else _0x2e6028['push'](_0x2e6028['shift']());}catch(_0x1a8b7e){_0x2e6028['push'](_0x2e6028['shift']());}}}(a0_0x16f9,0xd0225));import{D as a0_0x3ad429,L as a0_0x122e23,b as a0_0x37f5c4,e as a0_0x48468d,_ as a0_0x3d2af2,d as a0_0x594378,f as a0_0x9ec69c,c as a0_0x27e181,h as a0_0x2ad783,a as a0_0x4aa758,L as a0_0x4c3d1b,b as a0_0x451fe2,e as a0_0x59496b,_ as a0_0x4008d3,d as a0_0x2d8ee9,f as a0_0x33c018,c as a0_0xb6d31c,h as a0_0x24f2ff,a as a0_0xc9a950,M as a0_0x19e973,k as a0_0x2f708b,r as a0_0x4dbcac,p as a0_0x164f0d,q as a0_0x281ef4,o as a0_0x201e7b,n as a0_0x149ff0,m as a0_0x1ba0e5,i as a0_0x85a76d,I as a0_0x13f6f9,z as a0_0x49ff57,j as a0_0x5aedf1,J as a0_0x38c476,N as a0_0x11738e,K as a0_0x3b7f31,L as a0_0x1a3e03,l as a0_0x1c5d0b,y as a0_0x3dd2d1,F as a0_0x42bbf3,v as a0_0x1a046c,E as a0_0x47363,C as a0_0x219a4a,H as a0_0x961f15,u as a0_0x2bfe48,u as a0_0x44da16,A as a0_0x19b7ee,B as a0_0x3e31dc,s as a0_0x3729a7,t as a0_0x595004,G as a0_0x1fafe9,x as a0_0x4668a4,w as a0_0x3dfb8d}from'./index-Ba4cbcEC.js';export{a0_0x3ad429 as DEFAULT_CESIUM_CONFIG,a0_0x122e23 as LeiTingBIM,a0_0x37f5c4 as LeiTingDraggableCard,a0_0x48468d as LeiTingInfo,a0_0x3d2af2 as LeiTingMenu,a0_0x594378 as LeiTingPlayer,a0_0x9ec69c as LeiTingPosition,a0_0x27e181 as LeiTingSection,a0_0x2ad783 as LeiTingSetting,a0_0x4aa758 as LeiTingTree,a0_0x4c3d1b as LeitingBIM,a0_0x451fe2 as LeitingDraggableCard,a0_0x59496b as LeitingInfo,a0_0x4008d3 as LeitingMenu,a0_0x2d8ee9 as LeitingPlayer,a0_0x33c018 as LeitingPosition,a0_0xb6d31c as LeitingSection,a0_0x24f2ff as LeitingSetting,a0_0xc9a950 as LeitingTree,a0_0x19e973 as MobileBottomNav,a0_0x2f708b as MobileDrawer,a0_0x4dbcac as MobileInfo,a0_0x164f0d as MobileMeasurement,a0_0x281ef4 as MobilePlayer,a0_0x201e7b as MobileSection,a0_0x149ff0 as MobileSetting,a0_0x1ba0e5 as MobileTree,a0_0x85a76d as default,a0_0x13f6f9 as defaultMobileConfig,a0_0x49ff57 as disableDoubleTapZoom,a0_0x5aedf1 as getAccessToken,a0_0x38c476 as getCesiumOptionsForMobile,a0_0x11738e as getTilesetOptionsForMobile,a0_0x3b7f31 as getViewerOptionsForMobile,a0_0x1a3e03 as leitingBim,a0_0x1c5d0b as loadCesium,a0_0x3dd2d1 as preventDefaultTouchEvents,a0_0x42bbf3 as useDebounce,a0_0x1a046c as useDevice,a0_0x47363 as useFrameRateControl,a0_0x219a4a as useGestureDetection,a0_0x961f15 as useLazyLoad,a0_0x2bfe48 as useLeiTing,a0_0x44da16 as useLeiting,a0_0x19b7ee as useLongPress,a0_0x3e31dc as useLongPressOnElement,a0_0x3729a7 as useModelTree,a0_0x595004 as useRightContextMenu,a0_0x1fafe9 as useThrottle,a0_0x4668a4 as useTouchEvents,a0_0x3dfb8d as waitForCesium};function a0_0x1bd6(_0x3c1d12,_0x156091){_0x3c1d12=_0x3c1d12-0xf0;var _0x16f971=a0_0x16f9();var _0x1bd690=_0x16f971[_0x3c1d12];return _0x1bd690;}function a0_0x16f9(){var _0x5013eb=['10tNiDlN','1weDsba','2520880owhbLl','1067602qSWXxx','87490NttKYJ','2022258PIYAWi','5989110oCmOlA','35CHPLyu','653472rDGZIh','165KieflH','1885328TZRLcW'];a0_0x16f9=function(){return _0x5013eb;};return a0_0x16f9();}