Back to .net8.0 api/v4/InfinityQS ApiExplorerSettings Wafer Counter Color Sorting
21 lines
919 B
JavaScript
21 lines
919 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
const index = require('./index-ca0e0765.js');
|
|
|
|
const dropdownHeaderCss = ":root{--ifx-font-family:\"Source Sans 3\";font-family:var(--ifx-font-family, sans-serif)}.dropdown-header{display:flex;padding:8px 16px;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #EEEDED;font-family:var(--ifx-font-family)}.dropdown-header span{color:#575352;font-family:var(--ifx-font-family);font-size:14px;font-style:normal;font-weight:400;line-height:20px;}";
|
|
|
|
const DropdownHeader = class {
|
|
constructor(hostRef) {
|
|
index.registerInstance(this, hostRef);
|
|
}
|
|
render() {
|
|
return (index.h("div", { class: 'dropdown-header' }, index.h("span", null, index.h("slot", null))));
|
|
}
|
|
};
|
|
DropdownHeader.style = dropdownHeaderCss;
|
|
|
|
exports.ifx_dropdown_header = DropdownHeader;
|
|
|
|
//# sourceMappingURL=ifx-dropdown-header.cjs.entry.js.map
|