@itwin/rpcinterface-full-stack-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 +192 -143
- 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 +14 -14
- package/lib/dist/_cb67.bundled-tests.js.map +0 -1
|
@@ -9634,7 +9634,7 @@ function BufferBigIntNotDefined () {
|
|
|
9634
9634
|
"use strict";
|
|
9635
9635
|
|
|
9636
9636
|
|
|
9637
|
-
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.
|
|
9637
|
+
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js");
|
|
9638
9638
|
|
|
9639
9639
|
var callBind = __webpack_require__(/*! ./ */ "../../common/temp/node_modules/.pnpm/call-bind@1.0.2/node_modules/call-bind/index.js");
|
|
9640
9640
|
|
|
@@ -9661,7 +9661,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
9661
9661
|
|
|
9662
9662
|
|
|
9663
9663
|
var bind = __webpack_require__(/*! function-bind */ "../../common/temp/node_modules/.pnpm/function-bind@1.1.1/node_modules/function-bind/index.js");
|
|
9664
|
-
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.
|
|
9664
|
+
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js");
|
|
9665
9665
|
|
|
9666
9666
|
var $apply = GetIntrinsic('%Function.prototype.apply%');
|
|
9667
9667
|
var $call = GetIntrinsic('%Function.prototype.call%');
|
|
@@ -21368,9 +21368,9 @@ module.exports = getFuncName;
|
|
|
21368
21368
|
|
|
21369
21369
|
/***/ }),
|
|
21370
21370
|
|
|
21371
|
-
/***/ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.
|
|
21371
|
+
/***/ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js":
|
|
21372
21372
|
/*!****************************************************************************************************!*\
|
|
21373
|
-
!*** ../../common/temp/node_modules/.pnpm/get-intrinsic@1.
|
|
21373
|
+
!*** ../../common/temp/node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js ***!
|
|
21374
21374
|
\****************************************************************************************************/
|
|
21375
21375
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
21376
21376
|
|
|
@@ -21439,6 +21439,8 @@ var INTRINSICS = {
|
|
|
21439
21439
|
'%AsyncIteratorPrototype%': needsEval,
|
|
21440
21440
|
'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,
|
|
21441
21441
|
'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,
|
|
21442
|
+
'%BigInt64Array%': typeof BigInt64Array === 'undefined' ? undefined : BigInt64Array,
|
|
21443
|
+
'%BigUint64Array%': typeof BigUint64Array === 'undefined' ? undefined : BigUint64Array,
|
|
21442
21444
|
'%Boolean%': Boolean,
|
|
21443
21445
|
'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,
|
|
21444
21446
|
'%Date%': Date,
|
|
@@ -21494,6 +21496,14 @@ var INTRINSICS = {
|
|
|
21494
21496
|
'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet
|
|
21495
21497
|
};
|
|
21496
21498
|
|
|
21499
|
+
try {
|
|
21500
|
+
null.error; // eslint-disable-line no-unused-expressions
|
|
21501
|
+
} catch (e) {
|
|
21502
|
+
// https://github.com/tc39/proposal-shadowrealm/pull/384#issuecomment-1364264229
|
|
21503
|
+
var errorProto = getProto(getProto(e));
|
|
21504
|
+
INTRINSICS['%Error.prototype%'] = errorProto;
|
|
21505
|
+
}
|
|
21506
|
+
|
|
21497
21507
|
var doEval = function doEval(name) {
|
|
21498
21508
|
var value;
|
|
21499
21509
|
if (name === '%AsyncFunction%') {
|
|
@@ -21817,8 +21827,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
21817
21827
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
21818
21828
|
/* harmony export */ "default": () => (/* binding */ Browser)
|
|
21819
21829
|
/* harmony export */ });
|
|
21820
|
-
/* 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.
|
|
21821
|
-
/* 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.
|
|
21830
|
+
/* 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");
|
|
21831
|
+
/* 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");
|
|
21822
21832
|
|
|
21823
21833
|
|
|
21824
21834
|
|
|
@@ -45602,7 +45612,7 @@ module.exports = validRange
|
|
|
45602
45612
|
"use strict";
|
|
45603
45613
|
|
|
45604
45614
|
|
|
45605
|
-
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.
|
|
45615
|
+
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ "../../common/temp/node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js");
|
|
45606
45616
|
var callBound = __webpack_require__(/*! call-bind/callBound */ "../../common/temp/node_modules/.pnpm/call-bind@1.0.2/node_modules/call-bind/callBound.js");
|
|
45607
45617
|
var inspect = __webpack_require__(/*! object-inspect */ "../../common/temp/node_modules/.pnpm/object-inspect@1.12.3/node_modules/object-inspect/index.js");
|
|
45608
45618
|
|
|
@@ -81508,37 +81518,37 @@ IModelReadRpcInterface.interfaceName = "IModelReadRpcInterface";
|
|
|
81508
81518
|
/** The semantic version of the interface. */
|
|
81509
81519
|
IModelReadRpcInterface.interfaceVersion = "3.5.0";
|
|
81510
81520
|
__decorate([
|
|
81511
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81521
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81512
81522
|
], IModelReadRpcInterface.prototype, "getConnectionProps", null);
|
|
81513
81523
|
__decorate([
|
|
81514
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81524
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81515
81525
|
], IModelReadRpcInterface.prototype, "querySubCategories", null);
|
|
81516
81526
|
__decorate([
|
|
81517
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81527
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81518
81528
|
], IModelReadRpcInterface.prototype, "getModelProps", null);
|
|
81519
81529
|
__decorate([
|
|
81520
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81530
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81521
81531
|
], IModelReadRpcInterface.prototype, "queryModelRanges", null);
|
|
81522
81532
|
__decorate([
|
|
81523
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81533
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81524
81534
|
], IModelReadRpcInterface.prototype, "queryModelExtents", null);
|
|
81525
81535
|
__decorate([
|
|
81526
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81536
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81527
81537
|
], IModelReadRpcInterface.prototype, "getClassHierarchy", null);
|
|
81528
81538
|
__decorate([
|
|
81529
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81539
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81530
81540
|
], IModelReadRpcInterface.prototype, "getViewStateData", null);
|
|
81531
81541
|
__decorate([
|
|
81532
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81542
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81533
81543
|
], IModelReadRpcInterface.prototype, "getDefaultViewId", null);
|
|
81534
81544
|
__decorate([
|
|
81535
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81545
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81536
81546
|
], IModelReadRpcInterface.prototype, "getCustomViewState3dData", null);
|
|
81537
81547
|
__decorate([
|
|
81538
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81548
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81539
81549
|
], IModelReadRpcInterface.prototype, "hydrateViewState", null);
|
|
81540
81550
|
__decorate([
|
|
81541
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81551
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81542
81552
|
], IModelReadRpcInterface.prototype, "getGeoCoordinatesFromIModelCoordinates", null);
|
|
81543
81553
|
|
|
81544
81554
|
|
|
@@ -81646,10 +81656,10 @@ IModelTileRpcInterface.interfaceName = "IModelTileRpcInterface";
|
|
|
81646
81656
|
/** The semantic version of the interface. */
|
|
81647
81657
|
IModelTileRpcInterface.interfaceVersion = "3.2.0";
|
|
81648
81658
|
__decorate([
|
|
81649
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81659
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81650
81660
|
], IModelTileRpcInterface.prototype, "getTileCacheContainerUrl", null);
|
|
81651
81661
|
__decorate([
|
|
81652
|
-
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable)
|
|
81662
|
+
_core_RpcOperation__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.allowResponseCaching(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_0__.RpcResponseCacheControl.Immutable) // eslint-disable-line deprecation/deprecation
|
|
81653
81663
|
], IModelTileRpcInterface.prototype, "requestTileTreeProps", null);
|
|
81654
81664
|
|
|
81655
81665
|
|
|
@@ -81737,6 +81747,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
81737
81747
|
* @module RpcInterface
|
|
81738
81748
|
*/
|
|
81739
81749
|
|
|
81750
|
+
/* eslint-disable deprecation/deprecation */
|
|
81740
81751
|
/** An RpcManager that uses RpcDefaultConfiguration/RpcDirectProtocol to make client stubs invoke
|
|
81741
81752
|
* registered server impls as direct method calls within the same JavaScript context. In other words,
|
|
81742
81753
|
* TestRpcManager sets up a protocol that uses our remoting mechanism but cuts out the communication
|
|
@@ -82054,6 +82065,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
82054
82065
|
/** @packageDocumentation
|
|
82055
82066
|
* @module RpcInterface
|
|
82056
82067
|
*/
|
|
82068
|
+
/* eslint-disable deprecation/deprecation */
|
|
82057
82069
|
/** Describes available options for RPC response caching.
|
|
82058
82070
|
* @public
|
|
82059
82071
|
*/
|
|
@@ -82064,6 +82076,7 @@ var RpcResponseCacheControl;
|
|
|
82064
82076
|
})(RpcResponseCacheControl || (RpcResponseCacheControl = {}));
|
|
82065
82077
|
/** RPC protocol event types.
|
|
82066
82078
|
* @public
|
|
82079
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
82067
82080
|
*/
|
|
82068
82081
|
var RpcProtocolEvent;
|
|
82069
82082
|
(function (RpcProtocolEvent) {
|
|
@@ -82083,6 +82096,7 @@ var RpcProtocolEvent;
|
|
|
82083
82096
|
})(RpcProtocolEvent || (RpcProtocolEvent = {}));
|
|
82084
82097
|
/** The status of an RPC operation request.
|
|
82085
82098
|
* @public
|
|
82099
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
82086
82100
|
*/
|
|
82087
82101
|
var RpcRequestStatus;
|
|
82088
82102
|
(function (RpcRequestStatus) {
|
|
@@ -82102,7 +82116,7 @@ var RpcRequestStatus;
|
|
|
82102
82116
|
RpcRequestStatus[RpcRequestStatus["RequestTimeout"] = 13] = "RequestTimeout";
|
|
82103
82117
|
RpcRequestStatus[RpcRequestStatus["TooManyRequests"] = 14] = "TooManyRequests";
|
|
82104
82118
|
})(RpcRequestStatus || (RpcRequestStatus = {}));
|
|
82105
|
-
/** @public */
|
|
82119
|
+
/** @public @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0. */
|
|
82106
82120
|
(function (RpcRequestStatus) {
|
|
82107
82121
|
function isTransientError(status) {
|
|
82108
82122
|
return status === RpcRequestStatus.BadGateway || status === RpcRequestStatus.ServiceUnavailable || status === RpcRequestStatus.GatewayTimeout
|
|
@@ -82112,6 +82126,7 @@ var RpcRequestStatus;
|
|
|
82112
82126
|
})(RpcRequestStatus || (RpcRequestStatus = {}));
|
|
82113
82127
|
/** RPC request event types.
|
|
82114
82128
|
* @public
|
|
82129
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
82115
82130
|
*/
|
|
82116
82131
|
var RpcRequestEvent;
|
|
82117
82132
|
(function (RpcRequestEvent) {
|
|
@@ -82121,6 +82136,7 @@ var RpcRequestEvent;
|
|
|
82121
82136
|
})(RpcRequestEvent || (RpcRequestEvent = {}));
|
|
82122
82137
|
/** RPC content types.
|
|
82123
82138
|
* @public
|
|
82139
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
82124
82140
|
*/
|
|
82125
82141
|
var RpcContentType;
|
|
82126
82142
|
(function (RpcContentType) {
|
|
@@ -82132,6 +82148,7 @@ var RpcContentType;
|
|
|
82132
82148
|
})(RpcContentType || (RpcContentType = {}));
|
|
82133
82149
|
/** Endpoints for RPC protocols.
|
|
82134
82150
|
* @public
|
|
82151
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
82135
82152
|
*/
|
|
82136
82153
|
var RpcEndpoint;
|
|
82137
82154
|
(function (RpcEndpoint) {
|
|
@@ -82184,8 +82201,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
82184
82201
|
|
|
82185
82202
|
|
|
82186
82203
|
|
|
82204
|
+
/* eslint-disable deprecation/deprecation */
|
|
82187
82205
|
/** An RPC operation control response.
|
|
82188
82206
|
* @public
|
|
82207
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
82189
82208
|
*/
|
|
82190
82209
|
class RpcControlResponse {
|
|
82191
82210
|
constructor() {
|
|
@@ -82194,6 +82213,7 @@ class RpcControlResponse {
|
|
|
82194
82213
|
}
|
|
82195
82214
|
/** A pending RPC operation response.
|
|
82196
82215
|
* @public
|
|
82216
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
82197
82217
|
*/
|
|
82198
82218
|
class RpcPendingResponse extends RpcControlResponse {
|
|
82199
82219
|
/** Constructs a pending response. */
|
|
@@ -82204,6 +82224,7 @@ class RpcPendingResponse extends RpcControlResponse {
|
|
|
82204
82224
|
}
|
|
82205
82225
|
/** A RPC operation response.
|
|
82206
82226
|
* @public
|
|
82227
|
+
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in version 5.0.
|
|
82207
82228
|
*/
|
|
82208
82229
|
class RpcNotFoundResponse extends RpcControlResponse {
|
|
82209
82230
|
constructor() {
|
|
@@ -82789,6 +82810,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
82789
82810
|
|
|
82790
82811
|
|
|
82791
82812
|
|
|
82813
|
+
/* eslint-disable deprecation/deprecation */
|
|
82792
82814
|
/** The policy for an RPC operation.
|
|
82793
82815
|
* @internal
|
|
82794
82816
|
*/
|
|
@@ -82932,6 +82954,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
82932
82954
|
*/
|
|
82933
82955
|
|
|
82934
82956
|
|
|
82957
|
+
/* eslint-disable deprecation/deprecation */
|
|
82935
82958
|
/** Manages pending RPC requests and responses.
|
|
82936
82959
|
* @internal
|
|
82937
82960
|
*/
|
|
@@ -83344,6 +83367,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83344
83367
|
|
|
83345
83368
|
|
|
83346
83369
|
|
|
83370
|
+
/* eslint-disable deprecation/deprecation */
|
|
83347
83371
|
/** @internal */
|
|
83348
83372
|
const REGISTRY = Symbol.for("@itwin/core-common/RpcRegistry");
|
|
83349
83373
|
/** @internal */
|
|
@@ -83565,6 +83589,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83565
83589
|
|
|
83566
83590
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
83567
83591
|
// cspell:ignore csrf
|
|
83592
|
+
/* eslint-disable deprecation/deprecation */
|
|
83568
83593
|
/** @internal */
|
|
83569
83594
|
const aggregateLoad = { lastRequest: 0, lastResponse: 0 };
|
|
83570
83595
|
/** @internal */
|
|
@@ -84055,6 +84080,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
84055
84080
|
/** @packageDocumentation
|
|
84056
84081
|
* @module RpcInterface
|
|
84057
84082
|
*/
|
|
84083
|
+
/* eslint-disable deprecation/deprecation */
|
|
84058
84084
|
/** @internal */
|
|
84059
84085
|
class RpcRoutingToken {
|
|
84060
84086
|
constructor(id, debugLabel) {
|
|
@@ -84101,6 +84127,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
84101
84127
|
|
|
84102
84128
|
|
|
84103
84129
|
|
|
84130
|
+
/* eslint-disable deprecation/deprecation */
|
|
84104
84131
|
class SessionConfiguration extends _RpcConfiguration__WEBPACK_IMPORTED_MODULE_0__.RpcConfiguration {
|
|
84105
84132
|
constructor() {
|
|
84106
84133
|
super(...arguments);
|
|
@@ -84265,6 +84292,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
84265
84292
|
|
|
84266
84293
|
|
|
84267
84294
|
|
|
84295
|
+
/* eslint-disable deprecation/deprecation */
|
|
84268
84296
|
var AppMode;
|
|
84269
84297
|
(function (AppMode) {
|
|
84270
84298
|
AppMode["MilestoneReview"] = "1";
|
|
@@ -84559,6 +84587,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
84559
84587
|
|
|
84560
84588
|
|
|
84561
84589
|
|
|
84590
|
+
/* eslint-disable deprecation/deprecation */
|
|
84562
84591
|
/** @internal */
|
|
84563
84592
|
const BACKEND = Symbol.for("@itwin.WebAppRpcLogging.Backend");
|
|
84564
84593
|
const FRONTEND = Symbol.for("@itwin.WebAppRpcLogging.Frontend");
|
|
@@ -85124,6 +85153,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
85124
85153
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
85125
85154
|
*/
|
|
85126
85155
|
|
|
85156
|
+
/* eslint-disable deprecation/deprecation */
|
|
85127
85157
|
const START = 0;
|
|
85128
85158
|
const START_BOUNDARY = 1;
|
|
85129
85159
|
const HEADER_FIELD_START = 2;
|
|
@@ -92603,7 +92633,7 @@ class CheckpointConnection extends _IModelConnection__WEBPACK_IMPORTED_MODULE_4_
|
|
|
92603
92633
|
_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logTrace(loggerCategory, `IModelConnection.open`, iModelToken);
|
|
92604
92634
|
const startTime = Date.now();
|
|
92605
92635
|
const removeListener = _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcRequest.events.addListener((type, request) => {
|
|
92606
|
-
if (type !== _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcRequestEvent.PendingUpdateReceived)
|
|
92636
|
+
if (type !== _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcRequestEvent.PendingUpdateReceived) // eslint-disable-line deprecation/deprecation
|
|
92607
92637
|
return;
|
|
92608
92638
|
if (!(openForReadOperation && request.operation === openForReadOperation))
|
|
92609
92639
|
return;
|
|
@@ -113192,7 +113222,7 @@ class ToolProvider {
|
|
|
113192
113222
|
const toolbarItem = _itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.ToolbarItemUtilities.createActionButton(this._toolId, 0, this._toolIcon, this._toolLabel, async () => {
|
|
113193
113223
|
await _IModelApp__WEBPACK_IMPORTED_MODULE_0__.IModelApp.tools.run(this._toolId);
|
|
113194
113224
|
});
|
|
113195
|
-
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] : [];
|
|
113225
|
+
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
|
|
113196
113226
|
}
|
|
113197
113227
|
}
|
|
113198
113228
|
/** @alpha */
|
|
@@ -113203,7 +113233,7 @@ class ExtensionImpl {
|
|
|
113203
113233
|
async registerTool(tool, onRegistered) {
|
|
113204
113234
|
try {
|
|
113205
113235
|
_IModelApp__WEBPACK_IMPORTED_MODULE_0__.IModelApp.tools.register(tool);
|
|
113206
|
-
_itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.UiItemsManager.register(new ToolProvider(tool));
|
|
113236
|
+
_itwin_appui_abstract__WEBPACK_IMPORTED_MODULE_1__.UiItemsManager.register(new ToolProvider(tool)); // eslint-disable-line deprecation/deprecation
|
|
113207
113237
|
onRegistered === null || onRegistered === void 0 ? void 0 : onRegistered();
|
|
113208
113238
|
}
|
|
113209
113239
|
catch (e) {
|
|
@@ -153804,7 +153834,7 @@ class GltfReader {
|
|
|
153804
153834
|
if (dracoMeshes.length === 0)
|
|
153805
153835
|
return;
|
|
153806
153836
|
try {
|
|
153807
|
-
const dracoLoader = (await Promise.all(/*! import() */[__webpack_require__.e("vendors-
|
|
153837
|
+
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;
|
|
153808
153838
|
await Promise.all(dracoMeshes.map(async (x) => this.decodeDracoMesh(x, dracoLoader)));
|
|
153809
153839
|
}
|
|
153810
153840
|
catch (err) {
|
|
@@ -156993,7 +157023,7 @@ function readPnts(stream, dataOffset, pnts) {
|
|
|
156993
157023
|
async function decodeDracoPointCloud(buf) {
|
|
156994
157024
|
var _a, _b, _c, _d, _e, _f;
|
|
156995
157025
|
try {
|
|
156996
|
-
const dracoLoader = (await Promise.all(/*! import() */[__webpack_require__.e("vendors-
|
|
157026
|
+
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;
|
|
156997
157027
|
const mesh = await dracoLoader.parse(buf, {});
|
|
156998
157028
|
if (mesh.topology !== "point-list")
|
|
156999
157029
|
return undefined;
|
|
@@ -161000,7 +161030,7 @@ class TileAdmin {
|
|
|
161000
161030
|
_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.lookup(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.IModelTileRpcInterface, "requestTileTreeProps").policy.retryInterval = () => retryInterval;
|
|
161001
161031
|
const policy = _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcOperation.lookup(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.IModelTileRpcInterface, "generateTileContent").policy;
|
|
161002
161032
|
policy.retryInterval = () => retryInterval;
|
|
161003
|
-
policy.allowResponseCaching = () => _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcResponseCacheControl.Immutable;
|
|
161033
|
+
policy.allowResponseCaching = () => _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RpcResponseCacheControl.Immutable; // eslint-disable-line deprecation/deprecation
|
|
161004
161034
|
}
|
|
161005
161035
|
}
|
|
161006
161036
|
/** @public */
|
|
@@ -165501,6 +165531,8 @@ class WmsMapLayerImageryProvider extends _internal__WEBPACK_IMPORTED_MODULE_3__.
|
|
|
165501
165531
|
}
|
|
165502
165532
|
return { support3857: support3857 !== null && support3857 !== void 0 ? support3857 : false, support4326: support4326 !== null && support4326 !== void 0 ? support4326 : false };
|
|
165503
165533
|
}
|
|
165534
|
+
// WMS standard requires 'TRUE' or 'FALSE' (case sensitive) values.
|
|
165535
|
+
get transparentBackgroundString() { return this._settings.transparentBackground ? "TRUE" : "FALSE"; }
|
|
165504
165536
|
// construct the Url from the desired Tile
|
|
165505
165537
|
async constructUrl(row, column, zoomLevel) {
|
|
165506
165538
|
var _a, _b, _c, _d, _e;
|
|
@@ -286679,7 +286711,7 @@ class TestContext {
|
|
|
286679
286711
|
this.initializeRpcInterfaces({ title: this.settings.Backend.name, version: this.settings.Backend.version });
|
|
286680
286712
|
const iModelClient = new imodels_client_management_1.IModelsClient({ api: { baseUrl: `https://${(_a = process.env.IMJS_URL_PREFIX) !== null && _a !== void 0 ? _a : ""}api.bentley.com/imodels` } });
|
|
286681
286713
|
await core_frontend_1.NoRenderApp.startup({
|
|
286682
|
-
applicationVersion: "3.6.0-dev.
|
|
286714
|
+
applicationVersion: "3.6.0-dev.62",
|
|
286683
286715
|
applicationId: this.settings.gprid,
|
|
286684
286716
|
authorizationClient: new frontend_1.TestFrontendAuthorizationClient(this.adminUserAccessToken),
|
|
286685
286717
|
hubAccess: new imodels_access_frontend_1.FrontendIModelsAccess(iModelClient),
|
|
@@ -295790,11 +295822,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
295790
295822
|
/* harmony export */ "BackstageItemType": () => (/* reexport safe */ _appui_abstract_backstage_BackstageItem__WEBPACK_IMPORTED_MODULE_4__.BackstageItemType),
|
|
295791
295823
|
/* harmony export */ "BackstageItemUtilities": () => (/* reexport safe */ _appui_abstract_backstage_BackstageItem__WEBPACK_IMPORTED_MODULE_4__.BackstageItemUtilities),
|
|
295792
295824
|
/* harmony export */ "BackstageItemsManager": () => (/* reexport safe */ _appui_abstract_backstage_BackstageItemsManager__WEBPACK_IMPORTED_MODULE_5__.BackstageItemsManager),
|
|
295793
|
-
/* harmony export */ "BadgeType": () => (/* reexport safe */
|
|
295825
|
+
/* harmony export */ "BadgeType": () => (/* reexport safe */ _appui_abstract_items_BadgeType__WEBPACK_IMPORTED_MODULE_15__.BadgeType),
|
|
295794
295826
|
/* harmony export */ "BaseQuantityDescription": () => (/* reexport safe */ _appui_abstract_quantity_BaseQuantityDescription__WEBPACK_IMPORTED_MODULE_30__.BaseQuantityDescription),
|
|
295795
295827
|
/* harmony export */ "BaseUiItemsProvider": () => (/* reexport safe */ _appui_abstract_BaseUiItemsProvider__WEBPACK_IMPORTED_MODULE_0__.BaseUiItemsProvider),
|
|
295796
|
-
/* harmony export */ "ConditionalBooleanValue": () => (/* reexport safe */
|
|
295797
|
-
/* harmony export */ "ConditionalStringValue": () => (/* reexport safe */
|
|
295828
|
+
/* harmony export */ "ConditionalBooleanValue": () => (/* reexport safe */ _appui_abstract_items_ConditionalBooleanValue__WEBPACK_IMPORTED_MODULE_16__.ConditionalBooleanValue),
|
|
295829
|
+
/* harmony export */ "ConditionalStringValue": () => (/* reexport safe */ _appui_abstract_items_ConditionalStringValue__WEBPACK_IMPORTED_MODULE_17__.ConditionalStringValue),
|
|
295798
295830
|
/* harmony export */ "DialogButtonStyle": () => (/* reexport safe */ _appui_abstract_dialogs_UiLayoutDataProvider__WEBPACK_IMPORTED_MODULE_10__.DialogButtonStyle),
|
|
295799
295831
|
/* harmony export */ "DialogButtonType": () => (/* reexport safe */ _appui_abstract_dialogs_UiLayoutDataProvider__WEBPACK_IMPORTED_MODULE_10__.DialogButtonType),
|
|
295800
295832
|
/* harmony export */ "DialogLayoutDataProvider": () => (/* reexport safe */ _appui_abstract_dialogs_UiLayoutDataProvider__WEBPACK_IMPORTED_MODULE_10__.DialogLayoutDataProvider),
|
|
@@ -295886,11 +295918,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
295886
295918
|
/* 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");
|
|
295887
295919
|
/* 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");
|
|
295888
295920
|
/* 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");
|
|
295889
|
-
/* harmony import */ var
|
|
295890
|
-
/* harmony import */ var
|
|
295891
|
-
/* harmony import */ var
|
|
295892
|
-
/* harmony import */ var
|
|
295893
|
-
/* harmony import */ var
|
|
295921
|
+
/* 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");
|
|
295922
|
+
/* 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");
|
|
295923
|
+
/* 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");
|
|
295924
|
+
/* 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");
|
|
295925
|
+
/* 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");
|
|
295894
295926
|
/* 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");
|
|
295895
295927
|
/* 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");
|
|
295896
295928
|
/* 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");
|
|
@@ -295973,8 +296005,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
295973
296005
|
|
|
295974
296006
|
|
|
295975
296007
|
|
|
295976
|
-
|
|
295977
|
-
|
|
295978
296008
|
|
|
295979
296009
|
|
|
295980
296010
|
|
|
@@ -296057,9 +296087,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
296057
296087
|
*/
|
|
296058
296088
|
|
|
296059
296089
|
|
|
296060
|
-
/**
|
|
296061
|
-
* Base implementation of a UiItemsProvider. The base class allows the user to pass in a function that is used to determine if the
|
|
296090
|
+
/** Base implementation of a UiItemsProvider. The base class allows the user to pass in a function that is used to determine if the
|
|
296062
296091
|
* active stage should be provided items. Derived provider classes should override the `xxxInternal` methods to provide items.
|
|
296092
|
+
* @deprecated in 3.6. Use [BaseUiItemsProvider]($appui-react) instead.
|
|
296063
296093
|
* @public
|
|
296064
296094
|
*/
|
|
296065
296095
|
class BaseUiItemsProvider {
|
|
@@ -296400,8 +296430,8 @@ var UiItemsApplicationAction;
|
|
|
296400
296430
|
/** Update the item during the change */
|
|
296401
296431
|
UiItemsApplicationAction[UiItemsApplicationAction["Update"] = 2] = "Update";
|
|
296402
296432
|
})(UiItemsApplicationAction || (UiItemsApplicationAction = {}));
|
|
296403
|
-
/**
|
|
296404
|
-
*
|
|
296433
|
+
/** Controls registering of UiItemsProviders and calls the provider's methods when populating different parts of the User Interface.
|
|
296434
|
+
* @deprecated in 3.6. Use [UiItemsManager]($appui-react) instead.
|
|
296405
296435
|
* @public
|
|
296406
296436
|
*/
|
|
296407
296437
|
class UiItemsManager {
|
|
@@ -296589,7 +296619,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
296589
296619
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
296590
296620
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
296591
296621
|
*--------------------------------------------------------------------------------------------*/
|
|
296592
|
-
/* eslint-disable deprecation/deprecation */
|
|
296593
296622
|
/** @packageDocumentation
|
|
296594
296623
|
* @module UiItemsProvider
|
|
296595
296624
|
*/
|
|
@@ -296620,6 +296649,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
296620
296649
|
* @module Backstage
|
|
296621
296650
|
*/
|
|
296622
296651
|
/** Used to specify the item type added to the backstage menu.
|
|
296652
|
+
* @deprecated in 3.6. Use type guards instead.
|
|
296623
296653
|
* @public
|
|
296624
296654
|
*/
|
|
296625
296655
|
var BackstageItemType;
|
|
@@ -296630,24 +296660,28 @@ var BackstageItemType;
|
|
|
296630
296660
|
BackstageItemType[BackstageItemType["StageLauncher"] = 2] = "StageLauncher";
|
|
296631
296661
|
})(BackstageItemType || (BackstageItemType = {}));
|
|
296632
296662
|
/** BackstageActionItem type guard.
|
|
296663
|
+
* @deprecated in 3.6. Use [isBackstageActionItem]($appui-react) instead.
|
|
296633
296664
|
* @public
|
|
296634
296665
|
*/
|
|
296635
296666
|
const isActionItem = (item) => {
|
|
296636
|
-
return item.execute !== undefined;
|
|
296667
|
+
return item.execute !== undefined; // eslint-disable-line deprecation/deprecation
|
|
296637
296668
|
};
|
|
296638
296669
|
/** BackstageStageLauncher type guard.
|
|
296670
|
+
* @deprecated in 3.6. Use [isBackstageStageLauncher]($appui-react) instead.
|
|
296639
296671
|
* @public
|
|
296640
296672
|
*/
|
|
296641
296673
|
const isStageLauncher = (item) => {
|
|
296642
|
-
return item.stageId !== undefined;
|
|
296674
|
+
return item.stageId !== undefined; // eslint-disable-line deprecation/deprecation
|
|
296643
296675
|
};
|
|
296644
296676
|
/** Utilities for creating and maintaining backstage items
|
|
296677
|
+
* @deprecated in 3.6. Use [BackstageItemUtilities]($appui-react) instead.
|
|
296645
296678
|
* @public
|
|
296646
296679
|
*/
|
|
296647
296680
|
class BackstageItemUtilities {
|
|
296648
296681
|
}
|
|
296649
296682
|
/** Creates a stage launcher backstage item */
|
|
296650
|
-
BackstageItemUtilities.createStageLauncher = (frontstageId, groupPriority, itemPriority, label, subtitle, icon, overrides
|
|
296683
|
+
BackstageItemUtilities.createStageLauncher = (frontstageId, groupPriority, itemPriority, label, subtitle, icon, overrides // eslint-disable-line deprecation/deprecation
|
|
296684
|
+
) => ({
|
|
296651
296685
|
groupPriority,
|
|
296652
296686
|
icon,
|
|
296653
296687
|
internalData: overrides === null || overrides === void 0 ? void 0 : overrides.internalData,
|
|
@@ -296659,7 +296693,8 @@ BackstageItemUtilities.createStageLauncher = (frontstageId, groupPriority, itemP
|
|
|
296659
296693
|
...overrides,
|
|
296660
296694
|
});
|
|
296661
296695
|
/** Creates an action backstage item */
|
|
296662
|
-
BackstageItemUtilities.createActionItem = (itemId, groupPriority, itemPriority, execute, label, subtitle, icon, overrides
|
|
296696
|
+
BackstageItemUtilities.createActionItem = (itemId, groupPriority, itemPriority, execute, label, subtitle, icon, overrides // eslint-disable-line deprecation/deprecation
|
|
296697
|
+
) => ({
|
|
296663
296698
|
execute,
|
|
296664
296699
|
groupPriority,
|
|
296665
296700
|
icon,
|
|
@@ -297701,7 +297736,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
297701
297736
|
* @module Item
|
|
297702
297737
|
*/
|
|
297703
297738
|
/** Standard stage uses. Allows extension to target ui item to include on a stage without
|
|
297704
|
-
*
|
|
297739
|
+
* knowing the stage name defined in the host application.
|
|
297740
|
+
* @deprecated in 3.6. Use [StageUsage]($appui-react) instead.
|
|
297705
297741
|
* @public
|
|
297706
297742
|
*/
|
|
297707
297743
|
var StageUsage;
|
|
@@ -298440,6 +298476,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
298440
298476
|
* @module StatusBar
|
|
298441
298477
|
*/
|
|
298442
298478
|
/** Status bar Groups/Sections from Left to Right
|
|
298479
|
+
* @deprecated in 3.6. Use [StatusBarSection]($appui-react) instead.
|
|
298443
298480
|
* @public
|
|
298444
298481
|
*/
|
|
298445
298482
|
var StatusBarSection;
|
|
@@ -298460,6 +298497,7 @@ var StatusBarSection;
|
|
|
298460
298497
|
StatusBarSection[StatusBarSection["Context"] = 3] = "Context";
|
|
298461
298498
|
})(StatusBarSection || (StatusBarSection = {}));
|
|
298462
298499
|
/** Defines which side of Icon where label is placed
|
|
298500
|
+
* @deprecated in 3.6. Use [StatusBarLabelSide]($appui-react) instead.
|
|
298463
298501
|
* @public
|
|
298464
298502
|
*/
|
|
298465
298503
|
var StatusBarLabelSide;
|
|
@@ -298470,24 +298508,28 @@ var StatusBarLabelSide;
|
|
|
298470
298508
|
StatusBarLabelSide[StatusBarLabelSide["Right"] = 1] = "Right";
|
|
298471
298509
|
})(StatusBarLabelSide || (StatusBarLabelSide = {}));
|
|
298472
298510
|
/** AbstractStatusBarActionItem type guard.
|
|
298511
|
+
* @deprecated in 3.6. Use [isStatusBarActionItem]($appui-react) instead.
|
|
298473
298512
|
* @public
|
|
298474
298513
|
*/
|
|
298475
298514
|
const isAbstractStatusBarActionItem = (item) => {
|
|
298476
|
-
return item.execute !== undefined;
|
|
298515
|
+
return item.execute !== undefined; // eslint-disable-line deprecation/deprecation
|
|
298477
298516
|
};
|
|
298478
298517
|
/** AbstractStatusBarLabelItem type guard.
|
|
298518
|
+
* @deprecated in 3.6. Use [isStatusBarLabelItem]($appui-react) instead.
|
|
298479
298519
|
* @public
|
|
298480
298520
|
*/
|
|
298481
298521
|
const isAbstractStatusBarLabelItem = (item) => {
|
|
298482
|
-
return item.label !== undefined && item.execute === undefined;
|
|
298522
|
+
return item.label !== undefined && item.execute === undefined; // eslint-disable-line deprecation/deprecation
|
|
298483
298523
|
};
|
|
298484
298524
|
/** AbstractStatusBarCustomItem type guard.
|
|
298525
|
+
* @deprecated in 3.6. Use [isStatusBarCustomItem]($appui-react) instead.
|
|
298485
298526
|
* @public
|
|
298486
298527
|
*/
|
|
298487
298528
|
const isAbstractStatusBarCustomItem = (item) => {
|
|
298488
|
-
return !!item.isCustom;
|
|
298529
|
+
return !!item.isCustom; // eslint-disable-line deprecation/deprecation
|
|
298489
298530
|
};
|
|
298490
298531
|
/** Helper class to create Abstract StatusBar Item definitions.
|
|
298532
|
+
* @deprecated in 3.6. Use [StatusBarItemUtilities]($appui-react) instead.
|
|
298491
298533
|
* @public
|
|
298492
298534
|
*/
|
|
298493
298535
|
class AbstractStatusBarItemUtilities {
|
|
@@ -298680,6 +298722,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
298680
298722
|
* @module Toolbar
|
|
298681
298723
|
*/
|
|
298682
298724
|
/** Used to specify the usage of the toolbar which determine the toolbar position.
|
|
298725
|
+
* @deprecated in 3.6. Use [ToolbarUsage]($appui-react) instead.
|
|
298683
298726
|
* @public
|
|
298684
298727
|
*/
|
|
298685
298728
|
var ToolbarUsage;
|
|
@@ -298690,6 +298733,7 @@ var ToolbarUsage;
|
|
|
298690
298733
|
ToolbarUsage[ToolbarUsage["ViewNavigation"] = 1] = "ViewNavigation";
|
|
298691
298734
|
})(ToolbarUsage || (ToolbarUsage = {}));
|
|
298692
298735
|
/** Used to specify the orientation of the toolbar.
|
|
298736
|
+
* @deprecated in 3.6. Use [ToolbarOrientation]($appui-react) instead.
|
|
298693
298737
|
* @public
|
|
298694
298738
|
*/
|
|
298695
298739
|
var ToolbarOrientation;
|
|
@@ -298723,7 +298767,7 @@ ToolbarItemUtilities.createActionButton = (id, itemPriority, icon, label, execut
|
|
|
298723
298767
|
execute,
|
|
298724
298768
|
...overrides,
|
|
298725
298769
|
});
|
|
298726
|
-
/** Creates a Group button */
|
|
298770
|
+
/** Creates a Group button. */
|
|
298727
298771
|
ToolbarItemUtilities.createGroupButton = (id, itemPriority, icon, label, items, overrides) => ({
|
|
298728
298772
|
id, itemPriority,
|
|
298729
298773
|
icon, label,
|
|
@@ -300666,18 +300710,22 @@ var AbstractZoneLocation;
|
|
|
300666
300710
|
AbstractZoneLocation[AbstractZoneLocation["BottomRight"] = 9] = "BottomRight";
|
|
300667
300711
|
})(AbstractZoneLocation || (AbstractZoneLocation = {}));
|
|
300668
300712
|
/** Available Stage Panel locations.
|
|
300713
|
+
* @deprecated in 3.6. Use [StagePanelLocation]($appui-react) instead.
|
|
300669
300714
|
* @public
|
|
300670
300715
|
*/
|
|
300671
300716
|
var StagePanelLocation;
|
|
300672
300717
|
(function (StagePanelLocation) {
|
|
300673
300718
|
StagePanelLocation[StagePanelLocation["Top"] = 101] = "Top";
|
|
300719
|
+
/** @deprecated Used in UI1.0 only. */
|
|
300674
300720
|
StagePanelLocation[StagePanelLocation["TopMost"] = 102] = "TopMost";
|
|
300675
300721
|
StagePanelLocation[StagePanelLocation["Left"] = 103] = "Left";
|
|
300676
300722
|
StagePanelLocation[StagePanelLocation["Right"] = 104] = "Right";
|
|
300677
300723
|
StagePanelLocation[StagePanelLocation["Bottom"] = 105] = "Bottom";
|
|
300724
|
+
/** @deprecated Used in UI1.0 only. */
|
|
300678
300725
|
StagePanelLocation[StagePanelLocation["BottomMost"] = 106] = "BottomMost";
|
|
300679
300726
|
})(StagePanelLocation || (StagePanelLocation = {}));
|
|
300680
300727
|
/** Enum for Stage Panel Sections
|
|
300728
|
+
* @deprecated in 3.6. Use [StagePanelSection]($appui-react) instead.
|
|
300681
300729
|
* @public
|
|
300682
300730
|
*/
|
|
300683
300731
|
var StagePanelSection;
|
|
@@ -300710,6 +300758,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
300710
300758
|
* @module Widget
|
|
300711
300759
|
*/
|
|
300712
300760
|
/** Widget state enum.
|
|
300761
|
+
* @deprecated in 3.6. Use [WidgetState]($appui-react) instead.
|
|
300713
300762
|
* @public
|
|
300714
300763
|
*/
|
|
300715
300764
|
var WidgetState;
|
|
@@ -302391,10 +302440,10 @@ const gBase64 = {
|
|
|
302391
302440
|
|
|
302392
302441
|
/***/ }),
|
|
302393
302442
|
|
|
302394
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302395
|
-
|
|
302396
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302397
|
-
|
|
302443
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js":
|
|
302444
|
+
/*!*******************************************************************************************************************************!*\
|
|
302445
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js ***!
|
|
302446
|
+
\*******************************************************************************************************************************/
|
|
302398
302447
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302399
302448
|
|
|
302400
302449
|
"use strict";
|
|
@@ -302410,10 +302459,10 @@ function _arrayLikeToArray(arr, len) {
|
|
|
302410
302459
|
|
|
302411
302460
|
/***/ }),
|
|
302412
302461
|
|
|
302413
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302414
|
-
|
|
302415
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302416
|
-
|
|
302462
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js":
|
|
302463
|
+
/*!*****************************************************************************************************************************!*\
|
|
302464
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js ***!
|
|
302465
|
+
\*****************************************************************************************************************************/
|
|
302417
302466
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302418
302467
|
|
|
302419
302468
|
"use strict";
|
|
@@ -302427,10 +302476,10 @@ function _arrayWithHoles(arr) {
|
|
|
302427
302476
|
|
|
302428
302477
|
/***/ }),
|
|
302429
302478
|
|
|
302430
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302431
|
-
|
|
302432
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302433
|
-
|
|
302479
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js":
|
|
302480
|
+
/*!************************************************************************************************************************************!*\
|
|
302481
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js ***!
|
|
302482
|
+
\************************************************************************************************************************************/
|
|
302434
302483
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302435
302484
|
|
|
302436
302485
|
"use strict";
|
|
@@ -302447,10 +302496,10 @@ function _assertThisInitialized(self) {
|
|
|
302447
302496
|
|
|
302448
302497
|
/***/ }),
|
|
302449
302498
|
|
|
302450
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302451
|
-
|
|
302452
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302453
|
-
|
|
302499
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/classCallCheck.js":
|
|
302500
|
+
/*!*****************************************************************************************************************************!*\
|
|
302501
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/classCallCheck.js ***!
|
|
302502
|
+
\*****************************************************************************************************************************/
|
|
302454
302503
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302455
302504
|
|
|
302456
302505
|
"use strict";
|
|
@@ -302466,10 +302515,10 @@ function _classCallCheck(instance, Constructor) {
|
|
|
302466
302515
|
|
|
302467
302516
|
/***/ }),
|
|
302468
302517
|
|
|
302469
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302470
|
-
|
|
302471
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302472
|
-
|
|
302518
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/createClass.js":
|
|
302519
|
+
/*!**************************************************************************************************************************!*\
|
|
302520
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/createClass.js ***!
|
|
302521
|
+
\**************************************************************************************************************************/
|
|
302473
302522
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302474
302523
|
|
|
302475
302524
|
"use strict";
|
|
@@ -302477,7 +302526,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
302477
302526
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
302478
302527
|
/* harmony export */ "default": () => (/* binding */ _createClass)
|
|
302479
302528
|
/* harmony export */ });
|
|
302480
|
-
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302529
|
+
/* 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");
|
|
302481
302530
|
|
|
302482
302531
|
function _defineProperties(target, props) {
|
|
302483
302532
|
for (var i = 0; i < props.length; i++) {
|
|
@@ -302499,10 +302548,10 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
302499
302548
|
|
|
302500
302549
|
/***/ }),
|
|
302501
302550
|
|
|
302502
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302503
|
-
|
|
302504
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302505
|
-
|
|
302551
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/defineProperty.js":
|
|
302552
|
+
/*!*****************************************************************************************************************************!*\
|
|
302553
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
|
|
302554
|
+
\*****************************************************************************************************************************/
|
|
302506
302555
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302507
302556
|
|
|
302508
302557
|
"use strict";
|
|
@@ -302510,7 +302559,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
302510
302559
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
302511
302560
|
/* harmony export */ "default": () => (/* binding */ _defineProperty)
|
|
302512
302561
|
/* harmony export */ });
|
|
302513
|
-
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302562
|
+
/* 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");
|
|
302514
302563
|
|
|
302515
302564
|
function _defineProperty(obj, key, value) {
|
|
302516
302565
|
key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
|
|
@@ -302529,10 +302578,10 @@ function _defineProperty(obj, key, value) {
|
|
|
302529
302578
|
|
|
302530
302579
|
/***/ }),
|
|
302531
302580
|
|
|
302532
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302533
|
-
|
|
302534
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302535
|
-
|
|
302581
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js":
|
|
302582
|
+
/*!*****************************************************************************************************************************!*\
|
|
302583
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js ***!
|
|
302584
|
+
\*****************************************************************************************************************************/
|
|
302536
302585
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302537
302586
|
|
|
302538
302587
|
"use strict";
|
|
@@ -302549,10 +302598,10 @@ function _getPrototypeOf(o) {
|
|
|
302549
302598
|
|
|
302550
302599
|
/***/ }),
|
|
302551
302600
|
|
|
302552
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302553
|
-
|
|
302554
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302555
|
-
|
|
302601
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/inherits.js":
|
|
302602
|
+
/*!***********************************************************************************************************************!*\
|
|
302603
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/inherits.js ***!
|
|
302604
|
+
\***********************************************************************************************************************/
|
|
302556
302605
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302557
302606
|
|
|
302558
302607
|
"use strict";
|
|
@@ -302560,7 +302609,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
302560
302609
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
302561
302610
|
/* harmony export */ "default": () => (/* binding */ _inherits)
|
|
302562
302611
|
/* harmony export */ });
|
|
302563
|
-
/* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./setPrototypeOf.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302612
|
+
/* 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");
|
|
302564
302613
|
|
|
302565
302614
|
function _inherits(subClass, superClass) {
|
|
302566
302615
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -302581,10 +302630,10 @@ function _inherits(subClass, superClass) {
|
|
|
302581
302630
|
|
|
302582
302631
|
/***/ }),
|
|
302583
302632
|
|
|
302584
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302585
|
-
|
|
302586
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302587
|
-
|
|
302633
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/iterableToArray.js":
|
|
302634
|
+
/*!******************************************************************************************************************************!*\
|
|
302635
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/iterableToArray.js ***!
|
|
302636
|
+
\******************************************************************************************************************************/
|
|
302588
302637
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302589
302638
|
|
|
302590
302639
|
"use strict";
|
|
@@ -302598,10 +302647,10 @@ function _iterableToArray(iter) {
|
|
|
302598
302647
|
|
|
302599
302648
|
/***/ }),
|
|
302600
302649
|
|
|
302601
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302602
|
-
|
|
302603
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302604
|
-
|
|
302650
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js":
|
|
302651
|
+
/*!******************************************************************************************************************************!*\
|
|
302652
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js ***!
|
|
302653
|
+
\******************************************************************************************************************************/
|
|
302605
302654
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302606
302655
|
|
|
302607
302656
|
"use strict";
|
|
@@ -302615,10 +302664,10 @@ function _nonIterableRest() {
|
|
|
302615
302664
|
|
|
302616
302665
|
/***/ }),
|
|
302617
302666
|
|
|
302618
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302619
|
-
|
|
302620
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302621
|
-
|
|
302667
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js":
|
|
302668
|
+
/*!****************************************************************************************************************************************!*\
|
|
302669
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js ***!
|
|
302670
|
+
\****************************************************************************************************************************************/
|
|
302622
302671
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302623
302672
|
|
|
302624
302673
|
"use strict";
|
|
@@ -302626,8 +302675,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
302626
302675
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
302627
302676
|
/* harmony export */ "default": () => (/* binding */ _possibleConstructorReturn)
|
|
302628
302677
|
/* harmony export */ });
|
|
302629
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302630
|
-
/* harmony import */ var _assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./assertThisInitialized.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302678
|
+
/* 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");
|
|
302679
|
+
/* 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");
|
|
302631
302680
|
|
|
302632
302681
|
|
|
302633
302682
|
function _possibleConstructorReturn(self, call) {
|
|
@@ -302641,10 +302690,10 @@ function _possibleConstructorReturn(self, call) {
|
|
|
302641
302690
|
|
|
302642
302691
|
/***/ }),
|
|
302643
302692
|
|
|
302644
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302645
|
-
|
|
302646
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302647
|
-
|
|
302693
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js":
|
|
302694
|
+
/*!*****************************************************************************************************************************!*\
|
|
302695
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js ***!
|
|
302696
|
+
\*****************************************************************************************************************************/
|
|
302648
302697
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302649
302698
|
|
|
302650
302699
|
"use strict";
|
|
@@ -302662,10 +302711,10 @@ function _setPrototypeOf(o, p) {
|
|
|
302662
302711
|
|
|
302663
302712
|
/***/ }),
|
|
302664
302713
|
|
|
302665
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302666
|
-
|
|
302667
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302668
|
-
|
|
302714
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toArray.js":
|
|
302715
|
+
/*!**********************************************************************************************************************!*\
|
|
302716
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toArray.js ***!
|
|
302717
|
+
\**********************************************************************************************************************/
|
|
302669
302718
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302670
302719
|
|
|
302671
302720
|
"use strict";
|
|
@@ -302673,10 +302722,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
302673
302722
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
302674
302723
|
/* harmony export */ "default": () => (/* binding */ _toArray)
|
|
302675
302724
|
/* harmony export */ });
|
|
302676
|
-
/* harmony import */ var _arrayWithHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayWithHoles.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302677
|
-
/* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./iterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302678
|
-
/* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302679
|
-
/* harmony import */ var _nonIterableRest_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./nonIterableRest.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302725
|
+
/* 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");
|
|
302726
|
+
/* 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");
|
|
302727
|
+
/* 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");
|
|
302728
|
+
/* 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");
|
|
302680
302729
|
|
|
302681
302730
|
|
|
302682
302731
|
|
|
@@ -302687,10 +302736,10 @@ function _toArray(arr) {
|
|
|
302687
302736
|
|
|
302688
302737
|
/***/ }),
|
|
302689
302738
|
|
|
302690
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302691
|
-
|
|
302692
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302693
|
-
|
|
302739
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toPrimitive.js":
|
|
302740
|
+
/*!**************************************************************************************************************************!*\
|
|
302741
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
|
|
302742
|
+
\**************************************************************************************************************************/
|
|
302694
302743
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302695
302744
|
|
|
302696
302745
|
"use strict";
|
|
@@ -302698,7 +302747,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
302698
302747
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
302699
302748
|
/* harmony export */ "default": () => (/* binding */ _toPrimitive)
|
|
302700
302749
|
/* harmony export */ });
|
|
302701
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302750
|
+
/* 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");
|
|
302702
302751
|
|
|
302703
302752
|
function _toPrimitive(input, hint) {
|
|
302704
302753
|
if ((0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(input) !== "object" || input === null) return input;
|
|
@@ -302713,10 +302762,10 @@ function _toPrimitive(input, hint) {
|
|
|
302713
302762
|
|
|
302714
302763
|
/***/ }),
|
|
302715
302764
|
|
|
302716
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302717
|
-
|
|
302718
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302719
|
-
|
|
302765
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js":
|
|
302766
|
+
/*!****************************************************************************************************************************!*\
|
|
302767
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
|
|
302768
|
+
\****************************************************************************************************************************/
|
|
302720
302769
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302721
302770
|
|
|
302722
302771
|
"use strict";
|
|
@@ -302724,8 +302773,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
302724
302773
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
302725
302774
|
/* harmony export */ "default": () => (/* binding */ _toPropertyKey)
|
|
302726
302775
|
/* harmony export */ });
|
|
302727
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302728
|
-
/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302776
|
+
/* 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");
|
|
302777
|
+
/* 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");
|
|
302729
302778
|
|
|
302730
302779
|
|
|
302731
302780
|
function _toPropertyKey(arg) {
|
|
@@ -302735,10 +302784,10 @@ function _toPropertyKey(arg) {
|
|
|
302735
302784
|
|
|
302736
302785
|
/***/ }),
|
|
302737
302786
|
|
|
302738
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302739
|
-
|
|
302740
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302741
|
-
|
|
302787
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/typeof.js":
|
|
302788
|
+
/*!*********************************************************************************************************************!*\
|
|
302789
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/typeof.js ***!
|
|
302790
|
+
\*********************************************************************************************************************/
|
|
302742
302791
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302743
302792
|
|
|
302744
302793
|
"use strict";
|
|
@@ -302758,10 +302807,10 @@ function _typeof(obj) {
|
|
|
302758
302807
|
|
|
302759
302808
|
/***/ }),
|
|
302760
302809
|
|
|
302761
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302762
|
-
|
|
302763
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302764
|
-
|
|
302810
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js":
|
|
302811
|
+
/*!*****************************************************************************************************************************************!*\
|
|
302812
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js ***!
|
|
302813
|
+
\*****************************************************************************************************************************************/
|
|
302765
302814
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
302766
302815
|
|
|
302767
302816
|
"use strict";
|
|
@@ -302769,7 +302818,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
302769
302818
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
302770
302819
|
/* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
|
|
302771
302820
|
/* harmony export */ });
|
|
302772
|
-
/* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
302821
|
+
/* 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");
|
|
302773
302822
|
|
|
302774
302823
|
function _unsupportedIterableToArray(o, minLen) {
|
|
302775
302824
|
if (!o) return;
|
|
@@ -303203,15 +303252,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
303203
303252
|
/* harmony export */ "t": () => (/* binding */ t),
|
|
303204
303253
|
/* harmony export */ "use": () => (/* binding */ use)
|
|
303205
303254
|
/* harmony export */ });
|
|
303206
|
-
/* 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.
|
|
303207
|
-
/* 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.
|
|
303208
|
-
/* 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.
|
|
303209
|
-
/* 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.
|
|
303210
|
-
/* 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.
|
|
303211
|
-
/* 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.
|
|
303212
|
-
/* 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.
|
|
303213
|
-
/* 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.
|
|
303214
|
-
/* 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.
|
|
303255
|
+
/* 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");
|
|
303256
|
+
/* 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");
|
|
303257
|
+
/* 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");
|
|
303258
|
+
/* 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");
|
|
303259
|
+
/* 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");
|
|
303260
|
+
/* 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");
|
|
303261
|
+
/* 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");
|
|
303262
|
+
/* 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");
|
|
303263
|
+
/* 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");
|
|
303215
303264
|
|
|
303216
303265
|
|
|
303217
303266
|
|
|
@@ -306091,7 +306140,7 @@ module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"P
|
|
|
306091
306140
|
/***/ ((module) => {
|
|
306092
306141
|
|
|
306093
306142
|
"use strict";
|
|
306094
|
-
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.6.0-dev.
|
|
306143
|
+
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"}}]}}');
|
|
306095
306144
|
|
|
306096
306145
|
/***/ }),
|
|
306097
306146
|
|