UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

29 lines 3.6 kB
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); exports.AsyncTasksTracker = exports.RpcRequestsHandler = exports.isSingleElementPropertiesRequestOptions = exports.LocalizationHelper = exports.deepReplaceNullsToUndefined = exports.createCancellableTimeoutPromise = exports.createElementPropertiesBuilder = exports.compareDiagnosticsSeverities = exports.combineDiagnosticsSeverities = exports.PresentationIpcEvents = exports.PRESENTATION_IPC_CHANNEL_NAME = void 0; // WARNING: This barrel file exports internal APIs only for use by `@itwin/presentation-backend` and `@itwin/presentation-frontend` packages. // They should not be used outside of these packages. These APIs may be broken or removed at any time without notice. var PresentationIpcInterface_js_1 = require("./presentation-common/PresentationIpcInterface.js"); Object.defineProperty(exports, "PRESENTATION_IPC_CHANNEL_NAME", { enumerable: true, get: function () { return PresentationIpcInterface_js_1.PRESENTATION_IPC_CHANNEL_NAME; } }); Object.defineProperty(exports, "PresentationIpcEvents", { enumerable: true, get: function () { return PresentationIpcInterface_js_1.PresentationIpcEvents; } }); var Diagnostics_js_1 = require("./presentation-common/Diagnostics.js"); Object.defineProperty(exports, "combineDiagnosticsSeverities", { enumerable: true, get: function () { return Diagnostics_js_1.combineDiagnosticsSeverities; } }); Object.defineProperty(exports, "compareDiagnosticsSeverities", { enumerable: true, get: function () { return Diagnostics_js_1.compareDiagnosticsSeverities; } }); var ElementProperties_js_1 = require("./presentation-common/ElementProperties.js"); Object.defineProperty(exports, "createElementPropertiesBuilder", { enumerable: true, get: function () { return ElementProperties_js_1.createElementPropertiesBuilder; } }); var Utils_js_1 = require("./presentation-common/Utils.js"); Object.defineProperty(exports, "createCancellableTimeoutPromise", { enumerable: true, get: function () { return Utils_js_1.createCancellableTimeoutPromise; } }); Object.defineProperty(exports, "deepReplaceNullsToUndefined", { enumerable: true, get: function () { return Utils_js_1.deepReplaceNullsToUndefined; } }); var LocalizationHelper_js_1 = require("./presentation-common/LocalizationHelper.js"); Object.defineProperty(exports, "LocalizationHelper", { enumerable: true, get: function () { return LocalizationHelper_js_1.LocalizationHelper; } }); var PresentationManagerOptions_js_1 = require("./presentation-common/PresentationManagerOptions.js"); Object.defineProperty(exports, "isSingleElementPropertiesRequestOptions", { enumerable: true, get: function () { return PresentationManagerOptions_js_1.isSingleElementPropertiesRequestOptions; } }); var RpcRequestsHandler_js_1 = require("./presentation-common/RpcRequestsHandler.js"); Object.defineProperty(exports, "RpcRequestsHandler", { enumerable: true, get: function () { return RpcRequestsHandler_js_1.RpcRequestsHandler; } }); var AsyncTasks_js_1 = require("./presentation-common/AsyncTasks.js"); Object.defineProperty(exports, "AsyncTasksTracker", { enumerable: true, get: function () { return AsyncTasks_js_1.AsyncTasksTracker; } }); //# sourceMappingURL=presentation-common-internal.js.map