@ui5/webcomponents-fiori 2.3.0-rc.2 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/cypress/specs/FCL.cy.ts +42 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/BarcodeScannerDialog.d.ts +0 -1
- package/dist/BarcodeScannerDialog.js +8 -6
- package/dist/BarcodeScannerDialog.js.map +1 -1
- package/dist/DynamicPage.d.ts +1 -1
- package/dist/DynamicPage.js +12 -4
- package/dist/DynamicPage.js.map +1 -1
- package/dist/DynamicPageHeaderActions.d.ts +0 -1
- package/dist/DynamicPageHeaderActions.js +4 -4
- package/dist/DynamicPageHeaderActions.js.map +1 -1
- package/dist/DynamicPageTitle.d.ts +20 -1
- package/dist/DynamicPageTitle.js +22 -7
- package/dist/DynamicPageTitle.js.map +1 -1
- package/dist/DynamicSideContent.d.ts +0 -1
- package/dist/DynamicSideContent.js +4 -4
- package/dist/DynamicSideContent.js.map +1 -1
- package/dist/FlexibleColumnLayout.d.ts +7 -2
- package/dist/FlexibleColumnLayout.js +16 -5
- package/dist/FlexibleColumnLayout.js.map +1 -1
- package/dist/IllustratedMessage.d.ts +0 -1
- package/dist/IllustratedMessage.js +4 -4
- package/dist/IllustratedMessage.js.map +1 -1
- package/dist/MediaGallery.js.map +1 -1
- package/dist/MediaGalleryItem.js.map +1 -1
- package/dist/NotificationList.d.ts +0 -1
- package/dist/NotificationList.js +4 -4
- package/dist/NotificationList.js.map +1 -1
- package/dist/NotificationListGroupItem.js.map +1 -1
- package/dist/NotificationListGroupList.d.ts +1 -1
- package/dist/NotificationListGroupList.js.map +1 -1
- package/dist/NotificationListInternal.js.map +1 -1
- package/dist/NotificationListItem.js.map +1 -1
- package/dist/NotificationListItemBase.d.ts +0 -1
- package/dist/NotificationListItemBase.js +4 -4
- package/dist/NotificationListItemBase.js.map +1 -1
- package/dist/Page.d.ts +2 -1
- package/dist/Page.js +6 -2
- package/dist/Page.js.map +1 -1
- package/dist/ProductSwitch.d.ts +0 -1
- package/dist/ProductSwitch.js +4 -4
- package/dist/ProductSwitch.js.map +1 -1
- package/dist/ProductSwitchItem.js.map +1 -1
- package/dist/ShellBar.d.ts +0 -1
- package/dist/ShellBar.js +4 -4
- package/dist/ShellBar.js.map +1 -1
- package/dist/SideNavigation.d.ts +0 -1
- package/dist/SideNavigation.js +6 -11
- package/dist/SideNavigation.js.map +1 -1
- package/dist/SideNavigationGroup.d.ts +0 -1
- package/dist/SideNavigationGroup.js +4 -7
- package/dist/SideNavigationGroup.js.map +1 -1
- package/dist/SideNavigationItem.js.map +1 -1
- package/dist/SideNavigationItemBase.js.map +1 -1
- package/dist/SideNavigationSelectableItemBase.js.map +1 -1
- package/dist/Timeline.d.ts +0 -1
- package/dist/Timeline.js +4 -4
- package/dist/Timeline.js.map +1 -1
- package/dist/TimelineGroupItem.js.map +1 -1
- package/dist/UploadCollection.d.ts +0 -1
- package/dist/UploadCollection.js +4 -4
- package/dist/UploadCollection.js.map +1 -1
- package/dist/UploadCollectionItem.d.ts +0 -1
- package/dist/UploadCollectionItem.js +4 -7
- package/dist/UploadCollectionItem.js.map +1 -1
- package/dist/ViewSettingsDialog.d.ts +1 -2
- package/dist/ViewSettingsDialog.js +4 -4
- package/dist/ViewSettingsDialog.js.map +1 -1
- package/dist/Wizard.d.ts +0 -1
- package/dist/Wizard.js +4 -4
- package/dist/Wizard.js.map +1 -1
- package/dist/WizardTab.js.map +1 -1
- package/dist/bundle.esm.js +29 -29
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/DynamicPage.css +1 -1
- package/dist/css/themes/DynamicPageHeader.css +1 -1
- package/dist/css/themes/DynamicPageHeaderActions.css +1 -1
- package/dist/css/themes/DynamicPageTitle.css +1 -1
- package/dist/css/themes/FlexibleColumnLayout.css +1 -1
- package/dist/css/themes/MediaGallery.css +1 -1
- package/dist/css/themes/MediaGalleryItem.css +1 -1
- package/dist/css/themes/NotificationListGroupItem.css +1 -1
- package/dist/css/themes/NotificationListItem.css +1 -1
- package/dist/css/themes/NotificationListItemBase.css +1 -1
- package/dist/css/themes/NotificationStateIcon.css +1 -1
- package/dist/css/themes/Page.css +1 -1
- package/dist/css/themes/ProductSwitchItem.css +1 -1
- package/dist/css/themes/ShellBar.css +1 -1
- package/dist/css/themes/SideNavigation.css +1 -1
- package/dist/css/themes/SideNavigationGroup.css +1 -1
- package/dist/css/themes/SideNavigationItem.css +1 -1
- package/dist/css/themes/SideNavigationItemBase.css +1 -1
- package/dist/css/themes/SideNavigationPopover.css +1 -1
- package/dist/css/themes/SideNavigationSubItem.css +1 -1
- package/dist/css/themes/Timeline.css +1 -1
- package/dist/css/themes/TimelineGroupItem.css +1 -1
- package/dist/css/themes/TimelineItem.css +1 -1
- package/dist/css/themes/UploadCollection.css +1 -1
- package/dist/css/themes/UploadCollectionItem.css +1 -1
- package/dist/css/themes/ViewSettingsDialog.css +1 -1
- package/dist/css/themes/Wizard.css +1 -1
- package/dist/css/themes/WizardTab.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +47 -1
- package/dist/custom-elements.json +35 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.d.ts +1 -1
- package/dist/generated/i18n/i18n-defaults.js +0 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/js-imports/Illustrations.js.map +1 -1
- package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -1
- package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -1
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -1
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -1
- package/dist/generated/json-imports/Themes.js.map +1 -1
- package/dist/generated/json-imports/i18n-fetch.js.map +1 -1
- package/dist/generated/json-imports/i18n.js.map +1 -1
- package/dist/generated/templates/BarcodeScannerDialogTemplate.lit.js +1 -1
- package/dist/generated/templates/BarcodeScannerDialogTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DynamicPageHeaderActionsTemplate.lit.js +3 -3
- package/dist/generated/templates/DynamicPageHeaderActionsTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DynamicPageHeaderTemplate.lit.js +1 -1
- package/dist/generated/templates/DynamicPageHeaderTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DynamicPageTemplate.lit.js +10 -8
- package/dist/generated/templates/DynamicPageTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DynamicPageTitleTemplate.lit.js +8 -6
- package/dist/generated/templates/DynamicPageTitleTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DynamicSideContentTemplate.lit.js +1 -1
- package/dist/generated/templates/DynamicSideContentTemplate.lit.js.map +1 -1
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js.map +1 -1
- package/dist/generated/templates/IllustratedMessageTemplate.lit.js +1 -1
- package/dist/generated/templates/IllustratedMessageTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MediaGalleryItemTemplate.lit.js +1 -1
- package/dist/generated/templates/MediaGalleryItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MediaGalleryTemplate.lit.js +1 -1
- package/dist/generated/templates/MediaGalleryTemplate.lit.js.map +1 -1
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +1 -1
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +1 -1
- package/dist/generated/templates/NotificationListItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/NotificationListTemplate.lit.js +1 -1
- package/dist/generated/templates/NotificationListTemplate.lit.js.map +1 -1
- package/dist/generated/templates/PageTemplate.lit.js +1 -1
- package/dist/generated/templates/PageTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +1 -1
- package/dist/generated/templates/ProductSwitchItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ProductSwitchTemplate.lit.js +1 -1
- package/dist/generated/templates/ProductSwitchTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ShellBarTemplate.lit.js +1 -1
- package/dist/generated/templates/ShellBarTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SideNavigationGroupTemplate.lit.js +1 -1
- package/dist/generated/templates/SideNavigationGroupTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SideNavigationItemTemplate.lit.js +1 -1
- package/dist/generated/templates/SideNavigationItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SideNavigationPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/SideNavigationPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SideNavigationSubItemTemplate.lit.js +1 -1
- package/dist/generated/templates/SideNavigationSubItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SideNavigationTemplate.lit.js +1 -1
- package/dist/generated/templates/SideNavigationTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimelineGroupItemTemplate.lit.js +1 -1
- package/dist/generated/templates/TimelineGroupItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimelineItemTemplate.lit.js +1 -1
- package/dist/generated/templates/TimelineItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimelineTemplate.lit.js +1 -1
- package/dist/generated/templates/TimelineTemplate.lit.js.map +1 -1
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +1 -1
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/UploadCollectionTemplate.lit.js +1 -1
- package/dist/generated/templates/UploadCollectionTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +1 -1
- package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js.map +1 -1
- package/dist/generated/templates/WizardPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/WizardPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/WizardTabTemplate.lit.js +1 -1
- package/dist/generated/templates/WizardTabTemplate.lit.js.map +1 -1
- package/dist/generated/templates/WizardTemplate.lit.js +1 -1
- package/dist/generated/templates/WizardTemplate.lit.js.map +1 -1
- package/dist/generated/themes/DynamicPage.css.js +1 -1
- package/dist/generated/themes/DynamicPage.css.js.map +1 -1
- package/dist/generated/themes/DynamicPageHeader.css.js +1 -1
- package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -1
- package/dist/generated/themes/DynamicPageHeaderActions.css.js +1 -1
- package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -1
- package/dist/generated/themes/DynamicPageTitle.css.js +1 -1
- package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -1
- package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
- package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -1
- package/dist/generated/themes/MediaGallery.css.js +1 -1
- package/dist/generated/themes/MediaGallery.css.js.map +1 -1
- package/dist/generated/themes/MediaGalleryItem.css.js +1 -1
- package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -1
- package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -1
- package/dist/generated/themes/NotificationListItem.css.js +1 -1
- package/dist/generated/themes/NotificationListItem.css.js.map +1 -1
- package/dist/generated/themes/NotificationListItemBase.css.js +1 -1
- package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -1
- package/dist/generated/themes/NotificationStateIcon.css.js +1 -1
- package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -1
- package/dist/generated/themes/Page.css.js +1 -1
- package/dist/generated/themes/Page.css.js.map +1 -1
- package/dist/generated/themes/ProductSwitchItem.css.js +1 -1
- package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -1
- package/dist/generated/themes/ShellBar.css.js +1 -1
- package/dist/generated/themes/ShellBar.css.js.map +1 -1
- package/dist/generated/themes/SideNavigation.css.js +1 -1
- package/dist/generated/themes/SideNavigation.css.js.map +1 -1
- package/dist/generated/themes/SideNavigationGroup.css.js +1 -1
- package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -1
- package/dist/generated/themes/SideNavigationItem.css.js +1 -1
- package/dist/generated/themes/SideNavigationItem.css.js.map +1 -1
- package/dist/generated/themes/SideNavigationItemBase.css.js +1 -1
- package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -1
- package/dist/generated/themes/SideNavigationPopover.css.js +1 -1
- package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -1
- package/dist/generated/themes/SideNavigationSubItem.css.js +1 -1
- package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -1
- package/dist/generated/themes/Timeline.css.js +1 -1
- package/dist/generated/themes/Timeline.css.js.map +1 -1
- package/dist/generated/themes/TimelineGroupItem.css.js +1 -1
- package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -1
- package/dist/generated/themes/TimelineItem.css.js +1 -1
- package/dist/generated/themes/TimelineItem.css.js.map +1 -1
- package/dist/generated/themes/UploadCollection.css.js +1 -1
- package/dist/generated/themes/UploadCollection.css.js.map +1 -1
- package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
- package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -1
- package/dist/generated/themes/Wizard.css.js +1 -1
- package/dist/generated/themes/Wizard.css.js.map +1 -1
- package/dist/generated/themes/WizardTab.css.js +1 -1
- package/dist/generated/themes/WizardTab.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
- package/dist/ssr-zxing-shim.d.ts +2 -0
- package/dist/ssr-zxing-shim.js +3 -0
- package/dist/ssr-zxing-shim.js.map +1 -0
- package/dist/ssr-zxing.d.ts +2 -0
- package/dist/ssr-zxing.js +3 -0
- package/dist/ssr-zxing.js.map +1 -0
- package/dist/types/IllustrationMessageType.d.ts +3 -3
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -1
- package/dist/vscode.html-custom-data.json +2 -2
- package/dist/web-types.json +7 -3
- package/package.json +13 -8
- package/src/DynamicPage.hbs +16 -14
- package/src/DynamicPageHeaderActions.hbs +2 -2
- package/src/DynamicPageTitle.hbs +35 -26
- package/src/themes/DynamicPage.css +7 -0
- package/src/themes/DynamicPageTitle.css +19 -4
- package/src/themes/FlexibleColumnLayout.css +6 -0
- package/src/themes/Page.css +23 -2
- package/src/themes/base/DynamicPageTitle-parameters.css +2 -0
- package/tsconfig.json +2 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MediaGalleryTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MediaGalleryTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"MediaGalleryTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MediaGalleryTemplate.lit.ts"],"names":[],"mappings":"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","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\";\nimport type MediaGallery from \"../../MediaGallery.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: MediaGallery, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-media-gallery-root\"><div class=\"ui5-media-gallery-display-wrapper\"><div class=\"ui5-media-gallery-display\" @click=\"${this._onDisplayAreaClick}\">${ this._isPhonePlatform ? block1.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</div></div>${ this._showThumbnails ? block4.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block1 (this: MediaGallery, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-carousel\", tags, suffix)} @ui5-navigate=\"${ifDefined(this._onCarouselNavigate)}\" hide-navigation-arrows>${ repeat(this._selectableItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-carousel\", tags, suffix)}>` : html`<ui5-carousel @ui5-navigate=\"${ifDefined(this._onCarouselNavigate)}\" hide-navigation-arrows>${ repeat(this._selectableItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</ui5-carousel>`;}\nfunction block2 (this: MediaGallery, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block3 (this: MediaGallery, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-media-gallery-item\", tags, suffix)} ?_interactive=\"${ifDefined(this.interactiveDisplayArea)}\" ?_square=\"${ifDefined(this._shouldHaveSquareDisplay)}\" _tab-index=\"${ifDefined(this._mainItemTabIndex)}\"></${scopeTag(\"ui5-media-gallery-item\", tags, suffix)}>` : html`<ui5-media-gallery-item ?_interactive=\"${ifDefined(this.interactiveDisplayArea)}\" ?_square=\"${ifDefined(this._shouldHaveSquareDisplay)}\" _tab-index=\"${ifDefined(this._mainItemTabIndex)}\"></ui5-media-gallery-item>`;}\nfunction block4 (this: MediaGallery, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-media-gallery-thumbnails-wrapper\"><ul>${ repeat(this._visibleItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block5.call(this, context, tags, suffix, item, index)) }${ this._showOverflowBtn ? block6.call(this, context, tags, suffix) : undefined }</ul></div>`;}\nfunction block5 (this: MediaGallery, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<li id=\"${ifDefined(item.id)}\" class=\"ui5-media-gallery-thumbnail\" role=\"option\" @click=\"${this._onThumbnailClick}\" @ui5-click=\"${ifDefined(this._onThumbnailClick)}\"><slot name=\"${ifDefined(item._individualSlot)}\"></slot></li>`;}\nfunction block6 (this: MediaGallery, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<li class=\"ui5-media-gallery-overflow\"><${scopeTag(\"ui5-button\", tags, suffix)} @click=\"${this._onOverflowBtnClick}\">+${ifDefined(this._overflowSize)}</${scopeTag(\"ui5-button\", tags, suffix)}></li>` : html`<li class=\"ui5-media-gallery-overflow\"><ui5-button @click=\"${this._onOverflowBtnClick}\">+${ifDefined(this._overflowSize)}</ui5-button></li>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
|
-
import { html, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
2
|
+
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
3
|
function block0(context, tags, suffix) { return suffix ? html `<li class="ui5-nli-group-root ui5-nli-focusable" @focusin="${this._onfocusin}" @keydown="${this._onkeydown}" tabindex="${ifDefined(this.forcedTabIndex)}" aria-labelledby="${ifDefined(this.ariaLabelledBy)}" aria-description="${ifDefined(this.accInvisibleText)}" aria-level="1">${this.loading ? block1.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-busy-indicator", tags, suffix)} delay="${ifDefined(this.loadingDelay)}" ?active="${this.loading}" ?inert="${this.loading}" class="ui5-nli-loading"><div class="ui5-nli-group-content-wrapper"><div class="ui5-nli-group-header" @click="${this._onHeaderToggleClick}" @keydown="${this._onkeydown}" role="button" aria-expanded="${ifDefined(this._ariaExpanded)}" aria-controls="${ifDefined(this._id)}-notificationsList" title="${ifDefined(this.toggleIconAccessibleName)}"><${scopeTag("ui5-icon", tags, suffix)} name=${ifDefined(this.groupCollapsedIcon)} class="ui5-nli-group-toggle-icon" mode="Decorative"></${scopeTag("ui5-icon", tags, suffix)}><div id="${ifDefined(this._id)}-title-text" class="ui5-nli-group-title-text" part="title-text" role="heading" aria-level="2">${ifDefined(this.titleText)}</div><div class="ui5-nli-group-divider"></div></div><${scopeTag("ui5-notification-group-list", tags, suffix)} id="${ifDefined(this._id)}-notificationsList" class="ui5-nli-group-items" role="list" aria-labelledby="${ifDefined(this._id)}-title-text" growing=${ifDefined(this.growing)} @ui5-load-more="${ifDefined(this._onLoadMore)}"><slot></slot></${scopeTag("ui5-notification-group-list", tags, suffix)}></div></${scopeTag("ui5-busy-indicator", tags, suffix)}></li>` : html `<li class="ui5-nli-group-root ui5-nli-focusable" @focusin="${this._onfocusin}" @keydown="${this._onkeydown}" tabindex="${ifDefined(this.forcedTabIndex)}" aria-labelledby="${ifDefined(this.ariaLabelledBy)}" aria-description="${ifDefined(this.accInvisibleText)}" aria-level="1">${this.loading ? block1.call(this, context, tags, suffix) : undefined}<ui5-busy-indicator delay="${ifDefined(this.loadingDelay)}" ?active="${this.loading}" ?inert="${this.loading}" class="ui5-nli-loading"><div class="ui5-nli-group-content-wrapper"><div class="ui5-nli-group-header" @click="${this._onHeaderToggleClick}" @keydown="${this._onkeydown}" role="button" aria-expanded="${ifDefined(this._ariaExpanded)}" aria-controls="${ifDefined(this._id)}-notificationsList" title="${ifDefined(this.toggleIconAccessibleName)}"><ui5-icon name=${ifDefined(this.groupCollapsedIcon)} class="ui5-nli-group-toggle-icon" mode="Decorative"></ui5-icon><div id="${ifDefined(this._id)}-title-text" class="ui5-nli-group-title-text" part="title-text" role="heading" aria-level="2">${ifDefined(this.titleText)}</div><div class="ui5-nli-group-divider"></div></div><ui5-notification-group-list id="${ifDefined(this._id)}-notificationsList" class="ui5-nli-group-items" role="list" aria-labelledby="${ifDefined(this._id)}-title-text" growing=${ifDefined(this.growing)} @ui5-load-more="${ifDefined(this._onLoadMore)}"><slot></slot></ui5-notification-group-list></div></ui5-busy-indicator></li>`; }
|
|
4
4
|
function block1(context, tags, suffix) { return html `<span id="${ifDefined(this._id)}-loading" class="ui5-hidden-text">${ifDefined(this.loadingText)}</span>`; }
|
|
5
5
|
export default block0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationListGroupItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/NotificationListGroupItemTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"NotificationListGroupItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/NotificationListGroupItemTemplate.lit.ts"],"names":[],"mappings":"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","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\";\nimport type NotificationListGroupItem from \"../../NotificationListGroupItem.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: NotificationListGroupItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<li class=\"ui5-nli-group-root ui5-nli-focusable\" @focusin=\"${this._onfocusin}\" @keydown=\"${this._onkeydown}\" tabindex=\"${ifDefined(this.forcedTabIndex)}\" aria-labelledby=\"${ifDefined(this.ariaLabelledBy)}\" aria-description=\"${ifDefined(this.accInvisibleText)}\" aria-level=\"1\">${ this.loading ? block1.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-busy-indicator\", tags, suffix)} delay=\"${ifDefined(this.loadingDelay)}\" ?active=\"${this.loading}\" ?inert=\"${this.loading}\" class=\"ui5-nli-loading\"><div class=\"ui5-nli-group-content-wrapper\"><div class=\"ui5-nli-group-header\" @click=\"${this._onHeaderToggleClick}\" @keydown=\"${this._onkeydown}\" role=\"button\" aria-expanded=\"${ifDefined(this._ariaExpanded)}\" aria-controls=\"${ifDefined(this._id)}-notificationsList\" title=\"${ifDefined(this.toggleIconAccessibleName)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} name=${ifDefined(this.groupCollapsedIcon)} class=\"ui5-nli-group-toggle-icon\" mode=\"Decorative\"></${scopeTag(\"ui5-icon\", tags, suffix)}><div id=\"${ifDefined(this._id)}-title-text\" class=\"ui5-nli-group-title-text\" part=\"title-text\" role=\"heading\" aria-level=\"2\">${ifDefined(this.titleText)}</div><div class=\"ui5-nli-group-divider\"></div></div><${scopeTag(\"ui5-notification-group-list\", tags, suffix)} id=\"${ifDefined(this._id)}-notificationsList\" class=\"ui5-nli-group-items\" role=\"list\" aria-labelledby=\"${ifDefined(this._id)}-title-text\" growing=${ifDefined(this.growing)} @ui5-load-more=\"${ifDefined(this._onLoadMore)}\"><slot></slot></${scopeTag(\"ui5-notification-group-list\", tags, suffix)}></div></${scopeTag(\"ui5-busy-indicator\", tags, suffix)}></li>` : html`<li class=\"ui5-nli-group-root ui5-nli-focusable\" @focusin=\"${this._onfocusin}\" @keydown=\"${this._onkeydown}\" tabindex=\"${ifDefined(this.forcedTabIndex)}\" aria-labelledby=\"${ifDefined(this.ariaLabelledBy)}\" aria-description=\"${ifDefined(this.accInvisibleText)}\" aria-level=\"1\">${ this.loading ? block1.call(this, context, tags, suffix) : undefined }<ui5-busy-indicator delay=\"${ifDefined(this.loadingDelay)}\" ?active=\"${this.loading}\" ?inert=\"${this.loading}\" class=\"ui5-nli-loading\"><div class=\"ui5-nli-group-content-wrapper\"><div class=\"ui5-nli-group-header\" @click=\"${this._onHeaderToggleClick}\" @keydown=\"${this._onkeydown}\" role=\"button\" aria-expanded=\"${ifDefined(this._ariaExpanded)}\" aria-controls=\"${ifDefined(this._id)}-notificationsList\" title=\"${ifDefined(this.toggleIconAccessibleName)}\"><ui5-icon name=${ifDefined(this.groupCollapsedIcon)} class=\"ui5-nli-group-toggle-icon\" mode=\"Decorative\"></ui5-icon><div id=\"${ifDefined(this._id)}-title-text\" class=\"ui5-nli-group-title-text\" part=\"title-text\" role=\"heading\" aria-level=\"2\">${ifDefined(this.titleText)}</div><div class=\"ui5-nli-group-divider\"></div></div><ui5-notification-group-list id=\"${ifDefined(this._id)}-notificationsList\" class=\"ui5-nli-group-items\" role=\"list\" aria-labelledby=\"${ifDefined(this._id)}-title-text\" growing=${ifDefined(this.growing)} @ui5-load-more=\"${ifDefined(this._onLoadMore)}\"><slot></slot></ui5-notification-group-list></div></ui5-busy-indicator></li>`;}\nfunction block1 (this: NotificationListGroupItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-loading\" class=\"ui5-hidden-text\">${ifDefined(this.loadingText)}</span>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
|
-
import { html, repeat, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
2
|
+
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
3
|
function block0(context, tags, suffix) { return suffix ? html `<li class="${ifDefined(this.itemClasses)}" @focusin="${this._onfocusin}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @click="${this._onclick}" tabindex="${ifDefined(this.forcedTabIndex)}" aria-labelledby="${ifDefined(this.ariaLabelledBy)}" aria-level="${ifDefined(this._ariaLevel)}">${this.loading ? block1.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-busy-indicator", tags, suffix)} id="${ifDefined(this._id)}-busyIndicator" delay="${ifDefined(this.loadingDelay)}" ?active="${this.loading}" ?inert="${this.loading}" class="ui5-nli-loading"><div class="ui5-nli-content-wrapper"><div class="${ifDefined(this.contentClasses)}">${this.hasImportance ? block2.call(this, context, tags, suffix) : undefined}<div class="ui5-nli-title-text-wrapper">${this.hasState ? block3.call(this, context, tags, suffix) : undefined}<div id="${ifDefined(this._id)}-title-text" class="ui5-nli-title-text" part="title-text"><span class="ui5-hidden-text">${ifDefined(this.stateText)}</span>${ifDefined(this.titleText)}</div></div><span id="${ifDefined(this._id)}-read" class="ui5-hidden-text">${ifDefined(this.readText)}</span>${this.hasDesc ? block4.call(this, context, tags, suffix) : undefined}<div class="ui5-nli-footer"><div id="${ifDefined(this._id)}-footnotes" class="ui5-nli-footnotes">${repeat(this.footerItems, (item, index) => item._id || index, (item, index) => block5.call(this, context, tags, suffix, item, index))}</div><${scopeTag("ui5-link", tags, suffix)} class="ui5-nli-footer-showMore" ?hidden="${this.hideShowMore}" @ui5-click="${ifDefined(this._onShowMoreClick)}" wrapping-type="None" href="#" showMore-btn accessible-name="${ifDefined(this.moreLinkAccessibleName)}" accessible-role="Button" .accessibilityAttributes=${ifDefined(this.accInfoLink.accessibilityAttributes)}>${ifDefined(this.showMoreText)}</${scopeTag("ui5-link", tags, suffix)}></div></div><div class="ui5-nli-actions">${this.showMenu ? block7.call(this, context, tags, suffix) : undefined}${this.showClose ? block8.call(this, context, tags, suffix) : undefined}</div><div class="ui5-nli-avatar" aria-hidden="true"><slot name="avatar"></slot></div><slot name="menu"></slot></div></${scopeTag("ui5-busy-indicator", tags, suffix)}></li>` : html `<li class="${ifDefined(this.itemClasses)}" @focusin="${this._onfocusin}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @click="${this._onclick}" tabindex="${ifDefined(this.forcedTabIndex)}" aria-labelledby="${ifDefined(this.ariaLabelledBy)}" aria-level="${ifDefined(this._ariaLevel)}">${this.loading ? block1.call(this, context, tags, suffix) : undefined}<ui5-busy-indicator id="${ifDefined(this._id)}-busyIndicator" delay="${ifDefined(this.loadingDelay)}" ?active="${this.loading}" ?inert="${this.loading}" class="ui5-nli-loading"><div class="ui5-nli-content-wrapper"><div class="${ifDefined(this.contentClasses)}">${this.hasImportance ? block2.call(this, context, tags, suffix) : undefined}<div class="ui5-nli-title-text-wrapper">${this.hasState ? block3.call(this, context, tags, suffix) : undefined}<div id="${ifDefined(this._id)}-title-text" class="ui5-nli-title-text" part="title-text"><span class="ui5-hidden-text">${ifDefined(this.stateText)}</span>${ifDefined(this.titleText)}</div></div><span id="${ifDefined(this._id)}-read" class="ui5-hidden-text">${ifDefined(this.readText)}</span>${this.hasDesc ? block4.call(this, context, tags, suffix) : undefined}<div class="ui5-nli-footer"><div id="${ifDefined(this._id)}-footnotes" class="ui5-nli-footnotes">${repeat(this.footerItems, (item, index) => item._id || index, (item, index) => block5.call(this, context, tags, suffix, item, index))}</div><ui5-link class="ui5-nli-footer-showMore" ?hidden="${this.hideShowMore}" @ui5-click="${ifDefined(this._onShowMoreClick)}" wrapping-type="None" href="#" showMore-btn accessible-name="${ifDefined(this.moreLinkAccessibleName)}" accessible-role="Button" .accessibilityAttributes=${ifDefined(this.accInfoLink.accessibilityAttributes)}>${ifDefined(this.showMoreText)}</ui5-link></div></div><div class="ui5-nli-actions">${this.showMenu ? block7.call(this, context, tags, suffix) : undefined}${this.showClose ? block8.call(this, context, tags, suffix) : undefined}</div><div class="ui5-nli-avatar" aria-hidden="true"><slot name="avatar"></slot></div><slot name="menu"></slot></div></ui5-busy-indicator></li>`; }
|
|
4
4
|
function block1(context, tags, suffix) { return html `<span id="${ifDefined(this._id)}-loading" class="ui5-hidden-text">${ifDefined(this.loadingText)}</span>`; }
|
|
5
5
|
function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-tag", tags, suffix)} id="${ifDefined(this._id)}-importance" class="ui5-nli-importance" design="Set2" color-scheme="2" wrapping-type="None"><${scopeTag("ui5-icon", tags, suffix)} name="high-priority" slot="icon"></${scopeTag("ui5-icon", tags, suffix)}>${ifDefined(this.importanceText)}</${scopeTag("ui5-tag", tags, suffix)}>` : html `<ui5-tag id="${ifDefined(this._id)}-importance" class="ui5-nli-importance" design="Set2" color-scheme="2" wrapping-type="None"><ui5-icon name="high-priority" slot="icon"></ui5-icon>${ifDefined(this.importanceText)}</ui5-tag>`; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationListItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/NotificationListItemTemplate.lit.ts"],"names":[],"mappings":"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","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\";\nimport type NotificationListItem from \"../../NotificationListItem.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<li class=\"${ifDefined(this.itemClasses)}\" @focusin=\"${this._onfocusin}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=\"${this._onclick}\" tabindex=\"${ifDefined(this.forcedTabIndex)}\" aria-labelledby=\"${ifDefined(this.ariaLabelledBy)}\" aria-level=\"${ifDefined(this._ariaLevel)}\">${ this.loading ? block1.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-busy-indicator\", tags, suffix)} id=\"${ifDefined(this._id)}-busyIndicator\" delay=\"${ifDefined(this.loadingDelay)}\" ?active=\"${this.loading}\" ?inert=\"${this.loading}\" class=\"ui5-nli-loading\"><div class=\"ui5-nli-content-wrapper\"><div class=\"${ifDefined(this.contentClasses)}\">${ this.hasImportance ? block2.call(this, context, tags, suffix) : undefined }<div class=\"ui5-nli-title-text-wrapper\">${ this.hasState ? block3.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-title-text\" class=\"ui5-nli-title-text\" part=\"title-text\"><span class=\"ui5-hidden-text\">${ifDefined(this.stateText)}</span>${ifDefined(this.titleText)}</div></div><span id=\"${ifDefined(this._id)}-read\" class=\"ui5-hidden-text\">${ifDefined(this.readText)}</span>${ this.hasDesc ? block4.call(this, context, tags, suffix) : undefined }<div class=\"ui5-nli-footer\"><div id=\"${ifDefined(this._id)}-footnotes\" class=\"ui5-nli-footnotes\">${ repeat(this.footerItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block5.call(this, context, tags, suffix, item, index)) }</div><${scopeTag(\"ui5-link\", tags, suffix)} class=\"ui5-nli-footer-showMore\" ?hidden=\"${this.hideShowMore}\" @ui5-click=\"${ifDefined(this._onShowMoreClick)}\" wrapping-type=\"None\" href=\"#\" showMore-btn accessible-name=\"${ifDefined(this.moreLinkAccessibleName)}\" accessible-role=\"Button\" .accessibilityAttributes=${ifDefined(this.accInfoLink.accessibilityAttributes)}>${ifDefined(this.showMoreText)}</${scopeTag(\"ui5-link\", tags, suffix)}></div></div><div class=\"ui5-nli-actions\">${ this.showMenu ? block7.call(this, context, tags, suffix) : undefined }${ this.showClose ? block8.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-nli-avatar\" aria-hidden=\"true\"><slot name=\"avatar\"></slot></div><slot name=\"menu\"></slot></div></${scopeTag(\"ui5-busy-indicator\", tags, suffix)}></li>` : html`<li class=\"${ifDefined(this.itemClasses)}\" @focusin=\"${this._onfocusin}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=\"${this._onclick}\" tabindex=\"${ifDefined(this.forcedTabIndex)}\" aria-labelledby=\"${ifDefined(this.ariaLabelledBy)}\" aria-level=\"${ifDefined(this._ariaLevel)}\">${ this.loading ? block1.call(this, context, tags, suffix) : undefined }<ui5-busy-indicator id=\"${ifDefined(this._id)}-busyIndicator\" delay=\"${ifDefined(this.loadingDelay)}\" ?active=\"${this.loading}\" ?inert=\"${this.loading}\" class=\"ui5-nli-loading\"><div class=\"ui5-nli-content-wrapper\"><div class=\"${ifDefined(this.contentClasses)}\">${ this.hasImportance ? block2.call(this, context, tags, suffix) : undefined }<div class=\"ui5-nli-title-text-wrapper\">${ this.hasState ? block3.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-title-text\" class=\"ui5-nli-title-text\" part=\"title-text\"><span class=\"ui5-hidden-text\">${ifDefined(this.stateText)}</span>${ifDefined(this.titleText)}</div></div><span id=\"${ifDefined(this._id)}-read\" class=\"ui5-hidden-text\">${ifDefined(this.readText)}</span>${ this.hasDesc ? block4.call(this, context, tags, suffix) : undefined }<div class=\"ui5-nli-footer\"><div id=\"${ifDefined(this._id)}-footnotes\" class=\"ui5-nli-footnotes\">${ repeat(this.footerItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block5.call(this, context, tags, suffix, item, index)) }</div><ui5-link class=\"ui5-nli-footer-showMore\" ?hidden=\"${this.hideShowMore}\" @ui5-click=\"${ifDefined(this._onShowMoreClick)}\" wrapping-type=\"None\" href=\"#\" showMore-btn accessible-name=\"${ifDefined(this.moreLinkAccessibleName)}\" accessible-role=\"Button\" .accessibilityAttributes=${ifDefined(this.accInfoLink.accessibilityAttributes)}>${ifDefined(this.showMoreText)}</ui5-link></div></div><div class=\"ui5-nli-actions\">${ this.showMenu ? block7.call(this, context, tags, suffix) : undefined }${ this.showClose ? block8.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-nli-avatar\" aria-hidden=\"true\"><slot name=\"avatar\"></slot></div><slot name=\"menu\"></slot></div></ui5-busy-indicator></li>`;}\nfunction block1 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-loading\" class=\"ui5-hidden-text\">${ifDefined(this.loadingText)}</span>`;}\nfunction block2 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-tag\", tags, suffix)} id=\"${ifDefined(this._id)}-importance\" class=\"ui5-nli-importance\" design=\"Set2\" color-scheme=\"2\" wrapping-type=\"None\"><${scopeTag(\"ui5-icon\", tags, suffix)} name=\"high-priority\" slot=\"icon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ifDefined(this.importanceText)}</${scopeTag(\"ui5-tag\", tags, suffix)}>` : html`<ui5-tag id=\"${ifDefined(this._id)}-importance\" class=\"ui5-nli-importance\" design=\"Set2\" color-scheme=\"2\" wrapping-type=\"None\"><ui5-icon name=\"high-priority\" slot=\"icon\"></ui5-icon>${ifDefined(this.importanceText)}</ui5-tag>`;}\nfunction block3 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-state-icon\" name=\"${ifDefined(this.statusIconName)}\" show-tooltip=\"true\" accessible-name=${ifDefined(this.stateText)} design=\"${ifDefined(this.statusIconDesign)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-state-icon\" name=\"${ifDefined(this.statusIconName)}\" show-tooltip=\"true\" accessible-name=${ifDefined(this.stateText)} design=\"${ifDefined(this.statusIconDesign)}\"></ui5-icon>`;}\nfunction block4 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div id=\"${ifDefined(this._id)}-description\" class=\"ui5-nli-description\"><slot></slot></div>`;}\nfunction block5 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item.slotName)}\"></slot>${ item.showDivider ? block6.call(this, context, tags, suffix, item, index) : undefined }`;}\nfunction block6 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<div class=\"ui5-nli-footer-divider\" aria-hidden=\"true\">·</div>`;}\nfunction block7 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"overflow\" design=\"Transparent\" @click=\"${this._onBtnMenuClick}\" class=\"ui5-nli-menu-btn\" tooltip=\"${ifDefined(this.menuBtnAccessibleName)}\" .accessibilityAttributes=${ifDefined(this.accInfoButton.accessibilityAttributes)}></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"overflow\" design=\"Transparent\" @click=\"${this._onBtnMenuClick}\" class=\"ui5-nli-menu-btn\" tooltip=\"${ifDefined(this.menuBtnAccessibleName)}\" .accessibilityAttributes=${ifDefined(this.accInfoButton.accessibilityAttributes)}></ui5-button>`;}\nfunction block8 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" class=\"ui5-nli-close-btn\" design=\"Transparent\" @click=\"${this._onBtnCloseClick}\" tooltip=\"${ifDefined(this.closeBtnAccessibleName)}\" accessible-name=\"${ifDefined(this.closeBtnAccessibleName)}\" close-btn></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"decline\" class=\"ui5-nli-close-btn\" design=\"Transparent\" @click=\"${this._onBtnCloseClick}\" tooltip=\"${ifDefined(this.closeBtnAccessibleName)}\" accessible-name=\"${ifDefined(this.closeBtnAccessibleName)}\" close-btn></ui5-button>`;}\n\n\nexport default block0;"]}
|
|
1
|
+
{"version":3,"file":"NotificationListItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/NotificationListItemTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,cAAc,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,eAAe,IAAI,CAAC,UAAU,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,aAAa,IAAI,CAAC,QAAQ,eAAe,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,KAAM,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,IAAI,QAAQ,CAAC,oBAAoB,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,0BAA0B,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,cAAc,IAAI,CAAC,OAAO,aAAa,IAAI,CAAC,OAAO,8EAA8E,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,KAAM,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,2CAA4C,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,YAAY,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2FAA2F,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,yBAAyB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,kCAAkC,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAW,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,wCAAwC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,yCAA0C,MAAM,CAAC,IAAI,CAAC,WAAW,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,UAAU,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,6CAA6C,IAAI,CAAC,YAAY,iBAAiB,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,kEAAkE,SAAS,CAAC,IAAI,CAAC,sBAAsB,CAAC,uDAAuD,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,uBAAuB,CAAC,IAAI,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,6CAA8C,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,0HAA0H,QAAQ,CAAC,oBAAoB,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAA,cAAc,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,eAAe,IAAI,CAAC,UAAU,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,aAAa,IAAI,CAAC,QAAQ,eAAe,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,KAAM,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,2BAA2B,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,0BAA0B,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,cAAc,IAAI,CAAC,OAAO,aAAa,IAAI,CAAC,OAAO,8EAA8E,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,KAAM,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,2CAA4C,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,YAAY,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2FAA2F,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,yBAAyB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,kCAAkC,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAW,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,wCAAwC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,yCAA0C,MAAM,CAAC,IAAI,CAAC,WAAW,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,4DAA4D,IAAI,CAAC,YAAY,iBAAiB,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,kEAAkE,SAAS,CAAC,IAAI,CAAC,sBAAsB,CAAC,uDAAuD,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,uBAAuB,CAAC,IAAI,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,uDAAwD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,iJAAiJ,CAAC,CAAA,CAAC;AAC/+I,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,aAAa,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,qCAAqC,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,CAAA,CAAC;AACtO,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,SAAS,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gGAAgG,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,uCAAuC,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,SAAS,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,gBAAgB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,qJAAqJ,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,YAAY,CAAC,CAAA,CAAC;AACrsB,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,iCAAiC,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,yCAAyC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,YAAY,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,0CAA0C,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,yCAAyC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,YAAY,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,CAAA,CAAC;AACjlB,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,YAAY,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,+DAA+D,CAAC,CAAA,CAAC;AAC3N,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,eAAe,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAa,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AAClS,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,gEAAgE,CAAC,CAAA,CAAC;AACvN,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,iDAAiD,IAAI,CAAC,eAAe,uCAAuC,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,8BAA8B,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,uBAAuB,CAAC,MAAM,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,4DAA4D,IAAI,CAAC,eAAe,uCAAuC,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,8BAA8B,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,uBAAuB,CAAC,gBAAgB,CAAC,CAAA,CAAC;AACrsB,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,0EAA0E,IAAI,CAAC,gBAAgB,cAAc,SAAS,CAAC,IAAI,CAAC,sBAAsB,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,sBAAsB,CAAC,iBAAiB,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,qFAAqF,IAAI,CAAC,gBAAgB,cAAc,SAAS,CAAC,IAAI,CAAC,sBAAsB,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,sBAAsB,CAAC,2BAA2B,CAAC,CAAA,CAAC;AAGjrB,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\";\nimport type NotificationListItem from \"../../NotificationListItem.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<li class=\"${ifDefined(this.itemClasses)}\" @focusin=\"${this._onfocusin}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=\"${this._onclick}\" tabindex=\"${ifDefined(this.forcedTabIndex)}\" aria-labelledby=\"${ifDefined(this.ariaLabelledBy)}\" aria-level=\"${ifDefined(this._ariaLevel)}\">${ this.loading ? block1.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-busy-indicator\", tags, suffix)} id=\"${ifDefined(this._id)}-busyIndicator\" delay=\"${ifDefined(this.loadingDelay)}\" ?active=\"${this.loading}\" ?inert=\"${this.loading}\" class=\"ui5-nli-loading\"><div class=\"ui5-nli-content-wrapper\"><div class=\"${ifDefined(this.contentClasses)}\">${ this.hasImportance ? block2.call(this, context, tags, suffix) : undefined }<div class=\"ui5-nli-title-text-wrapper\">${ this.hasState ? block3.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-title-text\" class=\"ui5-nli-title-text\" part=\"title-text\"><span class=\"ui5-hidden-text\">${ifDefined(this.stateText)}</span>${ifDefined(this.titleText)}</div></div><span id=\"${ifDefined(this._id)}-read\" class=\"ui5-hidden-text\">${ifDefined(this.readText)}</span>${ this.hasDesc ? block4.call(this, context, tags, suffix) : undefined }<div class=\"ui5-nli-footer\"><div id=\"${ifDefined(this._id)}-footnotes\" class=\"ui5-nli-footnotes\">${ repeat(this.footerItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block5.call(this, context, tags, suffix, item, index)) }</div><${scopeTag(\"ui5-link\", tags, suffix)} class=\"ui5-nli-footer-showMore\" ?hidden=\"${this.hideShowMore}\" @ui5-click=\"${ifDefined(this._onShowMoreClick)}\" wrapping-type=\"None\" href=\"#\" showMore-btn accessible-name=\"${ifDefined(this.moreLinkAccessibleName)}\" accessible-role=\"Button\" .accessibilityAttributes=${ifDefined(this.accInfoLink.accessibilityAttributes)}>${ifDefined(this.showMoreText)}</${scopeTag(\"ui5-link\", tags, suffix)}></div></div><div class=\"ui5-nli-actions\">${ this.showMenu ? block7.call(this, context, tags, suffix) : undefined }${ this.showClose ? block8.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-nli-avatar\" aria-hidden=\"true\"><slot name=\"avatar\"></slot></div><slot name=\"menu\"></slot></div></${scopeTag(\"ui5-busy-indicator\", tags, suffix)}></li>` : html`<li class=\"${ifDefined(this.itemClasses)}\" @focusin=\"${this._onfocusin}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=\"${this._onclick}\" tabindex=\"${ifDefined(this.forcedTabIndex)}\" aria-labelledby=\"${ifDefined(this.ariaLabelledBy)}\" aria-level=\"${ifDefined(this._ariaLevel)}\">${ this.loading ? block1.call(this, context, tags, suffix) : undefined }<ui5-busy-indicator id=\"${ifDefined(this._id)}-busyIndicator\" delay=\"${ifDefined(this.loadingDelay)}\" ?active=\"${this.loading}\" ?inert=\"${this.loading}\" class=\"ui5-nli-loading\"><div class=\"ui5-nli-content-wrapper\"><div class=\"${ifDefined(this.contentClasses)}\">${ this.hasImportance ? block2.call(this, context, tags, suffix) : undefined }<div class=\"ui5-nli-title-text-wrapper\">${ this.hasState ? block3.call(this, context, tags, suffix) : undefined }<div id=\"${ifDefined(this._id)}-title-text\" class=\"ui5-nli-title-text\" part=\"title-text\"><span class=\"ui5-hidden-text\">${ifDefined(this.stateText)}</span>${ifDefined(this.titleText)}</div></div><span id=\"${ifDefined(this._id)}-read\" class=\"ui5-hidden-text\">${ifDefined(this.readText)}</span>${ this.hasDesc ? block4.call(this, context, tags, suffix) : undefined }<div class=\"ui5-nli-footer\"><div id=\"${ifDefined(this._id)}-footnotes\" class=\"ui5-nli-footnotes\">${ repeat(this.footerItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block5.call(this, context, tags, suffix, item, index)) }</div><ui5-link class=\"ui5-nli-footer-showMore\" ?hidden=\"${this.hideShowMore}\" @ui5-click=\"${ifDefined(this._onShowMoreClick)}\" wrapping-type=\"None\" href=\"#\" showMore-btn accessible-name=\"${ifDefined(this.moreLinkAccessibleName)}\" accessible-role=\"Button\" .accessibilityAttributes=${ifDefined(this.accInfoLink.accessibilityAttributes)}>${ifDefined(this.showMoreText)}</ui5-link></div></div><div class=\"ui5-nli-actions\">${ this.showMenu ? block7.call(this, context, tags, suffix) : undefined }${ this.showClose ? block8.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-nli-avatar\" aria-hidden=\"true\"><slot name=\"avatar\"></slot></div><slot name=\"menu\"></slot></div></ui5-busy-indicator></li>`;}\nfunction block1 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-loading\" class=\"ui5-hidden-text\">${ifDefined(this.loadingText)}</span>`;}\nfunction block2 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-tag\", tags, suffix)} id=\"${ifDefined(this._id)}-importance\" class=\"ui5-nli-importance\" design=\"Set2\" color-scheme=\"2\" wrapping-type=\"None\"><${scopeTag(\"ui5-icon\", tags, suffix)} name=\"high-priority\" slot=\"icon\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ifDefined(this.importanceText)}</${scopeTag(\"ui5-tag\", tags, suffix)}>` : html`<ui5-tag id=\"${ifDefined(this._id)}-importance\" class=\"ui5-nli-importance\" design=\"Set2\" color-scheme=\"2\" wrapping-type=\"None\"><ui5-icon name=\"high-priority\" slot=\"icon\"></ui5-icon>${ifDefined(this.importanceText)}</ui5-tag>`;}\nfunction block3 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-state-icon\" name=\"${ifDefined(this.statusIconName)}\" show-tooltip=\"true\" accessible-name=${ifDefined(this.stateText)} design=\"${ifDefined(this.statusIconDesign)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-state-icon\" name=\"${ifDefined(this.statusIconName)}\" show-tooltip=\"true\" accessible-name=${ifDefined(this.stateText)} design=\"${ifDefined(this.statusIconDesign)}\"></ui5-icon>`;}\nfunction block4 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div id=\"${ifDefined(this._id)}-description\" class=\"ui5-nli-description\"><slot></slot></div>`;}\nfunction block5 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item.slotName)}\"></slot>${ item.showDivider ? block6.call(this, context, tags, suffix, item, index) : undefined }`;}\nfunction block6 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<div class=\"ui5-nli-footer-divider\" aria-hidden=\"true\">·</div>`;}\nfunction block7 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"overflow\" design=\"Transparent\" @click=\"${this._onBtnMenuClick}\" class=\"ui5-nli-menu-btn\" tooltip=\"${ifDefined(this.menuBtnAccessibleName)}\" .accessibilityAttributes=${ifDefined(this.accInfoButton.accessibilityAttributes)}></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"overflow\" design=\"Transparent\" @click=\"${this._onBtnMenuClick}\" class=\"ui5-nli-menu-btn\" tooltip=\"${ifDefined(this.menuBtnAccessibleName)}\" .accessibilityAttributes=${ifDefined(this.accInfoButton.accessibilityAttributes)}></ui5-button>`;}\nfunction block8 (this: NotificationListItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" class=\"ui5-nli-close-btn\" design=\"Transparent\" @click=\"${this._onBtnCloseClick}\" tooltip=\"${ifDefined(this.closeBtnAccessibleName)}\" accessible-name=\"${ifDefined(this.closeBtnAccessibleName)}\" close-btn></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"decline\" class=\"ui5-nli-close-btn\" design=\"Transparent\" @click=\"${this._onBtnCloseClick}\" tooltip=\"${ifDefined(this.closeBtnAccessibleName)}\" accessible-name=\"${ifDefined(this.closeBtnAccessibleName)}\" close-btn></ui5-button>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
|
-
import { html, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
2
|
+
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
3
|
function block0(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-notification-list-internal", tags, suffix)} .accessibleName="${ifDefined(this._accessibleName)}" .noDataText="${ifDefined(this.noDataText)}" @ui5-item-click="${ifDefined(this._onItemClick)}" @ui5-item-close="${ifDefined(this._onItemClose)}" @ui5-item-toggle="${ifDefined(this._onItemToggle)}" @ui5-load-more="${ifDefined(this._onLoadMore)}"><slot></slot></${scopeTag("ui5-notification-list-internal", tags, suffix)}>` : html `<ui5-notification-list-internal .accessibleName="${ifDefined(this._accessibleName)}" .noDataText="${ifDefined(this.noDataText)}" @ui5-item-click="${ifDefined(this._onItemClick)}" @ui5-item-close="${ifDefined(this._onItemClose)}" @ui5-item-toggle="${ifDefined(this._onItemToggle)}" @ui5-load-more="${ifDefined(this._onLoadMore)}"><slot></slot></ui5-notification-list-internal>`; }
|
|
4
4
|
export default block0;
|
|
5
5
|
//# sourceMappingURL=NotificationListTemplate.lit.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationListTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/NotificationListTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"NotificationListTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/NotificationListTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAA0B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,gCAAgC,EAAE,IAAI,EAAE,MAAM,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,oBAAoB,QAAQ,CAAC,gCAAgC,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,oDAAoD,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,kDAAkD,CAAC,CAAA,CAAC;AAGr7B,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\";\nimport type NotificationList from \"../../NotificationList.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: NotificationList, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-notification-list-internal\", tags, suffix)} .accessibleName=\"${ifDefined(this._accessibleName)}\" .noDataText=\"${ifDefined(this.noDataText)}\" @ui5-item-click=\"${ifDefined(this._onItemClick)}\" @ui5-item-close=\"${ifDefined(this._onItemClose)}\" @ui5-item-toggle=\"${ifDefined(this._onItemToggle)}\" @ui5-load-more=\"${ifDefined(this._onLoadMore)}\"><slot></slot></${scopeTag(\"ui5-notification-list-internal\", tags, suffix)}>` : html`<ui5-notification-list-internal .accessibleName=\"${ifDefined(this._accessibleName)}\" .noDataText=\"${ifDefined(this.noDataText)}\" @ui5-item-click=\"${ifDefined(this._onItemClick)}\" @ui5-item-close=\"${ifDefined(this._onItemClose)}\" @ui5-item-toggle=\"${ifDefined(this._onItemToggle)}\" @ui5-load-more=\"${ifDefined(this._onLoadMore)}\"><slot></slot></ui5-notification-list-internal>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
|
-
import { html, styleMap } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
2
|
+
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
3
|
function block0(context, tags, suffix) { return html `<div class="ui5-page-root"><header class="ui5-page-header-root" id="ui5-page-header"><slot name="header"></slot></header><section part="content" class="ui5-page-content-root" style="${styleMap(this.styles.content)}"><slot></slot></section><footer class="ui5-page-footer-root" style="${styleMap(this.styles.footer)}"><slot name="footer"></slot></footer></div>`; }
|
|
4
4
|
export default block0;
|
|
5
5
|
//# sourceMappingURL=PageTemplate.lit.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PageTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"PageTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PageTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAc,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,yLAAyL,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,wEAAwE,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,8CAA8C,CAAC,CAAA,CAAC;AAGrd,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\";\nimport type Page from \"../../Page.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Page, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-page-root\"><header class=\"ui5-page-header-root\" id=\"ui5-page-header\"><slot name=\"header\"></slot></header><section part=\"content\" class=\"ui5-page-content-root\" style=\"${styleMap(this.styles.content)}\"><slot></slot></section><footer class=\"ui5-page-footer-root\" style=\"${styleMap(this.styles.footer)}\"><slot name=\"footer\"></slot></footer></div>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
|
-
import { html, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
2
|
+
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
3
|
function block0(context, tags, suffix) { return html `${this.targetSrc ? block1.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix)}`; }
|
|
4
4
|
function block1(context, tags, suffix) { return html `<a class="ui5-product-switch-item-root" data-sap-focus-ref @focusout="${this._onfocusout}" @focusin="${this._onfocusin}" @mousedown="${this._onmousedown}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" tabindex=${ifDefined(this.forcedTabIndex)} href="${ifDefined(this.targetSrc)}" target="${ifDefined(this._effectiveTarget)}">${this.icon ? block2.call(this, context, tags, suffix) : undefined}<span class="ui5-product-switch-item-text-content">${this.titleText ? block3.call(this, context, tags, suffix) : undefined}${this.subtitleText ? block4.call(this, context, tags, suffix) : undefined}</span></a>`; }
|
|
5
5
|
function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} class="ui5-product-switch-item-icon" name="${ifDefined(this.icon)}"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon class="ui5-product-switch-item-icon" name="${ifDefined(this.icon)}"></ui5-icon>`; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductSwitchItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ProductSwitchItemTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"ProductSwitchItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ProductSwitchItemTemplate.lit.ts"],"names":[],"mappings":"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","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\";\nimport type ProductSwitchItem from \"../../ProductSwitchItem.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ProductSwitchItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.targetSrc ? block1.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix) }`;}\nfunction block1 (this: ProductSwitchItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<a class=\"ui5-product-switch-item-root\" data-sap-focus-ref @focusout=\"${this._onfocusout}\" @focusin=\"${this._onfocusin}\" @mousedown=\"${this._onmousedown}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" tabindex=${ifDefined(this.forcedTabIndex)} href=\"${ifDefined(this.targetSrc)}\" target=\"${ifDefined(this._effectiveTarget)}\">${ this.icon ? block2.call(this, context, tags, suffix) : undefined }<span class=\"ui5-product-switch-item-text-content\">${ this.titleText ? block3.call(this, context, tags, suffix) : undefined }${ this.subtitleText ? block4.call(this, context, tags, suffix) : undefined }</span></a>`;}\nfunction block2 (this: ProductSwitchItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-product-switch-item-icon\" name=\"${ifDefined(this.icon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-product-switch-item-icon\" name=\"${ifDefined(this.icon)}\"></ui5-icon>`;}\nfunction block3 (this: ProductSwitchItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-product-switch-item-title\">${ifDefined(this.titleText)}</span>`;}\nfunction block4 (this: ProductSwitchItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-product-switch-item-subtitle\">${ifDefined(this.subtitleText)}</span>`;}\nfunction block5 (this: ProductSwitchItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div role=\"listitem\" class=\"ui5-product-switch-item-root\" data-sap-focus-ref @focusout=\"${this._onfocusout}\" @focusin=\"${this._onfocusin}\" @mousedown=\"${this._onmousedown}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" tabindex=${ifDefined(this.forcedTabIndex)}>${ this.icon ? block6.call(this, context, tags, suffix) : undefined }<span class=\"ui5-product-switch-item-text-content\">${ this.titleText ? block7.call(this, context, tags, suffix) : undefined }${ this.subtitleText ? block8.call(this, context, tags, suffix) : undefined }</span></div>`;}\nfunction block6 (this: ProductSwitchItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-product-switch-item-icon\" name=\"${ifDefined(this.icon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-product-switch-item-icon\" name=\"${ifDefined(this.icon)}\"></ui5-icon>`;}\nfunction block7 (this: ProductSwitchItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-product-switch-item-title\">${ifDefined(this.titleText)}</span>`;}\nfunction block8 (this: ProductSwitchItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-product-switch-item-subtitle\">${ifDefined(this.subtitleText)}</span>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
|
-
import { html, ifDefined } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
2
|
+
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
3
|
function block0(context, tags, suffix) { return html `<div class="ui5-product-switch-root" role="list" aria-label="${ifDefined(this._ariaLabelText)}" @focusin=${this._onfocusin} @keydown=${this._onkeydown} @click="${this.handleProductSwitchItemClick}"><slot></slot></div>`; }
|
|
4
4
|
export default block0;
|
|
5
5
|
//# sourceMappingURL=ProductSwitchTemplate.lit.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductSwitchTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ProductSwitchTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"ProductSwitchTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ProductSwitchTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,gEAAgE,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,cAAc,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,UAAU,YAAY,IAAI,CAAC,4BAA4B,uBAAuB,CAAC,CAAA,CAAC;AAGjV,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\";\nimport type ProductSwitch from \"../../ProductSwitch.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ProductSwitch, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-product-switch-root\" role=\"list\" aria-label=\"${ifDefined(this._ariaLabelText)}\" @focusin=${this._onfocusin} @keydown=${this._onkeydown} @click=\"${this.handleProductSwitchItemClick}\"><slot></slot></div>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
|
-
import { html, repeat, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
2
|
+
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
3
|
function block0(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-popover", tags, suffix)} class="ui5-shellbar-menu-popover" hide-arrow placement="Bottom" prevent-initial-focus @ui5-before-open=${ifDefined(this._menuPopoverBeforeOpen)} @ui5-close=${ifDefined(this._menuPopoverAfterClose)}><${scopeTag("ui5-list", tags, suffix)} separators="None" selection-mode="Single" @ui5-selection-change=${ifDefined(this._menuItemPress)}>${repeat(this._menuPopoverItems, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}</${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-popover", tags, suffix)}><${scopeTag("ui5-popover", tags, suffix)} class="ui5-shellbar-overflow-popover" placement="Bottom" prevent-initial-focus horizontal-align="${ifDefined(this.popoverHorizontalAlign)}" hide-arrow @ui5-before-open=${ifDefined(this._overflowPopoverBeforeOpen)} @ui5-close=${ifDefined(this._overflowPopoverAfterClose)}><${scopeTag("ui5-list", tags, suffix)} separators="None" @ui5-item-click="${ifDefined(this._handleActionListClick)}">${repeat(this._hiddenIcons, (item, index) => item._id || index, (item, index) => block2.call(this, context, tags, suffix, item, index))}</${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-popover", tags, suffix)}>` : html `<ui5-popover class="ui5-shellbar-menu-popover" hide-arrow placement="Bottom" prevent-initial-focus @ui5-before-open=${ifDefined(this._menuPopoverBeforeOpen)} @ui5-close=${ifDefined(this._menuPopoverAfterClose)}><ui5-list separators="None" selection-mode="Single" @ui5-selection-change=${ifDefined(this._menuItemPress)}>${repeat(this._menuPopoverItems, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}</ui5-list></ui5-popover><ui5-popover class="ui5-shellbar-overflow-popover" placement="Bottom" prevent-initial-focus horizontal-align="${ifDefined(this.popoverHorizontalAlign)}" hide-arrow @ui5-before-open=${ifDefined(this._overflowPopoverBeforeOpen)} @ui5-close=${ifDefined(this._overflowPopoverAfterClose)}><ui5-list separators="None" @ui5-item-click="${ifDefined(this._handleActionListClick)}">${repeat(this._hiddenIcons, (item, index) => item._id || index, (item, index) => block2.call(this, context, tags, suffix, item, index))}</ui5-list></ui5-popover>`; }
|
|
4
4
|
function block1(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
|
|
5
5
|
function block2(context, tags, suffix, item, index) { return suffix ? html `<${scopeTag("ui5-li", tags, suffix)} data-ui5-external-action-item-id="${ifDefined(item.refItemid)}" icon="${ifDefined(item.icon)}" type="Active" @ui5-_press="${ifDefined(item.press)}" tooltip="${ifDefined(item.text)}">${ifDefined(item.text)}</${scopeTag("ui5-li", tags, suffix)}>` : html `<ui5-li data-ui5-external-action-item-id="${ifDefined(item.refItemid)}" icon="${ifDefined(item.icon)}" type="Active" @ui5-_press="${ifDefined(item.press)}" tooltip="${ifDefined(item.text)}">${ifDefined(item.text)}</ui5-li>`; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShellBarPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ShellBarPopoverTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"ShellBarPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ShellBarPopoverTemplate.lit.ts"],"names":[],"mappings":"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","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\";\ntype ShellBarPopover = any;\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ShellBarPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} class=\"ui5-shellbar-menu-popover\" hide-arrow placement=\"Bottom\" prevent-initial-focus @ui5-before-open=${ifDefined(this._menuPopoverBeforeOpen)} @ui5-close=${ifDefined(this._menuPopoverAfterClose)}><${scopeTag(\"ui5-list\", tags, suffix)} separators=\"None\" selection-mode=\"Single\" @ui5-selection-change=${ifDefined(this._menuItemPress)}>${ repeat(this._menuPopoverItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}></${scopeTag(\"ui5-popover\", tags, suffix)}><${scopeTag(\"ui5-popover\", tags, suffix)} class=\"ui5-shellbar-overflow-popover\" placement=\"Bottom\" prevent-initial-focus horizontal-align=\"${ifDefined(this.popoverHorizontalAlign)}\" hide-arrow @ui5-before-open=${ifDefined(this._overflowPopoverBeforeOpen)} @ui5-close=${ifDefined(this._overflowPopoverAfterClose)}><${scopeTag(\"ui5-list\", tags, suffix)} separators=\"None\" @ui5-item-click=\"${ifDefined(this._handleActionListClick)}\">${ repeat(this._hiddenIcons, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover class=\"ui5-shellbar-menu-popover\" hide-arrow placement=\"Bottom\" prevent-initial-focus @ui5-before-open=${ifDefined(this._menuPopoverBeforeOpen)} @ui5-close=${ifDefined(this._menuPopoverAfterClose)}><ui5-list separators=\"None\" selection-mode=\"Single\" @ui5-selection-change=${ifDefined(this._menuItemPress)}>${ repeat(this._menuPopoverItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</ui5-list></ui5-popover><ui5-popover class=\"ui5-shellbar-overflow-popover\" placement=\"Bottom\" prevent-initial-focus horizontal-align=\"${ifDefined(this.popoverHorizontalAlign)}\" hide-arrow @ui5-before-open=${ifDefined(this._overflowPopoverBeforeOpen)} @ui5-close=${ifDefined(this._overflowPopoverAfterClose)}><ui5-list separators=\"None\" @ui5-item-click=\"${ifDefined(this._handleActionListClick)}\">${ repeat(this._hiddenIcons, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</ui5-list></ui5-popover>`;}\nfunction block1 (this: ShellBarPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block2 (this: ShellBarPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} data-ui5-external-action-item-id=\"${ifDefined(item.refItemid)}\" icon=\"${ifDefined(item.icon)}\" type=\"Active\" @ui5-_press=\"${ifDefined(item.press)}\" tooltip=\"${ifDefined(item.text)}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li data-ui5-external-action-item-id=\"${ifDefined(item.refItemid)}\" icon=\"${ifDefined(item.icon)}\" type=\"Active\" @ui5-_press=\"${ifDefined(item.press)}\" tooltip=\"${ifDefined(item.text)}\">${ifDefined(item.text)}</ui5-li>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
|
-
import { html, repeat, classMap, styleMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
2
|
+
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
3
|
function block0(context, tags, suffix) { return suffix ? html `<header class="${classMap(this.classes.wrapper)}" aria-label="${ifDefined(this._shellbarText)}" part="root"><div class="ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left">${this.startButton.length ? block1.call(this, context, tags, suffix) : undefined}${this.hasMenuItems ? block2.call(this, context, tags, suffix) : undefined}${!this.hasMenuItems ? block8.call(this, context, tags, suffix) : undefined}${this.secondaryTitle ? block11.call(this, context, tags, suffix) : undefined}</div>${this.hasMidContent ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix)}<div class="ui5-shellbar-overflow-container ui5-shellbar-overflow-container-right"><div class="ui5-shellbar-overflow-container-right-child">${!this.hasMidContent ? block16.call(this, context, tags, suffix) : undefined}${this.hasAssistant ? block21.call(this, context, tags, suffix) : undefined}${repeat(this.customItemsInfo, (item, index) => item._id || index, (item, index) => block22.call(this, context, tags, suffix, item, index))}${this.showNotifications ? block23.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-button", tags, suffix)} id="${ifDefined(this._id)}-item-5" style="${styleMap(this.styles.items.overflow)}" class="${classMap(this.classes.items.overflow)} ui5-shellbar-button ui5-shellbar-overflow-button-shown ui5-shellbar-overflow-button" icon="sap-icon://overflow" @click="${this._handleOverflowPress}" tooltip="${ifDefined(this._overflowText)}" .accessibilityAttributes=${ifDefined(this.accInfo.overflow.accessibilityAttributes)} data-ui5-stable="overflow"></${scopeTag("ui5-button", tags, suffix)}>${this.hasProfile ? block24.call(this, context, tags, suffix) : undefined}${this.showProductSwitch ? block25.call(this, context, tags, suffix) : undefined}</div></div></header><${scopeTag("ui5-popover", tags, suffix)} class="ui5-shellbar-menu-popover" hide-arrow placement="Bottom" prevent-initial-focus @ui5-before-open=${ifDefined(this._menuPopoverBeforeOpen)} @ui5-close=${ifDefined(this._menuPopoverAfterClose)}><${scopeTag("ui5-list", tags, suffix)} separators="None" selection-mode="Single" @ui5-selection-change=${ifDefined(this._menuItemPress)}>${repeat(this._menuPopoverItems, (item, index) => item._id || index, (item, index) => block26.call(this, context, tags, suffix, item, index))}</${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-popover", tags, suffix)}><${scopeTag("ui5-popover", tags, suffix)} class="ui5-shellbar-overflow-popover" placement="Bottom" prevent-initial-focus horizontal-align="${ifDefined(this.popoverHorizontalAlign)}" hide-arrow @ui5-before-open=${ifDefined(this._overflowPopoverBeforeOpen)} @ui5-close=${ifDefined(this._overflowPopoverAfterClose)}><${scopeTag("ui5-list", tags, suffix)} separators="None" @ui5-item-click="${ifDefined(this._handleActionListClick)}">${repeat(this._hiddenIcons, (item, index) => item._id || index, (item, index) => block27.call(this, context, tags, suffix, item, index))}</${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-popover", tags, suffix)}>` : html `<header class="${classMap(this.classes.wrapper)}" aria-label="${ifDefined(this._shellbarText)}" part="root"><div class="ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left">${this.startButton.length ? block1.call(this, context, tags, suffix) : undefined}${this.hasMenuItems ? block2.call(this, context, tags, suffix) : undefined}${!this.hasMenuItems ? block8.call(this, context, tags, suffix) : undefined}${this.secondaryTitle ? block11.call(this, context, tags, suffix) : undefined}</div>${this.hasMidContent ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix)}<div class="ui5-shellbar-overflow-container ui5-shellbar-overflow-container-right"><div class="ui5-shellbar-overflow-container-right-child">${!this.hasMidContent ? block16.call(this, context, tags, suffix) : undefined}${this.hasAssistant ? block21.call(this, context, tags, suffix) : undefined}${repeat(this.customItemsInfo, (item, index) => item._id || index, (item, index) => block22.call(this, context, tags, suffix, item, index))}${this.showNotifications ? block23.call(this, context, tags, suffix) : undefined}<ui5-button id="${ifDefined(this._id)}-item-5" style="${styleMap(this.styles.items.overflow)}" class="${classMap(this.classes.items.overflow)} ui5-shellbar-button ui5-shellbar-overflow-button-shown ui5-shellbar-overflow-button" icon="sap-icon://overflow" @click="${this._handleOverflowPress}" tooltip="${ifDefined(this._overflowText)}" .accessibilityAttributes=${ifDefined(this.accInfo.overflow.accessibilityAttributes)} data-ui5-stable="overflow"></ui5-button>${this.hasProfile ? block24.call(this, context, tags, suffix) : undefined}${this.showProductSwitch ? block25.call(this, context, tags, suffix) : undefined}</div></div></header><ui5-popover class="ui5-shellbar-menu-popover" hide-arrow placement="Bottom" prevent-initial-focus @ui5-before-open=${ifDefined(this._menuPopoverBeforeOpen)} @ui5-close=${ifDefined(this._menuPopoverAfterClose)}><ui5-list separators="None" selection-mode="Single" @ui5-selection-change=${ifDefined(this._menuItemPress)}>${repeat(this._menuPopoverItems, (item, index) => item._id || index, (item, index) => block26.call(this, context, tags, suffix, item, index))}</ui5-list></ui5-popover><ui5-popover class="ui5-shellbar-overflow-popover" placement="Bottom" prevent-initial-focus horizontal-align="${ifDefined(this.popoverHorizontalAlign)}" hide-arrow @ui5-before-open=${ifDefined(this._overflowPopoverBeforeOpen)} @ui5-close=${ifDefined(this._overflowPopoverAfterClose)}><ui5-list separators="None" @ui5-item-click="${ifDefined(this._handleActionListClick)}">${repeat(this._hiddenIcons, (item, index) => item._id || index, (item, index) => block27.call(this, context, tags, suffix, item, index))}</ui5-list></ui5-popover>`; }
|
|
4
4
|
function block1(context, tags, suffix) { return html `<slot name="startButton"></slot>`; }
|
|
5
5
|
function block2(context, tags, suffix) { return html `${!this.showLogoInMenuButton ? block3.call(this, context, tags, suffix) : undefined}${this.showTitleInMenuButton ? block4.call(this, context, tags, suffix) : undefined}${this.showMenuButton ? block5.call(this, context, tags, suffix) : undefined}`; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShellBarTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ShellBarTemplate.lit.ts"],"names":[],"mappings":"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","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\";\nimport type ShellBar from \"../../ShellBar.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<header class=\"${classMap(this.classes.wrapper as ClassMapValue)}\" aria-label=\"${ifDefined(this._shellbarText)}\" part=\"root\"><div class=\"ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left\">${ this.startButton.length ? block1.call(this, context, tags, suffix) : undefined }${ this.hasMenuItems ? block2.call(this, context, tags, suffix) : undefined }${ !this.hasMenuItems ? block8.call(this, context, tags, suffix) : undefined }${ this.secondaryTitle ? block11.call(this, context, tags, suffix) : undefined }</div>${ this.hasMidContent ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix) }<div class=\"ui5-shellbar-overflow-container ui5-shellbar-overflow-container-right\"><div class=\"ui5-shellbar-overflow-container-right-child\">${ !this.hasMidContent ? block16.call(this, context, tags, suffix) : undefined }${ this.hasAssistant ? block21.call(this, context, tags, suffix) : undefined }${ repeat(this.customItemsInfo, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block22.call(this, context, tags, suffix, item, index)) }${ this.showNotifications ? block23.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(this._id)}-item-5\" style=\"${styleMap(this.styles.items.overflow)}\" class=\"${classMap(this.classes.items.overflow as ClassMapValue)} ui5-shellbar-button ui5-shellbar-overflow-button-shown ui5-shellbar-overflow-button\" icon=\"sap-icon://overflow\" @click=\"${this._handleOverflowPress}\" tooltip=\"${ifDefined(this._overflowText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.overflow.accessibilityAttributes)} data-ui5-stable=\"overflow\"></${scopeTag(\"ui5-button\", tags, suffix)}>${ this.hasProfile ? block24.call(this, context, tags, suffix) : undefined }${ this.showProductSwitch ? block25.call(this, context, tags, suffix) : undefined }</div></div></header><${scopeTag(\"ui5-popover\", tags, suffix)} class=\"ui5-shellbar-menu-popover\" hide-arrow placement=\"Bottom\" prevent-initial-focus @ui5-before-open=${ifDefined(this._menuPopoverBeforeOpen)} @ui5-close=${ifDefined(this._menuPopoverAfterClose)}><${scopeTag(\"ui5-list\", tags, suffix)} separators=\"None\" selection-mode=\"Single\" @ui5-selection-change=${ifDefined(this._menuItemPress)}>${ repeat(this._menuPopoverItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block26.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}></${scopeTag(\"ui5-popover\", tags, suffix)}><${scopeTag(\"ui5-popover\", tags, suffix)} class=\"ui5-shellbar-overflow-popover\" placement=\"Bottom\" prevent-initial-focus horizontal-align=\"${ifDefined(this.popoverHorizontalAlign)}\" hide-arrow @ui5-before-open=${ifDefined(this._overflowPopoverBeforeOpen)} @ui5-close=${ifDefined(this._overflowPopoverAfterClose)}><${scopeTag(\"ui5-list\", tags, suffix)} separators=\"None\" @ui5-item-click=\"${ifDefined(this._handleActionListClick)}\">${ repeat(this._hiddenIcons, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block27.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<header class=\"${classMap(this.classes.wrapper as ClassMapValue)}\" aria-label=\"${ifDefined(this._shellbarText)}\" part=\"root\"><div class=\"ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left\">${ this.startButton.length ? block1.call(this, context, tags, suffix) : undefined }${ this.hasMenuItems ? block2.call(this, context, tags, suffix) : undefined }${ !this.hasMenuItems ? block8.call(this, context, tags, suffix) : undefined }${ this.secondaryTitle ? block11.call(this, context, tags, suffix) : undefined }</div>${ this.hasMidContent ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix) }<div class=\"ui5-shellbar-overflow-container ui5-shellbar-overflow-container-right\"><div class=\"ui5-shellbar-overflow-container-right-child\">${ !this.hasMidContent ? block16.call(this, context, tags, suffix) : undefined }${ this.hasAssistant ? block21.call(this, context, tags, suffix) : undefined }${ repeat(this.customItemsInfo, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block22.call(this, context, tags, suffix, item, index)) }${ this.showNotifications ? block23.call(this, context, tags, suffix) : undefined }<ui5-button id=\"${ifDefined(this._id)}-item-5\" style=\"${styleMap(this.styles.items.overflow)}\" class=\"${classMap(this.classes.items.overflow as ClassMapValue)} ui5-shellbar-button ui5-shellbar-overflow-button-shown ui5-shellbar-overflow-button\" icon=\"sap-icon://overflow\" @click=\"${this._handleOverflowPress}\" tooltip=\"${ifDefined(this._overflowText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.overflow.accessibilityAttributes)} data-ui5-stable=\"overflow\"></ui5-button>${ this.hasProfile ? block24.call(this, context, tags, suffix) : undefined }${ this.showProductSwitch ? block25.call(this, context, tags, suffix) : undefined }</div></div></header><ui5-popover class=\"ui5-shellbar-menu-popover\" hide-arrow placement=\"Bottom\" prevent-initial-focus @ui5-before-open=${ifDefined(this._menuPopoverBeforeOpen)} @ui5-close=${ifDefined(this._menuPopoverAfterClose)}><ui5-list separators=\"None\" selection-mode=\"Single\" @ui5-selection-change=${ifDefined(this._menuItemPress)}>${ repeat(this._menuPopoverItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block26.call(this, context, tags, suffix, item, index)) }</ui5-list></ui5-popover><ui5-popover class=\"ui5-shellbar-overflow-popover\" placement=\"Bottom\" prevent-initial-focus horizontal-align=\"${ifDefined(this.popoverHorizontalAlign)}\" hide-arrow @ui5-before-open=${ifDefined(this._overflowPopoverBeforeOpen)} @ui5-close=${ifDefined(this._overflowPopoverAfterClose)}><ui5-list separators=\"None\" @ui5-item-click=\"${ifDefined(this._handleActionListClick)}\">${ repeat(this._hiddenIcons, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block27.call(this, context, tags, suffix, item, index)) }</ui5-list></ui5-popover>`;}\nfunction block1 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"startButton\"></slot>`;}\nfunction block2 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ !this.showLogoInMenuButton ? block3.call(this, context, tags, suffix) : undefined }${ this.showTitleInMenuButton ? block4.call(this, context, tags, suffix) : undefined }${ this.showMenuButton ? block5.call(this, context, tags, suffix) : undefined }`;}\nfunction block3 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-shellbar-logo\" role=\"${ifDefined(this.accLogoRole)}\" aria-label=\"${ifDefined(this._logoText)}\" title=\"${ifDefined(this._logoText)}\" @click=\"${this._logoPress}\" @keydown=\"${this._logoKeydown}\" @keyup=\"${this._logoKeyup}\" tabindex=\"0\" data-ui5-stable=\"logo\"><slot name=\"logo\"></slot></span>`;}\nfunction block4 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<h1 class=\"ui5-hidden-text\">${ifDefined(this.primaryTitle)}</h1>`;}\nfunction block5 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<button class=\"${classMap(this.classes.button as ClassMapValue)}\" @click=\"${this._headerPress}\" aria-haspopup=\"menu\" aria-expanded=\"${ifDefined(this._menuPopoverExpanded)}\" data-ui5-stable=\"menu\">${ this.showLogoInMenuButton ? block6.call(this, context, tags, suffix) : undefined }${ this.showTitleInMenuButton ? block7.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-shellbar-menu-button-arrow\" name=\"slim-arrow-down\"></${scopeTag(\"ui5-icon\", tags, suffix)}></button>` : html`<button class=\"${classMap(this.classes.button as ClassMapValue)}\" @click=\"${this._headerPress}\" aria-haspopup=\"menu\" aria-expanded=\"${ifDefined(this._menuPopoverExpanded)}\" data-ui5-stable=\"menu\">${ this.showLogoInMenuButton ? block6.call(this, context, tags, suffix) : undefined }${ this.showTitleInMenuButton ? block7.call(this, context, tags, suffix) : undefined }<ui5-icon class=\"ui5-shellbar-menu-button-arrow\" name=\"slim-arrow-down\"></ui5-icon></button>`;}\nfunction block6 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-shellbar-logo\" role=\"${ifDefined(this.accLogoRole)}\" aria-label=\"${ifDefined(this._logoText)}\" title=\"${ifDefined(this._logoText)}\"><slot name=\"logo\"></slot></span>`;}\nfunction block7 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-shellbar-menu-button-title\">${ifDefined(this.primaryTitle)}</div>`;}\nfunction block8 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasLogo ? block9.call(this, context, tags, suffix) : undefined }${ this.primaryTitle ? block10.call(this, context, tags, suffix) : undefined }`;}\nfunction block9 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-shellbar-logo\" role=\"${ifDefined(this.accLogoRole)}\" aria-label=\"${ifDefined(this._logoText)}\" title=\"${ifDefined(this._logoText)}\" @click=\"${this._logoPress}\" @keydown=\"${this._logoKeydown}\" @keyup=\"${this._logoKeyup}\" tabindex=\"0\" data-ui5-stable=\"logo\"><slot name=\"logo\"></slot></span>`;}\nfunction block10 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<h1 class=\"ui5-shellbar-title\"><bdi>${ifDefined(this.primaryTitle)}</bdi></h1>`;}\nfunction block11 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<h2 class=\"ui5-shellbar-secondary-title\" data-ui5-stable=\"secondary-title\">${ifDefined(this.secondaryTitle)}</h2>`;}\nfunction block12 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-shellbar-overflow-container ui5-shellbar-mid-content\"><slot name=\"midContent\"></slot></div>`;}\nfunction block13 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-shellbar-overflow-container ui5-shellbar-overflow-container-middle\">${ this._isXXLBreakpoint ? block14.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block14 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasSearchField ? block15.call(this, context, tags, suffix) : undefined }`;}\nfunction block15 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"searchField\"></slot>`;}\nfunction block16 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ !this._isXXLBreakpoint ? block17.call(this, context, tags, suffix) : undefined }`;}\nfunction block17 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasSearchField ? block18.call(this, context, tags, suffix) : undefined }`;}\nfunction block18 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`${ this._fullWidthSearch ? block19.call(this, context, tags, suffix) : undefined }<div class=\"ui5-shellbar-search-field\" style=\"${styleMap(this.styles.searchField)}\">${ !this._fullWidthSearch ? block20.call(this, context, tags, suffix) : undefined }</div><${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(this._id)}-item-1\" class=\"${classMap(this.classes.items.search as ClassMapValue)} ui5-shellbar-button ui5-shellbar-search-button\" icon=\"sap-icon://search\" data-ui5-text=\"Search\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" data-ui5-stable=\"toggle-search\" @click=${this._handleSearchIconPress} tooltip=\"${ifDefined(this._searchText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.search.accessibilityAttributes)}></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`${ this._fullWidthSearch ? block19.call(this, context, tags, suffix) : undefined }<div class=\"ui5-shellbar-search-field\" style=\"${styleMap(this.styles.searchField)}\">${ !this._fullWidthSearch ? block20.call(this, context, tags, suffix) : undefined }</div><ui5-button id=\"${ifDefined(this._id)}-item-1\" class=\"${classMap(this.classes.items.search as ClassMapValue)} ui5-shellbar-button ui5-shellbar-search-button\" icon=\"sap-icon://search\" data-ui5-text=\"Search\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" data-ui5-stable=\"toggle-search\" @click=${this._handleSearchIconPress} tooltip=\"${ifDefined(this._searchText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.search.accessibilityAttributes)}></ui5-button>`;}\nfunction block19 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-shellbar-search-full-width-wrapper\" style=\"${styleMap(this.styles.searchField)}\"><div class=\"ui5-shellbar-search-full-field\"><slot name=\"searchField\"></slot></div><${scopeTag(\"ui5-button\", tags, suffix)} @click=${this._handleCancelButtonPress} class=\"ui5-shellbar-button\" data-ui5-stable=\"cancel-search\">${ifDefined(this._cancelBtnText)}</${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div class=\"ui5-shellbar-search-full-width-wrapper\" style=\"${styleMap(this.styles.searchField)}\"><div class=\"ui5-shellbar-search-full-field\"><slot name=\"searchField\"></slot></div><ui5-button @click=${this._handleCancelButtonPress} class=\"ui5-shellbar-button\" data-ui5-stable=\"cancel-search\">${ifDefined(this._cancelBtnText)}</ui5-button></div>`;}\nfunction block20 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"searchField\"></slot>`;}\nfunction block21 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"assistant\"></slot>`;}\nfunction block22 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(item.id)}\" style=\"${styleMap(item.styles)}\" class=\"${ifDefined(item.classes)}\" icon=\"${ifDefined(item.icon)}\" tooltip=\"${ifDefined(item.title)}\" data-count=\"${ifDefined(item.count)}\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" data-ui5-external-action-item-id=\"${ifDefined(item.refItemid)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @click=${item.press}></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button id=\"${ifDefined(item.id)}\" style=\"${styleMap(item.styles)}\" class=\"${ifDefined(item.classes)}\" icon=\"${ifDefined(item.icon)}\" tooltip=\"${ifDefined(item.title)}\" data-count=\"${ifDefined(item.count)}\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" data-ui5-external-action-item-id=\"${ifDefined(item.refItemid)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @click=${item.press}></ui5-button>`;}\nfunction block23 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(this._id)}-item-2\" style=\"${styleMap(this.styles.items.notification)}\" class=\"${classMap(this.classes.items.notification as ClassMapValue)} ui5-shellbar-button ui5-shellbar-bell-button\" icon=\"sap-icon://bell\" data-ui5-text=\"Notifications\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" @click=${this._handleNotificationsPress} tooltip=\"${ifDefined(this._notificationsText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.notifications.accessibilityAttributes)} data-ui5-stable=\"notifications\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button id=\"${ifDefined(this._id)}-item-2\" style=\"${styleMap(this.styles.items.notification)}\" class=\"${classMap(this.classes.items.notification as ClassMapValue)} ui5-shellbar-button ui5-shellbar-bell-button\" icon=\"sap-icon://bell\" data-ui5-text=\"Notifications\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" @click=${this._handleNotificationsPress} tooltip=\"${ifDefined(this._notificationsText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.notifications.accessibilityAttributes)} data-ui5-stable=\"notifications\"></ui5-button>`;}\nfunction block24 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} profile-btn id=\"${ifDefined(this._id)}-item-3\" @click=${this._handleProfilePress} style=\"${styleMap(this.styles.items.profile)}\" tooltip=\"${ifDefined(this._profileText)}\" class=\"ui5-shellbar-button ui5-shellbar-image-button\" .accessibilityAttributes=${ifDefined(this.accInfo.profile.accessibilityAttributes)} data-ui5-stable=\"profile\"><slot name=\"profile\"></slot></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button profile-btn id=\"${ifDefined(this._id)}-item-3\" @click=${this._handleProfilePress} style=\"${styleMap(this.styles.items.profile)}\" tooltip=\"${ifDefined(this._profileText)}\" class=\"ui5-shellbar-button ui5-shellbar-image-button\" .accessibilityAttributes=${ifDefined(this.accInfo.profile.accessibilityAttributes)} data-ui5-stable=\"profile\"><slot name=\"profile\"></slot></ui5-button>`;}\nfunction block25 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(this._id)}-item-4\" style=\"${styleMap(this.styles.items.product)}\" class=\"${classMap(this.classes.items.product as ClassMapValue)} ui5-shellbar-button ui5-shellbar-button-product-switch\" icon=\"sap-icon://grid\" data-ui5-text=\"Product Switch\" @click=${this._handleProductSwitchPress} tooltip=\"${ifDefined(this._productsText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.products.accessibilityAttributes)} data-ui5-stable=\"product-switch\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button id=\"${ifDefined(this._id)}-item-4\" style=\"${styleMap(this.styles.items.product)}\" class=\"${classMap(this.classes.items.product as ClassMapValue)} ui5-shellbar-button ui5-shellbar-button-product-switch\" icon=\"sap-icon://grid\" data-ui5-text=\"Product Switch\" @click=${this._handleProductSwitchPress} tooltip=\"${ifDefined(this._productsText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.products.accessibilityAttributes)} data-ui5-stable=\"product-switch\"></ui5-button>`;}\nfunction block26 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block27 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} data-ui5-external-action-item-id=\"${ifDefined(item.refItemid)}\" icon=\"${ifDefined(item.icon)}\" type=\"Active\" @ui5-_press=\"${ifDefined(item.press)}\" tooltip=\"${ifDefined(item.text)}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li data-ui5-external-action-item-id=\"${ifDefined(item.refItemid)}\" icon=\"${ifDefined(item.icon)}\" type=\"Active\" @ui5-_press=\"${ifDefined(item.press)}\" tooltip=\"${ifDefined(item.text)}\">${ifDefined(item.text)}</ui5-li>`;}\n\n\nexport default block0;"]}
|
|
1
|
+
{"version":3,"file":"ShellBarTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ShellBarTemplate.lit.ts"],"names":[],"mappings":"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","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\";\nimport type ShellBar from \"../../ShellBar.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<header class=\"${classMap(this.classes.wrapper as ClassMapValue)}\" aria-label=\"${ifDefined(this._shellbarText)}\" part=\"root\"><div class=\"ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left\">${ this.startButton.length ? block1.call(this, context, tags, suffix) : undefined }${ this.hasMenuItems ? block2.call(this, context, tags, suffix) : undefined }${ !this.hasMenuItems ? block8.call(this, context, tags, suffix) : undefined }${ this.secondaryTitle ? block11.call(this, context, tags, suffix) : undefined }</div>${ this.hasMidContent ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix) }<div class=\"ui5-shellbar-overflow-container ui5-shellbar-overflow-container-right\"><div class=\"ui5-shellbar-overflow-container-right-child\">${ !this.hasMidContent ? block16.call(this, context, tags, suffix) : undefined }${ this.hasAssistant ? block21.call(this, context, tags, suffix) : undefined }${ repeat(this.customItemsInfo, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block22.call(this, context, tags, suffix, item, index)) }${ this.showNotifications ? block23.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(this._id)}-item-5\" style=\"${styleMap(this.styles.items.overflow)}\" class=\"${classMap(this.classes.items.overflow as ClassMapValue)} ui5-shellbar-button ui5-shellbar-overflow-button-shown ui5-shellbar-overflow-button\" icon=\"sap-icon://overflow\" @click=\"${this._handleOverflowPress}\" tooltip=\"${ifDefined(this._overflowText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.overflow.accessibilityAttributes)} data-ui5-stable=\"overflow\"></${scopeTag(\"ui5-button\", tags, suffix)}>${ this.hasProfile ? block24.call(this, context, tags, suffix) : undefined }${ this.showProductSwitch ? block25.call(this, context, tags, suffix) : undefined }</div></div></header><${scopeTag(\"ui5-popover\", tags, suffix)} class=\"ui5-shellbar-menu-popover\" hide-arrow placement=\"Bottom\" prevent-initial-focus @ui5-before-open=${ifDefined(this._menuPopoverBeforeOpen)} @ui5-close=${ifDefined(this._menuPopoverAfterClose)}><${scopeTag(\"ui5-list\", tags, suffix)} separators=\"None\" selection-mode=\"Single\" @ui5-selection-change=${ifDefined(this._menuItemPress)}>${ repeat(this._menuPopoverItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block26.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}></${scopeTag(\"ui5-popover\", tags, suffix)}><${scopeTag(\"ui5-popover\", tags, suffix)} class=\"ui5-shellbar-overflow-popover\" placement=\"Bottom\" prevent-initial-focus horizontal-align=\"${ifDefined(this.popoverHorizontalAlign)}\" hide-arrow @ui5-before-open=${ifDefined(this._overflowPopoverBeforeOpen)} @ui5-close=${ifDefined(this._overflowPopoverAfterClose)}><${scopeTag(\"ui5-list\", tags, suffix)} separators=\"None\" @ui5-item-click=\"${ifDefined(this._handleActionListClick)}\">${ repeat(this._hiddenIcons, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block27.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<header class=\"${classMap(this.classes.wrapper as ClassMapValue)}\" aria-label=\"${ifDefined(this._shellbarText)}\" part=\"root\"><div class=\"ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left\">${ this.startButton.length ? block1.call(this, context, tags, suffix) : undefined }${ this.hasMenuItems ? block2.call(this, context, tags, suffix) : undefined }${ !this.hasMenuItems ? block8.call(this, context, tags, suffix) : undefined }${ this.secondaryTitle ? block11.call(this, context, tags, suffix) : undefined }</div>${ this.hasMidContent ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix) }<div class=\"ui5-shellbar-overflow-container ui5-shellbar-overflow-container-right\"><div class=\"ui5-shellbar-overflow-container-right-child\">${ !this.hasMidContent ? block16.call(this, context, tags, suffix) : undefined }${ this.hasAssistant ? block21.call(this, context, tags, suffix) : undefined }${ repeat(this.customItemsInfo, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block22.call(this, context, tags, suffix, item, index)) }${ this.showNotifications ? block23.call(this, context, tags, suffix) : undefined }<ui5-button id=\"${ifDefined(this._id)}-item-5\" style=\"${styleMap(this.styles.items.overflow)}\" class=\"${classMap(this.classes.items.overflow as ClassMapValue)} ui5-shellbar-button ui5-shellbar-overflow-button-shown ui5-shellbar-overflow-button\" icon=\"sap-icon://overflow\" @click=\"${this._handleOverflowPress}\" tooltip=\"${ifDefined(this._overflowText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.overflow.accessibilityAttributes)} data-ui5-stable=\"overflow\"></ui5-button>${ this.hasProfile ? block24.call(this, context, tags, suffix) : undefined }${ this.showProductSwitch ? block25.call(this, context, tags, suffix) : undefined }</div></div></header><ui5-popover class=\"ui5-shellbar-menu-popover\" hide-arrow placement=\"Bottom\" prevent-initial-focus @ui5-before-open=${ifDefined(this._menuPopoverBeforeOpen)} @ui5-close=${ifDefined(this._menuPopoverAfterClose)}><ui5-list separators=\"None\" selection-mode=\"Single\" @ui5-selection-change=${ifDefined(this._menuItemPress)}>${ repeat(this._menuPopoverItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block26.call(this, context, tags, suffix, item, index)) }</ui5-list></ui5-popover><ui5-popover class=\"ui5-shellbar-overflow-popover\" placement=\"Bottom\" prevent-initial-focus horizontal-align=\"${ifDefined(this.popoverHorizontalAlign)}\" hide-arrow @ui5-before-open=${ifDefined(this._overflowPopoverBeforeOpen)} @ui5-close=${ifDefined(this._overflowPopoverAfterClose)}><ui5-list separators=\"None\" @ui5-item-click=\"${ifDefined(this._handleActionListClick)}\">${ repeat(this._hiddenIcons, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block27.call(this, context, tags, suffix, item, index)) }</ui5-list></ui5-popover>`;}\nfunction block1 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"startButton\"></slot>`;}\nfunction block2 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ !this.showLogoInMenuButton ? block3.call(this, context, tags, suffix) : undefined }${ this.showTitleInMenuButton ? block4.call(this, context, tags, suffix) : undefined }${ this.showMenuButton ? block5.call(this, context, tags, suffix) : undefined }`;}\nfunction block3 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-shellbar-logo\" role=\"${ifDefined(this.accLogoRole)}\" aria-label=\"${ifDefined(this._logoText)}\" title=\"${ifDefined(this._logoText)}\" @click=\"${this._logoPress}\" @keydown=\"${this._logoKeydown}\" @keyup=\"${this._logoKeyup}\" tabindex=\"0\" data-ui5-stable=\"logo\"><slot name=\"logo\"></slot></span>`;}\nfunction block4 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<h1 class=\"ui5-hidden-text\">${ifDefined(this.primaryTitle)}</h1>`;}\nfunction block5 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<button class=\"${classMap(this.classes.button as ClassMapValue)}\" @click=\"${this._headerPress}\" aria-haspopup=\"menu\" aria-expanded=\"${ifDefined(this._menuPopoverExpanded)}\" data-ui5-stable=\"menu\">${ this.showLogoInMenuButton ? block6.call(this, context, tags, suffix) : undefined }${ this.showTitleInMenuButton ? block7.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-shellbar-menu-button-arrow\" name=\"slim-arrow-down\"></${scopeTag(\"ui5-icon\", tags, suffix)}></button>` : html`<button class=\"${classMap(this.classes.button as ClassMapValue)}\" @click=\"${this._headerPress}\" aria-haspopup=\"menu\" aria-expanded=\"${ifDefined(this._menuPopoverExpanded)}\" data-ui5-stable=\"menu\">${ this.showLogoInMenuButton ? block6.call(this, context, tags, suffix) : undefined }${ this.showTitleInMenuButton ? block7.call(this, context, tags, suffix) : undefined }<ui5-icon class=\"ui5-shellbar-menu-button-arrow\" name=\"slim-arrow-down\"></ui5-icon></button>`;}\nfunction block6 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-shellbar-logo\" role=\"${ifDefined(this.accLogoRole)}\" aria-label=\"${ifDefined(this._logoText)}\" title=\"${ifDefined(this._logoText)}\"><slot name=\"logo\"></slot></span>`;}\nfunction block7 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-shellbar-menu-button-title\">${ifDefined(this.primaryTitle)}</div>`;}\nfunction block8 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasLogo ? block9.call(this, context, tags, suffix) : undefined }${ this.primaryTitle ? block10.call(this, context, tags, suffix) : undefined }`;}\nfunction block9 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-shellbar-logo\" role=\"${ifDefined(this.accLogoRole)}\" aria-label=\"${ifDefined(this._logoText)}\" title=\"${ifDefined(this._logoText)}\" @click=\"${this._logoPress}\" @keydown=\"${this._logoKeydown}\" @keyup=\"${this._logoKeyup}\" tabindex=\"0\" data-ui5-stable=\"logo\"><slot name=\"logo\"></slot></span>`;}\nfunction block10 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<h1 class=\"ui5-shellbar-title\"><bdi>${ifDefined(this.primaryTitle)}</bdi></h1>`;}\nfunction block11 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<h2 class=\"ui5-shellbar-secondary-title\" data-ui5-stable=\"secondary-title\">${ifDefined(this.secondaryTitle)}</h2>`;}\nfunction block12 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-shellbar-overflow-container ui5-shellbar-mid-content\"><slot name=\"midContent\"></slot></div>`;}\nfunction block13 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-shellbar-overflow-container ui5-shellbar-overflow-container-middle\">${ this._isXXLBreakpoint ? block14.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block14 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasSearchField ? block15.call(this, context, tags, suffix) : undefined }`;}\nfunction block15 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"searchField\"></slot>`;}\nfunction block16 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ !this._isXXLBreakpoint ? block17.call(this, context, tags, suffix) : undefined }`;}\nfunction block17 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasSearchField ? block18.call(this, context, tags, suffix) : undefined }`;}\nfunction block18 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`${ this._fullWidthSearch ? block19.call(this, context, tags, suffix) : undefined }<div class=\"ui5-shellbar-search-field\" style=\"${styleMap(this.styles.searchField)}\">${ !this._fullWidthSearch ? block20.call(this, context, tags, suffix) : undefined }</div><${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(this._id)}-item-1\" class=\"${classMap(this.classes.items.search as ClassMapValue)} ui5-shellbar-button ui5-shellbar-search-button\" icon=\"sap-icon://search\" data-ui5-text=\"Search\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" data-ui5-stable=\"toggle-search\" @click=${this._handleSearchIconPress} tooltip=\"${ifDefined(this._searchText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.search.accessibilityAttributes)}></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`${ this._fullWidthSearch ? block19.call(this, context, tags, suffix) : undefined }<div class=\"ui5-shellbar-search-field\" style=\"${styleMap(this.styles.searchField)}\">${ !this._fullWidthSearch ? block20.call(this, context, tags, suffix) : undefined }</div><ui5-button id=\"${ifDefined(this._id)}-item-1\" class=\"${classMap(this.classes.items.search as ClassMapValue)} ui5-shellbar-button ui5-shellbar-search-button\" icon=\"sap-icon://search\" data-ui5-text=\"Search\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" data-ui5-stable=\"toggle-search\" @click=${this._handleSearchIconPress} tooltip=\"${ifDefined(this._searchText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.search.accessibilityAttributes)}></ui5-button>`;}\nfunction block19 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-shellbar-search-full-width-wrapper\" style=\"${styleMap(this.styles.searchField)}\"><div class=\"ui5-shellbar-search-full-field\"><slot name=\"searchField\"></slot></div><${scopeTag(\"ui5-button\", tags, suffix)} @click=${this._handleCancelButtonPress} class=\"ui5-shellbar-button\" data-ui5-stable=\"cancel-search\">${ifDefined(this._cancelBtnText)}</${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div class=\"ui5-shellbar-search-full-width-wrapper\" style=\"${styleMap(this.styles.searchField)}\"><div class=\"ui5-shellbar-search-full-field\"><slot name=\"searchField\"></slot></div><ui5-button @click=${this._handleCancelButtonPress} class=\"ui5-shellbar-button\" data-ui5-stable=\"cancel-search\">${ifDefined(this._cancelBtnText)}</ui5-button></div>`;}\nfunction block20 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"searchField\"></slot>`;}\nfunction block21 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"assistant\"></slot>`;}\nfunction block22 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(item.id)}\" style=\"${styleMap(item.styles)}\" class=\"${ifDefined(item.classes)}\" icon=\"${ifDefined(item.icon)}\" tooltip=\"${ifDefined(item.title)}\" data-count=\"${ifDefined(item.count)}\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" data-ui5-external-action-item-id=\"${ifDefined(item.refItemid)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @click=${item.press}></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button id=\"${ifDefined(item.id)}\" style=\"${styleMap(item.styles)}\" class=\"${ifDefined(item.classes)}\" icon=\"${ifDefined(item.icon)}\" tooltip=\"${ifDefined(item.title)}\" data-count=\"${ifDefined(item.count)}\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" data-ui5-external-action-item-id=\"${ifDefined(item.refItemid)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @click=${item.press}></ui5-button>`;}\nfunction block23 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(this._id)}-item-2\" style=\"${styleMap(this.styles.items.notification)}\" class=\"${classMap(this.classes.items.notification as ClassMapValue)} ui5-shellbar-button ui5-shellbar-bell-button\" icon=\"sap-icon://bell\" data-ui5-text=\"Notifications\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" @click=${this._handleNotificationsPress} tooltip=\"${ifDefined(this._notificationsText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.notifications.accessibilityAttributes)} data-ui5-stable=\"notifications\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button id=\"${ifDefined(this._id)}-item-2\" style=\"${styleMap(this.styles.items.notification)}\" class=\"${classMap(this.classes.items.notification as ClassMapValue)} ui5-shellbar-button ui5-shellbar-bell-button\" icon=\"sap-icon://bell\" data-ui5-text=\"Notifications\" data-ui5-notifications-count=\"${ifDefined(this.notificationsCount)}\" @click=${this._handleNotificationsPress} tooltip=\"${ifDefined(this._notificationsText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.notifications.accessibilityAttributes)} data-ui5-stable=\"notifications\"></ui5-button>`;}\nfunction block24 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} profile-btn id=\"${ifDefined(this._id)}-item-3\" @click=${this._handleProfilePress} style=\"${styleMap(this.styles.items.profile)}\" tooltip=\"${ifDefined(this._profileText)}\" class=\"ui5-shellbar-button ui5-shellbar-image-button\" .accessibilityAttributes=${ifDefined(this.accInfo.profile.accessibilityAttributes)} data-ui5-stable=\"profile\"><slot name=\"profile\"></slot></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button profile-btn id=\"${ifDefined(this._id)}-item-3\" @click=${this._handleProfilePress} style=\"${styleMap(this.styles.items.profile)}\" tooltip=\"${ifDefined(this._profileText)}\" class=\"ui5-shellbar-button ui5-shellbar-image-button\" .accessibilityAttributes=${ifDefined(this.accInfo.profile.accessibilityAttributes)} data-ui5-stable=\"profile\"><slot name=\"profile\"></slot></ui5-button>`;}\nfunction block25 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(this._id)}-item-4\" style=\"${styleMap(this.styles.items.product)}\" class=\"${classMap(this.classes.items.product as ClassMapValue)} ui5-shellbar-button ui5-shellbar-button-product-switch\" icon=\"sap-icon://grid\" data-ui5-text=\"Product Switch\" @click=${this._handleProductSwitchPress} tooltip=\"${ifDefined(this._productsText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.products.accessibilityAttributes)} data-ui5-stable=\"product-switch\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button id=\"${ifDefined(this._id)}-item-4\" style=\"${styleMap(this.styles.items.product)}\" class=\"${classMap(this.classes.items.product as ClassMapValue)} ui5-shellbar-button ui5-shellbar-button-product-switch\" icon=\"sap-icon://grid\" data-ui5-text=\"Product Switch\" @click=${this._handleProductSwitchPress} tooltip=\"${ifDefined(this._productsText)}\" .accessibilityAttributes=${ifDefined(this.accInfo.products.accessibilityAttributes)} data-ui5-stable=\"product-switch\"></ui5-button>`;}\nfunction block26 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block27 (this: ShellBar, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} data-ui5-external-action-item-id=\"${ifDefined(item.refItemid)}\" icon=\"${ifDefined(item.icon)}\" type=\"Active\" @ui5-_press=\"${ifDefined(item.press)}\" tooltip=\"${ifDefined(item.text)}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li data-ui5-external-action-item-id=\"${ifDefined(item.refItemid)}\" icon=\"${ifDefined(item.icon)}\" type=\"Active\" @ui5-_press=\"${ifDefined(item.press)}\" tooltip=\"${ifDefined(item.text)}\">${ifDefined(item.text)}</ui5-li>`;}\n\n\nexport default block0;"]}
|