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

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

The newest version!
/* eslint no-unused-vars: 0 */
import { html, repeat, classMap, styleMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
function block0(context, tags, suffix) { return suffix ? html `
${ifDefined(this._ariaHandlesText.startHandleText)}${ifDefined(this._ariaHandlesText.endHandleText)}
${this.step ? block1.call(this, context, tags, suffix) : undefined}
<${scopeTag("ui5-icon", tags, suffix)} name="direction-arrows" slider-icon>${this.showTooltip ? block8.call(this, context, tags, suffix) : undefined}
<${scopeTag("ui5-icon", tags, suffix)} name="direction-arrows" slider-icon>${this.showTooltip ? block9.call(this, context, tags, suffix) : undefined}
${ifDefined(this.accessibleName)}${ifDefined(this._ariaLabelledByText)}
` : html `
${ifDefined(this._ariaHandlesText.startHandleText)}${ifDefined(this._ariaHandlesText.endHandleText)}
${this.step ? block1.call(this, context, tags, suffix) : undefined}
${this.showTooltip ? block8.call(this, context, tags, suffix) : undefined}
${this.showTooltip ? block9.call(this, context, tags, suffix) : undefined}
${ifDefined(this.accessibleName)}${ifDefined(this._ariaLabelledByText)}
`; } function block1(context, tags, suffix) { return html `${this.showTickmarks ? block2.call(this, context, tags, suffix) : undefined}`; } function block2(context, tags, suffix) { return html `
    ${repeat(this.tickmarksObject, (item, index) => item._id || index, (item, index) => block3.call(this, context, tags, suffix, item, index))}
${this.labelInterval ? block6.call(this, context, tags, suffix) : undefined}`; } function block3(context, tags, suffix, item, index) { return html `${item ? block4.call(this, context, tags, suffix, item, index) : block5.call(this, context, tags, suffix, item, index)}`; } function block4(context, tags, suffix, item, index) { return html `
  • `; } function block5(context, tags, suffix, item, index) { return html `
  • `; } function block6(context, tags, suffix) { return html `
      ${repeat(this._labels, (item, index) => item._id || index, (item, index) => block7.call(this, context, tags, suffix, item, index))}
    `; } function block7(context, tags, suffix, item, index) { return html `
  • ${ifDefined(item)}
  • `; } function block8(context, tags, suffix) { return html `
    ${ifDefined(this.tooltipStartValue)}
    `; } function block9(context, tags, suffix) { return html `
    ${ifDefined(this.tooltipEndValue)}
    `; } export default block0; //# sourceMappingURL=RangeSliderTemplate.lit.js.map




    © 2015 - 2024 Weber Informatics LLC | Privacy Policy