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

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

The newest version!
/* eslint no-unused-vars: 0 */
import { html, svg, classMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
function block0(context, tags, suffix) { return html ``; }
function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-label", tags, suffix)} id="${ifDefined(this._id)}-label" class="ui5-radio-label" for="${ifDefined(this._id)}" wrapping-type="${ifDefined(this.wrappingType)}">${ifDefined(this.text)}` : html `${ifDefined(this.text)}`; }
function block2(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
function blockSVG1(context, tags, suffix) {
    return svg ``;
}
;
export default block0;
//# sourceMappingURL=RadioButtonTemplate.lit.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy