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

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

The newest version!
/* eslint no-unused-vars: 0 */
import { html, classMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
function block0(context, tags, suffix) { return suffix ? html `
<${scopeTag("ui5-icon", tags, suffix)} class="ui5-calheader-arrowicon" name="slim-arrow-left">
${ifDefined(this._headerMonthButtonText)}${this.hasSecondaryCalendarType ? block1.call(this, context, tags, suffix) : undefined}
${ifDefined(this._headerYearButtonText)}${this.hasSecondaryCalendarType ? block2.call(this, context, tags, suffix) : undefined}
<${scopeTag("ui5-icon", tags, suffix)} class="ui5-calheader-arrowicon" name="slim-arrow-right">
` : html `
${ifDefined(this._headerMonthButtonText)}${this.hasSecondaryCalendarType ? block1.call(this, context, tags, suffix) : undefined}
${ifDefined(this._headerYearButtonText)}${this.hasSecondaryCalendarType ? block2.call(this, context, tags, suffix) : undefined}
`; } function block1(context, tags, suffix) { return html `${ifDefined(this.secondMonthButtonText)}`; } function block2(context, tags, suffix) { return html `${ifDefined(this._headerYearButtonTextSecType)}`; } export default block0; //# sourceMappingURL=CalendarHeaderTemplate.lit.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy