@digital-blueprint/sublibrary-app
Version: 
[GitHub Repository](https://github.com/digital-blueprint/sublibrary-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/sublibrary-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/sublibrary-app/) | [Sublibrary Bundle](ht
91 lines (87 loc) • 2.5 kB
JavaScript
let _ = t => t,
  _t,
  _t2;
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
/*!
 * License: LGPL-2.1-or-later
 * Dependencies:
 *
 * @webcomponents/scoped-custom-element-registry: BSD-3-Clause
 * @dbp-toolkit/app-shell: LGPL-2.1-or-later
 * @dbp-toolkit/language-select: LGPL-2.1-or-later
 * @dbp-toolkit/common: LGPL-2.1-or-later
 * @dbp-toolkit/auth: LGPL-2.1-or-later
 * @dbp-toolkit/notification: LGPL-2.1-or-later
 * @dbp-toolkit/theme-switcher: LGPL-2.1-or-later
 * path-to-regexp: MIT
 * universal-router: MIT
 * generateUrls: MIT
 * @dbp-toolkit/matomo: LGPL-2.1-or-later
 * @dbp-toolkit/person-select: LGPL-2.1-or-later
 * datatables.net: MIT
 * datatables.net-responsive: MIT
 * datatables.net-responsive-dt: MIT
 * datatables.net-dt: MIT
 * jszip: (MIT OR GPL-3.0-or-later)
 * datatables.net-buttons-dt: MIT
 * datatables.net-buttons: MIT
 * @dbp-toolkit/data-table-view: LGPL-2.1-or-later
 * xtend: MIT
 * fuzzy: (MIT)
 * suggestions: ISC
 */
import { S as t, y as e, I as s, i, g as a, b as r, h as o, x as n } from "./notification.BYDDIHux.es.js";
class d extends t(e) {
  constructor() {
    super(), this.disabled = !0;
  }
  static get scopedElements() {
    return {
      "dbp-icon": s
    };
  }
  static get properties() {
    return _extends({}, super.properties, {
      title: {
        type: String,
        attribute: "title"
      },
      disabled: {
        type: Boolean,
        attribute: "disabled"
      }
    });
  }
  static get styles() {
    return i(_t || (_t = _`
            ${0}
            ${0}
            ${0}
        
            :host {
                display: inline-block;
            }
            #reload-button {
                padding: 3px 12px;
                height: 100%;
                display: flex;
                align-items: center;
            }
            dbp-icon {
                top: 0;
            }
        `), a(), r(), o());
  }
  render() {
    return n(_t2 || (_t2 = _`
            <a
            class="control button"
            id="reload-button"
            ?disabled="${0}"
            title="${0}">
            <dbp-icon name="reload"></dbp-icon>
        </a>
        `), this.disabled, this.title);
  }
}
export { d as R };
//# sourceMappingURL=reload-button.CDzxUV-T.es.js.map