@itwin/ecschema-rpcinterface-tests 3.5.0-dev.41 → 3.5.0-dev.43
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/_ea7b.bundled-tests.js.map +1 -1
- package/lib/dist/bundled-tests.js +483 -576
- package/lib/dist/bundled-tests.js.map +1 -1
- package/lib/dist/core_frontend_lib_esm_ApproximateTerrainHeightsProps_js.bundled-tests.js.map +1 -1
- package/lib/dist/object-storage.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_itwin_object-storage-azure_1_4_0_node_modules_itwin_obj-3576c6.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_11_node_modules_loaders_gl_draco_d-403021.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_reflect-metadata_0_1_13_node_modules_reflect-metadata_R-610cb3.bundled-tests.js.map +1 -1
- package/package.json +16 -16
|
@@ -56213,13 +56213,17 @@ class Logger {
|
|
|
56213
56213
|
}
|
|
56214
56214
|
/** Set the least severe level at which messages should be displayed by default. Call setLevel to override this default setting for specific categories. */
|
|
56215
56215
|
static setLevelDefault(minLevel) {
|
|
56216
|
-
|
|
56216
|
+
var _a;
|
|
56217
|
+
this._minLevel = minLevel;
|
|
56218
|
+
(_a = this.logLevelChangedFn) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
56217
56219
|
}
|
|
56218
56220
|
/** Set the minimum logging level for the specified category. The minimum level is least severe level at which messages in the
|
|
56219
56221
|
* specified category should be displayed.
|
|
56220
56222
|
*/
|
|
56221
56223
|
static setLevel(category, minLevel) {
|
|
56224
|
+
var _a;
|
|
56222
56225
|
Logger._categoryFilter.set(category, minLevel);
|
|
56226
|
+
(_a = this.logLevelChangedFn) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
56223
56227
|
}
|
|
56224
56228
|
/** Interpret a string as the name of a LogLevel */
|
|
56225
56229
|
static parseLogLevel(str) {
|
|
@@ -56356,8 +56360,8 @@ class Logger {
|
|
|
56356
56360
|
}
|
|
56357
56361
|
}
|
|
56358
56362
|
exports.Logger = Logger;
|
|
56359
|
-
Logger._categoryFilter = new Map();
|
|
56360
|
-
Logger._minLevel = undefined;
|
|
56363
|
+
Logger._categoryFilter = new Map(); // do not change the name of this member, it is referenced directly from node addon
|
|
56364
|
+
Logger._minLevel = undefined; // do not change the name of this member, it is referenced directly from node addon
|
|
56361
56365
|
/** Should the call stack be included when an exception is logged? */
|
|
56362
56366
|
Logger.logExceptionCallstacks = false;
|
|
56363
56367
|
/** All static metadata is combined with per-call metadata and stringified in every log message.
|
|
@@ -60066,13 +60070,17 @@ class Logger {
|
|
|
60066
60070
|
}
|
|
60067
60071
|
/** Set the least severe level at which messages should be displayed by default. Call setLevel to override this default setting for specific categories. */
|
|
60068
60072
|
static setLevelDefault(minLevel) {
|
|
60069
|
-
|
|
60073
|
+
var _a;
|
|
60074
|
+
this._minLevel = minLevel;
|
|
60075
|
+
(_a = this.logLevelChangedFn) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
60070
60076
|
}
|
|
60071
60077
|
/** Set the minimum logging level for the specified category. The minimum level is least severe level at which messages in the
|
|
60072
60078
|
* specified category should be displayed.
|
|
60073
60079
|
*/
|
|
60074
60080
|
static setLevel(category, minLevel) {
|
|
60081
|
+
var _a;
|
|
60075
60082
|
Logger._categoryFilter.set(category, minLevel);
|
|
60083
|
+
(_a = this.logLevelChangedFn) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
60076
60084
|
}
|
|
60077
60085
|
/** Interpret a string as the name of a LogLevel */
|
|
60078
60086
|
static parseLogLevel(str) {
|
|
@@ -60208,8 +60216,8 @@ class Logger {
|
|
|
60208
60216
|
Logger._logTrace(category, message, metaData);
|
|
60209
60217
|
}
|
|
60210
60218
|
}
|
|
60211
|
-
Logger._categoryFilter = new Map();
|
|
60212
|
-
Logger._minLevel = undefined;
|
|
60219
|
+
Logger._categoryFilter = new Map(); // do not change the name of this member, it is referenced directly from node addon
|
|
60220
|
+
Logger._minLevel = undefined; // do not change the name of this member, it is referenced directly from node addon
|
|
60213
60221
|
/** Should the call stack be included when an exception is logged? */
|
|
60214
60222
|
Logger.logExceptionCallstacks = false;
|
|
60215
60223
|
/** All static metadata is combined with per-call metadata and stringified in every log message.
|
|
@@ -63208,6 +63216,26 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
63208
63216
|
|
|
63209
63217
|
|
|
63210
63218
|
|
|
63219
|
+
/***/ }),
|
|
63220
|
+
|
|
63221
|
+
/***/ "../../core/common/lib/esm/BackendTypes.js":
|
|
63222
|
+
/*!*************************************************!*\
|
|
63223
|
+
!*** ../../core/common/lib/esm/BackendTypes.js ***!
|
|
63224
|
+
\*************************************************/
|
|
63225
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
63226
|
+
|
|
63227
|
+
"use strict";
|
|
63228
|
+
__webpack_require__.r(__webpack_exports__);
|
|
63229
|
+
/*---------------------------------------------------------------------------------------------
|
|
63230
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
63231
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
63232
|
+
*--------------------------------------------------------------------------------------------*/
|
|
63233
|
+
/** @packageDocumentation
|
|
63234
|
+
* @module Utils
|
|
63235
|
+
*/
|
|
63236
|
+
|
|
63237
|
+
|
|
63238
|
+
|
|
63211
63239
|
/***/ }),
|
|
63212
63240
|
|
|
63213
63241
|
/***/ "../../core/common/lib/esm/BackgroundMapProvider.js":
|
|
@@ -65278,7 +65306,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
65278
65306
|
/* harmony export */ });
|
|
65279
65307
|
/* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
|
|
65280
65308
|
/* harmony import */ var _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @itwin/core-geometry */ "../../core/geometry/lib/esm/core-geometry.js");
|
|
65281
|
-
/* harmony import */ var
|
|
65309
|
+
/* harmony import */ var js_base64__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! js-base64 */ "../../common/temp/node_modules/.pnpm/js-base64@3.7.2/node_modules/js-base64/base64.mjs");
|
|
65282
65310
|
/*---------------------------------------------------------------------------------------------
|
|
65283
65311
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
65284
65312
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -65430,7 +65458,7 @@ class QueryBinder {
|
|
|
65430
65458
|
bindBlob(indexOrName, val) {
|
|
65431
65459
|
this.verify(indexOrName);
|
|
65432
65460
|
const name = String(indexOrName);
|
|
65433
|
-
const base64 =
|
|
65461
|
+
const base64 = js_base64__WEBPACK_IMPORTED_MODULE_2__.Base64.fromUint8Array(val);
|
|
65434
65462
|
Object.defineProperty(this._args, name, {
|
|
65435
65463
|
enumerable: true, value: {
|
|
65436
65464
|
type: QueryParamType.Blob,
|
|
@@ -78965,7 +78993,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
78965
78993
|
/* harmony export */ "AnalysisStyleDisplacement": () => (/* reexport safe */ _AnalysisStyle__WEBPACK_IMPORTED_MODULE_1__.AnalysisStyleDisplacement),
|
|
78966
78994
|
/* harmony export */ "AnalysisStyleThematic": () => (/* reexport safe */ _AnalysisStyle__WEBPACK_IMPORTED_MODULE_1__.AnalysisStyleThematic),
|
|
78967
78995
|
/* harmony export */ "AreaPattern": () => (/* reexport safe */ _geometry_AreaPattern__WEBPACK_IMPORTED_MODULE_37__.AreaPattern),
|
|
78968
|
-
/* harmony export */ "B3dmHeader": () => (/* reexport safe */
|
|
78996
|
+
/* harmony export */ "B3dmHeader": () => (/* reexport safe */ _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_143__.B3dmHeader),
|
|
78969
78997
|
/* harmony export */ "BRepEntity": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_45__.BRepEntity),
|
|
78970
78998
|
/* harmony export */ "BRepGeometryOperation": () => (/* reexport safe */ _geometry_ElementGeometry__WEBPACK_IMPORTED_MODULE_41__.BRepGeometryOperation),
|
|
78971
78999
|
/* harmony export */ "BackendError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.BackendError),
|
|
@@ -78977,9 +79005,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
78977
79005
|
/* harmony export */ "BaseLayerSettings": () => (/* reexport safe */ _MapImagerySettings__WEBPACK_IMPORTED_MODULE_73__.BaseLayerSettings),
|
|
78978
79006
|
/* harmony export */ "BaseMapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_74__.BaseMapLayerSettings),
|
|
78979
79007
|
/* harmony export */ "BatchType": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_32__.BatchType),
|
|
78980
|
-
/* harmony export */ "BentleyCloudRpcConfiguration": () => (/* reexport safe */
|
|
78981
|
-
/* harmony export */ "BentleyCloudRpcManager": () => (/* reexport safe */
|
|
78982
|
-
/* harmony export */ "BentleyCloudRpcProtocol": () => (/* reexport safe */
|
|
79008
|
+
/* harmony export */ "BentleyCloudRpcConfiguration": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_136__.BentleyCloudRpcConfiguration),
|
|
79009
|
+
/* harmony export */ "BentleyCloudRpcManager": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_136__.BentleyCloudRpcManager),
|
|
79010
|
+
/* harmony export */ "BentleyCloudRpcProtocol": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_137__.BentleyCloudRpcProtocol),
|
|
78983
79011
|
/* harmony export */ "BentleyError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.BentleyError),
|
|
78984
79012
|
/* harmony export */ "BentleyStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.BentleyStatus),
|
|
78985
79013
|
/* harmony export */ "BisCodeSpec": () => (/* reexport safe */ _Code__WEBPACK_IMPORTED_MODULE_14__.BisCodeSpec),
|
|
@@ -78987,8 +79015,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
78987
79015
|
/* harmony export */ "BoundingSphere": () => (/* reexport safe */ _geometry_BoundingSphere__WEBPACK_IMPORTED_MODULE_38__.BoundingSphere),
|
|
78988
79016
|
/* harmony export */ "BriefcaseIdValue": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_6__.BriefcaseIdValue),
|
|
78989
79017
|
/* harmony export */ "BriefcaseStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.BriefcaseStatus),
|
|
78990
|
-
/* harmony export */ "CURRENT_INVOCATION": () => (/* reexport safe */
|
|
78991
|
-
/* harmony export */ "CURRENT_REQUEST": () => (/* reexport safe */
|
|
79018
|
+
/* harmony export */ "CURRENT_INVOCATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.CURRENT_INVOCATION),
|
|
79019
|
+
/* harmony export */ "CURRENT_REQUEST": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.CURRENT_REQUEST),
|
|
78992
79020
|
/* harmony export */ "Camera": () => (/* reexport safe */ _Camera__WEBPACK_IMPORTED_MODULE_7__.Camera),
|
|
78993
79021
|
/* harmony export */ "Carto2DDegrees": () => (/* reexport safe */ _geometry_Projection__WEBPACK_IMPORTED_MODULE_49__.Carto2DDegrees),
|
|
78994
79022
|
/* harmony export */ "Cartographic": () => (/* reexport safe */ _geometry_Cartographic__WEBPACK_IMPORTED_MODULE_39__.Cartographic),
|
|
@@ -79010,14 +79038,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79010
79038
|
/* harmony export */ "ColorDef": () => (/* reexport safe */ _ColorDef__WEBPACK_IMPORTED_MODULE_16__.ColorDef),
|
|
79011
79039
|
/* harmony export */ "ColorIndex": () => (/* reexport safe */ _FeatureIndex__WEBPACK_IMPORTED_MODULE_30__.ColorIndex),
|
|
79012
79040
|
/* harmony export */ "CommonLoggerCategory": () => (/* reexport safe */ _CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_17__.CommonLoggerCategory),
|
|
79013
|
-
/* harmony export */ "CompositeTileHeader": () => (/* reexport safe */
|
|
79041
|
+
/* harmony export */ "CompositeTileHeader": () => (/* reexport safe */ _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_144__.CompositeTileHeader),
|
|
79014
79042
|
/* harmony export */ "ConcreteEntityTypes": () => (/* reexport safe */ _EntityReference__WEBPACK_IMPORTED_MODULE_27__.ConcreteEntityTypes),
|
|
79015
|
-
/* harmony export */ "ContentFlags": () => (/* reexport safe */
|
|
79016
|
-
/* harmony export */ "ContentIdProvider": () => (/* reexport safe */
|
|
79043
|
+
/* harmony export */ "ContentFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.ContentFlags),
|
|
79044
|
+
/* harmony export */ "ContentIdProvider": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.ContentIdProvider),
|
|
79017
79045
|
/* harmony export */ "ContextRealityModel": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.ContextRealityModel),
|
|
79018
79046
|
/* harmony export */ "ContextRealityModelProps": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.ContextRealityModelProps),
|
|
79019
79047
|
/* harmony export */ "ContextRealityModels": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.ContextRealityModels),
|
|
79020
|
-
/* harmony export */ "CurrentImdlVersion": () => (/* reexport safe */
|
|
79048
|
+
/* harmony export */ "CurrentImdlVersion": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_148__.CurrentImdlVersion),
|
|
79021
79049
|
/* harmony export */ "CutStyle": () => (/* reexport safe */ _ClipStyle__WEBPACK_IMPORTED_MODULE_11__.CutStyle),
|
|
79022
79050
|
/* harmony export */ "DbQueryError": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.DbQueryError),
|
|
79023
79051
|
/* harmony export */ "DbRequestKind": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.DbRequestKind),
|
|
@@ -79025,9 +79053,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79025
79053
|
/* harmony export */ "DbResponseStatus": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.DbResponseStatus),
|
|
79026
79054
|
/* harmony export */ "DbResult": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.DbResult),
|
|
79027
79055
|
/* harmony export */ "DbValueFormat": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.DbValueFormat),
|
|
79028
|
-
/* harmony export */ "DefaultSupportedTypes": () => (/* reexport safe */
|
|
79029
|
-
/* harmony export */ "DevToolsRpcInterface": () => (/* reexport safe */
|
|
79030
|
-
/* harmony export */ "DevToolsStatsOptions": () => (/* reexport safe */
|
|
79056
|
+
/* harmony export */ "DefaultSupportedTypes": () => (/* reexport safe */ _RealityDataAccessProps__WEBPACK_IMPORTED_MODULE_88__.DefaultSupportedTypes),
|
|
79057
|
+
/* harmony export */ "DevToolsRpcInterface": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_96__.DevToolsRpcInterface),
|
|
79058
|
+
/* harmony export */ "DevToolsStatsOptions": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_96__.DevToolsStatsOptions),
|
|
79031
79059
|
/* harmony export */ "DisplayStyle3dSettings": () => (/* reexport safe */ _DisplayStyleSettings__WEBPACK_IMPORTED_MODULE_19__.DisplayStyle3dSettings),
|
|
79032
79060
|
/* harmony export */ "DisplayStyleSettings": () => (/* reexport safe */ _DisplayStyleSettings__WEBPACK_IMPORTED_MODULE_19__.DisplayStyleSettings),
|
|
79033
79061
|
/* harmony export */ "DomainOptions": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_6__.DomainOptions),
|
|
@@ -79035,9 +79063,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79035
79063
|
/* harmony export */ "ECSqlReader": () => (/* reexport safe */ _ECSqlReader__WEBPACK_IMPORTED_MODULE_82__.ECSqlReader),
|
|
79036
79064
|
/* harmony export */ "ECSqlSystemProperty": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_22__.ECSqlSystemProperty),
|
|
79037
79065
|
/* harmony export */ "ECSqlValueType": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_22__.ECSqlValueType),
|
|
79038
|
-
/* harmony export */ "Easing": () => (/* reexport safe */
|
|
79066
|
+
/* harmony export */ "Easing": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_118__.Easing),
|
|
79039
79067
|
/* harmony export */ "EcefLocation": () => (/* reexport safe */ _IModel__WEBPACK_IMPORTED_MODULE_62__.EcefLocation),
|
|
79040
|
-
/* harmony export */ "EdgeArgs": () => (/* reexport safe */
|
|
79068
|
+
/* harmony export */ "EdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.EdgeArgs),
|
|
79041
79069
|
/* harmony export */ "ElementGeometry": () => (/* reexport safe */ _geometry_ElementGeometry__WEBPACK_IMPORTED_MODULE_41__.ElementGeometry),
|
|
79042
79070
|
/* harmony export */ "ElementGeometryChange": () => (/* reexport safe */ _ModelGeometryChanges__WEBPACK_IMPORTED_MODULE_84__.ElementGeometryChange),
|
|
79043
79071
|
/* harmony export */ "ElementGeometryOpcode": () => (/* reexport safe */ _geometry_ElementGeometry__WEBPACK_IMPORTED_MODULE_41__.ElementGeometryOpcode),
|
|
@@ -79055,7 +79083,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79055
79083
|
/* harmony export */ "FeatureOverrideType": () => (/* reexport safe */ _EmphasizeElementsProps__WEBPACK_IMPORTED_MODULE_25__.FeatureOverrideType),
|
|
79056
79084
|
/* harmony export */ "FeatureOverrides": () => (/* reexport safe */ _FeatureSymbology__WEBPACK_IMPORTED_MODULE_31__.FeatureOverrides),
|
|
79057
79085
|
/* harmony export */ "FeatureTable": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_32__.FeatureTable),
|
|
79058
|
-
/* harmony export */ "FeatureTableHeader": () => (/* reexport safe */
|
|
79086
|
+
/* harmony export */ "FeatureTableHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_148__.FeatureTableHeader),
|
|
79059
79087
|
/* harmony export */ "FillDisplay": () => (/* reexport safe */ _GeometryParams__WEBPACK_IMPORTED_MODULE_52__.FillDisplay),
|
|
79060
79088
|
/* harmony export */ "FillFlags": () => (/* reexport safe */ _GraphicParams__WEBPACK_IMPORTED_MODULE_55__.FillFlags),
|
|
79061
79089
|
/* harmony export */ "FontMap": () => (/* reexport safe */ _Fonts__WEBPACK_IMPORTED_MODULE_33__.FontMap),
|
|
@@ -79076,15 +79104,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79076
79104
|
/* harmony export */ "GeometryStreamFlags": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_45__.GeometryStreamFlags),
|
|
79077
79105
|
/* harmony export */ "GeometryStreamIterator": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_45__.GeometryStreamIterator),
|
|
79078
79106
|
/* harmony export */ "GeometrySummaryVerbosity": () => (/* reexport safe */ _GeometrySummary__WEBPACK_IMPORTED_MODULE_53__.GeometrySummaryVerbosity),
|
|
79079
|
-
/* harmony export */ "GlbHeader": () => (/* reexport safe */
|
|
79107
|
+
/* harmony export */ "GlbHeader": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_146__.GlbHeader),
|
|
79080
79108
|
/* harmony export */ "GlobeMode": () => (/* reexport safe */ _BackgroundMapSettings__WEBPACK_IMPORTED_MODULE_4__.GlobeMode),
|
|
79081
|
-
/* harmony export */ "GltfV2ChunkTypes": () => (/* reexport safe */
|
|
79082
|
-
/* harmony export */ "GltfVersions": () => (/* reexport safe */
|
|
79109
|
+
/* harmony export */ "GltfV2ChunkTypes": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_146__.GltfV2ChunkTypes),
|
|
79110
|
+
/* harmony export */ "GltfVersions": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_146__.GltfVersions),
|
|
79083
79111
|
/* harmony export */ "Gradient": () => (/* reexport safe */ _Gradient__WEBPACK_IMPORTED_MODULE_54__.Gradient),
|
|
79084
79112
|
/* harmony export */ "GraphicParams": () => (/* reexport safe */ _GraphicParams__WEBPACK_IMPORTED_MODULE_55__.GraphicParams),
|
|
79085
79113
|
/* harmony export */ "GridFileDefinition": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_43__.GridFileDefinition),
|
|
79086
79114
|
/* harmony export */ "GridFileTransform": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_43__.GridFileTransform),
|
|
79087
|
-
/* harmony export */ "GridOrientationType": () => (/* reexport safe */
|
|
79115
|
+
/* harmony export */ "GridOrientationType": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_120__.GridOrientationType),
|
|
79088
79116
|
/* harmony export */ "GroundPlane": () => (/* reexport safe */ _GroundPlane__WEBPACK_IMPORTED_MODULE_56__.GroundPlane),
|
|
79089
79117
|
/* harmony export */ "HSLColor": () => (/* reexport safe */ _HSLColor__WEBPACK_IMPORTED_MODULE_59__.HSLColor),
|
|
79090
79118
|
/* harmony export */ "HSVColor": () => (/* reexport safe */ _HSVColor__WEBPACK_IMPORTED_MODULE_60__.HSVColor),
|
|
@@ -79095,15 +79123,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79095
79123
|
/* harmony export */ "Hilite": () => (/* reexport safe */ _Hilite__WEBPACK_IMPORTED_MODULE_58__.Hilite),
|
|
79096
79124
|
/* harmony export */ "HorizontalCRS": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_40__.HorizontalCRS),
|
|
79097
79125
|
/* harmony export */ "HorizontalCRSExtent": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_40__.HorizontalCRSExtent),
|
|
79098
|
-
/* harmony export */ "I3dmHeader": () => (/* reexport safe */
|
|
79126
|
+
/* harmony export */ "I3dmHeader": () => (/* reexport safe */ _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_147__.I3dmHeader),
|
|
79099
79127
|
/* harmony export */ "IModel": () => (/* reexport safe */ _IModel__WEBPACK_IMPORTED_MODULE_62__.IModel),
|
|
79100
79128
|
/* harmony export */ "IModelError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.IModelError),
|
|
79101
|
-
/* harmony export */ "IModelNotFoundResponse": () => (/* reexport safe */
|
|
79102
|
-
/* harmony export */ "IModelReadRpcInterface": () => (/* reexport safe */
|
|
79129
|
+
/* harmony export */ "IModelNotFoundResponse": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_97__.IModelNotFoundResponse),
|
|
79130
|
+
/* harmony export */ "IModelReadRpcInterface": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_97__.IModelReadRpcInterface),
|
|
79103
79131
|
/* harmony export */ "IModelStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.IModelStatus),
|
|
79104
|
-
/* harmony export */ "IModelTileRpcInterface": () => (/* reexport safe */
|
|
79132
|
+
/* harmony export */ "IModelTileRpcInterface": () => (/* reexport safe */ _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_98__.IModelTileRpcInterface),
|
|
79105
79133
|
/* harmony export */ "IModelVersion": () => (/* reexport safe */ _IModelVersion__WEBPACK_IMPORTED_MODULE_64__.IModelVersion),
|
|
79106
|
-
/* harmony export */ "INSTANCE": () => (/* reexport safe */
|
|
79134
|
+
/* harmony export */ "INSTANCE": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.INSTANCE),
|
|
79107
79135
|
/* harmony export */ "ImageBuffer": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.ImageBuffer),
|
|
79108
79136
|
/* harmony export */ "ImageBufferFormat": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.ImageBufferFormat),
|
|
79109
79137
|
/* harmony export */ "ImageGraphic": () => (/* reexport safe */ _geometry_ImageGraphic__WEBPACK_IMPORTED_MODULE_46__.ImageGraphic),
|
|
@@ -79111,10 +79139,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79111
79139
|
/* harmony export */ "ImageMapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_74__.ImageMapLayerSettings),
|
|
79112
79140
|
/* harmony export */ "ImageSource": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.ImageSource),
|
|
79113
79141
|
/* harmony export */ "ImageSourceFormat": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.ImageSourceFormat),
|
|
79114
|
-
/* harmony export */ "ImdlFlags": () => (/* reexport safe */
|
|
79115
|
-
/* harmony export */ "ImdlHeader": () => (/* reexport safe */
|
|
79142
|
+
/* harmony export */ "ImdlFlags": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_148__.ImdlFlags),
|
|
79143
|
+
/* harmony export */ "ImdlHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_148__.ImdlHeader),
|
|
79116
79144
|
/* harmony export */ "InternetConnectivityStatus": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_79__.InternetConnectivityStatus),
|
|
79117
|
-
/* harmony export */ "Interpolation": () => (/* reexport safe */
|
|
79145
|
+
/* harmony export */ "Interpolation": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_118__.Interpolation),
|
|
79118
79146
|
/* harmony export */ "IpcAppChannel": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_69__.IpcAppChannel),
|
|
79119
79147
|
/* harmony export */ "IpcSession": () => (/* reexport safe */ _ipc_IpcSession__WEBPACK_IMPORTED_MODULE_68__.IpcSession),
|
|
79120
79148
|
/* harmony export */ "IpcWebSocket": () => (/* reexport safe */ _ipc_IpcWebSocket__WEBPACK_IMPORTED_MODULE_66__.IpcWebSocket),
|
|
@@ -79129,12 +79157,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79129
79157
|
/* harmony export */ "MapImagerySettings": () => (/* reexport safe */ _MapImagerySettings__WEBPACK_IMPORTED_MODULE_73__.MapImagerySettings),
|
|
79130
79158
|
/* harmony export */ "MapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_74__.MapLayerSettings),
|
|
79131
79159
|
/* harmony export */ "MapSubLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_74__.MapSubLayerSettings),
|
|
79132
|
-
/* harmony export */ "MarshalingBinaryMarker": () => (/* reexport safe */
|
|
79160
|
+
/* harmony export */ "MarshalingBinaryMarker": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_127__.MarshalingBinaryMarker),
|
|
79133
79161
|
/* harmony export */ "MassPropertiesOperation": () => (/* reexport safe */ _MassProperties__WEBPACK_IMPORTED_MODULE_75__.MassPropertiesOperation),
|
|
79134
|
-
/* harmony export */ "MeshEdge": () => (/* reexport safe */
|
|
79135
|
-
/* harmony export */ "MeshEdges": () => (/* reexport safe */
|
|
79136
|
-
/* harmony export */ "MeshPolyline": () => (/* reexport safe */
|
|
79137
|
-
/* harmony export */ "MeshPolylineList": () => (/* reexport safe */
|
|
79162
|
+
/* harmony export */ "MeshEdge": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.MeshEdge),
|
|
79163
|
+
/* harmony export */ "MeshEdges": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.MeshEdges),
|
|
79164
|
+
/* harmony export */ "MeshPolyline": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.MeshPolyline),
|
|
79165
|
+
/* harmony export */ "MeshPolylineList": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.MeshPolylineList),
|
|
79138
79166
|
/* harmony export */ "ModelClipGroup": () => (/* reexport safe */ _ModelClipGroup__WEBPACK_IMPORTED_MODULE_77__.ModelClipGroup),
|
|
79139
79167
|
/* harmony export */ "ModelClipGroups": () => (/* reexport safe */ _ModelClipGroup__WEBPACK_IMPORTED_MODULE_77__.ModelClipGroups),
|
|
79140
79168
|
/* harmony export */ "ModelGeometryChanges": () => (/* reexport safe */ _ModelGeometryChanges__WEBPACK_IMPORTED_MODULE_84__.ModelGeometryChanges),
|
|
@@ -79145,11 +79173,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79145
79173
|
/* harmony export */ "Npc": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_34__.Npc),
|
|
79146
79174
|
/* harmony export */ "NpcCenter": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_34__.NpcCenter),
|
|
79147
79175
|
/* harmony export */ "NpcCorners": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_34__.NpcCorners),
|
|
79148
|
-
/* harmony export */ "OPERATION": () => (/* reexport safe */
|
|
79176
|
+
/* harmony export */ "OPERATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.OPERATION),
|
|
79149
79177
|
/* harmony export */ "OctEncodedNormal": () => (/* reexport safe */ _OctEncodedNormal__WEBPACK_IMPORTED_MODULE_80__.OctEncodedNormal),
|
|
79150
79178
|
/* harmony export */ "OctEncodedNormalPair": () => (/* reexport safe */ _OctEncodedNormal__WEBPACK_IMPORTED_MODULE_80__.OctEncodedNormalPair),
|
|
79151
79179
|
/* harmony export */ "OverriddenBy": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_79__.OverriddenBy),
|
|
79152
|
-
/* harmony export */ "POLICY": () => (/* reexport safe */
|
|
79180
|
+
/* harmony export */ "POLICY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.POLICY),
|
|
79153
79181
|
/* harmony export */ "PackedFeatureTable": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_32__.PackedFeatureTable),
|
|
79154
79182
|
/* harmony export */ "Placement2d": () => (/* reexport safe */ _geometry_Placement__WEBPACK_IMPORTED_MODULE_48__.Placement2d),
|
|
79155
79183
|
/* harmony export */ "Placement3d": () => (/* reexport safe */ _geometry_Placement__WEBPACK_IMPORTED_MODULE_48__.Placement3d),
|
|
@@ -79157,161 +79185,162 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79157
79185
|
/* harmony export */ "PlanarClipMaskMode": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_83__.PlanarClipMaskMode),
|
|
79158
79186
|
/* harmony export */ "PlanarClipMaskPriority": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_83__.PlanarClipMaskPriority),
|
|
79159
79187
|
/* harmony export */ "PlanarClipMaskSettings": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_83__.PlanarClipMaskSettings),
|
|
79160
|
-
/* harmony export */ "PntsHeader": () => (/* reexport safe */
|
|
79161
|
-
/* harmony export */ "PointCloudDisplaySettings": () => (/* reexport safe */
|
|
79162
|
-
/* harmony export */ "PolylineData": () => (/* reexport safe */
|
|
79163
|
-
/* harmony export */ "PolylineEdgeArgs": () => (/* reexport safe */
|
|
79164
|
-
/* harmony export */ "PolylineFlags": () => (/* reexport safe */
|
|
79165
|
-
/* harmony export */ "PolylineTypeFlags": () => (/* reexport safe */
|
|
79188
|
+
/* harmony export */ "PntsHeader": () => (/* reexport safe */ _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_149__.PntsHeader),
|
|
79189
|
+
/* harmony export */ "PointCloudDisplaySettings": () => (/* reexport safe */ _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_89__.PointCloudDisplaySettings),
|
|
79190
|
+
/* harmony export */ "PolylineData": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.PolylineData),
|
|
79191
|
+
/* harmony export */ "PolylineEdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.PolylineEdgeArgs),
|
|
79192
|
+
/* harmony export */ "PolylineFlags": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.PolylineFlags),
|
|
79193
|
+
/* harmony export */ "PolylineTypeFlags": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.PolylineTypeFlags),
|
|
79166
79194
|
/* harmony export */ "PositionalVectorTransform": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_43__.PositionalVectorTransform),
|
|
79167
79195
|
/* harmony export */ "PrimitiveTypeCode": () => (/* reexport safe */ _EntityProps__WEBPACK_IMPORTED_MODULE_26__.PrimitiveTypeCode),
|
|
79168
79196
|
/* harmony export */ "ProfileOptions": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_6__.ProfileOptions),
|
|
79169
79197
|
/* harmony export */ "Projection": () => (/* reexport safe */ _geometry_Projection__WEBPACK_IMPORTED_MODULE_49__.Projection),
|
|
79170
79198
|
/* harmony export */ "PropertyMetaData": () => (/* reexport safe */ _EntityProps__WEBPACK_IMPORTED_MODULE_26__.PropertyMetaData),
|
|
79171
79199
|
/* harmony export */ "PropertyMetaDataMap": () => (/* reexport safe */ _ECSqlReader__WEBPACK_IMPORTED_MODULE_82__.PropertyMetaDataMap),
|
|
79172
|
-
/* harmony export */ "QParams2d": () => (/* reexport safe */
|
|
79173
|
-
/* harmony export */ "QParams3d": () => (/* reexport safe */
|
|
79174
|
-
/* harmony export */ "QPoint2d": () => (/* reexport safe */
|
|
79175
|
-
/* harmony export */ "QPoint2dBuffer": () => (/* reexport safe */
|
|
79176
|
-
/* harmony export */ "QPoint2dBufferBuilder": () => (/* reexport safe */
|
|
79177
|
-
/* harmony export */ "QPoint2dList": () => (/* reexport safe */
|
|
79178
|
-
/* harmony export */ "QPoint3d": () => (/* reexport safe */
|
|
79179
|
-
/* harmony export */ "QPoint3dBuffer": () => (/* reexport safe */
|
|
79180
|
-
/* harmony export */ "QPoint3dBufferBuilder": () => (/* reexport safe */
|
|
79181
|
-
/* harmony export */ "QPoint3dList": () => (/* reexport safe */
|
|
79182
|
-
/* harmony export */ "Quantization": () => (/* reexport safe */
|
|
79200
|
+
/* harmony export */ "QParams2d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QParams2d),
|
|
79201
|
+
/* harmony export */ "QParams3d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QParams3d),
|
|
79202
|
+
/* harmony export */ "QPoint2d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint2d),
|
|
79203
|
+
/* harmony export */ "QPoint2dBuffer": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint2dBuffer),
|
|
79204
|
+
/* harmony export */ "QPoint2dBufferBuilder": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint2dBufferBuilder),
|
|
79205
|
+
/* harmony export */ "QPoint2dList": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint2dList),
|
|
79206
|
+
/* harmony export */ "QPoint3d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint3d),
|
|
79207
|
+
/* harmony export */ "QPoint3dBuffer": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint3dBuffer),
|
|
79208
|
+
/* harmony export */ "QPoint3dBufferBuilder": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint3dBufferBuilder),
|
|
79209
|
+
/* harmony export */ "QPoint3dList": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint3dList),
|
|
79210
|
+
/* harmony export */ "Quantization": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.Quantization),
|
|
79183
79211
|
/* harmony export */ "QueryBinder": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.QueryBinder),
|
|
79184
79212
|
/* harmony export */ "QueryOptionsBuilder": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.QueryOptionsBuilder),
|
|
79185
79213
|
/* harmony export */ "QueryRowFormat": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.QueryRowFormat),
|
|
79186
|
-
/* harmony export */ "REGISTRY": () => (/* reexport safe */
|
|
79214
|
+
/* harmony export */ "REGISTRY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.REGISTRY),
|
|
79187
79215
|
/* harmony export */ "Rank": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.Rank),
|
|
79188
79216
|
/* harmony export */ "RealityDataFormat": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.RealityDataFormat),
|
|
79189
79217
|
/* harmony export */ "RealityDataProvider": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.RealityDataProvider),
|
|
79190
79218
|
/* harmony export */ "RealityDataSourceKey": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.RealityDataSourceKey),
|
|
79191
|
-
/* harmony export */ "RealityModelDisplaySettings": () => (/* reexport safe */
|
|
79219
|
+
/* harmony export */ "RealityModelDisplaySettings": () => (/* reexport safe */ _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_89__.RealityModelDisplaySettings),
|
|
79192
79220
|
/* harmony export */ "RelatedElement": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.RelatedElement),
|
|
79193
|
-
/* harmony export */ "RenderMaterial": () => (/* reexport safe */
|
|
79194
|
-
/* harmony export */ "RenderMode": () => (/* reexport safe */
|
|
79195
|
-
/* harmony export */ "RenderSchedule": () => (/* reexport safe */
|
|
79196
|
-
/* harmony export */ "RenderTexture": () => (/* reexport safe */
|
|
79221
|
+
/* harmony export */ "RenderMaterial": () => (/* reexport safe */ _RenderMaterial__WEBPACK_IMPORTED_MODULE_91__.RenderMaterial),
|
|
79222
|
+
/* harmony export */ "RenderMode": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_121__.RenderMode),
|
|
79223
|
+
/* harmony export */ "RenderSchedule": () => (/* reexport safe */ _RenderSchedule__WEBPACK_IMPORTED_MODULE_92__.RenderSchedule),
|
|
79224
|
+
/* harmony export */ "RenderTexture": () => (/* reexport safe */ _RenderTexture__WEBPACK_IMPORTED_MODULE_93__.RenderTexture),
|
|
79197
79225
|
/* harmony export */ "RepositoryStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.RepositoryStatus),
|
|
79198
|
-
/* harmony export */ "ResponseLike": () => (/* reexport safe */
|
|
79199
|
-
/* harmony export */ "RgbColor": () => (/* reexport safe */
|
|
79200
|
-
/* harmony export */ "RpcConfiguration": () => (/* reexport safe */
|
|
79201
|
-
/* harmony export */ "RpcContentType": () => (/* reexport safe */
|
|
79202
|
-
/* harmony export */ "RpcControlChannel": () => (/* reexport safe */
|
|
79203
|
-
/* harmony export */ "RpcControlResponse": () => (/* reexport safe */
|
|
79204
|
-
/* harmony export */ "RpcDefaultConfiguration": () => (/* reexport safe */
|
|
79205
|
-
/* harmony export */ "RpcDirectProtocol": () => (/* reexport safe */
|
|
79206
|
-
/* harmony export */ "RpcDirectRequest": () => (/* reexport safe */
|
|
79207
|
-
/* harmony export */ "RpcEndpoint": () => (/* reexport safe */
|
|
79208
|
-
/* harmony export */ "RpcInterface": () => (/* reexport safe */
|
|
79226
|
+
/* harmony export */ "ResponseLike": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_132__.ResponseLike),
|
|
79227
|
+
/* harmony export */ "RgbColor": () => (/* reexport safe */ _RgbColor__WEBPACK_IMPORTED_MODULE_94__.RgbColor),
|
|
79228
|
+
/* harmony export */ "RpcConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__.RpcConfiguration),
|
|
79229
|
+
/* harmony export */ "RpcContentType": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcContentType),
|
|
79230
|
+
/* harmony export */ "RpcControlChannel": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_124__.RpcControlChannel),
|
|
79231
|
+
/* harmony export */ "RpcControlResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_124__.RpcControlResponse),
|
|
79232
|
+
/* harmony export */ "RpcDefaultConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__.RpcDefaultConfiguration),
|
|
79233
|
+
/* harmony export */ "RpcDirectProtocol": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__.RpcDirectProtocol),
|
|
79234
|
+
/* harmony export */ "RpcDirectRequest": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__.RpcDirectRequest),
|
|
79235
|
+
/* harmony export */ "RpcEndpoint": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcEndpoint),
|
|
79236
|
+
/* harmony export */ "RpcInterface": () => (/* reexport safe */ _RpcInterface__WEBPACK_IMPORTED_MODULE_102__.RpcInterface),
|
|
79209
79237
|
/* harmony export */ "RpcInterfaceStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.RpcInterfaceStatus),
|
|
79210
|
-
/* harmony export */ "RpcInvocation": () => (/* reexport safe */
|
|
79211
|
-
/* harmony export */ "RpcManager": () => (/* reexport safe */
|
|
79212
|
-
/* harmony export */ "RpcMarshaling": () => (/* reexport safe */
|
|
79213
|
-
/* harmony export */ "RpcMultipart": () => (/* reexport safe */
|
|
79214
|
-
/* harmony export */ "RpcNotFoundResponse": () => (/* reexport safe */
|
|
79215
|
-
/* harmony export */ "RpcOpenAPIDescription": () => (/* reexport safe */
|
|
79216
|
-
/* harmony export */ "RpcOperation": () => (/* reexport safe */
|
|
79217
|
-
/* harmony export */ "RpcOperationPolicy": () => (/* reexport safe */
|
|
79218
|
-
/* harmony export */ "RpcPendingQueue": () => (/* reexport safe */
|
|
79219
|
-
/* harmony export */ "RpcPendingResponse": () => (/* reexport safe */
|
|
79220
|
-
/* harmony export */ "RpcProtocol": () => (/* reexport safe */
|
|
79221
|
-
/* harmony export */ "RpcProtocolEvent": () => (/* reexport safe */
|
|
79222
|
-
/* harmony export */ "RpcProtocolVersion": () => (/* reexport safe */
|
|
79223
|
-
/* harmony export */ "RpcPushChannel": () => (/* reexport safe */
|
|
79224
|
-
/* harmony export */ "RpcPushConnection": () => (/* reexport safe */
|
|
79225
|
-
/* harmony export */ "RpcPushService": () => (/* reexport safe */
|
|
79226
|
-
/* harmony export */ "RpcPushSubscription": () => (/* reexport safe */
|
|
79227
|
-
/* harmony export */ "RpcPushTransport": () => (/* reexport safe */
|
|
79228
|
-
/* harmony export */ "RpcRegistry": () => (/* reexport safe */
|
|
79229
|
-
/* harmony export */ "RpcRequest": () => (/* reexport safe */
|
|
79230
|
-
/* harmony export */ "RpcRequestEvent": () => (/* reexport safe */
|
|
79231
|
-
/* harmony export */ "RpcRequestFulfillment": () => (/* reexport safe */
|
|
79232
|
-
/* harmony export */ "RpcRequestStatus": () => (/* reexport safe */
|
|
79233
|
-
/* harmony export */ "RpcResponseCacheControl": () => (/* reexport safe */
|
|
79234
|
-
/* harmony export */ "RpcRoutingMap": () => (/* reexport safe */
|
|
79235
|
-
/* harmony export */ "RpcRoutingToken": () => (/* reexport safe */
|
|
79236
|
-
/* harmony export */ "RpcSerializedValue": () => (/* reexport safe */
|
|
79237
|
-
/* harmony export */ "RpcSessionInvocation": () => (/* reexport safe */
|
|
79238
|
+
/* harmony export */ "RpcInvocation": () => (/* reexport safe */ _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_125__.RpcInvocation),
|
|
79239
|
+
/* harmony export */ "RpcManager": () => (/* reexport safe */ _RpcManager__WEBPACK_IMPORTED_MODULE_103__.RpcManager),
|
|
79240
|
+
/* harmony export */ "RpcMarshaling": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_127__.RpcMarshaling),
|
|
79241
|
+
/* harmony export */ "RpcMultipart": () => (/* reexport safe */ _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_139__.RpcMultipart),
|
|
79242
|
+
/* harmony export */ "RpcNotFoundResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_124__.RpcNotFoundResponse),
|
|
79243
|
+
/* harmony export */ "RpcOpenAPIDescription": () => (/* reexport safe */ _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_138__.RpcOpenAPIDescription),
|
|
79244
|
+
/* harmony export */ "RpcOperation": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_128__.RpcOperation),
|
|
79245
|
+
/* harmony export */ "RpcOperationPolicy": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_128__.RpcOperationPolicy),
|
|
79246
|
+
/* harmony export */ "RpcPendingQueue": () => (/* reexport safe */ _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_129__.RpcPendingQueue),
|
|
79247
|
+
/* harmony export */ "RpcPendingResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_124__.RpcPendingResponse),
|
|
79248
|
+
/* harmony export */ "RpcProtocol": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_130__.RpcProtocol),
|
|
79249
|
+
/* harmony export */ "RpcProtocolEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcProtocolEvent),
|
|
79250
|
+
/* harmony export */ "RpcProtocolVersion": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_130__.RpcProtocolVersion),
|
|
79251
|
+
/* harmony export */ "RpcPushChannel": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__.RpcPushChannel),
|
|
79252
|
+
/* harmony export */ "RpcPushConnection": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__.RpcPushConnection),
|
|
79253
|
+
/* harmony export */ "RpcPushService": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__.RpcPushService),
|
|
79254
|
+
/* harmony export */ "RpcPushSubscription": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__.RpcPushSubscription),
|
|
79255
|
+
/* harmony export */ "RpcPushTransport": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__.RpcPushTransport),
|
|
79256
|
+
/* harmony export */ "RpcRegistry": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.RpcRegistry),
|
|
79257
|
+
/* harmony export */ "RpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_132__.RpcRequest),
|
|
79258
|
+
/* harmony export */ "RpcRequestEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcRequestEvent),
|
|
79259
|
+
/* harmony export */ "RpcRequestFulfillment": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_130__.RpcRequestFulfillment),
|
|
79260
|
+
/* harmony export */ "RpcRequestStatus": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcRequestStatus),
|
|
79261
|
+
/* harmony export */ "RpcResponseCacheControl": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcResponseCacheControl),
|
|
79262
|
+
/* harmony export */ "RpcRoutingMap": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__.RpcRoutingMap),
|
|
79263
|
+
/* harmony export */ "RpcRoutingToken": () => (/* reexport safe */ _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_134__.RpcRoutingToken),
|
|
79264
|
+
/* harmony export */ "RpcSerializedValue": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_127__.RpcSerializedValue),
|
|
79265
|
+
/* harmony export */ "RpcSessionInvocation": () => (/* reexport safe */ _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_126__.RpcSessionInvocation),
|
|
79238
79266
|
/* harmony export */ "SchemaState": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_6__.SchemaState),
|
|
79239
79267
|
/* harmony export */ "SectionType": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.SectionType),
|
|
79240
79268
|
/* harmony export */ "ServerError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.ServerError),
|
|
79241
79269
|
/* harmony export */ "ServerTimeoutError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.ServerTimeoutError),
|
|
79242
|
-
/* harmony export */ "SilhouetteEdgeArgs": () => (/* reexport safe */
|
|
79243
|
-
/* harmony export */ "SkyBox": () => (/* reexport safe */
|
|
79244
|
-
/* harmony export */ "SkyBoxImageType": () => (/* reexport safe */
|
|
79245
|
-
/* harmony export */ "SkyCube": () => (/* reexport safe */
|
|
79246
|
-
/* harmony export */ "SkyGradient": () => (/* reexport safe */
|
|
79247
|
-
/* harmony export */ "SkySphere": () => (/* reexport safe */
|
|
79248
|
-
/* harmony export */ "SnapshotIModelRpcInterface": () => (/* reexport safe */
|
|
79270
|
+
/* harmony export */ "SilhouetteEdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.SilhouetteEdgeArgs),
|
|
79271
|
+
/* harmony export */ "SkyBox": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_105__.SkyBox),
|
|
79272
|
+
/* harmony export */ "SkyBoxImageType": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_105__.SkyBoxImageType),
|
|
79273
|
+
/* harmony export */ "SkyCube": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_105__.SkyCube),
|
|
79274
|
+
/* harmony export */ "SkyGradient": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_105__.SkyGradient),
|
|
79275
|
+
/* harmony export */ "SkySphere": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_105__.SkySphere),
|
|
79276
|
+
/* harmony export */ "SnapshotIModelRpcInterface": () => (/* reexport safe */ _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_99__.SnapshotIModelRpcInterface),
|
|
79249
79277
|
/* harmony export */ "SolarLight": () => (/* reexport safe */ _LightSettings__WEBPACK_IMPORTED_MODULE_70__.SolarLight),
|
|
79250
|
-
/* harmony export */ "SolarShadowSettings": () => (/* reexport safe */
|
|
79251
|
-
/* harmony export */ "SpatialClassifier": () => (/* reexport safe */
|
|
79252
|
-
/* harmony export */ "SpatialClassifierFlags": () => (/* reexport safe */
|
|
79253
|
-
/* harmony export */ "SpatialClassifierInsideDisplay": () => (/* reexport safe */
|
|
79254
|
-
/* harmony export */ "SpatialClassifierOutsideDisplay": () => (/* reexport safe */
|
|
79255
|
-
/* harmony export */ "SpatialClassifiers": () => (/* reexport safe */
|
|
79256
|
-
/* harmony export */ "SubCategoryAppearance": () => (/* reexport safe */
|
|
79257
|
-
/* harmony export */ "SubCategoryOverride": () => (/* reexport safe */
|
|
79278
|
+
/* harmony export */ "SolarShadowSettings": () => (/* reexport safe */ _SolarShadows__WEBPACK_IMPORTED_MODULE_108__.SolarShadowSettings),
|
|
79279
|
+
/* harmony export */ "SpatialClassifier": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__.SpatialClassifier),
|
|
79280
|
+
/* harmony export */ "SpatialClassifierFlags": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__.SpatialClassifierFlags),
|
|
79281
|
+
/* harmony export */ "SpatialClassifierInsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__.SpatialClassifierInsideDisplay),
|
|
79282
|
+
/* harmony export */ "SpatialClassifierOutsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__.SpatialClassifierOutsideDisplay),
|
|
79283
|
+
/* harmony export */ "SpatialClassifiers": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__.SpatialClassifiers),
|
|
79284
|
+
/* harmony export */ "SubCategoryAppearance": () => (/* reexport safe */ _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_110__.SubCategoryAppearance),
|
|
79285
|
+
/* harmony export */ "SubCategoryOverride": () => (/* reexport safe */ _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_111__.SubCategoryOverride),
|
|
79258
79286
|
/* harmony export */ "SyncMode": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_6__.SyncMode),
|
|
79259
|
-
/* harmony export */ "TerrainHeightOriginMode": () => (/* reexport safe */
|
|
79260
|
-
/* harmony export */ "TerrainSettings": () => (/* reexport safe */
|
|
79261
|
-
/* harmony export */ "TestRpcManager": () => (/* reexport safe */
|
|
79287
|
+
/* harmony export */ "TerrainHeightOriginMode": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_112__.TerrainHeightOriginMode),
|
|
79288
|
+
/* harmony export */ "TerrainSettings": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_112__.TerrainSettings),
|
|
79289
|
+
/* harmony export */ "TestRpcManager": () => (/* reexport safe */ _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_100__.TestRpcManager),
|
|
79262
79290
|
/* harmony export */ "TextString": () => (/* reexport safe */ _geometry_TextString__WEBPACK_IMPORTED_MODULE_50__.TextString),
|
|
79263
79291
|
/* harmony export */ "TextureMapUnits": () => (/* reexport safe */ _MaterialProps__WEBPACK_IMPORTED_MODULE_76__.TextureMapUnits),
|
|
79264
|
-
/* harmony export */ "TextureMapping": () => (/* reexport safe */
|
|
79265
|
-
/* harmony export */ "TextureTransparency": () => (/* reexport safe */
|
|
79266
|
-
/* harmony export */ "ThematicDisplay": () => (/* reexport safe */
|
|
79267
|
-
/* harmony export */ "ThematicDisplayMode": () => (/* reexport safe */
|
|
79268
|
-
/* harmony export */ "ThematicDisplaySensor": () => (/* reexport safe */
|
|
79269
|
-
/* harmony export */ "ThematicDisplaySensorSettings": () => (/* reexport safe */
|
|
79270
|
-
/* harmony export */ "ThematicGradientColorScheme": () => (/* reexport safe */
|
|
79271
|
-
/* harmony export */ "ThematicGradientMode": () => (/* reexport safe */
|
|
79272
|
-
/* harmony export */ "ThematicGradientSettings": () => (/* reexport safe */
|
|
79273
|
-
/* harmony export */ "TileContentSource": () => (/* reexport safe */
|
|
79274
|
-
/* harmony export */ "TileFormat": () => (/* reexport safe */
|
|
79275
|
-
/* harmony export */ "TileHeader": () => (/* reexport safe */
|
|
79276
|
-
/* harmony export */ "TileMetadataReader": () => (/* reexport safe */
|
|
79277
|
-
/* harmony export */ "TileOptions": () => (/* reexport safe */
|
|
79278
|
-
/* harmony export */ "TileReadError": () => (/* reexport safe */
|
|
79279
|
-
/* harmony export */ "TileReadStatus": () => (/* reexport safe */
|
|
79280
|
-
/* harmony export */ "TreeFlags": () => (/* reexport safe */
|
|
79281
|
-
/* harmony export */ "Tween": () => (/* reexport safe */
|
|
79282
|
-
/* harmony export */ "Tweens": () => (/* reexport safe */
|
|
79283
|
-
/* harmony export */ "TxnAction": () => (/* reexport safe */
|
|
79292
|
+
/* harmony export */ "TextureMapping": () => (/* reexport safe */ _TextureMapping__WEBPACK_IMPORTED_MODULE_113__.TextureMapping),
|
|
79293
|
+
/* harmony export */ "TextureTransparency": () => (/* reexport safe */ _TextureProps__WEBPACK_IMPORTED_MODULE_114__.TextureTransparency),
|
|
79294
|
+
/* harmony export */ "ThematicDisplay": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicDisplay),
|
|
79295
|
+
/* harmony export */ "ThematicDisplayMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicDisplayMode),
|
|
79296
|
+
/* harmony export */ "ThematicDisplaySensor": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicDisplaySensor),
|
|
79297
|
+
/* harmony export */ "ThematicDisplaySensorSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicDisplaySensorSettings),
|
|
79298
|
+
/* harmony export */ "ThematicGradientColorScheme": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicGradientColorScheme),
|
|
79299
|
+
/* harmony export */ "ThematicGradientMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicGradientMode),
|
|
79300
|
+
/* harmony export */ "ThematicGradientSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicGradientSettings),
|
|
79301
|
+
/* harmony export */ "TileContentSource": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_117__.TileContentSource),
|
|
79302
|
+
/* harmony export */ "TileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.TileFormat),
|
|
79303
|
+
/* harmony export */ "TileHeader": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.TileHeader),
|
|
79304
|
+
/* harmony export */ "TileMetadataReader": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.TileMetadataReader),
|
|
79305
|
+
/* harmony export */ "TileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.TileOptions),
|
|
79306
|
+
/* harmony export */ "TileReadError": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.TileReadError),
|
|
79307
|
+
/* harmony export */ "TileReadStatus": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.TileReadStatus),
|
|
79308
|
+
/* harmony export */ "TreeFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.TreeFlags),
|
|
79309
|
+
/* harmony export */ "Tween": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_118__.Tween),
|
|
79310
|
+
/* harmony export */ "Tweens": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_118__.Tweens),
|
|
79311
|
+
/* harmony export */ "TxnAction": () => (/* reexport safe */ _TxnAction__WEBPACK_IMPORTED_MODULE_119__.TxnAction),
|
|
79284
79312
|
/* harmony export */ "TypeDefinition": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.TypeDefinition),
|
|
79285
79313
|
/* harmony export */ "TypeOfChange": () => (/* reexport safe */ _ChangedElements__WEBPACK_IMPORTED_MODULE_8__.TypeOfChange),
|
|
79286
79314
|
/* harmony export */ "VerticalCRS": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_40__.VerticalCRS),
|
|
79287
|
-
/* harmony export */ "ViewDetails": () => (/* reexport safe */
|
|
79288
|
-
/* harmony export */ "ViewDetails3d": () => (/* reexport safe */
|
|
79289
|
-
/* harmony export */ "ViewFlags": () => (/* reexport safe */
|
|
79290
|
-
/* harmony export */ "WEB_RPC_CONSTANTS": () => (/* reexport safe */
|
|
79291
|
-
/* harmony export */ "
|
|
79292
|
-
/* harmony export */ "
|
|
79293
|
-
/* harmony export */ "
|
|
79294
|
-
/* harmony export */ "
|
|
79315
|
+
/* harmony export */ "ViewDetails": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_120__.ViewDetails),
|
|
79316
|
+
/* harmony export */ "ViewDetails3d": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_120__.ViewDetails3d),
|
|
79317
|
+
/* harmony export */ "ViewFlags": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_121__.ViewFlags),
|
|
79318
|
+
/* harmony export */ "WEB_RPC_CONSTANTS": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.WEB_RPC_CONSTANTS),
|
|
79319
|
+
/* harmony export */ "WebAppRpcLogging": () => (/* reexport safe */ _rpc_web_WebAppRpcLogging__WEBPACK_IMPORTED_MODULE_142__.WebAppRpcLogging),
|
|
79320
|
+
/* harmony export */ "WebAppRpcProtocol": () => (/* reexport safe */ _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_140__.WebAppRpcProtocol),
|
|
79321
|
+
/* harmony export */ "WebAppRpcRequest": () => (/* reexport safe */ _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_141__.WebAppRpcRequest),
|
|
79322
|
+
/* harmony export */ "WhiteOnWhiteReversalSettings": () => (/* reexport safe */ _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_152__.WhiteOnWhiteReversalSettings),
|
|
79323
|
+
/* harmony export */ "WipRpcInterface": () => (/* reexport safe */ _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_101__.WipRpcInterface),
|
|
79295
79324
|
/* harmony export */ "XyzRotation": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_43__.XyzRotation),
|
|
79296
|
-
/* harmony export */ "aggregateLoad": () => (/* reexport safe */
|
|
79297
|
-
/* harmony export */ "bisectTileRange2d": () => (/* reexport safe */
|
|
79298
|
-
/* harmony export */ "bisectTileRange3d": () => (/* reexport safe */
|
|
79299
|
-
/* harmony export */ "calculateSolarAngles": () => (/* reexport safe */
|
|
79300
|
-
/* harmony export */ "calculateSolarDirection": () => (/* reexport safe */
|
|
79301
|
-
/* harmony export */ "calculateSolarDirectionFromAngles": () => (/* reexport safe */
|
|
79302
|
-
/* harmony export */ "calculateSunriseOrSunset": () => (/* reexport safe */
|
|
79303
|
-
/* harmony export */ "compareIModelTileTreeIds": () => (/* reexport safe */
|
|
79304
|
-
/* harmony export */ "computeChildTileProps": () => (/* reexport safe */
|
|
79305
|
-
/* harmony export */ "computeChildTileRanges": () => (/* reexport safe */
|
|
79306
|
-
/* harmony export */ "computeTileChordTolerance": () => (/* reexport safe */
|
|
79307
|
-
/* harmony export */ "defaultTileOptions": () => (/* reexport safe */
|
|
79308
|
-
/* harmony export */ "getMaximumMajorTileFormatVersion": () => (/* reexport safe */
|
|
79325
|
+
/* harmony export */ "aggregateLoad": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_132__.aggregateLoad),
|
|
79326
|
+
/* harmony export */ "bisectTileRange2d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.bisectTileRange2d),
|
|
79327
|
+
/* harmony export */ "bisectTileRange3d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.bisectTileRange3d),
|
|
79328
|
+
/* harmony export */ "calculateSolarAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_107__.calculateSolarAngles),
|
|
79329
|
+
/* harmony export */ "calculateSolarDirection": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_107__.calculateSolarDirection),
|
|
79330
|
+
/* harmony export */ "calculateSolarDirectionFromAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_107__.calculateSolarDirectionFromAngles),
|
|
79331
|
+
/* harmony export */ "calculateSunriseOrSunset": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_107__.calculateSunriseOrSunset),
|
|
79332
|
+
/* harmony export */ "compareIModelTileTreeIds": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.compareIModelTileTreeIds),
|
|
79333
|
+
/* harmony export */ "computeChildTileProps": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.computeChildTileProps),
|
|
79334
|
+
/* harmony export */ "computeChildTileRanges": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.computeChildTileRanges),
|
|
79335
|
+
/* harmony export */ "computeTileChordTolerance": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.computeTileChordTolerance),
|
|
79336
|
+
/* harmony export */ "defaultTileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.defaultTileOptions),
|
|
79337
|
+
/* harmony export */ "getMaximumMajorTileFormatVersion": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.getMaximumMajorTileFormatVersion),
|
|
79309
79338
|
/* harmony export */ "getPullChangesIpcChannel": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_69__.getPullChangesIpcChannel),
|
|
79310
|
-
/* harmony export */ "getTileObjectReference": () => (/* reexport safe */
|
|
79311
|
-
/* harmony export */ "iModelTileTreeIdToString": () => (/* reexport safe */
|
|
79339
|
+
/* harmony export */ "getTileObjectReference": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_117__.getTileObjectReference),
|
|
79340
|
+
/* harmony export */ "iModelTileTreeIdToString": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.iModelTileTreeIdToString),
|
|
79312
79341
|
/* harmony export */ "iTwinChannel": () => (/* reexport safe */ _ipc_IpcSocket__WEBPACK_IMPORTED_MODULE_65__.iTwinChannel),
|
|
79313
|
-
/* harmony export */ "initializeRpcRequest": () => (/* reexport safe */
|
|
79314
|
-
/* harmony export */ "isKnownTileFormat": () => (/* reexport safe */
|
|
79342
|
+
/* harmony export */ "initializeRpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_132__.initializeRpcRequest),
|
|
79343
|
+
/* harmony export */ "isKnownTileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.isKnownTileFormat),
|
|
79315
79344
|
/* harmony export */ "isPlacement2dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.isPlacement2dProps),
|
|
79316
79345
|
/* harmony export */ "isPlacement3dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.isPlacement3dProps),
|
|
79317
79346
|
/* harmony export */ "isPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.isPowerOfTwo),
|
|
@@ -79320,10 +79349,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79320
79349
|
/* harmony export */ "nativeAppChannel": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_79__.nativeAppChannel),
|
|
79321
79350
|
/* harmony export */ "nativeAppNotify": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_79__.nativeAppNotify),
|
|
79322
79351
|
/* harmony export */ "nextHighestPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.nextHighestPowerOfTwo),
|
|
79323
|
-
/* harmony export */ "nextPoint3d64FromByteStream": () => (/* reexport safe */
|
|
79324
|
-
/* harmony export */ "parseTileTreeIdAndContentId": () => (/* reexport safe */
|
|
79325
|
-
/* harmony export */ "readTileContentDescription": () => (/* reexport safe */
|
|
79326
|
-
/* harmony export */ "tileFormatFromNumber": () => (/* reexport safe */
|
|
79352
|
+
/* harmony export */ "nextPoint3d64FromByteStream": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.nextPoint3d64FromByteStream),
|
|
79353
|
+
/* harmony export */ "parseTileTreeIdAndContentId": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.parseTileTreeIdAndContentId),
|
|
79354
|
+
/* harmony export */ "readTileContentDescription": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.readTileContentDescription),
|
|
79355
|
+
/* harmony export */ "tileFormatFromNumber": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.tileFormatFromNumber)
|
|
79327
79356
|
/* harmony export */ });
|
|
79328
79357
|
/* harmony import */ var _AmbientOcclusion__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AmbientOcclusion */ "../../core/common/lib/esm/AmbientOcclusion.js");
|
|
79329
79358
|
/* harmony import */ var _AnalysisStyle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AnalysisStyle */ "../../core/common/lib/esm/AnalysisStyle.js");
|
|
@@ -79411,71 +79440,73 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79411
79440
|
/* harmony import */ var _PlanarClipMask__WEBPACK_IMPORTED_MODULE_83__ = __webpack_require__(/*! ./PlanarClipMask */ "../../core/common/lib/esm/PlanarClipMask.js");
|
|
79412
79441
|
/* harmony import */ var _ModelGeometryChanges__WEBPACK_IMPORTED_MODULE_84__ = __webpack_require__(/*! ./ModelGeometryChanges */ "../../core/common/lib/esm/ModelGeometryChanges.js");
|
|
79413
79442
|
/* harmony import */ var _PlanProjectionSettings__WEBPACK_IMPORTED_MODULE_85__ = __webpack_require__(/*! ./PlanProjectionSettings */ "../../core/common/lib/esm/PlanProjectionSettings.js");
|
|
79414
|
-
/* harmony import */ var
|
|
79415
|
-
/* harmony import */ var
|
|
79416
|
-
/* harmony import */ var
|
|
79417
|
-
/* harmony import */ var
|
|
79418
|
-
/* harmony import */ var
|
|
79419
|
-
/* harmony import */ var
|
|
79420
|
-
/* harmony import */ var
|
|
79421
|
-
/* harmony import */ var
|
|
79422
|
-
/* harmony import */ var
|
|
79423
|
-
/* harmony import */ var
|
|
79424
|
-
/* harmony import */ var
|
|
79425
|
-
/* harmony import */ var
|
|
79426
|
-
/* harmony import */ var
|
|
79427
|
-
/* harmony import */ var
|
|
79428
|
-
/* harmony import */ var
|
|
79429
|
-
/* harmony import */ var
|
|
79430
|
-
/* harmony import */ var
|
|
79431
|
-
/* harmony import */ var
|
|
79432
|
-
/* harmony import */ var
|
|
79433
|
-
/* harmony import */ var
|
|
79434
|
-
/* harmony import */ var
|
|
79435
|
-
/* harmony import */ var
|
|
79436
|
-
/* harmony import */ var
|
|
79437
|
-
/* harmony import */ var
|
|
79438
|
-
/* harmony import */ var
|
|
79439
|
-
/* harmony import */ var
|
|
79440
|
-
/* harmony import */ var
|
|
79441
|
-
/* harmony import */ var
|
|
79442
|
-
/* harmony import */ var
|
|
79443
|
-
/* harmony import */ var
|
|
79444
|
-
/* harmony import */ var
|
|
79445
|
-
/* harmony import */ var
|
|
79446
|
-
/* harmony import */ var
|
|
79447
|
-
/* harmony import */ var
|
|
79448
|
-
/* harmony import */ var
|
|
79449
|
-
/* harmony import */ var
|
|
79450
|
-
/* harmony import */ var
|
|
79451
|
-
/* harmony import */ var
|
|
79452
|
-
/* harmony import */ var
|
|
79453
|
-
/* harmony import */ var
|
|
79454
|
-
/* harmony import */ var
|
|
79455
|
-
/* harmony import */ var
|
|
79456
|
-
/* harmony import */ var
|
|
79457
|
-
/* harmony import */ var
|
|
79458
|
-
/* harmony import */ var
|
|
79459
|
-
/* harmony import */ var
|
|
79460
|
-
/* harmony import */ var
|
|
79461
|
-
/* harmony import */ var
|
|
79462
|
-
/* harmony import */ var
|
|
79463
|
-
/* harmony import */ var
|
|
79464
|
-
/* harmony import */ var
|
|
79465
|
-
/* harmony import */ var
|
|
79466
|
-
/* harmony import */ var
|
|
79467
|
-
/* harmony import */ var
|
|
79468
|
-
/* harmony import */ var
|
|
79469
|
-
/* harmony import */ var
|
|
79470
|
-
/* harmony import */ var
|
|
79471
|
-
/* harmony import */ var
|
|
79472
|
-
/* harmony import */ var
|
|
79473
|
-
/* harmony import */ var
|
|
79474
|
-
/* harmony import */ var
|
|
79475
|
-
/* harmony import */ var
|
|
79476
|
-
/* harmony import */ var
|
|
79477
|
-
/* harmony import */ var
|
|
79478
|
-
/* harmony import */ var
|
|
79443
|
+
/* harmony import */ var _BackendTypes__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ./BackendTypes */ "../../core/common/lib/esm/BackendTypes.js");
|
|
79444
|
+
/* harmony import */ var _QPoint__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ./QPoint */ "../../core/common/lib/esm/QPoint.js");
|
|
79445
|
+
/* harmony import */ var _RealityDataAccessProps__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ./RealityDataAccessProps */ "../../core/common/lib/esm/RealityDataAccessProps.js");
|
|
79446
|
+
/* harmony import */ var _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ./RealityModelDisplaySettings */ "../../core/common/lib/esm/RealityModelDisplaySettings.js");
|
|
79447
|
+
/* harmony import */ var _Render__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ./Render */ "../../core/common/lib/esm/Render.js");
|
|
79448
|
+
/* harmony import */ var _RenderMaterial__WEBPACK_IMPORTED_MODULE_91__ = __webpack_require__(/*! ./RenderMaterial */ "../../core/common/lib/esm/RenderMaterial.js");
|
|
79449
|
+
/* harmony import */ var _RenderSchedule__WEBPACK_IMPORTED_MODULE_92__ = __webpack_require__(/*! ./RenderSchedule */ "../../core/common/lib/esm/RenderSchedule.js");
|
|
79450
|
+
/* harmony import */ var _RenderTexture__WEBPACK_IMPORTED_MODULE_93__ = __webpack_require__(/*! ./RenderTexture */ "../../core/common/lib/esm/RenderTexture.js");
|
|
79451
|
+
/* harmony import */ var _RgbColor__WEBPACK_IMPORTED_MODULE_94__ = __webpack_require__(/*! ./RgbColor */ "../../core/common/lib/esm/RgbColor.js");
|
|
79452
|
+
/* harmony import */ var _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__ = __webpack_require__(/*! ./rpc/core/RpcConfiguration */ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js");
|
|
79453
|
+
/* harmony import */ var _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_96__ = __webpack_require__(/*! ./rpc/DevToolsRpcInterface */ "../../core/common/lib/esm/rpc/DevToolsRpcInterface.js");
|
|
79454
|
+
/* harmony import */ var _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_97__ = __webpack_require__(/*! ./rpc/IModelReadRpcInterface */ "../../core/common/lib/esm/rpc/IModelReadRpcInterface.js");
|
|
79455
|
+
/* harmony import */ var _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_98__ = __webpack_require__(/*! ./rpc/IModelTileRpcInterface */ "../../core/common/lib/esm/rpc/IModelTileRpcInterface.js");
|
|
79456
|
+
/* harmony import */ var _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_99__ = __webpack_require__(/*! ./rpc/SnapshotIModelRpcInterface */ "../../core/common/lib/esm/rpc/SnapshotIModelRpcInterface.js");
|
|
79457
|
+
/* harmony import */ var _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ./rpc/TestRpcManager */ "../../core/common/lib/esm/rpc/TestRpcManager.js");
|
|
79458
|
+
/* harmony import */ var _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ./rpc/WipRpcInterface */ "../../core/common/lib/esm/rpc/WipRpcInterface.js");
|
|
79459
|
+
/* harmony import */ var _RpcInterface__WEBPACK_IMPORTED_MODULE_102__ = __webpack_require__(/*! ./RpcInterface */ "../../core/common/lib/esm/RpcInterface.js");
|
|
79460
|
+
/* harmony import */ var _RpcManager__WEBPACK_IMPORTED_MODULE_103__ = __webpack_require__(/*! ./RpcManager */ "../../core/common/lib/esm/RpcManager.js");
|
|
79461
|
+
/* harmony import */ var _SessionProps__WEBPACK_IMPORTED_MODULE_104__ = __webpack_require__(/*! ./SessionProps */ "../../core/common/lib/esm/SessionProps.js");
|
|
79462
|
+
/* harmony import */ var _SkyBox__WEBPACK_IMPORTED_MODULE_105__ = __webpack_require__(/*! ./SkyBox */ "../../core/common/lib/esm/SkyBox.js");
|
|
79463
|
+
/* harmony import */ var _Snapping__WEBPACK_IMPORTED_MODULE_106__ = __webpack_require__(/*! ./Snapping */ "../../core/common/lib/esm/Snapping.js");
|
|
79464
|
+
/* harmony import */ var _SolarCalculate__WEBPACK_IMPORTED_MODULE_107__ = __webpack_require__(/*! ./SolarCalculate */ "../../core/common/lib/esm/SolarCalculate.js");
|
|
79465
|
+
/* harmony import */ var _SolarShadows__WEBPACK_IMPORTED_MODULE_108__ = __webpack_require__(/*! ./SolarShadows */ "../../core/common/lib/esm/SolarShadows.js");
|
|
79466
|
+
/* harmony import */ var _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__ = __webpack_require__(/*! ./SpatialClassification */ "../../core/common/lib/esm/SpatialClassification.js");
|
|
79467
|
+
/* harmony import */ var _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_110__ = __webpack_require__(/*! ./SubCategoryAppearance */ "../../core/common/lib/esm/SubCategoryAppearance.js");
|
|
79468
|
+
/* harmony import */ var _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_111__ = __webpack_require__(/*! ./SubCategoryOverride */ "../../core/common/lib/esm/SubCategoryOverride.js");
|
|
79469
|
+
/* harmony import */ var _TerrainSettings__WEBPACK_IMPORTED_MODULE_112__ = __webpack_require__(/*! ./TerrainSettings */ "../../core/common/lib/esm/TerrainSettings.js");
|
|
79470
|
+
/* harmony import */ var _TextureMapping__WEBPACK_IMPORTED_MODULE_113__ = __webpack_require__(/*! ./TextureMapping */ "../../core/common/lib/esm/TextureMapping.js");
|
|
79471
|
+
/* harmony import */ var _TextureProps__WEBPACK_IMPORTED_MODULE_114__ = __webpack_require__(/*! ./TextureProps */ "../../core/common/lib/esm/TextureProps.js");
|
|
79472
|
+
/* harmony import */ var _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__ = __webpack_require__(/*! ./ThematicDisplay */ "../../core/common/lib/esm/ThematicDisplay.js");
|
|
79473
|
+
/* harmony import */ var _Thumbnail__WEBPACK_IMPORTED_MODULE_116__ = __webpack_require__(/*! ./Thumbnail */ "../../core/common/lib/esm/Thumbnail.js");
|
|
79474
|
+
/* harmony import */ var _TileProps__WEBPACK_IMPORTED_MODULE_117__ = __webpack_require__(/*! ./TileProps */ "../../core/common/lib/esm/TileProps.js");
|
|
79475
|
+
/* harmony import */ var _Tween__WEBPACK_IMPORTED_MODULE_118__ = __webpack_require__(/*! ./Tween */ "../../core/common/lib/esm/Tween.js");
|
|
79476
|
+
/* harmony import */ var _TxnAction__WEBPACK_IMPORTED_MODULE_119__ = __webpack_require__(/*! ./TxnAction */ "../../core/common/lib/esm/TxnAction.js");
|
|
79477
|
+
/* harmony import */ var _ViewDetails__WEBPACK_IMPORTED_MODULE_120__ = __webpack_require__(/*! ./ViewDetails */ "../../core/common/lib/esm/ViewDetails.js");
|
|
79478
|
+
/* harmony import */ var _ViewFlags__WEBPACK_IMPORTED_MODULE_121__ = __webpack_require__(/*! ./ViewFlags */ "../../core/common/lib/esm/ViewFlags.js");
|
|
79479
|
+
/* harmony import */ var _ViewProps__WEBPACK_IMPORTED_MODULE_122__ = __webpack_require__(/*! ./ViewProps */ "../../core/common/lib/esm/ViewProps.js");
|
|
79480
|
+
/* harmony import */ var _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__ = __webpack_require__(/*! ./rpc/core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
|
|
79481
|
+
/* harmony import */ var _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_124__ = __webpack_require__(/*! ./rpc/core/RpcControl */ "../../core/common/lib/esm/rpc/core/RpcControl.js");
|
|
79482
|
+
/* harmony import */ var _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_125__ = __webpack_require__(/*! ./rpc/core/RpcInvocation */ "../../core/common/lib/esm/rpc/core/RpcInvocation.js");
|
|
79483
|
+
/* harmony import */ var _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ./rpc/core/RpcSessionInvocation */ "../../core/common/lib/esm/rpc/core/RpcSessionInvocation.js");
|
|
79484
|
+
/* harmony import */ var _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_127__ = __webpack_require__(/*! ./rpc/core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
|
|
79485
|
+
/* harmony import */ var _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_128__ = __webpack_require__(/*! ./rpc/core/RpcOperation */ "../../core/common/lib/esm/rpc/core/RpcOperation.js");
|
|
79486
|
+
/* harmony import */ var _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ./rpc/core/RpcPendingQueue */ "../../core/common/lib/esm/rpc/core/RpcPendingQueue.js");
|
|
79487
|
+
/* harmony import */ var _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_130__ = __webpack_require__(/*! ./rpc/core/RpcProtocol */ "../../core/common/lib/esm/rpc/core/RpcProtocol.js");
|
|
79488
|
+
/* harmony import */ var _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__ = __webpack_require__(/*! ./rpc/core/RpcRegistry */ "../../core/common/lib/esm/rpc/core/RpcRegistry.js");
|
|
79489
|
+
/* harmony import */ var _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_132__ = __webpack_require__(/*! ./rpc/core/RpcRequest */ "../../core/common/lib/esm/rpc/core/RpcRequest.js");
|
|
79490
|
+
/* harmony import */ var _rpc_core_RpcRequestContext__WEBPACK_IMPORTED_MODULE_133__ = __webpack_require__(/*! ./rpc/core/RpcRequestContext */ "../../core/common/lib/esm/rpc/core/RpcRequestContext.js");
|
|
79491
|
+
/* harmony import */ var _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_134__ = __webpack_require__(/*! ./rpc/core/RpcRoutingToken */ "../../core/common/lib/esm/rpc/core/RpcRoutingToken.js");
|
|
79492
|
+
/* harmony import */ var _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__ = __webpack_require__(/*! ./rpc/core/RpcPush */ "../../core/common/lib/esm/rpc/core/RpcPush.js");
|
|
79493
|
+
/* harmony import */ var _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_136__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcManager */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcManager.js");
|
|
79494
|
+
/* harmony import */ var _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_137__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcProtocol */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcProtocol.js");
|
|
79495
|
+
/* harmony import */ var _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_138__ = __webpack_require__(/*! ./rpc/web/OpenAPI */ "../../core/common/lib/esm/rpc/web/OpenAPI.js");
|
|
79496
|
+
/* harmony import */ var _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_139__ = __webpack_require__(/*! ./rpc/web/RpcMultipart */ "../../core/common/lib/esm/rpc/web/RpcMultipart.js");
|
|
79497
|
+
/* harmony import */ var _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_140__ = __webpack_require__(/*! ./rpc/web/WebAppRpcProtocol */ "../../core/common/lib/esm/rpc/web/WebAppRpcProtocol.js");
|
|
79498
|
+
/* harmony import */ var _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_141__ = __webpack_require__(/*! ./rpc/web/WebAppRpcRequest */ "../../core/common/lib/esm/rpc/web/WebAppRpcRequest.js");
|
|
79499
|
+
/* harmony import */ var _rpc_web_WebAppRpcLogging__WEBPACK_IMPORTED_MODULE_142__ = __webpack_require__(/*! ./rpc/web/WebAppRpcLogging */ "../../core/common/lib/esm/rpc/web/WebAppRpcLogging.js");
|
|
79500
|
+
/* harmony import */ var _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_143__ = __webpack_require__(/*! ./tile/B3dmTileIO */ "../../core/common/lib/esm/tile/B3dmTileIO.js");
|
|
79501
|
+
/* harmony import */ var _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_144__ = __webpack_require__(/*! ./tile/CompositeTileIO */ "../../core/common/lib/esm/tile/CompositeTileIO.js");
|
|
79502
|
+
/* harmony import */ var _tile_ElementGraphics__WEBPACK_IMPORTED_MODULE_145__ = __webpack_require__(/*! ./tile/ElementGraphics */ "../../core/common/lib/esm/tile/ElementGraphics.js");
|
|
79503
|
+
/* harmony import */ var _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_146__ = __webpack_require__(/*! ./tile/GltfTileIO */ "../../core/common/lib/esm/tile/GltfTileIO.js");
|
|
79504
|
+
/* harmony import */ var _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_147__ = __webpack_require__(/*! ./tile/I3dmTileIO */ "../../core/common/lib/esm/tile/I3dmTileIO.js");
|
|
79505
|
+
/* harmony import */ var _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_148__ = __webpack_require__(/*! ./tile/IModelTileIO */ "../../core/common/lib/esm/tile/IModelTileIO.js");
|
|
79506
|
+
/* harmony import */ var _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_149__ = __webpack_require__(/*! ./tile/PntsTileIO */ "../../core/common/lib/esm/tile/PntsTileIO.js");
|
|
79507
|
+
/* harmony import */ var _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__ = __webpack_require__(/*! ./tile/TileIO */ "../../core/common/lib/esm/tile/TileIO.js");
|
|
79508
|
+
/* harmony import */ var _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__ = __webpack_require__(/*! ./tile/TileMetadata */ "../../core/common/lib/esm/tile/TileMetadata.js");
|
|
79509
|
+
/* harmony import */ var _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_152__ = __webpack_require__(/*! ./WhiteOnWhiteReversalSettings */ "../../core/common/lib/esm/WhiteOnWhiteReversalSettings.js");
|
|
79479
79510
|
/*---------------------------------------------------------------------------------------------
|
|
79480
79511
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
79481
79512
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -79628,6 +79659,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79628
79659
|
|
|
79629
79660
|
|
|
79630
79661
|
|
|
79662
|
+
|
|
79663
|
+
|
|
79631
79664
|
|
|
79632
79665
|
|
|
79633
79666
|
|
|
@@ -88396,8 +88429,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
88396
88429
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
88397
88430
|
/* harmony export */ "IpcWebSocketTransport": () => (/* binding */ IpcWebSocketTransport)
|
|
88398
88431
|
/* harmony export */ });
|
|
88399
|
-
/* harmony import */ var
|
|
88400
|
-
/* harmony import */ var _IpcWebSocket__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./IpcWebSocket */ "../../core/common/lib/esm/ipc/IpcWebSocket.js");
|
|
88432
|
+
/* harmony import */ var _IpcWebSocket__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./IpcWebSocket */ "../../core/common/lib/esm/ipc/IpcWebSocket.js");
|
|
88401
88433
|
/*---------------------------------------------------------------------------------------------
|
|
88402
88434
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
88403
88435
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -88406,7 +88438,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
88406
88438
|
* @module IpcSocket
|
|
88407
88439
|
*/
|
|
88408
88440
|
|
|
88409
|
-
|
|
88441
|
+
function isBuffer(val) {
|
|
88442
|
+
return val && typeof (val.constructor) !== "undefined" && typeof (val.constructor.isBuffer) === "function" && val.constructor.isBuffer(val);
|
|
88443
|
+
}
|
|
88410
88444
|
let parts = [];
|
|
88411
88445
|
/** @internal */
|
|
88412
88446
|
class IpcWebSocketTransport {
|
|
@@ -88433,7 +88467,7 @@ class IpcWebSocketTransport {
|
|
|
88433
88467
|
return InSentOrder.deliver(message, connection);
|
|
88434
88468
|
}
|
|
88435
88469
|
else {
|
|
88436
|
-
return
|
|
88470
|
+
return _IpcWebSocket__WEBPACK_IMPORTED_MODULE_0__.IpcWebSocketMessage.internal();
|
|
88437
88471
|
}
|
|
88438
88472
|
}
|
|
88439
88473
|
else {
|
|
@@ -88441,7 +88475,7 @@ class IpcWebSocketTransport {
|
|
|
88441
88475
|
if (followers) {
|
|
88442
88476
|
this._partial = serialized;
|
|
88443
88477
|
this._outstanding = followers;
|
|
88444
|
-
return
|
|
88478
|
+
return _IpcWebSocket__WEBPACK_IMPORTED_MODULE_0__.IpcWebSocketMessage.internal();
|
|
88445
88479
|
}
|
|
88446
88480
|
else {
|
|
88447
88481
|
const message = JSON.parse(serialized, reviver);
|
|
@@ -88462,7 +88496,7 @@ class IpcWebSocketTransport {
|
|
|
88462
88496
|
}
|
|
88463
88497
|
const types = [Uint8Array, Int8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array, DataView];
|
|
88464
88498
|
function identify(value) {
|
|
88465
|
-
return
|
|
88499
|
+
return isBuffer(value) ? 0 : types.indexOf(value.constructor);
|
|
88466
88500
|
}
|
|
88467
88501
|
function lookup(value) {
|
|
88468
88502
|
return types[value.type];
|
|
@@ -88481,7 +88515,7 @@ function reviver(_key, value) {
|
|
|
88481
88515
|
return value;
|
|
88482
88516
|
}
|
|
88483
88517
|
function replaceBinary(value) {
|
|
88484
|
-
if (ArrayBuffer.isView(value) ||
|
|
88518
|
+
if (ArrayBuffer.isView(value) || isBuffer(value)) {
|
|
88485
88519
|
const index = parts.push(value) - 1;
|
|
88486
88520
|
const type = identify(value);
|
|
88487
88521
|
return { ipc: "binary", type, index };
|
|
@@ -88514,7 +88548,7 @@ class InSentOrder {
|
|
|
88514
88548
|
const { promise, resolve } = makePromise();
|
|
88515
88549
|
this.message = promise;
|
|
88516
88550
|
this.release = () => {
|
|
88517
|
-
const value = this.duplicate ?
|
|
88551
|
+
const value = this.duplicate ? _IpcWebSocket__WEBPACK_IMPORTED_MODULE_0__.IpcWebSocketMessage.duplicate() : message;
|
|
88518
88552
|
resolve(value);
|
|
88519
88553
|
};
|
|
88520
88554
|
}
|
|
@@ -89137,7 +89171,6 @@ class RpcConfiguration {
|
|
|
89137
89171
|
/** Initializes the RPC interfaces managed by the configuration. */
|
|
89138
89172
|
static initializeInterfaces(configuration) {
|
|
89139
89173
|
configuration.interfaces().forEach((definition) => _RpcManager__WEBPACK_IMPORTED_MODULE_0__.RpcManager.initializeInterface(definition));
|
|
89140
|
-
configuration.controlChannel.initialize();
|
|
89141
89174
|
}
|
|
89142
89175
|
/** @internal */
|
|
89143
89176
|
static supply(definition) {
|
|
@@ -89375,14 +89408,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
89375
89408
|
/* harmony export */ "RpcNotFoundResponse": () => (/* binding */ RpcNotFoundResponse),
|
|
89376
89409
|
/* harmony export */ "RpcPendingResponse": () => (/* binding */ RpcPendingResponse)
|
|
89377
89410
|
/* harmony export */ });
|
|
89378
|
-
/* harmony import */ var
|
|
89379
|
-
/* harmony import */ var
|
|
89380
|
-
/* harmony import */ var
|
|
89381
|
-
/* harmony import */ var
|
|
89382
|
-
/* harmony import */ var
|
|
89383
|
-
/* harmony import */ var
|
|
89384
|
-
/* harmony import */ var _RpcOperation__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./RpcOperation */ "../../core/common/lib/esm/rpc/core/RpcOperation.js");
|
|
89385
|
-
/* harmony import */ var _RpcRegistry__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./RpcRegistry */ "../../core/common/lib/esm/rpc/core/RpcRegistry.js");
|
|
89411
|
+
/* harmony import */ var js_base64__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! js-base64 */ "../../common/temp/node_modules/.pnpm/js-base64@3.7.2/node_modules/js-base64/base64.mjs");
|
|
89412
|
+
/* harmony import */ var _RpcInterface__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../RpcInterface */ "../../core/common/lib/esm/RpcInterface.js");
|
|
89413
|
+
/* harmony import */ var _RpcManager__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../RpcManager */ "../../core/common/lib/esm/RpcManager.js");
|
|
89414
|
+
/* harmony import */ var _RpcConfiguration__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./RpcConfiguration */ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js");
|
|
89415
|
+
/* harmony import */ var _RpcOperation__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./RpcOperation */ "../../core/common/lib/esm/rpc/core/RpcOperation.js");
|
|
89416
|
+
/* harmony import */ var _RpcRegistry__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./RpcRegistry */ "../../core/common/lib/esm/rpc/core/RpcRegistry.js");
|
|
89386
89417
|
/*---------------------------------------------------------------------------------------------
|
|
89387
89418
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
89388
89419
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -89396,8 +89427,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
89396
89427
|
|
|
89397
89428
|
|
|
89398
89429
|
|
|
89399
|
-
|
|
89400
|
-
|
|
89401
89430
|
/** An RPC operation control response.
|
|
89402
89431
|
* @public
|
|
89403
89432
|
*/
|
|
@@ -89434,20 +89463,20 @@ class RpcControlChannel {
|
|
|
89434
89463
|
this._initialized = false;
|
|
89435
89464
|
this._clientActive = false;
|
|
89436
89465
|
this._describeEndpoints = undefined;
|
|
89437
|
-
this._channelInterface = (_a = class extends
|
|
89466
|
+
this._channelInterface = (_a = class extends _RpcInterface__WEBPACK_IMPORTED_MODULE_1__.RpcInterface {
|
|
89438
89467
|
async describeEndpoints() { return this.forward(arguments); }
|
|
89439
89468
|
},
|
|
89440
89469
|
_a.interfaceVersion = "CONTROL",
|
|
89441
89470
|
_a.interfaceName = "",
|
|
89442
89471
|
_a);
|
|
89443
|
-
this._channelImpl = class extends
|
|
89472
|
+
this._channelImpl = class extends _RpcInterface__WEBPACK_IMPORTED_MODULE_1__.RpcInterface {
|
|
89444
89473
|
async describeEndpoints() {
|
|
89445
89474
|
const endpoints = [];
|
|
89446
89475
|
this.configuration.interfaces().forEach((definition) => {
|
|
89447
|
-
if (!
|
|
89476
|
+
if (!_RpcRegistry__WEBPACK_IMPORTED_MODULE_5__.RpcRegistry.instance.isRpcInterfaceInitialized(definition))
|
|
89448
89477
|
return;
|
|
89449
89478
|
const description = { interfaceName: definition.interfaceName, interfaceVersion: definition.interfaceVersion, operationNames: [], compatible: true };
|
|
89450
|
-
|
|
89479
|
+
_RpcOperation__WEBPACK_IMPORTED_MODULE_4__.RpcOperation.forEach(definition, (operation) => description.operationNames.push(operation.operationName));
|
|
89451
89480
|
endpoints.push(description);
|
|
89452
89481
|
});
|
|
89453
89482
|
return endpoints;
|
|
@@ -89457,6 +89486,10 @@ class RpcControlChannel {
|
|
|
89457
89486
|
RpcControlChannel.channels.push(this);
|
|
89458
89487
|
}
|
|
89459
89488
|
/** @internal */
|
|
89489
|
+
static ensureInitialized() {
|
|
89490
|
+
this.channels.forEach((channel) => channel.initialize());
|
|
89491
|
+
}
|
|
89492
|
+
/** @internal */
|
|
89460
89493
|
async describeEndpoints() {
|
|
89461
89494
|
this.activateClient();
|
|
89462
89495
|
if (!this._channelInterface.interfaceName) {
|
|
@@ -89477,41 +89510,34 @@ class RpcControlChannel {
|
|
|
89477
89510
|
const interfaces = [];
|
|
89478
89511
|
this._configuration.interfaces().forEach((definition) => interfaces.push(`${definition.interfaceName}@${definition.interfaceVersion}`));
|
|
89479
89512
|
const id = interfaces.sort().join(",");
|
|
89480
|
-
|
|
89481
|
-
return btoa(id); // eslint-disable-line deprecation/deprecation
|
|
89482
|
-
else if (typeof (buffer__WEBPACK_IMPORTED_MODULE_1__.Buffer) !== "undefined")
|
|
89483
|
-
return buffer__WEBPACK_IMPORTED_MODULE_1__.Buffer.from(id, "binary").toString("base64");
|
|
89484
|
-
else
|
|
89485
|
-
return id;
|
|
89513
|
+
return js_base64__WEBPACK_IMPORTED_MODULE_0__.Base64.encode(id);
|
|
89486
89514
|
}
|
|
89487
89515
|
activateClient() {
|
|
89488
89516
|
if (this._clientActive)
|
|
89489
89517
|
return;
|
|
89490
|
-
|
|
89491
|
-
if (this._configuration.interfaces().length)
|
|
89492
|
-
throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, `Invalid state.`);
|
|
89493
|
-
this.initialize();
|
|
89494
|
-
}
|
|
89495
|
-
this._clientActive = true;
|
|
89518
|
+
this.initialize();
|
|
89496
89519
|
const token = { key: "none", iTwinId: "none", iModelId: "none", changeset: { id: "none" } };
|
|
89497
|
-
|
|
89498
|
-
const client =
|
|
89520
|
+
_RpcOperation__WEBPACK_IMPORTED_MODULE_4__.RpcOperation.forEach(this._channelInterface, (operation) => operation.policy.token = (_request) => { var _a; return (_a = _RpcOperation__WEBPACK_IMPORTED_MODULE_4__.RpcOperation.fallbackToken) !== null && _a !== void 0 ? _a : token; });
|
|
89521
|
+
const client = _RpcManager__WEBPACK_IMPORTED_MODULE_2__.RpcManager.getClientForInterface(this._channelInterface);
|
|
89499
89522
|
this._describeEndpoints = async () => client.describeEndpoints();
|
|
89523
|
+
this._clientActive = true;
|
|
89500
89524
|
}
|
|
89501
89525
|
/** @internal */
|
|
89502
89526
|
initialize() {
|
|
89503
|
-
if (this._initialized)
|
|
89504
|
-
|
|
89505
|
-
|
|
89527
|
+
if (this._initialized) {
|
|
89528
|
+
return;
|
|
89529
|
+
}
|
|
89506
89530
|
const id = this.computeId();
|
|
89507
89531
|
Object.defineProperty(this._channelInterface, "interfaceName", { value: id });
|
|
89508
89532
|
Object.defineProperty(this._channelImpl, "interfaceName", { value: id });
|
|
89509
|
-
|
|
89510
|
-
|
|
89511
|
-
|
|
89533
|
+
_RpcConfiguration__WEBPACK_IMPORTED_MODULE_3__.RpcConfiguration.assign(this._channelInterface, () => this._configuration.constructor);
|
|
89534
|
+
_RpcManager__WEBPACK_IMPORTED_MODULE_2__.RpcManager.registerImpl(this._channelInterface, this._channelImpl);
|
|
89535
|
+
_RpcManager__WEBPACK_IMPORTED_MODULE_2__.RpcManager.initializeInterface(this._channelInterface);
|
|
89536
|
+
this._initialized = true;
|
|
89512
89537
|
}
|
|
89513
89538
|
/** @internal */
|
|
89514
89539
|
handleUnknownOperation(invocation, _error) {
|
|
89540
|
+
this.initialize();
|
|
89515
89541
|
const op = invocation.request.operation;
|
|
89516
89542
|
if (op.interfaceVersion === "CONTROL" && op.operationName === "describeEndpoints") {
|
|
89517
89543
|
if (this._channelInterface.interfaceName) {
|
|
@@ -89631,6 +89657,7 @@ class RpcInvocation {
|
|
|
89631
89657
|
return rpcImpl[_RpcRegistry__WEBPACK_IMPORTED_MODULE_10__.CURRENT_INVOCATION];
|
|
89632
89658
|
}
|
|
89633
89659
|
handleUnknownOperation(error) {
|
|
89660
|
+
_RpcControl__WEBPACK_IMPORTED_MODULE_6__.RpcControlChannel.ensureInitialized();
|
|
89634
89661
|
return this.protocol.configuration.controlChannel.handleUnknownOperation(this, error);
|
|
89635
89662
|
}
|
|
89636
89663
|
static sanitizeForLog(activity) {
|
|
@@ -89821,8 +89848,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
89821
89848
|
/* harmony export */ "RpcMarshaling": () => (/* binding */ RpcMarshaling),
|
|
89822
89849
|
/* harmony export */ "RpcSerializedValue": () => (/* binding */ RpcSerializedValue)
|
|
89823
89850
|
/* harmony export */ });
|
|
89824
|
-
/* harmony import */ var
|
|
89825
|
-
/* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
|
|
89851
|
+
/* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
|
|
89826
89852
|
/*---------------------------------------------------------------------------------------------
|
|
89827
89853
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
89828
89854
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -89831,8 +89857,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
89831
89857
|
* @module RpcInterface
|
|
89832
89858
|
*/
|
|
89833
89859
|
|
|
89834
|
-
|
|
89835
89860
|
// cspell:ignore unmarshal
|
|
89861
|
+
/* eslint-disable deprecation/deprecation */
|
|
89862
|
+
function isBuffer(val) {
|
|
89863
|
+
return val && typeof (val.constructor) !== "undefined" && typeof (val.constructor.isBuffer) === "function" && val.constructor.isBuffer(val);
|
|
89864
|
+
}
|
|
89836
89865
|
let marshalingTarget;
|
|
89837
89866
|
let chunkThreshold = 0;
|
|
89838
89867
|
/** @internal */
|
|
@@ -89880,7 +89909,7 @@ class RpcMarshaling {
|
|
|
89880
89909
|
}
|
|
89881
89910
|
catch (error) {
|
|
89882
89911
|
if (error instanceof SyntaxError)
|
|
89883
|
-
throw new
|
|
89912
|
+
throw new _IModelError__WEBPACK_IMPORTED_MODULE_0__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, `Invalid JSON: "${value.objects}"`);
|
|
89884
89913
|
throw error;
|
|
89885
89914
|
}
|
|
89886
89915
|
marshalingTarget = undefined;
|
|
@@ -89909,7 +89938,7 @@ class WireFormat {
|
|
|
89909
89938
|
return value;
|
|
89910
89939
|
}
|
|
89911
89940
|
static marshalBinary(value) {
|
|
89912
|
-
if (value instanceof Uint8Array ||
|
|
89941
|
+
if (value instanceof Uint8Array || isBuffer(value)) {
|
|
89913
89942
|
const marker = { isBinary: true, index: -1, size: value.byteLength, chunks: 1 };
|
|
89914
89943
|
if (chunkThreshold && value.byteLength > chunkThreshold) {
|
|
89915
89944
|
marker.index = marshalingTarget.data.length;
|
|
@@ -89940,7 +89969,7 @@ class WireFormat {
|
|
|
89940
89969
|
}
|
|
89941
89970
|
static unmarshalBinary(value) {
|
|
89942
89971
|
if (value.index >= marshalingTarget.data.length) {
|
|
89943
|
-
throw new
|
|
89972
|
+
throw new _IModelError__WEBPACK_IMPORTED_MODULE_0__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, `Cannot unmarshal missing binary value.`);
|
|
89944
89973
|
}
|
|
89945
89974
|
if (value.chunks === 0) {
|
|
89946
89975
|
return new Uint8Array();
|
|
@@ -91692,8 +91721,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
91692
91721
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
91693
91722
|
/* harmony export */ "RpcMultipart": () => (/* binding */ RpcMultipart)
|
|
91694
91723
|
/* harmony export */ });
|
|
91695
|
-
/* harmony import */ var
|
|
91696
|
-
/* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
|
|
91724
|
+
/* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
|
|
91697
91725
|
/*---------------------------------------------------------------------------------------------
|
|
91698
91726
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
91699
91727
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -91702,7 +91730,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
91702
91730
|
* @module RpcInterface
|
|
91703
91731
|
*/
|
|
91704
91732
|
|
|
91705
|
-
|
|
91706
91733
|
/** Support for transporting RPC values using the HTTP multipart content type.
|
|
91707
91734
|
* @internal
|
|
91708
91735
|
*/
|
|
@@ -91714,27 +91741,33 @@ class RpcMultipart {
|
|
|
91714
91741
|
return form;
|
|
91715
91742
|
}
|
|
91716
91743
|
/** Creates a multipart stream for an RPC value. */
|
|
91717
|
-
static createStream(
|
|
91718
|
-
|
|
91744
|
+
static createStream(value) {
|
|
91745
|
+
return this.platform.createStream(value);
|
|
91719
91746
|
}
|
|
91720
91747
|
/** Obtains the RPC value from a multipart HTTP request. */
|
|
91721
|
-
static async parseRequest(
|
|
91722
|
-
|
|
91748
|
+
static async parseRequest(req) {
|
|
91749
|
+
return this.platform.parseRequest(req);
|
|
91723
91750
|
}
|
|
91724
91751
|
/** @internal */
|
|
91725
91752
|
static writeValueToForm(form, value) {
|
|
91726
91753
|
form.append("objects", value.objects);
|
|
91727
91754
|
for (let i = 0; i !== value.data.length; ++i) {
|
|
91728
|
-
|
|
91729
|
-
form.append(`data-${i}`, new Blob([value.data[i]], { type: "application/octet-stream" }));
|
|
91730
|
-
}
|
|
91731
|
-
else {
|
|
91732
|
-
const buf = value.data[i];
|
|
91733
|
-
form.append(`data-${i}`, buffer__WEBPACK_IMPORTED_MODULE_0__.Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength));
|
|
91734
|
-
}
|
|
91755
|
+
this.platform.appendToForm(i, form, value);
|
|
91735
91756
|
}
|
|
91736
91757
|
}
|
|
91737
91758
|
}
|
|
91759
|
+
/** @internal */
|
|
91760
|
+
RpcMultipart.platform = {
|
|
91761
|
+
createStream(_value) {
|
|
91762
|
+
throw new _IModelError__WEBPACK_IMPORTED_MODULE_0__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Not bound.");
|
|
91763
|
+
},
|
|
91764
|
+
async parseRequest(_req) {
|
|
91765
|
+
throw new _IModelError__WEBPACK_IMPORTED_MODULE_0__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Not bound.");
|
|
91766
|
+
},
|
|
91767
|
+
appendToForm(i, form, value) {
|
|
91768
|
+
form.append(`data-${i}`, new Blob([value.data[i]], { type: "application/octet-stream" }));
|
|
91769
|
+
},
|
|
91770
|
+
};
|
|
91738
91771
|
|
|
91739
91772
|
|
|
91740
91773
|
/***/ }),
|
|
@@ -91752,9 +91785,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
91752
91785
|
/* harmony export */ });
|
|
91753
91786
|
/* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
|
|
91754
91787
|
/* harmony import */ var _CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../CommonLoggerCategory */ "../../core/common/lib/esm/CommonLoggerCategory.js");
|
|
91755
|
-
/* harmony import */ var
|
|
91756
|
-
/* harmony import */ var
|
|
91757
|
-
/* harmony import */ var
|
|
91788
|
+
/* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
|
|
91789
|
+
/* harmony import */ var _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
|
|
91790
|
+
/* harmony import */ var _core_RpcInvocation__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../core/RpcInvocation */ "../../core/common/lib/esm/rpc/core/RpcInvocation.js");
|
|
91791
|
+
/* harmony import */ var _WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./WebAppRpcRequest */ "../../core/common/lib/esm/rpc/web/WebAppRpcRequest.js");
|
|
91758
91792
|
/*---------------------------------------------------------------------------------------------
|
|
91759
91793
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
91760
91794
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -91767,48 +91801,44 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
91767
91801
|
|
|
91768
91802
|
|
|
91769
91803
|
|
|
91770
|
-
|
|
91771
|
-
|
|
91772
|
-
|
|
91773
|
-
|
|
91774
|
-
|
|
91775
|
-
|
|
91776
|
-
|
|
91804
|
+
|
|
91805
|
+
/** @internal */
|
|
91806
|
+
const BACKEND = Symbol.for("@itwin.WebAppRpcLogging.Backend");
|
|
91807
|
+
const FRONTEND = Symbol.for("@itwin.WebAppRpcLogging.Frontend");
|
|
91808
|
+
/** @internal */
|
|
91809
|
+
class WebAppRpcLogging {
|
|
91810
|
+
static initializeBackend(instance) {
|
|
91811
|
+
globalThis[BACKEND] = instance;
|
|
91812
|
+
}
|
|
91813
|
+
static initializeFrontend(instance) {
|
|
91814
|
+
globalThis[FRONTEND] = instance;
|
|
91815
|
+
}
|
|
91816
|
+
static get backend() {
|
|
91817
|
+
const instance = globalThis[BACKEND];
|
|
91818
|
+
if (typeof (instance) === "undefined") {
|
|
91819
|
+
throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Backend logging is not initialized.");
|
|
91777
91820
|
}
|
|
91778
|
-
|
|
91779
|
-
|
|
91780
|
-
|
|
91781
|
-
|
|
91782
|
-
|
|
91783
|
-
|
|
91784
|
-
}
|
|
91821
|
+
return instance;
|
|
91822
|
+
}
|
|
91823
|
+
static get frontend() {
|
|
91824
|
+
const instance = globalThis[FRONTEND];
|
|
91825
|
+
if (typeof (instance) === "undefined") {
|
|
91826
|
+
throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Frontend logging is not initialized.");
|
|
91785
91827
|
}
|
|
91828
|
+
return instance;
|
|
91786
91829
|
}
|
|
91787
|
-
return hostname;
|
|
91788
|
-
}
|
|
91789
|
-
/** @internal */
|
|
91790
|
-
class WebAppRpcLogging {
|
|
91791
91830
|
static async logProtocolEvent(event, object) {
|
|
91792
|
-
if (object instanceof
|
|
91793
|
-
|
|
91794
|
-
case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.RequestCreated: return WebAppRpcLogging.logRequest(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceFrontend, "RpcInterface.frontend.request", object);
|
|
91795
|
-
case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.ResponseLoaded: return WebAppRpcLogging.logResponse(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceFrontend, "RpcInterface.frontend.response", object, object.metadata.status, object.elapsed);
|
|
91796
|
-
case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.ConnectionErrorReceived: return WebAppRpcLogging.logErrorFrontend("RpcInterface.frontend.connectionError", object);
|
|
91797
|
-
case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.ConnectionAborted: return WebAppRpcLogging.logErrorFrontend("RpcInterface.frontend.connectionAborted", object);
|
|
91798
|
-
}
|
|
91831
|
+
if (object instanceof _WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_5__.WebAppRpcRequest) {
|
|
91832
|
+
await WebAppRpcLogging.frontend.logProtocolEvent(event, object);
|
|
91799
91833
|
}
|
|
91800
|
-
else if (object instanceof
|
|
91801
|
-
|
|
91802
|
-
case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.RequestReceived: return WebAppRpcLogging.logRequest(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceBackend, "RpcInterface.backend.request", object.request);
|
|
91803
|
-
case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.BackendErrorOccurred: return WebAppRpcLogging.logErrorBackend("RpcInterface.backend.error", object);
|
|
91804
|
-
case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.BackendResponseCreated: return WebAppRpcLogging.logResponse(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceBackend, "RpcInterface.backend.response", object.request, object.status, object.elapsed);
|
|
91805
|
-
}
|
|
91834
|
+
else if (object instanceof _core_RpcInvocation__WEBPACK_IMPORTED_MODULE_4__.RpcInvocation) {
|
|
91835
|
+
await WebAppRpcLogging.backend.logProtocolEvent(event, object);
|
|
91806
91836
|
}
|
|
91807
91837
|
}
|
|
91808
|
-
|
|
91838
|
+
getRpcInterfaceName(g) {
|
|
91809
91839
|
return (typeof g === "string") ? g : g.interfaceName;
|
|
91810
91840
|
}
|
|
91811
|
-
|
|
91841
|
+
findPathIds(path) {
|
|
91812
91842
|
let iTwinId = "";
|
|
91813
91843
|
let iModelId = "";
|
|
91814
91844
|
const tokens = path.split("/");
|
|
@@ -91823,7 +91853,7 @@ class WebAppRpcLogging {
|
|
|
91823
91853
|
}
|
|
91824
91854
|
return { iTwinId, iModelId };
|
|
91825
91855
|
}
|
|
91826
|
-
|
|
91856
|
+
buildOperationDescriptor(operation) {
|
|
91827
91857
|
if (!operation) {
|
|
91828
91858
|
return "unknown.unknown";
|
|
91829
91859
|
}
|
|
@@ -91831,66 +91861,69 @@ class WebAppRpcLogging {
|
|
|
91831
91861
|
const operationName = operation.operationName;
|
|
91832
91862
|
return `${interfaceName}.${operationName}`;
|
|
91833
91863
|
}
|
|
91834
|
-
|
|
91835
|
-
const operationDescriptor =
|
|
91836
|
-
const pathIds =
|
|
91864
|
+
logRequest(loggerCategory, message, object) {
|
|
91865
|
+
const operationDescriptor = this.buildOperationDescriptor(object.operation);
|
|
91866
|
+
const pathIds = this.findPathIds(object.path);
|
|
91837
91867
|
_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logTrace(loggerCategory, `${message}.${operationDescriptor}`, () => ({
|
|
91838
91868
|
method: object.method,
|
|
91839
91869
|
path: object.path,
|
|
91840
91870
|
operation: object.operation.operationName,
|
|
91841
|
-
rpcInterface:
|
|
91871
|
+
rpcInterface: this.getRpcInterfaceName(object.operation.interfaceDefinition),
|
|
91842
91872
|
// Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
|
|
91843
91873
|
ActivityId: object.id,
|
|
91844
91874
|
TimeElapsed: ("elapsed" in object) ? object.elapsed : 0,
|
|
91845
|
-
MachineName: getHostname(),
|
|
91875
|
+
MachineName: this.getHostname(),
|
|
91846
91876
|
...pathIds,
|
|
91847
91877
|
}));
|
|
91848
91878
|
}
|
|
91849
|
-
|
|
91850
|
-
const operationDescriptor =
|
|
91851
|
-
const pathIds =
|
|
91879
|
+
logResponse(loggerCategory, message, object, status, elapsed) {
|
|
91880
|
+
const operationDescriptor = this.buildOperationDescriptor(object.operation);
|
|
91881
|
+
const pathIds = this.findPathIds(object.path);
|
|
91852
91882
|
_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logTrace(loggerCategory, `${message}.${operationDescriptor}`, () => ({
|
|
91853
91883
|
method: object.method,
|
|
91854
91884
|
path: object.path,
|
|
91855
91885
|
operation: object.operation.operationName,
|
|
91856
|
-
rpcInterface:
|
|
91886
|
+
rpcInterface: this.getRpcInterfaceName(object.operation.interfaceDefinition),
|
|
91857
91887
|
status,
|
|
91858
91888
|
// Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
|
|
91859
91889
|
ActivityId: object.id,
|
|
91860
91890
|
TimeElapsed: elapsed,
|
|
91861
|
-
MachineName: getHostname(),
|
|
91891
|
+
MachineName: this.getHostname(),
|
|
91862
91892
|
...pathIds,
|
|
91863
91893
|
}));
|
|
91864
91894
|
}
|
|
91865
|
-
|
|
91866
|
-
|
|
91867
|
-
|
|
91895
|
+
}
|
|
91896
|
+
class WebAppRpcLoggingFrontend extends WebAppRpcLogging {
|
|
91897
|
+
async logProtocolEvent(event, object) {
|
|
91898
|
+
switch (event) {
|
|
91899
|
+
case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcProtocolEvent.RequestCreated: return this.logRequest(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceFrontend, "RpcInterface.frontend.request", object);
|
|
91900
|
+
case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcProtocolEvent.ResponseLoaded: return this.logResponse(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceFrontend, "RpcInterface.frontend.response", object, object.metadata.status, object.elapsed);
|
|
91901
|
+
case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcProtocolEvent.ConnectionErrorReceived: return this.logErrorFrontend("RpcInterface.frontend.connectionError", object);
|
|
91902
|
+
case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcProtocolEvent.ConnectionAborted: return this.logErrorFrontend("RpcInterface.frontend.connectionAborted", object);
|
|
91903
|
+
}
|
|
91904
|
+
}
|
|
91905
|
+
getHostname() {
|
|
91906
|
+
if (globalThis.window) {
|
|
91907
|
+
return globalThis.window.location.host;
|
|
91908
|
+
}
|
|
91909
|
+
else {
|
|
91910
|
+
return "imodeljs-mobile";
|
|
91911
|
+
}
|
|
91912
|
+
}
|
|
91913
|
+
logErrorFrontend(message, request) {
|
|
91914
|
+
const operationDescriptor = this.buildOperationDescriptor(request.operation);
|
|
91915
|
+
const pathIds = this.findPathIds(request.path);
|
|
91868
91916
|
_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logInfo(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceFrontend, `${message}.${operationDescriptor}`, () => ({
|
|
91869
91917
|
method: request.method,
|
|
91870
91918
|
path: request.path,
|
|
91871
91919
|
// Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
|
|
91872
91920
|
ActivityId: request.id,
|
|
91873
|
-
MachineName: getHostname(),
|
|
91874
|
-
...pathIds,
|
|
91875
|
-
}));
|
|
91876
|
-
}
|
|
91877
|
-
static async logErrorBackend(message, invocation) {
|
|
91878
|
-
const operationDescriptor = WebAppRpcLogging.buildOperationDescriptor(invocation.operation);
|
|
91879
|
-
const pathIds = WebAppRpcLogging.findPathIds(invocation.request.path);
|
|
91880
|
-
const result = await invocation.result;
|
|
91881
|
-
const errorMessage = result.message ? result.message : result.objects; // Can be an error or an RpcSerializedValue
|
|
91882
|
-
_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logInfo(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceBackend, `${message}.${operationDescriptor}`, () => ({
|
|
91883
|
-
method: invocation.request.method,
|
|
91884
|
-
path: invocation.request.path,
|
|
91885
|
-
status: invocation.status,
|
|
91886
|
-
errorMessage,
|
|
91887
|
-
// Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
|
|
91888
|
-
ActivityId: invocation.request.id,
|
|
91889
|
-
MachineName: getHostname(),
|
|
91921
|
+
MachineName: this.getHostname(),
|
|
91890
91922
|
...pathIds,
|
|
91891
91923
|
}));
|
|
91892
91924
|
}
|
|
91893
91925
|
}
|
|
91926
|
+
WebAppRpcLogging.initializeFrontend(new WebAppRpcLoggingFrontend());
|
|
91894
91927
|
|
|
91895
91928
|
|
|
91896
91929
|
/***/ }),
|
|
@@ -92041,15 +92074,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
92041
92074
|
/* harmony export */ "WebAppRpcRequest": () => (/* binding */ WebAppRpcRequest)
|
|
92042
92075
|
/* harmony export */ });
|
|
92043
92076
|
/* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
|
|
92044
|
-
/* harmony import */ var
|
|
92045
|
-
/* harmony import */ var
|
|
92046
|
-
/* harmony import */ var
|
|
92047
|
-
/* harmony import */ var
|
|
92048
|
-
/* harmony import */ var
|
|
92049
|
-
/* harmony import */ var
|
|
92050
|
-
/* harmony import */ var
|
|
92051
|
-
/* harmony import */ var _RpcMultipart__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./RpcMultipart */ "../../core/common/lib/esm/rpc/web/RpcMultipart.js");
|
|
92052
|
-
/* harmony import */ var _WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./WebAppRpcProtocol */ "../../core/common/lib/esm/rpc/web/WebAppRpcProtocol.js");
|
|
92077
|
+
/* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
|
|
92078
|
+
/* harmony import */ var _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
|
|
92079
|
+
/* harmony import */ var _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
|
|
92080
|
+
/* harmony import */ var _core_RpcRequest__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../core/RpcRequest */ "../../core/common/lib/esm/rpc/core/RpcRequest.js");
|
|
92081
|
+
/* harmony import */ var _multipart_RpcMultipartParser__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./multipart/RpcMultipartParser */ "../../core/common/lib/esm/rpc/web/multipart/RpcMultipartParser.js");
|
|
92082
|
+
/* harmony import */ var _RpcMultipart__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./RpcMultipart */ "../../core/common/lib/esm/rpc/web/RpcMultipart.js");
|
|
92083
|
+
/* harmony import */ var _WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./WebAppRpcProtocol */ "../../core/common/lib/esm/rpc/web/WebAppRpcProtocol.js");
|
|
92053
92084
|
/*---------------------------------------------------------------------------------------------
|
|
92054
92085
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
92055
92086
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -92057,8 +92088,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
92057
92088
|
/** @packageDocumentation
|
|
92058
92089
|
* @module RpcInterface
|
|
92059
92090
|
*/
|
|
92060
|
-
|
|
92061
|
-
|
|
92091
|
+
var _a;
|
|
92062
92092
|
|
|
92063
92093
|
|
|
92064
92094
|
|
|
@@ -92070,7 +92100,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
92070
92100
|
/** A web application RPC request.
|
|
92071
92101
|
* @internal
|
|
92072
92102
|
*/
|
|
92073
|
-
class WebAppRpcRequest extends
|
|
92103
|
+
class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_4__.RpcRequest {
|
|
92074
92104
|
/** Constructs a web application request. */
|
|
92075
92105
|
constructor(client, operation, parameters) {
|
|
92076
92106
|
super(client, operation, parameters);
|
|
@@ -92086,101 +92116,27 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
|
|
|
92086
92116
|
this._request.headers = {};
|
|
92087
92117
|
}
|
|
92088
92118
|
get _headers() { return this._request.headers; }
|
|
92089
|
-
/** Parse headers */
|
|
92090
|
-
static parseHeaders(protocol, req) {
|
|
92091
|
-
var _a;
|
|
92092
|
-
const headerNames = protocol.serializedClientRequestContextHeaderNames;
|
|
92093
|
-
const parsedHeaders = {
|
|
92094
|
-
id: req.header(headerNames.id) || "",
|
|
92095
|
-
applicationId: req.header(headerNames.applicationId) || "",
|
|
92096
|
-
applicationVersion: req.header(headerNames.applicationVersion) || "",
|
|
92097
|
-
sessionId: req.header(headerNames.sessionId) || "",
|
|
92098
|
-
authorization: (_a = (headerNames.authorization ? req.header(headerNames.authorization) : "")) !== null && _a !== void 0 ? _a : "",
|
|
92099
|
-
};
|
|
92100
|
-
return parsedHeaders;
|
|
92101
|
-
}
|
|
92102
92119
|
/** Parses a request. */
|
|
92103
92120
|
static async parseRequest(protocol, req) {
|
|
92104
|
-
|
|
92105
|
-
const parsedHeaders = this.parseHeaders(protocol, req);
|
|
92106
|
-
const request = {
|
|
92107
|
-
...parsedHeaders,
|
|
92108
|
-
operation: {
|
|
92109
|
-
interfaceDefinition: operation.interfaceDefinition,
|
|
92110
|
-
operationName: operation.operationName,
|
|
92111
|
-
interfaceVersion: operation.interfaceVersion,
|
|
92112
|
-
},
|
|
92113
|
-
method: req.method,
|
|
92114
|
-
path: req.url,
|
|
92115
|
-
parameters: operation.encodedRequest ? WebAppRpcRequest.parseFromPath(operation) : await WebAppRpcRequest.parseFromBody(req),
|
|
92116
|
-
caching: operation.encodedRequest ? _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcResponseCacheControl.Immutable : _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcResponseCacheControl.None,
|
|
92117
|
-
};
|
|
92118
|
-
request.ip = req.ip;
|
|
92119
|
-
request.protocolVersion = 0;
|
|
92120
|
-
if (protocol.protocolVersionHeaderName) {
|
|
92121
|
-
const version = req.header(protocol.protocolVersionHeaderName);
|
|
92122
|
-
if (version) {
|
|
92123
|
-
request.protocolVersion = parseInt(version, 10);
|
|
92124
|
-
}
|
|
92125
|
-
}
|
|
92126
|
-
if (!request.id) {
|
|
92127
|
-
throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, `Invalid request: Missing required activity ID.`);
|
|
92128
|
-
}
|
|
92129
|
-
return request;
|
|
92121
|
+
return this.backend.parseRequest(protocol, req);
|
|
92130
92122
|
}
|
|
92131
92123
|
/** Sends the response for a web request. */
|
|
92132
92124
|
static async sendResponse(protocol, request, fulfillment, req, res) {
|
|
92133
|
-
|
|
92134
|
-
const versionHeader = protocol.protocolVersionHeaderName;
|
|
92135
|
-
if (versionHeader && _core_RpcProtocol__WEBPACK_IMPORTED_MODULE_5__.RpcProtocol.protocolVersion) {
|
|
92136
|
-
res.set(versionHeader, _core_RpcProtocol__WEBPACK_IMPORTED_MODULE_5__.RpcProtocol.protocolVersion.toString());
|
|
92137
|
-
}
|
|
92138
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
92139
|
-
const { Readable, Stream } = await import(/* webpackIgnore: true */ "stream");
|
|
92140
|
-
const { createGzip } = await import(/* webpackIgnore: true */ "zlib");
|
|
92141
|
-
const transportType = WebAppRpcRequest.computeTransportType(fulfillment.result, fulfillment.rawResult);
|
|
92142
|
-
let responseBody;
|
|
92143
|
-
if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Binary) {
|
|
92144
|
-
responseBody = WebAppRpcRequest.configureBinary(fulfillment, res);
|
|
92145
|
-
}
|
|
92146
|
-
else if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Multipart) {
|
|
92147
|
-
responseBody = WebAppRpcRequest.configureMultipart(fulfillment, res);
|
|
92148
|
-
}
|
|
92149
|
-
else if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Stream) {
|
|
92150
|
-
responseBody = WebAppRpcRequest.configureStream(fulfillment);
|
|
92151
|
-
}
|
|
92152
|
-
else {
|
|
92153
|
-
responseBody = WebAppRpcRequest.configureText(fulfillment, res);
|
|
92154
|
-
}
|
|
92155
|
-
WebAppRpcRequest.configureResponse(protocol, request, fulfillment, res);
|
|
92156
|
-
res.status(fulfillment.status);
|
|
92157
|
-
if (fulfillment.allowCompression && ((_a = req.header("Accept-Encoding")) === null || _a === void 0 ? void 0 : _a.includes("gzip"))) {
|
|
92158
|
-
res.set("Content-Encoding", "gzip");
|
|
92159
|
-
const readableResponseBody = (responseBody instanceof Stream) ? responseBody : Readable.from(responseBody);
|
|
92160
|
-
responseBody = readableResponseBody.pipe(createGzip());
|
|
92161
|
-
}
|
|
92162
|
-
// This check should in theory look for instances of Readable, but that would break backend implementation at
|
|
92163
|
-
// core/backend/src/RpcBackend.ts
|
|
92164
|
-
if (responseBody instanceof Stream) {
|
|
92165
|
-
responseBody.pipe(res);
|
|
92166
|
-
}
|
|
92167
|
-
else {
|
|
92168
|
-
res.send(responseBody);
|
|
92169
|
-
}
|
|
92125
|
+
return this.backend.sendResponse(protocol, request, fulfillment, req, res);
|
|
92170
92126
|
}
|
|
92171
92127
|
/** Determines the most efficient transport type for an RPC value. */
|
|
92172
92128
|
static computeTransportType(value, source) {
|
|
92173
92129
|
if (source instanceof Uint8Array || (Array.isArray(source) && source[0] instanceof Uint8Array)) {
|
|
92174
|
-
return
|
|
92130
|
+
return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Binary;
|
|
92175
92131
|
}
|
|
92176
92132
|
else if (value.data.length > 0) {
|
|
92177
|
-
return
|
|
92133
|
+
return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Multipart;
|
|
92178
92134
|
}
|
|
92179
92135
|
else if (value.stream) {
|
|
92180
|
-
return
|
|
92136
|
+
return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Stream;
|
|
92181
92137
|
}
|
|
92182
92138
|
else {
|
|
92183
|
-
return
|
|
92139
|
+
return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Text;
|
|
92184
92140
|
}
|
|
92185
92141
|
}
|
|
92186
92142
|
/** Sets request header values. */
|
|
@@ -92196,7 +92152,7 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
|
|
|
92196
92152
|
resolve(await this.performFetch());
|
|
92197
92153
|
}
|
|
92198
92154
|
catch (reason) {
|
|
92199
|
-
reject(new
|
|
92155
|
+
reject(new _IModelError__WEBPACK_IMPORTED_MODULE_1__.ServerError(-1, typeof (reason) === "string" ? reason : "Server connection error."));
|
|
92200
92156
|
}
|
|
92201
92157
|
});
|
|
92202
92158
|
}
|
|
@@ -92220,10 +92176,10 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
|
|
|
92220
92176
|
}
|
|
92221
92177
|
handleUnknownResponse(code) {
|
|
92222
92178
|
if (this.protocol.isTimeout(code)) {
|
|
92223
|
-
this.reject(new
|
|
92179
|
+
this.reject(new _IModelError__WEBPACK_IMPORTED_MODULE_1__.ServerTimeoutError("Request timeout."));
|
|
92224
92180
|
}
|
|
92225
92181
|
else {
|
|
92226
|
-
this.reject(new
|
|
92182
|
+
this.reject(new _IModelError__WEBPACK_IMPORTED_MODULE_1__.ServerError(code, "Unknown server response code."));
|
|
92227
92183
|
}
|
|
92228
92184
|
}
|
|
92229
92185
|
async load() {
|
|
@@ -92233,7 +92189,7 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
|
|
|
92233
92189
|
return;
|
|
92234
92190
|
const response = this._response;
|
|
92235
92191
|
if (!response) {
|
|
92236
|
-
reject(new
|
|
92192
|
+
reject(new _IModelError__WEBPACK_IMPORTED_MODULE_1__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Invalid state."));
|
|
92237
92193
|
return;
|
|
92238
92194
|
}
|
|
92239
92195
|
if (this.protocol.protocolVersionHeaderName) {
|
|
@@ -92242,12 +92198,12 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
|
|
|
92242
92198
|
this.responseProtocolVersion = parseInt(version, 10);
|
|
92243
92199
|
}
|
|
92244
92200
|
}
|
|
92245
|
-
const contentType = response.headers.get(
|
|
92246
|
-
const responseType =
|
|
92247
|
-
if (responseType ===
|
|
92201
|
+
const contentType = response.headers.get(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT);
|
|
92202
|
+
const responseType = _WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_7__.WebAppRpcProtocol.computeContentType(contentType);
|
|
92203
|
+
if (responseType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Binary) {
|
|
92248
92204
|
resolve(await this.loadBinary(response));
|
|
92249
92205
|
}
|
|
92250
|
-
else if (responseType ===
|
|
92206
|
+
else if (responseType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Multipart) {
|
|
92251
92207
|
resolve(await this.loadMultipart(response, contentType));
|
|
92252
92208
|
}
|
|
92253
92209
|
else {
|
|
@@ -92255,13 +92211,13 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
|
|
|
92255
92211
|
}
|
|
92256
92212
|
this._loading = false;
|
|
92257
92213
|
this.setLastUpdatedTime();
|
|
92258
|
-
this.protocol.events.raiseEvent(
|
|
92214
|
+
this.protocol.events.raiseEvent(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.ResponseLoaded, this);
|
|
92259
92215
|
}
|
|
92260
92216
|
catch (reason) {
|
|
92261
92217
|
if (!this._loading)
|
|
92262
92218
|
return;
|
|
92263
92219
|
this._loading = false;
|
|
92264
|
-
reject(new
|
|
92220
|
+
reject(new _IModelError__WEBPACK_IMPORTED_MODULE_1__.ServerError(this.metadata.status, typeof (reason) === "string" ? reason : "Unknown server response error."));
|
|
92265
92221
|
}
|
|
92266
92222
|
});
|
|
92267
92223
|
}
|
|
@@ -92273,76 +92229,6 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
|
|
|
92273
92229
|
supplyRequest() {
|
|
92274
92230
|
return Request;
|
|
92275
92231
|
}
|
|
92276
|
-
static configureResponse(protocol, request, fulfillment, res) {
|
|
92277
|
-
const success = protocol.getStatus(fulfillment.status) === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcRequestStatus.Resolved;
|
|
92278
|
-
// TODO: Use stale-while-revalidate in cache headers. This needs to be tested, and does not currently have support in the router/caching-service.
|
|
92279
|
-
// This will allow browsers to use stale cached responses while also revalidating with the router, allowing us to start up a backend if necessary.
|
|
92280
|
-
// RPC Caching Service uses the s-maxage header to determine the TTL for the redis cache.
|
|
92281
|
-
const oneHourInSeconds = 3600;
|
|
92282
|
-
if (success && request.caching === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcResponseCacheControl.Immutable) {
|
|
92283
|
-
// If response size is > 50 MB, do not cache it.
|
|
92284
|
-
if (fulfillment.result.objects.length > (50 * 10 ** 7)) {
|
|
92285
|
-
res.set("Cache-Control", "no-store");
|
|
92286
|
-
}
|
|
92287
|
-
else if (request.operation.operationName === "generateTileContent") {
|
|
92288
|
-
res.set("Cache-Control", "no-store");
|
|
92289
|
-
}
|
|
92290
|
-
else if (request.operation.operationName === "getConnectionProps") {
|
|
92291
|
-
// GetConnectionprops can't be cached on the browser longer than the lifespan of the backend. The lifespan of backend may shrink too. Keep it at 1 second to be safe.
|
|
92292
|
-
res.set("Cache-Control", `s-maxage=${oneHourInSeconds * 24}, max-age=1, immutable`);
|
|
92293
|
-
}
|
|
92294
|
-
else if (request.operation.operationName === "getTileCacheContainerUrl") {
|
|
92295
|
-
// getTileCacheContainerUrl returns a SAS with an expiry of 23:59:59. We can't exceed that time when setting the max-age.
|
|
92296
|
-
res.set("Cache-Control", `s-maxage=${oneHourInSeconds * 23}, max-age=${oneHourInSeconds * 23}, immutable`);
|
|
92297
|
-
}
|
|
92298
|
-
else {
|
|
92299
|
-
res.set("Cache-Control", `s-maxage=${oneHourInSeconds * 24}, max-age=${oneHourInSeconds * 48}, immutable`);
|
|
92300
|
-
}
|
|
92301
|
-
}
|
|
92302
|
-
if (fulfillment.retry) {
|
|
92303
|
-
res.set("Retry-After", fulfillment.retry);
|
|
92304
|
-
}
|
|
92305
|
-
}
|
|
92306
|
-
static configureText(fulfillment, res) {
|
|
92307
|
-
res.set(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.CONTENT, _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.TEXT);
|
|
92308
|
-
return (fulfillment.status === 204) ? "" : fulfillment.result.objects;
|
|
92309
|
-
}
|
|
92310
|
-
static configureBinary(fulfillment, res) {
|
|
92311
|
-
res.set(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.CONTENT, _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.BINARY);
|
|
92312
|
-
const data = fulfillment.result.data[0];
|
|
92313
|
-
return buffer__WEBPACK_IMPORTED_MODULE_1__.Buffer.isBuffer(data) ? data : buffer__WEBPACK_IMPORTED_MODULE_1__.Buffer.from(data);
|
|
92314
|
-
}
|
|
92315
|
-
static configureMultipart(fulfillment, res) {
|
|
92316
|
-
const response = _RpcMultipart__WEBPACK_IMPORTED_MODULE_8__.RpcMultipart.createStream(fulfillment.result);
|
|
92317
|
-
const headers = response.getHeaders();
|
|
92318
|
-
for (const header in headers) {
|
|
92319
|
-
if (headers.hasOwnProperty(header)) {
|
|
92320
|
-
res.set(header, headers[header]);
|
|
92321
|
-
}
|
|
92322
|
-
}
|
|
92323
|
-
return response;
|
|
92324
|
-
}
|
|
92325
|
-
static configureStream(fulfillment) {
|
|
92326
|
-
return fulfillment.result.stream;
|
|
92327
|
-
}
|
|
92328
|
-
static parseFromPath(operation) {
|
|
92329
|
-
const decoded = operation.encodedRequest ? buffer__WEBPACK_IMPORTED_MODULE_1__.Buffer.from(operation.encodedRequest, "base64").toString("binary") : "";
|
|
92330
|
-
return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.RpcSerializedValue.create(decoded);
|
|
92331
|
-
}
|
|
92332
|
-
static async parseFromBody(req) {
|
|
92333
|
-
const contentType = _WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_9__.WebAppRpcProtocol.computeContentType(req.header(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.CONTENT));
|
|
92334
|
-
if (contentType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Binary) {
|
|
92335
|
-
const objects = JSON.stringify([_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.MarshalingBinaryMarker.createDefault()]);
|
|
92336
|
-
const data = [req.body];
|
|
92337
|
-
return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.RpcSerializedValue.create(objects, data);
|
|
92338
|
-
}
|
|
92339
|
-
else if (contentType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Multipart) {
|
|
92340
|
-
return _RpcMultipart__WEBPACK_IMPORTED_MODULE_8__.RpcMultipart.parseRequest(req);
|
|
92341
|
-
}
|
|
92342
|
-
else {
|
|
92343
|
-
return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.RpcSerializedValue.create(req.body);
|
|
92344
|
-
}
|
|
92345
|
-
}
|
|
92346
92232
|
async performFetch() {
|
|
92347
92233
|
const requestClass = this.supplyRequest();
|
|
92348
92234
|
const fetchFunction = this.supplyFetch();
|
|
@@ -92361,25 +92247,25 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
|
|
|
92361
92247
|
async loadText(response) {
|
|
92362
92248
|
const value = await response.text();
|
|
92363
92249
|
this.metadata.message = value;
|
|
92364
|
-
return
|
|
92250
|
+
return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_3__.RpcSerializedValue.create(value);
|
|
92365
92251
|
}
|
|
92366
92252
|
async loadBinary(response) {
|
|
92367
92253
|
const value = new Uint8Array(await response.arrayBuffer());
|
|
92368
|
-
const objects = JSON.stringify(
|
|
92369
|
-
return
|
|
92254
|
+
const objects = JSON.stringify(_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_3__.MarshalingBinaryMarker.createDefault());
|
|
92255
|
+
return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_3__.RpcSerializedValue.create(objects, [value]);
|
|
92370
92256
|
}
|
|
92371
92257
|
async loadMultipart(response, contentType) {
|
|
92372
92258
|
const data = await response.arrayBuffer();
|
|
92373
|
-
const value = new
|
|
92259
|
+
const value = new _multipart_RpcMultipartParser__WEBPACK_IMPORTED_MODULE_5__.RpcMultipartParser(contentType, new Uint8Array(data)).parse();
|
|
92374
92260
|
return value;
|
|
92375
92261
|
}
|
|
92376
92262
|
async setupTransport() {
|
|
92377
92263
|
const parameters = (await this.protocol.serialize(this)).parameters;
|
|
92378
92264
|
const transportType = WebAppRpcRequest.computeTransportType(parameters, this.parameters);
|
|
92379
|
-
if (transportType ===
|
|
92265
|
+
if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Binary) {
|
|
92380
92266
|
this.setupBinaryTransport(parameters);
|
|
92381
92267
|
}
|
|
92382
|
-
else if (transportType ===
|
|
92268
|
+
else if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Multipart) {
|
|
92383
92269
|
this.setupMultipartTransport(parameters);
|
|
92384
92270
|
}
|
|
92385
92271
|
else {
|
|
@@ -92387,15 +92273,15 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
|
|
|
92387
92273
|
}
|
|
92388
92274
|
}
|
|
92389
92275
|
setupBinaryTransport(parameters) {
|
|
92390
|
-
this._headers[
|
|
92276
|
+
this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT] = _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.BINARY;
|
|
92391
92277
|
this._request.method = "post";
|
|
92392
92278
|
this._request.body = parameters.data[0];
|
|
92393
92279
|
}
|
|
92394
92280
|
setupMultipartTransport(parameters) {
|
|
92395
92281
|
// IMPORTANT: do not set a multipart Content-Type header value. The browser does this automatically!
|
|
92396
|
-
delete this._headers[
|
|
92282
|
+
delete this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT];
|
|
92397
92283
|
this._request.method = "post";
|
|
92398
|
-
this._request.body =
|
|
92284
|
+
this._request.body = _RpcMultipart__WEBPACK_IMPORTED_MODULE_6__.RpcMultipart.createForm(parameters);
|
|
92399
92285
|
}
|
|
92400
92286
|
setupTextTransport(parameters) {
|
|
92401
92287
|
if (this.operation.policy.allowResponseCaching(this)) {
|
|
@@ -92403,23 +92289,33 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
|
|
|
92403
92289
|
if (encodedBody.length <= WebAppRpcRequest.maxUrlComponentSize) {
|
|
92404
92290
|
this._request.method = "get";
|
|
92405
92291
|
this._request.body = undefined;
|
|
92406
|
-
delete this._headers[
|
|
92292
|
+
delete this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT];
|
|
92407
92293
|
this._pathSuffix = encodedBody;
|
|
92408
92294
|
return;
|
|
92409
92295
|
}
|
|
92410
92296
|
}
|
|
92411
92297
|
this._pathSuffix = "";
|
|
92412
|
-
this._headers[
|
|
92298
|
+
this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT] = _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.TEXT;
|
|
92413
92299
|
this._request.method = "post";
|
|
92414
92300
|
this._request.body = parameters.objects;
|
|
92415
92301
|
}
|
|
92416
92302
|
}
|
|
92303
|
+
_a = WebAppRpcRequest;
|
|
92417
92304
|
/** The maximum size permitted for an encoded component in a URL.
|
|
92418
92305
|
* Note that some backends limit the total cumulative request size. Our current node backends accept requests with a max size of 16 kb.
|
|
92419
92306
|
* In addition to the url size, an authorization header may also add considerably to the request size.
|
|
92420
92307
|
* @note This is used for features like encoding the payload of a cacheable request in the URL.
|
|
92421
92308
|
*/
|
|
92422
92309
|
WebAppRpcRequest.maxUrlComponentSize = 1024 * 8;
|
|
92310
|
+
/** @internal */
|
|
92311
|
+
WebAppRpcRequest.backend = {
|
|
92312
|
+
sendResponse: async (_protocol, _request, _fulfillment, _req, _res) => {
|
|
92313
|
+
throw new _IModelError__WEBPACK_IMPORTED_MODULE_1__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Not bound.");
|
|
92314
|
+
},
|
|
92315
|
+
parseRequest: async (_protocol, _req) => {
|
|
92316
|
+
throw new _IModelError__WEBPACK_IMPORTED_MODULE_1__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Not bound.");
|
|
92317
|
+
},
|
|
92318
|
+
};
|
|
92423
92319
|
|
|
92424
92320
|
|
|
92425
92321
|
/***/ }),
|
|
@@ -92435,9 +92331,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
92435
92331
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
92436
92332
|
/* harmony export */ "RpcMultipartParser": () => (/* binding */ RpcMultipartParser)
|
|
92437
92333
|
/* harmony export */ });
|
|
92438
|
-
/* harmony import */ var
|
|
92439
|
-
/* harmony import */ var string_decoder__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! string_decoder */ "../../common/temp/node_modules/.pnpm/string_decoder@1.3.0/node_modules/string_decoder/lib/string_decoder.js");
|
|
92440
|
-
/* harmony import */ var _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
|
|
92334
|
+
/* harmony import */ var _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
|
|
92441
92335
|
/*---------------------------------------------------------------------------------------------
|
|
92442
92336
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
92443
92337
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -92473,8 +92367,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
92473
92367
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
92474
92368
|
*/
|
|
92475
92369
|
|
|
92476
|
-
|
|
92477
|
-
|
|
92478
92370
|
const START = 0;
|
|
92479
92371
|
const START_BOUNDARY = 1;
|
|
92480
92372
|
const HEADER_FIELD_START = 2;
|
|
@@ -92527,7 +92419,7 @@ class RpcMultipartParser {
|
|
|
92527
92419
|
this._partBoundaryFlag = false;
|
|
92528
92420
|
this._boundary = boundary;
|
|
92529
92421
|
this._buffer = buffer;
|
|
92530
|
-
this._value =
|
|
92422
|
+
this._value = _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_0__.RpcSerializedValue.create();
|
|
92531
92423
|
}
|
|
92532
92424
|
parse() {
|
|
92533
92425
|
let i = 0;
|
|
@@ -92535,9 +92427,10 @@ class RpcMultipartParser {
|
|
|
92535
92427
|
let prevIndex = 0;
|
|
92536
92428
|
let index = 0;
|
|
92537
92429
|
let state = START;
|
|
92538
|
-
const boundary =
|
|
92539
|
-
|
|
92540
|
-
|
|
92430
|
+
const boundary = new Uint8Array(this._boundary.length + 4);
|
|
92431
|
+
const boundaryEncoder = new TextEncoder(); // encodes utf8 only
|
|
92432
|
+
boundaryEncoder.encodeInto("\r\n--", boundary.subarray(0));
|
|
92433
|
+
boundaryEncoder.encodeInto(this._boundary, boundary.subarray(4));
|
|
92541
92434
|
const boundaryChars = {};
|
|
92542
92435
|
for (const char of boundary) {
|
|
92543
92436
|
boundaryChars[char] = true;
|
|
@@ -92545,7 +92438,7 @@ class RpcMultipartParser {
|
|
|
92545
92438
|
const boundaryLength = boundary.length;
|
|
92546
92439
|
const boundaryEnd = boundaryLength - 1;
|
|
92547
92440
|
const bufferLength = this._buffer.length;
|
|
92548
|
-
const lookbehind =
|
|
92441
|
+
const lookbehind = new Uint8Array(boundaryLength + 8);
|
|
92549
92442
|
let c;
|
|
92550
92443
|
let cl;
|
|
92551
92444
|
for (i = 0; i < len; i++) {
|
|
@@ -92599,7 +92492,7 @@ class RpcMultipartParser {
|
|
|
92599
92492
|
// empty header field
|
|
92600
92493
|
throw new Error("Empty header field");
|
|
92601
92494
|
}
|
|
92602
|
-
this._onParseHeaderField(this._buffer.
|
|
92495
|
+
this._onParseHeaderField(this._buffer.subarray(this._headerFieldMark, i));
|
|
92603
92496
|
this._headerFieldMark = null;
|
|
92604
92497
|
state = HEADER_VALUE_START;
|
|
92605
92498
|
break;
|
|
@@ -92617,7 +92510,7 @@ class RpcMultipartParser {
|
|
|
92617
92510
|
/* falls through */
|
|
92618
92511
|
case HEADER_VALUE:
|
|
92619
92512
|
if (c === CR) {
|
|
92620
|
-
this._onParseHeaderValue(this._buffer.
|
|
92513
|
+
this._onParseHeaderValue(this._buffer.subarray(this._headerValueMark, i));
|
|
92621
92514
|
this._headerValueMark = null;
|
|
92622
92515
|
this._onParseHeaderEnd();
|
|
92623
92516
|
state = HEADER_VALUE_ALMOST_DONE;
|
|
@@ -92654,7 +92547,7 @@ class RpcMultipartParser {
|
|
|
92654
92547
|
if (index < boundaryLength) {
|
|
92655
92548
|
if (boundary[index] === c) {
|
|
92656
92549
|
if (index === 0) {
|
|
92657
|
-
this._onParsePartData(this._buffer.
|
|
92550
|
+
this._onParsePartData(this._buffer.subarray(this._partDataMark, i));
|
|
92658
92551
|
this._partDataMark = null;
|
|
92659
92552
|
}
|
|
92660
92553
|
index++;
|
|
@@ -92701,7 +92594,7 @@ class RpcMultipartParser {
|
|
|
92701
92594
|
else if (prevIndex > 0) {
|
|
92702
92595
|
// if our boundary turned out to be rubbish, the captured lookbehind
|
|
92703
92596
|
// belongs to partData
|
|
92704
|
-
this._onParsePartData(lookbehind.
|
|
92597
|
+
this._onParsePartData(lookbehind.subarray(0, prevIndex));
|
|
92705
92598
|
prevIndex = 0;
|
|
92706
92599
|
this._partDataMark = i;
|
|
92707
92600
|
// reconsider the current character even so it interrupted the sequence
|
|
@@ -92728,15 +92621,15 @@ class RpcMultipartParser {
|
|
|
92728
92621
|
}
|
|
92729
92622
|
}
|
|
92730
92623
|
if (this._headerFieldMark != null) {
|
|
92731
|
-
this._onParseHeaderField(this._buffer.
|
|
92624
|
+
this._onParseHeaderField(this._buffer.subarray(this._headerFieldMark));
|
|
92732
92625
|
this._headerFieldMark = 0;
|
|
92733
92626
|
}
|
|
92734
92627
|
if (this._headerValueMark != null) {
|
|
92735
|
-
this._onParseHeaderValue(this._buffer.
|
|
92628
|
+
this._onParseHeaderValue(this._buffer.subarray(this._headerValueMark));
|
|
92736
92629
|
this._headerValueMark = 0;
|
|
92737
92630
|
}
|
|
92738
92631
|
if (this._partDataMark != null) {
|
|
92739
|
-
this._onParsePartData(this._buffer.
|
|
92632
|
+
this._onParsePartData(this._buffer.subarray(this._partDataMark));
|
|
92740
92633
|
this._partDataMark = 0;
|
|
92741
92634
|
}
|
|
92742
92635
|
return this._value;
|
|
@@ -92748,16 +92641,16 @@ class RpcMultipartParser {
|
|
|
92748
92641
|
this._partHeaders = {};
|
|
92749
92642
|
this._partName = null;
|
|
92750
92643
|
this._partChunks.length = 0;
|
|
92751
|
-
this._headerFieldDecoder = new
|
|
92644
|
+
this._headerFieldDecoder = new TextDecoder("utf8");
|
|
92752
92645
|
this._headerField = "";
|
|
92753
|
-
this._headerValueDecoder = new
|
|
92646
|
+
this._headerValueDecoder = new TextDecoder("utf8");
|
|
92754
92647
|
this._headerValue = "";
|
|
92755
92648
|
}
|
|
92756
92649
|
_onParseHeaderField(b) {
|
|
92757
|
-
this._headerField += this._headerFieldDecoder.
|
|
92650
|
+
this._headerField += this._headerFieldDecoder.decode(b);
|
|
92758
92651
|
}
|
|
92759
92652
|
_onParseHeaderValue(b) {
|
|
92760
|
-
this._headerValue += this._headerValueDecoder.
|
|
92653
|
+
this._headerValue += this._headerValueDecoder.decode(b);
|
|
92761
92654
|
}
|
|
92762
92655
|
_onParseHeaderEnd() {
|
|
92763
92656
|
this._headerField = this._headerField.toLowerCase();
|
|
@@ -92772,18 +92665,32 @@ class RpcMultipartParser {
|
|
|
92772
92665
|
else if (this._headerField === "content-transfer-encoding") {
|
|
92773
92666
|
// this._partTransferEncoding = this._headerValue.toLowerCase();
|
|
92774
92667
|
}
|
|
92775
|
-
this._headerFieldDecoder = new
|
|
92668
|
+
this._headerFieldDecoder = new TextDecoder("utf8");
|
|
92776
92669
|
this._headerField = "";
|
|
92777
|
-
this._headerValueDecoder = new
|
|
92670
|
+
this._headerValueDecoder = new TextDecoder("utf8");
|
|
92778
92671
|
this._headerValue = "";
|
|
92779
92672
|
}
|
|
92780
92673
|
_onParsePartData(b) {
|
|
92781
92674
|
this._partChunks.push(b);
|
|
92782
92675
|
}
|
|
92676
|
+
_concatParts() {
|
|
92677
|
+
let totalSize = 0;
|
|
92678
|
+
for (const chunk of this._partChunks) {
|
|
92679
|
+
totalSize += chunk.length;
|
|
92680
|
+
}
|
|
92681
|
+
const combined = new Uint8Array(totalSize);
|
|
92682
|
+
let offset = 0;
|
|
92683
|
+
for (const chunk of this._partChunks) {
|
|
92684
|
+
combined.set(chunk, offset);
|
|
92685
|
+
offset += chunk.length;
|
|
92686
|
+
}
|
|
92687
|
+
return combined;
|
|
92688
|
+
}
|
|
92783
92689
|
_onParsePartEnd() {
|
|
92784
|
-
const partValue = this._partChunks.length === 1 ? this._partChunks[0] :
|
|
92690
|
+
const partValue = this._partChunks.length === 1 ? this._partChunks[0] : this._concatParts();
|
|
92785
92691
|
if (this._partName === "objects") {
|
|
92786
|
-
|
|
92692
|
+
const partDecoder = new TextDecoder();
|
|
92693
|
+
this._value.objects = partDecoder.decode(partValue);
|
|
92787
92694
|
}
|
|
92788
92695
|
else {
|
|
92789
92696
|
this._value.data.push(partValue);
|
|
@@ -310590,7 +310497,7 @@ module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"P
|
|
|
310590
310497
|
/***/ ((module) => {
|
|
310591
310498
|
|
|
310592
310499
|
"use strict";
|
|
310593
|
-
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.5.0-dev.
|
|
310500
|
+
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.5.0-dev.43","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","build:ci":"npm run -s build && npm run -s build:esm","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","docs":"betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-frontend/file.json --tsIndexFile=./core-frontend.ts --onlyJson --excludes=webgl/**/*,**/primitives,**/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-eslintrc -c \\"../../tools/eslint-plugin/dist/configs/extension-exports-config.js\\" \\"./src/**/*.ts\\" 1>&2","lint":"eslint -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"},"repository":{"type":"git","url":"https://github.com/iTwin/itwinjs-core/tree/master/core/frontend"},"keywords":["Bentley","BIM","iModel","digital-twin","iTwin"],"author":{"name":"Bentley Systems, Inc.","url":"http://www.bentley.com"},"peerDependencies":{"@itwin/appui-abstract":"workspace:^3.5.0-dev.43","@itwin/core-bentley":"workspace:^3.5.0-dev.43","@itwin/core-common":"workspace:^3.5.0-dev.43","@itwin/core-geometry":"workspace:^3.5.0-dev.43","@itwin/core-orbitgt":"workspace:^3.5.0-dev.43","@itwin/core-quantity":"workspace:^3.5.0-dev.43","@itwin/webgl-compatibility":"workspace:^3.5.0-dev.43"},"//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":"workspace:*","@itwin/webgl-compatibility":"workspace:*","@types/chai":"4.3.1","@types/chai-as-promised":"^7","@types/deep-assign":"^0.1.0","@types/lodash":"^4.14.0","@types/mocha":"^8.2.2","@types/node":"16.11.59","@types/qs":"^6.5.0","@types/semver":"7.3.10","@types/superagent":"^4.1.14","@types/sinon":"^9.0.0","babel-loader":"~8.2.5","babel-plugin-istanbul":"~6.1.1","chai":"^4.1.2","chai-as-promised":"^7","cpx2":"^3.0.0","eslint":"^7.11.0","glob":"^7.1.2","mocha":"^10.0.0","nyc":"^15.1.0","rimraf":"^3.0.2","sinon":"^9.0.2","source-map-loader":"^4.0.0","typescript":"~4.4.0","webpack":"^5.64.4"},"//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/object-storage-azure":"~1.4.0","@itwin/cloud-agnostic-core":"~1.4.0","@itwin/object-storage-core":"~1.4.0","@itwin/core-i18n":"workspace:*","@itwin/core-telemetry":"workspace:*","@loaders.gl/core":"^3.1.6","@loaders.gl/draco":"^3.1.6","deep-assign":"^2.0.0","fuse.js":"^3.3.0","lodash":"^4.17.10","qs":"^6.5.1","semver":"^7.3.5","superagent":"7.1.3","wms-capabilities":"0.4.0","xml-js":"~1.6.11","reflect-metadata":"0.1.13"},"nyc":{"extends":"./node_modules/@itwin/build-tools/.nycrc"},"eslintConfig":{"plugins":["@itwin"],"extends":"plugin:@itwin/itwinjs-recommended","rules":{"@itwin/no-internal-barrel-imports":["error",{"required-barrel-modules":["./src/tile/internal.ts"]}],"@itwin/public-extension-exports":["error",{"releaseTags":["public","preview"],"outputApiFile":false}]},"overrides":[{"files":["*.test.ts","*.test.tsx","**/test/**/*.ts"],"rules":{"@itwin/no-internal-barrel-imports":"off"}}]}}');
|
|
310594
310501
|
|
|
310595
310502
|
/***/ })
|
|
310596
310503
|
|