All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.generated.templates.TabSeparatorInOverflowTemplate.lit.js Maven / Gradle / Ivy

The newest version!
/* eslint no-unused-vars: 0 */
import { html, classMap, styleMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
function block0(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-li-custom", tags, suffix)} id="${ifDefined(this._id)}" role="separator" class="${classMap(this.classes.root)}" disabled style="${styleMap(this._forcedStyleInOverflow)}" .realTabReference="${ifDefined(this)}">` : html ``; }
export default block0;
//# sourceMappingURL=TabSeparatorInOverflowTemplate.lit.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy