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

package.dist.generated.templates.ToolbarPopoverTemplate.lit.js.map Maven / Gradle / Ivy

The newest version!
{"version":3,"file":"ToolbarPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ToolbarPopoverTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAO,MAAM,EAAE,QAAQ,EAAY,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAwB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,aAAa,EAAE,IAAI,EAAE,MAAM,CAAC,uFAAuF,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,8CAA8C,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,QAAyB,CAAC,KAAM,MAAM,CAAC,IAAI,CAAC,aAAa,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,WAAW,QAAQ,CAAC,aAAa,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,mGAAmG,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,8CAA8C,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,QAAyB,CAAC,KAAM,MAAM,CAAC,IAAI,CAAC,aAAa,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,sBAAsB,CAAC,CAAA,CAAC;AACnpC,SAAS,MAAM,CAAwB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,GAAG,SAAS,CAAC,IAAI,CAAC,sBAAsB,CAAC,EAAE,CAAC,CAAA,CAAC;AAG5L,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\ttype ToolbarPopover = any;\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ToolbarPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} class=\"ui5-overflow-popover\" placement=\"Bottom\" horizontal-align=\"End\" @ui5-close=\"${ifDefined(this.onOverflowPopoverClosed)}\" @ui5-open=\"${ifDefined(this.onOverflowPopoverOpened)}\" hide-arrow>
${ repeat(this.overflowItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }
` : html`
${ repeat(this.overflowItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }
`;}\nfunction block1 (this: ToolbarPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item.toolbarPopoverTemplate)}`;}\n\n\nexport default block0;"]}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy