(props)
| 43860 | var DialogContentBase = /** @class */ function(_super) { |
| 43861 | (0, _tslib.__extends)(DialogContentBase1, _super); |
| 43862 | function DialogContentBase1(props) { |
| 43863 | var _this = _super.call(this, props) || this; |
| 43864 | (0, _utilities.initializeComponentRef)(_this); |
| 43865 | (0, _utilities.warnDeprecations)(COMPONENT_NAME, props, { |
| 43866 | titleId: "titleProps.id" |
| 43867 | }); |
| 43868 | return _this; |
| 43869 | } |
| 43870 | DialogContentBase1.prototype.render = function() { |
| 43871 | var _a = this.props, showCloseButton = _a.showCloseButton, className = _a.className, closeButtonAriaLabel = _a.closeButtonAriaLabel, onDismiss = _a.onDismiss, subTextId = _a.subTextId, subText = _a.subText, _b = _a.titleProps, titleProps = _b === void 0 ? {} : _b, // eslint-disable-next-line deprecation/deprecation |
| 43872 | titleId = _a.titleId, title = _a.title, type = _a.type, styles = _a.styles, theme = _a.theme, draggableHeaderClassName = _a.draggableHeaderClassName; |
nothing calls this directly
no outgoing calls
no test coverage detected