Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import { LitElement, html, css } from "lit-element/lit-element.js";
import { MtzFileDownloadBehaviors } from "@lrnwebcomponents/dl-behavior/dl-behavior.js";
import { winEventsElement } from "@lrnwebcomponents/utils/utils.js";
/**
* `hax-export-dialog`
* @customElement hax-export-dialog
* `Export dialog with all export options and settings provided.`
*/
class HaxExportDialog extends winEventsElement(
MtzFileDownloadBehaviors(LitElement)
) {
static get styles() {
return [
css`
:host {
display: block;
}
#dialog {
z-index: 1000;
}
iron-icon:not(:defined),
paper-button:not(:defined),
paper-dialog:not(:defined) {
display: none;
}
.title {