bruce-cesium 6.0.1 → 6.0.3

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.
Files changed (23) hide show
  1. package/dist/bruce-cesium.es5.js +49 -57
  2. package/dist/bruce-cesium.es5.js.map +1 -1
  3. package/dist/bruce-cesium.umd.js +47 -53
  4. package/dist/bruce-cesium.umd.js.map +1 -1
  5. package/dist/lib/bruce-cesium.js +1 -1
  6. package/dist/lib/rendering/relation-render-engine.js.map +1 -1
  7. package/dist/lib/rendering/render-managers/entities/entities-loaded-render-manager.js +3 -6
  8. package/dist/lib/rendering/render-managers/entities/entities-loaded-render-manager.js.map +1 -1
  9. package/dist/lib/rendering/render-managers/entities/entities-render-manager.js +3 -6
  10. package/dist/lib/rendering/render-managers/entities/entities-render-manager.js.map +1 -1
  11. package/dist/lib/rendering/render-managers/other/relations-render-manager.js +3 -7
  12. package/dist/lib/rendering/render-managers/other/relations-render-manager.js.map +1 -1
  13. package/dist/lib/rendering/render-managers/tilesets/tileset-cad-render-manager.js +2 -2
  14. package/dist/lib/rendering/render-managers/tilesets/tileset-cad-render-manager.js.map +1 -1
  15. package/dist/lib/rendering/render-managers/tilesets/tileset-osm-render-manager.js +1 -3
  16. package/dist/lib/rendering/render-managers/tilesets/tileset-osm-render-manager.js.map +1 -1
  17. package/dist/lib/rendering/tileset-styler.js +8 -2
  18. package/dist/lib/rendering/tileset-styler.js.map +1 -1
  19. package/dist/lib/rendering/visuals-register.js +27 -31
  20. package/dist/lib/rendering/visuals-register.js.map +1 -1
  21. package/dist/types/bruce-cesium.d.ts +1 -1
  22. package/dist/types/rendering/visuals-register.d.ts +29 -32
  23. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { BruceEvent, Cartes, Entity as Entity$1, ProjectViewTile, Carto, Geometry, MathUtils, LRUCache, Api, Calculator, ClientFile, EntityTag, EntityType, ObjectUtils, Style, DelayQueue, EntityLod, Bounds, ZoomControl, EntityRelationType, ENVIRONMENT, EntityHistoricData, Tileset, EntityCoords, DataLab, EntitySource, MenuItem, EntityRelation, ProgramKey, ProjectView, ProjectViewBookmark, Camera, ProjectViewLegacyTile, EntityAttachment, EntityAttachmentType, EntityAttribute, AbstractApi, Session } from 'bruce-models';
2
2
  import * as Cesium from 'cesium';
3
- import { Cartographic, Cartesian2, Math as Math$1, Cartesian3, CallbackProperty, Color, HeightReference, Rectangle, JulianDate, Entity, DistanceDisplayCondition, HorizontalOrigin, VerticalOrigin, ConstantProperty, ClassificationType, ConstantPositionProperty, ArcType, CornerType, ShadowMode, PolygonHierarchy, PolylineGraphics, ColorMaterialProperty, ColorBlendMode, HeadingPitchRoll, Transforms, Model, Primitive, Cesium3DTileFeature, SceneMode, GeoJsonDataSource, Cesium3DTileStyle, HeadingPitchRange, Cesium3DTileColorBlendMode, Ion, KmlDataSource, SceneTransforms, Quaternion, Matrix3, Matrix4, Cesium3DTileset, IonResource, EllipsoidTerrainProvider, CesiumInspector, OrthographicFrustum, defined, ClockRange, EasingFunction, NearFarScalar, PolygonPipeline, IonImageryProvider, createWorldImagery, createWorldImageryAsync, BingMapsImageryProvider, BingMapsStyle, MapboxImageryProvider, MapboxStyleImageryProvider, ArcGisMapServerImageryProvider, OpenStreetMapImageryProvider, UrlTemplateImageryProvider, GridImageryProvider, GeographicTilingScheme, ImageryLayer, TileMapServiceImageryProvider, CesiumTerrainProvider, EllipsoidGeodesic, sampleTerrainMostDetailed, ModelGraphics, PolygonGraphics, CorridorGraphics, PointGraphics, BillboardGraphics, EllipseGraphics, PolylineDashMaterialProperty, ScreenSpaceEventHandler, ScreenSpaceEventType, BoundingSphere, GeometryInstance, Intersect, CzmlDataSource, Fullscreen } from 'cesium';
3
+ import { Cartographic, Cartesian2, Math as Math$1, Cartesian3, CallbackProperty, Color, HeightReference, Rectangle, JulianDate, Entity, DistanceDisplayCondition, ClassificationType, ArcType, CornerType, ShadowMode, ConstantProperty, ConstantPositionProperty, HorizontalOrigin, VerticalOrigin, PolygonHierarchy, PolylineGraphics, ColorMaterialProperty, ColorBlendMode, HeadingPitchRoll, Transforms, Model, SceneMode, Primitive, Cesium3DTileFeature, GeoJsonDataSource, Cesium3DTileStyle, Cesium3DTileColorBlendMode, HeadingPitchRange, Ion, KmlDataSource, SceneTransforms, Quaternion, Matrix3, Matrix4, OrthographicFrustum, EasingFunction, NearFarScalar, Cesium3DTileset, IonResource, EllipsoidTerrainProvider, CesiumInspector, defined, ClockRange, IonImageryProvider, createWorldImagery, createWorldImageryAsync, BingMapsImageryProvider, BingMapsStyle, MapboxImageryProvider, MapboxStyleImageryProvider, ArcGisMapServerImageryProvider, OpenStreetMapImageryProvider, UrlTemplateImageryProvider, GridImageryProvider, GeographicTilingScheme, ImageryLayer, TileMapServiceImageryProvider, CesiumTerrainProvider, EllipsoidGeodesic, sampleTerrainMostDetailed, PolygonPipeline, ModelGraphics, PolygonGraphics, CorridorGraphics, PointGraphics, BillboardGraphics, EllipseGraphics, PolylineDashMaterialProperty, ScreenSpaceEventHandler, ScreenSpaceEventType, BoundingSphere, GeometryInstance, CzmlDataSource, Intersect, Fullscreen } from 'cesium';
4
4
 
5
5
  const TIME_LAG = 300;
6
6
  const POSITION_CHECK_TIMER = 950;
@@ -10744,22 +10744,6 @@ var CesiumAnimatedInOut;
10744
10744
  CesiumAnimatedInOut.AnimateOut = AnimateOut;
10745
10745
  })(CesiumAnimatedInOut || (CesiumAnimatedInOut = {}));
10746
10746
 
10747
- // Enum for update source types
10748
- var UpdateSource;
10749
- (function (UpdateSource) {
10750
- UpdateSource["TREE_CASCADE"] = "tree-cascade";
10751
- UpdateSource["TILESET_DISPOSE"] = "tileset-dispose";
10752
- UpdateSource["OSM_TILESET_DISPOSE"] = "osm-tileset-dispose";
10753
- UpdateSource["ADD_REGO_REPLACE"] = "add-rego-replace";
10754
- UpdateSource["ENTITIES_LOADED_REMOVE"] = "entities-loaded-remove";
10755
- UpdateSource["ENTITIES_LOADED_CLEAR"] = "entities-loaded-clear";
10756
- UpdateSource["ENTITIES_LOADED_DISPOSE"] = "entities-loaded-dispose";
10757
- UpdateSource["ENTITIES_TAG_FILTER"] = "entities-tag-filter";
10758
- UpdateSource["ENTITIES_DISABLED"] = "entities-disabled";
10759
- UpdateSource["ENTITIES_DISPOSE"] = "entities-dispose";
10760
- UpdateSource["RELATIONS_FILTER"] = "relations-filter";
10761
- UpdateSource["RELATIONS_DISPOSE"] = "relations-dispose"; // Triggered when relations render manager is disposed.
10762
- })(UpdateSource || (UpdateSource = {}));
10763
10747
  /**
10764
10748
  * Returns if a given visual is alive and in the scene.
10765
10749
  * @param viewer
@@ -11058,6 +11042,19 @@ var VisualsRegister;
11058
11042
  EVisualUpdateType["Update"] = "UPDATE";
11059
11043
  EVisualUpdateType["DeselectAll"] = "DESELECT_ALL";
11060
11044
  })(EVisualUpdateType = VisualsRegister.EVisualUpdateType || (VisualsRegister.EVisualUpdateType = {}));
11045
+ /**
11046
+ * Possible sources of visual updates (if source is known).
11047
+ * @warning under development. Expect changes.
11048
+ */
11049
+ let EUpdateSource;
11050
+ (function (EUpdateSource) {
11051
+ // Triggered by the tree cascade update.
11052
+ // TODO: seems specific to our ui-app, could we rename it to 'BULK_UPDATE' or 'SILENT' to indicate an ignore.
11053
+ EUpdateSource["TREE_CASCADE"] = "tree-cascade";
11054
+ // Triggered by a Tileset being disposed.
11055
+ // TODO: maybe generalize to 'MENU_ITEM_DISPOSE'?
11056
+ EUpdateSource["TILESET_DISPOSE"] = "tileset-dispose";
11057
+ })(EUpdateSource = VisualsRegister.EUpdateSource || (VisualsRegister.EUpdateSource = {}));
11061
11058
  class Register {
11062
11059
  get Id() {
11063
11060
  return this.id;
@@ -11235,7 +11232,7 @@ var VisualsRegister;
11235
11232
  });
11236
11233
  }
11237
11234
  // Trigger update event.
11238
- if (this.onUpdate && source !== UpdateSource.TREE_CASCADE) {
11235
+ if (this.onUpdate && source !== EUpdateSource.TREE_CASCADE) {
11239
11236
  const update = {
11240
11237
  type: EVisualUpdateType.Update,
11241
11238
  entityId: state.entityId
@@ -11326,7 +11323,7 @@ var VisualsRegister;
11326
11323
  }
11327
11324
  }
11328
11325
  // Trigger update event.
11329
- if (this.onUpdate && source !== UpdateSource.TREE_CASCADE) {
11326
+ if (this.onUpdate && source !== EUpdateSource.TREE_CASCADE) {
11330
11327
  const keys = Object.keys(states);
11331
11328
  for (let i = 0; i < keys.length; i++) {
11332
11329
  const key = keys[i];
@@ -11608,7 +11605,7 @@ var VisualsRegister;
11608
11605
  if (source) {
11609
11606
  update.source = source;
11610
11607
  }
11611
- if (source !== UpdateSource.TREE_CASCADE) {
11608
+ if (source !== EUpdateSource.TREE_CASCADE) {
11612
11609
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
11613
11610
  }
11614
11611
  }
@@ -11774,7 +11771,7 @@ var VisualsRegister;
11774
11771
  if (source) {
11775
11772
  update.source = source;
11776
11773
  }
11777
- if (source !== UpdateSource.TREE_CASCADE) {
11774
+ if (source !== EUpdateSource.TREE_CASCADE) {
11778
11775
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
11779
11776
  }
11780
11777
  }
@@ -11820,7 +11817,7 @@ var VisualsRegister;
11820
11817
  if (params === null || params === void 0 ? void 0 : params.source) {
11821
11818
  update.source = params.source;
11822
11819
  }
11823
- if ((params === null || params === void 0 ? void 0 : params.source) !== UpdateSource.TREE_CASCADE) {
11820
+ if ((params === null || params === void 0 ? void 0 : params.source) !== EUpdateSource.TREE_CASCADE) {
11824
11821
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
11825
11822
  }
11826
11823
  if ((params === null || params === void 0 ? void 0 : params.requestRender) != false) {
@@ -11970,7 +11967,7 @@ var VisualsRegister;
11970
11967
  if (source) {
11971
11968
  update.source = source;
11972
11969
  }
11973
- if (source !== UpdateSource.TREE_CASCADE) {
11970
+ if (source !== EUpdateSource.TREE_CASCADE) {
11974
11971
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
11975
11972
  }
11976
11973
  }
@@ -12082,7 +12079,7 @@ var VisualsRegister;
12082
12079
  if (params === null || params === void 0 ? void 0 : params.source) {
12083
12080
  update.source = params.source;
12084
12081
  }
12085
- if ((params === null || params === void 0 ? void 0 : params.source) !== UpdateSource.TREE_CASCADE) {
12082
+ if ((params === null || params === void 0 ? void 0 : params.source) !== EUpdateSource.TREE_CASCADE) {
12086
12083
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
12087
12084
  }
12088
12085
  }
@@ -12097,8 +12094,7 @@ var VisualsRegister;
12097
12094
  entityId: rego.entityId,
12098
12095
  menuItemId: rego.menuItemId,
12099
12096
  doUpdate: false,
12100
- requestRender: false,
12101
- source: UpdateSource.ADD_REGO_REPLACE
12097
+ requestRender: false
12102
12098
  });
12103
12099
  }
12104
12100
  const entityId = rego.entityId;
@@ -12122,7 +12118,7 @@ var VisualsRegister;
12122
12118
  if (source) {
12123
12119
  update.source = source;
12124
12120
  }
12125
- if (source !== UpdateSource.TREE_CASCADE) {
12121
+ if (source !== EUpdateSource.TREE_CASCADE) {
12126
12122
  (_b = this.onUpdate) === null || _b === void 0 ? void 0 : _b.Trigger(update);
12127
12123
  }
12128
12124
  if (requestRender != false) {
@@ -12244,7 +12240,7 @@ var VisualsRegister;
12244
12240
  if (source) {
12245
12241
  update.source = source;
12246
12242
  }
12247
- if (source !== UpdateSource.TREE_CASCADE) {
12243
+ if (source !== EUpdateSource.TREE_CASCADE) {
12248
12244
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
12249
12245
  }
12250
12246
  if (doesInclude) {
@@ -12283,7 +12279,7 @@ var VisualsRegister;
12283
12279
  if (source) {
12284
12280
  update.source = source;
12285
12281
  }
12286
- if (source !== UpdateSource.TREE_CASCADE) {
12282
+ if (source !== EUpdateSource.TREE_CASCADE) {
12287
12283
  (_b = this.onUpdate) === null || _b === void 0 ? void 0 : _b.Trigger(update);
12288
12284
  }
12289
12285
  this.rego[entityId] = entityRegos.filter(r => r.menuItemId !== menuItemId);
@@ -12318,7 +12314,7 @@ var VisualsRegister;
12318
12314
  if (source) {
12319
12315
  update.source = source;
12320
12316
  }
12321
- if (source !== UpdateSource.TREE_CASCADE) {
12317
+ if (source !== EUpdateSource.TREE_CASCADE) {
12322
12318
  (_c = this.onUpdate) === null || _c === void 0 ? void 0 : _c.Trigger(update);
12323
12319
  }
12324
12320
  if (doUpdate && menuItemId) {
@@ -12425,7 +12421,7 @@ var VisualsRegister;
12425
12421
  if (source) {
12426
12422
  update.source = source;
12427
12423
  }
12428
- if (source !== UpdateSource.TREE_CASCADE) {
12424
+ if (source !== EUpdateSource.TREE_CASCADE) {
12429
12425
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
12430
12426
  }
12431
12427
  this.queueUpdate({
@@ -13466,15 +13462,13 @@ var EntitiesRenderManager;
13466
13462
  if (shouldRender) {
13467
13463
  this.visualsManager.RemoveRegos({
13468
13464
  menuItemId: this.item.id,
13469
- retainTagIds: tagsToRender,
13470
- source: UpdateSource.ENTITIES_TAG_FILTER
13465
+ retainTagIds: tagsToRender
13471
13466
  });
13472
13467
  (_j = this.clustering) === null || _j === void 0 ? void 0 : _j.Dispose();
13473
13468
  }
13474
13469
  else {
13475
13470
  this.visualsManager.RemoveRegos({
13476
- menuItemId: this.item.id,
13477
- source: UpdateSource.ENTITIES_DISABLED
13471
+ menuItemId: this.item.id
13478
13472
  });
13479
13473
  (_k = this.clustering) === null || _k === void 0 ? void 0 : _k.Dispose();
13480
13474
  return;
@@ -13615,8 +13609,7 @@ var EntitiesRenderManager;
13615
13609
  this.unsetGetter();
13616
13610
  this.disposed = true;
13617
13611
  this.visualsManager.RemoveRegos({
13618
- menuItemId: this.item.id,
13619
- source: UpdateSource.ENTITIES_DISPOSE
13612
+ menuItemId: this.item.id
13620
13613
  });
13621
13614
  (_a = this.entityCheckRemoval) === null || _a === void 0 ? void 0 : _a.call(this);
13622
13615
  (_b = this.viewMonitorRemoval) === null || _b === void 0 ? void 0 : _b.call(this);
@@ -14476,8 +14469,7 @@ var EntitiesLoadedRenderManager;
14476
14469
  }
14477
14470
  this.visualsManager.RemoveRegos({
14478
14471
  entityId: x,
14479
- menuItemId: this.item.id,
14480
- source: UpdateSource.ENTITIES_LOADED_REMOVE
14472
+ menuItemId: this.item.id
14481
14473
  });
14482
14474
  this.renderedEntities[x] = false;
14483
14475
  });
@@ -14493,8 +14485,7 @@ var EntitiesLoadedRenderManager;
14493
14485
  }
14494
14486
  this.item.BruceEntity.Entities = [];
14495
14487
  this.visualsManager.RemoveRegos({
14496
- menuItemId: this.item.id,
14497
- source: UpdateSource.ENTITIES_LOADED_CLEAR
14488
+ menuItemId: this.item.id
14498
14489
  });
14499
14490
  this.renderedEntities = {};
14500
14491
  this.recreateGetter();
@@ -14558,8 +14549,7 @@ var EntitiesLoadedRenderManager;
14558
14549
  this.getterSub = null;
14559
14550
  this.disposed = true;
14560
14551
  this.visualsManager.RemoveRegos({
14561
- menuItemId: this.item.id,
14562
- source: UpdateSource.ENTITIES_LOADED_DISPOSE
14552
+ menuItemId: this.item.id
14563
14553
  });
14564
14554
  for (let i = 0; i < this.sources.length; i++) {
14565
14555
  const source = this.sources[i];
@@ -16306,16 +16296,22 @@ class TilesetStyler {
16306
16296
  this.fallbackStyle = null;
16307
16297
  }
16308
16298
  if (params.scenario != null) {
16309
- this.scenario = params.scenario;
16310
16299
  if (!this.shouldUpdateRegoStates && !!this.scenario) {
16311
16300
  this.shouldUpdateRegoStates = true;
16312
16301
  }
16302
+ this.scenario = params.scenario;
16313
16303
  }
16314
16304
  if (params.historic != null) {
16315
- this.historic = params.historic;
16316
16305
  if (params.historic || this.historic != params.historic) {
16317
16306
  this.shouldUpdateRegoStates = true;
16318
16307
  }
16308
+ this.historic = params.historic;
16309
+ }
16310
+ if (params.expandSources != null) {
16311
+ if (this.expandSources != params.expandSources) {
16312
+ this.shouldUpdateRegoStates = true;
16313
+ }
16314
+ this.expandSources = params.expandSources;
16319
16315
  }
16320
16316
  // Reload styles.
16321
16317
  if (this.loaded) {
@@ -18759,7 +18755,7 @@ var TilesetCadRenderManager;
18759
18755
  requestRender: false,
18760
18756
  menuItemId: this.item.id,
18761
18757
  doRemove: false,
18762
- source: UpdateSource.TILESET_DISPOSE
18758
+ source: VisualsRegister.EUpdateSource.TILESET_DISPOSE
18763
18759
  });
18764
18760
  // Might have to do something smarter since siblings could still be OK.
18765
18761
  this.loadedCesiumEntities[rego.entityId] = null;
@@ -19043,7 +19039,7 @@ var TilesetCadRenderManager;
19043
19039
  this.visualsManager.RemoveRegos({
19044
19040
  menuItemId: this.item.id,
19045
19041
  doRemove: false,
19046
- source: UpdateSource.TILESET_DISPOSE
19042
+ source: VisualsRegister.EUpdateSource.TILESET_DISPOSE
19047
19043
  });
19048
19044
  this.viewerDateTimeDispose();
19049
19045
  }
@@ -19543,8 +19539,7 @@ var TilesetOsmRenderManager;
19543
19539
  this.cTileset = null;
19544
19540
  }
19545
19541
  this.visualsManager.RemoveRegos({
19546
- menuItemId: this.item.id,
19547
- source: UpdateSource.OSM_TILESET_DISPOSE
19542
+ menuItemId: this.item.id
19548
19543
  });
19549
19544
  this.featureQueue = [];
19550
19545
  }
@@ -20737,8 +20732,7 @@ var RelationsRenderManager;
20737
20732
  relation: rego.relation,
20738
20733
  entityId: rego.entityId,
20739
20734
  menuItemId: this.item.id,
20740
- requestRender: false,
20741
- source: UpdateSource.RELATIONS_FILTER
20735
+ requestRender: false
20742
20736
  });
20743
20737
  }
20744
20738
  }
@@ -20785,8 +20779,7 @@ var RelationsRenderManager;
20785
20779
  }
20786
20780
  this.disposed = true;
20787
20781
  this.register.RemoveRegos({
20788
- menuItemId: this.item.id,
20789
- source: UpdateSource.RELATIONS_DISPOSE
20782
+ menuItemId: this.item.id
20790
20783
  });
20791
20784
  }
20792
20785
  /**
@@ -21046,8 +21039,7 @@ var RelationsRenderManager;
21046
21039
  entityId: rego.entityId,
21047
21040
  menuItemId: this.item.id,
21048
21041
  relation: relation,
21049
- requestRender: false,
21050
- source: UpdateSource.RELATIONS_FILTER
21042
+ requestRender: false
21051
21043
  });
21052
21044
  }
21053
21045
  const key = RelationRenderEngine.GetRenderGroupId(relation);
@@ -33326,7 +33318,7 @@ class WidgetViewBar extends Widget.AWidget {
33326
33318
  }
33327
33319
  }
33328
33320
 
33329
- const VERSION = "6.0.1";
33321
+ const VERSION = "6.0.3";
33330
33322
 
33331
- export { VERSION, CesiumViewMonitor, ViewerUtils, ViewerEventTracker, MenuItemManager, isOutlineChanged, EntityRenderEngine, EntityRenderEnginePoint, EntityRenderEnginePolyline, EntityRenderEnginePolygon, EntityRenderEngineModel3d, MenuItemCreator, UpdateSource, VisualsRegister, RenderManager, EntitiesIdsRenderManager, DataLabRenderManager, EntitiesLoadedRenderManager, EntitiesRenderManager, EntityRenderManager, TilesetCadRenderManager, TilesetArbRenderManager, TilesetEntitiesRenderManager, TilesetOsmRenderManager, TilesetPointcloudRenderManager, TilesetGooglePhotosRenderManager, DataSourceStaticKmlManager, GoogleSearchRenderManager, AssemblyRenderManager, RelationsRenderManager, SharedGetters, CesiumParabola, EntityLabel, ViewRenderEngine, TileRenderEngine, TilesetRenderEngine, CESIUM_INSPECTOR_KEY, CESIUM_TIMELINE_KEY, CESIUM_TIMELINE_LIVE_KEY, CESIUM_TIMELINE_LIVE_PADDING_KEY, CESIUM_TIMELINE_INTERVAL_KEY, DEFAULT_LIVE_PADDING_SECONDS, ViewUtils, DrawingUtils, MeasureUtils, EntityUtils, CesiumEntityStyler, CesiumAnimatedProperty, CesiumAnimatedInOut, Draw3dPolygon, Draw3dPolyline, MeasureCreator, Walkthrough, Widget, VIEWER_BOOKMARKS_WIDGET_KEY, WidgetBookmarks, WidgetBranding, WidgetCursorBar, WidgetEmbeddedInfoView, WidgetInfoView, WidgetNavCompass$$1 as WidgetNavCompass, VIEWER_VIEW_BAR_WIDGET_KEY, WidgetViewBar, WidgetControlViewBar, WidgetControlViewBarSearch, VIEWER_LEFT_PANEL_WIDGET_KEY, VIEWER_LEFT_PANEL_CSS_VAR_LEFT, WidgetLeftPanel, WidgetLeftPanelTab, WidgetLeftPanelTabBookmarks };
33323
+ export { VERSION, CesiumViewMonitor, ViewerUtils, ViewerEventTracker, MenuItemManager, isOutlineChanged, EntityRenderEngine, EntityRenderEnginePoint, EntityRenderEnginePolyline, EntityRenderEnginePolygon, EntityRenderEngineModel3d, MenuItemCreator, VisualsRegister, RenderManager, EntitiesIdsRenderManager, DataLabRenderManager, EntitiesLoadedRenderManager, EntitiesRenderManager, EntityRenderManager, TilesetCadRenderManager, TilesetArbRenderManager, TilesetEntitiesRenderManager, TilesetOsmRenderManager, TilesetPointcloudRenderManager, TilesetGooglePhotosRenderManager, DataSourceStaticKmlManager, GoogleSearchRenderManager, AssemblyRenderManager, RelationsRenderManager, SharedGetters, CesiumParabola, EntityLabel, ViewRenderEngine, TileRenderEngine, TilesetRenderEngine, CESIUM_INSPECTOR_KEY, CESIUM_TIMELINE_KEY, CESIUM_TIMELINE_LIVE_KEY, CESIUM_TIMELINE_LIVE_PADDING_KEY, CESIUM_TIMELINE_INTERVAL_KEY, DEFAULT_LIVE_PADDING_SECONDS, ViewUtils, DrawingUtils, MeasureUtils, EntityUtils, CesiumEntityStyler, CesiumAnimatedProperty, CesiumAnimatedInOut, Draw3dPolygon, Draw3dPolyline, MeasureCreator, Walkthrough, Widget, VIEWER_BOOKMARKS_WIDGET_KEY, WidgetBookmarks, WidgetBranding, WidgetCursorBar, WidgetEmbeddedInfoView, WidgetInfoView, WidgetNavCompass$$1 as WidgetNavCompass, VIEWER_VIEW_BAR_WIDGET_KEY, WidgetViewBar, WidgetControlViewBar, WidgetControlViewBarSearch, VIEWER_LEFT_PANEL_WIDGET_KEY, VIEWER_LEFT_PANEL_CSS_VAR_LEFT, WidgetLeftPanel, WidgetLeftPanelTab, WidgetLeftPanelTabBookmarks };
33332
33324
  //# sourceMappingURL=bruce-cesium.es5.js.map