@itwin/core-i18n 5.12.0-dev.1 → 5.12.0-dev.10
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.
|
@@ -15734,7 +15734,7 @@ var GeoServiceStatus;
|
|
|
15734
15734
|
GeoServiceStatus[GeoServiceStatus["VerticalDatumConvertError"] = 147460] = "VerticalDatumConvertError";
|
|
15735
15735
|
GeoServiceStatus[GeoServiceStatus["CSMapError"] = 147461] = "CSMapError";
|
|
15736
15736
|
/**
|
|
15737
|
-
* @deprecated in 5.0 -
|
|
15737
|
+
* @deprecated in 5.0 - might be removed in next major version. This status is never returned.
|
|
15738
15738
|
*/
|
|
15739
15739
|
GeoServiceStatus[GeoServiceStatus["Pending"] = 147462] = "Pending";
|
|
15740
15740
|
})(GeoServiceStatus || (GeoServiceStatus = {}));
|
|
@@ -17234,7 +17234,7 @@ Symbol.dispose ??= Symbol("Symbol.dispose");
|
|
|
17234
17234
|
Symbol.asyncDispose ??= Symbol("Symbol.asyncDispose");
|
|
17235
17235
|
/**
|
|
17236
17236
|
* A type guard that checks whether the given argument implements `IDisposable` interface
|
|
17237
|
-
* @deprecated in 5.0 -
|
|
17237
|
+
* @deprecated in 5.0 - might be removed in next major version. Use isDisposable instead.
|
|
17238
17238
|
* @public
|
|
17239
17239
|
*/
|
|
17240
17240
|
function isIDisposable(obj) {
|
|
@@ -17273,7 +17273,7 @@ function disposeArray(list) {
|
|
|
17273
17273
|
* of this function is equal to return value of func. If func throws, this function also throws (after
|
|
17274
17274
|
* disposing the resource).
|
|
17275
17275
|
* @public
|
|
17276
|
-
* @deprecated in 5.0 -
|
|
17276
|
+
* @deprecated in 5.0 - might be removed in next major version. Use `using` declarations instead.
|
|
17277
17277
|
*/
|
|
17278
17278
|
function using(resources, func) {
|
|
17279
17279
|
if (!Array.isArray(resources))
|
|
@@ -19116,7 +19116,7 @@ class PerfLogger {
|
|
|
19116
19116
|
[Symbol.dispose]() {
|
|
19117
19117
|
this.logMessage();
|
|
19118
19118
|
}
|
|
19119
|
-
/** @deprecated in 5.0 -
|
|
19119
|
+
/** @deprecated in 5.0 - might be removed in next major version. Use [Symbol.dispose] instead. */
|
|
19120
19120
|
dispose() {
|
|
19121
19121
|
this[Symbol.dispose]();
|
|
19122
19122
|
}
|
|
@@ -20887,7 +20887,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
20887
20887
|
/**
|
|
20888
20888
|
* Mirrors the SpanKind enum from [@opentelemetry/api](https://open-telemetry.github.io/opentelemetry-js/enums/_opentelemetry_api.SpanKind.html)
|
|
20889
20889
|
* @public
|
|
20890
|
-
* @deprecated in 4.4 -
|
|
20890
|
+
* @deprecated in 4.4 - might be removed in next major version. OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
|
|
20891
20891
|
*/
|
|
20892
20892
|
var SpanKind;
|
|
20893
20893
|
(function (SpanKind) {
|
|
@@ -20947,7 +20947,7 @@ function flattenObject(obj) {
|
|
|
20947
20947
|
/**
|
|
20948
20948
|
* Enables OpenTelemetry tracing in addition to traditional logging.
|
|
20949
20949
|
* @public
|
|
20950
|
-
* @deprecated in 4.4 -
|
|
20950
|
+
* @deprecated in 4.4 - might be removed in next major version. OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
|
|
20951
20951
|
*/
|
|
20952
20952
|
class Tracing {
|
|
20953
20953
|
static _tracer;
|