@itwin/core-i18n 3.6.0-dev.8 → 4.0.0-dev.2
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/CHANGELOG.md +26 -1
- package/LICENSE.md +1 -1
- package/lib/cjs/test/webpack/bundled-tests.instrumented.js +487 -441
- package/lib/cjs/test/webpack/bundled-tests.instrumented.js.map +1 -1
- package/lib/cjs/test/webpack/bundled-tests.js +343 -297
- package/lib/cjs/test/webpack/bundled-tests.js.map +1 -1
- package/package.json +7 -7
|
@@ -10823,8 +10823,8 @@ module.exports = getFuncName;
|
|
|
10823
10823
|
"use strict";
|
|
10824
10824
|
|
|
10825
10825
|
|
|
10826
|
-
var _classCallCheck = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
10827
|
-
var _createClass = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
10826
|
+
var _classCallCheck = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/classCallCheck.js");
|
|
10827
|
+
var _createClass = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/createClass.js");
|
|
10828
10828
|
|
|
10829
10829
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10830
10830
|
|
|
@@ -11256,15 +11256,15 @@ module.exports = Browser;
|
|
|
11256
11256
|
"use strict";
|
|
11257
11257
|
|
|
11258
11258
|
|
|
11259
|
-
var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
11260
|
-
var _classCallCheck = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
11261
|
-
var _createClass = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
11262
|
-
var _assertThisInitialized = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
11263
|
-
var _inherits = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
11264
|
-
var _possibleConstructorReturn = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
11265
|
-
var _getPrototypeOf = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
11266
|
-
var _defineProperty = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
11267
|
-
var _toArray = __webpack_require__(/*! @babel/runtime/helpers/toArray */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
11259
|
+
var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/typeof.js");
|
|
11260
|
+
var _classCallCheck = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/classCallCheck.js");
|
|
11261
|
+
var _createClass = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/createClass.js");
|
|
11262
|
+
var _assertThisInitialized = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/assertThisInitialized.js");
|
|
11263
|
+
var _inherits = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/inherits.js");
|
|
11264
|
+
var _possibleConstructorReturn = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js");
|
|
11265
|
+
var _getPrototypeOf = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/getPrototypeOf.js");
|
|
11266
|
+
var _defineProperty = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/defineProperty.js");
|
|
11267
|
+
var _toArray = __webpack_require__(/*! @babel/runtime/helpers/toArray */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/toArray.js");
|
|
11268
11268
|
|
|
11269
11269
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
11270
11270
|
|
|
@@ -15789,60 +15789,6 @@ function assert(condition, message) {
|
|
|
15789
15789
|
}
|
|
15790
15790
|
|
|
15791
15791
|
|
|
15792
|
-
/***/ }),
|
|
15793
|
-
|
|
15794
|
-
/***/ "../bentley/lib/esm/AsyncMutex.js":
|
|
15795
|
-
/*!****************************************!*\
|
|
15796
|
-
!*** ../bentley/lib/esm/AsyncMutex.js ***!
|
|
15797
|
-
\****************************************/
|
|
15798
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15799
|
-
|
|
15800
|
-
"use strict";
|
|
15801
|
-
__webpack_require__.r(__webpack_exports__);
|
|
15802
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
15803
|
-
/* harmony export */ "AsyncMutex": () => (/* binding */ AsyncMutex)
|
|
15804
|
-
/* harmony export */ });
|
|
15805
|
-
/*---------------------------------------------------------------------------------------------
|
|
15806
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
15807
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
15808
|
-
*--------------------------------------------------------------------------------------------*/
|
|
15809
|
-
/** @packageDocumentation
|
|
15810
|
-
* @module Utils
|
|
15811
|
-
*/
|
|
15812
|
-
/**
|
|
15813
|
-
* Utility to ensure a block of async code executes atomically.
|
|
15814
|
-
* Even if JavaScript precludes the possibility of race conditions between threads, there is potential for
|
|
15815
|
-
* race conditions with async code. This utility is needed in cases where a block of async code needs to run
|
|
15816
|
-
* to completion before another block is started.
|
|
15817
|
-
* This utility was based on this article: https://spin.atomicobject.com/2018/09/10/javascript-concurrency/
|
|
15818
|
-
* @alpha
|
|
15819
|
-
*/
|
|
15820
|
-
class AsyncMutex {
|
|
15821
|
-
constructor() {
|
|
15822
|
-
this._mutex = Promise.resolve();
|
|
15823
|
-
}
|
|
15824
|
-
/**
|
|
15825
|
-
* Await the return value to setup a lock. The return value
|
|
15826
|
-
* is also the unlock function that can be called to unlock
|
|
15827
|
-
* the mutex.
|
|
15828
|
-
*/
|
|
15829
|
-
async lock() {
|
|
15830
|
-
/**
|
|
15831
|
-
* Note: The promise returned by this method will resolve (with the unlock function, which is actually the
|
|
15832
|
-
* mutex’s then’s resolve function) once any previous mutexes have finished and called their
|
|
15833
|
-
* respective unlock function that was yielded over their promise.
|
|
15834
|
-
*/
|
|
15835
|
-
let begin = (_unlock) => { };
|
|
15836
|
-
this._mutex = this._mutex.then(async () => {
|
|
15837
|
-
return new Promise(begin);
|
|
15838
|
-
});
|
|
15839
|
-
return new Promise((res) => {
|
|
15840
|
-
begin = res;
|
|
15841
|
-
});
|
|
15842
|
-
}
|
|
15843
|
-
}
|
|
15844
|
-
|
|
15845
|
-
|
|
15846
15792
|
/***/ }),
|
|
15847
15793
|
|
|
15848
15794
|
/***/ "../bentley/lib/esm/BeEvent.js":
|
|
@@ -16330,8 +16276,8 @@ var IModelStatus;
|
|
|
16330
16276
|
IModelStatus[IModelStatus["FunctionNotFound"] = 65606] = "FunctionNotFound";
|
|
16331
16277
|
IModelStatus[IModelStatus["NoActiveCommand"] = 65607] = "NoActiveCommand";
|
|
16332
16278
|
})(IModelStatus || (IModelStatus = {}));
|
|
16333
|
-
/** Error
|
|
16334
|
-
* @
|
|
16279
|
+
/** Error statuses produced by various briefcase operations, typically encountered as the `errorNumber` of an [IModelError]($common).
|
|
16280
|
+
* @public
|
|
16335
16281
|
*/
|
|
16336
16282
|
var BriefcaseStatus;
|
|
16337
16283
|
(function (BriefcaseStatus) {
|
|
@@ -16347,7 +16293,7 @@ var BriefcaseStatus;
|
|
|
16347
16293
|
BriefcaseStatus[BriefcaseStatus["ContainsDeletedChangeSets"] = 131080] = "ContainsDeletedChangeSets";
|
|
16348
16294
|
})(BriefcaseStatus || (BriefcaseStatus = {}));
|
|
16349
16295
|
/** RpcInterface status codes
|
|
16350
|
-
* @beta
|
|
16296
|
+
* @beta
|
|
16351
16297
|
*/
|
|
16352
16298
|
var RpcInterfaceStatus;
|
|
16353
16299
|
(function (RpcInterfaceStatus) {
|
|
@@ -16356,8 +16302,8 @@ var RpcInterfaceStatus;
|
|
|
16356
16302
|
/** The RpcInterface implemented by the server is incompatible with the interface requested by the client. */
|
|
16357
16303
|
RpcInterfaceStatus[RpcInterfaceStatus["IncompatibleVersion"] = 135168] = "IncompatibleVersion";
|
|
16358
16304
|
})(RpcInterfaceStatus || (RpcInterfaceStatus = {}));
|
|
16359
|
-
/** Error
|
|
16360
|
-
* @
|
|
16305
|
+
/** Error statuses produced by various Changeset operations, typically encountered as the `errorNumber` of an [IModelError]($common).
|
|
16306
|
+
* @public
|
|
16361
16307
|
*/
|
|
16362
16308
|
var ChangeSetStatus;
|
|
16363
16309
|
(function (ChangeSetStatus) {
|
|
@@ -16417,7 +16363,7 @@ var ChangeSetStatus;
|
|
|
16417
16363
|
ChangeSetStatus[ChangeSetStatus["DownloadCancelled"] = 90138] = "DownloadCancelled";
|
|
16418
16364
|
})(ChangeSetStatus || (ChangeSetStatus = {}));
|
|
16419
16365
|
/** Return codes for methods which perform repository management operations
|
|
16420
|
-
* @
|
|
16366
|
+
* @internal
|
|
16421
16367
|
*/
|
|
16422
16368
|
var RepositoryStatus;
|
|
16423
16369
|
(function (RepositoryStatus) {
|
|
@@ -16454,7 +16400,7 @@ var RepositoryStatus;
|
|
|
16454
16400
|
RepositoryStatus[RepositoryStatus["ChannelConstraintViolation"] = 86031] = "ChannelConstraintViolation";
|
|
16455
16401
|
})(RepositoryStatus || (RepositoryStatus = {}));
|
|
16456
16402
|
/** Status from returned HTTP status code
|
|
16457
|
-
* @beta
|
|
16403
|
+
* @beta
|
|
16458
16404
|
*/
|
|
16459
16405
|
var HttpStatus;
|
|
16460
16406
|
(function (HttpStatus) {
|
|
@@ -16469,8 +16415,8 @@ var HttpStatus;
|
|
|
16469
16415
|
/** 5xx Server errors */
|
|
16470
16416
|
HttpStatus[HttpStatus["ServerError"] = 94212] = "ServerError";
|
|
16471
16417
|
})(HttpStatus || (HttpStatus = {}));
|
|
16472
|
-
/** iModelHub
|
|
16473
|
-
* @
|
|
16418
|
+
/** Statuses produced by APIs that interact with iModelHub, typically encountered as the `errorNumber` of an [IModelError]($common).
|
|
16419
|
+
* @public
|
|
16474
16420
|
*/
|
|
16475
16421
|
var IModelHubStatus;
|
|
16476
16422
|
(function (IModelHubStatus) {
|
|
@@ -16990,7 +16936,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16990
16936
|
/** Allows the contents of an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)
|
|
16991
16937
|
* to be consumed sequentially using methods to extract
|
|
16992
16938
|
* data of a particular type from the bytes beginning at the current read position.
|
|
16993
|
-
* Methods and properties beginning with '
|
|
16939
|
+
* Methods and properties beginning with 'read' and taking no arguments consume data at the current read position and advance it
|
|
16994
16940
|
* by the size of the data read. The read position can also be directly adjusted by the caller.
|
|
16995
16941
|
* @public
|
|
16996
16942
|
*/
|
|
@@ -17007,7 +16953,7 @@ class ByteStream {
|
|
|
17007
16953
|
* argument is supplied, with correct offset and length.
|
|
17008
16954
|
*
|
|
17009
16955
|
* For both of the above reasons, prefer to use [[fromUint8Array]].
|
|
17010
|
-
* @deprecated Use [[fromUint8Array]] or [[fromArrayBuffer]].
|
|
16956
|
+
* @deprecated in 3.x. Use [[fromUint8Array]] or [[fromArrayBuffer]].
|
|
17011
16957
|
*/
|
|
17012
16958
|
constructor(buffer, subView) {
|
|
17013
16959
|
this._curPos = 0;
|
|
@@ -17075,21 +17021,37 @@ class ByteStream {
|
|
|
17075
17021
|
/** Resets the current read position to the beginning of the stream */
|
|
17076
17022
|
reset() { this.curPos = 0; }
|
|
17077
17023
|
/** Read a unsigned 8-bit integer from the current read position and advance by 1 byte. */
|
|
17078
|
-
|
|
17024
|
+
readUint8() { return this.read(1, (view) => view.getUint8(this.curPos)); }
|
|
17079
17025
|
/** Read an unsigned 16-bit integer from the current read position and advance by 2 bytes. */
|
|
17080
|
-
|
|
17026
|
+
readUint16() { return this.read(2, (view) => view.getUint16(this.curPos, true)); }
|
|
17081
17027
|
/** Read an unsigned 32-bit integer from the current read position and advance by 4 bytes. */
|
|
17082
|
-
|
|
17028
|
+
readUint32() { return this.read(4, (view) => view.getUint32(this.curPos, true)); }
|
|
17083
17029
|
/** Read a signed 32-bit integer from the current read position and advance by 4 bytes. */
|
|
17084
|
-
|
|
17030
|
+
readInt32() { return this.read(4, (view) => view.getInt32(this.curPos, true)); }
|
|
17085
17031
|
/** Read a 32-bit floating point number from the current read position and advance by 4 bytes. */
|
|
17086
|
-
|
|
17032
|
+
readFloat32() { return this.read(4, (view) => view.getFloat32(this.curPos, true)); }
|
|
17087
17033
|
/** Read a 64-bit floating point number from the current read position and advance by 8 bytes. */
|
|
17088
|
-
|
|
17034
|
+
readFloat64() { return this.read(8, (view) => view.getFloat64(this.curPos, true)); }
|
|
17089
17035
|
/** Read an unsigned 64-bit integer from the current read position, advance by 8 bytes, and return the 64-bit value as an Id64String. */
|
|
17090
|
-
|
|
17036
|
+
readId64() { return _Id__WEBPACK_IMPORTED_MODULE_1__.Id64.fromUint32Pair(this.readUint32(), this.readUint32()); }
|
|
17091
17037
|
/** Read an unsigned 24-bit integer from the current read position and advance by 3 bytes. */
|
|
17092
|
-
|
|
17038
|
+
readUint24() { return this.readUint8() | (this.readUint8() << 8) | (this.readUint8() << 16); }
|
|
17039
|
+
/** @deprecated in 3.x. use [[readUint8]]. */
|
|
17040
|
+
get nextUint8() { return this.readUint8(); }
|
|
17041
|
+
/** @deprecated in 3.x. use [[readUint16]]. */
|
|
17042
|
+
get nextUint16() { return this.readUint16(); }
|
|
17043
|
+
/** @deprecated in 3.x. use [[readUint32]]. */
|
|
17044
|
+
get nextUint32() { return this.readUint32(); }
|
|
17045
|
+
/** @deprecated in 3.x. use [[readInt32]]. */
|
|
17046
|
+
get nextInt32() { return this.readInt32(); }
|
|
17047
|
+
/** @deprecated in 3.x. use [[readFloat32]]. */
|
|
17048
|
+
get nextFloat32() { return this.readFloat32(); }
|
|
17049
|
+
/** @deprecated in 3.x. use [[readFloat64]]. */
|
|
17050
|
+
get nextFloat64() { return this.readFloat64(); }
|
|
17051
|
+
/** @deprecated in 3.x. use [[readId64]]. */
|
|
17052
|
+
get nextId64() { return this.readId64(); }
|
|
17053
|
+
/** @deprecated in 3.x. use [[readUint32]]. */
|
|
17054
|
+
get nextUint24() { return this.readUint24(); }
|
|
17093
17055
|
/** Read the specified number of bytes beginning at the current read position into a Uint8Array and advance by the specified number of byte.
|
|
17094
17056
|
* @param numBytes The number of bytes to read.
|
|
17095
17057
|
*/
|
|
@@ -18612,8 +18574,22 @@ class TransientIdSequence {
|
|
|
18612
18574
|
constructor() {
|
|
18613
18575
|
this._localId = 0;
|
|
18614
18576
|
}
|
|
18577
|
+
/** Generate and return the next transient Id64String in the sequence.
|
|
18578
|
+
* @deprecated in 3.x. Use [[getNext]].
|
|
18579
|
+
*/
|
|
18580
|
+
get next() {
|
|
18581
|
+
return this.getNext();
|
|
18582
|
+
}
|
|
18615
18583
|
/** Generate and return the next transient Id64String in the sequence. */
|
|
18616
|
-
|
|
18584
|
+
getNext() {
|
|
18585
|
+
return Id64.fromLocalAndBriefcaseIds(++this._localId, 0xffffff);
|
|
18586
|
+
}
|
|
18587
|
+
/** Preview the transient Id64String that will be returned by the next call to [[getNext]].
|
|
18588
|
+
* This is primarily useful for tests.
|
|
18589
|
+
*/
|
|
18590
|
+
peekNext() {
|
|
18591
|
+
return Id64.fromLocalAndBriefcaseIds(this._localId + 1, 0xffffff);
|
|
18592
|
+
}
|
|
18617
18593
|
}
|
|
18618
18594
|
/**
|
|
18619
18595
|
* The Guid namespace provides facilities for working with GUID strings using the "8-4-4-4-12" pattern.
|
|
@@ -21684,7 +21660,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
21684
21660
|
/* harmony export */ "TypedArrayBuilder": () => (/* binding */ TypedArrayBuilder),
|
|
21685
21661
|
/* harmony export */ "Uint16ArrayBuilder": () => (/* binding */ Uint16ArrayBuilder),
|
|
21686
21662
|
/* harmony export */ "Uint32ArrayBuilder": () => (/* binding */ Uint32ArrayBuilder),
|
|
21687
|
-
/* harmony export */ "Uint8ArrayBuilder": () => (/* binding */ Uint8ArrayBuilder)
|
|
21663
|
+
/* harmony export */ "Uint8ArrayBuilder": () => (/* binding */ Uint8ArrayBuilder),
|
|
21664
|
+
/* harmony export */ "UintArrayBuilder": () => (/* binding */ UintArrayBuilder)
|
|
21688
21665
|
/* harmony export */ });
|
|
21689
21666
|
/* harmony import */ var _Assert__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Assert */ "../bentley/lib/esm/Assert.js");
|
|
21690
21667
|
/*---------------------------------------------------------------------------------------------
|
|
@@ -21695,7 +21672,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
21695
21672
|
* @module Collections
|
|
21696
21673
|
*/
|
|
21697
21674
|
|
|
21698
|
-
/** Incrementally builds a [TypedArray] of unsigned 8-, 16-, or 32-bit integers.
|
|
21675
|
+
/** Incrementally builds a [TypedArray](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray) of unsigned 8-, 16-, or 32-bit integers.
|
|
21699
21676
|
* Sometimes you wish to populate a `TypedArray`, but you don't know how many elements you will need.
|
|
21700
21677
|
* `TypedArray` requires you to specify the size upon construction, and does not permit you to change the size later.
|
|
21701
21678
|
*
|
|
@@ -21706,6 +21683,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
21706
21683
|
*
|
|
21707
21684
|
* Once you've finished adding elements, you can obtain the finished `TypedArray` via [[toTypedArray]].
|
|
21708
21685
|
* @see [[Uint8ArrayBuilder]], [[Uint16ArrayBuilder]], and [[Uint32ArrayBuilder]] to build specific types of arrays.
|
|
21686
|
+
* @see [[UintArrayBuilder]] when you don't know the maximum number of bytes required for each element in the array.
|
|
21709
21687
|
* @public
|
|
21710
21688
|
*/
|
|
21711
21689
|
class TypedArrayBuilder {
|
|
@@ -21785,7 +21763,7 @@ class TypedArrayBuilder {
|
|
|
21785
21763
|
* @public
|
|
21786
21764
|
*/
|
|
21787
21765
|
class Uint8ArrayBuilder extends TypedArrayBuilder {
|
|
21788
|
-
/**
|
|
21766
|
+
/** See [[TypedArrayBuilder]] constructor. */
|
|
21789
21767
|
constructor(options) {
|
|
21790
21768
|
super(Uint8Array, options);
|
|
21791
21769
|
}
|
|
@@ -21794,7 +21772,7 @@ class Uint8ArrayBuilder extends TypedArrayBuilder {
|
|
|
21794
21772
|
* @public
|
|
21795
21773
|
*/
|
|
21796
21774
|
class Uint16ArrayBuilder extends TypedArrayBuilder {
|
|
21797
|
-
/**
|
|
21775
|
+
/** See [[TypedArrayBuilder]] constructor. */
|
|
21798
21776
|
constructor(options) {
|
|
21799
21777
|
super(Uint16Array, options);
|
|
21800
21778
|
}
|
|
@@ -21803,7 +21781,7 @@ class Uint16ArrayBuilder extends TypedArrayBuilder {
|
|
|
21803
21781
|
* @public
|
|
21804
21782
|
*/
|
|
21805
21783
|
class Uint32ArrayBuilder extends TypedArrayBuilder {
|
|
21806
|
-
/**
|
|
21784
|
+
/** See [[TypedArrayBuilder]] constructor. */
|
|
21807
21785
|
constructor(options) {
|
|
21808
21786
|
super(Uint32Array, options);
|
|
21809
21787
|
}
|
|
@@ -21814,6 +21792,78 @@ class Uint32ArrayBuilder extends TypedArrayBuilder {
|
|
|
21814
21792
|
return new Uint8Array(this._data.buffer, 0, this.length * 4);
|
|
21815
21793
|
}
|
|
21816
21794
|
}
|
|
21795
|
+
/** A [[TypedArrayBuilder]] that can populate a [[UintArray]] with the minimum
|
|
21796
|
+
* [bytes per element](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT) required.
|
|
21797
|
+
*
|
|
21798
|
+
* By default, the underlying array is a `Uint8Array`, though this can be configured via [[UintArrayBuilderOptions.initialType]].
|
|
21799
|
+
* As values are added to the array, if the bytes per element supported by the underlying array is too small to hold one of the new values, the array is
|
|
21800
|
+
* reallocated to a type large enough to hold all of the new values. For example, the following produces a `Uint8Array` because all values are less than 256:
|
|
21801
|
+
*
|
|
21802
|
+
* ```ts
|
|
21803
|
+
* const builder = new UintArrayBuilder();
|
|
21804
|
+
* builder.append([1, 2, 254, 255]);
|
|
21805
|
+
* const array = builder.toTypedArray();
|
|
21806
|
+
* assert(array instanceof Uint8Array);
|
|
21807
|
+
* ```
|
|
21808
|
+
*
|
|
21809
|
+
* However, the following produces a `Uint16Array` because one of the values is larger than 255 but none are larger than 65,535:
|
|
21810
|
+
*
|
|
21811
|
+
* ```ts
|
|
21812
|
+
* const builder = new UintArrayBuilder();
|
|
21813
|
+
* builder.append([1, 255, 257, 65535]);
|
|
21814
|
+
* const array = builder.toTypedArray();
|
|
21815
|
+
* assert(array instanceof Uint16Array);
|
|
21816
|
+
* ```
|
|
21817
|
+
*
|
|
21818
|
+
* @see [[Uint8ArrayBuilder]], [[Uint16ArrayBuilder]], or [[Uint32ArrayBuilder]] if you know the number of bytes you want to allocate for each element in the array.
|
|
21819
|
+
* @public
|
|
21820
|
+
*/
|
|
21821
|
+
class UintArrayBuilder extends TypedArrayBuilder {
|
|
21822
|
+
constructor(options) {
|
|
21823
|
+
var _a;
|
|
21824
|
+
super((_a = options === null || options === void 0 ? void 0 : options.initialType) !== null && _a !== void 0 ? _a : Uint8Array, options);
|
|
21825
|
+
}
|
|
21826
|
+
/** The number of bytes (1, 2, or 4) currently allocated per element by the underlying array.
|
|
21827
|
+
* This may change as larger values are added to the array.
|
|
21828
|
+
*/
|
|
21829
|
+
get bytesPerElement() {
|
|
21830
|
+
return this._data.BYTES_PER_ELEMENT;
|
|
21831
|
+
}
|
|
21832
|
+
/** Ensures that the underlying array is of a type that can contain the largest value in `newValues`.
|
|
21833
|
+
* For example, if `_data` is a `Uint16Array` and `newValues` contains any value(s) larger than 65,535, it will be replaced with a `Uint32Array`.
|
|
21834
|
+
* This method is invoked by [[push]] and [[append]].
|
|
21835
|
+
*/
|
|
21836
|
+
ensureBytesPerElement(newValues) {
|
|
21837
|
+
const curBytesPerElem = this.bytesPerElement;
|
|
21838
|
+
(0,_Assert__WEBPACK_IMPORTED_MODULE_0__.assert)(curBytesPerElem === 1 || curBytesPerElem === 2 || curBytesPerElem === 4);
|
|
21839
|
+
if (curBytesPerElem >= 4)
|
|
21840
|
+
return;
|
|
21841
|
+
let neededBytesPerElem = curBytesPerElem;
|
|
21842
|
+
for (const value of newValues) {
|
|
21843
|
+
if (value > 0xffff) {
|
|
21844
|
+
neededBytesPerElem = 4;
|
|
21845
|
+
break;
|
|
21846
|
+
}
|
|
21847
|
+
else if (value > 0xff) {
|
|
21848
|
+
neededBytesPerElem = 2;
|
|
21849
|
+
}
|
|
21850
|
+
}
|
|
21851
|
+
if (neededBytesPerElem <= curBytesPerElem)
|
|
21852
|
+
return;
|
|
21853
|
+
this._constructor = neededBytesPerElem === 1 ? Uint8Array : (neededBytesPerElem === 2 ? Uint16Array : Uint32Array);
|
|
21854
|
+
this._data = new this._constructor(this._data);
|
|
21855
|
+
}
|
|
21856
|
+
/** See [[TypedArrayBuilder.push]]. */
|
|
21857
|
+
push(value) {
|
|
21858
|
+
this.ensureBytesPerElement([value]);
|
|
21859
|
+
super.push(value);
|
|
21860
|
+
}
|
|
21861
|
+
/** See [[TypedArrayBuilder.append]]. */
|
|
21862
|
+
append(values) {
|
|
21863
|
+
this.ensureBytesPerElement(values);
|
|
21864
|
+
super.append(values);
|
|
21865
|
+
}
|
|
21866
|
+
}
|
|
21817
21867
|
|
|
21818
21868
|
|
|
21819
21869
|
/***/ }),
|
|
@@ -22003,132 +22053,131 @@ class YieldManager {
|
|
|
22003
22053
|
"use strict";
|
|
22004
22054
|
__webpack_require__.r(__webpack_exports__);
|
|
22005
22055
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
22006
|
-
/* harmony export */ "AbandonedError": () => (/* reexport safe */
|
|
22007
|
-
/* harmony export */ "
|
|
22008
|
-
/* harmony export */ "
|
|
22009
|
-
/* harmony export */ "
|
|
22010
|
-
/* harmony export */ "
|
|
22011
|
-
/* harmony export */ "
|
|
22012
|
-
/* harmony export */ "
|
|
22013
|
-
/* harmony export */ "
|
|
22014
|
-
/* harmony export */ "
|
|
22015
|
-
/* harmony export */ "
|
|
22016
|
-
/* harmony export */ "
|
|
22017
|
-
/* harmony export */ "
|
|
22018
|
-
/* harmony export */ "
|
|
22019
|
-
/* harmony export */ "
|
|
22020
|
-
/* harmony export */ "
|
|
22021
|
-
/* harmony export */ "
|
|
22022
|
-
/* harmony export */ "
|
|
22023
|
-
/* harmony export */ "
|
|
22024
|
-
/* harmony export */ "
|
|
22025
|
-
/* harmony export */ "
|
|
22026
|
-
/* harmony export */ "
|
|
22027
|
-
/* harmony export */ "
|
|
22028
|
-
/* harmony export */ "
|
|
22029
|
-
/* harmony export */ "
|
|
22030
|
-
/* harmony export */ "
|
|
22031
|
-
/* harmony export */ "
|
|
22032
|
-
/* harmony export */ "
|
|
22033
|
-
/* harmony export */ "
|
|
22034
|
-
/* harmony export */ "
|
|
22035
|
-
/* harmony export */ "
|
|
22036
|
-
/* harmony export */ "
|
|
22037
|
-
/* harmony export */ "
|
|
22038
|
-
/* harmony export */ "
|
|
22039
|
-
/* harmony export */ "
|
|
22040
|
-
/* harmony export */ "
|
|
22041
|
-
/* harmony export */ "
|
|
22042
|
-
/* harmony export */ "
|
|
22043
|
-
/* harmony export */ "
|
|
22044
|
-
/* harmony export */ "
|
|
22045
|
-
/* harmony export */ "
|
|
22046
|
-
/* harmony export */ "
|
|
22047
|
-
/* harmony export */ "
|
|
22048
|
-
/* harmony export */ "
|
|
22049
|
-
/* harmony export */ "
|
|
22050
|
-
/* harmony export */ "
|
|
22051
|
-
/* harmony export */ "
|
|
22052
|
-
/* harmony export */ "
|
|
22053
|
-
/* harmony export */ "
|
|
22054
|
-
/* harmony export */ "
|
|
22055
|
-
/* harmony export */ "
|
|
22056
|
-
/* harmony export */ "
|
|
22057
|
-
/* harmony export */ "
|
|
22058
|
-
/* harmony export */ "
|
|
22059
|
-
/* harmony export */ "
|
|
22060
|
-
/* harmony export */ "
|
|
22061
|
-
/* harmony export */ "
|
|
22062
|
-
/* harmony export */ "
|
|
22063
|
-
/* harmony export */ "
|
|
22064
|
-
/* harmony export */ "
|
|
22065
|
-
/* harmony export */ "
|
|
22066
|
-
/* harmony export */ "
|
|
22067
|
-
/* harmony export */ "
|
|
22068
|
-
/* harmony export */ "UnexpectedErrors": () => (/* reexport safe */
|
|
22069
|
-
/* harmony export */ "YieldManager": () => (/* reexport safe */
|
|
22070
|
-
/* harmony export */ "areEqualPossiblyUndefined": () => (/* reexport safe */
|
|
22071
|
-
/* harmony export */ "asInstanceOf": () => (/* reexport safe */
|
|
22056
|
+
/* harmony export */ "AbandonedError": () => (/* reexport safe */ _OneAtATimeAction__WEBPACK_IMPORTED_MODULE_20__.AbandonedError),
|
|
22057
|
+
/* harmony export */ "BeDuration": () => (/* reexport safe */ _Time__WEBPACK_IMPORTED_MODULE_28__.BeDuration),
|
|
22058
|
+
/* harmony export */ "BeEvent": () => (/* reexport safe */ _BeEvent__WEBPACK_IMPORTED_MODULE_2__.BeEvent),
|
|
22059
|
+
/* harmony export */ "BeEventList": () => (/* reexport safe */ _BeEvent__WEBPACK_IMPORTED_MODULE_2__.BeEventList),
|
|
22060
|
+
/* harmony export */ "BeTimePoint": () => (/* reexport safe */ _Time__WEBPACK_IMPORTED_MODULE_28__.BeTimePoint),
|
|
22061
|
+
/* harmony export */ "BeUiEvent": () => (/* reexport safe */ _BeEvent__WEBPACK_IMPORTED_MODULE_2__.BeUiEvent),
|
|
22062
|
+
/* harmony export */ "BentleyError": () => (/* reexport safe */ _BentleyError__WEBPACK_IMPORTED_MODULE_3__.BentleyError),
|
|
22063
|
+
/* harmony export */ "BentleyLoggerCategory": () => (/* reexport safe */ _BentleyLoggerCategory__WEBPACK_IMPORTED_MODULE_4__.BentleyLoggerCategory),
|
|
22064
|
+
/* harmony export */ "BentleyStatus": () => (/* reexport safe */ _BentleyError__WEBPACK_IMPORTED_MODULE_3__.BentleyStatus),
|
|
22065
|
+
/* harmony export */ "BriefcaseStatus": () => (/* reexport safe */ _BentleyError__WEBPACK_IMPORTED_MODULE_3__.BriefcaseStatus),
|
|
22066
|
+
/* harmony export */ "ByteStream": () => (/* reexport safe */ _ByteStream__WEBPACK_IMPORTED_MODULE_7__.ByteStream),
|
|
22067
|
+
/* harmony export */ "ChangeSetStatus": () => (/* reexport safe */ _BentleyError__WEBPACK_IMPORTED_MODULE_3__.ChangeSetStatus),
|
|
22068
|
+
/* harmony export */ "CompressedId64Set": () => (/* reexport safe */ _CompressedId64Set__WEBPACK_IMPORTED_MODULE_10__.CompressedId64Set),
|
|
22069
|
+
/* harmony export */ "DbOpcode": () => (/* reexport safe */ _BeSQLite__WEBPACK_IMPORTED_MODULE_6__.DbOpcode),
|
|
22070
|
+
/* harmony export */ "DbResult": () => (/* reexport safe */ _BeSQLite__WEBPACK_IMPORTED_MODULE_6__.DbResult),
|
|
22071
|
+
/* harmony export */ "Dictionary": () => (/* reexport safe */ _Dictionary__WEBPACK_IMPORTED_MODULE_11__.Dictionary),
|
|
22072
|
+
/* harmony export */ "DisposableList": () => (/* reexport safe */ _Disposable__WEBPACK_IMPORTED_MODULE_12__.DisposableList),
|
|
22073
|
+
/* harmony export */ "DuplicatePolicy": () => (/* reexport safe */ _SortedArray__WEBPACK_IMPORTED_MODULE_26__.DuplicatePolicy),
|
|
22074
|
+
/* harmony export */ "Entry": () => (/* reexport safe */ _LRUMap__WEBPACK_IMPORTED_MODULE_18__.Entry),
|
|
22075
|
+
/* harmony export */ "ErrorCategory": () => (/* reexport safe */ _StatusCategory__WEBPACK_IMPORTED_MODULE_5__.ErrorCategory),
|
|
22076
|
+
/* harmony export */ "GeoServiceStatus": () => (/* reexport safe */ _BentleyError__WEBPACK_IMPORTED_MODULE_3__.GeoServiceStatus),
|
|
22077
|
+
/* harmony export */ "Guid": () => (/* reexport safe */ _Id__WEBPACK_IMPORTED_MODULE_13__.Guid),
|
|
22078
|
+
/* harmony export */ "HttpStatus": () => (/* reexport safe */ _BentleyError__WEBPACK_IMPORTED_MODULE_3__.HttpStatus),
|
|
22079
|
+
/* harmony export */ "IModelHubStatus": () => (/* reexport safe */ _BentleyError__WEBPACK_IMPORTED_MODULE_3__.IModelHubStatus),
|
|
22080
|
+
/* harmony export */ "IModelStatus": () => (/* reexport safe */ _BentleyError__WEBPACK_IMPORTED_MODULE_3__.IModelStatus),
|
|
22081
|
+
/* harmony export */ "Id64": () => (/* reexport safe */ _Id__WEBPACK_IMPORTED_MODULE_13__.Id64),
|
|
22082
|
+
/* harmony export */ "IndexMap": () => (/* reexport safe */ _IndexMap__WEBPACK_IMPORTED_MODULE_14__.IndexMap),
|
|
22083
|
+
/* harmony export */ "IndexedValue": () => (/* reexport safe */ _IndexMap__WEBPACK_IMPORTED_MODULE_14__.IndexedValue),
|
|
22084
|
+
/* harmony export */ "JsonUtils": () => (/* reexport safe */ _JsonUtils__WEBPACK_IMPORTED_MODULE_16__.JsonUtils),
|
|
22085
|
+
/* harmony export */ "LRUCache": () => (/* reexport safe */ _LRUMap__WEBPACK_IMPORTED_MODULE_18__.LRUCache),
|
|
22086
|
+
/* harmony export */ "LRUDictionary": () => (/* reexport safe */ _LRUMap__WEBPACK_IMPORTED_MODULE_18__.LRUDictionary),
|
|
22087
|
+
/* harmony export */ "LRUMap": () => (/* reexport safe */ _LRUMap__WEBPACK_IMPORTED_MODULE_18__.LRUMap),
|
|
22088
|
+
/* harmony export */ "LogLevel": () => (/* reexport safe */ _Logger__WEBPACK_IMPORTED_MODULE_17__.LogLevel),
|
|
22089
|
+
/* harmony export */ "Logger": () => (/* reexport safe */ _Logger__WEBPACK_IMPORTED_MODULE_17__.Logger),
|
|
22090
|
+
/* harmony export */ "MutableCompressedId64Set": () => (/* reexport safe */ _CompressedId64Set__WEBPACK_IMPORTED_MODULE_10__.MutableCompressedId64Set),
|
|
22091
|
+
/* harmony export */ "ObservableSet": () => (/* reexport safe */ _ObservableSet__WEBPACK_IMPORTED_MODULE_19__.ObservableSet),
|
|
22092
|
+
/* harmony export */ "OneAtATimeAction": () => (/* reexport safe */ _OneAtATimeAction__WEBPACK_IMPORTED_MODULE_20__.OneAtATimeAction),
|
|
22093
|
+
/* harmony export */ "OpenMode": () => (/* reexport safe */ _BeSQLite__WEBPACK_IMPORTED_MODULE_6__.OpenMode),
|
|
22094
|
+
/* harmony export */ "OrderedId64Array": () => (/* reexport safe */ _CompressedId64Set__WEBPACK_IMPORTED_MODULE_10__.OrderedId64Array),
|
|
22095
|
+
/* harmony export */ "OrderedId64Iterable": () => (/* reexport safe */ _OrderedId64Iterable__WEBPACK_IMPORTED_MODULE_21__.OrderedId64Iterable),
|
|
22096
|
+
/* harmony export */ "OrderedSet": () => (/* reexport safe */ _OrderedSet__WEBPACK_IMPORTED_MODULE_22__.OrderedSet),
|
|
22097
|
+
/* harmony export */ "PerfLogger": () => (/* reexport safe */ _Logger__WEBPACK_IMPORTED_MODULE_17__.PerfLogger),
|
|
22098
|
+
/* harmony export */ "PriorityQueue": () => (/* reexport safe */ _PriorityQueue__WEBPACK_IMPORTED_MODULE_24__.PriorityQueue),
|
|
22099
|
+
/* harmony export */ "ProcessDetector": () => (/* reexport safe */ _ProcessDetector__WEBPACK_IMPORTED_MODULE_25__.ProcessDetector),
|
|
22100
|
+
/* harmony export */ "ReadonlyOrderedSet": () => (/* reexport safe */ _OrderedSet__WEBPACK_IMPORTED_MODULE_22__.ReadonlyOrderedSet),
|
|
22101
|
+
/* harmony export */ "ReadonlySortedArray": () => (/* reexport safe */ _SortedArray__WEBPACK_IMPORTED_MODULE_26__.ReadonlySortedArray),
|
|
22102
|
+
/* harmony export */ "RealityDataStatus": () => (/* reexport safe */ _BentleyError__WEBPACK_IMPORTED_MODULE_3__.RealityDataStatus),
|
|
22103
|
+
/* harmony export */ "RepositoryStatus": () => (/* reexport safe */ _BentleyError__WEBPACK_IMPORTED_MODULE_3__.RepositoryStatus),
|
|
22104
|
+
/* harmony export */ "RpcInterfaceStatus": () => (/* reexport safe */ _BentleyError__WEBPACK_IMPORTED_MODULE_3__.RpcInterfaceStatus),
|
|
22105
|
+
/* harmony export */ "SortedArray": () => (/* reexport safe */ _SortedArray__WEBPACK_IMPORTED_MODULE_26__.SortedArray),
|
|
22106
|
+
/* harmony export */ "SpanKind": () => (/* reexport safe */ _Tracing__WEBPACK_IMPORTED_MODULE_29__.SpanKind),
|
|
22107
|
+
/* harmony export */ "StatusCategory": () => (/* reexport safe */ _StatusCategory__WEBPACK_IMPORTED_MODULE_5__.StatusCategory),
|
|
22108
|
+
/* harmony export */ "StopWatch": () => (/* reexport safe */ _Time__WEBPACK_IMPORTED_MODULE_28__.StopWatch),
|
|
22109
|
+
/* harmony export */ "SuccessCategory": () => (/* reexport safe */ _StatusCategory__WEBPACK_IMPORTED_MODULE_5__.SuccessCategory),
|
|
22110
|
+
/* harmony export */ "Tracing": () => (/* reexport safe */ _Tracing__WEBPACK_IMPORTED_MODULE_29__.Tracing),
|
|
22111
|
+
/* harmony export */ "TransientIdSequence": () => (/* reexport safe */ _Id__WEBPACK_IMPORTED_MODULE_13__.TransientIdSequence),
|
|
22112
|
+
/* harmony export */ "TupleKeyedMap": () => (/* reexport safe */ _TupleKeyedMap__WEBPACK_IMPORTED_MODULE_30__.TupleKeyedMap),
|
|
22113
|
+
/* harmony export */ "TypedArrayBuilder": () => (/* reexport safe */ _TypedArrayBuilder__WEBPACK_IMPORTED_MODULE_31__.TypedArrayBuilder),
|
|
22114
|
+
/* harmony export */ "Uint16ArrayBuilder": () => (/* reexport safe */ _TypedArrayBuilder__WEBPACK_IMPORTED_MODULE_31__.Uint16ArrayBuilder),
|
|
22115
|
+
/* harmony export */ "Uint32ArrayBuilder": () => (/* reexport safe */ _TypedArrayBuilder__WEBPACK_IMPORTED_MODULE_31__.Uint32ArrayBuilder),
|
|
22116
|
+
/* harmony export */ "Uint8ArrayBuilder": () => (/* reexport safe */ _TypedArrayBuilder__WEBPACK_IMPORTED_MODULE_31__.Uint8ArrayBuilder),
|
|
22117
|
+
/* harmony export */ "UintArrayBuilder": () => (/* reexport safe */ _TypedArrayBuilder__WEBPACK_IMPORTED_MODULE_31__.UintArrayBuilder),
|
|
22118
|
+
/* harmony export */ "UnexpectedErrors": () => (/* reexport safe */ _UnexpectedErrors__WEBPACK_IMPORTED_MODULE_32__.UnexpectedErrors),
|
|
22119
|
+
/* harmony export */ "YieldManager": () => (/* reexport safe */ _YieldManager__WEBPACK_IMPORTED_MODULE_34__.YieldManager),
|
|
22120
|
+
/* harmony export */ "areEqualPossiblyUndefined": () => (/* reexport safe */ _Compare__WEBPACK_IMPORTED_MODULE_9__.areEqualPossiblyUndefined),
|
|
22121
|
+
/* harmony export */ "asInstanceOf": () => (/* reexport safe */ _UtilityTypes__WEBPACK_IMPORTED_MODULE_33__.asInstanceOf),
|
|
22072
22122
|
/* harmony export */ "assert": () => (/* reexport safe */ _Assert__WEBPACK_IMPORTED_MODULE_1__.assert),
|
|
22073
|
-
/* harmony export */ "base64StringToUint8Array": () => (/* reexport safe */
|
|
22074
|
-
/* harmony export */ "compareBooleans": () => (/* reexport safe */
|
|
22075
|
-
/* harmony export */ "compareBooleansOrUndefined": () => (/* reexport safe */
|
|
22076
|
-
/* harmony export */ "compareNumbers": () => (/* reexport safe */
|
|
22077
|
-
/* harmony export */ "compareNumbersOrUndefined": () => (/* reexport safe */
|
|
22078
|
-
/* harmony export */ "comparePossiblyUndefined": () => (/* reexport safe */
|
|
22079
|
-
/* harmony export */ "compareStrings": () => (/* reexport safe */
|
|
22080
|
-
/* harmony export */ "compareStringsOrUndefined": () => (/* reexport safe */
|
|
22081
|
-
/* harmony export */ "compareWithTolerance": () => (/* reexport safe */
|
|
22082
|
-
/* harmony export */ "dispose": () => (/* reexport safe */
|
|
22083
|
-
/* harmony export */ "disposeArray": () => (/* reexport safe */
|
|
22084
|
-
/* harmony export */ "isIDisposable": () => (/* reexport safe */
|
|
22085
|
-
/* harmony export */ "isInstanceOf": () => (/* reexport safe */
|
|
22086
|
-
/* harmony export */ "isProperSubclassOf": () => (/* reexport safe */
|
|
22087
|
-
/* harmony export */ "isSubclassOf": () => (/* reexport safe */
|
|
22088
|
-
/* harmony export */ "lowerBound": () => (/* reexport safe */
|
|
22089
|
-
/* harmony export */ "omit": () => (/* reexport safe */
|
|
22090
|
-
/* harmony export */ "partitionArray": () => (/* reexport safe */
|
|
22091
|
-
/* harmony export */ "shallowClone": () => (/* reexport safe */
|
|
22092
|
-
/* harmony export */ "using": () => (/* reexport safe */
|
|
22093
|
-
/* harmony export */ "utf8ToString": () => (/* reexport safe */
|
|
22094
|
-
/* harmony export */ "utf8ToStringPolyfill": () => (/* reexport safe */
|
|
22123
|
+
/* harmony export */ "base64StringToUint8Array": () => (/* reexport safe */ _StringUtils__WEBPACK_IMPORTED_MODULE_27__.base64StringToUint8Array),
|
|
22124
|
+
/* harmony export */ "compareBooleans": () => (/* reexport safe */ _Compare__WEBPACK_IMPORTED_MODULE_9__.compareBooleans),
|
|
22125
|
+
/* harmony export */ "compareBooleansOrUndefined": () => (/* reexport safe */ _Compare__WEBPACK_IMPORTED_MODULE_9__.compareBooleansOrUndefined),
|
|
22126
|
+
/* harmony export */ "compareNumbers": () => (/* reexport safe */ _Compare__WEBPACK_IMPORTED_MODULE_9__.compareNumbers),
|
|
22127
|
+
/* harmony export */ "compareNumbersOrUndefined": () => (/* reexport safe */ _Compare__WEBPACK_IMPORTED_MODULE_9__.compareNumbersOrUndefined),
|
|
22128
|
+
/* harmony export */ "comparePossiblyUndefined": () => (/* reexport safe */ _Compare__WEBPACK_IMPORTED_MODULE_9__.comparePossiblyUndefined),
|
|
22129
|
+
/* harmony export */ "compareStrings": () => (/* reexport safe */ _Compare__WEBPACK_IMPORTED_MODULE_9__.compareStrings),
|
|
22130
|
+
/* harmony export */ "compareStringsOrUndefined": () => (/* reexport safe */ _Compare__WEBPACK_IMPORTED_MODULE_9__.compareStringsOrUndefined),
|
|
22131
|
+
/* harmony export */ "compareWithTolerance": () => (/* reexport safe */ _Compare__WEBPACK_IMPORTED_MODULE_9__.compareWithTolerance),
|
|
22132
|
+
/* harmony export */ "dispose": () => (/* reexport safe */ _Disposable__WEBPACK_IMPORTED_MODULE_12__.dispose),
|
|
22133
|
+
/* harmony export */ "disposeArray": () => (/* reexport safe */ _Disposable__WEBPACK_IMPORTED_MODULE_12__.disposeArray),
|
|
22134
|
+
/* harmony export */ "isIDisposable": () => (/* reexport safe */ _Disposable__WEBPACK_IMPORTED_MODULE_12__.isIDisposable),
|
|
22135
|
+
/* harmony export */ "isInstanceOf": () => (/* reexport safe */ _UtilityTypes__WEBPACK_IMPORTED_MODULE_33__.isInstanceOf),
|
|
22136
|
+
/* harmony export */ "isProperSubclassOf": () => (/* reexport safe */ _ClassUtils__WEBPACK_IMPORTED_MODULE_8__.isProperSubclassOf),
|
|
22137
|
+
/* harmony export */ "isSubclassOf": () => (/* reexport safe */ _ClassUtils__WEBPACK_IMPORTED_MODULE_8__.isSubclassOf),
|
|
22138
|
+
/* harmony export */ "lowerBound": () => (/* reexport safe */ _SortedArray__WEBPACK_IMPORTED_MODULE_26__.lowerBound),
|
|
22139
|
+
/* harmony export */ "omit": () => (/* reexport safe */ _UtilityTypes__WEBPACK_IMPORTED_MODULE_33__.omit),
|
|
22140
|
+
/* harmony export */ "partitionArray": () => (/* reexport safe */ _partitionArray__WEBPACK_IMPORTED_MODULE_23__.partitionArray),
|
|
22141
|
+
/* harmony export */ "shallowClone": () => (/* reexport safe */ _SortedArray__WEBPACK_IMPORTED_MODULE_26__.shallowClone),
|
|
22142
|
+
/* harmony export */ "using": () => (/* reexport safe */ _Disposable__WEBPACK_IMPORTED_MODULE_12__.using),
|
|
22143
|
+
/* harmony export */ "utf8ToString": () => (/* reexport safe */ _StringUtils__WEBPACK_IMPORTED_MODULE_27__.utf8ToString),
|
|
22144
|
+
/* harmony export */ "utf8ToStringPolyfill": () => (/* reexport safe */ _StringUtils__WEBPACK_IMPORTED_MODULE_27__.utf8ToStringPolyfill)
|
|
22095
22145
|
/* harmony export */ });
|
|
22096
22146
|
/* harmony import */ var _AccessToken__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AccessToken */ "../bentley/lib/esm/AccessToken.js");
|
|
22097
22147
|
/* harmony import */ var _Assert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Assert */ "../bentley/lib/esm/Assert.js");
|
|
22098
|
-
/* harmony import */ var
|
|
22099
|
-
/* harmony import */ var
|
|
22100
|
-
/* harmony import */ var
|
|
22101
|
-
/* harmony import */ var
|
|
22102
|
-
/* harmony import */ var
|
|
22103
|
-
/* harmony import */ var
|
|
22104
|
-
/* harmony import */ var
|
|
22105
|
-
/* harmony import */ var
|
|
22106
|
-
/* harmony import */ var
|
|
22107
|
-
/* harmony import */ var
|
|
22108
|
-
/* harmony import */ var
|
|
22109
|
-
/* harmony import */ var
|
|
22110
|
-
/* harmony import */ var
|
|
22111
|
-
/* harmony import */ var
|
|
22112
|
-
/* harmony import */ var
|
|
22113
|
-
/* harmony import */ var
|
|
22114
|
-
/* harmony import */ var
|
|
22115
|
-
/* harmony import */ var
|
|
22116
|
-
/* harmony import */ var
|
|
22117
|
-
/* harmony import */ var
|
|
22118
|
-
/* harmony import */ var
|
|
22119
|
-
/* harmony import */ var
|
|
22120
|
-
/* harmony import */ var
|
|
22121
|
-
/* harmony import */ var
|
|
22122
|
-
/* harmony import */ var
|
|
22123
|
-
/* harmony import */ var
|
|
22124
|
-
/* harmony import */ var
|
|
22125
|
-
/* harmony import */ var
|
|
22126
|
-
/* harmony import */ var
|
|
22127
|
-
/* harmony import */ var
|
|
22128
|
-
/* harmony import */ var
|
|
22129
|
-
/* harmony import */ var
|
|
22130
|
-
/* harmony import */ var
|
|
22131
|
-
/* harmony import */ var _YieldManager__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./YieldManager */ "../bentley/lib/esm/YieldManager.js");
|
|
22148
|
+
/* harmony import */ var _BeEvent__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./BeEvent */ "../bentley/lib/esm/BeEvent.js");
|
|
22149
|
+
/* harmony import */ var _BentleyError__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./BentleyError */ "../bentley/lib/esm/BentleyError.js");
|
|
22150
|
+
/* harmony import */ var _BentleyLoggerCategory__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./BentleyLoggerCategory */ "../bentley/lib/esm/BentleyLoggerCategory.js");
|
|
22151
|
+
/* harmony import */ var _StatusCategory__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./StatusCategory */ "../bentley/lib/esm/StatusCategory.js");
|
|
22152
|
+
/* harmony import */ var _BeSQLite__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./BeSQLite */ "../bentley/lib/esm/BeSQLite.js");
|
|
22153
|
+
/* harmony import */ var _ByteStream__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./ByteStream */ "../bentley/lib/esm/ByteStream.js");
|
|
22154
|
+
/* harmony import */ var _ClassUtils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./ClassUtils */ "../bentley/lib/esm/ClassUtils.js");
|
|
22155
|
+
/* harmony import */ var _Compare__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./Compare */ "../bentley/lib/esm/Compare.js");
|
|
22156
|
+
/* harmony import */ var _CompressedId64Set__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./CompressedId64Set */ "../bentley/lib/esm/CompressedId64Set.js");
|
|
22157
|
+
/* harmony import */ var _Dictionary__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./Dictionary */ "../bentley/lib/esm/Dictionary.js");
|
|
22158
|
+
/* harmony import */ var _Disposable__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./Disposable */ "../bentley/lib/esm/Disposable.js");
|
|
22159
|
+
/* harmony import */ var _Id__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./Id */ "../bentley/lib/esm/Id.js");
|
|
22160
|
+
/* harmony import */ var _IndexMap__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./IndexMap */ "../bentley/lib/esm/IndexMap.js");
|
|
22161
|
+
/* harmony import */ var _JsonSchema__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./JsonSchema */ "../bentley/lib/esm/JsonSchema.js");
|
|
22162
|
+
/* harmony import */ var _JsonUtils__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./JsonUtils */ "../bentley/lib/esm/JsonUtils.js");
|
|
22163
|
+
/* harmony import */ var _Logger__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./Logger */ "../bentley/lib/esm/Logger.js");
|
|
22164
|
+
/* harmony import */ var _LRUMap__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./LRUMap */ "../bentley/lib/esm/LRUMap.js");
|
|
22165
|
+
/* harmony import */ var _ObservableSet__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./ObservableSet */ "../bentley/lib/esm/ObservableSet.js");
|
|
22166
|
+
/* harmony import */ var _OneAtATimeAction__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./OneAtATimeAction */ "../bentley/lib/esm/OneAtATimeAction.js");
|
|
22167
|
+
/* harmony import */ var _OrderedId64Iterable__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./OrderedId64Iterable */ "../bentley/lib/esm/OrderedId64Iterable.js");
|
|
22168
|
+
/* harmony import */ var _OrderedSet__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./OrderedSet */ "../bentley/lib/esm/OrderedSet.js");
|
|
22169
|
+
/* harmony import */ var _partitionArray__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./partitionArray */ "../bentley/lib/esm/partitionArray.js");
|
|
22170
|
+
/* harmony import */ var _PriorityQueue__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./PriorityQueue */ "../bentley/lib/esm/PriorityQueue.js");
|
|
22171
|
+
/* harmony import */ var _ProcessDetector__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./ProcessDetector */ "../bentley/lib/esm/ProcessDetector.js");
|
|
22172
|
+
/* harmony import */ var _SortedArray__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./SortedArray */ "../bentley/lib/esm/SortedArray.js");
|
|
22173
|
+
/* harmony import */ var _StringUtils__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./StringUtils */ "../bentley/lib/esm/StringUtils.js");
|
|
22174
|
+
/* harmony import */ var _Time__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./Time */ "../bentley/lib/esm/Time.js");
|
|
22175
|
+
/* harmony import */ var _Tracing__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./Tracing */ "../bentley/lib/esm/Tracing.js");
|
|
22176
|
+
/* harmony import */ var _TupleKeyedMap__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./TupleKeyedMap */ "../bentley/lib/esm/TupleKeyedMap.js");
|
|
22177
|
+
/* harmony import */ var _TypedArrayBuilder__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./TypedArrayBuilder */ "../bentley/lib/esm/TypedArrayBuilder.js");
|
|
22178
|
+
/* harmony import */ var _UnexpectedErrors__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./UnexpectedErrors */ "../bentley/lib/esm/UnexpectedErrors.js");
|
|
22179
|
+
/* harmony import */ var _UtilityTypes__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./UtilityTypes */ "../bentley/lib/esm/UtilityTypes.js");
|
|
22180
|
+
/* harmony import */ var _YieldManager__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./YieldManager */ "../bentley/lib/esm/YieldManager.js");
|
|
22132
22181
|
/*---------------------------------------------------------------------------------------------
|
|
22133
22182
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
22134
22183
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -22166,7 +22215,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22166
22215
|
|
|
22167
22216
|
|
|
22168
22217
|
|
|
22169
|
-
|
|
22170
22218
|
|
|
22171
22219
|
|
|
22172
22220
|
/** @docs-package-description
|
|
@@ -22518,27 +22566,25 @@ TranslationLogger.type = "logger";
|
|
|
22518
22566
|
|
|
22519
22567
|
/***/ }),
|
|
22520
22568
|
|
|
22521
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22522
|
-
|
|
22523
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22524
|
-
|
|
22569
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/arrayLikeToArray.js":
|
|
22570
|
+
/*!***************************************************************************************************************************!*\
|
|
22571
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/arrayLikeToArray.js ***!
|
|
22572
|
+
\***************************************************************************************************************************/
|
|
22525
22573
|
/***/ ((module) => {
|
|
22526
22574
|
|
|
22527
22575
|
function _arrayLikeToArray(arr, len) {
|
|
22528
22576
|
if (len == null || len > arr.length) len = arr.length;
|
|
22529
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
22530
|
-
arr2[i] = arr[i];
|
|
22531
|
-
}
|
|
22577
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
|
22532
22578
|
return arr2;
|
|
22533
22579
|
}
|
|
22534
22580
|
module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
22535
22581
|
|
|
22536
22582
|
/***/ }),
|
|
22537
22583
|
|
|
22538
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22539
|
-
|
|
22540
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22541
|
-
|
|
22584
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/arrayWithHoles.js":
|
|
22585
|
+
/*!*************************************************************************************************************************!*\
|
|
22586
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/arrayWithHoles.js ***!
|
|
22587
|
+
\*************************************************************************************************************************/
|
|
22542
22588
|
/***/ ((module) => {
|
|
22543
22589
|
|
|
22544
22590
|
function _arrayWithHoles(arr) {
|
|
@@ -22548,10 +22594,10 @@ module.exports = _arrayWithHoles, module.exports.__esModule = true, module.expor
|
|
|
22548
22594
|
|
|
22549
22595
|
/***/ }),
|
|
22550
22596
|
|
|
22551
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22552
|
-
|
|
22553
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22554
|
-
|
|
22597
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/assertThisInitialized.js":
|
|
22598
|
+
/*!********************************************************************************************************************************!*\
|
|
22599
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/assertThisInitialized.js ***!
|
|
22600
|
+
\********************************************************************************************************************************/
|
|
22555
22601
|
/***/ ((module) => {
|
|
22556
22602
|
|
|
22557
22603
|
function _assertThisInitialized(self) {
|
|
@@ -22564,10 +22610,10 @@ module.exports = _assertThisInitialized, module.exports.__esModule = true, modul
|
|
|
22564
22610
|
|
|
22565
22611
|
/***/ }),
|
|
22566
22612
|
|
|
22567
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22568
|
-
|
|
22569
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22570
|
-
|
|
22613
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/classCallCheck.js":
|
|
22614
|
+
/*!*************************************************************************************************************************!*\
|
|
22615
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/classCallCheck.js ***!
|
|
22616
|
+
\*************************************************************************************************************************/
|
|
22571
22617
|
/***/ ((module) => {
|
|
22572
22618
|
|
|
22573
22619
|
function _classCallCheck(instance, Constructor) {
|
|
@@ -22579,13 +22625,13 @@ module.exports = _classCallCheck, module.exports.__esModule = true, module.expor
|
|
|
22579
22625
|
|
|
22580
22626
|
/***/ }),
|
|
22581
22627
|
|
|
22582
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22583
|
-
|
|
22584
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22585
|
-
|
|
22628
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/createClass.js":
|
|
22629
|
+
/*!**********************************************************************************************************************!*\
|
|
22630
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/createClass.js ***!
|
|
22631
|
+
\**********************************************************************************************************************/
|
|
22586
22632
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
22587
22633
|
|
|
22588
|
-
var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22634
|
+
var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/toPropertyKey.js");
|
|
22589
22635
|
function _defineProperties(target, props) {
|
|
22590
22636
|
for (var i = 0; i < props.length; i++) {
|
|
22591
22637
|
var descriptor = props[i];
|
|
@@ -22607,13 +22653,13 @@ module.exports = _createClass, module.exports.__esModule = true, module.exports[
|
|
|
22607
22653
|
|
|
22608
22654
|
/***/ }),
|
|
22609
22655
|
|
|
22610
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22611
|
-
|
|
22612
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22613
|
-
|
|
22656
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/defineProperty.js":
|
|
22657
|
+
/*!*************************************************************************************************************************!*\
|
|
22658
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/defineProperty.js ***!
|
|
22659
|
+
\*************************************************************************************************************************/
|
|
22614
22660
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
22615
22661
|
|
|
22616
|
-
var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22662
|
+
var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/toPropertyKey.js");
|
|
22617
22663
|
function _defineProperty(obj, key, value) {
|
|
22618
22664
|
key = toPropertyKey(key);
|
|
22619
22665
|
if (key in obj) {
|
|
@@ -22632,10 +22678,10 @@ module.exports = _defineProperty, module.exports.__esModule = true, module.expor
|
|
|
22632
22678
|
|
|
22633
22679
|
/***/ }),
|
|
22634
22680
|
|
|
22635
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22636
|
-
|
|
22637
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22638
|
-
|
|
22681
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/getPrototypeOf.js":
|
|
22682
|
+
/*!*************************************************************************************************************************!*\
|
|
22683
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/getPrototypeOf.js ***!
|
|
22684
|
+
\*************************************************************************************************************************/
|
|
22639
22685
|
/***/ ((module) => {
|
|
22640
22686
|
|
|
22641
22687
|
function _getPrototypeOf(o) {
|
|
@@ -22648,13 +22694,13 @@ module.exports = _getPrototypeOf, module.exports.__esModule = true, module.expor
|
|
|
22648
22694
|
|
|
22649
22695
|
/***/ }),
|
|
22650
22696
|
|
|
22651
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22652
|
-
|
|
22653
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22654
|
-
|
|
22697
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/inherits.js":
|
|
22698
|
+
/*!*******************************************************************************************************************!*\
|
|
22699
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/inherits.js ***!
|
|
22700
|
+
\*******************************************************************************************************************/
|
|
22655
22701
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
22656
22702
|
|
|
22657
|
-
var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22703
|
+
var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/setPrototypeOf.js");
|
|
22658
22704
|
function _inherits(subClass, superClass) {
|
|
22659
22705
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
22660
22706
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -22675,10 +22721,10 @@ module.exports = _inherits, module.exports.__esModule = true, module.exports["de
|
|
|
22675
22721
|
|
|
22676
22722
|
/***/ }),
|
|
22677
22723
|
|
|
22678
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22679
|
-
|
|
22680
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22681
|
-
|
|
22724
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/iterableToArray.js":
|
|
22725
|
+
/*!**************************************************************************************************************************!*\
|
|
22726
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/iterableToArray.js ***!
|
|
22727
|
+
\**************************************************************************************************************************/
|
|
22682
22728
|
/***/ ((module) => {
|
|
22683
22729
|
|
|
22684
22730
|
function _iterableToArray(iter) {
|
|
@@ -22688,10 +22734,10 @@ module.exports = _iterableToArray, module.exports.__esModule = true, module.expo
|
|
|
22688
22734
|
|
|
22689
22735
|
/***/ }),
|
|
22690
22736
|
|
|
22691
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22692
|
-
|
|
22693
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22694
|
-
|
|
22737
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/nonIterableRest.js":
|
|
22738
|
+
/*!**************************************************************************************************************************!*\
|
|
22739
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/nonIterableRest.js ***!
|
|
22740
|
+
\**************************************************************************************************************************/
|
|
22695
22741
|
/***/ ((module) => {
|
|
22696
22742
|
|
|
22697
22743
|
function _nonIterableRest() {
|
|
@@ -22701,14 +22747,14 @@ module.exports = _nonIterableRest, module.exports.__esModule = true, module.expo
|
|
|
22701
22747
|
|
|
22702
22748
|
/***/ }),
|
|
22703
22749
|
|
|
22704
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22705
|
-
|
|
22706
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22707
|
-
|
|
22750
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js":
|
|
22751
|
+
/*!************************************************************************************************************************************!*\
|
|
22752
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js ***!
|
|
22753
|
+
\************************************************************************************************************************************/
|
|
22708
22754
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
22709
22755
|
|
|
22710
|
-
var _typeof = (__webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22711
|
-
var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22756
|
+
var _typeof = (__webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/typeof.js")["default"]);
|
|
22757
|
+
var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/assertThisInitialized.js");
|
|
22712
22758
|
function _possibleConstructorReturn(self, call) {
|
|
22713
22759
|
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
22714
22760
|
return call;
|
|
@@ -22721,10 +22767,10 @@ module.exports = _possibleConstructorReturn, module.exports.__esModule = true, m
|
|
|
22721
22767
|
|
|
22722
22768
|
/***/ }),
|
|
22723
22769
|
|
|
22724
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22725
|
-
|
|
22726
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22727
|
-
|
|
22770
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/setPrototypeOf.js":
|
|
22771
|
+
/*!*************************************************************************************************************************!*\
|
|
22772
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/setPrototypeOf.js ***!
|
|
22773
|
+
\*************************************************************************************************************************/
|
|
22728
22774
|
/***/ ((module) => {
|
|
22729
22775
|
|
|
22730
22776
|
function _setPrototypeOf(o, p) {
|
|
@@ -22738,16 +22784,16 @@ module.exports = _setPrototypeOf, module.exports.__esModule = true, module.expor
|
|
|
22738
22784
|
|
|
22739
22785
|
/***/ }),
|
|
22740
22786
|
|
|
22741
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22742
|
-
|
|
22743
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22744
|
-
|
|
22787
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/toArray.js":
|
|
22788
|
+
/*!******************************************************************************************************************!*\
|
|
22789
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/toArray.js ***!
|
|
22790
|
+
\******************************************************************************************************************/
|
|
22745
22791
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
22746
22792
|
|
|
22747
|
-
var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22748
|
-
var iterableToArray = __webpack_require__(/*! ./iterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22749
|
-
var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22750
|
-
var nonIterableRest = __webpack_require__(/*! ./nonIterableRest.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22793
|
+
var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/arrayWithHoles.js");
|
|
22794
|
+
var iterableToArray = __webpack_require__(/*! ./iterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/iterableToArray.js");
|
|
22795
|
+
var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js");
|
|
22796
|
+
var nonIterableRest = __webpack_require__(/*! ./nonIterableRest.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/nonIterableRest.js");
|
|
22751
22797
|
function _toArray(arr) {
|
|
22752
22798
|
return arrayWithHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableRest();
|
|
22753
22799
|
}
|
|
@@ -22755,13 +22801,13 @@ module.exports = _toArray, module.exports.__esModule = true, module.exports["def
|
|
|
22755
22801
|
|
|
22756
22802
|
/***/ }),
|
|
22757
22803
|
|
|
22758
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22759
|
-
|
|
22760
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22761
|
-
|
|
22804
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/toPrimitive.js":
|
|
22805
|
+
/*!**********************************************************************************************************************!*\
|
|
22806
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/toPrimitive.js ***!
|
|
22807
|
+
\**********************************************************************************************************************/
|
|
22762
22808
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
22763
22809
|
|
|
22764
|
-
var _typeof = (__webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22810
|
+
var _typeof = (__webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/typeof.js")["default"]);
|
|
22765
22811
|
function _toPrimitive(input, hint) {
|
|
22766
22812
|
if (_typeof(input) !== "object" || input === null) return input;
|
|
22767
22813
|
var prim = input[Symbol.toPrimitive];
|
|
@@ -22776,14 +22822,14 @@ module.exports = _toPrimitive, module.exports.__esModule = true, module.exports[
|
|
|
22776
22822
|
|
|
22777
22823
|
/***/ }),
|
|
22778
22824
|
|
|
22779
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22780
|
-
|
|
22781
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22782
|
-
|
|
22825
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/toPropertyKey.js":
|
|
22826
|
+
/*!************************************************************************************************************************!*\
|
|
22827
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/toPropertyKey.js ***!
|
|
22828
|
+
\************************************************************************************************************************/
|
|
22783
22829
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
22784
22830
|
|
|
22785
|
-
var _typeof = (__webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22786
|
-
var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22831
|
+
var _typeof = (__webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/typeof.js")["default"]);
|
|
22832
|
+
var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/toPrimitive.js");
|
|
22787
22833
|
function _toPropertyKey(arg) {
|
|
22788
22834
|
var key = toPrimitive(arg, "string");
|
|
22789
22835
|
return _typeof(key) === "symbol" ? key : String(key);
|
|
@@ -22792,10 +22838,10 @@ module.exports = _toPropertyKey, module.exports.__esModule = true, module.export
|
|
|
22792
22838
|
|
|
22793
22839
|
/***/ }),
|
|
22794
22840
|
|
|
22795
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22796
|
-
|
|
22797
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22798
|
-
|
|
22841
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/typeof.js":
|
|
22842
|
+
/*!*****************************************************************************************************************!*\
|
|
22843
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/typeof.js ***!
|
|
22844
|
+
\*****************************************************************************************************************/
|
|
22799
22845
|
/***/ ((module) => {
|
|
22800
22846
|
|
|
22801
22847
|
function _typeof(obj) {
|
|
@@ -22811,13 +22857,13 @@ module.exports = _typeof, module.exports.__esModule = true, module.exports["defa
|
|
|
22811
22857
|
|
|
22812
22858
|
/***/ }),
|
|
22813
22859
|
|
|
22814
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22815
|
-
|
|
22816
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22817
|
-
|
|
22860
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js":
|
|
22861
|
+
/*!*************************************************************************************************************************************!*\
|
|
22862
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js ***!
|
|
22863
|
+
\*************************************************************************************************************************************/
|
|
22818
22864
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
22819
22865
|
|
|
22820
|
-
var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.
|
|
22866
|
+
var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.13/node_modules/@babel/runtime/helpers/arrayLikeToArray.js");
|
|
22821
22867
|
function _unsupportedIterableToArray(o, minLen) {
|
|
22822
22868
|
if (!o) return;
|
|
22823
22869
|
if (typeof o === "string") return arrayLikeToArray(o, minLen);
|