@itwin/ecschema-rpcinterface-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.
@@ -1 +1 @@
1
- {"version":3,"file":"_a8a9.bundled-tests.js","mappings":";;;;;;;;AAAA","sources":["file:///ignored|D:\\vsts_a\\4\\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":""}
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":""}
@@ -36263,8 +36263,8 @@ class ImageSource {
36263
36263
  "use strict";
36264
36264
  __webpack_require__.r(__webpack_exports__);
36265
36265
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
36266
- /* harmony export */ "IpcAppChannel": () => (/* binding */ IpcAppChannel),
36267
- /* harmony export */ "getPullChangesIpcChannel": () => (/* binding */ getPullChangesIpcChannel)
36266
+ /* harmony export */ "getPullChangesIpcChannel": () => (/* binding */ getPullChangesIpcChannel),
36267
+ /* harmony export */ "ipcAppChannels": () => (/* binding */ ipcAppChannels)
36268
36268
  /* harmony export */ });
36269
36269
  /*---------------------------------------------------------------------------------------------
36270
36270
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
@@ -36276,15 +36276,14 @@ __webpack_require__.r(__webpack_exports__);
36276
36276
  /** Get IPC channel name used for reporting progress of pulling changes into iModel.
36277
36277
  * @internal
36278
36278
  */
36279
- const getPullChangesIpcChannel = (iModelId) => `${IpcAppChannel.Functions}.pullChanges-progress-${iModelId}`;
36279
+ const getPullChangesIpcChannel = (iModelId) => `${ipcAppChannels.functions}/pullChanges/${iModelId}`;
36280
36280
  /** @internal */
36281
- var IpcAppChannel;
36282
- (function (IpcAppChannel) {
36283
- IpcAppChannel["Functions"] = "ipc-app";
36284
- IpcAppChannel["AppNotify"] = "ipcApp-notify";
36285
- IpcAppChannel["Txns"] = "txns";
36286
- IpcAppChannel["EditingScope"] = "editing-scope";
36287
- })(IpcAppChannel || (IpcAppChannel = {}));
36281
+ const ipcAppChannels = {
36282
+ functions: "itwinjs-core/ipc-app",
36283
+ appNotify: "itwinjs-core/ipcApp-notify",
36284
+ txns: "itwinjs-core/txns",
36285
+ editingScope: "itwinjs-core/editing-scope",
36286
+ };
36288
36287
 
36289
36288
 
36290
36289
  /***/ }),
@@ -37542,8 +37541,7 @@ __webpack_require__.r(__webpack_exports__);
37542
37541
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
37543
37542
  /* harmony export */ "InternetConnectivityStatus": () => (/* binding */ InternetConnectivityStatus),
37544
37543
  /* harmony export */ "OverriddenBy": () => (/* binding */ OverriddenBy),
37545
- /* harmony export */ "nativeAppChannel": () => (/* binding */ nativeAppChannel),
37546
- /* harmony export */ "nativeAppNotify": () => (/* binding */ nativeAppNotify)
37544
+ /* harmony export */ "nativeAppIpcStrings": () => (/* binding */ nativeAppIpcStrings)
37547
37545
  /* harmony export */ });
37548
37546
  /*---------------------------------------------------------------------------------------------
37549
37547
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
@@ -37553,9 +37551,10 @@ __webpack_require__.r(__webpack_exports__);
37553
37551
  * @module NativeApp
37554
37552
  */
37555
37553
  /** @internal */
37556
- const nativeAppChannel = "nativeApp";
37557
- /** @internal */
37558
- const nativeAppNotify = "nativeApp-notify";
37554
+ const nativeAppIpcStrings = {
37555
+ channelName: "itwinjs-core/nativeApp",
37556
+ notifyChannel: "itwinjs-core/nativeApp-notify",
37557
+ };
37559
37558
  /** Indicates whether or not the computer is currently connected to the internet.
37560
37559
  * @beta
37561
37560
  */
@@ -44017,7 +44016,6 @@ __webpack_require__.r(__webpack_exports__);
44017
44016
  /* harmony export */ "ImdlHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_147__.ImdlHeader),
44018
44017
  /* harmony export */ "InternetConnectivityStatus": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_78__.InternetConnectivityStatus),
44019
44018
  /* harmony export */ "Interpolation": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_109__.Interpolation),
44020
- /* harmony export */ "IpcAppChannel": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_68__.IpcAppChannel),
44021
44019
  /* harmony export */ "IpcSession": () => (/* reexport safe */ _ipc_IpcSession__WEBPACK_IMPORTED_MODULE_67__.IpcSession),
44022
44020
  /* harmony export */ "IpcWebSocket": () => (/* reexport safe */ _ipc_IpcWebSocket__WEBPACK_IMPORTED_MODULE_65__.IpcWebSocket),
44023
44021
  /* harmony export */ "IpcWebSocketBackend": () => (/* reexport safe */ _ipc_IpcWebSocket__WEBPACK_IMPORTED_MODULE_65__.IpcWebSocketBackend),
@@ -44218,19 +44216,20 @@ __webpack_require__.r(__webpack_exports__);
44218
44216
  /* harmony export */ "iModelTileTreeIdToString": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_150__.iModelTileTreeIdToString),
44219
44217
  /* harmony export */ "iTwinChannel": () => (/* reexport safe */ _ipc_IpcSocket__WEBPACK_IMPORTED_MODULE_64__.iTwinChannel),
44220
44218
  /* harmony export */ "initializeRpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_123__.initializeRpcRequest),
44219
+ /* harmony export */ "ipcAppChannels": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_68__.ipcAppChannels),
44221
44220
  /* harmony export */ "isKnownTileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_149__.isKnownTileFormat),
44222
44221
  /* harmony export */ "isPlacement2dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.isPlacement2dProps),
44223
44222
  /* harmony export */ "isPlacement3dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.isPlacement3dProps),
44224
44223
  /* harmony export */ "isPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_60__.isPowerOfTwo),
44225
44224
  /* harmony export */ "isValidImageSourceFormat": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_60__.isValidImageSourceFormat),
44226
44225
  /* harmony export */ "mapToGeoServiceStatus": () => (/* reexport safe */ _GeoCoordinateServices__WEBPACK_IMPORTED_MODULE_34__.mapToGeoServiceStatus),
44227
- /* harmony export */ "nativeAppChannel": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_78__.nativeAppChannel),
44228
- /* harmony export */ "nativeAppNotify": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_78__.nativeAppNotify),
44226
+ /* harmony export */ "nativeAppIpcStrings": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_78__.nativeAppIpcStrings),
44229
44227
  /* harmony export */ "nextHighestPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_60__.nextHighestPowerOfTwo),
44230
44228
  /* harmony export */ "nextPoint3d64FromByteStream": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_149__.nextPoint3d64FromByteStream),
44231
44229
  /* harmony export */ "parseTileTreeIdAndContentId": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_150__.parseTileTreeIdAndContentId),
44232
44230
  /* harmony export */ "readElementMeshes": () => (/* reexport safe */ _ElementMesh__WEBPACK_IMPORTED_MODULE_23__.readElementMeshes),
44233
44231
  /* harmony export */ "readTileContentDescription": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_150__.readTileContentDescription),
44232
+ /* harmony export */ "rpcOverIpcStrings": () => (/* reexport safe */ _ipc_IpcSession__WEBPACK_IMPORTED_MODULE_67__.rpcOverIpcStrings),
44234
44233
  /* harmony export */ "tileFormatFromNumber": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_149__.tileFormatFromNumber)
44235
44234
  /* harmony export */ });
44236
44235
  /* harmony import */ var _AmbientOcclusion__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AmbientOcclusion */ "../../core/common/lib/esm/AmbientOcclusion.js");
@@ -53181,7 +53180,8 @@ class TextString {
53181
53180
  "use strict";
53182
53181
  __webpack_require__.r(__webpack_exports__);
53183
53182
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
53184
- /* harmony export */ "IpcSession": () => (/* binding */ IpcSession)
53183
+ /* harmony export */ "IpcSession": () => (/* binding */ IpcSession),
53184
+ /* harmony export */ "rpcOverIpcStrings": () => (/* binding */ rpcOverIpcStrings)
53185
53185
  /* harmony export */ });
53186
53186
  /*---------------------------------------------------------------------------------------------
53187
53187
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
@@ -53191,18 +53191,18 @@ __webpack_require__.r(__webpack_exports__);
53191
53191
  * @module IpcSocket
53192
53192
  */
53193
53193
  /** @internal */
53194
+ const rpcOverIpcStrings = {
53195
+ channelName: "itwinjs-core/rpc-over-ipc",
53196
+ };
53197
+ /** @internal */
53194
53198
  class IpcSession {
53195
53199
  static get active() { return this._active; }
53196
53200
  static start(session) {
53197
- if (this._active) {
53201
+ if (this._active)
53198
53202
  return;
53199
- }
53200
53203
  this._active = session;
53201
53204
  }
53202
53205
  static stop() {
53203
- if (!this._active) {
53204
- return;
53205
- }
53206
53206
  this._active = undefined;
53207
53207
  }
53208
53208
  }
@@ -74311,8 +74311,8 @@ __webpack_require__.r(__webpack_exports__);
74311
74311
  /* harmony export */ "BriefcaseTxns": () => (/* binding */ BriefcaseTxns)
74312
74312
  /* harmony export */ });
74313
74313
  /* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
74314
- /* harmony import */ var _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @itwin/core-geometry */ "../../core/geometry/lib/esm/core-geometry.js");
74315
- /* harmony import */ var _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
74314
+ /* harmony import */ var _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
74315
+ /* harmony import */ var _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @itwin/core-geometry */ "../../core/geometry/lib/esm/core-geometry.js");
74316
74316
  /* harmony import */ var _IpcApp__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./IpcApp */ "../../core/frontend/lib/esm/IpcApp.js");
74317
74317
  /*---------------------------------------------------------------------------------------------
74318
74318
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
@@ -74335,7 +74335,7 @@ class BriefcaseNotificationHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.
74335
74335
  super();
74336
74336
  this._key = _key;
74337
74337
  }
74338
- get channelName() { return `${this.briefcaseChannelName}:${this._key}`; }
74338
+ get channelName() { return `${this.briefcaseChannelName}/${this._key}`; }
74339
74339
  }
74340
74340
  /** Manages local changes to a [[BriefcaseConnection]] via [Txns]($docs/learning/InteractiveEditing.md).
74341
74341
  * @see [[BriefcaseConnection.txns]].
@@ -74345,7 +74345,7 @@ class BriefcaseNotificationHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.
74345
74345
  class BriefcaseTxns extends BriefcaseNotificationHandler {
74346
74346
  /** @internal */
74347
74347
  get briefcaseChannelName() {
74348
- return _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.IpcAppChannel.Txns;
74348
+ return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ipcAppChannels.txns;
74349
74349
  }
74350
74350
  /** @internal */
74351
74351
  constructor(iModel) {
@@ -74540,19 +74540,19 @@ class BriefcaseTxns extends BriefcaseNotificationHandler {
74540
74540
  }
74541
74541
  /** @internal */
74542
74542
  notifyProjectExtentsChanged(range) {
74543
- this._iModel.projectExtents = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Range3d.fromJSON(range);
74543
+ this._iModel.projectExtents = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Range3d.fromJSON(range);
74544
74544
  }
74545
74545
  /** @internal */
74546
74546
  notifyGlobalOriginChanged(origin) {
74547
- this._iModel.globalOrigin = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d.fromJSON(origin);
74547
+ this._iModel.globalOrigin = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Point3d.fromJSON(origin);
74548
74548
  }
74549
74549
  /** @internal */
74550
74550
  notifyEcefLocationChanged(ecef) {
74551
- this._iModel.ecefLocation = ecef ? new _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.EcefLocation(ecef) : undefined;
74551
+ this._iModel.ecefLocation = ecef ? new _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.EcefLocation(ecef) : undefined;
74552
74552
  }
74553
74553
  /** @internal */
74554
74554
  notifyGeographicCoordinateSystemChanged(gcs) {
74555
- this._iModel.geographicCoordinateSystem = gcs ? new _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.GeographicCRS(gcs) : undefined;
74555
+ this._iModel.geographicCoordinateSystem = gcs ? new _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.GeographicCRS(gcs) : undefined;
74556
74556
  }
74557
74557
  }
74558
74558
 
@@ -78792,7 +78792,7 @@ class ModelChanges extends _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Sort
78792
78792
  * @public
78793
78793
  */
78794
78794
  class GraphicalEditingScope extends _BriefcaseTxns__WEBPACK_IMPORTED_MODULE_2__.BriefcaseNotificationHandler {
78795
- get briefcaseChannelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.IpcAppChannel.EditingScope; }
78795
+ get briefcaseChannelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ipcAppChannels.editingScope; }
78796
78796
  /** Don't call this directly - use BriefcaseConnection.enterEditingScope.
78797
78797
  * @internal
78798
78798
  */
@@ -81695,7 +81695,7 @@ class IpcApp {
81695
81695
  }
81696
81696
  /** @deprecated in 3.x. use [[appFunctionIpc]] */
81697
81697
  static async callIpcHost(methodName, ...args) {
81698
- return this.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.IpcAppChannel.Functions, methodName, ...args);
81698
+ return this.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.functions, methodName, ...args);
81699
81699
  }
81700
81700
  /** start an IpcApp.
81701
81701
  * @note this should not be called directly. It is called by NativeApp.startup */
@@ -81711,7 +81711,7 @@ class IpcApp {
81711
81711
  }
81712
81712
  }
81713
81713
  /** A Proxy to call one of the [IpcAppFunctions]($common) functions via IPC. */
81714
- IpcApp.appFunctionIpc = IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.IpcAppChannel.Functions);
81714
+ IpcApp.appFunctionIpc = IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.functions);
81715
81715
 
81716
81716
  /**
81717
81717
  * Base class for all implementations of an Ipc notification response interface. This class is implemented on your frontend to supply
@@ -81748,7 +81748,7 @@ class NotificationHandler {
81748
81748
  }
81749
81749
  /** IpcApp notifications from backend */
81750
81750
  class IpcAppNotifyHandler extends NotificationHandler {
81751
- get channelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.IpcAppChannel.AppNotify; }
81751
+ get channelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.appNotify; }
81752
81752
  notifyApp() { }
81753
81753
  }
81754
81754
 
@@ -81859,7 +81859,7 @@ class LocalTransport extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.Ipc
81859
81859
  }
81860
81860
  class LocalSession extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.IpcSession {
81861
81861
  async handleRpc(info) {
81862
- return _IpcApp__WEBPACK_IMPORTED_MODULE_1__.IpcApp.callIpcChannel("RPC", "request", info);
81862
+ return _IpcApp__WEBPACK_IMPORTED_MODULE_1__.IpcApp.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.rpcOverIpcStrings.channelName, "request", info);
81863
81863
  }
81864
81864
  }
81865
81865
  /**
@@ -82732,7 +82732,7 @@ var _a;
82732
82732
 
82733
82733
  /** NativeApp notifications from backend */
82734
82734
  class NativeAppNotifyHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.NotificationHandler {
82735
- get channelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppNotify; }
82735
+ get channelName() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.notifyChannel; }
82736
82736
  notifyInternetConnectivityChanged(status) {
82737
82737
  _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logInfo(_FrontendLoggerCategory__WEBPACK_IMPORTED_MODULE_2__.FrontendLoggerCategory.NativeApp, "Internet connectivity changed");
82738
82738
  NativeApp.onInternetConnectivityChanged.raiseEvent(status);
@@ -82746,7 +82746,7 @@ class NativeAppNotifyHandler extends _IpcApp__WEBPACK_IMPORTED_MODULE_3__.Notifi
82746
82746
  class NativeApp {
82747
82747
  /** @deprecated in 3.x. use nativeAppIpc */
82748
82748
  static async callNativeHost(methodName, ...args) {
82749
- return _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppChannel, methodName, ...args);
82749
+ return _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.callIpcChannel(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.channelName, methodName, ...args);
82750
82750
  }
82751
82751
  static async setConnectivity(by, status) {
82752
82752
  await this.nativeAppIpc.overrideInternetConnectivity(by, status);
@@ -82870,7 +82870,7 @@ class NativeApp {
82870
82870
  }
82871
82871
  _a = NativeApp;
82872
82872
  /** A Proxy to call one of the [NativeAppFunctions]($common) functions via IPC. */
82873
- NativeApp.nativeAppIpc = _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppChannel);
82873
+ NativeApp.nativeAppIpc = _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.channelName);
82874
82874
  NativeApp._storages = new Map();
82875
82875
  NativeApp._onOnline = async () => {
82876
82876
  await NativeApp.setConnectivity(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.OverriddenBy.Browser, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.InternetConnectivityStatus.Online);
@@ -283351,7 +283351,7 @@ module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"P
283351
283351
  /***/ ((module) => {
283352
283352
 
283353
283353
  "use strict";
283354
- module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.1.0-dev.7","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.7","@itwin/core-bentley":"workspace:^4.1.0-dev.7","@itwin/core-common":"workspace:^4.1.0-dev.7","@itwin/core-geometry":"workspace:^4.1.0-dev.7","@itwin/core-orbitgt":"workspace:^4.1.0-dev.7","@itwin/core-quantity":"workspace:^4.1.0-dev.7"},"//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"}}]}}');
283354
+ 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"}}]}}');
283355
283355
 
283356
283356
  /***/ })
283357
283357