azure-devops-ui
Version:
React components for building web UI in Azure DevOps
1 lines • 839 B
JavaScript
import{__assign,__extends}from"tslib";import"../../CommonImports";import"../../Core/core.css";import"./Dialog.css";import*as React from"react";import{DialogInternal}from"./DialogInternal";import{ContentJustification,ContentLocation}from"../../Callout";import{css}from"../../Util";var CornerDialog=function(t){function o(){return null!==t&&t.apply(this,arguments)||this}return __extends(o,t),o.prototype.render=function(){return React.createElement(DialogInternal,__assign({},this.props,{calloutContentClassName:css(this.props.calloutContentClassName,"bolt-lower-right-corner-dialog-content"),calloutClassName:css(this.props.calloutClassName,"no-events"),contentJustification:ContentJustification.End,contentLocation:ContentLocation.End,lightDismiss:!1,modal:!1,escDismiss:!1,showCloseButton:!0}))},o}(React.Component);export{CornerDialog};