ngx-bootstrap
Version:
Angular Bootstrap
53 lines • 2.45 kB
JavaScript
export var MapPlacementInToRL;
(function (MapPlacementInToRL) {
MapPlacementInToRL["top"] = "top";
MapPlacementInToRL["bottom"] = "bottom";
MapPlacementInToRL["left"] = "left";
MapPlacementInToRL["right"] = "right";
MapPlacementInToRL["auto"] = "auto";
MapPlacementInToRL["end"] = "right";
MapPlacementInToRL["start"] = "left";
MapPlacementInToRL["top left"] = "top left";
MapPlacementInToRL["top right"] = "top right";
MapPlacementInToRL["right top"] = "right top";
MapPlacementInToRL["right bottom"] = "right bottom";
MapPlacementInToRL["bottom right"] = "bottom right";
MapPlacementInToRL["bottom left"] = "bottom left";
MapPlacementInToRL["left bottom"] = "left bottom";
MapPlacementInToRL["left top"] = "left top";
MapPlacementInToRL["top start"] = "top left";
MapPlacementInToRL["top end"] = "top right";
MapPlacementInToRL["end top"] = "right top";
MapPlacementInToRL["end bottom"] = "right bottom";
MapPlacementInToRL["bottom end"] = "bottom right";
MapPlacementInToRL["bottom start"] = "bottom left";
MapPlacementInToRL["start bottom"] = "start bottom";
MapPlacementInToRL["start top"] = "left top";
})(MapPlacementInToRL || (MapPlacementInToRL = {}));
export var PlacementForBs5;
(function (PlacementForBs5) {
PlacementForBs5["top"] = "top";
PlacementForBs5["bottom"] = "bottom";
PlacementForBs5["left"] = "start";
PlacementForBs5["right"] = "end";
PlacementForBs5["auto"] = "auto";
PlacementForBs5["end"] = "end";
PlacementForBs5["start"] = "start";
PlacementForBs5["top left"] = "top start";
PlacementForBs5["top right"] = "top end";
PlacementForBs5["right top"] = "end top";
PlacementForBs5["right bottom"] = "end bottom";
PlacementForBs5["bottom right"] = "bottom end";
PlacementForBs5["bottom left"] = "bottom start";
PlacementForBs5["left bottom"] = "start bottom";
PlacementForBs5["left top"] = "start top";
PlacementForBs5["top start"] = "top start";
PlacementForBs5["top end"] = "top end";
PlacementForBs5["end top"] = "end top";
PlacementForBs5["end bottom"] = "end bottom";
PlacementForBs5["bottom end"] = "bottom end";
PlacementForBs5["bottom start"] = "bottom start";
PlacementForBs5["start bottom"] = "start bottom";
PlacementForBs5["start top"] = "start top";
})(PlacementForBs5 || (PlacementForBs5 = {}));
//# sourceMappingURL=index.js.map