@itwin/rpcinterface-full-stack-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 +399 -666
- 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/IModelConnection.test.js.map +1 -1
- package/lib/frontend/Views.test.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 +16 -16
|
@@ -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
|
/*---------------------------------------------------------------------------------------------
|
|
@@ -20995,8 +20995,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
20995
20995
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
20996
20996
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
20997
20997
|
/* harmony export */ });
|
|
20998
|
-
/* 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.
|
|
20999
|
-
/* 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.
|
|
20998
|
+
/* 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");
|
|
20999
|
+
/* 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");
|
|
21000
21000
|
|
|
21001
21001
|
|
|
21002
21002
|
|
|
@@ -27899,8 +27899,9 @@ class BentleyError extends Error {
|
|
|
27899
27899
|
return error.message;
|
|
27900
27900
|
if (typeof error.msg === "string")
|
|
27901
27901
|
return error.msg;
|
|
27902
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
27902
27903
|
if (error.toString() !== "[object Object]")
|
|
27903
|
-
return error.toString();
|
|
27904
|
+
return error.toString(); // eslint-disable-line @typescript-eslint/no-base-to-string
|
|
27904
27905
|
}
|
|
27905
27906
|
return "";
|
|
27906
27907
|
}
|
|
@@ -29216,9 +29217,9 @@ var Id64;
|
|
|
29216
29217
|
Id64.fromLocalAndBriefcaseIds = fromLocalAndBriefcaseIds;
|
|
29217
29218
|
// Used as a buffer when converting a pair of 32-bit integers to an Id64String. Significant performance optimization.
|
|
29218
29219
|
const scratchCharCodes = [
|
|
29219
|
-
0x30,
|
|
29220
|
-
0x78,
|
|
29221
|
-
0x30,
|
|
29220
|
+
0x30, // "0"
|
|
29221
|
+
0x78, // "x"
|
|
29222
|
+
0x30, // "0"
|
|
29222
29223
|
0x30,
|
|
29223
29224
|
0x30,
|
|
29224
29225
|
0x30,
|
|
@@ -30591,7 +30592,6 @@ Logger.logExceptionCallstacks = false;
|
|
|
30591
30592
|
* Use a key to identify entries in the map so the can be removed individually.
|
|
30592
30593
|
* @internal */
|
|
30593
30594
|
Logger.staticMetaData = new Map();
|
|
30594
|
-
|
|
30595
30595
|
/** Simple performance diagnostics utility.
|
|
30596
30596
|
* It measures the time from construction to disposal. On disposal it logs the routine name along with
|
|
30597
30597
|
* the duration in milliseconds.
|
|
@@ -30630,7 +30630,6 @@ class PerfLogger {
|
|
|
30630
30630
|
PerfLogger._severity = LogLevel.Info;
|
|
30631
30631
|
|
|
30632
30632
|
|
|
30633
|
-
|
|
30634
30633
|
/***/ }),
|
|
30635
30634
|
|
|
30636
30635
|
/***/ "../../core/bentley/lib/esm/ObservableSet.js":
|
|
@@ -31727,7 +31726,6 @@ class StatusCategory {
|
|
|
31727
31726
|
}
|
|
31728
31727
|
}
|
|
31729
31728
|
StatusCategory.handlers = new Set();
|
|
31730
|
-
|
|
31731
31729
|
/***
|
|
31732
31730
|
* A success status.
|
|
31733
31731
|
* @alpha
|
|
@@ -33076,7 +33074,6 @@ UnexpectedErrors._telemetry = [];
|
|
|
33076
33074
|
UnexpectedErrors._handler = _a.errorLog; // default to error logging
|
|
33077
33075
|
|
|
33078
33076
|
|
|
33079
|
-
|
|
33080
33077
|
/***/ }),
|
|
33081
33078
|
|
|
33082
33079
|
/***/ "../../core/bentley/lib/esm/UtilityTypes.js":
|
|
@@ -33702,7 +33699,6 @@ class AnalysisStyle {
|
|
|
33702
33699
|
AnalysisStyle.defaults = new AnalysisStyle({});
|
|
33703
33700
|
|
|
33704
33701
|
|
|
33705
|
-
|
|
33706
33702
|
/***/ }),
|
|
33707
33703
|
|
|
33708
33704
|
/***/ "../../core/common/lib/esm/Atmosphere.js":
|
|
@@ -33804,19 +33800,19 @@ var Atmosphere;
|
|
|
33804
33800
|
return true;
|
|
33805
33801
|
}
|
|
33806
33802
|
constructor(json) {
|
|
33807
|
-
this.atmosphereHeightAboveEarth = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.atmosphereHeightAboveEarth,
|
|
33808
|
-
this.exposure = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.exposure,
|
|
33809
|
-
this.densityFalloff = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.densityFalloff,
|
|
33810
|
-
this.depthBelowEarthForMaxDensity = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.depthBelowEarthForMaxDensity,
|
|
33811
|
-
this.numViewRaySamples = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.numViewRaySamples,
|
|
33812
|
-
this.numSunRaySamples = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.numSunRaySamples,
|
|
33813
|
-
this.scatteringStrength = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.scatteringStrength,
|
|
33814
|
-
this.wavelengths = Wavelengths.fromJSON(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asObject(json.wavelengths) ??
|
|
33803
|
+
this.atmosphereHeightAboveEarth = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.atmosphereHeightAboveEarth, _a._defaultAtmosphereHeightAboveEarth);
|
|
33804
|
+
this.exposure = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.exposure, _a._defaultExposure);
|
|
33805
|
+
this.densityFalloff = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.densityFalloff, _a._defaultDensityFalloff);
|
|
33806
|
+
this.depthBelowEarthForMaxDensity = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.depthBelowEarthForMaxDensity, _a._defaultMinDensityHeightBelowEarth);
|
|
33807
|
+
this.numViewRaySamples = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.numViewRaySamples, _a._defaultNumViewRaySamples);
|
|
33808
|
+
this.numSunRaySamples = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.numSunRaySamples, _a._defaultNumSunRaySamples);
|
|
33809
|
+
this.scatteringStrength = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asDouble(json.scatteringStrength, _a._defaultScatteringStrength);
|
|
33810
|
+
this.wavelengths = Wavelengths.fromJSON(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.JsonUtils.asObject(json.wavelengths) ?? _a._defaultWavelengths);
|
|
33815
33811
|
}
|
|
33816
33812
|
static fromJSON(json) {
|
|
33817
33813
|
if (undefined === json)
|
|
33818
33814
|
return this.defaults;
|
|
33819
|
-
return new
|
|
33815
|
+
return new _a(json);
|
|
33820
33816
|
}
|
|
33821
33817
|
toJSON(display) {
|
|
33822
33818
|
const json = {
|
|
@@ -33843,8 +33839,8 @@ var Atmosphere;
|
|
|
33843
33839
|
Settings._defaultNumViewRaySamples = 10;
|
|
33844
33840
|
Settings._highQualityNumViewRaySamples = 20;
|
|
33845
33841
|
Settings._defaultNumSunRaySamples = 5;
|
|
33846
|
-
Settings.defaults = new
|
|
33847
|
-
Settings.highQuality = new
|
|
33842
|
+
Settings.defaults = new _a({});
|
|
33843
|
+
Settings.highQuality = new _a({ numViewRaySamples: _a._highQualityNumViewRaySamples });
|
|
33848
33844
|
Atmosphere.Settings = Settings;
|
|
33849
33845
|
})(Atmosphere || (Atmosphere = {}));
|
|
33850
33846
|
|
|
@@ -34576,7 +34572,6 @@ class CutStyle {
|
|
|
34576
34572
|
}
|
|
34577
34573
|
/** The default CutStyle, configured to draw the section-cut graphics using the view's settings, with no overrides. */
|
|
34578
34574
|
CutStyle.defaults = new CutStyle();
|
|
34579
|
-
|
|
34580
34575
|
/** As part of a [[ClipStyle]], describes how to colorize geometry intersecting the clip planes.
|
|
34581
34576
|
* @note Edges are highlighted only if [[ClipStyle.ClipIntersectionStyle]] is `true`.
|
|
34582
34577
|
* @public
|
|
@@ -34620,7 +34615,6 @@ class ClipIntersectionStyle {
|
|
|
34620
34615
|
}
|
|
34621
34616
|
}
|
|
34622
34617
|
ClipIntersectionStyle.defaults = new ClipIntersectionStyle();
|
|
34623
|
-
|
|
34624
34618
|
/** Describes symbology and behavior applied to a [ClipVector]($core-geometry) when applied to a [ViewState]($frontend) or [[ModelClipGroup]].
|
|
34625
34619
|
* @see [[DisplayStyleSettings.clipStyle]].
|
|
34626
34620
|
* @public
|
|
@@ -34696,7 +34690,6 @@ class ClipStyle {
|
|
|
34696
34690
|
ClipStyle.defaults = new ClipStyle(false, false, CutStyle.defaults, undefined, undefined, undefined);
|
|
34697
34691
|
|
|
34698
34692
|
|
|
34699
|
-
|
|
34700
34693
|
/***/ }),
|
|
34701
34694
|
|
|
34702
34695
|
/***/ "../../core/common/lib/esm/Code.js":
|
|
@@ -34753,6 +34746,7 @@ class Code {
|
|
|
34753
34746
|
static isValid(c) { return _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Id64.isValidId64(c.spec); }
|
|
34754
34747
|
/** Determine if this code is valid but not otherwise meaningful (and therefore not necessarily unique) */
|
|
34755
34748
|
static isEmpty(c) { return this.isValid(c) && (c.value === undefined || c.value === ""); }
|
|
34749
|
+
toString() { return `[Code: ${this.spec}, ${this.scope}, ${this.value}]`; }
|
|
34756
34750
|
}
|
|
34757
34751
|
/** Names of the internal BIS CodeSpecs. These names match those specified by the native library.
|
|
34758
34752
|
* For other domains, the best practice is to include the domain name or alias as part of the CodeSpec name to ensure global uniqueness.
|
|
@@ -35750,7 +35744,6 @@ ColorDef.green = new ColorDef(_ColorByName__WEBPACK_IMPORTED_MODULE_1__.ColorByN
|
|
|
35750
35744
|
ColorDef.blue = new ColorDef(_ColorByName__WEBPACK_IMPORTED_MODULE_1__.ColorByName.blue);
|
|
35751
35745
|
|
|
35752
35746
|
|
|
35753
|
-
|
|
35754
35747
|
/***/ }),
|
|
35755
35748
|
|
|
35756
35749
|
/***/ "../../core/common/lib/esm/CommonLoggerCategory.js":
|
|
@@ -38247,7 +38240,6 @@ class ECSqlReader {
|
|
|
38247
38240
|
ECSqlReader._maxRetryCount = 10;
|
|
38248
38241
|
|
|
38249
38242
|
|
|
38250
|
-
|
|
38251
38243
|
/***/ }),
|
|
38252
38244
|
|
|
38253
38245
|
/***/ "../../core/common/lib/esm/ECSqlTypes.js":
|
|
@@ -38582,7 +38574,6 @@ class RelatedElement {
|
|
|
38582
38574
|
}
|
|
38583
38575
|
/** Used to *null out* an existing navigation relationship. */
|
|
38584
38576
|
RelatedElement.none = new RelatedElement({ id: _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Id64.invalid });
|
|
38585
|
-
|
|
38586
38577
|
/** A [RelatedElement]($common) relationship that describes the [TypeDefinitionElement]($backend) of an element.
|
|
38587
38578
|
* @public
|
|
38588
38579
|
*/
|
|
@@ -38963,7 +38954,6 @@ class Environment {
|
|
|
38963
38954
|
Environment.defaults = new Environment();
|
|
38964
38955
|
|
|
38965
38956
|
|
|
38966
|
-
|
|
38967
38957
|
/***/ }),
|
|
38968
38958
|
|
|
38969
38959
|
/***/ "../../core/common/lib/esm/FeatureIndex.js":
|
|
@@ -39303,7 +39293,6 @@ class FeatureAppearance {
|
|
|
39303
39293
|
}
|
|
39304
39294
|
/** An appearance that overrides nothing. */
|
|
39305
39295
|
FeatureAppearance.defaults = new FeatureAppearance({});
|
|
39306
|
-
|
|
39307
39296
|
const scratchIgnoreAnimationOverridesArgs = {
|
|
39308
39297
|
elementId: { lower: 0, upper: 0 },
|
|
39309
39298
|
animationNodeId: 0,
|
|
@@ -39674,7 +39663,6 @@ class FeatureOverrides {
|
|
|
39674
39663
|
}
|
|
39675
39664
|
}
|
|
39676
39665
|
FeatureOverrides._weight1Appearance = FeatureAppearance.fromJSON({ weight: 1 });
|
|
39677
|
-
|
|
39678
39666
|
/** @public */
|
|
39679
39667
|
var FeatureAppearanceProvider;
|
|
39680
39668
|
(function (FeatureAppearanceProvider) {
|
|
@@ -40347,6 +40335,7 @@ var Npc;
|
|
|
40347
40335
|
Npc[Npc["_011"] = 6] = "_011";
|
|
40348
40336
|
/** Right top front */
|
|
40349
40337
|
Npc[Npc["_111"] = 7] = "_111";
|
|
40338
|
+
/* eslint-disable @typescript-eslint/no-duplicate-enum-values */
|
|
40350
40339
|
Npc[Npc["LeftBottomRear"] = 0] = "LeftBottomRear";
|
|
40351
40340
|
Npc[Npc["RightBottomRear"] = 1] = "RightBottomRear";
|
|
40352
40341
|
Npc[Npc["LeftTopRear"] = 2] = "LeftTopRear";
|
|
@@ -40355,6 +40344,7 @@ var Npc;
|
|
|
40355
40344
|
Npc[Npc["RightBottomFront"] = 5] = "RightBottomFront";
|
|
40356
40345
|
Npc[Npc["LeftTopFront"] = 6] = "LeftTopFront";
|
|
40357
40346
|
Npc[Npc["RightTopFront"] = 7] = "RightTopFront";
|
|
40347
|
+
/* eslint-enable @typescript-eslint/no-duplicate-enum-values */
|
|
40358
40348
|
/** useful for sizing arrays */
|
|
40359
40349
|
Npc[Npc["CORNER_COUNT"] = 8] = "CORNER_COUNT";
|
|
40360
40350
|
})(Npc || (Npc = {}));
|
|
@@ -41459,10 +41449,10 @@ var Gradient;
|
|
|
41459
41449
|
}
|
|
41460
41450
|
Symb._fixedSchemeKeys = [
|
|
41461
41451
|
// NB: these color values are ordered as rbg. Note how the components are applied below.
|
|
41462
|
-
[[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]],
|
|
41463
|
-
[[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]],
|
|
41464
|
-
[[0.0, 0, 0, 0], [1.0, 255, 255, 255]],
|
|
41465
|
-
[[0.0, 152, 148, 188], [0.5, 204, 160, 204], [1.0, 152, 72, 128]],
|
|
41452
|
+
[[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.
|
|
41453
|
+
[[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.
|
|
41454
|
+
[[0.0, 0, 0, 0], [1.0, 255, 255, 255]], // Monochrome.
|
|
41455
|
+
[[0.0, 152, 148, 188], [0.5, 204, 160, 204], [1.0, 152, 72, 128]], // Based off of the topographic gradients in Point Clouds.
|
|
41466
41456
|
[[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.
|
|
41467
41457
|
];
|
|
41468
41458
|
Symb._fixedCustomKeys = [[0.0, 255, 0, 0], [1.0, 0, 255, 0]];
|
|
@@ -41645,7 +41635,6 @@ class GroundPlane {
|
|
|
41645
41635
|
GroundPlane.defaults = new GroundPlane({});
|
|
41646
41636
|
|
|
41647
41637
|
|
|
41648
|
-
|
|
41649
41638
|
/***/ }),
|
|
41650
41639
|
|
|
41651
41640
|
/***/ "../../core/common/lib/esm/HSLColor.js":
|
|
@@ -42396,7 +42385,6 @@ IModel.rootSubjectId = "0x1";
|
|
|
42396
42385
|
IModel.dictionaryId = "0x10";
|
|
42397
42386
|
|
|
42398
42387
|
|
|
42399
|
-
|
|
42400
42388
|
/***/ }),
|
|
42401
42389
|
|
|
42402
42390
|
/***/ "../../core/common/lib/esm/IModelError.js":
|
|
@@ -42986,7 +42974,6 @@ class FresnelSettings {
|
|
|
42986
42974
|
}
|
|
42987
42975
|
}
|
|
42988
42976
|
FresnelSettings._defaults = new FresnelSettings(0, false);
|
|
42989
|
-
|
|
42990
42977
|
/** Describes the lighting for a 3d scene, associated with a [[DisplayStyle3dSettings]] in turn associated with a [DisplayStyle3d]($backend) or [DisplayStyle3dState]($frontend).
|
|
42991
42978
|
* @see [[LightSettingsProps]]
|
|
42992
42979
|
* @public
|
|
@@ -44399,7 +44386,6 @@ class PlanarClipMaskSettings {
|
|
|
44399
44386
|
PlanarClipMaskSettings.defaults = new PlanarClipMaskSettings(PlanarClipMaskMode.None);
|
|
44400
44387
|
|
|
44401
44388
|
|
|
44402
|
-
|
|
44403
44389
|
/***/ }),
|
|
44404
44390
|
|
|
44405
44391
|
/***/ "../../core/common/lib/esm/QPoint.js":
|
|
@@ -45398,7 +45384,6 @@ class PointCloudDisplaySettings {
|
|
|
45398
45384
|
}
|
|
45399
45385
|
/** Settings with all properties initialized to their default values. */
|
|
45400
45386
|
PointCloudDisplaySettings.defaults = new PointCloudDisplaySettings();
|
|
45401
|
-
|
|
45402
45387
|
/** Settings that control how a reality model - whether a [[ContextRealityModel]] or a persistent reality [Model]($backend) - is displayed within a [Viewport]($frontend).
|
|
45403
45388
|
* @see [[ContextRealityModel.displaySettings]] to apply these settings to a context reality model.
|
|
45404
45389
|
* @see [[DisplayStyleSettings.setRealityModelDisplaySettings]] to apply these settings to a persistent reality model.
|
|
@@ -45446,7 +45431,6 @@ class RealityModelDisplaySettings {
|
|
|
45446
45431
|
RealityModelDisplaySettings.defaults = new RealityModelDisplaySettings(undefined, PointCloudDisplaySettings.defaults);
|
|
45447
45432
|
|
|
45448
45433
|
|
|
45449
|
-
|
|
45450
45434
|
/***/ }),
|
|
45451
45435
|
|
|
45452
45436
|
/***/ "../../core/common/lib/esm/Render.js":
|
|
@@ -47250,7 +47234,6 @@ class SkyGradient {
|
|
|
47250
47234
|
}
|
|
47251
47235
|
/** Default settings for a four-color gradient. */
|
|
47252
47236
|
SkyGradient.defaults = new SkyGradient({});
|
|
47253
|
-
|
|
47254
47237
|
/** Describes how to draw a representation of a sky, as part of an [[Environment]].
|
|
47255
47238
|
* @see [[SkyBoxProps]].
|
|
47256
47239
|
* @public
|
|
@@ -47298,7 +47281,6 @@ class SkyBox {
|
|
|
47298
47281
|
}
|
|
47299
47282
|
/** Default settings for a four-color gradient. */
|
|
47300
47283
|
SkyBox.defaults = new SkyBox(SkyGradient.defaults);
|
|
47301
|
-
|
|
47302
47284
|
/** Describes how to draw a representation of a sky by mapping a single image to the interior of a sphere.
|
|
47303
47285
|
* @public
|
|
47304
47286
|
*/
|
|
@@ -47674,7 +47656,6 @@ class SolarShadowSettings {
|
|
|
47674
47656
|
SolarShadowSettings.defaults = new SolarShadowSettings({});
|
|
47675
47657
|
|
|
47676
47658
|
|
|
47677
|
-
|
|
47678
47659
|
/***/ }),
|
|
47679
47660
|
|
|
47680
47661
|
/***/ "../../core/common/lib/esm/SpatialClassification.js":
|
|
@@ -48137,7 +48118,6 @@ class SubCategoryAppearance {
|
|
|
48137
48118
|
SubCategoryAppearance.defaults = new SubCategoryAppearance();
|
|
48138
48119
|
|
|
48139
48120
|
|
|
48140
|
-
|
|
48141
48121
|
/***/ }),
|
|
48142
48122
|
|
|
48143
48123
|
/***/ "../../core/common/lib/esm/SubCategoryOverride.js":
|
|
@@ -48256,7 +48236,6 @@ class SubCategoryOverride {
|
|
|
48256
48236
|
SubCategoryOverride.defaults = new SubCategoryOverride({});
|
|
48257
48237
|
|
|
48258
48238
|
|
|
48259
|
-
|
|
48260
48239
|
/***/ }),
|
|
48261
48240
|
|
|
48262
48241
|
/***/ "../../core/common/lib/esm/TerrainSettings.js":
|
|
@@ -48865,7 +48844,6 @@ class ThematicGradientSettings {
|
|
|
48865
48844
|
}
|
|
48866
48845
|
ThematicGradientSettings.defaults = new ThematicGradientSettings({});
|
|
48867
48846
|
ThematicGradientSettings._defaultCustomKeys = [[0.0, 255, 255, 255], [1.0, 0, 0, 0]];
|
|
48868
|
-
|
|
48869
48847
|
/** A sensor in world space, used for [[ThematicDisplayMode.InverseDistanceWeightedSensors]].
|
|
48870
48848
|
* @public
|
|
48871
48849
|
*/
|
|
@@ -49853,7 +49831,6 @@ class ViewDetails {
|
|
|
49853
49831
|
}
|
|
49854
49832
|
/** Maximum aspect ratio skew. Apps can override this by changing its value. */
|
|
49855
49833
|
ViewDetails.maxSkew = 25;
|
|
49856
|
-
|
|
49857
49834
|
/** Encapsulates access to optional 3d view details stored in JSON properties.
|
|
49858
49835
|
* @see [[ViewDetails3dProps]] for the JSON representation.
|
|
49859
49836
|
* @public
|
|
@@ -50279,7 +50256,6 @@ class ViewFlags {
|
|
|
50279
50256
|
ViewFlags.defaults = new ViewFlags();
|
|
50280
50257
|
|
|
50281
50258
|
|
|
50282
|
-
|
|
50283
50259
|
/***/ }),
|
|
50284
50260
|
|
|
50285
50261
|
/***/ "../../core/common/lib/esm/ViewProps.js":
|
|
@@ -50365,7 +50341,6 @@ WhiteOnWhiteReversalSettings._noIgnore = new WhiteOnWhiteReversalSettings(true);
|
|
|
50365
50341
|
WhiteOnWhiteReversalSettings._ignore = new WhiteOnWhiteReversalSettings(false);
|
|
50366
50342
|
|
|
50367
50343
|
|
|
50368
|
-
|
|
50369
50344
|
/***/ }),
|
|
50370
50345
|
|
|
50371
50346
|
/***/ "../../core/common/lib/esm/annotation/TextAnnotation.js":
|
|
@@ -50933,7 +50908,6 @@ TextStyleSettings.defaultProps = {
|
|
|
50933
50908
|
};
|
|
50934
50909
|
/** Settings initialized to all default values. */
|
|
50935
50910
|
TextStyleSettings.defaults = new TextStyleSettings({});
|
|
50936
|
-
|
|
50937
50911
|
Object.freeze(TextStyleSettings.defaultProps);
|
|
50938
50912
|
Object.freeze(TextStyleSettings.defaults);
|
|
50939
50913
|
/** A named, immutable [[TextStyleSettings]] stored in a [Workspace]($backend).
|
|
@@ -52472,7 +52446,6 @@ Cartographic._scratchN = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.V
|
|
|
52472
52446
|
Cartographic._scratchK = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Vector3d();
|
|
52473
52447
|
Cartographic._scaleToGeodeticSurfaceIntersection = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Point3d();
|
|
52474
52448
|
Cartographic._scaleToGeodeticSurfaceGradient = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Point3d();
|
|
52475
|
-
|
|
52476
52449
|
/** A cartographic range representing a rectangular region if low longitude/latitude > high then area crossing seam is indicated.
|
|
52477
52450
|
* @public
|
|
52478
52451
|
*/
|
|
@@ -58510,10 +58483,10 @@ The below numbers are the indices into that array.
|
|
|
58510
58483
|
*/
|
|
58511
58484
|
// Ordering of sub-arrays is: [origin, a, b]
|
|
58512
58485
|
const planePointIndices = [
|
|
58513
|
-
[1, 5, 3],
|
|
58514
|
-
[0, 2, 4],
|
|
58515
|
-
[2, 3, 6],
|
|
58516
|
-
[0, 4, 1],
|
|
58486
|
+
[1, 5, 3], // right
|
|
58487
|
+
[0, 2, 4], // left
|
|
58488
|
+
[2, 3, 6], // top
|
|
58489
|
+
[0, 4, 1], // bottom
|
|
58517
58490
|
[0, 1, 2], // back
|
|
58518
58491
|
// Skip front plane because it can be too small. Instead derive it from back plane.
|
|
58519
58492
|
// Otherwise, it would be: [4, 6, 5]
|
|
@@ -60558,7 +60531,6 @@ class IpcWebSocket {
|
|
|
60558
60531
|
}
|
|
60559
60532
|
}
|
|
60560
60533
|
IpcWebSocket.receivers = new Set();
|
|
60561
|
-
|
|
60562
60534
|
/** @internal */
|
|
60563
60535
|
class IpcWebSocketFrontend extends IpcWebSocket {
|
|
60564
60536
|
constructor() {
|
|
@@ -60875,7 +60847,6 @@ DevToolsRpcInterface.interfaceName = "DevToolsRpcInterface";
|
|
|
60875
60847
|
DevToolsRpcInterface.interfaceVersion = "0.7.0";
|
|
60876
60848
|
|
|
60877
60849
|
|
|
60878
|
-
|
|
60879
60850
|
/***/ }),
|
|
60880
60851
|
|
|
60881
60852
|
/***/ "../../core/common/lib/esm/rpc/IModelReadRpcInterface.js":
|
|
@@ -61016,7 +60987,6 @@ __decorate([
|
|
|
61016
60987
|
], IModelReadRpcInterface.prototype, "getGeoCoordinatesFromIModelCoordinates", null);
|
|
61017
60988
|
|
|
61018
60989
|
|
|
61019
|
-
|
|
61020
60990
|
/***/ }),
|
|
61021
60991
|
|
|
61022
60992
|
/***/ "../../core/common/lib/esm/rpc/IModelTileRpcInterface.js":
|
|
@@ -61111,7 +61081,6 @@ __decorate([
|
|
|
61111
61081
|
], IModelTileRpcInterface.prototype, "requestTileTreeProps", null);
|
|
61112
61082
|
|
|
61113
61083
|
|
|
61114
|
-
|
|
61115
61084
|
/***/ }),
|
|
61116
61085
|
|
|
61117
61086
|
/***/ "../../core/common/lib/esm/rpc/SnapshotIModelRpcInterface.js":
|
|
@@ -61174,7 +61143,6 @@ __decorate([
|
|
|
61174
61143
|
], SnapshotIModelRpcInterface.prototype, "openRemote", null);
|
|
61175
61144
|
|
|
61176
61145
|
|
|
61177
|
-
|
|
61178
61146
|
/***/ }),
|
|
61179
61147
|
|
|
61180
61148
|
/***/ "../../core/common/lib/esm/rpc/TestRpcManager.js":
|
|
@@ -61280,7 +61248,6 @@ WipRpcInterface.interfaceName = "WipRpcInterface";
|
|
|
61280
61248
|
WipRpcInterface.interfaceVersion = "0.5.0";
|
|
61281
61249
|
|
|
61282
61250
|
|
|
61283
|
-
|
|
61284
61251
|
/***/ }),
|
|
61285
61252
|
|
|
61286
61253
|
/***/ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js":
|
|
@@ -61354,13 +61321,13 @@ class RpcConfiguration {
|
|
|
61354
61321
|
/** Sets the configuration supplier for an RPC interface class for a given routing. */
|
|
61355
61322
|
static assignWithRouting(definition, routing, configuration) {
|
|
61356
61323
|
if (!definition.prototype.configurationSupplier) {
|
|
61357
|
-
|
|
61324
|
+
_a.assign(definition, RpcRoutingMap.create());
|
|
61358
61325
|
}
|
|
61359
61326
|
let map = definition.prototype.configurationSupplier;
|
|
61360
61327
|
if (typeof (map.configurations) === "undefined") {
|
|
61361
61328
|
const existing = map;
|
|
61362
61329
|
map = RpcRoutingMap.create();
|
|
61363
|
-
|
|
61330
|
+
_a.assign(definition, map);
|
|
61364
61331
|
map.configurations.set(_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_5__.RpcRoutingToken["default"].id, existing);
|
|
61365
61332
|
}
|
|
61366
61333
|
const supplier = () => configuration;
|
|
@@ -61384,7 +61351,7 @@ class RpcConfiguration {
|
|
|
61384
61351
|
return;
|
|
61385
61352
|
}
|
|
61386
61353
|
this.attached.push(definition);
|
|
61387
|
-
|
|
61354
|
+
_a.assign(definition, () => this.constructor);
|
|
61388
61355
|
_RpcManager__WEBPACK_IMPORTED_MODULE_0__.RpcManager.initializeInterface(definition);
|
|
61389
61356
|
}
|
|
61390
61357
|
/** Initializes the RPC interfaces managed by the configuration. */
|
|
@@ -61393,7 +61360,7 @@ class RpcConfiguration {
|
|
|
61393
61360
|
}
|
|
61394
61361
|
/** @internal */
|
|
61395
61362
|
static supply(definition) {
|
|
61396
|
-
return
|
|
61363
|
+
return _a.obtain(definition.configurationSupplier ? definition.configurationSupplier(definition.routing) : RpcDefaultConfiguration);
|
|
61397
61364
|
}
|
|
61398
61365
|
/** @internal */
|
|
61399
61366
|
onRpcClientInitialized(definition, client) {
|
|
@@ -61441,7 +61408,6 @@ RpcConfiguration.requestContext = {
|
|
|
61441
61408
|
authorization: "",
|
|
61442
61409
|
}),
|
|
61443
61410
|
};
|
|
61444
|
-
|
|
61445
61411
|
/** A default configuration that can be used for basic testing within a library.
|
|
61446
61412
|
* @internal
|
|
61447
61413
|
*/
|
|
@@ -61785,7 +61751,6 @@ RpcControlChannel.channels = [];
|
|
|
61785
61751
|
RpcControlChannel._obtainLock = 0;
|
|
61786
61752
|
|
|
61787
61753
|
|
|
61788
|
-
|
|
61789
61754
|
/***/ }),
|
|
61790
61755
|
|
|
61791
61756
|
/***/ "../../core/common/lib/esm/rpc/core/RpcInvocation.js":
|
|
@@ -61918,7 +61883,7 @@ class RpcInvocation {
|
|
|
61918
61883
|
const impl = _RpcRegistry__WEBPACK_IMPORTED_MODULE_10__.RpcRegistry.instance.getImplForInterface(this.operation.interfaceDefinition);
|
|
61919
61884
|
impl[_RpcRegistry__WEBPACK_IMPORTED_MODULE_10__.CURRENT_INVOCATION] = this;
|
|
61920
61885
|
const op = this.lookupOperationFunction(impl);
|
|
61921
|
-
return await
|
|
61886
|
+
return await _a.runActivity(activity, async () => op.call(impl, ...parameters)
|
|
61922
61887
|
.catch(async (error) => {
|
|
61923
61888
|
// this catch block is intentionally placed inside `runActivity` to attach the right logging metadata and use the correct openTelemetry span.
|
|
61924
61889
|
if (!(error instanceof _RpcControl__WEBPACK_IMPORTED_MODULE_6__.RpcPendingResponse)) {
|
|
@@ -61941,7 +61906,7 @@ class RpcInvocation {
|
|
|
61941
61906
|
if (isToken && this.protocol.checkToken && !this.operation.policy.allowTokenMismatch) {
|
|
61942
61907
|
const inflated = this.protocol.inflateToken(parameter, this.request);
|
|
61943
61908
|
parameters[i] = inflated;
|
|
61944
|
-
if (!
|
|
61909
|
+
if (!_a.compareTokens(parameter, inflated)) {
|
|
61945
61910
|
if (_RpcConfiguration__WEBPACK_IMPORTED_MODULE_4__.RpcConfiguration.throwOnTokenMismatch) {
|
|
61946
61911
|
throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "IModelRpcProps mismatch detected for this request.");
|
|
61947
61912
|
}
|
|
@@ -62065,7 +62030,6 @@ _a = RpcInvocation;
|
|
|
62065
62030
|
RpcInvocation.runActivity = async (_activity, fn) => fn();
|
|
62066
62031
|
|
|
62067
62032
|
|
|
62068
|
-
|
|
62069
62033
|
/***/ }),
|
|
62070
62034
|
|
|
62071
62035
|
/***/ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js":
|
|
@@ -62332,7 +62296,6 @@ class RpcOperation {
|
|
|
62332
62296
|
}
|
|
62333
62297
|
/** A fallback token to use for RPC requests that do not semantically depend on an iModel. */
|
|
62334
62298
|
RpcOperation.fallbackToken = undefined;
|
|
62335
|
-
|
|
62336
62299
|
/** @internal */
|
|
62337
62300
|
(function (RpcOperation) {
|
|
62338
62301
|
function obtainInstance(obj) {
|
|
@@ -62638,7 +62601,6 @@ RpcProtocol.events = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEven
|
|
|
62638
62601
|
RpcProtocol.protocolVersion = RpcProtocolVersion.IntroducedStatusCategory;
|
|
62639
62602
|
|
|
62640
62603
|
|
|
62641
|
-
|
|
62642
62604
|
/***/ }),
|
|
62643
62605
|
|
|
62644
62606
|
/***/ "../../core/common/lib/esm/rpc/core/RpcPush.js":
|
|
@@ -62685,7 +62647,6 @@ class RpcPushService {
|
|
|
62685
62647
|
}
|
|
62686
62648
|
/** The push service for the dedicated backend (for example, an electron or mobile app). */
|
|
62687
62649
|
RpcPushService.dedicated = new RpcPushService("dedicated");
|
|
62688
|
-
|
|
62689
62650
|
/** Defines a named stream of push messages.
|
|
62690
62651
|
* @internal
|
|
62691
62652
|
*/
|
|
@@ -62756,7 +62717,6 @@ class RpcPushChannel {
|
|
|
62756
62717
|
/** @internal */
|
|
62757
62718
|
RpcPushChannel.enabled = false;
|
|
62758
62719
|
RpcPushChannel._channels = new Map();
|
|
62759
|
-
|
|
62760
62720
|
/** Receives push messages from the backend.
|
|
62761
62721
|
* @internal
|
|
62762
62722
|
*/
|
|
@@ -63461,7 +63421,6 @@ RpcRequest._activeRequests = new Map();
|
|
|
63461
63421
|
RpcRequest.events = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
63462
63422
|
/** Resolvers for "not found" requests. See [[RpcRequestNotFoundHandler]] */
|
|
63463
63423
|
RpcRequest.notFoundHandlers = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
63464
|
-
|
|
63465
63424
|
/** @internal */
|
|
63466
63425
|
const initializeRpcRequest = (() => {
|
|
63467
63426
|
let initialized = false;
|
|
@@ -63553,7 +63512,6 @@ RpcRoutingToken._next = -1;
|
|
|
63553
63512
|
RpcRoutingToken.default = RpcRoutingToken.generate("default");
|
|
63554
63513
|
|
|
63555
63514
|
|
|
63556
|
-
|
|
63557
63515
|
/***/ }),
|
|
63558
63516
|
|
|
63559
63517
|
/***/ "../../core/common/lib/esm/rpc/core/RpcSessionInvocation.js":
|
|
@@ -63675,7 +63633,6 @@ BentleyCloudRpcConfiguration.accessControl = {
|
|
|
63675
63633
|
allowMethods: "POST, GET, OPTIONS",
|
|
63676
63634
|
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",
|
|
63677
63635
|
};
|
|
63678
|
-
|
|
63679
63636
|
/** Coordinates usage of RPC interfaces for Bentley cloud deployments.
|
|
63680
63637
|
* @beta
|
|
63681
63638
|
*/
|
|
@@ -64016,7 +63973,6 @@ RpcMultipart.platform = {
|
|
|
64016
63973
|
};
|
|
64017
63974
|
|
|
64018
63975
|
|
|
64019
|
-
|
|
64020
63976
|
/***/ }),
|
|
64021
63977
|
|
|
64022
63978
|
/***/ "../../core/common/lib/esm/rpc/web/WebAppRpcLogging.js":
|
|
@@ -64118,9 +64074,9 @@ class WebAppRpcLogging {
|
|
|
64118
64074
|
operation: object.operation.operationName,
|
|
64119
64075
|
rpcInterface: this.getRpcInterfaceName(object.operation.interfaceDefinition),
|
|
64120
64076
|
// Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
|
|
64121
|
-
ActivityId: object.id,
|
|
64122
|
-
TimeElapsed: ("elapsed" in object) ? object.elapsed : 0,
|
|
64123
|
-
MachineName: this.getHostname(),
|
|
64077
|
+
ActivityId: object.id, // eslint-disable-line @typescript-eslint/naming-convention
|
|
64078
|
+
TimeElapsed: ("elapsed" in object) ? object.elapsed : 0, // eslint-disable-line @typescript-eslint/naming-convention
|
|
64079
|
+
MachineName: this.getHostname(), // eslint-disable-line @typescript-eslint/naming-convention
|
|
64124
64080
|
...pathIds,
|
|
64125
64081
|
}));
|
|
64126
64082
|
}
|
|
@@ -64134,9 +64090,9 @@ class WebAppRpcLogging {
|
|
|
64134
64090
|
rpcInterface: this.getRpcInterfaceName(object.operation.interfaceDefinition),
|
|
64135
64091
|
status,
|
|
64136
64092
|
// Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
|
|
64137
|
-
ActivityId: object.id,
|
|
64138
|
-
TimeElapsed: elapsed,
|
|
64139
|
-
MachineName: this.getHostname(),
|
|
64093
|
+
ActivityId: object.id, // eslint-disable-line @typescript-eslint/naming-convention
|
|
64094
|
+
TimeElapsed: elapsed, // eslint-disable-line @typescript-eslint/naming-convention
|
|
64095
|
+
MachineName: this.getHostname(), // eslint-disable-line @typescript-eslint/naming-convention
|
|
64140
64096
|
...pathIds,
|
|
64141
64097
|
}));
|
|
64142
64098
|
}
|
|
@@ -64165,8 +64121,8 @@ class WebAppRpcLoggingFrontend extends WebAppRpcLogging {
|
|
|
64165
64121
|
method: request.method,
|
|
64166
64122
|
path: request.path,
|
|
64167
64123
|
// Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
|
|
64168
|
-
ActivityId: request.id,
|
|
64169
|
-
MachineName: this.getHostname(),
|
|
64124
|
+
ActivityId: request.id, // eslint-disable-line @typescript-eslint/naming-convention
|
|
64125
|
+
MachineName: this.getHostname(), // eslint-disable-line @typescript-eslint/naming-convention
|
|
64170
64126
|
...pathIds,
|
|
64171
64127
|
}));
|
|
64172
64128
|
}
|
|
@@ -64509,7 +64465,7 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_4__.Rpc
|
|
|
64509
64465
|
}
|
|
64510
64466
|
async setupTransport() {
|
|
64511
64467
|
const parameters = (await this.protocol.serialize(this)).parameters;
|
|
64512
|
-
const transportType =
|
|
64468
|
+
const transportType = _a.computeTransportType(parameters, this.parameters);
|
|
64513
64469
|
if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Binary) {
|
|
64514
64470
|
this.setupBinaryTransport(parameters);
|
|
64515
64471
|
}
|
|
@@ -64534,7 +64490,7 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_4__.Rpc
|
|
|
64534
64490
|
setupTextTransport(parameters) {
|
|
64535
64491
|
if (this.operation.policy.allowResponseCaching(this)) {
|
|
64536
64492
|
const encodedBody = btoa(parameters.objects); // eslint-disable-line deprecation/deprecation
|
|
64537
|
-
if (encodedBody.length <=
|
|
64493
|
+
if (encodedBody.length <= _a.maxUrlComponentSize) {
|
|
64538
64494
|
this._request.method = "get";
|
|
64539
64495
|
this._request.body = undefined;
|
|
64540
64496
|
delete this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT];
|
|
@@ -64566,7 +64522,6 @@ WebAppRpcRequest.backend = {
|
|
|
64566
64522
|
};
|
|
64567
64523
|
|
|
64568
64524
|
|
|
64569
|
-
|
|
64570
64525
|
/***/ }),
|
|
64571
64526
|
|
|
64572
64527
|
/***/ "../../core/common/lib/esm/rpc/web/multipart/RpcMultipartParser.js":
|
|
@@ -65381,7 +65336,6 @@ class FeatureTableHeader {
|
|
|
65381
65336
|
FeatureTableHeader.sizeInBytes = 12;
|
|
65382
65337
|
|
|
65383
65338
|
|
|
65384
|
-
|
|
65385
65339
|
/***/ }),
|
|
65386
65340
|
|
|
65387
65341
|
/***/ "../../core/common/lib/esm/tile/PntsTileIO.js":
|
|
@@ -66319,6 +66273,7 @@ exports.ECStringConstants = void 0;
|
|
|
66319
66273
|
*/
|
|
66320
66274
|
class ECStringConstants {
|
|
66321
66275
|
}
|
|
66276
|
+
exports.ECStringConstants = ECStringConstants;
|
|
66322
66277
|
// Relationship End
|
|
66323
66278
|
ECStringConstants.RELATIONSHIP_END_SOURCE = "Source";
|
|
66324
66279
|
ECStringConstants.RELATIONSHIP_END_TARGET = "Target";
|
|
@@ -66339,7 +66294,6 @@ ECStringConstants.CONTAINERTYPE_SOURCERELATIONSHIPCONSTRAINT = "SourceRelationsh
|
|
|
66339
66294
|
ECStringConstants.CONTAINERTYPE_TARGETRELATIONSHIPCONSTRAINT = "TargetRelationshipConstraint";
|
|
66340
66295
|
ECStringConstants.CONTAINERTYPE_ANYRELATIONSHIPCONSTRAINT = "AnyRelationshipConstraint";
|
|
66341
66296
|
ECStringConstants.CONTAINERTYPE_ANY = "Any";
|
|
66342
|
-
exports.ECStringConstants = ECStringConstants;
|
|
66343
66297
|
|
|
66344
66298
|
|
|
66345
66299
|
/***/ }),
|
|
@@ -66406,7 +66360,7 @@ class SchemaCache {
|
|
|
66406
66360
|
*/
|
|
66407
66361
|
async addSchemaPromise(schemaInfo, schema, schemaPromise) {
|
|
66408
66362
|
if (this.schemaExists(schemaInfo.schemaKey))
|
|
66409
|
-
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.DuplicateSchema, `The schema, ${
|
|
66363
|
+
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.DuplicateSchema, `The schema, ${schemaInfo.schemaKey.toString()}, already exists within this cache.`);
|
|
66410
66364
|
this._schema.push({ schemaInfo, schema, schemaPromise });
|
|
66411
66365
|
// This promise is cached and will be awaited when the user requests the full schema.
|
|
66412
66366
|
// If the promise competes successfully before the user requests the schema it will be removed from the cache
|
|
@@ -69652,7 +69606,7 @@ var XmlSerializationUtils;
|
|
|
69652
69606
|
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.`);
|
|
69653
69607
|
return [nameParts[1], `${nameParts[0]}.${attributeSchema.schemaKey.version.toString()}`];
|
|
69654
69608
|
}
|
|
69655
|
-
})(XmlSerializationUtils
|
|
69609
|
+
})(XmlSerializationUtils || (exports.XmlSerializationUtils = XmlSerializationUtils = {}));
|
|
69656
69610
|
|
|
69657
69611
|
|
|
69658
69612
|
/***/ }),
|
|
@@ -69784,7 +69738,7 @@ var ECClassModifier;
|
|
|
69784
69738
|
ECClassModifier[ECClassModifier["None"] = 0] = "None";
|
|
69785
69739
|
ECClassModifier[ECClassModifier["Abstract"] = 1] = "Abstract";
|
|
69786
69740
|
ECClassModifier[ECClassModifier["Sealed"] = 2] = "Sealed";
|
|
69787
|
-
})(ECClassModifier
|
|
69741
|
+
})(ECClassModifier || (exports.ECClassModifier = ECClassModifier = {}));
|
|
69788
69742
|
/**
|
|
69789
69743
|
* An enumeration that has all the schema item type names as values
|
|
69790
69744
|
* @beta */
|
|
@@ -69804,7 +69758,7 @@ var SchemaItemType;
|
|
|
69804
69758
|
SchemaItemType["Phenomenon"] = "Phenomenon";
|
|
69805
69759
|
SchemaItemType["UnitSystem"] = "UnitSystem";
|
|
69806
69760
|
SchemaItemType["Format"] = "Format";
|
|
69807
|
-
})(SchemaItemType
|
|
69761
|
+
})(SchemaItemType || (exports.SchemaItemType = SchemaItemType = {}));
|
|
69808
69762
|
/**
|
|
69809
69763
|
* Primitive data types for ECProperties.
|
|
69810
69764
|
* @beta
|
|
@@ -69822,7 +69776,7 @@ var PrimitiveType;
|
|
|
69822
69776
|
PrimitiveType[PrimitiveType["Point3d"] = 2049] = "Point3d";
|
|
69823
69777
|
PrimitiveType[PrimitiveType["String"] = 2305] = "String";
|
|
69824
69778
|
PrimitiveType[PrimitiveType["IGeometry"] = 2561] = "IGeometry";
|
|
69825
|
-
})(PrimitiveType
|
|
69779
|
+
})(PrimitiveType || (exports.PrimitiveType = PrimitiveType = {}));
|
|
69826
69780
|
/**
|
|
69827
69781
|
* Defines the valid CustomAttribute container types.
|
|
69828
69782
|
* @beta
|
|
@@ -69845,7 +69799,7 @@ var CustomAttributeContainerType;
|
|
|
69845
69799
|
CustomAttributeContainerType[CustomAttributeContainerType["TargetRelationshipConstraint"] = 2048] = "TargetRelationshipConstraint";
|
|
69846
69800
|
CustomAttributeContainerType[CustomAttributeContainerType["AnyRelationshipConstraint"] = 3072] = "AnyRelationshipConstraint";
|
|
69847
69801
|
CustomAttributeContainerType[CustomAttributeContainerType["Any"] = 4095] = "Any";
|
|
69848
|
-
})(CustomAttributeContainerType
|
|
69802
|
+
})(CustomAttributeContainerType || (exports.CustomAttributeContainerType = CustomAttributeContainerType = {}));
|
|
69849
69803
|
/**
|
|
69850
69804
|
* Defines what sort of match should be used when locating a schema.
|
|
69851
69805
|
* @beta
|
|
@@ -69862,7 +69816,7 @@ var SchemaMatchType;
|
|
|
69862
69816
|
SchemaMatchType[SchemaMatchType["Latest"] = 3] = "Latest";
|
|
69863
69817
|
// Find latest version with matching VersionRead
|
|
69864
69818
|
SchemaMatchType[SchemaMatchType["LatestReadCompatible"] = 4] = "LatestReadCompatible";
|
|
69865
|
-
})(SchemaMatchType
|
|
69819
|
+
})(SchemaMatchType || (exports.SchemaMatchType = SchemaMatchType = {}));
|
|
69866
69820
|
/**
|
|
69867
69821
|
* Identifer for an ECRelationshipConstraint. Used to determine the side of the relationship the constraint is representing.
|
|
69868
69822
|
* @beta
|
|
@@ -69871,20 +69825,20 @@ var RelationshipEnd;
|
|
|
69871
69825
|
(function (RelationshipEnd) {
|
|
69872
69826
|
RelationshipEnd[RelationshipEnd["Source"] = 0] = "Source";
|
|
69873
69827
|
RelationshipEnd[RelationshipEnd["Target"] = 1] = "Target";
|
|
69874
|
-
})(RelationshipEnd
|
|
69828
|
+
})(RelationshipEnd || (exports.RelationshipEnd = RelationshipEnd = {}));
|
|
69875
69829
|
/** @beta */
|
|
69876
69830
|
var StrengthType;
|
|
69877
69831
|
(function (StrengthType) {
|
|
69878
69832
|
StrengthType[StrengthType["Referencing"] = 0] = "Referencing";
|
|
69879
69833
|
StrengthType[StrengthType["Holding"] = 1] = "Holding";
|
|
69880
69834
|
StrengthType[StrengthType["Embedding"] = 2] = "Embedding";
|
|
69881
|
-
})(StrengthType
|
|
69835
|
+
})(StrengthType || (exports.StrengthType = StrengthType = {}));
|
|
69882
69836
|
/** @beta */
|
|
69883
69837
|
var StrengthDirection;
|
|
69884
69838
|
(function (StrengthDirection) {
|
|
69885
69839
|
StrengthDirection[StrengthDirection["Forward"] = 1] = "Forward";
|
|
69886
69840
|
StrengthDirection[StrengthDirection["Backward"] = 2] = "Backward";
|
|
69887
|
-
})(StrengthDirection
|
|
69841
|
+
})(StrengthDirection || (exports.StrengthDirection = StrengthDirection = {}));
|
|
69888
69842
|
// Helper methods for going to/from string for the above Enumerations.
|
|
69889
69843
|
/**
|
|
69890
69844
|
* Parses the provided string into an ECClassModifier if the string is a valid modifier.
|
|
@@ -70255,7 +70209,7 @@ var ECObjectsStatus;
|
|
|
70255
70209
|
ECObjectsStatus[ECObjectsStatus["InvalidSchemaAlias"] = 35078] = "InvalidSchemaAlias";
|
|
70256
70210
|
ECObjectsStatus[ECObjectsStatus["InvalidSchemaKey"] = 35079] = "InvalidSchemaKey";
|
|
70257
70211
|
ECObjectsStatus[ECObjectsStatus["UnableToLoadSchema"] = 35080] = "UnableToLoadSchema";
|
|
70258
|
-
})(ECObjectsStatus
|
|
70212
|
+
})(ECObjectsStatus || (exports.ECObjectsStatus = ECObjectsStatus = {}));
|
|
70259
70213
|
/** @internal */
|
|
70260
70214
|
class ECObjectsError extends core_bentley_1.BentleyError {
|
|
70261
70215
|
constructor(errorNumber, message) {
|
|
@@ -71352,7 +71306,7 @@ async function createNavigationProperty(ecClass, name, relationship, direction)
|
|
|
71352
71306
|
else
|
|
71353
71307
|
resolvedRelationship = relationship;
|
|
71354
71308
|
if (!resolvedRelationship)
|
|
71355
|
-
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.InvalidType, `The provided RelationshipClass, ${relationship}, is not a valid RelationshipClassInterface.`);
|
|
71309
|
+
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
|
|
71356
71310
|
if (typeof (direction) === "string") {
|
|
71357
71311
|
const tmpDirection = (0, ECObjects_1.parseStrengthDirection)(direction);
|
|
71358
71312
|
if (undefined === tmpDirection)
|
|
@@ -71374,7 +71328,7 @@ function createNavigationPropertySync(ecClass, name, relationship, direction) {
|
|
|
71374
71328
|
else
|
|
71375
71329
|
resolvedRelationship = relationship;
|
|
71376
71330
|
if (!resolvedRelationship)
|
|
71377
|
-
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.InvalidType, `The provided RelationshipClass, ${relationship}, is not a valid RelationshipClassInterface.`);
|
|
71331
|
+
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
|
|
71378
71332
|
if (typeof (direction) === "string") {
|
|
71379
71333
|
const tmpDirection = (0, ECObjects_1.parseStrengthDirection)(direction);
|
|
71380
71334
|
if (undefined === tmpDirection)
|
|
@@ -73346,6 +73300,7 @@ class RelationshipConstraint {
|
|
|
73346
73300
|
this._constraintClasses.forEach((item, index) => {
|
|
73347
73301
|
const constraintName = item.fullName;
|
|
73348
73302
|
if (constraintName === constraint.fullName)
|
|
73303
|
+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
73349
73304
|
this._constraintClasses?.splice(index, 1);
|
|
73350
73305
|
});
|
|
73351
73306
|
}
|
|
@@ -73535,11 +73490,11 @@ class RelationshipMultiplicity {
|
|
|
73535
73490
|
return `(${this.lowerLimit}..${this.upperLimit === INT32_MAX ? "*" : this.upperLimit})`;
|
|
73536
73491
|
}
|
|
73537
73492
|
}
|
|
73493
|
+
exports.RelationshipMultiplicity = RelationshipMultiplicity;
|
|
73538
73494
|
RelationshipMultiplicity.zeroOne = new RelationshipMultiplicity(0, 1);
|
|
73539
73495
|
RelationshipMultiplicity.zeroMany = new RelationshipMultiplicity(0, INT32_MAX);
|
|
73540
73496
|
RelationshipMultiplicity.oneOne = new RelationshipMultiplicity(1, 1);
|
|
73541
73497
|
RelationshipMultiplicity.oneMany = new RelationshipMultiplicity(1, INT32_MAX);
|
|
73542
|
-
exports.RelationshipMultiplicity = RelationshipMultiplicity;
|
|
73543
73498
|
/**
|
|
73544
73499
|
* @internal
|
|
73545
73500
|
* An abstract class used for schema editing.
|
|
@@ -74527,7 +74482,7 @@ var PropertyType;
|
|
|
74527
74482
|
PropertyType[PropertyType["String_Enumeration_Array"] = 2325] = "String_Enumeration_Array";
|
|
74528
74483
|
PropertyType[PropertyType["IGeometry"] = 2561] = "IGeometry";
|
|
74529
74484
|
PropertyType[PropertyType["IGeometry_Array"] = 2565] = "IGeometry_Array";
|
|
74530
|
-
})(PropertyType
|
|
74485
|
+
})(PropertyType || (exports.PropertyType = PropertyType = {}));
|
|
74531
74486
|
/** @beta */
|
|
74532
74487
|
var PropertyTypeUtils;
|
|
74533
74488
|
(function (PropertyTypeUtils) {
|
|
@@ -74563,7 +74518,7 @@ var PropertyTypeUtils;
|
|
|
74563
74518
|
return t | 0;
|
|
74564
74519
|
}
|
|
74565
74520
|
PropertyTypeUtils.fromPrimitiveType = fromPrimitiveType;
|
|
74566
|
-
})(PropertyTypeUtils
|
|
74521
|
+
})(PropertyTypeUtils || (exports.PropertyTypeUtils = PropertyTypeUtils = {}));
|
|
74567
74522
|
/** @beta */
|
|
74568
74523
|
function propertyTypeToString(type) {
|
|
74569
74524
|
if (PropertyTypeUtils.isPrimitive(type))
|
|
@@ -75388,9 +75343,9 @@ class UnitConversion {
|
|
|
75388
75343
|
return new UnitConversion(unit.denominator / unit.numerator, 0.0);
|
|
75389
75344
|
}
|
|
75390
75345
|
}
|
|
75346
|
+
exports.UnitConversion = UnitConversion;
|
|
75391
75347
|
/** @internal */
|
|
75392
75348
|
UnitConversion.identity = new UnitConversion();
|
|
75393
|
-
exports.UnitConversion = UnitConversion;
|
|
75394
75349
|
|
|
75395
75350
|
|
|
75396
75351
|
/***/ }),
|
|
@@ -78991,7 +78946,6 @@ class AccuDraw {
|
|
|
78991
78946
|
}
|
|
78992
78947
|
}
|
|
78993
78948
|
AccuDraw._tempRot = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix3d();
|
|
78994
|
-
|
|
78995
78949
|
/** Specify the rotation to return from [[AccuDrawHintBuilder.getContextRotation]].
|
|
78996
78950
|
* @public
|
|
78997
78951
|
* @extensions
|
|
@@ -80446,7 +80400,6 @@ class ApproximateTerrainHeights {
|
|
|
80446
80400
|
ApproximateTerrainHeights.maxLevel = 6;
|
|
80447
80401
|
|
|
80448
80402
|
|
|
80449
|
-
|
|
80450
80403
|
/***/ }),
|
|
80451
80404
|
|
|
80452
80405
|
/***/ "../../core/frontend/lib/esm/AuxCoordSys.js":
|
|
@@ -81214,7 +81167,6 @@ BackgroundMapGeometry._transitionDistanceMultiplier = .25; // In the transition
|
|
|
81214
81167
|
BackgroundMapGeometry._scratchRayFractions = new Array();
|
|
81215
81168
|
BackgroundMapGeometry._scratchRayAngles = new Array();
|
|
81216
81169
|
BackgroundMapGeometry._scratchPoint = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d.createZero();
|
|
81217
|
-
|
|
81218
81170
|
/** Calculate the ECEF to database (IModel) coordinate transform at a provided location, using the GCS of the iModel.
|
|
81219
81171
|
* The transform will exactly represent the GCS at the provided location.
|
|
81220
81172
|
* @public
|
|
@@ -83841,7 +83793,6 @@ DrawingViewState.alwaysDisplaySpatialView = false;
|
|
|
83841
83793
|
DrawingViewState.hideDrawingGraphics = false;
|
|
83842
83794
|
|
|
83843
83795
|
|
|
83844
|
-
|
|
83845
83796
|
/***/ }),
|
|
83846
83797
|
|
|
83847
83798
|
/***/ "../../core/frontend/lib/esm/ElementLocateManager.js":
|
|
@@ -85411,7 +85362,7 @@ class FrustumAnimator {
|
|
|
85411
85362
|
start: true,
|
|
85412
85363
|
easing: options.easingFunction ? options.easingFunction : settings.easing,
|
|
85413
85364
|
interpolation: zoomSettings.interpolation,
|
|
85414
|
-
onComplete: () => viewport.setupFromView(end),
|
|
85365
|
+
onComplete: () => viewport.setupFromView(end), // when we're done, set up from final state
|
|
85415
85366
|
onUpdate: () => {
|
|
85416
85367
|
const fraction = extentBias ? timing.position : timing.fraction; // if we're zooming, fraction comes from position interpolation
|
|
85417
85368
|
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);
|
|
@@ -86337,7 +86288,6 @@ class GraphicalEditingScope extends _BriefcaseTxns__WEBPACK_IMPORTED_MODULE_2__.
|
|
|
86337
86288
|
GraphicalEditingScope.onEnter = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
86338
86289
|
|
|
86339
86290
|
|
|
86340
|
-
|
|
86341
86291
|
/***/ }),
|
|
86342
86292
|
|
|
86343
86293
|
/***/ "../../core/frontend/lib/esm/HitDetail.js":
|
|
@@ -87209,7 +87159,7 @@ class IModelApp {
|
|
|
87209
87159
|
this.onBeforeShutdown.clear();
|
|
87210
87160
|
if (false) {}
|
|
87211
87161
|
this._wantEventLoop = false;
|
|
87212
|
-
window.removeEventListener("resize", () =>
|
|
87162
|
+
window.removeEventListener("resize", () => _a.requestNextAnimation());
|
|
87213
87163
|
this.clearIntervalAnimation();
|
|
87214
87164
|
[this.toolAdmin, this.viewManager, this.tileAdmin].forEach((sys) => sys.onShutDown());
|
|
87215
87165
|
this.tools.shutdown();
|
|
@@ -87227,14 +87177,14 @@ class IModelApp {
|
|
|
87227
87177
|
* @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.
|
|
87228
87178
|
* @beta
|
|
87229
87179
|
*/
|
|
87230
|
-
static get animationInterval() { return
|
|
87180
|
+
static get animationInterval() { return _a._animationInterval; }
|
|
87231
87181
|
static set animationInterval(interval) {
|
|
87232
87182
|
if (undefined !== interval && interval.isTowardsPast)
|
|
87233
87183
|
interval = undefined;
|
|
87234
|
-
if (interval !==
|
|
87235
|
-
|
|
87236
|
-
if (
|
|
87237
|
-
|
|
87184
|
+
if (interval !== _a._animationInterval) {
|
|
87185
|
+
_a._animationInterval = interval;
|
|
87186
|
+
if (_a._wantEventLoop)
|
|
87187
|
+
_a.requestIntervalAnimation();
|
|
87238
87188
|
}
|
|
87239
87189
|
}
|
|
87240
87190
|
/** Request that the event loop execute on the next [animation frame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame).
|
|
@@ -87242,35 +87192,35 @@ class IModelApp {
|
|
|
87242
87192
|
*/
|
|
87243
87193
|
static requestNextAnimation() {
|
|
87244
87194
|
// Only want to call requestAnimationFrame if it is defined. Need to check whether current iModelApp is a NoRenderApp.
|
|
87245
|
-
if (
|
|
87195
|
+
if (_a._noRender)
|
|
87246
87196
|
return;
|
|
87247
|
-
if (!
|
|
87248
|
-
|
|
87249
|
-
requestAnimationFrame(() =>
|
|
87197
|
+
if (!_a._animationRequested) {
|
|
87198
|
+
_a._animationRequested = true;
|
|
87199
|
+
requestAnimationFrame(() => _a.eventLoop());
|
|
87250
87200
|
}
|
|
87251
87201
|
}
|
|
87252
87202
|
/** @internal */
|
|
87253
87203
|
static clearIntervalAnimation() {
|
|
87254
|
-
if (undefined !==
|
|
87255
|
-
window.clearInterval(
|
|
87256
|
-
|
|
87204
|
+
if (undefined !== _a._animationIntervalId) {
|
|
87205
|
+
window.clearInterval(_a._animationIntervalId);
|
|
87206
|
+
_a._animationIntervalId = undefined;
|
|
87257
87207
|
}
|
|
87258
87208
|
}
|
|
87259
87209
|
/** @internal */
|
|
87260
87210
|
static requestIntervalAnimation() {
|
|
87261
|
-
|
|
87262
|
-
if (undefined !==
|
|
87263
|
-
|
|
87264
|
-
|
|
87265
|
-
},
|
|
87211
|
+
_a.clearIntervalAnimation();
|
|
87212
|
+
if (undefined !== _a.animationInterval)
|
|
87213
|
+
_a._animationIntervalId = window.setInterval(() => {
|
|
87214
|
+
_a.requestNextAnimation();
|
|
87215
|
+
}, _a.animationInterval.milliseconds);
|
|
87266
87216
|
}
|
|
87267
87217
|
/** @internal */
|
|
87268
87218
|
static startEventLoop() {
|
|
87269
|
-
if (!
|
|
87270
|
-
|
|
87271
|
-
window.addEventListener("resize", () =>
|
|
87272
|
-
|
|
87273
|
-
|
|
87219
|
+
if (!_a._wantEventLoop) {
|
|
87220
|
+
_a._wantEventLoop = true;
|
|
87221
|
+
window.addEventListener("resize", () => _a.requestNextAnimation());
|
|
87222
|
+
_a.requestIntervalAnimation();
|
|
87223
|
+
_a.requestNextAnimation();
|
|
87274
87224
|
}
|
|
87275
87225
|
}
|
|
87276
87226
|
/** Strictly for tests. @internal */
|
|
@@ -87279,19 +87229,19 @@ class IModelApp {
|
|
|
87279
87229
|
}
|
|
87280
87230
|
/** The main event processing loop for Tools and rendering. */
|
|
87281
87231
|
static eventLoop() {
|
|
87282
|
-
|
|
87283
|
-
if (!
|
|
87232
|
+
_a._animationRequested = false;
|
|
87233
|
+
if (!_a._wantEventLoop) // flag turned on at startup
|
|
87284
87234
|
return;
|
|
87285
87235
|
try {
|
|
87286
|
-
|
|
87287
|
-
|
|
87288
|
-
|
|
87236
|
+
_a.toolAdmin.processEvent(); // eslint-disable-line @typescript-eslint/no-floating-promises
|
|
87237
|
+
_a.viewManager.renderLoop();
|
|
87238
|
+
_a.tileAdmin.process();
|
|
87289
87239
|
}
|
|
87290
87240
|
catch (exception) {
|
|
87291
87241
|
_tools_ToolAdmin__WEBPACK_IMPORTED_MODULE_34__.ToolAdmin.exceptionHandler(exception); // eslint-disable-line @typescript-eslint/no-floating-promises
|
|
87292
|
-
|
|
87293
|
-
|
|
87294
|
-
window.removeEventListener("resize", () =>
|
|
87242
|
+
_a._wantEventLoop = false;
|
|
87243
|
+
_a._animationRequested = true; // unrecoverable after exception, don't request any further frames.
|
|
87244
|
+
window.removeEventListener("resize", () => _a.requestNextAnimation());
|
|
87295
87245
|
}
|
|
87296
87246
|
}
|
|
87297
87247
|
/** Get the user's access token for this IModelApp, or a blank string if none is available.
|
|
@@ -87321,7 +87271,7 @@ class IModelApp {
|
|
|
87321
87271
|
sessionId: this.sessionId,
|
|
87322
87272
|
authorization: _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_2__.ProcessDetector.isMobileAppFrontend ? "" : await this.getAccessToken(),
|
|
87323
87273
|
};
|
|
87324
|
-
const csrf =
|
|
87274
|
+
const csrf = _a.securityOptions.csrfProtection;
|
|
87325
87275
|
if (csrf && csrf.enabled) {
|
|
87326
87276
|
const cookieName = csrf.cookieName || "XSRF-TOKEN";
|
|
87327
87277
|
const cookieValue = document.cookie.split("; ").find((r) => r.startsWith(`${cookieName}=`));
|
|
@@ -87358,7 +87308,7 @@ class IModelApp {
|
|
|
87358
87308
|
static makeModalDiv(options) {
|
|
87359
87309
|
const root = options.rootDiv ? options.rootDiv : document.body;
|
|
87360
87310
|
// create the overlay div to "black out" the application to indicate everything is inactive until the modal has been dismissed.
|
|
87361
|
-
const overlay =
|
|
87311
|
+
const overlay = _a.makeHTMLElement("div", { parent: root, className: "imodeljs-modal-overlay" });
|
|
87362
87312
|
overlay.tabIndex = -1; // so we can catch keystroke events
|
|
87363
87313
|
// function to remove modal dialog
|
|
87364
87314
|
const stop = (ev) => {
|
|
@@ -87378,14 +87328,14 @@ class IModelApp {
|
|
|
87378
87328
|
};
|
|
87379
87329
|
overlay.focus();
|
|
87380
87330
|
}
|
|
87381
|
-
const modal =
|
|
87331
|
+
const modal = _a.makeHTMLElement("div", { parent: overlay, className: "imodeljs-modal" });
|
|
87382
87332
|
if (undefined !== options.width) {
|
|
87383
87333
|
modal.style.width = `${options.width}px`;
|
|
87384
87334
|
// allow the dialog to be smaller than the width
|
|
87385
87335
|
modal.style.maxWidth = `min(100% - (2 * var(--width-border)), ${options.width}px)`;
|
|
87386
87336
|
}
|
|
87387
87337
|
if (options.closeBox) {
|
|
87388
|
-
const close =
|
|
87338
|
+
const close = _a.makeHTMLElement("p", { parent: modal, className: "imodeljs-modal-close" });
|
|
87389
87339
|
close.innerText = "\u00d7"; // unicode "times" symbol
|
|
87390
87340
|
close.onclick = stop;
|
|
87391
87341
|
}
|
|
@@ -87396,27 +87346,27 @@ class IModelApp {
|
|
|
87396
87346
|
* @beta
|
|
87397
87347
|
*/
|
|
87398
87348
|
static makeLogoCard(opts) {
|
|
87399
|
-
const card =
|
|
87400
|
-
const iconCell =
|
|
87349
|
+
const card = _a.makeHTMLElement("tr");
|
|
87350
|
+
const iconCell = _a.makeHTMLElement("td", { parent: card, className: "logo-card-logo" });
|
|
87401
87351
|
if (undefined !== opts.iconSrc) {
|
|
87402
87352
|
if (typeof opts.iconSrc === "string") {
|
|
87403
|
-
const logo =
|
|
87353
|
+
const logo = _a.makeHTMLElement("img");
|
|
87404
87354
|
logo.src = opts.iconSrc;
|
|
87405
87355
|
logo.width = opts.iconWidth ? opts.iconWidth : 64;
|
|
87406
87356
|
opts.iconSrc = logo;
|
|
87407
87357
|
}
|
|
87408
87358
|
iconCell.appendChild(opts.iconSrc);
|
|
87409
87359
|
}
|
|
87410
|
-
const noticeCell =
|
|
87360
|
+
const noticeCell = _a.makeHTMLElement("td", { parent: card, className: "logo-card-message" });
|
|
87411
87361
|
if (undefined !== opts.heading) {
|
|
87412
87362
|
if (typeof opts.heading === "string")
|
|
87413
|
-
|
|
87363
|
+
_a.makeHTMLElement("h2", { parent: noticeCell, innerHTML: opts.heading, className: "logo-card-header" });
|
|
87414
87364
|
else
|
|
87415
87365
|
noticeCell.appendChild(opts.heading);
|
|
87416
87366
|
}
|
|
87417
87367
|
if (undefined !== opts.notice) {
|
|
87418
87368
|
if (typeof opts.notice === "string")
|
|
87419
|
-
|
|
87369
|
+
_a.makeHTMLElement("p", { parent: noticeCell, innerHTML: opts.notice, className: "logo-cards" });
|
|
87420
87370
|
else
|
|
87421
87371
|
noticeCell.appendChild(opts.notice);
|
|
87422
87372
|
}
|
|
@@ -87437,7 +87387,7 @@ class IModelApp {
|
|
|
87437
87387
|
*/
|
|
87438
87388
|
static formatElementToolTip(msg) {
|
|
87439
87389
|
let out = "";
|
|
87440
|
-
msg.forEach((line) => out += `${
|
|
87390
|
+
msg.forEach((line) => out += `${_a.localization?.getLocalizedKeys(line)}<br>`);
|
|
87441
87391
|
const div = document.createElement("div");
|
|
87442
87392
|
div.innerHTML = out;
|
|
87443
87393
|
return div;
|
|
@@ -87470,7 +87420,7 @@ class IModelApp {
|
|
|
87470
87420
|
*/
|
|
87471
87421
|
static _createExtensionAdmin() {
|
|
87472
87422
|
const extensionAdmin = new _extension_ExtensionAdmin__WEBPACK_IMPORTED_MODULE_11__.ExtensionAdmin();
|
|
87473
|
-
|
|
87423
|
+
_a.onAfterStartup.addListener(extensionAdmin.onStartup);
|
|
87474
87424
|
return extensionAdmin;
|
|
87475
87425
|
}
|
|
87476
87426
|
}
|
|
@@ -87495,7 +87445,6 @@ IModelApp.extensionAdmin = _a._createExtensionAdmin();
|
|
|
87495
87445
|
IModelApp._entityClasses = new Map();
|
|
87496
87446
|
|
|
87497
87447
|
|
|
87498
|
-
|
|
87499
87448
|
/***/ }),
|
|
87500
87449
|
|
|
87501
87450
|
/***/ "../../core/frontend/lib/esm/IModelConnection.js":
|
|
@@ -88061,7 +88010,6 @@ IModelConnection.connectionTimeout = 10 * 60 * 1000;
|
|
|
88061
88010
|
IModelConnection.onClose = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
88062
88011
|
/** Event called immediately after *any* IModelConnection is opened. */
|
|
88063
88012
|
IModelConnection.onOpen = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
88064
|
-
|
|
88065
88013
|
/** A connection that exists without an iModel. Useful for connecting to Reality Data services.
|
|
88066
88014
|
* @note This class exists because our display system requires an IModelConnection type even if only reality data is drawn.
|
|
88067
88015
|
* @public
|
|
@@ -88650,7 +88598,6 @@ class IModelRoutingContext {
|
|
|
88650
88598
|
IModelRoutingContext.default = new IModelRoutingContext(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.RpcRoutingToken["default"]);
|
|
88651
88599
|
|
|
88652
88600
|
|
|
88653
|
-
|
|
88654
88601
|
/***/ }),
|
|
88655
88602
|
|
|
88656
88603
|
/***/ "../../core/frontend/lib/esm/IModeljs-css.js":
|
|
@@ -88956,7 +88903,6 @@ class IpcApp {
|
|
|
88956
88903
|
}
|
|
88957
88904
|
/** A Proxy to call one of the [IpcAppFunctions]($common) functions via IPC. */
|
|
88958
88905
|
IpcApp.appFunctionIpc = IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.functions);
|
|
88959
|
-
|
|
88960
88906
|
/**
|
|
88961
88907
|
* Base class for all implementations of an Ipc notification response interface. This class is implemented on your frontend to supply
|
|
88962
88908
|
* methods to receive notifications from your backend.
|
|
@@ -89133,7 +89079,6 @@ class LocalhostIpcApp {
|
|
|
89133
89079
|
LocalhostIpcApp._initialized = false;
|
|
89134
89080
|
|
|
89135
89081
|
|
|
89136
|
-
|
|
89137
89082
|
/***/ }),
|
|
89138
89083
|
|
|
89139
89084
|
/***/ "../../core/frontend/lib/esm/MarginPercent.js":
|
|
@@ -90028,7 +89973,7 @@ class NativeApp {
|
|
|
90028
89973
|
return;
|
|
90029
89974
|
this._isValid = true;
|
|
90030
89975
|
this._removeAppNotify = NativeAppNotifyHandler.register(); // receives notifications from backend
|
|
90031
|
-
|
|
89976
|
+
_a.hookBrowserConnectivityEvents();
|
|
90032
89977
|
// initialize current online state.
|
|
90033
89978
|
if (window.navigator.onLine) {
|
|
90034
89979
|
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);
|
|
@@ -90037,7 +89982,7 @@ class NativeApp {
|
|
|
90037
89982
|
/** @internal */
|
|
90038
89983
|
static async shutdown() {
|
|
90039
89984
|
this._removeAppNotify?.();
|
|
90040
|
-
|
|
89985
|
+
_a.unhookBrowserConnectivityEvents();
|
|
90041
89986
|
await _NativeAppLogger__WEBPACK_IMPORTED_MODULE_4__.NativeAppLogger.flush();
|
|
90042
89987
|
await _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.shutdown();
|
|
90043
89988
|
this._isValid = false;
|
|
@@ -90111,7 +90056,7 @@ class NativeApp {
|
|
|
90111
90056
|
}
|
|
90112
90057
|
/** Get the list of existing Storages on the local disk. */
|
|
90113
90058
|
static async getStorageNames() {
|
|
90114
|
-
return
|
|
90059
|
+
return _a.nativeAppIpc.storageMgrNames();
|
|
90115
90060
|
}
|
|
90116
90061
|
}
|
|
90117
90062
|
_a = NativeApp;
|
|
@@ -90119,15 +90064,14 @@ _a = NativeApp;
|
|
|
90119
90064
|
NativeApp.nativeAppIpc = _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.channelName);
|
|
90120
90065
|
NativeApp._storages = new Map();
|
|
90121
90066
|
NativeApp._onOnline = async () => {
|
|
90122
|
-
await
|
|
90067
|
+
await _a.setConnectivity(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.OverriddenBy.Browser, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.InternetConnectivityStatus.Online);
|
|
90123
90068
|
};
|
|
90124
90069
|
NativeApp._onOffline = async () => {
|
|
90125
|
-
await
|
|
90070
|
+
await _a.setConnectivity(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.OverriddenBy.Browser, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.InternetConnectivityStatus.Offline);
|
|
90126
90071
|
};
|
|
90127
90072
|
/** event called when internet connectivity changes, if known */
|
|
90128
90073
|
NativeApp.onInternetConnectivityChanged = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
90129
90074
|
NativeApp._isValid = false;
|
|
90130
|
-
|
|
90131
90075
|
/**
|
|
90132
90076
|
* A local disk-based cache for key value pairs for NativeApps.
|
|
90133
90077
|
* @note This should be used only for local caching, since its not guaranteed to exist permanently.
|
|
@@ -90256,7 +90200,6 @@ class NativeAppLogger {
|
|
|
90256
90200
|
NativeAppLogger._messages = [];
|
|
90257
90201
|
|
|
90258
90202
|
|
|
90259
|
-
|
|
90260
90203
|
/***/ }),
|
|
90261
90204
|
|
|
90262
90205
|
/***/ "../../core/frontend/lib/esm/NoRenderApp.js":
|
|
@@ -93358,7 +93301,6 @@ class IconSprites {
|
|
|
93358
93301
|
static emptyAll() { this._sprites.clear(); }
|
|
93359
93302
|
}
|
|
93360
93303
|
IconSprites._sprites = new Map();
|
|
93361
|
-
|
|
93362
93304
|
/** A Sprite location. Sprites generally move around on the screen and this object holds the current location
|
|
93363
93305
|
* and current Sprite within a ScreenViewport. SpriteLocations can be either inactive (not visible) or active.
|
|
93364
93306
|
*
|
|
@@ -95025,7 +94967,6 @@ ViewCreator2d._drawingModelClasses = [_ModelState__WEBPACK_IMPORTED_MODULE_4__.D
|
|
|
95025
94967
|
ViewCreator2d._sheetModelClasses = [_ModelState__WEBPACK_IMPORTED_MODULE_4__.SheetModelState.classFullName];
|
|
95026
94968
|
|
|
95027
94969
|
|
|
95028
|
-
|
|
95029
94970
|
/***/ }),
|
|
95030
94971
|
|
|
95031
94972
|
/***/ "../../core/frontend/lib/esm/ViewCreator3d.js":
|
|
@@ -95272,7 +95213,6 @@ ViewGlobalLocationConstants.satelliteHeightAboveEarthInMeters = 402336.0 * 24;
|
|
|
95272
95213
|
ViewGlobalLocationConstants.largestEarthArc = 20037500.0; // distance from point on earth to opposite point in meters
|
|
95273
95214
|
ViewGlobalLocationConstants.birdPitchAngleRadians = 0.0; // Angle.piOver4Radians;
|
|
95274
95215
|
ViewGlobalLocationConstants.maximumDistanceToDrive = 96560.6; // The distance in meters that we will "drive" instead of fly to a destination (60 miles)
|
|
95275
|
-
|
|
95276
95216
|
/** Converts a distance in meters to some range (smaller distances result in lower number; longer distances result in larger number)
|
|
95277
95217
|
* Uses 500 for minimum output and 3000 for maximum output, unless either are specified.
|
|
95278
95218
|
* Uses [[ViewGlobalLocationConstants.satelliteHeightAboveEarthInMeters]] as maximum input meters unless specified.
|
|
@@ -97766,7 +97706,6 @@ class ViewState3d extends ViewState {
|
|
|
97766
97706
|
}
|
|
97767
97707
|
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.
|
|
97768
97708
|
ViewState3d._scratchGlobeCarto = _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Cartographic.createZero();
|
|
97769
|
-
|
|
97770
97709
|
/** Defines the state of a view of a single 2d model.
|
|
97771
97710
|
* @public
|
|
97772
97711
|
* @extensions
|
|
@@ -98384,7 +98323,6 @@ ViewingSpace.nearScaleLog24 = 1.0E-8;
|
|
|
98384
98323
|
ViewingSpace._minDepth = 1; // Allowing very small depth will cause frustum calculations to fail.
|
|
98385
98324
|
|
|
98386
98325
|
|
|
98387
|
-
|
|
98388
98326
|
/***/ }),
|
|
98389
98327
|
|
|
98390
98328
|
/***/ "../../core/frontend/lib/esm/Viewport.js":
|
|
@@ -99891,9 +99829,9 @@ class Viewport {
|
|
|
99891
99829
|
depthRange = { minimum: 0, maximum: 1 };
|
|
99892
99830
|
const middle = depthRange.minimum + ((depthRange.maximum - depthRange.minimum) / 2.0);
|
|
99893
99831
|
const corners = [
|
|
99894
|
-
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(0.0, 0.0, middle),
|
|
99895
|
-
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(1.0, 1.0, middle),
|
|
99896
|
-
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(0.0, 0.0, depthRange.maximum),
|
|
99832
|
+
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(0.0, 0.0, middle), // lower left, at target depth
|
|
99833
|
+
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(1.0, 1.0, middle), // upper right at target depth
|
|
99834
|
+
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(0.0, 0.0, depthRange.maximum), // lower left, at closest npc
|
|
99897
99835
|
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(1.0, 1.0, depthRange.maximum), // upper right at closest
|
|
99898
99836
|
];
|
|
99899
99837
|
this.npcToWorldArray(corners);
|
|
@@ -100777,7 +100715,6 @@ class Viewport {
|
|
|
100777
100715
|
}
|
|
100778
100716
|
/** Don't allow entries in the view undo buffer unless they're separated by more than this amount of time. */
|
|
100779
100717
|
Viewport.undoDelay = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeDuration.fromSeconds(.5);
|
|
100780
|
-
|
|
100781
100718
|
/** An interactive Viewport that exists within an HTMLDivElement. ScreenViewports can receive HTML events.
|
|
100782
100719
|
* To render the contents of a ScreenViewport, it must be added to the [[ViewManager]] via ViewManager.addViewport().
|
|
100783
100720
|
* Every frame, the ViewManager will update the Viewport's state and re-render its contents if anything has changed.
|
|
@@ -101427,7 +101364,6 @@ ScreenViewport.animation = {
|
|
|
101427
101364
|
durationFactor: 1.5,
|
|
101428
101365
|
},
|
|
101429
101366
|
};
|
|
101430
|
-
|
|
101431
101367
|
function _clear2dCanvas(canvas) {
|
|
101432
101368
|
const ctx = canvas.getContext("2d", { alpha: true });
|
|
101433
101369
|
ctx.save();
|
|
@@ -104699,7 +104635,6 @@ class DisplayParams {
|
|
|
104699
104635
|
}
|
|
104700
104636
|
}
|
|
104701
104637
|
DisplayParams.minTransparency = 15; // Threshold below which we consider a color fully opaque
|
|
104702
|
-
|
|
104703
104638
|
/** @internal */
|
|
104704
104639
|
(function (DisplayParams) {
|
|
104705
104640
|
let Type;
|
|
@@ -108562,7 +108497,7 @@ class QuantityFormatter {
|
|
|
108562
108497
|
// ========================================================================================================================================
|
|
108563
108498
|
const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
108564
108499
|
{
|
|
108565
|
-
system: "metric",
|
|
108500
|
+
system: "metric", // PresentationUnitSystem.Metric,
|
|
108566
108501
|
entries: [
|
|
108567
108502
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]meter4" },
|
|
108568
108503
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]degree2" },
|
|
@@ -108576,7 +108511,7 @@ const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
|
108576
108511
|
],
|
|
108577
108512
|
},
|
|
108578
108513
|
{
|
|
108579
|
-
system: "imperial",
|
|
108514
|
+
system: "imperial", // PresentationUnitSystem.BritishImperial,
|
|
108580
108515
|
entries: [
|
|
108581
108516
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]fi8" },
|
|
108582
108517
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]dms2" },
|
|
@@ -108590,7 +108525,7 @@ const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
|
108590
108525
|
],
|
|
108591
108526
|
},
|
|
108592
108527
|
{
|
|
108593
|
-
system: "usCustomary",
|
|
108528
|
+
system: "usCustomary", // PresentationUnitSystem.UsCustomary
|
|
108594
108529
|
entries: [
|
|
108595
108530
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]fi8" },
|
|
108596
108531
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]dms2" },
|
|
@@ -108604,7 +108539,7 @@ const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
|
108604
108539
|
],
|
|
108605
108540
|
},
|
|
108606
108541
|
{
|
|
108607
|
-
system: "usSurvey",
|
|
108542
|
+
system: "usSurvey", // PresentationUnitSystem.UsSurvey
|
|
108608
108543
|
entries: [
|
|
108609
108544
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]f-survey-4" },
|
|
108610
108545
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]dms2" },
|
|
@@ -115983,7 +115918,6 @@ class BackgroundMapDrape extends _TextureDrape__WEBPACK_IMPORTED_MODULE_13__.Tex
|
|
|
115983
115918
|
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);
|
|
115984
115919
|
|
|
115985
115920
|
|
|
115986
|
-
|
|
115987
115921
|
/***/ }),
|
|
115988
115922
|
|
|
115989
115923
|
/***/ "../../core/frontend/lib/esm/render/webgl/BatchState.js":
|
|
@@ -116107,7 +116041,6 @@ class BatchState {
|
|
|
116107
116041
|
BatchState._scratchElementIdPair = { lower: 0, upper: 0 };
|
|
116108
116042
|
|
|
116109
116043
|
|
|
116110
|
-
|
|
116111
116044
|
/***/ }),
|
|
116112
116045
|
|
|
116113
116046
|
/***/ "../../core/frontend/lib/esm/render/webgl/BatchUniforms.js":
|
|
@@ -118193,7 +118126,6 @@ ColorInfo._nonUniformTranslucent = new ColorInfo(true);
|
|
|
118193
118126
|
ColorInfo._nonUniformOpaque = new ColorInfo(false);
|
|
118194
118127
|
|
|
118195
118128
|
|
|
118196
|
-
|
|
118197
118129
|
/***/ }),
|
|
118198
118130
|
|
|
118199
118131
|
/***/ "../../core/frontend/lib/esm/render/webgl/Diagnostics.js":
|
|
@@ -118250,7 +118182,6 @@ Debug.printEnabled = false;
|
|
|
118250
118182
|
Debug.evaluateEnabled = false;
|
|
118251
118183
|
|
|
118252
118184
|
|
|
118253
|
-
|
|
118254
118185
|
/***/ }),
|
|
118255
118186
|
|
|
118256
118187
|
/***/ "../../core/frontend/lib/esm/render/webgl/DrawCommand.js":
|
|
@@ -118363,7 +118294,6 @@ class PopBatchCommand {
|
|
|
118363
118294
|
}
|
|
118364
118295
|
}
|
|
118365
118296
|
PopBatchCommand.instance = new PopBatchCommand();
|
|
118366
|
-
|
|
118367
118297
|
/** @internal */
|
|
118368
118298
|
class PushBatchCommand {
|
|
118369
118299
|
constructor(batch) {
|
|
@@ -118404,7 +118334,6 @@ class PopBranchCommand {
|
|
|
118404
118334
|
}
|
|
118405
118335
|
}
|
|
118406
118336
|
PopBranchCommand.instance = new PopBranchCommand();
|
|
118407
|
-
|
|
118408
118337
|
/** @internal */
|
|
118409
118338
|
class PushClipCommand {
|
|
118410
118339
|
constructor(clip) {
|
|
@@ -118425,7 +118354,6 @@ class PopClipCommand {
|
|
|
118425
118354
|
}
|
|
118426
118355
|
}
|
|
118427
118356
|
PopClipCommand.instance = new PopClipCommand();
|
|
118428
|
-
|
|
118429
118357
|
/** @internal */
|
|
118430
118358
|
class PrimitiveCommand {
|
|
118431
118359
|
constructor(primitive) {
|
|
@@ -118467,7 +118395,6 @@ class PrimitiveCommand {
|
|
|
118467
118395
|
}
|
|
118468
118396
|
}
|
|
118469
118397
|
PrimitiveCommand._scratchTechniqueFlags = new _TechniqueFlags__WEBPACK_IMPORTED_MODULE_4__.TechniqueFlags();
|
|
118470
|
-
|
|
118471
118398
|
/** Extracts the commands for rendering the flashed classifier (if any) from the by-index set of volume classifier commands.
|
|
118472
118399
|
* NB: Cmds will be sets of some pushes, a primitive, and then some pops (equal to number of pushes).
|
|
118473
118400
|
* The primitive should be right in the middle of a set. We need to find the set which matches the flashID.
|
|
@@ -121101,7 +121028,6 @@ IModelFrameLifecycle.onChangeCameraFrustum = new _itwin_core_bentley__WEBPACK_IM
|
|
|
121101
121028
|
IModelFrameLifecycle.onChangeCameraView = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
121102
121029
|
|
|
121103
121030
|
|
|
121104
|
-
|
|
121105
121031
|
/***/ }),
|
|
121106
121032
|
|
|
121107
121033
|
/***/ "../../core/frontend/lib/esm/render/webgl/IndexedEdgeGeometry.js":
|
|
@@ -121368,7 +121294,6 @@ class InstanceBuffers extends InstanceData {
|
|
|
121368
121294
|
}
|
|
121369
121295
|
}
|
|
121370
121296
|
InstanceBuffers._patternParams = new Float32Array([0, 0, 0, 0]);
|
|
121371
|
-
|
|
121372
121297
|
/** @internal */
|
|
121373
121298
|
class PatternBuffers extends InstanceData {
|
|
121374
121299
|
constructor(count, rtcCenter, range, patternParams, // [ isAreaPattern, spacingX, spacingY, scale ]
|
|
@@ -122093,7 +122018,6 @@ class Material extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.RenderMat
|
|
|
122093
122018
|
}
|
|
122094
122019
|
// eslint-disable-next-line deprecation/deprecation
|
|
122095
122020
|
Material.default = new Material(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.RenderMaterial.Params.defaults);
|
|
122096
|
-
|
|
122097
122021
|
Object.freeze(Material.default);
|
|
122098
122022
|
/** @internal */
|
|
122099
122023
|
function createMaterialInfo(source) {
|
|
@@ -123351,7 +123275,7 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
|
|
|
123351
123275
|
const maskViewFlags = {
|
|
123352
123276
|
renderMode: _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RenderMode.SmoothShade,
|
|
123353
123277
|
wiremesh: false,
|
|
123354
|
-
transparency: !this.isClassifyingPointCloud,
|
|
123278
|
+
transparency: !this.isClassifyingPointCloud, // point clouds don't support transparency.
|
|
123355
123279
|
textures: false,
|
|
123356
123280
|
lighting: false,
|
|
123357
123281
|
shadows: false,
|
|
@@ -123421,7 +123345,6 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
|
|
|
123421
123345
|
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);
|
|
123422
123346
|
|
|
123423
123347
|
|
|
123424
|
-
|
|
123425
123348
|
/***/ }),
|
|
123426
123349
|
|
|
123427
123350
|
/***/ "../../core/frontend/lib/esm/render/webgl/PlanarGrid.js":
|
|
@@ -123718,7 +123641,6 @@ class PlanarTextureProjection {
|
|
|
123718
123641
|
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);
|
|
123719
123642
|
|
|
123720
123643
|
|
|
123721
|
-
|
|
123722
123644
|
/***/ }),
|
|
123723
123645
|
|
|
123724
123646
|
/***/ "../../core/frontend/lib/esm/render/webgl/PointCloud.js":
|
|
@@ -125950,7 +125872,6 @@ class RenderState {
|
|
|
125950
125872
|
}
|
|
125951
125873
|
}
|
|
125952
125874
|
RenderState.defaults = new RenderState();
|
|
125953
|
-
|
|
125954
125875
|
Object.freeze(RenderState.defaults);
|
|
125955
125876
|
|
|
125956
125877
|
|
|
@@ -134074,7 +133995,6 @@ class TechniqueFlags {
|
|
|
134074
133995
|
TechniqueFlags.defaults = new TechniqueFlags();
|
|
134075
133996
|
|
|
134076
133997
|
|
|
134077
|
-
|
|
134078
133998
|
/***/ }),
|
|
134079
133999
|
|
|
134080
134000
|
/***/ "../../core/frontend/lib/esm/render/webgl/TechniqueId.js":
|
|
@@ -134098,13 +134018,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
134098
134018
|
*/
|
|
134099
134019
|
|
|
134100
134020
|
const compositeTechniqueIds = [
|
|
134101
|
-
-1 /* TechniqueId.Invalid */,
|
|
134102
|
-
10 /* TechniqueId.CompositeTranslucent */,
|
|
134103
|
-
9 /* TechniqueId.CompositeHilite */,
|
|
134104
|
-
11 /* TechniqueId.CompositeHiliteAndTranslucent */,
|
|
134105
|
-
12 /* TechniqueId.CompositeOcclusion */,
|
|
134106
|
-
13 /* TechniqueId.CompositeTranslucentAndOcclusion */,
|
|
134107
|
-
14 /* TechniqueId.CompositeHiliteAndOcclusion */,
|
|
134021
|
+
-1 /* TechniqueId.Invalid */, // None = 0
|
|
134022
|
+
10 /* TechniqueId.CompositeTranslucent */, // Translucent == 1 << 0
|
|
134023
|
+
9 /* TechniqueId.CompositeHilite */, // Hilite == 1 << 1 == 2
|
|
134024
|
+
11 /* TechniqueId.CompositeHiliteAndTranslucent */, // Hilite | Translucent == 1 | 2 == 3
|
|
134025
|
+
12 /* TechniqueId.CompositeOcclusion */, // AmbientOcclusion == 1 << 2 == 4
|
|
134026
|
+
13 /* TechniqueId.CompositeTranslucentAndOcclusion */, // Translucent | AmbientOcclusion == 1 | 4 == 5
|
|
134027
|
+
14 /* TechniqueId.CompositeHiliteAndOcclusion */, // Hilite | AmbientOcclusion == 2 | 4 == 6
|
|
134108
134028
|
15 /* TechniqueId.CompositeAll */, // Translucent | Hilite | AmbientOcclusion == 1 | 2 | 4 == 7
|
|
134109
134029
|
];
|
|
134110
134030
|
/** @internal */
|
|
@@ -134566,7 +134486,6 @@ class Texture2DHandle extends TextureHandle {
|
|
|
134566
134486
|
}
|
|
134567
134487
|
}
|
|
134568
134488
|
Texture2DHandle._placeHolderTextureData = new Uint8Array([128, 128, 128, 255]);
|
|
134569
|
-
|
|
134570
134489
|
/** @internal */
|
|
134571
134490
|
class ExternalTextureLoader {
|
|
134572
134491
|
get numActiveRequests() { return this._activeRequests.length; }
|
|
@@ -134662,7 +134581,6 @@ class ExternalTextureLoader {
|
|
|
134662
134581
|
}
|
|
134663
134582
|
}
|
|
134664
134583
|
ExternalTextureLoader.instance = new ExternalTextureLoader(2);
|
|
134665
|
-
|
|
134666
134584
|
/** @internal */
|
|
134667
134585
|
class TextureCubeHandle extends TextureHandle {
|
|
134668
134586
|
get width() { return this._dim; }
|
|
@@ -135943,7 +135861,7 @@ vec2 computeAnimationParam(float frameIndex0, float frameIndex1, float fraction,
|
|
|
135943
135861
|
const scratchAnimParams = [
|
|
135944
135862
|
undefined,
|
|
135945
135863
|
undefined,
|
|
135946
|
-
new Float32Array(2),
|
|
135864
|
+
new Float32Array(2), // origin, scale
|
|
135947
135865
|
new Float32Array(3), // index0, index1, fraction
|
|
135948
135866
|
];
|
|
135949
135867
|
function getAnimParams(size, initialValue) {
|
|
@@ -141431,7 +141349,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
141431
141349
|
// render passes actually used in shader code.
|
|
141432
141350
|
const renderPasses = [
|
|
141433
141351
|
[0 /* RenderPass.Background */, "Background"],
|
|
141434
|
-
[1 /* RenderPass.OpaqueLayers */, "Layers"],
|
|
141352
|
+
[1 /* RenderPass.OpaqueLayers */, "Layers"], // Shaders treat all layer passes the same
|
|
141435
141353
|
[2 /* RenderPass.OpaqueLinear */, "OpaqueLinear"],
|
|
141436
141354
|
[3 /* RenderPass.OpaquePlanar */, "OpaquePlanar"],
|
|
141437
141355
|
[5 /* RenderPass.OpaqueGeneral */, "OpaqueGeneral"],
|
|
@@ -144114,7 +144032,6 @@ class CesiumIonAssetProvider {
|
|
|
144114
144032
|
CesiumIonAssetProvider.osmBuildingId = "OSMBuildings";
|
|
144115
144033
|
|
|
144116
144034
|
|
|
144117
|
-
|
|
144118
144035
|
/***/ }),
|
|
144119
144036
|
|
|
144120
144037
|
/***/ "../../core/frontend/lib/esm/tile/ClassifierTileTree.js":
|
|
@@ -144241,7 +144158,7 @@ class ClassifierTreeReference extends SpatialClassifierTileTreeReference {
|
|
|
144241
144158
|
get viewFlags() {
|
|
144242
144159
|
return {
|
|
144243
144160
|
renderMode: _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RenderMode.SmoothShade,
|
|
144244
|
-
transparency: true,
|
|
144161
|
+
transparency: true, // Igored for point clouds as they don't support transparency.
|
|
144245
144162
|
textures: false,
|
|
144246
144163
|
lighting: false,
|
|
144247
144164
|
shadows: false,
|
|
@@ -144798,7 +144715,7 @@ class GraphicsTile extends _internal__WEBPACK_IMPORTED_MODULE_4__.Tile {
|
|
|
144798
144715
|
omitEdges: !this.tree.edgeOptions,
|
|
144799
144716
|
edgeType: this.tree.edgeOptions && "non-indexed" !== this.tree.edgeOptions.type ? 2 : 1,
|
|
144800
144717
|
smoothPolyfaceEdges: this.tree.edgeOptions && this.tree.edgeOptions.smooth,
|
|
144801
|
-
clipToProjectExtents:
|
|
144718
|
+
clipToProjectExtents: this.tree.is3d,
|
|
144802
144719
|
sectionCut: this.tree.stringifiedSectionClip,
|
|
144803
144720
|
};
|
|
144804
144721
|
return _IModelApp__WEBPACK_IMPORTED_MODULE_3__.IModelApp.tileAdmin.requestElementGraphics(this.tree.iModel, props);
|
|
@@ -149783,7 +149700,7 @@ class ModelMapLayerTileTreeReference extends _internal__WEBPACK_IMPORTED_MODULE_
|
|
|
149783
149700
|
this._source = _source;
|
|
149784
149701
|
this._id = {
|
|
149785
149702
|
modelId: _classifier.modelId,
|
|
149786
|
-
is3d: true,
|
|
149703
|
+
is3d: true, // model.is3d,
|
|
149787
149704
|
treeId: this.createTreeId(),
|
|
149788
149705
|
isPlanProjection: false, // isPlanProjection(view, model),
|
|
149789
149706
|
};
|
|
@@ -149803,7 +149720,7 @@ class ModelMapLayerTileTreeReference extends _internal__WEBPACK_IMPORTED_MODULE_
|
|
|
149803
149720
|
get viewFlags() {
|
|
149804
149721
|
return {
|
|
149805
149722
|
renderMode: _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RenderMode.SmoothShade,
|
|
149806
|
-
transparency: true,
|
|
149723
|
+
transparency: true, // Igored for point clouds as they don't support transparency.
|
|
149807
149724
|
textures: true,
|
|
149808
149725
|
lighting: false,
|
|
149809
149726
|
shadows: false,
|
|
@@ -150559,7 +150476,7 @@ class RealityModelTileTree extends _internal__WEBPACK_IMPORTED_MODULE_8__.Realit
|
|
|
150559
150476
|
// If we can get a valid connection from sourceKey, returns the tile tree
|
|
150560
150477
|
if (rdSource) {
|
|
150561
150478
|
// Serialize the reality data source key into a string to uniquely identify this tile tree
|
|
150562
|
-
const tileTreeId = rdSource.key
|
|
150479
|
+
const tileTreeId = _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RealityDataSourceKey.convertToString(rdSource.key);
|
|
150563
150480
|
if (tileTreeId === undefined)
|
|
150564
150481
|
return undefined;
|
|
150565
150482
|
const props = await getTileTreeProps(rdSource, tilesetToDb, iModel);
|
|
@@ -153584,8 +153501,8 @@ class TileAdmin {
|
|
|
153584
153501
|
* @see [[TileAdmin.mobileMemoryLimits]] for mobile devices.
|
|
153585
153502
|
*/
|
|
153586
153503
|
TileAdmin.nonMobileGpuMemoryLimits = {
|
|
153587
|
-
default: 1024 * 1024 * 1024,
|
|
153588
|
-
aggressive: 500 * 1024 * 1024,
|
|
153504
|
+
default: 1024 * 1024 * 1024, // 1 GB
|
|
153505
|
+
aggressive: 500 * 1024 * 1024, // 500 MB
|
|
153589
153506
|
relaxed: 2.5 * 1024 * 1024 * 1024, // 2.5 GB
|
|
153590
153507
|
};
|
|
153591
153508
|
/** @internal exported for tests */
|
|
@@ -153596,8 +153513,8 @@ class TileAdmin {
|
|
|
153596
153513
|
* @see [[TileAdmin.nonMobileMemoryLimits]] for non-mobile devices.
|
|
153597
153514
|
*/
|
|
153598
153515
|
TileAdmin.mobileGpuMemoryLimits = {
|
|
153599
|
-
default: 200 * 1024 * 1024,
|
|
153600
|
-
aggressive: 75 * 1024 * 1024,
|
|
153516
|
+
default: 200 * 1024 * 1024, // 200 MB
|
|
153517
|
+
aggressive: 75 * 1024 * 1024, // 75 MB
|
|
153601
153518
|
relaxed: 500 * 1024 * 1024, // 500 MB
|
|
153602
153519
|
};
|
|
153603
153520
|
})(TileAdmin || (TileAdmin = {}));
|
|
@@ -156057,6 +155974,7 @@ class ArcGISTileMap {
|
|
|
156057
155974
|
this._restBaseUrl = restBaseUrl;
|
|
156058
155975
|
this._fetchFunc = fetchFunc;
|
|
156059
155976
|
this._settings = settings;
|
|
155977
|
+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
156060
155978
|
this._callQueues = new Array(ArcGISTileMap.maxLod).fill(Promise.resolve(nonVisibleChildren));
|
|
156061
155979
|
}
|
|
156062
155980
|
async fetchTileMapFromServer(level, row, column, width, height) {
|
|
@@ -156262,7 +156180,6 @@ class ArcGISTileMap {
|
|
|
156262
156180
|
ArcGISTileMap.maxLod = 30;
|
|
156263
156181
|
|
|
156264
156182
|
|
|
156265
|
-
|
|
156266
156183
|
/***/ }),
|
|
156267
156184
|
|
|
156268
156185
|
/***/ "../../core/frontend/lib/esm/tile/map/ArcGisUtilities.js":
|
|
@@ -156631,7 +156548,6 @@ class ArcGisUtilities {
|
|
|
156631
156548
|
ArcGisUtilities._serviceCache = new Map();
|
|
156632
156549
|
|
|
156633
156550
|
|
|
156634
|
-
|
|
156635
156551
|
/***/ }),
|
|
156636
156552
|
|
|
156637
156553
|
/***/ "../../core/frontend/lib/esm/tile/map/BingElevation.js":
|
|
@@ -159259,7 +159175,6 @@ class ImageryMapTileTree extends _internal__WEBPACK_IMPORTED_MODULE_4__.RealityT
|
|
|
159259
159175
|
}
|
|
159260
159176
|
ImageryMapTileTree._scratchDrapeRectangle = _internal__WEBPACK_IMPORTED_MODULE_4__.MapCartoRectangle.createZero();
|
|
159261
159177
|
ImageryMapTileTree._drapeIntersectionScale = 1.0 - 1.0E-5;
|
|
159262
|
-
|
|
159263
159178
|
class ImageryTileLoader extends _internal__WEBPACK_IMPORTED_MODULE_4__.RealityTileLoader {
|
|
159264
159179
|
constructor(_imageryProvider, _iModel) {
|
|
159265
159180
|
super();
|
|
@@ -159934,7 +159849,7 @@ class WmtsMapLayerFormat extends ImageryMapLayerFormat {
|
|
|
159934
159849
|
subLayers.push({
|
|
159935
159850
|
name: layer.identifier,
|
|
159936
159851
|
title: layer.title ?? layer.identifier,
|
|
159937
|
-
visible: (subLayers.length === 0),
|
|
159852
|
+
visible: (subLayers.length === 0), // Make the first layer visible.
|
|
159938
159853
|
parent: undefined,
|
|
159939
159854
|
children: undefined,
|
|
159940
159855
|
id: subLayerId++,
|
|
@@ -161447,7 +161362,6 @@ MapTile._scratchRectangle2 = _internal__WEBPACK_IMPORTED_MODULE_7__.MapCartoRect
|
|
|
161447
161362
|
MapTile._scratchThisDiagonal = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Vector2d.create();
|
|
161448
161363
|
MapTile._scratchDrapeDiagonal = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Vector2d.create();
|
|
161449
161364
|
MapTile._scratchIntersectRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Range2d.createNull();
|
|
161450
|
-
|
|
161451
161365
|
/** A child tile that has no content of its own available. It instead produces content by up-sampling the content of an ancestor tile.
|
|
161452
161366
|
* @internal
|
|
161453
161367
|
*/
|
|
@@ -161724,7 +161638,6 @@ class TileAvailability {
|
|
|
161724
161638
|
TileAvailability.rectangleScratch = _internal__WEBPACK_IMPORTED_MODULE_1__.MapCartoRectangle.createMaximum();
|
|
161725
161639
|
|
|
161726
161640
|
|
|
161727
|
-
|
|
161728
161641
|
/***/ }),
|
|
161729
161642
|
|
|
161730
161643
|
/***/ "../../core/frontend/lib/esm/tile/map/MapTileLoader.js":
|
|
@@ -162292,7 +162205,6 @@ MapTileTree.maxGlobeDisplayDepth = 8;
|
|
|
162292
162205
|
/** @internal */
|
|
162293
162206
|
MapTileTree.minDisplayableDepth = 3;
|
|
162294
162207
|
MapTileTree._scratchCarto = _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.Cartographic.createZero();
|
|
162295
|
-
|
|
162296
162208
|
/** @internal */
|
|
162297
162209
|
class MapTileTreeProps {
|
|
162298
162210
|
get priority() { return this.loader.priority; }
|
|
@@ -163208,7 +163120,6 @@ class WebMercatorProjection {
|
|
|
163208
163120
|
}
|
|
163209
163121
|
}
|
|
163210
163122
|
WebMercatorProjection.maximumLatitude = WebMercatorProjection.mercatorAngleToGeodeticLatitude(_itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Angle.piRadians);
|
|
163211
|
-
|
|
163212
163123
|
/** A [[MapTilingScheme]] using the [EPSG:3857](https://en.wikipedia.org/wiki/Web_Mercator_projection) projection.
|
|
163213
163124
|
* This scheme is used by most [tiled web maps](https://en.wikipedia.org/wiki/Tiled_web_map), including Bing Maps and Google Maps.
|
|
163214
163125
|
* @beta
|
|
@@ -163744,7 +163655,6 @@ class WmsCapabilities {
|
|
|
163744
163655
|
WmsCapabilities._capabilitiesCache = new Map();
|
|
163745
163656
|
|
|
163746
163657
|
|
|
163747
|
-
|
|
163748
163658
|
/***/ }),
|
|
163749
163659
|
|
|
163750
163660
|
/***/ "../../core/frontend/lib/esm/tile/map/WmsUtilities.js":
|
|
@@ -164253,7 +164163,6 @@ class WmtsCapabilities {
|
|
|
164253
164163
|
WmtsCapabilities._capabilitiesCache = new Map();
|
|
164254
164164
|
|
|
164255
164165
|
|
|
164256
|
-
|
|
164257
164166
|
/***/ }),
|
|
164258
164167
|
|
|
164259
164168
|
/***/ "../../core/frontend/lib/esm/tools/AccuDrawTool.js":
|
|
@@ -165140,7 +165049,6 @@ class AccuDrawSetOriginTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165140
165049
|
}
|
|
165141
165050
|
}
|
|
165142
165051
|
AccuDrawSetOriginTool.toolId = "AccuDraw.SetOrigin";
|
|
165143
|
-
|
|
165144
165052
|
/** @internal */
|
|
165145
165053
|
class AccuDrawSetLockSmartTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165146
165054
|
async run() {
|
|
@@ -165149,7 +165057,6 @@ class AccuDrawSetLockSmartTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165149
165057
|
}
|
|
165150
165058
|
}
|
|
165151
165059
|
AccuDrawSetLockSmartTool.toolId = "AccuDraw.LockSmart";
|
|
165152
|
-
|
|
165153
165060
|
/** @internal */
|
|
165154
165061
|
class AccuDrawSetLockXTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165155
165062
|
async run() {
|
|
@@ -165158,7 +165065,6 @@ class AccuDrawSetLockXTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165158
165065
|
}
|
|
165159
165066
|
}
|
|
165160
165067
|
AccuDrawSetLockXTool.toolId = "AccuDraw.LockX";
|
|
165161
|
-
|
|
165162
165068
|
/** @internal */
|
|
165163
165069
|
class AccuDrawSetLockYTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165164
165070
|
async run() {
|
|
@@ -165167,7 +165073,6 @@ class AccuDrawSetLockYTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165167
165073
|
}
|
|
165168
165074
|
}
|
|
165169
165075
|
AccuDrawSetLockYTool.toolId = "AccuDraw.LockY";
|
|
165170
|
-
|
|
165171
165076
|
/** @internal */
|
|
165172
165077
|
class AccuDrawSetLockZTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165173
165078
|
async run() {
|
|
@@ -165176,7 +165081,6 @@ class AccuDrawSetLockZTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165176
165081
|
}
|
|
165177
165082
|
}
|
|
165178
165083
|
AccuDrawSetLockZTool.toolId = "AccuDraw.LockZ";
|
|
165179
|
-
|
|
165180
165084
|
/** @internal */
|
|
165181
165085
|
class AccuDrawSetLockDistanceTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165182
165086
|
async run() {
|
|
@@ -165185,7 +165089,6 @@ class AccuDrawSetLockDistanceTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Too
|
|
|
165185
165089
|
}
|
|
165186
165090
|
}
|
|
165187
165091
|
AccuDrawSetLockDistanceTool.toolId = "AccuDraw.LockDistance";
|
|
165188
|
-
|
|
165189
165092
|
/** @internal */
|
|
165190
165093
|
class AccuDrawSetLockAngleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165191
165094
|
async run() {
|
|
@@ -165194,7 +165097,6 @@ class AccuDrawSetLockAngleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165194
165097
|
}
|
|
165195
165098
|
}
|
|
165196
165099
|
AccuDrawSetLockAngleTool.toolId = "AccuDraw.LockAngle";
|
|
165197
|
-
|
|
165198
165100
|
/** @internal */
|
|
165199
165101
|
class AccuDrawChangeModeTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165200
165102
|
async run() {
|
|
@@ -165203,7 +165105,6 @@ class AccuDrawChangeModeTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165203
165105
|
}
|
|
165204
165106
|
}
|
|
165205
165107
|
AccuDrawChangeModeTool.toolId = "AccuDraw.ChangeMode";
|
|
165206
|
-
|
|
165207
165108
|
/** @internal */
|
|
165208
165109
|
class AccuDrawRotateCycleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165209
165110
|
async run() {
|
|
@@ -165212,7 +165113,6 @@ class AccuDrawRotateCycleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165212
165113
|
}
|
|
165213
165114
|
}
|
|
165214
165115
|
AccuDrawRotateCycleTool.toolId = "AccuDraw.RotateCycle";
|
|
165215
|
-
|
|
165216
165116
|
/** @internal */
|
|
165217
165117
|
class AccuDrawRotateTopTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165218
165118
|
async run() {
|
|
@@ -165221,7 +165121,6 @@ class AccuDrawRotateTopTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165221
165121
|
}
|
|
165222
165122
|
}
|
|
165223
165123
|
AccuDrawRotateTopTool.toolId = "AccuDraw.RotateTop";
|
|
165224
|
-
|
|
165225
165124
|
/** @internal */
|
|
165226
165125
|
class AccuDrawRotateFrontTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165227
165126
|
async run() {
|
|
@@ -165230,7 +165129,6 @@ class AccuDrawRotateFrontTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165230
165129
|
}
|
|
165231
165130
|
}
|
|
165232
165131
|
AccuDrawRotateFrontTool.toolId = "AccuDraw.RotateFront";
|
|
165233
|
-
|
|
165234
165132
|
/** @internal */
|
|
165235
165133
|
class AccuDrawRotateSideTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165236
165134
|
async run() {
|
|
@@ -165239,7 +165137,6 @@ class AccuDrawRotateSideTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165239
165137
|
}
|
|
165240
165138
|
}
|
|
165241
165139
|
AccuDrawRotateSideTool.toolId = "AccuDraw.RotateSide";
|
|
165242
|
-
|
|
165243
165140
|
/** @internal */
|
|
165244
165141
|
class AccuDrawRotateViewTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165245
165142
|
async run() {
|
|
@@ -165248,7 +165145,6 @@ class AccuDrawRotateViewTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165248
165145
|
}
|
|
165249
165146
|
}
|
|
165250
165147
|
AccuDrawRotateViewTool.toolId = "AccuDraw.RotateView";
|
|
165251
|
-
|
|
165252
165148
|
/** @internal */
|
|
165253
165149
|
class AccuDrawShortcutsTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.InputCollector {
|
|
165254
165150
|
constructor() {
|
|
@@ -165341,7 +165237,6 @@ class AccuDrawRotateAxesTool extends AccuDrawShortcutsTool {
|
|
|
165341
165237
|
}
|
|
165342
165238
|
}
|
|
165343
165239
|
AccuDrawRotateAxesTool.toolId = "AccuDraw.RotateAxes";
|
|
165344
|
-
|
|
165345
165240
|
/** @internal */
|
|
165346
165241
|
class AccuDrawRotateElementTool extends AccuDrawShortcutsTool {
|
|
165347
165242
|
constructor() {
|
|
@@ -165383,7 +165278,6 @@ class AccuDrawRotateElementTool extends AccuDrawShortcutsTool {
|
|
|
165383
165278
|
}
|
|
165384
165279
|
}
|
|
165385
165280
|
AccuDrawRotateElementTool.toolId = "AccuDraw.RotateElement";
|
|
165386
|
-
|
|
165387
165281
|
/** @internal */
|
|
165388
165282
|
class DefineACSByElementTool extends AccuDrawShortcutsTool {
|
|
165389
165283
|
constructor() {
|
|
@@ -165433,7 +165327,6 @@ class DefineACSByElementTool extends AccuDrawShortcutsTool {
|
|
|
165433
165327
|
}
|
|
165434
165328
|
}
|
|
165435
165329
|
DefineACSByElementTool.toolId = "AccuDraw.DefineACSByElement";
|
|
165436
|
-
|
|
165437
165330
|
/** @internal */
|
|
165438
165331
|
class DefineACSByPointsTool extends AccuDrawShortcutsTool {
|
|
165439
165332
|
constructor() {
|
|
@@ -165490,7 +165383,6 @@ class DefineACSByPointsTool extends AccuDrawShortcutsTool {
|
|
|
165490
165383
|
DefineACSByPointsTool.toolId = "AccuDraw.DefineACSByPoints";
|
|
165491
165384
|
|
|
165492
165385
|
|
|
165493
|
-
|
|
165494
165386
|
/***/ }),
|
|
165495
165387
|
|
|
165496
165388
|
/***/ "../../core/frontend/lib/esm/tools/ClipViewTool.js":
|
|
@@ -165877,7 +165769,6 @@ ViewClipTool._getEnumAsOrientationDescription = () => {
|
|
|
165877
165769
|
},
|
|
165878
165770
|
};
|
|
165879
165771
|
};
|
|
165880
|
-
|
|
165881
165772
|
/** A tool to remove a clip volume for a view
|
|
165882
165773
|
* @public @extensions
|
|
165883
165774
|
*/
|
|
@@ -165912,7 +165803,6 @@ class ViewClipClearTool extends ViewClipTool {
|
|
|
165912
165803
|
}
|
|
165913
165804
|
ViewClipClearTool.toolId = "ViewClip.Clear";
|
|
165914
165805
|
ViewClipClearTool.iconSpec = "icon-section-tool";
|
|
165915
|
-
|
|
165916
165806
|
/** A tool to define a clip volume for a view by specifying a plane
|
|
165917
165807
|
* @public
|
|
165918
165808
|
*/
|
|
@@ -165985,7 +165875,6 @@ class ViewClipByPlaneTool extends ViewClipTool {
|
|
|
165985
165875
|
}
|
|
165986
165876
|
ViewClipByPlaneTool.toolId = "ViewClip.ByPlane";
|
|
165987
165877
|
ViewClipByPlaneTool.iconSpec = "icon-section-plane";
|
|
165988
|
-
|
|
165989
165878
|
/** A tool to define a clip volume for a view by specifying a shape
|
|
165990
165879
|
* @public
|
|
165991
165880
|
*/
|
|
@@ -166186,7 +166075,6 @@ class ViewClipByShapeTool extends ViewClipTool {
|
|
|
166186
166075
|
}
|
|
166187
166076
|
ViewClipByShapeTool.toolId = "ViewClip.ByShape";
|
|
166188
166077
|
ViewClipByShapeTool.iconSpec = "icon-section-shape";
|
|
166189
|
-
|
|
166190
166078
|
/** A tool to define a clip volume for a view by specifying range corners
|
|
166191
166079
|
* @public
|
|
166192
166080
|
*/
|
|
@@ -166287,7 +166175,6 @@ class ViewClipByRangeTool extends ViewClipTool {
|
|
|
166287
166175
|
}
|
|
166288
166176
|
ViewClipByRangeTool.toolId = "ViewClip.ByRange";
|
|
166289
166177
|
ViewClipByRangeTool.iconSpec = "icon-section-range";
|
|
166290
|
-
|
|
166291
166178
|
/** A tool to define a clip volume for a view using the element aligned box or axis aligned box.
|
|
166292
166179
|
* @public
|
|
166293
166180
|
*/
|
|
@@ -166407,7 +166294,6 @@ class ViewClipByElementTool extends ViewClipTool {
|
|
|
166407
166294
|
}
|
|
166408
166295
|
ViewClipByElementTool.toolId = "ViewClip.ByElement";
|
|
166409
166296
|
ViewClipByElementTool.iconSpec = "icon-section-element";
|
|
166410
|
-
|
|
166411
166297
|
/** @internal Interactive tool base class to modify a view's clip */
|
|
166412
166298
|
class ViewClipModifyTool extends _EditManipulator__WEBPACK_IMPORTED_MODULE_8__.EditManipulator.HandleTool {
|
|
166413
166299
|
constructor(manipulator, clip, vp, hitId, ids, controls) {
|
|
@@ -168670,7 +168556,6 @@ IdleTool.toolId = "Idle";
|
|
|
168670
168556
|
IdleTool.hidden = true;
|
|
168671
168557
|
|
|
168672
168558
|
|
|
168673
|
-
|
|
168674
168559
|
/***/ }),
|
|
168675
168560
|
|
|
168676
168561
|
/***/ "../../core/frontend/lib/esm/tools/MeasureTool.js":
|
|
@@ -169269,7 +169154,6 @@ class MeasureDistanceTool extends _PrimitiveTool__WEBPACK_IMPORTED_MODULE_11__.P
|
|
|
169269
169154
|
}
|
|
169270
169155
|
MeasureDistanceTool.toolId = "Measure.Distance";
|
|
169271
169156
|
MeasureDistanceTool.iconSpec = "icon-measure-distance";
|
|
169272
|
-
|
|
169273
169157
|
/** Report spatial coordinate at a point as well as cartographic location for geolocated models using current quantity formatters.
|
|
169274
169158
|
* @public
|
|
169275
169159
|
*/
|
|
@@ -169414,7 +169298,6 @@ class MeasureLocationTool extends _PrimitiveTool__WEBPACK_IMPORTED_MODULE_11__.P
|
|
|
169414
169298
|
}
|
|
169415
169299
|
MeasureLocationTool.toolId = "Measure.Location";
|
|
169416
169300
|
MeasureLocationTool.iconSpec = "icon-measure-location";
|
|
169417
|
-
|
|
169418
169301
|
/** Report area defined by points using current quantity formatter for area.
|
|
169419
169302
|
* @public
|
|
169420
169303
|
*/
|
|
@@ -169758,7 +169641,6 @@ MeasureAreaByPointsTool._getEnumAsOrientationDescription = () => {
|
|
|
169758
169641
|
},
|
|
169759
169642
|
};
|
|
169760
169643
|
};
|
|
169761
|
-
|
|
169762
169644
|
/** Base class for mass properties tools.
|
|
169763
169645
|
* @public
|
|
169764
169646
|
*/
|
|
@@ -170102,7 +169984,6 @@ class MeasureLengthTool extends MeasureElementTool {
|
|
|
170102
169984
|
}
|
|
170103
169985
|
MeasureLengthTool.toolId = "Measure.Length";
|
|
170104
169986
|
MeasureLengthTool.iconSpec = "icon-measure";
|
|
170105
|
-
|
|
170106
169987
|
/** Report accumulated areas of selected elements using the current quantity formatter for area.
|
|
170107
169988
|
* @public
|
|
170108
169989
|
*/
|
|
@@ -170117,7 +169998,6 @@ class MeasureAreaTool extends MeasureElementTool {
|
|
|
170117
169998
|
}
|
|
170118
169999
|
MeasureAreaTool.toolId = "Measure.Area";
|
|
170119
170000
|
MeasureAreaTool.iconSpec = "icon-measure-area";
|
|
170120
|
-
|
|
170121
170001
|
/** Report accumulated volumes of selected elements using the current quantity formatter for volume.
|
|
170122
170002
|
* @public
|
|
170123
170003
|
*/
|
|
@@ -170134,7 +170014,6 @@ MeasureVolumeTool.toolId = "Measure.Volume";
|
|
|
170134
170014
|
MeasureVolumeTool.iconSpec = "icon-measure-3d";
|
|
170135
170015
|
|
|
170136
170016
|
|
|
170137
|
-
|
|
170138
170017
|
/***/ }),
|
|
170139
170018
|
|
|
170140
170019
|
/***/ "../../core/frontend/lib/esm/tools/PrimitiveTool.js":
|
|
@@ -170982,7 +170861,6 @@ SelectionTool._methodsName = "selectionMethods";
|
|
|
170982
170861
|
SelectionTool._modesName = "selectionModes";
|
|
170983
170862
|
|
|
170984
170863
|
|
|
170985
|
-
|
|
170986
170864
|
/***/ }),
|
|
170987
170865
|
|
|
170988
170866
|
/***/ "../../core/frontend/lib/esm/tools/Tool.js":
|
|
@@ -171406,7 +171284,6 @@ Tool.toolId = "";
|
|
|
171406
171284
|
* The value is the name of an icon WebFont entry, or if specifying an SVG symbol, use `svg:` prefix.
|
|
171407
171285
|
*/
|
|
171408
171286
|
Tool.iconSpec = "";
|
|
171409
|
-
|
|
171410
171287
|
/**
|
|
171411
171288
|
* @public
|
|
171412
171289
|
* @extensions
|
|
@@ -172013,7 +171890,6 @@ CoreTools.namespace = "CoreTools";
|
|
|
172013
171890
|
CoreTools.tools = "CoreTools:tools.";
|
|
172014
171891
|
|
|
172015
171892
|
|
|
172016
|
-
|
|
172017
171893
|
/***/ }),
|
|
172018
171894
|
|
|
172019
171895
|
/***/ "../../core/frontend/lib/esm/tools/ToolAdmin.js":
|
|
@@ -173586,7 +173462,6 @@ ToolAdmin._keyEventHandler = (ev) => {
|
|
|
173586
173462
|
};
|
|
173587
173463
|
/** A first-in-first-out queue of ToolEvents. */
|
|
173588
173464
|
ToolAdmin._toolEvents = [];
|
|
173589
|
-
|
|
173590
173465
|
/**
|
|
173591
173466
|
* Default processor to handle wheel events.
|
|
173592
173467
|
* @internal
|
|
@@ -173936,7 +173811,6 @@ ToolAssistance.ctrlSymbol = "\u2038";
|
|
|
173936
173811
|
ToolAssistance.altSymbol = "\u2387";
|
|
173937
173812
|
|
|
173938
173813
|
|
|
173939
|
-
|
|
173940
173814
|
/***/ }),
|
|
173941
173815
|
|
|
173942
173816
|
/***/ "../../core/frontend/lib/esm/tools/ToolSettings.js":
|
|
@@ -174032,7 +173906,6 @@ ToolSettings.viewingInertia = {
|
|
|
174032
173906
|
ToolSettings.maxOnMotionSnapCallPerSecond = 15;
|
|
174033
173907
|
|
|
174034
173908
|
|
|
174035
|
-
|
|
174036
173909
|
/***/ }),
|
|
174037
173910
|
|
|
174038
173911
|
/***/ "../../core/frontend/lib/esm/tools/ViewTool.js":
|
|
@@ -176547,7 +176420,6 @@ class PanViewTool extends ViewManip {
|
|
|
176547
176420
|
}
|
|
176548
176421
|
PanViewTool.toolId = "View.Pan";
|
|
176549
176422
|
PanViewTool.iconSpec = "icon-hand-2";
|
|
176550
|
-
|
|
176551
176423
|
/** A tool that performs a Rotate view operation
|
|
176552
176424
|
* @public
|
|
176553
176425
|
*/
|
|
@@ -176562,7 +176434,6 @@ class RotateViewTool extends ViewManip {
|
|
|
176562
176434
|
}
|
|
176563
176435
|
RotateViewTool.toolId = "View.Rotate";
|
|
176564
176436
|
RotateViewTool.iconSpec = "icon-gyroscope";
|
|
176565
|
-
|
|
176566
176437
|
/** A tool that performs the look operation
|
|
176567
176438
|
* @public
|
|
176568
176439
|
*/
|
|
@@ -176577,7 +176448,6 @@ class LookViewTool extends ViewManip {
|
|
|
176577
176448
|
}
|
|
176578
176449
|
LookViewTool.toolId = "View.Look";
|
|
176579
176450
|
LookViewTool.iconSpec = "icon-view-navigation";
|
|
176580
|
-
|
|
176581
176451
|
/** A tool that performs the scroll operation
|
|
176582
176452
|
* @public
|
|
176583
176453
|
*/
|
|
@@ -176592,7 +176462,6 @@ class ScrollViewTool extends ViewManip {
|
|
|
176592
176462
|
}
|
|
176593
176463
|
ScrollViewTool.toolId = "View.Scroll";
|
|
176594
176464
|
ScrollViewTool.iconSpec = "icon-move";
|
|
176595
|
-
|
|
176596
176465
|
/** A tool that performs the zoom operation
|
|
176597
176466
|
* @public
|
|
176598
176467
|
*/
|
|
@@ -176607,7 +176476,6 @@ class ZoomViewTool extends ViewManip {
|
|
|
176607
176476
|
}
|
|
176608
176477
|
ZoomViewTool.toolId = "View.Zoom";
|
|
176609
176478
|
ZoomViewTool.iconSpec = "icon-zoom";
|
|
176610
|
-
|
|
176611
176479
|
/** A tool that performs the walk operation using mouse+keyboard or touch controls.
|
|
176612
176480
|
* Keyboard and mouse controls are similar to those used by many video games:
|
|
176613
176481
|
* - Mouse motion: look around.
|
|
@@ -176656,7 +176524,6 @@ class LookAndMoveTool extends ViewManip {
|
|
|
176656
176524
|
}
|
|
176657
176525
|
LookAndMoveTool.toolId = "View.LookAndMove";
|
|
176658
176526
|
LookAndMoveTool.iconSpec = "icon-walk";
|
|
176659
|
-
|
|
176660
176527
|
/** A tool that performs the walk operation
|
|
176661
176528
|
* @public
|
|
176662
176529
|
*/
|
|
@@ -176679,7 +176546,6 @@ class WalkViewTool extends ViewManip {
|
|
|
176679
176546
|
}
|
|
176680
176547
|
WalkViewTool.toolId = "View.Walk";
|
|
176681
176548
|
WalkViewTool.iconSpec = "icon-walk";
|
|
176682
|
-
|
|
176683
176549
|
/** A tool that performs the fly operation
|
|
176684
176550
|
* @public
|
|
176685
176551
|
*/
|
|
@@ -176701,7 +176567,6 @@ class FlyViewTool extends ViewManip {
|
|
|
176701
176567
|
}
|
|
176702
176568
|
FlyViewTool.toolId = "View.Fly";
|
|
176703
176569
|
FlyViewTool.iconSpec = "icon-airplane";
|
|
176704
|
-
|
|
176705
176570
|
/** A tool that performs a fit view
|
|
176706
176571
|
* @public
|
|
176707
176572
|
*/
|
|
@@ -176752,7 +176617,6 @@ class FitViewTool extends ViewTool {
|
|
|
176752
176617
|
}
|
|
176753
176618
|
FitViewTool.toolId = "View.Fit";
|
|
176754
176619
|
FitViewTool.iconSpec = "icon-fit-to-view";
|
|
176755
|
-
|
|
176756
176620
|
/** 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.
|
|
176757
176621
|
* @public
|
|
176758
176622
|
*/
|
|
@@ -176802,7 +176666,6 @@ class ViewGlobeSatelliteTool extends ViewTool {
|
|
|
176802
176666
|
}
|
|
176803
176667
|
}
|
|
176804
176668
|
ViewGlobeSatelliteTool.toolId = "View.GlobeSatellite";
|
|
176805
|
-
|
|
176806
176669
|
/** 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.
|
|
176807
176670
|
* @public
|
|
176808
176671
|
*/
|
|
@@ -176849,7 +176712,6 @@ class ViewGlobeBirdTool extends ViewTool {
|
|
|
176849
176712
|
}
|
|
176850
176713
|
}
|
|
176851
176714
|
ViewGlobeBirdTool.toolId = "View.GlobeBird";
|
|
176852
|
-
|
|
176853
176715
|
/** A tool that views a location on the background map corresponding to a specified string.
|
|
176854
176716
|
* 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.
|
|
176855
176717
|
* Operates on the selected view.
|
|
@@ -176916,7 +176778,6 @@ class ViewGlobeLocationTool extends ViewTool {
|
|
|
176916
176778
|
}
|
|
176917
176779
|
}
|
|
176918
176780
|
ViewGlobeLocationTool.toolId = "View.GlobeLocation";
|
|
176919
|
-
|
|
176920
176781
|
/** 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.
|
|
176921
176782
|
* @public
|
|
176922
176783
|
*/
|
|
@@ -176958,7 +176819,6 @@ class ViewGlobeIModelTool extends ViewTool {
|
|
|
176958
176819
|
}
|
|
176959
176820
|
}
|
|
176960
176821
|
ViewGlobeIModelTool.toolId = "View.GlobeIModel";
|
|
176961
|
-
|
|
176962
176822
|
/** A tool that rotates the view to one of the standard views.
|
|
176963
176823
|
* @public
|
|
176964
176824
|
*/
|
|
@@ -176988,7 +176848,6 @@ class StandardViewTool extends ViewTool {
|
|
|
176988
176848
|
}
|
|
176989
176849
|
StandardViewTool.toolId = "View.Standard";
|
|
176990
176850
|
StandardViewTool.iconSpec = "icon-cube-faces-top";
|
|
176991
|
-
|
|
176992
176851
|
/** A tool that performs a Window-area view operation
|
|
176993
176852
|
* @public
|
|
176994
176853
|
*/
|
|
@@ -177227,7 +177086,6 @@ class WindowAreaTool extends ViewTool {
|
|
|
177227
177086
|
}
|
|
177228
177087
|
WindowAreaTool.toolId = "View.WindowArea";
|
|
177229
177088
|
WindowAreaTool.iconSpec = "icon-window-area";
|
|
177230
|
-
|
|
177231
177089
|
/** @internal */
|
|
177232
177090
|
class DefaultViewTouchTool extends ViewManip {
|
|
177233
177091
|
/** Move this handle during the inertia duration */
|
|
@@ -177446,7 +177304,6 @@ class DefaultViewTouchTool extends ViewManip {
|
|
|
177446
177304
|
}
|
|
177447
177305
|
}
|
|
177448
177306
|
DefaultViewTouchTool.toolId = ""; // touch tools installed by IdleTool are never registered
|
|
177449
|
-
|
|
177450
177307
|
/** A tool that performs view undo operation. An application could also just call Viewport.doUndo directly, creating a ViewTool isn't required.
|
|
177451
177308
|
* @public
|
|
177452
177309
|
*/
|
|
@@ -177459,7 +177316,6 @@ class ViewUndoTool extends ViewTool {
|
|
|
177459
177316
|
}
|
|
177460
177317
|
ViewUndoTool.toolId = "View.Undo";
|
|
177461
177318
|
ViewUndoTool.iconSpec = "icon-window-backward";
|
|
177462
|
-
|
|
177463
177319
|
/** A tool that performs view redo operation. An application could also just call Viewport.doRedo directly, creating a ViewTool isn't required.
|
|
177464
177320
|
* @public
|
|
177465
177321
|
*/
|
|
@@ -177472,7 +177328,6 @@ class ViewRedoTool extends ViewTool {
|
|
|
177472
177328
|
}
|
|
177473
177329
|
ViewRedoTool.toolId = "View.Redo";
|
|
177474
177330
|
ViewRedoTool.iconSpec = "icon-window-forward";
|
|
177475
|
-
|
|
177476
177331
|
/** A tool that toggles the camera on/off in a spatial view
|
|
177477
177332
|
* @public
|
|
177478
177333
|
*/
|
|
@@ -177492,7 +177347,6 @@ class ViewToggleCameraTool extends ViewTool {
|
|
|
177492
177347
|
}
|
|
177493
177348
|
ViewToggleCameraTool.toolId = "View.ToggleCamera";
|
|
177494
177349
|
ViewToggleCameraTool.iconSpec = "icon-camera";
|
|
177495
|
-
|
|
177496
177350
|
/** 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.
|
|
177497
177351
|
* 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
|
|
177498
177352
|
* by calling QuantityFormatter.onInitialized at app startup.
|
|
@@ -177753,7 +177607,6 @@ class SetupCameraTool extends _PrimitiveTool__WEBPACK_IMPORTED_MODULE_18__.Primi
|
|
|
177753
177607
|
}
|
|
177754
177608
|
SetupCameraTool.toolId = "View.SetupCamera";
|
|
177755
177609
|
SetupCameraTool.iconSpec = "icon-camera-location";
|
|
177756
|
-
|
|
177757
177610
|
/** 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.
|
|
177758
177611
|
* @public
|
|
177759
177612
|
*/
|
|
@@ -177936,7 +177789,6 @@ SetupWalkCameraTool.toolId = "View.SetupWalkCamera";
|
|
|
177936
177789
|
SetupWalkCameraTool.iconSpec = "icon-camera-location";
|
|
177937
177790
|
|
|
177938
177791
|
|
|
177939
|
-
|
|
177940
177792
|
/***/ }),
|
|
177941
177793
|
|
|
177942
177794
|
/***/ "../../core/geometry/lib/esm/Constant.js":
|
|
@@ -177981,7 +177833,6 @@ Constant.earthRadiusWGS84 = {
|
|
|
177981
177833
|
};
|
|
177982
177834
|
|
|
177983
177835
|
|
|
177984
|
-
|
|
177985
177836
|
/***/ }),
|
|
177986
177837
|
|
|
177987
177838
|
/***/ "../../core/geometry/lib/esm/Geometry.js":
|
|
@@ -179106,7 +178957,6 @@ Geometry.largeCoordinateResult = 1.0e13;
|
|
|
179106
178957
|
Geometry.hugeCoordinate = 1.0e12;
|
|
179107
178958
|
|
|
179108
178959
|
|
|
179109
|
-
|
|
179110
178960
|
/***/ }),
|
|
179111
178961
|
|
|
179112
178962
|
/***/ "../../core/geometry/lib/esm/bspline/AkimaCurve3d.js":
|
|
@@ -182106,7 +181956,7 @@ class BSplineSurface3d extends BSpline2dNd {
|
|
|
182106
181956
|
getPointGridJSON() {
|
|
182107
181957
|
const result = {
|
|
182108
181958
|
points: _geometry3d_PointHelpers__WEBPACK_IMPORTED_MODULE_7__.Point3dArray.unpackNumbersToNestedArraysIJK(this.coffs, 3, this.numPolesUV(0)),
|
|
182109
|
-
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates,
|
|
181959
|
+
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates, // @deprecated in 4.x. Use weightStyle instead.
|
|
182110
181960
|
weightStyle: WeightStyle.UnWeighted,
|
|
182111
181961
|
numCartesianDimensions: 3,
|
|
182112
181962
|
};
|
|
@@ -182519,7 +182369,7 @@ class BSplineSurface3dH extends BSpline2dNd {
|
|
|
182519
182369
|
const result = {
|
|
182520
182370
|
points: _geometry3d_PointHelpers__WEBPACK_IMPORTED_MODULE_7__.Point3dArray.unpackNumbersToNestedArraysIJK(this.coffs, 4, this.numPolesUV(0)),
|
|
182521
182371
|
numCartesianDimensions: 3,
|
|
182522
|
-
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates,
|
|
182372
|
+
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates, // @deprecated in 4.x. Use weightStyle instead.
|
|
182523
182373
|
weightStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates,
|
|
182524
182374
|
};
|
|
182525
182375
|
return result;
|
|
@@ -184648,7 +184498,6 @@ class KnotVector {
|
|
|
184648
184498
|
KnotVector.knotTolerance = 1.0e-9;
|
|
184649
184499
|
|
|
184650
184500
|
|
|
184651
|
-
|
|
184652
184501
|
/***/ }),
|
|
184653
184502
|
|
|
184654
184503
|
/***/ "../../core/geometry/lib/esm/bspline/SurfaceLocationDetail.js":
|
|
@@ -185276,7 +185125,6 @@ class AlternatingCCTreeNodeCurveClipper {
|
|
|
185276
185125
|
AlternatingCCTreeNodeCurveClipper._fractionIntervals = [];
|
|
185277
185126
|
|
|
185278
185127
|
|
|
185279
|
-
|
|
185280
185128
|
/***/ }),
|
|
185281
185129
|
|
|
185282
185130
|
/***/ "../../core/geometry/lib/esm/clipping/BooleanClipFactory.js":
|
|
@@ -186365,7 +186213,6 @@ class ClipPlane extends _geometry3d_Plane3d__WEBPACK_IMPORTED_MODULE_0__.Plane3d
|
|
|
186365
186213
|
ClipPlane._clipArcFractionArray = new _geometry3d_GrowableFloat64Array__WEBPACK_IMPORTED_MODULE_12__.GrowableFloat64Array();
|
|
186366
186214
|
|
|
186367
186215
|
|
|
186368
|
-
|
|
186369
186216
|
/***/ }),
|
|
186370
186217
|
|
|
186371
186218
|
/***/ "../../core/geometry/lib/esm/clipping/ClipPrimitive.js":
|
|
@@ -188108,7 +187955,6 @@ class ClipUtilities {
|
|
|
188108
187955
|
}
|
|
188109
187956
|
}
|
|
188110
187957
|
ClipUtilities._selectIntervals01TestPoint = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_11__.Point3d.create();
|
|
188111
|
-
|
|
188112
187958
|
function moveFragments(fragments, destination, arrayCache) {
|
|
188113
187959
|
if (destination === undefined)
|
|
188114
187960
|
arrayCache.dropAllToCache(fragments);
|
|
@@ -188588,7 +188434,6 @@ class ClipVector {
|
|
|
188588
188434
|
}
|
|
188589
188435
|
}
|
|
188590
188436
|
ClipVector._TARGET_FRACTION_SUM = 0.99999999;
|
|
188591
|
-
|
|
188592
188437
|
/**
|
|
188593
188438
|
* Bundles a ClipVector with its compact string representation.
|
|
188594
188439
|
* @note The string representation is computed once; the ClipVector is assumed not to be subsequently modified.
|
|
@@ -189405,7 +189250,6 @@ ConvexClipPlaneSet.hugeVal = 1e37;
|
|
|
189405
189250
|
ConvexClipPlaneSet._clipArcFractionArray = new _geometry3d_GrowableFloat64Array__WEBPACK_IMPORTED_MODULE_11__.GrowableFloat64Array();
|
|
189406
189251
|
|
|
189407
189252
|
|
|
189408
|
-
|
|
189409
189253
|
/***/ }),
|
|
189410
189254
|
|
|
189411
189255
|
/***/ "../../core/geometry/lib/esm/clipping/UnionOfConvexClipPlaneSets.js":
|
|
@@ -189760,7 +189604,6 @@ class UnionOfConvexClipPlaneSets {
|
|
|
189760
189604
|
}
|
|
189761
189605
|
}
|
|
189762
189606
|
UnionOfConvexClipPlaneSets._clipArcFractionArray = new _geometry3d_GrowableFloat64Array__WEBPACK_IMPORTED_MODULE_6__.GrowableFloat64Array();
|
|
189763
|
-
|
|
189764
189607
|
/* FUNCTIONS SKIPPED DUE TO BSPLINES, VU, OR NON-USAGE IN NATIVE CODE----------------------------------------------------------------
|
|
189765
189608
|
|
|
189766
189609
|
Involves vu: skipping for now...
|
|
@@ -191591,7 +191434,6 @@ Arc3d.quadratureGuassCount = 5;
|
|
|
191591
191434
|
Arc3d.quadratureIntervalAngleDegrees = 10.0;
|
|
191592
191435
|
|
|
191593
191436
|
|
|
191594
|
-
|
|
191595
191437
|
/***/ }),
|
|
191596
191438
|
|
|
191597
191439
|
/***/ "../../core/geometry/lib/esm/curve/ConstructCurveBetweenCurves.js":
|
|
@@ -192627,7 +192469,6 @@ CurveChainWithDistanceIndex._numAssigned = 0;
|
|
|
192627
192469
|
CurveChainWithDistanceIndex._numCandidate = 0;
|
|
192628
192470
|
|
|
192629
192471
|
|
|
192630
|
-
|
|
192631
192472
|
/***/ }),
|
|
192632
192473
|
|
|
192633
192474
|
/***/ "../../core/geometry/lib/esm/curve/CurveCollection.js":
|
|
@@ -197493,7 +197334,6 @@ LineString3d._workPointB = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_
|
|
|
197493
197334
|
LineString3d._workPointC = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_6__.Point3d.create();
|
|
197494
197335
|
LineString3d._workRay = _geometry3d_Ray3d__WEBPACK_IMPORTED_MODULE_7__.Ray3d.createXAxis();
|
|
197495
197336
|
LineString3d._indexPoint = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_6__.Point3d.create(); // private point for addResolvedPoint
|
|
197496
|
-
|
|
197497
197337
|
/**
|
|
197498
197338
|
* An AnnotatedLineString3d is a linestring with additional surface-related data attached to each point
|
|
197499
197339
|
* * This is useful in facet construction.
|
|
@@ -201578,7 +201418,6 @@ class RegionBooleanContext {
|
|
|
201578
201418
|
}
|
|
201579
201419
|
}
|
|
201580
201420
|
RegionBooleanContext._bridgeDirection = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_14__.Vector3d.createNormalized(1.0, -0.12328974132467); // magic unit direction to minimize vertex hits
|
|
201581
|
-
|
|
201582
201421
|
/** return xy area between a (part of a) curve and the x axis through a reference point.
|
|
201583
201422
|
* If detail is undefined or does not have both start and end fractions, just do trapezoid area
|
|
201584
201423
|
*/
|
|
@@ -203529,7 +203368,6 @@ CurveCurveCloseApproachXY._workPointBB1 = _geometry3d_Point3dVector3d__WEBPACK_I
|
|
|
203529
203368
|
CurveCurveCloseApproachXY._workPointB = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_14__.Point3d.create();
|
|
203530
203369
|
|
|
203531
203370
|
|
|
203532
|
-
|
|
203533
203371
|
/***/ }),
|
|
203534
203372
|
|
|
203535
203373
|
/***/ "../../core/geometry/lib/esm/curve/internalContexts/CurveCurveIntersectXY.js":
|
|
@@ -204412,7 +204250,6 @@ CurveCurveIntersectXY._workPointB0 = _geometry3d_Point3dVector3d__WEBPACK_IMPORT
|
|
|
204412
204250
|
CurveCurveIntersectXY._workPointB1 = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_18__.Point3d.create();
|
|
204413
204251
|
|
|
204414
204252
|
|
|
204415
|
-
|
|
204416
204253
|
/***/ }),
|
|
204417
204254
|
|
|
204418
204255
|
/***/ "../../core/geometry/lib/esm/curve/internalContexts/CurveCurveIntersectXYZ.js":
|
|
@@ -205193,7 +205030,6 @@ CurveCurveIntersectXYZ._workPointBB0 = _geometry3d_Point3dVector3d__WEBPACK_IMPO
|
|
|
205193
205030
|
CurveCurveIntersectXYZ._workPointBB1 = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_6__.Point3d.create();
|
|
205194
205031
|
|
|
205195
205032
|
|
|
205196
|
-
|
|
205197
205033
|
/***/ }),
|
|
205198
205034
|
|
|
205199
205035
|
/***/ "../../core/geometry/lib/esm/curve/internalContexts/CurveLengthContext.js":
|
|
@@ -206558,7 +206394,6 @@ PolygonWireOffsetContext._unitAlong = _geometry3d_Point3dVector3d__WEBPACK_IMPOR
|
|
|
206558
206394
|
PolygonWireOffsetContext._unitPerp = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Vector3d.create();
|
|
206559
206395
|
PolygonWireOffsetContext._offsetA = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
206560
206396
|
PolygonWireOffsetContext._offsetB = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
206561
|
-
|
|
206562
206397
|
/**
|
|
206563
206398
|
* Context for building a wire xy-offset from a Path or Loop of CurvePrimitives
|
|
206564
206399
|
* @internal
|
|
@@ -208392,7 +208227,6 @@ class IntegratedSpiral3d extends _TransitionSpiral3d__WEBPACK_IMPORTED_MODULE_0_
|
|
|
208392
208227
|
}
|
|
208393
208228
|
/** default spiral type name. (clothoid) */
|
|
208394
208229
|
IntegratedSpiral3d.defaultSpiralType = "clothoid";
|
|
208395
|
-
|
|
208396
208230
|
// at load time, initialize gauss quadrature workspace
|
|
208397
208231
|
IntegratedSpiral3d.initWorkSpace();
|
|
208398
208232
|
|
|
@@ -209839,7 +209673,6 @@ Angle.degreesPerRadian = (45.0 / Angle.piOver4Radians);
|
|
|
209839
209673
|
Angle.radiansPerDegree = (Angle.piOver4Radians / 45.0);
|
|
209840
209674
|
|
|
209841
209675
|
|
|
209842
|
-
|
|
209843
209676
|
/***/ }),
|
|
209844
209677
|
|
|
209845
209678
|
/***/ "../../core/geometry/lib/esm/geometry3d/AngleSweep.js":
|
|
@@ -218817,7 +218650,6 @@ Matrix3d.numComputeCache = 0;
|
|
|
218817
218650
|
Matrix3d._productBuffer = new Float64Array(9);
|
|
218818
218651
|
|
|
218819
218652
|
|
|
218820
|
-
|
|
218821
218653
|
/***/ }),
|
|
218822
218654
|
|
|
218823
218655
|
/***/ "../../core/geometry/lib/esm/geometry3d/OrderedRotationAngles.js":
|
|
@@ -219154,7 +218986,6 @@ class OrderedRotationAngles {
|
|
|
219154
218986
|
OrderedRotationAngles._sTreatVectorsAsColumns = false;
|
|
219155
218987
|
|
|
219156
218988
|
|
|
219157
|
-
|
|
219158
218989
|
/***/ }),
|
|
219159
218990
|
|
|
219160
218991
|
/***/ "../../core/geometry/lib/esm/geometry3d/Plane3d.js":
|
|
@@ -223124,7 +222955,6 @@ class Point4dArray {
|
|
|
223124
222955
|
}
|
|
223125
222956
|
}
|
|
223126
222957
|
Point4dArray._workPoint4d = _geometry4d_Point4d__WEBPACK_IMPORTED_MODULE_2__.Point4d.create();
|
|
223127
|
-
|
|
223128
222958
|
/**
|
|
223129
222959
|
* The `Point3dArray` class contains static methods that act on arrays of 3d points.
|
|
223130
222960
|
* @public
|
|
@@ -223709,7 +223539,6 @@ Point3dArray._weightDV = new Float64Array(8);
|
|
|
223709
223539
|
Point3dArray._weightDW = new Float64Array(8);
|
|
223710
223540
|
|
|
223711
223541
|
|
|
223712
|
-
|
|
223713
223542
|
/***/ }),
|
|
223714
223543
|
|
|
223715
223544
|
/***/ "../../core/geometry/lib/esm/geometry3d/PointStreaming.js":
|
|
@@ -225227,7 +225056,6 @@ PolygonOps._normal = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Vector3d.crea
|
|
|
225227
225056
|
PolygonOps._matrixA = _geometry4d_Matrix4d__WEBPACK_IMPORTED_MODULE_14__.Matrix4d.createIdentity();
|
|
225228
225057
|
PolygonOps._matrixB = _geometry4d_Matrix4d__WEBPACK_IMPORTED_MODULE_14__.Matrix4d.createIdentity();
|
|
225229
225058
|
PolygonOps._matrixC = _geometry4d_Matrix4d__WEBPACK_IMPORTED_MODULE_14__.Matrix4d.createIdentity();
|
|
225230
|
-
|
|
225231
225059
|
/**
|
|
225232
225060
|
* `IndexedXYZCollectionPolygonOps` class contains _static_ methods for typical operations on polygons carried as `IndexedXYZCollection`
|
|
225233
225061
|
* @public
|
|
@@ -225492,7 +225320,6 @@ class IndexedXYZCollectionPolygonOps {
|
|
|
225492
225320
|
IndexedXYZCollectionPolygonOps._xyz0Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
225493
225321
|
IndexedXYZCollectionPolygonOps._xyz1Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
225494
225322
|
IndexedXYZCollectionPolygonOps._xyz2Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
225495
|
-
|
|
225496
225323
|
/**
|
|
225497
225324
|
* `Point3dArrayPolygonOps` class contains _static_ methods for typical operations on polygons carried as `Point3d[]`
|
|
225498
225325
|
* @public
|
|
@@ -225574,7 +225401,6 @@ class Point3dArrayPolygonOps {
|
|
|
225574
225401
|
Point3dArrayPolygonOps._xyz0Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
225575
225402
|
|
|
225576
225403
|
|
|
225577
|
-
|
|
225578
225404
|
/***/ }),
|
|
225579
225405
|
|
|
225580
225406
|
/***/ "../../core/geometry/lib/esm/geometry3d/PolylineCompressionByEdgeOffset.js":
|
|
@@ -225866,7 +225692,6 @@ PolylineCompressionContext._vector01 = _Point3dVector3d__WEBPACK_IMPORTED_MODULE
|
|
|
225866
225692
|
PolylineCompressionContext._vectorQ = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Vector3d.create();
|
|
225867
225693
|
|
|
225868
225694
|
|
|
225869
|
-
|
|
225870
225695
|
/***/ }),
|
|
225871
225696
|
|
|
225872
225697
|
/***/ "../../core/geometry/lib/esm/geometry3d/PolylineOps.js":
|
|
@@ -226339,7 +226164,6 @@ class RangeBase {
|
|
|
226339
226164
|
RangeBase._EXTREME_POSITIVE = 1.0e200;
|
|
226340
226165
|
/** Number considered to be impossibly negative for a coordinate in a range. */
|
|
226341
226166
|
RangeBase._EXTREME_NEGATIVE = -1.0e200;
|
|
226342
|
-
|
|
226343
226167
|
/**
|
|
226344
226168
|
* Axis aligned range in 3D.
|
|
226345
226169
|
* * member `low` contains minimum coordinate of range box
|
|
@@ -234344,7 +234168,6 @@ class ClusterableArray extends _geometry3d_GrowableBlockedArray__WEBPACK_IMPORTE
|
|
|
234344
234168
|
ClusterableArray._vectorFactor = 0.8732; // use 1.0 to rig easy tests.
|
|
234345
234169
|
/** this value is used as cluster terminator in the Uint232Array of indices. */
|
|
234346
234170
|
ClusterableArray.clusterTerminator = 0xFFffFFff;
|
|
234347
|
-
|
|
234348
234171
|
/**
|
|
234349
234172
|
* @internal
|
|
234350
234173
|
*/
|
|
@@ -235358,7 +235181,6 @@ class PascalCoefficients {
|
|
|
235358
235181
|
PascalCoefficients._allRows = [];
|
|
235359
235182
|
|
|
235360
235183
|
|
|
235361
|
-
|
|
235362
235184
|
/***/ }),
|
|
235363
235185
|
|
|
235364
235186
|
/***/ "../../core/geometry/lib/esm/numerics/Polynomials.js":
|
|
@@ -236381,7 +236203,6 @@ class AnalyticRoots {
|
|
|
236381
236203
|
}
|
|
236382
236204
|
AnalyticRoots._EQN_EPS = 1.0e-9;
|
|
236383
236205
|
AnalyticRoots._safeDivideFactor = 1.0e-14;
|
|
236384
|
-
|
|
236385
236206
|
/**
|
|
236386
236207
|
* Manipulations of polynomials with where `coff[i]` multiplies x^i
|
|
236387
236208
|
* @internal
|
|
@@ -236641,7 +236462,6 @@ TrigPolynomial.WW = Float64Array.from([1.0, -4.0, 8.0, -8.0, 4.0]);
|
|
|
236641
236462
|
/** Standard Basis coefficients for (Math.Cos^2 - sine^2) numerator */
|
|
236642
236463
|
TrigPolynomial.CCminusSS = Float64Array.from([1.0, -4.0, 0.0, 8.0, -4.0]);
|
|
236643
236464
|
TrigPolynomial._coefficientRelTol = 1.0e-12;
|
|
236644
|
-
|
|
236645
236465
|
/**
|
|
236646
236466
|
* static methods for commonly appearing sets of equations in 2 or 3 variables
|
|
236647
236467
|
* @public
|
|
@@ -237282,7 +237102,6 @@ Quadrature.gaussW4Interval01 = new Float64Array([0.17392742256872692, 0.32607257
|
|
|
237282
237102
|
Quadrature.gaussX5Interval01 = new Float64Array([0.04691007703066802, 0.23076534494715845, 0.5, 0.7692346550528415, 0.9530899229693319]);
|
|
237283
237103
|
/** weight for 5 point gauss rule in 0..1 interval */
|
|
237284
237104
|
Quadrature.gaussW5Interval01 = new Float64Array([0.11846344252809454, 0.23931433524968324, 0.28444444444444444, 0.23931433524968324, 0.11846344252809454]);
|
|
237285
|
-
|
|
237286
237105
|
/**
|
|
237287
237106
|
* This class carries public members as needed for users to have gauss points that are used
|
|
237288
237107
|
* in the callers loops.
|
|
@@ -238625,7 +238444,6 @@ BoxTopology.axisEdgeVertex = [
|
|
|
238625
238444
|
];
|
|
238626
238445
|
|
|
238627
238446
|
|
|
238628
|
-
|
|
238629
238447
|
/***/ }),
|
|
238630
238448
|
|
|
238631
238449
|
/***/ "../../core/geometry/lib/esm/polyface/FacetFaceData.js":
|
|
@@ -239652,7 +239470,6 @@ class GreedyTriangulationBetweenLineStrings {
|
|
|
239652
239470
|
}
|
|
239653
239471
|
/** Default angle for considering two vectors to be colinear */
|
|
239654
239472
|
GreedyTriangulationBetweenLineStrings.defaultNearColinearAngle = _geometry3d_Angle__WEBPACK_IMPORTED_MODULE_3__.Angle.createDegrees(15);
|
|
239655
|
-
|
|
239656
239473
|
/**
|
|
239657
239474
|
* * If there are no contiguous duplicated points in `data` return `data` unchanged.
|
|
239658
239475
|
* * If there are duplicates, compress to a new array.
|
|
@@ -242715,7 +242532,6 @@ class PolyfaceBuilder extends _geometry3d_GeometryHandler__WEBPACK_IMPORTED_MODU
|
|
|
242715
242532
|
PolyfaceBuilder._workPointFindOrAddA = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_0__.Point3d.create();
|
|
242716
242533
|
PolyfaceBuilder._workVectorFindOrAdd = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_0__.Vector3d.create();
|
|
242717
242534
|
PolyfaceBuilder._workUVFindOrAdd = _geometry3d_Point2dVector2d__WEBPACK_IMPORTED_MODULE_1__.Point2d.create();
|
|
242718
|
-
|
|
242719
242535
|
function resolveToIndexedXYZCollectionOrCarrier(points) {
|
|
242720
242536
|
if (Array.isArray(points))
|
|
242721
242537
|
return new _geometry3d_Point3dArrayCarrier__WEBPACK_IMPORTED_MODULE_31__.Point3dArrayCarrier(points);
|
|
@@ -244025,7 +243841,6 @@ class PolyfaceData {
|
|
|
244025
243841
|
PolyfaceData.planarityLocalRelTol = 1.0e-13;
|
|
244026
243842
|
|
|
244027
243843
|
|
|
244028
|
-
|
|
244029
243844
|
/***/ }),
|
|
244030
243845
|
|
|
244031
243846
|
/***/ "../../core/geometry/lib/esm/polyface/PolyfaceQuery.js":
|
|
@@ -245753,7 +245568,6 @@ PolyfaceQuery._asyncWorkLimit = 1.e06;
|
|
|
245753
245568
|
PolyfaceQuery.awaitBlockCount = 0;
|
|
245754
245569
|
|
|
245755
245570
|
|
|
245756
|
-
|
|
245757
245571
|
/***/ }),
|
|
245758
245572
|
|
|
245759
245573
|
/***/ "../../core/geometry/lib/esm/polyface/RangeLengthData.js":
|
|
@@ -248615,7 +248429,7 @@ class OffsetMeshContext {
|
|
|
248615
248429
|
assignOffsetByAverageNormalAroundVertex(vertexSeed, maxAllowedDeviationRadians, data, distance) {
|
|
248616
248430
|
const maxDeviationRadians = this.computeAverageNormalAndMaxDeviationAroundVertex(vertexSeed, data);
|
|
248617
248431
|
if (OffsetMeshContext.stringDebugFunction) {
|
|
248618
|
-
OffsetMeshContext.stringDebugFunction(`XYZ ${_topology_Graph__WEBPACK_IMPORTED_MODULE_1__.HalfEdge.nodeToIdXYZString(vertexSeed)} Average Normal ${data.averageNormal.toJSON()}`);
|
|
248432
|
+
OffsetMeshContext.stringDebugFunction(`XYZ ${_topology_Graph__WEBPACK_IMPORTED_MODULE_1__.HalfEdge.nodeToIdXYZString(vertexSeed)} Average Normal ${JSON.stringify(data.averageNormal.toJSON())}`);
|
|
248619
248433
|
OffsetMeshContext.stringDebugFunction(` angle ratio ${data.radiansSum / (2 * Math.PI)} maxDeviation ${data.maxDeviationRadiansFromAverage}`);
|
|
248620
248434
|
}
|
|
248621
248435
|
if (maxDeviationRadians !== undefined && maxDeviationRadians <= maxAllowedDeviationRadians) {
|
|
@@ -248898,7 +248712,7 @@ class OffsetMeshContext {
|
|
|
248898
248712
|
vertexSeed = vertexSeedA;
|
|
248899
248713
|
if (OffsetMeshContext.stringDebugFunction !== undefined) {
|
|
248900
248714
|
OffsetMeshContext.stringDebugFunction("");
|
|
248901
|
-
OffsetMeshContext.stringDebugFunction(` VERTEX LOOP ${vertexSeed.getPoint3d().toJSON()} `);
|
|
248715
|
+
OffsetMeshContext.stringDebugFunction(` VERTEX LOOP ${JSON.stringify(vertexSeed.getPoint3d().toJSON())} `);
|
|
248902
248716
|
vertexSeed.sumAroundVertex((node) => { OffsetMeshContext.stringDebugFunction(this.inspectMasks(node, false, true)); return 0; });
|
|
248903
248717
|
}
|
|
248904
248718
|
// Take care of the easiest vertices directly . . . note that this returns from the lambda, not computeOffsetFacetIntersections
|
|
@@ -249113,7 +248927,6 @@ RangeSearch.defaultRangesPerBlockEdge = 4;
|
|
|
249113
248927
|
RangeSearch.defaultStandardDeviationAdjustment = 1.0;
|
|
249114
248928
|
|
|
249115
248929
|
|
|
249116
|
-
|
|
249117
248930
|
/***/ }),
|
|
249118
248931
|
|
|
249119
248932
|
/***/ "../../core/geometry/lib/esm/polyface/multiclip/SweepLineStringToFacetContext.js":
|
|
@@ -255839,7 +255652,6 @@ DgnSpiralTypeQueries.spiralTypeCodeMap = [
|
|
|
255839
255652
|
];
|
|
255840
255653
|
|
|
255841
255654
|
|
|
255842
|
-
|
|
255843
255655
|
/***/ }),
|
|
255844
255656
|
|
|
255845
255657
|
/***/ "../../core/geometry/lib/esm/serialization/BGFBWriter.js":
|
|
@@ -259236,7 +259048,6 @@ Sample.range3d = [
|
|
|
259236
259048
|
];
|
|
259237
259049
|
|
|
259238
259050
|
|
|
259239
|
-
|
|
259240
259051
|
/***/ }),
|
|
259241
259052
|
|
|
259242
259053
|
/***/ "../../core/geometry/lib/esm/serialization/IModelJsonSchema.js":
|
|
@@ -264811,7 +264622,6 @@ HalfEdge._totalNodesCreated = 0;
|
|
|
264811
264622
|
HalfEdge._edgePropertyMasks = [
|
|
264812
264623
|
HalfEdgeMask.BOUNDARY_EDGE, HalfEdgeMask.EXTERIOR, HalfEdgeMask.PRIMARY_EDGE, HalfEdgeMask.NULL_FACE,
|
|
264813
264624
|
];
|
|
264814
|
-
|
|
264815
264625
|
/**
|
|
264816
264626
|
* A HalfEdgeGraph has:
|
|
264817
264627
|
* * An array of (pointers to) HalfEdge objects.
|
|
@@ -269360,7 +269170,6 @@ Triangulator._planes = [
|
|
|
269360
269170
|
_geometry3d_Plane3dByOriginAndUnitNormal__WEBPACK_IMPORTED_MODULE_9__.Plane3dByOriginAndUnitNormal.createXYPlane(),
|
|
269361
269171
|
_geometry3d_Plane3dByOriginAndUnitNormal__WEBPACK_IMPORTED_MODULE_9__.Plane3dByOriginAndUnitNormal.createXYPlane(),
|
|
269362
269172
|
];
|
|
269363
|
-
|
|
269364
269173
|
/**
|
|
269365
269174
|
* Internal class for assembling chains
|
|
269366
269175
|
* @internal
|
|
@@ -270114,7 +269923,6 @@ class BlockRecord {
|
|
|
270114
269923
|
BlockRecord.RECORD_SIZE = 24;
|
|
270115
269924
|
|
|
270116
269925
|
|
|
270117
|
-
|
|
270118
269926
|
/***/ }),
|
|
270119
269927
|
|
|
270120
269928
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/ContainerFile.js":
|
|
@@ -270334,7 +270142,6 @@ class ContainerFile {
|
|
|
270334
270142
|
ContainerFile.MODULE = "ContainerFile";
|
|
270335
270143
|
|
|
270336
270144
|
|
|
270337
|
-
|
|
270338
270145
|
/***/ }),
|
|
270339
270146
|
|
|
270340
270147
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/ContainerFilePart.js":
|
|
@@ -271254,7 +271061,6 @@ class FileReader {
|
|
|
271254
271061
|
FileReader.MODULE = "FileReader";
|
|
271255
271062
|
|
|
271256
271063
|
|
|
271257
|
-
|
|
271258
271064
|
/***/ }),
|
|
271259
271065
|
|
|
271260
271066
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/FileRecord.js":
|
|
@@ -271571,7 +271377,6 @@ GeometryReader.RECORD_SIZE_LR = 3;
|
|
|
271571
271377
|
GeometryReader.MR_BIN_COUNT = 64;
|
|
271572
271378
|
|
|
271573
271379
|
|
|
271574
|
-
|
|
271575
271380
|
/***/ }),
|
|
271576
271381
|
|
|
271577
271382
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/GeometryRecord.js":
|
|
@@ -272485,7 +272290,6 @@ class TileRecord {
|
|
|
272485
272290
|
TileRecord.RECORD_SIZE = 16;
|
|
272486
272291
|
|
|
272487
272292
|
|
|
272488
|
-
|
|
272489
272293
|
/***/ }),
|
|
272490
272294
|
|
|
272491
272295
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/AttributeTypes.js":
|
|
@@ -272561,7 +272365,6 @@ AttributeTypes.TYPE_FLOAT8 = 7;
|
|
|
272561
272365
|
AttributeTypes.TYPE_COLOR = 8;
|
|
272562
272366
|
|
|
272563
272367
|
|
|
272564
|
-
|
|
272565
272368
|
/***/ }),
|
|
272566
272369
|
|
|
272567
272370
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/AttributeValue.js":
|
|
@@ -273086,7 +272889,6 @@ AttributeValue.FALSE = AttributeValue.createBoolean(false);
|
|
|
273086
272889
|
AttributeValue.TRUE = AttributeValue.createBoolean(true);
|
|
273087
272890
|
|
|
273088
272891
|
|
|
273089
|
-
|
|
273090
272892
|
/***/ }),
|
|
273091
272893
|
|
|
273092
272894
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/BlockIndex.js":
|
|
@@ -273481,7 +273283,6 @@ class CloudPoint {
|
|
|
273481
273283
|
CloudPoint.MODULE = "CloudPoint";
|
|
273482
273284
|
|
|
273483
273285
|
|
|
273484
|
-
|
|
273485
273286
|
/***/ }),
|
|
273486
273287
|
|
|
273487
273288
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/Grid.js":
|
|
@@ -274438,7 +274239,6 @@ class PointDataRaw extends _PointData__WEBPACK_IMPORTED_MODULE_0__.PointData {
|
|
|
274438
274239
|
PointDataRaw.TYPE = 1;
|
|
274439
274240
|
|
|
274440
274241
|
|
|
274441
|
-
|
|
274442
274242
|
/***/ }),
|
|
274443
274243
|
|
|
274444
274244
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/ReadRequest.js":
|
|
@@ -274692,7 +274492,6 @@ ReadRequest.READ_GEOMETRY_AND_COLOR = ReadRequest.getGeometryAndColor();
|
|
|
274692
274492
|
ReadRequest.READ_ALL = ReadRequest.getGeometryAndAttributes();
|
|
274693
274493
|
|
|
274694
274494
|
|
|
274695
|
-
|
|
274696
274495
|
/***/ }),
|
|
274697
274496
|
|
|
274698
274497
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/StandardAttributes.js":
|
|
@@ -274754,7 +274553,6 @@ StandardAttributes.GPS_TIME_OFFSET = 1.0e9;
|
|
|
274754
274553
|
StandardAttributes.GPS_WEEK_SECONDS = 604800.0;
|
|
274755
274554
|
|
|
274756
274555
|
|
|
274757
|
-
|
|
274758
274556
|
/***/ }),
|
|
274759
274557
|
|
|
274760
274558
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/TileIndex.js":
|
|
@@ -275341,7 +275139,6 @@ DataManager.MAX_FILE_CONTENT_SIZE = 128 * 1024;
|
|
|
275341
275139
|
DataManager.POINT_DATA_EXIRE_TIME = 5 * 60.0;
|
|
275342
275140
|
|
|
275343
275141
|
|
|
275344
|
-
|
|
275345
275142
|
/***/ }),
|
|
275346
275143
|
|
|
275347
275144
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/render/FrameData.js":
|
|
@@ -275636,7 +275433,6 @@ class TileLoadSorter {
|
|
|
275636
275433
|
TileLoadSorter._CLASSNAME_ = "orbitgt.pointcloud.render.TileLoadSorter"; // the full name of the original java class
|
|
275637
275434
|
|
|
275638
275435
|
|
|
275639
|
-
|
|
275640
275436
|
/***/ }),
|
|
275641
275437
|
|
|
275642
275438
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/render/ViewTree.js":
|
|
@@ -276015,7 +275811,6 @@ ViewTree.MODULE = "ViewTree";
|
|
|
276015
275811
|
ViewTree.DEBUG = false;
|
|
276016
275812
|
|
|
276017
275813
|
|
|
276018
|
-
|
|
276019
275814
|
/***/ }),
|
|
276020
275815
|
|
|
276021
275816
|
/***/ "../../core/orbitgt/lib/esm/spatial/crs/CRSEngine.js":
|
|
@@ -276245,7 +276040,6 @@ class CRSManager {
|
|
|
276245
276040
|
CRSManager.ENGINE = null;
|
|
276246
276041
|
|
|
276247
276042
|
|
|
276248
|
-
|
|
276249
276043
|
/***/ }),
|
|
276250
276044
|
|
|
276251
276045
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/CRS.js":
|
|
@@ -277196,7 +276990,6 @@ CRS._CACHE_WGS84_3D = null;
|
|
|
277196
276990
|
CRS._CACHE_WGS84_2D = null;
|
|
277197
276991
|
|
|
277198
276992
|
|
|
277199
|
-
|
|
277200
276993
|
/***/ }),
|
|
277201
276994
|
|
|
277202
276995
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/CoordinateSystem.js":
|
|
@@ -277539,7 +277332,6 @@ class CoordinateSystem {
|
|
|
277539
277332
|
CoordinateSystem.MODULE = "CoordinateSystem";
|
|
277540
277333
|
|
|
277541
277334
|
|
|
277542
|
-
|
|
277543
277335
|
/***/ }),
|
|
277544
277336
|
|
|
277545
277337
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/DataFileUnit.js":
|
|
@@ -277656,7 +277448,6 @@ class DataFileUnit {
|
|
|
277656
277448
|
DataFileUnit.DATA_LINES = null;
|
|
277657
277449
|
|
|
277658
277450
|
|
|
277659
|
-
|
|
277660
277451
|
/***/ }),
|
|
277661
277452
|
|
|
277662
277453
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Datum.js":
|
|
@@ -277836,7 +277627,6 @@ Datum.TYPE_GEODETIC = "geodetic";
|
|
|
277836
277627
|
Datum.TYPE_VERTICAL = "vertical";
|
|
277837
277628
|
|
|
277838
277629
|
|
|
277839
|
-
|
|
277840
277630
|
/***/ }),
|
|
277841
277631
|
|
|
277842
277632
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Ellipsoid.js":
|
|
@@ -278397,7 +278187,6 @@ class OnlineRegistry {
|
|
|
278397
278187
|
OnlineRegistry.MODULE = "OnlineRegistry";
|
|
278398
278188
|
|
|
278399
278189
|
|
|
278400
|
-
|
|
278401
278190
|
/***/ }),
|
|
278402
278191
|
|
|
278403
278192
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Operation.js":
|
|
@@ -278758,7 +278547,6 @@ Operation.CONVERSION = 2;
|
|
|
278758
278547
|
Operation.TRANSFORMATION = 3;
|
|
278759
278548
|
|
|
278760
278549
|
|
|
278761
|
-
|
|
278762
278550
|
/***/ }),
|
|
278763
278551
|
|
|
278764
278552
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/OperationMethod.js":
|
|
@@ -279400,7 +279188,6 @@ Registry._UNIT_LIST = null;
|
|
|
279400
279188
|
Registry._CRS_MAP = new _system_collection_StringMap__WEBPACK_IMPORTED_MODULE_1__.StringMap();
|
|
279401
279189
|
|
|
279402
279190
|
|
|
279403
|
-
|
|
279404
279191
|
/***/ }),
|
|
279405
279192
|
|
|
279406
279193
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Transform.js":
|
|
@@ -279813,7 +279600,6 @@ Transform._FULL_TRANSFORM = 8;
|
|
|
279813
279600
|
Transform._VERTICAL = 9;
|
|
279814
279601
|
|
|
279815
279602
|
|
|
279816
|
-
|
|
279817
279603
|
/***/ }),
|
|
279818
279604
|
|
|
279819
279605
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Unit.js":
|
|
@@ -280164,7 +279950,6 @@ Unit._TYPE_TIME = "time";
|
|
|
280164
279950
|
Unit._TYPE_SCALE = "scale";
|
|
280165
279951
|
|
|
280166
279952
|
|
|
280167
|
-
|
|
280168
279953
|
/***/ }),
|
|
280169
279954
|
|
|
280170
279955
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/WellKnownText.js":
|
|
@@ -280695,7 +280480,6 @@ WellKnownText._ARC_SEC_TO_RAD = (1.0 / 3600.0 * Math.PI / 180.0);
|
|
|
280695
280480
|
WellKnownText._CODES = 100000;
|
|
280696
280481
|
|
|
280697
280482
|
|
|
280698
|
-
|
|
280699
280483
|
/***/ }),
|
|
280700
280484
|
|
|
280701
280485
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/WellKnownTextNode.js":
|
|
@@ -281012,7 +280796,6 @@ class HotineObliqueMercator extends _OperationMethod__WEBPACK_IMPORTED_MODULE_0_
|
|
|
281012
280796
|
HotineObliqueMercator.METHOD_CODE = 9812;
|
|
281013
280797
|
|
|
281014
280798
|
|
|
281015
|
-
|
|
281016
280799
|
/***/ }),
|
|
281017
280800
|
|
|
281018
280801
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.js":
|
|
@@ -281150,7 +280933,6 @@ class KrovakObliqueConformalConic extends _OperationMethod__WEBPACK_IMPORTED_MOD
|
|
|
281150
280933
|
KrovakObliqueConformalConic.METHOD_CODE = 9819;
|
|
281151
280934
|
|
|
281152
280935
|
|
|
281153
|
-
|
|
281154
280936
|
/***/ }),
|
|
281155
280937
|
|
|
281156
280938
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js":
|
|
@@ -281237,7 +281019,6 @@ class KrovakObliqueConformalConicEN extends _OperationMethod__WEBPACK_IMPORTED_M
|
|
|
281237
281019
|
KrovakObliqueConformalConicEN.METHOD_CODE = 1041;
|
|
281238
281020
|
|
|
281239
281021
|
|
|
281240
|
-
|
|
281241
281022
|
/***/ }),
|
|
281242
281023
|
|
|
281243
281024
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/LambertConical1SP.js":
|
|
@@ -281379,7 +281160,6 @@ class LambertConical1SP extends _OperationMethod__WEBPACK_IMPORTED_MODULE_0__.Op
|
|
|
281379
281160
|
LambertConical1SP.METHOD_CODE = 9801;
|
|
281380
281161
|
|
|
281381
281162
|
|
|
281382
|
-
|
|
281383
281163
|
/***/ }),
|
|
281384
281164
|
|
|
281385
281165
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/LambertConical2SP.js":
|
|
@@ -281571,7 +281351,6 @@ LambertConical2SP.PI = Math.PI;
|
|
|
281571
281351
|
LambertConical2SP.hPI = 0.5 * Math.PI;
|
|
281572
281352
|
|
|
281573
281353
|
|
|
281574
|
-
|
|
281575
281354
|
/***/ }),
|
|
281576
281355
|
|
|
281577
281356
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/Mercator1SP.js":
|
|
@@ -281696,7 +281475,6 @@ Mercator1SP.METHOD_CODE = 9804;
|
|
|
281696
281475
|
Mercator1SP.QPI = Math.PI / 4.0;
|
|
281697
281476
|
|
|
281698
281477
|
|
|
281699
|
-
|
|
281700
281478
|
/***/ }),
|
|
281701
281479
|
|
|
281702
281480
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/ObliqueMercator.js":
|
|
@@ -281882,7 +281660,6 @@ ObliqueMercator.METHOD_CODE = 9815; // Hotine Variant B
|
|
|
281882
281660
|
ObliqueMercator.PI = Math.PI;
|
|
281883
281661
|
|
|
281884
281662
|
|
|
281885
|
-
|
|
281886
281663
|
/***/ }),
|
|
281887
281664
|
|
|
281888
281665
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/ObliqueStereographic.js":
|
|
@@ -282103,7 +281880,6 @@ ObliqueStereographic.METHOD_CODE = 9809;
|
|
|
282103
281880
|
ObliqueStereographic.PI = Math.PI;
|
|
282104
281881
|
|
|
282105
281882
|
|
|
282106
|
-
|
|
282107
281883
|
/***/ }),
|
|
282108
281884
|
|
|
282109
281885
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/TransverseMercator.js":
|
|
@@ -282299,7 +282075,6 @@ TransverseMercator.METHOD_CODE = 9807;
|
|
|
282299
282075
|
TransverseMercator.PI = Math.PI;
|
|
282300
282076
|
|
|
282301
282077
|
|
|
282302
|
-
|
|
282303
282078
|
/***/ }),
|
|
282304
282079
|
|
|
282305
282080
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/transformation/PositionVector.js":
|
|
@@ -282444,7 +282219,6 @@ class PositionVector extends _OperationMethod__WEBPACK_IMPORTED_MODULE_0__.Opera
|
|
|
282444
282219
|
PositionVector.METHOD_CODE = 9606;
|
|
282445
282220
|
|
|
282446
282221
|
|
|
282447
|
-
|
|
282448
282222
|
/***/ }),
|
|
282449
282223
|
|
|
282450
282224
|
/***/ "../../core/orbitgt/lib/esm/spatial/geom/Bounds.js":
|
|
@@ -284511,7 +284285,6 @@ class Uint16Buffer {
|
|
|
284511
284285
|
Uint16Buffer.BYTES_PER_ELEMENT = 2;
|
|
284512
284286
|
|
|
284513
284287
|
|
|
284514
|
-
|
|
284515
284288
|
/***/ }),
|
|
284516
284289
|
|
|
284517
284290
|
/***/ "../../core/orbitgt/lib/esm/system/buffer/Uint8Buffer.js":
|
|
@@ -284589,7 +284362,6 @@ class Uint8Buffer {
|
|
|
284589
284362
|
Uint8Buffer.BYTES_PER_ELEMENT = 1;
|
|
284590
284363
|
|
|
284591
284364
|
|
|
284592
|
-
|
|
284593
284365
|
/***/ }),
|
|
284594
284366
|
|
|
284595
284367
|
/***/ "../../core/orbitgt/lib/esm/system/collection/AList.js":
|
|
@@ -285596,7 +285368,6 @@ ALong.MAX_VALUE = new ALong(ALong._U31 - 1.0, ALong._U32 - 1.0);
|
|
|
285596
285368
|
ALong.MIN_VALUE = new ALong(ALong._U31, 0.0);
|
|
285597
285369
|
|
|
285598
285370
|
|
|
285599
|
-
|
|
285600
285371
|
/***/ }),
|
|
285601
285372
|
|
|
285602
285373
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/ASystem.js":
|
|
@@ -285639,7 +285410,6 @@ class ASystem {
|
|
|
285639
285410
|
ASystem.TIME0 = new Date().getTime();
|
|
285640
285411
|
|
|
285641
285412
|
|
|
285642
|
-
|
|
285643
285413
|
/***/ }),
|
|
285644
285414
|
|
|
285645
285415
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/Downloader.js":
|
|
@@ -285689,7 +285459,6 @@ class Downloader {
|
|
|
285689
285459
|
Downloader.INSTANCE = null;
|
|
285690
285460
|
|
|
285691
285461
|
|
|
285692
|
-
|
|
285693
285462
|
/***/ }),
|
|
285694
285463
|
|
|
285695
285464
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/DownloaderXhr.js":
|
|
@@ -285885,7 +285654,6 @@ class Message {
|
|
|
285885
285654
|
Message.DISPLAY = false;
|
|
285886
285655
|
|
|
285887
285656
|
|
|
285888
|
-
|
|
285889
285657
|
/***/ }),
|
|
285890
285658
|
|
|
285891
285659
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/Numbers.js":
|
|
@@ -285985,7 +285753,6 @@ Numbers.F32_BUFFER1 = new Float32Array(Numbers.BUFFER1);
|
|
|
285985
285753
|
Numbers.F64_BUFFER1 = new Float64Array(Numbers.BUFFER1);
|
|
285986
285754
|
|
|
285987
285755
|
|
|
285988
|
-
|
|
285989
285756
|
/***/ }),
|
|
285990
285757
|
|
|
285991
285758
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/Strings.js":
|
|
@@ -286186,7 +285953,6 @@ Strings.NL = String.fromCharCode(10);
|
|
|
286186
285953
|
Strings.CR_NL = String.fromCharCode(13) + String.fromCharCode(10);
|
|
286187
285954
|
|
|
286188
285955
|
|
|
286189
|
-
|
|
286190
285956
|
/***/ }),
|
|
286191
285957
|
|
|
286192
285958
|
/***/ "../../core/orbitgt/lib/esm/system/storage/CacheList.js":
|
|
@@ -286427,7 +286193,6 @@ class ContentLoader {
|
|
|
286427
286193
|
ContentLoader.MODULE = "ContentLoader";
|
|
286428
286194
|
|
|
286429
286195
|
|
|
286430
|
-
|
|
286431
286196
|
/***/ }),
|
|
286432
286197
|
|
|
286433
286198
|
/***/ "../../core/orbitgt/lib/esm/system/storage/FileContent.js":
|
|
@@ -286953,7 +286718,6 @@ QuantityConstants._LOCALE_DECIMAL_SEPARATOR = "";
|
|
|
286953
286718
|
QuantityConstants._LOCALE_THOUSAND_SEPARATOR = "";
|
|
286954
286719
|
|
|
286955
286720
|
|
|
286956
|
-
|
|
286957
286721
|
/***/ }),
|
|
286958
286722
|
|
|
286959
286723
|
/***/ "../../core/quantity/lib/esm/Exception.js":
|
|
@@ -288070,7 +287834,6 @@ class Formatter {
|
|
|
288070
287834
|
Formatter.FPV_MINTHRESHOLD = 1.0e-14;
|
|
288071
287835
|
|
|
288072
287836
|
|
|
288073
|
-
|
|
288074
287837
|
/***/ }),
|
|
288075
287838
|
|
|
288076
287839
|
/***/ "../../core/quantity/lib/esm/Formatter/FormatterSpec.js":
|
|
@@ -288841,7 +288604,6 @@ class Parser {
|
|
|
288841
288604
|
Parser._log = false;
|
|
288842
288605
|
|
|
288843
288606
|
|
|
288844
|
-
|
|
288845
288607
|
/***/ }),
|
|
288846
288608
|
|
|
288847
288609
|
/***/ "../../core/quantity/lib/esm/ParserSpec.js":
|
|
@@ -289603,7 +289365,6 @@ Capabilities.requiredFeatures = [
|
|
|
289603
289365
|
];
|
|
289604
289366
|
|
|
289605
289367
|
|
|
289606
|
-
|
|
289607
289368
|
/***/ }),
|
|
289608
289369
|
|
|
289609
289370
|
/***/ "../../core/webgl-compatibility/lib/esm/RenderCompatibility.js":
|
|
@@ -290135,7 +289896,7 @@ class TestContext {
|
|
|
290135
289896
|
this.initializeRpcInterfaces({ title: this.settings.Backend.name, version: this.settings.Backend.version });
|
|
290136
289897
|
const iModelClient = new imodels_client_management_1.IModelsClient({ api: { baseUrl: `https://${process.env.IMJS_URL_PREFIX ?? ""}api.bentley.com/imodels` } });
|
|
290137
289898
|
await core_frontend_1.NoRenderApp.startup({
|
|
290138
|
-
applicationVersion: "4.6.0-dev.
|
|
289899
|
+
applicationVersion: "4.6.0-dev.23",
|
|
290139
289900
|
applicationId: this.settings.gprid,
|
|
290140
289901
|
authorizationClient: new frontend_1.TestFrontendAuthorizationClient(this.adminUserAccessToken),
|
|
290141
289902
|
hubAccess: new imodels_access_frontend_1.FrontendIModelsAccess(iModelClient),
|
|
@@ -290147,8 +289908,8 @@ class TestContext {
|
|
|
290147
289908
|
console.log("TestSetup: Done");
|
|
290148
289909
|
}
|
|
290149
289910
|
}
|
|
290150
|
-
TestContext._instance = undefined;
|
|
290151
289911
|
exports.TestContext = TestContext;
|
|
289912
|
+
TestContext._instance = undefined;
|
|
290152
289913
|
|
|
290153
289914
|
|
|
290154
289915
|
/***/ }),
|
|
@@ -291267,7 +291028,7 @@ class KeySet {
|
|
|
291267
291028
|
this._nodeKeys.add(JSON.stringify(value));
|
|
291268
291029
|
}
|
|
291269
291030
|
else {
|
|
291270
|
-
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${value}`);
|
|
291031
|
+
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${JSON.stringify(value)}`);
|
|
291271
291032
|
}
|
|
291272
291033
|
}
|
|
291273
291034
|
if (this.size !== sizeBefore) {
|
|
@@ -291319,7 +291080,7 @@ class KeySet {
|
|
|
291319
291080
|
this._nodeKeys.delete(JSON.stringify(value));
|
|
291320
291081
|
}
|
|
291321
291082
|
else {
|
|
291322
|
-
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${value}`);
|
|
291083
|
+
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${JSON.stringify(value)}`);
|
|
291323
291084
|
}
|
|
291324
291085
|
if (this.size !== sizeBefore) {
|
|
291325
291086
|
this.recalculateGuid();
|
|
@@ -291344,7 +291105,7 @@ class KeySet {
|
|
|
291344
291105
|
if (Key.isNodeKey(value)) {
|
|
291345
291106
|
return this._nodeKeys.has(JSON.stringify(value));
|
|
291346
291107
|
}
|
|
291347
|
-
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${value}`);
|
|
291108
|
+
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${JSON.stringify(value)}`);
|
|
291348
291109
|
}
|
|
291349
291110
|
hasKeySet(readonlyKeys, checkType) {
|
|
291350
291111
|
// note: cast-away read-onlyness to access private members...
|
|
@@ -292178,7 +291939,6 @@ __decorate([
|
|
|
292178
291939
|
__decorate([
|
|
292179
291940
|
_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.RpcOperation.setPolicy({ allowResponseCompression: true })
|
|
292180
291941
|
], PresentationRpcInterface.prototype, "computeSelection", null);
|
|
292181
|
-
|
|
292182
291942
|
/** @internal */
|
|
292183
291943
|
var PresentationIpcEvents;
|
|
292184
291944
|
(function (PresentationIpcEvents) {
|
|
@@ -292598,6 +292358,7 @@ const toString = (displayValue) => {
|
|
|
292598
292358
|
if (!displayValue) {
|
|
292599
292359
|
return "NULL";
|
|
292600
292360
|
}
|
|
292361
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
292601
292362
|
return displayValue.toString();
|
|
292602
292363
|
};
|
|
292603
292364
|
const createDescription = (record, relatedClass, field, value) => {
|
|
@@ -292654,7 +292415,7 @@ const getPropertyValue = (record, field) => {
|
|
|
292654
292415
|
value = value[0].values[currFieldName];
|
|
292655
292416
|
currFieldName = fieldNamesStack.pop();
|
|
292656
292417
|
}
|
|
292657
|
-
if (!isPrimitivePropertyValue(value)) {
|
|
292418
|
+
if (!isPrimitivePropertyValue(value) || !(typeof displayValue === "undefined" || typeof displayValue === "string")) {
|
|
292658
292419
|
throw new Error("Can only create 'similar instances' ruleset for primitive values");
|
|
292659
292420
|
}
|
|
292660
292421
|
return { raw: value, display: toString(displayValue) };
|
|
@@ -294812,6 +294573,7 @@ class ContentPropertyValueFormatter {
|
|
|
294812
294573
|
(0,_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.assert)(_Value__WEBPACK_IMPORTED_MODULE_3__.Value.isNavigationValue(value));
|
|
294813
294574
|
return value.label.displayValue;
|
|
294814
294575
|
}
|
|
294576
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
294815
294577
|
return value.toString();
|
|
294816
294578
|
}
|
|
294817
294579
|
async formatStructValue(type, value) {
|
|
@@ -295339,7 +295101,7 @@ var NodeKey;
|
|
|
295339
295101
|
NodeKey.isLabelGroupingNodeKey = isLabelGroupingNodeKey;
|
|
295340
295102
|
// eslint-disable-next-line deprecation/deprecation
|
|
295341
295103
|
function isGroupingNodeKey(key) {
|
|
295342
|
-
return isClassGroupingNodeKey(key) || isPropertyGroupingNodeKey(key) || isLabelGroupingNodeKey(key);
|
|
295104
|
+
return isClassGroupingNodeKey(key) || isPropertyGroupingNodeKey(key) || isLabelGroupingNodeKey(key); // eslint-disable-line deprecation/deprecation
|
|
295343
295105
|
}
|
|
295344
295106
|
NodeKey.isGroupingNodeKey = isGroupingNodeKey;
|
|
295345
295107
|
/**
|
|
@@ -298775,7 +298537,6 @@ class FavoritePropertiesManager {
|
|
|
298775
298537
|
* @internal
|
|
298776
298538
|
*/
|
|
298777
298539
|
FavoritePropertiesManager.FAVORITES_IDENTIFIER_PREFIX = "";
|
|
298778
|
-
|
|
298779
298540
|
var Direction;
|
|
298780
298541
|
(function (Direction) {
|
|
298781
298542
|
Direction[Direction["Up"] = -1] = "Up";
|
|
@@ -301064,7 +300825,6 @@ class UiAdmin {
|
|
|
301064
300825
|
UiAdmin.onGenericUiEvent = new GenericUiEvent();
|
|
301065
300826
|
|
|
301066
300827
|
|
|
301067
|
-
|
|
301068
300828
|
/***/ }),
|
|
301069
300829
|
|
|
301070
300830
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/UiItemsManager.js":
|
|
@@ -301271,7 +301031,6 @@ UiItemsManager._registeredUiItemsProviders = new Map();
|
|
|
301271
301031
|
UiItemsManager.onUiProviderRegisteredEvent = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
301272
301032
|
|
|
301273
301033
|
|
|
301274
|
-
|
|
301275
301034
|
/***/ }),
|
|
301276
301035
|
|
|
301277
301036
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/UiItemsProvider.js":
|
|
@@ -301372,7 +301131,6 @@ BackstageItemUtilities.createActionItem = (itemId, groupPriority, itemPriority,
|
|
|
301372
301131
|
});
|
|
301373
301132
|
|
|
301374
301133
|
|
|
301375
|
-
|
|
301376
301134
|
/***/ }),
|
|
301377
301135
|
|
|
301378
301136
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/backstage/BackstageItemsManager.js":
|
|
@@ -301578,6 +301336,7 @@ var SpecialKey;
|
|
|
301578
301336
|
SpecialKey["ArrowUp"] = "ArrowUp";
|
|
301579
301337
|
SpecialKey["ArrowDown"] = "ArrowDown";
|
|
301580
301338
|
SpecialKey["Enter"] = "Enter";
|
|
301339
|
+
// eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
|
|
301581
301340
|
SpecialKey["Return"] = "Enter";
|
|
301582
301341
|
SpecialKey["Space"] = " ";
|
|
301583
301342
|
SpecialKey["Backspace"] = "Backspace";
|
|
@@ -301736,7 +301495,6 @@ StandardContentLayouts.availableLayouts = [
|
|
|
301736
301495
|
];
|
|
301737
301496
|
|
|
301738
301497
|
|
|
301739
|
-
|
|
301740
301498
|
/***/ }),
|
|
301741
301499
|
|
|
301742
301500
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/dialogs/DialogItem.js":
|
|
@@ -302062,7 +301820,6 @@ UiLayoutDataProvider.getPropertyRecord = (dialogItem) => {
|
|
|
302062
301820
|
record.isDisabled = UiLayoutDataProvider.getItemDisabledState(dialogItem);
|
|
302063
301821
|
return record;
|
|
302064
301822
|
};
|
|
302065
|
-
|
|
302066
301823
|
/** [[DialogLayoutDataProvider]] Abstract class that allows property values to be passed between hosting API and Dialog that generates and arranges components dynamically
|
|
302067
301824
|
* including the buttons at the bottom of the dialog.
|
|
302068
301825
|
* @public
|
|
@@ -303219,7 +302976,6 @@ AbstractStatusBarItemUtilities.createLabelItem = (id, section, itemPriority, ico
|
|
|
303219
302976
|
});
|
|
303220
302977
|
|
|
303221
302978
|
|
|
303222
|
-
|
|
303223
302979
|
/***/ }),
|
|
303224
302980
|
|
|
303225
302981
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/statusbar/StatusBarItemsManager.js":
|
|
@@ -303446,7 +303202,6 @@ ToolbarItemUtilities.createGroupButton = (id, itemPriority, icon, label, items,
|
|
|
303446
303202
|
});
|
|
303447
303203
|
|
|
303448
303204
|
|
|
303449
|
-
|
|
303450
303205
|
/***/ }),
|
|
303451
303206
|
|
|
303452
303207
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/toolbars/ToolbarItemsManager.js":
|
|
@@ -303760,7 +303515,6 @@ IconSpecUtilities.SVG_PREFIX = "svg:";
|
|
|
303760
303515
|
IconSpecUtilities.WEB_COMPONENT_PREFIX = "webSvg:";
|
|
303761
303516
|
|
|
303762
303517
|
|
|
303763
|
-
|
|
303764
303518
|
/***/ }),
|
|
303765
303519
|
|
|
303766
303520
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/utils/PointProps.js":
|
|
@@ -305927,9 +305681,9 @@ const gBase64 = {
|
|
|
305927
305681
|
|
|
305928
305682
|
/***/ }),
|
|
305929
305683
|
|
|
305930
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305684
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js":
|
|
305931
305685
|
/*!******************************************************************************************************************************!*\
|
|
305932
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305686
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js ***!
|
|
305933
305687
|
\******************************************************************************************************************************/
|
|
305934
305688
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
305935
305689
|
|
|
@@ -305946,9 +305700,9 @@ function _arrayLikeToArray(arr, len) {
|
|
|
305946
305700
|
|
|
305947
305701
|
/***/ }),
|
|
305948
305702
|
|
|
305949
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305703
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js":
|
|
305950
305704
|
/*!****************************************************************************************************************************!*\
|
|
305951
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305705
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js ***!
|
|
305952
305706
|
\****************************************************************************************************************************/
|
|
305953
305707
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
305954
305708
|
|
|
@@ -305963,9 +305717,9 @@ function _arrayWithHoles(arr) {
|
|
|
305963
305717
|
|
|
305964
305718
|
/***/ }),
|
|
305965
305719
|
|
|
305966
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305720
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js":
|
|
305967
305721
|
/*!***********************************************************************************************************************************!*\
|
|
305968
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305722
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js ***!
|
|
305969
305723
|
\***********************************************************************************************************************************/
|
|
305970
305724
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
305971
305725
|
|
|
@@ -305983,9 +305737,9 @@ function _assertThisInitialized(self) {
|
|
|
305983
305737
|
|
|
305984
305738
|
/***/ }),
|
|
305985
305739
|
|
|
305986
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305740
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/classCallCheck.js":
|
|
305987
305741
|
/*!****************************************************************************************************************************!*\
|
|
305988
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305742
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/classCallCheck.js ***!
|
|
305989
305743
|
\****************************************************************************************************************************/
|
|
305990
305744
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
305991
305745
|
|
|
@@ -306002,9 +305756,9 @@ function _classCallCheck(instance, Constructor) {
|
|
|
306002
305756
|
|
|
306003
305757
|
/***/ }),
|
|
306004
305758
|
|
|
306005
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305759
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/createClass.js":
|
|
306006
305760
|
/*!*************************************************************************************************************************!*\
|
|
306007
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305761
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/createClass.js ***!
|
|
306008
305762
|
\*************************************************************************************************************************/
|
|
306009
305763
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306010
305764
|
|
|
@@ -306013,7 +305767,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306013
305767
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306014
305768
|
/* harmony export */ "default": () => (/* binding */ _createClass)
|
|
306015
305769
|
/* harmony export */ });
|
|
306016
|
-
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305770
|
+
/* 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");
|
|
306017
305771
|
|
|
306018
305772
|
function _defineProperties(target, props) {
|
|
306019
305773
|
for (var i = 0; i < props.length; i++) {
|
|
@@ -306035,9 +305789,9 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
306035
305789
|
|
|
306036
305790
|
/***/ }),
|
|
306037
305791
|
|
|
306038
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305792
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/defineProperty.js":
|
|
306039
305793
|
/*!****************************************************************************************************************************!*\
|
|
306040
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305794
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
|
|
306041
305795
|
\****************************************************************************************************************************/
|
|
306042
305796
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306043
305797
|
|
|
@@ -306046,7 +305800,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306046
305800
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306047
305801
|
/* harmony export */ "default": () => (/* binding */ _defineProperty)
|
|
306048
305802
|
/* harmony export */ });
|
|
306049
|
-
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305803
|
+
/* 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");
|
|
306050
305804
|
|
|
306051
305805
|
function _defineProperty(obj, key, value) {
|
|
306052
305806
|
key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
|
|
@@ -306065,9 +305819,9 @@ function _defineProperty(obj, key, value) {
|
|
|
306065
305819
|
|
|
306066
305820
|
/***/ }),
|
|
306067
305821
|
|
|
306068
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305822
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js":
|
|
306069
305823
|
/*!****************************************************************************************************************************!*\
|
|
306070
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305824
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js ***!
|
|
306071
305825
|
\****************************************************************************************************************************/
|
|
306072
305826
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306073
305827
|
|
|
@@ -306085,9 +305839,9 @@ function _getPrototypeOf(o) {
|
|
|
306085
305839
|
|
|
306086
305840
|
/***/ }),
|
|
306087
305841
|
|
|
306088
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305842
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/inherits.js":
|
|
306089
305843
|
/*!**********************************************************************************************************************!*\
|
|
306090
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305844
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/inherits.js ***!
|
|
306091
305845
|
\**********************************************************************************************************************/
|
|
306092
305846
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306093
305847
|
|
|
@@ -306096,7 +305850,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306096
305850
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306097
305851
|
/* harmony export */ "default": () => (/* binding */ _inherits)
|
|
306098
305852
|
/* harmony export */ });
|
|
306099
|
-
/* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./setPrototypeOf.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305853
|
+
/* 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");
|
|
306100
305854
|
|
|
306101
305855
|
function _inherits(subClass, superClass) {
|
|
306102
305856
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -306117,9 +305871,9 @@ function _inherits(subClass, superClass) {
|
|
|
306117
305871
|
|
|
306118
305872
|
/***/ }),
|
|
306119
305873
|
|
|
306120
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305874
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/iterableToArray.js":
|
|
306121
305875
|
/*!*****************************************************************************************************************************!*\
|
|
306122
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305876
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/iterableToArray.js ***!
|
|
306123
305877
|
\*****************************************************************************************************************************/
|
|
306124
305878
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306125
305879
|
|
|
@@ -306134,9 +305888,9 @@ function _iterableToArray(iter) {
|
|
|
306134
305888
|
|
|
306135
305889
|
/***/ }),
|
|
306136
305890
|
|
|
306137
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305891
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js":
|
|
306138
305892
|
/*!*****************************************************************************************************************************!*\
|
|
306139
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305893
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js ***!
|
|
306140
305894
|
\*****************************************************************************************************************************/
|
|
306141
305895
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306142
305896
|
|
|
@@ -306151,9 +305905,9 @@ function _nonIterableRest() {
|
|
|
306151
305905
|
|
|
306152
305906
|
/***/ }),
|
|
306153
305907
|
|
|
306154
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305908
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js":
|
|
306155
305909
|
/*!***************************************************************************************************************************************!*\
|
|
306156
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305910
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js ***!
|
|
306157
305911
|
\***************************************************************************************************************************************/
|
|
306158
305912
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306159
305913
|
|
|
@@ -306162,8 +305916,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306162
305916
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306163
305917
|
/* harmony export */ "default": () => (/* binding */ _possibleConstructorReturn)
|
|
306164
305918
|
/* harmony export */ });
|
|
306165
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306166
|
-
/* harmony import */ var _assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./assertThisInitialized.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305919
|
+
/* 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");
|
|
305920
|
+
/* 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");
|
|
306167
305921
|
|
|
306168
305922
|
|
|
306169
305923
|
function _possibleConstructorReturn(self, call) {
|
|
@@ -306177,9 +305931,9 @@ function _possibleConstructorReturn(self, call) {
|
|
|
306177
305931
|
|
|
306178
305932
|
/***/ }),
|
|
306179
305933
|
|
|
306180
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305934
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js":
|
|
306181
305935
|
/*!****************************************************************************************************************************!*\
|
|
306182
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305936
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js ***!
|
|
306183
305937
|
\****************************************************************************************************************************/
|
|
306184
305938
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306185
305939
|
|
|
@@ -306198,9 +305952,9 @@ function _setPrototypeOf(o, p) {
|
|
|
306198
305952
|
|
|
306199
305953
|
/***/ }),
|
|
306200
305954
|
|
|
306201
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305955
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toArray.js":
|
|
306202
305956
|
/*!*********************************************************************************************************************!*\
|
|
306203
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305957
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toArray.js ***!
|
|
306204
305958
|
\*********************************************************************************************************************/
|
|
306205
305959
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306206
305960
|
|
|
@@ -306209,10 +305963,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306209
305963
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306210
305964
|
/* harmony export */ "default": () => (/* binding */ _toArray)
|
|
306211
305965
|
/* harmony export */ });
|
|
306212
|
-
/* harmony import */ var _arrayWithHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayWithHoles.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306213
|
-
/* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./iterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306214
|
-
/* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306215
|
-
/* harmony import */ var _nonIterableRest_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./nonIterableRest.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305966
|
+
/* 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");
|
|
305967
|
+
/* 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");
|
|
305968
|
+
/* 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");
|
|
305969
|
+
/* 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");
|
|
306216
305970
|
|
|
306217
305971
|
|
|
306218
305972
|
|
|
@@ -306223,9 +305977,9 @@ function _toArray(arr) {
|
|
|
306223
305977
|
|
|
306224
305978
|
/***/ }),
|
|
306225
305979
|
|
|
306226
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305980
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPrimitive.js":
|
|
306227
305981
|
/*!*************************************************************************************************************************!*\
|
|
306228
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305982
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
|
|
306229
305983
|
\*************************************************************************************************************************/
|
|
306230
305984
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306231
305985
|
|
|
@@ -306234,7 +305988,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306234
305988
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306235
305989
|
/* harmony export */ "default": () => (/* binding */ toPrimitive)
|
|
306236
305990
|
/* harmony export */ });
|
|
306237
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305991
|
+
/* 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");
|
|
306238
305992
|
|
|
306239
305993
|
function toPrimitive(t, r) {
|
|
306240
305994
|
if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
|
|
@@ -306249,9 +306003,9 @@ function toPrimitive(t, r) {
|
|
|
306249
306003
|
|
|
306250
306004
|
/***/ }),
|
|
306251
306005
|
|
|
306252
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306006
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js":
|
|
306253
306007
|
/*!***************************************************************************************************************************!*\
|
|
306254
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306008
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
|
|
306255
306009
|
\***************************************************************************************************************************/
|
|
306256
306010
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306257
306011
|
|
|
@@ -306260,8 +306014,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306260
306014
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306261
306015
|
/* harmony export */ "default": () => (/* binding */ toPropertyKey)
|
|
306262
306016
|
/* harmony export */ });
|
|
306263
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306264
|
-
/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306017
|
+
/* 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");
|
|
306018
|
+
/* 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");
|
|
306265
306019
|
|
|
306266
306020
|
|
|
306267
306021
|
function toPropertyKey(t) {
|
|
@@ -306271,9 +306025,9 @@ function toPropertyKey(t) {
|
|
|
306271
306025
|
|
|
306272
306026
|
/***/ }),
|
|
306273
306027
|
|
|
306274
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306028
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/typeof.js":
|
|
306275
306029
|
/*!********************************************************************************************************************!*\
|
|
306276
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306030
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/typeof.js ***!
|
|
306277
306031
|
\********************************************************************************************************************/
|
|
306278
306032
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306279
306033
|
|
|
@@ -306294,9 +306048,9 @@ function _typeof(o) {
|
|
|
306294
306048
|
|
|
306295
306049
|
/***/ }),
|
|
306296
306050
|
|
|
306297
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306051
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js":
|
|
306298
306052
|
/*!****************************************************************************************************************************************!*\
|
|
306299
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306053
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js ***!
|
|
306300
306054
|
\****************************************************************************************************************************************/
|
|
306301
306055
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306302
306056
|
|
|
@@ -306305,7 +306059,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306305
306059
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306306
306060
|
/* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
|
|
306307
306061
|
/* harmony export */ });
|
|
306308
|
-
/* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306062
|
+
/* 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");
|
|
306309
306063
|
|
|
306310
306064
|
function _unsupportedIterableToArray(o, minLen) {
|
|
306311
306065
|
if (!o) return;
|
|
@@ -306318,9 +306072,9 @@ function _unsupportedIterableToArray(o, minLen) {
|
|
|
306318
306072
|
|
|
306319
306073
|
/***/ }),
|
|
306320
306074
|
|
|
306321
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306075
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/adapters.js":
|
|
306322
306076
|
/*!****************************************************************************************************!*\
|
|
306323
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306077
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/adapters.js ***!
|
|
306324
306078
|
\****************************************************************************************************/
|
|
306325
306079
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306326
306080
|
|
|
@@ -306329,10 +306083,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306329
306083
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306330
306084
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
306331
306085
|
/* harmony export */ });
|
|
306332
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306333
|
-
/* harmony import */ var _http_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./http.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306334
|
-
/* harmony import */ var _xhr_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./xhr.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306335
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306086
|
+
/* 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");
|
|
306087
|
+
/* 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");
|
|
306088
|
+
/* 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");
|
|
306089
|
+
/* 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");
|
|
306336
306090
|
|
|
306337
306091
|
|
|
306338
306092
|
|
|
@@ -306414,9 +306168,9 @@ const isResolvedHandle = (adapter) => _utils_js__WEBPACK_IMPORTED_MODULE_2__["de
|
|
|
306414
306168
|
|
|
306415
306169
|
/***/ }),
|
|
306416
306170
|
|
|
306417
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306171
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/xhr.js":
|
|
306418
306172
|
/*!***********************************************************************************************!*\
|
|
306419
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306173
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/xhr.js ***!
|
|
306420
306174
|
\***********************************************************************************************/
|
|
306421
306175
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306422
306176
|
|
|
@@ -306425,19 +306179,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306425
306179
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306426
306180
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
306427
306181
|
/* harmony export */ });
|
|
306428
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306429
|
-
/* harmony import */ var _core_settle_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./../core/settle.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306430
|
-
/* harmony import */ var _helpers_cookies_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./../helpers/cookies.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306431
|
-
/* harmony import */ var _helpers_buildURL_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./../helpers/buildURL.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306432
|
-
/* harmony import */ var _core_buildFullPath_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../core/buildFullPath.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306433
|
-
/* harmony import */ var _helpers_isURLSameOrigin_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./../helpers/isURLSameOrigin.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306434
|
-
/* harmony import */ var _defaults_transitional_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../defaults/transitional.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306435
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306436
|
-
/* harmony import */ var _cancel_CanceledError_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../cancel/CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306437
|
-
/* harmony import */ var _helpers_parseProtocol_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../helpers/parseProtocol.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306438
|
-
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306439
|
-
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306440
|
-
/* harmony import */ var _helpers_speedometer_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../helpers/speedometer.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306182
|
+
/* 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");
|
|
306183
|
+
/* 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");
|
|
306184
|
+
/* 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");
|
|
306185
|
+
/* 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");
|
|
306186
|
+
/* 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");
|
|
306187
|
+
/* 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");
|
|
306188
|
+
/* 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");
|
|
306189
|
+
/* 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");
|
|
306190
|
+
/* 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");
|
|
306191
|
+
/* 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");
|
|
306192
|
+
/* 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");
|
|
306193
|
+
/* 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");
|
|
306194
|
+
/* 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");
|
|
306441
306195
|
|
|
306442
306196
|
|
|
306443
306197
|
|
|
@@ -306702,9 +306456,9 @@ const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
|
|
|
306702
306456
|
|
|
306703
306457
|
/***/ }),
|
|
306704
306458
|
|
|
306705
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306459
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/axios.js":
|
|
306706
306460
|
/*!****************************************************************************************!*\
|
|
306707
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306461
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/axios.js ***!
|
|
306708
306462
|
\****************************************************************************************/
|
|
306709
306463
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306710
306464
|
|
|
@@ -306713,23 +306467,23 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306713
306467
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306714
306468
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
306715
306469
|
/* harmony export */ });
|
|
306716
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306717
|
-
/* harmony import */ var _helpers_bind_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./helpers/bind.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306718
|
-
/* harmony import */ var _core_Axios_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./core/Axios.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306719
|
-
/* harmony import */ var _core_mergeConfig_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./core/mergeConfig.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306720
|
-
/* harmony import */ var _defaults_index_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./defaults/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306721
|
-
/* harmony import */ var _helpers_formDataToJSON_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./helpers/formDataToJSON.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306722
|
-
/* harmony import */ var _cancel_CanceledError_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./cancel/CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306723
|
-
/* harmony import */ var _cancel_CancelToken_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./cancel/CancelToken.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306724
|
-
/* harmony import */ var _cancel_isCancel_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./cancel/isCancel.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306725
|
-
/* harmony import */ var _env_data_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./env/data.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306726
|
-
/* harmony import */ var _helpers_toFormData_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./helpers/toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306727
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306728
|
-
/* harmony import */ var _helpers_spread_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./helpers/spread.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306729
|
-
/* harmony import */ var _helpers_isAxiosError_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./helpers/isAxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306730
|
-
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306731
|
-
/* harmony import */ var _adapters_adapters_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./adapters/adapters.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306732
|
-
/* harmony import */ var _helpers_HttpStatusCode_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./helpers/HttpStatusCode.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306470
|
+
/* 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");
|
|
306471
|
+
/* 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");
|
|
306472
|
+
/* 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");
|
|
306473
|
+
/* 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");
|
|
306474
|
+
/* 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");
|
|
306475
|
+
/* 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");
|
|
306476
|
+
/* 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");
|
|
306477
|
+
/* 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");
|
|
306478
|
+
/* 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");
|
|
306479
|
+
/* 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");
|
|
306480
|
+
/* 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");
|
|
306481
|
+
/* 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");
|
|
306482
|
+
/* 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");
|
|
306483
|
+
/* 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");
|
|
306484
|
+
/* 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");
|
|
306485
|
+
/* 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");
|
|
306486
|
+
/* 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");
|
|
306733
306487
|
|
|
306734
306488
|
|
|
306735
306489
|
|
|
@@ -306823,9 +306577,9 @@ axios.default = axios;
|
|
|
306823
306577
|
|
|
306824
306578
|
/***/ }),
|
|
306825
306579
|
|
|
306826
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306580
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CancelToken.js":
|
|
306827
306581
|
/*!*****************************************************************************************************!*\
|
|
306828
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306582
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CancelToken.js ***!
|
|
306829
306583
|
\*****************************************************************************************************/
|
|
306830
306584
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306831
306585
|
|
|
@@ -306834,7 +306588,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306834
306588
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306835
306589
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
306836
306590
|
/* harmony export */ });
|
|
306837
|
-
/* harmony import */ var _CanceledError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306591
|
+
/* 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");
|
|
306838
306592
|
|
|
306839
306593
|
|
|
306840
306594
|
|
|
@@ -306960,9 +306714,9 @@ class CancelToken {
|
|
|
306960
306714
|
|
|
306961
306715
|
/***/ }),
|
|
306962
306716
|
|
|
306963
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306717
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CanceledError.js":
|
|
306964
306718
|
/*!*******************************************************************************************************!*\
|
|
306965
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306719
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CanceledError.js ***!
|
|
306966
306720
|
\*******************************************************************************************************/
|
|
306967
306721
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306968
306722
|
|
|
@@ -306971,8 +306725,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306971
306725
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306972
306726
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
306973
306727
|
/* harmony export */ });
|
|
306974
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306975
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306728
|
+
/* 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");
|
|
306729
|
+
/* 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");
|
|
306976
306730
|
|
|
306977
306731
|
|
|
306978
306732
|
|
|
@@ -307002,9 +306756,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_1__["default"].inherits(CanceledError, _core_
|
|
|
307002
306756
|
|
|
307003
306757
|
/***/ }),
|
|
307004
306758
|
|
|
307005
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306759
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/isCancel.js":
|
|
307006
306760
|
/*!**************************************************************************************************!*\
|
|
307007
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306761
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/isCancel.js ***!
|
|
307008
306762
|
\**************************************************************************************************/
|
|
307009
306763
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307010
306764
|
|
|
@@ -307022,9 +306776,9 @@ function isCancel(value) {
|
|
|
307022
306776
|
|
|
307023
306777
|
/***/ }),
|
|
307024
306778
|
|
|
307025
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306779
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/Axios.js":
|
|
307026
306780
|
/*!*********************************************************************************************!*\
|
|
307027
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306781
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/Axios.js ***!
|
|
307028
306782
|
\*********************************************************************************************/
|
|
307029
306783
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307030
306784
|
|
|
@@ -307033,14 +306787,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307033
306787
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307034
306788
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
307035
306789
|
/* harmony export */ });
|
|
307036
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307037
|
-
/* harmony import */ var _helpers_buildURL_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../helpers/buildURL.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307038
|
-
/* harmony import */ var _InterceptorManager_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./InterceptorManager.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307039
|
-
/* harmony import */ var _dispatchRequest_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./dispatchRequest.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307040
|
-
/* harmony import */ var _mergeConfig_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./mergeConfig.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307041
|
-
/* harmony import */ var _buildFullPath_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./buildFullPath.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307042
|
-
/* harmony import */ var _helpers_validator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../helpers/validator.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307043
|
-
/* harmony import */ var _AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306790
|
+
/* 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");
|
|
306791
|
+
/* 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");
|
|
306792
|
+
/* 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");
|
|
306793
|
+
/* 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");
|
|
306794
|
+
/* 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");
|
|
306795
|
+
/* 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");
|
|
306796
|
+
/* 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");
|
|
306797
|
+
/* 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");
|
|
307044
306798
|
|
|
307045
306799
|
|
|
307046
306800
|
|
|
@@ -307078,31 +306832,7 @@ class Axios {
|
|
|
307078
306832
|
*
|
|
307079
306833
|
* @returns {Promise} The Promise to be fulfilled
|
|
307080
306834
|
*/
|
|
307081
|
-
|
|
307082
|
-
try {
|
|
307083
|
-
return await this._request(configOrUrl, config);
|
|
307084
|
-
} catch (err) {
|
|
307085
|
-
if (err instanceof Error) {
|
|
307086
|
-
let dummy;
|
|
307087
|
-
|
|
307088
|
-
Error.captureStackTrace ? Error.captureStackTrace(dummy = {}) : (dummy = new Error());
|
|
307089
|
-
|
|
307090
|
-
// slice off the Error: ... line
|
|
307091
|
-
const stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : '';
|
|
307092
|
-
|
|
307093
|
-
if (!err.stack) {
|
|
307094
|
-
err.stack = stack;
|
|
307095
|
-
// match without the 2 top stack lines
|
|
307096
|
-
} else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) {
|
|
307097
|
-
err.stack += '\n' + stack
|
|
307098
|
-
}
|
|
307099
|
-
}
|
|
307100
|
-
|
|
307101
|
-
throw err;
|
|
307102
|
-
}
|
|
307103
|
-
}
|
|
307104
|
-
|
|
307105
|
-
_request(configOrUrl, config) {
|
|
306835
|
+
request(configOrUrl, config) {
|
|
307106
306836
|
/*eslint no-param-reassign:0*/
|
|
307107
306837
|
// Allow for axios('example/url'[, config]) a la fetch API
|
|
307108
306838
|
if (typeof configOrUrl === 'string') {
|
|
@@ -307270,9 +307000,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_3__["default"].forEach(['post', 'put', 'patch
|
|
|
307270
307000
|
|
|
307271
307001
|
/***/ }),
|
|
307272
307002
|
|
|
307273
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307003
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js":
|
|
307274
307004
|
/*!**************************************************************************************************!*\
|
|
307275
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307005
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js ***!
|
|
307276
307006
|
\**************************************************************************************************/
|
|
307277
307007
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307278
307008
|
|
|
@@ -307281,7 +307011,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307281
307011
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307282
307012
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
307283
307013
|
/* harmony export */ });
|
|
307284
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307014
|
+
/* 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");
|
|
307285
307015
|
|
|
307286
307016
|
|
|
307287
307017
|
|
|
@@ -307386,9 +307116,9 @@ AxiosError.from = (error, code, config, request, response, customProps) => {
|
|
|
307386
307116
|
|
|
307387
307117
|
/***/ }),
|
|
307388
307118
|
|
|
307389
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307119
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js":
|
|
307390
307120
|
/*!****************************************************************************************************!*\
|
|
307391
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307121
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js ***!
|
|
307392
307122
|
\****************************************************************************************************/
|
|
307393
307123
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307394
307124
|
|
|
@@ -307397,8 +307127,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307397
307127
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307398
307128
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
307399
307129
|
/* harmony export */ });
|
|
307400
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307401
|
-
/* harmony import */ var _helpers_parseHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../helpers/parseHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307130
|
+
/* 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");
|
|
307131
|
+
/* 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");
|
|
307402
307132
|
|
|
307403
307133
|
|
|
307404
307134
|
|
|
@@ -307701,9 +307431,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].freezeMethods(AxiosHeaders);
|
|
|
307701
307431
|
|
|
307702
307432
|
/***/ }),
|
|
307703
307433
|
|
|
307704
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307434
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/InterceptorManager.js":
|
|
307705
307435
|
/*!**********************************************************************************************************!*\
|
|
307706
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307436
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/InterceptorManager.js ***!
|
|
307707
307437
|
\**********************************************************************************************************/
|
|
307708
307438
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307709
307439
|
|
|
@@ -307712,7 +307442,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307712
307442
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307713
307443
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
307714
307444
|
/* harmony export */ });
|
|
307715
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307445
|
+
/* 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");
|
|
307716
307446
|
|
|
307717
307447
|
|
|
307718
307448
|
|
|
@@ -307788,9 +307518,9 @@ class InterceptorManager {
|
|
|
307788
307518
|
|
|
307789
307519
|
/***/ }),
|
|
307790
307520
|
|
|
307791
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307521
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/buildFullPath.js":
|
|
307792
307522
|
/*!*****************************************************************************************************!*\
|
|
307793
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307523
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/buildFullPath.js ***!
|
|
307794
307524
|
\*****************************************************************************************************/
|
|
307795
307525
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307796
307526
|
|
|
@@ -307799,8 +307529,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307799
307529
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307800
307530
|
/* harmony export */ "default": () => (/* binding */ buildFullPath)
|
|
307801
307531
|
/* harmony export */ });
|
|
307802
|
-
/* harmony import */ var _helpers_isAbsoluteURL_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../helpers/isAbsoluteURL.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307803
|
-
/* harmony import */ var _helpers_combineURLs_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../helpers/combineURLs.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307532
|
+
/* 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");
|
|
307533
|
+
/* 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");
|
|
307804
307534
|
|
|
307805
307535
|
|
|
307806
307536
|
|
|
@@ -307826,9 +307556,9 @@ function buildFullPath(baseURL, requestedURL) {
|
|
|
307826
307556
|
|
|
307827
307557
|
/***/ }),
|
|
307828
307558
|
|
|
307829
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307559
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/dispatchRequest.js":
|
|
307830
307560
|
/*!*******************************************************************************************************!*\
|
|
307831
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307561
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/dispatchRequest.js ***!
|
|
307832
307562
|
\*******************************************************************************************************/
|
|
307833
307563
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307834
307564
|
|
|
@@ -307837,12 +307567,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307837
307567
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307838
307568
|
/* harmony export */ "default": () => (/* binding */ dispatchRequest)
|
|
307839
307569
|
/* harmony export */ });
|
|
307840
|
-
/* harmony import */ var _transformData_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./transformData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307841
|
-
/* harmony import */ var _cancel_isCancel_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../cancel/isCancel.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307842
|
-
/* harmony import */ var _defaults_index_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../defaults/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307843
|
-
/* harmony import */ var _cancel_CanceledError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../cancel/CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307844
|
-
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307845
|
-
/* harmony import */ var _adapters_adapters_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../adapters/adapters.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307570
|
+
/* 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");
|
|
307571
|
+
/* 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");
|
|
307572
|
+
/* 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");
|
|
307573
|
+
/* 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");
|
|
307574
|
+
/* 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");
|
|
307575
|
+
/* 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");
|
|
307846
307576
|
|
|
307847
307577
|
|
|
307848
307578
|
|
|
@@ -307928,9 +307658,9 @@ function dispatchRequest(config) {
|
|
|
307928
307658
|
|
|
307929
307659
|
/***/ }),
|
|
307930
307660
|
|
|
307931
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307661
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/mergeConfig.js":
|
|
307932
307662
|
/*!***************************************************************************************************!*\
|
|
307933
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307663
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/mergeConfig.js ***!
|
|
307934
307664
|
\***************************************************************************************************/
|
|
307935
307665
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307936
307666
|
|
|
@@ -307939,8 +307669,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307939
307669
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307940
307670
|
/* harmony export */ "default": () => (/* binding */ mergeConfig)
|
|
307941
307671
|
/* harmony export */ });
|
|
307942
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307943
|
-
/* harmony import */ var _AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307672
|
+
/* 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");
|
|
307673
|
+
/* 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");
|
|
307944
307674
|
|
|
307945
307675
|
|
|
307946
307676
|
|
|
@@ -308051,9 +307781,9 @@ function mergeConfig(config1, config2) {
|
|
|
308051
307781
|
|
|
308052
307782
|
/***/ }),
|
|
308053
307783
|
|
|
308054
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307784
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/settle.js":
|
|
308055
307785
|
/*!**********************************************************************************************!*\
|
|
308056
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307786
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/settle.js ***!
|
|
308057
307787
|
\**********************************************************************************************/
|
|
308058
307788
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308059
307789
|
|
|
@@ -308062,7 +307792,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308062
307792
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308063
307793
|
/* harmony export */ "default": () => (/* binding */ settle)
|
|
308064
307794
|
/* harmony export */ });
|
|
308065
|
-
/* harmony import */ var _AxiosError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307795
|
+
/* 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");
|
|
308066
307796
|
|
|
308067
307797
|
|
|
308068
307798
|
|
|
@@ -308094,9 +307824,9 @@ function settle(resolve, reject, response) {
|
|
|
308094
307824
|
|
|
308095
307825
|
/***/ }),
|
|
308096
307826
|
|
|
308097
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307827
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/transformData.js":
|
|
308098
307828
|
/*!*****************************************************************************************************!*\
|
|
308099
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307829
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/transformData.js ***!
|
|
308100
307830
|
\*****************************************************************************************************/
|
|
308101
307831
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308102
307832
|
|
|
@@ -308105,9 +307835,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308105
307835
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308106
307836
|
/* harmony export */ "default": () => (/* binding */ transformData)
|
|
308107
307837
|
/* harmony export */ });
|
|
308108
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308109
|
-
/* harmony import */ var _defaults_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../defaults/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308110
|
-
/* harmony import */ var _core_AxiosHeaders_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosHeaders.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307838
|
+
/* 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");
|
|
307839
|
+
/* 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");
|
|
307840
|
+
/* 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");
|
|
308111
307841
|
|
|
308112
307842
|
|
|
308113
307843
|
|
|
@@ -308140,9 +307870,9 @@ function transformData(fns, response) {
|
|
|
308140
307870
|
|
|
308141
307871
|
/***/ }),
|
|
308142
307872
|
|
|
308143
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307873
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/index.js":
|
|
308144
307874
|
/*!*************************************************************************************************!*\
|
|
308145
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307875
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/index.js ***!
|
|
308146
307876
|
\*************************************************************************************************/
|
|
308147
307877
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308148
307878
|
|
|
@@ -308151,13 +307881,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308151
307881
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308152
307882
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308153
307883
|
/* harmony export */ });
|
|
308154
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308155
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308156
|
-
/* harmony import */ var _transitional_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./transitional.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308157
|
-
/* harmony import */ var _helpers_toFormData_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../helpers/toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308158
|
-
/* harmony import */ var _helpers_toURLEncodedForm_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../helpers/toURLEncodedForm.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308159
|
-
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308160
|
-
/* harmony import */ var _helpers_formDataToJSON_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../helpers/formDataToJSON.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307884
|
+
/* 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");
|
|
307885
|
+
/* 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");
|
|
307886
|
+
/* 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");
|
|
307887
|
+
/* 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");
|
|
307888
|
+
/* 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");
|
|
307889
|
+
/* 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");
|
|
307890
|
+
/* 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");
|
|
308161
307891
|
|
|
308162
307892
|
|
|
308163
307893
|
|
|
@@ -308211,6 +307941,9 @@ const defaults = {
|
|
|
308211
307941
|
const isFormData = _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].isFormData(data);
|
|
308212
307942
|
|
|
308213
307943
|
if (isFormData) {
|
|
307944
|
+
if (!hasJSONContentType) {
|
|
307945
|
+
return data;
|
|
307946
|
+
}
|
|
308214
307947
|
return hasJSONContentType ? JSON.stringify((0,_helpers_formDataToJSON_js__WEBPACK_IMPORTED_MODULE_2__["default"])(data)) : data;
|
|
308215
307948
|
}
|
|
308216
307949
|
|
|
@@ -308318,9 +308051,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].forEach(['delete', 'get', 'hea
|
|
|
308318
308051
|
|
|
308319
308052
|
/***/ }),
|
|
308320
308053
|
|
|
308321
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308054
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/transitional.js":
|
|
308322
308055
|
/*!********************************************************************************************************!*\
|
|
308323
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308056
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/transitional.js ***!
|
|
308324
308057
|
\********************************************************************************************************/
|
|
308325
308058
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308326
308059
|
|
|
@@ -308340,9 +308073,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308340
308073
|
|
|
308341
308074
|
/***/ }),
|
|
308342
308075
|
|
|
308343
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308076
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/env/data.js":
|
|
308344
308077
|
/*!*******************************************************************************************!*\
|
|
308345
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308078
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/env/data.js ***!
|
|
308346
308079
|
\*******************************************************************************************/
|
|
308347
308080
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308348
308081
|
|
|
@@ -308351,13 +308084,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308351
308084
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308352
308085
|
/* harmony export */ "VERSION": () => (/* binding */ VERSION)
|
|
308353
308086
|
/* harmony export */ });
|
|
308354
|
-
const VERSION = "1.6.
|
|
308087
|
+
const VERSION = "1.6.5";
|
|
308355
308088
|
|
|
308356
308089
|
/***/ }),
|
|
308357
308090
|
|
|
308358
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308091
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/AxiosURLSearchParams.js":
|
|
308359
308092
|
/*!***************************************************************************************************************!*\
|
|
308360
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308093
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/AxiosURLSearchParams.js ***!
|
|
308361
308094
|
\***************************************************************************************************************/
|
|
308362
308095
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308363
308096
|
|
|
@@ -308366,7 +308099,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308366
308099
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308367
308100
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308368
308101
|
/* harmony export */ });
|
|
308369
|
-
/* harmony import */ var _toFormData_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308102
|
+
/* 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");
|
|
308370
308103
|
|
|
308371
308104
|
|
|
308372
308105
|
|
|
@@ -308429,9 +308162,9 @@ prototype.toString = function toString(encoder) {
|
|
|
308429
308162
|
|
|
308430
308163
|
/***/ }),
|
|
308431
308164
|
|
|
308432
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308165
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/HttpStatusCode.js":
|
|
308433
308166
|
/*!*********************************************************************************************************!*\
|
|
308434
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308167
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/HttpStatusCode.js ***!
|
|
308435
308168
|
\*********************************************************************************************************/
|
|
308436
308169
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308437
308170
|
|
|
@@ -308515,9 +308248,9 @@ Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
|
308515
308248
|
|
|
308516
308249
|
/***/ }),
|
|
308517
308250
|
|
|
308518
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308251
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/bind.js":
|
|
308519
308252
|
/*!***********************************************************************************************!*\
|
|
308520
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308253
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/bind.js ***!
|
|
308521
308254
|
\***********************************************************************************************/
|
|
308522
308255
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308523
308256
|
|
|
@@ -308537,9 +308270,9 @@ function bind(fn, thisArg) {
|
|
|
308537
308270
|
|
|
308538
308271
|
/***/ }),
|
|
308539
308272
|
|
|
308540
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308273
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/buildURL.js":
|
|
308541
308274
|
/*!***************************************************************************************************!*\
|
|
308542
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308275
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/buildURL.js ***!
|
|
308543
308276
|
\***************************************************************************************************/
|
|
308544
308277
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308545
308278
|
|
|
@@ -308548,8 +308281,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308548
308281
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308549
308282
|
/* harmony export */ "default": () => (/* binding */ buildURL)
|
|
308550
308283
|
/* harmony export */ });
|
|
308551
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308552
|
-
/* harmony import */ var _helpers_AxiosURLSearchParams_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../helpers/AxiosURLSearchParams.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308284
|
+
/* 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");
|
|
308285
|
+
/* 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");
|
|
308553
308286
|
|
|
308554
308287
|
|
|
308555
308288
|
|
|
@@ -308617,9 +308350,9 @@ function buildURL(url, params, options) {
|
|
|
308617
308350
|
|
|
308618
308351
|
/***/ }),
|
|
308619
308352
|
|
|
308620
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308353
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/combineURLs.js":
|
|
308621
308354
|
/*!******************************************************************************************************!*\
|
|
308622
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308355
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/combineURLs.js ***!
|
|
308623
308356
|
\******************************************************************************************************/
|
|
308624
308357
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308625
308358
|
|
|
@@ -308647,9 +308380,9 @@ function combineURLs(baseURL, relativeURL) {
|
|
|
308647
308380
|
|
|
308648
308381
|
/***/ }),
|
|
308649
308382
|
|
|
308650
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308383
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/cookies.js":
|
|
308651
308384
|
/*!**************************************************************************************************!*\
|
|
308652
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308385
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/cookies.js ***!
|
|
308653
308386
|
\**************************************************************************************************/
|
|
308654
308387
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308655
308388
|
|
|
@@ -308658,8 +308391,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308658
308391
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308659
308392
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308660
308393
|
/* harmony export */ });
|
|
308661
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308662
|
-
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308394
|
+
/* 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");
|
|
308395
|
+
/* 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");
|
|
308663
308396
|
|
|
308664
308397
|
|
|
308665
308398
|
|
|
@@ -308706,9 +308439,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308706
308439
|
|
|
308707
308440
|
/***/ }),
|
|
308708
308441
|
|
|
308709
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308442
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/formDataToJSON.js":
|
|
308710
308443
|
/*!*********************************************************************************************************!*\
|
|
308711
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308444
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/formDataToJSON.js ***!
|
|
308712
308445
|
\*********************************************************************************************************/
|
|
308713
308446
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308714
308447
|
|
|
@@ -308717,7 +308450,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308717
308450
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308718
308451
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308719
308452
|
/* harmony export */ });
|
|
308720
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308453
|
+
/* 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");
|
|
308721
308454
|
|
|
308722
308455
|
|
|
308723
308456
|
|
|
@@ -308817,9 +308550,9 @@ function formDataToJSON(formData) {
|
|
|
308817
308550
|
|
|
308818
308551
|
/***/ }),
|
|
308819
308552
|
|
|
308820
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308553
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAbsoluteURL.js":
|
|
308821
308554
|
/*!********************************************************************************************************!*\
|
|
308822
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308555
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAbsoluteURL.js ***!
|
|
308823
308556
|
\********************************************************************************************************/
|
|
308824
308557
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308825
308558
|
|
|
@@ -308847,9 +308580,9 @@ function isAbsoluteURL(url) {
|
|
|
308847
308580
|
|
|
308848
308581
|
/***/ }),
|
|
308849
308582
|
|
|
308850
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308583
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAxiosError.js":
|
|
308851
308584
|
/*!*******************************************************************************************************!*\
|
|
308852
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308585
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAxiosError.js ***!
|
|
308853
308586
|
\*******************************************************************************************************/
|
|
308854
308587
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308855
308588
|
|
|
@@ -308858,7 +308591,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308858
308591
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308859
308592
|
/* harmony export */ "default": () => (/* binding */ isAxiosError)
|
|
308860
308593
|
/* harmony export */ });
|
|
308861
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308594
|
+
/* 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");
|
|
308862
308595
|
|
|
308863
308596
|
|
|
308864
308597
|
|
|
@@ -308877,9 +308610,9 @@ function isAxiosError(payload) {
|
|
|
308877
308610
|
|
|
308878
308611
|
/***/ }),
|
|
308879
308612
|
|
|
308880
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308613
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isURLSameOrigin.js":
|
|
308881
308614
|
/*!**********************************************************************************************************!*\
|
|
308882
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308615
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isURLSameOrigin.js ***!
|
|
308883
308616
|
\**********************************************************************************************************/
|
|
308884
308617
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308885
308618
|
|
|
@@ -308888,8 +308621,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308888
308621
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308889
308622
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308890
308623
|
/* harmony export */ });
|
|
308891
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308892
|
-
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308624
|
+
/* 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");
|
|
308625
|
+
/* 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");
|
|
308893
308626
|
|
|
308894
308627
|
|
|
308895
308628
|
|
|
@@ -308961,9 +308694,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308961
308694
|
|
|
308962
308695
|
/***/ }),
|
|
308963
308696
|
|
|
308964
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308697
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/null.js":
|
|
308965
308698
|
/*!***********************************************************************************************!*\
|
|
308966
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308699
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/null.js ***!
|
|
308967
308700
|
\***********************************************************************************************/
|
|
308968
308701
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308969
308702
|
|
|
@@ -308978,9 +308711,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308978
308711
|
|
|
308979
308712
|
/***/ }),
|
|
308980
308713
|
|
|
308981
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308714
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseHeaders.js":
|
|
308982
308715
|
/*!*******************************************************************************************************!*\
|
|
308983
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308716
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseHeaders.js ***!
|
|
308984
308717
|
\*******************************************************************************************************/
|
|
308985
308718
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308986
308719
|
|
|
@@ -308989,7 +308722,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308989
308722
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308990
308723
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308991
308724
|
/* harmony export */ });
|
|
308992
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308725
|
+
/* 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");
|
|
308993
308726
|
|
|
308994
308727
|
|
|
308995
308728
|
|
|
@@ -309049,9 +308782,9 @@ const ignoreDuplicateOf = _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].toOb
|
|
|
309049
308782
|
|
|
309050
308783
|
/***/ }),
|
|
309051
308784
|
|
|
309052
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308785
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseProtocol.js":
|
|
309053
308786
|
/*!********************************************************************************************************!*\
|
|
309054
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308787
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseProtocol.js ***!
|
|
309055
308788
|
\********************************************************************************************************/
|
|
309056
308789
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309057
308790
|
|
|
@@ -309070,9 +308803,9 @@ function parseProtocol(url) {
|
|
|
309070
308803
|
|
|
309071
308804
|
/***/ }),
|
|
309072
308805
|
|
|
309073
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308806
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/speedometer.js":
|
|
309074
308807
|
/*!******************************************************************************************************!*\
|
|
309075
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308808
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/speedometer.js ***!
|
|
309076
308809
|
\******************************************************************************************************/
|
|
309077
308810
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309078
308811
|
|
|
@@ -309140,9 +308873,9 @@ function speedometer(samplesCount, min) {
|
|
|
309140
308873
|
|
|
309141
308874
|
/***/ }),
|
|
309142
308875
|
|
|
309143
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308876
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/spread.js":
|
|
309144
308877
|
/*!*************************************************************************************************!*\
|
|
309145
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308878
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/spread.js ***!
|
|
309146
308879
|
\*************************************************************************************************/
|
|
309147
308880
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309148
308881
|
|
|
@@ -309183,9 +308916,9 @@ function spread(callback) {
|
|
|
309183
308916
|
|
|
309184
308917
|
/***/ }),
|
|
309185
308918
|
|
|
309186
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308919
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toFormData.js":
|
|
309187
308920
|
/*!*****************************************************************************************************!*\
|
|
309188
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308921
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toFormData.js ***!
|
|
309189
308922
|
\*****************************************************************************************************/
|
|
309190
308923
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309191
308924
|
|
|
@@ -309194,9 +308927,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309194
308927
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309195
308928
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309196
308929
|
/* harmony export */ });
|
|
309197
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309198
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309199
|
-
/* 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.
|
|
308930
|
+
/* 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");
|
|
308931
|
+
/* 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");
|
|
308932
|
+
/* 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");
|
|
309200
308933
|
|
|
309201
308934
|
|
|
309202
308935
|
|
|
@@ -309420,9 +309153,9 @@ function toFormData(obj, formData, options) {
|
|
|
309420
309153
|
|
|
309421
309154
|
/***/ }),
|
|
309422
309155
|
|
|
309423
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309156
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toURLEncodedForm.js":
|
|
309424
309157
|
/*!***********************************************************************************************************!*\
|
|
309425
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309158
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toURLEncodedForm.js ***!
|
|
309426
309159
|
\***********************************************************************************************************/
|
|
309427
309160
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309428
309161
|
|
|
@@ -309431,9 +309164,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309431
309164
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309432
309165
|
/* harmony export */ "default": () => (/* binding */ toURLEncodedForm)
|
|
309433
309166
|
/* harmony export */ });
|
|
309434
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309435
|
-
/* harmony import */ var _toFormData_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309436
|
-
/* harmony import */ var _platform_index_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../platform/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309167
|
+
/* 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");
|
|
309168
|
+
/* 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");
|
|
309169
|
+
/* 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");
|
|
309437
309170
|
|
|
309438
309171
|
|
|
309439
309172
|
|
|
@@ -309456,9 +309189,9 @@ function toURLEncodedForm(data, options) {
|
|
|
309456
309189
|
|
|
309457
309190
|
/***/ }),
|
|
309458
309191
|
|
|
309459
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309192
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/validator.js":
|
|
309460
309193
|
/*!****************************************************************************************************!*\
|
|
309461
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309194
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/validator.js ***!
|
|
309462
309195
|
\****************************************************************************************************/
|
|
309463
309196
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309464
309197
|
|
|
@@ -309467,8 +309200,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309467
309200
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309468
309201
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309469
309202
|
/* harmony export */ });
|
|
309470
|
-
/* harmony import */ var _env_data_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../env/data.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309471
|
-
/* harmony import */ var _core_AxiosError_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../core/AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309203
|
+
/* 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");
|
|
309204
|
+
/* 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");
|
|
309472
309205
|
|
|
309473
309206
|
|
|
309474
309207
|
|
|
@@ -309564,9 +309297,9 @@ function assertOptions(options, schema, allowUnknown) {
|
|
|
309564
309297
|
|
|
309565
309298
|
/***/ }),
|
|
309566
309299
|
|
|
309567
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309300
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/Blob.js":
|
|
309568
309301
|
/*!****************************************************************************************************************!*\
|
|
309569
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309302
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/Blob.js ***!
|
|
309570
309303
|
\****************************************************************************************************************/
|
|
309571
309304
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309572
309305
|
|
|
@@ -309582,9 +309315,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309582
309315
|
|
|
309583
309316
|
/***/ }),
|
|
309584
309317
|
|
|
309585
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309318
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/FormData.js":
|
|
309586
309319
|
/*!********************************************************************************************************************!*\
|
|
309587
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309320
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/FormData.js ***!
|
|
309588
309321
|
\********************************************************************************************************************/
|
|
309589
309322
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309590
309323
|
|
|
@@ -309600,9 +309333,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309600
309333
|
|
|
309601
309334
|
/***/ }),
|
|
309602
309335
|
|
|
309603
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309336
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js":
|
|
309604
309337
|
/*!***************************************************************************************************************************!*\
|
|
309605
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309338
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js ***!
|
|
309606
309339
|
\***************************************************************************************************************************/
|
|
309607
309340
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309608
309341
|
|
|
@@ -309611,7 +309344,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309611
309344
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309612
309345
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309613
309346
|
/* harmony export */ });
|
|
309614
|
-
/* harmony import */ var _helpers_AxiosURLSearchParams_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../helpers/AxiosURLSearchParams.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309347
|
+
/* 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");
|
|
309615
309348
|
|
|
309616
309349
|
|
|
309617
309350
|
|
|
@@ -309620,9 +309353,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309620
309353
|
|
|
309621
309354
|
/***/ }),
|
|
309622
309355
|
|
|
309623
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309356
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/index.js":
|
|
309624
309357
|
/*!*********************************************************************************************************!*\
|
|
309625
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309358
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/index.js ***!
|
|
309626
309359
|
\*********************************************************************************************************/
|
|
309627
309360
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309628
309361
|
|
|
@@ -309631,9 +309364,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309631
309364
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309632
309365
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309633
309366
|
/* harmony export */ });
|
|
309634
|
-
/* harmony import */ var _classes_URLSearchParams_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./classes/URLSearchParams.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309635
|
-
/* harmony import */ var _classes_FormData_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./classes/FormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309636
|
-
/* harmony import */ var _classes_Blob_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./classes/Blob.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309367
|
+
/* 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");
|
|
309368
|
+
/* 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");
|
|
309369
|
+
/* 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");
|
|
309637
309370
|
|
|
309638
309371
|
|
|
309639
309372
|
|
|
@@ -309651,9 +309384,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309651
309384
|
|
|
309652
309385
|
/***/ }),
|
|
309653
309386
|
|
|
309654
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309387
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/common/utils.js":
|
|
309655
309388
|
/*!********************************************************************************************************!*\
|
|
309656
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309389
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/common/utils.js ***!
|
|
309657
309390
|
\********************************************************************************************************/
|
|
309658
309391
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309659
309392
|
|
|
@@ -309711,9 +309444,9 @@ const hasStandardBrowserWebWorkerEnv = (() => {
|
|
|
309711
309444
|
|
|
309712
309445
|
/***/ }),
|
|
309713
309446
|
|
|
309714
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309447
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/index.js":
|
|
309715
309448
|
/*!*************************************************************************************************!*\
|
|
309716
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309449
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/index.js ***!
|
|
309717
309450
|
\*************************************************************************************************/
|
|
309718
309451
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309719
309452
|
|
|
@@ -309722,8 +309455,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309722
309455
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309723
309456
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309724
309457
|
/* harmony export */ });
|
|
309725
|
-
/* harmony import */ var _node_index_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node/index.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309726
|
-
/* harmony import */ var _common_utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./common/utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309458
|
+
/* 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");
|
|
309459
|
+
/* 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");
|
|
309727
309460
|
|
|
309728
309461
|
|
|
309729
309462
|
|
|
@@ -309735,9 +309468,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309735
309468
|
|
|
309736
309469
|
/***/ }),
|
|
309737
309470
|
|
|
309738
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309471
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js":
|
|
309739
309472
|
/*!****************************************************************************************!*\
|
|
309740
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309473
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js ***!
|
|
309741
309474
|
\****************************************************************************************/
|
|
309742
309475
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309743
309476
|
|
|
@@ -309746,7 +309479,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309746
309479
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309747
309480
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309748
309481
|
/* harmony export */ });
|
|
309749
|
-
/* harmony import */ var _helpers_bind_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./helpers/bind.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309482
|
+
/* 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");
|
|
309750
309483
|
|
|
309751
309484
|
|
|
309752
309485
|
|
|
@@ -310959,15 +310692,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
310959
310692
|
/* harmony export */ "t": () => (/* binding */ t),
|
|
310960
310693
|
/* harmony export */ "use": () => (/* binding */ use)
|
|
310961
310694
|
/* harmony export */ });
|
|
310962
|
-
/* 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.
|
|
310963
|
-
/* 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.
|
|
310964
|
-
/* 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.
|
|
310965
|
-
/* 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.
|
|
310966
|
-
/* 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.
|
|
310967
|
-
/* 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.
|
|
310968
|
-
/* 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.
|
|
310969
|
-
/* 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.
|
|
310970
|
-
/* 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.
|
|
310695
|
+
/* 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");
|
|
310696
|
+
/* 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");
|
|
310697
|
+
/* 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");
|
|
310698
|
+
/* 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");
|
|
310699
|
+
/* 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");
|
|
310700
|
+
/* 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");
|
|
310701
|
+
/* 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");
|
|
310702
|
+
/* 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");
|
|
310703
|
+
/* 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");
|
|
310971
310704
|
|
|
310972
310705
|
|
|
310973
310706
|
|
|
@@ -314200,7 +313933,7 @@ function __disposeResources(env) {
|
|
|
314200
313933
|
/***/ ((module) => {
|
|
314201
313934
|
|
|
314202
313935
|
"use strict";
|
|
314203
|
-
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.6.0-dev.
|
|
313936
|
+
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"}}');
|
|
314204
313937
|
|
|
314205
313938
|
/***/ }),
|
|
314206
313939
|
|