@itwin/ecschema-rpcinterface-tests 3.6.0-dev.59 → 3.6.0-dev.62
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/{_cb67.bundled-tests.js → _07c5.bundled-tests.js} +3 -3
- package/lib/dist/_07c5.bundled-tests.js.map +1 -0
- package/lib/dist/bundled-tests.js +191 -142
- 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_12_node_modules_loaders_gl_draco_d-b19815.bundled-tests.js → vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_13_node_modules_loaders_gl_draco_d-e0d984.bundled-tests.js} +72 -72
- package/lib/dist/{vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_12_node_modules_loaders_gl_draco_d-b19815.bundled-tests.js.map → vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_13_node_modules_loaders_gl_draco_d-e0d984.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/lib/frontend/setup/TestContext.js.map +1 -1
- package/package.json +16 -16
- package/lib/dist/_cb67.bundled-tests.js.map +0 -1
|
@@ -7391,7 +7391,7 @@ module.exports = {
|
|
|
7391
7391
|
"use strict";
|
|
7392
7392
|
|
|
7393
7393
|
|
|
7394
|
-
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.
|
|
7394
|
+
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js");
|
|
7395
7395
|
|
|
7396
7396
|
var callBind = __webpack_require__(/*! ./ */ "../../common/temp/node_modules/.pnpm/call-bind@1.0.2/node_modules/call-bind/index.js");
|
|
7397
7397
|
|
|
@@ -7418,7 +7418,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
7418
7418
|
|
|
7419
7419
|
|
|
7420
7420
|
var bind = __webpack_require__(/*! function-bind */ "../../common/temp/node_modules/.pnpm/function-bind@1.1.1/node_modules/function-bind/index.js");
|
|
7421
|
-
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.
|
|
7421
|
+
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js");
|
|
7422
7422
|
|
|
7423
7423
|
var $apply = GetIntrinsic('%Function.prototype.apply%');
|
|
7424
7424
|
var $call = GetIntrinsic('%Function.prototype.call%');
|
|
@@ -18753,9 +18753,9 @@ module.exports = getFuncName;
|
|
|
18753
18753
|
|
|
18754
18754
|
/***/ }),
|
|
18755
18755
|
|
|
18756
|
-
/***/ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.
|
|
18756
|
+
/***/ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js":
|
|
18757
18757
|
/*!****************************************************************************************************!*\
|
|
18758
|
-
!*** ../../common/temp/node_modules/.pnpm/get-intrinsic@1.
|
|
18758
|
+
!*** ../../common/temp/node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js ***!
|
|
18759
18759
|
\****************************************************************************************************/
|
|
18760
18760
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
18761
18761
|
|
|
@@ -18824,6 +18824,8 @@ var INTRINSICS = {
|
|
|
18824
18824
|
'%AsyncIteratorPrototype%': needsEval,
|
|
18825
18825
|
'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,
|
|
18826
18826
|
'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,
|
|
18827
|
+
'%BigInt64Array%': typeof BigInt64Array === 'undefined' ? undefined : BigInt64Array,
|
|
18828
|
+
'%BigUint64Array%': typeof BigUint64Array === 'undefined' ? undefined : BigUint64Array,
|
|
18827
18829
|
'%Boolean%': Boolean,
|
|
18828
18830
|
'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,
|
|
18829
18831
|
'%Date%': Date,
|
|
@@ -18879,6 +18881,14 @@ var INTRINSICS = {
|
|
|
18879
18881
|
'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet
|
|
18880
18882
|
};
|
|
18881
18883
|
|
|
18884
|
+
try {
|
|
18885
|
+
null.error; // eslint-disable-line no-unused-expressions
|
|
18886
|
+
} catch (e) {
|
|
18887
|
+
// https://github.com/tc39/proposal-shadowrealm/pull/384#issuecomment-1364264229
|
|
18888
|
+
var errorProto = getProto(getProto(e));
|
|
18889
|
+
INTRINSICS['%Error.prototype%'] = errorProto;
|
|
18890
|
+
}
|
|
18891
|
+
|
|
18882
18892
|
var doEval = function doEval(name) {
|
|
18883
18893
|
var value;
|
|
18884
18894
|
if (name === '%AsyncFunction%') {
|
|
@@ -19202,8 +19212,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
19202
19212
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19203
19213
|
/* harmony export */ "default": () => (/* binding */ Browser)
|
|
19204
19214
|
/* harmony export */ });
|
|
19205
|
-
/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
19206
|
-
/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
19215
|
+
/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/classCallCheck.js");
|
|
19216
|
+
/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/createClass.js");
|
|
19207
19217
|
|
|
19208
19218
|
|
|
19209
19219
|
|
|
@@ -42892,7 +42902,7 @@ module.exports = validRange
|
|
|
42892
42902
|
"use strict";
|
|
42893
42903
|
|
|
42894
42904
|
|
|
42895
|
-
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.
|
|
42905
|
+
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js");
|
|
42896
42906
|
var callBound = __webpack_require__(/*! call-bind/callBound */ "../../common/temp/node_modules/.pnpm/call-bind@1.0.2/node_modules/call-bind/callBound.js");
|
|
42897
42907
|
var inspect = __webpack_require__(/*! object-inspect */ "../../common/temp/node_modules/.pnpm/object-inspect@1.12.3/node_modules/object-inspect/index.js");
|
|
42898
42908
|
|
|
@@ -78798,37 +78808,37 @@ IModelReadRpcInterface.interfaceName = "IModelReadRpcInterface";
|
|
|
78798
78808
|
/** The semantic version of the interface. */
|
|
78799
78809
|
IModelReadRpcInterface.interfaceVersion = "3.5.0";
|
|
78800
78810
|
__decorate([
|
|
78801
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78811
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78802
78812
|
], IModelReadRpcInterface.prototype, "getConnectionProps", null);
|
|
78803
78813
|
__decorate([
|
|
78804
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78814
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78805
78815
|
], IModelReadRpcInterface.prototype, "querySubCategories", null);
|
|
78806
78816
|
__decorate([
|
|
78807
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78817
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78808
78818
|
], IModelReadRpcInterface.prototype, "getModelProps", null);
|
|
78809
78819
|
__decorate([
|
|
78810
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78820
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78811
78821
|
], IModelReadRpcInterface.prototype, "queryModelRanges", null);
|
|
78812
78822
|
__decorate([
|
|
78813
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78823
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78814
78824
|
], IModelReadRpcInterface.prototype, "queryModelExtents", null);
|
|
78815
78825
|
__decorate([
|
|
78816
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78826
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78817
78827
|
], IModelReadRpcInterface.prototype, "getClassHierarchy", null);
|
|
78818
78828
|
__decorate([
|
|
78819
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78829
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78820
78830
|
], IModelReadRpcInterface.prototype, "getViewStateData", null);
|
|
78821
78831
|
__decorate([
|
|
78822
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78832
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78823
78833
|
], IModelReadRpcInterface.prototype, "getDefaultViewId", null);
|
|
78824
78834
|
__decorate([
|
|
78825
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78835
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78826
78836
|
], IModelReadRpcInterface.prototype, "getCustomViewState3dData", null);
|
|
78827
78837
|
__decorate([
|
|
78828
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78838
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78829
78839
|
], IModelReadRpcInterface.prototype, "hydrateViewState", null);
|
|
78830
78840
|
__decorate([
|
|
78831
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78841
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78832
78842
|
], IModelReadRpcInterface.prototype, "getGeoCoordinatesFromIModelCoordinates", null);
|
|
78833
78843
|
|
|
78834
78844
|
|
|
@@ -78936,10 +78946,10 @@ IModelTileRpcInterface.interfaceName = "IModelTileRpcInterface";
|
|
|
78936
78946
|
/** The semantic version of the interface. */
|
|
78937
78947
|
IModelTileRpcInterface.interfaceVersion = "3.2.0";
|
|
78938
78948
|
__decorate([
|
|
78939
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78949
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78940
78950
|
], IModelTileRpcInterface.prototype, "getTileCacheContainerUrl", null);
|
|
78941
78951
|
__decorate([
|
|
78942
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
78952
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
78943
78953
|
], IModelTileRpcInterface.prototype, "requestTileTreeProps", null);
|
|
78944
78954
|
|
|
78945
78955
|
|
|
@@ -79027,6 +79037,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79027
79037
|
* @module RpcInterface
|
|
79028
79038
|
*/
|
|
79029
79039
|
|
|
79040
|
+
/* eslint-disable deprecation/deprecation */
|
|
79030
79041
|
/** An RpcManager that uses RpcDefaultConfiguration/RpcDirectProtocol to make client stubs invoke
|
|
79031
79042
|
* registered server impls as direct method calls within the same JavaScript context. In other words,
|
|
79032
79043
|
* TestRpcManager sets up a protocol that uses our remoting mechanism but cuts out the communication
|
|
@@ -79344,6 +79355,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79344
79355
|
/** @packageDocumentation
|
|
79345
79356
|
* @module RpcInterface
|
|
79346
79357
|
*/
|
|
79358
|
+
/* eslint-disable deprecation/deprecation */
|
|
79347
79359
|
/** Describes available options for RPC response caching.
|
|
79348
79360
|
* @public
|
|
79349
79361
|
*/
|
|
@@ -79354,6 +79366,7 @@ var RpcResponseCacheControl;
|
|
|
79354
79366
|
})(RpcResponseCacheControl || (RpcResponseCacheControl = {}));
|
|
79355
79367
|
/** RPC protocol event types.
|
|
79356
79368
|
* @public
|
|
79369
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
79357
79370
|
*/
|
|
79358
79371
|
var RpcProtocolEvent;
|
|
79359
79372
|
(function (RpcProtocolEvent) {
|
|
@@ -79373,6 +79386,7 @@ var RpcProtocolEvent;
|
|
|
79373
79386
|
})(RpcProtocolEvent || (RpcProtocolEvent = {}));
|
|
79374
79387
|
/** The status of an RPC operation request.
|
|
79375
79388
|
* @public
|
|
79389
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
79376
79390
|
*/
|
|
79377
79391
|
var RpcRequestStatus;
|
|
79378
79392
|
(function (RpcRequestStatus) {
|
|
@@ -79392,7 +79406,7 @@ var RpcRequestStatus;
|
|
|
79392
79406
|
RpcRequestStatus[RpcRequestStatus["RequestTimeout"] = 13] = "RequestTimeout";
|
|
79393
79407
|
RpcRequestStatus[RpcRequestStatus["TooManyRequests"] = 14] = "TooManyRequests";
|
|
79394
79408
|
})(RpcRequestStatus || (RpcRequestStatus = {}));
|
|
79395
|
-
/** @public */
|
|
79409
|
+
/** @public @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0. */
|
|
79396
79410
|
(function (RpcRequestStatus) {
|
|
79397
79411
|
function isTransientError(status) {
|
|
79398
79412
|
return status === RpcRequestStatus.BadGateway || status === RpcRequestStatus.ServiceUnavailable || status === RpcRequestStatus.GatewayTimeout
|
|
@@ -79402,6 +79416,7 @@ var RpcRequestStatus;
|
|
|
79402
79416
|
})(RpcRequestStatus || (RpcRequestStatus = {}));
|
|
79403
79417
|
/** RPC request event types.
|
|
79404
79418
|
* @public
|
|
79419
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
79405
79420
|
*/
|
|
79406
79421
|
var RpcRequestEvent;
|
|
79407
79422
|
(function (RpcRequestEvent) {
|
|
@@ -79411,6 +79426,7 @@ var RpcRequestEvent;
|
|
|
79411
79426
|
})(RpcRequestEvent || (RpcRequestEvent = {}));
|
|
79412
79427
|
/** RPC content types.
|
|
79413
79428
|
* @public
|
|
79429
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
79414
79430
|
*/
|
|
79415
79431
|
var RpcContentType;
|
|
79416
79432
|
(function (RpcContentType) {
|
|
@@ -79422,6 +79438,7 @@ var RpcContentType;
|
|
|
79422
79438
|
})(RpcContentType || (RpcContentType = {}));
|
|
79423
79439
|
/** Endpoints for RPC protocols.
|
|
79424
79440
|
* @public
|
|
79441
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
79425
79442
|
*/
|
|
79426
79443
|
var RpcEndpoint;
|
|
79427
79444
|
(function (RpcEndpoint) {
|
|
@@ -79474,8 +79491,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79474
79491
|
|
|
79475
79492
|
|
|
79476
79493
|
|
|
79494
|
+
/* eslint-disable deprecation/deprecation */
|
|
79477
79495
|
/** An RPC operation control response.
|
|
79478
79496
|
* @public
|
|
79497
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
79479
79498
|
*/
|
|
79480
79499
|
class RpcControlResponse {
|
|
79481
79500
|
constructor() {
|
|
@@ -79484,6 +79503,7 @@ class RpcControlResponse {
|
|
|
79484
79503
|
}
|
|
79485
79504
|
/** A pending RPC operation response.
|
|
79486
79505
|
* @public
|
|
79506
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
79487
79507
|
*/
|
|
79488
79508
|
class RpcPendingResponse extends RpcControlResponse {
|
|
79489
79509
|
/** Constructs a pending response. */
|
|
@@ -79494,6 +79514,7 @@ class RpcPendingResponse extends RpcControlResponse {
|
|
|
79494
79514
|
}
|
|
79495
79515
|
/** A RPC operation response.
|
|
79496
79516
|
* @public
|
|
79517
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
79497
79518
|
*/
|
|
79498
79519
|
class RpcNotFoundResponse extends RpcControlResponse {
|
|
79499
79520
|
constructor() {
|
|
@@ -80079,6 +80100,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
80079
80100
|
|
|
80080
80101
|
|
|
80081
80102
|
|
|
80103
|
+
/* eslint-disable deprecation/deprecation */
|
|
80082
80104
|
/** The policy for an RPC operation.
|
|
80083
80105
|
* @internal
|
|
80084
80106
|
*/
|
|
@@ -80222,6 +80244,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
80222
80244
|
*/
|
|
80223
80245
|
|
|
80224
80246
|
|
|
80247
|
+
/* eslint-disable deprecation/deprecation */
|
|
80225
80248
|
/** Manages pending RPC requests and responses.
|
|
80226
80249
|
* @internal
|
|
80227
80250
|
*/
|
|
@@ -80634,6 +80657,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
80634
80657
|
|
|
80635
80658
|
|
|
80636
80659
|
|
|
80660
|
+
/* eslint-disable deprecation/deprecation */
|
|
80637
80661
|
/** @internal */
|
|
80638
80662
|
const REGISTRY = Symbol.for("@itwin/core-common/RpcRegistry");
|
|
80639
80663
|
/** @internal */
|
|
@@ -80855,6 +80879,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
80855
80879
|
|
|
80856
80880
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
80857
80881
|
// cspell:ignore csrf
|
|
80882
|
+
/* eslint-disable deprecation/deprecation */
|
|
80858
80883
|
/** @internal */
|
|
80859
80884
|
const aggregateLoad = { lastRequest: 0, lastResponse: 0 };
|
|
80860
80885
|
/** @internal */
|
|
@@ -81345,6 +81370,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
81345
81370
|
/** @packageDocumentation
|
|
81346
81371
|
* @module RpcInterface
|
|
81347
81372
|
*/
|
|
81373
|
+
/* eslint-disable deprecation/deprecation */
|
|
81348
81374
|
/** @internal */
|
|
81349
81375
|
class RpcRoutingToken {
|
|
81350
81376
|
constructor(id, debugLabel) {
|
|
@@ -81391,6 +81417,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
81391
81417
|
|
|
81392
81418
|
|
|
81393
81419
|
|
|
81420
|
+
/* eslint-disable deprecation/deprecation */
|
|
81394
81421
|
class SessionConfiguration extends _RpcConfiguration__WEBPACK_IMPORTED_MODULE_0__.RpcConfiguration {
|
|
81395
81422
|
constructor() {
|
|
81396
81423
|
super(...arguments);
|
|
@@ -81555,6 +81582,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
81555
81582
|
|
|
81556
81583
|
|
|
81557
81584
|
|
|
81585
|
+
/* eslint-disable deprecation/deprecation */
|
|
81558
81586
|
var AppMode;
|
|
81559
81587
|
(function (AppMode) {
|
|
81560
81588
|
AppMode["MilestoneReview"] = "1";
|
|
@@ -81849,6 +81877,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
81849
81877
|
|
|
81850
81878
|
|
|
81851
81879
|
|
|
81880
|
+
/* eslint-disable deprecation/deprecation */
|
|
81852
81881
|
/** @internal */
|
|
81853
81882
|
const BACKEND = Symbol.for("@itwin.WebAppRpcLogging.Backend");
|
|
81854
81883
|
const FRONTEND = Symbol.for("@itwin.WebAppRpcLogging.Frontend");
|
|
@@ -82414,6 +82443,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
82414
82443
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
82415
82444
|
*/
|
|
82416
82445
|
|
|
82446
|
+
/* eslint-disable deprecation/deprecation */
|
|
82417
82447
|
const START = 0;
|
|
82418
82448
|
const START_BOUNDARY = 1;
|
|
82419
82449
|
const HEADER_FIELD_START = 2;
|
|
@@ -99577,7 +99607,7 @@ class CheckpointConnection extends _IModelConnection__WEBPACK_IMPORTED_MODULE_4_
|
|
|
99577
99607
|
_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logTrace(loggerCategory, `IModelConnection.open`, iModelToken);
|
|
99578
99608
|
const startTime = Date.now();
|
|
99579
99609
|
const removeListener = _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcRequest.events.addListener((type, request) => {
|
|
99580
|
-
if (type !== _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcRequestEvent.PendingUpdateReceived)
|
|
99610
|
+
if (type !== _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcRequestEvent.PendingUpdateReceived) // eslint-disable-line deprecation/deprecation
|
|
99581
99611
|
return;
|
|
99582
99612
|
if (!(openForReadOperation && request.operation === openForReadOperation))
|
|
99583
99613
|
return;
|
|
@@ -120166,7 +120196,7 @@ class ToolProvider {
|
|
|
120166
120196
|
const toolbarItem = _itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.ToolbarItemUtilities.createActionButton(this._toolId, 0, this._toolIcon, this._toolLabel, async () => {
|
|
120167
120197
|
await _IModelApp__WEBPACK_IMPORTED_MODULE_0__.IModelApp.tools.run(this._toolId);
|
|
120168
120198
|
});
|
|
120169
|
-
return stageUsage === _itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.StageUsage.General && toolbarUsage === _itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.ToolbarUsage.ContentManipulation && toolbarOrientation === _itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.ToolbarOrientation.Vertical ? [toolbarItem] : [];
|
|
120199
|
+
return stageUsage === _itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.StageUsage.General && toolbarUsage === _itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.ToolbarUsage.ContentManipulation && toolbarOrientation === _itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.ToolbarOrientation.Vertical ? [toolbarItem] : []; // eslint-disable-line deprecation/deprecation
|
|
120170
120200
|
}
|
|
120171
120201
|
}
|
|
120172
120202
|
/** @alpha */
|
|
@@ -120177,7 +120207,7 @@ class ExtensionImpl {
|
|
|
120177
120207
|
async registerTool(tool, onRegistered) {
|
|
120178
120208
|
try {
|
|
120179
120209
|
_IModelApp__WEBPACK_IMPORTED_MODULE_0__.IModelApp.tools.register(tool);
|
|
120180
|
-
_itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.UiItemsManager.register(new ToolProvider(tool));
|
|
120210
|
+
_itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.UiItemsManager.register(new ToolProvider(tool)); // eslint-disable-line deprecation/deprecation
|
|
120181
120211
|
onRegistered === null || onRegistered === void 0 ? void 0 : onRegistered();
|
|
120182
120212
|
}
|
|
120183
120213
|
catch (e) {
|
|
@@ -160778,7 +160808,7 @@ class GltfReader {
|
|
|
160778
160808
|
if (dracoMeshes.length === 0)
|
|
160779
160809
|
return;
|
|
160780
160810
|
try {
|
|
160781
|
-
const dracoLoader = (await Promise.all(/*! import() */[__webpack_require__.e("vendors-
|
|
160811
|
+
const dracoLoader = (await Promise.all(/*! import() */[__webpack_require__.e("vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_13_node_modules_loaders_gl_draco_d-e0d984"), __webpack_require__.e("_07c5")]).then(__webpack_require__.bind(__webpack_require__, /*! @loaders.gl/draco */ "../../common/temp/node_modules/.pnpm/@loaders.gl+draco@3.2.13/node_modules/@loaders.gl/draco/dist/esm/index.js"))).DracoLoader;
|
|
160782
160812
|
await Promise.all(dracoMeshes.map(async (x) => this.decodeDracoMesh(x, dracoLoader)));
|
|
160783
160813
|
}
|
|
160784
160814
|
catch (err) {
|
|
@@ -163967,7 +163997,7 @@ function readPnts(stream, dataOffset, pnts) {
|
|
|
163967
163997
|
async function decodeDracoPointCloud(buf) {
|
|
163968
163998
|
var _a, _b, _c, _d, _e, _f;
|
|
163969
163999
|
try {
|
|
163970
|
-
const dracoLoader = (await Promise.all(/*! import() */[__webpack_require__.e("vendors-
|
|
164000
|
+
const dracoLoader = (await Promise.all(/*! import() */[__webpack_require__.e("vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_13_node_modules_loaders_gl_draco_d-e0d984"), __webpack_require__.e("_07c5")]).then(__webpack_require__.bind(__webpack_require__, /*! @loaders.gl/draco */ "../../common/temp/node_modules/.pnpm/@loaders.gl+draco@3.2.13/node_modules/@loaders.gl/draco/dist/esm/index.js"))).DracoLoader;
|
|
163971
164001
|
const mesh = await dracoLoader.parse(buf, {});
|
|
163972
164002
|
if (mesh.topology !== "point-list")
|
|
163973
164003
|
return undefined;
|
|
@@ -167974,7 +168004,7 @@ class TileAdmin {
|
|
|
167974
168004
|
_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.lookup(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.IModelTileRpcInterface, "requestTileTreeProps").policy.retryInterval = () => retryInterval;
|
|
167975
168005
|
const policy = _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.lookup(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.IModelTileRpcInterface, "generateTileContent").policy;
|
|
167976
168006
|
policy.retryInterval = () => retryInterval;
|
|
167977
|
-
policy.allowResponseCaching = () => _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcResponseCacheControl.Immutable;
|
|
168007
|
+
policy.allowResponseCaching = () => _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcResponseCacheControl.Immutable; // eslint-disable-line deprecation/deprecation
|
|
167978
168008
|
}
|
|
167979
168009
|
}
|
|
167980
168010
|
/** @public */
|
|
@@ -172475,6 +172505,8 @@ class WmsMapLayerImageryProvider extends _internal__WEBPACK_IMPORTED_MODULE_3__.
|
|
|
172475
172505
|
}
|
|
172476
172506
|
return { support3857: support3857 !== null && support3857 !== void 0 ? support3857 : false, support4326: support4326 !== null && support4326 !== void 0 ? support4326 : false };
|
|
172477
172507
|
}
|
|
172508
|
+
// WMS standard requires 'TRUE' or 'FALSE' (case sensitive) values.
|
|
172509
|
+
get transparentBackgroundString() { return this._settings.transparentBackground ? "TRUE" : "FALSE"; }
|
|
172478
172510
|
// construct the Url from the desired Tile
|
|
172479
172511
|
async constructUrl(row, column, zoomLevel) {
|
|
172480
172512
|
var _a, _b, _c, _d, _e;
|
|
@@ -292783,11 +292815,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292783
292815
|
/* harmony export */ "BackstageItemType": () => (/* reexport safe */ _appui_abstract_backstage_BackstageItem__WEBPACK_IMPORTED_MODULE_4__.BackstageItemType),
|
|
292784
292816
|
/* harmony export */ "BackstageItemUtilities": () => (/* reexport safe */ _appui_abstract_backstage_BackstageItem__WEBPACK_IMPORTED_MODULE_4__.BackstageItemUtilities),
|
|
292785
292817
|
/* harmony export */ "BackstageItemsManager": () => (/* reexport safe */ _appui_abstract_backstage_BackstageItemsManager__WEBPACK_IMPORTED_MODULE_5__.BackstageItemsManager),
|
|
292786
|
-
/* harmony export */ "BadgeType": () => (/* reexport safe */
|
|
292818
|
+
/* harmony export */ "BadgeType": () => (/* reexport safe */ _appui_abstract_items_BadgeType__WEBPACK_IMPORTED_MODULE_15__.BadgeType),
|
|
292787
292819
|
/* harmony export */ "BaseQuantityDescription": () => (/* reexport safe */ _appui_abstract_quantity_BaseQuantityDescription__WEBPACK_IMPORTED_MODULE_30__.BaseQuantityDescription),
|
|
292788
292820
|
/* harmony export */ "BaseUiItemsProvider": () => (/* reexport safe */ _appui_abstract_BaseUiItemsProvider__WEBPACK_IMPORTED_MODULE_0__.BaseUiItemsProvider),
|
|
292789
|
-
/* harmony export */ "ConditionalBooleanValue": () => (/* reexport safe */
|
|
292790
|
-
/* harmony export */ "ConditionalStringValue": () => (/* reexport safe */
|
|
292821
|
+
/* harmony export */ "ConditionalBooleanValue": () => (/* reexport safe */ _appui_abstract_items_ConditionalBooleanValue__WEBPACK_IMPORTED_MODULE_16__.ConditionalBooleanValue),
|
|
292822
|
+
/* harmony export */ "ConditionalStringValue": () => (/* reexport safe */ _appui_abstract_items_ConditionalStringValue__WEBPACK_IMPORTED_MODULE_17__.ConditionalStringValue),
|
|
292791
292823
|
/* harmony export */ "DialogButtonStyle": () => (/* reexport safe */ _appui_abstract_dialogs_UiLayoutDataProvider__WEBPACK_IMPORTED_MODULE_10__.DialogButtonStyle),
|
|
292792
292824
|
/* harmony export */ "DialogButtonType": () => (/* reexport safe */ _appui_abstract_dialogs_UiLayoutDataProvider__WEBPACK_IMPORTED_MODULE_10__.DialogButtonType),
|
|
292793
292825
|
/* harmony export */ "DialogLayoutDataProvider": () => (/* reexport safe */ _appui_abstract_dialogs_UiLayoutDataProvider__WEBPACK_IMPORTED_MODULE_10__.DialogLayoutDataProvider),
|
|
@@ -292879,11 +292911,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292879
292911
|
/* harmony import */ var _appui_abstract_dialogs_UiDataProvider__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./appui-abstract/dialogs/UiDataProvider */ "../../ui/appui-abstract/lib/esm/appui-abstract/dialogs/UiDataProvider.js");
|
|
292880
292912
|
/* harmony import */ var _appui_abstract_items_AbstractItemProps__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./appui-abstract/items/AbstractItemProps */ "../../ui/appui-abstract/lib/esm/appui-abstract/items/AbstractItemProps.js");
|
|
292881
292913
|
/* harmony import */ var _appui_abstract_items_AbstractMenuItemProps__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./appui-abstract/items/AbstractMenuItemProps */ "../../ui/appui-abstract/lib/esm/appui-abstract/items/AbstractMenuItemProps.js");
|
|
292882
|
-
/* harmony import */ var
|
|
292883
|
-
/* harmony import */ var
|
|
292884
|
-
/* harmony import */ var
|
|
292885
|
-
/* harmony import */ var
|
|
292886
|
-
/* harmony import */ var
|
|
292914
|
+
/* harmony import */ var _appui_abstract_items_AbstractToolbarProps__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./appui-abstract/items/AbstractToolbarProps */ "../../ui/appui-abstract/lib/esm/appui-abstract/items/AbstractToolbarProps.js");
|
|
292915
|
+
/* harmony import */ var _appui_abstract_items_BadgeType__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./appui-abstract/items/BadgeType */ "../../ui/appui-abstract/lib/esm/appui-abstract/items/BadgeType.js");
|
|
292916
|
+
/* harmony import */ var _appui_abstract_items_ConditionalBooleanValue__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./appui-abstract/items/ConditionalBooleanValue */ "../../ui/appui-abstract/lib/esm/appui-abstract/items/ConditionalBooleanValue.js");
|
|
292917
|
+
/* harmony import */ var _appui_abstract_items_ConditionalStringValue__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./appui-abstract/items/ConditionalStringValue */ "../../ui/appui-abstract/lib/esm/appui-abstract/items/ConditionalStringValue.js");
|
|
292918
|
+
/* harmony import */ var _appui_abstract_items_ProvidedItem__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./appui-abstract/items/ProvidedItem */ "../../ui/appui-abstract/lib/esm/appui-abstract/items/ProvidedItem.js");
|
|
292887
292919
|
/* harmony import */ var _appui_abstract_items_RelativePosition__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./appui-abstract/items/RelativePosition */ "../../ui/appui-abstract/lib/esm/appui-abstract/items/RelativePosition.js");
|
|
292888
292920
|
/* harmony import */ var _appui_abstract_items_StageUsage__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./appui-abstract/items/StageUsage */ "../../ui/appui-abstract/lib/esm/appui-abstract/items/StageUsage.js");
|
|
292889
292921
|
/* harmony import */ var _appui_abstract_notification_MessagePresenter__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./appui-abstract/notification/MessagePresenter */ "../../ui/appui-abstract/lib/esm/appui-abstract/notification/MessagePresenter.js");
|
|
@@ -292966,8 +292998,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292966
292998
|
|
|
292967
292999
|
|
|
292968
293000
|
|
|
292969
|
-
|
|
292970
|
-
|
|
292971
293001
|
|
|
292972
293002
|
|
|
292973
293003
|
|
|
@@ -293050,9 +293080,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293050
293080
|
*/
|
|
293051
293081
|
|
|
293052
293082
|
|
|
293053
|
-
/**
|
|
293054
|
-
* Base implementation of a UiItemsProvider. The base class allows the user to pass in a function that is used to determine if the
|
|
293083
|
+
/** Base implementation of a UiItemsProvider. The base class allows the user to pass in a function that is used to determine if the
|
|
293055
293084
|
* active stage should be provided items. Derived provider classes should override the `xxxInternal` methods to provide items.
|
|
293085
|
+
* @deprecated in 3.6. Use [BaseUiItemsProvider]($appui-react) instead.
|
|
293056
293086
|
* @public
|
|
293057
293087
|
*/
|
|
293058
293088
|
class BaseUiItemsProvider {
|
|
@@ -293393,8 +293423,8 @@ var UiItemsApplicationAction;
|
|
|
293393
293423
|
/** Update the item during the change */
|
|
293394
293424
|
UiItemsApplicationAction[UiItemsApplicationAction["Update"] = 2] = "Update";
|
|
293395
293425
|
})(UiItemsApplicationAction || (UiItemsApplicationAction = {}));
|
|
293396
|
-
/**
|
|
293397
|
-
*
|
|
293426
|
+
/** Controls registering of UiItemsProviders and calls the provider's methods when populating different parts of the User Interface.
|
|
293427
|
+
* @deprecated in 3.6. Use [UiItemsManager]($appui-react) instead.
|
|
293398
293428
|
* @public
|
|
293399
293429
|
*/
|
|
293400
293430
|
class UiItemsManager {
|
|
@@ -293582,7 +293612,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293582
293612
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
293583
293613
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
293584
293614
|
*--------------------------------------------------------------------------------------------*/
|
|
293585
|
-
/* eslint-disable deprecation/deprecation */
|
|
293586
293615
|
/** @packageDocumentation
|
|
293587
293616
|
* @module UiItemsProvider
|
|
293588
293617
|
*/
|
|
@@ -293613,6 +293642,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293613
293642
|
* @module Backstage
|
|
293614
293643
|
*/
|
|
293615
293644
|
/** Used to specify the item type added to the backstage menu.
|
|
293645
|
+
* @deprecated in 3.6. Use type guards instead.
|
|
293616
293646
|
* @public
|
|
293617
293647
|
*/
|
|
293618
293648
|
var BackstageItemType;
|
|
@@ -293623,24 +293653,28 @@ var BackstageItemType;
|
|
|
293623
293653
|
BackstageItemType[BackstageItemType["StageLauncher"] = 2] = "StageLauncher";
|
|
293624
293654
|
})(BackstageItemType || (BackstageItemType = {}));
|
|
293625
293655
|
/** BackstageActionItem type guard.
|
|
293656
|
+
* @deprecated in 3.6. Use [isBackstageActionItem]($appui-react) instead.
|
|
293626
293657
|
* @public
|
|
293627
293658
|
*/
|
|
293628
293659
|
const isActionItem = (item) => {
|
|
293629
|
-
return item.execute !== undefined;
|
|
293660
|
+
return item.execute !== undefined; // eslint-disable-line deprecation/deprecation
|
|
293630
293661
|
};
|
|
293631
293662
|
/** BackstageStageLauncher type guard.
|
|
293663
|
+
* @deprecated in 3.6. Use [isBackstageStageLauncher]($appui-react) instead.
|
|
293632
293664
|
* @public
|
|
293633
293665
|
*/
|
|
293634
293666
|
const isStageLauncher = (item) => {
|
|
293635
|
-
return item.stageId !== undefined;
|
|
293667
|
+
return item.stageId !== undefined; // eslint-disable-line deprecation/deprecation
|
|
293636
293668
|
};
|
|
293637
293669
|
/** Utilities for creating and maintaining backstage items
|
|
293670
|
+
* @deprecated in 3.6. Use [BackstageItemUtilities]($appui-react) instead.
|
|
293638
293671
|
* @public
|
|
293639
293672
|
*/
|
|
293640
293673
|
class BackstageItemUtilities {
|
|
293641
293674
|
}
|
|
293642
293675
|
/** Creates a stage launcher backstage item */
|
|
293643
|
-
BackstageItemUtilities.createStageLauncher = (frontstageId, groupPriority, itemPriority, label, subtitle, icon, overrides
|
|
293676
|
+
BackstageItemUtilities.createStageLauncher = (frontstageId, groupPriority, itemPriority, label, subtitle, icon, overrides // eslint-disable-line deprecation/deprecation
|
|
293677
|
+
) => ({
|
|
293644
293678
|
groupPriority,
|
|
293645
293679
|
icon,
|
|
293646
293680
|
internalData: overrides === null || overrides === void 0 ? void 0 : overrides.internalData,
|
|
@@ -293652,7 +293686,8 @@ BackstageItemUtilities.createStageLauncher = (frontstageId, groupPriority, itemP
|
|
|
293652
293686
|
...overrides,
|
|
293653
293687
|
});
|
|
293654
293688
|
/** Creates an action backstage item */
|
|
293655
|
-
BackstageItemUtilities.createActionItem = (itemId, groupPriority, itemPriority, execute, label, subtitle, icon, overrides
|
|
293689
|
+
BackstageItemUtilities.createActionItem = (itemId, groupPriority, itemPriority, execute, label, subtitle, icon, overrides // eslint-disable-line deprecation/deprecation
|
|
293690
|
+
) => ({
|
|
293656
293691
|
execute,
|
|
293657
293692
|
groupPriority,
|
|
293658
293693
|
icon,
|
|
@@ -294694,7 +294729,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
294694
294729
|
* @module Item
|
|
294695
294730
|
*/
|
|
294696
294731
|
/** Standard stage uses. Allows extension to target ui item to include on a stage without
|
|
294697
|
-
*
|
|
294732
|
+
* knowing the stage name defined in the host application.
|
|
294733
|
+
* @deprecated in 3.6. Use [StageUsage]($appui-react) instead.
|
|
294698
294734
|
* @public
|
|
294699
294735
|
*/
|
|
294700
294736
|
var StageUsage;
|
|
@@ -295433,6 +295469,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
295433
295469
|
* @module StatusBar
|
|
295434
295470
|
*/
|
|
295435
295471
|
/** Status bar Groups/Sections from Left to Right
|
|
295472
|
+
* @deprecated in 3.6. Use [StatusBarSection]($appui-react) instead.
|
|
295436
295473
|
* @public
|
|
295437
295474
|
*/
|
|
295438
295475
|
var StatusBarSection;
|
|
@@ -295453,6 +295490,7 @@ var StatusBarSection;
|
|
|
295453
295490
|
StatusBarSection[StatusBarSection["Context"] = 3] = "Context";
|
|
295454
295491
|
})(StatusBarSection || (StatusBarSection = {}));
|
|
295455
295492
|
/** Defines which side of Icon where label is placed
|
|
295493
|
+
* @deprecated in 3.6. Use [StatusBarLabelSide]($appui-react) instead.
|
|
295456
295494
|
* @public
|
|
295457
295495
|
*/
|
|
295458
295496
|
var StatusBarLabelSide;
|
|
@@ -295463,24 +295501,28 @@ var StatusBarLabelSide;
|
|
|
295463
295501
|
StatusBarLabelSide[StatusBarLabelSide["Right"] = 1] = "Right";
|
|
295464
295502
|
})(StatusBarLabelSide || (StatusBarLabelSide = {}));
|
|
295465
295503
|
/** AbstractStatusBarActionItem type guard.
|
|
295504
|
+
* @deprecated in 3.6. Use [isStatusBarActionItem]($appui-react) instead.
|
|
295466
295505
|
* @public
|
|
295467
295506
|
*/
|
|
295468
295507
|
const isAbstractStatusBarActionItem = (item) => {
|
|
295469
|
-
return item.execute !== undefined;
|
|
295508
|
+
return item.execute !== undefined; // eslint-disable-line deprecation/deprecation
|
|
295470
295509
|
};
|
|
295471
295510
|
/** AbstractStatusBarLabelItem type guard.
|
|
295511
|
+
* @deprecated in 3.6. Use [isStatusBarLabelItem]($appui-react) instead.
|
|
295472
295512
|
* @public
|
|
295473
295513
|
*/
|
|
295474
295514
|
const isAbstractStatusBarLabelItem = (item) => {
|
|
295475
|
-
return item.label !== undefined && item.execute === undefined;
|
|
295515
|
+
return item.label !== undefined && item.execute === undefined; // eslint-disable-line deprecation/deprecation
|
|
295476
295516
|
};
|
|
295477
295517
|
/** AbstractStatusBarCustomItem type guard.
|
|
295518
|
+
* @deprecated in 3.6. Use [isStatusBarCustomItem]($appui-react) instead.
|
|
295478
295519
|
* @public
|
|
295479
295520
|
*/
|
|
295480
295521
|
const isAbstractStatusBarCustomItem = (item) => {
|
|
295481
|
-
return !!item.isCustom;
|
|
295522
|
+
return !!item.isCustom; // eslint-disable-line deprecation/deprecation
|
|
295482
295523
|
};
|
|
295483
295524
|
/** Helper class to create Abstract StatusBar Item definitions.
|
|
295525
|
+
* @deprecated in 3.6. Use [StatusBarItemUtilities]($appui-react) instead.
|
|
295484
295526
|
* @public
|
|
295485
295527
|
*/
|
|
295486
295528
|
class AbstractStatusBarItemUtilities {
|
|
@@ -295673,6 +295715,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
295673
295715
|
* @module Toolbar
|
|
295674
295716
|
*/
|
|
295675
295717
|
/** Used to specify the usage of the toolbar which determine the toolbar position.
|
|
295718
|
+
* @deprecated in 3.6. Use [ToolbarUsage]($appui-react) instead.
|
|
295676
295719
|
* @public
|
|
295677
295720
|
*/
|
|
295678
295721
|
var ToolbarUsage;
|
|
@@ -295683,6 +295726,7 @@ var ToolbarUsage;
|
|
|
295683
295726
|
ToolbarUsage[ToolbarUsage["ViewNavigation"] = 1] = "ViewNavigation";
|
|
295684
295727
|
})(ToolbarUsage || (ToolbarUsage = {}));
|
|
295685
295728
|
/** Used to specify the orientation of the toolbar.
|
|
295729
|
+
* @deprecated in 3.6. Use [ToolbarOrientation]($appui-react) instead.
|
|
295686
295730
|
* @public
|
|
295687
295731
|
*/
|
|
295688
295732
|
var ToolbarOrientation;
|
|
@@ -295716,7 +295760,7 @@ ToolbarItemUtilities.createActionButton = (id, itemPriority, icon, label, execut
|
|
|
295716
295760
|
execute,
|
|
295717
295761
|
...overrides,
|
|
295718
295762
|
});
|
|
295719
|
-
/** Creates a Group button */
|
|
295763
|
+
/** Creates a Group button. */
|
|
295720
295764
|
ToolbarItemUtilities.createGroupButton = (id, itemPriority, icon, label, items, overrides) => ({
|
|
295721
295765
|
id, itemPriority,
|
|
295722
295766
|
icon, label,
|
|
@@ -297659,18 +297703,22 @@ var AbstractZoneLocation;
|
|
|
297659
297703
|
AbstractZoneLocation[AbstractZoneLocation["BottomRight"] = 9] = "BottomRight";
|
|
297660
297704
|
})(AbstractZoneLocation || (AbstractZoneLocation = {}));
|
|
297661
297705
|
/** Available Stage Panel locations.
|
|
297706
|
+
* @deprecated in 3.6. Use [StagePanelLocation]($appui-react) instead.
|
|
297662
297707
|
* @public
|
|
297663
297708
|
*/
|
|
297664
297709
|
var StagePanelLocation;
|
|
297665
297710
|
(function (StagePanelLocation) {
|
|
297666
297711
|
StagePanelLocation[StagePanelLocation["Top"] = 101] = "Top";
|
|
297712
|
+
/** @deprecated Used in UI1.0 only. */
|
|
297667
297713
|
StagePanelLocation[StagePanelLocation["TopMost"] = 102] = "TopMost";
|
|
297668
297714
|
StagePanelLocation[StagePanelLocation["Left"] = 103] = "Left";
|
|
297669
297715
|
StagePanelLocation[StagePanelLocation["Right"] = 104] = "Right";
|
|
297670
297716
|
StagePanelLocation[StagePanelLocation["Bottom"] = 105] = "Bottom";
|
|
297717
|
+
/** @deprecated Used in UI1.0 only. */
|
|
297671
297718
|
StagePanelLocation[StagePanelLocation["BottomMost"] = 106] = "BottomMost";
|
|
297672
297719
|
})(StagePanelLocation || (StagePanelLocation = {}));
|
|
297673
297720
|
/** Enum for Stage Panel Sections
|
|
297721
|
+
* @deprecated in 3.6. Use [StagePanelSection]($appui-react) instead.
|
|
297674
297722
|
* @public
|
|
297675
297723
|
*/
|
|
297676
297724
|
var StagePanelSection;
|
|
@@ -297703,6 +297751,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
297703
297751
|
* @module Widget
|
|
297704
297752
|
*/
|
|
297705
297753
|
/** Widget state enum.
|
|
297754
|
+
* @deprecated in 3.6. Use [WidgetState]($appui-react) instead.
|
|
297706
297755
|
* @public
|
|
297707
297756
|
*/
|
|
297708
297757
|
var WidgetState;
|
|
@@ -299384,10 +299433,10 @@ const gBase64 = {
|
|
|
299384
299433
|
|
|
299385
299434
|
/***/ }),
|
|
299386
299435
|
|
|
299387
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299388
|
-
|
|
299389
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299390
|
-
|
|
299436
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js":
|
|
299437
|
+
/*!*******************************************************************************************************************************!*\
|
|
299438
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js ***!
|
|
299439
|
+
\*******************************************************************************************************************************/
|
|
299391
299440
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299392
299441
|
|
|
299393
299442
|
"use strict";
|
|
@@ -299403,10 +299452,10 @@ function _arrayLikeToArray(arr, len) {
|
|
|
299403
299452
|
|
|
299404
299453
|
/***/ }),
|
|
299405
299454
|
|
|
299406
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299407
|
-
|
|
299408
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299409
|
-
|
|
299455
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js":
|
|
299456
|
+
/*!*****************************************************************************************************************************!*\
|
|
299457
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js ***!
|
|
299458
|
+
\*****************************************************************************************************************************/
|
|
299410
299459
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299411
299460
|
|
|
299412
299461
|
"use strict";
|
|
@@ -299420,10 +299469,10 @@ function _arrayWithHoles(arr) {
|
|
|
299420
299469
|
|
|
299421
299470
|
/***/ }),
|
|
299422
299471
|
|
|
299423
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299424
|
-
|
|
299425
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299426
|
-
|
|
299472
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js":
|
|
299473
|
+
/*!************************************************************************************************************************************!*\
|
|
299474
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js ***!
|
|
299475
|
+
\************************************************************************************************************************************/
|
|
299427
299476
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299428
299477
|
|
|
299429
299478
|
"use strict";
|
|
@@ -299440,10 +299489,10 @@ function _assertThisInitialized(self) {
|
|
|
299440
299489
|
|
|
299441
299490
|
/***/ }),
|
|
299442
299491
|
|
|
299443
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299444
|
-
|
|
299445
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299446
|
-
|
|
299492
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/classCallCheck.js":
|
|
299493
|
+
/*!*****************************************************************************************************************************!*\
|
|
299494
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/classCallCheck.js ***!
|
|
299495
|
+
\*****************************************************************************************************************************/
|
|
299447
299496
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299448
299497
|
|
|
299449
299498
|
"use strict";
|
|
@@ -299459,10 +299508,10 @@ function _classCallCheck(instance, Constructor) {
|
|
|
299459
299508
|
|
|
299460
299509
|
/***/ }),
|
|
299461
299510
|
|
|
299462
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299463
|
-
|
|
299464
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299465
|
-
|
|
299511
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/createClass.js":
|
|
299512
|
+
/*!**************************************************************************************************************************!*\
|
|
299513
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/createClass.js ***!
|
|
299514
|
+
\**************************************************************************************************************************/
|
|
299466
299515
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299467
299516
|
|
|
299468
299517
|
"use strict";
|
|
@@ -299470,7 +299519,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
299470
299519
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
299471
299520
|
/* harmony export */ "default": () => (/* binding */ _createClass)
|
|
299472
299521
|
/* harmony export */ });
|
|
299473
|
-
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299522
|
+
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js");
|
|
299474
299523
|
|
|
299475
299524
|
function _defineProperties(target, props) {
|
|
299476
299525
|
for (var i = 0; i < props.length; i++) {
|
|
@@ -299492,10 +299541,10 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
299492
299541
|
|
|
299493
299542
|
/***/ }),
|
|
299494
299543
|
|
|
299495
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299496
|
-
|
|
299497
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299498
|
-
|
|
299544
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/defineProperty.js":
|
|
299545
|
+
/*!*****************************************************************************************************************************!*\
|
|
299546
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
|
|
299547
|
+
\*****************************************************************************************************************************/
|
|
299499
299548
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299500
299549
|
|
|
299501
299550
|
"use strict";
|
|
@@ -299503,7 +299552,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
299503
299552
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
299504
299553
|
/* harmony export */ "default": () => (/* binding */ _defineProperty)
|
|
299505
299554
|
/* harmony export */ });
|
|
299506
|
-
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299555
|
+
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js");
|
|
299507
299556
|
|
|
299508
299557
|
function _defineProperty(obj, key, value) {
|
|
299509
299558
|
key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
|
|
@@ -299522,10 +299571,10 @@ function _defineProperty(obj, key, value) {
|
|
|
299522
299571
|
|
|
299523
299572
|
/***/ }),
|
|
299524
299573
|
|
|
299525
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299526
|
-
|
|
299527
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299528
|
-
|
|
299574
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js":
|
|
299575
|
+
/*!*****************************************************************************************************************************!*\
|
|
299576
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js ***!
|
|
299577
|
+
\*****************************************************************************************************************************/
|
|
299529
299578
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299530
299579
|
|
|
299531
299580
|
"use strict";
|
|
@@ -299542,10 +299591,10 @@ function _getPrototypeOf(o) {
|
|
|
299542
299591
|
|
|
299543
299592
|
/***/ }),
|
|
299544
299593
|
|
|
299545
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299546
|
-
|
|
299547
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299548
|
-
|
|
299594
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/inherits.js":
|
|
299595
|
+
/*!***********************************************************************************************************************!*\
|
|
299596
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/inherits.js ***!
|
|
299597
|
+
\***********************************************************************************************************************/
|
|
299549
299598
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299550
299599
|
|
|
299551
299600
|
"use strict";
|
|
@@ -299553,7 +299602,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
299553
299602
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
299554
299603
|
/* harmony export */ "default": () => (/* binding */ _inherits)
|
|
299555
299604
|
/* harmony export */ });
|
|
299556
|
-
/* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./setPrototypeOf.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299605
|
+
/* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./setPrototypeOf.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js");
|
|
299557
299606
|
|
|
299558
299607
|
function _inherits(subClass, superClass) {
|
|
299559
299608
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -299574,10 +299623,10 @@ function _inherits(subClass, superClass) {
|
|
|
299574
299623
|
|
|
299575
299624
|
/***/ }),
|
|
299576
299625
|
|
|
299577
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299578
|
-
|
|
299579
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299580
|
-
|
|
299626
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/iterableToArray.js":
|
|
299627
|
+
/*!******************************************************************************************************************************!*\
|
|
299628
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/iterableToArray.js ***!
|
|
299629
|
+
\******************************************************************************************************************************/
|
|
299581
299630
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299582
299631
|
|
|
299583
299632
|
"use strict";
|
|
@@ -299591,10 +299640,10 @@ function _iterableToArray(iter) {
|
|
|
299591
299640
|
|
|
299592
299641
|
/***/ }),
|
|
299593
299642
|
|
|
299594
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299595
|
-
|
|
299596
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299597
|
-
|
|
299643
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js":
|
|
299644
|
+
/*!******************************************************************************************************************************!*\
|
|
299645
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js ***!
|
|
299646
|
+
\******************************************************************************************************************************/
|
|
299598
299647
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299599
299648
|
|
|
299600
299649
|
"use strict";
|
|
@@ -299608,10 +299657,10 @@ function _nonIterableRest() {
|
|
|
299608
299657
|
|
|
299609
299658
|
/***/ }),
|
|
299610
299659
|
|
|
299611
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299612
|
-
|
|
299613
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299614
|
-
|
|
299660
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js":
|
|
299661
|
+
/*!****************************************************************************************************************************************!*\
|
|
299662
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js ***!
|
|
299663
|
+
\****************************************************************************************************************************************/
|
|
299615
299664
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299616
299665
|
|
|
299617
299666
|
"use strict";
|
|
@@ -299619,8 +299668,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
299619
299668
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
299620
299669
|
/* harmony export */ "default": () => (/* binding */ _possibleConstructorReturn)
|
|
299621
299670
|
/* harmony export */ });
|
|
299622
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299623
|
-
/* harmony import */ var _assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./assertThisInitialized.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299671
|
+
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/typeof.js");
|
|
299672
|
+
/* harmony import */ var _assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./assertThisInitialized.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js");
|
|
299624
299673
|
|
|
299625
299674
|
|
|
299626
299675
|
function _possibleConstructorReturn(self, call) {
|
|
@@ -299634,10 +299683,10 @@ function _possibleConstructorReturn(self, call) {
|
|
|
299634
299683
|
|
|
299635
299684
|
/***/ }),
|
|
299636
299685
|
|
|
299637
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299638
|
-
|
|
299639
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299640
|
-
|
|
299686
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js":
|
|
299687
|
+
/*!*****************************************************************************************************************************!*\
|
|
299688
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js ***!
|
|
299689
|
+
\*****************************************************************************************************************************/
|
|
299641
299690
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299642
299691
|
|
|
299643
299692
|
"use strict";
|
|
@@ -299655,10 +299704,10 @@ function _setPrototypeOf(o, p) {
|
|
|
299655
299704
|
|
|
299656
299705
|
/***/ }),
|
|
299657
299706
|
|
|
299658
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299659
|
-
|
|
299660
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299661
|
-
|
|
299707
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toArray.js":
|
|
299708
|
+
/*!**********************************************************************************************************************!*\
|
|
299709
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toArray.js ***!
|
|
299710
|
+
\**********************************************************************************************************************/
|
|
299662
299711
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299663
299712
|
|
|
299664
299713
|
"use strict";
|
|
@@ -299666,10 +299715,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
299666
299715
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
299667
299716
|
/* harmony export */ "default": () => (/* binding */ _toArray)
|
|
299668
299717
|
/* harmony export */ });
|
|
299669
|
-
/* harmony import */ var _arrayWithHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayWithHoles.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299670
|
-
/* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./iterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299671
|
-
/* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299672
|
-
/* harmony import */ var _nonIterableRest_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./nonIterableRest.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299718
|
+
/* harmony import */ var _arrayWithHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayWithHoles.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js");
|
|
299719
|
+
/* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./iterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/iterableToArray.js");
|
|
299720
|
+
/* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js");
|
|
299721
|
+
/* harmony import */ var _nonIterableRest_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./nonIterableRest.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js");
|
|
299673
299722
|
|
|
299674
299723
|
|
|
299675
299724
|
|
|
@@ -299680,10 +299729,10 @@ function _toArray(arr) {
|
|
|
299680
299729
|
|
|
299681
299730
|
/***/ }),
|
|
299682
299731
|
|
|
299683
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299684
|
-
|
|
299685
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299686
|
-
|
|
299732
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toPrimitive.js":
|
|
299733
|
+
/*!**************************************************************************************************************************!*\
|
|
299734
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
|
|
299735
|
+
\**************************************************************************************************************************/
|
|
299687
299736
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299688
299737
|
|
|
299689
299738
|
"use strict";
|
|
@@ -299691,7 +299740,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
299691
299740
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
299692
299741
|
/* harmony export */ "default": () => (/* binding */ _toPrimitive)
|
|
299693
299742
|
/* harmony export */ });
|
|
299694
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299743
|
+
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/typeof.js");
|
|
299695
299744
|
|
|
299696
299745
|
function _toPrimitive(input, hint) {
|
|
299697
299746
|
if ((0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(input) !== "object" || input === null) return input;
|
|
@@ -299706,10 +299755,10 @@ function _toPrimitive(input, hint) {
|
|
|
299706
299755
|
|
|
299707
299756
|
/***/ }),
|
|
299708
299757
|
|
|
299709
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299710
|
-
|
|
299711
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299712
|
-
|
|
299758
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js":
|
|
299759
|
+
/*!****************************************************************************************************************************!*\
|
|
299760
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
|
|
299761
|
+
\****************************************************************************************************************************/
|
|
299713
299762
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299714
299763
|
|
|
299715
299764
|
"use strict";
|
|
@@ -299717,8 +299766,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
299717
299766
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
299718
299767
|
/* harmony export */ "default": () => (/* binding */ _toPropertyKey)
|
|
299719
299768
|
/* harmony export */ });
|
|
299720
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299721
|
-
/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299769
|
+
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/typeof.js");
|
|
299770
|
+
/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toPrimitive.js");
|
|
299722
299771
|
|
|
299723
299772
|
|
|
299724
299773
|
function _toPropertyKey(arg) {
|
|
@@ -299728,10 +299777,10 @@ function _toPropertyKey(arg) {
|
|
|
299728
299777
|
|
|
299729
299778
|
/***/ }),
|
|
299730
299779
|
|
|
299731
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299732
|
-
|
|
299733
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299734
|
-
|
|
299780
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/typeof.js":
|
|
299781
|
+
/*!*********************************************************************************************************************!*\
|
|
299782
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/typeof.js ***!
|
|
299783
|
+
\*********************************************************************************************************************/
|
|
299735
299784
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299736
299785
|
|
|
299737
299786
|
"use strict";
|
|
@@ -299751,10 +299800,10 @@ function _typeof(obj) {
|
|
|
299751
299800
|
|
|
299752
299801
|
/***/ }),
|
|
299753
299802
|
|
|
299754
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299755
|
-
|
|
299756
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299757
|
-
|
|
299803
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js":
|
|
299804
|
+
/*!*****************************************************************************************************************************************!*\
|
|
299805
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js ***!
|
|
299806
|
+
\*****************************************************************************************************************************************/
|
|
299758
299807
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
299759
299808
|
|
|
299760
299809
|
"use strict";
|
|
@@ -299762,7 +299811,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
299762
299811
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
299763
299812
|
/* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
|
|
299764
299813
|
/* harmony export */ });
|
|
299765
|
-
/* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
299814
|
+
/* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js");
|
|
299766
299815
|
|
|
299767
299816
|
function _unsupportedIterableToArray(o, minLen) {
|
|
299768
299817
|
if (!o) return;
|
|
@@ -300196,15 +300245,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
300196
300245
|
/* harmony export */ "t": () => (/* binding */ t),
|
|
300197
300246
|
/* harmony export */ "use": () => (/* binding */ use)
|
|
300198
300247
|
/* harmony export */ });
|
|
300199
|
-
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/typeof */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
300200
|
-
/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
300201
|
-
/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
300202
|
-
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/assertThisInitialized */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
300203
|
-
/* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
300204
|
-
/* harmony import */ var _babel_runtime_helpers_esm_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/esm/possibleConstructorReturn */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
300205
|
-
/* harmony import */ var _babel_runtime_helpers_esm_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/esm/getPrototypeOf */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
300206
|
-
/* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
300207
|
-
/* harmony import */ var _babel_runtime_helpers_esm_toArray__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @babel/runtime/helpers/esm/toArray */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
300248
|
+
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/typeof */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/typeof.js");
|
|
300249
|
+
/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/classCallCheck.js");
|
|
300250
|
+
/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/createClass.js");
|
|
300251
|
+
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/assertThisInitialized */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js");
|
|
300252
|
+
/* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/inherits.js");
|
|
300253
|
+
/* harmony import */ var _babel_runtime_helpers_esm_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/esm/possibleConstructorReturn */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js");
|
|
300254
|
+
/* harmony import */ var _babel_runtime_helpers_esm_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/esm/getPrototypeOf */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js");
|
|
300255
|
+
/* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/defineProperty.js");
|
|
300256
|
+
/* harmony import */ var _babel_runtime_helpers_esm_toArray__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @babel/runtime/helpers/esm/toArray */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toArray.js");
|
|
300208
300257
|
|
|
300209
300258
|
|
|
300210
300259
|
|
|
@@ -303084,7 +303133,7 @@ module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"P
|
|
|
303084
303133
|
/***/ ((module) => {
|
|
303085
303134
|
|
|
303086
303135
|
"use strict";
|
|
303087
|
-
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.6.0-dev.
|
|
303136
|
+
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.6.0-dev.62","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.6.0-dev.62","@itwin/core-bentley":"workspace:^3.6.0-dev.62","@itwin/core-common":"workspace:^3.6.0-dev.62","@itwin/core-geometry":"workspace:^3.6.0-dev.62","@itwin/core-orbitgt":"workspace:^3.6.0-dev.62","@itwin/core-quantity":"workspace:^3.6.0-dev.62","@itwin/webgl-compatibility":"workspace:^3.6.0-dev.62"},"//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":"18.11.5","@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.3","semver":"^7.3.5","superagent":"^7.1.5","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"}}]}}');
|
|
303088
303137
|
|
|
303089
303138
|
/***/ })
|
|
303090
303139
|
|