@itwin/rpcinterface-full-stack-tests 4.6.0-dev.22 → 4.6.0-dev.24
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/bundled-tests.js +494 -668
- package/lib/dist/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/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
|
*/
|
|
@@ -38789,6 +38780,7 @@ class PropertyMetaData {
|
|
|
38789
38780
|
*/
|
|
38790
38781
|
class EntityMetaData {
|
|
38791
38782
|
constructor(jsonObj) {
|
|
38783
|
+
this.classId = jsonObj.classId;
|
|
38792
38784
|
this.ecclass = jsonObj.ecclass;
|
|
38793
38785
|
this.description = jsonObj.description;
|
|
38794
38786
|
this.modifier = jsonObj.modifier;
|
|
@@ -38963,7 +38955,6 @@ class Environment {
|
|
|
38963
38955
|
Environment.defaults = new Environment();
|
|
38964
38956
|
|
|
38965
38957
|
|
|
38966
|
-
|
|
38967
38958
|
/***/ }),
|
|
38968
38959
|
|
|
38969
38960
|
/***/ "../../core/common/lib/esm/FeatureIndex.js":
|
|
@@ -39303,7 +39294,6 @@ class FeatureAppearance {
|
|
|
39303
39294
|
}
|
|
39304
39295
|
/** An appearance that overrides nothing. */
|
|
39305
39296
|
FeatureAppearance.defaults = new FeatureAppearance({});
|
|
39306
|
-
|
|
39307
39297
|
const scratchIgnoreAnimationOverridesArgs = {
|
|
39308
39298
|
elementId: { lower: 0, upper: 0 },
|
|
39309
39299
|
animationNodeId: 0,
|
|
@@ -39674,7 +39664,6 @@ class FeatureOverrides {
|
|
|
39674
39664
|
}
|
|
39675
39665
|
}
|
|
39676
39666
|
FeatureOverrides._weight1Appearance = FeatureAppearance.fromJSON({ weight: 1 });
|
|
39677
|
-
|
|
39678
39667
|
/** @public */
|
|
39679
39668
|
var FeatureAppearanceProvider;
|
|
39680
39669
|
(function (FeatureAppearanceProvider) {
|
|
@@ -40347,6 +40336,7 @@ var Npc;
|
|
|
40347
40336
|
Npc[Npc["_011"] = 6] = "_011";
|
|
40348
40337
|
/** Right top front */
|
|
40349
40338
|
Npc[Npc["_111"] = 7] = "_111";
|
|
40339
|
+
/* eslint-disable @typescript-eslint/no-duplicate-enum-values */
|
|
40350
40340
|
Npc[Npc["LeftBottomRear"] = 0] = "LeftBottomRear";
|
|
40351
40341
|
Npc[Npc["RightBottomRear"] = 1] = "RightBottomRear";
|
|
40352
40342
|
Npc[Npc["LeftTopRear"] = 2] = "LeftTopRear";
|
|
@@ -40355,6 +40345,7 @@ var Npc;
|
|
|
40355
40345
|
Npc[Npc["RightBottomFront"] = 5] = "RightBottomFront";
|
|
40356
40346
|
Npc[Npc["LeftTopFront"] = 6] = "LeftTopFront";
|
|
40357
40347
|
Npc[Npc["RightTopFront"] = 7] = "RightTopFront";
|
|
40348
|
+
/* eslint-enable @typescript-eslint/no-duplicate-enum-values */
|
|
40358
40349
|
/** useful for sizing arrays */
|
|
40359
40350
|
Npc[Npc["CORNER_COUNT"] = 8] = "CORNER_COUNT";
|
|
40360
40351
|
})(Npc || (Npc = {}));
|
|
@@ -41459,10 +41450,10 @@ var Gradient;
|
|
|
41459
41450
|
}
|
|
41460
41451
|
Symb._fixedSchemeKeys = [
|
|
41461
41452
|
// 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]],
|
|
41453
|
+
[[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.
|
|
41454
|
+
[[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.
|
|
41455
|
+
[[0.0, 0, 0, 0], [1.0, 255, 255, 255]], // Monochrome.
|
|
41456
|
+
[[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
41457
|
[[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
41458
|
];
|
|
41468
41459
|
Symb._fixedCustomKeys = [[0.0, 255, 0, 0], [1.0, 0, 255, 0]];
|
|
@@ -41645,7 +41636,6 @@ class GroundPlane {
|
|
|
41645
41636
|
GroundPlane.defaults = new GroundPlane({});
|
|
41646
41637
|
|
|
41647
41638
|
|
|
41648
|
-
|
|
41649
41639
|
/***/ }),
|
|
41650
41640
|
|
|
41651
41641
|
/***/ "../../core/common/lib/esm/HSLColor.js":
|
|
@@ -42396,7 +42386,6 @@ IModel.rootSubjectId = "0x1";
|
|
|
42396
42386
|
IModel.dictionaryId = "0x10";
|
|
42397
42387
|
|
|
42398
42388
|
|
|
42399
|
-
|
|
42400
42389
|
/***/ }),
|
|
42401
42390
|
|
|
42402
42391
|
/***/ "../../core/common/lib/esm/IModelError.js":
|
|
@@ -42986,7 +42975,6 @@ class FresnelSettings {
|
|
|
42986
42975
|
}
|
|
42987
42976
|
}
|
|
42988
42977
|
FresnelSettings._defaults = new FresnelSettings(0, false);
|
|
42989
|
-
|
|
42990
42978
|
/** Describes the lighting for a 3d scene, associated with a [[DisplayStyle3dSettings]] in turn associated with a [DisplayStyle3d]($backend) or [DisplayStyle3dState]($frontend).
|
|
42991
42979
|
* @see [[LightSettingsProps]]
|
|
42992
42980
|
* @public
|
|
@@ -44399,7 +44387,6 @@ class PlanarClipMaskSettings {
|
|
|
44399
44387
|
PlanarClipMaskSettings.defaults = new PlanarClipMaskSettings(PlanarClipMaskMode.None);
|
|
44400
44388
|
|
|
44401
44389
|
|
|
44402
|
-
|
|
44403
44390
|
/***/ }),
|
|
44404
44391
|
|
|
44405
44392
|
/***/ "../../core/common/lib/esm/QPoint.js":
|
|
@@ -45398,7 +45385,6 @@ class PointCloudDisplaySettings {
|
|
|
45398
45385
|
}
|
|
45399
45386
|
/** Settings with all properties initialized to their default values. */
|
|
45400
45387
|
PointCloudDisplaySettings.defaults = new PointCloudDisplaySettings();
|
|
45401
|
-
|
|
45402
45388
|
/** Settings that control how a reality model - whether a [[ContextRealityModel]] or a persistent reality [Model]($backend) - is displayed within a [Viewport]($frontend).
|
|
45403
45389
|
* @see [[ContextRealityModel.displaySettings]] to apply these settings to a context reality model.
|
|
45404
45390
|
* @see [[DisplayStyleSettings.setRealityModelDisplaySettings]] to apply these settings to a persistent reality model.
|
|
@@ -45446,7 +45432,6 @@ class RealityModelDisplaySettings {
|
|
|
45446
45432
|
RealityModelDisplaySettings.defaults = new RealityModelDisplaySettings(undefined, PointCloudDisplaySettings.defaults);
|
|
45447
45433
|
|
|
45448
45434
|
|
|
45449
|
-
|
|
45450
45435
|
/***/ }),
|
|
45451
45436
|
|
|
45452
45437
|
/***/ "../../core/common/lib/esm/Render.js":
|
|
@@ -47250,7 +47235,6 @@ class SkyGradient {
|
|
|
47250
47235
|
}
|
|
47251
47236
|
/** Default settings for a four-color gradient. */
|
|
47252
47237
|
SkyGradient.defaults = new SkyGradient({});
|
|
47253
|
-
|
|
47254
47238
|
/** Describes how to draw a representation of a sky, as part of an [[Environment]].
|
|
47255
47239
|
* @see [[SkyBoxProps]].
|
|
47256
47240
|
* @public
|
|
@@ -47298,7 +47282,6 @@ class SkyBox {
|
|
|
47298
47282
|
}
|
|
47299
47283
|
/** Default settings for a four-color gradient. */
|
|
47300
47284
|
SkyBox.defaults = new SkyBox(SkyGradient.defaults);
|
|
47301
|
-
|
|
47302
47285
|
/** Describes how to draw a representation of a sky by mapping a single image to the interior of a sphere.
|
|
47303
47286
|
* @public
|
|
47304
47287
|
*/
|
|
@@ -47674,7 +47657,6 @@ class SolarShadowSettings {
|
|
|
47674
47657
|
SolarShadowSettings.defaults = new SolarShadowSettings({});
|
|
47675
47658
|
|
|
47676
47659
|
|
|
47677
|
-
|
|
47678
47660
|
/***/ }),
|
|
47679
47661
|
|
|
47680
47662
|
/***/ "../../core/common/lib/esm/SpatialClassification.js":
|
|
@@ -48137,7 +48119,6 @@ class SubCategoryAppearance {
|
|
|
48137
48119
|
SubCategoryAppearance.defaults = new SubCategoryAppearance();
|
|
48138
48120
|
|
|
48139
48121
|
|
|
48140
|
-
|
|
48141
48122
|
/***/ }),
|
|
48142
48123
|
|
|
48143
48124
|
/***/ "../../core/common/lib/esm/SubCategoryOverride.js":
|
|
@@ -48256,7 +48237,6 @@ class SubCategoryOverride {
|
|
|
48256
48237
|
SubCategoryOverride.defaults = new SubCategoryOverride({});
|
|
48257
48238
|
|
|
48258
48239
|
|
|
48259
|
-
|
|
48260
48240
|
/***/ }),
|
|
48261
48241
|
|
|
48262
48242
|
/***/ "../../core/common/lib/esm/TerrainSettings.js":
|
|
@@ -48865,7 +48845,6 @@ class ThematicGradientSettings {
|
|
|
48865
48845
|
}
|
|
48866
48846
|
ThematicGradientSettings.defaults = new ThematicGradientSettings({});
|
|
48867
48847
|
ThematicGradientSettings._defaultCustomKeys = [[0.0, 255, 255, 255], [1.0, 0, 0, 0]];
|
|
48868
|
-
|
|
48869
48848
|
/** A sensor in world space, used for [[ThematicDisplayMode.InverseDistanceWeightedSensors]].
|
|
48870
48849
|
* @public
|
|
48871
48850
|
*/
|
|
@@ -49853,7 +49832,6 @@ class ViewDetails {
|
|
|
49853
49832
|
}
|
|
49854
49833
|
/** Maximum aspect ratio skew. Apps can override this by changing its value. */
|
|
49855
49834
|
ViewDetails.maxSkew = 25;
|
|
49856
|
-
|
|
49857
49835
|
/** Encapsulates access to optional 3d view details stored in JSON properties.
|
|
49858
49836
|
* @see [[ViewDetails3dProps]] for the JSON representation.
|
|
49859
49837
|
* @public
|
|
@@ -50279,7 +50257,6 @@ class ViewFlags {
|
|
|
50279
50257
|
ViewFlags.defaults = new ViewFlags();
|
|
50280
50258
|
|
|
50281
50259
|
|
|
50282
|
-
|
|
50283
50260
|
/***/ }),
|
|
50284
50261
|
|
|
50285
50262
|
/***/ "../../core/common/lib/esm/ViewProps.js":
|
|
@@ -50365,7 +50342,6 @@ WhiteOnWhiteReversalSettings._noIgnore = new WhiteOnWhiteReversalSettings(true);
|
|
|
50365
50342
|
WhiteOnWhiteReversalSettings._ignore = new WhiteOnWhiteReversalSettings(false);
|
|
50366
50343
|
|
|
50367
50344
|
|
|
50368
|
-
|
|
50369
50345
|
/***/ }),
|
|
50370
50346
|
|
|
50371
50347
|
/***/ "../../core/common/lib/esm/annotation/TextAnnotation.js":
|
|
@@ -50933,7 +50909,6 @@ TextStyleSettings.defaultProps = {
|
|
|
50933
50909
|
};
|
|
50934
50910
|
/** Settings initialized to all default values. */
|
|
50935
50911
|
TextStyleSettings.defaults = new TextStyleSettings({});
|
|
50936
|
-
|
|
50937
50912
|
Object.freeze(TextStyleSettings.defaultProps);
|
|
50938
50913
|
Object.freeze(TextStyleSettings.defaults);
|
|
50939
50914
|
/** A named, immutable [[TextStyleSettings]] stored in a [Workspace]($backend).
|
|
@@ -52472,7 +52447,6 @@ Cartographic._scratchN = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.V
|
|
|
52472
52447
|
Cartographic._scratchK = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Vector3d();
|
|
52473
52448
|
Cartographic._scaleToGeodeticSurfaceIntersection = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Point3d();
|
|
52474
52449
|
Cartographic._scaleToGeodeticSurfaceGradient = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Point3d();
|
|
52475
|
-
|
|
52476
52450
|
/** A cartographic range representing a rectangular region if low longitude/latitude > high then area crossing seam is indicated.
|
|
52477
52451
|
* @public
|
|
52478
52452
|
*/
|
|
@@ -58510,10 +58484,10 @@ The below numbers are the indices into that array.
|
|
|
58510
58484
|
*/
|
|
58511
58485
|
// Ordering of sub-arrays is: [origin, a, b]
|
|
58512
58486
|
const planePointIndices = [
|
|
58513
|
-
[1, 5, 3],
|
|
58514
|
-
[0, 2, 4],
|
|
58515
|
-
[2, 3, 6],
|
|
58516
|
-
[0, 4, 1],
|
|
58487
|
+
[1, 5, 3], // right
|
|
58488
|
+
[0, 2, 4], // left
|
|
58489
|
+
[2, 3, 6], // top
|
|
58490
|
+
[0, 4, 1], // bottom
|
|
58517
58491
|
[0, 1, 2], // back
|
|
58518
58492
|
// Skip front plane because it can be too small. Instead derive it from back plane.
|
|
58519
58493
|
// Otherwise, it would be: [4, 6, 5]
|
|
@@ -60558,7 +60532,6 @@ class IpcWebSocket {
|
|
|
60558
60532
|
}
|
|
60559
60533
|
}
|
|
60560
60534
|
IpcWebSocket.receivers = new Set();
|
|
60561
|
-
|
|
60562
60535
|
/** @internal */
|
|
60563
60536
|
class IpcWebSocketFrontend extends IpcWebSocket {
|
|
60564
60537
|
constructor() {
|
|
@@ -60875,7 +60848,6 @@ DevToolsRpcInterface.interfaceName = "DevToolsRpcInterface";
|
|
|
60875
60848
|
DevToolsRpcInterface.interfaceVersion = "0.7.0";
|
|
60876
60849
|
|
|
60877
60850
|
|
|
60878
|
-
|
|
60879
60851
|
/***/ }),
|
|
60880
60852
|
|
|
60881
60853
|
/***/ "../../core/common/lib/esm/rpc/IModelReadRpcInterface.js":
|
|
@@ -61016,7 +60988,6 @@ __decorate([
|
|
|
61016
60988
|
], IModelReadRpcInterface.prototype, "getGeoCoordinatesFromIModelCoordinates", null);
|
|
61017
60989
|
|
|
61018
60990
|
|
|
61019
|
-
|
|
61020
60991
|
/***/ }),
|
|
61021
60992
|
|
|
61022
60993
|
/***/ "../../core/common/lib/esm/rpc/IModelTileRpcInterface.js":
|
|
@@ -61111,7 +61082,6 @@ __decorate([
|
|
|
61111
61082
|
], IModelTileRpcInterface.prototype, "requestTileTreeProps", null);
|
|
61112
61083
|
|
|
61113
61084
|
|
|
61114
|
-
|
|
61115
61085
|
/***/ }),
|
|
61116
61086
|
|
|
61117
61087
|
/***/ "../../core/common/lib/esm/rpc/SnapshotIModelRpcInterface.js":
|
|
@@ -61174,7 +61144,6 @@ __decorate([
|
|
|
61174
61144
|
], SnapshotIModelRpcInterface.prototype, "openRemote", null);
|
|
61175
61145
|
|
|
61176
61146
|
|
|
61177
|
-
|
|
61178
61147
|
/***/ }),
|
|
61179
61148
|
|
|
61180
61149
|
/***/ "../../core/common/lib/esm/rpc/TestRpcManager.js":
|
|
@@ -61280,7 +61249,6 @@ WipRpcInterface.interfaceName = "WipRpcInterface";
|
|
|
61280
61249
|
WipRpcInterface.interfaceVersion = "0.5.0";
|
|
61281
61250
|
|
|
61282
61251
|
|
|
61283
|
-
|
|
61284
61252
|
/***/ }),
|
|
61285
61253
|
|
|
61286
61254
|
/***/ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js":
|
|
@@ -61354,13 +61322,13 @@ class RpcConfiguration {
|
|
|
61354
61322
|
/** Sets the configuration supplier for an RPC interface class for a given routing. */
|
|
61355
61323
|
static assignWithRouting(definition, routing, configuration) {
|
|
61356
61324
|
if (!definition.prototype.configurationSupplier) {
|
|
61357
|
-
|
|
61325
|
+
_a.assign(definition, RpcRoutingMap.create());
|
|
61358
61326
|
}
|
|
61359
61327
|
let map = definition.prototype.configurationSupplier;
|
|
61360
61328
|
if (typeof (map.configurations) === "undefined") {
|
|
61361
61329
|
const existing = map;
|
|
61362
61330
|
map = RpcRoutingMap.create();
|
|
61363
|
-
|
|
61331
|
+
_a.assign(definition, map);
|
|
61364
61332
|
map.configurations.set(_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_5__.RpcRoutingToken["default"].id, existing);
|
|
61365
61333
|
}
|
|
61366
61334
|
const supplier = () => configuration;
|
|
@@ -61384,7 +61352,7 @@ class RpcConfiguration {
|
|
|
61384
61352
|
return;
|
|
61385
61353
|
}
|
|
61386
61354
|
this.attached.push(definition);
|
|
61387
|
-
|
|
61355
|
+
_a.assign(definition, () => this.constructor);
|
|
61388
61356
|
_RpcManager__WEBPACK_IMPORTED_MODULE_0__.RpcManager.initializeInterface(definition);
|
|
61389
61357
|
}
|
|
61390
61358
|
/** Initializes the RPC interfaces managed by the configuration. */
|
|
@@ -61393,7 +61361,7 @@ class RpcConfiguration {
|
|
|
61393
61361
|
}
|
|
61394
61362
|
/** @internal */
|
|
61395
61363
|
static supply(definition) {
|
|
61396
|
-
return
|
|
61364
|
+
return _a.obtain(definition.configurationSupplier ? definition.configurationSupplier(definition.routing) : RpcDefaultConfiguration);
|
|
61397
61365
|
}
|
|
61398
61366
|
/** @internal */
|
|
61399
61367
|
onRpcClientInitialized(definition, client) {
|
|
@@ -61441,7 +61409,6 @@ RpcConfiguration.requestContext = {
|
|
|
61441
61409
|
authorization: "",
|
|
61442
61410
|
}),
|
|
61443
61411
|
};
|
|
61444
|
-
|
|
61445
61412
|
/** A default configuration that can be used for basic testing within a library.
|
|
61446
61413
|
* @internal
|
|
61447
61414
|
*/
|
|
@@ -61785,7 +61752,6 @@ RpcControlChannel.channels = [];
|
|
|
61785
61752
|
RpcControlChannel._obtainLock = 0;
|
|
61786
61753
|
|
|
61787
61754
|
|
|
61788
|
-
|
|
61789
61755
|
/***/ }),
|
|
61790
61756
|
|
|
61791
61757
|
/***/ "../../core/common/lib/esm/rpc/core/RpcInvocation.js":
|
|
@@ -61918,7 +61884,7 @@ class RpcInvocation {
|
|
|
61918
61884
|
const impl = _RpcRegistry__WEBPACK_IMPORTED_MODULE_10__.RpcRegistry.instance.getImplForInterface(this.operation.interfaceDefinition);
|
|
61919
61885
|
impl[_RpcRegistry__WEBPACK_IMPORTED_MODULE_10__.CURRENT_INVOCATION] = this;
|
|
61920
61886
|
const op = this.lookupOperationFunction(impl);
|
|
61921
|
-
return await
|
|
61887
|
+
return await _a.runActivity(activity, async () => op.call(impl, ...parameters)
|
|
61922
61888
|
.catch(async (error) => {
|
|
61923
61889
|
// this catch block is intentionally placed inside `runActivity` to attach the right logging metadata and use the correct openTelemetry span.
|
|
61924
61890
|
if (!(error instanceof _RpcControl__WEBPACK_IMPORTED_MODULE_6__.RpcPendingResponse)) {
|
|
@@ -61941,7 +61907,7 @@ class RpcInvocation {
|
|
|
61941
61907
|
if (isToken && this.protocol.checkToken && !this.operation.policy.allowTokenMismatch) {
|
|
61942
61908
|
const inflated = this.protocol.inflateToken(parameter, this.request);
|
|
61943
61909
|
parameters[i] = inflated;
|
|
61944
|
-
if (!
|
|
61910
|
+
if (!_a.compareTokens(parameter, inflated)) {
|
|
61945
61911
|
if (_RpcConfiguration__WEBPACK_IMPORTED_MODULE_4__.RpcConfiguration.throwOnTokenMismatch) {
|
|
61946
61912
|
throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "IModelRpcProps mismatch detected for this request.");
|
|
61947
61913
|
}
|
|
@@ -62065,7 +62031,6 @@ _a = RpcInvocation;
|
|
|
62065
62031
|
RpcInvocation.runActivity = async (_activity, fn) => fn();
|
|
62066
62032
|
|
|
62067
62033
|
|
|
62068
|
-
|
|
62069
62034
|
/***/ }),
|
|
62070
62035
|
|
|
62071
62036
|
/***/ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js":
|
|
@@ -62332,7 +62297,6 @@ class RpcOperation {
|
|
|
62332
62297
|
}
|
|
62333
62298
|
/** A fallback token to use for RPC requests that do not semantically depend on an iModel. */
|
|
62334
62299
|
RpcOperation.fallbackToken = undefined;
|
|
62335
|
-
|
|
62336
62300
|
/** @internal */
|
|
62337
62301
|
(function (RpcOperation) {
|
|
62338
62302
|
function obtainInstance(obj) {
|
|
@@ -62638,7 +62602,6 @@ RpcProtocol.events = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEven
|
|
|
62638
62602
|
RpcProtocol.protocolVersion = RpcProtocolVersion.IntroducedStatusCategory;
|
|
62639
62603
|
|
|
62640
62604
|
|
|
62641
|
-
|
|
62642
62605
|
/***/ }),
|
|
62643
62606
|
|
|
62644
62607
|
/***/ "../../core/common/lib/esm/rpc/core/RpcPush.js":
|
|
@@ -62685,7 +62648,6 @@ class RpcPushService {
|
|
|
62685
62648
|
}
|
|
62686
62649
|
/** The push service for the dedicated backend (for example, an electron or mobile app). */
|
|
62687
62650
|
RpcPushService.dedicated = new RpcPushService("dedicated");
|
|
62688
|
-
|
|
62689
62651
|
/** Defines a named stream of push messages.
|
|
62690
62652
|
* @internal
|
|
62691
62653
|
*/
|
|
@@ -62756,7 +62718,6 @@ class RpcPushChannel {
|
|
|
62756
62718
|
/** @internal */
|
|
62757
62719
|
RpcPushChannel.enabled = false;
|
|
62758
62720
|
RpcPushChannel._channels = new Map();
|
|
62759
|
-
|
|
62760
62721
|
/** Receives push messages from the backend.
|
|
62761
62722
|
* @internal
|
|
62762
62723
|
*/
|
|
@@ -63461,7 +63422,6 @@ RpcRequest._activeRequests = new Map();
|
|
|
63461
63422
|
RpcRequest.events = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
63462
63423
|
/** Resolvers for "not found" requests. See [[RpcRequestNotFoundHandler]] */
|
|
63463
63424
|
RpcRequest.notFoundHandlers = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
63464
|
-
|
|
63465
63425
|
/** @internal */
|
|
63466
63426
|
const initializeRpcRequest = (() => {
|
|
63467
63427
|
let initialized = false;
|
|
@@ -63553,7 +63513,6 @@ RpcRoutingToken._next = -1;
|
|
|
63553
63513
|
RpcRoutingToken.default = RpcRoutingToken.generate("default");
|
|
63554
63514
|
|
|
63555
63515
|
|
|
63556
|
-
|
|
63557
63516
|
/***/ }),
|
|
63558
63517
|
|
|
63559
63518
|
/***/ "../../core/common/lib/esm/rpc/core/RpcSessionInvocation.js":
|
|
@@ -63675,7 +63634,6 @@ BentleyCloudRpcConfiguration.accessControl = {
|
|
|
63675
63634
|
allowMethods: "POST, GET, OPTIONS",
|
|
63676
63635
|
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
63636
|
};
|
|
63678
|
-
|
|
63679
63637
|
/** Coordinates usage of RPC interfaces for Bentley cloud deployments.
|
|
63680
63638
|
* @beta
|
|
63681
63639
|
*/
|
|
@@ -64016,7 +63974,6 @@ RpcMultipart.platform = {
|
|
|
64016
63974
|
};
|
|
64017
63975
|
|
|
64018
63976
|
|
|
64019
|
-
|
|
64020
63977
|
/***/ }),
|
|
64021
63978
|
|
|
64022
63979
|
/***/ "../../core/common/lib/esm/rpc/web/WebAppRpcLogging.js":
|
|
@@ -64118,9 +64075,9 @@ class WebAppRpcLogging {
|
|
|
64118
64075
|
operation: object.operation.operationName,
|
|
64119
64076
|
rpcInterface: this.getRpcInterfaceName(object.operation.interfaceDefinition),
|
|
64120
64077
|
// 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(),
|
|
64078
|
+
ActivityId: object.id, // eslint-disable-line @typescript-eslint/naming-convention
|
|
64079
|
+
TimeElapsed: ("elapsed" in object) ? object.elapsed : 0, // eslint-disable-line @typescript-eslint/naming-convention
|
|
64080
|
+
MachineName: this.getHostname(), // eslint-disable-line @typescript-eslint/naming-convention
|
|
64124
64081
|
...pathIds,
|
|
64125
64082
|
}));
|
|
64126
64083
|
}
|
|
@@ -64134,9 +64091,9 @@ class WebAppRpcLogging {
|
|
|
64134
64091
|
rpcInterface: this.getRpcInterfaceName(object.operation.interfaceDefinition),
|
|
64135
64092
|
status,
|
|
64136
64093
|
// 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(),
|
|
64094
|
+
ActivityId: object.id, // eslint-disable-line @typescript-eslint/naming-convention
|
|
64095
|
+
TimeElapsed: elapsed, // eslint-disable-line @typescript-eslint/naming-convention
|
|
64096
|
+
MachineName: this.getHostname(), // eslint-disable-line @typescript-eslint/naming-convention
|
|
64140
64097
|
...pathIds,
|
|
64141
64098
|
}));
|
|
64142
64099
|
}
|
|
@@ -64165,8 +64122,8 @@ class WebAppRpcLoggingFrontend extends WebAppRpcLogging {
|
|
|
64165
64122
|
method: request.method,
|
|
64166
64123
|
path: request.path,
|
|
64167
64124
|
// Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
|
|
64168
|
-
ActivityId: request.id,
|
|
64169
|
-
MachineName: this.getHostname(),
|
|
64125
|
+
ActivityId: request.id, // eslint-disable-line @typescript-eslint/naming-convention
|
|
64126
|
+
MachineName: this.getHostname(), // eslint-disable-line @typescript-eslint/naming-convention
|
|
64170
64127
|
...pathIds,
|
|
64171
64128
|
}));
|
|
64172
64129
|
}
|
|
@@ -64509,7 +64466,7 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_4__.Rpc
|
|
|
64509
64466
|
}
|
|
64510
64467
|
async setupTransport() {
|
|
64511
64468
|
const parameters = (await this.protocol.serialize(this)).parameters;
|
|
64512
|
-
const transportType =
|
|
64469
|
+
const transportType = _a.computeTransportType(parameters, this.parameters);
|
|
64513
64470
|
if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Binary) {
|
|
64514
64471
|
this.setupBinaryTransport(parameters);
|
|
64515
64472
|
}
|
|
@@ -64534,7 +64491,7 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_4__.Rpc
|
|
|
64534
64491
|
setupTextTransport(parameters) {
|
|
64535
64492
|
if (this.operation.policy.allowResponseCaching(this)) {
|
|
64536
64493
|
const encodedBody = btoa(parameters.objects); // eslint-disable-line deprecation/deprecation
|
|
64537
|
-
if (encodedBody.length <=
|
|
64494
|
+
if (encodedBody.length <= _a.maxUrlComponentSize) {
|
|
64538
64495
|
this._request.method = "get";
|
|
64539
64496
|
this._request.body = undefined;
|
|
64540
64497
|
delete this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT];
|
|
@@ -64566,7 +64523,6 @@ WebAppRpcRequest.backend = {
|
|
|
64566
64523
|
};
|
|
64567
64524
|
|
|
64568
64525
|
|
|
64569
|
-
|
|
64570
64526
|
/***/ }),
|
|
64571
64527
|
|
|
64572
64528
|
/***/ "../../core/common/lib/esm/rpc/web/multipart/RpcMultipartParser.js":
|
|
@@ -65381,7 +65337,6 @@ class FeatureTableHeader {
|
|
|
65381
65337
|
FeatureTableHeader.sizeInBytes = 12;
|
|
65382
65338
|
|
|
65383
65339
|
|
|
65384
|
-
|
|
65385
65340
|
/***/ }),
|
|
65386
65341
|
|
|
65387
65342
|
/***/ "../../core/common/lib/esm/tile/PntsTileIO.js":
|
|
@@ -66319,6 +66274,7 @@ exports.ECStringConstants = void 0;
|
|
|
66319
66274
|
*/
|
|
66320
66275
|
class ECStringConstants {
|
|
66321
66276
|
}
|
|
66277
|
+
exports.ECStringConstants = ECStringConstants;
|
|
66322
66278
|
// Relationship End
|
|
66323
66279
|
ECStringConstants.RELATIONSHIP_END_SOURCE = "Source";
|
|
66324
66280
|
ECStringConstants.RELATIONSHIP_END_TARGET = "Target";
|
|
@@ -66339,7 +66295,6 @@ ECStringConstants.CONTAINERTYPE_SOURCERELATIONSHIPCONSTRAINT = "SourceRelationsh
|
|
|
66339
66295
|
ECStringConstants.CONTAINERTYPE_TARGETRELATIONSHIPCONSTRAINT = "TargetRelationshipConstraint";
|
|
66340
66296
|
ECStringConstants.CONTAINERTYPE_ANYRELATIONSHIPCONSTRAINT = "AnyRelationshipConstraint";
|
|
66341
66297
|
ECStringConstants.CONTAINERTYPE_ANY = "Any";
|
|
66342
|
-
exports.ECStringConstants = ECStringConstants;
|
|
66343
66298
|
|
|
66344
66299
|
|
|
66345
66300
|
/***/ }),
|
|
@@ -66406,7 +66361,7 @@ class SchemaCache {
|
|
|
66406
66361
|
*/
|
|
66407
66362
|
async addSchemaPromise(schemaInfo, schema, schemaPromise) {
|
|
66408
66363
|
if (this.schemaExists(schemaInfo.schemaKey))
|
|
66409
|
-
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.DuplicateSchema, `The schema, ${
|
|
66364
|
+
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.DuplicateSchema, `The schema, ${schemaInfo.schemaKey.toString()}, already exists within this cache.`);
|
|
66410
66365
|
this._schema.push({ schemaInfo, schema, schemaPromise });
|
|
66411
66366
|
// This promise is cached and will be awaited when the user requests the full schema.
|
|
66412
66367
|
// If the promise competes successfully before the user requests the schema it will be removed from the cache
|
|
@@ -69652,7 +69607,7 @@ var XmlSerializationUtils;
|
|
|
69652
69607
|
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
69608
|
return [nameParts[1], `${nameParts[0]}.${attributeSchema.schemaKey.version.toString()}`];
|
|
69654
69609
|
}
|
|
69655
|
-
})(XmlSerializationUtils
|
|
69610
|
+
})(XmlSerializationUtils || (exports.XmlSerializationUtils = XmlSerializationUtils = {}));
|
|
69656
69611
|
|
|
69657
69612
|
|
|
69658
69613
|
/***/ }),
|
|
@@ -69784,7 +69739,7 @@ var ECClassModifier;
|
|
|
69784
69739
|
ECClassModifier[ECClassModifier["None"] = 0] = "None";
|
|
69785
69740
|
ECClassModifier[ECClassModifier["Abstract"] = 1] = "Abstract";
|
|
69786
69741
|
ECClassModifier[ECClassModifier["Sealed"] = 2] = "Sealed";
|
|
69787
|
-
})(ECClassModifier
|
|
69742
|
+
})(ECClassModifier || (exports.ECClassModifier = ECClassModifier = {}));
|
|
69788
69743
|
/**
|
|
69789
69744
|
* An enumeration that has all the schema item type names as values
|
|
69790
69745
|
* @beta */
|
|
@@ -69804,7 +69759,7 @@ var SchemaItemType;
|
|
|
69804
69759
|
SchemaItemType["Phenomenon"] = "Phenomenon";
|
|
69805
69760
|
SchemaItemType["UnitSystem"] = "UnitSystem";
|
|
69806
69761
|
SchemaItemType["Format"] = "Format";
|
|
69807
|
-
})(SchemaItemType
|
|
69762
|
+
})(SchemaItemType || (exports.SchemaItemType = SchemaItemType = {}));
|
|
69808
69763
|
/**
|
|
69809
69764
|
* Primitive data types for ECProperties.
|
|
69810
69765
|
* @beta
|
|
@@ -69822,7 +69777,7 @@ var PrimitiveType;
|
|
|
69822
69777
|
PrimitiveType[PrimitiveType["Point3d"] = 2049] = "Point3d";
|
|
69823
69778
|
PrimitiveType[PrimitiveType["String"] = 2305] = "String";
|
|
69824
69779
|
PrimitiveType[PrimitiveType["IGeometry"] = 2561] = "IGeometry";
|
|
69825
|
-
})(PrimitiveType
|
|
69780
|
+
})(PrimitiveType || (exports.PrimitiveType = PrimitiveType = {}));
|
|
69826
69781
|
/**
|
|
69827
69782
|
* Defines the valid CustomAttribute container types.
|
|
69828
69783
|
* @beta
|
|
@@ -69845,7 +69800,7 @@ var CustomAttributeContainerType;
|
|
|
69845
69800
|
CustomAttributeContainerType[CustomAttributeContainerType["TargetRelationshipConstraint"] = 2048] = "TargetRelationshipConstraint";
|
|
69846
69801
|
CustomAttributeContainerType[CustomAttributeContainerType["AnyRelationshipConstraint"] = 3072] = "AnyRelationshipConstraint";
|
|
69847
69802
|
CustomAttributeContainerType[CustomAttributeContainerType["Any"] = 4095] = "Any";
|
|
69848
|
-
})(CustomAttributeContainerType
|
|
69803
|
+
})(CustomAttributeContainerType || (exports.CustomAttributeContainerType = CustomAttributeContainerType = {}));
|
|
69849
69804
|
/**
|
|
69850
69805
|
* Defines what sort of match should be used when locating a schema.
|
|
69851
69806
|
* @beta
|
|
@@ -69862,7 +69817,7 @@ var SchemaMatchType;
|
|
|
69862
69817
|
SchemaMatchType[SchemaMatchType["Latest"] = 3] = "Latest";
|
|
69863
69818
|
// Find latest version with matching VersionRead
|
|
69864
69819
|
SchemaMatchType[SchemaMatchType["LatestReadCompatible"] = 4] = "LatestReadCompatible";
|
|
69865
|
-
})(SchemaMatchType
|
|
69820
|
+
})(SchemaMatchType || (exports.SchemaMatchType = SchemaMatchType = {}));
|
|
69866
69821
|
/**
|
|
69867
69822
|
* Identifer for an ECRelationshipConstraint. Used to determine the side of the relationship the constraint is representing.
|
|
69868
69823
|
* @beta
|
|
@@ -69871,20 +69826,20 @@ var RelationshipEnd;
|
|
|
69871
69826
|
(function (RelationshipEnd) {
|
|
69872
69827
|
RelationshipEnd[RelationshipEnd["Source"] = 0] = "Source";
|
|
69873
69828
|
RelationshipEnd[RelationshipEnd["Target"] = 1] = "Target";
|
|
69874
|
-
})(RelationshipEnd
|
|
69829
|
+
})(RelationshipEnd || (exports.RelationshipEnd = RelationshipEnd = {}));
|
|
69875
69830
|
/** @beta */
|
|
69876
69831
|
var StrengthType;
|
|
69877
69832
|
(function (StrengthType) {
|
|
69878
69833
|
StrengthType[StrengthType["Referencing"] = 0] = "Referencing";
|
|
69879
69834
|
StrengthType[StrengthType["Holding"] = 1] = "Holding";
|
|
69880
69835
|
StrengthType[StrengthType["Embedding"] = 2] = "Embedding";
|
|
69881
|
-
})(StrengthType
|
|
69836
|
+
})(StrengthType || (exports.StrengthType = StrengthType = {}));
|
|
69882
69837
|
/** @beta */
|
|
69883
69838
|
var StrengthDirection;
|
|
69884
69839
|
(function (StrengthDirection) {
|
|
69885
69840
|
StrengthDirection[StrengthDirection["Forward"] = 1] = "Forward";
|
|
69886
69841
|
StrengthDirection[StrengthDirection["Backward"] = 2] = "Backward";
|
|
69887
|
-
})(StrengthDirection
|
|
69842
|
+
})(StrengthDirection || (exports.StrengthDirection = StrengthDirection = {}));
|
|
69888
69843
|
// Helper methods for going to/from string for the above Enumerations.
|
|
69889
69844
|
/**
|
|
69890
69845
|
* Parses the provided string into an ECClassModifier if the string is a valid modifier.
|
|
@@ -70255,7 +70210,7 @@ var ECObjectsStatus;
|
|
|
70255
70210
|
ECObjectsStatus[ECObjectsStatus["InvalidSchemaAlias"] = 35078] = "InvalidSchemaAlias";
|
|
70256
70211
|
ECObjectsStatus[ECObjectsStatus["InvalidSchemaKey"] = 35079] = "InvalidSchemaKey";
|
|
70257
70212
|
ECObjectsStatus[ECObjectsStatus["UnableToLoadSchema"] = 35080] = "UnableToLoadSchema";
|
|
70258
|
-
})(ECObjectsStatus
|
|
70213
|
+
})(ECObjectsStatus || (exports.ECObjectsStatus = ECObjectsStatus = {}));
|
|
70259
70214
|
/** @internal */
|
|
70260
70215
|
class ECObjectsError extends core_bentley_1.BentleyError {
|
|
70261
70216
|
constructor(errorNumber, message) {
|
|
@@ -71352,7 +71307,7 @@ async function createNavigationProperty(ecClass, name, relationship, direction)
|
|
|
71352
71307
|
else
|
|
71353
71308
|
resolvedRelationship = relationship;
|
|
71354
71309
|
if (!resolvedRelationship)
|
|
71355
|
-
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.InvalidType, `The provided RelationshipClass, ${relationship}, is not a valid RelationshipClassInterface.`);
|
|
71310
|
+
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
71311
|
if (typeof (direction) === "string") {
|
|
71357
71312
|
const tmpDirection = (0, ECObjects_1.parseStrengthDirection)(direction);
|
|
71358
71313
|
if (undefined === tmpDirection)
|
|
@@ -71374,7 +71329,7 @@ function createNavigationPropertySync(ecClass, name, relationship, direction) {
|
|
|
71374
71329
|
else
|
|
71375
71330
|
resolvedRelationship = relationship;
|
|
71376
71331
|
if (!resolvedRelationship)
|
|
71377
|
-
throw new Exception_1.ECObjectsError(Exception_1.ECObjectsStatus.InvalidType, `The provided RelationshipClass, ${relationship}, is not a valid RelationshipClassInterface.`);
|
|
71332
|
+
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
71333
|
if (typeof (direction) === "string") {
|
|
71379
71334
|
const tmpDirection = (0, ECObjects_1.parseStrengthDirection)(direction);
|
|
71380
71335
|
if (undefined === tmpDirection)
|
|
@@ -73346,6 +73301,7 @@ class RelationshipConstraint {
|
|
|
73346
73301
|
this._constraintClasses.forEach((item, index) => {
|
|
73347
73302
|
const constraintName = item.fullName;
|
|
73348
73303
|
if (constraintName === constraint.fullName)
|
|
73304
|
+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
73349
73305
|
this._constraintClasses?.splice(index, 1);
|
|
73350
73306
|
});
|
|
73351
73307
|
}
|
|
@@ -73535,11 +73491,11 @@ class RelationshipMultiplicity {
|
|
|
73535
73491
|
return `(${this.lowerLimit}..${this.upperLimit === INT32_MAX ? "*" : this.upperLimit})`;
|
|
73536
73492
|
}
|
|
73537
73493
|
}
|
|
73494
|
+
exports.RelationshipMultiplicity = RelationshipMultiplicity;
|
|
73538
73495
|
RelationshipMultiplicity.zeroOne = new RelationshipMultiplicity(0, 1);
|
|
73539
73496
|
RelationshipMultiplicity.zeroMany = new RelationshipMultiplicity(0, INT32_MAX);
|
|
73540
73497
|
RelationshipMultiplicity.oneOne = new RelationshipMultiplicity(1, 1);
|
|
73541
73498
|
RelationshipMultiplicity.oneMany = new RelationshipMultiplicity(1, INT32_MAX);
|
|
73542
|
-
exports.RelationshipMultiplicity = RelationshipMultiplicity;
|
|
73543
73499
|
/**
|
|
73544
73500
|
* @internal
|
|
73545
73501
|
* An abstract class used for schema editing.
|
|
@@ -74527,7 +74483,7 @@ var PropertyType;
|
|
|
74527
74483
|
PropertyType[PropertyType["String_Enumeration_Array"] = 2325] = "String_Enumeration_Array";
|
|
74528
74484
|
PropertyType[PropertyType["IGeometry"] = 2561] = "IGeometry";
|
|
74529
74485
|
PropertyType[PropertyType["IGeometry_Array"] = 2565] = "IGeometry_Array";
|
|
74530
|
-
})(PropertyType
|
|
74486
|
+
})(PropertyType || (exports.PropertyType = PropertyType = {}));
|
|
74531
74487
|
/** @beta */
|
|
74532
74488
|
var PropertyTypeUtils;
|
|
74533
74489
|
(function (PropertyTypeUtils) {
|
|
@@ -74563,7 +74519,7 @@ var PropertyTypeUtils;
|
|
|
74563
74519
|
return t | 0;
|
|
74564
74520
|
}
|
|
74565
74521
|
PropertyTypeUtils.fromPrimitiveType = fromPrimitiveType;
|
|
74566
|
-
})(PropertyTypeUtils
|
|
74522
|
+
})(PropertyTypeUtils || (exports.PropertyTypeUtils = PropertyTypeUtils = {}));
|
|
74567
74523
|
/** @beta */
|
|
74568
74524
|
function propertyTypeToString(type) {
|
|
74569
74525
|
if (PropertyTypeUtils.isPrimitive(type))
|
|
@@ -75388,9 +75344,9 @@ class UnitConversion {
|
|
|
75388
75344
|
return new UnitConversion(unit.denominator / unit.numerator, 0.0);
|
|
75389
75345
|
}
|
|
75390
75346
|
}
|
|
75347
|
+
exports.UnitConversion = UnitConversion;
|
|
75391
75348
|
/** @internal */
|
|
75392
75349
|
UnitConversion.identity = new UnitConversion();
|
|
75393
|
-
exports.UnitConversion = UnitConversion;
|
|
75394
75350
|
|
|
75395
75351
|
|
|
75396
75352
|
/***/ }),
|
|
@@ -78991,7 +78947,6 @@ class AccuDraw {
|
|
|
78991
78947
|
}
|
|
78992
78948
|
}
|
|
78993
78949
|
AccuDraw._tempRot = new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix3d();
|
|
78994
|
-
|
|
78995
78950
|
/** Specify the rotation to return from [[AccuDrawHintBuilder.getContextRotation]].
|
|
78996
78951
|
* @public
|
|
78997
78952
|
* @extensions
|
|
@@ -80446,7 +80401,6 @@ class ApproximateTerrainHeights {
|
|
|
80446
80401
|
ApproximateTerrainHeights.maxLevel = 6;
|
|
80447
80402
|
|
|
80448
80403
|
|
|
80449
|
-
|
|
80450
80404
|
/***/ }),
|
|
80451
80405
|
|
|
80452
80406
|
/***/ "../../core/frontend/lib/esm/AuxCoordSys.js":
|
|
@@ -81214,7 +81168,6 @@ BackgroundMapGeometry._transitionDistanceMultiplier = .25; // In the transition
|
|
|
81214
81168
|
BackgroundMapGeometry._scratchRayFractions = new Array();
|
|
81215
81169
|
BackgroundMapGeometry._scratchRayAngles = new Array();
|
|
81216
81170
|
BackgroundMapGeometry._scratchPoint = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d.createZero();
|
|
81217
|
-
|
|
81218
81171
|
/** Calculate the ECEF to database (IModel) coordinate transform at a provided location, using the GCS of the iModel.
|
|
81219
81172
|
* The transform will exactly represent the GCS at the provided location.
|
|
81220
81173
|
* @public
|
|
@@ -81667,6 +81620,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
81667
81620
|
/* harmony import */ var _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
|
|
81668
81621
|
/* harmony import */ var _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @itwin/core-geometry */ "../../core/geometry/lib/esm/core-geometry.js");
|
|
81669
81622
|
/* harmony import */ var _IpcApp__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./IpcApp */ "../../core/frontend/lib/esm/IpcApp.js");
|
|
81623
|
+
/* harmony import */ var _TxnEntityChanges__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./TxnEntityChanges */ "../../core/frontend/lib/esm/TxnEntityChanges.js");
|
|
81670
81624
|
/*---------------------------------------------------------------------------------------------
|
|
81671
81625
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
81672
81626
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
@@ -81678,6 +81632,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
81678
81632
|
|
|
81679
81633
|
|
|
81680
81634
|
|
|
81635
|
+
|
|
81681
81636
|
/**
|
|
81682
81637
|
* Base class for notification handlers for events from the backend that are specific to a [[BriefcaseConnection]].
|
|
81683
81638
|
* @see [[BriefcaseTxns]].
|
|
@@ -81853,11 +81808,11 @@ class BriefcaseTxns extends BriefcaseNotificationHandler {
|
|
|
81853
81808
|
}
|
|
81854
81809
|
/** @internal */
|
|
81855
81810
|
notifyElementsChanged(changed) {
|
|
81856
|
-
this.onElementsChanged.raiseEvent(changed);
|
|
81811
|
+
this.onElementsChanged.raiseEvent(new _TxnEntityChanges__WEBPACK_IMPORTED_MODULE_4__.EntityChanges(changed));
|
|
81857
81812
|
}
|
|
81858
81813
|
/** @internal */
|
|
81859
81814
|
notifyModelsChanged(changed) {
|
|
81860
|
-
this.onModelsChanged.raiseEvent(changed);
|
|
81815
|
+
this.onModelsChanged.raiseEvent(new _TxnEntityChanges__WEBPACK_IMPORTED_MODULE_4__.EntityChanges(changed));
|
|
81861
81816
|
}
|
|
81862
81817
|
/** @internal */
|
|
81863
81818
|
notifyGeometryGuidsChanged(changes) {
|
|
@@ -83841,7 +83796,6 @@ DrawingViewState.alwaysDisplaySpatialView = false;
|
|
|
83841
83796
|
DrawingViewState.hideDrawingGraphics = false;
|
|
83842
83797
|
|
|
83843
83798
|
|
|
83844
|
-
|
|
83845
83799
|
/***/ }),
|
|
83846
83800
|
|
|
83847
83801
|
/***/ "../../core/frontend/lib/esm/ElementLocateManager.js":
|
|
@@ -85411,7 +85365,7 @@ class FrustumAnimator {
|
|
|
85411
85365
|
start: true,
|
|
85412
85366
|
easing: options.easingFunction ? options.easingFunction : settings.easing,
|
|
85413
85367
|
interpolation: zoomSettings.interpolation,
|
|
85414
|
-
onComplete: () => viewport.setupFromView(end),
|
|
85368
|
+
onComplete: () => viewport.setupFromView(end), // when we're done, set up from final state
|
|
85415
85369
|
onUpdate: () => {
|
|
85416
85370
|
const fraction = extentBias ? timing.position : timing.fraction; // if we're zooming, fraction comes from position interpolation
|
|
85417
85371
|
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 +86291,6 @@ class GraphicalEditingScope extends _BriefcaseTxns__WEBPACK_IMPORTED_MODULE_2__.
|
|
|
86337
86291
|
GraphicalEditingScope.onEnter = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
86338
86292
|
|
|
86339
86293
|
|
|
86340
|
-
|
|
86341
86294
|
/***/ }),
|
|
86342
86295
|
|
|
86343
86296
|
/***/ "../../core/frontend/lib/esm/HitDetail.js":
|
|
@@ -87209,7 +87162,7 @@ class IModelApp {
|
|
|
87209
87162
|
this.onBeforeShutdown.clear();
|
|
87210
87163
|
if (false) {}
|
|
87211
87164
|
this._wantEventLoop = false;
|
|
87212
|
-
window.removeEventListener("resize", () =>
|
|
87165
|
+
window.removeEventListener("resize", () => _a.requestNextAnimation());
|
|
87213
87166
|
this.clearIntervalAnimation();
|
|
87214
87167
|
[this.toolAdmin, this.viewManager, this.tileAdmin].forEach((sys) => sys.onShutDown());
|
|
87215
87168
|
this.tools.shutdown();
|
|
@@ -87227,14 +87180,14 @@ class IModelApp {
|
|
|
87227
87180
|
* @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
87181
|
* @beta
|
|
87229
87182
|
*/
|
|
87230
|
-
static get animationInterval() { return
|
|
87183
|
+
static get animationInterval() { return _a._animationInterval; }
|
|
87231
87184
|
static set animationInterval(interval) {
|
|
87232
87185
|
if (undefined !== interval && interval.isTowardsPast)
|
|
87233
87186
|
interval = undefined;
|
|
87234
|
-
if (interval !==
|
|
87235
|
-
|
|
87236
|
-
if (
|
|
87237
|
-
|
|
87187
|
+
if (interval !== _a._animationInterval) {
|
|
87188
|
+
_a._animationInterval = interval;
|
|
87189
|
+
if (_a._wantEventLoop)
|
|
87190
|
+
_a.requestIntervalAnimation();
|
|
87238
87191
|
}
|
|
87239
87192
|
}
|
|
87240
87193
|
/** Request that the event loop execute on the next [animation frame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame).
|
|
@@ -87242,35 +87195,35 @@ class IModelApp {
|
|
|
87242
87195
|
*/
|
|
87243
87196
|
static requestNextAnimation() {
|
|
87244
87197
|
// Only want to call requestAnimationFrame if it is defined. Need to check whether current iModelApp is a NoRenderApp.
|
|
87245
|
-
if (
|
|
87198
|
+
if (_a._noRender)
|
|
87246
87199
|
return;
|
|
87247
|
-
if (!
|
|
87248
|
-
|
|
87249
|
-
requestAnimationFrame(() =>
|
|
87200
|
+
if (!_a._animationRequested) {
|
|
87201
|
+
_a._animationRequested = true;
|
|
87202
|
+
requestAnimationFrame(() => _a.eventLoop());
|
|
87250
87203
|
}
|
|
87251
87204
|
}
|
|
87252
87205
|
/** @internal */
|
|
87253
87206
|
static clearIntervalAnimation() {
|
|
87254
|
-
if (undefined !==
|
|
87255
|
-
window.clearInterval(
|
|
87256
|
-
|
|
87207
|
+
if (undefined !== _a._animationIntervalId) {
|
|
87208
|
+
window.clearInterval(_a._animationIntervalId);
|
|
87209
|
+
_a._animationIntervalId = undefined;
|
|
87257
87210
|
}
|
|
87258
87211
|
}
|
|
87259
87212
|
/** @internal */
|
|
87260
87213
|
static requestIntervalAnimation() {
|
|
87261
|
-
|
|
87262
|
-
if (undefined !==
|
|
87263
|
-
|
|
87264
|
-
|
|
87265
|
-
},
|
|
87214
|
+
_a.clearIntervalAnimation();
|
|
87215
|
+
if (undefined !== _a.animationInterval)
|
|
87216
|
+
_a._animationIntervalId = window.setInterval(() => {
|
|
87217
|
+
_a.requestNextAnimation();
|
|
87218
|
+
}, _a.animationInterval.milliseconds);
|
|
87266
87219
|
}
|
|
87267
87220
|
/** @internal */
|
|
87268
87221
|
static startEventLoop() {
|
|
87269
|
-
if (!
|
|
87270
|
-
|
|
87271
|
-
window.addEventListener("resize", () =>
|
|
87272
|
-
|
|
87273
|
-
|
|
87222
|
+
if (!_a._wantEventLoop) {
|
|
87223
|
+
_a._wantEventLoop = true;
|
|
87224
|
+
window.addEventListener("resize", () => _a.requestNextAnimation());
|
|
87225
|
+
_a.requestIntervalAnimation();
|
|
87226
|
+
_a.requestNextAnimation();
|
|
87274
87227
|
}
|
|
87275
87228
|
}
|
|
87276
87229
|
/** Strictly for tests. @internal */
|
|
@@ -87279,19 +87232,19 @@ class IModelApp {
|
|
|
87279
87232
|
}
|
|
87280
87233
|
/** The main event processing loop for Tools and rendering. */
|
|
87281
87234
|
static eventLoop() {
|
|
87282
|
-
|
|
87283
|
-
if (!
|
|
87235
|
+
_a._animationRequested = false;
|
|
87236
|
+
if (!_a._wantEventLoop) // flag turned on at startup
|
|
87284
87237
|
return;
|
|
87285
87238
|
try {
|
|
87286
|
-
|
|
87287
|
-
|
|
87288
|
-
|
|
87239
|
+
_a.toolAdmin.processEvent(); // eslint-disable-line @typescript-eslint/no-floating-promises
|
|
87240
|
+
_a.viewManager.renderLoop();
|
|
87241
|
+
_a.tileAdmin.process();
|
|
87289
87242
|
}
|
|
87290
87243
|
catch (exception) {
|
|
87291
87244
|
_tools_ToolAdmin__WEBPACK_IMPORTED_MODULE_34__.ToolAdmin.exceptionHandler(exception); // eslint-disable-line @typescript-eslint/no-floating-promises
|
|
87292
|
-
|
|
87293
|
-
|
|
87294
|
-
window.removeEventListener("resize", () =>
|
|
87245
|
+
_a._wantEventLoop = false;
|
|
87246
|
+
_a._animationRequested = true; // unrecoverable after exception, don't request any further frames.
|
|
87247
|
+
window.removeEventListener("resize", () => _a.requestNextAnimation());
|
|
87295
87248
|
}
|
|
87296
87249
|
}
|
|
87297
87250
|
/** Get the user's access token for this IModelApp, or a blank string if none is available.
|
|
@@ -87321,7 +87274,7 @@ class IModelApp {
|
|
|
87321
87274
|
sessionId: this.sessionId,
|
|
87322
87275
|
authorization: _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_2__.ProcessDetector.isMobileAppFrontend ? "" : await this.getAccessToken(),
|
|
87323
87276
|
};
|
|
87324
|
-
const csrf =
|
|
87277
|
+
const csrf = _a.securityOptions.csrfProtection;
|
|
87325
87278
|
if (csrf && csrf.enabled) {
|
|
87326
87279
|
const cookieName = csrf.cookieName || "XSRF-TOKEN";
|
|
87327
87280
|
const cookieValue = document.cookie.split("; ").find((r) => r.startsWith(`${cookieName}=`));
|
|
@@ -87358,7 +87311,7 @@ class IModelApp {
|
|
|
87358
87311
|
static makeModalDiv(options) {
|
|
87359
87312
|
const root = options.rootDiv ? options.rootDiv : document.body;
|
|
87360
87313
|
// create the overlay div to "black out" the application to indicate everything is inactive until the modal has been dismissed.
|
|
87361
|
-
const overlay =
|
|
87314
|
+
const overlay = _a.makeHTMLElement("div", { parent: root, className: "imodeljs-modal-overlay" });
|
|
87362
87315
|
overlay.tabIndex = -1; // so we can catch keystroke events
|
|
87363
87316
|
// function to remove modal dialog
|
|
87364
87317
|
const stop = (ev) => {
|
|
@@ -87378,14 +87331,14 @@ class IModelApp {
|
|
|
87378
87331
|
};
|
|
87379
87332
|
overlay.focus();
|
|
87380
87333
|
}
|
|
87381
|
-
const modal =
|
|
87334
|
+
const modal = _a.makeHTMLElement("div", { parent: overlay, className: "imodeljs-modal" });
|
|
87382
87335
|
if (undefined !== options.width) {
|
|
87383
87336
|
modal.style.width = `${options.width}px`;
|
|
87384
87337
|
// allow the dialog to be smaller than the width
|
|
87385
87338
|
modal.style.maxWidth = `min(100% - (2 * var(--width-border)), ${options.width}px)`;
|
|
87386
87339
|
}
|
|
87387
87340
|
if (options.closeBox) {
|
|
87388
|
-
const close =
|
|
87341
|
+
const close = _a.makeHTMLElement("p", { parent: modal, className: "imodeljs-modal-close" });
|
|
87389
87342
|
close.innerText = "\u00d7"; // unicode "times" symbol
|
|
87390
87343
|
close.onclick = stop;
|
|
87391
87344
|
}
|
|
@@ -87396,27 +87349,27 @@ class IModelApp {
|
|
|
87396
87349
|
* @beta
|
|
87397
87350
|
*/
|
|
87398
87351
|
static makeLogoCard(opts) {
|
|
87399
|
-
const card =
|
|
87400
|
-
const iconCell =
|
|
87352
|
+
const card = _a.makeHTMLElement("tr");
|
|
87353
|
+
const iconCell = _a.makeHTMLElement("td", { parent: card, className: "logo-card-logo" });
|
|
87401
87354
|
if (undefined !== opts.iconSrc) {
|
|
87402
87355
|
if (typeof opts.iconSrc === "string") {
|
|
87403
|
-
const logo =
|
|
87356
|
+
const logo = _a.makeHTMLElement("img");
|
|
87404
87357
|
logo.src = opts.iconSrc;
|
|
87405
87358
|
logo.width = opts.iconWidth ? opts.iconWidth : 64;
|
|
87406
87359
|
opts.iconSrc = logo;
|
|
87407
87360
|
}
|
|
87408
87361
|
iconCell.appendChild(opts.iconSrc);
|
|
87409
87362
|
}
|
|
87410
|
-
const noticeCell =
|
|
87363
|
+
const noticeCell = _a.makeHTMLElement("td", { parent: card, className: "logo-card-message" });
|
|
87411
87364
|
if (undefined !== opts.heading) {
|
|
87412
87365
|
if (typeof opts.heading === "string")
|
|
87413
|
-
|
|
87366
|
+
_a.makeHTMLElement("h2", { parent: noticeCell, innerHTML: opts.heading, className: "logo-card-header" });
|
|
87414
87367
|
else
|
|
87415
87368
|
noticeCell.appendChild(opts.heading);
|
|
87416
87369
|
}
|
|
87417
87370
|
if (undefined !== opts.notice) {
|
|
87418
87371
|
if (typeof opts.notice === "string")
|
|
87419
|
-
|
|
87372
|
+
_a.makeHTMLElement("p", { parent: noticeCell, innerHTML: opts.notice, className: "logo-cards" });
|
|
87420
87373
|
else
|
|
87421
87374
|
noticeCell.appendChild(opts.notice);
|
|
87422
87375
|
}
|
|
@@ -87437,7 +87390,7 @@ class IModelApp {
|
|
|
87437
87390
|
*/
|
|
87438
87391
|
static formatElementToolTip(msg) {
|
|
87439
87392
|
let out = "";
|
|
87440
|
-
msg.forEach((line) => out += `${
|
|
87393
|
+
msg.forEach((line) => out += `${_a.localization?.getLocalizedKeys(line)}<br>`);
|
|
87441
87394
|
const div = document.createElement("div");
|
|
87442
87395
|
div.innerHTML = out;
|
|
87443
87396
|
return div;
|
|
@@ -87470,7 +87423,7 @@ class IModelApp {
|
|
|
87470
87423
|
*/
|
|
87471
87424
|
static _createExtensionAdmin() {
|
|
87472
87425
|
const extensionAdmin = new _extension_ExtensionAdmin__WEBPACK_IMPORTED_MODULE_11__.ExtensionAdmin();
|
|
87473
|
-
|
|
87426
|
+
_a.onAfterStartup.addListener(extensionAdmin.onStartup);
|
|
87474
87427
|
return extensionAdmin;
|
|
87475
87428
|
}
|
|
87476
87429
|
}
|
|
@@ -87495,7 +87448,6 @@ IModelApp.extensionAdmin = _a._createExtensionAdmin();
|
|
|
87495
87448
|
IModelApp._entityClasses = new Map();
|
|
87496
87449
|
|
|
87497
87450
|
|
|
87498
|
-
|
|
87499
87451
|
/***/ }),
|
|
87500
87452
|
|
|
87501
87453
|
/***/ "../../core/frontend/lib/esm/IModelConnection.js":
|
|
@@ -88061,7 +88013,6 @@ IModelConnection.connectionTimeout = 10 * 60 * 1000;
|
|
|
88061
88013
|
IModelConnection.onClose = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
88062
88014
|
/** Event called immediately after *any* IModelConnection is opened. */
|
|
88063
88015
|
IModelConnection.onOpen = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
88064
|
-
|
|
88065
88016
|
/** A connection that exists without an iModel. Useful for connecting to Reality Data services.
|
|
88066
88017
|
* @note This class exists because our display system requires an IModelConnection type even if only reality data is drawn.
|
|
88067
88018
|
* @public
|
|
@@ -88650,7 +88601,6 @@ class IModelRoutingContext {
|
|
|
88650
88601
|
IModelRoutingContext.default = new IModelRoutingContext(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.RpcRoutingToken["default"]);
|
|
88651
88602
|
|
|
88652
88603
|
|
|
88653
|
-
|
|
88654
88604
|
/***/ }),
|
|
88655
88605
|
|
|
88656
88606
|
/***/ "../../core/frontend/lib/esm/IModeljs-css.js":
|
|
@@ -88956,7 +88906,6 @@ class IpcApp {
|
|
|
88956
88906
|
}
|
|
88957
88907
|
/** A Proxy to call one of the [IpcAppFunctions]($common) functions via IPC. */
|
|
88958
88908
|
IpcApp.appFunctionIpc = IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.ipcAppChannels.functions);
|
|
88959
|
-
|
|
88960
88909
|
/**
|
|
88961
88910
|
* Base class for all implementations of an Ipc notification response interface. This class is implemented on your frontend to supply
|
|
88962
88911
|
* methods to receive notifications from your backend.
|
|
@@ -89133,7 +89082,6 @@ class LocalhostIpcApp {
|
|
|
89133
89082
|
LocalhostIpcApp._initialized = false;
|
|
89134
89083
|
|
|
89135
89084
|
|
|
89136
|
-
|
|
89137
89085
|
/***/ }),
|
|
89138
89086
|
|
|
89139
89087
|
/***/ "../../core/frontend/lib/esm/MarginPercent.js":
|
|
@@ -90028,7 +89976,7 @@ class NativeApp {
|
|
|
90028
89976
|
return;
|
|
90029
89977
|
this._isValid = true;
|
|
90030
89978
|
this._removeAppNotify = NativeAppNotifyHandler.register(); // receives notifications from backend
|
|
90031
|
-
|
|
89979
|
+
_a.hookBrowserConnectivityEvents();
|
|
90032
89980
|
// initialize current online state.
|
|
90033
89981
|
if (window.navigator.onLine) {
|
|
90034
89982
|
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 +89985,7 @@ class NativeApp {
|
|
|
90037
89985
|
/** @internal */
|
|
90038
89986
|
static async shutdown() {
|
|
90039
89987
|
this._removeAppNotify?.();
|
|
90040
|
-
|
|
89988
|
+
_a.unhookBrowserConnectivityEvents();
|
|
90041
89989
|
await _NativeAppLogger__WEBPACK_IMPORTED_MODULE_4__.NativeAppLogger.flush();
|
|
90042
89990
|
await _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.shutdown();
|
|
90043
89991
|
this._isValid = false;
|
|
@@ -90111,7 +90059,7 @@ class NativeApp {
|
|
|
90111
90059
|
}
|
|
90112
90060
|
/** Get the list of existing Storages on the local disk. */
|
|
90113
90061
|
static async getStorageNames() {
|
|
90114
|
-
return
|
|
90062
|
+
return _a.nativeAppIpc.storageMgrNames();
|
|
90115
90063
|
}
|
|
90116
90064
|
}
|
|
90117
90065
|
_a = NativeApp;
|
|
@@ -90119,15 +90067,14 @@ _a = NativeApp;
|
|
|
90119
90067
|
NativeApp.nativeAppIpc = _IpcApp__WEBPACK_IMPORTED_MODULE_3__.IpcApp.makeIpcProxy(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.nativeAppIpcStrings.channelName);
|
|
90120
90068
|
NativeApp._storages = new Map();
|
|
90121
90069
|
NativeApp._onOnline = async () => {
|
|
90122
|
-
await
|
|
90070
|
+
await _a.setConnectivity(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.OverriddenBy.Browser, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.InternetConnectivityStatus.Online);
|
|
90123
90071
|
};
|
|
90124
90072
|
NativeApp._onOffline = async () => {
|
|
90125
|
-
await
|
|
90073
|
+
await _a.setConnectivity(_itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.OverriddenBy.Browser, _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.InternetConnectivityStatus.Offline);
|
|
90126
90074
|
};
|
|
90127
90075
|
/** event called when internet connectivity changes, if known */
|
|
90128
90076
|
NativeApp.onInternetConnectivityChanged = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
90129
90077
|
NativeApp._isValid = false;
|
|
90130
|
-
|
|
90131
90078
|
/**
|
|
90132
90079
|
* A local disk-based cache for key value pairs for NativeApps.
|
|
90133
90080
|
* @note This should be used only for local caching, since its not guaranteed to exist permanently.
|
|
@@ -90256,7 +90203,6 @@ class NativeAppLogger {
|
|
|
90256
90203
|
NativeAppLogger._messages = [];
|
|
90257
90204
|
|
|
90258
90205
|
|
|
90259
|
-
|
|
90260
90206
|
/***/ }),
|
|
90261
90207
|
|
|
90262
90208
|
/***/ "../../core/frontend/lib/esm/NoRenderApp.js":
|
|
@@ -93358,7 +93304,6 @@ class IconSprites {
|
|
|
93358
93304
|
static emptyAll() { this._sprites.clear(); }
|
|
93359
93305
|
}
|
|
93360
93306
|
IconSprites._sprites = new Map();
|
|
93361
|
-
|
|
93362
93307
|
/** A Sprite location. Sprites generally move around on the screen and this object holds the current location
|
|
93363
93308
|
* and current Sprite within a ScreenViewport. SpriteLocations can be either inactive (not visible) or active.
|
|
93364
93309
|
*
|
|
@@ -94285,6 +94230,96 @@ class Tiles {
|
|
|
94285
94230
|
}
|
|
94286
94231
|
|
|
94287
94232
|
|
|
94233
|
+
/***/ }),
|
|
94234
|
+
|
|
94235
|
+
/***/ "../../core/frontend/lib/esm/TxnEntityChanges.js":
|
|
94236
|
+
/*!*******************************************************!*\
|
|
94237
|
+
!*** ../../core/frontend/lib/esm/TxnEntityChanges.js ***!
|
|
94238
|
+
\*******************************************************/
|
|
94239
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
94240
|
+
|
|
94241
|
+
"use strict";
|
|
94242
|
+
__webpack_require__.r(__webpack_exports__);
|
|
94243
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
94244
|
+
/* harmony export */ "EntityChanges": () => (/* binding */ EntityChanges),
|
|
94245
|
+
/* harmony export */ "Metadata": () => (/* binding */ Metadata)
|
|
94246
|
+
/* harmony export */ });
|
|
94247
|
+
/* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
|
|
94248
|
+
/*---------------------------------------------------------------------------------------------
|
|
94249
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
94250
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
94251
|
+
*--------------------------------------------------------------------------------------------*/
|
|
94252
|
+
/** @packageDocumentation
|
|
94253
|
+
* @module IModelConnection
|
|
94254
|
+
*/
|
|
94255
|
+
|
|
94256
|
+
class Metadata {
|
|
94257
|
+
constructor(name) {
|
|
94258
|
+
this.baseClasses = [];
|
|
94259
|
+
this.classFullName = name;
|
|
94260
|
+
}
|
|
94261
|
+
is(baseName) {
|
|
94262
|
+
return baseName === this.classFullName || this.baseClasses.some((base) => base.is(baseName));
|
|
94263
|
+
}
|
|
94264
|
+
}
|
|
94265
|
+
function* entityChangesIterator(changes, options) {
|
|
94266
|
+
let excludedMetaIndices;
|
|
94267
|
+
if (options?.includeMetadata) {
|
|
94268
|
+
for (let i = 0; i < changes.metadata.length; i++) {
|
|
94269
|
+
if (!options.includeMetadata(changes.metadata[i])) {
|
|
94270
|
+
excludedMetaIndices = excludedMetaIndices ?? new Set();
|
|
94271
|
+
excludedMetaIndices.add(i);
|
|
94272
|
+
}
|
|
94273
|
+
}
|
|
94274
|
+
}
|
|
94275
|
+
function* process(type) {
|
|
94276
|
+
if (options?.includeTypes && !options.includeTypes.includes(type)) {
|
|
94277
|
+
return;
|
|
94278
|
+
}
|
|
94279
|
+
const ids = changes[type];
|
|
94280
|
+
if (undefined === ids) {
|
|
94281
|
+
return;
|
|
94282
|
+
}
|
|
94283
|
+
const metaIndices = changes.args[`${type}Meta`];
|
|
94284
|
+
let index = 0;
|
|
94285
|
+
for (const id of _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.CompressedId64Set.iterable(ids)) {
|
|
94286
|
+
const metaIndex = metaIndices[index++];
|
|
94287
|
+
if (excludedMetaIndices && excludedMetaIndices.has(metaIndex)) {
|
|
94288
|
+
continue;
|
|
94289
|
+
}
|
|
94290
|
+
const metadata = changes.metadata[metaIndex];
|
|
94291
|
+
yield { type, id, metadata };
|
|
94292
|
+
}
|
|
94293
|
+
}
|
|
94294
|
+
yield* process("inserted");
|
|
94295
|
+
yield* process("deleted");
|
|
94296
|
+
yield* process("updated");
|
|
94297
|
+
}
|
|
94298
|
+
class EntityChanges {
|
|
94299
|
+
constructor(args) {
|
|
94300
|
+
this.args = args;
|
|
94301
|
+
this.metadata = args.meta.map((x) => new Metadata(x.name));
|
|
94302
|
+
for (let i = 0; i < this.metadata.length; i++) {
|
|
94303
|
+
const meta = this.metadata[i];
|
|
94304
|
+
for (const baseIndex of args.meta[i].bases) {
|
|
94305
|
+
meta.baseClasses.push(this.metadata[baseIndex]);
|
|
94306
|
+
}
|
|
94307
|
+
}
|
|
94308
|
+
}
|
|
94309
|
+
get inserted() { return this.args.inserted; }
|
|
94310
|
+
get deleted() { return this.args.deleted; }
|
|
94311
|
+
get updated() { return this.args.updated; }
|
|
94312
|
+
[Symbol.iterator]() {
|
|
94313
|
+
return entityChangesIterator(this);
|
|
94314
|
+
}
|
|
94315
|
+
filter(options) {
|
|
94316
|
+
return {
|
|
94317
|
+
[Symbol.iterator]: () => entityChangesIterator(this, options),
|
|
94318
|
+
};
|
|
94319
|
+
}
|
|
94320
|
+
}
|
|
94321
|
+
|
|
94322
|
+
|
|
94288
94323
|
/***/ }),
|
|
94289
94324
|
|
|
94290
94325
|
/***/ "../../core/frontend/lib/esm/UserPreferences.js":
|
|
@@ -95025,7 +95060,6 @@ ViewCreator2d._drawingModelClasses = [_ModelState__WEBPACK_IMPORTED_MODULE_4__.D
|
|
|
95025
95060
|
ViewCreator2d._sheetModelClasses = [_ModelState__WEBPACK_IMPORTED_MODULE_4__.SheetModelState.classFullName];
|
|
95026
95061
|
|
|
95027
95062
|
|
|
95028
|
-
|
|
95029
95063
|
/***/ }),
|
|
95030
95064
|
|
|
95031
95065
|
/***/ "../../core/frontend/lib/esm/ViewCreator3d.js":
|
|
@@ -95272,7 +95306,6 @@ ViewGlobalLocationConstants.satelliteHeightAboveEarthInMeters = 402336.0 * 24;
|
|
|
95272
95306
|
ViewGlobalLocationConstants.largestEarthArc = 20037500.0; // distance from point on earth to opposite point in meters
|
|
95273
95307
|
ViewGlobalLocationConstants.birdPitchAngleRadians = 0.0; // Angle.piOver4Radians;
|
|
95274
95308
|
ViewGlobalLocationConstants.maximumDistanceToDrive = 96560.6; // The distance in meters that we will "drive" instead of fly to a destination (60 miles)
|
|
95275
|
-
|
|
95276
95309
|
/** Converts a distance in meters to some range (smaller distances result in lower number; longer distances result in larger number)
|
|
95277
95310
|
* Uses 500 for minimum output and 3000 for maximum output, unless either are specified.
|
|
95278
95311
|
* Uses [[ViewGlobalLocationConstants.satelliteHeightAboveEarthInMeters]] as maximum input meters unless specified.
|
|
@@ -97766,7 +97799,6 @@ class ViewState3d extends ViewState {
|
|
|
97766
97799
|
}
|
|
97767
97800
|
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
97801
|
ViewState3d._scratchGlobeCarto = _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.Cartographic.createZero();
|
|
97769
|
-
|
|
97770
97802
|
/** Defines the state of a view of a single 2d model.
|
|
97771
97803
|
* @public
|
|
97772
97804
|
* @extensions
|
|
@@ -98384,7 +98416,6 @@ ViewingSpace.nearScaleLog24 = 1.0E-8;
|
|
|
98384
98416
|
ViewingSpace._minDepth = 1; // Allowing very small depth will cause frustum calculations to fail.
|
|
98385
98417
|
|
|
98386
98418
|
|
|
98387
|
-
|
|
98388
98419
|
/***/ }),
|
|
98389
98420
|
|
|
98390
98421
|
/***/ "../../core/frontend/lib/esm/Viewport.js":
|
|
@@ -99891,9 +99922,9 @@ class Viewport {
|
|
|
99891
99922
|
depthRange = { minimum: 0, maximum: 1 };
|
|
99892
99923
|
const middle = depthRange.minimum + ((depthRange.maximum - depthRange.minimum) / 2.0);
|
|
99893
99924
|
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),
|
|
99925
|
+
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(0.0, 0.0, middle), // lower left, at target depth
|
|
99926
|
+
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(1.0, 1.0, middle), // upper right at target depth
|
|
99927
|
+
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(0.0, 0.0, depthRange.maximum), // lower left, at closest npc
|
|
99897
99928
|
new _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Point3d(1.0, 1.0, depthRange.maximum), // upper right at closest
|
|
99898
99929
|
];
|
|
99899
99930
|
this.npcToWorldArray(corners);
|
|
@@ -100777,7 +100808,6 @@ class Viewport {
|
|
|
100777
100808
|
}
|
|
100778
100809
|
/** Don't allow entries in the view undo buffer unless they're separated by more than this amount of time. */
|
|
100779
100810
|
Viewport.undoDelay = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeDuration.fromSeconds(.5);
|
|
100780
|
-
|
|
100781
100811
|
/** An interactive Viewport that exists within an HTMLDivElement. ScreenViewports can receive HTML events.
|
|
100782
100812
|
* To render the contents of a ScreenViewport, it must be added to the [[ViewManager]] via ViewManager.addViewport().
|
|
100783
100813
|
* Every frame, the ViewManager will update the Viewport's state and re-render its contents if anything has changed.
|
|
@@ -101427,7 +101457,6 @@ ScreenViewport.animation = {
|
|
|
101427
101457
|
durationFactor: 1.5,
|
|
101428
101458
|
},
|
|
101429
101459
|
};
|
|
101430
|
-
|
|
101431
101460
|
function _clear2dCanvas(canvas) {
|
|
101432
101461
|
const ctx = canvas.getContext("2d", { alpha: true });
|
|
101433
101462
|
ctx.save();
|
|
@@ -104699,7 +104728,6 @@ class DisplayParams {
|
|
|
104699
104728
|
}
|
|
104700
104729
|
}
|
|
104701
104730
|
DisplayParams.minTransparency = 15; // Threshold below which we consider a color fully opaque
|
|
104702
|
-
|
|
104703
104731
|
/** @internal */
|
|
104704
104732
|
(function (DisplayParams) {
|
|
104705
104733
|
let Type;
|
|
@@ -108562,7 +108590,7 @@ class QuantityFormatter {
|
|
|
108562
108590
|
// ========================================================================================================================================
|
|
108563
108591
|
const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
108564
108592
|
{
|
|
108565
|
-
system: "metric",
|
|
108593
|
+
system: "metric", // PresentationUnitSystem.Metric,
|
|
108566
108594
|
entries: [
|
|
108567
108595
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]meter4" },
|
|
108568
108596
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]degree2" },
|
|
@@ -108576,7 +108604,7 @@ const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
|
108576
108604
|
],
|
|
108577
108605
|
},
|
|
108578
108606
|
{
|
|
108579
|
-
system: "imperial",
|
|
108607
|
+
system: "imperial", // PresentationUnitSystem.BritishImperial,
|
|
108580
108608
|
entries: [
|
|
108581
108609
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]fi8" },
|
|
108582
108610
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]dms2" },
|
|
@@ -108590,7 +108618,7 @@ const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
|
108590
108618
|
],
|
|
108591
108619
|
},
|
|
108592
108620
|
{
|
|
108593
|
-
system: "usCustomary",
|
|
108621
|
+
system: "usCustomary", // PresentationUnitSystem.UsCustomary
|
|
108594
108622
|
entries: [
|
|
108595
108623
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]fi8" },
|
|
108596
108624
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]dms2" },
|
|
@@ -108604,7 +108632,7 @@ const DEFAULT_FORMATKEY_BY_UNIT_SYSTEM = [
|
|
|
108604
108632
|
],
|
|
108605
108633
|
},
|
|
108606
108634
|
{
|
|
108607
|
-
system: "usSurvey",
|
|
108635
|
+
system: "usSurvey", // PresentationUnitSystem.UsSurvey
|
|
108608
108636
|
entries: [
|
|
108609
108637
|
{ type: getQuantityTypeKey(QuantityType.Length), formatKey: "[units:length]f-survey-4" },
|
|
108610
108638
|
{ type: getQuantityTypeKey(QuantityType.Angle), formatKey: "[units:angle]dms2" },
|
|
@@ -115983,7 +116011,6 @@ class BackgroundMapDrape extends _TextureDrape__WEBPACK_IMPORTED_MODULE_13__.Tex
|
|
|
115983
116011
|
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
116012
|
|
|
115985
116013
|
|
|
115986
|
-
|
|
115987
116014
|
/***/ }),
|
|
115988
116015
|
|
|
115989
116016
|
/***/ "../../core/frontend/lib/esm/render/webgl/BatchState.js":
|
|
@@ -116107,7 +116134,6 @@ class BatchState {
|
|
|
116107
116134
|
BatchState._scratchElementIdPair = { lower: 0, upper: 0 };
|
|
116108
116135
|
|
|
116109
116136
|
|
|
116110
|
-
|
|
116111
116137
|
/***/ }),
|
|
116112
116138
|
|
|
116113
116139
|
/***/ "../../core/frontend/lib/esm/render/webgl/BatchUniforms.js":
|
|
@@ -118193,7 +118219,6 @@ ColorInfo._nonUniformTranslucent = new ColorInfo(true);
|
|
|
118193
118219
|
ColorInfo._nonUniformOpaque = new ColorInfo(false);
|
|
118194
118220
|
|
|
118195
118221
|
|
|
118196
|
-
|
|
118197
118222
|
/***/ }),
|
|
118198
118223
|
|
|
118199
118224
|
/***/ "../../core/frontend/lib/esm/render/webgl/Diagnostics.js":
|
|
@@ -118250,7 +118275,6 @@ Debug.printEnabled = false;
|
|
|
118250
118275
|
Debug.evaluateEnabled = false;
|
|
118251
118276
|
|
|
118252
118277
|
|
|
118253
|
-
|
|
118254
118278
|
/***/ }),
|
|
118255
118279
|
|
|
118256
118280
|
/***/ "../../core/frontend/lib/esm/render/webgl/DrawCommand.js":
|
|
@@ -118363,7 +118387,6 @@ class PopBatchCommand {
|
|
|
118363
118387
|
}
|
|
118364
118388
|
}
|
|
118365
118389
|
PopBatchCommand.instance = new PopBatchCommand();
|
|
118366
|
-
|
|
118367
118390
|
/** @internal */
|
|
118368
118391
|
class PushBatchCommand {
|
|
118369
118392
|
constructor(batch) {
|
|
@@ -118404,7 +118427,6 @@ class PopBranchCommand {
|
|
|
118404
118427
|
}
|
|
118405
118428
|
}
|
|
118406
118429
|
PopBranchCommand.instance = new PopBranchCommand();
|
|
118407
|
-
|
|
118408
118430
|
/** @internal */
|
|
118409
118431
|
class PushClipCommand {
|
|
118410
118432
|
constructor(clip) {
|
|
@@ -118425,7 +118447,6 @@ class PopClipCommand {
|
|
|
118425
118447
|
}
|
|
118426
118448
|
}
|
|
118427
118449
|
PopClipCommand.instance = new PopClipCommand();
|
|
118428
|
-
|
|
118429
118450
|
/** @internal */
|
|
118430
118451
|
class PrimitiveCommand {
|
|
118431
118452
|
constructor(primitive) {
|
|
@@ -118467,7 +118488,6 @@ class PrimitiveCommand {
|
|
|
118467
118488
|
}
|
|
118468
118489
|
}
|
|
118469
118490
|
PrimitiveCommand._scratchTechniqueFlags = new _TechniqueFlags__WEBPACK_IMPORTED_MODULE_4__.TechniqueFlags();
|
|
118470
|
-
|
|
118471
118491
|
/** Extracts the commands for rendering the flashed classifier (if any) from the by-index set of volume classifier commands.
|
|
118472
118492
|
* NB: Cmds will be sets of some pushes, a primitive, and then some pops (equal to number of pushes).
|
|
118473
118493
|
* The primitive should be right in the middle of a set. We need to find the set which matches the flashID.
|
|
@@ -121101,7 +121121,6 @@ IModelFrameLifecycle.onChangeCameraFrustum = new _itwin_core_bentley__WEBPACK_IM
|
|
|
121101
121121
|
IModelFrameLifecycle.onChangeCameraView = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
121102
121122
|
|
|
121103
121123
|
|
|
121104
|
-
|
|
121105
121124
|
/***/ }),
|
|
121106
121125
|
|
|
121107
121126
|
/***/ "../../core/frontend/lib/esm/render/webgl/IndexedEdgeGeometry.js":
|
|
@@ -121368,7 +121387,6 @@ class InstanceBuffers extends InstanceData {
|
|
|
121368
121387
|
}
|
|
121369
121388
|
}
|
|
121370
121389
|
InstanceBuffers._patternParams = new Float32Array([0, 0, 0, 0]);
|
|
121371
|
-
|
|
121372
121390
|
/** @internal */
|
|
121373
121391
|
class PatternBuffers extends InstanceData {
|
|
121374
121392
|
constructor(count, rtcCenter, range, patternParams, // [ isAreaPattern, spacingX, spacingY, scale ]
|
|
@@ -122093,7 +122111,6 @@ class Material extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.RenderMat
|
|
|
122093
122111
|
}
|
|
122094
122112
|
// eslint-disable-next-line deprecation/deprecation
|
|
122095
122113
|
Material.default = new Material(_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.RenderMaterial.Params.defaults);
|
|
122096
|
-
|
|
122097
122114
|
Object.freeze(Material.default);
|
|
122098
122115
|
/** @internal */
|
|
122099
122116
|
function createMaterialInfo(source) {
|
|
@@ -123351,7 +123368,7 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
|
|
|
123351
123368
|
const maskViewFlags = {
|
|
123352
123369
|
renderMode: _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RenderMode.SmoothShade,
|
|
123353
123370
|
wiremesh: false,
|
|
123354
|
-
transparency: !this.isClassifyingPointCloud,
|
|
123371
|
+
transparency: !this.isClassifyingPointCloud, // point clouds don't support transparency.
|
|
123355
123372
|
textures: false,
|
|
123356
123373
|
lighting: false,
|
|
123357
123374
|
shadows: false,
|
|
@@ -123421,7 +123438,6 @@ class PlanarClassifier extends _RenderPlanarClassifier__WEBPACK_IMPORTED_MODULE_
|
|
|
123421
123438
|
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
123439
|
|
|
123423
123440
|
|
|
123424
|
-
|
|
123425
123441
|
/***/ }),
|
|
123426
123442
|
|
|
123427
123443
|
/***/ "../../core/frontend/lib/esm/render/webgl/PlanarGrid.js":
|
|
@@ -123718,7 +123734,6 @@ class PlanarTextureProjection {
|
|
|
123718
123734
|
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
123735
|
|
|
123720
123736
|
|
|
123721
|
-
|
|
123722
123737
|
/***/ }),
|
|
123723
123738
|
|
|
123724
123739
|
/***/ "../../core/frontend/lib/esm/render/webgl/PointCloud.js":
|
|
@@ -125950,7 +125965,6 @@ class RenderState {
|
|
|
125950
125965
|
}
|
|
125951
125966
|
}
|
|
125952
125967
|
RenderState.defaults = new RenderState();
|
|
125953
|
-
|
|
125954
125968
|
Object.freeze(RenderState.defaults);
|
|
125955
125969
|
|
|
125956
125970
|
|
|
@@ -134074,7 +134088,6 @@ class TechniqueFlags {
|
|
|
134074
134088
|
TechniqueFlags.defaults = new TechniqueFlags();
|
|
134075
134089
|
|
|
134076
134090
|
|
|
134077
|
-
|
|
134078
134091
|
/***/ }),
|
|
134079
134092
|
|
|
134080
134093
|
/***/ "../../core/frontend/lib/esm/render/webgl/TechniqueId.js":
|
|
@@ -134098,13 +134111,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
134098
134111
|
*/
|
|
134099
134112
|
|
|
134100
134113
|
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 */,
|
|
134114
|
+
-1 /* TechniqueId.Invalid */, // None = 0
|
|
134115
|
+
10 /* TechniqueId.CompositeTranslucent */, // Translucent == 1 << 0
|
|
134116
|
+
9 /* TechniqueId.CompositeHilite */, // Hilite == 1 << 1 == 2
|
|
134117
|
+
11 /* TechniqueId.CompositeHiliteAndTranslucent */, // Hilite | Translucent == 1 | 2 == 3
|
|
134118
|
+
12 /* TechniqueId.CompositeOcclusion */, // AmbientOcclusion == 1 << 2 == 4
|
|
134119
|
+
13 /* TechniqueId.CompositeTranslucentAndOcclusion */, // Translucent | AmbientOcclusion == 1 | 4 == 5
|
|
134120
|
+
14 /* TechniqueId.CompositeHiliteAndOcclusion */, // Hilite | AmbientOcclusion == 2 | 4 == 6
|
|
134108
134121
|
15 /* TechniqueId.CompositeAll */, // Translucent | Hilite | AmbientOcclusion == 1 | 2 | 4 == 7
|
|
134109
134122
|
];
|
|
134110
134123
|
/** @internal */
|
|
@@ -134566,7 +134579,6 @@ class Texture2DHandle extends TextureHandle {
|
|
|
134566
134579
|
}
|
|
134567
134580
|
}
|
|
134568
134581
|
Texture2DHandle._placeHolderTextureData = new Uint8Array([128, 128, 128, 255]);
|
|
134569
|
-
|
|
134570
134582
|
/** @internal */
|
|
134571
134583
|
class ExternalTextureLoader {
|
|
134572
134584
|
get numActiveRequests() { return this._activeRequests.length; }
|
|
@@ -134662,7 +134674,6 @@ class ExternalTextureLoader {
|
|
|
134662
134674
|
}
|
|
134663
134675
|
}
|
|
134664
134676
|
ExternalTextureLoader.instance = new ExternalTextureLoader(2);
|
|
134665
|
-
|
|
134666
134677
|
/** @internal */
|
|
134667
134678
|
class TextureCubeHandle extends TextureHandle {
|
|
134668
134679
|
get width() { return this._dim; }
|
|
@@ -135943,7 +135954,7 @@ vec2 computeAnimationParam(float frameIndex0, float frameIndex1, float fraction,
|
|
|
135943
135954
|
const scratchAnimParams = [
|
|
135944
135955
|
undefined,
|
|
135945
135956
|
undefined,
|
|
135946
|
-
new Float32Array(2),
|
|
135957
|
+
new Float32Array(2), // origin, scale
|
|
135947
135958
|
new Float32Array(3), // index0, index1, fraction
|
|
135948
135959
|
];
|
|
135949
135960
|
function getAnimParams(size, initialValue) {
|
|
@@ -141431,7 +141442,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
141431
141442
|
// render passes actually used in shader code.
|
|
141432
141443
|
const renderPasses = [
|
|
141433
141444
|
[0 /* RenderPass.Background */, "Background"],
|
|
141434
|
-
[1 /* RenderPass.OpaqueLayers */, "Layers"],
|
|
141445
|
+
[1 /* RenderPass.OpaqueLayers */, "Layers"], // Shaders treat all layer passes the same
|
|
141435
141446
|
[2 /* RenderPass.OpaqueLinear */, "OpaqueLinear"],
|
|
141436
141447
|
[3 /* RenderPass.OpaquePlanar */, "OpaquePlanar"],
|
|
141437
141448
|
[5 /* RenderPass.OpaqueGeneral */, "OpaqueGeneral"],
|
|
@@ -144114,7 +144125,6 @@ class CesiumIonAssetProvider {
|
|
|
144114
144125
|
CesiumIonAssetProvider.osmBuildingId = "OSMBuildings";
|
|
144115
144126
|
|
|
144116
144127
|
|
|
144117
|
-
|
|
144118
144128
|
/***/ }),
|
|
144119
144129
|
|
|
144120
144130
|
/***/ "../../core/frontend/lib/esm/tile/ClassifierTileTree.js":
|
|
@@ -144241,7 +144251,7 @@ class ClassifierTreeReference extends SpatialClassifierTileTreeReference {
|
|
|
144241
144251
|
get viewFlags() {
|
|
144242
144252
|
return {
|
|
144243
144253
|
renderMode: _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RenderMode.SmoothShade,
|
|
144244
|
-
transparency: true,
|
|
144254
|
+
transparency: true, // Igored for point clouds as they don't support transparency.
|
|
144245
144255
|
textures: false,
|
|
144246
144256
|
lighting: false,
|
|
144247
144257
|
shadows: false,
|
|
@@ -144798,7 +144808,7 @@ class GraphicsTile extends _internal__WEBPACK_IMPORTED_MODULE_4__.Tile {
|
|
|
144798
144808
|
omitEdges: !this.tree.edgeOptions,
|
|
144799
144809
|
edgeType: this.tree.edgeOptions && "non-indexed" !== this.tree.edgeOptions.type ? 2 : 1,
|
|
144800
144810
|
smoothPolyfaceEdges: this.tree.edgeOptions && this.tree.edgeOptions.smooth,
|
|
144801
|
-
clipToProjectExtents:
|
|
144811
|
+
clipToProjectExtents: this.tree.is3d,
|
|
144802
144812
|
sectionCut: this.tree.stringifiedSectionClip,
|
|
144803
144813
|
};
|
|
144804
144814
|
return _IModelApp__WEBPACK_IMPORTED_MODULE_3__.IModelApp.tileAdmin.requestElementGraphics(this.tree.iModel, props);
|
|
@@ -149783,7 +149793,7 @@ class ModelMapLayerTileTreeReference extends _internal__WEBPACK_IMPORTED_MODULE_
|
|
|
149783
149793
|
this._source = _source;
|
|
149784
149794
|
this._id = {
|
|
149785
149795
|
modelId: _classifier.modelId,
|
|
149786
|
-
is3d: true,
|
|
149796
|
+
is3d: true, // model.is3d,
|
|
149787
149797
|
treeId: this.createTreeId(),
|
|
149788
149798
|
isPlanProjection: false, // isPlanProjection(view, model),
|
|
149789
149799
|
};
|
|
@@ -149803,7 +149813,7 @@ class ModelMapLayerTileTreeReference extends _internal__WEBPACK_IMPORTED_MODULE_
|
|
|
149803
149813
|
get viewFlags() {
|
|
149804
149814
|
return {
|
|
149805
149815
|
renderMode: _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RenderMode.SmoothShade,
|
|
149806
|
-
transparency: true,
|
|
149816
|
+
transparency: true, // Igored for point clouds as they don't support transparency.
|
|
149807
149817
|
textures: true,
|
|
149808
149818
|
lighting: false,
|
|
149809
149819
|
shadows: false,
|
|
@@ -150559,7 +150569,7 @@ class RealityModelTileTree extends _internal__WEBPACK_IMPORTED_MODULE_8__.Realit
|
|
|
150559
150569
|
// If we can get a valid connection from sourceKey, returns the tile tree
|
|
150560
150570
|
if (rdSource) {
|
|
150561
150571
|
// Serialize the reality data source key into a string to uniquely identify this tile tree
|
|
150562
|
-
const tileTreeId = rdSource.key
|
|
150572
|
+
const tileTreeId = _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RealityDataSourceKey.convertToString(rdSource.key);
|
|
150563
150573
|
if (tileTreeId === undefined)
|
|
150564
150574
|
return undefined;
|
|
150565
150575
|
const props = await getTileTreeProps(rdSource, tilesetToDb, iModel);
|
|
@@ -153584,8 +153594,8 @@ class TileAdmin {
|
|
|
153584
153594
|
* @see [[TileAdmin.mobileMemoryLimits]] for mobile devices.
|
|
153585
153595
|
*/
|
|
153586
153596
|
TileAdmin.nonMobileGpuMemoryLimits = {
|
|
153587
|
-
default: 1024 * 1024 * 1024,
|
|
153588
|
-
aggressive: 500 * 1024 * 1024,
|
|
153597
|
+
default: 1024 * 1024 * 1024, // 1 GB
|
|
153598
|
+
aggressive: 500 * 1024 * 1024, // 500 MB
|
|
153589
153599
|
relaxed: 2.5 * 1024 * 1024 * 1024, // 2.5 GB
|
|
153590
153600
|
};
|
|
153591
153601
|
/** @internal exported for tests */
|
|
@@ -153596,8 +153606,8 @@ class TileAdmin {
|
|
|
153596
153606
|
* @see [[TileAdmin.nonMobileMemoryLimits]] for non-mobile devices.
|
|
153597
153607
|
*/
|
|
153598
153608
|
TileAdmin.mobileGpuMemoryLimits = {
|
|
153599
|
-
default: 200 * 1024 * 1024,
|
|
153600
|
-
aggressive: 75 * 1024 * 1024,
|
|
153609
|
+
default: 200 * 1024 * 1024, // 200 MB
|
|
153610
|
+
aggressive: 75 * 1024 * 1024, // 75 MB
|
|
153601
153611
|
relaxed: 500 * 1024 * 1024, // 500 MB
|
|
153602
153612
|
};
|
|
153603
153613
|
})(TileAdmin || (TileAdmin = {}));
|
|
@@ -156057,6 +156067,7 @@ class ArcGISTileMap {
|
|
|
156057
156067
|
this._restBaseUrl = restBaseUrl;
|
|
156058
156068
|
this._fetchFunc = fetchFunc;
|
|
156059
156069
|
this._settings = settings;
|
|
156070
|
+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
156060
156071
|
this._callQueues = new Array(ArcGISTileMap.maxLod).fill(Promise.resolve(nonVisibleChildren));
|
|
156061
156072
|
}
|
|
156062
156073
|
async fetchTileMapFromServer(level, row, column, width, height) {
|
|
@@ -156262,7 +156273,6 @@ class ArcGISTileMap {
|
|
|
156262
156273
|
ArcGISTileMap.maxLod = 30;
|
|
156263
156274
|
|
|
156264
156275
|
|
|
156265
|
-
|
|
156266
156276
|
/***/ }),
|
|
156267
156277
|
|
|
156268
156278
|
/***/ "../../core/frontend/lib/esm/tile/map/ArcGisUtilities.js":
|
|
@@ -156631,7 +156641,6 @@ class ArcGisUtilities {
|
|
|
156631
156641
|
ArcGisUtilities._serviceCache = new Map();
|
|
156632
156642
|
|
|
156633
156643
|
|
|
156634
|
-
|
|
156635
156644
|
/***/ }),
|
|
156636
156645
|
|
|
156637
156646
|
/***/ "../../core/frontend/lib/esm/tile/map/BingElevation.js":
|
|
@@ -159259,7 +159268,6 @@ class ImageryMapTileTree extends _internal__WEBPACK_IMPORTED_MODULE_4__.RealityT
|
|
|
159259
159268
|
}
|
|
159260
159269
|
ImageryMapTileTree._scratchDrapeRectangle = _internal__WEBPACK_IMPORTED_MODULE_4__.MapCartoRectangle.createZero();
|
|
159261
159270
|
ImageryMapTileTree._drapeIntersectionScale = 1.0 - 1.0E-5;
|
|
159262
|
-
|
|
159263
159271
|
class ImageryTileLoader extends _internal__WEBPACK_IMPORTED_MODULE_4__.RealityTileLoader {
|
|
159264
159272
|
constructor(_imageryProvider, _iModel) {
|
|
159265
159273
|
super();
|
|
@@ -159934,7 +159942,7 @@ class WmtsMapLayerFormat extends ImageryMapLayerFormat {
|
|
|
159934
159942
|
subLayers.push({
|
|
159935
159943
|
name: layer.identifier,
|
|
159936
159944
|
title: layer.title ?? layer.identifier,
|
|
159937
|
-
visible: (subLayers.length === 0),
|
|
159945
|
+
visible: (subLayers.length === 0), // Make the first layer visible.
|
|
159938
159946
|
parent: undefined,
|
|
159939
159947
|
children: undefined,
|
|
159940
159948
|
id: subLayerId++,
|
|
@@ -161447,7 +161455,6 @@ MapTile._scratchRectangle2 = _internal__WEBPACK_IMPORTED_MODULE_7__.MapCartoRect
|
|
|
161447
161455
|
MapTile._scratchThisDiagonal = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Vector2d.create();
|
|
161448
161456
|
MapTile._scratchDrapeDiagonal = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Vector2d.create();
|
|
161449
161457
|
MapTile._scratchIntersectRange = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_2__.Range2d.createNull();
|
|
161450
|
-
|
|
161451
161458
|
/** 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
161459
|
* @internal
|
|
161453
161460
|
*/
|
|
@@ -161724,7 +161731,6 @@ class TileAvailability {
|
|
|
161724
161731
|
TileAvailability.rectangleScratch = _internal__WEBPACK_IMPORTED_MODULE_1__.MapCartoRectangle.createMaximum();
|
|
161725
161732
|
|
|
161726
161733
|
|
|
161727
|
-
|
|
161728
161734
|
/***/ }),
|
|
161729
161735
|
|
|
161730
161736
|
/***/ "../../core/frontend/lib/esm/tile/map/MapTileLoader.js":
|
|
@@ -162292,7 +162298,6 @@ MapTileTree.maxGlobeDisplayDepth = 8;
|
|
|
162292
162298
|
/** @internal */
|
|
162293
162299
|
MapTileTree.minDisplayableDepth = 3;
|
|
162294
162300
|
MapTileTree._scratchCarto = _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.Cartographic.createZero();
|
|
162295
|
-
|
|
162296
162301
|
/** @internal */
|
|
162297
162302
|
class MapTileTreeProps {
|
|
162298
162303
|
get priority() { return this.loader.priority; }
|
|
@@ -163208,7 +163213,6 @@ class WebMercatorProjection {
|
|
|
163208
163213
|
}
|
|
163209
163214
|
}
|
|
163210
163215
|
WebMercatorProjection.maximumLatitude = WebMercatorProjection.mercatorAngleToGeodeticLatitude(_itwin_core_geometry__WEBPACK_IMPORTED_MODULE_0__.Angle.piRadians);
|
|
163211
|
-
|
|
163212
163216
|
/** A [[MapTilingScheme]] using the [EPSG:3857](https://en.wikipedia.org/wiki/Web_Mercator_projection) projection.
|
|
163213
163217
|
* This scheme is used by most [tiled web maps](https://en.wikipedia.org/wiki/Tiled_web_map), including Bing Maps and Google Maps.
|
|
163214
163218
|
* @beta
|
|
@@ -163744,7 +163748,6 @@ class WmsCapabilities {
|
|
|
163744
163748
|
WmsCapabilities._capabilitiesCache = new Map();
|
|
163745
163749
|
|
|
163746
163750
|
|
|
163747
|
-
|
|
163748
163751
|
/***/ }),
|
|
163749
163752
|
|
|
163750
163753
|
/***/ "../../core/frontend/lib/esm/tile/map/WmsUtilities.js":
|
|
@@ -164253,7 +164256,6 @@ class WmtsCapabilities {
|
|
|
164253
164256
|
WmtsCapabilities._capabilitiesCache = new Map();
|
|
164254
164257
|
|
|
164255
164258
|
|
|
164256
|
-
|
|
164257
164259
|
/***/ }),
|
|
164258
164260
|
|
|
164259
164261
|
/***/ "../../core/frontend/lib/esm/tools/AccuDrawTool.js":
|
|
@@ -165140,7 +165142,6 @@ class AccuDrawSetOriginTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165140
165142
|
}
|
|
165141
165143
|
}
|
|
165142
165144
|
AccuDrawSetOriginTool.toolId = "AccuDraw.SetOrigin";
|
|
165143
|
-
|
|
165144
165145
|
/** @internal */
|
|
165145
165146
|
class AccuDrawSetLockSmartTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165146
165147
|
async run() {
|
|
@@ -165149,7 +165150,6 @@ class AccuDrawSetLockSmartTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165149
165150
|
}
|
|
165150
165151
|
}
|
|
165151
165152
|
AccuDrawSetLockSmartTool.toolId = "AccuDraw.LockSmart";
|
|
165152
|
-
|
|
165153
165153
|
/** @internal */
|
|
165154
165154
|
class AccuDrawSetLockXTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165155
165155
|
async run() {
|
|
@@ -165158,7 +165158,6 @@ class AccuDrawSetLockXTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165158
165158
|
}
|
|
165159
165159
|
}
|
|
165160
165160
|
AccuDrawSetLockXTool.toolId = "AccuDraw.LockX";
|
|
165161
|
-
|
|
165162
165161
|
/** @internal */
|
|
165163
165162
|
class AccuDrawSetLockYTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165164
165163
|
async run() {
|
|
@@ -165167,7 +165166,6 @@ class AccuDrawSetLockYTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165167
165166
|
}
|
|
165168
165167
|
}
|
|
165169
165168
|
AccuDrawSetLockYTool.toolId = "AccuDraw.LockY";
|
|
165170
|
-
|
|
165171
165169
|
/** @internal */
|
|
165172
165170
|
class AccuDrawSetLockZTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165173
165171
|
async run() {
|
|
@@ -165176,7 +165174,6 @@ class AccuDrawSetLockZTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165176
165174
|
}
|
|
165177
165175
|
}
|
|
165178
165176
|
AccuDrawSetLockZTool.toolId = "AccuDraw.LockZ";
|
|
165179
|
-
|
|
165180
165177
|
/** @internal */
|
|
165181
165178
|
class AccuDrawSetLockDistanceTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165182
165179
|
async run() {
|
|
@@ -165185,7 +165182,6 @@ class AccuDrawSetLockDistanceTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Too
|
|
|
165185
165182
|
}
|
|
165186
165183
|
}
|
|
165187
165184
|
AccuDrawSetLockDistanceTool.toolId = "AccuDraw.LockDistance";
|
|
165188
|
-
|
|
165189
165185
|
/** @internal */
|
|
165190
165186
|
class AccuDrawSetLockAngleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165191
165187
|
async run() {
|
|
@@ -165194,7 +165190,6 @@ class AccuDrawSetLockAngleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165194
165190
|
}
|
|
165195
165191
|
}
|
|
165196
165192
|
AccuDrawSetLockAngleTool.toolId = "AccuDraw.LockAngle";
|
|
165197
|
-
|
|
165198
165193
|
/** @internal */
|
|
165199
165194
|
class AccuDrawChangeModeTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165200
165195
|
async run() {
|
|
@@ -165203,7 +165198,6 @@ class AccuDrawChangeModeTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165203
165198
|
}
|
|
165204
165199
|
}
|
|
165205
165200
|
AccuDrawChangeModeTool.toolId = "AccuDraw.ChangeMode";
|
|
165206
|
-
|
|
165207
165201
|
/** @internal */
|
|
165208
165202
|
class AccuDrawRotateCycleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165209
165203
|
async run() {
|
|
@@ -165212,7 +165206,6 @@ class AccuDrawRotateCycleTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165212
165206
|
}
|
|
165213
165207
|
}
|
|
165214
165208
|
AccuDrawRotateCycleTool.toolId = "AccuDraw.RotateCycle";
|
|
165215
|
-
|
|
165216
165209
|
/** @internal */
|
|
165217
165210
|
class AccuDrawRotateTopTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165218
165211
|
async run() {
|
|
@@ -165221,7 +165214,6 @@ class AccuDrawRotateTopTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165221
165214
|
}
|
|
165222
165215
|
}
|
|
165223
165216
|
AccuDrawRotateTopTool.toolId = "AccuDraw.RotateTop";
|
|
165224
|
-
|
|
165225
165217
|
/** @internal */
|
|
165226
165218
|
class AccuDrawRotateFrontTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165227
165219
|
async run() {
|
|
@@ -165230,7 +165222,6 @@ class AccuDrawRotateFrontTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165230
165222
|
}
|
|
165231
165223
|
}
|
|
165232
165224
|
AccuDrawRotateFrontTool.toolId = "AccuDraw.RotateFront";
|
|
165233
|
-
|
|
165234
165225
|
/** @internal */
|
|
165235
165226
|
class AccuDrawRotateSideTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165236
165227
|
async run() {
|
|
@@ -165239,7 +165230,6 @@ class AccuDrawRotateSideTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165239
165230
|
}
|
|
165240
165231
|
}
|
|
165241
165232
|
AccuDrawRotateSideTool.toolId = "AccuDraw.RotateSide";
|
|
165242
|
-
|
|
165243
165233
|
/** @internal */
|
|
165244
165234
|
class AccuDrawRotateViewTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
165245
165235
|
async run() {
|
|
@@ -165248,7 +165238,6 @@ class AccuDrawRotateViewTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.Tool {
|
|
|
165248
165238
|
}
|
|
165249
165239
|
}
|
|
165250
165240
|
AccuDrawRotateViewTool.toolId = "AccuDraw.RotateView";
|
|
165251
|
-
|
|
165252
165241
|
/** @internal */
|
|
165253
165242
|
class AccuDrawShortcutsTool extends _Tool__WEBPACK_IMPORTED_MODULE_6__.InputCollector {
|
|
165254
165243
|
constructor() {
|
|
@@ -165341,7 +165330,6 @@ class AccuDrawRotateAxesTool extends AccuDrawShortcutsTool {
|
|
|
165341
165330
|
}
|
|
165342
165331
|
}
|
|
165343
165332
|
AccuDrawRotateAxesTool.toolId = "AccuDraw.RotateAxes";
|
|
165344
|
-
|
|
165345
165333
|
/** @internal */
|
|
165346
165334
|
class AccuDrawRotateElementTool extends AccuDrawShortcutsTool {
|
|
165347
165335
|
constructor() {
|
|
@@ -165383,7 +165371,6 @@ class AccuDrawRotateElementTool extends AccuDrawShortcutsTool {
|
|
|
165383
165371
|
}
|
|
165384
165372
|
}
|
|
165385
165373
|
AccuDrawRotateElementTool.toolId = "AccuDraw.RotateElement";
|
|
165386
|
-
|
|
165387
165374
|
/** @internal */
|
|
165388
165375
|
class DefineACSByElementTool extends AccuDrawShortcutsTool {
|
|
165389
165376
|
constructor() {
|
|
@@ -165433,7 +165420,6 @@ class DefineACSByElementTool extends AccuDrawShortcutsTool {
|
|
|
165433
165420
|
}
|
|
165434
165421
|
}
|
|
165435
165422
|
DefineACSByElementTool.toolId = "AccuDraw.DefineACSByElement";
|
|
165436
|
-
|
|
165437
165423
|
/** @internal */
|
|
165438
165424
|
class DefineACSByPointsTool extends AccuDrawShortcutsTool {
|
|
165439
165425
|
constructor() {
|
|
@@ -165490,7 +165476,6 @@ class DefineACSByPointsTool extends AccuDrawShortcutsTool {
|
|
|
165490
165476
|
DefineACSByPointsTool.toolId = "AccuDraw.DefineACSByPoints";
|
|
165491
165477
|
|
|
165492
165478
|
|
|
165493
|
-
|
|
165494
165479
|
/***/ }),
|
|
165495
165480
|
|
|
165496
165481
|
/***/ "../../core/frontend/lib/esm/tools/ClipViewTool.js":
|
|
@@ -165877,7 +165862,6 @@ ViewClipTool._getEnumAsOrientationDescription = () => {
|
|
|
165877
165862
|
},
|
|
165878
165863
|
};
|
|
165879
165864
|
};
|
|
165880
|
-
|
|
165881
165865
|
/** A tool to remove a clip volume for a view
|
|
165882
165866
|
* @public @extensions
|
|
165883
165867
|
*/
|
|
@@ -165912,7 +165896,6 @@ class ViewClipClearTool extends ViewClipTool {
|
|
|
165912
165896
|
}
|
|
165913
165897
|
ViewClipClearTool.toolId = "ViewClip.Clear";
|
|
165914
165898
|
ViewClipClearTool.iconSpec = "icon-section-tool";
|
|
165915
|
-
|
|
165916
165899
|
/** A tool to define a clip volume for a view by specifying a plane
|
|
165917
165900
|
* @public
|
|
165918
165901
|
*/
|
|
@@ -165985,7 +165968,6 @@ class ViewClipByPlaneTool extends ViewClipTool {
|
|
|
165985
165968
|
}
|
|
165986
165969
|
ViewClipByPlaneTool.toolId = "ViewClip.ByPlane";
|
|
165987
165970
|
ViewClipByPlaneTool.iconSpec = "icon-section-plane";
|
|
165988
|
-
|
|
165989
165971
|
/** A tool to define a clip volume for a view by specifying a shape
|
|
165990
165972
|
* @public
|
|
165991
165973
|
*/
|
|
@@ -166186,7 +166168,6 @@ class ViewClipByShapeTool extends ViewClipTool {
|
|
|
166186
166168
|
}
|
|
166187
166169
|
ViewClipByShapeTool.toolId = "ViewClip.ByShape";
|
|
166188
166170
|
ViewClipByShapeTool.iconSpec = "icon-section-shape";
|
|
166189
|
-
|
|
166190
166171
|
/** A tool to define a clip volume for a view by specifying range corners
|
|
166191
166172
|
* @public
|
|
166192
166173
|
*/
|
|
@@ -166287,7 +166268,6 @@ class ViewClipByRangeTool extends ViewClipTool {
|
|
|
166287
166268
|
}
|
|
166288
166269
|
ViewClipByRangeTool.toolId = "ViewClip.ByRange";
|
|
166289
166270
|
ViewClipByRangeTool.iconSpec = "icon-section-range";
|
|
166290
|
-
|
|
166291
166271
|
/** A tool to define a clip volume for a view using the element aligned box or axis aligned box.
|
|
166292
166272
|
* @public
|
|
166293
166273
|
*/
|
|
@@ -166407,7 +166387,6 @@ class ViewClipByElementTool extends ViewClipTool {
|
|
|
166407
166387
|
}
|
|
166408
166388
|
ViewClipByElementTool.toolId = "ViewClip.ByElement";
|
|
166409
166389
|
ViewClipByElementTool.iconSpec = "icon-section-element";
|
|
166410
|
-
|
|
166411
166390
|
/** @internal Interactive tool base class to modify a view's clip */
|
|
166412
166391
|
class ViewClipModifyTool extends _EditManipulator__WEBPACK_IMPORTED_MODULE_8__.EditManipulator.HandleTool {
|
|
166413
166392
|
constructor(manipulator, clip, vp, hitId, ids, controls) {
|
|
@@ -168670,7 +168649,6 @@ IdleTool.toolId = "Idle";
|
|
|
168670
168649
|
IdleTool.hidden = true;
|
|
168671
168650
|
|
|
168672
168651
|
|
|
168673
|
-
|
|
168674
168652
|
/***/ }),
|
|
168675
168653
|
|
|
168676
168654
|
/***/ "../../core/frontend/lib/esm/tools/MeasureTool.js":
|
|
@@ -169269,7 +169247,6 @@ class MeasureDistanceTool extends _PrimitiveTool__WEBPACK_IMPORTED_MODULE_11__.P
|
|
|
169269
169247
|
}
|
|
169270
169248
|
MeasureDistanceTool.toolId = "Measure.Distance";
|
|
169271
169249
|
MeasureDistanceTool.iconSpec = "icon-measure-distance";
|
|
169272
|
-
|
|
169273
169250
|
/** Report spatial coordinate at a point as well as cartographic location for geolocated models using current quantity formatters.
|
|
169274
169251
|
* @public
|
|
169275
169252
|
*/
|
|
@@ -169414,7 +169391,6 @@ class MeasureLocationTool extends _PrimitiveTool__WEBPACK_IMPORTED_MODULE_11__.P
|
|
|
169414
169391
|
}
|
|
169415
169392
|
MeasureLocationTool.toolId = "Measure.Location";
|
|
169416
169393
|
MeasureLocationTool.iconSpec = "icon-measure-location";
|
|
169417
|
-
|
|
169418
169394
|
/** Report area defined by points using current quantity formatter for area.
|
|
169419
169395
|
* @public
|
|
169420
169396
|
*/
|
|
@@ -169758,7 +169734,6 @@ MeasureAreaByPointsTool._getEnumAsOrientationDescription = () => {
|
|
|
169758
169734
|
},
|
|
169759
169735
|
};
|
|
169760
169736
|
};
|
|
169761
|
-
|
|
169762
169737
|
/** Base class for mass properties tools.
|
|
169763
169738
|
* @public
|
|
169764
169739
|
*/
|
|
@@ -170102,7 +170077,6 @@ class MeasureLengthTool extends MeasureElementTool {
|
|
|
170102
170077
|
}
|
|
170103
170078
|
MeasureLengthTool.toolId = "Measure.Length";
|
|
170104
170079
|
MeasureLengthTool.iconSpec = "icon-measure";
|
|
170105
|
-
|
|
170106
170080
|
/** Report accumulated areas of selected elements using the current quantity formatter for area.
|
|
170107
170081
|
* @public
|
|
170108
170082
|
*/
|
|
@@ -170117,7 +170091,6 @@ class MeasureAreaTool extends MeasureElementTool {
|
|
|
170117
170091
|
}
|
|
170118
170092
|
MeasureAreaTool.toolId = "Measure.Area";
|
|
170119
170093
|
MeasureAreaTool.iconSpec = "icon-measure-area";
|
|
170120
|
-
|
|
170121
170094
|
/** Report accumulated volumes of selected elements using the current quantity formatter for volume.
|
|
170122
170095
|
* @public
|
|
170123
170096
|
*/
|
|
@@ -170134,7 +170107,6 @@ MeasureVolumeTool.toolId = "Measure.Volume";
|
|
|
170134
170107
|
MeasureVolumeTool.iconSpec = "icon-measure-3d";
|
|
170135
170108
|
|
|
170136
170109
|
|
|
170137
|
-
|
|
170138
170110
|
/***/ }),
|
|
170139
170111
|
|
|
170140
170112
|
/***/ "../../core/frontend/lib/esm/tools/PrimitiveTool.js":
|
|
@@ -170982,7 +170954,6 @@ SelectionTool._methodsName = "selectionMethods";
|
|
|
170982
170954
|
SelectionTool._modesName = "selectionModes";
|
|
170983
170955
|
|
|
170984
170956
|
|
|
170985
|
-
|
|
170986
170957
|
/***/ }),
|
|
170987
170958
|
|
|
170988
170959
|
/***/ "../../core/frontend/lib/esm/tools/Tool.js":
|
|
@@ -171406,7 +171377,6 @@ Tool.toolId = "";
|
|
|
171406
171377
|
* The value is the name of an icon WebFont entry, or if specifying an SVG symbol, use `svg:` prefix.
|
|
171407
171378
|
*/
|
|
171408
171379
|
Tool.iconSpec = "";
|
|
171409
|
-
|
|
171410
171380
|
/**
|
|
171411
171381
|
* @public
|
|
171412
171382
|
* @extensions
|
|
@@ -172013,7 +171983,6 @@ CoreTools.namespace = "CoreTools";
|
|
|
172013
171983
|
CoreTools.tools = "CoreTools:tools.";
|
|
172014
171984
|
|
|
172015
171985
|
|
|
172016
|
-
|
|
172017
171986
|
/***/ }),
|
|
172018
171987
|
|
|
172019
171988
|
/***/ "../../core/frontend/lib/esm/tools/ToolAdmin.js":
|
|
@@ -173586,7 +173555,6 @@ ToolAdmin._keyEventHandler = (ev) => {
|
|
|
173586
173555
|
};
|
|
173587
173556
|
/** A first-in-first-out queue of ToolEvents. */
|
|
173588
173557
|
ToolAdmin._toolEvents = [];
|
|
173589
|
-
|
|
173590
173558
|
/**
|
|
173591
173559
|
* Default processor to handle wheel events.
|
|
173592
173560
|
* @internal
|
|
@@ -173936,7 +173904,6 @@ ToolAssistance.ctrlSymbol = "\u2038";
|
|
|
173936
173904
|
ToolAssistance.altSymbol = "\u2387";
|
|
173937
173905
|
|
|
173938
173906
|
|
|
173939
|
-
|
|
173940
173907
|
/***/ }),
|
|
173941
173908
|
|
|
173942
173909
|
/***/ "../../core/frontend/lib/esm/tools/ToolSettings.js":
|
|
@@ -174032,7 +173999,6 @@ ToolSettings.viewingInertia = {
|
|
|
174032
173999
|
ToolSettings.maxOnMotionSnapCallPerSecond = 15;
|
|
174033
174000
|
|
|
174034
174001
|
|
|
174035
|
-
|
|
174036
174002
|
/***/ }),
|
|
174037
174003
|
|
|
174038
174004
|
/***/ "../../core/frontend/lib/esm/tools/ViewTool.js":
|
|
@@ -176547,7 +176513,6 @@ class PanViewTool extends ViewManip {
|
|
|
176547
176513
|
}
|
|
176548
176514
|
PanViewTool.toolId = "View.Pan";
|
|
176549
176515
|
PanViewTool.iconSpec = "icon-hand-2";
|
|
176550
|
-
|
|
176551
176516
|
/** A tool that performs a Rotate view operation
|
|
176552
176517
|
* @public
|
|
176553
176518
|
*/
|
|
@@ -176562,7 +176527,6 @@ class RotateViewTool extends ViewManip {
|
|
|
176562
176527
|
}
|
|
176563
176528
|
RotateViewTool.toolId = "View.Rotate";
|
|
176564
176529
|
RotateViewTool.iconSpec = "icon-gyroscope";
|
|
176565
|
-
|
|
176566
176530
|
/** A tool that performs the look operation
|
|
176567
176531
|
* @public
|
|
176568
176532
|
*/
|
|
@@ -176577,7 +176541,6 @@ class LookViewTool extends ViewManip {
|
|
|
176577
176541
|
}
|
|
176578
176542
|
LookViewTool.toolId = "View.Look";
|
|
176579
176543
|
LookViewTool.iconSpec = "icon-view-navigation";
|
|
176580
|
-
|
|
176581
176544
|
/** A tool that performs the scroll operation
|
|
176582
176545
|
* @public
|
|
176583
176546
|
*/
|
|
@@ -176592,7 +176555,6 @@ class ScrollViewTool extends ViewManip {
|
|
|
176592
176555
|
}
|
|
176593
176556
|
ScrollViewTool.toolId = "View.Scroll";
|
|
176594
176557
|
ScrollViewTool.iconSpec = "icon-move";
|
|
176595
|
-
|
|
176596
176558
|
/** A tool that performs the zoom operation
|
|
176597
176559
|
* @public
|
|
176598
176560
|
*/
|
|
@@ -176607,7 +176569,6 @@ class ZoomViewTool extends ViewManip {
|
|
|
176607
176569
|
}
|
|
176608
176570
|
ZoomViewTool.toolId = "View.Zoom";
|
|
176609
176571
|
ZoomViewTool.iconSpec = "icon-zoom";
|
|
176610
|
-
|
|
176611
176572
|
/** A tool that performs the walk operation using mouse+keyboard or touch controls.
|
|
176612
176573
|
* Keyboard and mouse controls are similar to those used by many video games:
|
|
176613
176574
|
* - Mouse motion: look around.
|
|
@@ -176656,7 +176617,6 @@ class LookAndMoveTool extends ViewManip {
|
|
|
176656
176617
|
}
|
|
176657
176618
|
LookAndMoveTool.toolId = "View.LookAndMove";
|
|
176658
176619
|
LookAndMoveTool.iconSpec = "icon-walk";
|
|
176659
|
-
|
|
176660
176620
|
/** A tool that performs the walk operation
|
|
176661
176621
|
* @public
|
|
176662
176622
|
*/
|
|
@@ -176679,7 +176639,6 @@ class WalkViewTool extends ViewManip {
|
|
|
176679
176639
|
}
|
|
176680
176640
|
WalkViewTool.toolId = "View.Walk";
|
|
176681
176641
|
WalkViewTool.iconSpec = "icon-walk";
|
|
176682
|
-
|
|
176683
176642
|
/** A tool that performs the fly operation
|
|
176684
176643
|
* @public
|
|
176685
176644
|
*/
|
|
@@ -176701,7 +176660,6 @@ class FlyViewTool extends ViewManip {
|
|
|
176701
176660
|
}
|
|
176702
176661
|
FlyViewTool.toolId = "View.Fly";
|
|
176703
176662
|
FlyViewTool.iconSpec = "icon-airplane";
|
|
176704
|
-
|
|
176705
176663
|
/** A tool that performs a fit view
|
|
176706
176664
|
* @public
|
|
176707
176665
|
*/
|
|
@@ -176752,7 +176710,6 @@ class FitViewTool extends ViewTool {
|
|
|
176752
176710
|
}
|
|
176753
176711
|
FitViewTool.toolId = "View.Fit";
|
|
176754
176712
|
FitViewTool.iconSpec = "icon-fit-to-view";
|
|
176755
|
-
|
|
176756
176713
|
/** 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
176714
|
* @public
|
|
176758
176715
|
*/
|
|
@@ -176802,7 +176759,6 @@ class ViewGlobeSatelliteTool extends ViewTool {
|
|
|
176802
176759
|
}
|
|
176803
176760
|
}
|
|
176804
176761
|
ViewGlobeSatelliteTool.toolId = "View.GlobeSatellite";
|
|
176805
|
-
|
|
176806
176762
|
/** 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
176763
|
* @public
|
|
176808
176764
|
*/
|
|
@@ -176849,7 +176805,6 @@ class ViewGlobeBirdTool extends ViewTool {
|
|
|
176849
176805
|
}
|
|
176850
176806
|
}
|
|
176851
176807
|
ViewGlobeBirdTool.toolId = "View.GlobeBird";
|
|
176852
|
-
|
|
176853
176808
|
/** A tool that views a location on the background map corresponding to a specified string.
|
|
176854
176809
|
* 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
176810
|
* Operates on the selected view.
|
|
@@ -176916,7 +176871,6 @@ class ViewGlobeLocationTool extends ViewTool {
|
|
|
176916
176871
|
}
|
|
176917
176872
|
}
|
|
176918
176873
|
ViewGlobeLocationTool.toolId = "View.GlobeLocation";
|
|
176919
|
-
|
|
176920
176874
|
/** 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
176875
|
* @public
|
|
176922
176876
|
*/
|
|
@@ -176958,7 +176912,6 @@ class ViewGlobeIModelTool extends ViewTool {
|
|
|
176958
176912
|
}
|
|
176959
176913
|
}
|
|
176960
176914
|
ViewGlobeIModelTool.toolId = "View.GlobeIModel";
|
|
176961
|
-
|
|
176962
176915
|
/** A tool that rotates the view to one of the standard views.
|
|
176963
176916
|
* @public
|
|
176964
176917
|
*/
|
|
@@ -176988,7 +176941,6 @@ class StandardViewTool extends ViewTool {
|
|
|
176988
176941
|
}
|
|
176989
176942
|
StandardViewTool.toolId = "View.Standard";
|
|
176990
176943
|
StandardViewTool.iconSpec = "icon-cube-faces-top";
|
|
176991
|
-
|
|
176992
176944
|
/** A tool that performs a Window-area view operation
|
|
176993
176945
|
* @public
|
|
176994
176946
|
*/
|
|
@@ -177227,7 +177179,6 @@ class WindowAreaTool extends ViewTool {
|
|
|
177227
177179
|
}
|
|
177228
177180
|
WindowAreaTool.toolId = "View.WindowArea";
|
|
177229
177181
|
WindowAreaTool.iconSpec = "icon-window-area";
|
|
177230
|
-
|
|
177231
177182
|
/** @internal */
|
|
177232
177183
|
class DefaultViewTouchTool extends ViewManip {
|
|
177233
177184
|
/** Move this handle during the inertia duration */
|
|
@@ -177446,7 +177397,6 @@ class DefaultViewTouchTool extends ViewManip {
|
|
|
177446
177397
|
}
|
|
177447
177398
|
}
|
|
177448
177399
|
DefaultViewTouchTool.toolId = ""; // touch tools installed by IdleTool are never registered
|
|
177449
|
-
|
|
177450
177400
|
/** A tool that performs view undo operation. An application could also just call Viewport.doUndo directly, creating a ViewTool isn't required.
|
|
177451
177401
|
* @public
|
|
177452
177402
|
*/
|
|
@@ -177459,7 +177409,6 @@ class ViewUndoTool extends ViewTool {
|
|
|
177459
177409
|
}
|
|
177460
177410
|
ViewUndoTool.toolId = "View.Undo";
|
|
177461
177411
|
ViewUndoTool.iconSpec = "icon-window-backward";
|
|
177462
|
-
|
|
177463
177412
|
/** A tool that performs view redo operation. An application could also just call Viewport.doRedo directly, creating a ViewTool isn't required.
|
|
177464
177413
|
* @public
|
|
177465
177414
|
*/
|
|
@@ -177472,7 +177421,6 @@ class ViewRedoTool extends ViewTool {
|
|
|
177472
177421
|
}
|
|
177473
177422
|
ViewRedoTool.toolId = "View.Redo";
|
|
177474
177423
|
ViewRedoTool.iconSpec = "icon-window-forward";
|
|
177475
|
-
|
|
177476
177424
|
/** A tool that toggles the camera on/off in a spatial view
|
|
177477
177425
|
* @public
|
|
177478
177426
|
*/
|
|
@@ -177492,7 +177440,6 @@ class ViewToggleCameraTool extends ViewTool {
|
|
|
177492
177440
|
}
|
|
177493
177441
|
ViewToggleCameraTool.toolId = "View.ToggleCamera";
|
|
177494
177442
|
ViewToggleCameraTool.iconSpec = "icon-camera";
|
|
177495
|
-
|
|
177496
177443
|
/** 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
177444
|
* 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
177445
|
* by calling QuantityFormatter.onInitialized at app startup.
|
|
@@ -177753,7 +177700,6 @@ class SetupCameraTool extends _PrimitiveTool__WEBPACK_IMPORTED_MODULE_18__.Primi
|
|
|
177753
177700
|
}
|
|
177754
177701
|
SetupCameraTool.toolId = "View.SetupCamera";
|
|
177755
177702
|
SetupCameraTool.iconSpec = "icon-camera-location";
|
|
177756
|
-
|
|
177757
177703
|
/** 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
177704
|
* @public
|
|
177759
177705
|
*/
|
|
@@ -177936,7 +177882,6 @@ SetupWalkCameraTool.toolId = "View.SetupWalkCamera";
|
|
|
177936
177882
|
SetupWalkCameraTool.iconSpec = "icon-camera-location";
|
|
177937
177883
|
|
|
177938
177884
|
|
|
177939
|
-
|
|
177940
177885
|
/***/ }),
|
|
177941
177886
|
|
|
177942
177887
|
/***/ "../../core/geometry/lib/esm/Constant.js":
|
|
@@ -177981,7 +177926,6 @@ Constant.earthRadiusWGS84 = {
|
|
|
177981
177926
|
};
|
|
177982
177927
|
|
|
177983
177928
|
|
|
177984
|
-
|
|
177985
177929
|
/***/ }),
|
|
177986
177930
|
|
|
177987
177931
|
/***/ "../../core/geometry/lib/esm/Geometry.js":
|
|
@@ -179106,7 +179050,6 @@ Geometry.largeCoordinateResult = 1.0e13;
|
|
|
179106
179050
|
Geometry.hugeCoordinate = 1.0e12;
|
|
179107
179051
|
|
|
179108
179052
|
|
|
179109
|
-
|
|
179110
179053
|
/***/ }),
|
|
179111
179054
|
|
|
179112
179055
|
/***/ "../../core/geometry/lib/esm/bspline/AkimaCurve3d.js":
|
|
@@ -182106,7 +182049,7 @@ class BSplineSurface3d extends BSpline2dNd {
|
|
|
182106
182049
|
getPointGridJSON() {
|
|
182107
182050
|
const result = {
|
|
182108
182051
|
points: _geometry3d_PointHelpers__WEBPACK_IMPORTED_MODULE_7__.Point3dArray.unpackNumbersToNestedArraysIJK(this.coffs, 3, this.numPolesUV(0)),
|
|
182109
|
-
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates,
|
|
182052
|
+
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates, // @deprecated in 4.x. Use weightStyle instead.
|
|
182110
182053
|
weightStyle: WeightStyle.UnWeighted,
|
|
182111
182054
|
numCartesianDimensions: 3,
|
|
182112
182055
|
};
|
|
@@ -182519,7 +182462,7 @@ class BSplineSurface3dH extends BSpline2dNd {
|
|
|
182519
182462
|
const result = {
|
|
182520
182463
|
points: _geometry3d_PointHelpers__WEBPACK_IMPORTED_MODULE_7__.Point3dArray.unpackNumbersToNestedArraysIJK(this.coffs, 4, this.numPolesUV(0)),
|
|
182521
182464
|
numCartesianDimensions: 3,
|
|
182522
|
-
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates,
|
|
182465
|
+
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates, // @deprecated in 4.x. Use weightStyle instead.
|
|
182523
182466
|
weightStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates,
|
|
182524
182467
|
};
|
|
182525
182468
|
return result;
|
|
@@ -184648,7 +184591,6 @@ class KnotVector {
|
|
|
184648
184591
|
KnotVector.knotTolerance = 1.0e-9;
|
|
184649
184592
|
|
|
184650
184593
|
|
|
184651
|
-
|
|
184652
184594
|
/***/ }),
|
|
184653
184595
|
|
|
184654
184596
|
/***/ "../../core/geometry/lib/esm/bspline/SurfaceLocationDetail.js":
|
|
@@ -185276,7 +185218,6 @@ class AlternatingCCTreeNodeCurveClipper {
|
|
|
185276
185218
|
AlternatingCCTreeNodeCurveClipper._fractionIntervals = [];
|
|
185277
185219
|
|
|
185278
185220
|
|
|
185279
|
-
|
|
185280
185221
|
/***/ }),
|
|
185281
185222
|
|
|
185282
185223
|
/***/ "../../core/geometry/lib/esm/clipping/BooleanClipFactory.js":
|
|
@@ -186365,7 +186306,6 @@ class ClipPlane extends _geometry3d_Plane3d__WEBPACK_IMPORTED_MODULE_0__.Plane3d
|
|
|
186365
186306
|
ClipPlane._clipArcFractionArray = new _geometry3d_GrowableFloat64Array__WEBPACK_IMPORTED_MODULE_12__.GrowableFloat64Array();
|
|
186366
186307
|
|
|
186367
186308
|
|
|
186368
|
-
|
|
186369
186309
|
/***/ }),
|
|
186370
186310
|
|
|
186371
186311
|
/***/ "../../core/geometry/lib/esm/clipping/ClipPrimitive.js":
|
|
@@ -188108,7 +188048,6 @@ class ClipUtilities {
|
|
|
188108
188048
|
}
|
|
188109
188049
|
}
|
|
188110
188050
|
ClipUtilities._selectIntervals01TestPoint = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_11__.Point3d.create();
|
|
188111
|
-
|
|
188112
188051
|
function moveFragments(fragments, destination, arrayCache) {
|
|
188113
188052
|
if (destination === undefined)
|
|
188114
188053
|
arrayCache.dropAllToCache(fragments);
|
|
@@ -188588,7 +188527,6 @@ class ClipVector {
|
|
|
188588
188527
|
}
|
|
188589
188528
|
}
|
|
188590
188529
|
ClipVector._TARGET_FRACTION_SUM = 0.99999999;
|
|
188591
|
-
|
|
188592
188530
|
/**
|
|
188593
188531
|
* Bundles a ClipVector with its compact string representation.
|
|
188594
188532
|
* @note The string representation is computed once; the ClipVector is assumed not to be subsequently modified.
|
|
@@ -189405,7 +189343,6 @@ ConvexClipPlaneSet.hugeVal = 1e37;
|
|
|
189405
189343
|
ConvexClipPlaneSet._clipArcFractionArray = new _geometry3d_GrowableFloat64Array__WEBPACK_IMPORTED_MODULE_11__.GrowableFloat64Array();
|
|
189406
189344
|
|
|
189407
189345
|
|
|
189408
|
-
|
|
189409
189346
|
/***/ }),
|
|
189410
189347
|
|
|
189411
189348
|
/***/ "../../core/geometry/lib/esm/clipping/UnionOfConvexClipPlaneSets.js":
|
|
@@ -189760,7 +189697,6 @@ class UnionOfConvexClipPlaneSets {
|
|
|
189760
189697
|
}
|
|
189761
189698
|
}
|
|
189762
189699
|
UnionOfConvexClipPlaneSets._clipArcFractionArray = new _geometry3d_GrowableFloat64Array__WEBPACK_IMPORTED_MODULE_6__.GrowableFloat64Array();
|
|
189763
|
-
|
|
189764
189700
|
/* FUNCTIONS SKIPPED DUE TO BSPLINES, VU, OR NON-USAGE IN NATIVE CODE----------------------------------------------------------------
|
|
189765
189701
|
|
|
189766
189702
|
Involves vu: skipping for now...
|
|
@@ -191591,7 +191527,6 @@ Arc3d.quadratureGuassCount = 5;
|
|
|
191591
191527
|
Arc3d.quadratureIntervalAngleDegrees = 10.0;
|
|
191592
191528
|
|
|
191593
191529
|
|
|
191594
|
-
|
|
191595
191530
|
/***/ }),
|
|
191596
191531
|
|
|
191597
191532
|
/***/ "../../core/geometry/lib/esm/curve/ConstructCurveBetweenCurves.js":
|
|
@@ -192627,7 +192562,6 @@ CurveChainWithDistanceIndex._numAssigned = 0;
|
|
|
192627
192562
|
CurveChainWithDistanceIndex._numCandidate = 0;
|
|
192628
192563
|
|
|
192629
192564
|
|
|
192630
|
-
|
|
192631
192565
|
/***/ }),
|
|
192632
192566
|
|
|
192633
192567
|
/***/ "../../core/geometry/lib/esm/curve/CurveCollection.js":
|
|
@@ -197493,7 +197427,6 @@ LineString3d._workPointB = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_
|
|
|
197493
197427
|
LineString3d._workPointC = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_6__.Point3d.create();
|
|
197494
197428
|
LineString3d._workRay = _geometry3d_Ray3d__WEBPACK_IMPORTED_MODULE_7__.Ray3d.createXAxis();
|
|
197495
197429
|
LineString3d._indexPoint = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_6__.Point3d.create(); // private point for addResolvedPoint
|
|
197496
|
-
|
|
197497
197430
|
/**
|
|
197498
197431
|
* An AnnotatedLineString3d is a linestring with additional surface-related data attached to each point
|
|
197499
197432
|
* * This is useful in facet construction.
|
|
@@ -201578,7 +201511,6 @@ class RegionBooleanContext {
|
|
|
201578
201511
|
}
|
|
201579
201512
|
}
|
|
201580
201513
|
RegionBooleanContext._bridgeDirection = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_14__.Vector3d.createNormalized(1.0, -0.12328974132467); // magic unit direction to minimize vertex hits
|
|
201581
|
-
|
|
201582
201514
|
/** return xy area between a (part of a) curve and the x axis through a reference point.
|
|
201583
201515
|
* If detail is undefined or does not have both start and end fractions, just do trapezoid area
|
|
201584
201516
|
*/
|
|
@@ -203529,7 +203461,6 @@ CurveCurveCloseApproachXY._workPointBB1 = _geometry3d_Point3dVector3d__WEBPACK_I
|
|
|
203529
203461
|
CurveCurveCloseApproachXY._workPointB = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_14__.Point3d.create();
|
|
203530
203462
|
|
|
203531
203463
|
|
|
203532
|
-
|
|
203533
203464
|
/***/ }),
|
|
203534
203465
|
|
|
203535
203466
|
/***/ "../../core/geometry/lib/esm/curve/internalContexts/CurveCurveIntersectXY.js":
|
|
@@ -204412,7 +204343,6 @@ CurveCurveIntersectXY._workPointB0 = _geometry3d_Point3dVector3d__WEBPACK_IMPORT
|
|
|
204412
204343
|
CurveCurveIntersectXY._workPointB1 = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_18__.Point3d.create();
|
|
204413
204344
|
|
|
204414
204345
|
|
|
204415
|
-
|
|
204416
204346
|
/***/ }),
|
|
204417
204347
|
|
|
204418
204348
|
/***/ "../../core/geometry/lib/esm/curve/internalContexts/CurveCurveIntersectXYZ.js":
|
|
@@ -205193,7 +205123,6 @@ CurveCurveIntersectXYZ._workPointBB0 = _geometry3d_Point3dVector3d__WEBPACK_IMPO
|
|
|
205193
205123
|
CurveCurveIntersectXYZ._workPointBB1 = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_6__.Point3d.create();
|
|
205194
205124
|
|
|
205195
205125
|
|
|
205196
|
-
|
|
205197
205126
|
/***/ }),
|
|
205198
205127
|
|
|
205199
205128
|
/***/ "../../core/geometry/lib/esm/curve/internalContexts/CurveLengthContext.js":
|
|
@@ -206558,7 +206487,6 @@ PolygonWireOffsetContext._unitAlong = _geometry3d_Point3dVector3d__WEBPACK_IMPOR
|
|
|
206558
206487
|
PolygonWireOffsetContext._unitPerp = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Vector3d.create();
|
|
206559
206488
|
PolygonWireOffsetContext._offsetA = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
206560
206489
|
PolygonWireOffsetContext._offsetB = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
206561
|
-
|
|
206562
206490
|
/**
|
|
206563
206491
|
* Context for building a wire xy-offset from a Path or Loop of CurvePrimitives
|
|
206564
206492
|
* @internal
|
|
@@ -208392,7 +208320,6 @@ class IntegratedSpiral3d extends _TransitionSpiral3d__WEBPACK_IMPORTED_MODULE_0_
|
|
|
208392
208320
|
}
|
|
208393
208321
|
/** default spiral type name. (clothoid) */
|
|
208394
208322
|
IntegratedSpiral3d.defaultSpiralType = "clothoid";
|
|
208395
|
-
|
|
208396
208323
|
// at load time, initialize gauss quadrature workspace
|
|
208397
208324
|
IntegratedSpiral3d.initWorkSpace();
|
|
208398
208325
|
|
|
@@ -209839,7 +209766,6 @@ Angle.degreesPerRadian = (45.0 / Angle.piOver4Radians);
|
|
|
209839
209766
|
Angle.radiansPerDegree = (Angle.piOver4Radians / 45.0);
|
|
209840
209767
|
|
|
209841
209768
|
|
|
209842
|
-
|
|
209843
209769
|
/***/ }),
|
|
209844
209770
|
|
|
209845
209771
|
/***/ "../../core/geometry/lib/esm/geometry3d/AngleSweep.js":
|
|
@@ -218817,7 +218743,6 @@ Matrix3d.numComputeCache = 0;
|
|
|
218817
218743
|
Matrix3d._productBuffer = new Float64Array(9);
|
|
218818
218744
|
|
|
218819
218745
|
|
|
218820
|
-
|
|
218821
218746
|
/***/ }),
|
|
218822
218747
|
|
|
218823
218748
|
/***/ "../../core/geometry/lib/esm/geometry3d/OrderedRotationAngles.js":
|
|
@@ -219154,7 +219079,6 @@ class OrderedRotationAngles {
|
|
|
219154
219079
|
OrderedRotationAngles._sTreatVectorsAsColumns = false;
|
|
219155
219080
|
|
|
219156
219081
|
|
|
219157
|
-
|
|
219158
219082
|
/***/ }),
|
|
219159
219083
|
|
|
219160
219084
|
/***/ "../../core/geometry/lib/esm/geometry3d/Plane3d.js":
|
|
@@ -223124,7 +223048,6 @@ class Point4dArray {
|
|
|
223124
223048
|
}
|
|
223125
223049
|
}
|
|
223126
223050
|
Point4dArray._workPoint4d = _geometry4d_Point4d__WEBPACK_IMPORTED_MODULE_2__.Point4d.create();
|
|
223127
|
-
|
|
223128
223051
|
/**
|
|
223129
223052
|
* The `Point3dArray` class contains static methods that act on arrays of 3d points.
|
|
223130
223053
|
* @public
|
|
@@ -223709,7 +223632,6 @@ Point3dArray._weightDV = new Float64Array(8);
|
|
|
223709
223632
|
Point3dArray._weightDW = new Float64Array(8);
|
|
223710
223633
|
|
|
223711
223634
|
|
|
223712
|
-
|
|
223713
223635
|
/***/ }),
|
|
223714
223636
|
|
|
223715
223637
|
/***/ "../../core/geometry/lib/esm/geometry3d/PointStreaming.js":
|
|
@@ -225227,7 +225149,6 @@ PolygonOps._normal = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Vector3d.crea
|
|
|
225227
225149
|
PolygonOps._matrixA = _geometry4d_Matrix4d__WEBPACK_IMPORTED_MODULE_14__.Matrix4d.createIdentity();
|
|
225228
225150
|
PolygonOps._matrixB = _geometry4d_Matrix4d__WEBPACK_IMPORTED_MODULE_14__.Matrix4d.createIdentity();
|
|
225229
225151
|
PolygonOps._matrixC = _geometry4d_Matrix4d__WEBPACK_IMPORTED_MODULE_14__.Matrix4d.createIdentity();
|
|
225230
|
-
|
|
225231
225152
|
/**
|
|
225232
225153
|
* `IndexedXYZCollectionPolygonOps` class contains _static_ methods for typical operations on polygons carried as `IndexedXYZCollection`
|
|
225233
225154
|
* @public
|
|
@@ -225492,7 +225413,6 @@ class IndexedXYZCollectionPolygonOps {
|
|
|
225492
225413
|
IndexedXYZCollectionPolygonOps._xyz0Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
225493
225414
|
IndexedXYZCollectionPolygonOps._xyz1Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
225494
225415
|
IndexedXYZCollectionPolygonOps._xyz2Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
225495
|
-
|
|
225496
225416
|
/**
|
|
225497
225417
|
* `Point3dArrayPolygonOps` class contains _static_ methods for typical operations on polygons carried as `Point3d[]`
|
|
225498
225418
|
* @public
|
|
@@ -225574,7 +225494,6 @@ class Point3dArrayPolygonOps {
|
|
|
225574
225494
|
Point3dArrayPolygonOps._xyz0Work = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Point3d.create();
|
|
225575
225495
|
|
|
225576
225496
|
|
|
225577
|
-
|
|
225578
225497
|
/***/ }),
|
|
225579
225498
|
|
|
225580
225499
|
/***/ "../../core/geometry/lib/esm/geometry3d/PolylineCompressionByEdgeOffset.js":
|
|
@@ -225866,7 +225785,6 @@ PolylineCompressionContext._vector01 = _Point3dVector3d__WEBPACK_IMPORTED_MODULE
|
|
|
225866
225785
|
PolylineCompressionContext._vectorQ = _Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Vector3d.create();
|
|
225867
225786
|
|
|
225868
225787
|
|
|
225869
|
-
|
|
225870
225788
|
/***/ }),
|
|
225871
225789
|
|
|
225872
225790
|
/***/ "../../core/geometry/lib/esm/geometry3d/PolylineOps.js":
|
|
@@ -226339,7 +226257,6 @@ class RangeBase {
|
|
|
226339
226257
|
RangeBase._EXTREME_POSITIVE = 1.0e200;
|
|
226340
226258
|
/** Number considered to be impossibly negative for a coordinate in a range. */
|
|
226341
226259
|
RangeBase._EXTREME_NEGATIVE = -1.0e200;
|
|
226342
|
-
|
|
226343
226260
|
/**
|
|
226344
226261
|
* Axis aligned range in 3D.
|
|
226345
226262
|
* * member `low` contains minimum coordinate of range box
|
|
@@ -234344,7 +234261,6 @@ class ClusterableArray extends _geometry3d_GrowableBlockedArray__WEBPACK_IMPORTE
|
|
|
234344
234261
|
ClusterableArray._vectorFactor = 0.8732; // use 1.0 to rig easy tests.
|
|
234345
234262
|
/** this value is used as cluster terminator in the Uint232Array of indices. */
|
|
234346
234263
|
ClusterableArray.clusterTerminator = 0xFFffFFff;
|
|
234347
|
-
|
|
234348
234264
|
/**
|
|
234349
234265
|
* @internal
|
|
234350
234266
|
*/
|
|
@@ -235358,7 +235274,6 @@ class PascalCoefficients {
|
|
|
235358
235274
|
PascalCoefficients._allRows = [];
|
|
235359
235275
|
|
|
235360
235276
|
|
|
235361
|
-
|
|
235362
235277
|
/***/ }),
|
|
235363
235278
|
|
|
235364
235279
|
/***/ "../../core/geometry/lib/esm/numerics/Polynomials.js":
|
|
@@ -236381,7 +236296,6 @@ class AnalyticRoots {
|
|
|
236381
236296
|
}
|
|
236382
236297
|
AnalyticRoots._EQN_EPS = 1.0e-9;
|
|
236383
236298
|
AnalyticRoots._safeDivideFactor = 1.0e-14;
|
|
236384
|
-
|
|
236385
236299
|
/**
|
|
236386
236300
|
* Manipulations of polynomials with where `coff[i]` multiplies x^i
|
|
236387
236301
|
* @internal
|
|
@@ -236641,7 +236555,6 @@ TrigPolynomial.WW = Float64Array.from([1.0, -4.0, 8.0, -8.0, 4.0]);
|
|
|
236641
236555
|
/** Standard Basis coefficients for (Math.Cos^2 - sine^2) numerator */
|
|
236642
236556
|
TrigPolynomial.CCminusSS = Float64Array.from([1.0, -4.0, 0.0, 8.0, -4.0]);
|
|
236643
236557
|
TrigPolynomial._coefficientRelTol = 1.0e-12;
|
|
236644
|
-
|
|
236645
236558
|
/**
|
|
236646
236559
|
* static methods for commonly appearing sets of equations in 2 or 3 variables
|
|
236647
236560
|
* @public
|
|
@@ -237282,7 +237195,6 @@ Quadrature.gaussW4Interval01 = new Float64Array([0.17392742256872692, 0.32607257
|
|
|
237282
237195
|
Quadrature.gaussX5Interval01 = new Float64Array([0.04691007703066802, 0.23076534494715845, 0.5, 0.7692346550528415, 0.9530899229693319]);
|
|
237283
237196
|
/** weight for 5 point gauss rule in 0..1 interval */
|
|
237284
237197
|
Quadrature.gaussW5Interval01 = new Float64Array([0.11846344252809454, 0.23931433524968324, 0.28444444444444444, 0.23931433524968324, 0.11846344252809454]);
|
|
237285
|
-
|
|
237286
237198
|
/**
|
|
237287
237199
|
* This class carries public members as needed for users to have gauss points that are used
|
|
237288
237200
|
* in the callers loops.
|
|
@@ -238625,7 +238537,6 @@ BoxTopology.axisEdgeVertex = [
|
|
|
238625
238537
|
];
|
|
238626
238538
|
|
|
238627
238539
|
|
|
238628
|
-
|
|
238629
238540
|
/***/ }),
|
|
238630
238541
|
|
|
238631
238542
|
/***/ "../../core/geometry/lib/esm/polyface/FacetFaceData.js":
|
|
@@ -239652,7 +239563,6 @@ class GreedyTriangulationBetweenLineStrings {
|
|
|
239652
239563
|
}
|
|
239653
239564
|
/** Default angle for considering two vectors to be colinear */
|
|
239654
239565
|
GreedyTriangulationBetweenLineStrings.defaultNearColinearAngle = _geometry3d_Angle__WEBPACK_IMPORTED_MODULE_3__.Angle.createDegrees(15);
|
|
239655
|
-
|
|
239656
239566
|
/**
|
|
239657
239567
|
* * If there are no contiguous duplicated points in `data` return `data` unchanged.
|
|
239658
239568
|
* * If there are duplicates, compress to a new array.
|
|
@@ -242715,7 +242625,6 @@ class PolyfaceBuilder extends _geometry3d_GeometryHandler__WEBPACK_IMPORTED_MODU
|
|
|
242715
242625
|
PolyfaceBuilder._workPointFindOrAddA = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_0__.Point3d.create();
|
|
242716
242626
|
PolyfaceBuilder._workVectorFindOrAdd = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_0__.Vector3d.create();
|
|
242717
242627
|
PolyfaceBuilder._workUVFindOrAdd = _geometry3d_Point2dVector2d__WEBPACK_IMPORTED_MODULE_1__.Point2d.create();
|
|
242718
|
-
|
|
242719
242628
|
function resolveToIndexedXYZCollectionOrCarrier(points) {
|
|
242720
242629
|
if (Array.isArray(points))
|
|
242721
242630
|
return new _geometry3d_Point3dArrayCarrier__WEBPACK_IMPORTED_MODULE_31__.Point3dArrayCarrier(points);
|
|
@@ -244025,7 +243934,6 @@ class PolyfaceData {
|
|
|
244025
243934
|
PolyfaceData.planarityLocalRelTol = 1.0e-13;
|
|
244026
243935
|
|
|
244027
243936
|
|
|
244028
|
-
|
|
244029
243937
|
/***/ }),
|
|
244030
243938
|
|
|
244031
243939
|
/***/ "../../core/geometry/lib/esm/polyface/PolyfaceQuery.js":
|
|
@@ -245753,7 +245661,6 @@ PolyfaceQuery._asyncWorkLimit = 1.e06;
|
|
|
245753
245661
|
PolyfaceQuery.awaitBlockCount = 0;
|
|
245754
245662
|
|
|
245755
245663
|
|
|
245756
|
-
|
|
245757
245664
|
/***/ }),
|
|
245758
245665
|
|
|
245759
245666
|
/***/ "../../core/geometry/lib/esm/polyface/RangeLengthData.js":
|
|
@@ -248615,7 +248522,7 @@ class OffsetMeshContext {
|
|
|
248615
248522
|
assignOffsetByAverageNormalAroundVertex(vertexSeed, maxAllowedDeviationRadians, data, distance) {
|
|
248616
248523
|
const maxDeviationRadians = this.computeAverageNormalAndMaxDeviationAroundVertex(vertexSeed, data);
|
|
248617
248524
|
if (OffsetMeshContext.stringDebugFunction) {
|
|
248618
|
-
OffsetMeshContext.stringDebugFunction(`XYZ ${_topology_Graph__WEBPACK_IMPORTED_MODULE_1__.HalfEdge.nodeToIdXYZString(vertexSeed)} Average Normal ${data.averageNormal.toJSON()}`);
|
|
248525
|
+
OffsetMeshContext.stringDebugFunction(`XYZ ${_topology_Graph__WEBPACK_IMPORTED_MODULE_1__.HalfEdge.nodeToIdXYZString(vertexSeed)} Average Normal ${JSON.stringify(data.averageNormal.toJSON())}`);
|
|
248619
248526
|
OffsetMeshContext.stringDebugFunction(` angle ratio ${data.radiansSum / (2 * Math.PI)} maxDeviation ${data.maxDeviationRadiansFromAverage}`);
|
|
248620
248527
|
}
|
|
248621
248528
|
if (maxDeviationRadians !== undefined && maxDeviationRadians <= maxAllowedDeviationRadians) {
|
|
@@ -248898,7 +248805,7 @@ class OffsetMeshContext {
|
|
|
248898
248805
|
vertexSeed = vertexSeedA;
|
|
248899
248806
|
if (OffsetMeshContext.stringDebugFunction !== undefined) {
|
|
248900
248807
|
OffsetMeshContext.stringDebugFunction("");
|
|
248901
|
-
OffsetMeshContext.stringDebugFunction(` VERTEX LOOP ${vertexSeed.getPoint3d().toJSON()} `);
|
|
248808
|
+
OffsetMeshContext.stringDebugFunction(` VERTEX LOOP ${JSON.stringify(vertexSeed.getPoint3d().toJSON())} `);
|
|
248902
248809
|
vertexSeed.sumAroundVertex((node) => { OffsetMeshContext.stringDebugFunction(this.inspectMasks(node, false, true)); return 0; });
|
|
248903
248810
|
}
|
|
248904
248811
|
// Take care of the easiest vertices directly . . . note that this returns from the lambda, not computeOffsetFacetIntersections
|
|
@@ -249113,7 +249020,6 @@ RangeSearch.defaultRangesPerBlockEdge = 4;
|
|
|
249113
249020
|
RangeSearch.defaultStandardDeviationAdjustment = 1.0;
|
|
249114
249021
|
|
|
249115
249022
|
|
|
249116
|
-
|
|
249117
249023
|
/***/ }),
|
|
249118
249024
|
|
|
249119
249025
|
/***/ "../../core/geometry/lib/esm/polyface/multiclip/SweepLineStringToFacetContext.js":
|
|
@@ -255839,7 +255745,6 @@ DgnSpiralTypeQueries.spiralTypeCodeMap = [
|
|
|
255839
255745
|
];
|
|
255840
255746
|
|
|
255841
255747
|
|
|
255842
|
-
|
|
255843
255748
|
/***/ }),
|
|
255844
255749
|
|
|
255845
255750
|
/***/ "../../core/geometry/lib/esm/serialization/BGFBWriter.js":
|
|
@@ -259236,7 +259141,6 @@ Sample.range3d = [
|
|
|
259236
259141
|
];
|
|
259237
259142
|
|
|
259238
259143
|
|
|
259239
|
-
|
|
259240
259144
|
/***/ }),
|
|
259241
259145
|
|
|
259242
259146
|
/***/ "../../core/geometry/lib/esm/serialization/IModelJsonSchema.js":
|
|
@@ -264811,7 +264715,6 @@ HalfEdge._totalNodesCreated = 0;
|
|
|
264811
264715
|
HalfEdge._edgePropertyMasks = [
|
|
264812
264716
|
HalfEdgeMask.BOUNDARY_EDGE, HalfEdgeMask.EXTERIOR, HalfEdgeMask.PRIMARY_EDGE, HalfEdgeMask.NULL_FACE,
|
|
264813
264717
|
];
|
|
264814
|
-
|
|
264815
264718
|
/**
|
|
264816
264719
|
* A HalfEdgeGraph has:
|
|
264817
264720
|
* * An array of (pointers to) HalfEdge objects.
|
|
@@ -269360,7 +269263,6 @@ Triangulator._planes = [
|
|
|
269360
269263
|
_geometry3d_Plane3dByOriginAndUnitNormal__WEBPACK_IMPORTED_MODULE_9__.Plane3dByOriginAndUnitNormal.createXYPlane(),
|
|
269361
269264
|
_geometry3d_Plane3dByOriginAndUnitNormal__WEBPACK_IMPORTED_MODULE_9__.Plane3dByOriginAndUnitNormal.createXYPlane(),
|
|
269362
269265
|
];
|
|
269363
|
-
|
|
269364
269266
|
/**
|
|
269365
269267
|
* Internal class for assembling chains
|
|
269366
269268
|
* @internal
|
|
@@ -270114,7 +270016,6 @@ class BlockRecord {
|
|
|
270114
270016
|
BlockRecord.RECORD_SIZE = 24;
|
|
270115
270017
|
|
|
270116
270018
|
|
|
270117
|
-
|
|
270118
270019
|
/***/ }),
|
|
270119
270020
|
|
|
270120
270021
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/ContainerFile.js":
|
|
@@ -270334,7 +270235,6 @@ class ContainerFile {
|
|
|
270334
270235
|
ContainerFile.MODULE = "ContainerFile";
|
|
270335
270236
|
|
|
270336
270237
|
|
|
270337
|
-
|
|
270338
270238
|
/***/ }),
|
|
270339
270239
|
|
|
270340
270240
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/ContainerFilePart.js":
|
|
@@ -271254,7 +271154,6 @@ class FileReader {
|
|
|
271254
271154
|
FileReader.MODULE = "FileReader";
|
|
271255
271155
|
|
|
271256
271156
|
|
|
271257
|
-
|
|
271258
271157
|
/***/ }),
|
|
271259
271158
|
|
|
271260
271159
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/FileRecord.js":
|
|
@@ -271571,7 +271470,6 @@ GeometryReader.RECORD_SIZE_LR = 3;
|
|
|
271571
271470
|
GeometryReader.MR_BIN_COUNT = 64;
|
|
271572
271471
|
|
|
271573
271472
|
|
|
271574
|
-
|
|
271575
271473
|
/***/ }),
|
|
271576
271474
|
|
|
271577
271475
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/format/opc/GeometryRecord.js":
|
|
@@ -272485,7 +272383,6 @@ class TileRecord {
|
|
|
272485
272383
|
TileRecord.RECORD_SIZE = 16;
|
|
272486
272384
|
|
|
272487
272385
|
|
|
272488
|
-
|
|
272489
272386
|
/***/ }),
|
|
272490
272387
|
|
|
272491
272388
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/AttributeTypes.js":
|
|
@@ -272561,7 +272458,6 @@ AttributeTypes.TYPE_FLOAT8 = 7;
|
|
|
272561
272458
|
AttributeTypes.TYPE_COLOR = 8;
|
|
272562
272459
|
|
|
272563
272460
|
|
|
272564
|
-
|
|
272565
272461
|
/***/ }),
|
|
272566
272462
|
|
|
272567
272463
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/AttributeValue.js":
|
|
@@ -273086,7 +272982,6 @@ AttributeValue.FALSE = AttributeValue.createBoolean(false);
|
|
|
273086
272982
|
AttributeValue.TRUE = AttributeValue.createBoolean(true);
|
|
273087
272983
|
|
|
273088
272984
|
|
|
273089
|
-
|
|
273090
272985
|
/***/ }),
|
|
273091
272986
|
|
|
273092
272987
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/BlockIndex.js":
|
|
@@ -273481,7 +273376,6 @@ class CloudPoint {
|
|
|
273481
273376
|
CloudPoint.MODULE = "CloudPoint";
|
|
273482
273377
|
|
|
273483
273378
|
|
|
273484
|
-
|
|
273485
273379
|
/***/ }),
|
|
273486
273380
|
|
|
273487
273381
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/Grid.js":
|
|
@@ -274438,7 +274332,6 @@ class PointDataRaw extends _PointData__WEBPACK_IMPORTED_MODULE_0__.PointData {
|
|
|
274438
274332
|
PointDataRaw.TYPE = 1;
|
|
274439
274333
|
|
|
274440
274334
|
|
|
274441
|
-
|
|
274442
274335
|
/***/ }),
|
|
274443
274336
|
|
|
274444
274337
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/ReadRequest.js":
|
|
@@ -274692,7 +274585,6 @@ ReadRequest.READ_GEOMETRY_AND_COLOR = ReadRequest.getGeometryAndColor();
|
|
|
274692
274585
|
ReadRequest.READ_ALL = ReadRequest.getGeometryAndAttributes();
|
|
274693
274586
|
|
|
274694
274587
|
|
|
274695
|
-
|
|
274696
274588
|
/***/ }),
|
|
274697
274589
|
|
|
274698
274590
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/StandardAttributes.js":
|
|
@@ -274754,7 +274646,6 @@ StandardAttributes.GPS_TIME_OFFSET = 1.0e9;
|
|
|
274754
274646
|
StandardAttributes.GPS_WEEK_SECONDS = 604800.0;
|
|
274755
274647
|
|
|
274756
274648
|
|
|
274757
|
-
|
|
274758
274649
|
/***/ }),
|
|
274759
274650
|
|
|
274760
274651
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/model/TileIndex.js":
|
|
@@ -275341,7 +275232,6 @@ DataManager.MAX_FILE_CONTENT_SIZE = 128 * 1024;
|
|
|
275341
275232
|
DataManager.POINT_DATA_EXIRE_TIME = 5 * 60.0;
|
|
275342
275233
|
|
|
275343
275234
|
|
|
275344
|
-
|
|
275345
275235
|
/***/ }),
|
|
275346
275236
|
|
|
275347
275237
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/render/FrameData.js":
|
|
@@ -275636,7 +275526,6 @@ class TileLoadSorter {
|
|
|
275636
275526
|
TileLoadSorter._CLASSNAME_ = "orbitgt.pointcloud.render.TileLoadSorter"; // the full name of the original java class
|
|
275637
275527
|
|
|
275638
275528
|
|
|
275639
|
-
|
|
275640
275529
|
/***/ }),
|
|
275641
275530
|
|
|
275642
275531
|
/***/ "../../core/orbitgt/lib/esm/pointcloud/render/ViewTree.js":
|
|
@@ -276015,7 +275904,6 @@ ViewTree.MODULE = "ViewTree";
|
|
|
276015
275904
|
ViewTree.DEBUG = false;
|
|
276016
275905
|
|
|
276017
275906
|
|
|
276018
|
-
|
|
276019
275907
|
/***/ }),
|
|
276020
275908
|
|
|
276021
275909
|
/***/ "../../core/orbitgt/lib/esm/spatial/crs/CRSEngine.js":
|
|
@@ -276245,7 +276133,6 @@ class CRSManager {
|
|
|
276245
276133
|
CRSManager.ENGINE = null;
|
|
276246
276134
|
|
|
276247
276135
|
|
|
276248
|
-
|
|
276249
276136
|
/***/ }),
|
|
276250
276137
|
|
|
276251
276138
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/CRS.js":
|
|
@@ -277196,7 +277083,6 @@ CRS._CACHE_WGS84_3D = null;
|
|
|
277196
277083
|
CRS._CACHE_WGS84_2D = null;
|
|
277197
277084
|
|
|
277198
277085
|
|
|
277199
|
-
|
|
277200
277086
|
/***/ }),
|
|
277201
277087
|
|
|
277202
277088
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/CoordinateSystem.js":
|
|
@@ -277539,7 +277425,6 @@ class CoordinateSystem {
|
|
|
277539
277425
|
CoordinateSystem.MODULE = "CoordinateSystem";
|
|
277540
277426
|
|
|
277541
277427
|
|
|
277542
|
-
|
|
277543
277428
|
/***/ }),
|
|
277544
277429
|
|
|
277545
277430
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/DataFileUnit.js":
|
|
@@ -277656,7 +277541,6 @@ class DataFileUnit {
|
|
|
277656
277541
|
DataFileUnit.DATA_LINES = null;
|
|
277657
277542
|
|
|
277658
277543
|
|
|
277659
|
-
|
|
277660
277544
|
/***/ }),
|
|
277661
277545
|
|
|
277662
277546
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Datum.js":
|
|
@@ -277836,7 +277720,6 @@ Datum.TYPE_GEODETIC = "geodetic";
|
|
|
277836
277720
|
Datum.TYPE_VERTICAL = "vertical";
|
|
277837
277721
|
|
|
277838
277722
|
|
|
277839
|
-
|
|
277840
277723
|
/***/ }),
|
|
277841
277724
|
|
|
277842
277725
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Ellipsoid.js":
|
|
@@ -278397,7 +278280,6 @@ class OnlineRegistry {
|
|
|
278397
278280
|
OnlineRegistry.MODULE = "OnlineRegistry";
|
|
278398
278281
|
|
|
278399
278282
|
|
|
278400
|
-
|
|
278401
278283
|
/***/ }),
|
|
278402
278284
|
|
|
278403
278285
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Operation.js":
|
|
@@ -278758,7 +278640,6 @@ Operation.CONVERSION = 2;
|
|
|
278758
278640
|
Operation.TRANSFORMATION = 3;
|
|
278759
278641
|
|
|
278760
278642
|
|
|
278761
|
-
|
|
278762
278643
|
/***/ }),
|
|
278763
278644
|
|
|
278764
278645
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/OperationMethod.js":
|
|
@@ -279400,7 +279281,6 @@ Registry._UNIT_LIST = null;
|
|
|
279400
279281
|
Registry._CRS_MAP = new _system_collection_StringMap__WEBPACK_IMPORTED_MODULE_1__.StringMap();
|
|
279401
279282
|
|
|
279402
279283
|
|
|
279403
|
-
|
|
279404
279284
|
/***/ }),
|
|
279405
279285
|
|
|
279406
279286
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Transform.js":
|
|
@@ -279813,7 +279693,6 @@ Transform._FULL_TRANSFORM = 8;
|
|
|
279813
279693
|
Transform._VERTICAL = 9;
|
|
279814
279694
|
|
|
279815
279695
|
|
|
279816
|
-
|
|
279817
279696
|
/***/ }),
|
|
279818
279697
|
|
|
279819
279698
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/Unit.js":
|
|
@@ -280164,7 +280043,6 @@ Unit._TYPE_TIME = "time";
|
|
|
280164
280043
|
Unit._TYPE_SCALE = "scale";
|
|
280165
280044
|
|
|
280166
280045
|
|
|
280167
|
-
|
|
280168
280046
|
/***/ }),
|
|
280169
280047
|
|
|
280170
280048
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/WellKnownText.js":
|
|
@@ -280695,7 +280573,6 @@ WellKnownText._ARC_SEC_TO_RAD = (1.0 / 3600.0 * Math.PI / 180.0);
|
|
|
280695
280573
|
WellKnownText._CODES = 100000;
|
|
280696
280574
|
|
|
280697
280575
|
|
|
280698
|
-
|
|
280699
280576
|
/***/ }),
|
|
280700
280577
|
|
|
280701
280578
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/WellKnownTextNode.js":
|
|
@@ -281012,7 +280889,6 @@ class HotineObliqueMercator extends _OperationMethod__WEBPACK_IMPORTED_MODULE_0_
|
|
|
281012
280889
|
HotineObliqueMercator.METHOD_CODE = 9812;
|
|
281013
280890
|
|
|
281014
280891
|
|
|
281015
|
-
|
|
281016
280892
|
/***/ }),
|
|
281017
280893
|
|
|
281018
280894
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.js":
|
|
@@ -281150,7 +281026,6 @@ class KrovakObliqueConformalConic extends _OperationMethod__WEBPACK_IMPORTED_MOD
|
|
|
281150
281026
|
KrovakObliqueConformalConic.METHOD_CODE = 9819;
|
|
281151
281027
|
|
|
281152
281028
|
|
|
281153
|
-
|
|
281154
281029
|
/***/ }),
|
|
281155
281030
|
|
|
281156
281031
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js":
|
|
@@ -281237,7 +281112,6 @@ class KrovakObliqueConformalConicEN extends _OperationMethod__WEBPACK_IMPORTED_M
|
|
|
281237
281112
|
KrovakObliqueConformalConicEN.METHOD_CODE = 1041;
|
|
281238
281113
|
|
|
281239
281114
|
|
|
281240
|
-
|
|
281241
281115
|
/***/ }),
|
|
281242
281116
|
|
|
281243
281117
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/LambertConical1SP.js":
|
|
@@ -281379,7 +281253,6 @@ class LambertConical1SP extends _OperationMethod__WEBPACK_IMPORTED_MODULE_0__.Op
|
|
|
281379
281253
|
LambertConical1SP.METHOD_CODE = 9801;
|
|
281380
281254
|
|
|
281381
281255
|
|
|
281382
|
-
|
|
281383
281256
|
/***/ }),
|
|
281384
281257
|
|
|
281385
281258
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/LambertConical2SP.js":
|
|
@@ -281571,7 +281444,6 @@ LambertConical2SP.PI = Math.PI;
|
|
|
281571
281444
|
LambertConical2SP.hPI = 0.5 * Math.PI;
|
|
281572
281445
|
|
|
281573
281446
|
|
|
281574
|
-
|
|
281575
281447
|
/***/ }),
|
|
281576
281448
|
|
|
281577
281449
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/Mercator1SP.js":
|
|
@@ -281696,7 +281568,6 @@ Mercator1SP.METHOD_CODE = 9804;
|
|
|
281696
281568
|
Mercator1SP.QPI = Math.PI / 4.0;
|
|
281697
281569
|
|
|
281698
281570
|
|
|
281699
|
-
|
|
281700
281571
|
/***/ }),
|
|
281701
281572
|
|
|
281702
281573
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/ObliqueMercator.js":
|
|
@@ -281882,7 +281753,6 @@ ObliqueMercator.METHOD_CODE = 9815; // Hotine Variant B
|
|
|
281882
281753
|
ObliqueMercator.PI = Math.PI;
|
|
281883
281754
|
|
|
281884
281755
|
|
|
281885
|
-
|
|
281886
281756
|
/***/ }),
|
|
281887
281757
|
|
|
281888
281758
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/ObliqueStereographic.js":
|
|
@@ -282103,7 +281973,6 @@ ObliqueStereographic.METHOD_CODE = 9809;
|
|
|
282103
281973
|
ObliqueStereographic.PI = Math.PI;
|
|
282104
281974
|
|
|
282105
281975
|
|
|
282106
|
-
|
|
282107
281976
|
/***/ }),
|
|
282108
281977
|
|
|
282109
281978
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/projection/TransverseMercator.js":
|
|
@@ -282299,7 +282168,6 @@ TransverseMercator.METHOD_CODE = 9807;
|
|
|
282299
282168
|
TransverseMercator.PI = Math.PI;
|
|
282300
282169
|
|
|
282301
282170
|
|
|
282302
|
-
|
|
282303
282171
|
/***/ }),
|
|
282304
282172
|
|
|
282305
282173
|
/***/ "../../core/orbitgt/lib/esm/spatial/ecrs/transformation/PositionVector.js":
|
|
@@ -282444,7 +282312,6 @@ class PositionVector extends _OperationMethod__WEBPACK_IMPORTED_MODULE_0__.Opera
|
|
|
282444
282312
|
PositionVector.METHOD_CODE = 9606;
|
|
282445
282313
|
|
|
282446
282314
|
|
|
282447
|
-
|
|
282448
282315
|
/***/ }),
|
|
282449
282316
|
|
|
282450
282317
|
/***/ "../../core/orbitgt/lib/esm/spatial/geom/Bounds.js":
|
|
@@ -284511,7 +284378,6 @@ class Uint16Buffer {
|
|
|
284511
284378
|
Uint16Buffer.BYTES_PER_ELEMENT = 2;
|
|
284512
284379
|
|
|
284513
284380
|
|
|
284514
|
-
|
|
284515
284381
|
/***/ }),
|
|
284516
284382
|
|
|
284517
284383
|
/***/ "../../core/orbitgt/lib/esm/system/buffer/Uint8Buffer.js":
|
|
@@ -284589,7 +284455,6 @@ class Uint8Buffer {
|
|
|
284589
284455
|
Uint8Buffer.BYTES_PER_ELEMENT = 1;
|
|
284590
284456
|
|
|
284591
284457
|
|
|
284592
|
-
|
|
284593
284458
|
/***/ }),
|
|
284594
284459
|
|
|
284595
284460
|
/***/ "../../core/orbitgt/lib/esm/system/collection/AList.js":
|
|
@@ -285596,7 +285461,6 @@ ALong.MAX_VALUE = new ALong(ALong._U31 - 1.0, ALong._U32 - 1.0);
|
|
|
285596
285461
|
ALong.MIN_VALUE = new ALong(ALong._U31, 0.0);
|
|
285597
285462
|
|
|
285598
285463
|
|
|
285599
|
-
|
|
285600
285464
|
/***/ }),
|
|
285601
285465
|
|
|
285602
285466
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/ASystem.js":
|
|
@@ -285639,7 +285503,6 @@ class ASystem {
|
|
|
285639
285503
|
ASystem.TIME0 = new Date().getTime();
|
|
285640
285504
|
|
|
285641
285505
|
|
|
285642
|
-
|
|
285643
285506
|
/***/ }),
|
|
285644
285507
|
|
|
285645
285508
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/Downloader.js":
|
|
@@ -285689,7 +285552,6 @@ class Downloader {
|
|
|
285689
285552
|
Downloader.INSTANCE = null;
|
|
285690
285553
|
|
|
285691
285554
|
|
|
285692
|
-
|
|
285693
285555
|
/***/ }),
|
|
285694
285556
|
|
|
285695
285557
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/DownloaderXhr.js":
|
|
@@ -285885,7 +285747,6 @@ class Message {
|
|
|
285885
285747
|
Message.DISPLAY = false;
|
|
285886
285748
|
|
|
285887
285749
|
|
|
285888
|
-
|
|
285889
285750
|
/***/ }),
|
|
285890
285751
|
|
|
285891
285752
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/Numbers.js":
|
|
@@ -285985,7 +285846,6 @@ Numbers.F32_BUFFER1 = new Float32Array(Numbers.BUFFER1);
|
|
|
285985
285846
|
Numbers.F64_BUFFER1 = new Float64Array(Numbers.BUFFER1);
|
|
285986
285847
|
|
|
285987
285848
|
|
|
285988
|
-
|
|
285989
285849
|
/***/ }),
|
|
285990
285850
|
|
|
285991
285851
|
/***/ "../../core/orbitgt/lib/esm/system/runtime/Strings.js":
|
|
@@ -286186,7 +286046,6 @@ Strings.NL = String.fromCharCode(10);
|
|
|
286186
286046
|
Strings.CR_NL = String.fromCharCode(13) + String.fromCharCode(10);
|
|
286187
286047
|
|
|
286188
286048
|
|
|
286189
|
-
|
|
286190
286049
|
/***/ }),
|
|
286191
286050
|
|
|
286192
286051
|
/***/ "../../core/orbitgt/lib/esm/system/storage/CacheList.js":
|
|
@@ -286427,7 +286286,6 @@ class ContentLoader {
|
|
|
286427
286286
|
ContentLoader.MODULE = "ContentLoader";
|
|
286428
286287
|
|
|
286429
286288
|
|
|
286430
|
-
|
|
286431
286289
|
/***/ }),
|
|
286432
286290
|
|
|
286433
286291
|
/***/ "../../core/orbitgt/lib/esm/system/storage/FileContent.js":
|
|
@@ -286953,7 +286811,6 @@ QuantityConstants._LOCALE_DECIMAL_SEPARATOR = "";
|
|
|
286953
286811
|
QuantityConstants._LOCALE_THOUSAND_SEPARATOR = "";
|
|
286954
286812
|
|
|
286955
286813
|
|
|
286956
|
-
|
|
286957
286814
|
/***/ }),
|
|
286958
286815
|
|
|
286959
286816
|
/***/ "../../core/quantity/lib/esm/Exception.js":
|
|
@@ -288070,7 +287927,6 @@ class Formatter {
|
|
|
288070
287927
|
Formatter.FPV_MINTHRESHOLD = 1.0e-14;
|
|
288071
287928
|
|
|
288072
287929
|
|
|
288073
|
-
|
|
288074
287930
|
/***/ }),
|
|
288075
287931
|
|
|
288076
287932
|
/***/ "../../core/quantity/lib/esm/Formatter/FormatterSpec.js":
|
|
@@ -288841,7 +288697,6 @@ class Parser {
|
|
|
288841
288697
|
Parser._log = false;
|
|
288842
288698
|
|
|
288843
288699
|
|
|
288844
|
-
|
|
288845
288700
|
/***/ }),
|
|
288846
288701
|
|
|
288847
288702
|
/***/ "../../core/quantity/lib/esm/ParserSpec.js":
|
|
@@ -289603,7 +289458,6 @@ Capabilities.requiredFeatures = [
|
|
|
289603
289458
|
];
|
|
289604
289459
|
|
|
289605
289460
|
|
|
289606
|
-
|
|
289607
289461
|
/***/ }),
|
|
289608
289462
|
|
|
289609
289463
|
/***/ "../../core/webgl-compatibility/lib/esm/RenderCompatibility.js":
|
|
@@ -290135,7 +289989,7 @@ class TestContext {
|
|
|
290135
289989
|
this.initializeRpcInterfaces({ title: this.settings.Backend.name, version: this.settings.Backend.version });
|
|
290136
289990
|
const iModelClient = new imodels_client_management_1.IModelsClient({ api: { baseUrl: `https://${process.env.IMJS_URL_PREFIX ?? ""}api.bentley.com/imodels` } });
|
|
290137
289991
|
await core_frontend_1.NoRenderApp.startup({
|
|
290138
|
-
applicationVersion: "4.6.0-dev.
|
|
289992
|
+
applicationVersion: "4.6.0-dev.24",
|
|
290139
289993
|
applicationId: this.settings.gprid,
|
|
290140
289994
|
authorizationClient: new frontend_1.TestFrontendAuthorizationClient(this.adminUserAccessToken),
|
|
290141
289995
|
hubAccess: new imodels_access_frontend_1.FrontendIModelsAccess(iModelClient),
|
|
@@ -290147,8 +290001,8 @@ class TestContext {
|
|
|
290147
290001
|
console.log("TestSetup: Done");
|
|
290148
290002
|
}
|
|
290149
290003
|
}
|
|
290150
|
-
TestContext._instance = undefined;
|
|
290151
290004
|
exports.TestContext = TestContext;
|
|
290005
|
+
TestContext._instance = undefined;
|
|
290152
290006
|
|
|
290153
290007
|
|
|
290154
290008
|
/***/ }),
|
|
@@ -291267,7 +291121,7 @@ class KeySet {
|
|
|
291267
291121
|
this._nodeKeys.add(JSON.stringify(value));
|
|
291268
291122
|
}
|
|
291269
291123
|
else {
|
|
291270
|
-
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${value}`);
|
|
291124
|
+
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${JSON.stringify(value)}`);
|
|
291271
291125
|
}
|
|
291272
291126
|
}
|
|
291273
291127
|
if (this.size !== sizeBefore) {
|
|
@@ -291319,7 +291173,7 @@ class KeySet {
|
|
|
291319
291173
|
this._nodeKeys.delete(JSON.stringify(value));
|
|
291320
291174
|
}
|
|
291321
291175
|
else {
|
|
291322
|
-
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${value}`);
|
|
291176
|
+
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${JSON.stringify(value)}`);
|
|
291323
291177
|
}
|
|
291324
291178
|
if (this.size !== sizeBefore) {
|
|
291325
291179
|
this.recalculateGuid();
|
|
@@ -291344,7 +291198,7 @@ class KeySet {
|
|
|
291344
291198
|
if (Key.isNodeKey(value)) {
|
|
291345
291199
|
return this._nodeKeys.has(JSON.stringify(value));
|
|
291346
291200
|
}
|
|
291347
|
-
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${value}`);
|
|
291201
|
+
throw new _Error__WEBPACK_IMPORTED_MODULE_1__.PresentationError(_Error__WEBPACK_IMPORTED_MODULE_1__.PresentationStatus.InvalidArgument, `Invalid argument: value = ${JSON.stringify(value)}`);
|
|
291348
291202
|
}
|
|
291349
291203
|
hasKeySet(readonlyKeys, checkType) {
|
|
291350
291204
|
// note: cast-away read-onlyness to access private members...
|
|
@@ -292178,7 +292032,6 @@ __decorate([
|
|
|
292178
292032
|
__decorate([
|
|
292179
292033
|
_itwin_core_common__WEBPACK_IMPORTED_MODULE_0__.RpcOperation.setPolicy({ allowResponseCompression: true })
|
|
292180
292034
|
], PresentationRpcInterface.prototype, "computeSelection", null);
|
|
292181
|
-
|
|
292182
292035
|
/** @internal */
|
|
292183
292036
|
var PresentationIpcEvents;
|
|
292184
292037
|
(function (PresentationIpcEvents) {
|
|
@@ -292598,6 +292451,7 @@ const toString = (displayValue) => {
|
|
|
292598
292451
|
if (!displayValue) {
|
|
292599
292452
|
return "NULL";
|
|
292600
292453
|
}
|
|
292454
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
292601
292455
|
return displayValue.toString();
|
|
292602
292456
|
};
|
|
292603
292457
|
const createDescription = (record, relatedClass, field, value) => {
|
|
@@ -292654,7 +292508,7 @@ const getPropertyValue = (record, field) => {
|
|
|
292654
292508
|
value = value[0].values[currFieldName];
|
|
292655
292509
|
currFieldName = fieldNamesStack.pop();
|
|
292656
292510
|
}
|
|
292657
|
-
if (!isPrimitivePropertyValue(value)) {
|
|
292511
|
+
if (!isPrimitivePropertyValue(value) || !(typeof displayValue === "undefined" || typeof displayValue === "string")) {
|
|
292658
292512
|
throw new Error("Can only create 'similar instances' ruleset for primitive values");
|
|
292659
292513
|
}
|
|
292660
292514
|
return { raw: value, display: toString(displayValue) };
|
|
@@ -294812,6 +294666,7 @@ class ContentPropertyValueFormatter {
|
|
|
294812
294666
|
(0,_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.assert)(_Value__WEBPACK_IMPORTED_MODULE_3__.Value.isNavigationValue(value));
|
|
294813
294667
|
return value.label.displayValue;
|
|
294814
294668
|
}
|
|
294669
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
294815
294670
|
return value.toString();
|
|
294816
294671
|
}
|
|
294817
294672
|
async formatStructValue(type, value) {
|
|
@@ -295339,7 +295194,7 @@ var NodeKey;
|
|
|
295339
295194
|
NodeKey.isLabelGroupingNodeKey = isLabelGroupingNodeKey;
|
|
295340
295195
|
// eslint-disable-next-line deprecation/deprecation
|
|
295341
295196
|
function isGroupingNodeKey(key) {
|
|
295342
|
-
return isClassGroupingNodeKey(key) || isPropertyGroupingNodeKey(key) || isLabelGroupingNodeKey(key);
|
|
295197
|
+
return isClassGroupingNodeKey(key) || isPropertyGroupingNodeKey(key) || isLabelGroupingNodeKey(key); // eslint-disable-line deprecation/deprecation
|
|
295343
295198
|
}
|
|
295344
295199
|
NodeKey.isGroupingNodeKey = isGroupingNodeKey;
|
|
295345
295200
|
/**
|
|
@@ -298775,7 +298630,6 @@ class FavoritePropertiesManager {
|
|
|
298775
298630
|
* @internal
|
|
298776
298631
|
*/
|
|
298777
298632
|
FavoritePropertiesManager.FAVORITES_IDENTIFIER_PREFIX = "";
|
|
298778
|
-
|
|
298779
298633
|
var Direction;
|
|
298780
298634
|
(function (Direction) {
|
|
298781
298635
|
Direction[Direction["Up"] = -1] = "Up";
|
|
@@ -301064,7 +300918,6 @@ class UiAdmin {
|
|
|
301064
300918
|
UiAdmin.onGenericUiEvent = new GenericUiEvent();
|
|
301065
300919
|
|
|
301066
300920
|
|
|
301067
|
-
|
|
301068
300921
|
/***/ }),
|
|
301069
300922
|
|
|
301070
300923
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/UiItemsManager.js":
|
|
@@ -301271,7 +301124,6 @@ UiItemsManager._registeredUiItemsProviders = new Map();
|
|
|
301271
301124
|
UiItemsManager.onUiProviderRegisteredEvent = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
301272
301125
|
|
|
301273
301126
|
|
|
301274
|
-
|
|
301275
301127
|
/***/ }),
|
|
301276
301128
|
|
|
301277
301129
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/UiItemsProvider.js":
|
|
@@ -301372,7 +301224,6 @@ BackstageItemUtilities.createActionItem = (itemId, groupPriority, itemPriority,
|
|
|
301372
301224
|
});
|
|
301373
301225
|
|
|
301374
301226
|
|
|
301375
|
-
|
|
301376
301227
|
/***/ }),
|
|
301377
301228
|
|
|
301378
301229
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/backstage/BackstageItemsManager.js":
|
|
@@ -301578,6 +301429,7 @@ var SpecialKey;
|
|
|
301578
301429
|
SpecialKey["ArrowUp"] = "ArrowUp";
|
|
301579
301430
|
SpecialKey["ArrowDown"] = "ArrowDown";
|
|
301580
301431
|
SpecialKey["Enter"] = "Enter";
|
|
301432
|
+
// eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
|
|
301581
301433
|
SpecialKey["Return"] = "Enter";
|
|
301582
301434
|
SpecialKey["Space"] = " ";
|
|
301583
301435
|
SpecialKey["Backspace"] = "Backspace";
|
|
@@ -301736,7 +301588,6 @@ StandardContentLayouts.availableLayouts = [
|
|
|
301736
301588
|
];
|
|
301737
301589
|
|
|
301738
301590
|
|
|
301739
|
-
|
|
301740
301591
|
/***/ }),
|
|
301741
301592
|
|
|
301742
301593
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/dialogs/DialogItem.js":
|
|
@@ -302062,7 +301913,6 @@ UiLayoutDataProvider.getPropertyRecord = (dialogItem) => {
|
|
|
302062
301913
|
record.isDisabled = UiLayoutDataProvider.getItemDisabledState(dialogItem);
|
|
302063
301914
|
return record;
|
|
302064
301915
|
};
|
|
302065
|
-
|
|
302066
301916
|
/** [[DialogLayoutDataProvider]] Abstract class that allows property values to be passed between hosting API and Dialog that generates and arranges components dynamically
|
|
302067
301917
|
* including the buttons at the bottom of the dialog.
|
|
302068
301918
|
* @public
|
|
@@ -303219,7 +303069,6 @@ AbstractStatusBarItemUtilities.createLabelItem = (id, section, itemPriority, ico
|
|
|
303219
303069
|
});
|
|
303220
303070
|
|
|
303221
303071
|
|
|
303222
|
-
|
|
303223
303072
|
/***/ }),
|
|
303224
303073
|
|
|
303225
303074
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/statusbar/StatusBarItemsManager.js":
|
|
@@ -303446,7 +303295,6 @@ ToolbarItemUtilities.createGroupButton = (id, itemPriority, icon, label, items,
|
|
|
303446
303295
|
});
|
|
303447
303296
|
|
|
303448
303297
|
|
|
303449
|
-
|
|
303450
303298
|
/***/ }),
|
|
303451
303299
|
|
|
303452
303300
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/toolbars/ToolbarItemsManager.js":
|
|
@@ -303760,7 +303608,6 @@ IconSpecUtilities.SVG_PREFIX = "svg:";
|
|
|
303760
303608
|
IconSpecUtilities.WEB_COMPONENT_PREFIX = "webSvg:";
|
|
303761
303609
|
|
|
303762
303610
|
|
|
303763
|
-
|
|
303764
303611
|
/***/ }),
|
|
303765
303612
|
|
|
303766
303613
|
/***/ "../../ui/appui-abstract/lib/esm/appui-abstract/utils/PointProps.js":
|
|
@@ -305927,9 +305774,9 @@ const gBase64 = {
|
|
|
305927
305774
|
|
|
305928
305775
|
/***/ }),
|
|
305929
305776
|
|
|
305930
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305777
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js":
|
|
305931
305778
|
/*!******************************************************************************************************************************!*\
|
|
305932
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305779
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js ***!
|
|
305933
305780
|
\******************************************************************************************************************************/
|
|
305934
305781
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
305935
305782
|
|
|
@@ -305946,9 +305793,9 @@ function _arrayLikeToArray(arr, len) {
|
|
|
305946
305793
|
|
|
305947
305794
|
/***/ }),
|
|
305948
305795
|
|
|
305949
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305796
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js":
|
|
305950
305797
|
/*!****************************************************************************************************************************!*\
|
|
305951
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305798
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js ***!
|
|
305952
305799
|
\****************************************************************************************************************************/
|
|
305953
305800
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
305954
305801
|
|
|
@@ -305963,9 +305810,9 @@ function _arrayWithHoles(arr) {
|
|
|
305963
305810
|
|
|
305964
305811
|
/***/ }),
|
|
305965
305812
|
|
|
305966
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305813
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js":
|
|
305967
305814
|
/*!***********************************************************************************************************************************!*\
|
|
305968
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305815
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js ***!
|
|
305969
305816
|
\***********************************************************************************************************************************/
|
|
305970
305817
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
305971
305818
|
|
|
@@ -305983,9 +305830,9 @@ function _assertThisInitialized(self) {
|
|
|
305983
305830
|
|
|
305984
305831
|
/***/ }),
|
|
305985
305832
|
|
|
305986
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305833
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/classCallCheck.js":
|
|
305987
305834
|
/*!****************************************************************************************************************************!*\
|
|
305988
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305835
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/classCallCheck.js ***!
|
|
305989
305836
|
\****************************************************************************************************************************/
|
|
305990
305837
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
305991
305838
|
|
|
@@ -306002,9 +305849,9 @@ function _classCallCheck(instance, Constructor) {
|
|
|
306002
305849
|
|
|
306003
305850
|
/***/ }),
|
|
306004
305851
|
|
|
306005
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305852
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/createClass.js":
|
|
306006
305853
|
/*!*************************************************************************************************************************!*\
|
|
306007
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305854
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/createClass.js ***!
|
|
306008
305855
|
\*************************************************************************************************************************/
|
|
306009
305856
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306010
305857
|
|
|
@@ -306013,7 +305860,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306013
305860
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306014
305861
|
/* harmony export */ "default": () => (/* binding */ _createClass)
|
|
306015
305862
|
/* harmony export */ });
|
|
306016
|
-
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305863
|
+
/* 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
305864
|
|
|
306018
305865
|
function _defineProperties(target, props) {
|
|
306019
305866
|
for (var i = 0; i < props.length; i++) {
|
|
@@ -306035,9 +305882,9 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
306035
305882
|
|
|
306036
305883
|
/***/ }),
|
|
306037
305884
|
|
|
306038
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305885
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/defineProperty.js":
|
|
306039
305886
|
/*!****************************************************************************************************************************!*\
|
|
306040
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305887
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
|
|
306041
305888
|
\****************************************************************************************************************************/
|
|
306042
305889
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306043
305890
|
|
|
@@ -306046,7 +305893,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306046
305893
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306047
305894
|
/* harmony export */ "default": () => (/* binding */ _defineProperty)
|
|
306048
305895
|
/* harmony export */ });
|
|
306049
|
-
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305896
|
+
/* 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
305897
|
|
|
306051
305898
|
function _defineProperty(obj, key, value) {
|
|
306052
305899
|
key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
|
|
@@ -306065,9 +305912,9 @@ function _defineProperty(obj, key, value) {
|
|
|
306065
305912
|
|
|
306066
305913
|
/***/ }),
|
|
306067
305914
|
|
|
306068
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305915
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js":
|
|
306069
305916
|
/*!****************************************************************************************************************************!*\
|
|
306070
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305917
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js ***!
|
|
306071
305918
|
\****************************************************************************************************************************/
|
|
306072
305919
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306073
305920
|
|
|
@@ -306085,9 +305932,9 @@ function _getPrototypeOf(o) {
|
|
|
306085
305932
|
|
|
306086
305933
|
/***/ }),
|
|
306087
305934
|
|
|
306088
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305935
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/inherits.js":
|
|
306089
305936
|
/*!**********************************************************************************************************************!*\
|
|
306090
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305937
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/inherits.js ***!
|
|
306091
305938
|
\**********************************************************************************************************************/
|
|
306092
305939
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306093
305940
|
|
|
@@ -306096,7 +305943,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306096
305943
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306097
305944
|
/* harmony export */ "default": () => (/* binding */ _inherits)
|
|
306098
305945
|
/* harmony export */ });
|
|
306099
|
-
/* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./setPrototypeOf.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305946
|
+
/* 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
305947
|
|
|
306101
305948
|
function _inherits(subClass, superClass) {
|
|
306102
305949
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -306117,9 +305964,9 @@ function _inherits(subClass, superClass) {
|
|
|
306117
305964
|
|
|
306118
305965
|
/***/ }),
|
|
306119
305966
|
|
|
306120
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305967
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/iterableToArray.js":
|
|
306121
305968
|
/*!*****************************************************************************************************************************!*\
|
|
306122
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305969
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/iterableToArray.js ***!
|
|
306123
305970
|
\*****************************************************************************************************************************/
|
|
306124
305971
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306125
305972
|
|
|
@@ -306134,9 +305981,9 @@ function _iterableToArray(iter) {
|
|
|
306134
305981
|
|
|
306135
305982
|
/***/ }),
|
|
306136
305983
|
|
|
306137
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305984
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js":
|
|
306138
305985
|
/*!*****************************************************************************************************************************!*\
|
|
306139
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
305986
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js ***!
|
|
306140
305987
|
\*****************************************************************************************************************************/
|
|
306141
305988
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306142
305989
|
|
|
@@ -306151,9 +305998,9 @@ function _nonIterableRest() {
|
|
|
306151
305998
|
|
|
306152
305999
|
/***/ }),
|
|
306153
306000
|
|
|
306154
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306001
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js":
|
|
306155
306002
|
/*!***************************************************************************************************************************************!*\
|
|
306156
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306003
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js ***!
|
|
306157
306004
|
\***************************************************************************************************************************************/
|
|
306158
306005
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306159
306006
|
|
|
@@ -306162,8 +306009,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306162
306009
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306163
306010
|
/* harmony export */ "default": () => (/* binding */ _possibleConstructorReturn)
|
|
306164
306011
|
/* 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.
|
|
306012
|
+
/* 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");
|
|
306013
|
+
/* 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
306014
|
|
|
306168
306015
|
|
|
306169
306016
|
function _possibleConstructorReturn(self, call) {
|
|
@@ -306177,9 +306024,9 @@ function _possibleConstructorReturn(self, call) {
|
|
|
306177
306024
|
|
|
306178
306025
|
/***/ }),
|
|
306179
306026
|
|
|
306180
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306027
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js":
|
|
306181
306028
|
/*!****************************************************************************************************************************!*\
|
|
306182
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306029
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js ***!
|
|
306183
306030
|
\****************************************************************************************************************************/
|
|
306184
306031
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306185
306032
|
|
|
@@ -306198,9 +306045,9 @@ function _setPrototypeOf(o, p) {
|
|
|
306198
306045
|
|
|
306199
306046
|
/***/ }),
|
|
306200
306047
|
|
|
306201
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306048
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toArray.js":
|
|
306202
306049
|
/*!*********************************************************************************************************************!*\
|
|
306203
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306050
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toArray.js ***!
|
|
306204
306051
|
\*********************************************************************************************************************/
|
|
306205
306052
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306206
306053
|
|
|
@@ -306209,10 +306056,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306209
306056
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306210
306057
|
/* harmony export */ "default": () => (/* binding */ _toArray)
|
|
306211
306058
|
/* 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.
|
|
306059
|
+
/* 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");
|
|
306060
|
+
/* 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");
|
|
306061
|
+
/* 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");
|
|
306062
|
+
/* 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
306063
|
|
|
306217
306064
|
|
|
306218
306065
|
|
|
@@ -306223,9 +306070,9 @@ function _toArray(arr) {
|
|
|
306223
306070
|
|
|
306224
306071
|
/***/ }),
|
|
306225
306072
|
|
|
306226
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306073
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPrimitive.js":
|
|
306227
306074
|
/*!*************************************************************************************************************************!*\
|
|
306228
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306075
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
|
|
306229
306076
|
\*************************************************************************************************************************/
|
|
306230
306077
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306231
306078
|
|
|
@@ -306234,7 +306081,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306234
306081
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306235
306082
|
/* harmony export */ "default": () => (/* binding */ toPrimitive)
|
|
306236
306083
|
/* harmony export */ });
|
|
306237
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306084
|
+
/* 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
306085
|
|
|
306239
306086
|
function toPrimitive(t, r) {
|
|
306240
306087
|
if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
|
|
@@ -306249,9 +306096,9 @@ function toPrimitive(t, r) {
|
|
|
306249
306096
|
|
|
306250
306097
|
/***/ }),
|
|
306251
306098
|
|
|
306252
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306099
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js":
|
|
306253
306100
|
/*!***************************************************************************************************************************!*\
|
|
306254
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306101
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
|
|
306255
306102
|
\***************************************************************************************************************************/
|
|
306256
306103
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306257
306104
|
|
|
@@ -306260,8 +306107,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306260
306107
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306261
306108
|
/* harmony export */ "default": () => (/* binding */ toPropertyKey)
|
|
306262
306109
|
/* 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.
|
|
306110
|
+
/* 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");
|
|
306111
|
+
/* 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
306112
|
|
|
306266
306113
|
|
|
306267
306114
|
function toPropertyKey(t) {
|
|
@@ -306271,9 +306118,9 @@ function toPropertyKey(t) {
|
|
|
306271
306118
|
|
|
306272
306119
|
/***/ }),
|
|
306273
306120
|
|
|
306274
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306121
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/typeof.js":
|
|
306275
306122
|
/*!********************************************************************************************************************!*\
|
|
306276
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306123
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/typeof.js ***!
|
|
306277
306124
|
\********************************************************************************************************************/
|
|
306278
306125
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306279
306126
|
|
|
@@ -306294,9 +306141,9 @@ function _typeof(o) {
|
|
|
306294
306141
|
|
|
306295
306142
|
/***/ }),
|
|
306296
306143
|
|
|
306297
|
-
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306144
|
+
/***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js":
|
|
306298
306145
|
/*!****************************************************************************************************************************************!*\
|
|
306299
|
-
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306146
|
+
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.23.8/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js ***!
|
|
306300
306147
|
\****************************************************************************************************************************************/
|
|
306301
306148
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306302
306149
|
|
|
@@ -306305,7 +306152,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306305
306152
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306306
306153
|
/* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
|
|
306307
306154
|
/* harmony export */ });
|
|
306308
|
-
/* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.
|
|
306155
|
+
/* 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
306156
|
|
|
306310
306157
|
function _unsupportedIterableToArray(o, minLen) {
|
|
306311
306158
|
if (!o) return;
|
|
@@ -306318,9 +306165,9 @@ function _unsupportedIterableToArray(o, minLen) {
|
|
|
306318
306165
|
|
|
306319
306166
|
/***/ }),
|
|
306320
306167
|
|
|
306321
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306168
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/adapters.js":
|
|
306322
306169
|
/*!****************************************************************************************************!*\
|
|
306323
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306170
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/adapters.js ***!
|
|
306324
306171
|
\****************************************************************************************************/
|
|
306325
306172
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306326
306173
|
|
|
@@ -306329,10 +306176,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306329
306176
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306330
306177
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
306331
306178
|
/* 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.
|
|
306179
|
+
/* 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");
|
|
306180
|
+
/* 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");
|
|
306181
|
+
/* 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");
|
|
306182
|
+
/* 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
306183
|
|
|
306337
306184
|
|
|
306338
306185
|
|
|
@@ -306414,9 +306261,9 @@ const isResolvedHandle = (adapter) => _utils_js__WEBPACK_IMPORTED_MODULE_2__["de
|
|
|
306414
306261
|
|
|
306415
306262
|
/***/ }),
|
|
306416
306263
|
|
|
306417
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306264
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/xhr.js":
|
|
306418
306265
|
/*!***********************************************************************************************!*\
|
|
306419
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306266
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/adapters/xhr.js ***!
|
|
306420
306267
|
\***********************************************************************************************/
|
|
306421
306268
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306422
306269
|
|
|
@@ -306425,19 +306272,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306425
306272
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306426
306273
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
306427
306274
|
/* 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.
|
|
306275
|
+
/* 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");
|
|
306276
|
+
/* 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");
|
|
306277
|
+
/* 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");
|
|
306278
|
+
/* 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");
|
|
306279
|
+
/* 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");
|
|
306280
|
+
/* 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");
|
|
306281
|
+
/* 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");
|
|
306282
|
+
/* 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");
|
|
306283
|
+
/* 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");
|
|
306284
|
+
/* 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");
|
|
306285
|
+
/* 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");
|
|
306286
|
+
/* 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");
|
|
306287
|
+
/* 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
306288
|
|
|
306442
306289
|
|
|
306443
306290
|
|
|
@@ -306702,9 +306549,9 @@ const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
|
|
|
306702
306549
|
|
|
306703
306550
|
/***/ }),
|
|
306704
306551
|
|
|
306705
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306552
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/axios.js":
|
|
306706
306553
|
/*!****************************************************************************************!*\
|
|
306707
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306554
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/axios.js ***!
|
|
306708
306555
|
\****************************************************************************************/
|
|
306709
306556
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306710
306557
|
|
|
@@ -306713,23 +306560,23 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306713
306560
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306714
306561
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
306715
306562
|
/* 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.
|
|
306563
|
+
/* 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");
|
|
306564
|
+
/* 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");
|
|
306565
|
+
/* 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");
|
|
306566
|
+
/* 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");
|
|
306567
|
+
/* 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");
|
|
306568
|
+
/* 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");
|
|
306569
|
+
/* 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");
|
|
306570
|
+
/* 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");
|
|
306571
|
+
/* 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");
|
|
306572
|
+
/* 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");
|
|
306573
|
+
/* 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");
|
|
306574
|
+
/* 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");
|
|
306575
|
+
/* 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");
|
|
306576
|
+
/* 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");
|
|
306577
|
+
/* 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");
|
|
306578
|
+
/* 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");
|
|
306579
|
+
/* 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
306580
|
|
|
306734
306581
|
|
|
306735
306582
|
|
|
@@ -306823,9 +306670,9 @@ axios.default = axios;
|
|
|
306823
306670
|
|
|
306824
306671
|
/***/ }),
|
|
306825
306672
|
|
|
306826
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306673
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CancelToken.js":
|
|
306827
306674
|
/*!*****************************************************************************************************!*\
|
|
306828
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306675
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CancelToken.js ***!
|
|
306829
306676
|
\*****************************************************************************************************/
|
|
306830
306677
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306831
306678
|
|
|
@@ -306834,7 +306681,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306834
306681
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306835
306682
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
306836
306683
|
/* harmony export */ });
|
|
306837
|
-
/* harmony import */ var _CanceledError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./CanceledError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306684
|
+
/* 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
306685
|
|
|
306839
306686
|
|
|
306840
306687
|
|
|
@@ -306960,9 +306807,9 @@ class CancelToken {
|
|
|
306960
306807
|
|
|
306961
306808
|
/***/ }),
|
|
306962
306809
|
|
|
306963
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306810
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CanceledError.js":
|
|
306964
306811
|
/*!*******************************************************************************************************!*\
|
|
306965
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306812
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/CanceledError.js ***!
|
|
306966
306813
|
\*******************************************************************************************************/
|
|
306967
306814
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
306968
306815
|
|
|
@@ -306971,8 +306818,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306971
306818
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
306972
306819
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
306973
306820
|
/* 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.
|
|
306821
|
+
/* 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");
|
|
306822
|
+
/* 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
306823
|
|
|
306977
306824
|
|
|
306978
306825
|
|
|
@@ -307002,9 +306849,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_1__["default"].inherits(CanceledError, _core_
|
|
|
307002
306849
|
|
|
307003
306850
|
/***/ }),
|
|
307004
306851
|
|
|
307005
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306852
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/isCancel.js":
|
|
307006
306853
|
/*!**************************************************************************************************!*\
|
|
307007
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306854
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/cancel/isCancel.js ***!
|
|
307008
306855
|
\**************************************************************************************************/
|
|
307009
306856
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307010
306857
|
|
|
@@ -307022,9 +306869,9 @@ function isCancel(value) {
|
|
|
307022
306869
|
|
|
307023
306870
|
/***/ }),
|
|
307024
306871
|
|
|
307025
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306872
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/Axios.js":
|
|
307026
306873
|
/*!*********************************************************************************************!*\
|
|
307027
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
306874
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/Axios.js ***!
|
|
307028
306875
|
\*********************************************************************************************/
|
|
307029
306876
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307030
306877
|
|
|
@@ -307033,14 +306880,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307033
306880
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307034
306881
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
307035
306882
|
/* 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.
|
|
306883
|
+
/* 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");
|
|
306884
|
+
/* 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");
|
|
306885
|
+
/* 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");
|
|
306886
|
+
/* 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");
|
|
306887
|
+
/* 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");
|
|
306888
|
+
/* 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");
|
|
306889
|
+
/* 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");
|
|
306890
|
+
/* 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
306891
|
|
|
307045
306892
|
|
|
307046
306893
|
|
|
@@ -307078,31 +306925,7 @@ class Axios {
|
|
|
307078
306925
|
*
|
|
307079
306926
|
* @returns {Promise} The Promise to be fulfilled
|
|
307080
306927
|
*/
|
|
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) {
|
|
306928
|
+
request(configOrUrl, config) {
|
|
307106
306929
|
/*eslint no-param-reassign:0*/
|
|
307107
306930
|
// Allow for axios('example/url'[, config]) a la fetch API
|
|
307108
306931
|
if (typeof configOrUrl === 'string') {
|
|
@@ -307270,9 +307093,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_3__["default"].forEach(['post', 'put', 'patch
|
|
|
307270
307093
|
|
|
307271
307094
|
/***/ }),
|
|
307272
307095
|
|
|
307273
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307096
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js":
|
|
307274
307097
|
/*!**************************************************************************************************!*\
|
|
307275
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307098
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosError.js ***!
|
|
307276
307099
|
\**************************************************************************************************/
|
|
307277
307100
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307278
307101
|
|
|
@@ -307281,7 +307104,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307281
307104
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307282
307105
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
307283
307106
|
/* harmony export */ });
|
|
307284
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307107
|
+
/* 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
307108
|
|
|
307286
307109
|
|
|
307287
307110
|
|
|
@@ -307386,9 +307209,9 @@ AxiosError.from = (error, code, config, request, response, customProps) => {
|
|
|
307386
307209
|
|
|
307387
307210
|
/***/ }),
|
|
307388
307211
|
|
|
307389
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307212
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js":
|
|
307390
307213
|
/*!****************************************************************************************************!*\
|
|
307391
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307214
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/AxiosHeaders.js ***!
|
|
307392
307215
|
\****************************************************************************************************/
|
|
307393
307216
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307394
307217
|
|
|
@@ -307397,8 +307220,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307397
307220
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307398
307221
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
307399
307222
|
/* 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.
|
|
307223
|
+
/* 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");
|
|
307224
|
+
/* 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
307225
|
|
|
307403
307226
|
|
|
307404
307227
|
|
|
@@ -307701,9 +307524,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].freezeMethods(AxiosHeaders);
|
|
|
307701
307524
|
|
|
307702
307525
|
/***/ }),
|
|
307703
307526
|
|
|
307704
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307527
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/InterceptorManager.js":
|
|
307705
307528
|
/*!**********************************************************************************************************!*\
|
|
307706
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307529
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/InterceptorManager.js ***!
|
|
307707
307530
|
\**********************************************************************************************************/
|
|
307708
307531
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307709
307532
|
|
|
@@ -307712,7 +307535,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307712
307535
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307713
307536
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
307714
307537
|
/* harmony export */ });
|
|
307715
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307538
|
+
/* 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
307539
|
|
|
307717
307540
|
|
|
307718
307541
|
|
|
@@ -307788,9 +307611,9 @@ class InterceptorManager {
|
|
|
307788
307611
|
|
|
307789
307612
|
/***/ }),
|
|
307790
307613
|
|
|
307791
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307614
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/buildFullPath.js":
|
|
307792
307615
|
/*!*****************************************************************************************************!*\
|
|
307793
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307616
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/buildFullPath.js ***!
|
|
307794
307617
|
\*****************************************************************************************************/
|
|
307795
307618
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307796
307619
|
|
|
@@ -307799,8 +307622,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307799
307622
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307800
307623
|
/* harmony export */ "default": () => (/* binding */ buildFullPath)
|
|
307801
307624
|
/* 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.
|
|
307625
|
+
/* 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");
|
|
307626
|
+
/* 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
307627
|
|
|
307805
307628
|
|
|
307806
307629
|
|
|
@@ -307826,9 +307649,9 @@ function buildFullPath(baseURL, requestedURL) {
|
|
|
307826
307649
|
|
|
307827
307650
|
/***/ }),
|
|
307828
307651
|
|
|
307829
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307652
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/dispatchRequest.js":
|
|
307830
307653
|
/*!*******************************************************************************************************!*\
|
|
307831
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307654
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/dispatchRequest.js ***!
|
|
307832
307655
|
\*******************************************************************************************************/
|
|
307833
307656
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307834
307657
|
|
|
@@ -307837,12 +307660,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307837
307660
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307838
307661
|
/* harmony export */ "default": () => (/* binding */ dispatchRequest)
|
|
307839
307662
|
/* 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.
|
|
307663
|
+
/* 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");
|
|
307664
|
+
/* 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");
|
|
307665
|
+
/* 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");
|
|
307666
|
+
/* 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");
|
|
307667
|
+
/* 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");
|
|
307668
|
+
/* 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
307669
|
|
|
307847
307670
|
|
|
307848
307671
|
|
|
@@ -307928,9 +307751,9 @@ function dispatchRequest(config) {
|
|
|
307928
307751
|
|
|
307929
307752
|
/***/ }),
|
|
307930
307753
|
|
|
307931
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307754
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/mergeConfig.js":
|
|
307932
307755
|
/*!***************************************************************************************************!*\
|
|
307933
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307756
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/mergeConfig.js ***!
|
|
307934
307757
|
\***************************************************************************************************/
|
|
307935
307758
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
307936
307759
|
|
|
@@ -307939,8 +307762,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
307939
307762
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
307940
307763
|
/* harmony export */ "default": () => (/* binding */ mergeConfig)
|
|
307941
307764
|
/* 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.
|
|
307765
|
+
/* 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");
|
|
307766
|
+
/* 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
307767
|
|
|
307945
307768
|
|
|
307946
307769
|
|
|
@@ -308051,9 +307874,9 @@ function mergeConfig(config1, config2) {
|
|
|
308051
307874
|
|
|
308052
307875
|
/***/ }),
|
|
308053
307876
|
|
|
308054
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307877
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/settle.js":
|
|
308055
307878
|
/*!**********************************************************************************************!*\
|
|
308056
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307879
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/settle.js ***!
|
|
308057
307880
|
\**********************************************************************************************/
|
|
308058
307881
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308059
307882
|
|
|
@@ -308062,7 +307885,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308062
307885
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308063
307886
|
/* harmony export */ "default": () => (/* binding */ settle)
|
|
308064
307887
|
/* harmony export */ });
|
|
308065
|
-
/* harmony import */ var _AxiosError_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AxiosError.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307888
|
+
/* 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
307889
|
|
|
308067
307890
|
|
|
308068
307891
|
|
|
@@ -308094,9 +307917,9 @@ function settle(resolve, reject, response) {
|
|
|
308094
307917
|
|
|
308095
307918
|
/***/ }),
|
|
308096
307919
|
|
|
308097
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307920
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/transformData.js":
|
|
308098
307921
|
/*!*****************************************************************************************************!*\
|
|
308099
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307922
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/core/transformData.js ***!
|
|
308100
307923
|
\*****************************************************************************************************/
|
|
308101
307924
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308102
307925
|
|
|
@@ -308105,9 +307928,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308105
307928
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308106
307929
|
/* harmony export */ "default": () => (/* binding */ transformData)
|
|
308107
307930
|
/* 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.
|
|
307931
|
+
/* 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");
|
|
307932
|
+
/* 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");
|
|
307933
|
+
/* 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
307934
|
|
|
308112
307935
|
|
|
308113
307936
|
|
|
@@ -308140,9 +307963,9 @@ function transformData(fns, response) {
|
|
|
308140
307963
|
|
|
308141
307964
|
/***/ }),
|
|
308142
307965
|
|
|
308143
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307966
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/index.js":
|
|
308144
307967
|
/*!*************************************************************************************************!*\
|
|
308145
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
307968
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/index.js ***!
|
|
308146
307969
|
\*************************************************************************************************/
|
|
308147
307970
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308148
307971
|
|
|
@@ -308151,13 +307974,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308151
307974
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308152
307975
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308153
307976
|
/* 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.
|
|
307977
|
+
/* 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");
|
|
307978
|
+
/* 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");
|
|
307979
|
+
/* 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");
|
|
307980
|
+
/* 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");
|
|
307981
|
+
/* 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");
|
|
307982
|
+
/* 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");
|
|
307983
|
+
/* 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
307984
|
|
|
308162
307985
|
|
|
308163
307986
|
|
|
@@ -308211,6 +308034,9 @@ const defaults = {
|
|
|
308211
308034
|
const isFormData = _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].isFormData(data);
|
|
308212
308035
|
|
|
308213
308036
|
if (isFormData) {
|
|
308037
|
+
if (!hasJSONContentType) {
|
|
308038
|
+
return data;
|
|
308039
|
+
}
|
|
308214
308040
|
return hasJSONContentType ? JSON.stringify((0,_helpers_formDataToJSON_js__WEBPACK_IMPORTED_MODULE_2__["default"])(data)) : data;
|
|
308215
308041
|
}
|
|
308216
308042
|
|
|
@@ -308318,9 +308144,9 @@ _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].forEach(['delete', 'get', 'hea
|
|
|
308318
308144
|
|
|
308319
308145
|
/***/ }),
|
|
308320
308146
|
|
|
308321
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308147
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/transitional.js":
|
|
308322
308148
|
/*!********************************************************************************************************!*\
|
|
308323
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308149
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/defaults/transitional.js ***!
|
|
308324
308150
|
\********************************************************************************************************/
|
|
308325
308151
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308326
308152
|
|
|
@@ -308340,9 +308166,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308340
308166
|
|
|
308341
308167
|
/***/ }),
|
|
308342
308168
|
|
|
308343
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308169
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/env/data.js":
|
|
308344
308170
|
/*!*******************************************************************************************!*\
|
|
308345
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308171
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/env/data.js ***!
|
|
308346
308172
|
\*******************************************************************************************/
|
|
308347
308173
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308348
308174
|
|
|
@@ -308351,13 +308177,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308351
308177
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308352
308178
|
/* harmony export */ "VERSION": () => (/* binding */ VERSION)
|
|
308353
308179
|
/* harmony export */ });
|
|
308354
|
-
const VERSION = "1.6.
|
|
308180
|
+
const VERSION = "1.6.5";
|
|
308355
308181
|
|
|
308356
308182
|
/***/ }),
|
|
308357
308183
|
|
|
308358
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308184
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/AxiosURLSearchParams.js":
|
|
308359
308185
|
/*!***************************************************************************************************************!*\
|
|
308360
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308186
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/AxiosURLSearchParams.js ***!
|
|
308361
308187
|
\***************************************************************************************************************/
|
|
308362
308188
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308363
308189
|
|
|
@@ -308366,7 +308192,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308366
308192
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308367
308193
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308368
308194
|
/* harmony export */ });
|
|
308369
|
-
/* harmony import */ var _toFormData_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toFormData.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308195
|
+
/* 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
308196
|
|
|
308371
308197
|
|
|
308372
308198
|
|
|
@@ -308429,9 +308255,9 @@ prototype.toString = function toString(encoder) {
|
|
|
308429
308255
|
|
|
308430
308256
|
/***/ }),
|
|
308431
308257
|
|
|
308432
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308258
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/HttpStatusCode.js":
|
|
308433
308259
|
/*!*********************************************************************************************************!*\
|
|
308434
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308260
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/HttpStatusCode.js ***!
|
|
308435
308261
|
\*********************************************************************************************************/
|
|
308436
308262
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308437
308263
|
|
|
@@ -308515,9 +308341,9 @@ Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
|
308515
308341
|
|
|
308516
308342
|
/***/ }),
|
|
308517
308343
|
|
|
308518
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308344
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/bind.js":
|
|
308519
308345
|
/*!***********************************************************************************************!*\
|
|
308520
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308346
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/bind.js ***!
|
|
308521
308347
|
\***********************************************************************************************/
|
|
308522
308348
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308523
308349
|
|
|
@@ -308537,9 +308363,9 @@ function bind(fn, thisArg) {
|
|
|
308537
308363
|
|
|
308538
308364
|
/***/ }),
|
|
308539
308365
|
|
|
308540
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308366
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/buildURL.js":
|
|
308541
308367
|
/*!***************************************************************************************************!*\
|
|
308542
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308368
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/buildURL.js ***!
|
|
308543
308369
|
\***************************************************************************************************/
|
|
308544
308370
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308545
308371
|
|
|
@@ -308548,8 +308374,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308548
308374
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308549
308375
|
/* harmony export */ "default": () => (/* binding */ buildURL)
|
|
308550
308376
|
/* 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.
|
|
308377
|
+
/* 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");
|
|
308378
|
+
/* 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
308379
|
|
|
308554
308380
|
|
|
308555
308381
|
|
|
@@ -308617,9 +308443,9 @@ function buildURL(url, params, options) {
|
|
|
308617
308443
|
|
|
308618
308444
|
/***/ }),
|
|
308619
308445
|
|
|
308620
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308446
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/combineURLs.js":
|
|
308621
308447
|
/*!******************************************************************************************************!*\
|
|
308622
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308448
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/combineURLs.js ***!
|
|
308623
308449
|
\******************************************************************************************************/
|
|
308624
308450
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308625
308451
|
|
|
@@ -308647,9 +308473,9 @@ function combineURLs(baseURL, relativeURL) {
|
|
|
308647
308473
|
|
|
308648
308474
|
/***/ }),
|
|
308649
308475
|
|
|
308650
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308476
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/cookies.js":
|
|
308651
308477
|
/*!**************************************************************************************************!*\
|
|
308652
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308478
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/cookies.js ***!
|
|
308653
308479
|
\**************************************************************************************************/
|
|
308654
308480
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308655
308481
|
|
|
@@ -308658,8 +308484,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308658
308484
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308659
308485
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308660
308486
|
/* 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.
|
|
308487
|
+
/* 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");
|
|
308488
|
+
/* 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
308489
|
|
|
308664
308490
|
|
|
308665
308491
|
|
|
@@ -308706,9 +308532,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308706
308532
|
|
|
308707
308533
|
/***/ }),
|
|
308708
308534
|
|
|
308709
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308535
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/formDataToJSON.js":
|
|
308710
308536
|
/*!*********************************************************************************************************!*\
|
|
308711
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308537
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/formDataToJSON.js ***!
|
|
308712
308538
|
\*********************************************************************************************************/
|
|
308713
308539
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308714
308540
|
|
|
@@ -308717,7 +308543,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308717
308543
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308718
308544
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308719
308545
|
/* harmony export */ });
|
|
308720
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308546
|
+
/* 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
308547
|
|
|
308722
308548
|
|
|
308723
308549
|
|
|
@@ -308817,9 +308643,9 @@ function formDataToJSON(formData) {
|
|
|
308817
308643
|
|
|
308818
308644
|
/***/ }),
|
|
308819
308645
|
|
|
308820
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308646
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAbsoluteURL.js":
|
|
308821
308647
|
/*!********************************************************************************************************!*\
|
|
308822
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308648
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAbsoluteURL.js ***!
|
|
308823
308649
|
\********************************************************************************************************/
|
|
308824
308650
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308825
308651
|
|
|
@@ -308847,9 +308673,9 @@ function isAbsoluteURL(url) {
|
|
|
308847
308673
|
|
|
308848
308674
|
/***/ }),
|
|
308849
308675
|
|
|
308850
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308676
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAxiosError.js":
|
|
308851
308677
|
/*!*******************************************************************************************************!*\
|
|
308852
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308678
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isAxiosError.js ***!
|
|
308853
308679
|
\*******************************************************************************************************/
|
|
308854
308680
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308855
308681
|
|
|
@@ -308858,7 +308684,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308858
308684
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308859
308685
|
/* harmony export */ "default": () => (/* binding */ isAxiosError)
|
|
308860
308686
|
/* harmony export */ });
|
|
308861
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308687
|
+
/* 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
308688
|
|
|
308863
308689
|
|
|
308864
308690
|
|
|
@@ -308877,9 +308703,9 @@ function isAxiosError(payload) {
|
|
|
308877
308703
|
|
|
308878
308704
|
/***/ }),
|
|
308879
308705
|
|
|
308880
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308706
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isURLSameOrigin.js":
|
|
308881
308707
|
/*!**********************************************************************************************************!*\
|
|
308882
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308708
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/isURLSameOrigin.js ***!
|
|
308883
308709
|
\**********************************************************************************************************/
|
|
308884
308710
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308885
308711
|
|
|
@@ -308888,8 +308714,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308888
308714
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308889
308715
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308890
308716
|
/* 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.
|
|
308717
|
+
/* 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");
|
|
308718
|
+
/* 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
308719
|
|
|
308894
308720
|
|
|
308895
308721
|
|
|
@@ -308961,9 +308787,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308961
308787
|
|
|
308962
308788
|
/***/ }),
|
|
308963
308789
|
|
|
308964
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308790
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/null.js":
|
|
308965
308791
|
/*!***********************************************************************************************!*\
|
|
308966
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308792
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/null.js ***!
|
|
308967
308793
|
\***********************************************************************************************/
|
|
308968
308794
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308969
308795
|
|
|
@@ -308978,9 +308804,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308978
308804
|
|
|
308979
308805
|
/***/ }),
|
|
308980
308806
|
|
|
308981
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308807
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseHeaders.js":
|
|
308982
308808
|
/*!*******************************************************************************************************!*\
|
|
308983
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308809
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseHeaders.js ***!
|
|
308984
308810
|
\*******************************************************************************************************/
|
|
308985
308811
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
308986
308812
|
|
|
@@ -308989,7 +308815,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
308989
308815
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
308990
308816
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
308991
308817
|
/* harmony export */ });
|
|
308992
|
-
/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../utils.js */ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308818
|
+
/* 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
308819
|
|
|
308994
308820
|
|
|
308995
308821
|
|
|
@@ -309049,9 +308875,9 @@ const ignoreDuplicateOf = _utils_js__WEBPACK_IMPORTED_MODULE_0__["default"].toOb
|
|
|
309049
308875
|
|
|
309050
308876
|
/***/ }),
|
|
309051
308877
|
|
|
309052
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308878
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseProtocol.js":
|
|
309053
308879
|
/*!********************************************************************************************************!*\
|
|
309054
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308880
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/parseProtocol.js ***!
|
|
309055
308881
|
\********************************************************************************************************/
|
|
309056
308882
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309057
308883
|
|
|
@@ -309070,9 +308896,9 @@ function parseProtocol(url) {
|
|
|
309070
308896
|
|
|
309071
308897
|
/***/ }),
|
|
309072
308898
|
|
|
309073
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308899
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/speedometer.js":
|
|
309074
308900
|
/*!******************************************************************************************************!*\
|
|
309075
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308901
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/speedometer.js ***!
|
|
309076
308902
|
\******************************************************************************************************/
|
|
309077
308903
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309078
308904
|
|
|
@@ -309140,9 +308966,9 @@ function speedometer(samplesCount, min) {
|
|
|
309140
308966
|
|
|
309141
308967
|
/***/ }),
|
|
309142
308968
|
|
|
309143
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308969
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/spread.js":
|
|
309144
308970
|
/*!*************************************************************************************************!*\
|
|
309145
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
308971
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/spread.js ***!
|
|
309146
308972
|
\*************************************************************************************************/
|
|
309147
308973
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309148
308974
|
|
|
@@ -309183,9 +309009,9 @@ function spread(callback) {
|
|
|
309183
309009
|
|
|
309184
309010
|
/***/ }),
|
|
309185
309011
|
|
|
309186
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309012
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toFormData.js":
|
|
309187
309013
|
/*!*****************************************************************************************************!*\
|
|
309188
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309014
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toFormData.js ***!
|
|
309189
309015
|
\*****************************************************************************************************/
|
|
309190
309016
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309191
309017
|
|
|
@@ -309194,9 +309020,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309194
309020
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309195
309021
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309196
309022
|
/* 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.
|
|
309023
|
+
/* 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");
|
|
309024
|
+
/* 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");
|
|
309025
|
+
/* 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
309026
|
|
|
309201
309027
|
|
|
309202
309028
|
|
|
@@ -309420,9 +309246,9 @@ function toFormData(obj, formData, options) {
|
|
|
309420
309246
|
|
|
309421
309247
|
/***/ }),
|
|
309422
309248
|
|
|
309423
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309249
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toURLEncodedForm.js":
|
|
309424
309250
|
/*!***********************************************************************************************************!*\
|
|
309425
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309251
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/toURLEncodedForm.js ***!
|
|
309426
309252
|
\***********************************************************************************************************/
|
|
309427
309253
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309428
309254
|
|
|
@@ -309431,9 +309257,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309431
309257
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309432
309258
|
/* harmony export */ "default": () => (/* binding */ toURLEncodedForm)
|
|
309433
309259
|
/* 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.
|
|
309260
|
+
/* 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");
|
|
309261
|
+
/* 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");
|
|
309262
|
+
/* 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
309263
|
|
|
309438
309264
|
|
|
309439
309265
|
|
|
@@ -309456,9 +309282,9 @@ function toURLEncodedForm(data, options) {
|
|
|
309456
309282
|
|
|
309457
309283
|
/***/ }),
|
|
309458
309284
|
|
|
309459
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309285
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/validator.js":
|
|
309460
309286
|
/*!****************************************************************************************************!*\
|
|
309461
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309287
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/helpers/validator.js ***!
|
|
309462
309288
|
\****************************************************************************************************/
|
|
309463
309289
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309464
309290
|
|
|
@@ -309467,8 +309293,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309467
309293
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309468
309294
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309469
309295
|
/* 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.
|
|
309296
|
+
/* 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");
|
|
309297
|
+
/* 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
309298
|
|
|
309473
309299
|
|
|
309474
309300
|
|
|
@@ -309564,9 +309390,9 @@ function assertOptions(options, schema, allowUnknown) {
|
|
|
309564
309390
|
|
|
309565
309391
|
/***/ }),
|
|
309566
309392
|
|
|
309567
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309393
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/Blob.js":
|
|
309568
309394
|
/*!****************************************************************************************************************!*\
|
|
309569
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309395
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/Blob.js ***!
|
|
309570
309396
|
\****************************************************************************************************************/
|
|
309571
309397
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309572
309398
|
|
|
@@ -309582,9 +309408,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309582
309408
|
|
|
309583
309409
|
/***/ }),
|
|
309584
309410
|
|
|
309585
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309411
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/FormData.js":
|
|
309586
309412
|
/*!********************************************************************************************************************!*\
|
|
309587
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309413
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/FormData.js ***!
|
|
309588
309414
|
\********************************************************************************************************************/
|
|
309589
309415
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309590
309416
|
|
|
@@ -309600,9 +309426,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309600
309426
|
|
|
309601
309427
|
/***/ }),
|
|
309602
309428
|
|
|
309603
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309429
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js":
|
|
309604
309430
|
/*!***************************************************************************************************************************!*\
|
|
309605
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309431
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js ***!
|
|
309606
309432
|
\***************************************************************************************************************************/
|
|
309607
309433
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309608
309434
|
|
|
@@ -309611,7 +309437,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309611
309437
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309612
309438
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309613
309439
|
/* 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.
|
|
309440
|
+
/* 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
309441
|
|
|
309616
309442
|
|
|
309617
309443
|
|
|
@@ -309620,9 +309446,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309620
309446
|
|
|
309621
309447
|
/***/ }),
|
|
309622
309448
|
|
|
309623
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309449
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/index.js":
|
|
309624
309450
|
/*!*********************************************************************************************************!*\
|
|
309625
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309451
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/browser/index.js ***!
|
|
309626
309452
|
\*********************************************************************************************************/
|
|
309627
309453
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309628
309454
|
|
|
@@ -309631,9 +309457,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309631
309457
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309632
309458
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309633
309459
|
/* 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.
|
|
309460
|
+
/* 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");
|
|
309461
|
+
/* 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");
|
|
309462
|
+
/* 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
309463
|
|
|
309638
309464
|
|
|
309639
309465
|
|
|
@@ -309651,9 +309477,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309651
309477
|
|
|
309652
309478
|
/***/ }),
|
|
309653
309479
|
|
|
309654
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309480
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/common/utils.js":
|
|
309655
309481
|
/*!********************************************************************************************************!*\
|
|
309656
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309482
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/common/utils.js ***!
|
|
309657
309483
|
\********************************************************************************************************/
|
|
309658
309484
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309659
309485
|
|
|
@@ -309711,9 +309537,9 @@ const hasStandardBrowserWebWorkerEnv = (() => {
|
|
|
309711
309537
|
|
|
309712
309538
|
/***/ }),
|
|
309713
309539
|
|
|
309714
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309540
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/index.js":
|
|
309715
309541
|
/*!*************************************************************************************************!*\
|
|
309716
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309542
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/platform/index.js ***!
|
|
309717
309543
|
\*************************************************************************************************/
|
|
309718
309544
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309719
309545
|
|
|
@@ -309722,8 +309548,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309722
309548
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309723
309549
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309724
309550
|
/* 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.
|
|
309551
|
+
/* 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");
|
|
309552
|
+
/* 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
309553
|
|
|
309728
309554
|
|
|
309729
309555
|
|
|
@@ -309735,9 +309561,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309735
309561
|
|
|
309736
309562
|
/***/ }),
|
|
309737
309563
|
|
|
309738
|
-
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309564
|
+
/***/ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js":
|
|
309739
309565
|
/*!****************************************************************************************!*\
|
|
309740
|
-
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.
|
|
309566
|
+
!*** ../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/utils.js ***!
|
|
309741
309567
|
\****************************************************************************************/
|
|
309742
309568
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
309743
309569
|
|
|
@@ -309746,7 +309572,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
309746
309572
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
309747
309573
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
309748
309574
|
/* 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.
|
|
309575
|
+
/* 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
309576
|
|
|
309751
309577
|
|
|
309752
309578
|
|
|
@@ -310959,15 +310785,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
310959
310785
|
/* harmony export */ "t": () => (/* binding */ t),
|
|
310960
310786
|
/* harmony export */ "use": () => (/* binding */ use)
|
|
310961
310787
|
/* 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.
|
|
310788
|
+
/* 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");
|
|
310789
|
+
/* 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");
|
|
310790
|
+
/* 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");
|
|
310791
|
+
/* 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");
|
|
310792
|
+
/* 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");
|
|
310793
|
+
/* 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");
|
|
310794
|
+
/* 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");
|
|
310795
|
+
/* 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");
|
|
310796
|
+
/* 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
310797
|
|
|
310972
310798
|
|
|
310973
310799
|
|
|
@@ -314200,7 +314026,7 @@ function __disposeResources(env) {
|
|
|
314200
314026
|
/***/ ((module) => {
|
|
314201
314027
|
|
|
314202
314028
|
"use strict";
|
|
314203
|
-
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.6.0-dev.
|
|
314029
|
+
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.6.0-dev.24","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.24","@itwin/core-bentley":"workspace:^4.6.0-dev.24","@itwin/core-common":"workspace:^4.6.0-dev.24","@itwin/core-geometry":"workspace:^4.6.0-dev.24","@itwin/core-orbitgt":"workspace:^4.6.0-dev.24","@itwin/core-quantity":"workspace:^4.6.0-dev.24"},"//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
314030
|
|
|
314205
314031
|
/***/ }),
|
|
314206
314032
|
|