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

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

The newest version!
/* eslint no-unused-vars: 0 */
import { html, repeat, classMap, styleMap, ifDefined } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
function block0(context, tags, suffix) { return html ``; }
function block1(context, tags, suffix, item, index) { return html `
${item.item ? block2.call(this, context, tags, suffix, item, index) : block4.call(this, context, tags, suffix, item, index)}
`; } function block2(context, tags, suffix, item, index) { return html `${ifDefined(item.item)}${item.innerItem ? block3.call(this, context, tags, suffix, item, index) : undefined}`; } function block3(context, tags, suffix, item, index) { return html `${ifDefined(item.innerItem)}`; } function block4(context, tags, suffix, item, index) { return html `${!this.hideFractions ? block5.call(this, context, tags, suffix, item, index) : undefined}`; } function block5(context, tags, suffix, item, index) { return html ``; } function block6(context, tags, suffix) { return html `
${ifDefined(this._selectedItem.item)}
${ifDefined(this._selectedItem.innerItem)}
`; } export default block0; //# sourceMappingURL=TimePickerClockTemplate.lit.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy