@itwin/rpcinterface-full-stack-tests 4.8.0-dev.17 → 4.8.0-dev.19

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.
@@ -28507,7 +28507,7 @@ var CompressedId64Set;
28507
28507
  }
28508
28508
  CompressedId64Set.compressSet = compressSet;
28509
28509
  /** Create a sorted array from `ids`, then return a compact string representation of those Ids.
28510
- * @see [[compressIds]] if `ids` is known to already be sorted.
28510
+ * @see [[CompressedId64Set.compressIds]] if `ids` is known to already be sorted.
28511
28511
  */
28512
28512
  function sortAndCompress(ids) {
28513
28513
  // `string` is an Iterable<string>. In that case assume caller passed a single Id64String.
@@ -34547,7 +34547,7 @@ var ProfileOptions;
34547
34547
  /**
34548
34548
  * The state of the schemas in the Db compared with what the current version of the software expects
34549
34549
  * Note: The state may vary depending on whether the Db is to be opened ReadOnly or ReadWrite.
34550
- * @beta
34550
+ * @public
34551
34551
  */
34552
34552
  var SchemaState;
34553
34553
  (function (SchemaState) {
@@ -45755,12 +45755,17 @@ __webpack_require__.r(__webpack_exports__);
45755
45755
  */
45756
45756
  // cSpell:ignore vals
45757
45757
  /** Describes the semantics of a [PolylineArgs]($frontend).
45758
- * @alpha
45758
+ * @public
45759
45759
  */
45760
45760
  var PolylineTypeFlags;
45761
45761
  (function (PolylineTypeFlags) {
45762
+ /** Just an ordinary polyline with no special semantics. */
45762
45763
  PolylineTypeFlags[PolylineTypeFlags["Normal"] = 0] = "Normal";
45764
+ /** A polyline used to define the edges of a planar region. */
45763
45765
  PolylineTypeFlags[PolylineTypeFlags["Edge"] = 1] = "Edge";
45766
+ /** Like [[Edge]], but the edges are only displayed in [[RenderMode.Wireframe]] when the surface's fill is not displayed.
45767
+ * [[FillFlags]] controls whether the fill is displayed.
45768
+ */
45764
45769
  PolylineTypeFlags[PolylineTypeFlags["Outline"] = 2] = "Outline";
45765
45770
  })(PolylineTypeFlags || (PolylineTypeFlags = {}));
45766
45771
  /** @internal */
@@ -47632,26 +47637,6 @@ class SkyCube extends SkyBox {
47632
47637
  }
47633
47638
 
47634
47639
 
47635
- /***/ }),
47636
-
47637
- /***/ "../../core/common/lib/esm/Snapping.js":
47638
- /*!*********************************************!*\
47639
- !*** ../../core/common/lib/esm/Snapping.js ***!
47640
- \*********************************************/
47641
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
47642
-
47643
- "use strict";
47644
- __webpack_require__.r(__webpack_exports__);
47645
- /*---------------------------------------------------------------------------------------------
47646
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
47647
- * See LICENSE.md in the project root for license terms and full copyright notice.
47648
- *--------------------------------------------------------------------------------------------*/
47649
- /** @packageDocumentation
47650
- * @module Geometry
47651
- */
47652
-
47653
-
47654
-
47655
47640
  /***/ }),
47656
47641
 
47657
47642
  /***/ "../../core/common/lib/esm/SolarCalculate.js":
@@ -51278,7 +51263,7 @@ __webpack_require__.r(__webpack_exports__);
51278
51263
  /* harmony export */ "AnalysisStyleThematic": () => (/* reexport safe */ _AnalysisStyle__WEBPACK_IMPORTED_MODULE_1__.AnalysisStyleThematic),
51279
51264
  /* harmony export */ "AreaPattern": () => (/* reexport safe */ _geometry_AreaPattern__WEBPACK_IMPORTED_MODULE_42__.AreaPattern),
51280
51265
  /* harmony export */ "Atmosphere": () => (/* reexport safe */ _Atmosphere__WEBPACK_IMPORTED_MODULE_7__.Atmosphere),
51281
- /* harmony export */ "B3dmHeader": () => (/* reexport safe */ _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_148__.B3dmHeader),
51266
+ /* harmony export */ "B3dmHeader": () => (/* reexport safe */ _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_147__.B3dmHeader),
51282
51267
  /* harmony export */ "BRepEntity": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_50__.BRepEntity),
51283
51268
  /* harmony export */ "BRepGeometryOperation": () => (/* reexport safe */ _geometry_ElementGeometry__WEBPACK_IMPORTED_MODULE_46__.BRepGeometryOperation),
51284
51269
  /* harmony export */ "BackendError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.BackendError),
@@ -51290,9 +51275,9 @@ __webpack_require__.r(__webpack_exports__);
51290
51275
  /* harmony export */ "BaseLayerSettings": () => (/* reexport safe */ _MapImagerySettings__WEBPACK_IMPORTED_MODULE_78__.BaseLayerSettings),
51291
51276
  /* harmony export */ "BaseMapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_79__.BaseMapLayerSettings),
51292
51277
  /* harmony export */ "BatchType": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_36__.BatchType),
51293
- /* harmony export */ "BentleyCloudRpcConfiguration": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_141__.BentleyCloudRpcConfiguration),
51294
- /* harmony export */ "BentleyCloudRpcManager": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_141__.BentleyCloudRpcManager),
51295
- /* harmony export */ "BentleyCloudRpcProtocol": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_142__.BentleyCloudRpcProtocol),
51278
+ /* harmony export */ "BentleyCloudRpcConfiguration": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_140__.BentleyCloudRpcConfiguration),
51279
+ /* harmony export */ "BentleyCloudRpcManager": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_140__.BentleyCloudRpcManager),
51280
+ /* harmony export */ "BentleyCloudRpcProtocol": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_141__.BentleyCloudRpcProtocol),
51296
51281
  /* harmony export */ "BentleyError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.BentleyError),
51297
51282
  /* harmony export */ "BentleyStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.BentleyStatus),
51298
51283
  /* harmony export */ "BisCodeSpec": () => (/* reexport safe */ _Code__WEBPACK_IMPORTED_MODULE_18__.BisCodeSpec),
@@ -51300,13 +51285,13 @@ __webpack_require__.r(__webpack_exports__);
51300
51285
  /* harmony export */ "BoundingSphere": () => (/* reexport safe */ _geometry_BoundingSphere__WEBPACK_IMPORTED_MODULE_43__.BoundingSphere),
51301
51286
  /* harmony export */ "BriefcaseIdValue": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_12__.BriefcaseIdValue),
51302
51287
  /* harmony export */ "BriefcaseStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.BriefcaseStatus),
51303
- /* harmony export */ "CURRENT_INVOCATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_128__.CURRENT_INVOCATION),
51304
- /* harmony export */ "CURRENT_REQUEST": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_128__.CURRENT_REQUEST),
51288
+ /* harmony export */ "CURRENT_INVOCATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.CURRENT_INVOCATION),
51289
+ /* harmony export */ "CURRENT_REQUEST": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.CURRENT_REQUEST),
51305
51290
  /* harmony export */ "Camera": () => (/* reexport safe */ _Camera__WEBPACK_IMPORTED_MODULE_13__.Camera),
51306
51291
  /* harmony export */ "Carto2DDegrees": () => (/* reexport safe */ _geometry_Projection__WEBPACK_IMPORTED_MODULE_54__.Carto2DDegrees),
51307
51292
  /* harmony export */ "Cartographic": () => (/* reexport safe */ _geometry_Cartographic__WEBPACK_IMPORTED_MODULE_44__.Cartographic),
51308
51293
  /* harmony export */ "CartographicRange": () => (/* reexport safe */ _geometry_Cartographic__WEBPACK_IMPORTED_MODULE_44__.CartographicRange),
51309
- /* harmony export */ "CesiumTerrainAssetId": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_109__.CesiumTerrainAssetId),
51294
+ /* harmony export */ "CesiumTerrainAssetId": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_108__.CesiumTerrainAssetId),
51310
51295
  /* harmony export */ "ChangeOpCode": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_26__.ChangeOpCode),
51311
51296
  /* harmony export */ "ChangeSetStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.ChangeSetStatus),
51312
51297
  /* harmony export */ "ChangedValueState": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_26__.ChangedValueState),
@@ -51320,15 +51305,15 @@ __webpack_require__.r(__webpack_exports__);
51320
51305
  /* harmony export */ "ColorDef": () => (/* reexport safe */ _ColorDef__WEBPACK_IMPORTED_MODULE_20__.ColorDef),
51321
51306
  /* harmony export */ "ColorIndex": () => (/* reexport safe */ _FeatureIndex__WEBPACK_IMPORTED_MODULE_34__.ColorIndex),
51322
51307
  /* harmony export */ "CommonLoggerCategory": () => (/* reexport safe */ _CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_21__.CommonLoggerCategory),
51323
- /* harmony export */ "CompositeTileHeader": () => (/* reexport safe */ _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_149__.CompositeTileHeader),
51308
+ /* harmony export */ "CompositeTileHeader": () => (/* reexport safe */ _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_148__.CompositeTileHeader),
51324
51309
  /* harmony export */ "ConcreteEntityTypes": () => (/* reexport safe */ _EntityReference__WEBPACK_IMPORTED_MODULE_32__.ConcreteEntityTypes),
51325
51310
  /* harmony export */ "ConflictingLocksError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.ConflictingLocksError),
51326
- /* harmony export */ "ContentFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.ContentFlags),
51327
- /* harmony export */ "ContentIdProvider": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.ContentIdProvider),
51311
+ /* harmony export */ "ContentFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.ContentFlags),
51312
+ /* harmony export */ "ContentIdProvider": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.ContentIdProvider),
51328
51313
  /* harmony export */ "ContextRealityModel": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_22__.ContextRealityModel),
51329
51314
  /* harmony export */ "ContextRealityModelProps": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_22__.ContextRealityModelProps),
51330
51315
  /* harmony export */ "ContextRealityModels": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_22__.ContextRealityModels),
51331
- /* harmony export */ "CurrentImdlVersion": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_153__.CurrentImdlVersion),
51316
+ /* harmony export */ "CurrentImdlVersion": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_152__.CurrentImdlVersion),
51332
51317
  /* harmony export */ "CutStyle": () => (/* reexport safe */ _ClipStyle__WEBPACK_IMPORTED_MODULE_17__.CutStyle),
51333
51318
  /* harmony export */ "DbQueryError": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.DbQueryError),
51334
51319
  /* harmony export */ "DbRequestKind": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.DbRequestKind),
@@ -51337,8 +51322,8 @@ __webpack_require__.r(__webpack_exports__);
51337
51322
  /* harmony export */ "DbResult": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.DbResult),
51338
51323
  /* harmony export */ "DbValueFormat": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.DbValueFormat),
51339
51324
  /* harmony export */ "DefaultSupportedTypes": () => (/* reexport safe */ _RealityDataAccessProps__WEBPACK_IMPORTED_MODULE_93__.DefaultSupportedTypes),
51340
- /* harmony export */ "DevToolsRpcInterface": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_134__.DevToolsRpcInterface),
51341
- /* harmony export */ "DevToolsStatsOptions": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_134__.DevToolsStatsOptions),
51325
+ /* harmony export */ "DevToolsRpcInterface": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_133__.DevToolsRpcInterface),
51326
+ /* harmony export */ "DevToolsStatsOptions": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_133__.DevToolsStatsOptions),
51342
51327
  /* harmony export */ "DisplayStyle3dSettings": () => (/* reexport safe */ _DisplayStyleSettings__WEBPACK_IMPORTED_MODULE_23__.DisplayStyle3dSettings),
51343
51328
  /* harmony export */ "DisplayStyleSettings": () => (/* reexport safe */ _DisplayStyleSettings__WEBPACK_IMPORTED_MODULE_23__.DisplayStyleSettings),
51344
51329
  /* harmony export */ "DomainOptions": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_12__.DomainOptions),
@@ -51346,7 +51331,7 @@ __webpack_require__.r(__webpack_exports__);
51346
51331
  /* harmony export */ "ECSqlReader": () => (/* reexport safe */ _ECSqlReader__WEBPACK_IMPORTED_MODULE_87__.ECSqlReader),
51347
51332
  /* harmony export */ "ECSqlSystemProperty": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_26__.ECSqlSystemProperty),
51348
51333
  /* harmony export */ "ECSqlValueType": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_26__.ECSqlValueType),
51349
- /* harmony export */ "Easing": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_115__.Easing),
51334
+ /* harmony export */ "Easing": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_114__.Easing),
51350
51335
  /* harmony export */ "EcefLocation": () => (/* reexport safe */ _IModel__WEBPACK_IMPORTED_MODULE_67__.EcefLocation),
51351
51336
  /* harmony export */ "EdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_95__.EdgeArgs),
51352
51337
  /* harmony export */ "ElementGeometry": () => (/* reexport safe */ _geometry_ElementGeometry__WEBPACK_IMPORTED_MODULE_46__.ElementGeometry),
@@ -51365,7 +51350,7 @@ __webpack_require__.r(__webpack_exports__);
51365
51350
  /* harmony export */ "FeatureOverrideType": () => (/* reexport safe */ _EmphasizeElementsProps__WEBPACK_IMPORTED_MODULE_30__.FeatureOverrideType),
51366
51351
  /* harmony export */ "FeatureOverrides": () => (/* reexport safe */ _FeatureSymbology__WEBPACK_IMPORTED_MODULE_35__.FeatureOverrides),
51367
51352
  /* harmony export */ "FeatureTable": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_36__.FeatureTable),
51368
- /* harmony export */ "FeatureTableHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_153__.FeatureTableHeader),
51353
+ /* harmony export */ "FeatureTableHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_152__.FeatureTableHeader),
51369
51354
  /* harmony export */ "FillDisplay": () => (/* reexport safe */ _GeometryParams__WEBPACK_IMPORTED_MODULE_57__.FillDisplay),
51370
51355
  /* harmony export */ "FillFlags": () => (/* reexport safe */ _GraphicParams__WEBPACK_IMPORTED_MODULE_60__.FillFlags),
51371
51356
  /* harmony export */ "FontMap": () => (/* reexport safe */ _Fonts__WEBPACK_IMPORTED_MODULE_37__.FontMap),
@@ -51389,15 +51374,15 @@ __webpack_require__.r(__webpack_exports__);
51389
51374
  /* harmony export */ "GeometryStreamFlags": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_50__.GeometryStreamFlags),
51390
51375
  /* harmony export */ "GeometryStreamIterator": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_50__.GeometryStreamIterator),
51391
51376
  /* harmony export */ "GeometrySummaryVerbosity": () => (/* reexport safe */ _GeometrySummary__WEBPACK_IMPORTED_MODULE_58__.GeometrySummaryVerbosity),
51392
- /* harmony export */ "GlbHeader": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_151__.GlbHeader),
51377
+ /* harmony export */ "GlbHeader": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_150__.GlbHeader),
51393
51378
  /* harmony export */ "GlobeMode": () => (/* reexport safe */ _BackgroundMapSettings__WEBPACK_IMPORTED_MODULE_10__.GlobeMode),
51394
- /* harmony export */ "GltfV2ChunkTypes": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_151__.GltfV2ChunkTypes),
51395
- /* harmony export */ "GltfVersions": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_151__.GltfVersions),
51379
+ /* harmony export */ "GltfV2ChunkTypes": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_150__.GltfV2ChunkTypes),
51380
+ /* harmony export */ "GltfVersions": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_150__.GltfVersions),
51396
51381
  /* harmony export */ "Gradient": () => (/* reexport safe */ _Gradient__WEBPACK_IMPORTED_MODULE_59__.Gradient),
51397
51382
  /* harmony export */ "GraphicParams": () => (/* reexport safe */ _GraphicParams__WEBPACK_IMPORTED_MODULE_60__.GraphicParams),
51398
51383
  /* harmony export */ "GridFileDefinition": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_48__.GridFileDefinition),
51399
51384
  /* harmony export */ "GridFileTransform": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_48__.GridFileTransform),
51400
- /* harmony export */ "GridOrientationType": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_117__.GridOrientationType),
51385
+ /* harmony export */ "GridOrientationType": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_116__.GridOrientationType),
51401
51386
  /* harmony export */ "GroundPlane": () => (/* reexport safe */ _GroundPlane__WEBPACK_IMPORTED_MODULE_61__.GroundPlane),
51402
51387
  /* harmony export */ "HSLColor": () => (/* reexport safe */ _HSLColor__WEBPACK_IMPORTED_MODULE_64__.HSLColor),
51403
51388
  /* harmony export */ "HSVColor": () => (/* reexport safe */ _HSVColor__WEBPACK_IMPORTED_MODULE_65__.HSVColor),
@@ -51408,15 +51393,15 @@ __webpack_require__.r(__webpack_exports__);
51408
51393
  /* harmony export */ "Hilite": () => (/* reexport safe */ _Hilite__WEBPACK_IMPORTED_MODULE_63__.Hilite),
51409
51394
  /* harmony export */ "HorizontalCRS": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_45__.HorizontalCRS),
51410
51395
  /* harmony export */ "HorizontalCRSExtent": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_45__.HorizontalCRSExtent),
51411
- /* harmony export */ "I3dmHeader": () => (/* reexport safe */ _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_152__.I3dmHeader),
51396
+ /* harmony export */ "I3dmHeader": () => (/* reexport safe */ _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_151__.I3dmHeader),
51412
51397
  /* harmony export */ "IModel": () => (/* reexport safe */ _IModel__WEBPACK_IMPORTED_MODULE_67__.IModel),
51413
51398
  /* harmony export */ "IModelError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.IModelError),
51414
- /* harmony export */ "IModelNotFoundResponse": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_135__.IModelNotFoundResponse),
51415
- /* harmony export */ "IModelReadRpcInterface": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_135__.IModelReadRpcInterface),
51399
+ /* harmony export */ "IModelNotFoundResponse": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_134__.IModelNotFoundResponse),
51400
+ /* harmony export */ "IModelReadRpcInterface": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_134__.IModelReadRpcInterface),
51416
51401
  /* harmony export */ "IModelStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.IModelStatus),
51417
- /* harmony export */ "IModelTileRpcInterface": () => (/* reexport safe */ _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_136__.IModelTileRpcInterface),
51402
+ /* harmony export */ "IModelTileRpcInterface": () => (/* reexport safe */ _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_135__.IModelTileRpcInterface),
51418
51403
  /* harmony export */ "IModelVersion": () => (/* reexport safe */ _IModelVersion__WEBPACK_IMPORTED_MODULE_69__.IModelVersion),
51419
- /* harmony export */ "INSTANCE": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_128__.INSTANCE),
51404
+ /* harmony export */ "INSTANCE": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.INSTANCE),
51420
51405
  /* harmony export */ "ImageBuffer": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.ImageBuffer),
51421
51406
  /* harmony export */ "ImageBufferFormat": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.ImageBufferFormat),
51422
51407
  /* harmony export */ "ImageGraphic": () => (/* reexport safe */ _geometry_ImageGraphic__WEBPACK_IMPORTED_MODULE_51__.ImageGraphic),
@@ -51424,10 +51409,10 @@ __webpack_require__.r(__webpack_exports__);
51424
51409
  /* harmony export */ "ImageMapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_79__.ImageMapLayerSettings),
51425
51410
  /* harmony export */ "ImageSource": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.ImageSource),
51426
51411
  /* harmony export */ "ImageSourceFormat": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.ImageSourceFormat),
51427
- /* harmony export */ "ImdlFlags": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_153__.ImdlFlags),
51428
- /* harmony export */ "ImdlHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_153__.ImdlHeader),
51412
+ /* harmony export */ "ImdlFlags": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_152__.ImdlFlags),
51413
+ /* harmony export */ "ImdlHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_152__.ImdlHeader),
51429
51414
  /* harmony export */ "InternetConnectivityStatus": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_84__.InternetConnectivityStatus),
51430
- /* harmony export */ "Interpolation": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_115__.Interpolation),
51415
+ /* harmony export */ "Interpolation": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_114__.Interpolation),
51431
51416
  /* harmony export */ "IpcSession": () => (/* reexport safe */ _ipc_IpcSession__WEBPACK_IMPORTED_MODULE_73__.IpcSession),
51432
51417
  /* harmony export */ "IpcWebSocket": () => (/* reexport safe */ _ipc_IpcWebSocket__WEBPACK_IMPORTED_MODULE_71__.IpcWebSocket),
51433
51418
  /* harmony export */ "IpcWebSocketBackend": () => (/* reexport safe */ _ipc_IpcWebSocket__WEBPACK_IMPORTED_MODULE_71__.IpcWebSocketBackend),
@@ -51443,7 +51428,7 @@ __webpack_require__.r(__webpack_exports__);
51443
51428
  /* harmony export */ "MapImagerySettings": () => (/* reexport safe */ _MapImagerySettings__WEBPACK_IMPORTED_MODULE_78__.MapImagerySettings),
51444
51429
  /* harmony export */ "MapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_79__.MapLayerSettings),
51445
51430
  /* harmony export */ "MapSubLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_79__.MapSubLayerSettings),
51446
- /* harmony export */ "MarshalingBinaryMarker": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_124__.MarshalingBinaryMarker),
51431
+ /* harmony export */ "MarshalingBinaryMarker": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_123__.MarshalingBinaryMarker),
51447
51432
  /* harmony export */ "MassPropertiesOperation": () => (/* reexport safe */ _MassProperties__WEBPACK_IMPORTED_MODULE_80__.MassPropertiesOperation),
51448
51433
  /* harmony export */ "MeshEdge": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_95__.MeshEdge),
51449
51434
  /* harmony export */ "MeshEdges": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_95__.MeshEdges),
@@ -51462,11 +51447,11 @@ __webpack_require__.r(__webpack_exports__);
51462
51447
  /* harmony export */ "Npc": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_38__.Npc),
51463
51448
  /* harmony export */ "NpcCenter": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_38__.NpcCenter),
51464
51449
  /* harmony export */ "NpcCorners": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_38__.NpcCorners),
51465
- /* harmony export */ "OPERATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_128__.OPERATION),
51450
+ /* harmony export */ "OPERATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.OPERATION),
51466
51451
  /* harmony export */ "OctEncodedNormal": () => (/* reexport safe */ _OctEncodedNormal__WEBPACK_IMPORTED_MODULE_85__.OctEncodedNormal),
51467
51452
  /* harmony export */ "OctEncodedNormalPair": () => (/* reexport safe */ _OctEncodedNormal__WEBPACK_IMPORTED_MODULE_85__.OctEncodedNormalPair),
51468
51453
  /* harmony export */ "OverriddenBy": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_84__.OverriddenBy),
51469
- /* harmony export */ "POLICY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_128__.POLICY),
51454
+ /* harmony export */ "POLICY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.POLICY),
51470
51455
  /* harmony export */ "PackedFeature": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_36__.PackedFeature),
51471
51456
  /* harmony export */ "PackedFeatureModelTable": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_36__.PackedFeatureModelTable),
51472
51457
  /* harmony export */ "PackedFeatureTable": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_36__.PackedFeatureTable),
@@ -51477,7 +51462,7 @@ __webpack_require__.r(__webpack_exports__);
51477
51462
  /* harmony export */ "PlanarClipMaskMode": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_88__.PlanarClipMaskMode),
51478
51463
  /* harmony export */ "PlanarClipMaskPriority": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_88__.PlanarClipMaskPriority),
51479
51464
  /* harmony export */ "PlanarClipMaskSettings": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_88__.PlanarClipMaskSettings),
51480
- /* harmony export */ "PntsHeader": () => (/* reexport safe */ _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_154__.PntsHeader),
51465
+ /* harmony export */ "PntsHeader": () => (/* reexport safe */ _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_153__.PntsHeader),
51481
51466
  /* harmony export */ "PointCloudDisplaySettings": () => (/* reexport safe */ _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_94__.PointCloudDisplaySettings),
51482
51467
  /* harmony export */ "PolylineEdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_95__.PolylineEdgeArgs),
51483
51468
  /* harmony export */ "PolylineTypeFlags": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_95__.PolylineTypeFlags),
@@ -51502,7 +51487,7 @@ __webpack_require__.r(__webpack_exports__);
51502
51487
  /* harmony export */ "QueryOptionsBuilder": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.QueryOptionsBuilder),
51503
51488
  /* harmony export */ "QueryParamType": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.QueryParamType),
51504
51489
  /* harmony export */ "QueryRowFormat": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.QueryRowFormat),
51505
- /* harmony export */ "REGISTRY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_128__.REGISTRY),
51490
+ /* harmony export */ "REGISTRY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.REGISTRY),
51506
51491
  /* harmony export */ "Rank": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.Rank),
51507
51492
  /* harmony export */ "RealityDataFormat": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_22__.RealityDataFormat),
51508
51493
  /* harmony export */ "RealityDataProvider": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_22__.RealityDataProvider),
@@ -51510,48 +51495,48 @@ __webpack_require__.r(__webpack_exports__);
51510
51495
  /* harmony export */ "RealityModelDisplaySettings": () => (/* reexport safe */ _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_94__.RealityModelDisplaySettings),
51511
51496
  /* harmony export */ "RelatedElement": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.RelatedElement),
51512
51497
  /* harmony export */ "RenderMaterial": () => (/* reexport safe */ _RenderMaterial__WEBPACK_IMPORTED_MODULE_96__.RenderMaterial),
51513
- /* harmony export */ "RenderMode": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_118__.RenderMode),
51498
+ /* harmony export */ "RenderMode": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_117__.RenderMode),
51514
51499
  /* harmony export */ "RenderSchedule": () => (/* reexport safe */ _RenderSchedule__WEBPACK_IMPORTED_MODULE_97__.RenderSchedule),
51515
51500
  /* harmony export */ "RenderTexture": () => (/* reexport safe */ _RenderTexture__WEBPACK_IMPORTED_MODULE_98__.RenderTexture),
51516
- /* harmony export */ "ResponseLike": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_129__.ResponseLike),
51501
+ /* harmony export */ "ResponseLike": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_128__.ResponseLike),
51517
51502
  /* harmony export */ "RgbColor": () => (/* reexport safe */ _RgbColor__WEBPACK_IMPORTED_MODULE_99__.RgbColor),
51518
- /* harmony export */ "RpcConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_133__.RpcConfiguration),
51519
- /* harmony export */ "RpcContentType": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_120__.RpcContentType),
51520
- /* harmony export */ "RpcControlChannel": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_121__.RpcControlChannel),
51521
- /* harmony export */ "RpcControlResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_121__.RpcControlResponse),
51522
- /* harmony export */ "RpcDefaultConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_133__.RpcDefaultConfiguration),
51523
- /* harmony export */ "RpcDirectProtocol": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_133__.RpcDirectProtocol),
51524
- /* harmony export */ "RpcDirectRequest": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_133__.RpcDirectRequest),
51525
- /* harmony export */ "RpcEndpoint": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_120__.RpcEndpoint),
51526
- /* harmony export */ "RpcInterface": () => (/* reexport safe */ _RpcInterface__WEBPACK_IMPORTED_MODULE_140__.RpcInterface),
51527
- /* harmony export */ "RpcInvocation": () => (/* reexport safe */ _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_122__.RpcInvocation),
51503
+ /* harmony export */ "RpcConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__.RpcConfiguration),
51504
+ /* harmony export */ "RpcContentType": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcContentType),
51505
+ /* harmony export */ "RpcControlChannel": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_120__.RpcControlChannel),
51506
+ /* harmony export */ "RpcControlResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_120__.RpcControlResponse),
51507
+ /* harmony export */ "RpcDefaultConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__.RpcDefaultConfiguration),
51508
+ /* harmony export */ "RpcDirectProtocol": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__.RpcDirectProtocol),
51509
+ /* harmony export */ "RpcDirectRequest": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__.RpcDirectRequest),
51510
+ /* harmony export */ "RpcEndpoint": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcEndpoint),
51511
+ /* harmony export */ "RpcInterface": () => (/* reexport safe */ _RpcInterface__WEBPACK_IMPORTED_MODULE_139__.RpcInterface),
51512
+ /* harmony export */ "RpcInvocation": () => (/* reexport safe */ _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_121__.RpcInvocation),
51528
51513
  /* harmony export */ "RpcManager": () => (/* reexport safe */ _RpcManager__WEBPACK_IMPORTED_MODULE_100__.RpcManager),
51529
- /* harmony export */ "RpcMarshaling": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_124__.RpcMarshaling),
51530
- /* harmony export */ "RpcMultipart": () => (/* reexport safe */ _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_144__.RpcMultipart),
51531
- /* harmony export */ "RpcNotFoundResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_121__.RpcNotFoundResponse),
51532
- /* harmony export */ "RpcOpenAPIDescription": () => (/* reexport safe */ _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_143__.RpcOpenAPIDescription),
51533
- /* harmony export */ "RpcOperation": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_125__.RpcOperation),
51534
- /* harmony export */ "RpcOperationPolicy": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_125__.RpcOperationPolicy),
51535
- /* harmony export */ "RpcPendingQueue": () => (/* reexport safe */ _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_126__.RpcPendingQueue),
51536
- /* harmony export */ "RpcPendingResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_121__.RpcPendingResponse),
51537
- /* harmony export */ "RpcProtocol": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_127__.RpcProtocol),
51538
- /* harmony export */ "RpcProtocolEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_120__.RpcProtocolEvent),
51539
- /* harmony export */ "RpcProtocolVersion": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_127__.RpcProtocolVersion),
51540
- /* harmony export */ "RpcPushChannel": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_132__.RpcPushChannel),
51541
- /* harmony export */ "RpcPushConnection": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_132__.RpcPushConnection),
51542
- /* harmony export */ "RpcPushService": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_132__.RpcPushService),
51543
- /* harmony export */ "RpcPushSubscription": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_132__.RpcPushSubscription),
51544
- /* harmony export */ "RpcPushTransport": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_132__.RpcPushTransport),
51545
- /* harmony export */ "RpcRegistry": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_128__.RpcRegistry),
51546
- /* harmony export */ "RpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_129__.RpcRequest),
51547
- /* harmony export */ "RpcRequestEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_120__.RpcRequestEvent),
51548
- /* harmony export */ "RpcRequestFulfillment": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_127__.RpcRequestFulfillment),
51549
- /* harmony export */ "RpcRequestStatus": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_120__.RpcRequestStatus),
51550
- /* harmony export */ "RpcResponseCacheControl": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_120__.RpcResponseCacheControl),
51551
- /* harmony export */ "RpcRoutingMap": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_133__.RpcRoutingMap),
51552
- /* harmony export */ "RpcRoutingToken": () => (/* reexport safe */ _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_131__.RpcRoutingToken),
51553
- /* harmony export */ "RpcSerializedValue": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_124__.RpcSerializedValue),
51554
- /* harmony export */ "RpcSessionInvocation": () => (/* reexport safe */ _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_123__.RpcSessionInvocation),
51514
+ /* harmony export */ "RpcMarshaling": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_123__.RpcMarshaling),
51515
+ /* harmony export */ "RpcMultipart": () => (/* reexport safe */ _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_143__.RpcMultipart),
51516
+ /* harmony export */ "RpcNotFoundResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_120__.RpcNotFoundResponse),
51517
+ /* harmony export */ "RpcOpenAPIDescription": () => (/* reexport safe */ _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_142__.RpcOpenAPIDescription),
51518
+ /* harmony export */ "RpcOperation": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_124__.RpcOperation),
51519
+ /* harmony export */ "RpcOperationPolicy": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_124__.RpcOperationPolicy),
51520
+ /* harmony export */ "RpcPendingQueue": () => (/* reexport safe */ _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_125__.RpcPendingQueue),
51521
+ /* harmony export */ "RpcPendingResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_120__.RpcPendingResponse),
51522
+ /* harmony export */ "RpcProtocol": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_126__.RpcProtocol),
51523
+ /* harmony export */ "RpcProtocolEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcProtocolEvent),
51524
+ /* harmony export */ "RpcProtocolVersion": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_126__.RpcProtocolVersion),
51525
+ /* harmony export */ "RpcPushChannel": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__.RpcPushChannel),
51526
+ /* harmony export */ "RpcPushConnection": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__.RpcPushConnection),
51527
+ /* harmony export */ "RpcPushService": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__.RpcPushService),
51528
+ /* harmony export */ "RpcPushSubscription": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__.RpcPushSubscription),
51529
+ /* harmony export */ "RpcPushTransport": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__.RpcPushTransport),
51530
+ /* harmony export */ "RpcRegistry": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.RpcRegistry),
51531
+ /* harmony export */ "RpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_128__.RpcRequest),
51532
+ /* harmony export */ "RpcRequestEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcRequestEvent),
51533
+ /* harmony export */ "RpcRequestFulfillment": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_126__.RpcRequestFulfillment),
51534
+ /* harmony export */ "RpcRequestStatus": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcRequestStatus),
51535
+ /* harmony export */ "RpcResponseCacheControl": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcResponseCacheControl),
51536
+ /* harmony export */ "RpcRoutingMap": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__.RpcRoutingMap),
51537
+ /* harmony export */ "RpcRoutingToken": () => (/* reexport safe */ _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_130__.RpcRoutingToken),
51538
+ /* harmony export */ "RpcSerializedValue": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_123__.RpcSerializedValue),
51539
+ /* harmony export */ "RpcSessionInvocation": () => (/* reexport safe */ _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_122__.RpcSessionInvocation),
51555
51540
  /* harmony export */ "Run": () => (/* reexport safe */ _annotation_TextBlock__WEBPACK_IMPORTED_MODULE_3__.Run),
51556
51541
  /* harmony export */ "SchemaState": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_12__.SchemaState),
51557
51542
  /* harmony export */ "SectionType": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.SectionType),
@@ -51563,20 +51548,20 @@ __webpack_require__.r(__webpack_exports__);
51563
51548
  /* harmony export */ "SkyCube": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_102__.SkyCube),
51564
51549
  /* harmony export */ "SkyGradient": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_102__.SkyGradient),
51565
51550
  /* harmony export */ "SkySphere": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_102__.SkySphere),
51566
- /* harmony export */ "SnapshotIModelRpcInterface": () => (/* reexport safe */ _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_137__.SnapshotIModelRpcInterface),
51551
+ /* harmony export */ "SnapshotIModelRpcInterface": () => (/* reexport safe */ _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_136__.SnapshotIModelRpcInterface),
51567
51552
  /* harmony export */ "SolarLight": () => (/* reexport safe */ _LightSettings__WEBPACK_IMPORTED_MODULE_75__.SolarLight),
51568
- /* harmony export */ "SolarShadowSettings": () => (/* reexport safe */ _SolarShadows__WEBPACK_IMPORTED_MODULE_105__.SolarShadowSettings),
51569
- /* harmony export */ "SpatialClassifier": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_106__.SpatialClassifier),
51570
- /* harmony export */ "SpatialClassifierFlags": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_106__.SpatialClassifierFlags),
51571
- /* harmony export */ "SpatialClassifierInsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_106__.SpatialClassifierInsideDisplay),
51572
- /* harmony export */ "SpatialClassifierOutsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_106__.SpatialClassifierOutsideDisplay),
51573
- /* harmony export */ "SpatialClassifiers": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_106__.SpatialClassifiers),
51574
- /* harmony export */ "SubCategoryAppearance": () => (/* reexport safe */ _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_107__.SubCategoryAppearance),
51575
- /* harmony export */ "SubCategoryOverride": () => (/* reexport safe */ _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_108__.SubCategoryOverride),
51553
+ /* harmony export */ "SolarShadowSettings": () => (/* reexport safe */ _SolarShadows__WEBPACK_IMPORTED_MODULE_104__.SolarShadowSettings),
51554
+ /* harmony export */ "SpatialClassifier": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__.SpatialClassifier),
51555
+ /* harmony export */ "SpatialClassifierFlags": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__.SpatialClassifierFlags),
51556
+ /* harmony export */ "SpatialClassifierInsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__.SpatialClassifierInsideDisplay),
51557
+ /* harmony export */ "SpatialClassifierOutsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__.SpatialClassifierOutsideDisplay),
51558
+ /* harmony export */ "SpatialClassifiers": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__.SpatialClassifiers),
51559
+ /* harmony export */ "SubCategoryAppearance": () => (/* reexport safe */ _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_106__.SubCategoryAppearance),
51560
+ /* harmony export */ "SubCategoryOverride": () => (/* reexport safe */ _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_107__.SubCategoryOverride),
51576
51561
  /* harmony export */ "SyncMode": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_12__.SyncMode),
51577
- /* harmony export */ "TerrainHeightOriginMode": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_109__.TerrainHeightOriginMode),
51578
- /* harmony export */ "TerrainSettings": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_109__.TerrainSettings),
51579
- /* harmony export */ "TestRpcManager": () => (/* reexport safe */ _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_138__.TestRpcManager),
51562
+ /* harmony export */ "TerrainHeightOriginMode": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_108__.TerrainHeightOriginMode),
51563
+ /* harmony export */ "TerrainSettings": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_108__.TerrainSettings),
51564
+ /* harmony export */ "TestRpcManager": () => (/* reexport safe */ _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_137__.TestRpcManager),
51580
51565
  /* harmony export */ "TextAnnotation": () => (/* reexport safe */ _annotation_TextAnnotation__WEBPACK_IMPORTED_MODULE_2__.TextAnnotation),
51581
51566
  /* harmony export */ "TextBlock": () => (/* reexport safe */ _annotation_TextBlock__WEBPACK_IMPORTED_MODULE_3__.TextBlock),
51582
51567
  /* harmony export */ "TextBlockComponent": () => (/* reexport safe */ _annotation_TextBlock__WEBPACK_IMPORTED_MODULE_3__.TextBlockComponent),
@@ -51585,62 +51570,62 @@ __webpack_require__.r(__webpack_exports__);
51585
51570
  /* harmony export */ "TextStyle": () => (/* reexport safe */ _annotation_TextStyle__WEBPACK_IMPORTED_MODULE_6__.TextStyle),
51586
51571
  /* harmony export */ "TextStyleSettings": () => (/* reexport safe */ _annotation_TextStyle__WEBPACK_IMPORTED_MODULE_6__.TextStyleSettings),
51587
51572
  /* harmony export */ "TextureMapUnits": () => (/* reexport safe */ _MaterialProps__WEBPACK_IMPORTED_MODULE_81__.TextureMapUnits),
51588
- /* harmony export */ "TextureMapping": () => (/* reexport safe */ _TextureMapping__WEBPACK_IMPORTED_MODULE_110__.TextureMapping),
51589
- /* harmony export */ "TextureTransparency": () => (/* reexport safe */ _TextureProps__WEBPACK_IMPORTED_MODULE_111__.TextureTransparency),
51590
- /* harmony export */ "ThematicDisplay": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_112__.ThematicDisplay),
51591
- /* harmony export */ "ThematicDisplayMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_112__.ThematicDisplayMode),
51592
- /* harmony export */ "ThematicDisplaySensor": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_112__.ThematicDisplaySensor),
51593
- /* harmony export */ "ThematicDisplaySensorSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_112__.ThematicDisplaySensorSettings),
51594
- /* harmony export */ "ThematicGradientColorScheme": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_112__.ThematicGradientColorScheme),
51595
- /* harmony export */ "ThematicGradientMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_112__.ThematicGradientMode),
51596
- /* harmony export */ "ThematicGradientSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_112__.ThematicGradientSettings),
51597
- /* harmony export */ "ThematicGradientTransparencyMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_112__.ThematicGradientTransparencyMode),
51598
- /* harmony export */ "TileContentSource": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_114__.TileContentSource),
51599
- /* harmony export */ "TileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_155__.TileFormat),
51600
- /* harmony export */ "TileHeader": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_155__.TileHeader),
51601
- /* harmony export */ "TileMetadataReader": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.TileMetadataReader),
51602
- /* harmony export */ "TileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.TileOptions),
51603
- /* harmony export */ "TileReadError": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_155__.TileReadError),
51604
- /* harmony export */ "TileReadStatus": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_155__.TileReadStatus),
51605
- /* harmony export */ "TreeFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.TreeFlags),
51606
- /* harmony export */ "Tween": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_115__.Tween),
51607
- /* harmony export */ "Tweens": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_115__.Tweens),
51608
- /* harmony export */ "TxnAction": () => (/* reexport safe */ _TxnAction__WEBPACK_IMPORTED_MODULE_116__.TxnAction),
51573
+ /* harmony export */ "TextureMapping": () => (/* reexport safe */ _TextureMapping__WEBPACK_IMPORTED_MODULE_109__.TextureMapping),
51574
+ /* harmony export */ "TextureTransparency": () => (/* reexport safe */ _TextureProps__WEBPACK_IMPORTED_MODULE_110__.TextureTransparency),
51575
+ /* harmony export */ "ThematicDisplay": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicDisplay),
51576
+ /* harmony export */ "ThematicDisplayMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicDisplayMode),
51577
+ /* harmony export */ "ThematicDisplaySensor": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicDisplaySensor),
51578
+ /* harmony export */ "ThematicDisplaySensorSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicDisplaySensorSettings),
51579
+ /* harmony export */ "ThematicGradientColorScheme": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicGradientColorScheme),
51580
+ /* harmony export */ "ThematicGradientMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicGradientMode),
51581
+ /* harmony export */ "ThematicGradientSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicGradientSettings),
51582
+ /* harmony export */ "ThematicGradientTransparencyMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicGradientTransparencyMode),
51583
+ /* harmony export */ "TileContentSource": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_113__.TileContentSource),
51584
+ /* harmony export */ "TileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.TileFormat),
51585
+ /* harmony export */ "TileHeader": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.TileHeader),
51586
+ /* harmony export */ "TileMetadataReader": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.TileMetadataReader),
51587
+ /* harmony export */ "TileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.TileOptions),
51588
+ /* harmony export */ "TileReadError": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.TileReadError),
51589
+ /* harmony export */ "TileReadStatus": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.TileReadStatus),
51590
+ /* harmony export */ "TreeFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.TreeFlags),
51591
+ /* harmony export */ "Tween": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_114__.Tween),
51592
+ /* harmony export */ "Tweens": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_114__.Tweens),
51593
+ /* harmony export */ "TxnAction": () => (/* reexport safe */ _TxnAction__WEBPACK_IMPORTED_MODULE_115__.TxnAction),
51609
51594
  /* harmony export */ "TypeDefinition": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.TypeDefinition),
51610
51595
  /* harmony export */ "TypeOfChange": () => (/* reexport safe */ _ChangedElements__WEBPACK_IMPORTED_MODULE_14__.TypeOfChange),
51611
51596
  /* harmony export */ "VerticalCRS": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_45__.VerticalCRS),
51612
- /* harmony export */ "ViewDetails": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_117__.ViewDetails),
51613
- /* harmony export */ "ViewDetails3d": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_117__.ViewDetails3d),
51614
- /* harmony export */ "ViewFlags": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_118__.ViewFlags),
51615
- /* harmony export */ "ViewStoreRpc": () => (/* reexport safe */ _ViewProps__WEBPACK_IMPORTED_MODULE_119__.ViewStoreRpc),
51616
- /* harmony export */ "WEB_RPC_CONSTANTS": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_120__.WEB_RPC_CONSTANTS),
51617
- /* harmony export */ "WebAppRpcLogging": () => (/* reexport safe */ _rpc_web_WebAppRpcLogging__WEBPACK_IMPORTED_MODULE_147__.WebAppRpcLogging),
51618
- /* harmony export */ "WebAppRpcProtocol": () => (/* reexport safe */ _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_145__.WebAppRpcProtocol),
51619
- /* harmony export */ "WebAppRpcRequest": () => (/* reexport safe */ _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_146__.WebAppRpcRequest),
51620
- /* harmony export */ "WhiteOnWhiteReversalSettings": () => (/* reexport safe */ _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_158__.WhiteOnWhiteReversalSettings),
51621
- /* harmony export */ "WipRpcInterface": () => (/* reexport safe */ _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_139__.WipRpcInterface),
51597
+ /* harmony export */ "ViewDetails": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_116__.ViewDetails),
51598
+ /* harmony export */ "ViewDetails3d": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_116__.ViewDetails3d),
51599
+ /* harmony export */ "ViewFlags": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_117__.ViewFlags),
51600
+ /* harmony export */ "ViewStoreRpc": () => (/* reexport safe */ _ViewProps__WEBPACK_IMPORTED_MODULE_118__.ViewStoreRpc),
51601
+ /* harmony export */ "WEB_RPC_CONSTANTS": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.WEB_RPC_CONSTANTS),
51602
+ /* harmony export */ "WebAppRpcLogging": () => (/* reexport safe */ _rpc_web_WebAppRpcLogging__WEBPACK_IMPORTED_MODULE_146__.WebAppRpcLogging),
51603
+ /* harmony export */ "WebAppRpcProtocol": () => (/* reexport safe */ _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_144__.WebAppRpcProtocol),
51604
+ /* harmony export */ "WebAppRpcRequest": () => (/* reexport safe */ _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_145__.WebAppRpcRequest),
51605
+ /* harmony export */ "WhiteOnWhiteReversalSettings": () => (/* reexport safe */ _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_157__.WhiteOnWhiteReversalSettings),
51606
+ /* harmony export */ "WipRpcInterface": () => (/* reexport safe */ _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_138__.WipRpcInterface),
51622
51607
  /* harmony export */ "XyzRotation": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_48__.XyzRotation),
51623
- /* harmony export */ "aggregateLoad": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_129__.aggregateLoad),
51624
- /* harmony export */ "bisectTileRange2d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.bisectTileRange2d),
51625
- /* harmony export */ "bisectTileRange3d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.bisectTileRange3d),
51626
- /* harmony export */ "calculateSolarAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_104__.calculateSolarAngles),
51627
- /* harmony export */ "calculateSolarDirection": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_104__.calculateSolarDirection),
51628
- /* harmony export */ "calculateSolarDirectionFromAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_104__.calculateSolarDirectionFromAngles),
51629
- /* harmony export */ "calculateSunriseOrSunset": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_104__.calculateSunriseOrSunset),
51630
- /* harmony export */ "compareIModelTileTreeIds": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.compareIModelTileTreeIds),
51631
- /* harmony export */ "computeChildTileProps": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.computeChildTileProps),
51632
- /* harmony export */ "computeChildTileRanges": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.computeChildTileRanges),
51633
- /* harmony export */ "computeTileChordTolerance": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.computeTileChordTolerance),
51634
- /* harmony export */ "decodeTileContentDescription": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.decodeTileContentDescription),
51635
- /* harmony export */ "defaultTileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.defaultTileOptions),
51636
- /* harmony export */ "getMaximumMajorTileFormatVersion": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.getMaximumMajorTileFormatVersion),
51608
+ /* harmony export */ "aggregateLoad": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_128__.aggregateLoad),
51609
+ /* harmony export */ "bisectTileRange2d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.bisectTileRange2d),
51610
+ /* harmony export */ "bisectTileRange3d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.bisectTileRange3d),
51611
+ /* harmony export */ "calculateSolarAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_103__.calculateSolarAngles),
51612
+ /* harmony export */ "calculateSolarDirection": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_103__.calculateSolarDirection),
51613
+ /* harmony export */ "calculateSolarDirectionFromAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_103__.calculateSolarDirectionFromAngles),
51614
+ /* harmony export */ "calculateSunriseOrSunset": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_103__.calculateSunriseOrSunset),
51615
+ /* harmony export */ "compareIModelTileTreeIds": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.compareIModelTileTreeIds),
51616
+ /* harmony export */ "computeChildTileProps": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.computeChildTileProps),
51617
+ /* harmony export */ "computeChildTileRanges": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.computeChildTileRanges),
51618
+ /* harmony export */ "computeTileChordTolerance": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.computeTileChordTolerance),
51619
+ /* harmony export */ "decodeTileContentDescription": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.decodeTileContentDescription),
51620
+ /* harmony export */ "defaultTileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.defaultTileOptions),
51621
+ /* harmony export */ "getMaximumMajorTileFormatVersion": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.getMaximumMajorTileFormatVersion),
51637
51622
  /* harmony export */ "getPullChangesIpcChannel": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_74__.getPullChangesIpcChannel),
51638
- /* harmony export */ "getTileObjectReference": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_114__.getTileObjectReference),
51639
- /* harmony export */ "iModelTileTreeIdToString": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.iModelTileTreeIdToString),
51623
+ /* harmony export */ "getTileObjectReference": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_113__.getTileObjectReference),
51624
+ /* harmony export */ "iModelTileTreeIdToString": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.iModelTileTreeIdToString),
51640
51625
  /* harmony export */ "iTwinChannel": () => (/* reexport safe */ _ipc_IpcSocket__WEBPACK_IMPORTED_MODULE_70__.iTwinChannel),
51641
- /* harmony export */ "initializeRpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_129__.initializeRpcRequest),
51626
+ /* harmony export */ "initializeRpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_128__.initializeRpcRequest),
51642
51627
  /* harmony export */ "ipcAppChannels": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_74__.ipcAppChannels),
51643
- /* harmony export */ "isKnownTileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_155__.isKnownTileFormat),
51628
+ /* harmony export */ "isKnownTileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.isKnownTileFormat),
51644
51629
  /* harmony export */ "isPlacement2dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.isPlacement2dProps),
51645
51630
  /* harmony export */ "isPlacement3dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.isPlacement3dProps),
51646
51631
  /* harmony export */ "isPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.isPowerOfTwo),
@@ -51648,12 +51633,12 @@ __webpack_require__.r(__webpack_exports__);
51648
51633
  /* harmony export */ "mapToGeoServiceStatus": () => (/* reexport safe */ _GeoCoordinateServices__WEBPACK_IMPORTED_MODULE_40__.mapToGeoServiceStatus),
51649
51634
  /* harmony export */ "nativeAppIpcStrings": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_84__.nativeAppIpcStrings),
51650
51635
  /* harmony export */ "nextHighestPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.nextHighestPowerOfTwo),
51651
- /* harmony export */ "nextPoint3d64FromByteStream": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_155__.nextPoint3d64FromByteStream),
51652
- /* harmony export */ "parseTileTreeIdAndContentId": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.parseTileTreeIdAndContentId),
51636
+ /* harmony export */ "nextPoint3d64FromByteStream": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.nextPoint3d64FromByteStream),
51637
+ /* harmony export */ "parseTileTreeIdAndContentId": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.parseTileTreeIdAndContentId),
51653
51638
  /* harmony export */ "readElementMeshes": () => (/* reexport safe */ _ElementMesh__WEBPACK_IMPORTED_MODULE_28__.readElementMeshes),
51654
- /* harmony export */ "readTileContentDescription": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__.readTileContentDescription),
51639
+ /* harmony export */ "readTileContentDescription": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.readTileContentDescription),
51655
51640
  /* harmony export */ "rpcOverIpcStrings": () => (/* reexport safe */ _ipc_IpcSession__WEBPACK_IMPORTED_MODULE_73__.rpcOverIpcStrings),
51656
- /* harmony export */ "tileFormatFromNumber": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_155__.tileFormatFromNumber)
51641
+ /* harmony export */ "tileFormatFromNumber": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.tileFormatFromNumber)
51657
51642
  /* harmony export */ });
51658
51643
  /* harmony import */ var _AmbientOcclusion__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AmbientOcclusion */ "../../core/common/lib/esm/AmbientOcclusion.js");
51659
51644
  /* harmony import */ var _AnalysisStyle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AnalysisStyle */ "../../core/common/lib/esm/AnalysisStyle.js");
@@ -51758,62 +51743,62 @@ __webpack_require__.r(__webpack_exports__);
51758
51743
  /* harmony import */ var _RpcManager__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ./RpcManager */ "../../core/common/lib/esm/RpcManager.js");
51759
51744
  /* harmony import */ var _SessionProps__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ./SessionProps */ "../../core/common/lib/esm/SessionProps.js");
51760
51745
  /* harmony import */ var _SkyBox__WEBPACK_IMPORTED_MODULE_102__ = __webpack_require__(/*! ./SkyBox */ "../../core/common/lib/esm/SkyBox.js");
51761
- /* harmony import */ var _Snapping__WEBPACK_IMPORTED_MODULE_103__ = __webpack_require__(/*! ./Snapping */ "../../core/common/lib/esm/Snapping.js");
51762
- /* harmony import */ var _SolarCalculate__WEBPACK_IMPORTED_MODULE_104__ = __webpack_require__(/*! ./SolarCalculate */ "../../core/common/lib/esm/SolarCalculate.js");
51763
- /* harmony import */ var _SolarShadows__WEBPACK_IMPORTED_MODULE_105__ = __webpack_require__(/*! ./SolarShadows */ "../../core/common/lib/esm/SolarShadows.js");
51764
- /* harmony import */ var _SpatialClassification__WEBPACK_IMPORTED_MODULE_106__ = __webpack_require__(/*! ./SpatialClassification */ "../../core/common/lib/esm/SpatialClassification.js");
51765
- /* harmony import */ var _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_107__ = __webpack_require__(/*! ./SubCategoryAppearance */ "../../core/common/lib/esm/SubCategoryAppearance.js");
51766
- /* harmony import */ var _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_108__ = __webpack_require__(/*! ./SubCategoryOverride */ "../../core/common/lib/esm/SubCategoryOverride.js");
51767
- /* harmony import */ var _TerrainSettings__WEBPACK_IMPORTED_MODULE_109__ = __webpack_require__(/*! ./TerrainSettings */ "../../core/common/lib/esm/TerrainSettings.js");
51768
- /* harmony import */ var _TextureMapping__WEBPACK_IMPORTED_MODULE_110__ = __webpack_require__(/*! ./TextureMapping */ "../../core/common/lib/esm/TextureMapping.js");
51769
- /* harmony import */ var _TextureProps__WEBPACK_IMPORTED_MODULE_111__ = __webpack_require__(/*! ./TextureProps */ "../../core/common/lib/esm/TextureProps.js");
51770
- /* harmony import */ var _ThematicDisplay__WEBPACK_IMPORTED_MODULE_112__ = __webpack_require__(/*! ./ThematicDisplay */ "../../core/common/lib/esm/ThematicDisplay.js");
51771
- /* harmony import */ var _Thumbnail__WEBPACK_IMPORTED_MODULE_113__ = __webpack_require__(/*! ./Thumbnail */ "../../core/common/lib/esm/Thumbnail.js");
51772
- /* harmony import */ var _TileProps__WEBPACK_IMPORTED_MODULE_114__ = __webpack_require__(/*! ./TileProps */ "../../core/common/lib/esm/TileProps.js");
51773
- /* harmony import */ var _Tween__WEBPACK_IMPORTED_MODULE_115__ = __webpack_require__(/*! ./Tween */ "../../core/common/lib/esm/Tween.js");
51774
- /* harmony import */ var _TxnAction__WEBPACK_IMPORTED_MODULE_116__ = __webpack_require__(/*! ./TxnAction */ "../../core/common/lib/esm/TxnAction.js");
51775
- /* harmony import */ var _ViewDetails__WEBPACK_IMPORTED_MODULE_117__ = __webpack_require__(/*! ./ViewDetails */ "../../core/common/lib/esm/ViewDetails.js");
51776
- /* harmony import */ var _ViewFlags__WEBPACK_IMPORTED_MODULE_118__ = __webpack_require__(/*! ./ViewFlags */ "../../core/common/lib/esm/ViewFlags.js");
51777
- /* harmony import */ var _ViewProps__WEBPACK_IMPORTED_MODULE_119__ = __webpack_require__(/*! ./ViewProps */ "../../core/common/lib/esm/ViewProps.js");
51778
- /* harmony import */ var _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_120__ = __webpack_require__(/*! ./rpc/core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
51779
- /* harmony import */ var _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_121__ = __webpack_require__(/*! ./rpc/core/RpcControl */ "../../core/common/lib/esm/rpc/core/RpcControl.js");
51780
- /* harmony import */ var _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_122__ = __webpack_require__(/*! ./rpc/core/RpcInvocation */ "../../core/common/lib/esm/rpc/core/RpcInvocation.js");
51781
- /* harmony import */ var _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_123__ = __webpack_require__(/*! ./rpc/core/RpcSessionInvocation */ "../../core/common/lib/esm/rpc/core/RpcSessionInvocation.js");
51782
- /* harmony import */ var _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_124__ = __webpack_require__(/*! ./rpc/core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
51783
- /* harmony import */ var _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_125__ = __webpack_require__(/*! ./rpc/core/RpcOperation */ "../../core/common/lib/esm/rpc/core/RpcOperation.js");
51784
- /* harmony import */ var _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ./rpc/core/RpcPendingQueue */ "../../core/common/lib/esm/rpc/core/RpcPendingQueue.js");
51785
- /* harmony import */ var _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_127__ = __webpack_require__(/*! ./rpc/core/RpcProtocol */ "../../core/common/lib/esm/rpc/core/RpcProtocol.js");
51786
- /* harmony import */ var _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_128__ = __webpack_require__(/*! ./rpc/core/RpcRegistry */ "../../core/common/lib/esm/rpc/core/RpcRegistry.js");
51787
- /* harmony import */ var _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ./rpc/core/RpcRequest */ "../../core/common/lib/esm/rpc/core/RpcRequest.js");
51788
- /* harmony import */ var _rpc_core_RpcRequestContext__WEBPACK_IMPORTED_MODULE_130__ = __webpack_require__(/*! ./rpc/core/RpcRequestContext */ "../../core/common/lib/esm/rpc/core/RpcRequestContext.js");
51789
- /* harmony import */ var _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_131__ = __webpack_require__(/*! ./rpc/core/RpcRoutingToken */ "../../core/common/lib/esm/rpc/core/RpcRoutingToken.js");
51790
- /* harmony import */ var _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_132__ = __webpack_require__(/*! ./rpc/core/RpcPush */ "../../core/common/lib/esm/rpc/core/RpcPush.js");
51791
- /* harmony import */ var _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_133__ = __webpack_require__(/*! ./rpc/core/RpcConfiguration */ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js");
51792
- /* harmony import */ var _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_134__ = __webpack_require__(/*! ./rpc/DevToolsRpcInterface */ "../../core/common/lib/esm/rpc/DevToolsRpcInterface.js");
51793
- /* harmony import */ var _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_135__ = __webpack_require__(/*! ./rpc/IModelReadRpcInterface */ "../../core/common/lib/esm/rpc/IModelReadRpcInterface.js");
51794
- /* harmony import */ var _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_136__ = __webpack_require__(/*! ./rpc/IModelTileRpcInterface */ "../../core/common/lib/esm/rpc/IModelTileRpcInterface.js");
51795
- /* harmony import */ var _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_137__ = __webpack_require__(/*! ./rpc/SnapshotIModelRpcInterface */ "../../core/common/lib/esm/rpc/SnapshotIModelRpcInterface.js");
51796
- /* harmony import */ var _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_138__ = __webpack_require__(/*! ./rpc/TestRpcManager */ "../../core/common/lib/esm/rpc/TestRpcManager.js");
51797
- /* harmony import */ var _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_139__ = __webpack_require__(/*! ./rpc/WipRpcInterface */ "../../core/common/lib/esm/rpc/WipRpcInterface.js");
51798
- /* harmony import */ var _RpcInterface__WEBPACK_IMPORTED_MODULE_140__ = __webpack_require__(/*! ./RpcInterface */ "../../core/common/lib/esm/RpcInterface.js");
51799
- /* harmony import */ var _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_141__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcManager */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcManager.js");
51800
- /* harmony import */ var _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_142__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcProtocol */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcProtocol.js");
51801
- /* harmony import */ var _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_143__ = __webpack_require__(/*! ./rpc/web/OpenAPI */ "../../core/common/lib/esm/rpc/web/OpenAPI.js");
51802
- /* harmony import */ var _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_144__ = __webpack_require__(/*! ./rpc/web/RpcMultipart */ "../../core/common/lib/esm/rpc/web/RpcMultipart.js");
51803
- /* harmony import */ var _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_145__ = __webpack_require__(/*! ./rpc/web/WebAppRpcProtocol */ "../../core/common/lib/esm/rpc/web/WebAppRpcProtocol.js");
51804
- /* harmony import */ var _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_146__ = __webpack_require__(/*! ./rpc/web/WebAppRpcRequest */ "../../core/common/lib/esm/rpc/web/WebAppRpcRequest.js");
51805
- /* harmony import */ var _rpc_web_WebAppRpcLogging__WEBPACK_IMPORTED_MODULE_147__ = __webpack_require__(/*! ./rpc/web/WebAppRpcLogging */ "../../core/common/lib/esm/rpc/web/WebAppRpcLogging.js");
51806
- /* harmony import */ var _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_148__ = __webpack_require__(/*! ./tile/B3dmTileIO */ "../../core/common/lib/esm/tile/B3dmTileIO.js");
51807
- /* harmony import */ var _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_149__ = __webpack_require__(/*! ./tile/CompositeTileIO */ "../../core/common/lib/esm/tile/CompositeTileIO.js");
51808
- /* harmony import */ var _tile_ElementGraphics__WEBPACK_IMPORTED_MODULE_150__ = __webpack_require__(/*! ./tile/ElementGraphics */ "../../core/common/lib/esm/tile/ElementGraphics.js");
51809
- /* harmony import */ var _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_151__ = __webpack_require__(/*! ./tile/GltfTileIO */ "../../core/common/lib/esm/tile/GltfTileIO.js");
51810
- /* harmony import */ var _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_152__ = __webpack_require__(/*! ./tile/I3dmTileIO */ "../../core/common/lib/esm/tile/I3dmTileIO.js");
51811
- /* harmony import */ var _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_153__ = __webpack_require__(/*! ./tile/IModelTileIO */ "../../core/common/lib/esm/tile/IModelTileIO.js");
51812
- /* harmony import */ var _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_154__ = __webpack_require__(/*! ./tile/PntsTileIO */ "../../core/common/lib/esm/tile/PntsTileIO.js");
51813
- /* harmony import */ var _tile_TileIO__WEBPACK_IMPORTED_MODULE_155__ = __webpack_require__(/*! ./tile/TileIO */ "../../core/common/lib/esm/tile/TileIO.js");
51814
- /* harmony import */ var _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_156__ = __webpack_require__(/*! ./tile/TileMetadata */ "../../core/common/lib/esm/tile/TileMetadata.js");
51815
- /* harmony import */ var _tile_Tileset3dSchema__WEBPACK_IMPORTED_MODULE_157__ = __webpack_require__(/*! ./tile/Tileset3dSchema */ "../../core/common/lib/esm/tile/Tileset3dSchema.js");
51816
- /* harmony import */ var _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_158__ = __webpack_require__(/*! ./WhiteOnWhiteReversalSettings */ "../../core/common/lib/esm/WhiteOnWhiteReversalSettings.js");
51746
+ /* harmony import */ var _SolarCalculate__WEBPACK_IMPORTED_MODULE_103__ = __webpack_require__(/*! ./SolarCalculate */ "../../core/common/lib/esm/SolarCalculate.js");
51747
+ /* harmony import */ var _SolarShadows__WEBPACK_IMPORTED_MODULE_104__ = __webpack_require__(/*! ./SolarShadows */ "../../core/common/lib/esm/SolarShadows.js");
51748
+ /* harmony import */ var _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__ = __webpack_require__(/*! ./SpatialClassification */ "../../core/common/lib/esm/SpatialClassification.js");
51749
+ /* harmony import */ var _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_106__ = __webpack_require__(/*! ./SubCategoryAppearance */ "../../core/common/lib/esm/SubCategoryAppearance.js");
51750
+ /* harmony import */ var _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_107__ = __webpack_require__(/*! ./SubCategoryOverride */ "../../core/common/lib/esm/SubCategoryOverride.js");
51751
+ /* harmony import */ var _TerrainSettings__WEBPACK_IMPORTED_MODULE_108__ = __webpack_require__(/*! ./TerrainSettings */ "../../core/common/lib/esm/TerrainSettings.js");
51752
+ /* harmony import */ var _TextureMapping__WEBPACK_IMPORTED_MODULE_109__ = __webpack_require__(/*! ./TextureMapping */ "../../core/common/lib/esm/TextureMapping.js");
51753
+ /* harmony import */ var _TextureProps__WEBPACK_IMPORTED_MODULE_110__ = __webpack_require__(/*! ./TextureProps */ "../../core/common/lib/esm/TextureProps.js");
51754
+ /* harmony import */ var _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__ = __webpack_require__(/*! ./ThematicDisplay */ "../../core/common/lib/esm/ThematicDisplay.js");
51755
+ /* harmony import */ var _Thumbnail__WEBPACK_IMPORTED_MODULE_112__ = __webpack_require__(/*! ./Thumbnail */ "../../core/common/lib/esm/Thumbnail.js");
51756
+ /* harmony import */ var _TileProps__WEBPACK_IMPORTED_MODULE_113__ = __webpack_require__(/*! ./TileProps */ "../../core/common/lib/esm/TileProps.js");
51757
+ /* harmony import */ var _Tween__WEBPACK_IMPORTED_MODULE_114__ = __webpack_require__(/*! ./Tween */ "../../core/common/lib/esm/Tween.js");
51758
+ /* harmony import */ var _TxnAction__WEBPACK_IMPORTED_MODULE_115__ = __webpack_require__(/*! ./TxnAction */ "../../core/common/lib/esm/TxnAction.js");
51759
+ /* harmony import */ var _ViewDetails__WEBPACK_IMPORTED_MODULE_116__ = __webpack_require__(/*! ./ViewDetails */ "../../core/common/lib/esm/ViewDetails.js");
51760
+ /* harmony import */ var _ViewFlags__WEBPACK_IMPORTED_MODULE_117__ = __webpack_require__(/*! ./ViewFlags */ "../../core/common/lib/esm/ViewFlags.js");
51761
+ /* harmony import */ var _ViewProps__WEBPACK_IMPORTED_MODULE_118__ = __webpack_require__(/*! ./ViewProps */ "../../core/common/lib/esm/ViewProps.js");
51762
+ /* harmony import */ var _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__ = __webpack_require__(/*! ./rpc/core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
51763
+ /* harmony import */ var _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_120__ = __webpack_require__(/*! ./rpc/core/RpcControl */ "../../core/common/lib/esm/rpc/core/RpcControl.js");
51764
+ /* harmony import */ var _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_121__ = __webpack_require__(/*! ./rpc/core/RpcInvocation */ "../../core/common/lib/esm/rpc/core/RpcInvocation.js");
51765
+ /* harmony import */ var _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_122__ = __webpack_require__(/*! ./rpc/core/RpcSessionInvocation */ "../../core/common/lib/esm/rpc/core/RpcSessionInvocation.js");
51766
+ /* harmony import */ var _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_123__ = __webpack_require__(/*! ./rpc/core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
51767
+ /* harmony import */ var _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_124__ = __webpack_require__(/*! ./rpc/core/RpcOperation */ "../../core/common/lib/esm/rpc/core/RpcOperation.js");
51768
+ /* harmony import */ var _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_125__ = __webpack_require__(/*! ./rpc/core/RpcPendingQueue */ "../../core/common/lib/esm/rpc/core/RpcPendingQueue.js");
51769
+ /* harmony import */ var _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ./rpc/core/RpcProtocol */ "../../core/common/lib/esm/rpc/core/RpcProtocol.js");
51770
+ /* harmony import */ var _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__ = __webpack_require__(/*! ./rpc/core/RpcRegistry */ "../../core/common/lib/esm/rpc/core/RpcRegistry.js");
51771
+ /* harmony import */ var _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_128__ = __webpack_require__(/*! ./rpc/core/RpcRequest */ "../../core/common/lib/esm/rpc/core/RpcRequest.js");
51772
+ /* harmony import */ var _rpc_core_RpcRequestContext__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ./rpc/core/RpcRequestContext */ "../../core/common/lib/esm/rpc/core/RpcRequestContext.js");
51773
+ /* harmony import */ var _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_130__ = __webpack_require__(/*! ./rpc/core/RpcRoutingToken */ "../../core/common/lib/esm/rpc/core/RpcRoutingToken.js");
51774
+ /* harmony import */ var _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__ = __webpack_require__(/*! ./rpc/core/RpcPush */ "../../core/common/lib/esm/rpc/core/RpcPush.js");
51775
+ /* harmony import */ var _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__ = __webpack_require__(/*! ./rpc/core/RpcConfiguration */ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js");
51776
+ /* harmony import */ var _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_133__ = __webpack_require__(/*! ./rpc/DevToolsRpcInterface */ "../../core/common/lib/esm/rpc/DevToolsRpcInterface.js");
51777
+ /* harmony import */ var _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_134__ = __webpack_require__(/*! ./rpc/IModelReadRpcInterface */ "../../core/common/lib/esm/rpc/IModelReadRpcInterface.js");
51778
+ /* harmony import */ var _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_135__ = __webpack_require__(/*! ./rpc/IModelTileRpcInterface */ "../../core/common/lib/esm/rpc/IModelTileRpcInterface.js");
51779
+ /* harmony import */ var _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_136__ = __webpack_require__(/*! ./rpc/SnapshotIModelRpcInterface */ "../../core/common/lib/esm/rpc/SnapshotIModelRpcInterface.js");
51780
+ /* harmony import */ var _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_137__ = __webpack_require__(/*! ./rpc/TestRpcManager */ "../../core/common/lib/esm/rpc/TestRpcManager.js");
51781
+ /* harmony import */ var _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_138__ = __webpack_require__(/*! ./rpc/WipRpcInterface */ "../../core/common/lib/esm/rpc/WipRpcInterface.js");
51782
+ /* harmony import */ var _RpcInterface__WEBPACK_IMPORTED_MODULE_139__ = __webpack_require__(/*! ./RpcInterface */ "../../core/common/lib/esm/RpcInterface.js");
51783
+ /* harmony import */ var _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_140__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcManager */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcManager.js");
51784
+ /* harmony import */ var _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_141__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcProtocol */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcProtocol.js");
51785
+ /* harmony import */ var _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_142__ = __webpack_require__(/*! ./rpc/web/OpenAPI */ "../../core/common/lib/esm/rpc/web/OpenAPI.js");
51786
+ /* harmony import */ var _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_143__ = __webpack_require__(/*! ./rpc/web/RpcMultipart */ "../../core/common/lib/esm/rpc/web/RpcMultipart.js");
51787
+ /* harmony import */ var _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_144__ = __webpack_require__(/*! ./rpc/web/WebAppRpcProtocol */ "../../core/common/lib/esm/rpc/web/WebAppRpcProtocol.js");
51788
+ /* harmony import */ var _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_145__ = __webpack_require__(/*! ./rpc/web/WebAppRpcRequest */ "../../core/common/lib/esm/rpc/web/WebAppRpcRequest.js");
51789
+ /* harmony import */ var _rpc_web_WebAppRpcLogging__WEBPACK_IMPORTED_MODULE_146__ = __webpack_require__(/*! ./rpc/web/WebAppRpcLogging */ "../../core/common/lib/esm/rpc/web/WebAppRpcLogging.js");
51790
+ /* harmony import */ var _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_147__ = __webpack_require__(/*! ./tile/B3dmTileIO */ "../../core/common/lib/esm/tile/B3dmTileIO.js");
51791
+ /* harmony import */ var _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_148__ = __webpack_require__(/*! ./tile/CompositeTileIO */ "../../core/common/lib/esm/tile/CompositeTileIO.js");
51792
+ /* harmony import */ var _tile_ElementGraphics__WEBPACK_IMPORTED_MODULE_149__ = __webpack_require__(/*! ./tile/ElementGraphics */ "../../core/common/lib/esm/tile/ElementGraphics.js");
51793
+ /* harmony import */ var _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_150__ = __webpack_require__(/*! ./tile/GltfTileIO */ "../../core/common/lib/esm/tile/GltfTileIO.js");
51794
+ /* harmony import */ var _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_151__ = __webpack_require__(/*! ./tile/I3dmTileIO */ "../../core/common/lib/esm/tile/I3dmTileIO.js");
51795
+ /* harmony import */ var _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_152__ = __webpack_require__(/*! ./tile/IModelTileIO */ "../../core/common/lib/esm/tile/IModelTileIO.js");
51796
+ /* harmony import */ var _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_153__ = __webpack_require__(/*! ./tile/PntsTileIO */ "../../core/common/lib/esm/tile/PntsTileIO.js");
51797
+ /* harmony import */ var _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__ = __webpack_require__(/*! ./tile/TileIO */ "../../core/common/lib/esm/tile/TileIO.js");
51798
+ /* harmony import */ var _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__ = __webpack_require__(/*! ./tile/TileMetadata */ "../../core/common/lib/esm/tile/TileMetadata.js");
51799
+ /* harmony import */ var _tile_Tileset3dSchema__WEBPACK_IMPORTED_MODULE_156__ = __webpack_require__(/*! ./tile/Tileset3dSchema */ "../../core/common/lib/esm/tile/Tileset3dSchema.js");
51800
+ /* harmony import */ var _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_157__ = __webpack_require__(/*! ./WhiteOnWhiteReversalSettings */ "../../core/common/lib/esm/WhiteOnWhiteReversalSettings.js");
51801
+ /* harmony import */ var _internal_cross_package__WEBPACK_IMPORTED_MODULE_158__ = __webpack_require__(/*! ./internal/cross-package */ "../../core/common/lib/esm/internal/cross-package.js");
51817
51802
  /*---------------------------------------------------------------------------------------------
51818
51803
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
51819
51804
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -60699,6 +60684,23 @@ class TextString {
60699
60684
  }
60700
60685
 
60701
60686
 
60687
+ /***/ }),
60688
+
60689
+ /***/ "../../core/common/lib/esm/internal/cross-package.js":
60690
+ /*!***********************************************************!*\
60691
+ !*** ../../core/common/lib/esm/internal/cross-package.js ***!
60692
+ \***********************************************************/
60693
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
60694
+
60695
+ "use strict";
60696
+ __webpack_require__.r(__webpack_exports__);
60697
+ /*---------------------------------------------------------------------------------------------
60698
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
60699
+ * See LICENSE.md in the project root for license terms and full copyright notice.
60700
+ *--------------------------------------------------------------------------------------------*/
60701
+
60702
+
60703
+
60702
60704
  /***/ }),
60703
60705
 
60704
60706
  /***/ "../../core/common/lib/esm/ipc/IpcSession.js":
@@ -79856,6 +79858,7 @@ __webpack_require__.r(__webpack_exports__);
79856
79858
  /* harmony import */ var _Sprites__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./Sprites */ "../../core/frontend/lib/esm/Sprites.js");
79857
79859
  /* harmony import */ var _tools_Tool__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./tools/Tool */ "../../core/frontend/lib/esm/tools/Tool.js");
79858
79860
  /* harmony import */ var _tools_ToolSettings__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./tools/ToolSettings */ "../../core/frontend/lib/esm/tools/ToolSettings.js");
79861
+ /* harmony import */ var _internal_Symbols__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./internal/Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
79859
79862
  /*---------------------------------------------------------------------------------------------
79860
79863
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
79861
79864
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -79871,6 +79874,7 @@ __webpack_require__.r(__webpack_exports__);
79871
79874
 
79872
79875
 
79873
79876
 
79877
+
79874
79878
  // cspell:ignore dont primitivetools
79875
79879
  /** Virtual cursor for using AccuSnap with touch input.
79876
79880
  * @internal
@@ -80477,7 +80481,7 @@ class AccuSnap {
80477
80481
  }
80478
80482
  }
80479
80483
  try {
80480
- const result = await thisHit.iModel.requestSnap(requestProps);
80484
+ const result = await thisHit.iModel[_internal_Symbols__WEBPACK_IMPORTED_MODULE_8__._requestSnap](requestProps);
80481
80485
  if (out)
80482
80486
  out.snapStatus = result.status;
80483
80487
  if (result.status !== _ElementLocateManager__WEBPACK_IMPORTED_MODULE_2__.SnapStatus.Success)
@@ -87662,8 +87666,8 @@ class IModelApp {
87662
87666
  static get uiAdmin() { return this._uiAdmin; }
87663
87667
  /** The requested security options for the frontend. */
87664
87668
  static get securityOptions() { return this._securityOptions; }
87665
- /** The root URL for the assets 'public' folder.
87666
- * @beta
87669
+ /** If present, overrides where public assets are fetched. The default is to fetch assets relative to the current URL.
87670
+ * The path should always end with a trailing `/`.
87667
87671
  */
87668
87672
  static get publicPath() { return this._publicPath; }
87669
87673
  /** Register all of the subclasses of EntityState from a module.
@@ -88099,6 +88103,7 @@ __webpack_require__.r(__webpack_exports__);
88099
88103
  /* harmony import */ var _tile_internal__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./tile/internal */ "../../core/frontend/lib/esm/tile/internal.js");
88100
88104
  /* harmony import */ var _Tiles__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./Tiles */ "../../core/frontend/lib/esm/Tiles.js");
88101
88105
  /* harmony import */ var _ViewState__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./ViewState */ "../../core/frontend/lib/esm/ViewState.js");
88106
+ /* harmony import */ var _internal_Symbols__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./internal/Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
88102
88107
  /*---------------------------------------------------------------------------------------------
88103
88108
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
88104
88109
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -88119,6 +88124,7 @@ __webpack_require__.r(__webpack_exports__);
88119
88124
 
88120
88125
 
88121
88126
 
88127
+
88122
88128
  const loggerCategory = _common_FrontendLoggerCategory__WEBPACK_IMPORTED_MODULE_3__.FrontendLoggerCategory.IModelConnection;
88123
88129
  /** A connection to a [IModelDb]($backend) hosted on the backend.
88124
88130
  * @public
@@ -88211,10 +88217,9 @@ class IModelConnection extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.I
88211
88217
  this._extentsExpansion = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Range3d.createNull();
88212
88218
  /** The RPC routing for this connection. */
88213
88219
  this.routingContext = _IModelRoutingContext__WEBPACK_IMPORTED_MODULE_6__.IModelRoutingContext["default"];
88214
- /** Event called immediately before *this* IModelConnection is closed.
88215
- * @note This event is called only for this IModelConnection. To monitor *all* IModelConnections,use the static event.
88220
+ /** Event raised immediately before this IModelConnection is [[close]]d.
88221
+ * @note This event is raised only for this specific IModelConnection. To monitor *all* IModelConnections, listen for the static `onClose` event instead.
88216
88222
  * @note Be careful not to perform any asynchronous operations on the IModelConnection because it will close before they are processed.
88217
- * @beta
88218
88223
  */
88219
88224
  this.onClose = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
88220
88225
  this._snapRpc = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.OneAtATimeAction(async (props) => _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.IModelReadRpcInterface.getClientForRouting(this.routingContext.token).requestSnap(this.getRpcProps(), _IModelApp__WEBPACK_IMPORTED_MODULE_5__.IModelApp.sessionId, props));
@@ -88367,9 +88372,15 @@ class IModelConnection extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.I
88367
88372
  * @note callers must gracefully handle Promise rejected with AbandonedError
88368
88373
  * @internal
88369
88374
  */
88370
- async requestSnap(props) {
88375
+ async [_internal_Symbols__WEBPACK_IMPORTED_MODULE_13__._requestSnap](props) {
88371
88376
  return this.isOpen ? this._snapRpc.request(props) : { status: 2 };
88372
88377
  }
88378
+ /** @internal
88379
+ * @deprecated in 4.8. Use AccuSnap.doSnapRequest.
88380
+ */
88381
+ async requestSnap(props) {
88382
+ return this[_internal_Symbols__WEBPACK_IMPORTED_MODULE_13__._requestSnap](props);
88383
+ }
88373
88384
  /** Request a tooltip from the backend.
88374
88385
  * @note If another call to this method occurs before preceding call(s) return, all preceding calls will be abandoned - only the most recent will resolve. Therefore callers must gracefully handle Promise rejected with AbandonedError.
88375
88386
  */
@@ -88636,9 +88647,9 @@ class IModelConnection extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.I
88636
88647
  }
88637
88648
  /** The maximum time (in milliseconds) to wait before timing out the request to open a connection to a new iModel */
88638
88649
  IModelConnection.connectionTimeout = 10 * 60 * 1000;
88639
- /** Event called immediately before *any* IModelConnection is closed.
88640
- * @note This static event is called when *any* IModelConnection is closed, and the specific IModelConnection is passed as its argument. To
88641
- * monitor closing a specific IModelConnection, use the `onClose` instance event.
88650
+ /** Event raised immediately before *any* IModelConnection is [[close]]d.
88651
+ * @note This static event is raised when *any* IModelConnection is closed, and the specific IModelConnection is passed as its argument. To
88652
+ * monitor closing a specific IModelConnection, listen for the `onClose` instance event instead.
88642
88653
  * @note Be careful not to perform any asynchronous operations on the IModelConnection because it will close before they are processed.
88643
88654
  */
88644
88655
  IModelConnection.onClose = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
@@ -89416,6 +89427,7 @@ __webpack_require__.r(__webpack_exports__);
89416
89427
  /* harmony export */ });
89417
89428
  /* harmony import */ var _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
89418
89429
  /* harmony import */ var _IModelApp__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./IModelApp */ "../../core/frontend/lib/esm/IModelApp.js");
89430
+ /* harmony import */ var _internal_Symbols__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./internal/Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
89419
89431
  /*---------------------------------------------------------------------------------------------
89420
89432
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
89421
89433
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -89425,6 +89437,7 @@ __webpack_require__.r(__webpack_exports__);
89425
89437
  */
89426
89438
 
89427
89439
 
89440
+
89428
89441
  /**
89429
89442
  * The frontend of apps with a dedicated backend that can use [Ipc]($docs/learning/IpcInterface.md).
89430
89443
  * @public
@@ -89487,7 +89500,7 @@ class IpcApp {
89487
89500
  * @note Ipc is only supported if [[isValid]] is true.
89488
89501
  * @internal Use [[makeIpcProxy]] for a type-safe interface.
89489
89502
  */
89490
- static async callIpcChannel(channelName, methodName, ...args) {
89503
+ static async [_internal_Symbols__WEBPACK_IMPORTED_MODULE_2__._callIpcChannel](channelName, methodName, ...args) {
89491
89504
  const retVal = (await this.invoke(channelName, methodName, ...args));
89492
89505
  if (undefined !== retVal.error) {
89493
89506
  const err = new _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.BackendError(retVal.error.errorNumber, retVal.error.name, retVal.error.message);
@@ -89496,31 +89509,36 @@ class IpcApp {
89496
89509
  }
89497
89510
  return retVal.result;
89498
89511
  }
89512
+ /** @internal
89513
+ * @deprecated in 4.8. Use [[makeIpcProxy]] for a type-safe interface.
89514
+ */
89515
+ static async callIpcChannel(channelName, methodName, ...args) {
89516
+ return this[_internal_Symbols__WEBPACK_IMPORTED_MODULE_2__._callIpcChannel](channelName, methodName, ...args);
89517
+ }
89499
89518
  /** Create a type safe Proxy object to make IPC calls to a registered backend interface.
89500
89519
  * @param channelName the channel registered by the backend handler.
89501
89520
  */
89502
89521
  static makeIpcProxy(channelName) {
89503
89522
  return new Proxy({}, {
89504
89523
  get(_target, methodName) {
89505
- return async (...args) => IpcApp.callIpcChannel(channelName, methodName, ...args);
89524
+ return async (...args) => IpcApp[_internal_Symbols__WEBPACK_IMPORTED_MODULE_2__._callIpcChannel](channelName, methodName, ...args);
89506
89525
  },
89507
89526
  });
89508
89527
  }
89509
89528
  /** Create a type safe Proxy object to call an IPC function on a of registered backend handler that accepts a "methodName" argument followed by optional arguments
89510
89529
  * @param channelName the channel registered by the backend handler.
89511
89530
  * @param functionName the function to call on the handler.
89512
- * @internal
89513
89531
  */
89514
89532
  static makeIpcFunctionProxy(channelName, functionName) {
89515
89533
  return new Proxy({}, {
89516
89534
  get(_target, methodName) {
89517
- return async (...args) => IpcApp.callIpcChannel(channelName, functionName, methodName, ...args);
89535
+ return async (...args) => IpcApp[_internal_Symbols__WEBPACK_IMPORTED_MODULE_2__._callIpcChannel](channelName, functionName, methodName, ...args);
89518
89536
  },
89519
89537
  });
89520
89538
  }
89521
89539
  /** @deprecated in 3.x. use [[appFunctionIpc]] */
89522
89540
  static async callIpcHost(methodName, ...args) {
89523
- return this.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.functions, methodName, ...args);
89541
+ return this[_internal_Symbols__WEBPACK_IMPORTED_MODULE_2__._callIpcChannel](_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.functions, methodName, ...args);
89524
89542
  }
89525
89543
  /** start an IpcApp.
89526
89544
  * @note this should not be called directly. It is called by NativeApp.startup */
@@ -89633,6 +89651,7 @@ __webpack_require__.r(__webpack_exports__);
89633
89651
  /* harmony import */ var _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
89634
89652
  /* harmony import */ var _IpcApp__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./IpcApp */ "../../core/frontend/lib/esm/IpcApp.js");
89635
89653
  /* harmony import */ var _IModelApp__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./IModelApp */ "../../core/frontend/lib/esm/IModelApp.js");
89654
+ /* harmony import */ var _internal_Symbols__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./internal/Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
89636
89655
  /*---------------------------------------------------------------------------------------------
89637
89656
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
89638
89657
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -89643,6 +89662,7 @@ __webpack_require__.r(__webpack_exports__);
89643
89662
 
89644
89663
 
89645
89664
 
89665
+
89646
89666
  class LocalTransport extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.IpcWebSocketTransport {
89647
89667
  constructor(opts) {
89648
89668
  super();
@@ -89683,7 +89703,7 @@ class LocalTransport extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Ipc
89683
89703
  }
89684
89704
  class LocalSession extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.IpcSession {
89685
89705
  async handleRpc(info) {
89686
- return _IpcApp__WEBPACK_IMPORTED_MODULE_1__.IpcApp.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.rpcOverIpcStrings.channelName, "request", info);
89706
+ return _IpcApp__WEBPACK_IMPORTED_MODULE_1__.IpcApp[_internal_Symbols__WEBPACK_IMPORTED_MODULE_3__._callIpcChannel](_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.rpcOverIpcStrings.channelName, "request", info);
89687
89707
  }
89688
89708
  }
89689
89709
  /**
@@ -90542,6 +90562,7 @@ __webpack_require__.r(__webpack_exports__);
90542
90562
  /* harmony import */ var _common_FrontendLoggerCategory__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./common/FrontendLoggerCategory */ "../../core/frontend/lib/esm/common/FrontendLoggerCategory.js");
90543
90563
  /* harmony import */ var _IpcApp__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./IpcApp */ "../../core/frontend/lib/esm/IpcApp.js");
90544
90564
  /* harmony import */ var _NativeAppLogger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./NativeAppLogger */ "../../core/frontend/lib/esm/NativeAppLogger.js");
90565
+ /* harmony import */ var _internal_Symbols__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./internal/Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
90545
90566
  /*---------------------------------------------------------------------------------------------
90546
90567
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
90547
90568
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -90555,6 +90576,7 @@ var _a;
90555
90576
 
90556
90577
 
90557
90578
 
90579
+
90558
90580
  /** NativeApp notifications from backend */
90559
90581
  class NativeAppNotifyHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.NotificationHandler {
90560
90582
  get channelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.notifyChannel; }
@@ -90571,7 +90593,7 @@ class NativeAppNotifyHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.Notifi
90571
90593
  class NativeApp {
90572
90594
  /** @deprecated in 3.x. use nativeAppIpc */
90573
90595
  static async callNativeHost(methodName, ...args) {
90574
- return _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.channelName, methodName, ...args);
90596
+ return _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp[_internal_Symbols__WEBPACK_IMPORTED_MODULE_5__._callIpcChannel](_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.channelName, methodName, ...args);
90575
90597
  }
90576
90598
  static async setConnectivity(by, status) {
90577
90599
  await this.nativeAppIpc.overrideInternetConnectivity(by, status);
@@ -91497,6 +91519,7 @@ __webpack_require__.r(__webpack_exports__);
91497
91519
  /* harmony export */ });
91498
91520
  /* harmony import */ var _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
91499
91521
  /* harmony import */ var _render_FeatureSymbology__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./render/FeatureSymbology */ "../../core/frontend/lib/esm/render/FeatureSymbology.js");
91522
+ /* harmony import */ var _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @itwin/core-geometry */ "../../core/geometry/lib/esm/core-geometry.js");
91500
91523
  /*---------------------------------------------------------------------------------------------
91501
91524
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
91502
91525
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -91506,6 +91529,7 @@ __webpack_require__.r(__webpack_exports__);
91506
91529
  */
91507
91530
 
91508
91531
 
91532
+
91509
91533
  /** The State of Planar Clip Mask applied to a reality model or background map.
91510
91534
  * Handles loading models and their associated tiles for models that are used by masks but may not be otherwise loaded or displayed.
91511
91535
  * @beta
@@ -91514,6 +91538,7 @@ class PlanarClipMaskState {
91514
91538
  constructor(settings) {
91515
91539
  this._allLoaded = false;
91516
91540
  this._usingViewportOverrides = false;
91541
+ this._maskRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Range3d.createNull();
91517
91542
  this.settings = settings;
91518
91543
  }
91519
91544
  static create(settings) {
@@ -91528,10 +91553,11 @@ class PlanarClipMaskState {
91528
91553
  if (this._tileTreeRefs)
91529
91554
  this._tileTreeRefs.forEach((treeRef) => treeRef.discloseTileTrees(trees));
91530
91555
  }
91531
- // Returns the TileTreeReferences for the models that need to be drawn to create the planar clip mask.
91532
- getTileTrees(view, classifiedModelId) {
91556
+ // Returns the TileTreeReferences for the models that need to be drawn to create the planar clip mask, and extend the maskRange if needed.
91557
+ getTileTrees(view, classifiedModelId, maskRange) {
91533
91558
  if (this.settings.mode === _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.PlanarClipMaskMode.Priority) {
91534
91559
  // For priority mode we simply want refs for all viewed models if the priority is higher than the mask priority.
91560
+ // For this case, we don't need a maskRange so leave it as null.
91535
91561
  const viewTrees = new Array();
91536
91562
  const thisPriority = this.settings.priority === undefined ? _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.PlanarClipMaskPriority.RealityModel : this.settings.priority;
91537
91563
  view.forEachTileTreeRef((ref) => {
@@ -91543,13 +91569,17 @@ class PlanarClipMaskState {
91543
91569
  }
91544
91570
  // For all other modes we need to let the tree refs in the view state decide which refs need to be drawn
91545
91571
  // since batched tiles cannot turn on/off individual models just by their tile tree refs.
91546
- if (!this._tileTreeRefs) {
91572
+ // Keep calling this until loaded so that the range is valid.
91573
+ if (!this._allLoaded) {
91547
91574
  this._tileTreeRefs = new Array();
91548
- if (this.settings.modelIds)
91549
- view.collectMaskRefs(this.settings.modelIds, this._tileTreeRefs);
91550
- }
91551
- if (!this._allLoaded)
91575
+ if (this.settings.modelIds) {
91576
+ view.collectMaskRefs(this.settings.modelIds, this._tileTreeRefs, maskRange);
91577
+ }
91552
91578
  this._allLoaded = this._tileTreeRefs.every((treeRef) => treeRef.treeOwner.load() !== undefined);
91579
+ maskRange.clone(this._maskRange);
91580
+ }
91581
+ else // If already loaded, just set the maskRange to the saved maskRange.
91582
+ this._maskRange.clone(maskRange);
91553
91583
  return this._allLoaded ? this._tileTreeRefs : undefined;
91554
91584
  }
91555
91585
  // Returns any potential FeatureSymbology overrides for drawing the planar clip mask.
@@ -93844,10 +93874,11 @@ class SpatialViewState extends _ViewState__WEBPACK_IMPORTED_MODULE_6__.ViewState
93844
93874
  /** For getting the [TileTreeReference]s that are in the modelIds, for planar classification.
93845
93875
  * @param modelIds modelIds for which to get the TileTreeReferences
93846
93876
  * @param maskTreeRefs where to store the TileTreeReferences
93877
+ * @param maskRange range to extend for the maskRefs
93847
93878
  * @internal
93848
93879
  */
93849
- collectMaskRefs(modelIds, maskTreeRefs) {
93850
- this._treeRefs.collectMaskRefs(modelIds, maskTreeRefs);
93880
+ collectMaskRefs(modelIds, maskTreeRefs, maskRange) {
93881
+ this._treeRefs.collectMaskRefs(modelIds, maskTreeRefs, maskRange);
93851
93882
  }
93852
93883
  /** For getting a list of modelIds which do not participate in masking for planar classification.
93853
93884
  * @param maskModels models which DO participate in planar clip masking
@@ -96344,10 +96375,8 @@ class ViewManager {
96344
96375
  [Symbol.iterator]() {
96345
96376
  return this._viewports[Symbol.iterator]();
96346
96377
  }
96347
- /** Force each registered [[Viewport]] to regenerate all of its cached [[Decorations]] on the next frame. If the decorator parameter is specified, only
96348
- * the specified decorator will have its cached decorations invalidated for all viewports.
96349
- * @see [[Viewport.invalidateCachedDecorations]] to manually remove a decorator's cached decorations from a viewport, forcing them to be regenerated.
96350
- * @beta
96378
+ /** Instruct each registered [[Viewport]] that the cached [[Decorations]] for the specified `decorator` should be discarded and recreated on the next frame.
96379
+ * @see [[Viewport.invalidateCachedDecorations]] to invalidate the cached decorations for a single viewport.
96351
96380
  */
96352
96381
  invalidateCachedDecorationsAllViews(decorator) {
96353
96382
  if (decorator.useCachedDecorations)
@@ -96435,9 +96464,8 @@ class ViewManager {
96435
96464
  iModel.tiles.purge(olderThan, entry[1]);
96436
96465
  }
96437
96466
  }
96438
- /** Get the tooltip for a persistent element.
96439
- * Calls the backend method [Element.getToolTipMessage]($backend), and replaces all instances of `${localizeTag}` with localized string from IModelApp.i18n.
96440
- * @beta
96467
+ /** Compute the tooltip for a persistent element.
96468
+ * This method calls the backend method [Element.getToolTipMessage]($backend), and replaces all instances of `${localizeTag}` with localized string from IModelApp.i18n.
96441
96469
  */
96442
96470
  async getElementToolTip(hit) {
96443
96471
  const msg = await hit.iModel.getToolTipMessage(hit.sourceId); // wait for the locate message(s) from the backend
@@ -106884,6 +106912,7 @@ __webpack_require__.r(__webpack_exports__);
106884
106912
  /* harmony export */ "WmtsConstants": () => (/* reexport safe */ _tile_internal__WEBPACK_IMPORTED_MODULE_143__.WmtsConstants),
106885
106913
  /* harmony export */ "WmtsMapLayerImageryProvider": () => (/* reexport safe */ _tile_internal__WEBPACK_IMPORTED_MODULE_143__.WmtsMapLayerImageryProvider),
106886
106914
  /* harmony export */ "ZoomViewTool": () => (/* reexport safe */ _tools_ViewTool__WEBPACK_IMPORTED_MODULE_157__.ZoomViewTool),
106915
+ /* harmony export */ "_callIpcChannel": () => (/* reexport safe */ _internal_cross_package__WEBPACK_IMPORTED_MODULE_164__._callIpcChannel),
106887
106916
  /* harmony export */ "acquireImdlDecoder": () => (/* reexport safe */ _tile_internal__WEBPACK_IMPORTED_MODULE_143__.acquireImdlDecoder),
106888
106917
  /* harmony export */ "acquireImdlParser": () => (/* reexport safe */ _tile_internal__WEBPACK_IMPORTED_MODULE_143__.acquireImdlParser),
106889
106918
  /* harmony export */ "addRangeGraphic": () => (/* reexport safe */ _tile_internal__WEBPACK_IMPORTED_MODULE_143__.addRangeGraphic),
@@ -107150,7 +107179,8 @@ __webpack_require__.r(__webpack_exports__);
107150
107179
  /* harmony import */ var _LocalhostIpcApp__WEBPACK_IMPORTED_MODULE_161__ = __webpack_require__(/*! ./LocalhostIpcApp */ "../../core/frontend/lib/esm/LocalhostIpcApp.js");
107151
107180
  /* harmony import */ var _request_utils__WEBPACK_IMPORTED_MODULE_162__ = __webpack_require__(/*! ./request/utils */ "../../core/frontend/lib/esm/request/utils.js");
107152
107181
  /* harmony import */ var _RealityDataSource__WEBPACK_IMPORTED_MODULE_163__ = __webpack_require__(/*! ./RealityDataSource */ "../../core/frontend/lib/esm/RealityDataSource.js");
107153
- /* harmony import */ var _extension_ExtensionRuntime__WEBPACK_IMPORTED_MODULE_164__ = __webpack_require__(/*! ./extension/ExtensionRuntime */ "../../core/frontend/lib/esm/extension/ExtensionRuntime.js");
107182
+ /* harmony import */ var _internal_cross_package__WEBPACK_IMPORTED_MODULE_164__ = __webpack_require__(/*! ./internal/cross-package */ "../../core/frontend/lib/esm/internal/cross-package.js");
107183
+ /* harmony import */ var _extension_ExtensionRuntime__WEBPACK_IMPORTED_MODULE_165__ = __webpack_require__(/*! ./extension/ExtensionRuntime */ "../../core/frontend/lib/esm/extension/ExtensionRuntime.js");
107154
107184
  /*---------------------------------------------------------------------------------------------
107155
107185
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
107156
107186
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -107317,6 +107347,7 @@ __webpack_require__.r(__webpack_exports__);
107317
107347
 
107318
107348
 
107319
107349
 
107350
+
107320
107351
 
107321
107352
 
107322
107353
  // TODO/FIX: "./extension/ExtensionRuntime" import has to be last to avoid circular dependency errors.
@@ -108036,6 +108067,59 @@ class RemoteExtensionProvider {
108036
108067
  }
108037
108068
 
108038
108069
 
108070
+ /***/ }),
108071
+
108072
+ /***/ "../../core/frontend/lib/esm/internal/Symbols.js":
108073
+ /*!*******************************************************!*\
108074
+ !*** ../../core/frontend/lib/esm/internal/Symbols.js ***!
108075
+ \*******************************************************/
108076
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
108077
+
108078
+ "use strict";
108079
+ __webpack_require__.r(__webpack_exports__);
108080
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
108081
+ /* harmony export */ "_callIpcChannel": () => (/* binding */ _callIpcChannel),
108082
+ /* harmony export */ "_requestSnap": () => (/* binding */ _requestSnap)
108083
+ /* harmony export */ });
108084
+ /*---------------------------------------------------------------------------------------------
108085
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
108086
+ * See LICENSE.md in the project root for license terms and full copyright notice.
108087
+ *--------------------------------------------------------------------------------------------*/
108088
+ /** @packageDocumentation
108089
+ * @module Utils
108090
+ */
108091
+ function sym(name) {
108092
+ return `${name}_core-frontend_INTERNAL_ONLY_DO_NOT_USE`;
108093
+ }
108094
+ /** @internal */
108095
+ const _callIpcChannel = Symbol.for(sym("callIpcChannel"));
108096
+ const _requestSnap = Symbol.for(sym("requestSnap"));
108097
+
108098
+
108099
+ /***/ }),
108100
+
108101
+ /***/ "../../core/frontend/lib/esm/internal/cross-package.js":
108102
+ /*!*************************************************************!*\
108103
+ !*** ../../core/frontend/lib/esm/internal/cross-package.js ***!
108104
+ \*************************************************************/
108105
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
108106
+
108107
+ "use strict";
108108
+ __webpack_require__.r(__webpack_exports__);
108109
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
108110
+ /* harmony export */ "_callIpcChannel": () => (/* reexport safe */ _Symbols__WEBPACK_IMPORTED_MODULE_0__._callIpcChannel)
108111
+ /* harmony export */ });
108112
+ /* harmony import */ var _Symbols__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
108113
+ /*---------------------------------------------------------------------------------------------
108114
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
108115
+ * See LICENSE.md in the project root for license terms and full copyright notice.
108116
+ *--------------------------------------------------------------------------------------------*/
108117
+ /** @packageDocumentation
108118
+ * @module Utils
108119
+ */
108120
+
108121
+
108122
+
108039
108123
  /***/ }),
108040
108124
 
108041
108125
  /***/ "../../core/frontend/lib/esm/properties/AngleDescription.js":
@@ -110534,6 +110618,10 @@ class GraphicBuilder {
110534
110618
  addFrustum(frustum) {
110535
110619
  this.addRangeBoxFromCorners(frustum.points);
110536
110620
  }
110621
+ /** Add Frustum sides. Useful for debugging. */
110622
+ addFrustumSides(frustum) {
110623
+ this.addRangeBoxSidesFromCorners(frustum.points);
110624
+ }
110537
110625
  /** Add range edges from corner points */
110538
110626
  addRangeBoxFromCorners(p) {
110539
110627
  this.addLineString([
@@ -110552,6 +110640,51 @@ class GraphicBuilder {
110552
110640
  this.addLineString([p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopFront].clone(), p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone()]);
110553
110641
  this.addLineString([p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone(), p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomRear].clone()]);
110554
110642
  }
110643
+ /** Add range sides from corner points */
110644
+ addRangeBoxSidesFromCorners(p) {
110645
+ this.addShape([
110646
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomFront].clone(),
110647
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopFront].clone(),
110648
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopFront].clone(),
110649
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomFront].clone(),
110650
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomFront].clone()
110651
+ ]);
110652
+ this.addShape([
110653
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone(),
110654
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopRear].clone(),
110655
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone(),
110656
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomRear].clone(),
110657
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone()
110658
+ ]);
110659
+ this.addShape([
110660
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone(),
110661
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopRear].clone(),
110662
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopFront].clone(),
110663
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopFront].clone(),
110664
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone()
110665
+ ]);
110666
+ this.addShape([
110667
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone(),
110668
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomRear].clone(),
110669
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomFront].clone(),
110670
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopFront].clone(),
110671
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone()
110672
+ ]);
110673
+ this.addShape([
110674
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone(),
110675
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomRear].clone(),
110676
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomFront].clone(),
110677
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomFront].clone(),
110678
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone()
110679
+ ]);
110680
+ this.addShape([
110681
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone(),
110682
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopRear].clone(),
110683
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopFront].clone(),
110684
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomFront].clone(),
110685
+ p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone()
110686
+ ]);
110687
+ }
110555
110688
  /** Sets the current active symbology for this builder. Any new geometry subsequently added will be drawn using the specified symbology.
110556
110689
  * @param lineColor The color in which to draw lines.
110557
110690
  * @param fillColor The color in which to draw filled regions.
@@ -116618,7 +116751,7 @@ class BackgroundMapDrape extends _TextureDrape__WEBPACK_IMPORTED_MODULE_13__.Tex
116618
116751
  if (!targetTree || !args)
116619
116752
  return;
116620
116753
  const targetTiles = targetTree.selectTiles(args);
116621
- const projection = _PlanarTextureProjection__WEBPACK_IMPORTED_MODULE_9__.PlanarTextureProjection.computePlanarTextureProjection(this._plane, context, { tiles: targetTiles, location: args.location }, [this._mapTree], viewState, this._width, this._height);
116754
+ const projection = _PlanarTextureProjection__WEBPACK_IMPORTED_MODULE_9__.PlanarTextureProjection.computePlanarTextureProjection(this._plane, context, { tiles: targetTiles, location: args.location }, [this._mapTree], viewState, this._width, this._height, _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range3d.createNull());
116622
116755
  if (!projection.textureFrustum || !projection.projectionMatrix || !projection.worldToViewMap)
116623
116756
  return;
116624
116757
  this._frustum = projection.textureFrustum;
@@ -123953,19 +124086,22 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
123953
124086
  const viewState = context.viewingSpace.view;
123954
124087
  if (!viewState.isSpatialView())
123955
124088
  return;
123956
- const requiredHeight = context.target.viewRect.height;
123957
- const requiredWidth = context.target.viewRect.width;
124089
+ this._doDebugFrustum = context.target.debugControl?.displayMaskFrustum ?? false;
124090
+ const maxTextureSize = _System__WEBPACK_IMPORTED_MODULE_15__.System.instance.maxTexSizeAllow;
124091
+ const requiredHeight = maxTextureSize;
124092
+ const requiredWidth = maxTextureSize;
123958
124093
  if (requiredWidth !== this._width || requiredHeight !== this._height)
123959
124094
  this.dispose();
123960
124095
  this._width = requiredWidth;
123961
124096
  this._height = requiredHeight;
123962
- const maskTrees = this._planarClipMask?.getTileTrees(viewState, target.modelId);
124097
+ const maskRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Range3d.createNull();
124098
+ const maskTrees = this._planarClipMask?.getTileTrees(viewState, target.modelId, maskRange);
123963
124099
  if (!maskTrees && !this._classifierTreeRef)
123964
124100
  return;
123965
124101
  const allTrees = maskTrees ? maskTrees.slice() : new Array();
123966
124102
  if (this._classifierTreeRef)
123967
124103
  allTrees.push(this._classifierTreeRef);
123968
- const projection = _PlanarTextureProjection__WEBPACK_IMPORTED_MODULE_11__.PlanarTextureProjection.computePlanarTextureProjection(this._plane, context, target, allTrees, viewState, this._width, this._height);
124104
+ const projection = _PlanarTextureProjection__WEBPACK_IMPORTED_MODULE_11__.PlanarTextureProjection.computePlanarTextureProjection(this._plane, context, target, allTrees, viewState, this._width, this._height, maskRange);
123969
124105
  if (!projection.textureFrustum || !projection.projectionMatrix || !projection.worldToViewMap)
123970
124106
  return;
123971
124107
  this._projectionMatrix = projection.projectionMatrix;
@@ -123999,13 +124135,20 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
123999
124135
  if (this._doDebugFrustum) {
124000
124136
  this._debugFrustumGraphic = (0,_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.dispose)(this._debugFrustumGraphic);
124001
124137
  const builder = context.createSceneGraphicBuilder();
124002
- builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.green, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.green, 1);
124138
+ builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.green, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.green, 2);
124003
124139
  builder.addFrustum(context.viewingSpace.getFrustum());
124004
- builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.red, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.red, 1);
124140
+ builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.red, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.red, 2);
124005
124141
  builder.addFrustum(this._debugFrustum);
124006
- builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.white, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.white, 1);
124142
+ builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.blue, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.blue, 2);
124007
124143
  builder.addFrustum(this._frustum);
124144
+ builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.from(0, 200, 0, 222), _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.from(0, 200, 0, 222), 2);
124145
+ builder.addFrustumSides(context.viewingSpace.getFrustum());
124146
+ builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.from(200, 0, 0, 222), _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.from(200, 0, 0, 222), 2);
124147
+ builder.addFrustumSides(this._debugFrustum);
124148
+ builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.from(0, 0, 200, 222), _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.from(0, 0, 200, 222), 2);
124149
+ builder.addFrustumSides(this._frustum);
124008
124150
  this._debugFrustumGraphic = builder.finish();
124151
+ context.outputGraphic(this._debugFrustumGraphic);
124009
124152
  }
124010
124153
  }
124011
124154
  draw(target) {
@@ -124056,8 +124199,6 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
124056
124199
  this._contentMode = PlanarClassifierContent.ClassifierAndMask;
124057
124200
  }
124058
124201
  }
124059
- if (undefined !== this._debugFrustumGraphic)
124060
- target.graphics.foreground.push(this._debugFrustumGraphic);
124061
124202
  // Temporarily override the Target's state.
124062
124203
  const system = _System__WEBPACK_IMPORTED_MODULE_15__.System.instance;
124063
124204
  const maskViewFlags = {
@@ -124277,7 +124418,15 @@ const scratchRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range3d.c
124277
124418
  const scratchMap4d = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Map4d.createIdentity();
124278
124419
  const scratchMatrix4d = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix4d.createIdentity();
124279
124420
  class PlanarTextureProjection {
124280
- static computePlanarTextureProjection(texturePlane, sceneContext, target, drapeRefs, viewState, textureWidth, textureHeight, _heightRange) {
124421
+ static isTileRangeInBounds(tileRange, drapeRange) {
124422
+ // return false if tile is outside of drapeRange, ignoring height (x) for this
124423
+ if (tileRange.low.y > drapeRange.high.y || tileRange.high.y < drapeRange.low.y)
124424
+ return false;
124425
+ if (tileRange.low.z > drapeRange.high.z || tileRange.high.z < drapeRange.low.z)
124426
+ return false;
124427
+ return true;
124428
+ }
124429
+ static computePlanarTextureProjection(texturePlane, sceneContext, target, drapeRefs, viewState, textureWidth, textureHeight, maskRange, _heightRange) {
124281
124430
  const textureZ = texturePlane.getNormalRef();
124282
124431
  const viewingSpace = sceneContext.viewingSpace;
124283
124432
  const viewX = viewingSpace.rotation.rowX();
@@ -124301,14 +124450,8 @@ class PlanarTextureProjection {
124301
124450
  const viewFrustum = viewingSpace.getFrustum().transformBy(textureTransform);
124302
124451
  const viewPlanes = _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.FrustumPlanes.fromFrustum(viewFrustum);
124303
124452
  const viewClipPlanes = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.ConvexClipPlaneSet.createPlanes(viewPlanes.planes);
124304
- let textureRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range3d.createNull();
124305
- const tileToTexture = textureTransform.multiplyTransformTransform(target.location);
124306
- for (const tile of target.tiles) {
124307
- textureRange.extendRange(tileToTexture.multiplyRange(tile.range, scratchRange));
124308
- }
124309
- if (textureRange.isNull)
124310
- return {};
124311
- textureRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.ClipUtilities.rangeOfClipperIntersectionWithRange(viewClipPlanes, textureRange);
124453
+ const contentUnBoundedRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range1d.createNull();
124454
+ // calculate drapeRange from drapeRefs (mask references or drape reference).
124312
124455
  const drapeRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range3d.createNull();
124313
124456
  for (const drapeRef of drapeRefs) {
124314
124457
  const drapeTree = drapeRef.treeOwner.tileTree;
@@ -124318,14 +124461,37 @@ class PlanarTextureProjection {
124318
124461
  let heightRange = viewingSpace.getTerrainHeightRange();
124319
124462
  if (!heightRange)
124320
124463
  heightRange = _ApproximateTerrainHeights__WEBPACK_IMPORTED_MODULE_2__.ApproximateTerrainHeights.instance.globalHeightRange;
124321
- textureRange.low.x = Math.min(textureRange.low.x, heightRange.low);
124322
- textureRange.high.x = Math.max(textureRange.high.x, heightRange.high);
124464
+ contentUnBoundedRange.low = Math.min(contentUnBoundedRange.low, heightRange.low);
124465
+ contentUnBoundedRange.high = Math.max(contentUnBoundedRange.high, heightRange.high);
124323
124466
  }
124324
- else {
124325
- const contentRange = textureTransform.multiplyRange(drapeRef.computeWorldContentRange());
124467
+ else if (maskRange.isNull) {
124468
+ const r = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range3d.createNull();
124469
+ drapeRef.unionFitRange(r);
124470
+ const contentRange = textureTransform.multiplyRange(r);
124326
124471
  if (!contentRange.isNull)
124327
124472
  drapeRange.extendRange(contentRange);
124328
124473
  }
124474
+ else {
124475
+ const contentRange = textureTransform.multiplyRange(maskRange);
124476
+ drapeRange.extendRange(contentRange);
124477
+ }
124478
+ }
124479
+ // get range of only the tiles to be masked or draped onto.
124480
+ let textureRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range3d.createNull();
124481
+ const tileToTexture = textureTransform.multiplyTransformTransform(target.location);
124482
+ for (const tile of target.tiles) {
124483
+ tileToTexture.multiplyRange(tile.range, scratchRange);
124484
+ // Skip tile if it is outside of drapeRange because we don't want the extra heights from distant tiles included.
124485
+ if (drapeRange.isNull || PlanarTextureProjection.isTileRangeInBounds(scratchRange, drapeRange))
124486
+ textureRange.extendRange(scratchRange);
124487
+ }
124488
+ if (textureRange.isNull)
124489
+ return {};
124490
+ textureRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.ClipUtilities.rangeOfClipperIntersectionWithRange(viewClipPlanes, textureRange);
124491
+ if (!contentUnBoundedRange.isNull) {
124492
+ // Union of height
124493
+ textureRange.low.x = Math.min(textureRange.low.x, contentUnBoundedRange.low);
124494
+ textureRange.high.x = Math.max(textureRange.high.x, contentUnBoundedRange.high);
124329
124495
  }
124330
124496
  if (!drapeRange.isNull) {
124331
124497
  // Union of height
@@ -124341,11 +124507,19 @@ class PlanarTextureProjection {
124341
124507
  textureRange.low.x -= epsilon;
124342
124508
  textureRange.high.x += epsilon;
124343
124509
  const textureFrustum = _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Frustum.fromRange(textureRange);
124344
- const debugFrustum = textureFrustum.clone();
124510
+ let debugFrustum;
124511
+ if (true) // debugFrustum as textureRange.
124512
+ debugFrustum = textureFrustum.clone();
124513
+ else // debugFrustum as drapeRange.
124514
+ {}
124345
124515
  textureTransform.multiplyInversePoint3dArray(debugFrustum.points, debugFrustum.points);
124346
- if (viewState.isCameraOn) {
124347
- const eyeHeight = (textureRange.low.x + textureRange.high.x) / 2.0;
124348
- const eyePlane = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Plane3dByOriginAndUnitNormal.create(_itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d.createScale(textureZ, eyeHeight), textureZ); // Centered in range - parallel to texture.
124516
+ const viewZVecZ = viewState.getRotation().rowZ().z;
124517
+ // This code attempts to use a projection frustum that aligns to the camera frustum in order to get higher mask resolution closer to the eye.
124518
+ // Limit its use to views that have an eyepoint above the bottom of the frustum and are looking down at a view angle > 5 degrees, otherwise it causes issues.
124519
+ // viewZVecZ is negative when looking up, positive when looking down.
124520
+ if (viewState.isCameraOn && viewState.getEyePoint().z > textureRange.low.x && viewZVecZ > 0.09) {
124521
+ // NB moved the eyePlane from the center to the bottom of the textureRange to solve problems when the eye was below the eyePlane.
124522
+ const eyePlane = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Plane3dByOriginAndUnitNormal.create(_itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d.createScale(textureZ, textureRange.low.x), textureZ); // at bottom of range - parallel to texture.
124349
124523
  const projectionRay = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Ray3d.create(viewState.getEyePoint(), viewZ.crossProduct(textureX).normalize());
124350
124524
  let projectionDistance = projectionRay.intersectionWithPlane(eyePlane);
124351
124525
  const minNearToFarRatio = .01; // Smaller value allows texture projection to conform tightly to view frustum.
@@ -124379,6 +124553,7 @@ class PlanarTextureProjection {
124379
124553
  farRange.high.y = Math.max(farRange.high.y, farY);
124380
124554
  });
124381
124555
  });
124556
+ // Set NPC from results.
124382
124557
  textureFrustum.points[_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Npc._000].set(farRange.low.x, farRange.low.y, eyePoint.z - far);
124383
124558
  textureFrustum.points[_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Npc._100].set(farRange.high.x, farRange.low.y, eyePoint.z - far);
124384
124559
  textureFrustum.points[_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Npc._010].set(farRange.low.x, farRange.high.y, eyePoint.z - far);
@@ -124403,7 +124578,7 @@ class PlanarTextureProjection {
124403
124578
  }
124404
124579
  const worldToNpcMap = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Map4d.createRefs(worldToNpc, npcToWorld);
124405
124580
  const worldToViewMap = npcToView.multiplyMapMap(worldToNpcMap);
124406
- return { textureFrustum, projectionMatrix: worldToNpc, worldToViewMap, debugFrustum };
124581
+ return { textureFrustum, worldToViewMap, projectionMatrix: worldToNpc, debugFrustum };
124407
124582
  }
124408
124583
  static getTextureDrawingParams(target) {
124409
124584
  const state = new _RenderState__WEBPACK_IMPORTED_MODULE_3__.RenderState();
@@ -124426,7 +124601,7 @@ class PlanarTextureProjection {
124426
124601
  return { state, viewFlags };
124427
124602
  }
124428
124603
  }
124429
- PlanarTextureProjection._postProjectionMatrixNpc = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix4d.createRowValues(/* Row 1 */ 0, 1, 0, 0, /* Row 1 */ 0, 0, 1, 0, /* Row 3 */ 1, 0, 0, 0, /* Row 4 */ 0, 0, 0, 1);
124604
+ PlanarTextureProjection._postProjectionMatrixNpc = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix4d.createRowValues(/* Row 1 */ 0, 1, 0, 0, /* Row 2 */ 0, 0, 1, 0, /* Row 3 */ 1, 0, 0, 0, /* Row 4 */ 0, 0, 0, 1);
124430
124605
 
124431
124606
 
124432
124607
  /***/ }),
@@ -130582,7 +130757,7 @@ const shadowMapWidth = 4096; // size of original depth buffer map
130582
130757
  const shadowMapHeight = shadowMapWidth; // TBD - Adjust for aspect ratio.
130583
130758
  const evsmWidth = shadowMapWidth / 2; // EVSM buffer is 1/2 size each direction
130584
130759
  const evsmHeight = shadowMapHeight / 2;
130585
- const postProjectionMatrixNpc = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix4d.createRowValues(/* Row 1 */ 0, 1, 0, 0, /* Row 1 */ 0, 0, 1, 0, /* Row 3 */ 1, 0, 0, 0, /* Row 4 */ 0, 0, 0, 1);
130760
+ const postProjectionMatrixNpc = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix4d.createRowValues(/* Row 1 */ 0, 1, 0, 0, /* Row 2 */ 0, 0, 1, 0, /* Row 3 */ 1, 0, 0, 0, /* Row 4 */ 0, 0, 0, 1);
130586
130761
  // Bundles up the disposable, create-once-and-reuse members of a SolarShadowMap.
130587
130762
  class Bundle {
130588
130763
  constructor(depthTexture, shadowMapTexture, fbo, fboSM, evsmGeom, renderCommands) {
@@ -130778,7 +130953,7 @@ class SolarShadowMap {
130778
130953
  viewTileRange.clone(shadowRange);
130779
130954
  // Expand shadow range to include both the shadowers and shadowed portion of background map.
130780
130955
  scratchFrustum.initFromRange(shadowRange);
130781
- mapToWorld.multiplyPoint3dArrayQuietNormalize(scratchFrustum.points); // This frustum represents the shadwowing geometry. Intersect it with background geometry and expand the range depth to include that intersection.
130956
+ mapToWorld.multiplyPoint3dArrayQuietNormalize(scratchFrustum.points); // This frustum represents the shadowing geometry. Intersect it with background geometry and expand the range depth to include that intersection.
130782
130957
  const backgroundMapGeometry = context.viewport.view.displayStyle.getBackgroundMapGeometry();
130783
130958
  if (undefined !== backgroundMapGeometry) {
130784
130959
  const backgroundDepthRange = backgroundMapGeometry.getFrustumIntersectionDepthRange(this._shadowFrustum, iModel.projectExtents);
@@ -132253,6 +132428,7 @@ class Target extends _RenderTarget__WEBPACK_IMPORTED_MODULE_8__.RenderTarget {
132253
132428
  this.drawingBackgroundForReadPixels = false;
132254
132429
  this.primitiveVisibility = _RenderTarget__WEBPACK_IMPORTED_MODULE_8__.PrimitiveVisibility.All;
132255
132430
  this.displayDrapeFrustum = false;
132431
+ this.displayMaskFrustum = false;
132256
132432
  this.displayRealityTilePreload = false;
132257
132433
  this.displayRealityTileRanges = false;
132258
132434
  this.logRealityTiles = false;
@@ -150654,15 +150830,20 @@ class SpatialRefs {
150654
150830
  /** For getting the [TileTreeReference]s that are in the modelIds, for planar classification.
150655
150831
  * @param modelIds modelIds for which to get the TileTreeReferences
150656
150832
  * @param maskTreeRefs where to store the TileTreeReferences
150833
+ * @param maskRange range to extend for the maskRefs
150657
150834
  * @internal
150658
150835
  */
150659
- collectMaskRefs(modelIds, maskTreeRefs) {
150836
+ collectMaskRefs(modelIds, maskTreeRefs, maskRange) {
150660
150837
  for (const modelId of modelIds) {
150661
150838
  if (!this._excludedModels?.has(modelId)) {
150662
150839
  const model = this._view.iModel.models.getLoaded(modelId);
150663
150840
  (0,_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.assert)(model !== undefined); // Models should be loaded by RealityModelTileTree
150664
- if (model?.asGeometricModel)
150665
- maskTreeRefs.push(createMaskTreeReference(this._view, model.asGeometricModel));
150841
+ if (model?.asGeometricModel) {
150842
+ const treeRef = createMaskTreeReference(this._view, model.asGeometricModel);
150843
+ maskTreeRefs.push(treeRef);
150844
+ const range = treeRef.computeWorldContentRange();
150845
+ maskRange.extendRange(range);
150846
+ }
150666
150847
  }
150667
150848
  }
150668
150849
  }
@@ -151585,7 +151766,6 @@ class RealityTile extends _internal__WEBPACK_IMPORTED_MODULE_5__.Tile {
151585
151766
  get isLoaded() { return this.loadStatus === _internal__WEBPACK_IMPORTED_MODULE_5__.TileLoadStatus.Ready; } // Reality tiles may depend on secondary tiles (maps) so can ge loaded but not ready.
151586
151767
  /** A representation of the tile's geometry.
151587
151768
  * This property is only available when using [[TileGeometryCollector]].
151588
- * @beta
151589
151769
  */
151590
151770
  get geometry() { return this._geometry; }
151591
151771
  /** @internal */
@@ -154732,7 +154912,7 @@ __webpack_require__.r(__webpack_exports__);
154732
154912
  * Subclasses can refine the collection criterion.
154733
154913
  * The tile geometry is obtained asynchronously, so successive collections over multiple frames may be required before all of the geometry
154734
154914
  * is collected.
154735
- * @beta
154915
+ * @public
154736
154916
  */
154737
154917
  class TileGeometryCollector {
154738
154918
  /** Create a new collector. */
@@ -155984,13 +156164,11 @@ class TileTreeReference /* implements RenderMemory.Consumer */ {
155984
156164
  /** Create a tile tree reference equivalent to this one that also supplies an implementation of [[GeometryTileTreeReference.collectTileGeometry]].
155985
156165
  * Return `undefined` if geometry collection is not supported.
155986
156166
  * @see [[createGeometryTreeReference]].
155987
- * @beta
155988
156167
  */
155989
156168
  _createGeometryTreeReference() {
155990
156169
  return undefined;
155991
156170
  }
155992
156171
  /** A function that can be assigned to [[collectTileGeometry]] to enable geometry collection for references to tile trees that support geometry collection.
155993
- * @beta
155994
156172
  */
155995
156173
  _collectTileGeometry(collector) {
155996
156174
  const tree = this.treeOwner.load();
@@ -156008,7 +156186,6 @@ class TileTreeReference /* implements RenderMemory.Consumer */ {
156008
156186
  * undefined if geometry collection is not supported.
156009
156187
  * Currently, only terrain and reality model tiles support geometry collection.
156010
156188
  * @note Do not override this method - override [[_createGeometryTreeReference]] instead.
156011
- * @beta
156012
156189
  */
156013
156190
  createGeometryTreeReference() {
156014
156191
  if (this.collectTileGeometry) {
@@ -168292,7 +168469,9 @@ __webpack_require__.r(__webpack_exports__);
168292
168469
 
168293
168470
 
168294
168471
 
168295
- /** @alpha */
168472
+ /** Identifies the source of the elements in the agenda.
168473
+ * @public
168474
+ */
168296
168475
  var ModifyElementSource;
168297
168476
  (function (ModifyElementSource) {
168298
168477
  /** The source for the element is unknown - not caused by a modification command. */
@@ -168307,7 +168486,7 @@ var ModifyElementSource;
168307
168486
  /** The ElementAgenda class is used by [[ElementSetTool]] to hold the collection of elements it will operate on
168308
168487
  * and to manage their hilite state.
168309
168488
  * @see [[ElementSetTool]]
168310
- * @alpha
168489
+ * @public
168311
168490
  */
168312
168491
  class ElementAgenda {
168313
168492
  constructor(iModel) {
@@ -168499,7 +168678,7 @@ class ElementAgenda {
168499
168678
  * - Immediately apply operation.
168500
168679
  * - Restart.
168501
168680
  * Sub-classes are required to opt-in to additional element sources, dynamics, AccuSnap, additional input, etc.
168502
- * @alpha
168681
+ * @public
168503
168682
  */
168504
168683
  class ElementSetTool extends _PrimitiveTool__WEBPACK_IMPORTED_MODULE_9__.PrimitiveTool {
168505
168684
  constructor() {
@@ -178647,8 +178826,9 @@ __webpack_require__.r(__webpack_exports__);
178647
178826
  /** @packageDocumentation
178648
178827
  * @module CartesianGeometry
178649
178828
  */
178650
- /** Commonly used constant values.
178651
- * @alpha
178829
+ /**
178830
+ * Commonly used constant values.
178831
+ * @public
178652
178832
  */
178653
178833
  class Constant {
178654
178834
  }
@@ -178660,7 +178840,7 @@ Constant.oneCentimeter = 0.01;
178660
178840
  Constant.oneMeter = 1.0;
178661
178841
  /** symbolic name for 1 kilometer: 1000 meter */
178662
178842
  Constant.oneKilometer = 1000.0;
178663
- /** Diameter of the earth in kilometers. */
178843
+ /** Diameter of the earth in meters. */
178664
178844
  Constant.diameterOfEarth = 12742.0 * Constant.oneKilometer;
178665
178845
  /** circumference of the earth in meters. */
178666
178846
  Constant.circumferenceOfEarth = 40075.0 * Constant.oneKilometer;
@@ -193827,7 +194007,6 @@ class CurveCurve {
193827
194007
  * Return full 3d xyz intersections of 2 curves.
193828
194008
  * * Implemented for combinations of LineSegment3d, LineString3d, Arc3d.
193829
194009
  * * Not Implemented for bspline and bezier curves.
193830
- * @beta
193831
194010
  * @param curveA first curve
193832
194011
  * @param extendA true to allow curveA to extend
193833
194012
  * @param curveB second curve
@@ -291046,7 +291225,7 @@ class TestContext {
291046
291225
  this.initializeRpcInterfaces({ title: this.settings.Backend.name, version: this.settings.Backend.version });
291047
291226
  const iModelClient = new imodels_client_management_1.IModelsClient({ api: { baseUrl: `https://${process.env.IMJS_URL_PREFIX ?? ""}api.bentley.com/imodels` } });
291048
291227
  await core_frontend_1.NoRenderApp.startup({
291049
- applicationVersion: "4.8.0-dev.17",
291228
+ applicationVersion: "4.8.0-dev.19",
291050
291229
  applicationId: this.settings.gprid,
291051
291230
  authorizationClient: new frontend_1.TestFrontendAuthorizationClient(this.adminUserAccessToken),
291052
291231
  hubAccess: new imodels_access_frontend_1.FrontendIModelsAccess(iModelClient),
@@ -291521,7 +291700,7 @@ function compareDiagnosticsSeverities(lhs, rhs) {
291521
291700
  }
291522
291701
  /**
291523
291702
  * Functions related to diagnostics log entry.
291524
- * @beta
291703
+ * @public
291525
291704
  */
291526
291705
  // eslint-disable-next-line @typescript-eslint/no-redeclare
291527
291706
  var DiagnosticsLogEntry;
@@ -291624,7 +291803,7 @@ var ClassInfo;
291624
291803
  })(ClassInfo || (ClassInfo = {}));
291625
291804
  /**
291626
291805
  * Contains utilities for working with objects of [[NavigationPropertyInfo]] type.
291627
- * @beta
291806
+ * @public
291628
291807
  */
291629
291808
  var NavigationPropertyInfo;
291630
291809
  (function (NavigationPropertyInfo) {
@@ -292473,7 +292652,10 @@ __webpack_require__.r(__webpack_exports__);
292473
292652
  */
292474
292653
 
292475
292654
 
292476
- /** @alpha */
292655
+ /**
292656
+ * An utility for formatting property values based on `KindOfQuantity` and unit system.
292657
+ * @public
292658
+ */
292477
292659
  class KoqPropertyValueFormatter {
292478
292660
  constructor(_schemaContext, defaultFormats) {
292479
292661
  this._schemaContext = _schemaContext;
@@ -292985,7 +293167,6 @@ class PresentationRpcInterface extends _itwin_core_common__WEBPACK_IMPORTED_MODU
292985
293167
  async getPagedNodes(_token, _options) {
292986
293168
  return this.forward(arguments);
292987
293169
  }
292988
- /** @beta */
292989
293170
  async getNodesDescriptor(_token, _options) {
292990
293171
  return this.forward(arguments);
292991
293172
  }
@@ -293652,7 +293833,10 @@ __webpack_require__.r(__webpack_exports__);
293652
293833
  */
293653
293834
 
293654
293835
 
293655
- /** @alpha */
293836
+ /**
293837
+ * A constant for indicating that a full update is required.
293838
+ * @public
293839
+ */
293656
293840
  const UPDATE_FULL = "FULL";
293657
293841
  /** @public */
293658
293842
  // eslint-disable-next-line @typescript-eslint/no-redeclare
@@ -294639,7 +294823,6 @@ class Descriptor {
294639
294823
  }
294640
294824
  /**
294641
294825
  * Get field by its descriptor.
294642
- * @beta
294643
294826
  */
294644
294827
  getFieldByDescriptor(fieldDescriptor, recurse) {
294645
294828
  return (0,_Fields__WEBPACK_IMPORTED_MODULE_3__.getFieldByDescriptor)(this.fields, fieldDescriptor, recurse);
@@ -294912,7 +295095,6 @@ class Field {
294912
295095
  /**
294913
295096
  * Checks if this field matches given field descriptor
294914
295097
  * @see [[getFieldDescriptor]]
294915
- * @beta
294916
295098
  */
294917
295099
  matchesDescriptor(descriptor) {
294918
295100
  return FieldDescriptor.isNamed(descriptor) && descriptor.fieldName === this.name;
@@ -295024,7 +295206,6 @@ class PropertiesField extends Field {
295024
295206
  /**
295025
295207
  * Checks if this field matches given field descriptor
295026
295208
  * @see [[getFieldDescriptor]]
295027
- * @beta
295028
295209
  */
295029
295210
  matchesDescriptor(descriptor) {
295030
295211
  if (!FieldDescriptor.isProperties(descriptor)) {
@@ -295556,7 +295737,7 @@ __webpack_require__.r(__webpack_exports__);
295556
295737
 
295557
295738
 
295558
295739
 
295559
- /** @alpha */
295740
+ /** @internal */
295560
295741
  class ContentFormatter {
295561
295742
  constructor(_propertyValueFormatter, _unitSystem) {
295562
295743
  this._propertyValueFormatter = _propertyValueFormatter;
@@ -295621,7 +295802,7 @@ class ContentFormatter {
295621
295802
  return displayValues;
295622
295803
  }
295623
295804
  }
295624
- /** @alpha */
295805
+ /** @internal */
295625
295806
  class ContentPropertyValueFormatter {
295626
295807
  constructor(_koqValueFormatter) {
295627
295808
  this._koqValueFormatter = _koqValueFormatter;
@@ -296108,12 +296289,13 @@ __webpack_require__.r(__webpack_exports__);
296108
296289
 
296109
296290
  /**
296110
296291
  * Contains helper functions for working with objects of [[HierarchyLevel]] type.
296111
- * @beta
296292
+ * @public
296112
296293
  */
296113
296294
  var HierarchyLevel;
296114
296295
  (function (HierarchyLevel) {
296115
296296
  /**
296116
296297
  * Deserialize [[HierarchyLevel]] from JSON
296298
+ * @beta
296117
296299
  * @deprecated in 3.x. Use [[HierarchyLevel]].
296118
296300
  */
296119
296301
  // eslint-disable-next-line deprecation/deprecation
@@ -297743,7 +297925,7 @@ __webpack_require__.r(__webpack_exports__);
297743
297925
 
297744
297926
  /**
297745
297927
  * A function which logs messages to the console.
297746
- * @beta
297928
+ * @public
297747
297929
  */
297748
297930
  function consoleDiagnosticsHandler(diagnostics) {
297749
297931
  // eslint-disable-next-line no-console
@@ -297762,7 +297944,7 @@ function consoleDiagnosticsHandler(diagnostics) {
297762
297944
  }
297763
297945
  /**
297764
297946
  * A function which calls all diagnostics handlers passed to it.
297765
- * @beta
297947
+ * @public
297766
297948
  */
297767
297949
  function createCombinedDiagnosticsHandler(handlers) {
297768
297950
  return (diagnostics) => {
@@ -298171,12 +298353,10 @@ class PresentationManager {
298171
298353
  constructor(props) {
298172
298354
  /**
298173
298355
  * An event raised when hierarchies created using specific ruleset change
298174
- * @alpha
298175
298356
  */
298176
298357
  this.onIModelHierarchyChanged = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
298177
298358
  /**
298178
298359
  * An event raised when content created using specific ruleset changes
298179
- * @alpha
298180
298360
  */
298181
298361
  this.onIModelContentChanged = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
298182
298362
  // eslint-disable-next-line @typescript-eslint/naming-convention
@@ -298370,7 +298550,7 @@ class PresentationManager {
298370
298550
  }
298371
298551
  /**
298372
298552
  * Retrieves hierarchy level descriptor.
298373
- * @beta
298553
+ * @public
298374
298554
  */
298375
298555
  async getNodesDescriptor(requestOptions) {
298376
298556
  this.startIModelInitialization(requestOptions.imodel);
@@ -315038,7 +315218,7 @@ function __disposeResources(env) {
315038
315218
  /***/ ((module) => {
315039
315219
 
315040
315220
  "use strict";
315041
- module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.8.0-dev.17","description":"iTwin.js frontend components","main":"lib/cjs/core-frontend.js","module":"lib/esm/core-frontend.js","typings":"lib/cjs/core-frontend","license":"MIT","scripts":{"build":"npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm && npm run -s webpackWorkers && npm run -s copy:workers","build:cjs":"npm run -s copy:js:cjs && tsc 1>&2 --outDir lib/cjs","build:esm":"npm run -s copy:js:esm && tsc 1>&2 --module ES2020 --outDir lib/esm","clean":"rimraf lib .rush/temp/package-deps*.json","copy:public":"cpx \\"./src/public/**/*\\" ./lib/public","copy:js:cjs":"cpx \\"./src/**/*.js\\" ./lib/cjs","copy:js:esm":"cpx \\"./src/**/*.js\\" ./lib/esm","copy:workers":"cpx \\"./lib/workers/webpack/parse-imdl-worker.js\\" ./lib/public/scripts","docs":"betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-frontend/file.json --tsIndexFile=./core-frontend.ts --onlyJson --excludes=webgl/**/*,**/map/*.d.ts,**/tile/*.d.ts,**/*-css.ts","extract-api":"betools extract-api --entry=core-frontend && npm run extract-extension-api","extract-extension-api":"eslint --no-inline-config -c extraction.eslint.config.js \\"./src/**/*.ts\\" 1>&2","lint":"eslint -f visualstudio \\"./src/**/*.ts\\" 1>&2","lint-fix":"eslint --fix -f visualstudio \\"./src/**/*.ts\\" 1>&2","pseudolocalize":"betools pseudolocalize --englishDir ./src/public/locales/en --out ./public/locales/en-PSEUDO","test":"npm run -s webpackTests && certa -r chrome","cover":"npm -s test","test:debug":"certa -r chrome --debug","webpackTests":"webpack --config ./src/test/utils/webpack.config.js 1>&2 && npm run -s webpackTestWorker","webpackTestWorker":"webpack --config ./src/test/worker/webpack.config.js 1>&2 && cpx \\"./lib/test/test-worker.js\\" ./lib/test","webpackWorkers":"webpack --config ./src/workers/ImdlParser/webpack.config.js 1>&2"},"repository":{"type":"git","url":"https://github.com/iTwin/itwinjs-core.git","directory":"core/frontend"},"keywords":["Bentley","BIM","iModel","digital-twin","iTwin"],"author":{"name":"Bentley Systems, Inc.","url":"http://www.bentley.com"},"peerDependencies":{"@itwin/appui-abstract":"workspace:^4.8.0-dev.17","@itwin/core-bentley":"workspace:^4.8.0-dev.17","@itwin/core-common":"workspace:^4.8.0-dev.17","@itwin/core-geometry":"workspace:^4.8.0-dev.17","@itwin/core-orbitgt":"workspace:^4.8.0-dev.17","@itwin/core-quantity":"workspace:^4.8.0-dev.17"},"//devDependencies":["NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install","NOTE: All tools used by scripts in this package must be listed as devDependencies"],"devDependencies":{"@itwin/appui-abstract":"workspace:*","@itwin/build-tools":"workspace:*","@itwin/core-bentley":"workspace:*","@itwin/core-common":"workspace:*","@itwin/core-geometry":"workspace:*","@itwin/core-orbitgt":"workspace:*","@itwin/core-quantity":"workspace:*","@itwin/certa":"workspace:*","@itwin/eslint-plugin":"^4.0.2","@types/chai":"4.3.1","@types/chai-as-promised":"^7","@types/mocha":"^10.0.6","@types/sinon":"^17.0.2","babel-loader":"~8.2.5","babel-plugin-istanbul":"~6.1.1","chai":"^4.3.10","chai-as-promised":"^7.1.1","cpx2":"^3.0.0","eslint":"^8.56.0","glob":"^10.3.12","mocha":"^10.2.0","nyc":"^15.1.0","rimraf":"^3.0.2","sinon":"^17.0.1","source-map-loader":"^4.0.0","typescript":"~5.3.3","typemoq":"^2.1.0","webpack":"^5.76.0"},"//dependencies":["NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API","NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"],"dependencies":{"@itwin/cloud-agnostic-core":"^2.1.0","@itwin/object-storage-core":"^2.2.2","@itwin/core-i18n":"workspace:*","@itwin/core-telemetry":"workspace:*","@itwin/webgl-compatibility":"workspace:*","@loaders.gl/core":"^3.1.6","@loaders.gl/draco":"^3.1.6","fuse.js":"^3.3.0","meshoptimizer":"~0.20.0","wms-capabilities":"0.4.0"},"nyc":{"extends":"./node_modules/@itwin/build-tools/.nycrc"}}');
315221
+ module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.8.0-dev.19","description":"iTwin.js frontend components","main":"lib/cjs/core-frontend.js","module":"lib/esm/core-frontend.js","typings":"lib/cjs/core-frontend","license":"MIT","scripts":{"build":"npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm && npm run -s webpackWorkers && npm run -s copy:workers","build:cjs":"npm run -s copy:js:cjs && tsc 1>&2 --outDir lib/cjs","build:esm":"npm run -s copy:js:esm && tsc 1>&2 --module ES2020 --outDir lib/esm","clean":"rimraf lib .rush/temp/package-deps*.json","copy:public":"cpx \\"./src/public/**/*\\" ./lib/public","copy:js:cjs":"cpx \\"./src/**/*.js\\" ./lib/cjs","copy:js:esm":"cpx \\"./src/**/*.js\\" ./lib/esm","copy:workers":"cpx \\"./lib/workers/webpack/parse-imdl-worker.js\\" ./lib/public/scripts","docs":"betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-frontend/file.json --tsIndexFile=./core-frontend.ts --onlyJson --excludes=webgl/**/*,**/map/*.d.ts,**/tile/*.d.ts,**/*-css.ts","extract-api":"betools extract-api --entry=core-frontend && npm run extract-extension-api","extract-extension-api":"eslint --no-inline-config -c extraction.eslint.config.js \\"./src/**/*.ts\\" 1>&2","lint":"eslint -f visualstudio \\"./src/**/*.ts\\" 1>&2","lint-fix":"eslint --fix -f visualstudio \\"./src/**/*.ts\\" 1>&2","pseudolocalize":"betools pseudolocalize --englishDir ./src/public/locales/en --out ./public/locales/en-PSEUDO","test":"npm run -s webpackTests && certa -r chrome","cover":"npm -s test","test:debug":"certa -r chrome --debug","webpackTests":"webpack --config ./src/test/utils/webpack.config.js 1>&2 && npm run -s webpackTestWorker","webpackTestWorker":"webpack --config ./src/test/worker/webpack.config.js 1>&2 && cpx \\"./lib/test/test-worker.js\\" ./lib/test","webpackWorkers":"webpack --config ./src/workers/ImdlParser/webpack.config.js 1>&2"},"repository":{"type":"git","url":"https://github.com/iTwin/itwinjs-core.git","directory":"core/frontend"},"keywords":["Bentley","BIM","iModel","digital-twin","iTwin"],"author":{"name":"Bentley Systems, Inc.","url":"http://www.bentley.com"},"peerDependencies":{"@itwin/appui-abstract":"workspace:^4.8.0-dev.19","@itwin/core-bentley":"workspace:^4.8.0-dev.19","@itwin/core-common":"workspace:^4.8.0-dev.19","@itwin/core-geometry":"workspace:^4.8.0-dev.19","@itwin/core-orbitgt":"workspace:^4.8.0-dev.19","@itwin/core-quantity":"workspace:^4.8.0-dev.19"},"//devDependencies":["NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install","NOTE: All tools used by scripts in this package must be listed as devDependencies"],"devDependencies":{"@itwin/appui-abstract":"workspace:*","@itwin/build-tools":"workspace:*","@itwin/core-bentley":"workspace:*","@itwin/core-common":"workspace:*","@itwin/core-geometry":"workspace:*","@itwin/core-orbitgt":"workspace:*","@itwin/core-quantity":"workspace:*","@itwin/certa":"workspace:*","@itwin/eslint-plugin":"^4.0.2","@types/chai":"4.3.1","@types/chai-as-promised":"^7","@types/mocha":"^10.0.6","@types/sinon":"^17.0.2","babel-loader":"~8.2.5","babel-plugin-istanbul":"~6.1.1","chai":"^4.3.10","chai-as-promised":"^7.1.1","cpx2":"^3.0.0","eslint":"^8.56.0","glob":"^10.3.12","mocha":"^10.2.0","nyc":"^15.1.0","rimraf":"^3.0.2","sinon":"^17.0.1","source-map-loader":"^4.0.0","typescript":"~5.3.3","typemoq":"^2.1.0","webpack":"^5.76.0"},"//dependencies":["NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API","NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"],"dependencies":{"@itwin/cloud-agnostic-core":"^2.1.0","@itwin/object-storage-core":"^2.2.2","@itwin/core-i18n":"workspace:*","@itwin/core-telemetry":"workspace:*","@itwin/webgl-compatibility":"workspace:*","@loaders.gl/core":"^3.1.6","@loaders.gl/draco":"^3.1.6","fuse.js":"^3.3.0","meshoptimizer":"~0.20.0","wms-capabilities":"0.4.0"},"nyc":{"extends":"./node_modules/@itwin/build-tools/.nycrc"}}');
315042
315222
 
315043
315223
  /***/ }),
315044
315224