@ui5/webcomponents-fiori 2.5.0-rc.1 → 2.5.0-rc.3
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 +29 -0
- package/README.md +3 -0
- package/cypress/specs/UserMenu.cy.ts +345 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/BarcodeScannerDialog.d.ts +5 -0
- package/dist/BarcodeScannerDialog.js +1 -17
- package/dist/BarcodeScannerDialog.js.map +1 -1
- package/dist/DynamicPage.d.ts +4 -0
- package/dist/DynamicPage.js +1 -1
- package/dist/DynamicPage.js.map +1 -1
- package/dist/DynamicPageHeaderActions.d.ts +6 -0
- package/dist/DynamicPageHeaderActions.js +1 -1
- package/dist/DynamicPageHeaderActions.js.map +1 -1
- package/dist/DynamicPageTitle.d.ts +3 -0
- package/dist/DynamicPageTitle.js +1 -1
- package/dist/DynamicPageTitle.js.map +1 -1
- package/dist/DynamicSideContent.d.ts +3 -0
- package/dist/DynamicSideContent.js +1 -27
- package/dist/DynamicSideContent.js.map +1 -1
- package/dist/FlexibleColumnLayout.d.ts +3 -0
- package/dist/FlexibleColumnLayout.js +1 -31
- package/dist/FlexibleColumnLayout.js.map +1 -1
- package/dist/MediaGallery.d.ts +5 -0
- package/dist/MediaGallery.js +1 -7
- package/dist/MediaGallery.js.map +1 -1
- package/dist/MediaGalleryItem.d.ts +5 -0
- package/dist/MediaGalleryItem.js +1 -1
- package/dist/MediaGalleryItem.js.map +1 -1
- package/dist/NotificationList.d.ts +6 -0
- package/dist/NotificationList.js +1 -19
- package/dist/NotificationList.js.map +1 -1
- package/dist/NotificationListGroupItem.d.ts +4 -0
- package/dist/NotificationListGroupItem.js +1 -1
- package/dist/NotificationListGroupItem.js.map +1 -1
- package/dist/NotificationListGroupList.d.ts +1 -0
- package/dist/NotificationListGroupList.js +3 -0
- package/dist/NotificationListGroupList.js.map +1 -1
- package/dist/NotificationListItem.d.ts +4 -0
- package/dist/NotificationListItem.js +1 -9
- package/dist/NotificationListItem.js.map +1 -1
- package/dist/NotificationListItemBase.d.ts +1 -0
- package/dist/NotificationListItemBase.js.map +1 -1
- package/dist/ProductSwitchItem.d.ts +7 -1
- package/dist/ProductSwitchItem.js +3 -3
- package/dist/ProductSwitchItem.js.map +1 -1
- package/dist/ShellBar.d.ts +8 -0
- package/dist/ShellBar.js +1 -35
- package/dist/ShellBar.js.map +1 -1
- package/dist/ShellBarItem.d.ts +3 -0
- package/dist/ShellBarItem.js +1 -4
- package/dist/ShellBarItem.js.map +1 -1
- package/dist/SideNavigation.d.ts +5 -2
- package/dist/SideNavigation.js +5 -9
- package/dist/SideNavigation.js.map +1 -1
- package/dist/SideNavigationSelectableItemBase.d.ts +3 -0
- package/dist/SideNavigationSelectableItemBase.js +1 -1
- package/dist/SideNavigationSelectableItemBase.js.map +1 -1
- package/dist/TimelineGroupItem.d.ts +3 -0
- package/dist/TimelineGroupItem.js +1 -1
- package/dist/TimelineGroupItem.js.map +1 -1
- package/dist/TimelineItem.d.ts +3 -0
- package/dist/TimelineItem.js +2 -2
- package/dist/TimelineItem.js.map +1 -1
- package/dist/UploadCollection.d.ts +4 -0
- package/dist/UploadCollection.js +4 -17
- package/dist/UploadCollection.js.map +1 -1
- package/dist/UploadCollectionItem.d.ts +8 -0
- package/dist/UploadCollectionItem.js +1 -1
- package/dist/UploadCollectionItem.js.map +1 -1
- package/dist/UserMenu.d.ts +128 -0
- package/dist/UserMenu.js +293 -0
- package/dist/UserMenu.js.map +1 -0
- package/dist/UserMenuAccount.d.ts +47 -0
- package/dist/UserMenuAccount.js +101 -0
- package/dist/UserMenuAccount.js.map +1 -0
- package/dist/UserMenuItem.d.ts +35 -0
- package/dist/UserMenuItem.js +53 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/ViewSettingsDialog.d.ts +7 -0
- package/dist/ViewSettingsDialog.js +2 -46
- package/dist/ViewSettingsDialog.js.map +1 -1
- package/dist/Wizard.d.ts +3 -0
- package/dist/Wizard.js +1 -15
- package/dist/Wizard.js.map +1 -1
- package/dist/WizardTab.d.ts +4 -0
- package/dist/WizardTab.js +1 -1
- package/dist/WizardTab.js.map +1 -1
- package/dist/bundle.esm.js +3 -0
- 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/UserMenu.css +1 -0
- package/dist/css/themes/UserMenuItem.css +1 -0
- 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 +566 -19
- package/dist/custom-elements.json +400 -8
- 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 +8 -1
- package/dist/generated/i18n/i18n-defaults.js +8 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/templates/UserMenuItemTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/UserMenuItemTemplate.lit.js +35 -0
- package/dist/generated/templates/UserMenuItemTemplate.lit.js.map +1 -0
- package/dist/generated/templates/UserMenuTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/UserMenuTemplate.lit.js +21 -0
- package/dist/generated/templates/UserMenuTemplate.lit.js.map +1 -0
- package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +1 -1
- package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js.map +1 -1
- package/dist/generated/templates/WizardTabTemplate.lit.js +4 -3
- package/dist/generated/templates/WizardTabTemplate.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/UserMenu.css.d.ts +3 -0
- package/dist/generated/themes/UserMenu.css.js +9 -0
- package/dist/generated/themes/UserMenu.css.js.map +1 -0
- package/dist/generated/themes/UserMenuItem.css.d.ts +3 -0
- package/dist/generated/themes/UserMenuItem.css.js +9 -0
- package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
- 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/vscode.html-custom-data.json +76 -1
- package/dist/web-types.json +214 -12
- package/package.json +7 -7
- package/src/UserMenu.hbs +99 -0
- package/src/UserMenuItem.hbs +1 -0
- package/src/ViewSettingsDialog.hbs +1 -1
- package/src/WizardTab.hbs +3 -1
- package/src/i18n/messagebundle.properties +23 -0
- package/src/themes/UserMenu.css +107 -0
- package/src/themes/UserMenuItem.css +11 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters-bundle.css.js","sourceRoot":"","sources":["../../../../src/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,0BAA0B,EAAC,QAAQ,EAAC,qDAAqD,EAAC,OAAO,EAAC;CAC3I,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents-fiori\",fileName:\"themes/sap_horizon_hcw_exp/parameters-bundle.css.ts\",content:`:root{--_ui5-v2-5-0-rc-1_fcl_solid_bg: var(--sapBackgroundColor);--_ui5-v2-5-0-rc-1_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-5-0-rc-1_fcl_decoration_top: linear-gradient(to top, var(--sapObjectHeader_BorderColor), #fff);--_ui5-v2-5-0-rc-1_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), #fff);--sapIllus_BrandColorPrimary: var(--sapContent_Illustrative_Color1);--sapIllus_BrandColorSecondary: var(--sapContent_Illustrative_Color2);--sapIllus_StrokeDetailColor: var(--sapContent_Illustrative_Color4);--sapIllus_Layering1: var(--sapContent_Illustrative_Color5);--sapIllus_Layering2: var(--sapContent_Illustrative_Color6);--sapIllus_BackgroundColor: var(--sapContent_Illustrative_Color7);--sapIllus_ObjectFillColor: var(--sapContent_Illustrative_Color8);--sapIllus_AccentColor: var(--sapContent_Illustrative_Color3);--sapIllus_NoColor: none;--sapIllus_PatternShadow: url(#sapIllus_PatternShadow);--sapIllus_PatternHighlight: url(#sapIllus_PatternHighlight);--_ui5-v2-5-0-rc-1_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-5-0-rc-1_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-5-0-rc-1_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-5-0-rc-1_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-5-0-rc-1_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-5-0-rc-1_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-5-0-rc-1_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-5-0-rc-1_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-5-0-rc-1_page_transparent_bg: var(--sapBackgroundColor);--_ui5-v2-5-0-rc-1_product_switch_item_width: 11.25rem;--_ui5-v2-5-0-rc-1_product_switch_item_height: 7rem;--_ui5-v2-5-0-rc-1_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-5-0-rc-1_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-5-0-rc-1_product_switch_item_outline_width: .125rem;--_ui5-v2-5-0-rc-1_product_switch_item_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-5-0-rc-1_product_switch_item_outline: var(--_ui5-v2-5-0-rc-1_product_switch_item_outline_width) var(--_ui5-v2-5-0-rc-1_product_switch_item_outline_color) dotted;--_ui5-v2-5-0-rc-1_product_switch_item_outline_offset: -.25rem;--_ui5-v2-5-0-rc-1_product_switch_item_border: 1px solid var(--sapField_BorderColor);--_ui5-v2-5-0-rc-1_shellbar_button_badge_border: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-5-0-rc-1_shellbar_search_field_background_hover: var(--sapShellColor);--_ui5-v2-5-0-rc-1_shellbar_search_field_box_shadow_hover: none;--_ui5-v2-5-0-rc-1_side_navigation_collapsed_width: 3rem;--_ui5-v2-5-0-rc-1_side_navigation_navigation_separator_margin: .25rem .875rem .25rem .875rem;--_ui5-v2-5-0-rc-1_side_navigation_navigation_separator_margin_collapsed: .25rem .5rem .25rem .5rem;--_ui5-v2-5-0-rc-1_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5-v2-5-0-rc-1_side_navigation_navigation_separator_radius: unset;--_ui5-v2-5-0-rc-1_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5-v2-5-0-rc-1_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5-v2-5-0-rc-1_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-5-0-rc-1_side_navigation_triangle_display: block;--_ui5-v2-5-0-rc-1_side_navigation_phone_width: var(--_ui5-v2-5-0-rc-1_side_navigation_width);--_ui5-v2-5-0-rc-1_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5-v2-5-0-rc-1_side_navigation_icon_font_size: 1rem;--_ui5-v2-5-0-rc-1_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5-v2-5-0-rc-1_side_navigation_external_link_icon_color: var(--sapContent_LabelColor);--_ui5-v2-5-0-rc-1_side_navigation_hover_border_style_color: none;--_ui5-v2-5-0-rc-1_side_navigation_hover_border_width: 0;--_ui5-v2-5-0-rc-1_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-5-0-rc-1_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-5-0-rc-1_side_navigation_item_border_style_color: none;--_ui5-v2-5-0-rc-1_side_navigation_item_border_width: 0;--_ui5-v2-5-0-rc-1_side_navigation_last_item_border_style_color: none;--_ui5-v2-5-0-rc-1_side_navigation_item_border_radius: 0;--_ui5-v2-5-0-rc-1_side_navigation_item_bottom_margin: 0;--_ui5-v2-5-0-rc-1_side_navigation_item_bottom_margin_compact: 0;--_ui5-v2-5-0-rc-1_side_navigation_item_transition: none;--_ui5-v2-5-0-rc-1_side_navigation_item_padding_left: .5rem;--_ui5-v2-5-0-rc-1_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-5-0-rc-1_side_navigation_no_icons_nested_item_padding: 1rem;--_ui5-v2-5-0-rc-1_side_navigation_item_focus_border_offset: 1px;--_ui5-v2-5-0-rc-1_side_navigation_item_focus_border_radius: var(--_ui5-v2-5-0-rc-1_side_navigation_item_border_radius);--_ui5-v2-5-0-rc-1_side_navigation_collapsed_selected_item_background: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-5-0-rc-1_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-5-0-rc-1_side_navigation_selected_border_style_color: solid var(--_ui5-v2-5-0-rc-1_side_navigation_selected_item_border_color);--_ui5-v2-5-0-rc-1_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-5-0-rc-1_side_navigation_selected_border_style_color);--_ui5-v2-5-0-rc-1_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-5-0-rc-1_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-5-0-rc-1_side_navigation_selected_item_border_color);--_ui5-v2-5-0-rc-1_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-5-0-rc-1_side_navigation_selected_item_border_color);--_ui5-v2-5-0-rc-1_side_navigation_group_expanded_border_width: 0;--_ui5-v2-5-0-rc-1_side_navigation_group_icon_width: var(--_ui5-v2-5-0-rc-1_side_navigation_collapsed_width);--_ui5-v2-5-0-rc-1_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-5-0-rc-1_side_navigation_group_text_weight: unset;--_ui5-v2-5-0-rc-1_side_navigation_group_bottom_margin_in_popup: 0;--_ui5-v2-5-0-rc-1_side_navigation_padding: 0;--_ui5-v2-5-0-rc-1_side_navigation_padding_compact: 0;--_ui5-v2-5-0-rc-1_side_navigation_parent_popup_padding: 0;--_ui5-v2-5-0-rc-1_side_navigation_parent_popup_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-5-0-rc-1_side_navigation_popup_item_padding: 0 1rem;--_ui5-v2-5-0-rc-1_side_navigation_popup_icon_width: 1rem;--_ui5-v2-5-0-rc-1_side_navigation_popup_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-5-0-rc-1_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-5-0-rc-1_side_navigation_popup_title_text_size: var(--sapFontSize);--_ui5-v2-5-0-rc-1_side_navigation_popup_title_line_height: normal;--_ui5-v2-5-0-rc-1_side_navigation_selection_indicator_display: none;--_ui5-v2-5-0-rc-1_side_navigation_item_collapsed_icon_padding: 0;--_ui5-v2-5-0-rc-1_side_navigation_item_collapsed_hover_focus_width: 100%;--_ui5-v2-5-0-rc-1_side_navigation_item_collapsed_hover_focus_display: none;--_ui5-v2-5-0-rc-1_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5-v2-5-0-rc-1_side_navigation_width: 16rem;--_ui5-v2-5-0-rc-1_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-5-0-rc-1_side_navigation_popover_shadow_color1: var(--sapContent_ShadowColor);--_ui5-v2-5-0-rc-1_side_navigation_popover_shadow_color2: color-mix(in srgb, var(--sapContent_ShadowColor) 16%, transparent);--_ui5-v2-5-0-rc-1_side_navigation_popover_box_shadow:0 0 0 .0625rem var(--_ui5-v2-5-0-rc-1_side_navigation_popover_shadow_color1), 0 1rem 2rem 0 var(--_ui5-v2-5-0-rc-1_side_navigation_popover_shadow_color2);--_ui5-v2-5-0-rc-1_side_navigation_separator_backgound: var(--sapToolbar_SeparatorColor);--_ui5-v2-5-0-rc-1_side_navigation_item_icon_color: var(--sapList_TextColor);--_ui5-v2-5-0-rc-1_side_navigation_icon_size: 1rem;--_ui5-v2-5-0-rc-1_side_navigation_toggle_icon_color: var(--sapList_TextColor);--_ui5-v2-5-0-rc-1_side_navigation_toggle_icon_size: .75rem;--_ui5-v2-5-0-rc-1_side_navigation_collapsed_state_width: 3.5rem;--_ui5-v2-5-0-rc-1_side_navigation_indent_step: 1.5rem;--_ui5-v2-5-0-rc-1_side_navigation_indent_step_in_popover: 0;--_ui5-v2-5-0-rc-1_side_navigation_icon_padding_inline_start: .5rem;--_ui5-v2-5-0-rc-1_side_navigation_icon_padding_inline_end: .4375rem;--_ui5-v2-5-0-rc-1_side_navigation_collapsed_state_divider_padding: var(--_ui5-v2-5-0-rc-1_side_navigation_divider_padding);--_ui5-v2-5-0-rc-1_side_navigation_divider_padding: .3125rem 0;--_ui5-v2-5-0-rc-1_side_navigation_divider_height: .0625rem;--_ui5-v2-5-0-rc-1_side_navigation_divider_margin: .5rem 0;--_ui5-v2-5-0-rc-1_side_navigation_border_inline_end: 0;--_ui5-v2-5-0-rc-1_side_navigation_container_padding: .5rem;--_ui5-v2-5-0-rc-1_side_navigation_container_padding_in_popover: .75rem;--_ui5-v2-5-0-rc-1_side_navigation_item_padding: 0 .5rem;--_ui5-v2-5-0-rc-1_side_navigation_item_gap: .125rem;--_ui5-v2-5-0-rc-1_side_navigation_item_height: 2.5rem;--_ui5-v2-5-0-rc-1_side_navigation_item_level_1_font: \"72override\", var(--sapFontBoldFamily);--_ui5-v2-5-0-rc-1_side_navigation_item_level_1_margin_bottom_in_popover: .75rem;--_ui5-v2-5-0-rc-1_side_navigation_item_selection_indicator_display: initial;--_ui5-v2-5-0-rc-1_side_navigation_item_selection_indicator_reserved_space_has_children: 1.375rem;--_ui5-v2-5-0-rc-1_side_navigation_subitem_selection_indicator_reserved_space_no_children: 1rem;--_ui5-v2-5-0-rc-1_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_border_width: .0625rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_border_style: dotted;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_border_radius: .25rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5-v2-5-0-rc-1_TimelineItem_bubble_border_top: -.125rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_border_right: -.125rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_border_bottom: -.125rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_border_left: -.625rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_focus_border_radius: 0;--_ui5-v2-5-0-rc-1_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5-v2-5-0-rc-1_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_content_padding: var(--_ui5-v2-5-0-rc-1_tl_bubble_padding);--_ui5-v2-5-0-rc-1_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_outline_width: .125rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_outline_top: -.1875rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_outline_right: -.1875rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_outline_bottom: -.1875rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_outline_left: -.6875rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_rtl_left_offset: -.1875rem;--_ui5-v2-5-0-rc-1_TimelineItem_bubble_rtl_right_offset: -.6875rem;--ui5-v2-5-0-rc-1_upload_collection_drop_overlay_background: transparent;--ui5-v2-5-0-rc-1_upload_collection_thumbnail_size: 3rem;--ui5-v2-5-0-rc-1_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-5-0-rc-1_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-5-0-rc-1_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-5-0-rc-1_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-5-0-rc-1_upload_collection_drag_overlay_border_radius: 0;--ui5-v2-5-0-rc-1_upload_collection_drag_overlay_opacity: .8;--ui5-v2-5-0-rc-1_upload_collection_drag_overlay_border: .1875rem dashed var(--sapContent_ForegroundBorderColor);--ui5-v2-5-0-rc-1_upload_collection_drop_overlay_border: .1875rem solid var(--sapContent_HelpColor);--ui5-v2-5-0-rc-1_upload_collection_small_size_buttons_margin_block_start: .5rem;--_ui5-v2-5-0-rc-1_vsd_header_container: 2.75rem;--_ui5-v2-5-0-rc-1_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-5-0-rc-1_vsd_content_li_padding: .375rem;--_ui5-v2-5-0-rc-1_vsd_content_height: 23.4375rem;--_ui5-v2-5-0-rc-1_vsd_expand_content_height: 26.1875rem;--_ui5-v2-5-0-rc-1_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-5-0-rc-1_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-5-0-rc-1_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5-v2-5-0-rc-1_wiz_tab_focus_border_radius: 0;--_ui5-v2-5-0-rc-1_wiz_tab_focus_outline: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-5-0-rc-1_wiz_tab_selection_line: var(--sapTextColor);--_ui5-v2-5-0-rc-1_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-5-0-rc-1_wiz_tab_icon_color: var(--sapTextColor);--_ui5-v2-5-0-rc-1_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-5-0-rc-1_wiz_tab_selected_bg: var(--sapContent_Selected_Background);--_ui5-v2-5-0-rc-1_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5-v2-5-0-rc-1_shellbar_root_height: 2.75rem;--_ui5-v2-5-0-rc-1_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-5-0-rc-1_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-5-0-rc-1_shellbar_logo_outline_color);--_ui5-v2-5-0-rc-1_shellbar_outline_offset: -.0625rem;--_ui5-v2-5-0-rc-1_shellbar_logo_outline_offset: var(--_ui5-v2-5-0-rc-1_shellbar_outline_offset);--_ui5-v2-5-0-rc-1_shellbar_button_box_shadow: none;--_ui5-v2-5-0-rc-1_shellbar_button_box_shadow_active: none;--_ui5-v2-5-0-rc-1_shellbar_button_border: none;--_ui5-v2-5-0-rc-1_shellbar_button_border_radius: .25rem;--_ui5-v2-5-0-rc-1_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-5-0-rc-1_shellbar_logo_outline_border_radius: 0;--_ui5-v2-5-0-rc-1_shellbar_search_button_size: 2.25rem;--_ui5-v2-5-0-rc-1_shellbar_search_field_height: 2.25rem;--_ui5-v2-5-0-rc-1_shellbar_search_button_border_radius: .25rem;--_ui5-v2-5-0-rc-1_shellbar_search_field_background: var(--sapShellColor);--_ui5-v2-5-0-rc-1_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5-v2-5-0-rc-1_shellbar_search_field_box_shadow: none;--_ui5-v2-5-0-rc-1_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5-v2-5-0-rc-1_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-5-0-rc-1_shellbar_input_focus_outline_color: inherit;--_ui5-v2-5-0-rc-1_shellbar_overflow_container_middle_height: 2.5rem;--_ui5-v2-5-0-rc-1_shellbar_menu_button_title_font_size: .75rem;--_ui5-v2-5-0-rc-1_shellbar_button_focused_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-5-0-rc-1_dynamic_page_footer_spacer: 4rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-5-0-rc-1_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-5-0-rc-1_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-5-0-rc-1_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-5-0-rc-1_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-5-0-rc-1_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-5-0-rc-1_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-5-0-rc-1_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-5-0-rc-1_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-5-0-rc-1_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-5-0-rc-1_dynamic_page_title_padding_top: .5rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_min_height: 4rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-5-0-rc-1_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-5-0-rc-1_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-5-0-rc-1_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-5-0-rc-1_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-5-0-rc-1_dynamic_page_header_padding_top: 1rem;--_ui5-v2-5-0-rc-1_dynamic_page_header_padding_bottom: 1rem;--_ui5-v2-5-0-rc-1_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-5-0-rc-1_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-5-0-rc-1_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-5-0-rc-1_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-5-0-rc-1_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-5-0-rc-1_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-5-0-rc-1_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-5-0-rc-1_dynamic_page_header-actions-background);--_ui5-v2-5-0-rc-1_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-5-0-rc-1_dynamic_page_header-actions-color);--_ui5-v2-5-0-rc-1_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5-v2-5-0-rc-1_timeline_tlgi_root_horizontal_height: 21.53125rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-5-0-rc-1_side_navigation_navigation_separator_margin: var(--_ui5-v2-5-0-rc-1_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-5-0-rc-1_side_navigation_padding: var(--_ui5-v2-5-0-rc-1_side_navigation_padding_compact);--_ui5-v2-5-0-rc-1_side_navigation_item_bottom_margin: var(--_ui5-v2-5-0-rc-1_side_navigation_item_bottom_margin_compact);--_ui5-v2-5-0-rc-1_side_navigation_container_padding: 1.5rem .75rem .75rem .75rem;--_ui5-v2-5-0-rc-1_side_navigation_item_gap: .5rem;--_ui5-v2-5-0-rc-1_side_navigation_item_height: 2rem}\n`};\nexport default styleData;\n\t"]}
|
|
1
|
+
{"version":3,"file":"parameters-bundle.css.js","sourceRoot":"","sources":["../../../../src/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,0BAA0B,EAAC,QAAQ,EAAC,qDAAqD,EAAC,OAAO,EAAC;CAC3I,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents-fiori\",fileName:\"themes/sap_horizon_hcw_exp/parameters-bundle.css.ts\",content:`:root{--_ui5-v2-5-0-rc-3_fcl_solid_bg: var(--sapBackgroundColor);--_ui5-v2-5-0-rc-3_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-5-0-rc-3_fcl_decoration_top: linear-gradient(to top, var(--sapObjectHeader_BorderColor), #fff);--_ui5-v2-5-0-rc-3_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), #fff);--sapIllus_BrandColorPrimary: var(--sapContent_Illustrative_Color1);--sapIllus_BrandColorSecondary: var(--sapContent_Illustrative_Color2);--sapIllus_StrokeDetailColor: var(--sapContent_Illustrative_Color4);--sapIllus_Layering1: var(--sapContent_Illustrative_Color5);--sapIllus_Layering2: var(--sapContent_Illustrative_Color6);--sapIllus_BackgroundColor: var(--sapContent_Illustrative_Color7);--sapIllus_ObjectFillColor: var(--sapContent_Illustrative_Color8);--sapIllus_AccentColor: var(--sapContent_Illustrative_Color3);--sapIllus_NoColor: none;--sapIllus_PatternShadow: url(#sapIllus_PatternShadow);--sapIllus_PatternHighlight: url(#sapIllus_PatternHighlight);--_ui5-v2-5-0-rc-3_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-5-0-rc-3_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-5-0-rc-3_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-5-0-rc-3_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-5-0-rc-3_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-5-0-rc-3_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-5-0-rc-3_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-5-0-rc-3_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-5-0-rc-3_page_transparent_bg: var(--sapBackgroundColor);--_ui5-v2-5-0-rc-3_product_switch_item_width: 11.25rem;--_ui5-v2-5-0-rc-3_product_switch_item_height: 7rem;--_ui5-v2-5-0-rc-3_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-5-0-rc-3_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-5-0-rc-3_product_switch_item_outline_width: .125rem;--_ui5-v2-5-0-rc-3_product_switch_item_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-5-0-rc-3_product_switch_item_outline: var(--_ui5-v2-5-0-rc-3_product_switch_item_outline_width) var(--_ui5-v2-5-0-rc-3_product_switch_item_outline_color) dotted;--_ui5-v2-5-0-rc-3_product_switch_item_outline_offset: -.25rem;--_ui5-v2-5-0-rc-3_product_switch_item_border: 1px solid var(--sapField_BorderColor);--_ui5-v2-5-0-rc-3_shellbar_button_badge_border: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-5-0-rc-3_shellbar_search_field_background_hover: var(--sapShellColor);--_ui5-v2-5-0-rc-3_shellbar_search_field_box_shadow_hover: none;--_ui5-v2-5-0-rc-3_side_navigation_collapsed_width: 3rem;--_ui5-v2-5-0-rc-3_side_navigation_navigation_separator_margin: .25rem .875rem .25rem .875rem;--_ui5-v2-5-0-rc-3_side_navigation_navigation_separator_margin_collapsed: .25rem .5rem .25rem .5rem;--_ui5-v2-5-0-rc-3_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5-v2-5-0-rc-3_side_navigation_navigation_separator_radius: unset;--_ui5-v2-5-0-rc-3_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5-v2-5-0-rc-3_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5-v2-5-0-rc-3_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-5-0-rc-3_side_navigation_triangle_display: block;--_ui5-v2-5-0-rc-3_side_navigation_phone_width: var(--_ui5-v2-5-0-rc-3_side_navigation_width);--_ui5-v2-5-0-rc-3_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5-v2-5-0-rc-3_side_navigation_icon_font_size: 1rem;--_ui5-v2-5-0-rc-3_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5-v2-5-0-rc-3_side_navigation_external_link_icon_color: var(--sapContent_LabelColor);--_ui5-v2-5-0-rc-3_side_navigation_hover_border_style_color: none;--_ui5-v2-5-0-rc-3_side_navigation_hover_border_width: 0;--_ui5-v2-5-0-rc-3_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-5-0-rc-3_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-5-0-rc-3_side_navigation_item_border_style_color: none;--_ui5-v2-5-0-rc-3_side_navigation_item_border_width: 0;--_ui5-v2-5-0-rc-3_side_navigation_last_item_border_style_color: none;--_ui5-v2-5-0-rc-3_side_navigation_item_border_radius: 0;--_ui5-v2-5-0-rc-3_side_navigation_item_bottom_margin: 0;--_ui5-v2-5-0-rc-3_side_navigation_item_bottom_margin_compact: 0;--_ui5-v2-5-0-rc-3_side_navigation_item_transition: none;--_ui5-v2-5-0-rc-3_side_navigation_item_padding_left: .5rem;--_ui5-v2-5-0-rc-3_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-5-0-rc-3_side_navigation_no_icons_nested_item_padding: 1rem;--_ui5-v2-5-0-rc-3_side_navigation_item_focus_border_offset: 1px;--_ui5-v2-5-0-rc-3_side_navigation_item_focus_border_radius: var(--_ui5-v2-5-0-rc-3_side_navigation_item_border_radius);--_ui5-v2-5-0-rc-3_side_navigation_collapsed_selected_item_background: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-5-0-rc-3_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-5-0-rc-3_side_navigation_selected_border_style_color: solid var(--_ui5-v2-5-0-rc-3_side_navigation_selected_item_border_color);--_ui5-v2-5-0-rc-3_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-5-0-rc-3_side_navigation_selected_border_style_color);--_ui5-v2-5-0-rc-3_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-5-0-rc-3_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-5-0-rc-3_side_navigation_selected_item_border_color);--_ui5-v2-5-0-rc-3_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-5-0-rc-3_side_navigation_selected_item_border_color);--_ui5-v2-5-0-rc-3_side_navigation_group_expanded_border_width: 0;--_ui5-v2-5-0-rc-3_side_navigation_group_icon_width: var(--_ui5-v2-5-0-rc-3_side_navigation_collapsed_width);--_ui5-v2-5-0-rc-3_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-5-0-rc-3_side_navigation_group_text_weight: unset;--_ui5-v2-5-0-rc-3_side_navigation_group_bottom_margin_in_popup: 0;--_ui5-v2-5-0-rc-3_side_navigation_padding: 0;--_ui5-v2-5-0-rc-3_side_navigation_padding_compact: 0;--_ui5-v2-5-0-rc-3_side_navigation_parent_popup_padding: 0;--_ui5-v2-5-0-rc-3_side_navigation_parent_popup_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-5-0-rc-3_side_navigation_popup_item_padding: 0 1rem;--_ui5-v2-5-0-rc-3_side_navigation_popup_icon_width: 1rem;--_ui5-v2-5-0-rc-3_side_navigation_popup_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-5-0-rc-3_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-5-0-rc-3_side_navigation_popup_title_text_size: var(--sapFontSize);--_ui5-v2-5-0-rc-3_side_navigation_popup_title_line_height: normal;--_ui5-v2-5-0-rc-3_side_navigation_selection_indicator_display: none;--_ui5-v2-5-0-rc-3_side_navigation_item_collapsed_icon_padding: 0;--_ui5-v2-5-0-rc-3_side_navigation_item_collapsed_hover_focus_width: 100%;--_ui5-v2-5-0-rc-3_side_navigation_item_collapsed_hover_focus_display: none;--_ui5-v2-5-0-rc-3_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5-v2-5-0-rc-3_side_navigation_width: 16rem;--_ui5-v2-5-0-rc-3_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-5-0-rc-3_side_navigation_popover_shadow_color1: var(--sapContent_ShadowColor);--_ui5-v2-5-0-rc-3_side_navigation_popover_shadow_color2: color-mix(in srgb, var(--sapContent_ShadowColor) 16%, transparent);--_ui5-v2-5-0-rc-3_side_navigation_popover_box_shadow:0 0 0 .0625rem var(--_ui5-v2-5-0-rc-3_side_navigation_popover_shadow_color1), 0 1rem 2rem 0 var(--_ui5-v2-5-0-rc-3_side_navigation_popover_shadow_color2);--_ui5-v2-5-0-rc-3_side_navigation_separator_backgound: var(--sapToolbar_SeparatorColor);--_ui5-v2-5-0-rc-3_side_navigation_item_icon_color: var(--sapList_TextColor);--_ui5-v2-5-0-rc-3_side_navigation_icon_size: 1rem;--_ui5-v2-5-0-rc-3_side_navigation_toggle_icon_color: var(--sapList_TextColor);--_ui5-v2-5-0-rc-3_side_navigation_toggle_icon_size: .75rem;--_ui5-v2-5-0-rc-3_side_navigation_collapsed_state_width: 3.5rem;--_ui5-v2-5-0-rc-3_side_navigation_indent_step: 1.5rem;--_ui5-v2-5-0-rc-3_side_navigation_indent_step_in_popover: 0;--_ui5-v2-5-0-rc-3_side_navigation_icon_padding_inline_start: .5rem;--_ui5-v2-5-0-rc-3_side_navigation_icon_padding_inline_end: .4375rem;--_ui5-v2-5-0-rc-3_side_navigation_collapsed_state_divider_padding: var(--_ui5-v2-5-0-rc-3_side_navigation_divider_padding);--_ui5-v2-5-0-rc-3_side_navigation_divider_padding: .3125rem 0;--_ui5-v2-5-0-rc-3_side_navigation_divider_height: .0625rem;--_ui5-v2-5-0-rc-3_side_navigation_divider_margin: .5rem 0;--_ui5-v2-5-0-rc-3_side_navigation_border_inline_end: 0;--_ui5-v2-5-0-rc-3_side_navigation_container_padding: .5rem;--_ui5-v2-5-0-rc-3_side_navigation_container_padding_in_popover: .75rem;--_ui5-v2-5-0-rc-3_side_navigation_item_padding: 0 .5rem;--_ui5-v2-5-0-rc-3_side_navigation_item_gap: .125rem;--_ui5-v2-5-0-rc-3_side_navigation_item_height: 2.5rem;--_ui5-v2-5-0-rc-3_side_navigation_item_level_1_font: \"72override\", var(--sapFontBoldFamily);--_ui5-v2-5-0-rc-3_side_navigation_item_level_1_margin_bottom_in_popover: .75rem;--_ui5-v2-5-0-rc-3_side_navigation_item_selection_indicator_display: initial;--_ui5-v2-5-0-rc-3_side_navigation_item_selection_indicator_reserved_space_has_children: 1.375rem;--_ui5-v2-5-0-rc-3_side_navigation_subitem_selection_indicator_reserved_space_no_children: 1rem;--_ui5-v2-5-0-rc-3_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_border_width: .0625rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_border_style: dotted;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_border_radius: .25rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5-v2-5-0-rc-3_TimelineItem_bubble_border_top: -.125rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_border_right: -.125rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_border_bottom: -.125rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_border_left: -.625rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_focus_border_radius: 0;--_ui5-v2-5-0-rc-3_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5-v2-5-0-rc-3_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_content_padding: var(--_ui5-v2-5-0-rc-3_tl_bubble_padding);--_ui5-v2-5-0-rc-3_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_outline_width: .125rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_outline_top: -.1875rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_outline_right: -.1875rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_outline_bottom: -.1875rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_outline_left: -.6875rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_rtl_left_offset: -.1875rem;--_ui5-v2-5-0-rc-3_TimelineItem_bubble_rtl_right_offset: -.6875rem;--ui5-v2-5-0-rc-3_upload_collection_drop_overlay_background: transparent;--ui5-v2-5-0-rc-3_upload_collection_thumbnail_size: 3rem;--ui5-v2-5-0-rc-3_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-5-0-rc-3_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-5-0-rc-3_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-5-0-rc-3_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-5-0-rc-3_upload_collection_drag_overlay_border_radius: 0;--ui5-v2-5-0-rc-3_upload_collection_drag_overlay_opacity: .8;--ui5-v2-5-0-rc-3_upload_collection_drag_overlay_border: .1875rem dashed var(--sapContent_ForegroundBorderColor);--ui5-v2-5-0-rc-3_upload_collection_drop_overlay_border: .1875rem solid var(--sapContent_HelpColor);--ui5-v2-5-0-rc-3_upload_collection_small_size_buttons_margin_block_start: .5rem;--_ui5-v2-5-0-rc-3_vsd_header_container: 2.75rem;--_ui5-v2-5-0-rc-3_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-5-0-rc-3_vsd_content_li_padding: .375rem;--_ui5-v2-5-0-rc-3_vsd_content_height: 23.4375rem;--_ui5-v2-5-0-rc-3_vsd_expand_content_height: 26.1875rem;--_ui5-v2-5-0-rc-3_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-5-0-rc-3_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-5-0-rc-3_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5-v2-5-0-rc-3_wiz_tab_focus_border_radius: 0;--_ui5-v2-5-0-rc-3_wiz_tab_focus_outline: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-5-0-rc-3_wiz_tab_selection_line: var(--sapTextColor);--_ui5-v2-5-0-rc-3_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-5-0-rc-3_wiz_tab_icon_color: var(--sapTextColor);--_ui5-v2-5-0-rc-3_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-5-0-rc-3_wiz_tab_selected_bg: var(--sapContent_Selected_Background);--_ui5-v2-5-0-rc-3_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5-v2-5-0-rc-3_shellbar_root_height: 2.75rem;--_ui5-v2-5-0-rc-3_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-5-0-rc-3_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-5-0-rc-3_shellbar_logo_outline_color);--_ui5-v2-5-0-rc-3_shellbar_outline_offset: -.0625rem;--_ui5-v2-5-0-rc-3_shellbar_logo_outline_offset: var(--_ui5-v2-5-0-rc-3_shellbar_outline_offset);--_ui5-v2-5-0-rc-3_shellbar_button_box_shadow: none;--_ui5-v2-5-0-rc-3_shellbar_button_box_shadow_active: none;--_ui5-v2-5-0-rc-3_shellbar_button_border: none;--_ui5-v2-5-0-rc-3_shellbar_button_border_radius: .25rem;--_ui5-v2-5-0-rc-3_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-5-0-rc-3_shellbar_logo_outline_border_radius: 0;--_ui5-v2-5-0-rc-3_shellbar_search_button_size: 2.25rem;--_ui5-v2-5-0-rc-3_shellbar_search_field_height: 2.25rem;--_ui5-v2-5-0-rc-3_shellbar_search_button_border_radius: .25rem;--_ui5-v2-5-0-rc-3_shellbar_search_field_background: var(--sapShellColor);--_ui5-v2-5-0-rc-3_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5-v2-5-0-rc-3_shellbar_search_field_box_shadow: none;--_ui5-v2-5-0-rc-3_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5-v2-5-0-rc-3_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-5-0-rc-3_shellbar_input_focus_outline_color: inherit;--_ui5-v2-5-0-rc-3_shellbar_overflow_container_middle_height: 2.5rem;--_ui5-v2-5-0-rc-3_shellbar_menu_button_title_font_size: .75rem;--_ui5-v2-5-0-rc-3_shellbar_button_focused_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-5-0-rc-3_dynamic_page_footer_spacer: 4rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-5-0-rc-3_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-5-0-rc-3_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-5-0-rc-3_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-5-0-rc-3_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-5-0-rc-3_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-5-0-rc-3_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-5-0-rc-3_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-5-0-rc-3_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-5-0-rc-3_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-5-0-rc-3_dynamic_page_title_padding_top: .5rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_min_height: 4rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-5-0-rc-3_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-5-0-rc-3_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-5-0-rc-3_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-5-0-rc-3_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-5-0-rc-3_dynamic_page_header_padding_top: 1rem;--_ui5-v2-5-0-rc-3_dynamic_page_header_padding_bottom: 1rem;--_ui5-v2-5-0-rc-3_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-5-0-rc-3_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-5-0-rc-3_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-5-0-rc-3_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-5-0-rc-3_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-5-0-rc-3_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-5-0-rc-3_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-5-0-rc-3_dynamic_page_header-actions-background);--_ui5-v2-5-0-rc-3_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-5-0-rc-3_dynamic_page_header-actions-color);--_ui5-v2-5-0-rc-3_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5-v2-5-0-rc-3_timeline_tlgi_root_horizontal_height: 21.53125rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-5-0-rc-3_side_navigation_navigation_separator_margin: var(--_ui5-v2-5-0-rc-3_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-5-0-rc-3_side_navigation_padding: var(--_ui5-v2-5-0-rc-3_side_navigation_padding_compact);--_ui5-v2-5-0-rc-3_side_navigation_item_bottom_margin: var(--_ui5-v2-5-0-rc-3_side_navigation_item_bottom_margin_compact);--_ui5-v2-5-0-rc-3_side_navigation_container_padding: 1.5rem .75rem .75rem .75rem;--_ui5-v2-5-0-rc-3_side_navigation_item_gap: .5rem;--_ui5-v2-5-0-rc-3_side_navigation_item_height: 2rem}\n`};\nexport default styleData;\n\t"]}
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
},
|
|
798
798
|
{
|
|
799
799
|
"name": "ui5-upload-collection",
|
|
800
|
-
"description": "### Overview\nThis component allows you to represent files before uploading them to a server, with the help of `ui5-upload-collection-item`.\nIt also allows you to show already uploaded files.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/UploadCollection.js\";`\n\n`import \"@ui5/webcomponents-fiori/dist/UploadCollectionItem.js\";` (for `ui5-upload-collection-item`)\n\n\n---\n\n\n\n\n### **Events:**\n - **
|
|
800
|
+
"description": "### Overview\nThis component allows you to represent files before uploading them to a server, with the help of `ui5-upload-collection-item`.\nIt also allows you to show already uploaded files.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/UploadCollection.js\";`\n\n`import \"@ui5/webcomponents-fiori/dist/UploadCollectionItem.js\";` (for `ui5-upload-collection-item`)\n\n\n---\n\n\n\n\n### **Events:**\n - **item-delete** - Fired when an element is dropped inside the drag and drop overlay.\n\n**Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the `ui5-upload-collection`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `Single` and `Multiple` modes.\n\n### **Slots:**\n - **default** - Defines the items of the `ui5-upload-collection`.\n\n**Note:** Use `ui5-upload-collection-item` for the intended design.\n- **header** - Defines the `ui5-upload-collection` header.\n\n**Note:** If `header` slot is provided,\nthe labelling of the `UploadCollection` is a responsibility of the application developer.\n`accessibleName` should be used.",
|
|
801
801
|
"attributes": [
|
|
802
802
|
{
|
|
803
803
|
"name": "selection-mode",
|
|
@@ -891,6 +891,81 @@
|
|
|
891
891
|
],
|
|
892
892
|
"references": []
|
|
893
893
|
},
|
|
894
|
+
{
|
|
895
|
+
"name": "ui5-user-menu",
|
|
896
|
+
"description": "### Overview\n\nThe `ui5-user-menu` is an SAP Fiori specific web component that is used in `ui5-shellbar`\nand allows the user to easily see information and settings for the current user and all other logged in accounts.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/UserMenu.js\";`\n\n`import \"@ui5/webcomponents-fiori/dist/UserMenuItem.js\";` (for `ui5-user-menu-item`)\n\n\n---\n\n\n\n\n### **Events:**\n - **avatar-click** - Fired when the account avatar is selected.\n- **manage-account-click** - Fired when the \"Manage Account\" button is selected.\n- **add-account-click** - Fired when the \"Add Account\" button is selected.\n- **change-account** - Fired when the account is switched to a different one.\n- **item-click** - Fired when a menu item is selected.\n- **sign-out-click** - Fired when the \"Sign Out\" button is selected.\n\n### **Slots:**\n - **default** - Defines the menu items.\n- **accounts** - Defines the user accounts.\n\n**Note:** If one item is used, it will be shown as the selected one. If more than one item is used, the first one will be shown as selected unless\nthere is an item with `selected` property set to `true`.",
|
|
897
|
+
"attributes": [
|
|
898
|
+
{
|
|
899
|
+
"name": "open",
|
|
900
|
+
"description": "Defines if the User Menu is opened.",
|
|
901
|
+
"values": []
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "opener",
|
|
905
|
+
"description": "Defines the ID or DOM Reference of the element at which the user menu is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.",
|
|
906
|
+
"values": [{ "name": "HTMLElement" }]
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "show-manage-account",
|
|
910
|
+
"description": "Defines if the User Menu shows the Manage Account option.",
|
|
911
|
+
"values": []
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "show-other-accounts",
|
|
915
|
+
"description": "Defines if the User Menu shows the Other Accounts option.",
|
|
916
|
+
"values": []
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "show-add-account",
|
|
920
|
+
"description": "Defines if the User Menu shows the Add Account option.",
|
|
921
|
+
"values": []
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"references": []
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "ui5-user-menu-account",
|
|
928
|
+
"description": "### Overview\n\nThe `ui5-user-menu-account` represents an account in the `ui5-user-menu`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/UserMenuAccount.js\";`\n\n\n---\n\n\n",
|
|
929
|
+
"attributes": [
|
|
930
|
+
{
|
|
931
|
+
"name": "avatar-src",
|
|
932
|
+
"description": "Defines the avatar image url of the user.",
|
|
933
|
+
"values": []
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "avatar-initials",
|
|
937
|
+
"description": "Defines the avatar initials of the user.",
|
|
938
|
+
"values": []
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "title-text",
|
|
942
|
+
"description": "Defines the title text of the user.",
|
|
943
|
+
"values": []
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"name": "subtitle-text",
|
|
947
|
+
"description": "Defines additional text of the user.",
|
|
948
|
+
"values": []
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "description",
|
|
952
|
+
"description": "Defines description of the user.",
|
|
953
|
+
"values": []
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "selected",
|
|
957
|
+
"description": "Defines if the user is selected.",
|
|
958
|
+
"values": []
|
|
959
|
+
}
|
|
960
|
+
],
|
|
961
|
+
"references": []
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"name": "ui5-user-menu-item",
|
|
965
|
+
"description": "### Overview\n\n`ui5-user-menu-item` is the item to use inside a `ui5-user-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-user-menu-item` represents a node in a `ui5-user-menu`. The user menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a menu item in that menu. Therefore, you should only use\n`ui5-user-menu-item` directly in your apps. The `ui5-menu` menu item is internal for the menu, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/UserMenuItem.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-user-menu-item` for the intended design.",
|
|
966
|
+
"attributes": [],
|
|
967
|
+
"references": []
|
|
968
|
+
},
|
|
894
969
|
{
|
|
895
970
|
"name": "ui5-view-settings-dialog",
|
|
896
971
|
"description": "### Overview\nThe `ui5-view-settings-dialog` component helps the user to sort data within a list or a table.\nIt consists of several lists like `Sort order` which is built-in and `Sort By` and `Filter By` lists,\nfor which you must be provide items(`ui5-sort-item` & `ui5-filter-item` respectively)\nThese options can be used to create sorters for a table.\n\nThe `ui5-view-settings-dialog` interrupts the current application processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe `ui5-view-settings-dialog` is modal, which means that user action is required before returning to the parent window is possible.\n\n### Structure\nA `ui5-view-settings-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-view-settings-dialog` is usually displayed at the center of the screen.\n\n### Responsive Behavior\n`ui5-view-settings-dialog` stretches on full screen on phones.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **confirm** - Fired when confirmation button is activated.\n- **cancel** - Fired when cancel button is activated.\n- **before-open** - Fired before the component is opened.\n- **open** - Fired after the dialog is opened.\n- **close** - Fired after the dialog is closed.\n\n### **Methods:**\n - **setConfirmedSettings(settings: _VSDSettings_): _void_** - Sets a JavaScript object, as settings to the `ui5-view-settings-dialog`.\nThis method can be used after the dialog is initially open, as the dialog needs\nto set its initial settings.\nThe `ui5-view-settings-dialog` throws an event called \"before-open\",\nwhich can be used as a trigger point.\nThe object should have the following format:\n\n### **Slots:**\n - **sortItems** - Defines the list of items against which the user could sort data.\n\n**Note:** If you want to use this slot, you need to import used item: `import \"@ui5/webcomponents-fiori/dist/SortItem.js\";`\n- **filterItems** - Defines the `filterItems` list.\n\n**Note:** If you want to use this slot, you need to import used item: `import \"@ui5/webcomponents-fiori/dist/FilterItem.js\";`",
|
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@ui5/webcomponents-fiori",
|
|
4
|
-
"version": "2.5.0-rc.
|
|
4
|
+
"version": "2.5.0-rc.3",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -1921,7 +1921,7 @@
|
|
|
1921
1921
|
},
|
|
1922
1922
|
{
|
|
1923
1923
|
"name": "ui5-upload-collection",
|
|
1924
|
-
"description": "### Overview\nThis component allows you to represent files before uploading them to a server, with the help of `ui5-upload-collection-item`.\nIt also allows you to show already uploaded files.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/UploadCollection.js\";`\n\n`import \"@ui5/webcomponents-fiori/dist/UploadCollectionItem.js\";` (for `ui5-upload-collection-item`)\n---\n\n\n### **Events:**\n - **
|
|
1924
|
+
"description": "### Overview\nThis component allows you to represent files before uploading them to a server, with the help of `ui5-upload-collection-item`.\nIt also allows you to show already uploaded files.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/UploadCollection.js\";`\n\n`import \"@ui5/webcomponents-fiori/dist/UploadCollectionItem.js\";` (for `ui5-upload-collection-item`)\n---\n\n\n### **Events:**\n - **item-delete** - Fired when an element is dropped inside the drag and drop overlay.\n\n**Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the `ui5-upload-collection`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `Single` and `Multiple` modes.\n\n### **Slots:**\n - **default** - Defines the items of the `ui5-upload-collection`.\n\n**Note:** Use `ui5-upload-collection-item` for the intended design.\n- **header** - Defines the `ui5-upload-collection` header.\n\n**Note:** If `header` slot is provided,\nthe labelling of the `UploadCollection` is a responsibility of the application developer.\n`accessibleName` should be used.",
|
|
1925
1925
|
"doc-url": "",
|
|
1926
1926
|
"attributes": [
|
|
1927
1927
|
{
|
|
@@ -1964,13 +1964,9 @@
|
|
|
1964
1964
|
}
|
|
1965
1965
|
],
|
|
1966
1966
|
"events": [
|
|
1967
|
-
{
|
|
1968
|
-
"name": "drop",
|
|
1969
|
-
"description": "Fired when an element is dropped inside the drag and drop overlay.\n\n**Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the `ui5-upload-collection`."
|
|
1970
|
-
},
|
|
1971
1967
|
{
|
|
1972
1968
|
"name": "item-delete",
|
|
1973
|
-
"description": "Fired when the
|
|
1969
|
+
"description": "Fired when an element is dropped inside the drag and drop overlay.\n\n**Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the `ui5-upload-collection`."
|
|
1974
1970
|
},
|
|
1975
1971
|
{
|
|
1976
1972
|
"name": "selection-change",
|
|
@@ -2008,13 +2004,9 @@
|
|
|
2008
2004
|
}
|
|
2009
2005
|
],
|
|
2010
2006
|
"events": [
|
|
2011
|
-
{
|
|
2012
|
-
"name": "drop",
|
|
2013
|
-
"description": "Fired when an element is dropped inside the drag and drop overlay.\n\n**Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the `ui5-upload-collection`."
|
|
2014
|
-
},
|
|
2015
2007
|
{
|
|
2016
2008
|
"name": "item-delete",
|
|
2017
|
-
"description": "Fired when the
|
|
2009
|
+
"description": "Fired when an element is dropped inside the drag and drop overlay.\n\n**Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the `ui5-upload-collection`."
|
|
2018
2010
|
},
|
|
2019
2011
|
{
|
|
2020
2012
|
"name": "selection-change",
|
|
@@ -2175,6 +2167,216 @@
|
|
|
2175
2167
|
]
|
|
2176
2168
|
}
|
|
2177
2169
|
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "ui5-user-menu",
|
|
2172
|
+
"description": "### Overview\n\nThe `ui5-user-menu` is an SAP Fiori specific web component that is used in `ui5-shellbar`\nand allows the user to easily see information and settings for the current user and all other logged in accounts.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/UserMenu.js\";`\n\n`import \"@ui5/webcomponents-fiori/dist/UserMenuItem.js\";` (for `ui5-user-menu-item`)\n---\n\n\n### **Events:**\n - **avatar-click** - Fired when the account avatar is selected.\n- **manage-account-click** - Fired when the \"Manage Account\" button is selected.\n- **add-account-click** - Fired when the \"Add Account\" button is selected.\n- **change-account** - Fired when the account is switched to a different one.\n- **item-click** - Fired when a menu item is selected.\n- **sign-out-click** - Fired when the \"Sign Out\" button is selected.\n\n### **Slots:**\n - **default** - Defines the menu items.\n- **accounts** - Defines the user accounts.\n\n**Note:** If one item is used, it will be shown as the selected one. If more than one item is used, the first one will be shown as selected unless\nthere is an item with `selected` property set to `true`.",
|
|
2173
|
+
"doc-url": "",
|
|
2174
|
+
"attributes": [
|
|
2175
|
+
{
|
|
2176
|
+
"name": "open",
|
|
2177
|
+
"description": "Defines if the User Menu is opened.",
|
|
2178
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"name": "opener",
|
|
2182
|
+
"description": "Defines the ID or DOM Reference of the element at which the user menu is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.",
|
|
2183
|
+
"value": {
|
|
2184
|
+
"type": "string | HTMLElement | undefined",
|
|
2185
|
+
"default": "undefined"
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"name": "show-manage-account",
|
|
2190
|
+
"description": "Defines if the User Menu shows the Manage Account option.",
|
|
2191
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"name": "show-other-accounts",
|
|
2195
|
+
"description": "Defines if the User Menu shows the Other Accounts option.",
|
|
2196
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "show-add-account",
|
|
2200
|
+
"description": "Defines if the User Menu shows the Add Account option.",
|
|
2201
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2202
|
+
}
|
|
2203
|
+
],
|
|
2204
|
+
"slots": [
|
|
2205
|
+
{ "name": "default", "description": "Defines the menu items." },
|
|
2206
|
+
{
|
|
2207
|
+
"name": "accounts",
|
|
2208
|
+
"description": "Defines the user accounts.\n\n**Note:** If one item is used, it will be shown as the selected one. If more than one item is used, the first one will be shown as selected unless\nthere is an item with `selected` property set to `true`."
|
|
2209
|
+
}
|
|
2210
|
+
],
|
|
2211
|
+
"events": [
|
|
2212
|
+
{
|
|
2213
|
+
"name": "avatar-click",
|
|
2214
|
+
"description": "Fired when the account avatar is selected."
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"name": "manage-account-click",
|
|
2218
|
+
"description": "Fired when the \"Manage Account\" button is selected."
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"name": "add-account-click",
|
|
2222
|
+
"description": "Fired when the \"Add Account\" button is selected."
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"name": "change-account",
|
|
2226
|
+
"description": "Fired when the account is switched to a different one."
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"name": "item-click",
|
|
2230
|
+
"description": "Fired when a menu item is selected."
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"name": "sign-out-click",
|
|
2234
|
+
"description": "Fired when the \"Sign Out\" button is selected."
|
|
2235
|
+
}
|
|
2236
|
+
],
|
|
2237
|
+
"js": {
|
|
2238
|
+
"properties": [
|
|
2239
|
+
{
|
|
2240
|
+
"name": "open",
|
|
2241
|
+
"description": "Defines if the User Menu is opened.",
|
|
2242
|
+
"value": { "type": "boolean" }
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "opener",
|
|
2246
|
+
"description": "Defines the ID or DOM Reference of the element at which the user menu is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.",
|
|
2247
|
+
"value": { "type": "string | HTMLElement | undefined" }
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "show-manage-account",
|
|
2251
|
+
"description": "Defines if the User Menu shows the Manage Account option.",
|
|
2252
|
+
"value": { "type": "boolean" }
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"name": "show-other-accounts",
|
|
2256
|
+
"description": "Defines if the User Menu shows the Other Accounts option.",
|
|
2257
|
+
"value": { "type": "boolean" }
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"name": "show-add-account",
|
|
2261
|
+
"description": "Defines if the User Menu shows the Add Account option.",
|
|
2262
|
+
"value": { "type": "boolean" }
|
|
2263
|
+
}
|
|
2264
|
+
],
|
|
2265
|
+
"events": [
|
|
2266
|
+
{
|
|
2267
|
+
"name": "avatar-click",
|
|
2268
|
+
"description": "Fired when the account avatar is selected."
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"name": "manage-account-click",
|
|
2272
|
+
"description": "Fired when the \"Manage Account\" button is selected."
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "add-account-click",
|
|
2276
|
+
"description": "Fired when the \"Add Account\" button is selected."
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"name": "change-account",
|
|
2280
|
+
"description": "Fired when the account is switched to a different one."
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"name": "item-click",
|
|
2284
|
+
"description": "Fired when a menu item is selected."
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"name": "sign-out-click",
|
|
2288
|
+
"description": "Fired when the \"Sign Out\" button is selected."
|
|
2289
|
+
}
|
|
2290
|
+
]
|
|
2291
|
+
}
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"name": "ui5-user-menu-account",
|
|
2295
|
+
"description": "### Overview\n\nThe `ui5-user-menu-account` represents an account in the `ui5-user-menu`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/UserMenuAccount.js\";`\n---\n",
|
|
2296
|
+
"doc-url": "",
|
|
2297
|
+
"attributes": [
|
|
2298
|
+
{
|
|
2299
|
+
"name": "avatar-src",
|
|
2300
|
+
"description": "Defines the avatar image url of the user.",
|
|
2301
|
+
"value": { "type": "string | undefined", "default": "\"\"" }
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"name": "avatar-initials",
|
|
2305
|
+
"description": "Defines the avatar initials of the user.",
|
|
2306
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"name": "title-text",
|
|
2310
|
+
"description": "Defines the title text of the user.",
|
|
2311
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"name": "subtitle-text",
|
|
2315
|
+
"description": "Defines additional text of the user.",
|
|
2316
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"name": "description",
|
|
2320
|
+
"description": "Defines description of the user.",
|
|
2321
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"name": "selected",
|
|
2325
|
+
"description": "Defines if the user is selected.",
|
|
2326
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2327
|
+
}
|
|
2328
|
+
],
|
|
2329
|
+
"events": [],
|
|
2330
|
+
"js": {
|
|
2331
|
+
"properties": [
|
|
2332
|
+
{
|
|
2333
|
+
"name": "avatar-src",
|
|
2334
|
+
"description": "Defines the avatar image url of the user.",
|
|
2335
|
+
"value": { "type": "string | undefined" }
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"name": "avatar-initials",
|
|
2339
|
+
"description": "Defines the avatar initials of the user.",
|
|
2340
|
+
"value": { "type": "string | undefined" }
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"name": "title-text",
|
|
2344
|
+
"description": "Defines the title text of the user.",
|
|
2345
|
+
"value": { "type": "string" }
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"name": "subtitle-text",
|
|
2349
|
+
"description": "Defines additional text of the user.",
|
|
2350
|
+
"value": { "type": "string" }
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "description",
|
|
2354
|
+
"description": "Defines description of the user.",
|
|
2355
|
+
"value": { "type": "string" }
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"name": "selected",
|
|
2359
|
+
"description": "Defines if the user is selected.",
|
|
2360
|
+
"value": { "type": "boolean" }
|
|
2361
|
+
}
|
|
2362
|
+
],
|
|
2363
|
+
"events": []
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"name": "ui5-user-menu-item",
|
|
2368
|
+
"description": "### Overview\n\n`ui5-user-menu-item` is the item to use inside a `ui5-user-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-user-menu-item` represents a node in a `ui5-user-menu`. The user menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a menu item in that menu. Therefore, you should only use\n`ui5-user-menu-item` directly in your apps. The `ui5-menu` menu item is internal for the menu, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/UserMenuItem.js\";`\n---\n\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-user-menu-item` for the intended design.",
|
|
2369
|
+
"doc-url": "",
|
|
2370
|
+
"attributes": [],
|
|
2371
|
+
"slots": [
|
|
2372
|
+
{
|
|
2373
|
+
"name": "default",
|
|
2374
|
+
"description": "Defines the items of this component.\n\n**Note:** Use `ui5-user-menu-item` for the intended design."
|
|
2375
|
+
}
|
|
2376
|
+
],
|
|
2377
|
+
"events": [],
|
|
2378
|
+
"js": { "properties": [], "events": [] }
|
|
2379
|
+
},
|
|
2178
2380
|
{
|
|
2179
2381
|
"name": "ui5-view-settings-dialog",
|
|
2180
2382
|
"description": "### Overview\nThe `ui5-view-settings-dialog` component helps the user to sort data within a list or a table.\nIt consists of several lists like `Sort order` which is built-in and `Sort By` and `Filter By` lists,\nfor which you must be provide items(`ui5-sort-item` & `ui5-filter-item` respectively)\nThese options can be used to create sorters for a table.\n\nThe `ui5-view-settings-dialog` interrupts the current application processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe `ui5-view-settings-dialog` is modal, which means that user action is required before returning to the parent window is possible.\n\n### Structure\nA `ui5-view-settings-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-view-settings-dialog` is usually displayed at the center of the screen.\n\n### Responsive Behavior\n`ui5-view-settings-dialog` stretches on full screen on phones.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js\";`\n---\n\n\n### **Events:**\n - **confirm** - Fired when confirmation button is activated.\n- **cancel** - Fired when cancel button is activated.\n- **before-open** - Fired before the component is opened.\n- **open** - Fired after the dialog is opened.\n- **close** - Fired after the dialog is closed.\n\n### **Methods:**\n - **setConfirmedSettings(settings: _VSDSettings_): _void_** - Sets a JavaScript object, as settings to the `ui5-view-settings-dialog`.\nThis method can be used after the dialog is initially open, as the dialog needs\nto set its initial settings.\nThe `ui5-view-settings-dialog` throws an event called \"before-open\",\nwhich can be used as a trigger point.\nThe object should have the following format:\n\n### **Slots:**\n - **sortItems** - Defines the list of items against which the user could sort data.\n\n**Note:** If you want to use this slot, you need to import used item: `import \"@ui5/webcomponents-fiori/dist/SortItem.js\";`\n- **filterItems** - Defines the `filterItems` list.\n\n**Note:** If you want to use this slot, you need to import used item: `import \"@ui5/webcomponents-fiori/dist/FilterItem.js\";`",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-fiori",
|
|
3
|
-
"version": "2.5.0-rc.
|
|
3
|
+
"version": "2.5.0-rc.3",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.fiori",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -53,16 +53,16 @@
|
|
|
53
53
|
"directory": "packages/fiori"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@ui5/webcomponents": "2.5.0-rc.
|
|
57
|
-
"@ui5/webcomponents-base": "2.5.0-rc.
|
|
58
|
-
"@ui5/webcomponents-icons": "2.5.0-rc.
|
|
59
|
-
"@ui5/webcomponents-theming": "2.5.0-rc.
|
|
56
|
+
"@ui5/webcomponents": "2.5.0-rc.3",
|
|
57
|
+
"@ui5/webcomponents-base": "2.5.0-rc.3",
|
|
58
|
+
"@ui5/webcomponents-icons": "2.5.0-rc.3",
|
|
59
|
+
"@ui5/webcomponents-theming": "2.5.0-rc.3",
|
|
60
60
|
"@zxing/library": "^0.21.3"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@ui5/webcomponents-tools": "2.5.0-rc.
|
|
63
|
+
"@ui5/webcomponents-tools": "2.5.0-rc.3",
|
|
64
64
|
"chromedriver": "^131.0.0",
|
|
65
65
|
"lit": "^2.0.0"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "bb0393d3daabde7c97e6b5028ae81e34a5b060dc"
|
|
68
68
|
}
|
package/src/UserMenu.hbs
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
<ui5-responsive-popover
|
|
2
|
+
id="{{_id}}-user-menu-rp"
|
|
3
|
+
class="ui5-pm-rp"
|
|
4
|
+
tabindex="-1"
|
|
5
|
+
placement="Bottom"
|
|
6
|
+
vertical-align="Bottom"
|
|
7
|
+
horizontal-align="End"
|
|
8
|
+
@ui5-close={{_handlePopoverAfterClose}}
|
|
9
|
+
prevent-initial-focus
|
|
10
|
+
accessible-name={{accessibleNameText}}
|
|
11
|
+
.open={{open}}
|
|
12
|
+
.opener={{opener}}
|
|
13
|
+
>
|
|
14
|
+
<div class="ui5-pm-header" slot="header">
|
|
15
|
+
{{#if _isPhone}}
|
|
16
|
+
<ui5-button icon="decline" design="Transparent" class="ui5-pm-decline-btn" @click="{{_handleDeclineClick}}" tooltip="{{_declineButtonTooltip}}"></ui5-button>
|
|
17
|
+
{{/if}}
|
|
18
|
+
|
|
19
|
+
{{#if _selectedAccount}}
|
|
20
|
+
<div class="ui5-pm-selected-account" >
|
|
21
|
+
<ui5-avatar size="L" @click="{{_handleAvatarClick}}" .initials="{{_selectedAccount._initials}}" fallback-icon="person-placeholder" class="ui5-pm--selected-account-avatar">
|
|
22
|
+
{{#if _selectedAccount.avatarSrc}}
|
|
23
|
+
<img src={{_selectedAccount.avatarSrc}}/>
|
|
24
|
+
{{/if}}
|
|
25
|
+
<ui5-tag slot="badge" wrapping-type="None" design="Set1" color-scheme="5" title="{{_editAvatarTooltip}}">
|
|
26
|
+
<ui5-icon slot="icon" name="edit"></ui5-icon>
|
|
27
|
+
</ui5-tag>
|
|
28
|
+
</ui5-avatar>
|
|
29
|
+
{{#if _selectedAccount.titleText}}
|
|
30
|
+
<ui5-title class="ui5-pm-selected-account-title">{{_selectedAccount.titleText}}</ui5-title>
|
|
31
|
+
{{/if}}
|
|
32
|
+
{{#if _selectedAccount.subtitleText}}
|
|
33
|
+
<ui5-text class="ui5-pm-selected-account-subtitleText">{{_selectedAccount.subtitleText}}</ui5-text>
|
|
34
|
+
{{/if}}
|
|
35
|
+
{{#if _selectedAccount.description}}
|
|
36
|
+
<ui5-text class="ui5-pm-selected-account-description">{{_selectedAccount.description}}</ui5-text>
|
|
37
|
+
{{/if}}
|
|
38
|
+
|
|
39
|
+
{{#if showManageAccount}}
|
|
40
|
+
<ui5-button icon="user-settings" class="ui5-pm-manage-account-btn" @click="{{_handleManageAccountClick}}">{{_manageAccountButtonText}}</ui5-button>
|
|
41
|
+
{{/if}}
|
|
42
|
+
</div>
|
|
43
|
+
{{/if}}
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
{{#if showOtherAccounts}}
|
|
47
|
+
<ui5-panel collapsed class="ui5-pm-other-accounts">
|
|
48
|
+
<div slot="header" class="ui5-user-menu-account-header">
|
|
49
|
+
<ui5-title slot="header" level="H4">{{_otherAccountsButtonText}} ({{_otherAccounts.length}})</ui5-title>
|
|
50
|
+
{{#if showAddAccount}}
|
|
51
|
+
<ui5-button slot="header" class="ui5-pm-add-account-btn" design="Transparent" icon="add-employee" @click="{{_handleAddAccountClick}}" tooltip="{{_addAccountTooltip}}"/>
|
|
52
|
+
{{/if}}
|
|
53
|
+
</div>
|
|
54
|
+
{{#if _otherAccounts.length}}
|
|
55
|
+
<ui5-list @ui5-item-click="{{_handleAccountSwitch}}">
|
|
56
|
+
{{#each _otherAccounts}}
|
|
57
|
+
<ui5-li-custom .associatedAccount="{{this}}">
|
|
58
|
+
<div class="ui5-pm-other-accounts-content">
|
|
59
|
+
<ui5-avatar slot="image" size="S" .initials="{{_initials}}" fallback-icon="person-placeholder">
|
|
60
|
+
{{#if avatarSrc}}
|
|
61
|
+
<img src={{avatarSrc}}/>
|
|
62
|
+
{{/if}}
|
|
63
|
+
</ui5-avatar>
|
|
64
|
+
<div>
|
|
65
|
+
{{#if titleText}}
|
|
66
|
+
<ui5-title>{{titleText}}</ui5-title>
|
|
67
|
+
{{/if}}
|
|
68
|
+
{{#if subtitleText}}
|
|
69
|
+
<ui5-label>{{subtitleText}}</ui5-label>
|
|
70
|
+
{{/if}}
|
|
71
|
+
{{#if description}}
|
|
72
|
+
<ui5-label>{{description}}</ui5-label>
|
|
73
|
+
{{/if}}
|
|
74
|
+
</div>
|
|
75
|
+
</div>
|
|
76
|
+
</ui5-li-custom>
|
|
77
|
+
{{/each}}
|
|
78
|
+
</ui5-list>
|
|
79
|
+
{{/if}}
|
|
80
|
+
</ui5-panel>
|
|
81
|
+
{{/if}}
|
|
82
|
+
|
|
83
|
+
{{#if menuItems.length}}
|
|
84
|
+
<ui5-list
|
|
85
|
+
class="ui5-user-menu-list"
|
|
86
|
+
selection-mode="None"
|
|
87
|
+
separators="None"
|
|
88
|
+
accessible-role="Menu"
|
|
89
|
+
@ui5-item-click={{_handleMenuItemClick}}
|
|
90
|
+
@ui5-close-menu={{_handleMenuItemClose}}
|
|
91
|
+
>
|
|
92
|
+
<slot></slot>
|
|
93
|
+
</ui5-list>
|
|
94
|
+
{{/if}}
|
|
95
|
+
|
|
96
|
+
<div slot="footer" class="ui5-pm-footer">
|
|
97
|
+
<ui5-button class="ui5-pm-sign-out-btn" design="Transparent" icon="log" @click="{{_handleSignOutClick}}">{{_signOutButtonText}}</ui5-button>
|
|
98
|
+
</div>
|
|
99
|
+
</ui5-responsive-popover>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{{>include "../../main/src/MenuItem.hbs"}}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
@click="{{_navigateToFilters}}"
|
|
21
21
|
></ui5-button>
|
|
22
22
|
{{/if}}
|
|
23
|
-
<ui5-title wrapping-type="None" class="ui5-vsd-title" id="{{_id}}-label">{{_title}}</ui5-title>
|
|
23
|
+
<ui5-title wrapping-type="None" level="H1" class="ui5-vsd-title" id="{{_id}}-label">{{_title}}</ui5-title>
|
|
24
24
|
</div>
|
|
25
25
|
<div class="ui5-vsd-header-end">
|
|
26
26
|
<ui5-button
|
package/src/WizardTab.hbs
CHANGED
|
@@ -20,7 +20,9 @@
|
|
|
20
20
|
{{#if hasTexts}}
|
|
21
21
|
<div class="ui5-wiz-step-texts">
|
|
22
22
|
<div class="ui5-wiz-step-title-text">{{titleText}}</div>
|
|
23
|
-
|
|
23
|
+
{{#if subtitleText}}
|
|
24
|
+
<div class="ui5-wiz-step-subtitle-text">{{subtitleText}}</div>
|
|
25
|
+
{{/if}}
|
|
24
26
|
</div>
|
|
25
27
|
{{/if}}
|
|
26
28
|
</div>
|