formsflow-theming
Version:
US Web Design System templates for form.io
10 lines • 588 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default=function(ctx) {
var __t, __p = '';
__p += '<div class="formio-dialog formio-dialog-theme-default component-settings">\r\n <div class="formio-dialog-overlay" ref="dialogOverlay"></div>\r\n <div class="formio-dialog-content" role="dialog" ref="dialogContents" aria-labelledby="dl-' +
((__t = (ctx.instance.id)) == null ? '' : __t) +
'">\r\n <button class="formio-dialog-close float-right" title="Close" aria-label="Close modal window." ref="dialogClose"></button>\r\n </div>\r\n</div>\r\n';
return __p
}