@itwin/ecschema-rpcinterface-tests 4.6.0-dev.21 → 4.6.0-dev.23
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/backend/BackendInit.js.map +1 -1
- package/lib/common/Settings.js.map +1 -1
- package/lib/dist/_bea9.bundled-tests.js.map +1 -1
- package/lib/dist/bundled-tests.js +392 -659
- 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/vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_1_6_node_modules_loaders_gl_draco_di-0642a6.bundled-tests.js +5 -5
- package/lib/dist/vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_1_6_node_modules_loaders_gl_draco_di-0642a6.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_meshoptimizer_0_20_0_node_modules_meshoptimizer_index_m-a5ae61.bundled-tests.js.map +1 -1
- package/lib/frontend/setup/IModelSession.js.map +1 -1
- package/lib/frontend/setup/TestContext.js +1 -1
- package/lib/frontend/setup/TestContext.js.map +1 -1
- package/package.json +18 -18
|
@@ -679,7 +679,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
679
679
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
680
680
|
/* harmony export */ "AxiosRestClient": () => (/* binding */ AxiosRestClient)
|
|
681
681
|
/* harmony export */ });
|
|
682
|
-
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! axios */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
682
|
+
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! axios */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/axios.js");
|
|
683
683
|
/* harmony import */ var _types_RestClient__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../types/RestClient */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/RestClient.js");
|
|
684
684
|
/* harmony import */ var _AxiosResponseHeadersAdapter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AxiosResponseHeadersAdapter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosResponseHeadersAdapter.js");
|
|
685
685
|
/*---------------------------------------------------------------------------------------------
|
|
@@ -17884,8 +17884,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17884
17884
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17885
17885
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
17886
17886
|
/* harmony export */ });
|
|
17887
|
-
/* 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.
|
|
17888
|
-
/* 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.
|
|
17887
|
+
/* 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.23.8/node_modules/@babel/runtime/helpers/esm/classCallCheck.js");
|
|
17888
|
+
/* 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.23.8/node_modules/@babel/runtime/helpers/esm/createClass.js");
|
|
17889
17889
|
|
|
17890
17890
|
|
|
17891
17891
|
|
|
@@ -21643,8 +21643,9 @@ class BentleyError extends Error {
|
|
|
21643
21643
|
return error.message;
|
|
21644
21644
|
if (typeof error.msg === "string")
|
|
21645
21645
|
return error.msg;
|
|
21646
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
21646
21647
|
if (error.toString() !== "[object Object]")
|
|
21647
|
-
return error.toString();
|
|
21648
|
+
return error.toString(); // eslint-disable-line @typescript-eslint/no-base-to-string
|
|
21648
21649
|
}
|
|
21649
21650
|
return "";
|
|
21650
21651
|
}
|
|
@@ -22960,9 +22961,9 @@ var Id64;
|
|
|
22960
22961
|
Id64.fromLocalAndBriefcaseIds = fromLocalAndBriefcaseIds;
|
|
22961
22962
|
// Used as a buffer when converting a pair of 32-bit integers to an Id64String. Significant performance optimization.
|
|
22962
22963
|
const scratchCharCodes = [
|
|
22963
|
-
0x30,
|
|
22964
|
-
0x78,
|
|
22965
|
-
0x30,
|
|
22964
|
+
0x30, // "0"
|
|
22965
|
+
0x78, // "x"
|
|
22966
|
+
0x30, // "0"
|
|
22966
22967
|
0x30,
|
|
22967
22968
|
0x30,
|
|
22968
22969
|
0x30,
|
|
@@ -24335,7 +24336,6 @@ Logger.logExceptionCallstacks = false;
|
|
|
24335
24336
|
* Use a key to identify entries in the map so the can be removed individually.
|
|
24336
24337
|
* @internal */
|
|
24337
24338
|
Logger.staticMetaData = new Map();
|
|
24338
|
-
|
|
24339
24339
|
/** Simple performance diagnostics utility.
|
|
24340
24340
|
* It measures the time from construction to disposal. On disposal it logs the routine name along with
|
|
24341
24341
|
* the duration in milliseconds.
|
|
@@ -24374,7 +24374,6 @@ class PerfLogger {
|
|
|
24374
24374
|
PerfLogger._severity = LogLevel.Info;
|
|
24375
24375
|
|
|
24376
24376
|
|
|
24377
|
-
|
|
24378
24377
|
/***/ }),
|
|
24379
24378
|
|
|
24380
24379
|
/***/ "../../core/bentley/lib/esm/ObservableSet.js":
|
|
@@ -25471,7 +25470,6 @@ class StatusCategory {
|
|
|
25471
25470
|
}
|
|
25472
25471
|
}
|
|
25473
25472
|
StatusCategory.handlers = new Set();
|
|
25474
|
-
|
|
25475
25473
|
/***
|
|
25476
25474
|
* A success status.
|
|
25477
25475
|
* @alpha
|
|
@@ -26820,7 +26818,6 @@ UnexpectedErrors._telemetry = [];
|
|
|
26820
26818
|
UnexpectedErrors._handler = _a.errorLog; // default to error logging
|
|
26821
26819
|
|
|
26822
26820
|
|
|
26823
|
-
|
|
26824
26821
|
/***/ }),
|
|
26825
26822
|
|
|
26826
26823
|
/***/ "../../core/bentley/lib/esm/UtilityTypes.js":
|
|
@@ -27446,7 +27443,6 @@ class AnalysisStyle {
|
|
|
27446
27443
|
AnalysisStyle.defaults = new AnalysisStyle({});
|
|
27447
27444
|
|
|
27448
27445
|
|
|
27449
|
-
|
|
27450
27446
|
/***/ }),
|
|
27451
27447
|
|
|
27452
27448
|
/***/ "../../core/common/lib/esm/Atmosphere.js":
|
|
@@ -27548,19 +27544,19 @@ var Atmosphere;
|
|
|
27548
27544
|
return true;
|
|
27549
27545
|
}
|
|
27550
27546
|
constructor(json) {
|
|
27551
|
-
this.atmosphereHeightAboveEarth = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.atmosphereHeightAboveEarth,
|
|
27552
|
-
this.exposure = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.exposure,
|
|
27553
|
-
this.densityFalloff = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.densityFalloff,
|
|
27554
|
-
this.depthBelowEarthForMaxDensity = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.depthBelowEarthForMaxDensity,
|
|
27555
|
-
this.numViewRaySamples = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.numViewRaySamples,
|
|
27556
|
-
this.numSunRaySamples = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.numSunRaySamples,
|
|
27557
|
-
this.scatteringStrength = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.scatteringStrength,
|
|
27558
|
-
this.wavelengths = Wavelengths.fromJSON(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asObject(json.wavelengths) ??
|
|
27547
|
+
this.atmosphereHeightAboveEarth = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.atmosphereHeightAboveEarth, _a._defaultAtmosphereHeightAboveEarth);
|
|
27548
|
+
this.exposure = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.exposure, _a._defaultExposure);
|
|
27549
|
+
this.densityFalloff = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.densityFalloff, _a._defaultDensityFalloff);
|
|
27550
|
+
this.depthBelowEarthForMaxDensity = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.depthBelowEarthForMaxDensity, _a._defaultMinDensityHeightBelowEarth);
|
|
27551
|
+
this.numViewRaySamples = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.numViewRaySamples, _a._defaultNumViewRaySamples);
|
|
27552
|
+
this.numSunRaySamples = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.numSunRaySamples, _a._defaultNumSunRaySamples);
|
|
27553
|
+
this.scatteringStrength = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.scatteringStrength, _a._defaultScatteringStrength);
|
|
27554
|
+
this.wavelengths = Wavelengths.fromJSON(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asObject(json.wavelengths) ?? _a._defaultWavelengths);
|
|
27559
27555
|
}
|
|
27560
27556
|
static fromJSON(json) {
|
|
27561
27557
|
if (undefined === json)
|
|
27562
27558
|
return this.defaults;
|
|
27563
|
-
return new
|
|
27559
|
+
return new _a(json);
|
|
27564
27560
|
}
|
|
27565
27561
|
toJSON(display) {
|
|
27566
27562
|
const json = {
|
|
@@ -27587,8 +27583,8 @@ var Atmosphere;
|
|
|
27587
27583
|
Settings._defaultNumViewRaySamples = 10;
|
|
27588
27584
|
Settings._highQualityNumViewRaySamples = 20;
|
|
27589
27585
|
Settings._defaultNumSunRaySamples = 5;
|
|
27590
|
-
Settings.defaults = new
|
|
27591
|
-
Settings.highQuality = new
|
|
27586
|
+
Settings.defaults = new _a({});
|
|
27587
|
+
Settings.highQuality = new _a({ numViewRaySamples: _a._highQualityNumViewRaySamples });
|
|
27592
27588
|
Atmosphere.Settings = Settings;
|
|
27593
27589
|
})(Atmosphere || (Atmosphere = {}));
|
|
27594
27590
|
|
|
@@ -28320,7 +28316,6 @@ class CutStyle {
|
|
|
28320
28316
|
}
|
|
28321
28317
|
/** The default CutStyle, configured to draw the section-cut graphics using the view's settings, with no overrides. */
|
|
28322
28318
|
CutStyle.defaults = new CutStyle();
|
|
28323
|
-
|
|
28324
28319
|
/** As part of a [[ClipStyle]], describes how to colorize geometry intersecting the clip planes.
|
|
28325
28320
|
* @note Edges are highlighted only if [[ClipStyle.ClipIntersectionStyle]] is `true`.
|
|
28326
28321
|
* @public
|
|
@@ -28364,7 +28359,6 @@ class ClipIntersectionStyle {
|
|
|
28364
28359
|
}
|
|
28365
28360
|
}
|
|
28366
28361
|
ClipIntersectionStyle.defaults = new ClipIntersectionStyle();
|
|
28367
|
-
|
|
28368
28362
|
/** Describes symbology and behavior applied to a [ClipVector]($core-geometry) when applied to a [ViewState]($frontend) or [[ModelClipGroup]].
|
|
28369
28363
|
* @see [[DisplayStyleSettings.clipStyle]].
|
|
28370
28364
|
* @public
|
|
@@ -28440,7 +28434,6 @@ class ClipStyle {
|
|
|
28440
28434
|
ClipStyle.defaults = new ClipStyle(false, false, CutStyle.defaults, undefined, undefined, undefined);
|
|
28441
28435
|
|
|
28442
28436
|
|
|
28443
|
-
|
|
28444
28437
|
/***/ }),
|
|
28445
28438
|
|
|
28446
28439
|
/***/ "../../core/common/lib/esm/Code.js":
|
|
@@ -28497,6 +28490,7 @@ class Code {
|
|
|
28497
28490
|
static isValid(c) { return _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Id64.isValidId64(c.spec); }
|
|
28498
28491
|
/** Determine if this code is valid but not otherwise meaningful (and therefore not necessarily unique) */
|
|
28499
28492
|
static isEmpty(c) { return this.isValid(c) && (c.value === undefined || c.value === ""); }
|
|
28493
|
+
toString() { return `[Code: ${this.spec}, ${this.scope}, ${this.value}]`; }
|
|
28500
28494
|
}
|
|
28501
28495
|
/** Names of the internal BIS CodeSpecs. These names match those specified by the native library.
|
|
28502
28496
|
* For other domains, the best practice is to include the domain name or alias as part of the CodeSpec name to ensure global uniqueness.
|
|
@@ -29494,7 +29488,6 @@ ColorDef.green = new ColorDef(_ColorByName__WEBPACK_IMPORTED_MODULE_1__.ColorByN
|
|
|
29494
29488
|
ColorDef.blue = new ColorDef(_ColorByName__WEBPACK_IMPORTED_MODULE_1__.ColorByName.blue);
|
|
29495
29489
|
|
|
29496
29490
|
|
|
29497
|
-
|
|
29498
29491
|
/***/ }),
|
|
29499
29492
|
|
|
29500
29493
|
/***/ "../../core/common/lib/esm/CommonLoggerCategory.js":
|
|
@@ -31991,7 +31984,6 @@ class ECSqlReader {
|
|
|
31991
31984
|
ECSqlReader._maxRetryCount = 10;
|
|
31992
31985
|
|
|
31993
31986
|
|
|
31994
|
-
|
|
31995
31987
|
/***/ }),
|
|
31996
31988
|
|
|
31997
31989
|
/***/ "../../core/common/lib/esm/ECSqlTypes.js":
|
|
@@ -32326,7 +32318,6 @@ class RelatedElement {
|
|
|
32326
32318
|
}
|
|
32327
32319
|
/** Used to *null out* an existing navigation relationship. */
|
|
32328
32320
|
RelatedElement.none = new RelatedElement({ id: _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Id64.invalid });
|
|
32329
|
-
|
|
32330
32321
|
/** A [RelatedElement]($common) relationship that describes the [TypeDefinitionElement]($backend) of an element.
|
|
32331
32322
|
* @public
|
|
32332
32323
|
*/
|
|
@@ -32707,7 +32698,6 @@ class Environment {
|
|
|
32707
32698
|
Environment.defaults = new Environment();
|
|
32708
32699
|
|
|
32709
32700
|
|
|
32710
|
-
|
|
32711
32701
|
/***/ }),
|
|
32712
32702
|
|
|
32713
32703
|
/***/ "../../core/common/lib/esm/FeatureIndex.js":
|
|
@@ -33047,7 +33037,6 @@ class FeatureAppearance {
|
|
|
33047
33037
|
}
|
|
33048
33038
|
/** An appearance that overrides nothing. */
|
|
33049
33039
|
FeatureAppearance.defaults = new FeatureAppearance({});
|
|
33050
|
-
|
|
33051
33040
|
const scratchIgnoreAnimationOverridesArgs = {
|
|
33052
33041
|
elementId: { lower: 0, upper: 0 },
|
|
33053
33042
|
animationNodeId: 0,
|
|
@@ -33418,7 +33407,6 @@ class FeatureOverrides {
|
|
|
33418
33407
|
}
|
|
33419
33408
|
}
|
|
33420
33409
|
FeatureOverrides._weight1Appearance = FeatureAppearance.fromJSON({ weight: 1 });
|
|
33421
|
-
|
|
33422
33410
|
/** @public */
|
|
33423
33411
|
var FeatureAppearanceProvider;
|
|
33424
33412
|
(function (FeatureAppearanceProvider) {
|
|
@@ -34091,6 +34079,7 @@ var Npc;
|
|
|
34091
34079
|
Npc[Npc["_011"] = 6] = "_011";
|
|
34092
34080
|
/** Right top front */
|
|
34093
34081
|
Npc[Npc["_111"] = 7] = "_111";
|
|
34082
|
+
/* eslint-disable @typescript-eslint/no-duplicate-enum-values */
|
|
34094
34083
|
Npc[Npc["LeftBottomRear"] = 0] = "LeftBottomRear";
|
|
34095
34084
|
Npc[Npc["RightBottomRear"] = 1] = "RightBottomRear";
|
|
34096
34085
|
Npc[Npc["LeftTopRear"] = 2] = "LeftTopRear";
|
|
@@ -34099,6 +34088,7 @@ var Npc;
|
|
|
34099
34088
|
Npc[Npc["RightBottomFront"] = 5] = "RightBottomFront";
|
|
34100
34089
|
Npc[Npc["LeftTopFront"] = 6] = "LeftTopFront";
|
|
34101
34090
|
Npc[Npc["RightTopFront"] = 7] = "RightTopFront";
|
|
34091
|
+
/* eslint-enable @typescript-eslint/no-duplicate-enum-values */
|
|
34102
34092
|
/** useful for sizing arrays */
|
|
34103
34093
|
Npc[Npc["CORNER_COUNT"] = 8] = "CORNER_COUNT";
|
|
34104
34094
|
})(Npc || (Npc = {}));
|
|
@@ -35203,10 +35193,10 @@ var Gradient;
|
|
|
35203
35193
|
}
|
|
35204
35194
|
Symb._fixedSchemeKeys = [
|
|
35205
35195
|
// NB: these color values are ordered as rbg. Note how the components are applied below.
|
|
35206
|
-
[[0.0, 0, 255, 0], [0.25, 0, 255, 255], [0.5, 0, 0, 255], [0.75, 255, 0, 255], [1.0, 255, 0, 0]],
|
|
35207
|
-
[[0.0, 255, 0, 0], [0.25, 255, 0, 255], [0.5, 0, 0, 255], [0.75, 0, 255, 255], [1.0, 0, 255, 0]],
|
|
35208
|
-
[[0.0, 0, 0, 0], [1.0, 255, 255, 255]],
|
|
35209
|
-
[[0.0, 152, 148, 188], [0.5, 204, 160, 204], [1.0, 152, 72, 128]],
|
|
35196
|
+
[[0.0, 0, 255, 0], [0.25, 0, 255, 255], [0.5, 0, 0, 255], [0.75, 255, 0, 255], [1.0, 255, 0, 0]], // Blue Red.
|
|
35197
|
+
[[0.0, 255, 0, 0], [0.25, 255, 0, 255], [0.5, 0, 0, 255], [0.75, 0, 255, 255], [1.0, 0, 255, 0]], // Red blue.
|
|
35198
|
+
[[0.0, 0, 0, 0], [1.0, 255, 255, 255]], // Monochrome.
|
|
35199
|
+
[[0.0, 152, 148, 188], [0.5, 204, 160, 204], [1.0, 152, 72, 128]], // Based off of the topographic gradients in Point Clouds.
|
|
35210
35200
|
[[0.0, 0, 255, 0], [0.2, 72, 96, 160], [0.4, 152, 96, 160], [0.6, 128, 32, 104], [0.7, 148, 180, 128], [1.0, 240, 240, 240]], // Based off of the sea-mountain gradient in Point Clouds.
|
|
35211
35201
|
];
|
|
35212
35202
|
Symb._fixedCustomKeys = [[0.0, 255, 0, 0], [1.0, 0, 255, 0]];
|
|
@@ -35389,7 +35379,6 @@ class GroundPlane {
|
|
|
35389
35379
|
GroundPlane.defaults = new GroundPlane({});
|
|
35390
35380
|
|
|
35391
35381
|
|
|
35392
|
-
|
|
35393
35382
|
/***/ }),
|
|
35394
35383
|
|
|
35395
35384
|
/***/ "../../core/common/lib/esm/HSLColor.js":
|
|
@@ -36140,7 +36129,6 @@ IModel.rootSubjectId = "0x1";
|
|
|
36140
36129
|
IModel.dictionaryId = "0x10";
|
|
36141
36130
|
|
|
36142
36131
|
|
|
36143
|
-
|
|
36144
36132
|
/***/ }),
|
|
36145
36133
|
|
|
36146
36134
|
/***/ "../../core/common/lib/esm/IModelError.js":
|
|
@@ -36730,7 +36718,6 @@ class FresnelSettings {
|
|
|
36730
36718
|
}
|
|
36731
36719
|
}
|
|
36732
36720
|
FresnelSettings._defaults = new FresnelSettings(0, false);
|
|
36733
|
-
|
|
36734
36721
|
/** Describes the lighting for a 3d scene, associated with a [[DisplayStyle3dSettings]] in turn associated with a [DisplayStyle3d]($backend) or [DisplayStyle3dState]($frontend).
|
|
36735
36722
|
* @see [[LightSettingsProps]]
|
|
36736
36723
|
* @public
|
|
@@ -38143,7 +38130,6 @@ class PlanarClipMaskSettings {
|
|
|
38143
38130
|
PlanarClipMaskSettings.defaults = new PlanarClipMaskSettings(PlanarClipMaskMode.None);
|
|
38144
38131
|
|
|
38145
38132
|
|
|
38146
|
-
|
|
38147
38133
|
/***/ }),
|
|
38148
38134
|
|
|
38149
38135
|
/***/ "../../core/common/lib/esm/QPoint.js":
|
|
@@ -39142,7 +39128,6 @@ class PointCloudDisplaySettings {
|
|
|
39142
39128
|
}
|
|
39143
39129
|
/** Settings with all properties initialized to their default values. */
|
|
39144
39130
|
PointCloudDisplaySettings.defaults = new PointCloudDisplaySettings();
|
|
39145
|
-
|
|
39146
39131
|
/** Settings that control how a reality model - whether a [[ContextRealityModel]] or a persistent reality [Model]($backend) - is displayed within a [Viewport]($frontend).
|
|
39147
39132
|
* @see [[ContextRealityModel.displaySettings]] to apply these settings to a context reality model.
|
|
39148
39133
|
* @see [[DisplayStyleSettings.setRealityModelDisplaySettings]] to apply these settings to a persistent reality model.
|
|
@@ -39190,7 +39175,6 @@ class RealityModelDisplaySettings {
|
|
|
39190
39175
|
RealityModelDisplaySettings.defaults = new RealityModelDisplaySettings(undefined, PointCloudDisplaySettings.defaults);
|
|
39191
39176
|
|
|
39192
39177
|
|
|
39193
|
-
|
|
39194
39178
|
/***/ }),
|
|
39195
39179
|
|
|
39196
39180
|
/***/ "../../core/common/lib/esm/Render.js":
|
|
@@ -40994,7 +40978,6 @@ class SkyGradient {
|
|
|
40994
40978
|
}
|
|
40995
40979
|
/** Default settings for a four-color gradient. */
|
|
40996
40980
|
SkyGradient.defaults = new SkyGradient({});
|
|
40997
|
-
|
|
40998
40981
|
/** Describes how to draw a representation of a sky, as part of an [[Environment]].
|
|
40999
40982
|
* @see [[SkyBoxProps]].
|
|
41000
40983
|
* @public
|
|
@@ -41042,7 +41025,6 @@ class SkyBox {
|
|
|
41042
41025
|
}
|
|
41043
41026
|
/** Default settings for a four-color gradient. */
|
|
41044
41027
|
SkyBox.defaults = new SkyBox(SkyGradient.defaults);
|
|
41045
|
-
|
|
41046
41028
|
/** Describes how to draw a representation of a sky by mapping a single image to the interior of a sphere.
|
|
41047
41029
|
* @public
|
|
41048
41030
|
*/
|
|
@@ -41418,7 +41400,6 @@ class SolarShadowSettings {
|
|
|
41418
41400
|
SolarShadowSettings.defaults = new SolarShadowSettings({});
|
|
41419
41401
|
|
|
41420
41402
|
|
|
41421
|
-
|
|
41422
41403
|
/***/ }),
|
|
41423
41404
|
|
|
41424
41405
|
/***/ "../../core/common/lib/esm/SpatialClassification.js":
|
|
@@ -41881,7 +41862,6 @@ class SubCategoryAppearance {
|
|
|
41881
41862
|
SubCategoryAppearance.defaults = new SubCategoryAppearance();
|
|
41882
41863
|
|
|
41883
41864
|
|
|
41884
|
-
|
|
41885
41865
|
/***/ }),
|
|
41886
41866
|
|
|
41887
41867
|
/***/ "../../core/common/lib/esm/SubCategoryOverride.js":
|
|
@@ -42000,7 +41980,6 @@ class SubCategoryOverride {
|
|
|
42000
41980
|
SubCategoryOverride.defaults = new SubCategoryOverride({});
|
|
42001
41981
|
|
|
42002
41982
|
|
|
42003
|
-
|
|
42004
41983
|
/***/ }),
|
|
42005
41984
|
|
|
42006
41985
|
/***/ "../../core/common/lib/esm/TerrainSettings.js":
|
|
@@ -42609,7 +42588,6 @@ class ThematicGradientSettings {
|
|
|
42609
42588
|
}
|
|
42610
42589
|
ThematicGradientSettings.defaults = new ThematicGradientSettings({});
|
|
42611
42590
|
ThematicGradientSettings._defaultCustomKeys = [[0.0, 255, 255, 255], [1.0, 0, 0, 0]];
|
|
42612
|
-
|
|
42613
42591
|
/** A sensor in world space, used for [[ThematicDisplayMode.InverseDistanceWeightedSensors]].
|
|
42614
42592
|
* @public
|
|
42615
42593
|
*/
|
|
@@ -43597,7 +43575,6 @@ class ViewDetails {
|
|
|
43597
43575
|
}
|
|
43598
43576
|
/** Maximum aspect ratio skew. Apps can override this by changing its value. */
|
|
43599
43577
|
ViewDetails.maxSkew = 25;
|
|
43600
|
-
|
|
43601
43578
|
/** Encapsulates access to optional 3d view details stored in JSON properties.
|
|
43602
43579
|
* @see [[ViewDetails3dProps]] for the JSON representation.
|
|
43603
43580
|
* @public
|
|
@@ -44023,7 +44000,6 @@ class ViewFlags {
|
|
|
44023
44000
|
ViewFlags.defaults = new ViewFlags();
|
|
44024
44001
|
|
|
44025
44002
|
|
|
44026
|
-
|
|
44027
44003
|
/***/ }),
|
|
44028
44004
|
|
|
44029
44005
|
/***/ "../../core/common/lib/esm/ViewProps.js":
|
|
@@ -44109,7 +44085,6 @@ WhiteOnWhiteReversalSettings._noIgnore = new WhiteOnWhiteReversalSettings(true);
|
|
|
44109
44085
|
WhiteOnWhiteReversalSettings._ignore = new WhiteOnWhiteReversalSettings(false);
|
|
44110
44086
|
|
|
44111
44087
|
|
|
44112
|
-
|
|
44113
44088
|
/***/ }),
|
|
44114
44089
|
|
|
44115
44090
|
/***/ "../../core/common/lib/esm/annotation/TextAnnotation.js":
|
|
@@ -44677,7 +44652,6 @@ TextStyleSettings.defaultProps = {
|
|
|
44677
44652
|
};
|
|
44678
44653
|
/** Settings initialized to all default values. */
|
|
44679
44654
|
TextStyleSettings.defaults = new TextStyleSettings({});
|
|
44680
|
-
|
|
44681
44655
|
Object.freeze(TextStyleSettings.defaultProps);
|
|
44682
44656
|
Object.freeze(TextStyleSettings.defaults);
|
|
44683
44657
|
/** A named, immutable [[TextStyleSettings]] stored in a [Workspace]($backend).
|
|
@@ -46216,7 +46190,6 @@ Cartographic._scratchN = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.V
|
|
|
46216
46190
|
Cartographic._scratchK = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Vector3d();
|
|
46217
46191
|
Cartographic._scaleToGeodeticSurfaceIntersection = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Point3d();
|
|
46218
46192
|
Cartographic._scaleToGeodeticSurfaceGradient = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Point3d();
|
|
46219
|
-
|
|
46220
46193
|
/** A cartographic range representing a rectangular region if low longitude/latitude > high then area crossing seam is indicated.
|
|
46221
46194
|
* @public
|
|
46222
46195
|
*/
|
|
@@ -52254,10 +52227,10 @@ The below numbers are the indices into that array.
|
|
|
52254
52227
|
*/
|
|
52255
52228
|
// Ordering of sub-arrays is: [origin, a, b]
|
|
52256
52229
|
const planePointIndices = [
|
|
52257
|
-
[1, 5, 3],
|
|
52258
|
-
[0, 2, 4],
|
|
52259
|
-
[2, 3, 6],
|
|
52260
|
-
[0, 4, 1],
|
|
52230
|
+
[1, 5, 3], // right
|
|
52231
|
+
[0, 2, 4], // left
|
|
52232
|
+
[2, 3, 6], // top
|
|
52233
|
+
[0, 4, 1], // bottom
|
|
52261
52234
|
[0, 1, 2], // back
|
|
52262
52235
|
// Skip front plane because it can be too small. Instead derive it from back plane.
|
|
52263
52236
|
// Otherwise, it would be: [4, 6, 5]
|
|
@@ -54302,7 +54275,6 @@ class IpcWebSocket {
|
|
|
54302
54275
|
}
|
|
54303
54276
|
}
|
|
54304
54277
|
IpcWebSocket.receivers = new Set();
|
|
54305
|
-
|
|
54306
54278
|
/** @internal */
|
|
54307
54279
|
class IpcWebSocketFrontend extends IpcWebSocket {
|
|
54308
54280
|
constructor() {
|
|
@@ -54619,7 +54591,6 @@ DevToolsRpcInterface.interfaceName = "DevToolsRpcInterface";
|
|
|
54619
54591
|
DevToolsRpcInterface.interfaceVersion = "0.7.0";
|
|
54620
54592
|
|
|
54621
54593
|
|
|
54622
|
-
|
|
54623
54594
|
/***/ }),
|
|
54624
54595
|
|
|
54625
54596
|
/***/ "../../core/common/lib/esm/rpc/IModelReadRpcInterface.js":
|
|
@@ -54760,7 +54731,6 @@ __decorate([
|
|
|
54760
54731
|
], IModelReadRpcInterface.prototype, "getGeoCoordinatesFromIModelCoordinates", null);
|
|
54761
54732
|
|
|
54762
54733
|
|
|
54763
|
-
|
|
54764
54734
|
/***/ }),
|
|
54765
54735
|
|
|
54766
54736
|
/***/ "../../core/common/lib/esm/rpc/IModelTileRpcInterface.js":
|
|
@@ -54855,7 +54825,6 @@ __decorate([
|
|
|
54855
54825
|
], IModelTileRpcInterface.prototype, "requestTileTreeProps", null);
|
|
54856
54826
|
|
|
54857
54827
|
|
|
54858
|
-
|
|
54859
54828
|
/***/ }),
|
|
54860
54829
|
|
|
54861
54830
|
/***/ "../../core/common/lib/esm/rpc/SnapshotIModelRpcInterface.js":
|
|
@@ -54918,7 +54887,6 @@ __decorate([
|
|
|
54918
54887
|
], SnapshotIModelRpcInterface.prototype, "openRemote", null);
|
|
54919
54888
|
|
|
54920
54889
|
|
|
54921
|
-
|
|
54922
54890
|
/***/ }),
|
|
54923
54891
|
|
|
54924
54892
|
/***/ "../../core/common/lib/esm/rpc/TestRpcManager.js":
|
|
@@ -55024,7 +54992,6 @@ WipRpcInterface.interfaceName = "WipRpcInterface";
|
|
|
55024
54992
|
WipRpcInterface.interfaceVersion = "0.5.0";
|
|
55025
54993
|
|
|
55026
54994
|
|
|
55027
|
-
|
|
55028
54995
|
/***/ }),
|
|
55029
54996
|
|
|
55030
54997
|
/***/ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js":
|
|
@@ -55098,13 +55065,13 @@ class RpcConfiguration {
|
|
|
55098
55065
|
/** Sets the configuration supplier for an RPC interface class for a given routing. */
|
|
55099
55066
|
static assignWithRouting(definition, routing, configuration) {
|
|
55100
55067
|
if (!definition.prototype.configurationSupplier) {
|
|
55101
|
-
|
|
55068
|
+
_a.assign(definition, RpcRoutingMap.create());
|
|
55102
55069
|
}
|
|
55103
55070
|
let map = definition.prototype.configurationSupplier;
|
|
55104
55071
|
if (typeof (map.configurations) === "undefined") {
|
|
55105
55072
|
const existing = map;
|
|
55106
55073
|
map = RpcRoutingMap.create();
|
|
55107
|
-
|
|
55074
|
+
_a.assign(definition, map);
|
|
55108
55075
|
map.configurations.set(_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_5__.RpcRoutingToken["default"].id, existing);
|
|
55109
55076
|
}
|
|
55110
55077
|
const supplier = () => configuration;
|
|
@@ -55128,7 +55095,7 @@ class RpcConfiguration {
|
|
|
55128
55095
|
return;
|
|
55129
55096
|
}
|
|
55130
55097
|
this.attached.push(definition);
|
|
55131
|
-
|
|
55098
|
+
_a.assign(definition, () => this.constructor);
|
|
55132
55099
|
_RpcManager__WEBPACK_IMPORTED_MODULE_0__.RpcManager.initializeInterface(definition);
|
|
55133
55100
|
}
|
|
55134
55101
|
/** Initializes the RPC interfaces managed by the configuration. */
|
|
@@ -55137,7 +55104,7 @@ class RpcConfiguration {
|
|
|
55137
55104
|
}
|
|
55138
55105
|
/** @internal */
|
|
55139
55106
|
static supply(definition) {
|
|
55140
|
-
return
|
|
55107
|
+
return _a.obtain(definition.configurationSupplier ? definition.configurationSupplier(definition.routing) : RpcDefaultConfiguration);
|
|
55141
55108
|
}
|
|
55142
55109
|
/** @internal */
|
|
55143
55110
|
onRpcClientInitialized(definition, client) {
|
|
@@ -55185,7 +55152,6 @@ RpcConfiguration.requestContext = {
|
|
|
55185
55152
|
authorization: "",
|
|
55186
55153
|
}),
|
|
55187
55154
|
};
|
|
55188
|
-
|
|
55189
55155
|
/** A default configuration that can be used for basic testing within a library.
|
|
55190
55156
|
* @internal
|
|
55191
55157
|
*/
|
|
@@ -55529,7 +55495,6 @@ RpcControlChannel.channels = [];
|
|
|
55529
55495
|
RpcControlChannel._obtainLock = 0;
|
|
55530
55496
|
|
|
55531
55497
|
|
|
55532
|
-
|
|
55533
55498
|
/***/ }),
|
|
55534
55499
|
|
|
55535
55500
|
/***/ "../../core/common/lib/esm/rpc/core/RpcInvocation.js":
|
|
@@ -55662,7 +55627,7 @@ class RpcInvocation {
|
|
|
55662
55627
|
const impl = _RpcRegistry__WEBPACK_IMPORTED_MODULE_10__.RpcRegistry.instance.getImplForInterface(this.operation.interfaceDefinition);
|
|
55663
55628
|
impl[_RpcRegistry__WEBPACK_IMPORTED_MODULE_10__.CURRENT_INVOCATION] = this;
|
|
55664
55629
|
const op = this.lookupOperationFunction(impl);
|
|
55665
|
-
return await
|
|
55630
|
+
return await _a.runActivity(activity, async () => op.call(impl, ...parameters)
|
|
55666
55631
|
.catch(async (error) => {
|
|
55667
55632
|
// this catch block is intentionally placed inside `runActivity` to attach the right logging metadata and use the correct openTelemetry span.
|
|
55668
55633
|
if (!(error instanceof _RpcControl__WEBPACK_IMPORTED_MODULE_6__.RpcPendingResponse)) {
|
|
@@ -55685,7 +55650,7 @@ class RpcInvocation {
|
|
|
55685
55650
|
if (isToken && this.protocol.checkToken && !this.operation.policy.allowTokenMismatch) {
|
|
55686
55651
|
const inflated = this.protocol.inflateToken(parameter, this.request);
|
|
55687
55652
|
parameters[i] = inflated;
|
|
55688
|
-
if (!
|
|
55653
|
+
if (!_a.compareTokens(parameter, inflated)) {
|
|
55689
55654
|
if (_RpcConfiguration__WEBPACK_IMPORTED_MODULE_4__.RpcConfiguration.throwOnTokenMismatch) {
|
|
55690
55655
|
throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "IModelRpcProps mismatch detected for this request.");
|
|
55691
55656
|
}
|
|
@@ -55809,7 +55774,6 @@ _a = RpcInvocation;
|
|
|
55809
55774
|
RpcInvocation.runActivity = async (_activity, fn) => fn();
|
|
55810
55775
|
|
|
55811
55776
|
|
|
55812
|
-
|
|
55813
55777
|
/***/ }),
|
|
55814
55778
|
|
|
55815
55779
|
/***/ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js":
|
|
@@ -56076,7 +56040,6 @@ class RpcOperation {
|
|
|
56076
56040
|
}
|
|
56077
56041
|
/** A fallback token to use for RPC requests that do not semantically depend on an iModel. */
|
|
56078
56042
|
RpcOperation.fallbackToken = undefined;
|
|
56079
|
-
|
|
56080
56043
|
/** @internal */
|
|
56081
56044
|
(function (RpcOperation) {
|
|
56082
56045
|
function obtainInstance(obj) {
|
|
@@ -56382,7 +56345,6 @@ RpcProtocol.events = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEven
|
|
|
56382
56345
|
RpcProtocol.protocolVersion = RpcProtocolVersion.IntroducedStatusCategory;
|
|
56383
56346
|
|
|
56384
56347
|
|
|
56385
|
-
|
|
56386
56348
|
/***/ }),
|
|
56387
56349
|
|
|
56388
56350
|
/***/ "../../core/common/lib/esm/rpc/core/RpcPush.js":
|
|
@@ -56429,7 +56391,6 @@ class RpcPushService {
|
|
|
56429
56391
|
}
|
|
56430
56392
|
/** The push service for the dedicated backend (for example, an electron or mobile app). */
|
|
56431
56393
|
RpcPushService.dedicated = new RpcPushService("dedicated");
|
|
56432
|
-
|
|
56433
56394
|
/** Defines a named stream of push messages.
|
|
56434
56395
|
* @internal
|
|
56435
56396
|
*/
|
|
@@ -56500,7 +56461,6 @@ class RpcPushChannel {
|
|
|
56500
56461
|
/** @internal */
|
|
56501
56462
|
RpcPushChannel.enabled = false;
|
|
56502
56463
|
RpcPushChannel._channels = new Map();
|
|
56503
|
-
|
|
56504
56464
|
/** Receives push messages from the backend.
|
|
56505
56465
|
* @internal
|
|
56506
56466
|
*/
|
|
@@ -57205,7 +57165,6 @@ RpcRequest._activeRequests = new Map();
|
|
|
57205
57165
|
RpcRequest.events = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
57206
57166
|
/** Resolvers for "not found" requests. See [[RpcRequestNotFoundHandler]] */
|
|
57207
57167
|
RpcRequest.notFoundHandlers = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
57208
|
-
|
|
57209
57168
|
/** @internal */
|
|
57210
57169
|
const initializeRpcRequest = (() => {
|
|
57211
57170
|
let initialized = false;
|
|
@@ -57297,7 +57256,6 @@ RpcRoutingToken._next = -1;
|
|
|
57297
57256
|
RpcRoutingToken.default = RpcRoutingToken.generate("default");
|
|
57298
57257
|
|
|
57299
57258
|
|
|
57300
|
-
|
|
57301
57259
|
/***/ }),
|
|
57302
57260
|
|
|
57303
57261
|
/***/ "../../core/common/lib/esm/rpc/core/RpcSessionInvocation.js":
|
|
@@ -57419,7 +57377,6 @@ BentleyCloudRpcConfiguration.accessControl = {
|
|
|
57419
57377
|
allowMethods: "POST, GET, OPTIONS",
|
|
57420
57378
|
allowHeaders: "Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, X-Correlation-Id, X-Session-Id, X-Application-Id, X-Application-Version, X-User-Id, X-Protocol-Version",
|
|
57421
57379
|
};
|
|
57422
|
-
|
|
57423
57380
|
/** Coordinates usage of RPC interfaces for Bentley cloud deployments.
|
|
57424
57381
|
* @beta
|
|
57425
57382
|
*/
|
|
@@ -57760,7 +57717,6 @@ RpcMultipart.platform = {
|
|
|
57760
57717
|
};
|
|
57761
57718
|
|
|
57762
57719
|
|
|
57763
|
-
|
|
57764
57720
|
/***/ }),
|
|
57765
57721
|
|
|
57766
57722
|
/***/ "../../core/common/lib/esm/rpc/web/WebAppRpcLogging.js":
|
|
@@ -57862,9 +57818,9 @@ class WebAppRpcLogging {
|
|
|
57862
57818
|
operation: object.operation.operationName,
|
|
57863
57819
|
rpcInterface: this.getRpcInterfaceName(object.operation.interfaceDefinition),
|
|
57864
57820
|
// Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
|
|
57865
|
-
ActivityId: object.id,
|
|
57866
|
-
TimeElapsed: ("elapsed" in object) ? object.elapsed : 0,
|
|
57867
|
-
MachineName: this.getHostname(),
|
|
57821
|
+
ActivityId: object.id, // eslint-disable-line @typescript-eslint/naming-convention
|
|
57822
|
+
TimeElapsed: ("elapsed" in object) ? object.elapsed : 0, // eslint-disable-line @typescript-eslint/naming-convention
|
|
57823
|
+
MachineName: this.getHostname(), // eslint-disable-line @typescript-eslint/naming-convention
|
|
57868
57824
|
...pathIds,
|
|
57869
57825
|
}));
|
|
57870
57826
|
}
|
|
@@ -57878,9 +57834,9 @@ class WebAppRpcLogging {
|
|
|
57878
57834
|
rpcInterface: this.getRpcInterfaceName(object.operation.interfaceDefinition),
|
|
57879
57835
|
status,
|
|
57880
57836
|
// Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
|
|
57881
|
-
ActivityId: object.id,
|
|
57882
|
-
TimeElapsed: elapsed,
|
|
57883
|
-
MachineName: this.getHostname(),
|
|
57837
|
+
ActivityId: object.id, // eslint-disable-line @typescript-eslint/naming-convention
|
|
57838
|
+
TimeElapsed: elapsed, // eslint-disable-line @typescript-eslint/naming-convention
|
|
57839
|
+
MachineName: this.getHostname(), // eslint-disable-line @typescript-eslint/naming-convention
|
|
57884
57840
|
...pathIds,
|
|
57885
57841
|
}));
|
|
57886
57842
|
}
|
|
@@ -57909,8 +57865,8 @@ class WebAppRpcLoggingFrontend extends WebAppRpcLogging {
|
|
|
57909
57865
|
method: request.method,
|
|
57910
57866
|
path: request.path,
|
|
57911
57867
|
// Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
|
|
57912
|
-
ActivityId: request.id,
|
|
57913
|
-
MachineName: this.getHostname(),
|
|
57868
|
+
ActivityId: request.id, // eslint-disable-line @typescript-eslint/naming-convention
|
|
57869
|
+
MachineName: this.getHostname(), // eslint-disable-line @typescript-eslint/naming-convention
|
|
57914
57870
|
...pathIds,
|
|
57915
57871
|
}));
|
|
57916
57872
|
}
|
|
@@ -58253,7 +58209,7 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_4__.Rpc
|
|
|
58253
58209
|
}
|
|
58254
58210
|
async setupTransport() {
|
|
58255
58211
|
const parameters = (await this.protocol.serialize(this)).parameters;
|
|
58256
|
-
const transportType =
|
|
58212
|
+
const transportType = _a.computeTransportType(parameters, this.parameters);
|
|
58257
58213
|
if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Binary) {
|
|
58258
58214
|
this.setupBinaryTransport(parameters);
|
|
58259
58215
|
}
|
|
@@ -58278,7 +58234,7 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_4__.Rpc
|
|
|
58278
58234
|
setupTextTransport(parameters) {
|
|
58279
58235
|
if (this.operation.policy.allowResponseCaching(this)) {
|
|
58280
58236
|
const encodedBody = btoa(parameters.objects); // eslint-disable-line deprecation/deprecation
|
|
58281
|
-
if (encodedBody.length <=
|
|
58237
|
+
if (encodedBody.length <= _a.maxUrlComponentSize) {
|
|
58282
58238
|
this._request.method = "get";
|
|
58283
58239
|
this._request.body = undefined;
|
|
58284
58240
|
delete this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT];
|
|
@@ -58310,7 +58266,6 @@ WebAppRpcRequest.backend = {
|
|
|
58310
58266
|
};
|
|
58311
58267
|
|
|
58312
58268
|
|
|
58313
|
-
|
|
58314
58269
|
/***/ }),
|
|
58315
58270
|
|
|
58316
58271
|
/***/ "../../core/common/lib/esm/rpc/web/multipart/RpcMultipartParser.js":
|
|
@@ -59125,7 +59080,6 @@ class FeatureTableHeader {
|
|
|
59125
59080
|
FeatureTableHeader.sizeInBytes = 12;
|
|
59126
59081
|
|
|
59127
59082
|
|
|
59128
|
-
|
|
59129
59083
|
/***/ }),
|
|
59130
59084
|
|
|
59131
59085
|
/***/ "../../core/common/lib/esm/tile/PntsTileIO.js":
|
|
@@ -60063,6 +60017,7 @@ exports.ECStringConstants = void 0;
|
|
|
60063
60017
|
*/
|
|
60064
60018
|
class ECStringConstants {
|
|
60065
60019
|
}
|
|
60020
|
+
exports.ECStringConstants = ECStringConstants;
|
|
60066
60021
|
// Relationship End
|
|
60067
60022
|
ECStringConstants.RELATIONSHIP_END_SOURCE = "Source";
|
|
60068
60023
|
ECStringConstants.RELATIONSHIP_END_TARGET = "Target";
|
|
@@ -60083,7 +60038,6 @@ ECStringConstants.CONTAINERTYPE_SOURCERELATIONSHIPCONSTRAINT = "SourceRelationsh
|
|
|
60083
60038
|
ECStringConstants.CONTAINERTYPE_TARGETRELATIONSHIPCONSTRAINT = "TargetRelationshipConstraint";
|
|
60084
60039
|
ECStringConstants.CONTAINERTYPE_ANYRELATIONSHIPCONSTRAINT = "AnyRelationshipConstraint";
|
|
60085
60040
|
ECStringConstants.CONTAINERTYPE_ANY = "Any";
|
|
60086
|
-
exports.ECStringConstants = ECStringConstants;
|
|
60087
60041
|
|
|
60088
60042
|
|
|
60089
60043
|
/***/ }),
|
|
@@ -60150,7 +60104,7 @@ class SchemaCache {
|
|
|
60150
60104
|
*/
|
|
60151
60105
|
async addSchemaPromise(schemaInfo, schema, schemaPromise) {
|
|
60152
60106
|
if (this.schemaExists(schemaInfo.schemaKey))
|
|
60153
|
-
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.DuplicateSchema, `The schema, ${
|
|
60107
|
+
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.DuplicateSchema, `The schema, ${schemaInfo.schemaKey.toString()}, already exists within this cache.`);
|
|
60154
60108
|
this._schema.push({ schemaInfo, schema, schemaPromise });
|
|
60155
60109
|
// This promise is cached and will be awaited when the user requests the full schema.
|
|
60156
60110
|
// If the promise competes successfully before the user requests the schema it will be removed from the cache
|
|
@@ -63396,7 +63350,7 @@ var XmlSerializationUtils;
|
|
|
63396
63350
|
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.UnableToLocateSchema, `Unable to resolve the namespace for CustomAttribute '${caName}' because the referenced schema '${nameParts[0]}' could not be located.`);
|
|
63397
63351
|
return [nameParts[1], `${nameParts[0]}.${attributeSchema.schemaKey.version.toString()}`];
|
|
63398
63352
|
}
|
|
63399
|
-
})(XmlSerializationUtils
|
|
63353
|
+
})(XmlSerializationUtils || (exports.XmlSerializationUtils = XmlSerializationUtils = {}));
|
|
63400
63354
|
|
|
63401
63355
|
|
|
63402
63356
|
/***/ }),
|
|
@@ -63528,7 +63482,7 @@ var ECClassModifier;
|
|
|
63528
63482
|
ECClassModifier[ECClassModifier["None"] = 0] = "None";
|
|
63529
63483
|
ECClassModifier[ECClassModifier["Abstract"] = 1] = "Abstract";
|
|
63530
63484
|
ECClassModifier[ECClassModifier["Sealed"] = 2] = "Sealed";
|
|
63531
|
-
})(ECClassModifier
|
|
63485
|
+
})(ECClassModifier || (exports.ECClassModifier = ECClassModifier = {}));
|
|
63532
63486
|
/**
|
|
63533
63487
|
* An enumeration that has all the schema item type names as values
|
|
63534
63488
|
* @beta */
|
|
@@ -63548,7 +63502,7 @@ var SchemaItemType;
|
|
|
63548
63502
|
SchemaItemType["Phenomenon"] = "Phenomenon";
|
|
63549
63503
|
SchemaItemType["UnitSystem"] = "UnitSystem";
|
|
63550
63504
|
SchemaItemType["Format"] = "Format";
|
|
63551
|
-
})(SchemaItemType
|
|
63505
|
+
})(SchemaItemType || (exports.SchemaItemType = SchemaItemType = {}));
|
|
63552
63506
|
/**
|
|
63553
63507
|
* Primitive data types for ECProperties.
|
|
63554
63508
|
* @beta
|
|
@@ -63566,7 +63520,7 @@ var PrimitiveType;
|
|
|
63566
63520
|
PrimitiveType[PrimitiveType["Point3d"] = 2049] = "Point3d";
|
|
63567
63521
|
PrimitiveType[PrimitiveType["String"] = 2305] = "String";
|
|
63568
63522
|
PrimitiveType[PrimitiveType["IGeometry"] = 2561] = "IGeometry";
|
|
63569
|
-
})(PrimitiveType
|
|
63523
|
+
})(PrimitiveType || (exports.PrimitiveType = PrimitiveType = {}));
|
|
63570
63524
|
/**
|
|
63571
63525
|
* Defines the valid CustomAttribute container types.
|
|
63572
63526
|
* @beta
|
|
@@ -63589,7 +63543,7 @@ var CustomAttributeContainerType;
|
|
|
63589
63543
|
CustomAttributeContainerType[CustomAttributeContainerType["TargetRelationshipConstraint"] = 2048] = "TargetRelationshipConstraint";
|
|
63590
63544
|
CustomAttributeContainerType[CustomAttributeContainerType["AnyRelationshipConstraint"] = 3072] = "AnyRelationshipConstraint";
|
|
63591
63545
|
CustomAttributeContainerType[CustomAttributeContainerType["Any"] = 4095] = "Any";
|
|
63592
|
-
})(CustomAttributeContainerType
|
|
63546
|
+
})(CustomAttributeContainerType || (exports.CustomAttributeContainerType = CustomAttributeContainerType = {}));
|
|
63593
63547
|
/**
|
|
63594
63548
|
* Defines what sort of match should be used when locating a schema.
|
|
63595
63549
|
* @beta
|
|
@@ -63606,7 +63560,7 @@ var SchemaMatchType;
|
|
|
63606
63560
|
SchemaMatchType[SchemaMatchType["Latest"] = 3] = "Latest";
|
|
63607
63561
|
// Find latest version with matching VersionRead
|
|
63608
63562
|
SchemaMatchType[SchemaMatchType["LatestReadCompatible"] = 4] = "LatestReadCompatible";
|
|
63609
|
-
})(SchemaMatchType
|
|
63563
|
+
})(SchemaMatchType || (exports.SchemaMatchType = SchemaMatchType = {}));
|
|
63610
63564
|
/**
|
|
63611
63565
|
* Identifer for an ECRelationshipConstraint. Used to determine the side of the relationship the constraint is representing.
|
|
63612
63566
|
* @beta
|
|
@@ -63615,20 +63569,20 @@ var RelationshipEnd;
|
|
|
63615
63569
|
(function (RelationshipEnd) {
|
|
63616
63570
|
RelationshipEnd[RelationshipEnd["Source"] = 0] = "Source";
|
|
63617
63571
|
RelationshipEnd[RelationshipEnd["Target"] = 1] = "Target";
|
|
63618
|
-
})(RelationshipEnd
|
|
63572
|
+
})(RelationshipEnd || (exports.RelationshipEnd = RelationshipEnd = {}));
|
|
63619
63573
|
/** @beta */
|
|
63620
63574
|
var StrengthType;
|
|
63621
63575
|
(function (StrengthType) {
|
|
63622
63576
|
StrengthType[StrengthType["Referencing"] = 0] = "Referencing";
|
|
63623
63577
|
StrengthType[StrengthType["Holding"] = 1] = "Holding";
|
|
63624
63578
|
StrengthType[StrengthType["Embedding"] = 2] = "Embedding";
|
|
63625
|
-
})(StrengthType
|
|
63579
|
+
})(StrengthType || (exports.StrengthType = StrengthType = {}));
|
|
63626
63580
|
/** @beta */
|
|
63627
63581
|
var StrengthDirection;
|
|
63628
63582
|
(function (StrengthDirection) {
|
|
63629
63583
|
StrengthDirection[StrengthDirection["Forward"] = 1] = "Forward";
|
|
63630
63584
|
StrengthDirection[StrengthDirection["Backward"] = 2] = "Backward";
|
|
63631
|
-
})(StrengthDirection
|
|
63585
|
+
})(StrengthDirection || (exports.StrengthDirection = StrengthDirection = {}));
|
|
63632
63586
|
// Helper methods for going to/from string for the above Enumerations.
|
|
63633
63587
|
/**
|
|
63634
63588
|
* Parses the provided string into an ECClassModifier if the string is a valid modifier.
|
|
@@ -63999,7 +63953,7 @@ var ECObjectsStatus;
|
|
|
63999
63953
|
ECObjectsStatus[ECObjectsStatus["InvalidSchemaAlias"] = 35078] = "InvalidSchemaAlias";
|
|
64000
63954
|
ECObjectsStatus[ECObjectsStatus["InvalidSchemaKey"] = 35079] = "InvalidSchemaKey";
|
|
64001
63955
|
ECObjectsStatus[ECObjectsStatus["UnableToLoadSchema"] = 35080] = "UnableToLoadSchema";
|
|
64002
|
-
})(ECObjectsStatus
|
|
63956
|
+
})(ECObjectsStatus || (exports.ECObjectsStatus = ECObjectsStatus = {}));
|
|
64003
63957
|
/** @internal */
|
|
64004
63958
|
class ECObjectsError extends core_bentley_1.BentleyError {
|
|
64005
63959
|
constructor(errorNumber, message) {
|
|
@@ -65096,7 +65050,7 @@ async function createNavigationProperty(ecClass, name, relationship, direction)
|
|
|
65096
65050
|
else
|
|
65097
65051
|
resolvedRelationship = relationship;
|
|
65098
65052
|
if (!resolvedRelationship)
|
|
65099
|
-
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.InvalidType, `The provided RelationshipClass, ${relationship}, is not a valid RelationshipClassInterface.`);
|
|
65053
|
+
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.InvalidType, `The provided RelationshipClass, ${relationship}, is not a valid RelationshipClassInterface.`); // eslint-disable-line @typescript-eslint/no-base-to-string
|
|
65100
65054
|
if (typeof (direction) === "string") {
|
|
65101
65055
|
const tmpDirection = (0, ECObjects_1.parseStrengthDirection)(direction);
|
|
65102
65056
|
if (undefined === tmpDirection)
|
|
@@ -65118,7 +65072,7 @@ function createNavigationPropertySync(ecClass, name, relationship, direction) {
|
|
|
65118
65072
|
else
|
|
65119
65073
|
resolvedRelationship = relationship;
|
|
65120
65074
|
if (!resolvedRelationship)
|
|
65121
|
-
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.InvalidType, `The provided RelationshipClass, ${relationship}, is not a valid RelationshipClassInterface.`);
|
|
65075
|
+
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.InvalidType, `The provided RelationshipClass, ${relationship}, is not a valid RelationshipClassInterface.`); // eslint-disable-line @typescript-eslint/no-base-to-string
|
|
65122
65076
|
if (typeof (direction) === "string") {
|
|
65123
65077
|
const tmpDirection = (0, ECObjects_1.parseStrengthDirection)(direction);
|
|
65124
65078
|
if (undefined === tmpDirection)
|
|
@@ -67090,6 +67044,7 @@ class RelationshipConstraint {
|
|
|
67090
67044
|
this._constraintClasses.forEach((item, index) => {
|
|
67091
67045
|
const constraintName = item.fullName;
|
|
67092
67046
|
if (constraintName === constraint.fullName)
|
|
67047
|
+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
67093
67048
|
this._constraintClasses?.splice(index, 1);
|
|
67094
67049
|
});
|
|
67095
67050
|
}
|
|
@@ -67279,11 +67234,11 @@ class RelationshipMultiplicity {
|
|
|
67279
67234
|
return `(${this.lowerLimit}..${this.upperLimit === INT32_MAX ? "*" : this.upperLimit})`;
|
|
67280
67235
|
}
|
|
67281
67236
|
}
|
|
67237
|
+
exports.RelationshipMultiplicity = RelationshipMultiplicity;
|
|
67282
67238
|
RelationshipMultiplicity.zeroOne = new RelationshipMultiplicity(0, 1);
|
|
67283
67239
|
RelationshipMultiplicity.zeroMany = new RelationshipMultiplicity(0, INT32_MAX);
|
|
67284
67240
|
RelationshipMultiplicity.oneOne = new RelationshipMultiplicity(1, 1);
|
|
67285
67241
|
RelationshipMultiplicity.oneMany = new RelationshipMultiplicity(1, INT32_MAX);
|
|
67286
|
-
exports.RelationshipMultiplicity = RelationshipMultiplicity;
|
|
67287
67242
|
/**
|
|
67288
67243
|
* @internal
|
|
67289
67244
|
* An abstract class used for schema editing.
|
|
@@ -68271,7 +68226,7 @@ var PropertyType;
|
|
|
68271
68226
|
PropertyType[PropertyType["String_Enumeration_Array"] = 2325] = "String_Enumeration_Array";
|
|
68272
68227
|
PropertyType[PropertyType["IGeometry"] = 2561] = "IGeometry";
|
|
68273
68228
|
PropertyType[PropertyType["IGeometry_Array"] = 2565] = "IGeometry_Array";
|
|
68274
|
-
})(PropertyType
|
|
68229
|
+
})(PropertyType || (exports.PropertyType = PropertyType = {}));
|
|
68275
68230
|
/** @beta */
|
|
68276
68231
|
var PropertyTypeUtils;
|
|
68277
68232
|
(function (PropertyTypeUtils) {
|
|
@@ -68307,7 +68262,7 @@ var PropertyTypeUtils;
|
|
|
68307
68262
|
return t | 0;
|
|
68308
68263
|
}
|
|
68309
68264
|
PropertyTypeUtils.fromPrimitiveType = fromPrimitiveType;
|
|
68310
|
-
})(PropertyTypeUtils
|
|
68265
|
+
})(PropertyTypeUtils || (exports.PropertyTypeUtils = PropertyTypeUtils = {}));
|
|
68311
68266
|
/** @beta */
|
|
68312
68267
|
function propertyTypeToString(type) {
|
|
68313
68268
|
if (PropertyTypeUtils.isPrimitive(type))
|
|
@@ -69132,9 +69087,9 @@ class UnitConversion {
|
|
|
69132
69087
|
return new UnitConversion(unit.denominator / unit.numerator, 0.0);
|
|
69133
69088
|
}
|
|
69134
69089
|
}
|
|
69090
|
+
exports.UnitConversion = UnitConversion;
|
|
69135
69091
|
/** @internal */
|
|
69136
69092
|
UnitConversion.identity = new UnitConversion();
|
|
69137
|
-
exports.UnitConversion = UnitConversion;
|
|
69138
69093
|
|
|
69139
69094
|
|
|
69140
69095
|
/***/ }),
|
|
@@ -70046,6 +70001,7 @@ class ECSchemaRpcInterface extends core_common_1.RpcInterface {
|
|
|
70046
70001
|
return this.forward.apply(this, [arguments]);
|
|
70047
70002
|
}
|
|
70048
70003
|
}
|
|
70004
|
+
exports.ECSchemaRpcInterface = ECSchemaRpcInterface;
|
|
70049
70005
|
/** The version of the RPC Interface. */
|
|
70050
70006
|
ECSchemaRpcInterface.version = "2.0.0";
|
|
70051
70007
|
ECSchemaRpcInterface.interfaceName = "ECSchemaRpcInterface";
|
|
@@ -70053,7 +70009,6 @@ ECSchemaRpcInterface.interfaceVersion = ECSchemaRpcInterface.version;
|
|
|
70053
70009
|
__decorate([
|
|
70054
70010
|
core_common_1.RpcOperation.setPolicy({ allowResponseCompression: true })
|
|
70055
70011
|
], ECSchemaRpcInterface.prototype, "getSchemaJSON", null);
|
|
70056
|
-
exports.ECSchemaRpcInterface = ECSchemaRpcInterface;
|
|
70057
70012
|
|
|
70058
70013
|
|
|
70059
70014
|
/***/ }),
|
|
@@ -72904,7 +72859,6 @@ class AccuDraw {
|
|
|
72904
72859
|
}
|
|
72905
72860
|
}
|
|
72906
72861
|
AccuDraw._tempRot = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix3d();
|
|
72907
|
-
|
|
72908
72862
|
/** Specify the rotation to return from [[AccuDrawHintBuilder.getContextRotation]].
|
|
72909
72863
|
* @public
|
|
72910
72864
|
* @extensions
|
|
@@ -74359,7 +74313,6 @@ class ApproximateTerrainHeights {
|
|
|
74359
74313
|
ApproximateTerrainHeights.maxLevel = 6;
|
|
74360
74314
|
|
|
74361
74315
|
|
|
74362
|
-
|
|
74363
74316
|
/***/ }),
|
|
74364
74317
|
|
|
74365
74318
|
/***/ "../../core/frontend/lib/esm/AuxCoordSys.js":
|
|
@@ -75127,7 +75080,6 @@ BackgroundMapGeometry._transitionDistanceMultiplier = .25; // In the transition
|
|
|
75127
75080
|
BackgroundMapGeometry._scratchRayFractions = new Array();
|
|
75128
75081
|
BackgroundMapGeometry._scratchRayAngles = new Array();
|
|
75129
75082
|
BackgroundMapGeometry._scratchPoint = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d.createZero();
|
|
75130
|
-
|
|
75131
75083
|
/** Calculate the ECEF to database (IModel) coordinate transform at a provided location, using the GCS of the iModel.
|
|
75132
75084
|
* The transform will exactly represent the GCS at the provided location.
|
|
75133
75085
|
* @public
|
|
@@ -77754,7 +77706,6 @@ DrawingViewState.alwaysDisplaySpatialView = false;
|
|
|
77754
77706
|
DrawingViewState.hideDrawingGraphics = false;
|
|
77755
77707
|
|
|
77756
77708
|
|
|
77757
|
-
|
|
77758
77709
|
/***/ }),
|
|
77759
77710
|
|
|
77760
77711
|
/***/ "../../core/frontend/lib/esm/ElementLocateManager.js":
|
|
@@ -79324,7 +79275,7 @@ class FrustumAnimator {
|
|
|
79324
79275
|
start: true,
|
|
79325
79276
|
easing: options.easingFunction ? options.easingFunction : settings.easing,
|
|
79326
79277
|
interpolation: zoomSettings.interpolation,
|
|
79327
|
-
onComplete: () => viewport.setupFromView(end),
|
|
79278
|
+
onComplete: () => viewport.setupFromView(end), // when we're done, set up from final state
|
|
79328
79279
|
onUpdate: () => {
|
|
79329
79280
|
const fraction = extentBias ? timing.position : timing.fraction; // if we're zooming, fraction comes from position interpolation
|
|
79330
79281
|
const rot = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Matrix3d.createRotationAroundVector(axis.axis, _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Angle.createDegrees(fraction * axis.angle.degrees)).multiplyMatrixMatrix(begin.rotation);
|
|
@@ -80250,7 +80201,6 @@ class GraphicalEditingScope extends _BriefcaseTxns__WEBPACK_IMPORTED_MODULE_2__.
|
|
|
80250
80201
|
GraphicalEditingScope.onEnter = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
80251
80202
|
|
|
80252
80203
|
|
|
80253
|
-
|
|
80254
80204
|
/***/ }),
|
|
80255
80205
|
|
|
80256
80206
|
/***/ "../../core/frontend/lib/esm/HitDetail.js":
|
|
@@ -81122,7 +81072,7 @@ class IModelApp {
|
|
|
81122
81072
|
this.onBeforeShutdown.clear();
|
|
81123
81073
|
if (false) {}
|
|
81124
81074
|
this._wantEventLoop = false;
|
|
81125
|
-
window.removeEventListener("resize", () =>
|
|
81075
|
+
window.removeEventListener("resize", () => _a.requestNextAnimation());
|
|
81126
81076
|
this.clearIntervalAnimation();
|
|
81127
81077
|
[this.toolAdmin, this.viewManager, this.tileAdmin].forEach((sys) => sys.onShutDown());
|
|
81128
81078
|
this.tools.shutdown();
|
|
@@ -81140,14 +81090,14 @@ class IModelApp {
|
|
|
81140
81090
|
* @param interval The interval at which to poll for changes. If undefined (or negative), the application will never poll. If zero, the application will poll as frequently as possible.
|
|
81141
81091
|
* @beta
|
|
81142
81092
|
*/
|
|
81143
|
-
static get animationInterval() { return
|
|
81093
|
+
static get animationInterval() { return _a._animationInterval; }
|
|
81144
81094
|
static set animationInterval(interval) {
|
|
81145
81095
|
if (undefined !== interval && interval.isTowardsPast)
|
|
81146
81096
|
interval = undefined;
|
|
81147
|
-
if (interval !==
|
|
81148
|
-
|
|
81149
|
-
if (
|
|
81150
|
-
|
|
81097
|
+
if (interval !== _a._animationInterval) {
|
|
81098
|
+
_a._animationInterval = interval;
|
|
81099
|
+
if (_a._wantEventLoop)
|
|
81100
|
+
_a.requestIntervalAnimation();
|
|
81151
81101
|
}
|
|
81152
81102
|
}
|
|
81153
81103
|
/** Request that the event loop execute on the next [animation frame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame).
|
|
@@ -81155,35 +81105,35 @@ class IModelApp {
|
|
|
81155
81105
|
*/
|
|
81156
81106
|
static requestNextAnimation() {
|
|
81157
81107
|
// Only want to call requestAnimationFrame if it is defined. Need to check whether current iModelApp is a NoRenderApp.
|
|
81158
|
-
if (
|
|
81108
|
+
if (_a._noRender)
|
|
81159
81109
|
return;
|
|
81160
|
-
if (!
|
|
81161
|
-
|
|
81162
|
-
requestAnimationFrame(() =>
|
|
81110
|
+
if (!_a._animationRequested) {
|
|
81111
|
+
_a._animationRequested = true;
|
|
81112
|
+
requestAnimationFrame(() => _a.eventLoop());
|
|
81163
81113
|
}
|
|
81164
81114
|
}
|
|
81165
81115
|
/** @internal */
|
|
81166
81116
|
static clearIntervalAnimation() {
|
|
81167
|
-
if (undefined !==
|
|
81168
|
-
window.clearInterval(
|
|
81169
|
-
|
|
81117
|
+
if (undefined !== _a._animationIntervalId) {
|
|
81118
|
+
window.clearInterval(_a._animationIntervalId);
|
|
81119
|
+
_a._animationIntervalId = undefined;
|
|
81170
81120
|
}
|
|
81171
81121
|
}
|
|
81172
81122
|
/** @internal */
|
|
81173
81123
|
static requestIntervalAnimation() {
|
|
81174
|
-
|
|
81175
|
-
if (undefined !==
|
|
81176
|
-
|
|
81177
|
-
|
|
81178
|
-
},
|
|
81124
|
+
_a.clearIntervalAnimation();
|
|
81125
|
+
if (undefined !== _a.animationInterval)
|
|
81126
|
+
_a._animationIntervalId = window.setInterval(() => {
|
|
81127
|
+
_a.requestNextAnimation();
|
|
81128
|
+
}, _a.animationInterval.milliseconds);
|
|
81179
81129
|
}
|
|
81180
81130
|
/** @internal */
|
|
81181
81131
|
static startEventLoop() {
|
|
81182
|
-
if (!
|
|
81183
|
-
|
|
81184
|
-
window.addEventListener("resize", () =>
|
|
81185
|
-
|
|
81186
|
-
|
|
81132
|
+
if (!_a._wantEventLoop) {
|
|
81133
|
+
_a._wantEventLoop = true;
|
|
81134
|
+
window.addEventListener("resize", () => _a.requestNextAnimation());
|
|
81135
|
+
_a.requestIntervalAnimation();
|
|
81136
|
+
_a.requestNextAnimation();
|
|
81187
81137
|
}
|
|
81188
81138
|
}
|
|
81189
81139
|
/** Strictly for tests. @internal */
|
|
@@ -81192,19 +81142,19 @@ class IModelApp {
|
|
|
81192
81142
|
}
|
|
81193
81143
|
/** The main event processing loop for Tools and rendering. */
|
|
81194
81144
|
static eventLoop() {
|
|
81195
|
-
|
|
81196
|
-
if (!
|
|
81145
|
+
_a._animationRequested = false;
|
|
81146
|
+
if (!_a._wantEventLoop) // flag turned on at startup
|
|
81197
81147
|
return;
|
|
81198
81148
|
try {
|
|
81199
|
-
|
|
81200
|
-
|
|
81201
|
-
|
|
81149
|
+
_a.toolAdmin.processEvent(); // eslint-disable-line @typescript-eslint/no-floating-promises
|
|
81150
|
+
_a.viewManager.renderLoop();
|
|
81151
|
+
_a.tileAdmin.process();
|
|
81202
81152
|
}
|
|
81203
81153
|
catch (exception) {
|
|
81204
81154
|
_tools_ToolAdmin__WEBPACK_IMPORTED_MODULE_34__.ToolAdmin.exceptionHandler(exception); // eslint-disable-line @typescript-eslint/no-floating-promises
|
|
81205
|
-
|
|
81206
|
-
|
|
81207
|
-
window.removeEventListener("resize", () =>
|
|
81155
|
+
_a._wantEventLoop = false;
|
|
81156
|
+
_a._animationRequested = true; // unrecoverable after exception, don't request any further frames.
|
|
81157
|
+
window.removeEventListener("resize", () => _a.requestNextAnimation());
|
|
81208
81158
|
}
|
|
81209
81159
|
}
|
|
81210
81160
|
/** Get the user's access token for this IModelApp, or a blank string if none is available.
|
|
@@ -81234,7 +81184,7 @@ class IModelApp {
|
|
|
81234
81184
|
sessionId: this.sessionId,
|
|
81235
81185
|
authorization: _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_2__.ProcessDetector.isMobileAppFrontend ? "" : await this.getAccessToken(),
|
|
81236
81186
|
};
|
|
81237
|
-
const csrf =
|
|
81187
|
+
const csrf = _a.securityOptions.csrfProtection;
|
|
81238
81188
|
if (csrf && csrf.enabled) {
|
|
81239
81189
|
const cookieName = csrf.cookieName || "XSRF-TOKEN";
|
|
81240
81190
|
const cookieValue = document.cookie.split("; ").find((r) => r.startsWith(`${cookieName}=`));
|
|
@@ -81271,7 +81221,7 @@ class IModelApp {
|
|
|
81271
81221
|
static makeModalDiv(options) {
|
|
81272
81222
|
const root = options.rootDiv ? options.rootDiv : document.body;
|
|
81273
81223
|
// create the overlay div to "black out" the application to indicate everything is inactive until the modal has been dismissed.
|
|
81274
|
-
const overlay =
|
|
81224
|
+
const overlay = _a.makeHTMLElement("div", { parent: root, className: "imodeljs-modal-overlay" });
|
|
81275
81225
|
overlay.tabIndex = -1; // so we can catch keystroke events
|
|
81276
81226
|
// function to remove modal dialog
|
|
81277
81227
|
const stop = (ev) => {
|
|
@@ -81291,14 +81241,14 @@ class IModelApp {
|
|
|
81291
81241
|
};
|
|
81292
81242
|
overlay.focus();
|
|
81293
81243
|
}
|
|
81294
|
-
const modal =
|
|
81244
|
+
const modal = _a.makeHTMLElement("div", { parent: overlay, className: "imodeljs-modal" });
|
|
81295
81245
|
if (undefined !== options.width) {
|
|
81296
81246
|
modal.style.width = `${options.width}px`;
|
|
81297
81247
|
// allow the dialog to be smaller than the width
|
|
81298
81248
|
modal.style.maxWidth = `min(100% - (2 * var(--width-border)), ${options.width}px)`;
|
|
81299
81249
|
}
|
|
81300
81250
|
if (options.closeBox) {
|
|
81301
|
-
const close =
|
|
81251
|
+
const close = _a.makeHTMLElement("p", { parent: modal, className: "imodeljs-modal-close" });
|
|
81302
81252
|
close.innerText = "\u00d7"; // unicode "times" symbol
|
|
81303
81253
|
close.onclick = stop;
|
|
81304
81254
|
}
|
|
@@ -81309,27 +81259,27 @@ class IModelApp {
|
|
|
81309
81259
|
* @beta
|
|
81310
81260
|
*/
|
|
81311
81261
|
static makeLogoCard(opts) {
|
|
81312
|
-
const card =
|
|
81313
|
-
const iconCell =
|
|
81262
|
+
const card = _a.makeHTMLElement("tr");
|
|
81263
|
+
const iconCell = _a.makeHTMLElement("td", { parent: card, className: "logo-card-logo" });
|
|
81314
81264
|
if (undefined !== opts.iconSrc) {
|
|
81315
81265
|
if (typeof opts.iconSrc === "string") {
|
|
81316
|
-
const logo =
|
|
81266
|
+
const logo = _a.makeHTMLElement("img");
|
|
81317
81267
|
logo.src = opts.iconSrc;
|
|
81318
81268
|
logo.width = opts.iconWidth ? opts.iconWidth : 64;
|
|
81319
81269
|
opts.iconSrc = logo;
|
|
81320
81270
|
}
|
|
81321
81271
|
iconCell.appendChild(opts.iconSrc);
|
|
81322
81272
|
}
|
|
81323
|
-
const noticeCell =
|
|
81273
|
+
const noticeCell = _a.makeHTMLElement("td", { parent: card, className: "logo-card-message" });
|
|
81324
81274
|
if (undefined !== opts.heading) {
|
|
81325
81275
|
if (typeof opts.heading === "string")
|
|
81326
|
-
|
|
81276
|
+
_a.makeHTMLElement("h2", { parent: noticeCell, innerHTML: opts.heading, className: "logo-card-header" });
|
|
81327
81277
|
else
|
|
81328
81278
|
noticeCell.appendChild(opts.heading);
|
|
81329
81279
|
}
|
|
81330
81280
|
if (undefined !== opts.notice) {
|
|
81331
81281
|
if (typeof opts.notice === "string")
|
|
81332
|
-
|
|
81282
|
+
_a.makeHTMLElement("p", { parent: noticeCell, innerHTML: opts.notice, className: "logo-cards" });
|
|
81333
81283
|
else
|
|
81334
81284
|
noticeCell.appendChild(opts.notice);
|
|
81335
81285
|
}
|
|
@@ -81350,7 +81300,7 @@ class IModelApp {
|
|
|
81350
81300
|
*/
|
|
81351
81301
|
static formatElementToolTip(msg) {
|
|
81352
81302
|
let out = "";
|
|
81353
|
-
msg.forEach((line) => out += `${
|
|
81303
|
+
msg.forEach((line) => out += `${_a.localization?.getLocalizedKeys(line)}<br>`);
|
|
81354
81304
|
const div = document.createElement("div");
|
|
81355
81305
|
div.innerHTML = out;
|
|
81356
81306
|
return div;
|
|
@@ -81383,7 +81333,7 @@ class IModelApp {
|
|
|
81383
81333
|
*/
|
|
81384
81334
|
static _createExtensionAdmin() {
|
|
81385
81335
|
const extensionAdmin = new _extension_ExtensionAdmin__WEBPACK_IMPORTED_MODULE_11__.ExtensionAdmin();
|
|
81386
|
-
|
|
81336
|
+
_a.onAfterStartup.addListener(extensionAdmin.onStartup);
|
|
81387
81337
|
return extensionAdmin;
|
|
81388
81338
|
}
|
|
81389
81339
|
}
|
|
@@ -81408,7 +81358,6 @@ IModelApp.extensionAdmin = _a._createExtensionAdmin();
|
|
|
81408
81358
|
IModelApp._entityClasses = new Map();
|
|
81409
81359
|
|
|
81410
81360
|
|
|
81411
|
-
|
|
81412
81361
|
/***/ }),
|
|
81413
81362
|
|
|
81414
81363
|
/***/ "../../core/frontend/lib/esm/IModelConnection.js":
|
|
@@ -81974,7 +81923,6 @@ IModelConnection.connectionTimeout = 10 * 60 * 1000;
|
|
|
81974
81923
|
IModelConnection.onClose = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
81975
81924
|
/** Event called immediately after *any* IModelConnection is opened. */
|
|
81976
81925
|
IModelConnection.onOpen = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
81977
|
-
|
|
81978
81926
|
/** A connection that exists without an iModel. Useful for connecting to Reality Data services.
|
|
81979
81927
|
* @note This class exists because our display system requires an IModelConnection type even if only reality data is drawn.
|
|
81980
81928
|
* @public
|
|
@@ -82563,7 +82511,6 @@ class IModelRoutingContext {
|
|
|
82563
82511
|
IModelRoutingContext.default = new IModelRoutingContext(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.RpcRoutingToken["default"]);
|
|
82564
82512
|
|
|
82565
82513
|
|
|
82566
|
-
|
|
82567
82514
|
/***/ }),
|
|
82568
82515
|
|
|
82569
82516
|
/***/ "../../core/frontend/lib/esm/IModeljs-css.js":
|
|
@@ -82869,7 +82816,6 @@ class IpcApp {
|
|
|
82869
82816
|
}
|
|
82870
82817
|
/** A Proxy to call one of the [IpcAppFunctions]($common) functions via IPC. */
|
|
82871
82818
|
IpcApp.appFunctionIpc = IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.functions);
|
|
82872
|
-
|
|
82873
82819
|
/**
|
|
82874
82820
|
* Base class for all implementations of an Ipc notification response interface. This class is implemented on your frontend to supply
|
|
82875
82821
|
* methods to receive notifications from your backend.
|
|
@@ -83046,7 +82992,6 @@ class LocalhostIpcApp {
|
|
|
83046
82992
|
LocalhostIpcApp._initialized = false;
|
|
83047
82993
|
|
|
83048
82994
|
|
|
83049
|
-
|
|
83050
82995
|
/***/ }),
|
|
83051
82996
|
|
|
83052
82997
|
/***/ "../../core/frontend/lib/esm/MarginPercent.js":
|
|
@@ -83941,7 +83886,7 @@ class NativeApp {
|
|
|
83941
83886
|
return;
|
|
83942
83887
|
this._isValid = true;
|
|
83943
83888
|
this._removeAppNotify = NativeAppNotifyHandler.register(); // receives notifications from backend
|
|
83944
|
-
|
|
83889
|
+
_a.hookBrowserConnectivityEvents();
|
|
83945
83890
|
// initialize current online state.
|
|
83946
83891
|
if (window.navigator.onLine) {
|
|
83947
83892
|
await this.setConnectivity(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.OverriddenBy.Browser, window.navigator.onLine ? _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.InternetConnectivityStatus.Online : _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.InternetConnectivityStatus.Offline);
|
|
@@ -83950,7 +83895,7 @@ class NativeApp {
|
|
|
83950
83895
|
/** @internal */
|
|
83951
83896
|
static async shutdown() {
|
|
83952
83897
|
this._removeAppNotify?.();
|
|
83953
|
-
|
|
83898
|
+
_a.unhookBrowserConnectivityEvents();
|
|
83954
83899
|
await _NativeAppLogger__WEBPACK_IMPORTED_MODULE_4__.NativeAppLogger.flush();
|
|
83955
83900
|
await _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.shutdown();
|
|
83956
83901
|
this._isValid = false;
|
|
@@ -84024,7 +83969,7 @@ class NativeApp {
|
|
|
84024
83969
|
}
|
|
84025
83970
|
/** Get the list of existing Storages on the local disk. */
|
|
84026
83971
|
static async getStorageNames() {
|
|
84027
|
-
return
|
|
83972
|
+
return _a.nativeAppIpc.storageMgrNames();
|
|
84028
83973
|
}
|
|
84029
83974
|
}
|
|
84030
83975
|
_a = NativeApp;
|
|
@@ -84032,15 +83977,14 @@ _a = NativeApp;
|
|
|
84032
83977
|
NativeApp.nativeAppIpc = _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.channelName);
|
|
84033
83978
|
NativeApp._storages = new Map();
|
|
84034
83979
|
NativeApp._onOnline = async () => {
|
|
84035
|
-
await
|
|
83980
|
+
await _a.setConnectivity(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.OverriddenBy.Browser, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.InternetConnectivityStatus.Online);
|
|
84036
83981
|
};
|
|
84037
83982
|
NativeApp._onOffline = async () => {
|
|
84038
|
-
await
|
|
83983
|
+
await _a.setConnectivity(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.OverriddenBy.Browser, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.InternetConnectivityStatus.Offline);
|
|
84039
83984
|
};
|
|
84040
83985
|
/** event called when internet connectivity changes, if known */
|
|
84041
83986
|
NativeApp.onInternetConnectivityChanged = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
84042
83987
|
NativeApp._isValid = false;
|
|
84043
|
-
|
|
84044
83988
|
/**
|
|
84045
83989
|
* A local disk-based cache for key value pairs for NativeApps.
|
|
84046
83990
|
* @note This should be used only for local caching, since its not guaranteed to exist permanently.
|
|
@@ -84169,7 +84113,6 @@ class NativeAppLogger {
|
|
|
84169
84113
|
NativeAppLogger._messages = [];
|
|
84170
84114
|
|
|
84171
84115
|
|
|
84172
|
-
|
|
84173
84116
|
/***/ }),
|
|
84174
84117
|
|
|
84175
84118
|
/***/ "../../core/frontend/lib/esm/NoRenderApp.js":
|
|
@@ -87271,7 +87214,6 @@ class IconSprites {
|
|
|
87271
87214
|
static emptyAll() { this._sprites.clear(); }
|
|
87272
87215
|
}
|
|
87273
87216
|
IconSprites._sprites = new Map();
|
|
87274
|
-
|
|
87275
87217
|
/** A Sprite location. Sprites generally move around on the screen and this object holds the current location
|
|
87276
87218
|
* and current Sprite within a ScreenViewport. SpriteLocations can be either inactive (not visible) or active.
|
|
87277
87219
|
*
|
|
@@ -88938,7 +88880,6 @@ ViewCreator2d._drawingModelClasses = [_ModelState__WEBPACK_IMPORTED_MODULE_4__.D
|
|
|
88938
88880
|
ViewCreator2d._sheetModelClasses = [_ModelState__WEBPACK_IMPORTED_MODULE_4__.SheetModelState.classFullName];
|
|
88939
88881
|
|
|
88940
88882
|
|
|
88941
|
-
|
|
88942
88883
|
/***/ }),
|
|
88943
88884
|
|
|
88944
88885
|
/***/ "../../core/frontend/lib/esm/ViewCreator3d.js":
|
|
@@ -89185,7 +89126,6 @@ ViewGlobalLocationConstants.satelliteHeightAboveEarthInMeters = 402336.0 * 24;
|
|
|
89185
89126
|
ViewGlobalLocationConstants.largestEarthArc = 20037500.0; // distance from point on earth to opposite point in meters
|
|
89186
89127
|
ViewGlobalLocationConstants.birdPitchAngleRadians = 0.0; // Angle.piOver4Radians;
|
|
89187
89128
|
ViewGlobalLocationConstants.maximumDistanceToDrive = 96560.6; // The distance in meters that we will "drive" instead of fly to a destination (60 miles)
|
|
89188
|
-
|
|
89189
89129
|
/** Converts a distance in meters to some range (smaller distances result in lower number; longer distances result in larger number)
|
|
89190
89130
|
* Uses 500 for minimum output and 3000 for maximum output, unless either are specified.
|
|
89191
89131
|
* Uses [[ViewGlobalLocationConstants.satelliteHeightAboveEarthInMeters]] as maximum input meters unless specified.
|
|
@@ -91679,7 +91619,6 @@ class ViewState3d extends ViewState {
|
|
|
91679
91619
|
}
|
|
91680
91620
|
ViewState3d._minGlobeEyeHeight = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Constant.earthRadiusWGS84.equator / 4; // View as globe if more than a quarter of earth radius from surface.
|
|
91681
91621
|
ViewState3d._scratchGlobeCarto = _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Cartographic.createZero();
|
|
91682
|
-
|
|
91683
91622
|
/** Defines the state of a view of a single 2d model.
|
|
91684
91623
|
* @public
|
|
91685
91624
|
* @extensions
|
|
@@ -92297,7 +92236,6 @@ ViewingSpace.nearScaleLog24 = 1.0E-8;
|
|
|
92297
92236
|
ViewingSpace._minDepth = 1; // Allowing very small depth will cause frustum calculations to fail.
|
|
92298
92237
|
|
|
92299
92238
|
|
|
92300
|
-
|
|
92301
92239
|
/***/ }),
|
|
92302
92240
|
|
|
92303
92241
|
/***/ "../../core/frontend/lib/esm/Viewport.js":
|
|
@@ -93804,9 +93742,9 @@ class Viewport {
|
|
|
93804
93742
|
depthRange = { minimum: 0, maximum: 1 };
|
|
93805
93743
|
const middle = depthRange.minimum + ((depthRange.maximum - depthRange.minimum) / 2.0);
|
|
93806
93744
|
const corners = [
|
|
93807
|
-
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(0.0, 0.0, middle),
|
|
93808
|
-
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(1.0, 1.0, middle),
|
|
93809
|
-
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(0.0, 0.0, depthRange.maximum),
|
|
93745
|
+
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(0.0, 0.0, middle), // lower left, at target depth
|
|
93746
|
+
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(1.0, 1.0, middle), // upper right at target depth
|
|
93747
|
+
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(0.0, 0.0, depthRange.maximum), // lower left, at closest npc
|
|
93810
93748
|
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(1.0, 1.0, depthRange.maximum), // upper right at closest
|
|
93811
93749
|
];
|
|
93812
93750
|
this.npcToWorldArray(corners);
|
|
@@ -94690,7 +94628,6 @@ class Viewport {
|
|
|
94690
94628
|
}
|
|
94691
94629
|
/** Don't allow entries in the view undo buffer unless they're separated by more than this amount of time. */
|
|
94692
94630
|
Viewport.undoDelay = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeDuration.fromSeconds(.5);
|
|
94693
|
-
|
|
94694
94631
|
/** An interactive Viewport that exists within an HTMLDivElement. ScreenViewports can receive HTML events.
|
|
94695
94632
|
* To render the contents of a ScreenViewport, it must be added to the [[ViewManager]] via ViewManager.addViewport().
|
|
94696
94633
|
* Every frame, the ViewManager will update the Viewport's state and re-render its contents if anything has changed.
|
|
@@ -95340,7 +95277,6 @@ ScreenViewport.animation = {
|
|
|
95340
95277
|
durationFactor: 1.5,
|
|
95341
95278
|
},
|
|
95342
95279
|
};
|
|
95343
|
-
|
|
95344
95280
|
function _clear2dCanvas(canvas) {
|
|
95345
95281
|
const ctx = canvas.getContext("2d", { alpha: true });
|
|
95346
95282
|
ctx.save();
|
|
@@ -98612,7 +98548,6 @@ class DisplayParams {
|
|
|
98612
98548
|
}
|
|
98613
98549
|
}
|
|
98614
98550
|
DisplayParams.minTransparency = 15; // Threshold below which we consider a color fully opaque
|
|
98615
|
-
|
|
98616
98551
|
/** @internal */
|
|
98617
98552
|
(function (DisplayParams) {
|
|
98618
98553
|
let Type;
|
|
@@ -102475,7 +102410,7 @@ class QuantityFormatter {
|
|
|
102475
102410
|
// ========================================================================================================================================
|
|
102476
102411
|
const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
102477
102412
|
{
|
|
102478
|
-
system: "metric",
|
|
102413
|
+
system: "metric", // PresentationUnitSystem.Metric,
|
|
102479
102414
|
entries: [
|
|
102480
102415
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]meter4" },
|
|
102481
102416
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]degree2" },
|
|
@@ -102489,7 +102424,7 @@ const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
|
102489
102424
|
],
|
|
102490
102425
|
},
|
|
102491
102426
|
{
|
|
102492
|
-
system: "imperial",
|
|
102427
|
+
system: "imperial", // PresentationUnitSystem.BritishImperial,
|
|
102493
102428
|
entries: [
|
|
102494
102429
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]fi8" },
|
|
102495
102430
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]dms2" },
|
|
@@ -102503,7 +102438,7 @@ const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
|
102503
102438
|
],
|
|
102504
102439
|
},
|
|
102505
102440
|
{
|
|
102506
|
-
system: "usCustomary",
|
|
102441
|
+
system: "usCustomary", // PresentationUnitSystem.UsCustomary
|
|
102507
102442
|
entries: [
|
|
102508
102443
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]fi8" },
|
|
102509
102444
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]dms2" },
|
|
@@ -102517,7 +102452,7 @@ const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
|
102517
102452
|
],
|
|
102518
102453
|
},
|
|
102519
102454
|
{
|
|
102520
|
-
system: "usSurvey",
|
|
102455
|
+
system: "usSurvey", // PresentationUnitSystem.UsSurvey
|
|
102521
102456
|
entries: [
|
|
102522
102457
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]f-survey-4" },
|
|
102523
102458
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]dms2" },
|
|
@@ -109896,7 +109831,6 @@ class BackgroundMapDrape extends _TextureDrape__WEBPACK_IMPORTED_MODULE_13__.Tex
|
|
|
109896
109831
|
BackgroundMapDrape._postProjectionMatrix = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix4d.createRowValues(0, 1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0, 1);
|
|
109897
109832
|
|
|
109898
109833
|
|
|
109899
|
-
|
|
109900
109834
|
/***/ }),
|
|
109901
109835
|
|
|
109902
109836
|
/***/ "../../core/frontend/lib/esm/render/webgl/BatchState.js":
|
|
@@ -110020,7 +109954,6 @@ class BatchState {
|
|
|
110020
109954
|
BatchState._scratchElementIdPair = { lower: 0, upper: 0 };
|
|
110021
109955
|
|
|
110022
109956
|
|
|
110023
|
-
|
|
110024
109957
|
/***/ }),
|
|
110025
109958
|
|
|
110026
109959
|
/***/ "../../core/frontend/lib/esm/render/webgl/BatchUniforms.js":
|
|
@@ -112106,7 +112039,6 @@ ColorInfo._nonUniformTranslucent = new ColorInfo(true);
|
|
|
112106
112039
|
ColorInfo._nonUniformOpaque = new ColorInfo(false);
|
|
112107
112040
|
|
|
112108
112041
|
|
|
112109
|
-
|
|
112110
112042
|
/***/ }),
|
|
112111
112043
|
|
|
112112
112044
|
/***/ "../../core/frontend/lib/esm/render/webgl/Diagnostics.js":
|
|
@@ -112163,7 +112095,6 @@ Debug.printEnabled = false;
|
|
|
112163
112095
|
Debug.evaluateEnabled = false;
|
|
112164
112096
|
|
|
112165
112097
|
|
|
112166
|
-
|
|
112167
112098
|
/***/ }),
|
|
112168
112099
|
|
|
112169
112100
|
/***/ "../../core/frontend/lib/esm/render/webgl/DrawCommand.js":
|
|
@@ -112276,7 +112207,6 @@ class PopBatchCommand {
|
|
|
112276
112207
|
}
|
|
112277
112208
|
}
|
|
112278
112209
|
PopBatchCommand.instance = new PopBatchCommand();
|
|
112279
|
-
|
|
112280
112210
|
/** @internal */
|
|
112281
112211
|
class PushBatchCommand {
|
|
112282
112212
|
constructor(batch) {
|
|
@@ -112317,7 +112247,6 @@ class PopBranchCommand {
|
|
|
112317
112247
|
}
|
|
112318
112248
|
}
|
|
112319
112249
|
PopBranchCommand.instance = new PopBranchCommand();
|
|
112320
|
-
|
|
112321
112250
|
/** @internal */
|
|
112322
112251
|
class PushClipCommand {
|
|
112323
112252
|
constructor(clip) {
|
|
@@ -112338,7 +112267,6 @@ class PopClipCommand {
|
|
|
112338
112267
|
}
|
|
112339
112268
|
}
|
|
112340
112269
|
PopClipCommand.instance = new PopClipCommand();
|
|
112341
|
-
|
|
112342
112270
|
/** @internal */
|
|
112343
112271
|
class PrimitiveCommand {
|
|
112344
112272
|
constructor(primitive) {
|
|
@@ -112380,7 +112308,6 @@ class PrimitiveCommand {
|
|
|
112380
112308
|
}
|
|
112381
112309
|
}
|
|
112382
112310
|
PrimitiveCommand._scratchTechniqueFlags = new _TechniqueFlags__WEBPACK_IMPORTED_MODULE_4__.TechniqueFlags();
|
|
112383
|
-
|
|
112384
112311
|
/** Extracts the commands for rendering the flashed classifier (if any) from the by-index set of volume classifier commands.
|
|
112385
112312
|
* NB: Cmds will be sets of some pushes, a primitive, and then some pops (equal to number of pushes).
|
|
112386
112313
|
* The primitive should be right in the middle of a set. We need to find the set which matches the flashID.
|
|
@@ -115014,7 +114941,6 @@ IModelFrameLifecycle.onChangeCameraFrustum = new _itwin_core_bentley__WEBPACK_IM
|
|
|
115014
114941
|
IModelFrameLifecycle.onChangeCameraView = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
115015
114942
|
|
|
115016
114943
|
|
|
115017
|
-
|
|
115018
114944
|
/***/ }),
|
|
115019
114945
|
|
|
115020
114946
|
/***/ "../../core/frontend/lib/esm/render/webgl/IndexedEdgeGeometry.js":
|
|
@@ -115281,7 +115207,6 @@ class InstanceBuffers extends InstanceData {
|
|
|
115281
115207
|
}
|
|
115282
115208
|
}
|
|
115283
115209
|
InstanceBuffers._patternParams = new Float32Array([0, 0, 0, 0]);
|
|
115284
|
-
|
|
115285
115210
|
/** @internal */
|
|
115286
115211
|
class PatternBuffers extends InstanceData {
|
|
115287
115212
|
constructor(count, rtcCenter, range, patternParams, // [ isAreaPattern, spacingX, spacingY, scale ]
|
|
@@ -116006,7 +115931,6 @@ class Material extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.RenderMat
|
|
|
116006
115931
|
}
|
|
116007
115932
|
// eslint-disable-next-line deprecation/deprecation
|
|
116008
115933
|
Material.default = new Material(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.RenderMaterial.Params.defaults);
|
|
116009
|
-
|
|
116010
115934
|
Object.freeze(Material.default);
|
|
116011
115935
|
/** @internal */
|
|
116012
115936
|
function createMaterialInfo(source) {
|
|
@@ -117264,7 +117188,7 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
|
|
|
117264
117188
|
const maskViewFlags = {
|
|
117265
117189
|
renderMode: _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RenderMode.SmoothShade,
|
|
117266
117190
|
wiremesh: false,
|
|
117267
|
-
transparency: !this.isClassifyingPointCloud,
|
|
117191
|
+
transparency: !this.isClassifyingPointCloud, // point clouds don't support transparency.
|
|
117268
117192
|
textures: false,
|
|
117269
117193
|
lighting: false,
|
|
117270
117194
|
shadows: false,
|
|
@@ -117334,7 +117258,6 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
|
|
|
117334
117258
|
PlanarClassifier._postProjectionMatrix = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Matrix4d.createRowValues(0, 1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0, 1);
|
|
117335
117259
|
|
|
117336
117260
|
|
|
117337
|
-
|
|
117338
117261
|
/***/ }),
|
|
117339
117262
|
|
|
117340
117263
|
/***/ "../../core/frontend/lib/esm/render/webgl/PlanarGrid.js":
|
|
@@ -117631,7 +117554,6 @@ class PlanarTextureProjection {
|
|
|
117631
117554
|
PlanarTextureProjection._postProjectionMatrixNpc = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix4d.createRowValues(/* Row 1 */ 0, 1, 0, 0, /* Row 1 */ 0, 0, 1, 0, /* Row 3 */ 1, 0, 0, 0, /* Row 4 */ 0, 0, 0, 1);
|
|
117632
117555
|
|
|
117633
117556
|
|
|
117634
|
-
|
|
117635
117557
|
/***/ }),
|
|
117636
117558
|
|
|
117637
117559
|
/***/ "../../core/frontend/lib/esm/render/webgl/PointCloud.js":
|
|
@@ -119863,7 +119785,6 @@ class RenderState {
|
|
|
119863
119785
|
}
|
|
119864
119786
|
}
|
|
119865
119787
|
RenderState.defaults = new RenderState();
|
|
119866
|
-
|
|
119867
119788
|
Object.freeze(RenderState.defaults);
|
|
119868
119789
|
|
|
119869
119790
|
|
|
@@ -127987,7 +127908,6 @@ class TechniqueFlags {
|
|
|
127987
127908
|
TechniqueFlags.defaults = new TechniqueFlags();
|
|
127988
127909
|
|
|
127989
127910
|
|
|
127990
|
-
|
|
127991
127911
|
/***/ }),
|
|
127992
127912
|
|
|
127993
127913
|
/***/ "../../core/frontend/lib/esm/render/webgl/TechniqueId.js":
|
|
@@ -128011,13 +127931,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
128011
127931
|
*/
|
|
128012
127932
|
|
|
128013
127933
|
const compositeTechniqueIds = [
|
|
128014
|
-
-1 /* TechniqueId.Invalid */,
|
|
128015
|
-
10 /* TechniqueId.CompositeTranslucent */,
|
|
128016
|
-
9 /* TechniqueId.CompositeHilite */,
|
|
128017
|
-
11 /* TechniqueId.CompositeHiliteAndTranslucent */,
|
|
128018
|
-
12 /* TechniqueId.CompositeOcclusion */,
|
|
128019
|
-
13 /* TechniqueId.CompositeTranslucentAndOcclusion */,
|
|
128020
|
-
14 /* TechniqueId.CompositeHiliteAndOcclusion */,
|
|
127934
|
+
-1 /* TechniqueId.Invalid */, // None = 0
|
|
127935
|
+
10 /* TechniqueId.CompositeTranslucent */, // Translucent == 1 << 0
|
|
127936
|
+
9 /* TechniqueId.CompositeHilite */, // Hilite == 1 << 1 == 2
|
|
127937
|
+
11 /* TechniqueId.CompositeHiliteAndTranslucent */, // Hilite | Translucent == 1 | 2 == 3
|
|
127938
|
+
12 /* TechniqueId.CompositeOcclusion */, // AmbientOcclusion == 1 << 2 == 4
|
|
127939
|
+
13 /* TechniqueId.CompositeTranslucentAndOcclusion */, // Translucent | AmbientOcclusion == 1 | 4 == 5
|
|
127940
|
+
14 /* TechniqueId.CompositeHiliteAndOcclusion */, // Hilite | AmbientOcclusion == 2 | 4 == 6
|
|
128021
127941
|
15 /* TechniqueId.CompositeAll */, // Translucent | Hilite | AmbientOcclusion == 1 | 2 | 4 == 7
|
|
128022
127942
|
];
|
|
128023
127943
|
/** @internal */
|
|
@@ -128479,7 +128399,6 @@ class Texture2DHandle extends TextureHandle {
|
|
|
128479
128399
|
}
|
|
128480
128400
|
}
|
|
128481
128401
|
Texture2DHandle._placeHolderTextureData = new Uint8Array([128, 128, 128, 255]);
|
|
128482
|
-
|
|
128483
128402
|
/** @internal */
|
|
128484
128403
|
class ExternalTextureLoader {
|
|
128485
128404
|
get numActiveRequests() { return this._activeRequests.length; }
|
|
@@ -128575,7 +128494,6 @@ class ExternalTextureLoader {
|
|
|
128575
128494
|
}
|
|
128576
128495
|
}
|
|
128577
128496
|
ExternalTextureLoader.instance = new ExternalTextureLoader(2);
|
|
128578
|
-
|
|
128579
128497
|
/** @internal */
|
|
128580
128498
|
class TextureCubeHandle extends TextureHandle {
|
|
128581
128499
|
get width() { return this._dim; }
|
|
@@ -129856,7 +129774,7 @@ vec2 computeAnimationParam(float frameIndex0, float frameIndex1, float fraction,
|
|
|
129856
129774
|
const scratchAnimParams = [
|
|
129857
129775
|
undefined,
|
|
129858
129776
|
undefined,
|
|
129859
|
-
new Float32Array(2),
|
|
129777
|
+
new Float32Array(2), // origin, scale
|
|
129860
129778
|
new Float32Array(3), // index0, index1, fraction
|
|
129861
129779
|
];
|
|
129862
129780
|
function getAnimParams(size, initialValue) {
|
|
@@ -135344,7 +135262,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
135344
135262
|
// render passes actually used in shader code.
|
|
135345
135263
|
const renderPasses = [
|
|
135346
135264
|
[0 /* RenderPass.Background */, "Background"],
|
|
135347
|
-
[1 /* RenderPass.OpaqueLayers */, "Layers"],
|
|
135265
|
+
[1 /* RenderPass.OpaqueLayers */, "Layers"], // Shaders treat all layer passes the same
|
|
135348
135266
|
[2 /* RenderPass.OpaqueLinear */, "OpaqueLinear"],
|
|
135349
135267
|
[3 /* RenderPass.OpaquePlanar */, "OpaquePlanar"],
|
|
135350
135268
|
[5 /* RenderPass.OpaqueGeneral */, "OpaqueGeneral"],
|
|
@@ -138027,7 +137945,6 @@ class CesiumIonAssetProvider {
|
|
|
138027
137945
|
CesiumIonAssetProvider.osmBuildingId = "OSMBuildings";
|
|
138028
137946
|
|
|
138029
137947
|
|
|
138030
|
-
|
|
138031
137948
|
/***/ }),
|
|
138032
137949
|
|
|
138033
137950
|
/***/ "../../core/frontend/lib/esm/tile/ClassifierTileTree.js":
|
|
@@ -138154,7 +138071,7 @@ class ClassifierTreeReference extends SpatialClassifierTileTreeReference {
|
|
|
138154
138071
|
get viewFlags() {
|
|
138155
138072
|
return {
|
|
138156
138073
|
renderMode: _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RenderMode.SmoothShade,
|
|
138157
|
-
transparency: true,
|
|
138074
|
+
transparency: true, // Igored for point clouds as they don't support transparency.
|
|
138158
138075
|
textures: false,
|
|
138159
138076
|
lighting: false,
|
|
138160
138077
|
shadows: false,
|
|
@@ -138711,7 +138628,7 @@ class GraphicsTile extends _internal__WEBPACK_IMPORTED_MODULE_4__.Tile {
|
|
|
138711
138628
|
omitEdges: !this.tree.edgeOptions,
|
|
138712
138629
|
edgeType: this.tree.edgeOptions && "non-indexed" !== this.tree.edgeOptions.type ? 2 : 1,
|
|
138713
138630
|
smoothPolyfaceEdges: this.tree.edgeOptions && this.tree.edgeOptions.smooth,
|
|
138714
|
-
clipToProjectExtents:
|
|
138631
|
+
clipToProjectExtents: this.tree.is3d,
|
|
138715
138632
|
sectionCut: this.tree.stringifiedSectionClip,
|
|
138716
138633
|
};
|
|
138717
138634
|
return _IModelApp__WEBPACK_IMPORTED_MODULE_3__.IModelApp.tileAdmin.requestElementGraphics(this.tree.iModel, props);
|
|
@@ -143696,7 +143613,7 @@ class ModelMapLayerTileTreeReference extends _internal__WEBPACK_IMPORTED_MODULE_
|
|
|
143696
143613
|
this._source = _source;
|
|
143697
143614
|
this._id = {
|
|
143698
143615
|
modelId: _classifier.modelId,
|
|
143699
|
-
is3d: true,
|
|
143616
|
+
is3d: true, // model.is3d,
|
|
143700
143617
|
treeId: this.createTreeId(),
|
|
143701
143618
|
isPlanProjection: false, // isPlanProjection(view, model),
|
|
143702
143619
|
};
|
|
@@ -143716,7 +143633,7 @@ class ModelMapLayerTileTreeReference extends _internal__WEBPACK_IMPORTED_MODULE_
|
|
|
143716
143633
|
get viewFlags() {
|
|
143717
143634
|
return {
|
|
143718
143635
|
renderMode: _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RenderMode.SmoothShade,
|
|
143719
|
-
transparency: true,
|
|
143636
|
+
transparency: true, // Igored for point clouds as they don't support transparency.
|
|
143720
143637
|
textures: true,
|
|
143721
143638
|
lighting: false,
|
|
143722
143639
|
shadows: false,
|
|
@@ -144472,7 +144389,7 @@ class RealityModelTileTree extends _internal__WEBPACK_IMPORTED_MODULE_8__.Realit
|
|
|
144472
144389
|
// If we can get a valid connection from sourceKey, returns the tile tree
|
|
144473
144390
|
if (rdSource) {
|
|
144474
144391
|
// Serialize the reality data source key into a string to uniquely identify this tile tree
|
|
144475
|
-
const tileTreeId = rdSource.key
|
|
144392
|
+
const tileTreeId = _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RealityDataSourceKey.convertToString(rdSource.key);
|
|
144476
144393
|
if (tileTreeId === undefined)
|
|
144477
144394
|
return undefined;
|
|
144478
144395
|
const props = await getTileTreeProps(rdSource, tilesetToDb, iModel);
|
|
@@ -147497,8 +147414,8 @@ class TileAdmin {
|
|
|
147497
147414
|
* @see [[TileAdmin.mobileMemoryLimits]] for mobile devices.
|
|
147498
147415
|
*/
|
|
147499
147416
|
TileAdmin.nonMobileGpuMemoryLimits = {
|
|
147500
|
-
default: 1024 * 1024 * 1024,
|
|
147501
|
-
aggressive: 500 * 1024 * 1024,
|
|
147417
|
+
default: 1024 * 1024 * 1024, // 1 GB
|
|
147418
|
+
aggressive: 500 * 1024 * 1024, // 500 MB
|
|
147502
147419
|
relaxed: 2.5 * 1024 * 1024 * 1024, // 2.5 GB
|
|
147503
147420
|
};
|
|
147504
147421
|
/** @internal exported for tests */
|
|
@@ -147509,8 +147426,8 @@ class TileAdmin {
|
|
|
147509
147426
|
* @see [[TileAdmin.nonMobileMemoryLimits]] for non-mobile devices.
|
|
147510
147427
|
*/
|
|
147511
147428
|
TileAdmin.mobileGpuMemoryLimits = {
|
|
147512
|
-
default: 200 * 1024 * 1024,
|
|
147513
|
-
aggressive: 75 * 1024 * 1024,
|
|
147429
|
+
default: 200 * 1024 * 1024, // 200 MB
|
|
147430
|
+
aggressive: 75 * 1024 * 1024, // 75 MB
|
|
147514
147431
|
relaxed: 500 * 1024 * 1024, // 500 MB
|
|
147515
147432
|
};
|
|
147516
147433
|
})(TileAdmin || (TileAdmin = {}));
|
|
@@ -149970,6 +149887,7 @@ class ArcGISTileMap {
|
|
|
149970
149887
|
this._restBaseUrl = restBaseUrl;
|
|
149971
149888
|
this._fetchFunc = fetchFunc;
|
|
149972
149889
|
this._settings = settings;
|
|
149890
|
+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
149973
149891
|
this._callQueues = new Array(ArcGISTileMap.maxLod).fill(Promise.resolve(nonVisibleChildren));
|
|
149974
149892
|
}
|
|
149975
149893
|
async fetchTileMapFromServer(level, row, column, width, height) {
|
|
@@ -150175,7 +150093,6 @@ class ArcGISTileMap {
|
|
|
150175
150093
|
ArcGISTileMap.maxLod = 30;
|
|
150176
150094
|
|
|
150177
150095
|
|
|
150178
|
-
|
|
150179
150096
|
/***/ }),
|
|
150180
150097
|
|
|
150181
150098
|
/***/ "../../core/frontend/lib/esm/tile/map/ArcGisUtilities.js":
|
|
@@ -150544,7 +150461,6 @@ class ArcGisUtilities {
|
|
|
150544
150461
|
ArcGisUtilities._serviceCache = new Map();
|
|
150545
150462
|
|
|
150546
150463
|
|
|
150547
|
-
|
|
150548
150464
|
/***/ }),
|
|
150549
150465
|
|
|
150550
150466
|
/***/ "../../core/frontend/lib/esm/tile/map/BingElevation.js":
|
|
@@ -153172,7 +153088,6 @@ class ImageryMapTileTree extends _internal__WEBPACK_IMPORTED_MODULE_4__.RealityT
|
|
|
153172
153088
|
}
|
|
153173
153089
|
ImageryMapTileTree._scratchDrapeRectangle = _internal__WEBPACK_IMPORTED_MODULE_4__.MapCartoRectangle.createZero();
|
|
153174
153090
|
ImageryMapTileTree._drapeIntersectionScale = 1.0 - 1.0E-5;
|
|
153175
|
-
|
|
153176
153091
|
class ImageryTileLoader extends _internal__WEBPACK_IMPORTED_MODULE_4__.RealityTileLoader {
|
|
153177
153092
|
constructor(_imageryProvider, _iModel) {
|
|
153178
153093
|
super();
|
|
@@ -153847,7 +153762,7 @@ class WmtsMapLayerFormat extends ImageryMapLayerFormat {
|
|
|
153847
153762
|
subLayers.push({
|
|
153848
153763
|
name: layer.identifier,
|
|
153849
153764
|
title: layer.title ?? layer.identifier,
|
|
153850
|
-
visible: (subLayers.length === 0),
|
|
153765
|
+
visible: (subLayers.length === 0), // Make the first layer visible.
|
|
153851
153766
|
parent: undefined,
|
|
153852
153767
|
children: undefined,
|
|
153853
153768
|
id: subLayerId++,
|
|
@@ -155360,7 +155275,6 @@ MapTile._scratchRectangle2 = _internal__WEBPACK_IMPORTED_MODULE_7__.MapCartoRect
|
|
|
155360
155275
|
MapTile._scratchThisDiagonal = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Vector2d.create();
|
|
155361
155276
|
MapTile._scratchDrapeDiagonal = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Vector2d.create();
|
|
155362
155277
|
MapTile._scratchIntersectRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Range2d.createNull();
|
|
155363
|
-
|
|
155364
155278
|
/** A child tile that has no content of its own available. It instead produces content by up-sampling the content of an ancestor tile.
|
|
155365
155279
|
* @internal
|
|
155366
155280
|
*/
|
|
@@ -155637,7 +155551,6 @@ class TileAvailability {
|
|
|
155637
155551
|
TileAvailability.rectangleScratch = _internal__WEBPACK_IMPORTED_MODULE_1__.MapCartoRectangle.createMaximum();
|
|
155638
155552
|
|
|
155639
155553
|
|
|
155640
|
-
|
|
155641
155554
|
/***/ }),
|
|
155642
155555
|
|
|
155643
155556
|
/***/ "../../core/frontend/lib/esm/tile/map/MapTileLoader.js":
|
|
@@ -156205,7 +156118,6 @@ MapTileTree.maxGlobeDisplayDepth = 8;
|
|
|
156205
156118
|
/** @internal */
|
|
156206
156119
|
MapTileTree.minDisplayableDepth = 3;
|
|
156207
156120
|
MapTileTree._scratchCarto = _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.Cartographic.createZero();
|
|
156208
|
-
|
|
156209
156121
|
/** @internal */
|
|
156210
156122
|
class MapTileTreeProps {
|
|
156211
156123
|
get priority() { return this.loader.priority; }
|
|
@@ -157121,7 +157033,6 @@ class WebMercatorProjection {
|
|
|
157121
157033
|
}
|
|
157122
157034
|
}
|
|
157123
157035
|
WebMercatorProjection.maximumLatitude = WebMercatorProjection.mercatorAngleToGeodeticLatitude(_itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Angle.piRadians);
|
|
157124
|
-
|
|
157125
157036
|
/** A [[MapTilingScheme]] using the [EPSG:3857](https://en.wikipedia.org/wiki/Web_Mercator_projection) projection.
|
|
157126
157037
|
* This scheme is used by most [tiled web maps](https://en.wikipedia.org/wiki/Tiled_web_map), including Bing Maps and Google Maps.
|
|
157127
157038
|
* @beta
|
|
@@ -157657,7 +157568,6 @@ class WmsCapabilities {
|
|
|
157657
157568
|
WmsCapabilities._capabilitiesCache = new Map();
|
|
157658
157569
|
|
|
157659
157570
|
|
|
157660
|
-
|
|
157661
157571
|
/***/ }),
|
|
157662
157572
|
|
|
157663
157573
|
/***/ "../../core/frontend/lib/esm/tile/map/WmsUtilities.js":
|
|
@@ -158166,7 +158076,6 @@ class WmtsCapabilities {
|
|
|
158166
158076
|
WmtsCapabilities._capabilitiesCache = new Map();
|
|
158167
158077
|
|
|
158168
158078
|
|
|
158169
|
-
|
|
158170
158079
|
/***/ }),
|
|
158171
158080
|
|
|
158172
158081
|
/***/ "../../core/frontend/lib/esm/tools/AccuDrawTool.js":
|
|
@@ -159053,7 +158962,6 @@ class AccuDrawSetOriginTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159053
158962
|
}
|
|
159054
158963
|
}
|
|
159055
158964
|
AccuDrawSetOriginTool.toolId = "AccuDraw.SetOrigin";
|
|
159056
|
-
|
|
159057
158965
|
/** @internal */
|
|
159058
158966
|
class AccuDrawSetLockSmartTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159059
158967
|
async run() {
|
|
@@ -159062,7 +158970,6 @@ class AccuDrawSetLockSmartTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159062
158970
|
}
|
|
159063
158971
|
}
|
|
159064
158972
|
AccuDrawSetLockSmartTool.toolId = "AccuDraw.LockSmart";
|
|
159065
|
-
|
|
159066
158973
|
/** @internal */
|
|
159067
158974
|
class AccuDrawSetLockXTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159068
158975
|
async run() {
|
|
@@ -159071,7 +158978,6 @@ class AccuDrawSetLockXTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159071
158978
|
}
|
|
159072
158979
|
}
|
|
159073
158980
|
AccuDrawSetLockXTool.toolId = "AccuDraw.LockX";
|
|
159074
|
-
|
|
159075
158981
|
/** @internal */
|
|
159076
158982
|
class AccuDrawSetLockYTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159077
158983
|
async run() {
|
|
@@ -159080,7 +158986,6 @@ class AccuDrawSetLockYTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159080
158986
|
}
|
|
159081
158987
|
}
|
|
159082
158988
|
AccuDrawSetLockYTool.toolId = "AccuDraw.LockY";
|
|
159083
|
-
|
|
159084
158989
|
/** @internal */
|
|
159085
158990
|
class AccuDrawSetLockZTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159086
158991
|
async run() {
|
|
@@ -159089,7 +158994,6 @@ class AccuDrawSetLockZTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159089
158994
|
}
|
|
159090
158995
|
}
|
|
159091
158996
|
AccuDrawSetLockZTool.toolId = "AccuDraw.LockZ";
|
|
159092
|
-
|
|
159093
158997
|
/** @internal */
|
|
159094
158998
|
class AccuDrawSetLockDistanceTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159095
158999
|
async run() {
|
|
@@ -159098,7 +159002,6 @@ class AccuDrawSetLockDistanceTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Too
|
|
|
159098
159002
|
}
|
|
159099
159003
|
}
|
|
159100
159004
|
AccuDrawSetLockDistanceTool.toolId = "AccuDraw.LockDistance";
|
|
159101
|
-
|
|
159102
159005
|
/** @internal */
|
|
159103
159006
|
class AccuDrawSetLockAngleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159104
159007
|
async run() {
|
|
@@ -159107,7 +159010,6 @@ class AccuDrawSetLockAngleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159107
159010
|
}
|
|
159108
159011
|
}
|
|
159109
159012
|
AccuDrawSetLockAngleTool.toolId = "AccuDraw.LockAngle";
|
|
159110
|
-
|
|
159111
159013
|
/** @internal */
|
|
159112
159014
|
class AccuDrawChangeModeTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159113
159015
|
async run() {
|
|
@@ -159116,7 +159018,6 @@ class AccuDrawChangeModeTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159116
159018
|
}
|
|
159117
159019
|
}
|
|
159118
159020
|
AccuDrawChangeModeTool.toolId = "AccuDraw.ChangeMode";
|
|
159119
|
-
|
|
159120
159021
|
/** @internal */
|
|
159121
159022
|
class AccuDrawRotateCycleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159122
159023
|
async run() {
|
|
@@ -159125,7 +159026,6 @@ class AccuDrawRotateCycleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159125
159026
|
}
|
|
159126
159027
|
}
|
|
159127
159028
|
AccuDrawRotateCycleTool.toolId = "AccuDraw.RotateCycle";
|
|
159128
|
-
|
|
159129
159029
|
/** @internal */
|
|
159130
159030
|
class AccuDrawRotateTopTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159131
159031
|
async run() {
|
|
@@ -159134,7 +159034,6 @@ class AccuDrawRotateTopTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159134
159034
|
}
|
|
159135
159035
|
}
|
|
159136
159036
|
AccuDrawRotateTopTool.toolId = "AccuDraw.RotateTop";
|
|
159137
|
-
|
|
159138
159037
|
/** @internal */
|
|
159139
159038
|
class AccuDrawRotateFrontTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159140
159039
|
async run() {
|
|
@@ -159143,7 +159042,6 @@ class AccuDrawRotateFrontTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159143
159042
|
}
|
|
159144
159043
|
}
|
|
159145
159044
|
AccuDrawRotateFrontTool.toolId = "AccuDraw.RotateFront";
|
|
159146
|
-
|
|
159147
159045
|
/** @internal */
|
|
159148
159046
|
class AccuDrawRotateSideTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159149
159047
|
async run() {
|
|
@@ -159152,7 +159050,6 @@ class AccuDrawRotateSideTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159152
159050
|
}
|
|
159153
159051
|
}
|
|
159154
159052
|
AccuDrawRotateSideTool.toolId = "AccuDraw.RotateSide";
|
|
159155
|
-
|
|
159156
159053
|
/** @internal */
|
|
159157
159054
|
class AccuDrawRotateViewTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
159158
159055
|
async run() {
|
|
@@ -159161,7 +159058,6 @@ class AccuDrawRotateViewTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
159161
159058
|
}
|
|
159162
159059
|
}
|
|
159163
159060
|
AccuDrawRotateViewTool.toolId = "AccuDraw.RotateView";
|
|
159164
|
-
|
|
159165
159061
|
/** @internal */
|
|
159166
159062
|
class AccuDrawShortcutsTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.InputCollector {
|
|
159167
159063
|
constructor() {
|
|
@@ -159254,7 +159150,6 @@ class AccuDrawRotateAxesTool extends AccuDrawShortcutsTool {
|
|
|
159254
159150
|
}
|
|
159255
159151
|
}
|
|
159256
159152
|
AccuDrawRotateAxesTool.toolId = "AccuDraw.RotateAxes";
|
|
159257
|
-
|
|
159258
159153
|
/** @internal */
|
|
159259
159154
|
class AccuDrawRotateElementTool extends AccuDrawShortcutsTool {
|
|
159260
159155
|
constructor() {
|
|
@@ -159296,7 +159191,6 @@ class AccuDrawRotateElementTool extends AccuDrawShortcutsTool {
|
|
|
159296
159191
|
}
|
|
159297
159192
|
}
|
|
159298
159193
|
AccuDrawRotateElementTool.toolId = "AccuDraw.RotateElement";
|
|
159299
|
-
|
|
159300
159194
|
/** @internal */
|
|
159301
159195
|
class DefineACSByElementTool extends AccuDrawShortcutsTool {
|
|
159302
159196
|
constructor() {
|
|
@@ -159346,7 +159240,6 @@ class DefineACSByElementTool extends AccuDrawShortcutsTool {
|
|
|
159346
159240
|
}
|
|
159347
159241
|
}
|
|
159348
159242
|
DefineACSByElementTool.toolId = "AccuDraw.DefineACSByElement";
|
|
159349
|
-
|
|
159350
159243
|
/** @internal */
|
|
159351
159244
|
class DefineACSByPointsTool extends AccuDrawShortcutsTool {
|
|
159352
159245
|
constructor() {
|
|
@@ -159403,7 +159296,6 @@ class DefineACSByPointsTool extends AccuDrawShortcutsTool {
|
|
|
159403
159296
|
DefineACSByPointsTool.toolId = "AccuDraw.DefineACSByPoints";
|
|
159404
159297
|
|
|
159405
159298
|
|
|
159406
|
-
|
|
159407
159299
|
/***/ }),
|
|
159408
159300
|
|
|
159409
159301
|
/***/ "../../core/frontend/lib/esm/tools/ClipViewTool.js":
|
|
@@ -159790,7 +159682,6 @@ ViewClipTool._getEnumAsOrientationDescription = () => {
|
|
|
159790
159682
|
},
|
|
159791
159683
|
};
|
|
159792
159684
|
};
|
|
159793
|
-
|
|
159794
159685
|
/** A tool to remove a clip volume for a view
|
|
159795
159686
|
* @public @extensions
|
|
159796
159687
|
*/
|
|
@@ -159825,7 +159716,6 @@ class ViewClipClearTool extends ViewClipTool {
|
|
|
159825
159716
|
}
|
|
159826
159717
|
ViewClipClearTool.toolId = "ViewClip.Clear";
|
|
159827
159718
|
ViewClipClearTool.iconSpec = "icon-section-tool";
|
|
159828
|
-
|
|
159829
159719
|
/** A tool to define a clip volume for a view by specifying a plane
|
|
159830
159720
|
* @public
|
|
159831
159721
|
*/
|
|
@@ -159898,7 +159788,6 @@ class ViewClipByPlaneTool extends ViewClipTool {
|
|
|
159898
159788
|
}
|
|
159899
159789
|
ViewClipByPlaneTool.toolId = "ViewClip.ByPlane";
|
|
159900
159790
|
ViewClipByPlaneTool.iconSpec = "icon-section-plane";
|
|
159901
|
-
|
|
159902
159791
|
/** A tool to define a clip volume for a view by specifying a shape
|
|
159903
159792
|
* @public
|
|
159904
159793
|
*/
|
|
@@ -160099,7 +159988,6 @@ class ViewClipByShapeTool extends ViewClipTool {
|
|
|
160099
159988
|
}
|
|
160100
159989
|
ViewClipByShapeTool.toolId = "ViewClip.ByShape";
|
|
160101
159990
|
ViewClipByShapeTool.iconSpec = "icon-section-shape";
|
|
160102
|
-
|
|
160103
159991
|
/** A tool to define a clip volume for a view by specifying range corners
|
|
160104
159992
|
* @public
|
|
160105
159993
|
*/
|
|
@@ -160200,7 +160088,6 @@ class ViewClipByRangeTool extends ViewClipTool {
|
|
|
160200
160088
|
}
|
|
160201
160089
|
ViewClipByRangeTool.toolId = "ViewClip.ByRange";
|
|
160202
160090
|
ViewClipByRangeTool.iconSpec = "icon-section-range";
|
|
160203
|
-
|
|
160204
160091
|
/** A tool to define a clip volume for a view using the element aligned box or axis aligned box.
|
|
160205
160092
|
* @public
|
|
160206
160093
|
*/
|
|
@@ -160320,7 +160207,6 @@ class ViewClipByElementTool extends ViewClipTool {
|
|
|
160320
160207
|
}
|
|
160321
160208
|
ViewClipByElementTool.toolId = "ViewClip.ByElement";
|
|
160322
160209
|
ViewClipByElementTool.iconSpec = "icon-section-element";
|
|
160323
|
-
|
|
160324
160210
|
/** @internal Interactive tool base class to modify a view's clip */
|
|
160325
160211
|
class ViewClipModifyTool extends _EditManipulator__WEBPACK_IMPORTED_MODULE_8__.EditManipulator.HandleTool {
|
|
160326
160212
|
constructor(manipulator, clip, vp, hitId, ids, controls) {
|
|
@@ -162583,7 +162469,6 @@ IdleTool.toolId = "Idle";
|
|
|
162583
162469
|
IdleTool.hidden = true;
|
|
162584
162470
|
|
|
162585
162471
|
|
|
162586
|
-
|
|
162587
162472
|
/***/ }),
|
|
162588
162473
|
|
|
162589
162474
|
/***/ "../../core/frontend/lib/esm/tools/MeasureTool.js":
|
|
@@ -163182,7 +163067,6 @@ class MeasureDistanceTool extends _PrimitiveTool__WEBPACK_IMPORTED_MODULE_11__.P
|
|
|
163182
163067
|
}
|
|
163183
163068
|
MeasureDistanceTool.toolId = "Measure.Distance";
|
|
163184
163069
|
MeasureDistanceTool.iconSpec = "icon-measure-distance";
|
|
163185
|
-
|
|
163186
163070
|
/** Report spatial coordinate at a point as well as cartographic location for geolocated models using current quantity formatters.
|
|
163187
163071
|
* @public
|
|
163188
163072
|
*/
|
|
@@ -163327,7 +163211,6 @@ class MeasureLocationTool extends _PrimitiveTool__WEBPACK_IMPORTED_MODULE_11__.P
|
|
|
163327
163211
|
}
|
|
163328
163212
|
MeasureLocationTool.toolId = "Measure.Location";
|
|
163329
163213
|
MeasureLocationTool.iconSpec = "icon-measure-location";
|
|
163330
|
-
|
|
163331
163214
|
/** Report area defined by points using current quantity formatter for area.
|
|
163332
163215
|
* @public
|
|
163333
163216
|
*/
|
|
@@ -163671,7 +163554,6 @@ MeasureAreaByPointsTool._getEnumAsOrientationDescription = () => {
|
|
|
163671
163554
|
},
|
|
163672
163555
|
};
|
|
163673
163556
|
};
|
|
163674
|
-
|
|
163675
163557
|
/** Base class for mass properties tools.
|
|
163676
163558
|
* @public
|
|
163677
163559
|
*/
|
|
@@ -164015,7 +163897,6 @@ class MeasureLengthTool extends MeasureElementTool {
|
|
|
164015
163897
|
}
|
|
164016
163898
|
MeasureLengthTool.toolId = "Measure.Length";
|
|
164017
163899
|
MeasureLengthTool.iconSpec = "icon-measure";
|
|
164018
|
-
|
|
164019
163900
|
/** Report accumulated areas of selected elements using the current quantity formatter for area.
|
|
164020
163901
|
* @public
|
|
164021
163902
|
*/
|
|
@@ -164030,7 +163911,6 @@ class MeasureAreaTool extends MeasureElementTool {
|
|
|
164030
163911
|
}
|
|
164031
163912
|
MeasureAreaTool.toolId = "Measure.Area";
|
|
164032
163913
|
MeasureAreaTool.iconSpec = "icon-measure-area";
|
|
164033
|
-
|
|
164034
163914
|
/** Report accumulated volumes of selected elements using the current quantity formatter for volume.
|
|
164035
163915
|
* @public
|
|
164036
163916
|
*/
|
|
@@ -164047,7 +163927,6 @@ MeasureVolumeTool.toolId = "Measure.Volume";
|
|
|
164047
163927
|
MeasureVolumeTool.iconSpec = "icon-measure-3d";
|
|
164048
163928
|
|
|
164049
163929
|
|
|
164050
|
-
|
|
164051
163930
|
/***/ }),
|
|
164052
163931
|
|
|
164053
163932
|
/***/ "../../core/frontend/lib/esm/tools/PrimitiveTool.js":
|
|
@@ -164895,7 +164774,6 @@ SelectionTool._methodsName = "selectionMethods";
|
|
|
164895
164774
|
SelectionTool._modesName = "selectionModes";
|
|
164896
164775
|
|
|
164897
164776
|
|
|
164898
|
-
|
|
164899
164777
|
/***/ }),
|
|
164900
164778
|
|
|
164901
164779
|
/***/ "../../core/frontend/lib/esm/tools/Tool.js":
|
|
@@ -165319,7 +165197,6 @@ Tool.toolId = "";
|
|
|
165319
165197
|
* The value is the name of an icon WebFont entry, or if specifying an SVG symbol, use `svg:` prefix.
|
|
165320
165198
|
*/
|
|
165321
165199
|
Tool.iconSpec = "";
|
|
165322
|
-
|
|
165323
165200
|
/**
|
|
165324
165201
|
* @public
|
|
165325
165202
|
* @extensions
|
|
@@ -165926,7 +165803,6 @@ CoreTools.namespace = "CoreTools";
|
|
|
165926
165803
|
CoreTools.tools = "CoreTools:tools.";
|
|
165927
165804
|
|
|
165928
165805
|
|
|
165929
|
-
|
|
165930
165806
|
/***/ }),
|
|
165931
165807
|
|
|
165932
165808
|
/***/ "../../core/frontend/lib/esm/tools/ToolAdmin.js":
|
|
@@ -167499,7 +167375,6 @@ ToolAdmin._keyEventHandler = (ev) => {
|
|
|
167499
167375
|
};
|
|
167500
167376
|
/** A first-in-first-out queue of ToolEvents. */
|
|
167501
167377
|
ToolAdmin._toolEvents = [];
|
|
167502
|
-
|
|
167503
167378
|
/**
|
|
167504
167379
|
* Default processor to handle wheel events.
|
|
167505
167380
|
* @internal
|
|
@@ -167849,7 +167724,6 @@ ToolAssistance.ctrlSymbol = "\u2038";
|
|
|
167849
167724
|
ToolAssistance.altSymbol = "\u2387";
|
|
167850
167725
|
|
|
167851
167726
|
|
|
167852
|
-
|
|
167853
167727
|
/***/ }),
|
|
167854
167728
|
|
|
167855
167729
|
/***/ "../../core/frontend/lib/esm/tools/ToolSettings.js":
|
|
@@ -167945,7 +167819,6 @@ ToolSettings.viewingInertia = {
|
|
|
167945
167819
|
ToolSettings.maxOnMotionSnapCallPerSecond = 15;
|
|
167946
167820
|
|
|
167947
167821
|
|
|
167948
|
-
|
|
167949
167822
|
/***/ }),
|
|
167950
167823
|
|
|
167951
167824
|
/***/ "../../core/frontend/lib/esm/tools/ViewTool.js":
|
|
@@ -170460,7 +170333,6 @@ class PanViewTool extends ViewManip {
|
|
|
170460
170333
|
}
|
|
170461
170334
|
PanViewTool.toolId = "View.Pan";
|
|
170462
170335
|
PanViewTool.iconSpec = "icon-hand-2";
|
|
170463
|
-
|
|
170464
170336
|
/** A tool that performs a Rotate view operation
|
|
170465
170337
|
* @public
|
|
170466
170338
|
*/
|
|
@@ -170475,7 +170347,6 @@ class RotateViewTool extends ViewManip {
|
|
|
170475
170347
|
}
|
|
170476
170348
|
RotateViewTool.toolId = "View.Rotate";
|
|
170477
170349
|
RotateViewTool.iconSpec = "icon-gyroscope";
|
|
170478
|
-
|
|
170479
170350
|
/** A tool that performs the look operation
|
|
170480
170351
|
* @public
|
|
170481
170352
|
*/
|
|
@@ -170490,7 +170361,6 @@ class LookViewTool extends ViewManip {
|
|
|
170490
170361
|
}
|
|
170491
170362
|
LookViewTool.toolId = "View.Look";
|
|
170492
170363
|
LookViewTool.iconSpec = "icon-view-navigation";
|
|
170493
|
-
|
|
170494
170364
|
/** A tool that performs the scroll operation
|
|
170495
170365
|
* @public
|
|
170496
170366
|
*/
|
|
@@ -170505,7 +170375,6 @@ class ScrollViewTool extends ViewManip {
|
|
|
170505
170375
|
}
|
|
170506
170376
|
ScrollViewTool.toolId = "View.Scroll";
|
|
170507
170377
|
ScrollViewTool.iconSpec = "icon-move";
|
|
170508
|
-
|
|
170509
170378
|
/** A tool that performs the zoom operation
|
|
170510
170379
|
* @public
|
|
170511
170380
|
*/
|
|
@@ -170520,7 +170389,6 @@ class ZoomViewTool extends ViewManip {
|
|
|
170520
170389
|
}
|
|
170521
170390
|
ZoomViewTool.toolId = "View.Zoom";
|
|
170522
170391
|
ZoomViewTool.iconSpec = "icon-zoom";
|
|
170523
|
-
|
|
170524
170392
|
/** A tool that performs the walk operation using mouse+keyboard or touch controls.
|
|
170525
170393
|
* Keyboard and mouse controls are similar to those used by many video games:
|
|
170526
170394
|
* - Mouse motion: look around.
|
|
@@ -170569,7 +170437,6 @@ class LookAndMoveTool extends ViewManip {
|
|
|
170569
170437
|
}
|
|
170570
170438
|
LookAndMoveTool.toolId = "View.LookAndMove";
|
|
170571
170439
|
LookAndMoveTool.iconSpec = "icon-walk";
|
|
170572
|
-
|
|
170573
170440
|
/** A tool that performs the walk operation
|
|
170574
170441
|
* @public
|
|
170575
170442
|
*/
|
|
@@ -170592,7 +170459,6 @@ class WalkViewTool extends ViewManip {
|
|
|
170592
170459
|
}
|
|
170593
170460
|
WalkViewTool.toolId = "View.Walk";
|
|
170594
170461
|
WalkViewTool.iconSpec = "icon-walk";
|
|
170595
|
-
|
|
170596
170462
|
/** A tool that performs the fly operation
|
|
170597
170463
|
* @public
|
|
170598
170464
|
*/
|
|
@@ -170614,7 +170480,6 @@ class FlyViewTool extends ViewManip {
|
|
|
170614
170480
|
}
|
|
170615
170481
|
FlyViewTool.toolId = "View.Fly";
|
|
170616
170482
|
FlyViewTool.iconSpec = "icon-airplane";
|
|
170617
|
-
|
|
170618
170483
|
/** A tool that performs a fit view
|
|
170619
170484
|
* @public
|
|
170620
170485
|
*/
|
|
@@ -170665,7 +170530,6 @@ class FitViewTool extends ViewTool {
|
|
|
170665
170530
|
}
|
|
170666
170531
|
FitViewTool.toolId = "View.Fit";
|
|
170667
170532
|
FitViewTool.iconSpec = "icon-fit-to-view";
|
|
170668
|
-
|
|
170669
170533
|
/** A tool that views a location on the background map from a satellite's perspective; the viewed location is derived from the position of the current camera's eye above the background map. Operates on the selected view.
|
|
170670
170534
|
* @public
|
|
170671
170535
|
*/
|
|
@@ -170715,7 +170579,6 @@ class ViewGlobeSatelliteTool extends ViewTool {
|
|
|
170715
170579
|
}
|
|
170716
170580
|
}
|
|
170717
170581
|
ViewGlobeSatelliteTool.toolId = "View.GlobeSatellite";
|
|
170718
|
-
|
|
170719
170582
|
/** A tool that views a location on the background map from a bird's eye perspective; the viewed location is derived from the position of the current camera's eye above the background map. Operates on the selected view.
|
|
170720
170583
|
* @public
|
|
170721
170584
|
*/
|
|
@@ -170762,7 +170625,6 @@ class ViewGlobeBirdTool extends ViewTool {
|
|
|
170762
170625
|
}
|
|
170763
170626
|
}
|
|
170764
170627
|
ViewGlobeBirdTool.toolId = "View.GlobeBird";
|
|
170765
|
-
|
|
170766
170628
|
/** A tool that views a location on the background map corresponding to a specified string.
|
|
170767
170629
|
* This will either look down at the location using a bird's eye height, or, if a range is available, the entire range corresponding to the location will be viewed.
|
|
170768
170630
|
* Operates on the selected view.
|
|
@@ -170829,7 +170691,6 @@ class ViewGlobeLocationTool extends ViewTool {
|
|
|
170829
170691
|
}
|
|
170830
170692
|
}
|
|
170831
170693
|
ViewGlobeLocationTool.toolId = "View.GlobeLocation";
|
|
170832
|
-
|
|
170833
170694
|
/** A tool that views the current iModel on the background map so that the extent of the project is visible. Operates on the selected view.
|
|
170834
170695
|
* @public
|
|
170835
170696
|
*/
|
|
@@ -170871,7 +170732,6 @@ class ViewGlobeIModelTool extends ViewTool {
|
|
|
170871
170732
|
}
|
|
170872
170733
|
}
|
|
170873
170734
|
ViewGlobeIModelTool.toolId = "View.GlobeIModel";
|
|
170874
|
-
|
|
170875
170735
|
/** A tool that rotates the view to one of the standard views.
|
|
170876
170736
|
* @public
|
|
170877
170737
|
*/
|
|
@@ -170901,7 +170761,6 @@ class StandardViewTool extends ViewTool {
|
|
|
170901
170761
|
}
|
|
170902
170762
|
StandardViewTool.toolId = "View.Standard";
|
|
170903
170763
|
StandardViewTool.iconSpec = "icon-cube-faces-top";
|
|
170904
|
-
|
|
170905
170764
|
/** A tool that performs a Window-area view operation
|
|
170906
170765
|
* @public
|
|
170907
170766
|
*/
|
|
@@ -171140,7 +170999,6 @@ class WindowAreaTool extends ViewTool {
|
|
|
171140
170999
|
}
|
|
171141
171000
|
WindowAreaTool.toolId = "View.WindowArea";
|
|
171142
171001
|
WindowAreaTool.iconSpec = "icon-window-area";
|
|
171143
|
-
|
|
171144
171002
|
/** @internal */
|
|
171145
171003
|
class DefaultViewTouchTool extends ViewManip {
|
|
171146
171004
|
/** Move this handle during the inertia duration */
|
|
@@ -171359,7 +171217,6 @@ class DefaultViewTouchTool extends ViewManip {
|
|
|
171359
171217
|
}
|
|
171360
171218
|
}
|
|
171361
171219
|
DefaultViewTouchTool.toolId = ""; // touch tools installed by IdleTool are never registered
|
|
171362
|
-
|
|
171363
171220
|
/** A tool that performs view undo operation. An application could also just call Viewport.doUndo directly, creating a ViewTool isn't required.
|
|
171364
171221
|
* @public
|
|
171365
171222
|
*/
|
|
@@ -171372,7 +171229,6 @@ class ViewUndoTool extends ViewTool {
|
|
|
171372
171229
|
}
|
|
171373
171230
|
ViewUndoTool.toolId = "View.Undo";
|
|
171374
171231
|
ViewUndoTool.iconSpec = "icon-window-backward";
|
|
171375
|
-
|
|
171376
171232
|
/** A tool that performs view redo operation. An application could also just call Viewport.doRedo directly, creating a ViewTool isn't required.
|
|
171377
171233
|
* @public
|
|
171378
171234
|
*/
|
|
@@ -171385,7 +171241,6 @@ class ViewRedoTool extends ViewTool {
|
|
|
171385
171241
|
}
|
|
171386
171242
|
ViewRedoTool.toolId = "View.Redo";
|
|
171387
171243
|
ViewRedoTool.iconSpec = "icon-window-forward";
|
|
171388
|
-
|
|
171389
171244
|
/** A tool that toggles the camera on/off in a spatial view
|
|
171390
171245
|
* @public
|
|
171391
171246
|
*/
|
|
@@ -171405,7 +171260,6 @@ class ViewToggleCameraTool extends ViewTool {
|
|
|
171405
171260
|
}
|
|
171406
171261
|
ViewToggleCameraTool.toolId = "View.ToggleCamera";
|
|
171407
171262
|
ViewToggleCameraTool.iconSpec = "icon-camera";
|
|
171408
|
-
|
|
171409
171263
|
/** A tool that sets the view camera by two points. This is a PrimitiveTool and not a ViewTool to allow the view to be panned, zoomed, and rotated while defining the points.
|
|
171410
171264
|
* To show tool settings for specifying camera and target heights above the snap point, make sure formatting and parsing data are cached before the tool starts
|
|
171411
171265
|
* by calling QuantityFormatter.onInitialized at app startup.
|
|
@@ -171666,7 +171520,6 @@ class SetupCameraTool extends _PrimitiveTool__WEBPACK_IMPORTED_MODULE_18__.Primi
|
|
|
171666
171520
|
}
|
|
171667
171521
|
SetupCameraTool.toolId = "View.SetupCamera";
|
|
171668
171522
|
SetupCameraTool.iconSpec = "icon-camera-location";
|
|
171669
|
-
|
|
171670
171523
|
/** A tool that sets a walk tool starting position by a floor point and look direction. This is a PrimitiveTool and not a ViewTool to allow the view to be panned, zoomed, and rotated while defining the points.
|
|
171671
171524
|
* @public
|
|
171672
171525
|
*/
|
|
@@ -171849,7 +171702,6 @@ SetupWalkCameraTool.toolId = "View.SetupWalkCamera";
|
|
|
171849
171702
|
SetupWalkCameraTool.iconSpec = "icon-camera-location";
|
|
171850
171703
|
|
|
171851
171704
|
|
|
171852
|
-
|
|
171853
171705
|
/***/ }),
|
|
171854
171706
|
|
|
171855
171707
|
/***/ "../../core/geometry/lib/esm/Constant.js":
|
|
@@ -171894,7 +171746,6 @@ Constant.earthRadiusWGS84 = {
|
|
|
171894
171746
|
};
|
|
171895
171747
|
|
|
171896
171748
|
|
|
171897
|
-
|
|
171898
171749
|
/***/ }),
|
|
171899
171750
|
|
|
171900
171751
|
/***/ "../../core/geometry/lib/esm/Geometry.js":
|
|
@@ -173019,7 +172870,6 @@ Geometry.largeCoordinateResult = 1.0e13;
|
|
|
173019
172870
|
Geometry.hugeCoordinate = 1.0e12;
|
|
173020
172871
|
|
|
173021
172872
|
|
|
173022
|
-
|
|
173023
172873
|
/***/ }),
|
|
173024
172874
|
|
|
173025
172875
|
/***/ "../../core/geometry/lib/esm/bspline/AkimaCurve3d.js":
|
|
@@ -176019,7 +175869,7 @@ class BSplineSurface3d extends BSpline2dNd {
|
|
|
176019
175869
|
getPointGridJSON() {
|
|
176020
175870
|
const result = {
|
|
176021
175871
|
points: _geometry3d_PointHelpers__WEBPACK_IMPORTED_MODULE_7__.Point3dArray.unpackNumbersToNestedArraysIJK(this.coffs, 3, this.numPolesUV(0)),
|
|
176022
|
-
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates,
|
|
175872
|
+
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates, // @deprecated in 4.x. Use weightStyle instead.
|
|
176023
175873
|
weightStyle: WeightStyle.UnWeighted,
|
|
176024
175874
|
numCartesianDimensions: 3,
|
|
176025
175875
|
};
|
|
@@ -176432,7 +176282,7 @@ class BSplineSurface3dH extends BSpline2dNd {
|
|
|
176432
176282
|
const result = {
|
|
176433
176283
|
points: _geometry3d_PointHelpers__WEBPACK_IMPORTED_MODULE_7__.Point3dArray.unpackNumbersToNestedArraysIJK(this.coffs, 4, this.numPolesUV(0)),
|
|
176434
176284
|
numCartesianDimensions: 3,
|
|
176435
|
-
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates,
|
|
176285
|
+
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates, // @deprecated in 4.x. Use weightStyle instead.
|
|
176436
176286
|
weightStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates,
|
|
176437
176287
|
};
|
|
176438
176288
|
return result;
|
|
@@ -178561,7 +178411,6 @@ class KnotVector {
|
|
|
178561
178411
|
KnotVector.knotTolerance = 1.0e-9;
|
|
178562
178412
|
|
|
178563
178413
|
|
|
178564
|
-
|
|
178565
178414
|
/***/ }),
|
|
178566
178415
|
|
|
178567
178416
|
/***/ "../../core/geometry/lib/esm/bspline/SurfaceLocationDetail.js":
|
|
@@ -179189,7 +179038,6 @@ class AlternatingCCTreeNodeCurveClipper {
|
|
|
179189
179038
|
AlternatingCCTreeNodeCurveClipper._fractionIntervals = [];
|
|
179190
179039
|
|
|
179191
179040
|
|
|
179192
|
-
|
|
179193
179041
|
/***/ }),
|
|
179194
179042
|
|
|
179195
179043
|
/***/ "../../core/geometry/lib/esm/clipping/BooleanClipFactory.js":
|
|
@@ -180278,7 +180126,6 @@ class ClipPlane extends _geometry3d_Plane3d__WEBPACK_IMPORTED_MODULE_0__.Plane3d
|
|
|
180278
180126
|
ClipPlane._clipArcFractionArray = new _geometry3d_GrowableFloat64Array__WEBPACK_IMPORTED_MODULE_12__.GrowableFloat64Array();
|
|
180279
180127
|
|
|
180280
180128
|
|
|
180281
|
-
|
|
180282
180129
|
/***/ }),
|
|
180283
180130
|
|
|
180284
180131
|
/***/ "../../core/geometry/lib/esm/clipping/ClipPrimitive.js":
|
|
@@ -182021,7 +181868,6 @@ class ClipUtilities {
|
|
|
182021
181868
|
}
|
|
182022
181869
|
}
|
|
182023
181870
|
ClipUtilities._selectIntervals01TestPoint = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_11__.Point3d.create();
|
|
182024
|
-
|
|
182025
181871
|
function moveFragments(fragments, destination, arrayCache) {
|
|
182026
181872
|
if (destination === undefined)
|
|
182027
181873
|
arrayCache.dropAllToCache(fragments);
|
|
@@ -182501,7 +182347,6 @@ class ClipVector {
|
|
|
182501
182347
|
}
|
|
182502
182348
|
}
|
|
182503
182349
|
ClipVector._TARGET_FRACTION_SUM = 0.99999999;
|
|
182504
|
-
|
|
182505
182350
|
/**
|
|
182506
182351
|
* Bundles a ClipVector with its compact string representation.
|
|
182507
182352
|
* @note The string representation is computed once; the ClipVector is assumed not to be subsequently modified.
|
|
@@ -183318,7 +183163,6 @@ ConvexClipPlaneSet.hugeVal = 1e37;
|
|
|
183318
183163
|
ConvexClipPlaneSet._clipArcFractionArray = new _geometry3d_GrowableFloat64Array__WEBPACK_IMPORTED_MODULE_11__.GrowableFloat64Array();
|
|
183319
183164
|
|
|
183320
183165
|
|
|
183321
|
-
|
|
183322
183166
|
/***/ }),
|
|
183323
183167
|
|
|
183324
183168
|
/***/ "../../core/geometry/lib/esm/clipping/UnionOfConvexClipPlaneSets.js":
|
|
@@ -183673,7 +183517,6 @@ class UnionOfConvexClipPlaneSets {
|
|
|
183673
183517
|
}
|
|
183674
183518
|
}
|
|
183675
183519
|
UnionOfConvexClipPlaneSets._clipArcFractionArray = new _geometry3d_GrowableFloat64Array__WEBPACK_IMPORTED_MODULE_6__.GrowableFloat64Array();
|
|
183676
|
-
|
|
183677
183520
|
/* FUNCTIONS SKIPPED DUE TO BSPLINES, VU, OR NON-USAGE IN NATIVE CODE----------------------------------------------------------------
|
|
183678
183521
|
|
|
183679
183522
|
Involves vu: skipping for now...
|
|
@@ -185504,7 +185347,6 @@ Arc3d.quadratureGuassCount = 5;
|
|
|
185504
185347
|
Arc3d.quadratureIntervalAngleDegrees = 10.0;
|
|
185505
185348
|
|
|
185506
185349
|
|
|
185507
|
-
|
|
185508
185350
|
/***/ }),
|
|
185509
185351
|
|
|
185510
185352
|
/***/ "../../core/geometry/lib/esm/curve/ConstructCurveBetweenCurves.js":
|
|
@@ -186540,7 +186382,6 @@ CurveChainWithDistanceIndex._numAssigned = 0;
|
|
|
186540
186382
|
CurveChainWithDistanceIndex._numCandidate = 0;
|
|
186541
186383
|
|
|
186542
186384
|
|
|
186543
|
-
|
|
186544
186385
|
/***/ }),
|
|
186545
186386
|
|
|
186546
186387
|
/***/ "../../core/geometry/lib/esm/curve/CurveCollection.js":
|
|
@@ -191406,7 +191247,6 @@ LineString3d._workPointB = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_
|
|
|
191406
191247
|
LineString3d._workPointC = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_6__.Point3d.create();
|
|
191407
191248
|
LineString3d._workRay = _geometry3d_Ray3d__WEBPACK_IMPORTED_MODULE_7__.Ray3d.createXAxis();
|
|
191408
191249
|
LineString3d._indexPoint = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_6__.Point3d.create(); // private point for addResolvedPoint
|
|
191409
|
-
|
|
191410
191250
|
/**
|
|
191411
191251
|
* An AnnotatedLineString3d is a linestring with additional surface-related data attached to each point
|
|
191412
191252
|
* * This is useful in facet construction.
|
|
@@ -195491,7 +195331,6 @@ class RegionBooleanContext {
|
|
|
195491
195331
|
}
|
|
195492
195332
|
}
|
|
195493
195333
|
RegionBooleanContext._bridgeDirection = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_14__.Vector3d.createNormalized(1.0, -0.12328974132467); // magic unit direction to minimize vertex hits
|
|
195494
|
-
|
|
195495
195334
|
/** return xy area between a (part of a) curve and the x axis through a reference point.
|
|
195496
195335
|
* If detail is undefined or does not have both start and end fractions, just do trapezoid area
|
|
195497
195336
|
*/
|
|
@@ -197442,7 +197281,6 @@ CurveCurveCloseApproachXY._workPointBB1 = _geometry3d_Point3dVector3d__WEBPACK_I
|
|
|
197442
197281
|
CurveCurveCloseApproachXY._workPointB = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_14__.Point3d.create();
|
|
197443
197282
|
|
|
197444
197283
|
|
|
197445
|
-
|
|
197446
197284
|
/***/ }),
|
|
197447
197285
|
|
|
197448
197286
|
/***/ "../../core/geometry/lib/esm/curve/internalContexts/CurveCurveIntersectXY.js":
|
|
@@ -198325,7 +198163,6 @@ CurveCurveIntersectXY._workPointB0 = _geometry3d_Point3dVector3d__WEBPACK_IMPORT
|
|
|
198325
198163
|
CurveCurveIntersectXY._workPointB1 = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_18__.Point3d.create();
|
|
198326
198164
|
|
|
198327
198165
|
|
|
198328
|
-
|
|
198329
198166
|
/***/ }),
|
|
198330
198167
|
|
|
198331
198168
|
/***/ "../../core/geometry/lib/esm/curve/internalContexts/CurveCurveIntersectXYZ.js":
|
|
@@ -199106,7 +198943,6 @@ CurveCurveIntersectXYZ._workPointBB0 = _geometry3d_Point3dVector3d__WEBPACK_IMPO
|
|
|
199106
198943
|
CurveCurveIntersectXYZ._workPointBB1 = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_6__.Point3d.create();
|
|
199107
198944
|
|
|
199108
198945
|
|
|
199109
|
-
|
|
199110
198946
|
/***/ }),
|
|
199111
198947
|
|
|
199112
198948
|
/***/ "../../core/geometry/lib/esm/curve/internalContexts/CurveLengthContext.js":
|
|
@@ -200471,7 +200307,6 @@ PolygonWireOffsetContext._unitAlong = _geometry3d_Point3dVector3d__WEBPACK_IMPOR
|
|
|
200471
200307
|
PolygonWireOffsetContext._unitPerp = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Vector3d.create();
|
|
200472
200308
|
PolygonWireOffsetContext._offsetA = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
200473
200309
|
PolygonWireOffsetContext._offsetB = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
200474
|
-
|
|
200475
200310
|
/**
|
|
200476
200311
|
* Context for building a wire xy-offset from a Path or Loop of CurvePrimitives
|
|
200477
200312
|
* @internal
|
|
@@ -202305,7 +202140,6 @@ class IntegratedSpiral3d extends _TransitionSpiral3d__WEBPACK_IMPORTED_MODULE_0_
|
|
|
202305
202140
|
}
|
|
202306
202141
|
/** default spiral type name. (clothoid) */
|
|
202307
202142
|
IntegratedSpiral3d.defaultSpiralType = "clothoid";
|
|
202308
|
-
|
|
202309
202143
|
// at load time, initialize gauss quadrature workspace
|
|
202310
202144
|
IntegratedSpiral3d.initWorkSpace();
|
|
202311
202145
|
|
|
@@ -203752,7 +203586,6 @@ Angle.degreesPerRadian = (45.0 / Angle.piOver4Radians);
|
|
|
203752
203586
|
Angle.radiansPerDegree = (Angle.piOver4Radians / 45.0);
|
|
203753
203587
|
|
|
203754
203588
|
|
|
203755
|
-
|
|
203756
203589
|
/***/ }),
|
|
203757
203590
|
|
|
203758
203591
|
/***/ "../../core/geometry/lib/esm/geometry3d/AngleSweep.js":
|
|
@@ -212730,7 +212563,6 @@ Matrix3d.numComputeCache = 0;
|
|
|
212730
212563
|
Matrix3d._productBuffer = new Float64Array(9);
|
|
212731
212564
|
|
|
212732
212565
|
|
|
212733
|
-
|
|
212734
212566
|
/***/ }),
|
|
212735
212567
|
|
|
212736
212568
|
/***/ "../../core/geometry/lib/esm/geometry3d/OrderedRotationAngles.js":
|
|
@@ -213067,7 +212899,6 @@ class OrderedRotationAngles {
|
|
|
213067
212899
|
OrderedRotationAngles._sTreatVectorsAsColumns = false;
|
|
213068
212900
|
|
|
213069
212901
|
|
|
213070
|
-
|
|
213071
212902
|
/***/ }),
|
|
213072
212903
|
|
|
213073
212904
|
/***/ "../../core/geometry/lib/esm/geometry3d/Plane3d.js":
|
|
@@ -217037,7 +216868,6 @@ class Point4dArray {
|
|
|
217037
216868
|
}
|
|
217038
216869
|
}
|
|
217039
216870
|
Point4dArray._workPoint4d = _geometry4d_Point4d__WEBPACK_IMPORTED_MODULE_2__.Point4d.create();
|
|
217040
|
-
|
|
217041
216871
|
/**
|
|
217042
216872
|
* The `Point3dArray` class contains static methods that act on arrays of 3d points.
|
|
217043
216873
|
* @public
|
|
@@ -217622,7 +217452,6 @@ Point3dArray._weightDV = new Float64Array(8);
|
|
|
217622
217452
|
Point3dArray._weightDW = new Float64Array(8);
|
|
217623
217453
|
|
|
217624
217454
|
|
|
217625
|
-
|
|
217626
217455
|
/***/ }),
|
|
217627
217456
|
|
|
217628
217457
|
/***/ "../../core/geometry/lib/esm/geometry3d/PointStreaming.js":
|
|
@@ -219140,7 +218969,6 @@ PolygonOps._normal = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Vector3d.crea
|
|
|
219140
218969
|
PolygonOps._matrixA = _geometry4d_Matrix4d__WEBPACK_IMPORTED_MODULE_14__.Matrix4d.createIdentity();
|
|
219141
218970
|
PolygonOps._matrixB = _geometry4d_Matrix4d__WEBPACK_IMPORTED_MODULE_14__.Matrix4d.createIdentity();
|
|
219142
218971
|
PolygonOps._matrixC = _geometry4d_Matrix4d__WEBPACK_IMPORTED_MODULE_14__.Matrix4d.createIdentity();
|
|
219143
|
-
|
|
219144
218972
|
/**
|
|
219145
218973
|
* `IndexedXYZCollectionPolygonOps` class contains _static_ methods for typical operations on polygons carried as `IndexedXYZCollection`
|
|
219146
218974
|
* @public
|
|
@@ -219405,7 +219233,6 @@ class IndexedXYZCollectionPolygonOps {
|
|
|
219405
219233
|
IndexedXYZCollectionPolygonOps._xyz0Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
219406
219234
|
IndexedXYZCollectionPolygonOps._xyz1Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
219407
219235
|
IndexedXYZCollectionPolygonOps._xyz2Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
219408
|
-
|
|
219409
219236
|
/**
|
|
219410
219237
|
* `Point3dArrayPolygonOps` class contains _static_ methods for typical operations on polygons carried as `Point3d[]`
|
|
219411
219238
|
* @public
|
|
@@ -219487,7 +219314,6 @@ class Point3dArrayPolygonOps {
|
|
|
219487
219314
|
Point3dArrayPolygonOps._xyz0Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
219488
219315
|
|
|
219489
219316
|
|
|
219490
|
-
|
|
219491
219317
|
/***/ }),
|
|
219492
219318
|
|
|
219493
219319
|
/***/ "../../core/geometry/lib/esm/geometry3d/PolylineCompressionByEdgeOffset.js":
|
|
@@ -219779,7 +219605,6 @@ PolylineCompressionContext._vector01 = _Point3dVector3d__WEBPACK_IMPORTED_MODULE
|
|
|
219779
219605
|
PolylineCompressionContext._vectorQ = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Vector3d.create();
|
|
219780
219606
|
|
|
219781
219607
|
|
|
219782
|
-
|
|
219783
219608
|
/***/ }),
|
|
219784
219609
|
|
|
219785
219610
|
/***/ "../../core/geometry/lib/esm/geometry3d/PolylineOps.js":
|
|
@@ -220252,7 +220077,6 @@ class RangeBase {
|
|
|
220252
220077
|
RangeBase._EXTREME_POSITIVE = 1.0e200;
|
|
220253
220078
|
/** Number considered to be impossibly negative for a coordinate in a range. */
|
|
220254
220079
|
RangeBase._EXTREME_NEGATIVE = -1.0e200;
|
|
220255
|
-
|
|
220256
220080
|
/**
|
|
220257
220081
|
* Axis aligned range in 3D.
|
|
220258
220082
|
* * member `low` contains minimum coordinate of range box
|
|
@@ -228257,7 +228081,6 @@ class ClusterableArray extends _geometry3d_GrowableBlockedArray__WEBPACK_IMPORTE
|
|
|
228257
228081
|
ClusterableArray._vectorFactor = 0.8732; // use 1.0 to rig easy tests.
|
|
228258
228082
|
/** this value is used as cluster terminator in the Uint232Array of indices. */
|
|
228259
228083
|
ClusterableArray.clusterTerminator = 0xFFffFFff;
|
|
228260
|
-
|
|
228261
228084
|
/**
|
|
228262
228085
|
* @internal
|
|
228263
228086
|
*/
|
|
@@ -229271,7 +229094,6 @@ class PascalCoefficients {
|
|
|
229271
229094
|
PascalCoefficients._allRows = [];
|
|
229272
229095
|
|
|
229273
229096
|
|
|
229274
|
-
|
|
229275
229097
|
/***/ }),
|
|
229276
229098
|
|
|
229277
229099
|
/***/ "../../core/geometry/lib/esm/numerics/Polynomials.js":
|
|
@@ -230294,7 +230116,6 @@ class AnalyticRoots {
|
|
|
230294
230116
|
}
|
|
230295
230117
|
AnalyticRoots._EQN_EPS = 1.0e-9;
|
|
230296
230118
|
AnalyticRoots._safeDivideFactor = 1.0e-14;
|
|
230297
|
-
|
|
230298
230119
|
/**
|
|
230299
230120
|
* Manipulations of polynomials with where `coff[i]` multiplies x^i
|
|
230300
230121
|
* @internal
|
|
@@ -230554,7 +230375,6 @@ TrigPolynomial.WW = Float64Array.from([1.0, -4.0, 8.0, -8.0, 4.0]);
|
|
|
230554
230375
|
/** Standard Basis coefficients for (Math.Cos^2 - sine^2) numerator */
|
|
230555
230376
|
TrigPolynomial.CCminusSS = Float64Array.from([1.0, -4.0, 0.0, 8.0, -4.0]);
|
|
230556
230377
|
TrigPolynomial._coefficientRelTol = 1.0e-12;
|
|
230557
|
-
|
|
230558
230378
|
/**
|
|
230559
230379
|
* static methods for commonly appearing sets of equations in 2 or 3 variables
|
|
230560
230380
|
* @public
|
|
@@ -231195,7 +231015,6 @@ Quadrature.gaussW4Interval01 = new Float64Array([0.17392742256872692, 0.32607257
|
|
|
231195
231015
|
Quadrature.gaussX5Interval01 = new Float64Array([0.04691007703066802, 0.23076534494715845, 0.5, 0.7692346550528415, 0.9530899229693319]);
|
|
231196
231016
|
/** weight for 5 point gauss rule in 0..1 interval */
|
|
231197
231017
|
Quadrature.gaussW5Interval01 = new Float64Array([0.11846344252809454, 0.23931433524968324, 0.28444444444444444, 0.23931433524968324, 0.11846344252809454]);
|
|
231198
|
-
|
|
231199
231018
|
/**
|
|
231200
231019
|
* This class carries public members as needed for users to have gauss points that are used
|
|
231201
231020
|
* in the callers loops.
|
|
@@ -232538,7 +232357,6 @@ BoxTopology.axisEdgeVertex = [
|
|
|
232538
232357
|
];
|
|
232539
232358
|
|
|
232540
232359
|
|
|
232541
|
-
|
|
232542
232360
|
/***/ }),
|
|
232543
232361
|
|
|
232544
232362
|
/***/ "../../core/geometry/lib/esm/polyface/FacetFaceData.js":
|
|
@@ -233565,7 +233383,6 @@ class GreedyTriangulationBetweenLineStrings {
|
|
|
233565
233383
|
}
|
|
233566
233384
|
/** Default angle for considering two vectors to be colinear */
|
|
233567
233385
|
GreedyTriangulationBetweenLineStrings.defaultNearColinearAngle = _geometry3d_Angle__WEBPACK_IMPORTED_MODULE_3__.Angle.createDegrees(15);
|
|
233568
|
-
|
|
233569
233386
|
/**
|
|
233570
233387
|
* * If there are no contiguous duplicated points in `data` return `data` unchanged.
|
|
233571
233388
|
* * If there are duplicates, compress to a new array.
|
|
@@ -236628,7 +236445,6 @@ class PolyfaceBuilder extends _geometry3d_GeometryHandler__WEBPACK_IMPORTED_MODU
|
|
|
236628
236445
|
PolyfaceBuilder._workPointFindOrAddA = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_0__.Point3d.create();
|
|
236629
236446
|
PolyfaceBuilder._workVectorFindOrAdd = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_0__.Vector3d.create();
|
|
236630
236447
|
PolyfaceBuilder._workUVFindOrAdd = _geometry3d_Point2dVector2d__WEBPACK_IMPORTED_MODULE_1__.Point2d.create();
|
|
236631
|
-
|
|
236632
236448
|
function resolveToIndexedXYZCollectionOrCarrier(points) {
|
|
236633
236449
|
if (Array.isArray(points))
|
|
236634
236450
|
return new _geometry3d_Point3dArrayCarrier__WEBPACK_IMPORTED_MODULE_31__.Point3dArrayCarrier(points);
|
|
@@ -237938,7 +237754,6 @@ class PolyfaceData {
|
|
|
237938
237754
|
PolyfaceData.planarityLocalRelTol = 1.0e-13;
|
|
237939
237755
|
|
|
237940
237756
|
|
|
237941
|
-
|
|
237942
237757
|
/***/ }),
|
|
237943
237758
|
|
|
237944
237759
|
/***/ "../../core/geometry/lib/esm/polyface/PolyfaceQuery.js":
|
|
@@ -239666,7 +239481,6 @@ PolyfaceQuery._asyncWorkLimit = 1.e06;
|
|
|
239666
239481
|
PolyfaceQuery.awaitBlockCount = 0;
|
|
239667
239482
|
|
|
239668
239483
|
|
|
239669
|
-
|
|
239670
239484
|
/***/ }),
|
|
239671
239485
|
|
|
239672
239486
|
/***/ "../../core/geometry/lib/esm/polyface/RangeLengthData.js":
|
|
@@ -242528,7 +242342,7 @@ class OffsetMeshContext {
|
|
|
242528
242342
|
assignOffsetByAverageNormalAroundVertex(vertexSeed, maxAllowedDeviationRadians, data, distance) {
|
|
242529
242343
|
const maxDeviationRadians = this.computeAverageNormalAndMaxDeviationAroundVertex(vertexSeed, data);
|
|
242530
242344
|
if (OffsetMeshContext.stringDebugFunction) {
|
|
242531
|
-
OffsetMeshContext.stringDebugFunction(`XYZ ${_topology_Graph__WEBPACK_IMPORTED_MODULE_1__.HalfEdge.nodeToIdXYZString(vertexSeed)} Average Normal ${data.averageNormal.toJSON()}`);
|
|
242345
|
+
OffsetMeshContext.stringDebugFunction(`XYZ ${_topology_Graph__WEBPACK_IMPORTED_MODULE_1__.HalfEdge.nodeToIdXYZString(vertexSeed)} Average Normal ${JSON.stringify(data.averageNormal.toJSON())}`);
|
|
242532
242346
|
OffsetMeshContext.stringDebugFunction(` angle ratio ${data.radiansSum / (2 * Math.PI)} maxDeviation ${data.maxDeviationRadiansFromAverage}`);
|
|
242533
242347
|
}
|
|
242534
242348
|
if (maxDeviationRadians !== undefined && maxDeviationRadians <= maxAllowedDeviationRadians) {
|
|
@@ -242811,7 +242625,7 @@ class OffsetMeshContext {
|
|
|
242811
242625
|
vertexSeed = vertexSeedA;
|
|
242812
242626
|
if (OffsetMeshContext.stringDebugFunction !== undefined) {
|
|
242813
242627
|
OffsetMeshContext.stringDebugFunction("");
|
|
242814
|
-
OffsetMeshContext.stringDebugFunction(` VERTEX LOOP ${vertexSeed.getPoint3d().toJSON()} `);
|
|
242628
|
+
OffsetMeshContext.stringDebugFunction(` VERTEX LOOP ${JSON.stringify(vertexSeed.getPoint3d().toJSON())} `);
|
|
242815
242629
|
vertexSeed.sumAroundVertex((node) => { OffsetMeshContext.stringDebugFunction(this.inspectMasks(node, false, true)); return 0; });
|
|
242816
242630
|
}
|
|
242817
242631
|
// Take care of the easiest vertices directly . . . note that this returns from the lambda, not computeOffsetFacetIntersections
|
|
@@ -243026,7 +242840,6 @@ RangeSearch.defaultRangesPerBlockEdge = 4;
|
|
|
243026
242840
|
RangeSearch.defaultStandardDeviationAdjustment = 1.0;
|
|
243027
242841
|
|
|
243028
242842
|
|
|
243029
|
-
|
|
243030
242843
|
/***/ }),
|
|
243031
242844
|
|
|
243032
242845
|
/***/ "../../core/geometry/lib/esm/polyface/multiclip/SweepLineStringToFacetContext.js":
|
|
@@ -249752,7 +249565,6 @@ DgnSpiralTypeQueries.spiralTypeCodeMap = [
|
|
|
249752
249565
|
];
|
|
249753
249566
|
|
|
249754
249567
|
|
|
249755
|
-
|
|
249756
249568
|
/***/ }),
|
|
249757
249569
|
|
|
249758
249570
|
/***/ "../../core/geometry/lib/esm/serialization/BGFBWriter.js":
|
|
@@ -253149,7 +252961,6 @@ Sample.range3d = [
|
|
|
253149
252961
|
];
|
|
253150
252962
|
|
|
253151
252963
|
|
|
253152
|
-
|
|
253153
252964
|
/***/ }),
|
|
253154
252965
|
|
|
253155
252966
|
/***/ "../../core/geometry/lib/esm/serialization/IModelJsonSchema.js":
|
|
@@ -258724,7 +258535,6 @@ HalfEdge._totalNodesCreated = 0;
|
|
|
258724
258535
|
HalfEdge._edgePropertyMasks = [
|
|
258725
258536
|
HalfEdgeMask.BOUNDARY_EDGE, HalfEdgeMask.EXTERIOR, HalfEdgeMask.PRIMARY_EDGE, HalfEdgeMask.NULL_FACE,
|
|
258726
258537
|
];
|
|
258727
|
-
|
|
258728
258538
|
/**
|
|
258729
258539
|
* A HalfEdgeGraph has:
|
|
258730
258540
|
* * An array of (pointers to) HalfEdge objects.
|
|
@@ -263273,7 +263083,6 @@ Triangulator._planes = [
|
|
|
263273
263083
|
_geometry3d_Plane3dByOriginAndUnitNormal__WEBPACK_IMPORTED_MODULE_9__.Plane3dByOriginAndUnitNormal.createXYPlane(),
|
|
263274
263084
|
_geometry3d_Plane3dByOriginAndUnitNormal__WEBPACK_IMPORTED_MODULE_9__.Plane3dByOriginAndUnitNormal.createXYPlane(),
|
|
263275
263085
|
];
|
|
263276
|
-
|
|
263277
263086
|
/**
|
|
263278
263087
|
* Internal class for assembling chains
|
|
263279
263088
|
* @internal
|
|
@@ -264027,7 +263836,6 @@ class BlockRecord {
|
|
|
264027
263836
|
BlockRecord.RECORD_SIZE = 24;
|
|
264028
263837
|
|
|
264029
263838
|
|
|
264030
|
-
|
|
264031
263839
|
/***/ }),
|
|
264032
263840
|
|
|
264033
263841
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/ContainerFile.js":
|
|
@@ -264247,7 +264055,6 @@ class ContainerFile {
|
|
|
264247
264055
|
ContainerFile.MODULE = "ContainerFile";
|
|
264248
264056
|
|
|
264249
264057
|
|
|
264250
|
-
|
|
264251
264058
|
/***/ }),
|
|
264252
264059
|
|
|
264253
264060
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/ContainerFilePart.js":
|
|
@@ -265167,7 +264974,6 @@ class FileReader {
|
|
|
265167
264974
|
FileReader.MODULE = "FileReader";
|
|
265168
264975
|
|
|
265169
264976
|
|
|
265170
|
-
|
|
265171
264977
|
/***/ }),
|
|
265172
264978
|
|
|
265173
264979
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/FileRecord.js":
|
|
@@ -265484,7 +265290,6 @@ GeometryReader.RECORD_SIZE_LR = 3;
|
|
|
265484
265290
|
GeometryReader.MR_BIN_COUNT = 64;
|
|
265485
265291
|
|
|
265486
265292
|
|
|
265487
|
-
|
|
265488
265293
|
/***/ }),
|
|
265489
265294
|
|
|
265490
265295
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/GeometryRecord.js":
|
|
@@ -266398,7 +266203,6 @@ class TileRecord {
|
|
|
266398
266203
|
TileRecord.RECORD_SIZE = 16;
|
|
266399
266204
|
|
|
266400
266205
|
|
|
266401
|
-
|
|
266402
266206
|
/***/ }),
|
|
266403
266207
|
|
|
266404
266208
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/AttributeTypes.js":
|
|
@@ -266474,7 +266278,6 @@ AttributeTypes.TYPE_FLOAT8 = 7;
|
|
|
266474
266278
|
AttributeTypes.TYPE_COLOR = 8;
|
|
266475
266279
|
|
|
266476
266280
|
|
|
266477
|
-
|
|
266478
266281
|
/***/ }),
|
|
266479
266282
|
|
|
266480
266283
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/AttributeValue.js":
|
|
@@ -266999,7 +266802,6 @@ AttributeValue.FALSE = AttributeValue.createBoolean(false);
|
|
|
266999
266802
|
AttributeValue.TRUE = AttributeValue.createBoolean(true);
|
|
267000
266803
|
|
|
267001
266804
|
|
|
267002
|
-
|
|
267003
266805
|
/***/ }),
|
|
267004
266806
|
|
|
267005
266807
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/BlockIndex.js":
|
|
@@ -267394,7 +267196,6 @@ class CloudPoint {
|
|
|
267394
267196
|
CloudPoint.MODULE = "CloudPoint";
|
|
267395
267197
|
|
|
267396
267198
|
|
|
267397
|
-
|
|
267398
267199
|
/***/ }),
|
|
267399
267200
|
|
|
267400
267201
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/Grid.js":
|
|
@@ -268351,7 +268152,6 @@ class PointDataRaw extends _PointData__WEBPACK_IMPORTED_MODULE_0__.PointData {
|
|
|
268351
268152
|
PointDataRaw.TYPE = 1;
|
|
268352
268153
|
|
|
268353
268154
|
|
|
268354
|
-
|
|
268355
268155
|
/***/ }),
|
|
268356
268156
|
|
|
268357
268157
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/ReadRequest.js":
|
|
@@ -268605,7 +268405,6 @@ ReadRequest.READ_GEOMETRY_AND_COLOR = ReadRequest.getGeometryAndColor();
|
|
|
268605
268405
|
ReadRequest.READ_ALL = ReadRequest.getGeometryAndAttributes();
|
|
268606
268406
|
|
|
268607
268407
|
|
|
268608
|
-
|
|
268609
268408
|
/***/ }),
|
|
268610
268409
|
|
|
268611
268410
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/StandardAttributes.js":
|
|
@@ -268667,7 +268466,6 @@ StandardAttributes.GPS_TIME_OFFSET = 1.0e9;
|
|
|
268667
268466
|
StandardAttributes.GPS_WEEK_SECONDS = 604800.0;
|
|
268668
268467
|
|
|
268669
268468
|
|
|
268670
|
-
|
|
268671
268469
|
/***/ }),
|
|
268672
268470
|
|
|
268673
268471
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/TileIndex.js":
|
|
@@ -269254,7 +269052,6 @@ DataManager.MAX_FILE_CONTENT_SIZE = 128 * 1024;
|
|
|
269254
269052
|
DataManager.POINT_DATA_EXIRE_TIME = 5 * 60.0;
|
|
269255
269053
|
|
|
269256
269054
|
|
|
269257
|
-
|
|
269258
269055
|
/***/ }),
|
|
269259
269056
|
|
|
269260
269057
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/render/FrameData.js":
|
|
@@ -269549,7 +269346,6 @@ class TileLoadSorter {
|
|
|
269549
269346
|
TileLoadSorter._CLASSNAME_ = "orbitgt.pointcloud.render.TileLoadSorter"; // the full name of the original java class
|
|
269550
269347
|
|
|
269551
269348
|
|
|
269552
|
-
|
|
269553
269349
|
/***/ }),
|
|
269554
269350
|
|
|
269555
269351
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/render/ViewTree.js":
|
|
@@ -269928,7 +269724,6 @@ ViewTree.MODULE = "ViewTree";
|
|
|
269928
269724
|
ViewTree.DEBUG = false;
|
|
269929
269725
|
|
|
269930
269726
|
|
|
269931
|
-
|
|
269932
269727
|
/***/ }),
|
|
269933
269728
|
|
|
269934
269729
|
/***/ "../../core/orbitgt/lib/esm/spatial/crs/CRSEngine.js":
|
|
@@ -270158,7 +269953,6 @@ class CRSManager {
|
|
|
270158
269953
|
CRSManager.ENGINE = null;
|
|
270159
269954
|
|
|
270160
269955
|
|
|
270161
|
-
|
|
270162
269956
|
/***/ }),
|
|
270163
269957
|
|
|
270164
269958
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/CRS.js":
|
|
@@ -271109,7 +270903,6 @@ CRS._CACHE_WGS84_3D = null;
|
|
|
271109
270903
|
CRS._CACHE_WGS84_2D = null;
|
|
271110
270904
|
|
|
271111
270905
|
|
|
271112
|
-
|
|
271113
270906
|
/***/ }),
|
|
271114
270907
|
|
|
271115
270908
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/CoordinateSystem.js":
|
|
@@ -271452,7 +271245,6 @@ class CoordinateSystem {
|
|
|
271452
271245
|
CoordinateSystem.MODULE = "CoordinateSystem";
|
|
271453
271246
|
|
|
271454
271247
|
|
|
271455
|
-
|
|
271456
271248
|
/***/ }),
|
|
271457
271249
|
|
|
271458
271250
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/DataFileUnit.js":
|
|
@@ -271569,7 +271361,6 @@ class DataFileUnit {
|
|
|
271569
271361
|
DataFileUnit.DATA_LINES = null;
|
|
271570
271362
|
|
|
271571
271363
|
|
|
271572
|
-
|
|
271573
271364
|
/***/ }),
|
|
271574
271365
|
|
|
271575
271366
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Datum.js":
|
|
@@ -271749,7 +271540,6 @@ Datum.TYPE_GEODETIC = "geodetic";
|
|
|
271749
271540
|
Datum.TYPE_VERTICAL = "vertical";
|
|
271750
271541
|
|
|
271751
271542
|
|
|
271752
|
-
|
|
271753
271543
|
/***/ }),
|
|
271754
271544
|
|
|
271755
271545
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Ellipsoid.js":
|
|
@@ -272310,7 +272100,6 @@ class OnlineRegistry {
|
|
|
272310
272100
|
OnlineRegistry.MODULE = "OnlineRegistry";
|
|
272311
272101
|
|
|
272312
272102
|
|
|
272313
|
-
|
|
272314
272103
|
/***/ }),
|
|
272315
272104
|
|
|
272316
272105
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Operation.js":
|
|
@@ -272671,7 +272460,6 @@ Operation.CONVERSION = 2;
|
|
|
272671
272460
|
Operation.TRANSFORMATION = 3;
|
|
272672
272461
|
|
|
272673
272462
|
|
|
272674
|
-
|
|
272675
272463
|
/***/ }),
|
|
272676
272464
|
|
|
272677
272465
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/OperationMethod.js":
|
|
@@ -273313,7 +273101,6 @@ Registry._UNIT_LIST = null;
|
|
|
273313
273101
|
Registry._CRS_MAP = new _system_collection_StringMap__WEBPACK_IMPORTED_MODULE_1__.StringMap();
|
|
273314
273102
|
|
|
273315
273103
|
|
|
273316
|
-
|
|
273317
273104
|
/***/ }),
|
|
273318
273105
|
|
|
273319
273106
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Transform.js":
|
|
@@ -273726,7 +273513,6 @@ Transform._FULL_TRANSFORM = 8;
|
|
|
273726
273513
|
Transform._VERTICAL = 9;
|
|
273727
273514
|
|
|
273728
273515
|
|
|
273729
|
-
|
|
273730
273516
|
/***/ }),
|
|
273731
273517
|
|
|
273732
273518
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Unit.js":
|
|
@@ -274077,7 +273863,6 @@ Unit._TYPE_TIME = "time";
|
|
|
274077
273863
|
Unit._TYPE_SCALE = "scale";
|
|
274078
273864
|
|
|
274079
273865
|
|
|
274080
|
-
|
|
274081
273866
|
/***/ }),
|
|
274082
273867
|
|
|
274083
273868
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/WellKnownText.js":
|
|
@@ -274608,7 +274393,6 @@ WellKnownText._ARC_SEC_TO_RAD = (1.0 / 3600.0 * Math.PI / 180.0);
|
|
|
274608
274393
|
WellKnownText._CODES = 100000;
|
|
274609
274394
|
|
|
274610
274395
|
|
|
274611
|
-
|
|
274612
274396
|
/***/ }),
|
|
274613
274397
|
|
|
274614
274398
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/WellKnownTextNode.js":
|
|
@@ -274925,7 +274709,6 @@ class HotineObliqueMercator extends _OperationMethod__WEBPACK_IMPORTED_MODULE_0_
|
|
|
274925
274709
|
HotineObliqueMercator.METHOD_CODE = 9812;
|
|
274926
274710
|
|
|
274927
274711
|
|
|
274928
|
-
|
|
274929
274712
|
/***/ }),
|
|
274930
274713
|
|
|
274931
274714
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.js":
|
|
@@ -275063,7 +274846,6 @@ class KrovakObliqueConformalConic extends _OperationMethod__WEBPACK_IMPORTED_MOD
|
|
|
275063
274846
|
KrovakObliqueConformalConic.METHOD_CODE = 9819;
|
|
275064
274847
|
|
|
275065
274848
|
|
|
275066
|
-
|
|
275067
274849
|
/***/ }),
|
|
275068
274850
|
|
|
275069
274851
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js":
|
|
@@ -275150,7 +274932,6 @@ class KrovakObliqueConformalConicEN extends _OperationMethod__WEBPACK_IMPORTED_M
|
|
|
275150
274932
|
KrovakObliqueConformalConicEN.METHOD_CODE = 1041;
|
|
275151
274933
|
|
|
275152
274934
|
|
|
275153
|
-
|
|
275154
274935
|
/***/ }),
|
|
275155
274936
|
|
|
275156
274937
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/LambertConical1SP.js":
|
|
@@ -275292,7 +275073,6 @@ class LambertConical1SP extends _OperationMethod__WEBPACK_IMPORTED_MODULE_0__.Op
|
|
|
275292
275073
|
LambertConical1SP.METHOD_CODE = 9801;
|
|
275293
275074
|
|
|
275294
275075
|
|
|
275295
|
-
|
|
275296
275076
|
/***/ }),
|
|
275297
275077
|
|
|
275298
275078
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/LambertConical2SP.js":
|
|
@@ -275484,7 +275264,6 @@ LambertConical2SP.PI = Math.PI;
|
|
|
275484
275264
|
LambertConical2SP.hPI = 0.5 * Math.PI;
|
|
275485
275265
|
|
|
275486
275266
|
|
|
275487
|
-
|
|
275488
275267
|
/***/ }),
|
|
275489
275268
|
|
|
275490
275269
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/Mercator1SP.js":
|
|
@@ -275609,7 +275388,6 @@ Mercator1SP.METHOD_CODE = 9804;
|
|
|
275609
275388
|
Mercator1SP.QPI = Math.PI / 4.0;
|
|
275610
275389
|
|
|
275611
275390
|
|
|
275612
|
-
|
|
275613
275391
|
/***/ }),
|
|
275614
275392
|
|
|
275615
275393
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/ObliqueMercator.js":
|
|
@@ -275795,7 +275573,6 @@ ObliqueMercator.METHOD_CODE = 9815; // Hotine Variant B
|
|
|
275795
275573
|
ObliqueMercator.PI = Math.PI;
|
|
275796
275574
|
|
|
275797
275575
|
|
|
275798
|
-
|
|
275799
275576
|
/***/ }),
|
|
275800
275577
|
|
|
275801
275578
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/ObliqueStereographic.js":
|
|
@@ -276016,7 +275793,6 @@ ObliqueStereographic.METHOD_CODE = 9809;
|
|
|
276016
275793
|
ObliqueStereographic.PI = Math.PI;
|
|
276017
275794
|
|
|
276018
275795
|
|
|
276019
|
-
|
|
276020
275796
|
/***/ }),
|
|
276021
275797
|
|
|
276022
275798
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/TransverseMercator.js":
|
|
@@ -276212,7 +275988,6 @@ TransverseMercator.METHOD_CODE = 9807;
|
|
|
276212
275988
|
TransverseMercator.PI = Math.PI;
|
|
276213
275989
|
|
|
276214
275990
|
|
|
276215
|
-
|
|
276216
275991
|
/***/ }),
|
|
276217
275992
|
|
|
276218
275993
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/transformation/PositionVector.js":
|
|
@@ -276357,7 +276132,6 @@ class PositionVector extends _OperationMethod__WEBPACK_IMPORTED_MODULE_0__.Opera
|
|
|
276357
276132
|
PositionVector.METHOD_CODE = 9606;
|
|
276358
276133
|
|
|
276359
276134
|
|
|
276360
|
-
|
|
276361
276135
|
/***/ }),
|
|
276362
276136
|
|
|
276363
276137
|
/***/ "../../core/orbitgt/lib/esm/spatial/geom/Bounds.js":
|
|
@@ -278424,7 +278198,6 @@ class Uint16Buffer {
|
|
|
278424
278198
|
Uint16Buffer.BYTES_PER_ELEMENT = 2;
|
|
278425
278199
|
|
|
278426
278200
|
|
|
278427
|
-
|
|
278428
278201
|
/***/ }),
|
|
278429
278202
|
|
|
278430
278203
|
/***/ "../../core/orbitgt/lib/esm/system/buffer/Uint8Buffer.js":
|
|
@@ -278502,7 +278275,6 @@ class Uint8Buffer {
|
|
|
278502
278275
|
Uint8Buffer.BYTES_PER_ELEMENT = 1;
|
|
278503
278276
|
|
|
278504
278277
|
|
|
278505
|
-
|
|
278506
278278
|
/***/ }),
|
|
278507
278279
|
|
|
278508
278280
|
/***/ "../../core/orbitgt/lib/esm/system/collection/AList.js":
|
|
@@ -279509,7 +279281,6 @@ ALong.MAX_VALUE = new ALong(ALong._U31 - 1.0, ALong._U32 - 1.0);
|
|
|
279509
279281
|
ALong.MIN_VALUE = new ALong(ALong._U31, 0.0);
|
|
279510
279282
|
|
|
279511
279283
|
|
|
279512
|
-
|
|
279513
279284
|
/***/ }),
|
|
279514
279285
|
|
|
279515
279286
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/ASystem.js":
|
|
@@ -279552,7 +279323,6 @@ class ASystem {
|
|
|
279552
279323
|
ASystem.TIME0 = new Date().getTime();
|
|
279553
279324
|
|
|
279554
279325
|
|
|
279555
|
-
|
|
279556
279326
|
/***/ }),
|
|
279557
279327
|
|
|
279558
279328
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/Downloader.js":
|
|
@@ -279602,7 +279372,6 @@ class Downloader {
|
|
|
279602
279372
|
Downloader.INSTANCE = null;
|
|
279603
279373
|
|
|
279604
279374
|
|
|
279605
|
-
|
|
279606
279375
|
/***/ }),
|
|
279607
279376
|
|
|
279608
279377
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/DownloaderXhr.js":
|
|
@@ -279798,7 +279567,6 @@ class Message {
|
|
|
279798
279567
|
Message.DISPLAY = false;
|
|
279799
279568
|
|
|
279800
279569
|
|
|
279801
|
-
|
|
279802
279570
|
/***/ }),
|
|
279803
279571
|
|
|
279804
279572
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/Numbers.js":
|
|
@@ -279898,7 +279666,6 @@ Numbers.F32_BUFFER1 = new Float32Array(Numbers.BUFFER1);
|
|
|
279898
279666
|
Numbers.F64_BUFFER1 = new Float64Array(Numbers.BUFFER1);
|
|
279899
279667
|
|
|
279900
279668
|
|
|
279901
|
-
|
|
279902
279669
|
/***/ }),
|
|
279903
279670
|
|
|
279904
279671
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/Strings.js":
|
|
@@ -280099,7 +279866,6 @@ Strings.NL = String.fromCharCode(10);
|
|
|
280099
279866
|
Strings.CR_NL = String.fromCharCode(13) + String.fromCharCode(10);
|
|
280100
279867
|
|
|
280101
279868
|
|
|
280102
|
-
|
|
280103
279869
|
/***/ }),
|
|
280104
279870
|
|
|
280105
279871
|
/***/ "../../core/orbitgt/lib/esm/system/storage/CacheList.js":
|
|
@@ -280340,7 +280106,6 @@ class ContentLoader {
|
|
|
280340
280106
|
ContentLoader.MODULE = "ContentLoader";
|
|
280341
280107
|
|
|
280342
280108
|
|
|
280343
|
-
|
|
280344
280109
|
/***/ }),
|
|
280345
280110
|
|
|
280346
280111
|
/***/ "../../core/orbitgt/lib/esm/system/storage/FileContent.js":
|
|
@@ -280866,7 +280631,6 @@ QuantityConstants._LOCALE_DECIMAL_SEPARATOR = "";
|
|
|
280866
280631
|
QuantityConstants._LOCALE_THOUSAND_SEPARATOR = "";
|
|
280867
280632
|
|
|
280868
280633
|
|
|
280869
|
-
|
|
280870
280634
|
/***/ }),
|
|
280871
280635
|
|
|
280872
280636
|
/***/ "../../core/quantity/lib/esm/Exception.js":
|
|
@@ -281983,7 +281747,6 @@ class Formatter {
|
|
|
281983
281747
|
Formatter.FPV_MINTHRESHOLD = 1.0e-14;
|
|
281984
281748
|
|
|
281985
281749
|
|
|
281986
|
-
|
|
281987
281750
|
/***/ }),
|
|
281988
281751
|
|
|
281989
281752
|
/***/ "../../core/quantity/lib/esm/Formatter/FormatterSpec.js":
|
|
@@ -282754,7 +282517,6 @@ class Parser {
|
|
|
282754
282517
|
Parser._log = false;
|
|
282755
282518
|
|
|
282756
282519
|
|
|
282757
|
-
|
|
282758
282520
|
/***/ }),
|
|
282759
282521
|
|
|
282760
282522
|
/***/ "../../core/quantity/lib/esm/ParserSpec.js":
|
|
@@ -283516,7 +283278,6 @@ Capabilities.requiredFeatures = [
|
|
|
283516
283278
|
];
|
|
283517
283279
|
|
|
283518
283280
|
|
|
283519
|
-
|
|
283520
283281
|
/***/ }),
|
|
283521
283282
|
|
|
283522
283283
|
/***/ "../../core/webgl-compatibility/lib/esm/RenderCompatibility.js":
|
|
@@ -283993,8 +283754,8 @@ class TestContext {
|
|
|
283993
283754
|
console.log("TestSetup: Done"); // eslint-disable-line
|
|
283994
283755
|
}
|
|
283995
283756
|
}
|
|
283996
|
-
TestContext._instance = undefined;
|
|
283997
283757
|
exports.TestContext = TestContext;
|
|
283758
|
+
TestContext._instance = undefined;
|
|
283998
283759
|
|
|
283999
283760
|
|
|
284000
283761
|
/***/ }),
|
|
@@ -284602,7 +284363,6 @@ class UiAdmin {
|
|
|
284602
284363
|
UiAdmin.onGenericUiEvent = new GenericUiEvent();
|
|
284603
284364
|
|
|
284604
284365
|
|
|
284605
|
-
|
|
284606
284366
|
/***/ }),
|
|
284607
284367
|
|
|
284608
284368
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/UiItemsManager.js":
|
|
@@ -284809,7 +284569,6 @@ UiItemsManager._registeredUiItemsProviders = new Map();
|
|
|
284809
284569
|
UiItemsManager.onUiProviderRegisteredEvent = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
284810
284570
|
|
|
284811
284571
|
|
|
284812
|
-
|
|
284813
284572
|
/***/ }),
|
|
284814
284573
|
|
|
284815
284574
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/UiItemsProvider.js":
|
|
@@ -284910,7 +284669,6 @@ BackstageItemUtilities.createActionItem = (itemId, groupPriority, itemPriority,
|
|
|
284910
284669
|
});
|
|
284911
284670
|
|
|
284912
284671
|
|
|
284913
|
-
|
|
284914
284672
|
/***/ }),
|
|
284915
284673
|
|
|
284916
284674
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/backstage/BackstageItemsManager.js":
|
|
@@ -285116,6 +284874,7 @@ var SpecialKey;
|
|
|
285116
284874
|
SpecialKey["ArrowUp"] = "ArrowUp";
|
|
285117
284875
|
SpecialKey["ArrowDown"] = "ArrowDown";
|
|
285118
284876
|
SpecialKey["Enter"] = "Enter";
|
|
284877
|
+
// eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
|
|
285119
284878
|
SpecialKey["Return"] = "Enter";
|
|
285120
284879
|
SpecialKey["Space"] = " ";
|
|
285121
284880
|
SpecialKey["Backspace"] = "Backspace";
|
|
@@ -285274,7 +285033,6 @@ StandardContentLayouts.availableLayouts = [
|
|
|
285274
285033
|
];
|
|
285275
285034
|
|
|
285276
285035
|
|
|
285277
|
-
|
|
285278
285036
|
/***/ }),
|
|
285279
285037
|
|
|
285280
285038
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/dialogs/DialogItem.js":
|
|
@@ -285600,7 +285358,6 @@ UiLayoutDataProvider.getPropertyRecord = (dialogItem) => {
|
|
|
285600
285358
|
record.isDisabled = UiLayoutDataProvider.getItemDisabledState(dialogItem);
|
|
285601
285359
|
return record;
|
|
285602
285360
|
};
|
|
285603
|
-
|
|
285604
285361
|
/** [[DialogLayoutDataProvider]] Abstract class that allows property values to be passed between hosting API and Dialog that generates and arranges components dynamically
|
|
285605
285362
|
* including the buttons at the bottom of the dialog.
|
|
285606
285363
|
* @public
|
|
@@ -286757,7 +286514,6 @@ AbstractStatusBarItemUtilities.createLabelItem = (id, section, itemPriority, ico
|
|
|
286757
286514
|
});
|
|
286758
286515
|
|
|
286759
286516
|
|
|
286760
|
-
|
|
286761
286517
|
/***/ }),
|
|
286762
286518
|
|
|
286763
286519
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/statusbar/StatusBarItemsManager.js":
|
|
@@ -286984,7 +286740,6 @@ ToolbarItemUtilities.createGroupButton = (id, itemPriority, icon, label, items,
|
|
|
286984
286740
|
});
|
|
286985
286741
|
|
|
286986
286742
|
|
|
286987
|
-
|
|
286988
286743
|
/***/ }),
|
|
286989
286744
|
|
|
286990
286745
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/toolbars/ToolbarItemsManager.js":
|
|
@@ -287298,7 +287053,6 @@ IconSpecUtilities.SVG_PREFIX = "svg:";
|
|
|
287298
287053
|
IconSpecUtilities.WEB_COMPONENT_PREFIX = "webSvg:";
|
|
287299
287054
|
|
|
287300
287055
|
|
|
287301
|
-
|
|
287302
287056
|
/***/ }),
|
|
287303
287057
|
|
|
287304
287058
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/utils/PointProps.js":
|
|
@@ -289465,9 +289219,9 @@ const gBase64 = {
|
|
|
289465
289219
|
|
|
289466
289220
|
/***/ }),
|
|
289467
289221
|
|
|
289468
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289222
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js":
|
|
289469
289223
|
/*!******************************************************************************************************************************!*\
|
|
289470
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289224
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js ***!
|
|
289471
289225
|
\******************************************************************************************************************************/
|
|
289472
289226
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289473
289227
|
|
|
@@ -289484,9 +289238,9 @@ function _arrayLikeToArray(arr, len) {
|
|
|
289484
289238
|
|
|
289485
289239
|
/***/ }),
|
|
289486
289240
|
|
|
289487
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289241
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js":
|
|
289488
289242
|
/*!****************************************************************************************************************************!*\
|
|
289489
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289243
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js ***!
|
|
289490
289244
|
\****************************************************************************************************************************/
|
|
289491
289245
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289492
289246
|
|
|
@@ -289501,9 +289255,9 @@ function _arrayWithHoles(arr) {
|
|
|
289501
289255
|
|
|
289502
289256
|
/***/ }),
|
|
289503
289257
|
|
|
289504
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289258
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js":
|
|
289505
289259
|
/*!***********************************************************************************************************************************!*\
|
|
289506
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289260
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js ***!
|
|
289507
289261
|
\***********************************************************************************************************************************/
|
|
289508
289262
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289509
289263
|
|
|
@@ -289521,9 +289275,9 @@ function _assertThisInitialized(self) {
|
|
|
289521
289275
|
|
|
289522
289276
|
/***/ }),
|
|
289523
289277
|
|
|
289524
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289278
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/classCallCheck.js":
|
|
289525
289279
|
/*!****************************************************************************************************************************!*\
|
|
289526
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289280
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/classCallCheck.js ***!
|
|
289527
289281
|
\****************************************************************************************************************************/
|
|
289528
289282
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289529
289283
|
|
|
@@ -289540,9 +289294,9 @@ function _classCallCheck(instance, Constructor) {
|
|
|
289540
289294
|
|
|
289541
289295
|
/***/ }),
|
|
289542
289296
|
|
|
289543
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289297
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/createClass.js":
|
|
289544
289298
|
/*!*************************************************************************************************************************!*\
|
|
289545
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289299
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/createClass.js ***!
|
|
289546
289300
|
\*************************************************************************************************************************/
|
|
289547
289301
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289548
289302
|
|
|
@@ -289551,7 +289305,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
289551
289305
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
289552
289306
|
/* harmony export */ "default": () => (/* binding */ _createClass)
|
|
289553
289307
|
/* harmony export */ });
|
|
289554
|
-
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289308
|
+
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js");
|
|
289555
289309
|
|
|
289556
289310
|
function _defineProperties(target, props) {
|
|
289557
289311
|
for (var i = 0; i < props.length; i++) {
|
|
@@ -289573,9 +289327,9 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
289573
289327
|
|
|
289574
289328
|
/***/ }),
|
|
289575
289329
|
|
|
289576
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289330
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/defineProperty.js":
|
|
289577
289331
|
/*!****************************************************************************************************************************!*\
|
|
289578
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289332
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
|
|
289579
289333
|
\****************************************************************************************************************************/
|
|
289580
289334
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289581
289335
|
|
|
@@ -289584,7 +289338,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
289584
289338
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
289585
289339
|
/* harmony export */ "default": () => (/* binding */ _defineProperty)
|
|
289586
289340
|
/* harmony export */ });
|
|
289587
|
-
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289341
|
+
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js");
|
|
289588
289342
|
|
|
289589
289343
|
function _defineProperty(obj, key, value) {
|
|
289590
289344
|
key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
|
|
@@ -289603,9 +289357,9 @@ function _defineProperty(obj, key, value) {
|
|
|
289603
289357
|
|
|
289604
289358
|
/***/ }),
|
|
289605
289359
|
|
|
289606
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289360
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js":
|
|
289607
289361
|
/*!****************************************************************************************************************************!*\
|
|
289608
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289362
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js ***!
|
|
289609
289363
|
\****************************************************************************************************************************/
|
|
289610
289364
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289611
289365
|
|
|
@@ -289623,9 +289377,9 @@ function _getPrototypeOf(o) {
|
|
|
289623
289377
|
|
|
289624
289378
|
/***/ }),
|
|
289625
289379
|
|
|
289626
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289380
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/inherits.js":
|
|
289627
289381
|
/*!**********************************************************************************************************************!*\
|
|
289628
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289382
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/inherits.js ***!
|
|
289629
289383
|
\**********************************************************************************************************************/
|
|
289630
289384
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289631
289385
|
|
|
@@ -289634,7 +289388,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
289634
289388
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
289635
289389
|
/* harmony export */ "default": () => (/* binding */ _inherits)
|
|
289636
289390
|
/* harmony export */ });
|
|
289637
|
-
/* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./setPrototypeOf.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289391
|
+
/* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./setPrototypeOf.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js");
|
|
289638
289392
|
|
|
289639
289393
|
function _inherits(subClass, superClass) {
|
|
289640
289394
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -289655,9 +289409,9 @@ function _inherits(subClass, superClass) {
|
|
|
289655
289409
|
|
|
289656
289410
|
/***/ }),
|
|
289657
289411
|
|
|
289658
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289412
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/iterableToArray.js":
|
|
289659
289413
|
/*!*****************************************************************************************************************************!*\
|
|
289660
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289414
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/iterableToArray.js ***!
|
|
289661
289415
|
\*****************************************************************************************************************************/
|
|
289662
289416
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289663
289417
|
|
|
@@ -289672,9 +289426,9 @@ function _iterableToArray(iter) {
|
|
|
289672
289426
|
|
|
289673
289427
|
/***/ }),
|
|
289674
289428
|
|
|
289675
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289429
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js":
|
|
289676
289430
|
/*!*****************************************************************************************************************************!*\
|
|
289677
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289431
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js ***!
|
|
289678
289432
|
\*****************************************************************************************************************************/
|
|
289679
289433
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289680
289434
|
|
|
@@ -289689,9 +289443,9 @@ function _nonIterableRest() {
|
|
|
289689
289443
|
|
|
289690
289444
|
/***/ }),
|
|
289691
289445
|
|
|
289692
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289446
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js":
|
|
289693
289447
|
/*!***************************************************************************************************************************************!*\
|
|
289694
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289448
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js ***!
|
|
289695
289449
|
\***************************************************************************************************************************************/
|
|
289696
289450
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289697
289451
|
|
|
@@ -289700,8 +289454,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
289700
289454
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
289701
289455
|
/* harmony export */ "default": () => (/* binding */ _possibleConstructorReturn)
|
|
289702
289456
|
/* harmony export */ });
|
|
289703
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289704
|
-
/* harmony import */ var _assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./assertThisInitialized.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289457
|
+
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/typeof.js");
|
|
289458
|
+
/* harmony import */ var _assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./assertThisInitialized.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js");
|
|
289705
289459
|
|
|
289706
289460
|
|
|
289707
289461
|
function _possibleConstructorReturn(self, call) {
|
|
@@ -289715,9 +289469,9 @@ function _possibleConstructorReturn(self, call) {
|
|
|
289715
289469
|
|
|
289716
289470
|
/***/ }),
|
|
289717
289471
|
|
|
289718
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289472
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js":
|
|
289719
289473
|
/*!****************************************************************************************************************************!*\
|
|
289720
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289474
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js ***!
|
|
289721
289475
|
\****************************************************************************************************************************/
|
|
289722
289476
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289723
289477
|
|
|
@@ -289736,9 +289490,9 @@ function _setPrototypeOf(o, p) {
|
|
|
289736
289490
|
|
|
289737
289491
|
/***/ }),
|
|
289738
289492
|
|
|
289739
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289493
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toArray.js":
|
|
289740
289494
|
/*!*********************************************************************************************************************!*\
|
|
289741
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289495
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toArray.js ***!
|
|
289742
289496
|
\*********************************************************************************************************************/
|
|
289743
289497
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289744
289498
|
|
|
@@ -289747,10 +289501,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
289747
289501
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
289748
289502
|
/* harmony export */ "default": () => (/* binding */ _toArray)
|
|
289749
289503
|
/* harmony export */ });
|
|
289750
|
-
/* harmony import */ var _arrayWithHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayWithHoles.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289751
|
-
/* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./iterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289752
|
-
/* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289753
|
-
/* harmony import */ var _nonIterableRest_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./nonIterableRest.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289504
|
+
/* harmony import */ var _arrayWithHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayWithHoles.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js");
|
|
289505
|
+
/* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./iterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/iterableToArray.js");
|
|
289506
|
+
/* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js");
|
|
289507
|
+
/* harmony import */ var _nonIterableRest_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./nonIterableRest.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js");
|
|
289754
289508
|
|
|
289755
289509
|
|
|
289756
289510
|
|
|
@@ -289761,9 +289515,9 @@ function _toArray(arr) {
|
|
|
289761
289515
|
|
|
289762
289516
|
/***/ }),
|
|
289763
289517
|
|
|
289764
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289518
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPrimitive.js":
|
|
289765
289519
|
/*!*************************************************************************************************************************!*\
|
|
289766
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289520
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
|
|
289767
289521
|
\*************************************************************************************************************************/
|
|
289768
289522
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289769
289523
|
|
|
@@ -289772,7 +289526,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
289772
289526
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
289773
289527
|
/* harmony export */ "default": () => (/* binding */ toPrimitive)
|
|
289774
289528
|
/* harmony export */ });
|
|
289775
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289529
|
+
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/typeof.js");
|
|
289776
289530
|
|
|
289777
289531
|
function toPrimitive(t, r) {
|
|
289778
289532
|
if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
|
|
@@ -289787,9 +289541,9 @@ function toPrimitive(t, r) {
|
|
|
289787
289541
|
|
|
289788
289542
|
/***/ }),
|
|
289789
289543
|
|
|
289790
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289544
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js":
|
|
289791
289545
|
/*!***************************************************************************************************************************!*\
|
|
289792
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289546
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
|
|
289793
289547
|
\***************************************************************************************************************************/
|
|
289794
289548
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289795
289549
|
|
|
@@ -289798,8 +289552,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
289798
289552
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
289799
289553
|
/* harmony export */ "default": () => (/* binding */ toPropertyKey)
|
|
289800
289554
|
/* harmony export */ });
|
|
289801
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289802
|
-
/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289555
|
+
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/typeof.js");
|
|
289556
|
+
/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPrimitive.js");
|
|
289803
289557
|
|
|
289804
289558
|
|
|
289805
289559
|
function toPropertyKey(t) {
|
|
@@ -289809,9 +289563,9 @@ function toPropertyKey(t) {
|
|
|
289809
289563
|
|
|
289810
289564
|
/***/ }),
|
|
289811
289565
|
|
|
289812
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289566
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/typeof.js":
|
|
289813
289567
|
/*!********************************************************************************************************************!*\
|
|
289814
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289568
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/typeof.js ***!
|
|
289815
289569
|
\********************************************************************************************************************/
|
|
289816
289570
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289817
289571
|
|
|
@@ -289832,9 +289586,9 @@ function _typeof(o) {
|
|
|
289832
289586
|
|
|
289833
289587
|
/***/ }),
|
|
289834
289588
|
|
|
289835
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289589
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js":
|
|
289836
289590
|
/*!****************************************************************************************************************************************!*\
|
|
289837
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289591
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js ***!
|
|
289838
289592
|
\****************************************************************************************************************************************/
|
|
289839
289593
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289840
289594
|
|
|
@@ -289843,7 +289597,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
289843
289597
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
289844
289598
|
/* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
|
|
289845
289599
|
/* harmony export */ });
|
|
289846
|
-
/* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
289600
|
+
/* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js");
|
|
289847
289601
|
|
|
289848
289602
|
function _unsupportedIterableToArray(o, minLen) {
|
|
289849
289603
|
if (!o) return;
|
|
@@ -289856,9 +289610,9 @@ function _unsupportedIterableToArray(o, minLen) {
|
|
|
289856
289610
|
|
|
289857
289611
|
/***/ }),
|
|
289858
289612
|
|
|
289859
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289613
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/adapters.js":
|
|
289860
289614
|
/*!****************************************************************************************************!*\
|
|
289861
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289615
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/adapters.js ***!
|
|
289862
289616
|
\****************************************************************************************************/
|
|
289863
289617
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289864
289618
|
|
|
@@ -289867,10 +289621,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
289867
289621
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
289868
289622
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
289869
289623
|
/* harmony export */ });
|
|
289870
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289871
|
-
/* harmony import */ var _http_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./http.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289872
|
-
/* harmony import */ var _xhr_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./xhr.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289873
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289624
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
289625
|
+
/* harmony import */ var _http_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./http.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/null.js");
|
|
289626
|
+
/* harmony import */ var _xhr_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./xhr.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/xhr.js");
|
|
289627
|
+
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js");
|
|
289874
289628
|
|
|
289875
289629
|
|
|
289876
289630
|
|
|
@@ -289952,9 +289706,9 @@ const isResolvedHandle = (adapter) => _utils_js__WEBPACK_IMPORTED_MODULE_2__["de
|
|
|
289952
289706
|
|
|
289953
289707
|
/***/ }),
|
|
289954
289708
|
|
|
289955
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289709
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/xhr.js":
|
|
289956
289710
|
/*!***********************************************************************************************!*\
|
|
289957
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289711
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/xhr.js ***!
|
|
289958
289712
|
\***********************************************************************************************/
|
|
289959
289713
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
289960
289714
|
|
|
@@ -289963,19 +289717,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
289963
289717
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
289964
289718
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
289965
289719
|
/* harmony export */ });
|
|
289966
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289967
|
-
/* harmony import */ var _core_settle_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./../core/settle.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289968
|
-
/* harmony import */ var _helpers_cookies_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./../helpers/cookies.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289969
|
-
/* harmony import */ var _helpers_buildURL_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./../helpers/buildURL.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289970
|
-
/* harmony import */ var _core_buildFullPath_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../core/buildFullPath.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289971
|
-
/* harmony import */ var _helpers_isURLSameOrigin_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./../helpers/isURLSameOrigin.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289972
|
-
/* harmony import */ var _defaults_transitional_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../defaults/transitional.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289973
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289974
|
-
/* harmony import */ var _cancel_CanceledError_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../cancel/CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289975
|
-
/* harmony import */ var _helpers_parseProtocol_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../helpers/parseProtocol.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289976
|
-
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289977
|
-
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289978
|
-
/* harmony import */ var _helpers_speedometer_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../helpers/speedometer.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289720
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
289721
|
+
/* harmony import */ var _core_settle_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./../core/settle.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/settle.js");
|
|
289722
|
+
/* harmony import */ var _helpers_cookies_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./../helpers/cookies.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/cookies.js");
|
|
289723
|
+
/* harmony import */ var _helpers_buildURL_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./../helpers/buildURL.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/buildURL.js");
|
|
289724
|
+
/* harmony import */ var _core_buildFullPath_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../core/buildFullPath.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/buildFullPath.js");
|
|
289725
|
+
/* harmony import */ var _helpers_isURLSameOrigin_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./../helpers/isURLSameOrigin.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isURLSameOrigin.js");
|
|
289726
|
+
/* harmony import */ var _defaults_transitional_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../defaults/transitional.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/transitional.js");
|
|
289727
|
+
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js");
|
|
289728
|
+
/* harmony import */ var _cancel_CanceledError_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../cancel/CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CanceledError.js");
|
|
289729
|
+
/* harmony import */ var _helpers_parseProtocol_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../helpers/parseProtocol.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseProtocol.js");
|
|
289730
|
+
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/index.js");
|
|
289731
|
+
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js");
|
|
289732
|
+
/* harmony import */ var _helpers_speedometer_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../helpers/speedometer.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/speedometer.js");
|
|
289979
289733
|
|
|
289980
289734
|
|
|
289981
289735
|
|
|
@@ -290240,9 +289994,9 @@ const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
|
|
|
290240
289994
|
|
|
290241
289995
|
/***/ }),
|
|
290242
289996
|
|
|
290243
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289997
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/axios.js":
|
|
290244
289998
|
/*!****************************************************************************************!*\
|
|
290245
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
289999
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/axios.js ***!
|
|
290246
290000
|
\****************************************************************************************/
|
|
290247
290001
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
290248
290002
|
|
|
@@ -290251,23 +290005,23 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
290251
290005
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
290252
290006
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
290253
290007
|
/* harmony export */ });
|
|
290254
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290255
|
-
/* harmony import */ var _helpers_bind_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./helpers/bind.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290256
|
-
/* harmony import */ var _core_Axios_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./core/Axios.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290257
|
-
/* harmony import */ var _core_mergeConfig_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./core/mergeConfig.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290258
|
-
/* harmony import */ var _defaults_index_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./defaults/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290259
|
-
/* harmony import */ var _helpers_formDataToJSON_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./helpers/formDataToJSON.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290260
|
-
/* harmony import */ var _cancel_CanceledError_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./cancel/CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290261
|
-
/* harmony import */ var _cancel_CancelToken_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./cancel/CancelToken.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290262
|
-
/* harmony import */ var _cancel_isCancel_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./cancel/isCancel.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290263
|
-
/* harmony import */ var _env_data_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./env/data.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290264
|
-
/* harmony import */ var _helpers_toFormData_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./helpers/toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290265
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290266
|
-
/* harmony import */ var _helpers_spread_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./helpers/spread.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290267
|
-
/* harmony import */ var _helpers_isAxiosError_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./helpers/isAxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290268
|
-
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290269
|
-
/* harmony import */ var _adapters_adapters_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./adapters/adapters.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290270
|
-
/* harmony import */ var _helpers_HttpStatusCode_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./helpers/HttpStatusCode.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290008
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
290009
|
+
/* harmony import */ var _helpers_bind_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./helpers/bind.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/bind.js");
|
|
290010
|
+
/* harmony import */ var _core_Axios_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./core/Axios.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/Axios.js");
|
|
290011
|
+
/* harmony import */ var _core_mergeConfig_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./core/mergeConfig.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/mergeConfig.js");
|
|
290012
|
+
/* harmony import */ var _defaults_index_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./defaults/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/index.js");
|
|
290013
|
+
/* harmony import */ var _helpers_formDataToJSON_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./helpers/formDataToJSON.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/formDataToJSON.js");
|
|
290014
|
+
/* harmony import */ var _cancel_CanceledError_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./cancel/CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CanceledError.js");
|
|
290015
|
+
/* harmony import */ var _cancel_CancelToken_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./cancel/CancelToken.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CancelToken.js");
|
|
290016
|
+
/* harmony import */ var _cancel_isCancel_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./cancel/isCancel.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/isCancel.js");
|
|
290017
|
+
/* harmony import */ var _env_data_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./env/data.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/env/data.js");
|
|
290018
|
+
/* harmony import */ var _helpers_toFormData_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./helpers/toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toFormData.js");
|
|
290019
|
+
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js");
|
|
290020
|
+
/* harmony import */ var _helpers_spread_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./helpers/spread.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/spread.js");
|
|
290021
|
+
/* harmony import */ var _helpers_isAxiosError_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./helpers/isAxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAxiosError.js");
|
|
290022
|
+
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js");
|
|
290023
|
+
/* harmony import */ var _adapters_adapters_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./adapters/adapters.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/adapters.js");
|
|
290024
|
+
/* harmony import */ var _helpers_HttpStatusCode_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./helpers/HttpStatusCode.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/HttpStatusCode.js");
|
|
290271
290025
|
|
|
290272
290026
|
|
|
290273
290027
|
|
|
@@ -290361,9 +290115,9 @@ axios.default = axios;
|
|
|
290361
290115
|
|
|
290362
290116
|
/***/ }),
|
|
290363
290117
|
|
|
290364
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290118
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CancelToken.js":
|
|
290365
290119
|
/*!*****************************************************************************************************!*\
|
|
290366
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290120
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CancelToken.js ***!
|
|
290367
290121
|
\*****************************************************************************************************/
|
|
290368
290122
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
290369
290123
|
|
|
@@ -290372,7 +290126,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
290372
290126
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
290373
290127
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
290374
290128
|
/* harmony export */ });
|
|
290375
|
-
/* harmony import */ var _CanceledError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290129
|
+
/* harmony import */ var _CanceledError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CanceledError.js");
|
|
290376
290130
|
|
|
290377
290131
|
|
|
290378
290132
|
|
|
@@ -290498,9 +290252,9 @@ class CancelToken {
|
|
|
290498
290252
|
|
|
290499
290253
|
/***/ }),
|
|
290500
290254
|
|
|
290501
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290255
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CanceledError.js":
|
|
290502
290256
|
/*!*******************************************************************************************************!*\
|
|
290503
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290257
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CanceledError.js ***!
|
|
290504
290258
|
\*******************************************************************************************************/
|
|
290505
290259
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
290506
290260
|
|
|
@@ -290509,8 +290263,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
290509
290263
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
290510
290264
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
290511
290265
|
/* harmony export */ });
|
|
290512
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290513
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290266
|
+
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js");
|
|
290267
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
290514
290268
|
|
|
290515
290269
|
|
|
290516
290270
|
|
|
@@ -290540,9 +290294,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_1__["default"].inherits(CanceledError, _core_
|
|
|
290540
290294
|
|
|
290541
290295
|
/***/ }),
|
|
290542
290296
|
|
|
290543
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290297
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/isCancel.js":
|
|
290544
290298
|
/*!**************************************************************************************************!*\
|
|
290545
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290299
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/isCancel.js ***!
|
|
290546
290300
|
\**************************************************************************************************/
|
|
290547
290301
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
290548
290302
|
|
|
@@ -290560,9 +290314,9 @@ function isCancel(value) {
|
|
|
290560
290314
|
|
|
290561
290315
|
/***/ }),
|
|
290562
290316
|
|
|
290563
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290317
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/Axios.js":
|
|
290564
290318
|
/*!*********************************************************************************************!*\
|
|
290565
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290319
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/Axios.js ***!
|
|
290566
290320
|
\*********************************************************************************************/
|
|
290567
290321
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
290568
290322
|
|
|
@@ -290571,14 +290325,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
290571
290325
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
290572
290326
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
290573
290327
|
/* harmony export */ });
|
|
290574
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290575
|
-
/* harmony import */ var _helpers_buildURL_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../helpers/buildURL.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290576
|
-
/* harmony import */ var _InterceptorManager_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./InterceptorManager.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290577
|
-
/* harmony import */ var _dispatchRequest_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./dispatchRequest.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290578
|
-
/* harmony import */ var _mergeConfig_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./mergeConfig.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290579
|
-
/* harmony import */ var _buildFullPath_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./buildFullPath.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290580
|
-
/* harmony import */ var _helpers_validator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../helpers/validator.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290581
|
-
/* harmony import */ var _AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290328
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
290329
|
+
/* harmony import */ var _helpers_buildURL_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../helpers/buildURL.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/buildURL.js");
|
|
290330
|
+
/* harmony import */ var _InterceptorManager_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./InterceptorManager.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/InterceptorManager.js");
|
|
290331
|
+
/* harmony import */ var _dispatchRequest_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./dispatchRequest.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/dispatchRequest.js");
|
|
290332
|
+
/* harmony import */ var _mergeConfig_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./mergeConfig.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/mergeConfig.js");
|
|
290333
|
+
/* harmony import */ var _buildFullPath_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./buildFullPath.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/buildFullPath.js");
|
|
290334
|
+
/* harmony import */ var _helpers_validator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../helpers/validator.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/validator.js");
|
|
290335
|
+
/* harmony import */ var _AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js");
|
|
290582
290336
|
|
|
290583
290337
|
|
|
290584
290338
|
|
|
@@ -290616,31 +290370,7 @@ class Axios {
|
|
|
290616
290370
|
*
|
|
290617
290371
|
* @returns {Promise} The Promise to be fulfilled
|
|
290618
290372
|
*/
|
|
290619
|
-
|
|
290620
|
-
try {
|
|
290621
|
-
return await this._request(configOrUrl, config);
|
|
290622
|
-
} catch (err) {
|
|
290623
|
-
if (err instanceof Error) {
|
|
290624
|
-
let dummy;
|
|
290625
|
-
|
|
290626
|
-
Error.captureStackTrace ? Error.captureStackTrace(dummy = {}) : (dummy = new Error());
|
|
290627
|
-
|
|
290628
|
-
// slice off the Error: ... line
|
|
290629
|
-
const stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : '';
|
|
290630
|
-
|
|
290631
|
-
if (!err.stack) {
|
|
290632
|
-
err.stack = stack;
|
|
290633
|
-
// match without the 2 top stack lines
|
|
290634
|
-
} else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) {
|
|
290635
|
-
err.stack += '\n' + stack
|
|
290636
|
-
}
|
|
290637
|
-
}
|
|
290638
|
-
|
|
290639
|
-
throw err;
|
|
290640
|
-
}
|
|
290641
|
-
}
|
|
290642
|
-
|
|
290643
|
-
_request(configOrUrl, config) {
|
|
290373
|
+
request(configOrUrl, config) {
|
|
290644
290374
|
/*eslint no-param-reassign:0*/
|
|
290645
290375
|
// Allow for axios('example/url'[, config]) a la fetch API
|
|
290646
290376
|
if (typeof configOrUrl === 'string') {
|
|
@@ -290808,9 +290538,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_3__["default"].forEach(['post', 'put', 'patch
|
|
|
290808
290538
|
|
|
290809
290539
|
/***/ }),
|
|
290810
290540
|
|
|
290811
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290541
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js":
|
|
290812
290542
|
/*!**************************************************************************************************!*\
|
|
290813
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290543
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js ***!
|
|
290814
290544
|
\**************************************************************************************************/
|
|
290815
290545
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
290816
290546
|
|
|
@@ -290819,7 +290549,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
290819
290549
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
290820
290550
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
290821
290551
|
/* harmony export */ });
|
|
290822
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290552
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
290823
290553
|
|
|
290824
290554
|
|
|
290825
290555
|
|
|
@@ -290924,9 +290654,9 @@ AxiosError.from = (error, code, config, request, response, customProps) => {
|
|
|
290924
290654
|
|
|
290925
290655
|
/***/ }),
|
|
290926
290656
|
|
|
290927
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290657
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js":
|
|
290928
290658
|
/*!****************************************************************************************************!*\
|
|
290929
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290659
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js ***!
|
|
290930
290660
|
\****************************************************************************************************/
|
|
290931
290661
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
290932
290662
|
|
|
@@ -290935,8 +290665,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
290935
290665
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
290936
290666
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
290937
290667
|
/* harmony export */ });
|
|
290938
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290939
|
-
/* harmony import */ var _helpers_parseHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../helpers/parseHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290668
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
290669
|
+
/* harmony import */ var _helpers_parseHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../helpers/parseHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseHeaders.js");
|
|
290940
290670
|
|
|
290941
290671
|
|
|
290942
290672
|
|
|
@@ -291239,9 +290969,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].freezeMethods(AxiosHeaders);
|
|
|
291239
290969
|
|
|
291240
290970
|
/***/ }),
|
|
291241
290971
|
|
|
291242
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290972
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/InterceptorManager.js":
|
|
291243
290973
|
/*!**********************************************************************************************************!*\
|
|
291244
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290974
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/InterceptorManager.js ***!
|
|
291245
290975
|
\**********************************************************************************************************/
|
|
291246
290976
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
291247
290977
|
|
|
@@ -291250,7 +290980,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
291250
290980
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
291251
290981
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
291252
290982
|
/* harmony export */ });
|
|
291253
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
290983
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
291254
290984
|
|
|
291255
290985
|
|
|
291256
290986
|
|
|
@@ -291326,9 +291056,9 @@ class InterceptorManager {
|
|
|
291326
291056
|
|
|
291327
291057
|
/***/ }),
|
|
291328
291058
|
|
|
291329
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291059
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/buildFullPath.js":
|
|
291330
291060
|
/*!*****************************************************************************************************!*\
|
|
291331
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291061
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/buildFullPath.js ***!
|
|
291332
291062
|
\*****************************************************************************************************/
|
|
291333
291063
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
291334
291064
|
|
|
@@ -291337,8 +291067,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
291337
291067
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
291338
291068
|
/* harmony export */ "default": () => (/* binding */ buildFullPath)
|
|
291339
291069
|
/* harmony export */ });
|
|
291340
|
-
/* harmony import */ var _helpers_isAbsoluteURL_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../helpers/isAbsoluteURL.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291341
|
-
/* harmony import */ var _helpers_combineURLs_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../helpers/combineURLs.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291070
|
+
/* harmony import */ var _helpers_isAbsoluteURL_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../helpers/isAbsoluteURL.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAbsoluteURL.js");
|
|
291071
|
+
/* harmony import */ var _helpers_combineURLs_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../helpers/combineURLs.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/combineURLs.js");
|
|
291342
291072
|
|
|
291343
291073
|
|
|
291344
291074
|
|
|
@@ -291364,9 +291094,9 @@ function buildFullPath(baseURL, requestedURL) {
|
|
|
291364
291094
|
|
|
291365
291095
|
/***/ }),
|
|
291366
291096
|
|
|
291367
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291097
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/dispatchRequest.js":
|
|
291368
291098
|
/*!*******************************************************************************************************!*\
|
|
291369
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291099
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/dispatchRequest.js ***!
|
|
291370
291100
|
\*******************************************************************************************************/
|
|
291371
291101
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
291372
291102
|
|
|
@@ -291375,12 +291105,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
291375
291105
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
291376
291106
|
/* harmony export */ "default": () => (/* binding */ dispatchRequest)
|
|
291377
291107
|
/* harmony export */ });
|
|
291378
|
-
/* harmony import */ var _transformData_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./transformData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291379
|
-
/* harmony import */ var _cancel_isCancel_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../cancel/isCancel.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291380
|
-
/* harmony import */ var _defaults_index_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../defaults/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291381
|
-
/* harmony import */ var _cancel_CanceledError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../cancel/CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291382
|
-
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291383
|
-
/* harmony import */ var _adapters_adapters_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../adapters/adapters.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291108
|
+
/* harmony import */ var _transformData_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./transformData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/transformData.js");
|
|
291109
|
+
/* harmony import */ var _cancel_isCancel_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../cancel/isCancel.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/isCancel.js");
|
|
291110
|
+
/* harmony import */ var _defaults_index_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../defaults/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/index.js");
|
|
291111
|
+
/* harmony import */ var _cancel_CanceledError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../cancel/CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CanceledError.js");
|
|
291112
|
+
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js");
|
|
291113
|
+
/* harmony import */ var _adapters_adapters_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../adapters/adapters.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/adapters.js");
|
|
291384
291114
|
|
|
291385
291115
|
|
|
291386
291116
|
|
|
@@ -291466,9 +291196,9 @@ function dispatchRequest(config) {
|
|
|
291466
291196
|
|
|
291467
291197
|
/***/ }),
|
|
291468
291198
|
|
|
291469
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291199
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/mergeConfig.js":
|
|
291470
291200
|
/*!***************************************************************************************************!*\
|
|
291471
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291201
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/mergeConfig.js ***!
|
|
291472
291202
|
\***************************************************************************************************/
|
|
291473
291203
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
291474
291204
|
|
|
@@ -291477,8 +291207,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
291477
291207
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
291478
291208
|
/* harmony export */ "default": () => (/* binding */ mergeConfig)
|
|
291479
291209
|
/* harmony export */ });
|
|
291480
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291481
|
-
/* harmony import */ var _AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291210
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
291211
|
+
/* harmony import */ var _AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js");
|
|
291482
291212
|
|
|
291483
291213
|
|
|
291484
291214
|
|
|
@@ -291589,9 +291319,9 @@ function mergeConfig(config1, config2) {
|
|
|
291589
291319
|
|
|
291590
291320
|
/***/ }),
|
|
291591
291321
|
|
|
291592
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291322
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/settle.js":
|
|
291593
291323
|
/*!**********************************************************************************************!*\
|
|
291594
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291324
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/settle.js ***!
|
|
291595
291325
|
\**********************************************************************************************/
|
|
291596
291326
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
291597
291327
|
|
|
@@ -291600,7 +291330,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
291600
291330
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
291601
291331
|
/* harmony export */ "default": () => (/* binding */ settle)
|
|
291602
291332
|
/* harmony export */ });
|
|
291603
|
-
/* harmony import */ var _AxiosError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291333
|
+
/* harmony import */ var _AxiosError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js");
|
|
291604
291334
|
|
|
291605
291335
|
|
|
291606
291336
|
|
|
@@ -291632,9 +291362,9 @@ function settle(resolve, reject, response) {
|
|
|
291632
291362
|
|
|
291633
291363
|
/***/ }),
|
|
291634
291364
|
|
|
291635
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291365
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/transformData.js":
|
|
291636
291366
|
/*!*****************************************************************************************************!*\
|
|
291637
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291367
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/transformData.js ***!
|
|
291638
291368
|
\*****************************************************************************************************/
|
|
291639
291369
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
291640
291370
|
|
|
@@ -291643,9 +291373,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
291643
291373
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
291644
291374
|
/* harmony export */ "default": () => (/* binding */ transformData)
|
|
291645
291375
|
/* harmony export */ });
|
|
291646
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291647
|
-
/* harmony import */ var _defaults_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../defaults/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291648
|
-
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291376
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
291377
|
+
/* harmony import */ var _defaults_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../defaults/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/index.js");
|
|
291378
|
+
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js");
|
|
291649
291379
|
|
|
291650
291380
|
|
|
291651
291381
|
|
|
@@ -291678,9 +291408,9 @@ function transformData(fns, response) {
|
|
|
291678
291408
|
|
|
291679
291409
|
/***/ }),
|
|
291680
291410
|
|
|
291681
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291411
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/index.js":
|
|
291682
291412
|
/*!*************************************************************************************************!*\
|
|
291683
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291413
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/index.js ***!
|
|
291684
291414
|
\*************************************************************************************************/
|
|
291685
291415
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
291686
291416
|
|
|
@@ -291689,13 +291419,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
291689
291419
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
291690
291420
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
291691
291421
|
/* harmony export */ });
|
|
291692
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291693
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291694
|
-
/* harmony import */ var _transitional_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./transitional.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291695
|
-
/* harmony import */ var _helpers_toFormData_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../helpers/toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291696
|
-
/* harmony import */ var _helpers_toURLEncodedForm_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../helpers/toURLEncodedForm.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291697
|
-
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291698
|
-
/* harmony import */ var _helpers_formDataToJSON_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../helpers/formDataToJSON.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291422
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
291423
|
+
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js");
|
|
291424
|
+
/* harmony import */ var _transitional_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./transitional.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/transitional.js");
|
|
291425
|
+
/* harmony import */ var _helpers_toFormData_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../helpers/toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toFormData.js");
|
|
291426
|
+
/* harmony import */ var _helpers_toURLEncodedForm_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../helpers/toURLEncodedForm.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toURLEncodedForm.js");
|
|
291427
|
+
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/index.js");
|
|
291428
|
+
/* harmony import */ var _helpers_formDataToJSON_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../helpers/formDataToJSON.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/formDataToJSON.js");
|
|
291699
291429
|
|
|
291700
291430
|
|
|
291701
291431
|
|
|
@@ -291749,6 +291479,9 @@ const defaults = {
|
|
|
291749
291479
|
const isFormData = _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].isFormData(data);
|
|
291750
291480
|
|
|
291751
291481
|
if (isFormData) {
|
|
291482
|
+
if (!hasJSONContentType) {
|
|
291483
|
+
return data;
|
|
291484
|
+
}
|
|
291752
291485
|
return hasJSONContentType ? JSON.stringify((0,_helpers_formDataToJSON_js__WEBPACK_IMPORTED_MODULE_2__["default"])(data)) : data;
|
|
291753
291486
|
}
|
|
291754
291487
|
|
|
@@ -291856,9 +291589,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].forEach(['delete', 'get', 'hea
|
|
|
291856
291589
|
|
|
291857
291590
|
/***/ }),
|
|
291858
291591
|
|
|
291859
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291592
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/transitional.js":
|
|
291860
291593
|
/*!********************************************************************************************************!*\
|
|
291861
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291594
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/transitional.js ***!
|
|
291862
291595
|
\********************************************************************************************************/
|
|
291863
291596
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
291864
291597
|
|
|
@@ -291878,9 +291611,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
291878
291611
|
|
|
291879
291612
|
/***/ }),
|
|
291880
291613
|
|
|
291881
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291614
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/env/data.js":
|
|
291882
291615
|
/*!*******************************************************************************************!*\
|
|
291883
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291616
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/env/data.js ***!
|
|
291884
291617
|
\*******************************************************************************************/
|
|
291885
291618
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
291886
291619
|
|
|
@@ -291889,13 +291622,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
291889
291622
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
291890
291623
|
/* harmony export */ "VERSION": () => (/* binding */ VERSION)
|
|
291891
291624
|
/* harmony export */ });
|
|
291892
|
-
const VERSION = "1.6.
|
|
291625
|
+
const VERSION = "1.6.5";
|
|
291893
291626
|
|
|
291894
291627
|
/***/ }),
|
|
291895
291628
|
|
|
291896
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291629
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/AxiosURLSearchParams.js":
|
|
291897
291630
|
/*!***************************************************************************************************************!*\
|
|
291898
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291631
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/AxiosURLSearchParams.js ***!
|
|
291899
291632
|
\***************************************************************************************************************/
|
|
291900
291633
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
291901
291634
|
|
|
@@ -291904,7 +291637,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
291904
291637
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
291905
291638
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
291906
291639
|
/* harmony export */ });
|
|
291907
|
-
/* harmony import */ var _toFormData_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291640
|
+
/* harmony import */ var _toFormData_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toFormData.js");
|
|
291908
291641
|
|
|
291909
291642
|
|
|
291910
291643
|
|
|
@@ -291967,9 +291700,9 @@ prototype.toString = function toString(encoder) {
|
|
|
291967
291700
|
|
|
291968
291701
|
/***/ }),
|
|
291969
291702
|
|
|
291970
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291703
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/HttpStatusCode.js":
|
|
291971
291704
|
/*!*********************************************************************************************************!*\
|
|
291972
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291705
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/HttpStatusCode.js ***!
|
|
291973
291706
|
\*********************************************************************************************************/
|
|
291974
291707
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
291975
291708
|
|
|
@@ -292053,9 +291786,9 @@ Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
|
292053
291786
|
|
|
292054
291787
|
/***/ }),
|
|
292055
291788
|
|
|
292056
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291789
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/bind.js":
|
|
292057
291790
|
/*!***********************************************************************************************!*\
|
|
292058
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291791
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/bind.js ***!
|
|
292059
291792
|
\***********************************************************************************************/
|
|
292060
291793
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292061
291794
|
|
|
@@ -292075,9 +291808,9 @@ function bind(fn, thisArg) {
|
|
|
292075
291808
|
|
|
292076
291809
|
/***/ }),
|
|
292077
291810
|
|
|
292078
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291811
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/buildURL.js":
|
|
292079
291812
|
/*!***************************************************************************************************!*\
|
|
292080
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291813
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/buildURL.js ***!
|
|
292081
291814
|
\***************************************************************************************************/
|
|
292082
291815
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292083
291816
|
|
|
@@ -292086,8 +291819,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292086
291819
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
292087
291820
|
/* harmony export */ "default": () => (/* binding */ buildURL)
|
|
292088
291821
|
/* harmony export */ });
|
|
292089
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292090
|
-
/* harmony import */ var _helpers_AxiosURLSearchParams_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../helpers/AxiosURLSearchParams.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291822
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
291823
|
+
/* harmony import */ var _helpers_AxiosURLSearchParams_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../helpers/AxiosURLSearchParams.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/AxiosURLSearchParams.js");
|
|
292091
291824
|
|
|
292092
291825
|
|
|
292093
291826
|
|
|
@@ -292155,9 +291888,9 @@ function buildURL(url, params, options) {
|
|
|
292155
291888
|
|
|
292156
291889
|
/***/ }),
|
|
292157
291890
|
|
|
292158
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291891
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/combineURLs.js":
|
|
292159
291892
|
/*!******************************************************************************************************!*\
|
|
292160
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291893
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/combineURLs.js ***!
|
|
292161
291894
|
\******************************************************************************************************/
|
|
292162
291895
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292163
291896
|
|
|
@@ -292185,9 +291918,9 @@ function combineURLs(baseURL, relativeURL) {
|
|
|
292185
291918
|
|
|
292186
291919
|
/***/ }),
|
|
292187
291920
|
|
|
292188
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291921
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/cookies.js":
|
|
292189
291922
|
/*!**************************************************************************************************!*\
|
|
292190
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291923
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/cookies.js ***!
|
|
292191
291924
|
\**************************************************************************************************/
|
|
292192
291925
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292193
291926
|
|
|
@@ -292196,8 +291929,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292196
291929
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
292197
291930
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
292198
291931
|
/* harmony export */ });
|
|
292199
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292200
|
-
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291932
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
291933
|
+
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/index.js");
|
|
292201
291934
|
|
|
292202
291935
|
|
|
292203
291936
|
|
|
@@ -292244,9 +291977,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292244
291977
|
|
|
292245
291978
|
/***/ }),
|
|
292246
291979
|
|
|
292247
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291980
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/formDataToJSON.js":
|
|
292248
291981
|
/*!*********************************************************************************************************!*\
|
|
292249
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291982
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/formDataToJSON.js ***!
|
|
292250
291983
|
\*********************************************************************************************************/
|
|
292251
291984
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292252
291985
|
|
|
@@ -292255,7 +291988,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292255
291988
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
292256
291989
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
292257
291990
|
/* harmony export */ });
|
|
292258
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
291991
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
292259
291992
|
|
|
292260
291993
|
|
|
292261
291994
|
|
|
@@ -292355,9 +292088,9 @@ function formDataToJSON(formData) {
|
|
|
292355
292088
|
|
|
292356
292089
|
/***/ }),
|
|
292357
292090
|
|
|
292358
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292091
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAbsoluteURL.js":
|
|
292359
292092
|
/*!********************************************************************************************************!*\
|
|
292360
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292093
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAbsoluteURL.js ***!
|
|
292361
292094
|
\********************************************************************************************************/
|
|
292362
292095
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292363
292096
|
|
|
@@ -292385,9 +292118,9 @@ function isAbsoluteURL(url) {
|
|
|
292385
292118
|
|
|
292386
292119
|
/***/ }),
|
|
292387
292120
|
|
|
292388
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292121
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAxiosError.js":
|
|
292389
292122
|
/*!*******************************************************************************************************!*\
|
|
292390
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292123
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAxiosError.js ***!
|
|
292391
292124
|
\*******************************************************************************************************/
|
|
292392
292125
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292393
292126
|
|
|
@@ -292396,7 +292129,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292396
292129
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
292397
292130
|
/* harmony export */ "default": () => (/* binding */ isAxiosError)
|
|
292398
292131
|
/* harmony export */ });
|
|
292399
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292132
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
292400
292133
|
|
|
292401
292134
|
|
|
292402
292135
|
|
|
@@ -292415,9 +292148,9 @@ function isAxiosError(payload) {
|
|
|
292415
292148
|
|
|
292416
292149
|
/***/ }),
|
|
292417
292150
|
|
|
292418
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292151
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isURLSameOrigin.js":
|
|
292419
292152
|
/*!**********************************************************************************************************!*\
|
|
292420
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292153
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isURLSameOrigin.js ***!
|
|
292421
292154
|
\**********************************************************************************************************/
|
|
292422
292155
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292423
292156
|
|
|
@@ -292426,8 +292159,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292426
292159
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
292427
292160
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
292428
292161
|
/* harmony export */ });
|
|
292429
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292430
|
-
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292162
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
292163
|
+
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/index.js");
|
|
292431
292164
|
|
|
292432
292165
|
|
|
292433
292166
|
|
|
@@ -292499,9 +292232,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292499
292232
|
|
|
292500
292233
|
/***/ }),
|
|
292501
292234
|
|
|
292502
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292235
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/null.js":
|
|
292503
292236
|
/*!***********************************************************************************************!*\
|
|
292504
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292237
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/null.js ***!
|
|
292505
292238
|
\***********************************************************************************************/
|
|
292506
292239
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292507
292240
|
|
|
@@ -292516,9 +292249,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292516
292249
|
|
|
292517
292250
|
/***/ }),
|
|
292518
292251
|
|
|
292519
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292252
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseHeaders.js":
|
|
292520
292253
|
/*!*******************************************************************************************************!*\
|
|
292521
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292254
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseHeaders.js ***!
|
|
292522
292255
|
\*******************************************************************************************************/
|
|
292523
292256
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292524
292257
|
|
|
@@ -292527,7 +292260,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292527
292260
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
292528
292261
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
292529
292262
|
/* harmony export */ });
|
|
292530
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292263
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
292531
292264
|
|
|
292532
292265
|
|
|
292533
292266
|
|
|
@@ -292587,9 +292320,9 @@ const ignoreDuplicateOf = _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].toOb
|
|
|
292587
292320
|
|
|
292588
292321
|
/***/ }),
|
|
292589
292322
|
|
|
292590
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292323
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseProtocol.js":
|
|
292591
292324
|
/*!********************************************************************************************************!*\
|
|
292592
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292325
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseProtocol.js ***!
|
|
292593
292326
|
\********************************************************************************************************/
|
|
292594
292327
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292595
292328
|
|
|
@@ -292608,9 +292341,9 @@ function parseProtocol(url) {
|
|
|
292608
292341
|
|
|
292609
292342
|
/***/ }),
|
|
292610
292343
|
|
|
292611
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292344
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/speedometer.js":
|
|
292612
292345
|
/*!******************************************************************************************************!*\
|
|
292613
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292346
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/speedometer.js ***!
|
|
292614
292347
|
\******************************************************************************************************/
|
|
292615
292348
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292616
292349
|
|
|
@@ -292678,9 +292411,9 @@ function speedometer(samplesCount, min) {
|
|
|
292678
292411
|
|
|
292679
292412
|
/***/ }),
|
|
292680
292413
|
|
|
292681
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292414
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/spread.js":
|
|
292682
292415
|
/*!*************************************************************************************************!*\
|
|
292683
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292416
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/spread.js ***!
|
|
292684
292417
|
\*************************************************************************************************/
|
|
292685
292418
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292686
292419
|
|
|
@@ -292721,9 +292454,9 @@ function spread(callback) {
|
|
|
292721
292454
|
|
|
292722
292455
|
/***/ }),
|
|
292723
292456
|
|
|
292724
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292457
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toFormData.js":
|
|
292725
292458
|
/*!*****************************************************************************************************!*\
|
|
292726
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292459
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toFormData.js ***!
|
|
292727
292460
|
\*****************************************************************************************************/
|
|
292728
292461
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292729
292462
|
|
|
@@ -292732,9 +292465,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292732
292465
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
292733
292466
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
292734
292467
|
/* harmony export */ });
|
|
292735
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292736
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292737
|
-
/* harmony import */ var _platform_node_classes_FormData_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../platform/node/classes/FormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292468
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
292469
|
+
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js");
|
|
292470
|
+
/* harmony import */ var _platform_node_classes_FormData_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../platform/node/classes/FormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/null.js");
|
|
292738
292471
|
|
|
292739
292472
|
|
|
292740
292473
|
|
|
@@ -292958,9 +292691,9 @@ function toFormData(obj, formData, options) {
|
|
|
292958
292691
|
|
|
292959
292692
|
/***/ }),
|
|
292960
292693
|
|
|
292961
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292694
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toURLEncodedForm.js":
|
|
292962
292695
|
/*!***********************************************************************************************************!*\
|
|
292963
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292696
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toURLEncodedForm.js ***!
|
|
292964
292697
|
\***********************************************************************************************************/
|
|
292965
292698
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
292966
292699
|
|
|
@@ -292969,9 +292702,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
292969
292702
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
292970
292703
|
/* harmony export */ "default": () => (/* binding */ toURLEncodedForm)
|
|
292971
292704
|
/* harmony export */ });
|
|
292972
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292973
|
-
/* harmony import */ var _toFormData_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292974
|
-
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292705
|
+
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js");
|
|
292706
|
+
/* harmony import */ var _toFormData_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toFormData.js");
|
|
292707
|
+
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/index.js");
|
|
292975
292708
|
|
|
292976
292709
|
|
|
292977
292710
|
|
|
@@ -292994,9 +292727,9 @@ function toURLEncodedForm(data, options) {
|
|
|
292994
292727
|
|
|
292995
292728
|
/***/ }),
|
|
292996
292729
|
|
|
292997
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292730
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/validator.js":
|
|
292998
292731
|
/*!****************************************************************************************************!*\
|
|
292999
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292732
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/validator.js ***!
|
|
293000
292733
|
\****************************************************************************************************/
|
|
293001
292734
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
293002
292735
|
|
|
@@ -293005,8 +292738,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293005
292738
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
293006
292739
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
293007
292740
|
/* harmony export */ });
|
|
293008
|
-
/* harmony import */ var _env_data_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../env/data.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
293009
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292741
|
+
/* harmony import */ var _env_data_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../env/data.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/env/data.js");
|
|
292742
|
+
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js");
|
|
293010
292743
|
|
|
293011
292744
|
|
|
293012
292745
|
|
|
@@ -293102,9 +292835,9 @@ function assertOptions(options, schema, allowUnknown) {
|
|
|
293102
292835
|
|
|
293103
292836
|
/***/ }),
|
|
293104
292837
|
|
|
293105
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292838
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/Blob.js":
|
|
293106
292839
|
/*!****************************************************************************************************************!*\
|
|
293107
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292840
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/Blob.js ***!
|
|
293108
292841
|
\****************************************************************************************************************/
|
|
293109
292842
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
293110
292843
|
|
|
@@ -293120,9 +292853,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293120
292853
|
|
|
293121
292854
|
/***/ }),
|
|
293122
292855
|
|
|
293123
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292856
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/FormData.js":
|
|
293124
292857
|
/*!********************************************************************************************************************!*\
|
|
293125
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292858
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/FormData.js ***!
|
|
293126
292859
|
\********************************************************************************************************************/
|
|
293127
292860
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
293128
292861
|
|
|
@@ -293138,9 +292871,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293138
292871
|
|
|
293139
292872
|
/***/ }),
|
|
293140
292873
|
|
|
293141
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292874
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js":
|
|
293142
292875
|
/*!***************************************************************************************************************************!*\
|
|
293143
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292876
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js ***!
|
|
293144
292877
|
\***************************************************************************************************************************/
|
|
293145
292878
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
293146
292879
|
|
|
@@ -293149,7 +292882,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293149
292882
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
293150
292883
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
293151
292884
|
/* harmony export */ });
|
|
293152
|
-
/* harmony import */ var _helpers_AxiosURLSearchParams_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../helpers/AxiosURLSearchParams.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292885
|
+
/* harmony import */ var _helpers_AxiosURLSearchParams_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../helpers/AxiosURLSearchParams.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/AxiosURLSearchParams.js");
|
|
293153
292886
|
|
|
293154
292887
|
|
|
293155
292888
|
|
|
@@ -293158,9 +292891,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293158
292891
|
|
|
293159
292892
|
/***/ }),
|
|
293160
292893
|
|
|
293161
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292894
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/index.js":
|
|
293162
292895
|
/*!*********************************************************************************************************!*\
|
|
293163
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292896
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/index.js ***!
|
|
293164
292897
|
\*********************************************************************************************************/
|
|
293165
292898
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
293166
292899
|
|
|
@@ -293169,9 +292902,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293169
292902
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
293170
292903
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
293171
292904
|
/* harmony export */ });
|
|
293172
|
-
/* harmony import */ var _classes_URLSearchParams_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./classes/URLSearchParams.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
293173
|
-
/* harmony import */ var _classes_FormData_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./classes/FormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
293174
|
-
/* harmony import */ var _classes_Blob_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./classes/Blob.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292905
|
+
/* harmony import */ var _classes_URLSearchParams_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./classes/URLSearchParams.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js");
|
|
292906
|
+
/* harmony import */ var _classes_FormData_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./classes/FormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/FormData.js");
|
|
292907
|
+
/* harmony import */ var _classes_Blob_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./classes/Blob.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/Blob.js");
|
|
293175
292908
|
|
|
293176
292909
|
|
|
293177
292910
|
|
|
@@ -293189,9 +292922,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293189
292922
|
|
|
293190
292923
|
/***/ }),
|
|
293191
292924
|
|
|
293192
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292925
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/common/utils.js":
|
|
293193
292926
|
/*!********************************************************************************************************!*\
|
|
293194
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292927
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/common/utils.js ***!
|
|
293195
292928
|
\********************************************************************************************************/
|
|
293196
292929
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
293197
292930
|
|
|
@@ -293249,9 +292982,9 @@ const hasStandardBrowserWebWorkerEnv = (() => {
|
|
|
293249
292982
|
|
|
293250
292983
|
/***/ }),
|
|
293251
292984
|
|
|
293252
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292985
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/index.js":
|
|
293253
292986
|
/*!*************************************************************************************************!*\
|
|
293254
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292987
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/index.js ***!
|
|
293255
292988
|
\*************************************************************************************************/
|
|
293256
292989
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
293257
292990
|
|
|
@@ -293260,8 +292993,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293260
292993
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
293261
292994
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
293262
292995
|
/* harmony export */ });
|
|
293263
|
-
/* harmony import */ var _node_index_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
293264
|
-
/* harmony import */ var _common_utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./common/utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
292996
|
+
/* harmony import */ var _node_index_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/index.js");
|
|
292997
|
+
/* harmony import */ var _common_utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./common/utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/common/utils.js");
|
|
293265
292998
|
|
|
293266
292999
|
|
|
293267
293000
|
|
|
@@ -293273,9 +293006,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293273
293006
|
|
|
293274
293007
|
/***/ }),
|
|
293275
293008
|
|
|
293276
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
293009
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js":
|
|
293277
293010
|
/*!****************************************************************************************!*\
|
|
293278
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
293011
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js ***!
|
|
293279
293012
|
\****************************************************************************************/
|
|
293280
293013
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
293281
293014
|
|
|
@@ -293284,7 +293017,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
293284
293017
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
293285
293018
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
293286
293019
|
/* harmony export */ });
|
|
293287
|
-
/* harmony import */ var _helpers_bind_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./helpers/bind.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
293020
|
+
/* harmony import */ var _helpers_bind_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./helpers/bind.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/bind.js");
|
|
293288
293021
|
|
|
293289
293022
|
|
|
293290
293023
|
|
|
@@ -294497,15 +294230,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
294497
294230
|
/* harmony export */ "t": () => (/* binding */ t),
|
|
294498
294231
|
/* harmony export */ "use": () => (/* binding */ use)
|
|
294499
294232
|
/* harmony export */ });
|
|
294500
|
-
/* 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.
|
|
294501
|
-
/* 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.
|
|
294502
|
-
/* 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.
|
|
294503
|
-
/* 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.
|
|
294504
|
-
/* 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.
|
|
294505
|
-
/* 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.
|
|
294506
|
-
/* 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.
|
|
294507
|
-
/* 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.
|
|
294508
|
-
/* 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.
|
|
294233
|
+
/* 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.23.8/node_modules/@babel/runtime/helpers/esm/typeof.js");
|
|
294234
|
+
/* 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.23.8/node_modules/@babel/runtime/helpers/esm/classCallCheck.js");
|
|
294235
|
+
/* 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.23.8/node_modules/@babel/runtime/helpers/esm/createClass.js");
|
|
294236
|
+
/* 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.23.8/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js");
|
|
294237
|
+
/* 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.23.8/node_modules/@babel/runtime/helpers/esm/inherits.js");
|
|
294238
|
+
/* 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.23.8/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js");
|
|
294239
|
+
/* 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.23.8/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js");
|
|
294240
|
+
/* 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.23.8/node_modules/@babel/runtime/helpers/esm/defineProperty.js");
|
|
294241
|
+
/* 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.23.8/node_modules/@babel/runtime/helpers/esm/toArray.js");
|
|
294509
294242
|
|
|
294510
294243
|
|
|
294511
294244
|
|
|
@@ -297322,7 +297055,7 @@ var loadLanguages = instance.loadLanguages;
|
|
|
297322
297055
|
/***/ ((module) => {
|
|
297323
297056
|
|
|
297324
297057
|
"use strict";
|
|
297325
|
-
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.6.0-dev.
|
|
297058
|
+
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.6.0-dev.23","description":"iTwin.js frontend components","main":"lib/cjs/core-frontend.js","module":"lib/esm/core-frontend.js","typings":"lib/cjs/core-frontend","license":"MIT","scripts":{"build":"npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm && npm run -s webpackWorkers && npm run -s copy:workers","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","copy:workers":"cpx \\"./lib/workers/webpack/parse-imdl-worker.js\\" ./lib/public/scripts","docs":"betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-frontend/file.json --tsIndexFile=./core-frontend.ts --onlyJson --excludes=webgl/**/*,**/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-inline-config -c extraction.eslint.config.js \\"./src/**/*.ts\\" 1>&2","lint":"eslint -f visualstudio \\"./src/**/*.ts\\" 1>&2","lint-fix":"eslint --fix -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 && npm run -s webpackTestWorker","webpackTestWorker":"webpack --config ./src/test/worker/webpack.config.js 1>&2 && cpx \\"./lib/test/test-worker.js\\" ./lib/test","webpackWorkers":"webpack --config ./src/workers/ImdlParser/webpack.config.js 1>&2"},"repository":{"type":"git","url":"https://github.com/iTwin/itwinjs-core.git","directory":"core/frontend"},"keywords":["Bentley","BIM","iModel","digital-twin","iTwin"],"author":{"name":"Bentley Systems, Inc.","url":"http://www.bentley.com"},"peerDependencies":{"@itwin/appui-abstract":"workspace:^4.6.0-dev.23","@itwin/core-bentley":"workspace:^4.6.0-dev.23","@itwin/core-common":"workspace:^4.6.0-dev.23","@itwin/core-geometry":"workspace:^4.6.0-dev.23","@itwin/core-orbitgt":"workspace:^4.6.0-dev.23","@itwin/core-quantity":"workspace:^4.6.0-dev.23"},"//devDependencies":["NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install","NOTE: All tools used by scripts in this package must be listed as devDependencies"],"devDependencies":{"@itwin/appui-abstract":"workspace:*","@itwin/build-tools":"workspace:*","@itwin/core-bentley":"workspace:*","@itwin/core-common":"workspace:*","@itwin/core-geometry":"workspace:*","@itwin/core-orbitgt":"workspace:*","@itwin/core-quantity":"workspace:*","@itwin/certa":"workspace:*","@itwin/eslint-plugin":"4.0.0-dev.52","@types/chai":"4.3.1","@types/chai-as-promised":"^7","@types/mocha":"^10.0.6","@types/sinon":"^17.0.2","babel-loader":"~8.2.5","babel-plugin-istanbul":"~6.1.1","chai":"^4.3.10","chai-as-promised":"^7.1.1","cpx2":"^3.0.0","eslint":"^8.44.0","glob":"^10.3.12","mocha":"^10.2.0","nyc":"^15.1.0","rimraf":"^3.0.2","sinon":"^17.0.1","source-map-loader":"^4.0.0","typescript":"~5.3.3","typemoq":"^2.1.0","webpack":"^5.76.0"},"//dependencies":["NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API","NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"],"dependencies":{"@itwin/cloud-agnostic-core":"^2.1.0","@itwin/object-storage-core":"^2.2.2","@itwin/core-i18n":"workspace:*","@itwin/core-telemetry":"workspace:*","@itwin/webgl-compatibility":"workspace:*","@loaders.gl/core":"^3.1.6","@loaders.gl/draco":"^3.1.6","fuse.js":"^3.3.0","meshoptimizer":"~0.20.0","wms-capabilities":"0.4.0"},"nyc":{"extends":"./node_modules/@itwin/build-tools/.nycrc"}}');
|
|
297326
297059
|
|
|
297327
297060
|
/***/ })
|
|
297328
297061
|
|