@itwin/rpcinterface-full-stack-tests 5.0.0-dev.117 → 5.0.0-dev.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/dist/bundled-tests.js +244 -193
- package/lib/dist/bundled-tests.js.map +1 -1
- package/package.json +13 -13
|
@@ -48441,7 +48441,7 @@ var GeoServiceStatus;
|
|
|
48441
48441
|
GeoServiceStatus[GeoServiceStatus["VerticalDatumConvertError"] = 147460] = "VerticalDatumConvertError";
|
|
48442
48442
|
GeoServiceStatus[GeoServiceStatus["CSMapError"] = 147461] = "CSMapError";
|
|
48443
48443
|
/**
|
|
48444
|
-
* @deprecated in 5.0. This status is never returned.
|
|
48444
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. This status is never returned.
|
|
48445
48445
|
*/
|
|
48446
48446
|
GeoServiceStatus[GeoServiceStatus["Pending"] = 147462] = "Pending";
|
|
48447
48447
|
})(GeoServiceStatus || (GeoServiceStatus = {}));
|
|
@@ -49928,7 +49928,7 @@ Symbol.dispose ??= Symbol("Symbol.dispose");
|
|
|
49928
49928
|
Symbol.asyncDispose ??= Symbol("Symbol.asyncDispose");
|
|
49929
49929
|
/**
|
|
49930
49930
|
* A type guard that checks whether the given argument implements `IDisposable` interface
|
|
49931
|
-
* @deprecated in 5.0 Use isDisposable instead.
|
|
49931
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use isDisposable instead.
|
|
49932
49932
|
* @public
|
|
49933
49933
|
*/
|
|
49934
49934
|
function isIDisposable(obj) {
|
|
@@ -49967,7 +49967,7 @@ function disposeArray(list) {
|
|
|
49967
49967
|
* of this function is equal to return value of func. If func throws, this function also throws (after
|
|
49968
49968
|
* disposing the resource).
|
|
49969
49969
|
* @public
|
|
49970
|
-
* @deprecated in 5.0 Use `using` declarations instead.
|
|
49970
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `using` declarations instead.
|
|
49971
49971
|
*/
|
|
49972
49972
|
function using(resources, func) {
|
|
49973
49973
|
if (!Array.isArray(resources))
|
|
@@ -51737,7 +51737,7 @@ class PerfLogger {
|
|
|
51737
51737
|
[Symbol.dispose]() {
|
|
51738
51738
|
this.logMessage();
|
|
51739
51739
|
}
|
|
51740
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
51740
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
51741
51741
|
dispose() {
|
|
51742
51742
|
this[Symbol.dispose]();
|
|
51743
51743
|
}
|
|
@@ -53472,7 +53472,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
53472
53472
|
/**
|
|
53473
53473
|
* Mirrors the SpanKind enum from [@opentelemetry/api](https://open-telemetry.github.io/opentelemetry-js/enums/_opentelemetry_api.SpanKind.html)
|
|
53474
53474
|
* @public
|
|
53475
|
-
* @deprecated in 4.4 - OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
|
|
53475
|
+
* @deprecated in 4.4 - will not be removed until after 2026-06-13. OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
|
|
53476
53476
|
*/
|
|
53477
53477
|
var SpanKind;
|
|
53478
53478
|
(function (SpanKind) {
|
|
@@ -53532,7 +53532,7 @@ function flattenObject(obj) {
|
|
|
53532
53532
|
/**
|
|
53533
53533
|
* Enables OpenTelemetry tracing in addition to traditional logging.
|
|
53534
53534
|
* @public
|
|
53535
|
-
* @deprecated in 4.4 - OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
|
|
53535
|
+
* @deprecated in 4.4 - will not be removed until after 2026-06-13. OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
|
|
53536
53536
|
*/
|
|
53537
53537
|
class Tracing {
|
|
53538
53538
|
static _tracer;
|
|
@@ -57203,7 +57203,7 @@ class QueryOptionsBuilder {
|
|
|
57203
57203
|
* If set ECClassId, SourceECClassId and TargetECClassId system properties will return qualified name of class instead of a @typedef Id64String.
|
|
57204
57204
|
* @param val A boolean value.
|
|
57205
57205
|
* @returns @type QueryOptionsBuilder for fluent interface.
|
|
57206
|
-
* @deprecated in 4.11 Use ecsql function ec_classname to get class name instead.
|
|
57206
|
+
* @deprecated in 4.11 - will not be removed until after 2026-06-13. Use ecsql function ec_classname to get class name instead.
|
|
57207
57207
|
*/
|
|
57208
57208
|
setConvertClassIdsToNames(val) {
|
|
57209
57209
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
@@ -60312,7 +60312,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
60312
60312
|
|
|
60313
60313
|
|
|
60314
60314
|
/** The Id and relationship class of an Element that is somehow related to another Element
|
|
60315
|
-
* @public
|
|
60315
|
+
* @public @preview
|
|
60316
60316
|
*/
|
|
60317
60317
|
class RelatedElement {
|
|
60318
60318
|
/** The Id of the element to which this element is related. */
|
|
@@ -60346,24 +60346,24 @@ class RelatedElement {
|
|
|
60346
60346
|
}
|
|
60347
60347
|
}
|
|
60348
60348
|
/** A [RelatedElement]($common) relationship that describes the [TypeDefinitionElement]($backend) of an element.
|
|
60349
|
-
* @public
|
|
60349
|
+
* @public @preview
|
|
60350
60350
|
*/
|
|
60351
60351
|
class TypeDefinition extends RelatedElement {
|
|
60352
60352
|
}
|
|
60353
60353
|
/** determine if this is Placement2dProps
|
|
60354
|
-
* @public
|
|
60354
|
+
* @public @preview
|
|
60355
60355
|
*/
|
|
60356
60356
|
function isPlacement2dProps(props) {
|
|
60357
60357
|
return props.angle !== undefined;
|
|
60358
60358
|
}
|
|
60359
60359
|
/** determine if this is Placement3dProps
|
|
60360
|
-
* @public
|
|
60360
|
+
* @public @preview
|
|
60361
60361
|
*/
|
|
60362
60362
|
function isPlacement3dProps(props) {
|
|
60363
60363
|
return !isPlacement2dProps(props);
|
|
60364
60364
|
}
|
|
60365
60365
|
/** An enumeration of the different types of [SectionDrawing]($backend)s.
|
|
60366
|
-
* @public
|
|
60366
|
+
* @public @preview
|
|
60367
60367
|
* @extensions
|
|
60368
60368
|
*/
|
|
60369
60369
|
var SectionType;
|
|
@@ -60384,7 +60384,7 @@ var ExternalSourceAttachmentRole;
|
|
|
60384
60384
|
ExternalSourceAttachmentRole[ExternalSourceAttachmentRole["SpecifyPart"] = 1] = "SpecifyPart";
|
|
60385
60385
|
})(ExternalSourceAttachmentRole || (ExternalSourceAttachmentRole = {}));
|
|
60386
60386
|
/** The *rank* for a Category
|
|
60387
|
-
* @public
|
|
60387
|
+
* @public @preview
|
|
60388
60388
|
* @extensions
|
|
60389
60389
|
*/
|
|
60390
60390
|
var Rank;
|
|
@@ -60484,7 +60484,7 @@ var PrimitiveTypeCode;
|
|
|
60484
60484
|
})(PrimitiveTypeCode || (PrimitiveTypeCode = {}));
|
|
60485
60485
|
/** Metadata for a property.
|
|
60486
60486
|
* @beta
|
|
60487
|
-
* @deprecated in 5.0. Use the `Property` class from @itwin/ecschema-metadata` instead.
|
|
60487
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use the `Property` class from @itwin/ecschema-metadata` instead.
|
|
60488
60488
|
*/
|
|
60489
60489
|
class PropertyMetaData {
|
|
60490
60490
|
primitiveType;
|
|
@@ -60569,7 +60569,7 @@ class PropertyMetaData {
|
|
|
60569
60569
|
}
|
|
60570
60570
|
/** Metadata for an Entity.
|
|
60571
60571
|
* @beta
|
|
60572
|
-
* @deprecated in 5.0. Use `EntityClass` class from `@itwin/ecschema-metadata` instead.
|
|
60572
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `EntityClass` class from `@itwin/ecschema-metadata` instead.
|
|
60573
60573
|
*/
|
|
60574
60574
|
class EntityMetaData {
|
|
60575
60575
|
/** The Id of the class in the [[IModelDb]] from which the metadata was obtained. */
|
|
@@ -61885,7 +61885,7 @@ var FontType;
|
|
|
61885
61885
|
* This class maps FontIds to FontProps.
|
|
61886
61886
|
* @note This API has never worked properly. Don't use it. Use [IModelDb.fonts]($backend) instead.
|
|
61887
61887
|
* @public
|
|
61888
|
-
* @deprecated in 5.0.0. Use [IModelDb.fonts]($backend) instead.
|
|
61888
|
+
* @deprecated in 5.0.0 - will not be removed until after 2026-06-13. Use [IModelDb.fonts]($backend) instead.
|
|
61889
61889
|
*/
|
|
61890
61890
|
class FontMap {
|
|
61891
61891
|
fonts = new Map();
|
|
@@ -62349,7 +62349,7 @@ var GeoCoordStatus;
|
|
|
62349
62349
|
/** This temporary status is used to mark coordinates for which the conversion has not yet been processed by the backend
|
|
62350
62350
|
* as opposed to other coordinate conversions that may have been resolved otherwise (typically a cache).
|
|
62351
62351
|
* At the completion of the conversion promise no coordinates should have this status.
|
|
62352
|
-
* @deprecated in 5.0. Pending is no longer returned as a status for coordinate conversions.
|
|
62352
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Pending is no longer returned as a status for coordinate conversions.
|
|
62353
62353
|
*/
|
|
62354
62354
|
GeoCoordStatus[GeoCoordStatus["Pending"] = -41556] = "Pending";
|
|
62355
62355
|
})(GeoCoordStatus || (GeoCoordStatus = {}));
|
|
@@ -84491,7 +84491,7 @@ class IModelReadRpcInterface extends _RpcInterface__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
84491
84491
|
async getViewStateData(_iModelToken, _viewDefinitionId, _options) { return this.forward(arguments); }
|
|
84492
84492
|
async readFontJson(_iModelToken) { return this.forward(arguments); } // eslint-disable-line @typescript-eslint/no-deprecated
|
|
84493
84493
|
async getToolTipMessage(_iModelToken, _elementId) { return this.forward(arguments); }
|
|
84494
|
-
/** @deprecated in 3.x
|
|
84494
|
+
/** @deprecated in 3.x - might be removed in next major version. Use ViewStore apis. */
|
|
84495
84495
|
async getViewThumbnail(_iModelToken, _viewId) { return this.forward(arguments); }
|
|
84496
84496
|
async getDefaultViewId(_iModelToken) { return this.forward(arguments); }
|
|
84497
84497
|
async getCustomViewState3dData(_iModelToken, _options) { return this.forward(arguments); }
|
|
@@ -84682,7 +84682,7 @@ const unknownIModelId = (req) => ({ iModelId: "undefined", key: req.parameters[0
|
|
|
84682
84682
|
/** The RPC interface for working with *snapshot* iModels.
|
|
84683
84683
|
* This interface is intended for desktop and mobile products. Web products are discouraged from registering this interface.
|
|
84684
84684
|
* @internal
|
|
84685
|
-
* @deprecated in 5.0. Check [[IpcAppFunctions]] or [[CheckpointConnection]] for replacements.
|
|
84685
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Check [[IpcAppFunctions]] or [[CheckpointConnection]] for replacements.
|
|
84686
84686
|
*/
|
|
84687
84687
|
class SnapshotIModelRpcInterface extends _RpcInterface__WEBPACK_IMPORTED_MODULE_0__.RpcInterface {
|
|
84688
84688
|
/** Returns the SnapshotIModelRpcInterface client instance for the frontend. */
|
|
@@ -84698,15 +84698,15 @@ class SnapshotIModelRpcInterface extends _RpcInterface__WEBPACK_IMPORTED_MODULE_
|
|
|
84698
84698
|
NOTE: Please consult the README in this folder for the semantic versioning rules.
|
|
84699
84699
|
===========================================================================================*/
|
|
84700
84700
|
/**
|
|
84701
|
-
* @deprecated in 5.0. Use [[IpcAppFunctions.openSnapshot]] in IPC applications, no replacement for Web applications.
|
|
84701
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [[IpcAppFunctions.openSnapshot]] in IPC applications, no replacement for Web applications.
|
|
84702
84702
|
*/
|
|
84703
84703
|
async openFile(_filePath, _opts) { return this.forward(arguments); }
|
|
84704
84704
|
/**
|
|
84705
|
-
* @deprecated in 4.10. Use [[CheckpointConnection.openRemote]].
|
|
84705
|
+
* @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [[CheckpointConnection.openRemote]].
|
|
84706
84706
|
*/
|
|
84707
84707
|
async openRemote(_key, _opts) { return this.forward(arguments); }
|
|
84708
84708
|
/**
|
|
84709
|
-
* @deprecated in 5.0. Use [[IpcAppFunctions.closeIModel]] in IPC applications, no replacement for Web applications.
|
|
84709
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [[IpcAppFunctions.closeIModel]] in IPC applications, no replacement for Web applications.
|
|
84710
84710
|
*/
|
|
84711
84711
|
async close(_iModelRpcProps) { return this.forward(arguments); }
|
|
84712
84712
|
}
|
|
@@ -84999,7 +84999,7 @@ var RpcResponseCacheControl;
|
|
|
84999
84999
|
})(RpcResponseCacheControl || (RpcResponseCacheControl = {}));
|
|
85000
85000
|
/** RPC protocol event types.
|
|
85001
85001
|
* @public
|
|
85002
|
-
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in the future.
|
|
85002
|
+
* @deprecated in 3.6 - might be removed in next major version. The RPC system will be significantly refactored (or replaced) in the future.
|
|
85003
85003
|
*/
|
|
85004
85004
|
var RpcProtocolEvent;
|
|
85005
85005
|
(function (RpcProtocolEvent) {
|
|
@@ -85019,7 +85019,7 @@ var RpcProtocolEvent;
|
|
|
85019
85019
|
})(RpcProtocolEvent || (RpcProtocolEvent = {}));
|
|
85020
85020
|
/** The status of an RPC operation request.
|
|
85021
85021
|
* @public
|
|
85022
|
-
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in the future.
|
|
85022
|
+
* @deprecated in 3.6 - might be removed in next major version. The RPC system will be significantly refactored (or replaced) in the future.
|
|
85023
85023
|
*/
|
|
85024
85024
|
var RpcRequestStatus;
|
|
85025
85025
|
(function (RpcRequestStatus) {
|
|
@@ -85039,7 +85039,7 @@ var RpcRequestStatus;
|
|
|
85039
85039
|
RpcRequestStatus[RpcRequestStatus["RequestTimeout"] = 13] = "RequestTimeout";
|
|
85040
85040
|
RpcRequestStatus[RpcRequestStatus["TooManyRequests"] = 14] = "TooManyRequests";
|
|
85041
85041
|
})(RpcRequestStatus || (RpcRequestStatus = {}));
|
|
85042
|
-
/** @public @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in the future. */
|
|
85042
|
+
/** @public @deprecated in 3.6 - might be removed in next major version. The RPC system will be significantly refactored (or replaced) in the future. */
|
|
85043
85043
|
(function (RpcRequestStatus) {
|
|
85044
85044
|
function isTransientError(status) {
|
|
85045
85045
|
return status === RpcRequestStatus.BadGateway || status === RpcRequestStatus.ServiceUnavailable || status === RpcRequestStatus.GatewayTimeout
|
|
@@ -85049,7 +85049,7 @@ var RpcRequestStatus;
|
|
|
85049
85049
|
})(RpcRequestStatus || (RpcRequestStatus = {}));
|
|
85050
85050
|
/** RPC request event types.
|
|
85051
85051
|
* @public
|
|
85052
|
-
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in the future.
|
|
85052
|
+
* @deprecated in 3.6 - might be removed in next major version. The RPC system will be significantly refactored (or replaced) in the future.
|
|
85053
85053
|
*/
|
|
85054
85054
|
var RpcRequestEvent;
|
|
85055
85055
|
(function (RpcRequestEvent) {
|
|
@@ -85059,7 +85059,7 @@ var RpcRequestEvent;
|
|
|
85059
85059
|
})(RpcRequestEvent || (RpcRequestEvent = {}));
|
|
85060
85060
|
/** RPC content types.
|
|
85061
85061
|
* @public
|
|
85062
|
-
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in the future.
|
|
85062
|
+
* @deprecated in 3.6 - might be removed in next major version. The RPC system will be significantly refactored (or replaced) in the future.
|
|
85063
85063
|
*/
|
|
85064
85064
|
var RpcContentType;
|
|
85065
85065
|
(function (RpcContentType) {
|
|
@@ -85071,7 +85071,7 @@ var RpcContentType;
|
|
|
85071
85071
|
})(RpcContentType || (RpcContentType = {}));
|
|
85072
85072
|
/** Endpoints for RPC protocols.
|
|
85073
85073
|
* @public
|
|
85074
|
-
* @deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in the future.
|
|
85074
|
+
* @deprecated in 3.6 - might be removed in next major version. The RPC system will be significantly refactored (or replaced) in the future.
|
|
85075
85075
|
*/
|
|
85076
85076
|
var RpcEndpoint;
|
|
85077
85077
|
(function (RpcEndpoint) {
|
|
@@ -89717,7 +89717,7 @@ function computeChildTileProps(parent, idProvider, root) {
|
|
|
89717
89717
|
/** Deserializes tile content metadata.
|
|
89718
89718
|
* @throws [[TileReadError]]
|
|
89719
89719
|
* @internal
|
|
89720
|
-
* @deprecated in 4.0. Use decodeTileContentDescription. I think tile agents (or their tests) are using this function.
|
|
89720
|
+
* @deprecated in 4.0 - will not be removed until after 2026-06-13. Use decodeTileContentDescription. I think tile agents (or their tests) are using this function.
|
|
89721
89721
|
*/
|
|
89722
89722
|
function readTileContentDescription(stream, sizeMultiplier, is2d, options, isVolumeClassifier) {
|
|
89723
89723
|
return decodeTileContentDescription({ stream, sizeMultiplier, is2d, options, isVolumeClassifier });
|
|
@@ -90138,7 +90138,7 @@ class SchemaContext {
|
|
|
90138
90138
|
/**
|
|
90139
90139
|
* Adds the given SchemaItem to the the SchemaContext by locating the schema, with the best match of SchemaMatchType.Exact, and
|
|
90140
90140
|
* @param schemaItem The SchemaItem to add
|
|
90141
|
-
* @deprecated in 4.0
|
|
90141
|
+
* @deprecated in 4.0 - will not be removed until after 2026-06-13. Use ecschema-editing package
|
|
90142
90142
|
*/
|
|
90143
90143
|
async addSchemaItem(schemaItem) {
|
|
90144
90144
|
const schema = await this.getSchema(schemaItem.key.schemaKey, _ECObjects__WEBPACK_IMPORTED_MODULE_0__.SchemaMatchType.Exact);
|
|
@@ -93638,7 +93638,7 @@ var SchemaMatchType;
|
|
|
93638
93638
|
(function (SchemaMatchType) {
|
|
93639
93639
|
/*
|
|
93640
93640
|
* Find exact VersionRead, VersionWrite, VersionMinor match as well as Data. NOTE data is not yet matched
|
|
93641
|
-
* @deprecated in 4.10 Use Exact instead.
|
|
93641
|
+
* @deprecated in 4.10 - will not be removed until after 2026-06-13. Use Exact instead.
|
|
93642
93642
|
*/
|
|
93643
93643
|
SchemaMatchType[SchemaMatchType["Identical"] = 0] = "Identical";
|
|
93644
93644
|
/* Find exact VersionRead, VersionWrite, VersionMinor match. */
|
|
@@ -93738,7 +93738,7 @@ function parseSchemaItemType(type) {
|
|
|
93738
93738
|
* @param value The SchemaItemType to stringify.
|
|
93739
93739
|
* @return A string representing the provided SchemaItemType. If the type is not valid, an empty string is returned.
|
|
93740
93740
|
* @beta
|
|
93741
|
-
* @deprecated in 4.6.0 SchemaItemType is a string enum so just use it directly
|
|
93741
|
+
* @deprecated in 4.6.0 - will not be removed until after 2026-06-13. SchemaItemType is a string enum so just use it directly
|
|
93742
93742
|
*/
|
|
93743
93743
|
function schemaItemTypeToString(value) {
|
|
93744
93744
|
return value; // TODO: Remove
|
|
@@ -95158,7 +95158,7 @@ class CustomAttributeClass extends _Class__WEBPACK_IMPORTED_MODULE_2__.ECClass {
|
|
|
95158
95158
|
static get schemaItemType() { return _ECObjects__WEBPACK_IMPORTED_MODULE_0__.SchemaItemType.CustomAttributeClass; }
|
|
95159
95159
|
_appliesTo;
|
|
95160
95160
|
/**
|
|
95161
|
-
* @deprecated in 4.8
|
|
95161
|
+
* @deprecated in 4.8 - will not be removed until after 2026-06-13. Use [[appliesTo]]
|
|
95162
95162
|
* */
|
|
95163
95163
|
get containerType() {
|
|
95164
95164
|
return this.appliesTo;
|
|
@@ -99600,17 +99600,17 @@ class SchemaFormatsProvider {
|
|
|
99600
99600
|
return undefined;
|
|
99601
99601
|
}
|
|
99602
99602
|
// Find the first presentation format that matches the provided unit system.
|
|
99603
|
-
const
|
|
99603
|
+
const unitSystemMatchers = getUnitSystemGroupMatchers(this._unitSystem);
|
|
99604
99604
|
const presentationFormats = kindOfQuantity.presentationFormats;
|
|
99605
|
-
for (const
|
|
99605
|
+
for (const matcher of unitSystemMatchers) {
|
|
99606
99606
|
for (const lazyFormat of presentationFormats) {
|
|
99607
99607
|
const format = await lazyFormat;
|
|
99608
99608
|
const unit = await (format.units && format.units[0][0]);
|
|
99609
99609
|
if (!unit) {
|
|
99610
99610
|
continue;
|
|
99611
99611
|
}
|
|
99612
|
-
const currentUnitSystem = unit.unitSystem;
|
|
99613
|
-
if (currentUnitSystem && currentUnitSystem
|
|
99612
|
+
const currentUnitSystem = await unit.unitSystem;
|
|
99613
|
+
if (currentUnitSystem && matcher(currentUnitSystem)) {
|
|
99614
99614
|
this._formatsRetrieved.add(itemKey.fullName);
|
|
99615
99615
|
return (0,_Metadata_OverrideFormat__WEBPACK_IMPORTED_MODULE_6__.getFormatProps)(format);
|
|
99616
99616
|
}
|
|
@@ -99619,7 +99619,7 @@ class SchemaFormatsProvider {
|
|
|
99619
99619
|
// If no matching presentation format was found, use persistence unit format if it matches unit system.
|
|
99620
99620
|
const persistenceUnit = await kindOfQuantity.persistenceUnit;
|
|
99621
99621
|
const persistenceUnitSystem = await persistenceUnit?.unitSystem;
|
|
99622
|
-
if (persistenceUnitSystem &&
|
|
99622
|
+
if (persistenceUnitSystem && unitSystemMatchers.some((matcher) => matcher(persistenceUnitSystem))) {
|
|
99623
99623
|
this._formatsRetrieved.add(itemKey.fullName);
|
|
99624
99624
|
return getPersistenceUnitFormatProps(persistenceUnit);
|
|
99625
99625
|
}
|
|
@@ -99669,16 +99669,20 @@ class SchemaFormatsProvider {
|
|
|
99669
99669
|
return this.getKindOfQuantityFormatFromSchema(itemKey);
|
|
99670
99670
|
}
|
|
99671
99671
|
}
|
|
99672
|
-
function
|
|
99673
|
-
|
|
99672
|
+
function getUnitSystemGroupMatchers(groupKey) {
|
|
99673
|
+
function createMatcher(name) {
|
|
99674
|
+
const names = Array.isArray(name) ? name : [name];
|
|
99675
|
+
return (unitSystem) => names.some((n) => n === unitSystem.name.toUpperCase());
|
|
99676
|
+
}
|
|
99677
|
+
switch (groupKey) {
|
|
99674
99678
|
case "imperial":
|
|
99675
|
-
return ["IMPERIAL", "USCUSTOM", "INTERNATIONAL", "FINANCE"];
|
|
99679
|
+
return ["IMPERIAL", "USCUSTOM", "INTERNATIONAL", "FINANCE"].map(createMatcher);
|
|
99676
99680
|
case "metric":
|
|
99677
|
-
return ["SI", "METRIC", "INTERNATIONAL", "FINANCE"];
|
|
99681
|
+
return [["SI", "METRIC"], "INTERNATIONAL", "FINANCE"].map(createMatcher);
|
|
99678
99682
|
case "usCustomary":
|
|
99679
|
-
return ["USCUSTOM", "INTERNATIONAL", "FINANCE"];
|
|
99683
|
+
return ["USCUSTOM", "INTERNATIONAL", "FINANCE"].map(createMatcher);
|
|
99680
99684
|
case "usSurvey":
|
|
99681
|
-
return ["USSURVEY", "USCUSTOM", "INTERNATIONAL", "FINANCE"];
|
|
99685
|
+
return ["USSURVEY", "USCUSTOM", "INTERNATIONAL", "FINANCE"].map(createMatcher);
|
|
99682
99686
|
}
|
|
99683
99687
|
return [];
|
|
99684
99688
|
}
|
|
@@ -101696,7 +101700,7 @@ class ECSchemaRpcLocater {
|
|
|
101696
101700
|
* @param _matchType How to match key against candidate schemas
|
|
101697
101701
|
* @param _context The SchemaContext that will control the lifetime of the schema and holds the schema's references, if they exist.
|
|
101698
101702
|
* @throws Error Always throws an error indicating this method is not supported.
|
|
101699
|
-
* @deprecated in 5.0 Use the asynchronous `getSchema` method for schema retrieval.
|
|
101703
|
+
* @deprecated in 5.0. Use the asynchronous `getSchema` method for schema retrieval.
|
|
101700
101704
|
*/
|
|
101701
101705
|
getSchemaSync(_schemaKey, _matchType, _context) {
|
|
101702
101706
|
throw new Error("getSchemaSync is not supported. Use the asynchronous getSchema method instead.");
|
|
@@ -112527,7 +112531,7 @@ class GraphicalEditingScope extends _BriefcaseTxns__WEBPACK_IMPORTED_MODULE_2__.
|
|
|
112527
112531
|
this._cleanup = undefined;
|
|
112528
112532
|
}
|
|
112529
112533
|
}
|
|
112530
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
112534
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
112531
112535
|
dispose() {
|
|
112532
112536
|
this[Symbol.dispose]();
|
|
112533
112537
|
}
|
|
@@ -113940,13 +113944,13 @@ class IModelConnection extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.I
|
|
|
113940
113944
|
*/
|
|
113941
113945
|
onClose = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
|
|
113942
113946
|
/** The font map for this IModelConnection. Only valid after calling #loadFontMap and waiting for the returned promise to be fulfilled.
|
|
113943
|
-
* @deprecated in 5.0.0. If you need font Ids on the front-end for some reason, write an Ipc method that queries [IModelDb.fonts]($backend).
|
|
113947
|
+
* @deprecated in 5.0.0 - will not be removed until after 2026-06-13. If you need font Ids on the front-end for some reason, write an Ipc method that queries [IModelDb.fonts]($backend).
|
|
113944
113948
|
*/
|
|
113945
113949
|
fontMap; // eslint-disable-line @typescript-eslint/no-deprecated
|
|
113946
113950
|
_schemaContext;
|
|
113947
113951
|
/** Load the FontMap for this IModelConnection.
|
|
113948
113952
|
* @returns Returns a Promise<FontMap> that is fulfilled when the FontMap member of this IModelConnection is valid.
|
|
113949
|
-
* @deprecated in 5.0.0. If you need font Ids on the front-end for some reason, write an Ipc method that queries [IModelDb.fonts]($backend).
|
|
113953
|
+
* @deprecated in 5.0.0 - will not be removed until after 2026-06-13. If you need font Ids on the front-end for some reason, write an Ipc method that queries [IModelDb.fonts]($backend).
|
|
113950
113954
|
*/
|
|
113951
113955
|
async loadFontMap() {
|
|
113952
113956
|
if (undefined === this.fontMap) { // eslint-disable-line @typescript-eslint/no-deprecated
|
|
@@ -114067,7 +114071,7 @@ class IModelConnection extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.I
|
|
|
114067
114071
|
return this.isOpen ? this._snapRpc.request(props) : { status: 2 };
|
|
114068
114072
|
}
|
|
114069
114073
|
/** @internal
|
|
114070
|
-
* @deprecated in 4.8. Use AccuSnap.doSnapRequest.
|
|
114074
|
+
* @deprecated in 4.8 - will not be removed until after 2026-06-13. Use AccuSnap.doSnapRequest.
|
|
114071
114075
|
*/
|
|
114072
114076
|
async requestSnap(props) {
|
|
114073
114077
|
return this[_common_internal_Symbols__WEBPACK_IMPORTED_MODULE_13__._requestSnap](props);
|
|
@@ -114108,7 +114112,7 @@ class IModelConnection extends _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.I
|
|
|
114108
114112
|
return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.IModelReadRpcInterface.getClientForRouting(this.routingContext.token).getMassProperties(this.getRpcProps(), requestProps);
|
|
114109
114113
|
}
|
|
114110
114114
|
/** Request mass properties for multiple elements from the backend.
|
|
114111
|
-
* @deprecated in 4.11. Use [[IModelConnection.getMassProperties]].
|
|
114115
|
+
* @deprecated in 4.11 - will not be removed until after 2026-06-13. Use [[IModelConnection.getMassProperties]].
|
|
114112
114116
|
*/
|
|
114113
114117
|
async getMassPropertiesPerCandidate(requestProps) {
|
|
114114
114118
|
return _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.IModelReadRpcInterface.getClientForRouting(this.routingContext.token).getMassPropertiesPerCandidate(this.getRpcProps(), requestProps);
|
|
@@ -114427,7 +114431,7 @@ class SnapshotConnection extends IModelConnection {
|
|
|
114427
114431
|
}
|
|
114428
114432
|
/** Open an IModelConnection to a remote read-only snapshot iModel from a key that will be resolved by the backend.
|
|
114429
114433
|
* @note This method is intended for web applications.
|
|
114430
|
-
* @deprecated in 4.10. Use [[CheckpointConnection.openRemote]].
|
|
114434
|
+
* @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [[CheckpointConnection.openRemote]].
|
|
114431
114435
|
*/
|
|
114432
114436
|
static async openRemote(fileKey) {
|
|
114433
114437
|
const routingContext = _IModelRoutingContext__WEBPACK_IMPORTED_MODULE_6__.IModelRoutingContext.current || _IModelRoutingContext__WEBPACK_IMPORTED_MODULE_6__.IModelRoutingContext.default;
|
|
@@ -114834,7 +114838,7 @@ class SnapshotConnection extends IModelConnection {
|
|
|
114834
114838
|
* There is no guarantee that this view will be suitable for the purposes of any other applications.
|
|
114835
114839
|
* Most applications should ignore the default view and instead create a [[ViewState]] that fits their own requirements using APIs like [[ViewCreator3d]].
|
|
114836
114840
|
* @returns the Id of the default view as defined in the iModel's property table, or an invalid ID if no default view is defined.
|
|
114837
|
-
* @deprecated in 4.2. Create a ViewState to your own specifications.
|
|
114841
|
+
* @deprecated in 4.2 - will not be removed until after 2026-06-13. Create a ViewState to your own specifications.
|
|
114838
114842
|
*/
|
|
114839
114843
|
async queryDefaultViewId() {
|
|
114840
114844
|
const iModel = this._iModel;
|
|
@@ -115219,7 +115223,7 @@ class IpcApp {
|
|
|
115219
115223
|
throw Object.assign(new _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.BackendError(err.errorNumber, err.iTwinErrorId.key, err.message, err.loggingMetadata), trimErr);
|
|
115220
115224
|
}
|
|
115221
115225
|
/** @internal
|
|
115222
|
-
* @deprecated in 4.8. Use [[makeIpcProxy]] for a type-safe interface.
|
|
115226
|
+
* @deprecated in 4.8 - will not be removed until after 2026-06-13. Use [[makeIpcProxy]] for a type-safe interface.
|
|
115223
115227
|
*/
|
|
115224
115228
|
static async callIpcChannel(channelName, methodName, ...args) {
|
|
115225
115229
|
return this[_common_internal_Symbols__WEBPACK_IMPORTED_MODULE_2__._callIpcChannel](channelName, methodName, ...args);
|
|
@@ -118412,7 +118416,7 @@ class HiliteSet {
|
|
|
118412
118416
|
/** Toggle the hilited state of one or more elements.
|
|
118413
118417
|
* @param arg the ID(s) of the elements whose state is to be toggled.
|
|
118414
118418
|
* @param onOff True to add the elements to the hilited set, false to remove them.
|
|
118415
|
-
* @deprecated in 5.0. Use [[add]], [[remove]], [[replace]] instead.
|
|
118419
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [[add]], [[remove]], [[replace]] instead.
|
|
118416
118420
|
*/
|
|
118417
118421
|
setHilite(arg, onOff) {
|
|
118418
118422
|
if (onOff) {
|
|
@@ -118480,14 +118484,14 @@ class SelectionSet {
|
|
|
118480
118484
|
}
|
|
118481
118485
|
/** Return true if elemId is in this `SelectionSet`.
|
|
118482
118486
|
* @see [[isSelected]]
|
|
118483
|
-
* @deprecated in 5.0. Use `SelectionSet.elements.has(elemId)` instead.
|
|
118487
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `SelectionSet.elements.has(elemId)` instead.
|
|
118484
118488
|
*/
|
|
118485
118489
|
has(elemId) {
|
|
118486
118490
|
return !!elemId && this.elements.has(elemId);
|
|
118487
118491
|
}
|
|
118488
118492
|
/** Query whether an Id is in the selection set.
|
|
118489
118493
|
* @see [[has]]
|
|
118490
|
-
* @deprecated in 5.0. Use `SelectionSet.elements.has(elemId)` instead.
|
|
118494
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `SelectionSet.elements.has(elemId)` instead.
|
|
118491
118495
|
*/
|
|
118492
118496
|
isSelected(elemId) {
|
|
118493
118497
|
return !!elemId && this.elements.has(elemId);
|
|
@@ -123248,7 +123252,7 @@ class ViewState extends _EntityState__WEBPACK_IMPORTED_MODULE_5__.ElementState {
|
|
|
123248
123252
|
/** Execute a function against each [[TileTreeReference]] associated with this view.
|
|
123249
123253
|
* This may include tile trees not associated with any [[GeometricModelState]] - e.g., context reality data.
|
|
123250
123254
|
* @note This method is inefficient (iteration cannot be aborted) and awkward (callback cannot be async nor return a value). Prefer to iterate using [[getTileTreeRefs]].
|
|
123251
|
-
* @deprecated in 5.0. Use [[getTileTreeRefs]] instead.
|
|
123255
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [[getTileTreeRefs]] instead.
|
|
123252
123256
|
*/
|
|
123253
123257
|
forEachTileTreeRef(func) {
|
|
123254
123258
|
for (const ref of this.getModelTreeRefs()) {
|
|
@@ -126291,7 +126295,7 @@ class Viewport {
|
|
|
126291
126295
|
this.onDisposed.raiseEvent(this);
|
|
126292
126296
|
this.detachFromView();
|
|
126293
126297
|
}
|
|
126294
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
126298
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
126295
126299
|
dispose() {
|
|
126296
126300
|
this[Symbol.dispose]();
|
|
126297
126301
|
}
|
|
@@ -126650,7 +126654,7 @@ class Viewport {
|
|
|
126650
126654
|
}
|
|
126651
126655
|
}
|
|
126652
126656
|
/** Apply a function to every tile tree reference associated with the map layers displayed by this viewport.
|
|
126653
|
-
* @deprecated in 5.0. Use [[mapTileTreeRefs]] instead.
|
|
126657
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [[mapTileTreeRefs]] instead.
|
|
126654
126658
|
*/
|
|
126655
126659
|
forEachMapTreeRef(func) {
|
|
126656
126660
|
if (this._mapTiledGraphicsProvider)
|
|
@@ -126662,7 +126666,7 @@ class Viewport {
|
|
|
126662
126666
|
}
|
|
126663
126667
|
;
|
|
126664
126668
|
/** Apply a function to every [[TileTreeReference]] displayed by this viewport.
|
|
126665
|
-
* @deprecated in 5.0. Use [[getTileTreeRefs]] instead.
|
|
126669
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [[getTileTreeRefs]] instead.
|
|
126666
126670
|
*/
|
|
126667
126671
|
forEachTileTreeRef(func) {
|
|
126668
126672
|
for (const ref of this.getTileTreeRefs()) {
|
|
@@ -137585,8 +137589,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
137585
137589
|
/* eslint-disable sort-imports */
|
|
137586
137590
|
|
|
137587
137591
|
const globalSymbol = Symbol.for("itwin.core.frontend.globals");
|
|
137588
|
-
if (globalThis[globalSymbol])
|
|
137589
|
-
|
|
137592
|
+
if (globalThis[globalSymbol]) {
|
|
137593
|
+
// Get the stack trace from when the module was first loaded
|
|
137594
|
+
const firstLoadStack = globalThis[globalSymbol].stack;
|
|
137595
|
+
const error = new Error("Multiple @itwin/core-frontend imports detected! This may happen if:\n" +
|
|
137596
|
+
"- You have multiple versions of the package installed\n" +
|
|
137597
|
+
"- Your bundling configuration is incorrect\n" +
|
|
137598
|
+
"- You're importing from both ESM and CommonJS versions");
|
|
137599
|
+
/* eslint-disable no-console */
|
|
137600
|
+
console.error("Duplicate @itwin/core-frontend import:", error);
|
|
137601
|
+
console.error("First import occurred at:", firstLoadStack);
|
|
137602
|
+
console.error("Current import occurred at:", error.stack);
|
|
137603
|
+
/* eslint-enable no-console */
|
|
137604
|
+
throw error;
|
|
137605
|
+
}
|
|
137590
137606
|
// BEGIN GENERATED CODE
|
|
137591
137607
|
|
|
137592
137608
|
|
|
@@ -137856,6 +137872,7 @@ const getExtensionApi = (_id) => {
|
|
|
137856
137872
|
};
|
|
137857
137873
|
};
|
|
137858
137874
|
globalThis[globalSymbol] = {
|
|
137875
|
+
stack: new Error().stack,
|
|
137859
137876
|
getExtensionApi,
|
|
137860
137877
|
};
|
|
137861
137878
|
|
|
@@ -139636,7 +139653,7 @@ class AtmosphereUniforms {
|
|
|
139636
139653
|
return true;
|
|
139637
139654
|
}
|
|
139638
139655
|
[Symbol.dispose]() { }
|
|
139639
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
139656
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
139640
139657
|
dispose() {
|
|
139641
139658
|
this[Symbol.dispose]();
|
|
139642
139659
|
}
|
|
@@ -139722,7 +139739,7 @@ class BuffersContainer {
|
|
|
139722
139739
|
this._context = context;
|
|
139723
139740
|
this._vao = new VAOHandle(this._context);
|
|
139724
139741
|
}
|
|
139725
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
139742
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
139726
139743
|
dispose() {
|
|
139727
139744
|
this[Symbol.dispose]();
|
|
139728
139745
|
}
|
|
@@ -139784,7 +139801,7 @@ class VAOHandle {
|
|
|
139784
139801
|
(0,_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.assert)(!this.isDisposed);
|
|
139785
139802
|
}
|
|
139786
139803
|
get isDisposed() { return this._arrayObject === undefined; }
|
|
139787
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
139804
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
139788
139805
|
dispose() {
|
|
139789
139806
|
this[Symbol.dispose]();
|
|
139790
139807
|
}
|
|
@@ -142508,7 +142525,7 @@ class ClippingProgram {
|
|
|
142508
142525
|
[Symbol.dispose]() {
|
|
142509
142526
|
this._program = (0,_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.dispose)(this._program);
|
|
142510
142527
|
}
|
|
142511
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
142528
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
142512
142529
|
dispose() {
|
|
142513
142530
|
this[Symbol.dispose]();
|
|
142514
142531
|
}
|
|
@@ -154562,7 +154579,7 @@ class ShaderProgram {
|
|
|
154562
154579
|
this._status = 2 /* CompileStatus.Uncompiled */;
|
|
154563
154580
|
}
|
|
154564
154581
|
}
|
|
154565
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
154582
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
154566
154583
|
dispose() {
|
|
154567
154584
|
this[Symbol.dispose]();
|
|
154568
154585
|
}
|
|
@@ -155031,7 +155048,7 @@ class ShaderProgramExecutor {
|
|
|
155031
155048
|
ShaderProgramExecutor.freeParams();
|
|
155032
155049
|
this._isDisposed = true;
|
|
155033
155050
|
}
|
|
155034
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
155051
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
155035
155052
|
dispose() {
|
|
155036
155053
|
this[Symbol.dispose]();
|
|
155037
155054
|
}
|
|
@@ -158649,7 +158666,7 @@ class SingularTechnique {
|
|
|
158649
158666
|
[Symbol.dispose]() {
|
|
158650
158667
|
this.program[Symbol.dispose]();
|
|
158651
158668
|
}
|
|
158652
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
158669
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
158653
158670
|
dispose() {
|
|
158654
158671
|
this[Symbol.dispose]();
|
|
158655
158672
|
}
|
|
@@ -158706,7 +158723,7 @@ class VariedTechnique {
|
|
|
158706
158723
|
this._clippingPrograms.length = 0;
|
|
158707
158724
|
this._isDisposed = true;
|
|
158708
158725
|
}
|
|
158709
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
158726
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
158710
158727
|
dispose() {
|
|
158711
158728
|
this[Symbol.dispose]();
|
|
158712
158729
|
}
|
|
@@ -159413,7 +159430,7 @@ class Techniques {
|
|
|
159413
159430
|
(0,_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.dispose)(tech);
|
|
159414
159431
|
this._list.length = 0;
|
|
159415
159432
|
}
|
|
159416
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
159433
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
159417
159434
|
dispose() {
|
|
159418
159435
|
this[Symbol.dispose]();
|
|
159419
159436
|
}
|
|
@@ -174682,6 +174699,7 @@ class SpatialRefs {
|
|
|
174682
174699
|
__webpack_require__.r(__webpack_exports__);
|
|
174683
174700
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
174684
174701
|
/* harmony export */ RealityModelTileTree: () => (/* binding */ RealityModelTileTree),
|
|
174702
|
+
/* harmony export */ RealityModelTileTreeProps: () => (/* binding */ RealityModelTileTreeProps),
|
|
174685
174703
|
/* harmony export */ RealityModelTileUtils: () => (/* binding */ RealityModelTileUtils),
|
|
174686
174704
|
/* harmony export */ RealityTileRegion: () => (/* binding */ RealityTileRegion),
|
|
174687
174705
|
/* harmony export */ RealityTreeReference: () => (/* binding */ RealityTreeReference),
|
|
@@ -174892,22 +174910,35 @@ var SMTextureType;
|
|
|
174892
174910
|
SMTextureType[SMTextureType["Embedded"] = 1] = "Embedded";
|
|
174893
174911
|
SMTextureType[SMTextureType["Streaming"] = 2] = "Streaming";
|
|
174894
174912
|
})(SMTextureType || (SMTextureType = {}));
|
|
174913
|
+
/** Exported strictly for tests. */
|
|
174895
174914
|
class RealityModelTileTreeProps {
|
|
174896
174915
|
tilesetToEcef;
|
|
174897
174916
|
location;
|
|
174898
174917
|
tilesetJson;
|
|
174899
174918
|
doDrapeBackgroundMap = false;
|
|
174900
|
-
|
|
174919
|
+
dataSource;
|
|
174901
174920
|
yAxisUp = false;
|
|
174902
174921
|
root;
|
|
174922
|
+
maximumScreenSpaceError;
|
|
174923
|
+
get usesGeometricError() {
|
|
174924
|
+
return undefined !== this.maximumScreenSpaceError;
|
|
174925
|
+
}
|
|
174903
174926
|
constructor(json, root, rdSource, tilesetToDbTransform, tilesetToEcef) {
|
|
174904
174927
|
this.tilesetToEcef = tilesetToEcef;
|
|
174905
174928
|
this.tilesetJson = root;
|
|
174906
|
-
this.
|
|
174929
|
+
this.dataSource = rdSource;
|
|
174907
174930
|
this.location = tilesetToDbTransform;
|
|
174908
174931
|
this.doDrapeBackgroundMap = (json.root && json.root.SMMasterHeader && SMTextureType.Streaming === json.root.SMMasterHeader.IsTextured);
|
|
174909
|
-
if (json.asset.gltfUpAxis === undefined || json.asset.gltfUpAxis === "y" || json.asset.gltfUpAxis === "Y")
|
|
174932
|
+
if (json.asset.gltfUpAxis === undefined || json.asset.gltfUpAxis === "y" || json.asset.gltfUpAxis === "Y") {
|
|
174910
174933
|
this.yAxisUp = true;
|
|
174934
|
+
}
|
|
174935
|
+
const maxSSE = json.asset.extras?.maximumScreenSpaceError;
|
|
174936
|
+
if (typeof maxSSE === "number") {
|
|
174937
|
+
this.maximumScreenSpaceError = json.asset.extras?.maximumScreenSpaceError;
|
|
174938
|
+
}
|
|
174939
|
+
else if (rdSource.usesGeometricError) {
|
|
174940
|
+
this.maximumScreenSpaceError = rdSource.maximumScreenSpaceError ?? 1;
|
|
174941
|
+
}
|
|
174911
174942
|
}
|
|
174912
174943
|
}
|
|
174913
174944
|
class RealityModelTileTreeParams {
|
|
@@ -174936,7 +174967,7 @@ class RealityModelTileTreeParams {
|
|
|
174936
174967
|
id: "",
|
|
174937
174968
|
// If not specified explicitly, additiveRefinement is inherited from parent tile.
|
|
174938
174969
|
additiveRefinement: undefined !== refine ? "ADD" === refine : undefined,
|
|
174939
|
-
usesGeometricError: loader.tree.
|
|
174970
|
+
usesGeometricError: loader.tree.usesGeometricError,
|
|
174940
174971
|
});
|
|
174941
174972
|
this.baseUrl = baseUrl;
|
|
174942
174973
|
}
|
|
@@ -175068,7 +175099,7 @@ class RealityModelTileLoader extends _tile_internal__WEBPACK_IMPORTED_MODULE_8__
|
|
|
175068
175099
|
get clipLowResolutionTiles() { return true; }
|
|
175069
175100
|
get viewFlagOverrides() { return this._viewFlagOverrides; }
|
|
175070
175101
|
get maximumScreenSpaceError() {
|
|
175071
|
-
return this.tree.
|
|
175102
|
+
return this.tree.maximumScreenSpaceError;
|
|
175072
175103
|
}
|
|
175073
175104
|
async loadChildren(tile) {
|
|
175074
175105
|
const props = await this.getChildrenProps(tile);
|
|
@@ -175097,7 +175128,7 @@ class RealityModelTileLoader extends _tile_internal__WEBPACK_IMPORTED_MODULE_8__
|
|
|
175097
175128
|
transformToRoot: foundChild.transformToRoot,
|
|
175098
175129
|
// If not specified explicitly, additiveRefinement is inherited from parent tile.
|
|
175099
175130
|
additiveRefinement: undefined !== refine ? refine === "ADD" : undefined,
|
|
175100
|
-
usesGeometricError: this.tree.
|
|
175131
|
+
usesGeometricError: this.tree.usesGeometricError,
|
|
175101
175132
|
}));
|
|
175102
175133
|
}
|
|
175103
175134
|
}
|
|
@@ -175112,7 +175143,7 @@ class RealityModelTileLoader extends _tile_internal__WEBPACK_IMPORTED_MODULE_8__
|
|
|
175112
175143
|
const foundChild = await this.findTileInJson(this.tree.tilesetJson, tile.contentId, "");
|
|
175113
175144
|
if (undefined === foundChild || undefined === foundChild.json.content || isCanceled())
|
|
175114
175145
|
return undefined;
|
|
175115
|
-
return this.tree.
|
|
175146
|
+
return this.tree.dataSource.getTileContent(getUrl(foundChild.json.content));
|
|
175116
175147
|
}
|
|
175117
175148
|
async findTileInJson(tilesetJson, id, parentId, transformToRoot) {
|
|
175118
175149
|
if (id.length === 0)
|
|
@@ -175133,7 +175164,7 @@ class RealityModelTileLoader extends _tile_internal__WEBPACK_IMPORTED_MODULE_8__
|
|
|
175133
175164
|
if (separatorIndex >= 0) {
|
|
175134
175165
|
return this.findTileInJson(foundChild, id.substring(separatorIndex + 1), thisParentId, transformToRoot);
|
|
175135
175166
|
}
|
|
175136
|
-
tilesetJson.children[childIndex] = await expandSubTree(foundChild, this.tree.
|
|
175167
|
+
tilesetJson.children[childIndex] = await expandSubTree(foundChild, this.tree.dataSource);
|
|
175137
175168
|
return new FindChildResult(thisParentId, tilesetJson.children[childIndex], transformToRoot);
|
|
175138
175169
|
}
|
|
175139
175170
|
}
|
|
@@ -175444,7 +175475,7 @@ class RealityTreeReference extends RealityModelTileTree.Reference {
|
|
|
175444
175475
|
return undefined;
|
|
175445
175476
|
const strings = [];
|
|
175446
175477
|
const loader = tree.loader;
|
|
175447
|
-
const type = loader.tree.
|
|
175478
|
+
const type = loader.tree.dataSource.realityDataType;
|
|
175448
175479
|
// If a type is specified, display it
|
|
175449
175480
|
if (type !== undefined) {
|
|
175450
175481
|
// Case insensitive
|
|
@@ -175475,7 +175506,7 @@ class RealityTreeReference extends RealityModelTileTree.Reference {
|
|
|
175475
175506
|
div.innerHTML = strings.join("<br>");
|
|
175476
175507
|
return div;
|
|
175477
175508
|
}
|
|
175478
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
175509
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
175479
175510
|
addLogoCards(cards) {
|
|
175480
175511
|
if (this._rdSourceKey.provider === _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.RealityDataProvider.CesiumIonAsset && !cards.dataset.openStreetMapLogoCard) {
|
|
175481
175512
|
cards.dataset.openStreetMapLogoCard = "true";
|
|
@@ -177184,7 +177215,7 @@ class ArcGISMapLayerImageryProvider extends _tile_internal__WEBPACK_IMPORTED_MOD
|
|
|
177184
177215
|
}
|
|
177185
177216
|
}
|
|
177186
177217
|
}
|
|
177187
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
177218
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
177188
177219
|
addLogoCards(cards) {
|
|
177189
177220
|
if (!cards.dataset.arcGisLogoCard) {
|
|
177190
177221
|
cards.dataset.arcGisLogoCard = "true";
|
|
@@ -177414,7 +177445,7 @@ class AzureMapsLayerImageryProvider extends _tile_internal__WEBPACK_IMPORTED_MOD
|
|
|
177414
177445
|
return "";
|
|
177415
177446
|
return `${this._settings.url}&${this._settings.accessKey.key}=${this._settings.accessKey.value}&api-version=2.0&zoom=${zoom}&x=${x}&y=${y}`;
|
|
177416
177447
|
}
|
|
177417
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
177448
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
177418
177449
|
addLogoCards(cards) {
|
|
177419
177450
|
if (!cards.dataset.azureMapsLogoCard) {
|
|
177420
177451
|
cards.dataset.azureMapsLogoCard = "true";
|
|
@@ -177581,7 +177612,7 @@ class BingMapsImageryLayerProvider extends _tile_internal__WEBPACK_IMPORTED_MODU
|
|
|
177581
177612
|
}
|
|
177582
177613
|
return matchingAttributions;
|
|
177583
177614
|
}
|
|
177584
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
177615
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
177585
177616
|
addLogoCards(cards, vp) {
|
|
177586
177617
|
const tiles = _IModelApp__WEBPACK_IMPORTED_MODULE_2__.IModelApp.tileAdmin.getTilesForUser(vp)?.selected;
|
|
177587
177618
|
const matchingAttributions = this.getMatchingAttributions(tiles);
|
|
@@ -178038,7 +178069,7 @@ class MapBoxLayerImageryProvider extends _tile_internal__WEBPACK_IMPORTED_MODULE
|
|
|
178038
178069
|
url = url.concat(`?${this._settings.accessKey.key}=${this._settings.accessKey.value}`);
|
|
178039
178070
|
return url;
|
|
178040
178071
|
}
|
|
178041
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
178072
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
178042
178073
|
addLogoCards(cards) {
|
|
178043
178074
|
if (!cards.dataset.mapboxLogoCard) {
|
|
178044
178075
|
cards.dataset.mapboxLogoCard = "true";
|
|
@@ -179720,7 +179751,7 @@ class AngleDescription extends _FormattedQuantityDescription__WEBPACK_IMPORTED_M
|
|
|
179720
179751
|
}
|
|
179721
179752
|
get formatterQuantityType() { return _quantity_formatting_QuantityFormatter__WEBPACK_IMPORTED_MODULE_1__.QuantityType.Angle; }
|
|
179722
179753
|
/**
|
|
179723
|
-
* @deprecated in 5.0. Use the `kindOfQuantityName` property instead.
|
|
179754
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use the `kindOfQuantityName` property instead.
|
|
179724
179755
|
*/
|
|
179725
179756
|
get quantityType() { return "Angle"; }
|
|
179726
179757
|
get parseError() { return _IModelApp__WEBPACK_IMPORTED_MODULE_0__.IModelApp.localization.getLocalizedString("iModelJs:Properties.UnableToParseAngle"); }
|
|
@@ -179762,7 +179793,6 @@ class FormattedQuantityDescription extends _itwin_appui_abstract__WEBPACK_IMPORT
|
|
|
179762
179793
|
_parserSpec;
|
|
179763
179794
|
constructor(argsOrName, displayLabel, iconSpec, kindOfQuantityName) {
|
|
179764
179795
|
if (typeof argsOrName === "string") {
|
|
179765
|
-
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
|
|
179766
179796
|
super(argsOrName, displayLabel, iconSpec, kindOfQuantityName);
|
|
179767
179797
|
}
|
|
179768
179798
|
else {
|
|
@@ -179854,7 +179884,7 @@ class LengthDescription extends _FormattedQuantityDescription__WEBPACK_IMPORTED_
|
|
|
179854
179884
|
}
|
|
179855
179885
|
get formatterQuantityType() { return _quantity_formatting_QuantityFormatter__WEBPACK_IMPORTED_MODULE_1__.QuantityType.Length; }
|
|
179856
179886
|
/**
|
|
179857
|
-
* @deprecated in 5.0. Use the `kindOfQuantityName` property instead.
|
|
179887
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use the `kindOfQuantityName` property instead.
|
|
179858
179888
|
*/
|
|
179859
179889
|
get quantityType() { return "Length"; }
|
|
179860
179890
|
get parseError() { return _IModelApp__WEBPACK_IMPORTED_MODULE_0__.IModelApp.localization.getLocalizedString("iModelJs:Properties.UnableToParseLength"); }
|
|
@@ -179875,7 +179905,7 @@ class SurveyLengthDescription extends _FormattedQuantityDescription__WEBPACK_IMP
|
|
|
179875
179905
|
}
|
|
179876
179906
|
get formatterQuantityType() { return _quantity_formatting_QuantityFormatter__WEBPACK_IMPORTED_MODULE_1__.QuantityType.LengthSurvey; }
|
|
179877
179907
|
/**
|
|
179878
|
-
* @deprecated in 5.0. Use the `kindOfQuantityName` property instead.
|
|
179908
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use the `kindOfQuantityName` property instead.
|
|
179879
179909
|
*/
|
|
179880
179910
|
get quantityType() { return "LengthSurvey"; }
|
|
179881
179911
|
get parseError() { return _IModelApp__WEBPACK_IMPORTED_MODULE_0__.IModelApp.localization.getLocalizedString("iModelJs:Properties.UnableToParseLength"); }
|
|
@@ -179896,7 +179926,7 @@ class EngineeringLengthDescription extends _FormattedQuantityDescription__WEBPAC
|
|
|
179896
179926
|
}
|
|
179897
179927
|
get formatterQuantityType() { return _quantity_formatting_QuantityFormatter__WEBPACK_IMPORTED_MODULE_1__.QuantityType.LengthEngineering; }
|
|
179898
179928
|
/**
|
|
179899
|
-
* @deprecated in 5.0. Use the `kindOfQuantityName` property instead.
|
|
179929
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use the `kindOfQuantityName` property instead.
|
|
179900
179930
|
*/
|
|
179901
179931
|
get quantityType() { return "LengthEngineering"; }
|
|
179902
179932
|
get parseError() { return _IModelApp__WEBPACK_IMPORTED_MODULE_0__.IModelApp.localization.getLocalizedString("iModelJs:Properties.UnableToParseLength"); }
|
|
@@ -181750,7 +181780,7 @@ class Decorations {
|
|
|
181750
181780
|
this.viewOverlay = undefined;
|
|
181751
181781
|
this.normal = undefined;
|
|
181752
181782
|
}
|
|
181753
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
181783
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
181754
181784
|
dispose() {
|
|
181755
181785
|
this[Symbol.dispose]();
|
|
181756
181786
|
}
|
|
@@ -182051,7 +182081,7 @@ class GraphicBranch {
|
|
|
182051
182081
|
[Symbol.dispose]() {
|
|
182052
182082
|
this.clear();
|
|
182053
182083
|
}
|
|
182054
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
182084
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
182055
182085
|
dispose() {
|
|
182056
182086
|
this[Symbol.dispose]();
|
|
182057
182087
|
}
|
|
@@ -187667,7 +187697,7 @@ class Tile {
|
|
|
187667
187697
|
this._state = 5 /* TileState.Abandoned */;
|
|
187668
187698
|
this.disposeChildren();
|
|
187669
187699
|
}
|
|
187670
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
187700
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
187671
187701
|
dispose() {
|
|
187672
187702
|
this[Symbol.dispose]();
|
|
187673
187703
|
}
|
|
@@ -190328,7 +190358,7 @@ class TileTree {
|
|
|
190328
190358
|
this._isDisposed = true;
|
|
190329
190359
|
(0,_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.dispose)(this.rootTile);
|
|
190330
190360
|
}
|
|
190331
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
190361
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
190332
190362
|
dispose() {
|
|
190333
190363
|
this[Symbol.dispose]();
|
|
190334
190364
|
}
|
|
@@ -190650,7 +190680,7 @@ class TileTreeReference /* implements RenderMemory.Consumer */ {
|
|
|
190650
190680
|
* @beta
|
|
190651
190681
|
*/
|
|
190652
190682
|
get planarClipMaskPriority() { return _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.PlanarClipMaskPriority.DesignModel; }
|
|
190653
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
190683
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
190654
190684
|
addLogoCards(_cards, _vp) { }
|
|
190655
190685
|
/** Add attribution logo cards for the tile tree source logo cards to the viewport's logo div.
|
|
190656
190686
|
* @beta
|
|
@@ -190977,6 +191007,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
190977
191007
|
/* harmony export */ QuadId: () => (/* reexport safe */ _map_QuadId__WEBPACK_IMPORTED_MODULE_2__.QuadId),
|
|
190978
191008
|
/* harmony export */ ReadonlyTileUserSet: () => (/* reexport safe */ _internal_tile_TileUserSet__WEBPACK_IMPORTED_MODULE_31__.ReadonlyTileUserSet),
|
|
190979
191009
|
/* harmony export */ RealityModelTileTree: () => (/* reexport safe */ _internal_tile_RealityModelTileTree__WEBPACK_IMPORTED_MODULE_78__.RealityModelTileTree),
|
|
191010
|
+
/* harmony export */ RealityModelTileTreeProps: () => (/* reexport safe */ _internal_tile_RealityModelTileTree__WEBPACK_IMPORTED_MODULE_78__.RealityModelTileTreeProps),
|
|
190980
191011
|
/* harmony export */ RealityModelTileUtils: () => (/* reexport safe */ _internal_tile_RealityModelTileTree__WEBPACK_IMPORTED_MODULE_78__.RealityModelTileUtils),
|
|
190981
191012
|
/* harmony export */ RealityTile: () => (/* reexport safe */ _RealityTile__WEBPACK_IMPORTED_MODULE_6__.RealityTile),
|
|
190982
191013
|
/* harmony export */ RealityTileDrawArgs: () => (/* reexport safe */ _internal_tile_RealityTileDrawArgs__WEBPACK_IMPORTED_MODULE_10__.RealityTileDrawArgs),
|
|
@@ -191617,7 +191648,7 @@ class CesiumTerrainProvider extends _internal__WEBPACK_IMPORTED_MODULE_8__.Terra
|
|
|
191617
191648
|
this._assetId = opts.dataSource || _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.CesiumTerrainAssetId.Default;
|
|
191618
191649
|
this._tokenTimeOut = _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeTimePoint.now().plus(CesiumTerrainProvider._tokenTimeoutInterval);
|
|
191619
191650
|
}
|
|
191620
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
191651
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
191621
191652
|
addLogoCards(cards) {
|
|
191622
191653
|
if (cards.dataset.cesiumIonLogoCard)
|
|
191623
191654
|
return;
|
|
@@ -192237,7 +192268,7 @@ class ImageryMapTileTree extends _internal__WEBPACK_IMPORTED_MODULE_4__.RealityT
|
|
|
192237
192268
|
this._rootTile = new ImageryMapTile(params.rootTile, this, rootQuadId, this.getTileRectangle(rootQuadId));
|
|
192238
192269
|
}
|
|
192239
192270
|
get tilingScheme() { return this._imageryLoader.imageryProvider.tilingScheme; }
|
|
192240
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
192271
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
192241
192272
|
addLogoCards(cards, vp) {
|
|
192242
192273
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
192243
192274
|
this._imageryLoader.addLogoCards(cards, vp);
|
|
@@ -192291,7 +192322,7 @@ class ImageryTileLoader extends _internal__WEBPACK_IMPORTED_MODULE_4__.RealityTi
|
|
|
192291
192322
|
get maxDepth() { return this._imageryProvider.maximumZoomLevel; }
|
|
192292
192323
|
get minDepth() { return this._imageryProvider.minimumZoomLevel; }
|
|
192293
192324
|
get priority() { return _internal__WEBPACK_IMPORTED_MODULE_4__.TileLoadPriority.Map; }
|
|
192294
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
192325
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
192295
192326
|
addLogoCards(cards, vp) {
|
|
192296
192327
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
192297
192328
|
this._imageryProvider.addLogoCards(cards, vp);
|
|
@@ -193196,7 +193227,7 @@ class MapLayerImageryProvider {
|
|
|
193196
193227
|
});
|
|
193197
193228
|
}
|
|
193198
193229
|
get tilingScheme() { return this.useGeographicTilingScheme ? this._geographicTilingScheme : this._mercatorTilingScheme; }
|
|
193199
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
193230
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
193200
193231
|
addLogoCards(_cards, _viewport) { }
|
|
193201
193232
|
/**
|
|
193202
193233
|
* Add attribution logo cards for the data supplied by this provider to the [[Viewport]]'s logo div.
|
|
@@ -195549,7 +195580,7 @@ class MapTileTreeReference extends _internal__WEBPACK_IMPORTED_MODULE_7__.TileTr
|
|
|
195549
195580
|
}
|
|
195550
195581
|
return info;
|
|
195551
195582
|
}
|
|
195552
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
195583
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
195553
195584
|
addLogoCards(cards, vp) {
|
|
195554
195585
|
const tree = this.treeOwner.tileTree;
|
|
195555
195586
|
if (tree) {
|
|
@@ -196187,7 +196218,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
196187
196218
|
* @public
|
|
196188
196219
|
*/
|
|
196189
196220
|
class TerrainMeshProvider {
|
|
196190
|
-
/** @deprecated in 5.0 Use [addAttributions] instead. */
|
|
196221
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [addAttributions] instead. */
|
|
196191
196222
|
addLogoCards(_cards, _vp) { }
|
|
196192
196223
|
/** Add attribution logo cards for the terrain data supplied by this provider to the [[Viewport]]'s logo div.
|
|
196193
196224
|
* For example, a provider that produces meshes from [Bing Maps](https://docs.microsoft.com/en-us/bingmaps/rest-services/elevations/) would be required to
|
|
@@ -211184,7 +211215,7 @@ class Geometry {
|
|
|
211184
211215
|
static largeCoordinateResult = 1.0e13;
|
|
211185
211216
|
/**
|
|
211186
211217
|
* Numeric value that may considered infinite for metric coordinates.
|
|
211187
|
-
* @deprecated in 4.x. Use [[largeCoordinateResult]].
|
|
211218
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Use [[largeCoordinateResult]].
|
|
211188
211219
|
* * This coordinate should be used only as a placeholder indicating "at infinity" -- computing actual
|
|
211189
211220
|
* points at this coordinate invites numerical problems.
|
|
211190
211221
|
*/
|
|
@@ -211195,7 +211226,7 @@ class Geometry {
|
|
|
211195
211226
|
}
|
|
211196
211227
|
/**
|
|
211197
211228
|
* Test if the absolute value of x is at least [[largeCoordinateResult]].
|
|
211198
|
-
* @deprecated in 4.x. Use [[isLargeCoordinateResult]].
|
|
211229
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Use [[isLargeCoordinateResult]].
|
|
211199
211230
|
*/
|
|
211200
211231
|
static isHugeCoordinate(x) {
|
|
211201
211232
|
return Geometry.isLargeCoordinateResult(x);
|
|
@@ -212152,7 +212183,7 @@ class Geometry {
|
|
|
212152
212183
|
/**
|
|
212153
212184
|
* Clone an array whose members have type `T`, which implements the clone method.
|
|
212154
212185
|
* * If the clone method returns `undefined`, then `undefined` is forced into the cloned array.
|
|
212155
|
-
* @deprecated in 4.x. Use cloneArray.
|
|
212186
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Use cloneArray.
|
|
212156
212187
|
*/
|
|
212157
212188
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
212158
212189
|
static cloneMembers(array) {
|
|
@@ -212578,7 +212609,7 @@ class BSpline1dNd {
|
|
|
212578
212609
|
* Test if the leading and trailing polygon coordinates are replicated in the manner of a "closed" bspline polygon
|
|
212579
212610
|
* which has been expanded to act as a normal bspline.
|
|
212580
212611
|
* @returns true if `degree` leading and trailing polygon blocks match.
|
|
212581
|
-
* @deprecated in 4.x. Use `testClosablePolygon` instead.
|
|
212612
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Use `testClosablePolygon` instead.
|
|
212582
212613
|
*/
|
|
212583
212614
|
testCloseablePolygon(mode) {
|
|
212584
212615
|
return this.testClosablePolygon(mode);
|
|
@@ -214872,7 +214903,7 @@ var UVSelect;
|
|
|
214872
214903
|
UVSelect[UVSelect["uDirection"] = 0] = "uDirection";
|
|
214873
214904
|
/**
|
|
214874
214905
|
* index of v direction
|
|
214875
|
-
* @deprecated in 4.x. Use vDirection instead.
|
|
214906
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Use vDirection instead.
|
|
214876
214907
|
*/
|
|
214877
214908
|
UVSelect[UVSelect["VDirection"] = 1] = "VDirection";
|
|
214878
214909
|
/** index of v direction */
|
|
@@ -215099,7 +215130,7 @@ class BSpline2dNd extends _curve_GeometryQuery__WEBPACK_IMPORTED_MODULE_0__.Geom
|
|
|
215099
215130
|
}
|
|
215100
215131
|
/**
|
|
215101
215132
|
* sum poles by the weights in the basisBuffer, using poles for given span
|
|
215102
|
-
* @deprecated in 4.x. Use sumPoleBufferDerivativesForSpan instead.
|
|
215133
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Use sumPoleBufferDerivativesForSpan instead.
|
|
215103
215134
|
*/
|
|
215104
215135
|
sumpoleBufferDerivativesForSpan(spanIndexU, spanIndexV) {
|
|
215105
215136
|
return this.sumPoleBufferDerivativesForSpan(spanIndexU, spanIndexV);
|
|
@@ -215321,7 +215352,7 @@ class BSplineSurface3d extends BSpline2dNd {
|
|
|
215321
215352
|
getPointGridJSON() {
|
|
215322
215353
|
const result = {
|
|
215323
215354
|
points: _geometry3d_PointHelpers__WEBPACK_IMPORTED_MODULE_7__.Point3dArray.unpackNumbersToNestedArraysIJK(this.coffs, 3, this.numPolesUV(0)),
|
|
215324
|
-
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates, // @deprecated in 4.x. Use weightStyle instead.
|
|
215355
|
+
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates, // @deprecated in 4.x - will not be removed until after 2026-06-13. Use weightStyle instead.
|
|
215325
215356
|
weightStyle: WeightStyle.UnWeighted,
|
|
215326
215357
|
numCartesianDimensions: 3,
|
|
215327
215358
|
};
|
|
@@ -215734,7 +215765,7 @@ class BSplineSurface3dH extends BSpline2dNd {
|
|
|
215734
215765
|
const result = {
|
|
215735
215766
|
points: _geometry3d_PointHelpers__WEBPACK_IMPORTED_MODULE_7__.Point3dArray.unpackNumbersToNestedArraysIJK(this.coffs, 4, this.numPolesUV(0)),
|
|
215736
215767
|
numCartesianDimensions: 3,
|
|
215737
|
-
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates, // @deprecated in 4.x. Use weightStyle instead.
|
|
215768
|
+
weighStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates, // @deprecated in 4.x - will not be removed until after 2026-06-13. Use weightStyle instead.
|
|
215738
215769
|
weightStyle: WeightStyle.WeightsAlreadyAppliedToCoordinates,
|
|
215739
215770
|
};
|
|
215740
215771
|
return result;
|
|
@@ -224621,7 +224652,7 @@ class Arc3d extends _CurvePrimitive__WEBPACK_IMPORTED_MODULE_1__.CurvePrimitive
|
|
|
224621
224652
|
}
|
|
224622
224653
|
/**
|
|
224623
224654
|
* Gauss point quadrature count for evaluating curve length. (The number of intervals is adjusted to the arc sweep).
|
|
224624
|
-
* @deprecated in 5.0. Use correct spelling quadratureGaussCount.
|
|
224655
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use correct spelling quadratureGaussCount.
|
|
224625
224656
|
*/
|
|
224626
224657
|
static quadratureGuassCount = 5;
|
|
224627
224658
|
/** Gauss point quadrature count for evaluating curve length. (The number of intervals is adjusted to the arc sweep). */
|
|
@@ -228379,7 +228410,7 @@ class CurveLocationDetailPair {
|
|
|
228379
228410
|
}
|
|
228380
228411
|
/**
|
|
228381
228412
|
* Data bundle for a pair of arrays of CurveLocationDetail structures.
|
|
228382
|
-
* @deprecated in 4.x. Use CurveLocationDetailPair[] instead.
|
|
228413
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Use CurveLocationDetailPair[] instead.
|
|
228383
228414
|
* @public
|
|
228384
228415
|
*/
|
|
228385
228416
|
class CurveLocationDetailArrayPair {
|
|
@@ -236022,7 +236053,7 @@ class StrokeOptions {
|
|
|
236022
236053
|
maxEdgeLength;
|
|
236023
236054
|
/**
|
|
236024
236055
|
* Caller expects convex facets.
|
|
236025
|
-
* @deprecated in 4.x -
|
|
236056
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Never used. See [[shouldTriangulate]] and [[maximizeConvexFacets]].
|
|
236026
236057
|
*/
|
|
236027
236058
|
needConvexFacets;
|
|
236028
236059
|
/** Minimum strokes on a primitive. */
|
|
@@ -250295,7 +250326,7 @@ class GrowableXYArray extends _IndexedXYCollection__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
250295
250326
|
return result;
|
|
250296
250327
|
}
|
|
250297
250328
|
/** Restructure MultiLineStringDataVariant as array of GrowableXYZArray
|
|
250298
|
-
* @deprecated in 4.x. Moved to GrowableXYZArray class.
|
|
250329
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Moved to GrowableXYZArray class.
|
|
250299
250330
|
*/
|
|
250300
250331
|
static createArrayOfGrowableXYZArray(data) {
|
|
250301
250332
|
return _GrowableXYZArray__WEBPACK_IMPORTED_MODULE_1__.GrowableXYZArray.createArrayOfGrowableXYZArray(data);
|
|
@@ -268960,7 +268991,7 @@ class Point4d extends _geometry3d_Plane3d__WEBPACK_IMPORTED_MODULE_0__.Plane3d {
|
|
|
268960
268991
|
* extract 4 consecutive numbers from a Float64Array into a Point4d.
|
|
268961
268992
|
* @param data buffer of numbers
|
|
268962
268993
|
* @param xIndex first index for x,y,z,w sequence. Assumed to be a valid index!
|
|
268963
|
-
* @deprecated in 4.x. Use createFromPacked instead.
|
|
268994
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Use createFromPacked instead.
|
|
268964
268995
|
*/
|
|
268965
268996
|
static createFromPackedXYZW(data, xIndex = 0, result) {
|
|
268966
268997
|
return Point4d.create(data[xIndex], data[xIndex + 1], data[xIndex + 2], data[xIndex + 3], result);
|
|
@@ -278217,7 +278248,7 @@ class IndexedPolyface extends Polyface {
|
|
|
278217
278248
|
}
|
|
278218
278249
|
/**
|
|
278219
278250
|
* Clean up the open facet.
|
|
278220
|
-
* @deprecated in 4.x
|
|
278251
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. To remove nebulous "open facet" concept from the API. Call [[PolyfaceData.trimAllIndexArrays]]
|
|
278221
278252
|
* instead.
|
|
278222
278253
|
*/
|
|
278223
278254
|
cleanupOpenFacet() {
|
|
@@ -278367,7 +278398,7 @@ class IndexedPolyface extends Polyface {
|
|
|
278367
278398
|
}
|
|
278368
278399
|
/**
|
|
278369
278400
|
* Given the index of a facet, return the data pertaining to the face it is a part of.
|
|
278370
|
-
* @deprecated in 4.x. Use [[IndexedPolyface.tryGetFaceData]], which verifies the index is in range.
|
|
278401
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Use [[IndexedPolyface.tryGetFaceData]], which verifies the index is in range.
|
|
278371
278402
|
*/
|
|
278372
278403
|
getFaceDataByFacetIndex(facetIndex) {
|
|
278373
278404
|
return this.data.face[this._facetToFaceData[facetIndex]];
|
|
@@ -279589,7 +279620,7 @@ class PolyfaceBuilder extends _geometry3d_GeometryHandler__WEBPACK_IMPORTED_MODU
|
|
|
279589
279620
|
* Apply stroke counts to curve primitives.
|
|
279590
279621
|
* * Recursively visit all children of data.
|
|
279591
279622
|
* * At each primitive, invoke `computeStrokeCountForOptions` method with options from the builder.
|
|
279592
|
-
* @deprecated in 4.x. This method does nothing and is unneeded.
|
|
279623
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. This method does nothing and is unneeded.
|
|
279593
279624
|
*/
|
|
279594
279625
|
applyStrokeCountsToCurvePrimitives(data) {
|
|
279595
279626
|
const options = this._options;
|
|
@@ -281628,7 +281659,7 @@ class PolyfaceData {
|
|
|
281628
281659
|
}
|
|
281629
281660
|
/**
|
|
281630
281661
|
* Resize all data arrays to the specified `length`.
|
|
281631
|
-
* @deprecated in 4.x
|
|
281662
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Because name is misleading. Call [[PolyfaceData.resizeAllArrays]] instead.
|
|
281632
281663
|
*/
|
|
281633
281664
|
resizeAllDataArrays(length) {
|
|
281634
281665
|
if (length > this.point.length) {
|
|
@@ -283200,7 +283231,7 @@ class PolyfaceQuery {
|
|
|
283200
283231
|
});
|
|
283201
283232
|
return builder.claimPolyface(true);
|
|
283202
283233
|
}
|
|
283203
|
-
/** @deprecated in 4.x. Use [[sweepLineStringToFacetsXYReturnSweptFacets]] instead. */
|
|
283234
|
+
/** @deprecated in 4.x - will not be removed until after 2026-06-13. Use [[sweepLineStringToFacetsXYReturnSweptFacets]] instead. */
|
|
283204
283235
|
static sweepLinestringToFacetsXYreturnSweptFacets(linestringPoints, polyface) {
|
|
283205
283236
|
return this.sweepLineStringToFacetsXYReturnSweptFacets(linestringPoints, polyface);
|
|
283206
283237
|
}
|
|
@@ -283303,7 +283334,7 @@ class PolyfaceQuery {
|
|
|
283303
283334
|
* * Return collected line segments.
|
|
283304
283335
|
* * This calls [[sweepLineStringToFacets]] with options created by
|
|
283305
283336
|
* `const options = SweepLineStringToFacetsOptions.create(Vector3d.unitZ(), Angle.createSmallAngle(), false, true, true, true);`
|
|
283306
|
-
* @deprecated in 4.x. Use [[PolyfaceQuery.sweepLineStringToFacets]] to get further options.
|
|
283337
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Use [[PolyfaceQuery.sweepLineStringToFacets]] to get further options.
|
|
283307
283338
|
*/
|
|
283308
283339
|
static sweepLinestringToFacetsXYReturnLines(linestringPoints, polyface) {
|
|
283309
283340
|
const options = SweepLineStringToFacetsOptions.create(_geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_1__.Vector3d.unitZ(), _geometry3d_Angle__WEBPACK_IMPORTED_MODULE_2__.Angle.createSmallAngle(), false, true, true, true);
|
|
@@ -283313,7 +283344,7 @@ class PolyfaceQuery {
|
|
|
283313
283344
|
* Find segments (within the linestring) which project to facets.
|
|
283314
283345
|
* * Return chains.
|
|
283315
283346
|
* * This calls [[sweepLineStringToFacets]] with default options.
|
|
283316
|
-
* @deprecated in 4.x. Use [[PolyfaceQuery.sweepLineStringToFacets]] to get further options.
|
|
283347
|
+
* @deprecated in 4.x - will not be removed until after 2026-06-13. Use [[PolyfaceQuery.sweepLineStringToFacets]] to get further options.
|
|
283317
283348
|
*/
|
|
283318
283349
|
static sweepLinestringToFacetsXYReturnChains(linestringPoints, polyface) {
|
|
283319
283350
|
return PolyfaceQuery.sweepLineStringToFacets(linestringPoints, polyface);
|
|
@@ -297114,7 +297145,7 @@ class Sample {
|
|
|
297114
297145
|
return points;
|
|
297115
297146
|
}
|
|
297116
297147
|
// cspell:word creat
|
|
297117
|
-
/** @deprecated in 4.x. Use createVerticalStaggerPolygon instead. */
|
|
297148
|
+
/** @deprecated in 4.x - will not be removed until after 2026-06-13. Use createVerticalStaggerPolygon instead. */
|
|
297118
297149
|
static creatVerticalStaggerPolygon(dy1, dy2, dy3, dy4, ax, ay, dx1, dx4) {
|
|
297119
297150
|
return this.createVerticalStaggerPolygon(dy1, dy2, dy3, dy4, ax, ay, dx1, dx4);
|
|
297120
297151
|
}
|
|
@@ -327223,7 +327254,7 @@ var ShowSignOption;
|
|
|
327223
327254
|
// parse and toString methods
|
|
327224
327255
|
/**
|
|
327225
327256
|
* @beta
|
|
327226
|
-
* @deprecated in 4.10. ScientificType is now a string enum and doesn't need a serialization method. You can access the enum directly.
|
|
327257
|
+
* @deprecated in 4.10 - will not be removed until after 2026-06-13. ScientificType is now a string enum and doesn't need a serialization method. You can access the enum directly.
|
|
327227
327258
|
*/
|
|
327228
327259
|
function scientificTypeToString(scientificType) {
|
|
327229
327260
|
return (scientificType === ScientificType.Normalized) ? "Normalized" : "ZeroNormalized";
|
|
@@ -327265,7 +327296,7 @@ function parseShowSignOption(showSignOption, formatName) {
|
|
|
327265
327296
|
}
|
|
327266
327297
|
/**
|
|
327267
327298
|
* @beta
|
|
327268
|
-
* @deprecated in 4.10. ShowSignOption is now a string enum and doesn't need a serialization method. You can access the enum directly.
|
|
327299
|
+
* @deprecated in 4.10 - will not be removed until after 2026-06-13. ShowSignOption is now a string enum and doesn't need a serialization method. You can access the enum directly.
|
|
327269
327300
|
*/
|
|
327270
327301
|
function showSignOptionToString(showSign) {
|
|
327271
327302
|
switch (showSign) {
|
|
@@ -327358,7 +327389,7 @@ function parseFormatType(jsonObjType, formatName) {
|
|
|
327358
327389
|
}
|
|
327359
327390
|
}
|
|
327360
327391
|
/** @beta
|
|
327361
|
-
* @deprecated in 4.10. FormatType is now a string enum and doesn't need a serialization method. You can access the enum directly.
|
|
327392
|
+
* @deprecated in 4.10 - will not be removed until after 2026-06-13. FormatType is now a string enum and doesn't need a serialization method. You can access the enum directly.
|
|
327362
327393
|
*/
|
|
327363
327394
|
function formatTypeToString(type) {
|
|
327364
327395
|
switch (type) {
|
|
@@ -328780,7 +328811,7 @@ class Parser {
|
|
|
328780
328811
|
* @param inString A string that contains text represent a quantity.
|
|
328781
328812
|
* @param format Defines the likely format of inString. Primary unit serves as a default unit if no unit label found in string.
|
|
328782
328813
|
* @param unitsConversions dictionary of conversions used to convert from unit used in inString to output quantity
|
|
328783
|
-
* @deprecated in 4.10. Check [[Parser.parseQuantityString]] for replacements.
|
|
328814
|
+
* @deprecated in 4.10 - will not be removed until after 2026-06-13. Check [[Parser.parseQuantityString]] for replacements.
|
|
328784
328815
|
*/
|
|
328785
328816
|
static parseToQuantityValue(inString, format, unitsConversions) {
|
|
328786
328817
|
// TODO: This method is not able to do bearing and azimuth formatting and is overlapping with parseQuantityString.
|
|
@@ -330304,7 +330335,7 @@ class TestContext {
|
|
|
330304
330335
|
this.initializeRpcInterfaces({ title: this.settings.Backend.name, version: this.settings.Backend.version });
|
|
330305
330336
|
const iModelClient = new imodels_client_management_1.IModelsClient({ api: { baseUrl: `https://${process.env.IMJS_URL_PREFIX ?? ""}api.bentley.com/imodels` } });
|
|
330306
330337
|
await core_frontend_1.NoRenderApp.startup({
|
|
330307
|
-
applicationVersion: "5.0.0-dev.
|
|
330338
|
+
applicationVersion: "5.0.0-dev.119",
|
|
330308
330339
|
applicationId: this.settings.gprid,
|
|
330309
330340
|
authorizationClient: new frontend_1.TestFrontendAuthorizationClient(this.serviceAuthToken),
|
|
330310
330341
|
hubAccess: new imodels_access_frontend_1.FrontendIModelsAccess(iModelClient),
|
|
@@ -330585,7 +330616,7 @@ class UiAdmin {
|
|
|
330585
330616
|
/** Get the cursor X and Y position. */
|
|
330586
330617
|
get cursorPosition() { return { x: 0, y: 0 }; }
|
|
330587
330618
|
/** Create a PointProps object.
|
|
330588
|
-
* @deprecated in 4.2.x. Please use @core/geometry [[XAndY]] or a custom implementation.
|
|
330619
|
+
* @deprecated in 4.2.x - will not be removed until after 2026-06-13. Please use @core/geometry [[XAndY]] or a custom implementation.
|
|
330589
330620
|
*/
|
|
330590
330621
|
createXAndY(x, y) { return { x, y }; }
|
|
330591
330622
|
/** Determines if focus is set to Home */
|
|
@@ -330789,7 +330820,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
330789
330820
|
* @module Utilities
|
|
330790
330821
|
*/
|
|
330791
330822
|
/** Enumeration for Function Keys
|
|
330792
|
-
* @public @deprecated in 4.3. Please use the `ts-key-enum` npm package or string literals.
|
|
330823
|
+
* @public @deprecated in 4.3 - will not be removed until after 2026-06-13. Please use the `ts-key-enum` npm package or string literals.
|
|
330793
330824
|
*/
|
|
330794
330825
|
var FunctionKey;
|
|
330795
330826
|
(function (FunctionKey) {
|
|
@@ -330807,7 +330838,7 @@ var FunctionKey;
|
|
|
330807
330838
|
FunctionKey["F12"] = "F12";
|
|
330808
330839
|
})(FunctionKey || (FunctionKey = {}));
|
|
330809
330840
|
/** Enumeration for Special Keys
|
|
330810
|
-
* @public @deprecated in 4.3. Please use the `ts-key-enum` npm package or string literals.
|
|
330841
|
+
* @public @deprecated in 4.3 - will not be removed until after 2026-06-13. Please use the `ts-key-enum` npm package or string literals.
|
|
330811
330842
|
*/
|
|
330812
330843
|
var SpecialKey;
|
|
330813
330844
|
(function (SpecialKey) {
|
|
@@ -330836,7 +330867,7 @@ var SpecialKey;
|
|
|
330836
330867
|
SpecialKey["Decimal"] = "Decimal";
|
|
330837
330868
|
})(SpecialKey || (SpecialKey = {}));
|
|
330838
330869
|
/** Determines if a KeyboardEvent.key is an Arrow key
|
|
330839
|
-
* @public @deprecated in 4.3. Please use a custom implementation moving forward.
|
|
330870
|
+
* @public @deprecated in 4.3 - will not be removed until after 2026-06-13. Please use a custom implementation moving forward.
|
|
330840
330871
|
*/
|
|
330841
330872
|
function isArrowKey(key) {
|
|
330842
330873
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
@@ -330888,7 +330919,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
330888
330919
|
/**
|
|
330889
330920
|
* Class that define Standard Content Layouts that can be used to specify how the content is arranged in a frontstage.
|
|
330890
330921
|
* @public
|
|
330891
|
-
* @deprecated in 4.10.x. Use `StandardContentLayouts` from `@itwin/appui-react`.
|
|
330922
|
+
* @deprecated in 4.10.x - will not be removed until after 2026-06-13. Use `StandardContentLayouts` from `@itwin/appui-react`.
|
|
330892
330923
|
*/
|
|
330893
330924
|
class StandardContentLayouts {
|
|
330894
330925
|
static singleView = {
|
|
@@ -332413,20 +332444,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
332413
332444
|
*/
|
|
332414
332445
|
/* eslint-disable @typescript-eslint/no-deprecated */
|
|
332415
332446
|
/** Creates an IconSpec with an SVG source and gets the SVG source from an IconSpec.
|
|
332416
|
-
* @public @deprecated in 4.3. AppUI libraries >= 4.7.x support loading SVGs sources without prefixes, eliminating the need for these utilities.
|
|
332447
|
+
* @public @deprecated in 4.3 - will not be removed until after 2026-06-13. AppUI libraries >= 4.7.x support loading SVGs sources without prefixes, eliminating the need for these utilities.
|
|
332417
332448
|
*/
|
|
332418
332449
|
class IconSpecUtilities {
|
|
332419
332450
|
/** Prefix for an SVG IconSpec loaded with the Sprite loader */
|
|
332420
332451
|
static SVG_PREFIX = "svg:";
|
|
332421
332452
|
static WEB_COMPONENT_PREFIX = "webSvg:";
|
|
332422
332453
|
/** Create an IconSpec for an SVG loaded into web component with svg-loader
|
|
332423
|
-
* @public @deprecated in 4.3. AppUI libraries > 4.7.x support loading SVGs sources without prefixes, eliminating the need for this utility.
|
|
332454
|
+
* @public @deprecated in 4.3 - will not be removed until after 2026-06-13. AppUI libraries > 4.7.x support loading SVGs sources without prefixes, eliminating the need for this utility.
|
|
332424
332455
|
*/
|
|
332425
332456
|
static createWebComponentIconSpec(srcString) {
|
|
332426
332457
|
return `${IconSpecUtilities.WEB_COMPONENT_PREFIX}${srcString}`;
|
|
332427
332458
|
}
|
|
332428
332459
|
/** Get the SVG Source from an svg-loader IconSpec
|
|
332429
|
-
* @public @deprecated in 4.3. AppUI libraries > 4.7.x support loading SVGs sources without prefixes, eliminating the need for this utility.
|
|
332460
|
+
* @public @deprecated in 4.3 - will not be removed until after 2026-06-13. AppUI libraries > 4.7.x support loading SVGs sources without prefixes, eliminating the need for this utility.
|
|
332430
332461
|
*/
|
|
332431
332462
|
static getWebComponentSource(iconSpec) {
|
|
332432
332463
|
if (iconSpec.startsWith(IconSpecUtilities.WEB_COMPONENT_PREFIX) && iconSpec.length > 7) {
|
|
@@ -332480,7 +332511,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
332480
332511
|
*/
|
|
332481
332512
|
|
|
332482
332513
|
/** iTwin.js UI UiError class is a subclass of BentleyError. Errors are logged.
|
|
332483
|
-
* @public @deprecated in 4.3. Use [[Bentley.BentleyError]] instead.
|
|
332514
|
+
* @public @deprecated in 4.3 - will not be removed until after 2026-06-13. Use [[Bentley.BentleyError]] instead.
|
|
332484
332515
|
*/
|
|
332485
332516
|
class UiError extends _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyError {
|
|
332486
332517
|
category;
|
|
@@ -332516,7 +332547,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
332516
332547
|
|
|
332517
332548
|
/** iTwin.js UI UiEvent class is a subclass of BeEvent with argument type safety.
|
|
332518
332549
|
* @public
|
|
332519
|
-
* @deprecated in 4.2. This type is a duplicate of [[BeUiEvent]], which should be used instead.
|
|
332550
|
+
* @deprecated in 4.2 - will not be removed until after 2026-06-13. This type is a duplicate of [[BeUiEvent]], which should be used instead.
|
|
332520
332551
|
*/
|
|
332521
332552
|
class UiEvent extends _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeUiEvent {
|
|
332522
332553
|
}
|
|
@@ -332547,14 +332578,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
332547
332578
|
|
|
332548
332579
|
/** UiSync Event class.
|
|
332549
332580
|
* @public
|
|
332550
|
-
* @deprecated in 4.2.x Use [[UiSyncEvent]] from @itwin/appui-react.
|
|
332581
|
+
* @deprecated in 4.2.x - will not be removed until after 2026-06-13. Use [[UiSyncEvent]] from @itwin/appui-react.
|
|
332551
332582
|
*/
|
|
332552
332583
|
class UiSyncEvent extends _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeUiEvent {
|
|
332553
332584
|
}
|
|
332554
332585
|
/** This class is used to send eventIds to interested UI components so the component can determine if it needs
|
|
332555
332586
|
* to refresh its display by calling setState on itself.
|
|
332556
332587
|
* @public
|
|
332557
|
-
* @deprecated in 4.2.x Use [[SyncUiEventDispatcher]] from @itwin/appui-react.
|
|
332588
|
+
* @deprecated in 4.2.x - will not be removed until after 2026-06-13. Use [[SyncUiEventDispatcher]] from @itwin/appui-react.
|
|
332558
332589
|
*/
|
|
332559
332590
|
class UiEventDispatcher {
|
|
332560
332591
|
_syncEventTimerId;
|
|
@@ -332757,7 +332788,7 @@ function join(head, tail) {
|
|
|
332757
332788
|
* @param contiguous - If true the filter string must be found "contiguous" in the searched string (E.g. "pul" will match "Git: Pull").
|
|
332758
332789
|
* Otherwise also matches sub string of the word with beginnings of the words in the target (e.g. "gp" or "g p" will match "Git: Pull").
|
|
332759
332790
|
* Useful in cases where the target is words (e.g. command labels)
|
|
332760
|
-
* @internal @deprecated in 4.3. Use `matchesWords` from @itwin/core-react instead. Though internal, this requires deprecation due to known public usage in @itwin/core-react.
|
|
332791
|
+
* @internal @deprecated in 4.3 - will not be removed until after 2026-06-13. Use `matchesWords` from @itwin/core-react instead. Though internal, this requires deprecation due to known public usage in @itwin/core-react.
|
|
332761
332792
|
*/
|
|
332762
332793
|
function matchesWords(word, target, contiguous = false) {
|
|
332763
332794
|
if (!target || target.length === 0) {
|
|
@@ -332829,7 +332860,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
332829
332860
|
*/
|
|
332830
332861
|
/** Gets the class name for an object.
|
|
332831
332862
|
* @internal
|
|
332832
|
-
* @deprecated in 4.3. Please use your own implementation in the future. Though internal, this requires deprecation due to known public usage in @itwin/core-react.
|
|
332863
|
+
* @deprecated in 4.3 - will not be removed until after 2026-06-13. Please use your own implementation in the future. Though internal, this requires deprecation due to known public usage in @itwin/core-react.
|
|
332833
332864
|
*/
|
|
332834
332865
|
const getClassName = (obj) => {
|
|
332835
332866
|
let className = "";
|
|
@@ -336450,7 +336481,7 @@ var PresentationStatus;
|
|
|
336450
336481
|
* Timeout for the request was reached which prevented it from being fulfilled. Frontend may
|
|
336451
336482
|
* repeat the request.
|
|
336452
336483
|
*
|
|
336453
|
-
* @deprecated in 5.x. Presentation RPC now relies on `RpcPendingResponse` to handle timeouts.
|
|
336484
|
+
* @deprecated in 5.x - will not be removed until after 2026-06-13. Presentation RPC now relies on `RpcPendingResponse` to handle timeouts.
|
|
336454
336485
|
*/
|
|
336455
336486
|
PresentationStatus[PresentationStatus["BackendTimeout"] = 65543] = "BackendTimeout";
|
|
336456
336487
|
})(PresentationStatus || (exports.PresentationStatus = PresentationStatus = {}));
|
|
@@ -337455,33 +337486,33 @@ let PresentationRpcInterface = class PresentationRpcInterface extends core_commo
|
|
|
337455
337486
|
NOTE: Any add/remove/change to the methods below requires an update of the interface version.
|
|
337456
337487
|
NOTE: Please consult the README in core/common/src/rpc for the semantic versioning rules.
|
|
337457
337488
|
===========================================================================================*/
|
|
337458
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337489
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337459
337490
|
async getNodesCount(_token, _options) {
|
|
337460
337491
|
return this.forward(arguments);
|
|
337461
337492
|
}
|
|
337462
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337493
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337463
337494
|
async getPagedNodes(_token, _options) {
|
|
337464
337495
|
return (0, Utils_js_1.deepReplaceNullsToUndefined)(await this.forward(arguments));
|
|
337465
337496
|
}
|
|
337466
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337497
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337467
337498
|
async getNodesDescriptor(_token, _options) {
|
|
337468
337499
|
return (0, Utils_js_1.deepReplaceNullsToUndefined)(await this.forward(arguments));
|
|
337469
337500
|
}
|
|
337470
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337501
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337471
337502
|
// TODO: add paged version of this (#387280)
|
|
337472
337503
|
async getNodePaths(_token, _options) {
|
|
337473
337504
|
return (0, Utils_js_1.deepReplaceNullsToUndefined)(await this.forward(arguments));
|
|
337474
337505
|
}
|
|
337475
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337506
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337476
337507
|
// TODO: add paged version of this (#387280)
|
|
337477
337508
|
async getFilteredNodePaths(_token, _options) {
|
|
337478
337509
|
return (0, Utils_js_1.deepReplaceNullsToUndefined)(await this.forward(arguments));
|
|
337479
337510
|
}
|
|
337480
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337511
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337481
337512
|
async getContentSources(_token, _options) {
|
|
337482
337513
|
return (0, Utils_js_1.deepReplaceNullsToUndefined)(await this.forward(arguments));
|
|
337483
337514
|
}
|
|
337484
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337515
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337485
337516
|
async getContentDescriptor(_token, _options) {
|
|
337486
337517
|
const response = await this.forward(arguments);
|
|
337487
337518
|
return {
|
|
@@ -337489,11 +337520,11 @@ let PresentationRpcInterface = class PresentationRpcInterface extends core_commo
|
|
|
337489
337520
|
...(response.result ? { result: JSON.parse(response.result) } : {}),
|
|
337490
337521
|
};
|
|
337491
337522
|
}
|
|
337492
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337523
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337493
337524
|
async getContentSetSize(_token, _options) {
|
|
337494
337525
|
return this.forward(arguments);
|
|
337495
337526
|
}
|
|
337496
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337527
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337497
337528
|
async getPagedContent(_token, _options) {
|
|
337498
337529
|
const rpcResponse = await this.forward(arguments);
|
|
337499
337530
|
return {
|
|
@@ -337503,36 +337534,36 @@ let PresentationRpcInterface = class PresentationRpcInterface extends core_commo
|
|
|
337503
337534
|
: {}),
|
|
337504
337535
|
};
|
|
337505
337536
|
}
|
|
337506
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337537
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337507
337538
|
async getPagedContentSet(_token, _options) {
|
|
337508
337539
|
return (0, Utils_js_1.deepReplaceNullsToUndefined)(await this.forward(arguments));
|
|
337509
337540
|
}
|
|
337510
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337541
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337511
337542
|
async getElementProperties(_token, _options) {
|
|
337512
337543
|
return (0, Utils_js_1.deepReplaceNullsToUndefined)(await this.forward(arguments));
|
|
337513
337544
|
}
|
|
337514
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337545
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337515
337546
|
async getPagedDistinctValues(_token, _options) {
|
|
337516
337547
|
return (0, Utils_js_1.deepReplaceNullsToUndefined)(await this.forward(arguments));
|
|
337517
337548
|
}
|
|
337518
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337549
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337519
337550
|
async getContentInstanceKeys(_token, _options) {
|
|
337520
337551
|
return this.forward(arguments);
|
|
337521
337552
|
}
|
|
337522
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337553
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337523
337554
|
async getDisplayLabelDefinition(_token, _options) {
|
|
337524
337555
|
return (0, Utils_js_1.deepReplaceNullsToUndefined)(await this.forward(arguments));
|
|
337525
337556
|
}
|
|
337526
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337557
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337527
337558
|
async getPagedDisplayLabelDefinitions(_token, _options) {
|
|
337528
337559
|
return (0, Utils_js_1.deepReplaceNullsToUndefined)(await this.forward(arguments));
|
|
337529
337560
|
}
|
|
337530
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337561
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337531
337562
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
337532
337563
|
async getSelectionScopes(_token, _options) {
|
|
337533
337564
|
return this.forward(arguments);
|
|
337534
337565
|
}
|
|
337535
|
-
/** @deprecated in 4.10. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337566
|
+
/** @deprecated in 4.10 - will not be removed until after 2026-06-13. Use [PresentationManager]($presentation-frontend) instead of calling the RPC interface directly. */
|
|
337536
337567
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
337537
337568
|
async computeSelection(_token, _options) {
|
|
337538
337569
|
return this.forward(arguments);
|
|
@@ -337581,7 +337612,7 @@ class RegisteredRuleset {
|
|
|
337581
337612
|
[Symbol.dispose]() {
|
|
337582
337613
|
this._disposeFunc(this);
|
|
337583
337614
|
}
|
|
337584
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
337615
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
337585
337616
|
/* c8 ignore next 3 */
|
|
337586
337617
|
dispose() {
|
|
337587
337618
|
this[Symbol.dispose]();
|
|
@@ -339368,7 +339399,7 @@ class Field {
|
|
|
339368
339399
|
}
|
|
339369
339400
|
/**
|
|
339370
339401
|
* Serialize this object to JSON.
|
|
339371
|
-
* @deprecated in 5.x. Use [[toCompressedJSON]] instead.
|
|
339402
|
+
* @deprecated in 5.x - will not be removed until after 2026-06-13. Use [[toCompressedJSON]] instead.
|
|
339372
339403
|
*/
|
|
339373
339404
|
toJSON() {
|
|
339374
339405
|
return this.toCompressedJSON({});
|
|
@@ -339389,7 +339420,7 @@ class Field {
|
|
|
339389
339420
|
}
|
|
339390
339421
|
/**
|
|
339391
339422
|
* Deserialize [[Field]] from JSON.
|
|
339392
|
-
* @deprecated in 5.x. Use [[fromCompressedJSON]] instead.
|
|
339423
|
+
* @deprecated in 5.x - will not be removed until after 2026-06-13. Use [[fromCompressedJSON]] instead.
|
|
339393
339424
|
*/
|
|
339394
339425
|
static fromJSON(json, categories) {
|
|
339395
339426
|
if (!json) {
|
|
@@ -339502,7 +339533,7 @@ class PropertiesField extends Field {
|
|
|
339502
339533
|
}
|
|
339503
339534
|
/**
|
|
339504
339535
|
* Serialize this object to JSON
|
|
339505
|
-
* @deprecated in 5.x. Use [[toCompressedJSON]] instead.
|
|
339536
|
+
* @deprecated in 5.x - will not be removed until after 2026-06-13. Use [[toCompressedJSON]] instead.
|
|
339506
339537
|
*/
|
|
339507
339538
|
toJSON() {
|
|
339508
339539
|
return {
|
|
@@ -339520,7 +339551,7 @@ class PropertiesField extends Field {
|
|
|
339520
339551
|
}
|
|
339521
339552
|
/**
|
|
339522
339553
|
* Deserialize [[PropertiesField]] from JSON.
|
|
339523
|
-
* @deprecated in 5.x. Use [[fromCompressedJSON]] instead.
|
|
339554
|
+
* @deprecated in 5.x - will not be removed until after 2026-06-13. Use [[fromCompressedJSON]] instead.
|
|
339524
339555
|
*/
|
|
339525
339556
|
static fromJSON(json, categories) {
|
|
339526
339557
|
if (!json) {
|
|
@@ -339643,7 +339674,7 @@ class ArrayPropertiesField extends PropertiesField {
|
|
|
339643
339674
|
}
|
|
339644
339675
|
/**
|
|
339645
339676
|
* Serialize this object to JSON.
|
|
339646
|
-
* @deprecated in 5.x. Use [[toCompressedJSON]] instead.
|
|
339677
|
+
* @deprecated in 5.x - will not be removed until after 2026-06-13. Use [[toCompressedJSON]] instead.
|
|
339647
339678
|
*/
|
|
339648
339679
|
toJSON() {
|
|
339649
339680
|
return {
|
|
@@ -339662,7 +339693,7 @@ class ArrayPropertiesField extends PropertiesField {
|
|
|
339662
339693
|
}
|
|
339663
339694
|
/**
|
|
339664
339695
|
* Deserialize [[ArrayPropertiesField]] from JSON.
|
|
339665
|
-
* @deprecated in 5.x. Use [[fromCompressedJSON]] instead.
|
|
339696
|
+
* @deprecated in 5.x - will not be removed until after 2026-06-13. Use [[fromCompressedJSON]] instead.
|
|
339666
339697
|
*/
|
|
339667
339698
|
static fromJSON(json, categories) {
|
|
339668
339699
|
return new ArrayPropertiesField({
|
|
@@ -339721,7 +339752,7 @@ class StructPropertiesField extends PropertiesField {
|
|
|
339721
339752
|
}
|
|
339722
339753
|
/**
|
|
339723
339754
|
* Serialize this object to JSON.
|
|
339724
|
-
* @deprecated in 5.x. Use [[toCompressedJSON]] instead.
|
|
339755
|
+
* @deprecated in 5.x - will not be removed until after 2026-06-13. Use [[toCompressedJSON]] instead.
|
|
339725
339756
|
*/
|
|
339726
339757
|
toJSON() {
|
|
339727
339758
|
return {
|
|
@@ -339740,7 +339771,7 @@ class StructPropertiesField extends PropertiesField {
|
|
|
339740
339771
|
}
|
|
339741
339772
|
/**
|
|
339742
339773
|
* Deserialize [[StructPropertiesField]] from JSON.
|
|
339743
|
-
* @deprecated in 5.x. Use [[fromCompressedJSON]] instead.
|
|
339774
|
+
* @deprecated in 5.x - will not be removed until after 2026-06-13. Use [[fromCompressedJSON]] instead.
|
|
339744
339775
|
*/
|
|
339745
339776
|
static fromJSON(json, categories) {
|
|
339746
339777
|
return new StructPropertiesField({
|
|
@@ -339841,7 +339872,7 @@ class NestedContentField extends Field {
|
|
|
339841
339872
|
}
|
|
339842
339873
|
/**
|
|
339843
339874
|
* Serialize this object to JSON.
|
|
339844
|
-
* @deprecated in 5.x. Use [[toCompressedJSON]] instead.
|
|
339875
|
+
* @deprecated in 5.x - will not be removed until after 2026-06-13. Use [[toCompressedJSON]] instead.
|
|
339845
339876
|
*/
|
|
339846
339877
|
toJSON() {
|
|
339847
339878
|
return {
|
|
@@ -341539,6 +341570,26 @@ var HiliteSetProvider_js_1 = __webpack_require__(/*! ./presentation-frontend/sel
|
|
|
341539
341570
|
Object.defineProperty(exports, "HiliteSetProvider", ({ enumerable: true, get: function () { return HiliteSetProvider_js_1.HiliteSetProvider; } }));
|
|
341540
341571
|
var SelectionHelper_js_1 = __webpack_require__(/*! ./presentation-frontend/selection/SelectionHelper.js */ "../../presentation/frontend/lib/cjs/presentation-frontend/selection/SelectionHelper.js");
|
|
341541
341572
|
Object.defineProperty(exports, "SelectionHelper", ({ enumerable: true, get: function () { return SelectionHelper_js_1.SelectionHelper; } }));
|
|
341573
|
+
const globalSymbolPresentationFrontend = Symbol.for("itwin.presentation.frontend.globals");
|
|
341574
|
+
if (globalThis[globalSymbolPresentationFrontend]) {
|
|
341575
|
+
// Get the stack trace from when the module was first loaded
|
|
341576
|
+
const firstLoadStack = globalThis[globalSymbolPresentationFrontend].stack;
|
|
341577
|
+
const error = new Error("Multiple @itwin/presentation-frontend imports detected! This may happen if:\n" +
|
|
341578
|
+
"- You have multiple versions of the package installed\n" +
|
|
341579
|
+
"- Your bundling configuration is incorrect\n" +
|
|
341580
|
+
"- You're importing from both ESM and CommonJS versions");
|
|
341581
|
+
/* eslint-disable no-console */
|
|
341582
|
+
console.error("Duplicate @itwin/presentation-frontend import:", error);
|
|
341583
|
+
console.error("First import occurred at:", firstLoadStack);
|
|
341584
|
+
console.error("Current import occurred at:", error.stack);
|
|
341585
|
+
/* eslint-enable no-console */
|
|
341586
|
+
throw error;
|
|
341587
|
+
}
|
|
341588
|
+
else {
|
|
341589
|
+
globalThis[globalSymbolPresentationFrontend] = {
|
|
341590
|
+
stack: new Error().stack,
|
|
341591
|
+
};
|
|
341592
|
+
}
|
|
341542
341593
|
|
|
341543
341594
|
|
|
341544
341595
|
/***/ }),
|
|
@@ -341995,7 +342046,7 @@ class Presentation {
|
|
|
341995
342046
|
/**
|
|
341996
342047
|
* The singleton [[SelectionManager]].
|
|
341997
342048
|
*
|
|
341998
|
-
* @deprecated in 5.0. The whole unified selection system in this package is deprecated in favor of the new
|
|
342049
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. The whole unified selection system in this package is deprecated in favor of the new
|
|
341999
342050
|
* [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md) package.
|
|
342000
342051
|
*/
|
|
342001
342052
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
@@ -342085,7 +342136,7 @@ class PresentationManager {
|
|
|
342085
342136
|
/**
|
|
342086
342137
|
* Get / set active unit system used to format property values with units.
|
|
342087
342138
|
*
|
|
342088
|
-
* @deprecated in 4.0. `IModelApp.quantityFormatter` should be used to get/set the active unit system. At the moment
|
|
342139
|
+
* @deprecated in 4.0 - will not be removed until after 2026-06-13. `IModelApp.quantityFormatter` should be used to get/set the active unit system. At the moment
|
|
342089
342140
|
* [[PresentationManager]] allows overriding it, but returns `IModelApp.quantityFormatter.activeUnitSystem` if override
|
|
342090
342141
|
* is not set.
|
|
342091
342142
|
*/
|
|
@@ -342127,7 +342178,7 @@ class PresentationManager {
|
|
|
342127
342178
|
this._clearEventListener = undefined;
|
|
342128
342179
|
}
|
|
342129
342180
|
}
|
|
342130
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
342181
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
342131
342182
|
/* c8 ignore next 3 */
|
|
342132
342183
|
dispose() {
|
|
342133
342184
|
this[Symbol.dispose]();
|
|
@@ -342254,7 +342305,7 @@ class PresentationManager {
|
|
|
342254
342305
|
}
|
|
342255
342306
|
/**
|
|
342256
342307
|
* Retrieves nodes
|
|
342257
|
-
* @deprecated in 4.5. Use [[getNodesIterator]] instead.
|
|
342308
|
+
* @deprecated in 4.5 - will not be removed until after 2026-06-13. Use [[getNodesIterator]] instead.
|
|
342258
342309
|
*/
|
|
342259
342310
|
async getNodes(requestOptions) {
|
|
342260
342311
|
const result = await this.getNodesIterator(requestOptions);
|
|
@@ -342269,7 +342320,7 @@ class PresentationManager {
|
|
|
342269
342320
|
}
|
|
342270
342321
|
/**
|
|
342271
342322
|
* Retrieves total nodes count and a single page of nodes.
|
|
342272
|
-
* @deprecated in 4.5. Use [[getNodesIterator]] instead.
|
|
342323
|
+
* @deprecated in 4.5 - will not be removed until after 2026-06-13. Use [[getNodesIterator]] instead.
|
|
342273
342324
|
*/
|
|
342274
342325
|
async getNodesAndCount(requestOptions) {
|
|
342275
342326
|
const result = await this.getNodesIterator(requestOptions);
|
|
@@ -342413,7 +342464,7 @@ class PresentationManager {
|
|
|
342413
342464
|
}
|
|
342414
342465
|
/**
|
|
342415
342466
|
* Retrieves content which consists of a content descriptor and a page of records.
|
|
342416
|
-
* @deprecated in 4.5. Use [[getContentIterator]] instead.
|
|
342467
|
+
* @deprecated in 4.5 - will not be removed until after 2026-06-13. Use [[getContentIterator]] instead.
|
|
342417
342468
|
*/
|
|
342418
342469
|
async getContent(requestOptions) {
|
|
342419
342470
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
@@ -342421,7 +342472,7 @@ class PresentationManager {
|
|
|
342421
342472
|
}
|
|
342422
342473
|
/**
|
|
342423
342474
|
* Retrieves content set size and content which consists of a content descriptor and a page of records.
|
|
342424
|
-
* @deprecated in 4.5. Use [[getContentIterator]] instead.
|
|
342475
|
+
* @deprecated in 4.5 - will not be removed until after 2026-06-13. Use [[getContentIterator]] instead.
|
|
342425
342476
|
*/
|
|
342426
342477
|
async getContentAndSize(requestOptions) {
|
|
342427
342478
|
const response = await this.getContentIterator(requestOptions);
|
|
@@ -342458,7 +342509,7 @@ class PresentationManager {
|
|
|
342458
342509
|
}
|
|
342459
342510
|
/**
|
|
342460
342511
|
* Retrieves distinct values of specific field from the content.
|
|
342461
|
-
* @deprecated in 4.5. Use [[getDistinctValuesIterator]] instead.
|
|
342512
|
+
* @deprecated in 4.5 - will not be removed until after 2026-06-13. Use [[getDistinctValuesIterator]] instead.
|
|
342462
342513
|
*/
|
|
342463
342514
|
async getPagedDistinctValues(requestOptions) {
|
|
342464
342515
|
const result = await this.getDistinctValuesIterator(requestOptions);
|
|
@@ -342547,7 +342598,7 @@ class PresentationManager {
|
|
|
342547
342598
|
}
|
|
342548
342599
|
/**
|
|
342549
342600
|
* Retrieves display label definition of specific items.
|
|
342550
|
-
* @deprecated in 4.5. Use [[getDisplayLabelDefinitionsIterator]] instead.
|
|
342601
|
+
* @deprecated in 4.5 - will not be removed until after 2026-06-13. Use [[getDisplayLabelDefinitionsIterator]] instead.
|
|
342551
342602
|
*/
|
|
342552
342603
|
async getDisplayLabelDefinitions(requestOptions) {
|
|
342553
342604
|
const { items } = await this.getDisplayLabelDefinitionsIterator(requestOptions);
|
|
@@ -343114,14 +343165,14 @@ class FavoritePropertiesManager {
|
|
|
343114
343165
|
this.storage.dispose();
|
|
343115
343166
|
}
|
|
343116
343167
|
}
|
|
343117
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
343168
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
343118
343169
|
/* c8 ignore next 3 */
|
|
343119
343170
|
dispose() {
|
|
343120
343171
|
this[Symbol.dispose]();
|
|
343121
343172
|
}
|
|
343122
343173
|
/**
|
|
343123
343174
|
* Initialize favorite properties for the provided IModelConnection.
|
|
343124
|
-
* @deprecated in 4.5. Initialization is performed automatically by all async methods and only needed for deprecated [[FavoritePropertiesManager.has]] and [[FavoritePropertiesManager.sortFields]].
|
|
343175
|
+
* @deprecated in 4.5 - will not be removed until after 2026-06-13. Initialization is performed automatically by all async methods and only needed for deprecated [[FavoritePropertiesManager.has]] and [[FavoritePropertiesManager.sortFields]].
|
|
343125
343176
|
*/
|
|
343126
343177
|
initializeConnection = async (imodel) => {
|
|
343127
343178
|
const imodelId = imodel.iModelId;
|
|
@@ -343331,7 +343382,7 @@ class FavoritePropertiesManager {
|
|
|
343331
343382
|
* @param imodel IModelConnection.
|
|
343332
343383
|
* @param scope FavoritePropertiesScope to check for favorite properties. It also checks the more general scopes.
|
|
343333
343384
|
* @note `initializeConnection` must be called with the `imodel` before calling this function.
|
|
343334
|
-
* @deprecated in 4.5. Use [[FavoritePropertiesManager.hasAsync]] instead. This method is not async, therefore it requires early initialization by calling [[FavoritePropertiesManager.initializeConnection]].
|
|
343385
|
+
* @deprecated in 4.5 - will not be removed until after 2026-06-13. Use [[FavoritePropertiesManager.hasAsync]] instead. This method is not async, therefore it requires early initialization by calling [[FavoritePropertiesManager.initializeConnection]].
|
|
343335
343386
|
*/
|
|
343336
343387
|
has(field, imodel, scope) {
|
|
343337
343388
|
this.validateInitialization(imodel);
|
|
@@ -343359,7 +343410,7 @@ class FavoritePropertiesManager {
|
|
|
343359
343410
|
* @param imodel IModelConnection.
|
|
343360
343411
|
* @param fields Array of Field's that needs to be sorted.
|
|
343361
343412
|
* @note `initializeConnection` must be called with the `imodel` before calling this function.
|
|
343362
|
-
* @deprecated in 4.5. Use [[FavoritePropertiesManager.sortFieldsAsync]] instead. This method is not async, therefore it requires early initialization by calling [[FavoritePropertiesManager.initializeConnection]].
|
|
343413
|
+
* @deprecated in 4.5 - will not be removed until after 2026-06-13. Use [[FavoritePropertiesManager.sortFieldsAsync]] instead. This method is not async, therefore it requires early initialization by calling [[FavoritePropertiesManager.initializeConnection]].
|
|
343363
343414
|
*/
|
|
343364
343415
|
sortFields = (imodel, fields) => {
|
|
343365
343416
|
this.validateInitialization(imodel);
|
|
@@ -344059,7 +344110,7 @@ const HILITE_RULESET = HiliteRules_json_1.default;
|
|
|
344059
344110
|
* supplied `KeySet`.
|
|
344060
344111
|
*
|
|
344061
344112
|
* @public
|
|
344062
|
-
* @deprecated in 5.0. Use `HiliteSetProvider` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md#hilite-sets) package instead.
|
|
344113
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `HiliteSetProvider` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md#hilite-sets) package instead.
|
|
344063
344114
|
*/
|
|
344064
344115
|
class HiliteSetProvider {
|
|
344065
344116
|
_imodel;
|
|
@@ -344219,7 +344270,7 @@ const core_bentley_1 = __webpack_require__(/*! @itwin/core-bentley */ "../../cor
|
|
|
344219
344270
|
/**
|
|
344220
344271
|
* An event broadcasted on selection changes
|
|
344221
344272
|
* @public
|
|
344222
|
-
* @deprecated in 5.0. Use `Event<StorageSelectionChangesListener>` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md) package instead.
|
|
344273
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `Event<StorageSelectionChangesListener>` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md) package instead.
|
|
344223
344274
|
*/
|
|
344224
344275
|
class SelectionChangeEvent extends core_bentley_1.BeEvent {
|
|
344225
344276
|
}
|
|
@@ -344227,7 +344278,7 @@ exports.SelectionChangeEvent = SelectionChangeEvent;
|
|
|
344227
344278
|
/**
|
|
344228
344279
|
* The type of selection change
|
|
344229
344280
|
* @public
|
|
344230
|
-
* @deprecated in 5.0. Use `StorageSelectionChangeType` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md) package instead.
|
|
344281
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `StorageSelectionChangeType` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md) package instead.
|
|
344231
344282
|
*/
|
|
344232
344283
|
var SelectionChangeType;
|
|
344233
344284
|
(function (SelectionChangeType) {
|
|
@@ -344268,7 +344319,7 @@ const core_bentley_1 = __webpack_require__(/*! @itwin/core-bentley */ "../../cor
|
|
|
344268
344319
|
* internal the selection state.
|
|
344269
344320
|
*
|
|
344270
344321
|
* @public
|
|
344271
|
-
* @deprecated in 5.0. Use `SelectionStorage` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md#basic-usage) package instead.
|
|
344322
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `SelectionStorage` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md#basic-usage) package instead.
|
|
344272
344323
|
*/
|
|
344273
344324
|
class SelectionHandler {
|
|
344274
344325
|
_inSelect;
|
|
@@ -344306,7 +344357,7 @@ class SelectionHandler {
|
|
|
344306
344357
|
[Symbol.dispose]() {
|
|
344307
344358
|
this._disposables.dispose();
|
|
344308
344359
|
}
|
|
344309
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
344360
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
344310
344361
|
/* c8 ignore next 3 */
|
|
344311
344362
|
dispose() {
|
|
344312
344363
|
this[Symbol.dispose]();
|
|
@@ -344411,7 +344462,7 @@ const presentation_common_1 = __webpack_require__(/*! @itwin/presentation-common
|
|
|
344411
344462
|
/**
|
|
344412
344463
|
* Helper class for working with selection.
|
|
344413
344464
|
* @public
|
|
344414
|
-
* @deprecated in 5.0. This is unnecessary after switching to [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md)
|
|
344465
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. This is unnecessary after switching to [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md)
|
|
344415
344466
|
* package. A similar method to this in the new system is `Selectables.load()`.
|
|
344416
344467
|
*/
|
|
344417
344468
|
class SelectionHelper {
|
|
@@ -344528,7 +344579,7 @@ const SelectionScopesManager_js_1 = __webpack_require__(/*! ./SelectionScopesMan
|
|
|
344528
344579
|
/**
|
|
344529
344580
|
* The selection manager which stores the overall selection.
|
|
344530
344581
|
* @public
|
|
344531
|
-
* @deprecated in 5.0. Use `SelectionStorage` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md) package instead.
|
|
344582
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `SelectionStorage` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md) package instead.
|
|
344532
344583
|
*/
|
|
344533
344584
|
class SelectionManager {
|
|
344534
344585
|
_imodelKeyFactory;
|
|
@@ -344571,7 +344622,7 @@ class SelectionManager {
|
|
|
344571
344622
|
this._selectionEventsSubscription.unsubscribe();
|
|
344572
344623
|
this._listeners.forEach((dispose) => dispose());
|
|
344573
344624
|
}
|
|
344574
|
-
/** @deprecated in 5.0. Use [Symbol.dispose] instead. */
|
|
344625
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
344575
344626
|
/* c8 ignore next 3 */
|
|
344576
344627
|
dispose() {
|
|
344577
344628
|
this[Symbol.dispose]();
|
|
@@ -345226,7 +345277,7 @@ const presentation_common_1 = __webpack_require__(/*! @itwin/presentation-common
|
|
|
345226
345277
|
* and can compute logical selection based on element IDs and selection scope.
|
|
345227
345278
|
*
|
|
345228
345279
|
* @public
|
|
345229
|
-
* @deprecated in 5.0. Use `computeSelection` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md#selection-scopes) package instead.
|
|
345280
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `computeSelection` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md#selection-scopes) package instead.
|
|
345230
345281
|
*/
|
|
345231
345282
|
class SelectionScopesManager {
|
|
345232
345283
|
_rpcRequestsHandler;
|
|
@@ -345294,7 +345345,7 @@ exports.SelectionScopesManager = SelectionScopesManager;
|
|
|
345294
345345
|
* calculating selection with scope.
|
|
345295
345346
|
*
|
|
345296
345347
|
* @public
|
|
345297
|
-
* @deprecated in 5.0. Use `computeSelection` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md#selection-scopes) package instead.
|
|
345348
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `computeSelection` from [@itwin/unified-selection](https://github.com/iTwin/presentation/blob/master/packages/unified-selection/README.md#selection-scopes) package instead.
|
|
345298
345349
|
*/
|
|
345299
345350
|
function createSelectionScopeProps(scope) {
|
|
345300
345351
|
if (!scope) {
|
|
@@ -355369,7 +355420,7 @@ var loadLanguages = instance.loadLanguages;
|
|
|
355369
355420
|
/***/ ((module) => {
|
|
355370
355421
|
|
|
355371
355422
|
"use strict";
|
|
355372
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@itwin/core-frontend","version":"5.0.0-dev.
|
|
355423
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@itwin/core-frontend","version":"5.0.0-dev.119","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 ES2022 --outDir lib/esm","clean":"rimraf -g 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 --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 \\"./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 webpackTestWorker && vitest --run","cover":"npm run webpackTestWorker && vitest --run","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:*","@itwin/core-bentley":"workspace:*","@itwin/core-common":"workspace:*","@itwin/core-geometry":"workspace:*","@itwin/core-orbitgt":"workspace:*","@itwin/core-quantity":"workspace:*","@itwin/ecschema-metadata":"workspace:*","@itwin/ecschema-rpcinterface-common":"workspace:*"},"//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/ecschema-metadata":"workspace:*","@itwin/ecschema-rpcinterface-common":"workspace:*","@itwin/eslint-plugin":"5.0.0-dev.1","@types/chai-as-promised":"^7","@vitest/browser":"^3.0.6","@vitest/coverage-v8":"^3.0.6","cpx2":"^8.0.0","eslint":"^9.13.0","glob":"^10.3.12","playwright":"~1.47.1","rimraf":"^6.0.1","source-map-loader":"^5.0.0","typescript":"~5.6.2","typemoq":"^2.1.0","vitest":"^3.0.6","vite-multiple-assets":"^1.3.1","vite-plugin-static-copy":"2.2.0","webpack":"^5.97.1"},"//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.2.4","@itwin/object-storage-core":"^2.3.0","@itwin/core-i18n":"workspace:*","@itwin/webgl-compatibility":"workspace:*","@loaders.gl/core":"^3.1.6","@loaders.gl/draco":"^3.1.6","fuse.js":"^3.3.0","wms-capabilities":"0.4.0"}}');
|
|
355373
355424
|
|
|
355374
355425
|
/***/ }),
|
|
355375
355426
|
|