package.dist.generated.templates.IconTemplate.lit.js.map Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webcomponents Show documentation
Show all versions of webcomponents Show documentation
UI5 Web Components: webcomponents.main
The newest version!
{"version":3,"file":"IconTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/IconTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAsB,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAc,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,oDAAoD,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,uEAAuE,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,gDAAgD,IAAI,CAAC,UAAU,WAAW,IAAI,CAAC,QAAQ,IAAI,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAA,CAAC;AAC/lB,SAAS,MAAM,CAAc,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,GAAG,CAAA,cAAc,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,aAAa,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,UAAU,CAAC,CAAA,CAAC;AAC3M,SAAS,MAAM,CAAc,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,GAAG,CAAA,GAAG,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAA,CAAC;AAC1I,SAAS,MAAM,CAAc,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,GAAG,CAAA,YAAY,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,CAAA,CAAC;AAE5K,SAAS,SAAS,CAAa,OAAmB,EAAE,IAAc,EAAE,MAA0B;IAC5F,OAAO,GAAG,CAAA,GAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,0BAA2B,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,MAAM,CAAC;AAC/W,CAAC;AAAA,CAAC;AAEH,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\timport type Icon from \"../../Icon.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Icon, context: UI5Element, tags: string[], suffix: string | undefined) { return html``;}\nfunction block1 (this: Icon, context: UI5Element, tags: string[], suffix: string | undefined) { return svg`${ifDefined(this.effectiveAccessibleName)} `;}\nfunction block2 (this: Icon, context: UI5Element, tags: string[], suffix: string | undefined) { return svg`${ifDefined(this.customSvg)}`;}\nfunction block3 (this: Icon, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return svg` `;}\n\nfunction blockSVG1 (this: any, context: UI5Element, tags: string[], suffix: string | undefined) {\n\t\treturn svg`${ this.hasIconTooltip ? block1.call(this, context, tags, suffix) : undefined }${ this.customSvg ? block2.call(this, context, tags, suffix) : undefined }${ repeat(this.pathData, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block3.call(this, context, tags, suffix, item, index)) } `;\n\t};\n\nexport default block0;"]}