@itwin/ecschema-rpcinterface-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.
- package/lib/dist/bundled-tests.js +474 -295
- package/lib/dist/bundled-tests.js.map +1 -1
- package/package.json +16 -16
|
@@ -22251,7 +22251,7 @@ var CompressedId64Set;
|
|
|
22251
22251
|
}
|
|
22252
22252
|
CompressedId64Set.compressSet = compressSet;
|
|
22253
22253
|
/** Create a sorted array from `ids`, then return a compact string representation of those Ids.
|
|
22254
|
-
* @see [[compressIds]] if `ids` is known to already be sorted.
|
|
22254
|
+
* @see [[CompressedId64Set.compressIds]] if `ids` is known to already be sorted.
|
|
22255
22255
|
*/
|
|
22256
22256
|
function sortAndCompress(ids) {
|
|
22257
22257
|
// `string` is an Iterable<string>. In that case assume caller passed a single Id64String.
|
|
@@ -28291,7 +28291,7 @@ var ProfileOptions;
|
|
|
28291
28291
|
/**
|
|
28292
28292
|
* The state of the schemas in the Db compared with what the current version of the software expects
|
|
28293
28293
|
* Note: The state may vary depending on whether the Db is to be opened ReadOnly or ReadWrite.
|
|
28294
|
-
* @
|
|
28294
|
+
* @public
|
|
28295
28295
|
*/
|
|
28296
28296
|
var SchemaState;
|
|
28297
28297
|
(function (SchemaState) {
|
|
@@ -39499,12 +39499,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
39499
39499
|
*/
|
|
39500
39500
|
// cSpell:ignore vals
|
|
39501
39501
|
/** Describes the semantics of a [PolylineArgs]($frontend).
|
|
39502
|
-
* @
|
|
39502
|
+
* @public
|
|
39503
39503
|
*/
|
|
39504
39504
|
var PolylineTypeFlags;
|
|
39505
39505
|
(function (PolylineTypeFlags) {
|
|
39506
|
+
/** Just an ordinary polyline with no special semantics. */
|
|
39506
39507
|
PolylineTypeFlags[PolylineTypeFlags["Normal"] = 0] = "Normal";
|
|
39508
|
+
/** A polyline used to define the edges of a planar region. */
|
|
39507
39509
|
PolylineTypeFlags[PolylineTypeFlags["Edge"] = 1] = "Edge";
|
|
39510
|
+
/** Like [[Edge]], but the edges are only displayed in [[RenderMode.Wireframe]] when the surface's fill is not displayed.
|
|
39511
|
+
* [[FillFlags]] controls whether the fill is displayed.
|
|
39512
|
+
*/
|
|
39508
39513
|
PolylineTypeFlags[PolylineTypeFlags["Outline"] = 2] = "Outline";
|
|
39509
39514
|
})(PolylineTypeFlags || (PolylineTypeFlags = {}));
|
|
39510
39515
|
/** @internal */
|
|
@@ -41376,26 +41381,6 @@ class SkyCube extends SkyBox {
|
|
|
41376
41381
|
}
|
|
41377
41382
|
|
|
41378
41383
|
|
|
41379
|
-
/***/ }),
|
|
41380
|
-
|
|
41381
|
-
/***/ "../../core/common/lib/esm/Snapping.js":
|
|
41382
|
-
/*!*********************************************!*\
|
|
41383
|
-
!*** ../../core/common/lib/esm/Snapping.js ***!
|
|
41384
|
-
\*********************************************/
|
|
41385
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
41386
|
-
|
|
41387
|
-
"use strict";
|
|
41388
|
-
__webpack_require__.r(__webpack_exports__);
|
|
41389
|
-
/*---------------------------------------------------------------------------------------------
|
|
41390
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
41391
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
41392
|
-
*--------------------------------------------------------------------------------------------*/
|
|
41393
|
-
/** @packageDocumentation
|
|
41394
|
-
* @module Geometry
|
|
41395
|
-
*/
|
|
41396
|
-
|
|
41397
|
-
|
|
41398
|
-
|
|
41399
41384
|
/***/ }),
|
|
41400
41385
|
|
|
41401
41386
|
/***/ "../../core/common/lib/esm/SolarCalculate.js":
|
|
@@ -45022,7 +45007,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45022
45007
|
/* harmony export */ "AnalysisStyleThematic": () => (/* reexport safe */ _AnalysisStyle__WEBPACK_IMPORTED_MODULE_1__.AnalysisStyleThematic),
|
|
45023
45008
|
/* harmony export */ "AreaPattern": () => (/* reexport safe */ _geometry_AreaPattern__WEBPACK_IMPORTED_MODULE_42__.AreaPattern),
|
|
45024
45009
|
/* harmony export */ "Atmosphere": () => (/* reexport safe */ _Atmosphere__WEBPACK_IMPORTED_MODULE_7__.Atmosphere),
|
|
45025
|
-
/* harmony export */ "B3dmHeader": () => (/* reexport safe */
|
|
45010
|
+
/* harmony export */ "B3dmHeader": () => (/* reexport safe */ _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_147__.B3dmHeader),
|
|
45026
45011
|
/* harmony export */ "BRepEntity": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_50__.BRepEntity),
|
|
45027
45012
|
/* harmony export */ "BRepGeometryOperation": () => (/* reexport safe */ _geometry_ElementGeometry__WEBPACK_IMPORTED_MODULE_46__.BRepGeometryOperation),
|
|
45028
45013
|
/* harmony export */ "BackendError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.BackendError),
|
|
@@ -45034,9 +45019,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45034
45019
|
/* harmony export */ "BaseLayerSettings": () => (/* reexport safe */ _MapImagerySettings__WEBPACK_IMPORTED_MODULE_78__.BaseLayerSettings),
|
|
45035
45020
|
/* harmony export */ "BaseMapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_79__.BaseMapLayerSettings),
|
|
45036
45021
|
/* harmony export */ "BatchType": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_36__.BatchType),
|
|
45037
|
-
/* harmony export */ "BentleyCloudRpcConfiguration": () => (/* reexport safe */
|
|
45038
|
-
/* harmony export */ "BentleyCloudRpcManager": () => (/* reexport safe */
|
|
45039
|
-
/* harmony export */ "BentleyCloudRpcProtocol": () => (/* reexport safe */
|
|
45022
|
+
/* harmony export */ "BentleyCloudRpcConfiguration": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_140__.BentleyCloudRpcConfiguration),
|
|
45023
|
+
/* harmony export */ "BentleyCloudRpcManager": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_140__.BentleyCloudRpcManager),
|
|
45024
|
+
/* harmony export */ "BentleyCloudRpcProtocol": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_141__.BentleyCloudRpcProtocol),
|
|
45040
45025
|
/* harmony export */ "BentleyError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.BentleyError),
|
|
45041
45026
|
/* harmony export */ "BentleyStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.BentleyStatus),
|
|
45042
45027
|
/* harmony export */ "BisCodeSpec": () => (/* reexport safe */ _Code__WEBPACK_IMPORTED_MODULE_18__.BisCodeSpec),
|
|
@@ -45044,13 +45029,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45044
45029
|
/* harmony export */ "BoundingSphere": () => (/* reexport safe */ _geometry_BoundingSphere__WEBPACK_IMPORTED_MODULE_43__.BoundingSphere),
|
|
45045
45030
|
/* harmony export */ "BriefcaseIdValue": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_12__.BriefcaseIdValue),
|
|
45046
45031
|
/* harmony export */ "BriefcaseStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.BriefcaseStatus),
|
|
45047
|
-
/* harmony export */ "CURRENT_INVOCATION": () => (/* reexport safe */
|
|
45048
|
-
/* harmony export */ "CURRENT_REQUEST": () => (/* reexport safe */
|
|
45032
|
+
/* harmony export */ "CURRENT_INVOCATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.CURRENT_INVOCATION),
|
|
45033
|
+
/* harmony export */ "CURRENT_REQUEST": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.CURRENT_REQUEST),
|
|
45049
45034
|
/* harmony export */ "Camera": () => (/* reexport safe */ _Camera__WEBPACK_IMPORTED_MODULE_13__.Camera),
|
|
45050
45035
|
/* harmony export */ "Carto2DDegrees": () => (/* reexport safe */ _geometry_Projection__WEBPACK_IMPORTED_MODULE_54__.Carto2DDegrees),
|
|
45051
45036
|
/* harmony export */ "Cartographic": () => (/* reexport safe */ _geometry_Cartographic__WEBPACK_IMPORTED_MODULE_44__.Cartographic),
|
|
45052
45037
|
/* harmony export */ "CartographicRange": () => (/* reexport safe */ _geometry_Cartographic__WEBPACK_IMPORTED_MODULE_44__.CartographicRange),
|
|
45053
|
-
/* harmony export */ "CesiumTerrainAssetId": () => (/* reexport safe */
|
|
45038
|
+
/* harmony export */ "CesiumTerrainAssetId": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_108__.CesiumTerrainAssetId),
|
|
45054
45039
|
/* harmony export */ "ChangeOpCode": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_26__.ChangeOpCode),
|
|
45055
45040
|
/* harmony export */ "ChangeSetStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.ChangeSetStatus),
|
|
45056
45041
|
/* harmony export */ "ChangedValueState": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_26__.ChangedValueState),
|
|
@@ -45064,15 +45049,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45064
45049
|
/* harmony export */ "ColorDef": () => (/* reexport safe */ _ColorDef__WEBPACK_IMPORTED_MODULE_20__.ColorDef),
|
|
45065
45050
|
/* harmony export */ "ColorIndex": () => (/* reexport safe */ _FeatureIndex__WEBPACK_IMPORTED_MODULE_34__.ColorIndex),
|
|
45066
45051
|
/* harmony export */ "CommonLoggerCategory": () => (/* reexport safe */ _CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_21__.CommonLoggerCategory),
|
|
45067
|
-
/* harmony export */ "CompositeTileHeader": () => (/* reexport safe */
|
|
45052
|
+
/* harmony export */ "CompositeTileHeader": () => (/* reexport safe */ _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_148__.CompositeTileHeader),
|
|
45068
45053
|
/* harmony export */ "ConcreteEntityTypes": () => (/* reexport safe */ _EntityReference__WEBPACK_IMPORTED_MODULE_32__.ConcreteEntityTypes),
|
|
45069
45054
|
/* harmony export */ "ConflictingLocksError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.ConflictingLocksError),
|
|
45070
|
-
/* harmony export */ "ContentFlags": () => (/* reexport safe */
|
|
45071
|
-
/* harmony export */ "ContentIdProvider": () => (/* reexport safe */
|
|
45055
|
+
/* harmony export */ "ContentFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.ContentFlags),
|
|
45056
|
+
/* harmony export */ "ContentIdProvider": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.ContentIdProvider),
|
|
45072
45057
|
/* harmony export */ "ContextRealityModel": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_22__.ContextRealityModel),
|
|
45073
45058
|
/* harmony export */ "ContextRealityModelProps": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_22__.ContextRealityModelProps),
|
|
45074
45059
|
/* harmony export */ "ContextRealityModels": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_22__.ContextRealityModels),
|
|
45075
|
-
/* harmony export */ "CurrentImdlVersion": () => (/* reexport safe */
|
|
45060
|
+
/* harmony export */ "CurrentImdlVersion": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_152__.CurrentImdlVersion),
|
|
45076
45061
|
/* harmony export */ "CutStyle": () => (/* reexport safe */ _ClipStyle__WEBPACK_IMPORTED_MODULE_17__.CutStyle),
|
|
45077
45062
|
/* harmony export */ "DbQueryError": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.DbQueryError),
|
|
45078
45063
|
/* harmony export */ "DbRequestKind": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.DbRequestKind),
|
|
@@ -45081,8 +45066,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45081
45066
|
/* harmony export */ "DbResult": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.DbResult),
|
|
45082
45067
|
/* harmony export */ "DbValueFormat": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.DbValueFormat),
|
|
45083
45068
|
/* harmony export */ "DefaultSupportedTypes": () => (/* reexport safe */ _RealityDataAccessProps__WEBPACK_IMPORTED_MODULE_93__.DefaultSupportedTypes),
|
|
45084
|
-
/* harmony export */ "DevToolsRpcInterface": () => (/* reexport safe */
|
|
45085
|
-
/* harmony export */ "DevToolsStatsOptions": () => (/* reexport safe */
|
|
45069
|
+
/* harmony export */ "DevToolsRpcInterface": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_133__.DevToolsRpcInterface),
|
|
45070
|
+
/* harmony export */ "DevToolsStatsOptions": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_133__.DevToolsStatsOptions),
|
|
45086
45071
|
/* harmony export */ "DisplayStyle3dSettings": () => (/* reexport safe */ _DisplayStyleSettings__WEBPACK_IMPORTED_MODULE_23__.DisplayStyle3dSettings),
|
|
45087
45072
|
/* harmony export */ "DisplayStyleSettings": () => (/* reexport safe */ _DisplayStyleSettings__WEBPACK_IMPORTED_MODULE_23__.DisplayStyleSettings),
|
|
45088
45073
|
/* harmony export */ "DomainOptions": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_12__.DomainOptions),
|
|
@@ -45090,7 +45075,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45090
45075
|
/* harmony export */ "ECSqlReader": () => (/* reexport safe */ _ECSqlReader__WEBPACK_IMPORTED_MODULE_87__.ECSqlReader),
|
|
45091
45076
|
/* harmony export */ "ECSqlSystemProperty": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_26__.ECSqlSystemProperty),
|
|
45092
45077
|
/* harmony export */ "ECSqlValueType": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_26__.ECSqlValueType),
|
|
45093
|
-
/* harmony export */ "Easing": () => (/* reexport safe */
|
|
45078
|
+
/* harmony export */ "Easing": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_114__.Easing),
|
|
45094
45079
|
/* harmony export */ "EcefLocation": () => (/* reexport safe */ _IModel__WEBPACK_IMPORTED_MODULE_67__.EcefLocation),
|
|
45095
45080
|
/* harmony export */ "EdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_95__.EdgeArgs),
|
|
45096
45081
|
/* harmony export */ "ElementGeometry": () => (/* reexport safe */ _geometry_ElementGeometry__WEBPACK_IMPORTED_MODULE_46__.ElementGeometry),
|
|
@@ -45109,7 +45094,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45109
45094
|
/* harmony export */ "FeatureOverrideType": () => (/* reexport safe */ _EmphasizeElementsProps__WEBPACK_IMPORTED_MODULE_30__.FeatureOverrideType),
|
|
45110
45095
|
/* harmony export */ "FeatureOverrides": () => (/* reexport safe */ _FeatureSymbology__WEBPACK_IMPORTED_MODULE_35__.FeatureOverrides),
|
|
45111
45096
|
/* harmony export */ "FeatureTable": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_36__.FeatureTable),
|
|
45112
|
-
/* harmony export */ "FeatureTableHeader": () => (/* reexport safe */
|
|
45097
|
+
/* harmony export */ "FeatureTableHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_152__.FeatureTableHeader),
|
|
45113
45098
|
/* harmony export */ "FillDisplay": () => (/* reexport safe */ _GeometryParams__WEBPACK_IMPORTED_MODULE_57__.FillDisplay),
|
|
45114
45099
|
/* harmony export */ "FillFlags": () => (/* reexport safe */ _GraphicParams__WEBPACK_IMPORTED_MODULE_60__.FillFlags),
|
|
45115
45100
|
/* harmony export */ "FontMap": () => (/* reexport safe */ _Fonts__WEBPACK_IMPORTED_MODULE_37__.FontMap),
|
|
@@ -45133,15 +45118,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45133
45118
|
/* harmony export */ "GeometryStreamFlags": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_50__.GeometryStreamFlags),
|
|
45134
45119
|
/* harmony export */ "GeometryStreamIterator": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_50__.GeometryStreamIterator),
|
|
45135
45120
|
/* harmony export */ "GeometrySummaryVerbosity": () => (/* reexport safe */ _GeometrySummary__WEBPACK_IMPORTED_MODULE_58__.GeometrySummaryVerbosity),
|
|
45136
|
-
/* harmony export */ "GlbHeader": () => (/* reexport safe */
|
|
45121
|
+
/* harmony export */ "GlbHeader": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_150__.GlbHeader),
|
|
45137
45122
|
/* harmony export */ "GlobeMode": () => (/* reexport safe */ _BackgroundMapSettings__WEBPACK_IMPORTED_MODULE_10__.GlobeMode),
|
|
45138
|
-
/* harmony export */ "GltfV2ChunkTypes": () => (/* reexport safe */
|
|
45139
|
-
/* harmony export */ "GltfVersions": () => (/* reexport safe */
|
|
45123
|
+
/* harmony export */ "GltfV2ChunkTypes": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_150__.GltfV2ChunkTypes),
|
|
45124
|
+
/* harmony export */ "GltfVersions": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_150__.GltfVersions),
|
|
45140
45125
|
/* harmony export */ "Gradient": () => (/* reexport safe */ _Gradient__WEBPACK_IMPORTED_MODULE_59__.Gradient),
|
|
45141
45126
|
/* harmony export */ "GraphicParams": () => (/* reexport safe */ _GraphicParams__WEBPACK_IMPORTED_MODULE_60__.GraphicParams),
|
|
45142
45127
|
/* harmony export */ "GridFileDefinition": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_48__.GridFileDefinition),
|
|
45143
45128
|
/* harmony export */ "GridFileTransform": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_48__.GridFileTransform),
|
|
45144
|
-
/* harmony export */ "GridOrientationType": () => (/* reexport safe */
|
|
45129
|
+
/* harmony export */ "GridOrientationType": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_116__.GridOrientationType),
|
|
45145
45130
|
/* harmony export */ "GroundPlane": () => (/* reexport safe */ _GroundPlane__WEBPACK_IMPORTED_MODULE_61__.GroundPlane),
|
|
45146
45131
|
/* harmony export */ "HSLColor": () => (/* reexport safe */ _HSLColor__WEBPACK_IMPORTED_MODULE_64__.HSLColor),
|
|
45147
45132
|
/* harmony export */ "HSVColor": () => (/* reexport safe */ _HSVColor__WEBPACK_IMPORTED_MODULE_65__.HSVColor),
|
|
@@ -45152,15 +45137,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45152
45137
|
/* harmony export */ "Hilite": () => (/* reexport safe */ _Hilite__WEBPACK_IMPORTED_MODULE_63__.Hilite),
|
|
45153
45138
|
/* harmony export */ "HorizontalCRS": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_45__.HorizontalCRS),
|
|
45154
45139
|
/* harmony export */ "HorizontalCRSExtent": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_45__.HorizontalCRSExtent),
|
|
45155
|
-
/* harmony export */ "I3dmHeader": () => (/* reexport safe */
|
|
45140
|
+
/* harmony export */ "I3dmHeader": () => (/* reexport safe */ _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_151__.I3dmHeader),
|
|
45156
45141
|
/* harmony export */ "IModel": () => (/* reexport safe */ _IModel__WEBPACK_IMPORTED_MODULE_67__.IModel),
|
|
45157
45142
|
/* harmony export */ "IModelError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.IModelError),
|
|
45158
|
-
/* harmony export */ "IModelNotFoundResponse": () => (/* reexport safe */
|
|
45159
|
-
/* harmony export */ "IModelReadRpcInterface": () => (/* reexport safe */
|
|
45143
|
+
/* harmony export */ "IModelNotFoundResponse": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_134__.IModelNotFoundResponse),
|
|
45144
|
+
/* harmony export */ "IModelReadRpcInterface": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_134__.IModelReadRpcInterface),
|
|
45160
45145
|
/* harmony export */ "IModelStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_68__.IModelStatus),
|
|
45161
|
-
/* harmony export */ "IModelTileRpcInterface": () => (/* reexport safe */
|
|
45146
|
+
/* harmony export */ "IModelTileRpcInterface": () => (/* reexport safe */ _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_135__.IModelTileRpcInterface),
|
|
45162
45147
|
/* harmony export */ "IModelVersion": () => (/* reexport safe */ _IModelVersion__WEBPACK_IMPORTED_MODULE_69__.IModelVersion),
|
|
45163
|
-
/* harmony export */ "INSTANCE": () => (/* reexport safe */
|
|
45148
|
+
/* harmony export */ "INSTANCE": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.INSTANCE),
|
|
45164
45149
|
/* harmony export */ "ImageBuffer": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.ImageBuffer),
|
|
45165
45150
|
/* harmony export */ "ImageBufferFormat": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.ImageBufferFormat),
|
|
45166
45151
|
/* harmony export */ "ImageGraphic": () => (/* reexport safe */ _geometry_ImageGraphic__WEBPACK_IMPORTED_MODULE_51__.ImageGraphic),
|
|
@@ -45168,10 +45153,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45168
45153
|
/* harmony export */ "ImageMapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_79__.ImageMapLayerSettings),
|
|
45169
45154
|
/* harmony export */ "ImageSource": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.ImageSource),
|
|
45170
45155
|
/* harmony export */ "ImageSourceFormat": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.ImageSourceFormat),
|
|
45171
|
-
/* harmony export */ "ImdlFlags": () => (/* reexport safe */
|
|
45172
|
-
/* harmony export */ "ImdlHeader": () => (/* reexport safe */
|
|
45156
|
+
/* harmony export */ "ImdlFlags": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_152__.ImdlFlags),
|
|
45157
|
+
/* harmony export */ "ImdlHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_152__.ImdlHeader),
|
|
45173
45158
|
/* harmony export */ "InternetConnectivityStatus": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_84__.InternetConnectivityStatus),
|
|
45174
|
-
/* harmony export */ "Interpolation": () => (/* reexport safe */
|
|
45159
|
+
/* harmony export */ "Interpolation": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_114__.Interpolation),
|
|
45175
45160
|
/* harmony export */ "IpcSession": () => (/* reexport safe */ _ipc_IpcSession__WEBPACK_IMPORTED_MODULE_73__.IpcSession),
|
|
45176
45161
|
/* harmony export */ "IpcWebSocket": () => (/* reexport safe */ _ipc_IpcWebSocket__WEBPACK_IMPORTED_MODULE_71__.IpcWebSocket),
|
|
45177
45162
|
/* harmony export */ "IpcWebSocketBackend": () => (/* reexport safe */ _ipc_IpcWebSocket__WEBPACK_IMPORTED_MODULE_71__.IpcWebSocketBackend),
|
|
@@ -45187,7 +45172,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45187
45172
|
/* harmony export */ "MapImagerySettings": () => (/* reexport safe */ _MapImagerySettings__WEBPACK_IMPORTED_MODULE_78__.MapImagerySettings),
|
|
45188
45173
|
/* harmony export */ "MapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_79__.MapLayerSettings),
|
|
45189
45174
|
/* harmony export */ "MapSubLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_79__.MapSubLayerSettings),
|
|
45190
|
-
/* harmony export */ "MarshalingBinaryMarker": () => (/* reexport safe */
|
|
45175
|
+
/* harmony export */ "MarshalingBinaryMarker": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_123__.MarshalingBinaryMarker),
|
|
45191
45176
|
/* harmony export */ "MassPropertiesOperation": () => (/* reexport safe */ _MassProperties__WEBPACK_IMPORTED_MODULE_80__.MassPropertiesOperation),
|
|
45192
45177
|
/* harmony export */ "MeshEdge": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_95__.MeshEdge),
|
|
45193
45178
|
/* harmony export */ "MeshEdges": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_95__.MeshEdges),
|
|
@@ -45206,11 +45191,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45206
45191
|
/* harmony export */ "Npc": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_38__.Npc),
|
|
45207
45192
|
/* harmony export */ "NpcCenter": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_38__.NpcCenter),
|
|
45208
45193
|
/* harmony export */ "NpcCorners": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_38__.NpcCorners),
|
|
45209
|
-
/* harmony export */ "OPERATION": () => (/* reexport safe */
|
|
45194
|
+
/* harmony export */ "OPERATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.OPERATION),
|
|
45210
45195
|
/* harmony export */ "OctEncodedNormal": () => (/* reexport safe */ _OctEncodedNormal__WEBPACK_IMPORTED_MODULE_85__.OctEncodedNormal),
|
|
45211
45196
|
/* harmony export */ "OctEncodedNormalPair": () => (/* reexport safe */ _OctEncodedNormal__WEBPACK_IMPORTED_MODULE_85__.OctEncodedNormalPair),
|
|
45212
45197
|
/* harmony export */ "OverriddenBy": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_84__.OverriddenBy),
|
|
45213
|
-
/* harmony export */ "POLICY": () => (/* reexport safe */
|
|
45198
|
+
/* harmony export */ "POLICY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.POLICY),
|
|
45214
45199
|
/* harmony export */ "PackedFeature": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_36__.PackedFeature),
|
|
45215
45200
|
/* harmony export */ "PackedFeatureModelTable": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_36__.PackedFeatureModelTable),
|
|
45216
45201
|
/* harmony export */ "PackedFeatureTable": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_36__.PackedFeatureTable),
|
|
@@ -45221,7 +45206,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45221
45206
|
/* harmony export */ "PlanarClipMaskMode": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_88__.PlanarClipMaskMode),
|
|
45222
45207
|
/* harmony export */ "PlanarClipMaskPriority": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_88__.PlanarClipMaskPriority),
|
|
45223
45208
|
/* harmony export */ "PlanarClipMaskSettings": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_88__.PlanarClipMaskSettings),
|
|
45224
|
-
/* harmony export */ "PntsHeader": () => (/* reexport safe */
|
|
45209
|
+
/* harmony export */ "PntsHeader": () => (/* reexport safe */ _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_153__.PntsHeader),
|
|
45225
45210
|
/* harmony export */ "PointCloudDisplaySettings": () => (/* reexport safe */ _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_94__.PointCloudDisplaySettings),
|
|
45226
45211
|
/* harmony export */ "PolylineEdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_95__.PolylineEdgeArgs),
|
|
45227
45212
|
/* harmony export */ "PolylineTypeFlags": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_95__.PolylineTypeFlags),
|
|
@@ -45246,7 +45231,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45246
45231
|
/* harmony export */ "QueryOptionsBuilder": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.QueryOptionsBuilder),
|
|
45247
45232
|
/* harmony export */ "QueryParamType": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.QueryParamType),
|
|
45248
45233
|
/* harmony export */ "QueryRowFormat": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_86__.QueryRowFormat),
|
|
45249
|
-
/* harmony export */ "REGISTRY": () => (/* reexport safe */
|
|
45234
|
+
/* harmony export */ "REGISTRY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.REGISTRY),
|
|
45250
45235
|
/* harmony export */ "Rank": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.Rank),
|
|
45251
45236
|
/* harmony export */ "RealityDataFormat": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_22__.RealityDataFormat),
|
|
45252
45237
|
/* harmony export */ "RealityDataProvider": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_22__.RealityDataProvider),
|
|
@@ -45254,48 +45239,48 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45254
45239
|
/* harmony export */ "RealityModelDisplaySettings": () => (/* reexport safe */ _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_94__.RealityModelDisplaySettings),
|
|
45255
45240
|
/* harmony export */ "RelatedElement": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.RelatedElement),
|
|
45256
45241
|
/* harmony export */ "RenderMaterial": () => (/* reexport safe */ _RenderMaterial__WEBPACK_IMPORTED_MODULE_96__.RenderMaterial),
|
|
45257
|
-
/* harmony export */ "RenderMode": () => (/* reexport safe */
|
|
45242
|
+
/* harmony export */ "RenderMode": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_117__.RenderMode),
|
|
45258
45243
|
/* harmony export */ "RenderSchedule": () => (/* reexport safe */ _RenderSchedule__WEBPACK_IMPORTED_MODULE_97__.RenderSchedule),
|
|
45259
45244
|
/* harmony export */ "RenderTexture": () => (/* reexport safe */ _RenderTexture__WEBPACK_IMPORTED_MODULE_98__.RenderTexture),
|
|
45260
|
-
/* harmony export */ "ResponseLike": () => (/* reexport safe */
|
|
45245
|
+
/* harmony export */ "ResponseLike": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_128__.ResponseLike),
|
|
45261
45246
|
/* harmony export */ "RgbColor": () => (/* reexport safe */ _RgbColor__WEBPACK_IMPORTED_MODULE_99__.RgbColor),
|
|
45262
|
-
/* harmony export */ "RpcConfiguration": () => (/* reexport safe */
|
|
45263
|
-
/* harmony export */ "RpcContentType": () => (/* reexport safe */
|
|
45264
|
-
/* harmony export */ "RpcControlChannel": () => (/* reexport safe */
|
|
45265
|
-
/* harmony export */ "RpcControlResponse": () => (/* reexport safe */
|
|
45266
|
-
/* harmony export */ "RpcDefaultConfiguration": () => (/* reexport safe */
|
|
45267
|
-
/* harmony export */ "RpcDirectProtocol": () => (/* reexport safe */
|
|
45268
|
-
/* harmony export */ "RpcDirectRequest": () => (/* reexport safe */
|
|
45269
|
-
/* harmony export */ "RpcEndpoint": () => (/* reexport safe */
|
|
45270
|
-
/* harmony export */ "RpcInterface": () => (/* reexport safe */
|
|
45271
|
-
/* harmony export */ "RpcInvocation": () => (/* reexport safe */
|
|
45247
|
+
/* harmony export */ "RpcConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__.RpcConfiguration),
|
|
45248
|
+
/* harmony export */ "RpcContentType": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcContentType),
|
|
45249
|
+
/* harmony export */ "RpcControlChannel": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_120__.RpcControlChannel),
|
|
45250
|
+
/* harmony export */ "RpcControlResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_120__.RpcControlResponse),
|
|
45251
|
+
/* harmony export */ "RpcDefaultConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__.RpcDefaultConfiguration),
|
|
45252
|
+
/* harmony export */ "RpcDirectProtocol": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__.RpcDirectProtocol),
|
|
45253
|
+
/* harmony export */ "RpcDirectRequest": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__.RpcDirectRequest),
|
|
45254
|
+
/* harmony export */ "RpcEndpoint": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcEndpoint),
|
|
45255
|
+
/* harmony export */ "RpcInterface": () => (/* reexport safe */ _RpcInterface__WEBPACK_IMPORTED_MODULE_139__.RpcInterface),
|
|
45256
|
+
/* harmony export */ "RpcInvocation": () => (/* reexport safe */ _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_121__.RpcInvocation),
|
|
45272
45257
|
/* harmony export */ "RpcManager": () => (/* reexport safe */ _RpcManager__WEBPACK_IMPORTED_MODULE_100__.RpcManager),
|
|
45273
|
-
/* harmony export */ "RpcMarshaling": () => (/* reexport safe */
|
|
45274
|
-
/* harmony export */ "RpcMultipart": () => (/* reexport safe */
|
|
45275
|
-
/* harmony export */ "RpcNotFoundResponse": () => (/* reexport safe */
|
|
45276
|
-
/* harmony export */ "RpcOpenAPIDescription": () => (/* reexport safe */
|
|
45277
|
-
/* harmony export */ "RpcOperation": () => (/* reexport safe */
|
|
45278
|
-
/* harmony export */ "RpcOperationPolicy": () => (/* reexport safe */
|
|
45279
|
-
/* harmony export */ "RpcPendingQueue": () => (/* reexport safe */
|
|
45280
|
-
/* harmony export */ "RpcPendingResponse": () => (/* reexport safe */
|
|
45281
|
-
/* harmony export */ "RpcProtocol": () => (/* reexport safe */
|
|
45282
|
-
/* harmony export */ "RpcProtocolEvent": () => (/* reexport safe */
|
|
45283
|
-
/* harmony export */ "RpcProtocolVersion": () => (/* reexport safe */
|
|
45284
|
-
/* harmony export */ "RpcPushChannel": () => (/* reexport safe */
|
|
45285
|
-
/* harmony export */ "RpcPushConnection": () => (/* reexport safe */
|
|
45286
|
-
/* harmony export */ "RpcPushService": () => (/* reexport safe */
|
|
45287
|
-
/* harmony export */ "RpcPushSubscription": () => (/* reexport safe */
|
|
45288
|
-
/* harmony export */ "RpcPushTransport": () => (/* reexport safe */
|
|
45289
|
-
/* harmony export */ "RpcRegistry": () => (/* reexport safe */
|
|
45290
|
-
/* harmony export */ "RpcRequest": () => (/* reexport safe */
|
|
45291
|
-
/* harmony export */ "RpcRequestEvent": () => (/* reexport safe */
|
|
45292
|
-
/* harmony export */ "RpcRequestFulfillment": () => (/* reexport safe */
|
|
45293
|
-
/* harmony export */ "RpcRequestStatus": () => (/* reexport safe */
|
|
45294
|
-
/* harmony export */ "RpcResponseCacheControl": () => (/* reexport safe */
|
|
45295
|
-
/* harmony export */ "RpcRoutingMap": () => (/* reexport safe */
|
|
45296
|
-
/* harmony export */ "RpcRoutingToken": () => (/* reexport safe */
|
|
45297
|
-
/* harmony export */ "RpcSerializedValue": () => (/* reexport safe */
|
|
45298
|
-
/* harmony export */ "RpcSessionInvocation": () => (/* reexport safe */
|
|
45258
|
+
/* harmony export */ "RpcMarshaling": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_123__.RpcMarshaling),
|
|
45259
|
+
/* harmony export */ "RpcMultipart": () => (/* reexport safe */ _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_143__.RpcMultipart),
|
|
45260
|
+
/* harmony export */ "RpcNotFoundResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_120__.RpcNotFoundResponse),
|
|
45261
|
+
/* harmony export */ "RpcOpenAPIDescription": () => (/* reexport safe */ _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_142__.RpcOpenAPIDescription),
|
|
45262
|
+
/* harmony export */ "RpcOperation": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_124__.RpcOperation),
|
|
45263
|
+
/* harmony export */ "RpcOperationPolicy": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_124__.RpcOperationPolicy),
|
|
45264
|
+
/* harmony export */ "RpcPendingQueue": () => (/* reexport safe */ _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_125__.RpcPendingQueue),
|
|
45265
|
+
/* harmony export */ "RpcPendingResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_120__.RpcPendingResponse),
|
|
45266
|
+
/* harmony export */ "RpcProtocol": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_126__.RpcProtocol),
|
|
45267
|
+
/* harmony export */ "RpcProtocolEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcProtocolEvent),
|
|
45268
|
+
/* harmony export */ "RpcProtocolVersion": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_126__.RpcProtocolVersion),
|
|
45269
|
+
/* harmony export */ "RpcPushChannel": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__.RpcPushChannel),
|
|
45270
|
+
/* harmony export */ "RpcPushConnection": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__.RpcPushConnection),
|
|
45271
|
+
/* harmony export */ "RpcPushService": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__.RpcPushService),
|
|
45272
|
+
/* harmony export */ "RpcPushSubscription": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__.RpcPushSubscription),
|
|
45273
|
+
/* harmony export */ "RpcPushTransport": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__.RpcPushTransport),
|
|
45274
|
+
/* harmony export */ "RpcRegistry": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__.RpcRegistry),
|
|
45275
|
+
/* harmony export */ "RpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_128__.RpcRequest),
|
|
45276
|
+
/* harmony export */ "RpcRequestEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcRequestEvent),
|
|
45277
|
+
/* harmony export */ "RpcRequestFulfillment": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_126__.RpcRequestFulfillment),
|
|
45278
|
+
/* harmony export */ "RpcRequestStatus": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcRequestStatus),
|
|
45279
|
+
/* harmony export */ "RpcResponseCacheControl": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.RpcResponseCacheControl),
|
|
45280
|
+
/* harmony export */ "RpcRoutingMap": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__.RpcRoutingMap),
|
|
45281
|
+
/* harmony export */ "RpcRoutingToken": () => (/* reexport safe */ _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_130__.RpcRoutingToken),
|
|
45282
|
+
/* harmony export */ "RpcSerializedValue": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_123__.RpcSerializedValue),
|
|
45283
|
+
/* harmony export */ "RpcSessionInvocation": () => (/* reexport safe */ _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_122__.RpcSessionInvocation),
|
|
45299
45284
|
/* harmony export */ "Run": () => (/* reexport safe */ _annotation_TextBlock__WEBPACK_IMPORTED_MODULE_3__.Run),
|
|
45300
45285
|
/* harmony export */ "SchemaState": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_12__.SchemaState),
|
|
45301
45286
|
/* harmony export */ "SectionType": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.SectionType),
|
|
@@ -45307,20 +45292,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45307
45292
|
/* harmony export */ "SkyCube": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_102__.SkyCube),
|
|
45308
45293
|
/* harmony export */ "SkyGradient": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_102__.SkyGradient),
|
|
45309
45294
|
/* harmony export */ "SkySphere": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_102__.SkySphere),
|
|
45310
|
-
/* harmony export */ "SnapshotIModelRpcInterface": () => (/* reexport safe */
|
|
45295
|
+
/* harmony export */ "SnapshotIModelRpcInterface": () => (/* reexport safe */ _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_136__.SnapshotIModelRpcInterface),
|
|
45311
45296
|
/* harmony export */ "SolarLight": () => (/* reexport safe */ _LightSettings__WEBPACK_IMPORTED_MODULE_75__.SolarLight),
|
|
45312
|
-
/* harmony export */ "SolarShadowSettings": () => (/* reexport safe */
|
|
45313
|
-
/* harmony export */ "SpatialClassifier": () => (/* reexport safe */
|
|
45314
|
-
/* harmony export */ "SpatialClassifierFlags": () => (/* reexport safe */
|
|
45315
|
-
/* harmony export */ "SpatialClassifierInsideDisplay": () => (/* reexport safe */
|
|
45316
|
-
/* harmony export */ "SpatialClassifierOutsideDisplay": () => (/* reexport safe */
|
|
45317
|
-
/* harmony export */ "SpatialClassifiers": () => (/* reexport safe */
|
|
45318
|
-
/* harmony export */ "SubCategoryAppearance": () => (/* reexport safe */
|
|
45319
|
-
/* harmony export */ "SubCategoryOverride": () => (/* reexport safe */
|
|
45297
|
+
/* harmony export */ "SolarShadowSettings": () => (/* reexport safe */ _SolarShadows__WEBPACK_IMPORTED_MODULE_104__.SolarShadowSettings),
|
|
45298
|
+
/* harmony export */ "SpatialClassifier": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__.SpatialClassifier),
|
|
45299
|
+
/* harmony export */ "SpatialClassifierFlags": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__.SpatialClassifierFlags),
|
|
45300
|
+
/* harmony export */ "SpatialClassifierInsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__.SpatialClassifierInsideDisplay),
|
|
45301
|
+
/* harmony export */ "SpatialClassifierOutsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__.SpatialClassifierOutsideDisplay),
|
|
45302
|
+
/* harmony export */ "SpatialClassifiers": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__.SpatialClassifiers),
|
|
45303
|
+
/* harmony export */ "SubCategoryAppearance": () => (/* reexport safe */ _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_106__.SubCategoryAppearance),
|
|
45304
|
+
/* harmony export */ "SubCategoryOverride": () => (/* reexport safe */ _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_107__.SubCategoryOverride),
|
|
45320
45305
|
/* harmony export */ "SyncMode": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_12__.SyncMode),
|
|
45321
|
-
/* harmony export */ "TerrainHeightOriginMode": () => (/* reexport safe */
|
|
45322
|
-
/* harmony export */ "TerrainSettings": () => (/* reexport safe */
|
|
45323
|
-
/* harmony export */ "TestRpcManager": () => (/* reexport safe */
|
|
45306
|
+
/* harmony export */ "TerrainHeightOriginMode": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_108__.TerrainHeightOriginMode),
|
|
45307
|
+
/* harmony export */ "TerrainSettings": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_108__.TerrainSettings),
|
|
45308
|
+
/* harmony export */ "TestRpcManager": () => (/* reexport safe */ _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_137__.TestRpcManager),
|
|
45324
45309
|
/* harmony export */ "TextAnnotation": () => (/* reexport safe */ _annotation_TextAnnotation__WEBPACK_IMPORTED_MODULE_2__.TextAnnotation),
|
|
45325
45310
|
/* harmony export */ "TextBlock": () => (/* reexport safe */ _annotation_TextBlock__WEBPACK_IMPORTED_MODULE_3__.TextBlock),
|
|
45326
45311
|
/* harmony export */ "TextBlockComponent": () => (/* reexport safe */ _annotation_TextBlock__WEBPACK_IMPORTED_MODULE_3__.TextBlockComponent),
|
|
@@ -45329,62 +45314,62 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45329
45314
|
/* harmony export */ "TextStyle": () => (/* reexport safe */ _annotation_TextStyle__WEBPACK_IMPORTED_MODULE_6__.TextStyle),
|
|
45330
45315
|
/* harmony export */ "TextStyleSettings": () => (/* reexport safe */ _annotation_TextStyle__WEBPACK_IMPORTED_MODULE_6__.TextStyleSettings),
|
|
45331
45316
|
/* harmony export */ "TextureMapUnits": () => (/* reexport safe */ _MaterialProps__WEBPACK_IMPORTED_MODULE_81__.TextureMapUnits),
|
|
45332
|
-
/* harmony export */ "TextureMapping": () => (/* reexport safe */
|
|
45333
|
-
/* harmony export */ "TextureTransparency": () => (/* reexport safe */
|
|
45334
|
-
/* harmony export */ "ThematicDisplay": () => (/* reexport safe */
|
|
45335
|
-
/* harmony export */ "ThematicDisplayMode": () => (/* reexport safe */
|
|
45336
|
-
/* harmony export */ "ThematicDisplaySensor": () => (/* reexport safe */
|
|
45337
|
-
/* harmony export */ "ThematicDisplaySensorSettings": () => (/* reexport safe */
|
|
45338
|
-
/* harmony export */ "ThematicGradientColorScheme": () => (/* reexport safe */
|
|
45339
|
-
/* harmony export */ "ThematicGradientMode": () => (/* reexport safe */
|
|
45340
|
-
/* harmony export */ "ThematicGradientSettings": () => (/* reexport safe */
|
|
45341
|
-
/* harmony export */ "ThematicGradientTransparencyMode": () => (/* reexport safe */
|
|
45342
|
-
/* harmony export */ "TileContentSource": () => (/* reexport safe */
|
|
45343
|
-
/* harmony export */ "TileFormat": () => (/* reexport safe */
|
|
45344
|
-
/* harmony export */ "TileHeader": () => (/* reexport safe */
|
|
45345
|
-
/* harmony export */ "TileMetadataReader": () => (/* reexport safe */
|
|
45346
|
-
/* harmony export */ "TileOptions": () => (/* reexport safe */
|
|
45347
|
-
/* harmony export */ "TileReadError": () => (/* reexport safe */
|
|
45348
|
-
/* harmony export */ "TileReadStatus": () => (/* reexport safe */
|
|
45349
|
-
/* harmony export */ "TreeFlags": () => (/* reexport safe */
|
|
45350
|
-
/* harmony export */ "Tween": () => (/* reexport safe */
|
|
45351
|
-
/* harmony export */ "Tweens": () => (/* reexport safe */
|
|
45352
|
-
/* harmony export */ "TxnAction": () => (/* reexport safe */
|
|
45317
|
+
/* harmony export */ "TextureMapping": () => (/* reexport safe */ _TextureMapping__WEBPACK_IMPORTED_MODULE_109__.TextureMapping),
|
|
45318
|
+
/* harmony export */ "TextureTransparency": () => (/* reexport safe */ _TextureProps__WEBPACK_IMPORTED_MODULE_110__.TextureTransparency),
|
|
45319
|
+
/* harmony export */ "ThematicDisplay": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicDisplay),
|
|
45320
|
+
/* harmony export */ "ThematicDisplayMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicDisplayMode),
|
|
45321
|
+
/* harmony export */ "ThematicDisplaySensor": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicDisplaySensor),
|
|
45322
|
+
/* harmony export */ "ThematicDisplaySensorSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicDisplaySensorSettings),
|
|
45323
|
+
/* harmony export */ "ThematicGradientColorScheme": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicGradientColorScheme),
|
|
45324
|
+
/* harmony export */ "ThematicGradientMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicGradientMode),
|
|
45325
|
+
/* harmony export */ "ThematicGradientSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicGradientSettings),
|
|
45326
|
+
/* harmony export */ "ThematicGradientTransparencyMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__.ThematicGradientTransparencyMode),
|
|
45327
|
+
/* harmony export */ "TileContentSource": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_113__.TileContentSource),
|
|
45328
|
+
/* harmony export */ "TileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.TileFormat),
|
|
45329
|
+
/* harmony export */ "TileHeader": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.TileHeader),
|
|
45330
|
+
/* harmony export */ "TileMetadataReader": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.TileMetadataReader),
|
|
45331
|
+
/* harmony export */ "TileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.TileOptions),
|
|
45332
|
+
/* harmony export */ "TileReadError": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.TileReadError),
|
|
45333
|
+
/* harmony export */ "TileReadStatus": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.TileReadStatus),
|
|
45334
|
+
/* harmony export */ "TreeFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.TreeFlags),
|
|
45335
|
+
/* harmony export */ "Tween": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_114__.Tween),
|
|
45336
|
+
/* harmony export */ "Tweens": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_114__.Tweens),
|
|
45337
|
+
/* harmony export */ "TxnAction": () => (/* reexport safe */ _TxnAction__WEBPACK_IMPORTED_MODULE_115__.TxnAction),
|
|
45353
45338
|
/* harmony export */ "TypeDefinition": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.TypeDefinition),
|
|
45354
45339
|
/* harmony export */ "TypeOfChange": () => (/* reexport safe */ _ChangedElements__WEBPACK_IMPORTED_MODULE_14__.TypeOfChange),
|
|
45355
45340
|
/* harmony export */ "VerticalCRS": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_45__.VerticalCRS),
|
|
45356
|
-
/* harmony export */ "ViewDetails": () => (/* reexport safe */
|
|
45357
|
-
/* harmony export */ "ViewDetails3d": () => (/* reexport safe */
|
|
45358
|
-
/* harmony export */ "ViewFlags": () => (/* reexport safe */
|
|
45359
|
-
/* harmony export */ "ViewStoreRpc": () => (/* reexport safe */
|
|
45360
|
-
/* harmony export */ "WEB_RPC_CONSTANTS": () => (/* reexport safe */
|
|
45361
|
-
/* harmony export */ "WebAppRpcLogging": () => (/* reexport safe */
|
|
45362
|
-
/* harmony export */ "WebAppRpcProtocol": () => (/* reexport safe */
|
|
45363
|
-
/* harmony export */ "WebAppRpcRequest": () => (/* reexport safe */
|
|
45364
|
-
/* harmony export */ "WhiteOnWhiteReversalSettings": () => (/* reexport safe */
|
|
45365
|
-
/* harmony export */ "WipRpcInterface": () => (/* reexport safe */
|
|
45341
|
+
/* harmony export */ "ViewDetails": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_116__.ViewDetails),
|
|
45342
|
+
/* harmony export */ "ViewDetails3d": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_116__.ViewDetails3d),
|
|
45343
|
+
/* harmony export */ "ViewFlags": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_117__.ViewFlags),
|
|
45344
|
+
/* harmony export */ "ViewStoreRpc": () => (/* reexport safe */ _ViewProps__WEBPACK_IMPORTED_MODULE_118__.ViewStoreRpc),
|
|
45345
|
+
/* harmony export */ "WEB_RPC_CONSTANTS": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__.WEB_RPC_CONSTANTS),
|
|
45346
|
+
/* harmony export */ "WebAppRpcLogging": () => (/* reexport safe */ _rpc_web_WebAppRpcLogging__WEBPACK_IMPORTED_MODULE_146__.WebAppRpcLogging),
|
|
45347
|
+
/* harmony export */ "WebAppRpcProtocol": () => (/* reexport safe */ _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_144__.WebAppRpcProtocol),
|
|
45348
|
+
/* harmony export */ "WebAppRpcRequest": () => (/* reexport safe */ _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_145__.WebAppRpcRequest),
|
|
45349
|
+
/* harmony export */ "WhiteOnWhiteReversalSettings": () => (/* reexport safe */ _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_157__.WhiteOnWhiteReversalSettings),
|
|
45350
|
+
/* harmony export */ "WipRpcInterface": () => (/* reexport safe */ _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_138__.WipRpcInterface),
|
|
45366
45351
|
/* harmony export */ "XyzRotation": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_48__.XyzRotation),
|
|
45367
|
-
/* harmony export */ "aggregateLoad": () => (/* reexport safe */
|
|
45368
|
-
/* harmony export */ "bisectTileRange2d": () => (/* reexport safe */
|
|
45369
|
-
/* harmony export */ "bisectTileRange3d": () => (/* reexport safe */
|
|
45370
|
-
/* harmony export */ "calculateSolarAngles": () => (/* reexport safe */
|
|
45371
|
-
/* harmony export */ "calculateSolarDirection": () => (/* reexport safe */
|
|
45372
|
-
/* harmony export */ "calculateSolarDirectionFromAngles": () => (/* reexport safe */
|
|
45373
|
-
/* harmony export */ "calculateSunriseOrSunset": () => (/* reexport safe */
|
|
45374
|
-
/* harmony export */ "compareIModelTileTreeIds": () => (/* reexport safe */
|
|
45375
|
-
/* harmony export */ "computeChildTileProps": () => (/* reexport safe */
|
|
45376
|
-
/* harmony export */ "computeChildTileRanges": () => (/* reexport safe */
|
|
45377
|
-
/* harmony export */ "computeTileChordTolerance": () => (/* reexport safe */
|
|
45378
|
-
/* harmony export */ "decodeTileContentDescription": () => (/* reexport safe */
|
|
45379
|
-
/* harmony export */ "defaultTileOptions": () => (/* reexport safe */
|
|
45380
|
-
/* harmony export */ "getMaximumMajorTileFormatVersion": () => (/* reexport safe */
|
|
45352
|
+
/* harmony export */ "aggregateLoad": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_128__.aggregateLoad),
|
|
45353
|
+
/* harmony export */ "bisectTileRange2d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.bisectTileRange2d),
|
|
45354
|
+
/* harmony export */ "bisectTileRange3d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.bisectTileRange3d),
|
|
45355
|
+
/* harmony export */ "calculateSolarAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_103__.calculateSolarAngles),
|
|
45356
|
+
/* harmony export */ "calculateSolarDirection": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_103__.calculateSolarDirection),
|
|
45357
|
+
/* harmony export */ "calculateSolarDirectionFromAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_103__.calculateSolarDirectionFromAngles),
|
|
45358
|
+
/* harmony export */ "calculateSunriseOrSunset": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_103__.calculateSunriseOrSunset),
|
|
45359
|
+
/* harmony export */ "compareIModelTileTreeIds": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.compareIModelTileTreeIds),
|
|
45360
|
+
/* harmony export */ "computeChildTileProps": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.computeChildTileProps),
|
|
45361
|
+
/* harmony export */ "computeChildTileRanges": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.computeChildTileRanges),
|
|
45362
|
+
/* harmony export */ "computeTileChordTolerance": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.computeTileChordTolerance),
|
|
45363
|
+
/* harmony export */ "decodeTileContentDescription": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.decodeTileContentDescription),
|
|
45364
|
+
/* harmony export */ "defaultTileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.defaultTileOptions),
|
|
45365
|
+
/* harmony export */ "getMaximumMajorTileFormatVersion": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.getMaximumMajorTileFormatVersion),
|
|
45381
45366
|
/* harmony export */ "getPullChangesIpcChannel": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_74__.getPullChangesIpcChannel),
|
|
45382
|
-
/* harmony export */ "getTileObjectReference": () => (/* reexport safe */
|
|
45383
|
-
/* harmony export */ "iModelTileTreeIdToString": () => (/* reexport safe */
|
|
45367
|
+
/* harmony export */ "getTileObjectReference": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_113__.getTileObjectReference),
|
|
45368
|
+
/* harmony export */ "iModelTileTreeIdToString": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.iModelTileTreeIdToString),
|
|
45384
45369
|
/* harmony export */ "iTwinChannel": () => (/* reexport safe */ _ipc_IpcSocket__WEBPACK_IMPORTED_MODULE_70__.iTwinChannel),
|
|
45385
|
-
/* harmony export */ "initializeRpcRequest": () => (/* reexport safe */
|
|
45370
|
+
/* harmony export */ "initializeRpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_128__.initializeRpcRequest),
|
|
45386
45371
|
/* harmony export */ "ipcAppChannels": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_74__.ipcAppChannels),
|
|
45387
|
-
/* harmony export */ "isKnownTileFormat": () => (/* reexport safe */
|
|
45372
|
+
/* harmony export */ "isKnownTileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.isKnownTileFormat),
|
|
45388
45373
|
/* harmony export */ "isPlacement2dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.isPlacement2dProps),
|
|
45389
45374
|
/* harmony export */ "isPlacement3dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_29__.isPlacement3dProps),
|
|
45390
45375
|
/* harmony export */ "isPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.isPowerOfTwo),
|
|
@@ -45392,12 +45377,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45392
45377
|
/* harmony export */ "mapToGeoServiceStatus": () => (/* reexport safe */ _GeoCoordinateServices__WEBPACK_IMPORTED_MODULE_40__.mapToGeoServiceStatus),
|
|
45393
45378
|
/* harmony export */ "nativeAppIpcStrings": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_84__.nativeAppIpcStrings),
|
|
45394
45379
|
/* harmony export */ "nextHighestPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_66__.nextHighestPowerOfTwo),
|
|
45395
|
-
/* harmony export */ "nextPoint3d64FromByteStream": () => (/* reexport safe */
|
|
45396
|
-
/* harmony export */ "parseTileTreeIdAndContentId": () => (/* reexport safe */
|
|
45380
|
+
/* harmony export */ "nextPoint3d64FromByteStream": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.nextPoint3d64FromByteStream),
|
|
45381
|
+
/* harmony export */ "parseTileTreeIdAndContentId": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.parseTileTreeIdAndContentId),
|
|
45397
45382
|
/* harmony export */ "readElementMeshes": () => (/* reexport safe */ _ElementMesh__WEBPACK_IMPORTED_MODULE_28__.readElementMeshes),
|
|
45398
|
-
/* harmony export */ "readTileContentDescription": () => (/* reexport safe */
|
|
45383
|
+
/* harmony export */ "readTileContentDescription": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__.readTileContentDescription),
|
|
45399
45384
|
/* harmony export */ "rpcOverIpcStrings": () => (/* reexport safe */ _ipc_IpcSession__WEBPACK_IMPORTED_MODULE_73__.rpcOverIpcStrings),
|
|
45400
|
-
/* harmony export */ "tileFormatFromNumber": () => (/* reexport safe */
|
|
45385
|
+
/* harmony export */ "tileFormatFromNumber": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__.tileFormatFromNumber)
|
|
45401
45386
|
/* harmony export */ });
|
|
45402
45387
|
/* harmony import */ var _AmbientOcclusion__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AmbientOcclusion */ "../../core/common/lib/esm/AmbientOcclusion.js");
|
|
45403
45388
|
/* harmony import */ var _AnalysisStyle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AnalysisStyle */ "../../core/common/lib/esm/AnalysisStyle.js");
|
|
@@ -45502,62 +45487,62 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45502
45487
|
/* harmony import */ var _RpcManager__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ./RpcManager */ "../../core/common/lib/esm/RpcManager.js");
|
|
45503
45488
|
/* harmony import */ var _SessionProps__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ./SessionProps */ "../../core/common/lib/esm/SessionProps.js");
|
|
45504
45489
|
/* harmony import */ var _SkyBox__WEBPACK_IMPORTED_MODULE_102__ = __webpack_require__(/*! ./SkyBox */ "../../core/common/lib/esm/SkyBox.js");
|
|
45505
|
-
/* harmony import */ var
|
|
45506
|
-
/* harmony import */ var
|
|
45507
|
-
/* harmony import */ var
|
|
45508
|
-
/* harmony import */ var
|
|
45509
|
-
/* harmony import */ var
|
|
45510
|
-
/* harmony import */ var
|
|
45511
|
-
/* harmony import */ var
|
|
45512
|
-
/* harmony import */ var
|
|
45513
|
-
/* harmony import */ var
|
|
45514
|
-
/* harmony import */ var
|
|
45515
|
-
/* harmony import */ var
|
|
45516
|
-
/* harmony import */ var
|
|
45517
|
-
/* harmony import */ var
|
|
45518
|
-
/* harmony import */ var
|
|
45519
|
-
/* harmony import */ var
|
|
45520
|
-
/* harmony import */ var
|
|
45521
|
-
/* harmony import */ var
|
|
45522
|
-
/* harmony import */ var
|
|
45523
|
-
/* harmony import */ var
|
|
45524
|
-
/* harmony import */ var
|
|
45525
|
-
/* harmony import */ var
|
|
45526
|
-
/* harmony import */ var
|
|
45527
|
-
/* harmony import */ var
|
|
45528
|
-
/* harmony import */ var
|
|
45529
|
-
/* harmony import */ var
|
|
45530
|
-
/* harmony import */ var
|
|
45531
|
-
/* harmony import */ var
|
|
45532
|
-
/* harmony import */ var
|
|
45533
|
-
/* harmony import */ var
|
|
45534
|
-
/* harmony import */ var
|
|
45535
|
-
/* harmony import */ var
|
|
45536
|
-
/* harmony import */ var
|
|
45537
|
-
/* harmony import */ var
|
|
45538
|
-
/* harmony import */ var
|
|
45539
|
-
/* harmony import */ var
|
|
45540
|
-
/* harmony import */ var
|
|
45541
|
-
/* harmony import */ var
|
|
45542
|
-
/* harmony import */ var
|
|
45543
|
-
/* harmony import */ var
|
|
45544
|
-
/* harmony import */ var
|
|
45545
|
-
/* harmony import */ var
|
|
45546
|
-
/* harmony import */ var
|
|
45547
|
-
/* harmony import */ var
|
|
45548
|
-
/* harmony import */ var
|
|
45549
|
-
/* harmony import */ var
|
|
45550
|
-
/* harmony import */ var
|
|
45551
|
-
/* harmony import */ var
|
|
45552
|
-
/* harmony import */ var
|
|
45553
|
-
/* harmony import */ var
|
|
45554
|
-
/* harmony import */ var
|
|
45555
|
-
/* harmony import */ var
|
|
45556
|
-
/* harmony import */ var
|
|
45557
|
-
/* harmony import */ var
|
|
45558
|
-
/* harmony import */ var
|
|
45559
|
-
/* harmony import */ var
|
|
45560
|
-
/* harmony import */ var
|
|
45490
|
+
/* harmony import */ var _SolarCalculate__WEBPACK_IMPORTED_MODULE_103__ = __webpack_require__(/*! ./SolarCalculate */ "../../core/common/lib/esm/SolarCalculate.js");
|
|
45491
|
+
/* harmony import */ var _SolarShadows__WEBPACK_IMPORTED_MODULE_104__ = __webpack_require__(/*! ./SolarShadows */ "../../core/common/lib/esm/SolarShadows.js");
|
|
45492
|
+
/* harmony import */ var _SpatialClassification__WEBPACK_IMPORTED_MODULE_105__ = __webpack_require__(/*! ./SpatialClassification */ "../../core/common/lib/esm/SpatialClassification.js");
|
|
45493
|
+
/* harmony import */ var _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_106__ = __webpack_require__(/*! ./SubCategoryAppearance */ "../../core/common/lib/esm/SubCategoryAppearance.js");
|
|
45494
|
+
/* harmony import */ var _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_107__ = __webpack_require__(/*! ./SubCategoryOverride */ "../../core/common/lib/esm/SubCategoryOverride.js");
|
|
45495
|
+
/* harmony import */ var _TerrainSettings__WEBPACK_IMPORTED_MODULE_108__ = __webpack_require__(/*! ./TerrainSettings */ "../../core/common/lib/esm/TerrainSettings.js");
|
|
45496
|
+
/* harmony import */ var _TextureMapping__WEBPACK_IMPORTED_MODULE_109__ = __webpack_require__(/*! ./TextureMapping */ "../../core/common/lib/esm/TextureMapping.js");
|
|
45497
|
+
/* harmony import */ var _TextureProps__WEBPACK_IMPORTED_MODULE_110__ = __webpack_require__(/*! ./TextureProps */ "../../core/common/lib/esm/TextureProps.js");
|
|
45498
|
+
/* harmony import */ var _ThematicDisplay__WEBPACK_IMPORTED_MODULE_111__ = __webpack_require__(/*! ./ThematicDisplay */ "../../core/common/lib/esm/ThematicDisplay.js");
|
|
45499
|
+
/* harmony import */ var _Thumbnail__WEBPACK_IMPORTED_MODULE_112__ = __webpack_require__(/*! ./Thumbnail */ "../../core/common/lib/esm/Thumbnail.js");
|
|
45500
|
+
/* harmony import */ var _TileProps__WEBPACK_IMPORTED_MODULE_113__ = __webpack_require__(/*! ./TileProps */ "../../core/common/lib/esm/TileProps.js");
|
|
45501
|
+
/* harmony import */ var _Tween__WEBPACK_IMPORTED_MODULE_114__ = __webpack_require__(/*! ./Tween */ "../../core/common/lib/esm/Tween.js");
|
|
45502
|
+
/* harmony import */ var _TxnAction__WEBPACK_IMPORTED_MODULE_115__ = __webpack_require__(/*! ./TxnAction */ "../../core/common/lib/esm/TxnAction.js");
|
|
45503
|
+
/* harmony import */ var _ViewDetails__WEBPACK_IMPORTED_MODULE_116__ = __webpack_require__(/*! ./ViewDetails */ "../../core/common/lib/esm/ViewDetails.js");
|
|
45504
|
+
/* harmony import */ var _ViewFlags__WEBPACK_IMPORTED_MODULE_117__ = __webpack_require__(/*! ./ViewFlags */ "../../core/common/lib/esm/ViewFlags.js");
|
|
45505
|
+
/* harmony import */ var _ViewProps__WEBPACK_IMPORTED_MODULE_118__ = __webpack_require__(/*! ./ViewProps */ "../../core/common/lib/esm/ViewProps.js");
|
|
45506
|
+
/* harmony import */ var _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_119__ = __webpack_require__(/*! ./rpc/core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
|
|
45507
|
+
/* harmony import */ var _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_120__ = __webpack_require__(/*! ./rpc/core/RpcControl */ "../../core/common/lib/esm/rpc/core/RpcControl.js");
|
|
45508
|
+
/* harmony import */ var _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_121__ = __webpack_require__(/*! ./rpc/core/RpcInvocation */ "../../core/common/lib/esm/rpc/core/RpcInvocation.js");
|
|
45509
|
+
/* harmony import */ var _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_122__ = __webpack_require__(/*! ./rpc/core/RpcSessionInvocation */ "../../core/common/lib/esm/rpc/core/RpcSessionInvocation.js");
|
|
45510
|
+
/* harmony import */ var _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_123__ = __webpack_require__(/*! ./rpc/core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
|
|
45511
|
+
/* harmony import */ var _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_124__ = __webpack_require__(/*! ./rpc/core/RpcOperation */ "../../core/common/lib/esm/rpc/core/RpcOperation.js");
|
|
45512
|
+
/* harmony import */ var _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_125__ = __webpack_require__(/*! ./rpc/core/RpcPendingQueue */ "../../core/common/lib/esm/rpc/core/RpcPendingQueue.js");
|
|
45513
|
+
/* harmony import */ var _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ./rpc/core/RpcProtocol */ "../../core/common/lib/esm/rpc/core/RpcProtocol.js");
|
|
45514
|
+
/* harmony import */ var _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_127__ = __webpack_require__(/*! ./rpc/core/RpcRegistry */ "../../core/common/lib/esm/rpc/core/RpcRegistry.js");
|
|
45515
|
+
/* harmony import */ var _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_128__ = __webpack_require__(/*! ./rpc/core/RpcRequest */ "../../core/common/lib/esm/rpc/core/RpcRequest.js");
|
|
45516
|
+
/* harmony import */ var _rpc_core_RpcRequestContext__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ./rpc/core/RpcRequestContext */ "../../core/common/lib/esm/rpc/core/RpcRequestContext.js");
|
|
45517
|
+
/* harmony import */ var _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_130__ = __webpack_require__(/*! ./rpc/core/RpcRoutingToken */ "../../core/common/lib/esm/rpc/core/RpcRoutingToken.js");
|
|
45518
|
+
/* harmony import */ var _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_131__ = __webpack_require__(/*! ./rpc/core/RpcPush */ "../../core/common/lib/esm/rpc/core/RpcPush.js");
|
|
45519
|
+
/* harmony import */ var _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_132__ = __webpack_require__(/*! ./rpc/core/RpcConfiguration */ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js");
|
|
45520
|
+
/* harmony import */ var _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_133__ = __webpack_require__(/*! ./rpc/DevToolsRpcInterface */ "../../core/common/lib/esm/rpc/DevToolsRpcInterface.js");
|
|
45521
|
+
/* harmony import */ var _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_134__ = __webpack_require__(/*! ./rpc/IModelReadRpcInterface */ "../../core/common/lib/esm/rpc/IModelReadRpcInterface.js");
|
|
45522
|
+
/* harmony import */ var _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_135__ = __webpack_require__(/*! ./rpc/IModelTileRpcInterface */ "../../core/common/lib/esm/rpc/IModelTileRpcInterface.js");
|
|
45523
|
+
/* harmony import */ var _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_136__ = __webpack_require__(/*! ./rpc/SnapshotIModelRpcInterface */ "../../core/common/lib/esm/rpc/SnapshotIModelRpcInterface.js");
|
|
45524
|
+
/* harmony import */ var _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_137__ = __webpack_require__(/*! ./rpc/TestRpcManager */ "../../core/common/lib/esm/rpc/TestRpcManager.js");
|
|
45525
|
+
/* harmony import */ var _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_138__ = __webpack_require__(/*! ./rpc/WipRpcInterface */ "../../core/common/lib/esm/rpc/WipRpcInterface.js");
|
|
45526
|
+
/* harmony import */ var _RpcInterface__WEBPACK_IMPORTED_MODULE_139__ = __webpack_require__(/*! ./RpcInterface */ "../../core/common/lib/esm/RpcInterface.js");
|
|
45527
|
+
/* harmony import */ var _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_140__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcManager */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcManager.js");
|
|
45528
|
+
/* harmony import */ var _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_141__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcProtocol */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcProtocol.js");
|
|
45529
|
+
/* harmony import */ var _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_142__ = __webpack_require__(/*! ./rpc/web/OpenAPI */ "../../core/common/lib/esm/rpc/web/OpenAPI.js");
|
|
45530
|
+
/* harmony import */ var _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_143__ = __webpack_require__(/*! ./rpc/web/RpcMultipart */ "../../core/common/lib/esm/rpc/web/RpcMultipart.js");
|
|
45531
|
+
/* harmony import */ var _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_144__ = __webpack_require__(/*! ./rpc/web/WebAppRpcProtocol */ "../../core/common/lib/esm/rpc/web/WebAppRpcProtocol.js");
|
|
45532
|
+
/* harmony import */ var _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_145__ = __webpack_require__(/*! ./rpc/web/WebAppRpcRequest */ "../../core/common/lib/esm/rpc/web/WebAppRpcRequest.js");
|
|
45533
|
+
/* harmony import */ var _rpc_web_WebAppRpcLogging__WEBPACK_IMPORTED_MODULE_146__ = __webpack_require__(/*! ./rpc/web/WebAppRpcLogging */ "../../core/common/lib/esm/rpc/web/WebAppRpcLogging.js");
|
|
45534
|
+
/* harmony import */ var _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_147__ = __webpack_require__(/*! ./tile/B3dmTileIO */ "../../core/common/lib/esm/tile/B3dmTileIO.js");
|
|
45535
|
+
/* harmony import */ var _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_148__ = __webpack_require__(/*! ./tile/CompositeTileIO */ "../../core/common/lib/esm/tile/CompositeTileIO.js");
|
|
45536
|
+
/* harmony import */ var _tile_ElementGraphics__WEBPACK_IMPORTED_MODULE_149__ = __webpack_require__(/*! ./tile/ElementGraphics */ "../../core/common/lib/esm/tile/ElementGraphics.js");
|
|
45537
|
+
/* harmony import */ var _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_150__ = __webpack_require__(/*! ./tile/GltfTileIO */ "../../core/common/lib/esm/tile/GltfTileIO.js");
|
|
45538
|
+
/* harmony import */ var _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_151__ = __webpack_require__(/*! ./tile/I3dmTileIO */ "../../core/common/lib/esm/tile/I3dmTileIO.js");
|
|
45539
|
+
/* harmony import */ var _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_152__ = __webpack_require__(/*! ./tile/IModelTileIO */ "../../core/common/lib/esm/tile/IModelTileIO.js");
|
|
45540
|
+
/* harmony import */ var _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_153__ = __webpack_require__(/*! ./tile/PntsTileIO */ "../../core/common/lib/esm/tile/PntsTileIO.js");
|
|
45541
|
+
/* harmony import */ var _tile_TileIO__WEBPACK_IMPORTED_MODULE_154__ = __webpack_require__(/*! ./tile/TileIO */ "../../core/common/lib/esm/tile/TileIO.js");
|
|
45542
|
+
/* harmony import */ var _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_155__ = __webpack_require__(/*! ./tile/TileMetadata */ "../../core/common/lib/esm/tile/TileMetadata.js");
|
|
45543
|
+
/* harmony import */ var _tile_Tileset3dSchema__WEBPACK_IMPORTED_MODULE_156__ = __webpack_require__(/*! ./tile/Tileset3dSchema */ "../../core/common/lib/esm/tile/Tileset3dSchema.js");
|
|
45544
|
+
/* harmony import */ var _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_157__ = __webpack_require__(/*! ./WhiteOnWhiteReversalSettings */ "../../core/common/lib/esm/WhiteOnWhiteReversalSettings.js");
|
|
45545
|
+
/* harmony import */ var _internal_cross_package__WEBPACK_IMPORTED_MODULE_158__ = __webpack_require__(/*! ./internal/cross-package */ "../../core/common/lib/esm/internal/cross-package.js");
|
|
45561
45546
|
/*---------------------------------------------------------------------------------------------
|
|
45562
45547
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
45563
45548
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -54443,6 +54428,23 @@ class TextString {
|
|
|
54443
54428
|
}
|
|
54444
54429
|
|
|
54445
54430
|
|
|
54431
|
+
/***/ }),
|
|
54432
|
+
|
|
54433
|
+
/***/ "../../core/common/lib/esm/internal/cross-package.js":
|
|
54434
|
+
/*!***********************************************************!*\
|
|
54435
|
+
!*** ../../core/common/lib/esm/internal/cross-package.js ***!
|
|
54436
|
+
\***********************************************************/
|
|
54437
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
54438
|
+
|
|
54439
|
+
"use strict";
|
|
54440
|
+
__webpack_require__.r(__webpack_exports__);
|
|
54441
|
+
/*---------------------------------------------------------------------------------------------
|
|
54442
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
54443
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
54444
|
+
*--------------------------------------------------------------------------------------------*/
|
|
54445
|
+
|
|
54446
|
+
|
|
54447
|
+
|
|
54446
54448
|
/***/ }),
|
|
54447
54449
|
|
|
54448
54450
|
/***/ "../../core/common/lib/esm/ipc/IpcSession.js":
|
|
@@ -73760,6 +73762,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
73760
73762
|
/* harmony import */ var _Sprites__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./Sprites */ "../../core/frontend/lib/esm/Sprites.js");
|
|
73761
73763
|
/* harmony import */ var _tools_Tool__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./tools/Tool */ "../../core/frontend/lib/esm/tools/Tool.js");
|
|
73762
73764
|
/* harmony import */ var _tools_ToolSettings__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./tools/ToolSettings */ "../../core/frontend/lib/esm/tools/ToolSettings.js");
|
|
73765
|
+
/* harmony import */ var _internal_Symbols__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./internal/Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
|
|
73763
73766
|
/*---------------------------------------------------------------------------------------------
|
|
73764
73767
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
73765
73768
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -73775,6 +73778,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
73775
73778
|
|
|
73776
73779
|
|
|
73777
73780
|
|
|
73781
|
+
|
|
73778
73782
|
// cspell:ignore dont primitivetools
|
|
73779
73783
|
/** Virtual cursor for using AccuSnap with touch input.
|
|
73780
73784
|
* @internal
|
|
@@ -74381,7 +74385,7 @@ class AccuSnap {
|
|
|
74381
74385
|
}
|
|
74382
74386
|
}
|
|
74383
74387
|
try {
|
|
74384
|
-
const result = await thisHit.iModel.
|
|
74388
|
+
const result = await thisHit.iModel[_internal_Symbols__WEBPACK_IMPORTED_MODULE_8__._requestSnap](requestProps);
|
|
74385
74389
|
if (out)
|
|
74386
74390
|
out.snapStatus = result.status;
|
|
74387
74391
|
if (result.status !== _ElementLocateManager__WEBPACK_IMPORTED_MODULE_2__.SnapStatus.Success)
|
|
@@ -81566,8 +81570,8 @@ class IModelApp {
|
|
|
81566
81570
|
static get uiAdmin() { return this._uiAdmin; }
|
|
81567
81571
|
/** The requested security options for the frontend. */
|
|
81568
81572
|
static get securityOptions() { return this._securityOptions; }
|
|
81569
|
-
/** The
|
|
81570
|
-
*
|
|
81573
|
+
/** If present, overrides where public assets are fetched. The default is to fetch assets relative to the current URL.
|
|
81574
|
+
* The path should always end with a trailing `/`.
|
|
81571
81575
|
*/
|
|
81572
81576
|
static get publicPath() { return this._publicPath; }
|
|
81573
81577
|
/** Register all of the subclasses of EntityState from a module.
|
|
@@ -82003,6 +82007,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
82003
82007
|
/* harmony import */ var _tile_internal__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./tile/internal */ "../../core/frontend/lib/esm/tile/internal.js");
|
|
82004
82008
|
/* harmony import */ var _Tiles__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./Tiles */ "../../core/frontend/lib/esm/Tiles.js");
|
|
82005
82009
|
/* harmony import */ var _ViewState__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./ViewState */ "../../core/frontend/lib/esm/ViewState.js");
|
|
82010
|
+
/* harmony import */ var _internal_Symbols__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./internal/Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
|
|
82006
82011
|
/*---------------------------------------------------------------------------------------------
|
|
82007
82012
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
82008
82013
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -82023,6 +82028,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
82023
82028
|
|
|
82024
82029
|
|
|
82025
82030
|
|
|
82031
|
+
|
|
82026
82032
|
const loggerCategory = _common_FrontendLoggerCategory__WEBPACK_IMPORTED_MODULE_3__.FrontendLoggerCategory.IModelConnection;
|
|
82027
82033
|
/** A connection to a [IModelDb]($backend) hosted on the backend.
|
|
82028
82034
|
* @public
|
|
@@ -82115,10 +82121,9 @@ class IModelConnection extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.I
|
|
|
82115
82121
|
this._extentsExpansion = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Range3d.createNull();
|
|
82116
82122
|
/** The RPC routing for this connection. */
|
|
82117
82123
|
this.routingContext = _IModelRoutingContext__WEBPACK_IMPORTED_MODULE_6__.IModelRoutingContext["default"];
|
|
82118
|
-
/** Event
|
|
82119
|
-
* @note This event is
|
|
82124
|
+
/** Event raised immediately before this IModelConnection is [[close]]d.
|
|
82125
|
+
* @note This event is raised only for this specific IModelConnection. To monitor *all* IModelConnections, listen for the static `onClose` event instead.
|
|
82120
82126
|
* @note Be careful not to perform any asynchronous operations on the IModelConnection because it will close before they are processed.
|
|
82121
|
-
* @beta
|
|
82122
82127
|
*/
|
|
82123
82128
|
this.onClose = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
82124
82129
|
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));
|
|
@@ -82271,9 +82276,15 @@ class IModelConnection extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.I
|
|
|
82271
82276
|
* @note callers must gracefully handle Promise rejected with AbandonedError
|
|
82272
82277
|
* @internal
|
|
82273
82278
|
*/
|
|
82274
|
-
async
|
|
82279
|
+
async [_internal_Symbols__WEBPACK_IMPORTED_MODULE_13__._requestSnap](props) {
|
|
82275
82280
|
return this.isOpen ? this._snapRpc.request(props) : { status: 2 };
|
|
82276
82281
|
}
|
|
82282
|
+
/** @internal
|
|
82283
|
+
* @deprecated in 4.8. Use AccuSnap.doSnapRequest.
|
|
82284
|
+
*/
|
|
82285
|
+
async requestSnap(props) {
|
|
82286
|
+
return this[_internal_Symbols__WEBPACK_IMPORTED_MODULE_13__._requestSnap](props);
|
|
82287
|
+
}
|
|
82277
82288
|
/** Request a tooltip from the backend.
|
|
82278
82289
|
* @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.
|
|
82279
82290
|
*/
|
|
@@ -82540,9 +82551,9 @@ class IModelConnection extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.I
|
|
|
82540
82551
|
}
|
|
82541
82552
|
/** The maximum time (in milliseconds) to wait before timing out the request to open a connection to a new iModel */
|
|
82542
82553
|
IModelConnection.connectionTimeout = 10 * 60 * 1000;
|
|
82543
|
-
/** Event
|
|
82544
|
-
* @note This static event is
|
|
82545
|
-
* monitor closing a specific IModelConnection,
|
|
82554
|
+
/** Event raised immediately before *any* IModelConnection is [[close]]d.
|
|
82555
|
+
* @note This static event is raised when *any* IModelConnection is closed, and the specific IModelConnection is passed as its argument. To
|
|
82556
|
+
* monitor closing a specific IModelConnection, listen for the `onClose` instance event instead.
|
|
82546
82557
|
* @note Be careful not to perform any asynchronous operations on the IModelConnection because it will close before they are processed.
|
|
82547
82558
|
*/
|
|
82548
82559
|
IModelConnection.onClose = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
@@ -83320,6 +83331,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83320
83331
|
/* harmony export */ });
|
|
83321
83332
|
/* harmony import */ var _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
|
|
83322
83333
|
/* harmony import */ var _IModelApp__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./IModelApp */ "../../core/frontend/lib/esm/IModelApp.js");
|
|
83334
|
+
/* harmony import */ var _internal_Symbols__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./internal/Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
|
|
83323
83335
|
/*---------------------------------------------------------------------------------------------
|
|
83324
83336
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
83325
83337
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -83329,6 +83341,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83329
83341
|
*/
|
|
83330
83342
|
|
|
83331
83343
|
|
|
83344
|
+
|
|
83332
83345
|
/**
|
|
83333
83346
|
* The frontend of apps with a dedicated backend that can use [Ipc]($docs/learning/IpcInterface.md).
|
|
83334
83347
|
* @public
|
|
@@ -83391,7 +83404,7 @@ class IpcApp {
|
|
|
83391
83404
|
* @note Ipc is only supported if [[isValid]] is true.
|
|
83392
83405
|
* @internal Use [[makeIpcProxy]] for a type-safe interface.
|
|
83393
83406
|
*/
|
|
83394
|
-
static async
|
|
83407
|
+
static async [_internal_Symbols__WEBPACK_IMPORTED_MODULE_2__._callIpcChannel](channelName, methodName, ...args) {
|
|
83395
83408
|
const retVal = (await this.invoke(channelName, methodName, ...args));
|
|
83396
83409
|
if (undefined !== retVal.error) {
|
|
83397
83410
|
const err = new _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.BackendError(retVal.error.errorNumber, retVal.error.name, retVal.error.message);
|
|
@@ -83400,31 +83413,36 @@ class IpcApp {
|
|
|
83400
83413
|
}
|
|
83401
83414
|
return retVal.result;
|
|
83402
83415
|
}
|
|
83416
|
+
/** @internal
|
|
83417
|
+
* @deprecated in 4.8. Use [[makeIpcProxy]] for a type-safe interface.
|
|
83418
|
+
*/
|
|
83419
|
+
static async callIpcChannel(channelName, methodName, ...args) {
|
|
83420
|
+
return this[_internal_Symbols__WEBPACK_IMPORTED_MODULE_2__._callIpcChannel](channelName, methodName, ...args);
|
|
83421
|
+
}
|
|
83403
83422
|
/** Create a type safe Proxy object to make IPC calls to a registered backend interface.
|
|
83404
83423
|
* @param channelName the channel registered by the backend handler.
|
|
83405
83424
|
*/
|
|
83406
83425
|
static makeIpcProxy(channelName) {
|
|
83407
83426
|
return new Proxy({}, {
|
|
83408
83427
|
get(_target, methodName) {
|
|
83409
|
-
return async (...args) => IpcApp.
|
|
83428
|
+
return async (...args) => IpcApp[_internal_Symbols__WEBPACK_IMPORTED_MODULE_2__._callIpcChannel](channelName, methodName, ...args);
|
|
83410
83429
|
},
|
|
83411
83430
|
});
|
|
83412
83431
|
}
|
|
83413
83432
|
/** 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
|
|
83414
83433
|
* @param channelName the channel registered by the backend handler.
|
|
83415
83434
|
* @param functionName the function to call on the handler.
|
|
83416
|
-
* @internal
|
|
83417
83435
|
*/
|
|
83418
83436
|
static makeIpcFunctionProxy(channelName, functionName) {
|
|
83419
83437
|
return new Proxy({}, {
|
|
83420
83438
|
get(_target, methodName) {
|
|
83421
|
-
return async (...args) => IpcApp.
|
|
83439
|
+
return async (...args) => IpcApp[_internal_Symbols__WEBPACK_IMPORTED_MODULE_2__._callIpcChannel](channelName, functionName, methodName, ...args);
|
|
83422
83440
|
},
|
|
83423
83441
|
});
|
|
83424
83442
|
}
|
|
83425
83443
|
/** @deprecated in 3.x. use [[appFunctionIpc]] */
|
|
83426
83444
|
static async callIpcHost(methodName, ...args) {
|
|
83427
|
-
return this.
|
|
83445
|
+
return this[_internal_Symbols__WEBPACK_IMPORTED_MODULE_2__._callIpcChannel](_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.functions, methodName, ...args);
|
|
83428
83446
|
}
|
|
83429
83447
|
/** start an IpcApp.
|
|
83430
83448
|
* @note this should not be called directly. It is called by NativeApp.startup */
|
|
@@ -83537,6 +83555,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83537
83555
|
/* harmony import */ var _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
|
|
83538
83556
|
/* harmony import */ var _IpcApp__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./IpcApp */ "../../core/frontend/lib/esm/IpcApp.js");
|
|
83539
83557
|
/* harmony import */ var _IModelApp__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./IModelApp */ "../../core/frontend/lib/esm/IModelApp.js");
|
|
83558
|
+
/* harmony import */ var _internal_Symbols__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./internal/Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
|
|
83540
83559
|
/*---------------------------------------------------------------------------------------------
|
|
83541
83560
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
83542
83561
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -83547,6 +83566,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83547
83566
|
|
|
83548
83567
|
|
|
83549
83568
|
|
|
83569
|
+
|
|
83550
83570
|
class LocalTransport extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.IpcWebSocketTransport {
|
|
83551
83571
|
constructor(opts) {
|
|
83552
83572
|
super();
|
|
@@ -83587,7 +83607,7 @@ class LocalTransport extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Ipc
|
|
|
83587
83607
|
}
|
|
83588
83608
|
class LocalSession extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.IpcSession {
|
|
83589
83609
|
async handleRpc(info) {
|
|
83590
|
-
return _IpcApp__WEBPACK_IMPORTED_MODULE_1__.IpcApp.
|
|
83610
|
+
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);
|
|
83591
83611
|
}
|
|
83592
83612
|
}
|
|
83593
83613
|
/**
|
|
@@ -84446,6 +84466,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
84446
84466
|
/* harmony import */ var _common_FrontendLoggerCategory__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./common/FrontendLoggerCategory */ "../../core/frontend/lib/esm/common/FrontendLoggerCategory.js");
|
|
84447
84467
|
/* harmony import */ var _IpcApp__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./IpcApp */ "../../core/frontend/lib/esm/IpcApp.js");
|
|
84448
84468
|
/* harmony import */ var _NativeAppLogger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./NativeAppLogger */ "../../core/frontend/lib/esm/NativeAppLogger.js");
|
|
84469
|
+
/* harmony import */ var _internal_Symbols__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./internal/Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
|
|
84449
84470
|
/*---------------------------------------------------------------------------------------------
|
|
84450
84471
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
84451
84472
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -84459,6 +84480,7 @@ var _a;
|
|
|
84459
84480
|
|
|
84460
84481
|
|
|
84461
84482
|
|
|
84483
|
+
|
|
84462
84484
|
/** NativeApp notifications from backend */
|
|
84463
84485
|
class NativeAppNotifyHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.NotificationHandler {
|
|
84464
84486
|
get channelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.notifyChannel; }
|
|
@@ -84475,7 +84497,7 @@ class NativeAppNotifyHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.Notifi
|
|
|
84475
84497
|
class NativeApp {
|
|
84476
84498
|
/** @deprecated in 3.x. use nativeAppIpc */
|
|
84477
84499
|
static async callNativeHost(methodName, ...args) {
|
|
84478
|
-
return _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.
|
|
84500
|
+
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);
|
|
84479
84501
|
}
|
|
84480
84502
|
static async setConnectivity(by, status) {
|
|
84481
84503
|
await this.nativeAppIpc.overrideInternetConnectivity(by, status);
|
|
@@ -85401,6 +85423,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
85401
85423
|
/* harmony export */ });
|
|
85402
85424
|
/* harmony import */ var _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
|
|
85403
85425
|
/* harmony import */ var _render_FeatureSymbology__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./render/FeatureSymbology */ "../../core/frontend/lib/esm/render/FeatureSymbology.js");
|
|
85426
|
+
/* harmony import */ var _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @itwin/core-geometry */ "../../core/geometry/lib/esm/core-geometry.js");
|
|
85404
85427
|
/*---------------------------------------------------------------------------------------------
|
|
85405
85428
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
85406
85429
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -85410,6 +85433,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
85410
85433
|
*/
|
|
85411
85434
|
|
|
85412
85435
|
|
|
85436
|
+
|
|
85413
85437
|
/** The State of Planar Clip Mask applied to a reality model or background map.
|
|
85414
85438
|
* Handles loading models and their associated tiles for models that are used by masks but may not be otherwise loaded or displayed.
|
|
85415
85439
|
* @beta
|
|
@@ -85418,6 +85442,7 @@ class PlanarClipMaskState {
|
|
|
85418
85442
|
constructor(settings) {
|
|
85419
85443
|
this._allLoaded = false;
|
|
85420
85444
|
this._usingViewportOverrides = false;
|
|
85445
|
+
this._maskRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Range3d.createNull();
|
|
85421
85446
|
this.settings = settings;
|
|
85422
85447
|
}
|
|
85423
85448
|
static create(settings) {
|
|
@@ -85432,10 +85457,11 @@ class PlanarClipMaskState {
|
|
|
85432
85457
|
if (this._tileTreeRefs)
|
|
85433
85458
|
this._tileTreeRefs.forEach((treeRef) => treeRef.discloseTileTrees(trees));
|
|
85434
85459
|
}
|
|
85435
|
-
// Returns the TileTreeReferences for the models that need to be drawn to create the planar clip mask.
|
|
85436
|
-
getTileTrees(view, classifiedModelId) {
|
|
85460
|
+
// Returns the TileTreeReferences for the models that need to be drawn to create the planar clip mask, and extend the maskRange if needed.
|
|
85461
|
+
getTileTrees(view, classifiedModelId, maskRange) {
|
|
85437
85462
|
if (this.settings.mode === _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.PlanarClipMaskMode.Priority) {
|
|
85438
85463
|
// For priority mode we simply want refs for all viewed models if the priority is higher than the mask priority.
|
|
85464
|
+
// For this case, we don't need a maskRange so leave it as null.
|
|
85439
85465
|
const viewTrees = new Array();
|
|
85440
85466
|
const thisPriority = this.settings.priority === undefined ? _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.PlanarClipMaskPriority.RealityModel : this.settings.priority;
|
|
85441
85467
|
view.forEachTileTreeRef((ref) => {
|
|
@@ -85447,13 +85473,17 @@ class PlanarClipMaskState {
|
|
|
85447
85473
|
}
|
|
85448
85474
|
// For all other modes we need to let the tree refs in the view state decide which refs need to be drawn
|
|
85449
85475
|
// since batched tiles cannot turn on/off individual models just by their tile tree refs.
|
|
85450
|
-
|
|
85476
|
+
// Keep calling this until loaded so that the range is valid.
|
|
85477
|
+
if (!this._allLoaded) {
|
|
85451
85478
|
this._tileTreeRefs = new Array();
|
|
85452
|
-
if (this.settings.modelIds)
|
|
85453
|
-
view.collectMaskRefs(this.settings.modelIds, this._tileTreeRefs);
|
|
85454
|
-
|
|
85455
|
-
if (!this._allLoaded)
|
|
85479
|
+
if (this.settings.modelIds) {
|
|
85480
|
+
view.collectMaskRefs(this.settings.modelIds, this._tileTreeRefs, maskRange);
|
|
85481
|
+
}
|
|
85456
85482
|
this._allLoaded = this._tileTreeRefs.every((treeRef) => treeRef.treeOwner.load() !== undefined);
|
|
85483
|
+
maskRange.clone(this._maskRange);
|
|
85484
|
+
}
|
|
85485
|
+
else // If already loaded, just set the maskRange to the saved maskRange.
|
|
85486
|
+
this._maskRange.clone(maskRange);
|
|
85457
85487
|
return this._allLoaded ? this._tileTreeRefs : undefined;
|
|
85458
85488
|
}
|
|
85459
85489
|
// Returns any potential FeatureSymbology overrides for drawing the planar clip mask.
|
|
@@ -87748,10 +87778,11 @@ class SpatialViewState extends _ViewState__WEBPACK_IMPORTED_MODULE_6__.ViewState
|
|
|
87748
87778
|
/** For getting the [TileTreeReference]s that are in the modelIds, for planar classification.
|
|
87749
87779
|
* @param modelIds modelIds for which to get the TileTreeReferences
|
|
87750
87780
|
* @param maskTreeRefs where to store the TileTreeReferences
|
|
87781
|
+
* @param maskRange range to extend for the maskRefs
|
|
87751
87782
|
* @internal
|
|
87752
87783
|
*/
|
|
87753
|
-
collectMaskRefs(modelIds, maskTreeRefs) {
|
|
87754
|
-
this._treeRefs.collectMaskRefs(modelIds, maskTreeRefs);
|
|
87784
|
+
collectMaskRefs(modelIds, maskTreeRefs, maskRange) {
|
|
87785
|
+
this._treeRefs.collectMaskRefs(modelIds, maskTreeRefs, maskRange);
|
|
87755
87786
|
}
|
|
87756
87787
|
/** For getting a list of modelIds which do not participate in masking for planar classification.
|
|
87757
87788
|
* @param maskModels models which DO participate in planar clip masking
|
|
@@ -90248,10 +90279,8 @@ class ViewManager {
|
|
|
90248
90279
|
[Symbol.iterator]() {
|
|
90249
90280
|
return this._viewports[Symbol.iterator]();
|
|
90250
90281
|
}
|
|
90251
|
-
/**
|
|
90252
|
-
*
|
|
90253
|
-
* @see [[Viewport.invalidateCachedDecorations]] to manually remove a decorator's cached decorations from a viewport, forcing them to be regenerated.
|
|
90254
|
-
* @beta
|
|
90282
|
+
/** Instruct each registered [[Viewport]] that the cached [[Decorations]] for the specified `decorator` should be discarded and recreated on the next frame.
|
|
90283
|
+
* @see [[Viewport.invalidateCachedDecorations]] to invalidate the cached decorations for a single viewport.
|
|
90255
90284
|
*/
|
|
90256
90285
|
invalidateCachedDecorationsAllViews(decorator) {
|
|
90257
90286
|
if (decorator.useCachedDecorations)
|
|
@@ -90339,9 +90368,8 @@ class ViewManager {
|
|
|
90339
90368
|
iModel.tiles.purge(olderThan, entry[1]);
|
|
90340
90369
|
}
|
|
90341
90370
|
}
|
|
90342
|
-
/**
|
|
90343
|
-
*
|
|
90344
|
-
* @beta
|
|
90371
|
+
/** Compute the tooltip for a persistent element.
|
|
90372
|
+
* This method calls the backend method [Element.getToolTipMessage]($backend), and replaces all instances of `${localizeTag}` with localized string from IModelApp.i18n.
|
|
90345
90373
|
*/
|
|
90346
90374
|
async getElementToolTip(hit) {
|
|
90347
90375
|
const msg = await hit.iModel.getToolTipMessage(hit.sourceId); // wait for the locate message(s) from the backend
|
|
@@ -100788,6 +100816,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
100788
100816
|
/* harmony export */ "WmtsConstants": () => (/* reexport safe */ _tile_internal__WEBPACK_IMPORTED_MODULE_143__.WmtsConstants),
|
|
100789
100817
|
/* harmony export */ "WmtsMapLayerImageryProvider": () => (/* reexport safe */ _tile_internal__WEBPACK_IMPORTED_MODULE_143__.WmtsMapLayerImageryProvider),
|
|
100790
100818
|
/* harmony export */ "ZoomViewTool": () => (/* reexport safe */ _tools_ViewTool__WEBPACK_IMPORTED_MODULE_157__.ZoomViewTool),
|
|
100819
|
+
/* harmony export */ "_callIpcChannel": () => (/* reexport safe */ _internal_cross_package__WEBPACK_IMPORTED_MODULE_164__._callIpcChannel),
|
|
100791
100820
|
/* harmony export */ "acquireImdlDecoder": () => (/* reexport safe */ _tile_internal__WEBPACK_IMPORTED_MODULE_143__.acquireImdlDecoder),
|
|
100792
100821
|
/* harmony export */ "acquireImdlParser": () => (/* reexport safe */ _tile_internal__WEBPACK_IMPORTED_MODULE_143__.acquireImdlParser),
|
|
100793
100822
|
/* harmony export */ "addRangeGraphic": () => (/* reexport safe */ _tile_internal__WEBPACK_IMPORTED_MODULE_143__.addRangeGraphic),
|
|
@@ -101054,7 +101083,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
101054
101083
|
/* harmony import */ var _LocalhostIpcApp__WEBPACK_IMPORTED_MODULE_161__ = __webpack_require__(/*! ./LocalhostIpcApp */ "../../core/frontend/lib/esm/LocalhostIpcApp.js");
|
|
101055
101084
|
/* harmony import */ var _request_utils__WEBPACK_IMPORTED_MODULE_162__ = __webpack_require__(/*! ./request/utils */ "../../core/frontend/lib/esm/request/utils.js");
|
|
101056
101085
|
/* harmony import */ var _RealityDataSource__WEBPACK_IMPORTED_MODULE_163__ = __webpack_require__(/*! ./RealityDataSource */ "../../core/frontend/lib/esm/RealityDataSource.js");
|
|
101057
|
-
/* harmony import */ var
|
|
101086
|
+
/* harmony import */ var _internal_cross_package__WEBPACK_IMPORTED_MODULE_164__ = __webpack_require__(/*! ./internal/cross-package */ "../../core/frontend/lib/esm/internal/cross-package.js");
|
|
101087
|
+
/* harmony import */ var _extension_ExtensionRuntime__WEBPACK_IMPORTED_MODULE_165__ = __webpack_require__(/*! ./extension/ExtensionRuntime */ "../../core/frontend/lib/esm/extension/ExtensionRuntime.js");
|
|
101058
101088
|
/*---------------------------------------------------------------------------------------------
|
|
101059
101089
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
101060
101090
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -101221,6 +101251,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
101221
101251
|
|
|
101222
101252
|
|
|
101223
101253
|
|
|
101254
|
+
|
|
101224
101255
|
|
|
101225
101256
|
|
|
101226
101257
|
// TODO/FIX: "./extension/ExtensionRuntime" import has to be last to avoid circular dependency errors.
|
|
@@ -101940,6 +101971,59 @@ class RemoteExtensionProvider {
|
|
|
101940
101971
|
}
|
|
101941
101972
|
|
|
101942
101973
|
|
|
101974
|
+
/***/ }),
|
|
101975
|
+
|
|
101976
|
+
/***/ "../../core/frontend/lib/esm/internal/Symbols.js":
|
|
101977
|
+
/*!*******************************************************!*\
|
|
101978
|
+
!*** ../../core/frontend/lib/esm/internal/Symbols.js ***!
|
|
101979
|
+
\*******************************************************/
|
|
101980
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
101981
|
+
|
|
101982
|
+
"use strict";
|
|
101983
|
+
__webpack_require__.r(__webpack_exports__);
|
|
101984
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
101985
|
+
/* harmony export */ "_callIpcChannel": () => (/* binding */ _callIpcChannel),
|
|
101986
|
+
/* harmony export */ "_requestSnap": () => (/* binding */ _requestSnap)
|
|
101987
|
+
/* harmony export */ });
|
|
101988
|
+
/*---------------------------------------------------------------------------------------------
|
|
101989
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
101990
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
101991
|
+
*--------------------------------------------------------------------------------------------*/
|
|
101992
|
+
/** @packageDocumentation
|
|
101993
|
+
* @module Utils
|
|
101994
|
+
*/
|
|
101995
|
+
function sym(name) {
|
|
101996
|
+
return `${name}_core-frontend_INTERNAL_ONLY_DO_NOT_USE`;
|
|
101997
|
+
}
|
|
101998
|
+
/** @internal */
|
|
101999
|
+
const _callIpcChannel = Symbol.for(sym("callIpcChannel"));
|
|
102000
|
+
const _requestSnap = Symbol.for(sym("requestSnap"));
|
|
102001
|
+
|
|
102002
|
+
|
|
102003
|
+
/***/ }),
|
|
102004
|
+
|
|
102005
|
+
/***/ "../../core/frontend/lib/esm/internal/cross-package.js":
|
|
102006
|
+
/*!*************************************************************!*\
|
|
102007
|
+
!*** ../../core/frontend/lib/esm/internal/cross-package.js ***!
|
|
102008
|
+
\*************************************************************/
|
|
102009
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
102010
|
+
|
|
102011
|
+
"use strict";
|
|
102012
|
+
__webpack_require__.r(__webpack_exports__);
|
|
102013
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
102014
|
+
/* harmony export */ "_callIpcChannel": () => (/* reexport safe */ _Symbols__WEBPACK_IMPORTED_MODULE_0__._callIpcChannel)
|
|
102015
|
+
/* harmony export */ });
|
|
102016
|
+
/* harmony import */ var _Symbols__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Symbols */ "../../core/frontend/lib/esm/internal/Symbols.js");
|
|
102017
|
+
/*---------------------------------------------------------------------------------------------
|
|
102018
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
102019
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
102020
|
+
*--------------------------------------------------------------------------------------------*/
|
|
102021
|
+
/** @packageDocumentation
|
|
102022
|
+
* @module Utils
|
|
102023
|
+
*/
|
|
102024
|
+
|
|
102025
|
+
|
|
102026
|
+
|
|
101943
102027
|
/***/ }),
|
|
101944
102028
|
|
|
101945
102029
|
/***/ "../../core/frontend/lib/esm/properties/AngleDescription.js":
|
|
@@ -104438,6 +104522,10 @@ class GraphicBuilder {
|
|
|
104438
104522
|
addFrustum(frustum) {
|
|
104439
104523
|
this.addRangeBoxFromCorners(frustum.points);
|
|
104440
104524
|
}
|
|
104525
|
+
/** Add Frustum sides. Useful for debugging. */
|
|
104526
|
+
addFrustumSides(frustum) {
|
|
104527
|
+
this.addRangeBoxSidesFromCorners(frustum.points);
|
|
104528
|
+
}
|
|
104441
104529
|
/** Add range edges from corner points */
|
|
104442
104530
|
addRangeBoxFromCorners(p) {
|
|
104443
104531
|
this.addLineString([
|
|
@@ -104456,6 +104544,51 @@ class GraphicBuilder {
|
|
|
104456
104544
|
this.addLineString([p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopFront].clone(), p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone()]);
|
|
104457
104545
|
this.addLineString([p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone(), p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomRear].clone()]);
|
|
104458
104546
|
}
|
|
104547
|
+
/** Add range sides from corner points */
|
|
104548
|
+
addRangeBoxSidesFromCorners(p) {
|
|
104549
|
+
this.addShape([
|
|
104550
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomFront].clone(),
|
|
104551
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopFront].clone(),
|
|
104552
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopFront].clone(),
|
|
104553
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomFront].clone(),
|
|
104554
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomFront].clone()
|
|
104555
|
+
]);
|
|
104556
|
+
this.addShape([
|
|
104557
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone(),
|
|
104558
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopRear].clone(),
|
|
104559
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone(),
|
|
104560
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomRear].clone(),
|
|
104561
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone()
|
|
104562
|
+
]);
|
|
104563
|
+
this.addShape([
|
|
104564
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone(),
|
|
104565
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopRear].clone(),
|
|
104566
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopFront].clone(),
|
|
104567
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopFront].clone(),
|
|
104568
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone()
|
|
104569
|
+
]);
|
|
104570
|
+
this.addShape([
|
|
104571
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone(),
|
|
104572
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomRear].clone(),
|
|
104573
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomFront].clone(),
|
|
104574
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopFront].clone(),
|
|
104575
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightTopRear].clone()
|
|
104576
|
+
]);
|
|
104577
|
+
this.addShape([
|
|
104578
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone(),
|
|
104579
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomRear].clone(),
|
|
104580
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.RightBottomFront].clone(),
|
|
104581
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomFront].clone(),
|
|
104582
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone()
|
|
104583
|
+
]);
|
|
104584
|
+
this.addShape([
|
|
104585
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone(),
|
|
104586
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopRear].clone(),
|
|
104587
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftTopFront].clone(),
|
|
104588
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomFront].clone(),
|
|
104589
|
+
p[_itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Npc.LeftBottomRear].clone()
|
|
104590
|
+
]);
|
|
104591
|
+
}
|
|
104459
104592
|
/** Sets the current active symbology for this builder. Any new geometry subsequently added will be drawn using the specified symbology.
|
|
104460
104593
|
* @param lineColor The color in which to draw lines.
|
|
104461
104594
|
* @param fillColor The color in which to draw filled regions.
|
|
@@ -110522,7 +110655,7 @@ class BackgroundMapDrape extends _TextureDrape__WEBPACK_IMPORTED_MODULE_13__.Tex
|
|
|
110522
110655
|
if (!targetTree || !args)
|
|
110523
110656
|
return;
|
|
110524
110657
|
const targetTiles = targetTree.selectTiles(args);
|
|
110525
|
-
const projection = _PlanarTextureProjection__WEBPACK_IMPORTED_MODULE_9__.PlanarTextureProjection.computePlanarTextureProjection(this._plane, context, { tiles: targetTiles, location: args.location }, [this._mapTree], viewState, this._width, this._height);
|
|
110658
|
+
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());
|
|
110526
110659
|
if (!projection.textureFrustum || !projection.projectionMatrix || !projection.worldToViewMap)
|
|
110527
110660
|
return;
|
|
110528
110661
|
this._frustum = projection.textureFrustum;
|
|
@@ -117857,19 +117990,22 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
|
|
|
117857
117990
|
const viewState = context.viewingSpace.view;
|
|
117858
117991
|
if (!viewState.isSpatialView())
|
|
117859
117992
|
return;
|
|
117860
|
-
|
|
117861
|
-
const
|
|
117993
|
+
this._doDebugFrustum = context.target.debugControl?.displayMaskFrustum ?? false;
|
|
117994
|
+
const maxTextureSize = _System__WEBPACK_IMPORTED_MODULE_15__.System.instance.maxTexSizeAllow;
|
|
117995
|
+
const requiredHeight = maxTextureSize;
|
|
117996
|
+
const requiredWidth = maxTextureSize;
|
|
117862
117997
|
if (requiredWidth !== this._width || requiredHeight !== this._height)
|
|
117863
117998
|
this.dispose();
|
|
117864
117999
|
this._width = requiredWidth;
|
|
117865
118000
|
this._height = requiredHeight;
|
|
117866
|
-
const
|
|
118001
|
+
const maskRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Range3d.createNull();
|
|
118002
|
+
const maskTrees = this._planarClipMask?.getTileTrees(viewState, target.modelId, maskRange);
|
|
117867
118003
|
if (!maskTrees && !this._classifierTreeRef)
|
|
117868
118004
|
return;
|
|
117869
118005
|
const allTrees = maskTrees ? maskTrees.slice() : new Array();
|
|
117870
118006
|
if (this._classifierTreeRef)
|
|
117871
118007
|
allTrees.push(this._classifierTreeRef);
|
|
117872
|
-
const projection = _PlanarTextureProjection__WEBPACK_IMPORTED_MODULE_11__.PlanarTextureProjection.computePlanarTextureProjection(this._plane, context, target, allTrees, viewState, this._width, this._height);
|
|
118008
|
+
const projection = _PlanarTextureProjection__WEBPACK_IMPORTED_MODULE_11__.PlanarTextureProjection.computePlanarTextureProjection(this._plane, context, target, allTrees, viewState, this._width, this._height, maskRange);
|
|
117873
118009
|
if (!projection.textureFrustum || !projection.projectionMatrix || !projection.worldToViewMap)
|
|
117874
118010
|
return;
|
|
117875
118011
|
this._projectionMatrix = projection.projectionMatrix;
|
|
@@ -117903,13 +118039,20 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
|
|
|
117903
118039
|
if (this._doDebugFrustum) {
|
|
117904
118040
|
this._debugFrustumGraphic = (0,_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.dispose)(this._debugFrustumGraphic);
|
|
117905
118041
|
const builder = context.createSceneGraphicBuilder();
|
|
117906
|
-
builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.green, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.green,
|
|
118042
|
+
builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.green, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.green, 2);
|
|
117907
118043
|
builder.addFrustum(context.viewingSpace.getFrustum());
|
|
117908
|
-
builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.red, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.red,
|
|
118044
|
+
builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.red, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.red, 2);
|
|
117909
118045
|
builder.addFrustum(this._debugFrustum);
|
|
117910
|
-
builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.
|
|
118046
|
+
builder.setSymbology(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.blue, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ColorDef.blue, 2);
|
|
117911
118047
|
builder.addFrustum(this._frustum);
|
|
118048
|
+
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);
|
|
118049
|
+
builder.addFrustumSides(context.viewingSpace.getFrustum());
|
|
118050
|
+
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);
|
|
118051
|
+
builder.addFrustumSides(this._debugFrustum);
|
|
118052
|
+
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);
|
|
118053
|
+
builder.addFrustumSides(this._frustum);
|
|
117912
118054
|
this._debugFrustumGraphic = builder.finish();
|
|
118055
|
+
context.outputGraphic(this._debugFrustumGraphic);
|
|
117913
118056
|
}
|
|
117914
118057
|
}
|
|
117915
118058
|
draw(target) {
|
|
@@ -117960,8 +118103,6 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
|
|
|
117960
118103
|
this._contentMode = PlanarClassifierContent.ClassifierAndMask;
|
|
117961
118104
|
}
|
|
117962
118105
|
}
|
|
117963
|
-
if (undefined !== this._debugFrustumGraphic)
|
|
117964
|
-
target.graphics.foreground.push(this._debugFrustumGraphic);
|
|
117965
118106
|
// Temporarily override the Target's state.
|
|
117966
118107
|
const system = _System__WEBPACK_IMPORTED_MODULE_15__.System.instance;
|
|
117967
118108
|
const maskViewFlags = {
|
|
@@ -118181,7 +118322,15 @@ const scratchRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range3d.c
|
|
|
118181
118322
|
const scratchMap4d = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Map4d.createIdentity();
|
|
118182
118323
|
const scratchMatrix4d = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix4d.createIdentity();
|
|
118183
118324
|
class PlanarTextureProjection {
|
|
118184
|
-
static
|
|
118325
|
+
static isTileRangeInBounds(tileRange, drapeRange) {
|
|
118326
|
+
// return false if tile is outside of drapeRange, ignoring height (x) for this
|
|
118327
|
+
if (tileRange.low.y > drapeRange.high.y || tileRange.high.y < drapeRange.low.y)
|
|
118328
|
+
return false;
|
|
118329
|
+
if (tileRange.low.z > drapeRange.high.z || tileRange.high.z < drapeRange.low.z)
|
|
118330
|
+
return false;
|
|
118331
|
+
return true;
|
|
118332
|
+
}
|
|
118333
|
+
static computePlanarTextureProjection(texturePlane, sceneContext, target, drapeRefs, viewState, textureWidth, textureHeight, maskRange, _heightRange) {
|
|
118185
118334
|
const textureZ = texturePlane.getNormalRef();
|
|
118186
118335
|
const viewingSpace = sceneContext.viewingSpace;
|
|
118187
118336
|
const viewX = viewingSpace.rotation.rowX();
|
|
@@ -118205,14 +118354,8 @@ class PlanarTextureProjection {
|
|
|
118205
118354
|
const viewFrustum = viewingSpace.getFrustum().transformBy(textureTransform);
|
|
118206
118355
|
const viewPlanes = _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.FrustumPlanes.fromFrustum(viewFrustum);
|
|
118207
118356
|
const viewClipPlanes = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.ConvexClipPlaneSet.createPlanes(viewPlanes.planes);
|
|
118208
|
-
|
|
118209
|
-
|
|
118210
|
-
for (const tile of target.tiles) {
|
|
118211
|
-
textureRange.extendRange(tileToTexture.multiplyRange(tile.range, scratchRange));
|
|
118212
|
-
}
|
|
118213
|
-
if (textureRange.isNull)
|
|
118214
|
-
return {};
|
|
118215
|
-
textureRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.ClipUtilities.rangeOfClipperIntersectionWithRange(viewClipPlanes, textureRange);
|
|
118357
|
+
const contentUnBoundedRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range1d.createNull();
|
|
118358
|
+
// calculate drapeRange from drapeRefs (mask references or drape reference).
|
|
118216
118359
|
const drapeRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range3d.createNull();
|
|
118217
118360
|
for (const drapeRef of drapeRefs) {
|
|
118218
118361
|
const drapeTree = drapeRef.treeOwner.tileTree;
|
|
@@ -118222,14 +118365,37 @@ class PlanarTextureProjection {
|
|
|
118222
118365
|
let heightRange = viewingSpace.getTerrainHeightRange();
|
|
118223
118366
|
if (!heightRange)
|
|
118224
118367
|
heightRange = _ApproximateTerrainHeights__WEBPACK_IMPORTED_MODULE_2__.ApproximateTerrainHeights.instance.globalHeightRange;
|
|
118225
|
-
|
|
118226
|
-
|
|
118368
|
+
contentUnBoundedRange.low = Math.min(contentUnBoundedRange.low, heightRange.low);
|
|
118369
|
+
contentUnBoundedRange.high = Math.max(contentUnBoundedRange.high, heightRange.high);
|
|
118227
118370
|
}
|
|
118228
|
-
else {
|
|
118229
|
-
const
|
|
118371
|
+
else if (maskRange.isNull) {
|
|
118372
|
+
const r = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range3d.createNull();
|
|
118373
|
+
drapeRef.unionFitRange(r);
|
|
118374
|
+
const contentRange = textureTransform.multiplyRange(r);
|
|
118230
118375
|
if (!contentRange.isNull)
|
|
118231
118376
|
drapeRange.extendRange(contentRange);
|
|
118232
118377
|
}
|
|
118378
|
+
else {
|
|
118379
|
+
const contentRange = textureTransform.multiplyRange(maskRange);
|
|
118380
|
+
drapeRange.extendRange(contentRange);
|
|
118381
|
+
}
|
|
118382
|
+
}
|
|
118383
|
+
// get range of only the tiles to be masked or draped onto.
|
|
118384
|
+
let textureRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range3d.createNull();
|
|
118385
|
+
const tileToTexture = textureTransform.multiplyTransformTransform(target.location);
|
|
118386
|
+
for (const tile of target.tiles) {
|
|
118387
|
+
tileToTexture.multiplyRange(tile.range, scratchRange);
|
|
118388
|
+
// Skip tile if it is outside of drapeRange because we don't want the extra heights from distant tiles included.
|
|
118389
|
+
if (drapeRange.isNull || PlanarTextureProjection.isTileRangeInBounds(scratchRange, drapeRange))
|
|
118390
|
+
textureRange.extendRange(scratchRange);
|
|
118391
|
+
}
|
|
118392
|
+
if (textureRange.isNull)
|
|
118393
|
+
return {};
|
|
118394
|
+
textureRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.ClipUtilities.rangeOfClipperIntersectionWithRange(viewClipPlanes, textureRange);
|
|
118395
|
+
if (!contentUnBoundedRange.isNull) {
|
|
118396
|
+
// Union of height
|
|
118397
|
+
textureRange.low.x = Math.min(textureRange.low.x, contentUnBoundedRange.low);
|
|
118398
|
+
textureRange.high.x = Math.max(textureRange.high.x, contentUnBoundedRange.high);
|
|
118233
118399
|
}
|
|
118234
118400
|
if (!drapeRange.isNull) {
|
|
118235
118401
|
// Union of height
|
|
@@ -118245,11 +118411,19 @@ class PlanarTextureProjection {
|
|
|
118245
118411
|
textureRange.low.x -= epsilon;
|
|
118246
118412
|
textureRange.high.x += epsilon;
|
|
118247
118413
|
const textureFrustum = _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Frustum.fromRange(textureRange);
|
|
118248
|
-
|
|
118414
|
+
let debugFrustum;
|
|
118415
|
+
if (true) // debugFrustum as textureRange.
|
|
118416
|
+
debugFrustum = textureFrustum.clone();
|
|
118417
|
+
else // debugFrustum as drapeRange.
|
|
118418
|
+
{}
|
|
118249
118419
|
textureTransform.multiplyInversePoint3dArray(debugFrustum.points, debugFrustum.points);
|
|
118250
|
-
|
|
118251
|
-
|
|
118252
|
-
|
|
118420
|
+
const viewZVecZ = viewState.getRotation().rowZ().z;
|
|
118421
|
+
// 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.
|
|
118422
|
+
// 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.
|
|
118423
|
+
// viewZVecZ is negative when looking up, positive when looking down.
|
|
118424
|
+
if (viewState.isCameraOn && viewState.getEyePoint().z > textureRange.low.x && viewZVecZ > 0.09) {
|
|
118425
|
+
// NB moved the eyePlane from the center to the bottom of the textureRange to solve problems when the eye was below the eyePlane.
|
|
118426
|
+
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.
|
|
118253
118427
|
const projectionRay = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Ray3d.create(viewState.getEyePoint(), viewZ.crossProduct(textureX).normalize());
|
|
118254
118428
|
let projectionDistance = projectionRay.intersectionWithPlane(eyePlane);
|
|
118255
118429
|
const minNearToFarRatio = .01; // Smaller value allows texture projection to conform tightly to view frustum.
|
|
@@ -118283,6 +118457,7 @@ class PlanarTextureProjection {
|
|
|
118283
118457
|
farRange.high.y = Math.max(farRange.high.y, farY);
|
|
118284
118458
|
});
|
|
118285
118459
|
});
|
|
118460
|
+
// Set NPC from results.
|
|
118286
118461
|
textureFrustum.points[_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Npc._000].set(farRange.low.x, farRange.low.y, eyePoint.z - far);
|
|
118287
118462
|
textureFrustum.points[_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Npc._100].set(farRange.high.x, farRange.low.y, eyePoint.z - far);
|
|
118288
118463
|
textureFrustum.points[_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Npc._010].set(farRange.low.x, farRange.high.y, eyePoint.z - far);
|
|
@@ -118307,7 +118482,7 @@ class PlanarTextureProjection {
|
|
|
118307
118482
|
}
|
|
118308
118483
|
const worldToNpcMap = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Map4d.createRefs(worldToNpc, npcToWorld);
|
|
118309
118484
|
const worldToViewMap = npcToView.multiplyMapMap(worldToNpcMap);
|
|
118310
|
-
return { textureFrustum, projectionMatrix: worldToNpc,
|
|
118485
|
+
return { textureFrustum, worldToViewMap, projectionMatrix: worldToNpc, debugFrustum };
|
|
118311
118486
|
}
|
|
118312
118487
|
static getTextureDrawingParams(target) {
|
|
118313
118488
|
const state = new _RenderState__WEBPACK_IMPORTED_MODULE_3__.RenderState();
|
|
@@ -118330,7 +118505,7 @@ class PlanarTextureProjection {
|
|
|
118330
118505
|
return { state, viewFlags };
|
|
118331
118506
|
}
|
|
118332
118507
|
}
|
|
118333
|
-
PlanarTextureProjection._postProjectionMatrixNpc = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix4d.createRowValues(/* Row 1 */ 0, 1, 0, 0, /* Row
|
|
118508
|
+
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);
|
|
118334
118509
|
|
|
118335
118510
|
|
|
118336
118511
|
/***/ }),
|
|
@@ -124486,7 +124661,7 @@ const shadowMapWidth = 4096; // size of original depth buffer map
|
|
|
124486
124661
|
const shadowMapHeight = shadowMapWidth; // TBD - Adjust for aspect ratio.
|
|
124487
124662
|
const evsmWidth = shadowMapWidth / 2; // EVSM buffer is 1/2 size each direction
|
|
124488
124663
|
const evsmHeight = shadowMapHeight / 2;
|
|
124489
|
-
const postProjectionMatrixNpc = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix4d.createRowValues(/* Row 1 */ 0, 1, 0, 0, /* Row
|
|
124664
|
+
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);
|
|
124490
124665
|
// Bundles up the disposable, create-once-and-reuse members of a SolarShadowMap.
|
|
124491
124666
|
class Bundle {
|
|
124492
124667
|
constructor(depthTexture, shadowMapTexture, fbo, fboSM, evsmGeom, renderCommands) {
|
|
@@ -124682,7 +124857,7 @@ class SolarShadowMap {
|
|
|
124682
124857
|
viewTileRange.clone(shadowRange);
|
|
124683
124858
|
// Expand shadow range to include both the shadowers and shadowed portion of background map.
|
|
124684
124859
|
scratchFrustum.initFromRange(shadowRange);
|
|
124685
|
-
mapToWorld.multiplyPoint3dArrayQuietNormalize(scratchFrustum.points); // This frustum represents the
|
|
124860
|
+
mapToWorld.multiplyPoint3dArrayQuietNormalize(scratchFrustum.points); // This frustum represents the shadowing geometry. Intersect it with background geometry and expand the range depth to include that intersection.
|
|
124686
124861
|
const backgroundMapGeometry = context.viewport.view.displayStyle.getBackgroundMapGeometry();
|
|
124687
124862
|
if (undefined !== backgroundMapGeometry) {
|
|
124688
124863
|
const backgroundDepthRange = backgroundMapGeometry.getFrustumIntersectionDepthRange(this._shadowFrustum, iModel.projectExtents);
|
|
@@ -126157,6 +126332,7 @@ class Target extends _RenderTarget__WEBPACK_IMPORTED_MODULE_8__.RenderTarget {
|
|
|
126157
126332
|
this.drawingBackgroundForReadPixels = false;
|
|
126158
126333
|
this.primitiveVisibility = _RenderTarget__WEBPACK_IMPORTED_MODULE_8__.PrimitiveVisibility.All;
|
|
126159
126334
|
this.displayDrapeFrustum = false;
|
|
126335
|
+
this.displayMaskFrustum = false;
|
|
126160
126336
|
this.displayRealityTilePreload = false;
|
|
126161
126337
|
this.displayRealityTileRanges = false;
|
|
126162
126338
|
this.logRealityTiles = false;
|
|
@@ -144558,15 +144734,20 @@ class SpatialRefs {
|
|
|
144558
144734
|
/** For getting the [TileTreeReference]s that are in the modelIds, for planar classification.
|
|
144559
144735
|
* @param modelIds modelIds for which to get the TileTreeReferences
|
|
144560
144736
|
* @param maskTreeRefs where to store the TileTreeReferences
|
|
144737
|
+
* @param maskRange range to extend for the maskRefs
|
|
144561
144738
|
* @internal
|
|
144562
144739
|
*/
|
|
144563
|
-
collectMaskRefs(modelIds, maskTreeRefs) {
|
|
144740
|
+
collectMaskRefs(modelIds, maskTreeRefs, maskRange) {
|
|
144564
144741
|
for (const modelId of modelIds) {
|
|
144565
144742
|
if (!this._excludedModels?.has(modelId)) {
|
|
144566
144743
|
const model = this._view.iModel.models.getLoaded(modelId);
|
|
144567
144744
|
(0,_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.assert)(model !== undefined); // Models should be loaded by RealityModelTileTree
|
|
144568
|
-
if (model?.asGeometricModel)
|
|
144569
|
-
|
|
144745
|
+
if (model?.asGeometricModel) {
|
|
144746
|
+
const treeRef = createMaskTreeReference(this._view, model.asGeometricModel);
|
|
144747
|
+
maskTreeRefs.push(treeRef);
|
|
144748
|
+
const range = treeRef.computeWorldContentRange();
|
|
144749
|
+
maskRange.extendRange(range);
|
|
144750
|
+
}
|
|
144570
144751
|
}
|
|
144571
144752
|
}
|
|
144572
144753
|
}
|
|
@@ -145489,7 +145670,6 @@ class RealityTile extends _internal__WEBPACK_IMPORTED_MODULE_5__.Tile {
|
|
|
145489
145670
|
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.
|
|
145490
145671
|
/** A representation of the tile's geometry.
|
|
145491
145672
|
* This property is only available when using [[TileGeometryCollector]].
|
|
145492
|
-
* @beta
|
|
145493
145673
|
*/
|
|
145494
145674
|
get geometry() { return this._geometry; }
|
|
145495
145675
|
/** @internal */
|
|
@@ -148636,7 +148816,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
148636
148816
|
* Subclasses can refine the collection criterion.
|
|
148637
148817
|
* The tile geometry is obtained asynchronously, so successive collections over multiple frames may be required before all of the geometry
|
|
148638
148818
|
* is collected.
|
|
148639
|
-
* @
|
|
148819
|
+
* @public
|
|
148640
148820
|
*/
|
|
148641
148821
|
class TileGeometryCollector {
|
|
148642
148822
|
/** Create a new collector. */
|
|
@@ -149888,13 +150068,11 @@ class TileTreeReference /* implements RenderMemory.Consumer */ {
|
|
|
149888
150068
|
/** Create a tile tree reference equivalent to this one that also supplies an implementation of [[GeometryTileTreeReference.collectTileGeometry]].
|
|
149889
150069
|
* Return `undefined` if geometry collection is not supported.
|
|
149890
150070
|
* @see [[createGeometryTreeReference]].
|
|
149891
|
-
* @beta
|
|
149892
150071
|
*/
|
|
149893
150072
|
_createGeometryTreeReference() {
|
|
149894
150073
|
return undefined;
|
|
149895
150074
|
}
|
|
149896
150075
|
/** A function that can be assigned to [[collectTileGeometry]] to enable geometry collection for references to tile trees that support geometry collection.
|
|
149897
|
-
* @beta
|
|
149898
150076
|
*/
|
|
149899
150077
|
_collectTileGeometry(collector) {
|
|
149900
150078
|
const tree = this.treeOwner.load();
|
|
@@ -149912,7 +150090,6 @@ class TileTreeReference /* implements RenderMemory.Consumer */ {
|
|
|
149912
150090
|
* undefined if geometry collection is not supported.
|
|
149913
150091
|
* Currently, only terrain and reality model tiles support geometry collection.
|
|
149914
150092
|
* @note Do not override this method - override [[_createGeometryTreeReference]] instead.
|
|
149915
|
-
* @beta
|
|
149916
150093
|
*/
|
|
149917
150094
|
createGeometryTreeReference() {
|
|
149918
150095
|
if (this.collectTileGeometry) {
|
|
@@ -162196,7 +162373,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
162196
162373
|
|
|
162197
162374
|
|
|
162198
162375
|
|
|
162199
|
-
/**
|
|
162376
|
+
/** Identifies the source of the elements in the agenda.
|
|
162377
|
+
* @public
|
|
162378
|
+
*/
|
|
162200
162379
|
var ModifyElementSource;
|
|
162201
162380
|
(function (ModifyElementSource) {
|
|
162202
162381
|
/** The source for the element is unknown - not caused by a modification command. */
|
|
@@ -162211,7 +162390,7 @@ var ModifyElementSource;
|
|
|
162211
162390
|
/** The ElementAgenda class is used by [[ElementSetTool]] to hold the collection of elements it will operate on
|
|
162212
162391
|
* and to manage their hilite state.
|
|
162213
162392
|
* @see [[ElementSetTool]]
|
|
162214
|
-
* @
|
|
162393
|
+
* @public
|
|
162215
162394
|
*/
|
|
162216
162395
|
class ElementAgenda {
|
|
162217
162396
|
constructor(iModel) {
|
|
@@ -162403,7 +162582,7 @@ class ElementAgenda {
|
|
|
162403
162582
|
* - Immediately apply operation.
|
|
162404
162583
|
* - Restart.
|
|
162405
162584
|
* Sub-classes are required to opt-in to additional element sources, dynamics, AccuSnap, additional input, etc.
|
|
162406
|
-
* @
|
|
162585
|
+
* @public
|
|
162407
162586
|
*/
|
|
162408
162587
|
class ElementSetTool extends _PrimitiveTool__WEBPACK_IMPORTED_MODULE_9__.PrimitiveTool {
|
|
162409
162588
|
constructor() {
|
|
@@ -172551,8 +172730,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
172551
172730
|
/** @packageDocumentation
|
|
172552
172731
|
* @module CartesianGeometry
|
|
172553
172732
|
*/
|
|
172554
|
-
/**
|
|
172555
|
-
*
|
|
172733
|
+
/**
|
|
172734
|
+
* Commonly used constant values.
|
|
172735
|
+
* @public
|
|
172556
172736
|
*/
|
|
172557
172737
|
class Constant {
|
|
172558
172738
|
}
|
|
@@ -172564,7 +172744,7 @@ Constant.oneCentimeter = 0.01;
|
|
|
172564
172744
|
Constant.oneMeter = 1.0;
|
|
172565
172745
|
/** symbolic name for 1 kilometer: 1000 meter */
|
|
172566
172746
|
Constant.oneKilometer = 1000.0;
|
|
172567
|
-
/** Diameter of the earth in
|
|
172747
|
+
/** Diameter of the earth in meters. */
|
|
172568
172748
|
Constant.diameterOfEarth = 12742.0 * Constant.oneKilometer;
|
|
172569
172749
|
/** circumference of the earth in meters. */
|
|
172570
172750
|
Constant.circumferenceOfEarth = 40075.0 * Constant.oneKilometer;
|
|
@@ -187731,7 +187911,6 @@ class CurveCurve {
|
|
|
187731
187911
|
* Return full 3d xyz intersections of 2 curves.
|
|
187732
187912
|
* * Implemented for combinations of LineSegment3d, LineString3d, Arc3d.
|
|
187733
187913
|
* * Not Implemented for bspline and bezier curves.
|
|
187734
|
-
* @beta
|
|
187735
187914
|
* @param curveA first curve
|
|
187736
187915
|
* @param extendA true to allow curveA to extend
|
|
187737
187916
|
* @param curveB second curve
|
|
@@ -298196,7 +298375,7 @@ var loadLanguages = instance.loadLanguages;
|
|
|
298196
298375
|
/***/ ((module) => {
|
|
298197
298376
|
|
|
298198
298377
|
"use strict";
|
|
298199
|
-
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.8.0-dev.
|
|
298378
|
+
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"}}');
|
|
298200
298379
|
|
|
298201
298380
|
/***/ })
|
|
298202
298381
|
|