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

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

The newest version!
/* eslint no-unused-vars: 0 */
import { html, classMap, ifDefined, unsafeHTML } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
function block0(context, tags, suffix) { return html `
  • ${unsafeHTML(this.markupText)}${this.additionalText ? block1.call(this, context, tags, suffix) : undefined}
  • `; } function block1(context, tags, suffix) { return html `${ifDefined(this.additionalText)}`; } export default block0; //# sourceMappingURL=SuggestionItemTemplate.lit.js.map




    © 2015 - 2024 Weber Informatics LLC | Privacy Policy