@itwin/rpcinterface-full-stack-tests 4.1.0-dev.7 → 4.1.0-dev.8
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/_a8a9.bundled-tests.js.map +1 -1
- package/lib/dist/bundled-tests.js +43 -43
- 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-azure.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_itwin_object-storage-azure_1_6_0_node_modules_itwin_obj-0f69b1.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_3_3_node_modules_loaders_gl_draco_di-28f62e.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 +14 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_a8a9.bundled-tests.js","mappings":";;;;;;;;AAAA","sources":["file:///ignored|D:\\vsts_a\\
|
|
1
|
+
{"version":3,"file":"_a8a9.bundled-tests.js","mappings":";;;;;;;;AAAA","sources":["file:///ignored|D:\\vsts_a\\7\\s\\common\\temp\\node_modules\\.pnpm\\@loaders.gl+worker-utils@3.3.3\\node_modules\\@loaders.gl\\worker-utils\\dist\\esm\\lib\\library-utils|../node/require-utils.node"],"names":[],"sourceRoot":""}
|
|
@@ -39008,8 +39008,8 @@ class ImageSource {
|
|
|
39008
39008
|
"use strict";
|
|
39009
39009
|
__webpack_require__.r(__webpack_exports__);
|
|
39010
39010
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
39011
|
-
/* harmony export */ "
|
|
39012
|
-
/* harmony export */ "
|
|
39011
|
+
/* harmony export */ "getPullChangesIpcChannel": () => (/* binding */ getPullChangesIpcChannel),
|
|
39012
|
+
/* harmony export */ "ipcAppChannels": () => (/* binding */ ipcAppChannels)
|
|
39013
39013
|
/* harmony export */ });
|
|
39014
39014
|
/*---------------------------------------------------------------------------------------------
|
|
39015
39015
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
@@ -39021,15 +39021,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
39021
39021
|
/** Get IPC channel name used for reporting progress of pulling changes into iModel.
|
|
39022
39022
|
* @internal
|
|
39023
39023
|
*/
|
|
39024
|
-
const getPullChangesIpcChannel = (iModelId) => `${
|
|
39024
|
+
const getPullChangesIpcChannel = (iModelId) => `${ipcAppChannels.functions}/pullChanges/${iModelId}`;
|
|
39025
39025
|
/** @internal */
|
|
39026
|
-
|
|
39027
|
-
|
|
39028
|
-
|
|
39029
|
-
|
|
39030
|
-
|
|
39031
|
-
|
|
39032
|
-
})(IpcAppChannel || (IpcAppChannel = {}));
|
|
39026
|
+
const ipcAppChannels = {
|
|
39027
|
+
functions: "itwinjs-core/ipc-app",
|
|
39028
|
+
appNotify: "itwinjs-core/ipcApp-notify",
|
|
39029
|
+
txns: "itwinjs-core/txns",
|
|
39030
|
+
editingScope: "itwinjs-core/editing-scope",
|
|
39031
|
+
};
|
|
39033
39032
|
|
|
39034
39033
|
|
|
39035
39034
|
/***/ }),
|
|
@@ -40287,8 +40286,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40287
40286
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
40288
40287
|
/* harmony export */ "InternetConnectivityStatus": () => (/* binding */ InternetConnectivityStatus),
|
|
40289
40288
|
/* harmony export */ "OverriddenBy": () => (/* binding */ OverriddenBy),
|
|
40290
|
-
/* harmony export */ "
|
|
40291
|
-
/* harmony export */ "nativeAppNotify": () => (/* binding */ nativeAppNotify)
|
|
40289
|
+
/* harmony export */ "nativeAppIpcStrings": () => (/* binding */ nativeAppIpcStrings)
|
|
40292
40290
|
/* harmony export */ });
|
|
40293
40291
|
/*---------------------------------------------------------------------------------------------
|
|
40294
40292
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
@@ -40298,9 +40296,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40298
40296
|
* @module NativeApp
|
|
40299
40297
|
*/
|
|
40300
40298
|
/** @internal */
|
|
40301
|
-
const
|
|
40302
|
-
|
|
40303
|
-
|
|
40299
|
+
const nativeAppIpcStrings = {
|
|
40300
|
+
channelName: "itwinjs-core/nativeApp",
|
|
40301
|
+
notifyChannel: "itwinjs-core/nativeApp-notify",
|
|
40302
|
+
};
|
|
40304
40303
|
/** Indicates whether or not the computer is currently connected to the internet.
|
|
40305
40304
|
* @beta
|
|
40306
40305
|
*/
|
|
@@ -46762,7 +46761,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
46762
46761
|
/* harmony export */ "ImdlHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_147__.ImdlHeader),
|
|
46763
46762
|
/* harmony export */ "InternetConnectivityStatus": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_78__.InternetConnectivityStatus),
|
|
46764
46763
|
/* harmony export */ "Interpolation": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_109__.Interpolation),
|
|
46765
|
-
/* harmony export */ "IpcAppChannel": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_68__.IpcAppChannel),
|
|
46766
46764
|
/* harmony export */ "IpcSession": () => (/* reexport safe */ _ipc_IpcSession__WEBPACK_IMPORTED_MODULE_67__.IpcSession),
|
|
46767
46765
|
/* harmony export */ "IpcWebSocket": () => (/* reexport safe */ _ipc_IpcWebSocket__WEBPACK_IMPORTED_MODULE_65__.IpcWebSocket),
|
|
46768
46766
|
/* harmony export */ "IpcWebSocketBackend": () => (/* reexport safe */ _ipc_IpcWebSocket__WEBPACK_IMPORTED_MODULE_65__.IpcWebSocketBackend),
|
|
@@ -46963,19 +46961,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
46963
46961
|
/* harmony export */ "iModelTileTreeIdToString": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_150__.iModelTileTreeIdToString),
|
|
46964
46962
|
/* harmony export */ "iTwinChannel": () => (/* reexport safe */ _ipc_IpcSocket__WEBPACK_IMPORTED_MODULE_64__.iTwinChannel),
|
|
46965
46963
|
/* harmony export */ "initializeRpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_123__.initializeRpcRequest),
|
|
46964
|
+
/* harmony export */ "ipcAppChannels": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_68__.ipcAppChannels),
|
|
46966
46965
|
/* harmony export */ "isKnownTileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_149__.isKnownTileFormat),
|
|
46967
46966
|
/* harmony export */ "isPlacement2dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.isPlacement2dProps),
|
|
46968
46967
|
/* harmony export */ "isPlacement3dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.isPlacement3dProps),
|
|
46969
46968
|
/* harmony export */ "isPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_60__.isPowerOfTwo),
|
|
46970
46969
|
/* harmony export */ "isValidImageSourceFormat": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_60__.isValidImageSourceFormat),
|
|
46971
46970
|
/* harmony export */ "mapToGeoServiceStatus": () => (/* reexport safe */ _GeoCoordinateServices__WEBPACK_IMPORTED_MODULE_34__.mapToGeoServiceStatus),
|
|
46972
|
-
/* harmony export */ "
|
|
46973
|
-
/* harmony export */ "nativeAppNotify": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_78__.nativeAppNotify),
|
|
46971
|
+
/* harmony export */ "nativeAppIpcStrings": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_78__.nativeAppIpcStrings),
|
|
46974
46972
|
/* harmony export */ "nextHighestPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_60__.nextHighestPowerOfTwo),
|
|
46975
46973
|
/* harmony export */ "nextPoint3d64FromByteStream": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_149__.nextPoint3d64FromByteStream),
|
|
46976
46974
|
/* harmony export */ "parseTileTreeIdAndContentId": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_150__.parseTileTreeIdAndContentId),
|
|
46977
46975
|
/* harmony export */ "readElementMeshes": () => (/* reexport safe */ _ElementMesh__WEBPACK_IMPORTED_MODULE_23__.readElementMeshes),
|
|
46978
46976
|
/* harmony export */ "readTileContentDescription": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_150__.readTileContentDescription),
|
|
46977
|
+
/* harmony export */ "rpcOverIpcStrings": () => (/* reexport safe */ _ipc_IpcSession__WEBPACK_IMPORTED_MODULE_67__.rpcOverIpcStrings),
|
|
46979
46978
|
/* harmony export */ "tileFormatFromNumber": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_149__.tileFormatFromNumber)
|
|
46980
46979
|
/* harmony export */ });
|
|
46981
46980
|
/* harmony import */ var _AmbientOcclusion__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AmbientOcclusion */ "../../core/common/lib/esm/AmbientOcclusion.js");
|
|
@@ -55926,7 +55925,8 @@ class TextString {
|
|
|
55926
55925
|
"use strict";
|
|
55927
55926
|
__webpack_require__.r(__webpack_exports__);
|
|
55928
55927
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
55929
|
-
/* harmony export */ "IpcSession": () => (/* binding */ IpcSession)
|
|
55928
|
+
/* harmony export */ "IpcSession": () => (/* binding */ IpcSession),
|
|
55929
|
+
/* harmony export */ "rpcOverIpcStrings": () => (/* binding */ rpcOverIpcStrings)
|
|
55930
55930
|
/* harmony export */ });
|
|
55931
55931
|
/*---------------------------------------------------------------------------------------------
|
|
55932
55932
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
@@ -55936,18 +55936,18 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
55936
55936
|
* @module IpcSocket
|
|
55937
55937
|
*/
|
|
55938
55938
|
/** @internal */
|
|
55939
|
+
const rpcOverIpcStrings = {
|
|
55940
|
+
channelName: "itwinjs-core/rpc-over-ipc",
|
|
55941
|
+
};
|
|
55942
|
+
/** @internal */
|
|
55939
55943
|
class IpcSession {
|
|
55940
55944
|
static get active() { return this._active; }
|
|
55941
55945
|
static start(session) {
|
|
55942
|
-
if (this._active)
|
|
55946
|
+
if (this._active)
|
|
55943
55947
|
return;
|
|
55944
|
-
}
|
|
55945
55948
|
this._active = session;
|
|
55946
55949
|
}
|
|
55947
55950
|
static stop() {
|
|
55948
|
-
if (!this._active) {
|
|
55949
|
-
return;
|
|
55950
|
-
}
|
|
55951
55951
|
this._active = undefined;
|
|
55952
55952
|
}
|
|
55953
55953
|
}
|
|
@@ -76887,8 +76887,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
76887
76887
|
/* harmony export */ "BriefcaseTxns": () => (/* binding */ BriefcaseTxns)
|
|
76888
76888
|
/* harmony export */ });
|
|
76889
76889
|
/* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
|
|
76890
|
-
/* harmony import */ var
|
|
76891
|
-
/* harmony import */ var
|
|
76890
|
+
/* harmony import */ var _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
|
|
76891
|
+
/* harmony import */ var _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @itwin/core-geometry */ "../../core/geometry/lib/esm/core-geometry.js");
|
|
76892
76892
|
/* harmony import */ var _IpcApp__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./IpcApp */ "../../core/frontend/lib/esm/IpcApp.js");
|
|
76893
76893
|
/*---------------------------------------------------------------------------------------------
|
|
76894
76894
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
@@ -76911,7 +76911,7 @@ class BriefcaseNotificationHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.
|
|
|
76911
76911
|
super();
|
|
76912
76912
|
this._key = _key;
|
|
76913
76913
|
}
|
|
76914
|
-
get channelName() { return `${this.briefcaseChannelName}
|
|
76914
|
+
get channelName() { return `${this.briefcaseChannelName}/${this._key}`; }
|
|
76915
76915
|
}
|
|
76916
76916
|
/** Manages local changes to a [[BriefcaseConnection]] via [Txns]($docs/learning/InteractiveEditing.md).
|
|
76917
76917
|
* @see [[BriefcaseConnection.txns]].
|
|
@@ -76921,7 +76921,7 @@ class BriefcaseNotificationHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.
|
|
|
76921
76921
|
class BriefcaseTxns extends BriefcaseNotificationHandler {
|
|
76922
76922
|
/** @internal */
|
|
76923
76923
|
get briefcaseChannelName() {
|
|
76924
|
-
return
|
|
76924
|
+
return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ipcAppChannels.txns;
|
|
76925
76925
|
}
|
|
76926
76926
|
/** @internal */
|
|
76927
76927
|
constructor(iModel) {
|
|
@@ -77116,19 +77116,19 @@ class BriefcaseTxns extends BriefcaseNotificationHandler {
|
|
|
77116
77116
|
}
|
|
77117
77117
|
/** @internal */
|
|
77118
77118
|
notifyProjectExtentsChanged(range) {
|
|
77119
|
-
this._iModel.projectExtents =
|
|
77119
|
+
this._iModel.projectExtents = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Range3d.fromJSON(range);
|
|
77120
77120
|
}
|
|
77121
77121
|
/** @internal */
|
|
77122
77122
|
notifyGlobalOriginChanged(origin) {
|
|
77123
|
-
this._iModel.globalOrigin =
|
|
77123
|
+
this._iModel.globalOrigin = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Point3d.fromJSON(origin);
|
|
77124
77124
|
}
|
|
77125
77125
|
/** @internal */
|
|
77126
77126
|
notifyEcefLocationChanged(ecef) {
|
|
77127
|
-
this._iModel.ecefLocation = ecef ? new
|
|
77127
|
+
this._iModel.ecefLocation = ecef ? new _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.EcefLocation(ecef) : undefined;
|
|
77128
77128
|
}
|
|
77129
77129
|
/** @internal */
|
|
77130
77130
|
notifyGeographicCoordinateSystemChanged(gcs) {
|
|
77131
|
-
this._iModel.geographicCoordinateSystem = gcs ? new
|
|
77131
|
+
this._iModel.geographicCoordinateSystem = gcs ? new _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.GeographicCRS(gcs) : undefined;
|
|
77132
77132
|
}
|
|
77133
77133
|
}
|
|
77134
77134
|
|
|
@@ -81368,7 +81368,7 @@ class ModelChanges extends _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Sort
|
|
|
81368
81368
|
* @public
|
|
81369
81369
|
*/
|
|
81370
81370
|
class GraphicalEditingScope extends _BriefcaseTxns__WEBPACK_IMPORTED_MODULE_2__.BriefcaseNotificationHandler {
|
|
81371
|
-
get briefcaseChannelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.
|
|
81371
|
+
get briefcaseChannelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ipcAppChannels.editingScope; }
|
|
81372
81372
|
/** Don't call this directly - use BriefcaseConnection.enterEditingScope.
|
|
81373
81373
|
* @internal
|
|
81374
81374
|
*/
|
|
@@ -84271,7 +84271,7 @@ class IpcApp {
|
|
|
84271
84271
|
}
|
|
84272
84272
|
/** @deprecated in 3.x. use [[appFunctionIpc]] */
|
|
84273
84273
|
static async callIpcHost(methodName, ...args) {
|
|
84274
|
-
return this.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.
|
|
84274
|
+
return this.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.functions, methodName, ...args);
|
|
84275
84275
|
}
|
|
84276
84276
|
/** start an IpcApp.
|
|
84277
84277
|
* @note this should not be called directly. It is called by NativeApp.startup */
|
|
@@ -84287,7 +84287,7 @@ class IpcApp {
|
|
|
84287
84287
|
}
|
|
84288
84288
|
}
|
|
84289
84289
|
/** A Proxy to call one of the [IpcAppFunctions]($common) functions via IPC. */
|
|
84290
|
-
IpcApp.appFunctionIpc = IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.
|
|
84290
|
+
IpcApp.appFunctionIpc = IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.functions);
|
|
84291
84291
|
|
|
84292
84292
|
/**
|
|
84293
84293
|
* Base class for all implementations of an Ipc notification response interface. This class is implemented on your frontend to supply
|
|
@@ -84324,7 +84324,7 @@ class NotificationHandler {
|
|
|
84324
84324
|
}
|
|
84325
84325
|
/** IpcApp notifications from backend */
|
|
84326
84326
|
class IpcAppNotifyHandler extends NotificationHandler {
|
|
84327
|
-
get channelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.
|
|
84327
|
+
get channelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.appNotify; }
|
|
84328
84328
|
notifyApp() { }
|
|
84329
84329
|
}
|
|
84330
84330
|
|
|
@@ -84435,7 +84435,7 @@ class LocalTransport extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Ipc
|
|
|
84435
84435
|
}
|
|
84436
84436
|
class LocalSession extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.IpcSession {
|
|
84437
84437
|
async handleRpc(info) {
|
|
84438
|
-
return _IpcApp__WEBPACK_IMPORTED_MODULE_1__.IpcApp.callIpcChannel(
|
|
84438
|
+
return _IpcApp__WEBPACK_IMPORTED_MODULE_1__.IpcApp.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.rpcOverIpcStrings.channelName, "request", info);
|
|
84439
84439
|
}
|
|
84440
84440
|
}
|
|
84441
84441
|
/**
|
|
@@ -85308,7 +85308,7 @@ var _a;
|
|
|
85308
85308
|
|
|
85309
85309
|
/** NativeApp notifications from backend */
|
|
85310
85310
|
class NativeAppNotifyHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.NotificationHandler {
|
|
85311
|
-
get channelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.
|
|
85311
|
+
get channelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.notifyChannel; }
|
|
85312
85312
|
notifyInternetConnectivityChanged(status) {
|
|
85313
85313
|
_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logInfo(_FrontendLoggerCategory__WEBPACK_IMPORTED_MODULE_2__.FrontendLoggerCategory.NativeApp, "Internet connectivity changed");
|
|
85314
85314
|
NativeApp.onInternetConnectivityChanged.raiseEvent(status);
|
|
@@ -85322,7 +85322,7 @@ class NativeAppNotifyHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.Notifi
|
|
|
85322
85322
|
class NativeApp {
|
|
85323
85323
|
/** @deprecated in 3.x. use nativeAppIpc */
|
|
85324
85324
|
static async callNativeHost(methodName, ...args) {
|
|
85325
|
-
return _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.
|
|
85325
|
+
return _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.channelName, methodName, ...args);
|
|
85326
85326
|
}
|
|
85327
85327
|
static async setConnectivity(by, status) {
|
|
85328
85328
|
await this.nativeAppIpc.overrideInternetConnectivity(by, status);
|
|
@@ -85446,7 +85446,7 @@ class NativeApp {
|
|
|
85446
85446
|
}
|
|
85447
85447
|
_a = NativeApp;
|
|
85448
85448
|
/** A Proxy to call one of the [NativeAppFunctions]($common) functions via IPC. */
|
|
85449
|
-
NativeApp.nativeAppIpc = _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.
|
|
85449
|
+
NativeApp.nativeAppIpc = _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.channelName);
|
|
85450
85450
|
NativeApp._storages = new Map();
|
|
85451
85451
|
NativeApp._onOnline = async () => {
|
|
85452
85452
|
await NativeApp.setConnectivity(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.OverriddenBy.Browser, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.InternetConnectivityStatus.Online);
|
|
@@ -275619,7 +275619,7 @@ class TestContext {
|
|
|
275619
275619
|
this.initializeRpcInterfaces({ title: this.settings.Backend.name, version: this.settings.Backend.version });
|
|
275620
275620
|
const iModelClient = new imodels_client_management_1.IModelsClient({ api: { baseUrl: `https://${process.env.IMJS_URL_PREFIX ?? ""}api.bentley.com/imodels` } });
|
|
275621
275621
|
await core_frontend_1.NoRenderApp.startup({
|
|
275622
|
-
applicationVersion: "4.1.0-dev.
|
|
275622
|
+
applicationVersion: "4.1.0-dev.8",
|
|
275623
275623
|
applicationId: this.settings.gprid,
|
|
275624
275624
|
authorizationClient: new frontend_1.TestFrontendAuthorizationClient(this.adminUserAccessToken),
|
|
275625
275625
|
hubAccess: new imodels_access_frontend_1.FrontendIModelsAccess(iModelClient),
|
|
@@ -277338,7 +277338,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
277338
277338
|
* @module Core
|
|
277339
277339
|
*/
|
|
277340
277340
|
/** @internal */
|
|
277341
|
-
const PRESENTATION_IPC_CHANNEL_NAME = "presentation
|
|
277341
|
+
const PRESENTATION_IPC_CHANNEL_NAME = "itwinjs-presentation/ipc-interface";
|
|
277342
277342
|
|
|
277343
277343
|
|
|
277344
277344
|
/***/ }),
|
|
@@ -294993,7 +294993,7 @@ module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"P
|
|
|
294993
294993
|
/***/ ((module) => {
|
|
294994
294994
|
|
|
294995
294995
|
"use strict";
|
|
294996
|
-
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.1.0-dev.
|
|
294996
|
+
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.1.0-dev.8","description":"iTwin.js frontend components","main":"lib/cjs/core-frontend.js","module":"lib/esm/core-frontend.js","typings":"lib/cjs/core-frontend","license":"MIT","scripts":{"build":"npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm","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 \\"./node_modules/@itwin/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.git","directory":"core/frontend"},"keywords":["Bentley","BIM","iModel","digital-twin","iTwin"],"author":{"name":"Bentley Systems, Inc.","url":"http://www.bentley.com"},"peerDependencies":{"@itwin/appui-abstract":"workspace:^4.1.0-dev.8","@itwin/core-bentley":"workspace:^4.1.0-dev.8","@itwin/core-common":"workspace:^4.1.0-dev.8","@itwin/core-geometry":"workspace:^4.1.0-dev.8","@itwin/core-orbitgt":"workspace:^4.1.0-dev.8","@itwin/core-quantity":"workspace:^4.1.0-dev.8"},"//devDependencies":["NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install","NOTE: All tools used by scripts in this package must be listed as devDependencies"],"devDependencies":{"@itwin/appui-abstract":"workspace:*","@itwin/build-tools":"workspace:*","@itwin/core-bentley":"workspace:*","@itwin/core-common":"workspace:*","@itwin/core-geometry":"workspace:*","@itwin/core-orbitgt":"workspace:*","@itwin/core-quantity":"workspace:*","@itwin/certa":"workspace:*","@itwin/eslint-plugin":"^4.0.0-dev.33","@types/chai":"4.3.1","@types/chai-as-promised":"^7","@types/mocha":"^8.2.2","@types/node":"^18.11.5","@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":"^8.36.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":"~5.0.2","webpack":"^5.76.0"},"//dependencies":["NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API","NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"],"dependencies":{"@itwin/object-storage-azure":"^1.5.0","@itwin/cloud-agnostic-core":"^1.5.0","@itwin/object-storage-core":"^1.5.0","@itwin/core-i18n":"workspace:*","@itwin/core-telemetry":"workspace:*","@itwin/webgl-compatibility":"workspace:*","@loaders.gl/core":"^3.1.6","@loaders.gl/draco":"^3.1.6","fuse.js":"^3.3.0","wms-capabilities":"0.4.0","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"}}]}}');
|
|
294997
294997
|
|
|
294998
294998
|
/***/ }),
|
|
294999
294999
|
|