@blueprintjs/popover2
Version:
Re-exports of popover-related components from @blueprintjs/core
46 lines • 3.41 kB
JavaScript
;
/*
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Popover2 = exports.Classes = exports.Tooltip2 = exports.ResizeSensor2 = exports.PopupKind = exports.PlacementOptions = exports.Popover2InteractionKind = exports.MenuItem2 = exports.showContextMenu = exports.hideContextMenu = exports.ContextMenu2Popover = exports.ContextMenu2 = exports.Breadcrumbs2 = void 0;
var core_1 = require("@blueprintjs/core");
/** @deprecated import from `@blueprintjs/core` instead */
Object.defineProperty(exports, "Breadcrumbs2", { enumerable: true, get: function () { return core_1.Breadcrumbs; } });
/** @deprecated import from `@blueprintjs/core` instead */
Object.defineProperty(exports, "ContextMenu2", { enumerable: true, get: function () { return core_1.ContextMenu; } });
/** @deprecated import from `@blueprintjs/core` instead */
Object.defineProperty(exports, "ContextMenu2Popover", { enumerable: true, get: function () { return core_1.ContextMenuPopover; } });
/** @deprecated import from `@blueprintjs/core` instead */
Object.defineProperty(exports, "hideContextMenu", { enumerable: true, get: function () { return core_1.hideContextMenu; } });
/** @deprecated import from `@blueprintjs/core` instead */
Object.defineProperty(exports, "showContextMenu", { enumerable: true, get: function () { return core_1.showContextMenu; } });
/** @deprecated import from `@blueprintjs/core` instead */
Object.defineProperty(exports, "MenuItem2", { enumerable: true, get: function () { return core_1.MenuItem; } });
/** @deprecated import from `@blueprintjs/core` instead */
Object.defineProperty(exports, "Popover2InteractionKind", { enumerable: true, get: function () { return core_1.PopoverInteractionKind; } });
/** @deprecated import from `@blueprintjs/core` instead */
Object.defineProperty(exports, "PlacementOptions", { enumerable: true, get: function () { return core_1.PopperPlacements; } });
/** @deprecated import from `@blueprintjs/core` instead */
Object.defineProperty(exports, "PopupKind", { enumerable: true, get: function () { return core_1.PopupKind; } });
/** @deprecated import from `@blueprintjs/core` instead */
Object.defineProperty(exports, "ResizeSensor2", { enumerable: true, get: function () { return core_1.ResizeSensor; } });
/** @deprecated import from `@blueprintjs/core` instead */
Object.defineProperty(exports, "Tooltip2", { enumerable: true, get: function () { return core_1.Tooltip; } });
var classes_1 = require("./classes");
Object.defineProperty(exports, "Classes", { enumerable: true, get: function () { return classes_1.Classes; } });
var popover2_1 = require("./popover2");
Object.defineProperty(exports, "Popover2", { enumerable: true, get: function () { return popover2_1.Popover2; } });
//# sourceMappingURL=index.js.map