@ui5/webcomponents-fiori 2.26.0-rc.0 → 2.26.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 +33 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/DynamicPage.js +7 -0
- package/dist/DynamicPage.js.map +1 -1
- package/dist/Search.js +1 -1
- package/dist/Search.js.map +1 -1
- package/dist/SearchField.d.ts +29 -0
- package/dist/SearchField.js +88 -1
- package/dist/SearchField.js.map +1 -1
- package/dist/SearchFieldScopePopoverTemplate.d.ts +2 -0
- package/dist/SearchFieldScopePopoverTemplate.js +11 -0
- package/dist/SearchFieldScopePopoverTemplate.js.map +1 -0
- package/dist/SearchFieldTemplate.js +14 -5
- package/dist/SearchFieldTemplate.js.map +1 -1
- package/dist/UserMenuTemplate.js +1 -1
- package/dist/UserMenuTemplate.js.map +1 -1
- package/dist/UserSettingsDialog.d.ts +9 -2
- package/dist/UserSettingsDialog.js +42 -3
- package/dist/UserSettingsDialog.js.map +1 -1
- package/dist/UserSettingsDialogTemplate.js +2 -2
- package/dist/UserSettingsDialogTemplate.js.map +1 -1
- package/dist/UserSettingsItem.d.ts +18 -0
- package/dist/UserSettingsItem.js +50 -0
- package/dist/UserSettingsItem.js.map +1 -1
- package/dist/css/themes/SearchField.css +1 -1
- package/dist/css/themes/ShellBarLegacy.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_auto/parameters-bundle.css +3 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +3 -1
- package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +2 -0
- package/dist/custom-elements-internal.json +18 -18
- package/dist/custom-elements.json +18 -18
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -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_auto/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_hc_auto/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_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.d.ts +5 -1
- package/dist/generated/i18n/i18n-defaults.js +5 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/SearchField.css.d.ts +1 -1
- package/dist/generated/themes/SearchField.css.js +1 -1
- package/dist/generated/themes/SearchField.css.js.map +1 -1
- package/dist/generated/themes/ShellBarLegacy.css.d.ts +1 -1
- package/dist/generated/themes/ShellBarLegacy.css.js +1 -1
- package/dist/generated/themes/ShellBarLegacy.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +2 -0
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/vscode.html-custom-data.json +78 -193
- package/dist/web-types.json +5 -5
- package/package.json +7 -7
- package/src/SearchFieldScopePopoverTemplate.tsx +37 -0
- package/src/SearchFieldTemplate.tsx +45 -18
- package/src/UserMenuTemplate.tsx +1 -1
- package/src/UserSettingsDialogTemplate.tsx +4 -4
- package/src/i18n/messagebundle.properties +12 -0
- package/src/i18n/messagebundle_en.properties +218 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +8 -0
- package/src/themes/SearchField.css +63 -3
- package/src/themes/ShellBarLegacy.css +3 -1
- package/src/themes/base/SearchField-parameters.css +3 -1
- package/src/themes/sap_fiori_3/SearchField-parameters.css +0 -1
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +0 -1
- package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +0 -1
- package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +0 -1
- package/src/themes/sap_horizon/SearchField-parameters.css +6 -0
- package/src/themes/sap_horizon/parameters-bundle.css +1 -2
- package/src/themes/sap_horizon_dark/SearchField-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/themes/sap_horizon_hcb/SearchField-parameters.css +0 -1
- package/src/themes/sap_horizon_hcw/SearchField-parameters.css +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:host{--_ui5_banner_background: var(--sapShell_HeroBanner_Background, var(--sapHighlightColor));--_ui5_banner_text_color: var(--sapShell_HeroBanner_TextColor, var(--sapContent_ContrastTextColor));--_ui5_banner_border_radius: var(--sapTile_BorderCornerRadius);--_ui5_banner_box_shadow: var(--sapContent_Shadow0);--_ui5_banner_background_image: var(--sapShell_HeroBanner_BackgroundImage);--_ui5_timeline_scroll_container_offset: .5rem;--_ui5_shellbar_notification_btn_count_offset: .125rem;--_ui5_side_navigation_item_expand_icon_hover_left: auto;--_ui5_side_navigation_item_expand_icon_hover_right: 0;--_ui5_fcl_solid_bg: var(--sapShell_Background);--_ui5_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapHighlightColor), transparent);--_ui5_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-notification_item-border-radius: var(--sapTile_BorderCornerRadius);--_ui5-notification_group_header-border-bottom-width: 0;--_ui5-notification_group_header-margin: 0px;--_ui5-notification_group_header-margin-expanded: .5rem;--_ui5-notification_group_header-padding: .5rem;--_ui5-notification_item-state-icon-padding: .25rem;--_ui5-notification_item-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-notification_item-border-top-left-right: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-notification_item-margin: 0 .5rem .5rem .5rem;--_ui5-notification_item-background-color-hover: var(--sapList_Hover_Background);--_ui5-notification_item-background-color-active: var(--sapList_SelectionBackgroundColor);--_ui5-notification_item-border-active: 1px solid var(--sapList_SelectionBorderColor);--_ui5-notification_item-root-padding-inline: 1rem;--_ui5-notification_item-content-padding: .75rem 0;--_ui5-notification_item-title-margin-bottom: 0;--_ui5-notification_item-title-padding-end-two-buttons: var(--_ui5-compact-size, 3.875rem) var(--_ui5-cozy-size, 4.375rem);--_ui5-notification_item-title-padding-end-one-button: var(--_ui5-compact-size, 1.875rem) var(--_ui5-cozy-size, 2.125rem);--_ui5-notification_item-description-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-footer-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-focus-offset: .1875rem;--_ui5-notification_item-outline-offset: -.375rem;--_ui5-notification_item-growing-btn-background-color-active: var(--_ui5-notification_item-background-color-active);--_ui5_page_list_bg: var(--sapGroup_ContentBackground);--_ui5_page_transparent_bg: transparent;--_ui5_vsd_header_container: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_sub_header_container_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_content_li_padding: .375rem;--_ui5_vsd_content_height: 23.4375rem;--_ui5_vsd_expand_content_height: var(--_ui5-compact-size, 25.4375rem) var(--_ui5-cozy-size, 26.1875rem);--_ui5_product_switch_item_width: 11.25rem;--_ui5_product_switch_item_height: 7rem;--_ui5_product_switch_item_active_outline_color: var(--sapContent_FocusColor);--_ui5_product_switch_item_outline_offset: -.1875rem;--_ui5_shellbar_root_height: 3.25rem;--_ui5_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_shellbar_logo_outline_color);--_ui5_shellbar_outline_offset: -.25rem;--_ui5_shellbar_button_box_shadow: var(--sapContent_Interaction_Shadow);--_ui5_shellbar_button_box_shadow_active: inset 0 0 0 .0625rem var(--sapButton_Lite_Active_BorderColor);--_ui5_shellbar_button_border: none;--_ui5_shellbar_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5_shellbar_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5_shellbar_search_field_background: var(--sapShell_InteractiveBackground);--_ui5_shellbar_search_field_border: none;--_ui5_shellbar_search_field_box_shadow: var(--sapField_Shadow), inset 0 -.0625rem var(--sapField_BorderColor);--_ui5_shellbar_search_field_color: var(--sapShell_InteractiveTextColor);--_ui5_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5_shellbar_search_field_width: 25rem;--_ui5_shellbar_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5_shellbar_overflow_container_middle_height: 3rem;--_ui5_shellbar_menu_button_title_font_size: var(--sapFontHeader5Size);--_ui5_shellbar_image_button_border_radius: 50%;--_ui5-shellbar-content-margin-start: .5rem;--_ui5-shellbar-overflow-button-margin: .5rem;--_ui5-shellbar_separator-color: var(--sapToolbar_SeparatorColor);--_ui5-shellbar_cancel-button-color: var(--sapButton_Lite_TextColor);--_ui5_shellbar_button_badge_border: 1px solid var(--sapContent_BadgeBackground);--_ui5_shellbar_logo_border_radius: .5rem;--_ui5_shellbar_search_field_background_hover: var(--sapShell_Hover_Background);--_ui5_shellbar_search_field_box_shadow_hover: var(--sapField_Hover_Shadow), inset 0 -.0625rem var(--sapField_Hover_BorderColor);--_ui5_shellbar_input_border_radius: 1.125rem;--_ui5_shellbar_input_focus_border_radius: 1.125rem;--_ui5_shellbar_input_background_color: var(--sapShell_InteractiveBackground);--_ui5_TimelineItem_arrow_size: 1.625rem;--_ui5_TimelineItem_bubble_border_width: .125rem;--_ui5_TimelineItem_bubble_border_style: solid;--_ui5_TimelineItem_bubble_border_radius: var(--sapElement_BorderCornerRadius);--_ui5_TimelineItem_bubble_border_color: var(--sapGroup_ContentBorderColor);--_ui5_TimelineItem_bubble_border_top: -.25rem;--_ui5_TimelineItem_bubble_border_right: -.25rem;--_ui5_TimelineItem_bubble_border_bottom: -.25rem;--_ui5_TimelineItem_bubble_border_left: -.75rem;--_ui5_TimelineItem_bubble_rtl_left_offset: -.25rem;--_ui5_TimelineItem_bubble_rtl_right_offset: -.75rem;--_ui5_TimelineItem_bubble_focus_border_radius: .875rem;--_ui5_TimelineItem_horizontal_bubble_focus_top_offset: -.75rem;--_ui5_TimelineItem_horizontal_bubble_focus_left_offset: -.25rem;--_ui5_TimelineItem_bubble_content_padding: .5rem;--_ui5_TimelineItem_bubble_content_subtitle_padding_top: .125rem;--_ui5_TimelineItem_bubble_content_description_padding_top: .5rem;--_ui5_tl_bubble_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_tl_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem 1rem 1rem .5rem);--_ui5_tl_li_margin_bottom: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_timeline_tli_indicator_before_bottom: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1.5rem);--_ui5_timeline_tli_indicator_before_right: var(--_ui5-compact-size, -.5rem) var(--_ui5-cozy-size, -1.625rem);--_ui5_timeline_tli_indicator_before_without_icon_bottom: var(--_ui5-compact-size, -1rem) var(--_ui5-cozy-size, -1.875rem);--_ui5_timeline_tli_indicator_before_without_icon_right: var(--_ui5-compact-size, -.8125rem) var(--_ui5-cozy-size, -1.9375rem);--_ui5_timeline_tli_indicator_after_top: var(--_ui5-compact-size, calc(-100% + .9375rem) ) var(--_ui5-cozy-size, calc(-100% - 1rem) );--_ui5_timeline_tli_indicator_after_height: var(--_ui5-compact-size, calc(100% - .75rem) ) var(--_ui5-cozy-size, calc(100% + 1rem) );--_ui5_timeline_tli_indicator_before_height: var(--_ui5-compact-size, calc(100% - 1.25rem) ) var(--_ui5-cozy-size, 100%);--_ui5_timeline_tli_horizontal_indicator_after_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_horizontal_indicator_after_left: var(--_ui5-compact-size, 1.8625rem) var(--_ui5-cozy-size, 1.9375rem);--_ui5_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_horizontal_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_without_icon_horizontal_indicator_before_width: var(--_ui5-compact-size, calc(100% - .625rem) ) var(--_ui5-cozy-size, calc(100% + .375rem) );--_ui5_timeline_tli_horizontal_indicator_short_after_width: var(--_ui5-compact-size, calc(100% - 1rem) ) var(--_ui5-cozy-size, 100%);--_ui5_side_navigation_width: 16rem;--_ui5_side_navigation_collapsed_width: 4rem;--_ui5_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5_side_navigation_navigation_separator_background_color: var(--sapToolbar_SeparatorColor);--_ui5_side_navigation_navigation_separator_radius: .125rem;--_ui5_side_navigation_navigation_separator_height: .0625rem;--_ui5_side_navigation_triangle_color: var(--sapContent_NonInteractiveIconColor);--_ui5_side_navigation_border_right: 0;--_ui5_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5_side_navigation_triangle_display: none;--_ui5_side_navigation_icon_color: var(--sapList_TextColor);--_ui5_side_navigation_expand_icon_color: var(--sapList_TextColor);--_ui5_side_navigation_expand_icon_width: 2.25rem;--_ui5_side_navigation_hover_border_style_color: none;--_ui5_side_navigation_hover_border_width: 0;--_ui5_side_navigation_group_border_style_color: none;--_ui5_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_item_border_style_color: none;--_ui5_side_navigation_item_border_width: 0;--_ui5_side_navigation_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_side_navigation_item_margin: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .875rem);--_ui5_side_navigation_item_expand_arrow_padding: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .6875rem);--_ui5_side_navigation_item_border_radius: .375rem;--_ui5_side_navigation_item_bottom_margin: .25rem;--_ui5_side_navigation_item_padding_start_in_popup: 1rem;--_ui5_side_navigation_item_padding_start_in_overflow_popup: 1rem;--_ui5_side_navigation_item_transition: background-color .3s ease-in-out;--_ui5_side_navigation_item_padding_left: 1rem;--_ui5_side_navigation_item_focus_border_offset: calc(-1 * var(--sapContent_FocusWidth));--_ui5_side_navigation_item_focus_border_radius: calc(var(--_ui5_side_navigation_item_border_radius) + var(--sapContent_FocusWidth));--_ui5_side_navigation_collapsed_selected_item_background: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_SelectionBackgroundColor);--_ui5_side_navigation_collapsed_selected_item_background_hover: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_Hover_SelectionBackground);--_ui5_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5_side_navigation_selected_border_style_color: none;--_ui5_side_navigation_selected_and_focused_border_style_color: var(--_ui5_side_navigation_selected_border_style_color);--_ui5_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_group_expanded_border_width: 0;--_ui5_side_navigation_group_icon_width: 2.5rem;--_ui5_side_navigation_icon_padding_inline_end: .5rem;--_ui5_side_navigation_item_font_family: var(--sapFontFamily);--_ui5_side_navigation_parent_item_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5_side_navigation_group_padding: 1rem;--_ui5_side_navigation_padding-flexible: .5rem .5rem 0 .5rem;--_ui5_side_navigation_padding-fixed: 0 .5rem .5rem .5rem;--_ui5_side_navigation_popup_padding: .5rem;--_ui5_side_navigation_popup_title_line_height: 1.5rem;--_ui5_side_navigation_first_fixed_item_margin_top: .125rem;--_ui5_side_navigation_item_expand_icon_visibility: block;--_ui5_side_navigation_item_collapsed_hover_focus_width: fit-content;--_ui5_side_navigation_item_collapsed_hover_focus_display: block;--_ui5_side_navigation_item_collapsed_hover_focus_padding_right: 1rem;--_ui5_side_navigation_action_item_collapsed_padding: 1rem;--_ui5_side_navigation_item_collapsed_padding: 3rem;--_ui5_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5_side_navigation_item_expand_icon_right: -.5rem;--_ui5_side_navigation_active_text_color: var(--sapButton_TextColor);--ui5_upload_collection_drag_overlay_border: .125rem dashed var(--sapField_BorderColor);--ui5_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5_upload_collection_drop_overlay_background: var(--sapContent_DragAndDropActiveColor);--ui5_upload_collection_thumbnail_size: 3rem;--ui5_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5_upload_collection_small_size_buttons_margin_block_start: .5rem;--ui5_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5_upload_collection_drag_overlay_text_color: var(--sapTextColor);--ui5_upload_collection_drag_overlay_icon_color: var(--sapTextColor);--ui5_upload_collection_drag_overlay_border_radius: .5rem;--ui5_upload_collection_drag_overlay_opacity: .5;--_ui5_wiz_content_item_wrapper_padding: 1rem;--_ui5_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5_wiz_tab_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_wiz_tab_selected_bg: var(--sapContent_Selected_ForegroundColor);--_ui5_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5_wiz_tab_title_color: var(--sapTextColor);--_ui5_wiz_tab_title_font_family: var(--sapFontBoldFamily);--_ui5_wiz_tab_focus_border_radius: 8px;--_ui5_dynamic_page_footer_spacer: 4rem;--_ui5_dynamic_page_title_padding_S: .5rem 1rem;--_ui5_dynamic_page_title_padding_M: .5rem 2rem;--_ui5_dynamic_page_title_padding_L: .5rem 2rem;--_ui5_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5_dynamic_page_header_padding_M: 1rem 2rem;--_ui5_dynamic_page_header_padding_L: 1rem 2rem;--_ui5_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5_dynamic_page_content_padding_S: 1rem 0 0;--_ui5_dynamic_page_content_padding_M: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_L: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_XL: 1rem 2rem 0;--ui5_dynamic_page_background: var(--sapBackgroundColor);--_ui5_search_icon_border_radius: 1.125rem;--_ui5_search_input_border_radius: 1.125rem;--_ui5-search-border: none;--_ui5-search-icon-border: none;--_ui5-search-wrapper-background: var(--sapShell_InteractiveBackground);--_ui5_search_separator_background: var(--sapShell_InteractiveBorderColor);--_ui5-search-wrapper-hover-background: var(--sapField_Hover_BackgroundStyle);--_ui5-search-wrapper-hover-background-color: var(--sapField_Hover_Background);--_ui5-search-elements-hover-background: none;--_ui5-search-elements-active-background: none;--_ui5_search_input_scope_margin: 0 .125rem 0 .5rem;--_ui5-search_input_scope_hover_shadow: inset 0 0 0 var(--sapField_BorderWidth) var(--sapButton_Lite_Hover_BorderColor);--_ui5-search_input_scope_active_shadow: inset 0 0 0 var(--sapField_BorderWidth) var(--sapButton_Lite_Active_BorderColor);--_ui5-search-elements-background: inherit;--_ui5_search_wrapper_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5_search_input_outline: none;--_ui5_search_filter_button_border_radius: 1.125rem;--_ui5_seach_filter_button_border_hover: 1px solid var(--sapButton_Hover_BorderColor);--_ui5_search_filter_button_border: none;--_ui5-search-filter_button_background_color: inherit;--ui5_search_filter_button_background_active: inherit;--_ui5_search_icon_size: 1.75rem;--_ui5_search_icon_size_default: 2.25rem;--_ui5_search_icon_padding: .375rem;--_ui5_search_icon_hover_padding: .3125rem;--_ui5_search_input_start_margin: 0;--_ui5_search_input_end_padding: 0;--_ui5-search-input-start-padding: .5rem;--_ui5-search-select-height: 1.625rem;--_ui5-search-loading-overlay-background: var(--sapBackgroundColor);--_ui5-search-loading-overlay-transparency: .72;--_ui5-search-field-text-color: var(--sapField_TextColor);--_ui5_search_item_vertical_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_search_byline_vertical_padding: .5rem;--_ui5_search_popover_max_height: 39rem;--_ui5_dynamic_page_title_padding_top: .5rem;--_ui5_dynamic_page_title_padding_bottom: .5rem;--_ui5_dynamic_page_title_min_height: 4rem;--_ui5_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_dynamic_page_title_focus_outline_offset: -.125rem;--_ui5_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5_dynamic_page_title_heading_padding_top: .3125rem;--_ui5_dynamic_page_title_subheading_margin_top: .25rem;--_ui5_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5_dynamic_page_header-actions-background-pressed: var(--_ui5_dynamic_page_header-actions-background);--_ui5_dynamic_page_header-actions-color-pressed: var(--_ui5_dynamic_page_header-actions-color);--_ui5_timeline_tlgi_line_horizontal_height: 14.8125rem;--_ui5_timeline_tlgi_root_horizontal_height: var(--_ui5-compact-size, 19.375rem) var(--_ui5-cozy-size, 19.9375rem);--_ui5_timeline_tlgi_compact_icon_before_height: var(--_ui5-compact-size, calc(100% + 1.5rem) ) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tlgi_compact_icon_before_height)) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_compact_root_margin_left: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_compact_root_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_user_settings_avatar_cozy_display: var(--_ui5-compact-size, none) var(--_ui5-cozy-size, inline-block);--_ui5_user_settings_avatar_compact_display: var(--_ui5-compact-size, inline-block) var(--_ui5-cozy-size, none);--_ui5_user_settings_item_title_font_size: var(--_ui5-compact-size, var(--sapFontLargeSize)) var(--_ui5-cozy-size, var(--sapFontSize))}
|
|
1
|
+
:host{--_ui5_banner_background: var(--sapShell_HeroBanner_Background, var(--sapHighlightColor));--_ui5_banner_text_color: var(--sapShell_HeroBanner_TextColor, var(--sapContent_ContrastTextColor));--_ui5_banner_border_radius: var(--sapTile_BorderCornerRadius);--_ui5_banner_box_shadow: var(--sapContent_Shadow0);--_ui5_banner_background_image: var(--sapShell_HeroBanner_BackgroundImage);--_ui5_timeline_scroll_container_offset: .5rem;--_ui5_shellbar_notification_btn_count_offset: .125rem;--_ui5_side_navigation_item_expand_icon_hover_left: auto;--_ui5_side_navigation_item_expand_icon_hover_right: 0;--_ui5_fcl_solid_bg: var(--sapShell_Background);--_ui5_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapHighlightColor), transparent);--_ui5_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-notification_item-border-radius: var(--sapTile_BorderCornerRadius);--_ui5-notification_group_header-border-bottom-width: 0;--_ui5-notification_group_header-margin: 0px;--_ui5-notification_group_header-margin-expanded: .5rem;--_ui5-notification_group_header-padding: .5rem;--_ui5-notification_item-state-icon-padding: .25rem;--_ui5-notification_item-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-notification_item-border-top-left-right: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-notification_item-margin: 0 .5rem .5rem .5rem;--_ui5-notification_item-background-color-hover: var(--sapList_Hover_Background);--_ui5-notification_item-background-color-active: var(--sapList_SelectionBackgroundColor);--_ui5-notification_item-border-active: 1px solid var(--sapList_SelectionBorderColor);--_ui5-notification_item-root-padding-inline: 1rem;--_ui5-notification_item-content-padding: .75rem 0;--_ui5-notification_item-title-margin-bottom: 0;--_ui5-notification_item-title-padding-end-two-buttons: var(--_ui5-compact-size, 3.875rem) var(--_ui5-cozy-size, 4.375rem);--_ui5-notification_item-title-padding-end-one-button: var(--_ui5-compact-size, 1.875rem) var(--_ui5-cozy-size, 2.125rem);--_ui5-notification_item-description-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-footer-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-focus-offset: .1875rem;--_ui5-notification_item-outline-offset: -.375rem;--_ui5-notification_item-growing-btn-background-color-active: var(--_ui5-notification_item-background-color-active);--_ui5_page_list_bg: var(--sapGroup_ContentBackground);--_ui5_page_transparent_bg: transparent;--_ui5_vsd_header_container: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_sub_header_container_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_content_li_padding: .375rem;--_ui5_vsd_content_height: 23.4375rem;--_ui5_vsd_expand_content_height: var(--_ui5-compact-size, 25.4375rem) var(--_ui5-cozy-size, 26.1875rem);--_ui5_product_switch_item_width: 11.25rem;--_ui5_product_switch_item_height: 7rem;--_ui5_product_switch_item_active_outline_color: var(--sapContent_FocusColor);--_ui5_product_switch_item_outline_offset: -.1875rem;--_ui5_shellbar_root_height: 3.25rem;--_ui5_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_shellbar_logo_outline_color);--_ui5_shellbar_outline_offset: -.25rem;--_ui5_shellbar_button_box_shadow: var(--sapContent_Interaction_Shadow);--_ui5_shellbar_button_box_shadow_active: inset 0 0 0 .0625rem var(--sapButton_Lite_Active_BorderColor);--_ui5_shellbar_button_border: none;--_ui5_shellbar_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5_shellbar_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5_shellbar_search_field_background: var(--sapShell_InteractiveBackground);--_ui5_shellbar_search_field_border: none;--_ui5_shellbar_search_field_box_shadow: var(--sapField_Shadow), inset 0 -.0625rem var(--sapField_BorderColor);--_ui5_shellbar_search_field_color: var(--sapShell_InteractiveTextColor);--_ui5_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5_shellbar_search_field_width: 25rem;--_ui5_shellbar_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5_shellbar_overflow_container_middle_height: 3rem;--_ui5_shellbar_menu_button_title_font_size: var(--sapFontHeader5Size);--_ui5_shellbar_image_button_border_radius: 50%;--_ui5-shellbar-content-margin-start: .5rem;--_ui5-shellbar-overflow-button-margin: .5rem;--_ui5-shellbar_separator-color: var(--sapToolbar_SeparatorColor);--_ui5-shellbar_cancel-button-color: var(--sapButton_Lite_TextColor);--_ui5_shellbar_button_badge_border: 1px solid var(--sapContent_BadgeBackground);--_ui5_shellbar_logo_border_radius: .5rem;--_ui5_shellbar_search_field_background_hover: var(--sapShell_Hover_Background);--_ui5_shellbar_search_field_box_shadow_hover: var(--sapField_Hover_Shadow), inset 0 -.0625rem var(--sapField_Hover_BorderColor);--_ui5_shellbar_input_border_radius: 1.125rem;--_ui5_shellbar_input_focus_border_radius: 1.125rem;--_ui5_shellbar_input_background_color: var(--sapShell_InteractiveBackground);--_ui5_TimelineItem_arrow_size: 1.625rem;--_ui5_TimelineItem_bubble_border_width: .125rem;--_ui5_TimelineItem_bubble_border_style: solid;--_ui5_TimelineItem_bubble_border_radius: var(--sapElement_BorderCornerRadius);--_ui5_TimelineItem_bubble_border_color: var(--sapGroup_ContentBorderColor);--_ui5_TimelineItem_bubble_border_top: -.25rem;--_ui5_TimelineItem_bubble_border_right: -.25rem;--_ui5_TimelineItem_bubble_border_bottom: -.25rem;--_ui5_TimelineItem_bubble_border_left: -.75rem;--_ui5_TimelineItem_bubble_rtl_left_offset: -.25rem;--_ui5_TimelineItem_bubble_rtl_right_offset: -.75rem;--_ui5_TimelineItem_bubble_focus_border_radius: .875rem;--_ui5_TimelineItem_horizontal_bubble_focus_top_offset: -.75rem;--_ui5_TimelineItem_horizontal_bubble_focus_left_offset: -.25rem;--_ui5_TimelineItem_bubble_content_padding: .5rem;--_ui5_TimelineItem_bubble_content_subtitle_padding_top: .125rem;--_ui5_TimelineItem_bubble_content_description_padding_top: .5rem;--_ui5_tl_bubble_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_tl_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem 1rem 1rem .5rem);--_ui5_tl_li_margin_bottom: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_timeline_tli_indicator_before_bottom: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1.5rem);--_ui5_timeline_tli_indicator_before_right: var(--_ui5-compact-size, -.5rem) var(--_ui5-cozy-size, -1.625rem);--_ui5_timeline_tli_indicator_before_without_icon_bottom: var(--_ui5-compact-size, -1rem) var(--_ui5-cozy-size, -1.875rem);--_ui5_timeline_tli_indicator_before_without_icon_right: var(--_ui5-compact-size, -.8125rem) var(--_ui5-cozy-size, -1.9375rem);--_ui5_timeline_tli_indicator_after_top: var(--_ui5-compact-size, calc(-100% + .9375rem) ) var(--_ui5-cozy-size, calc(-100% - 1rem) );--_ui5_timeline_tli_indicator_after_height: var(--_ui5-compact-size, calc(100% - .75rem) ) var(--_ui5-cozy-size, calc(100% + 1rem) );--_ui5_timeline_tli_indicator_before_height: var(--_ui5-compact-size, calc(100% - 1.25rem) ) var(--_ui5-cozy-size, 100%);--_ui5_timeline_tli_horizontal_indicator_after_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_horizontal_indicator_after_left: var(--_ui5-compact-size, 1.8625rem) var(--_ui5-cozy-size, 1.9375rem);--_ui5_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_horizontal_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_without_icon_horizontal_indicator_before_width: var(--_ui5-compact-size, calc(100% - .625rem) ) var(--_ui5-cozy-size, calc(100% + .375rem) );--_ui5_timeline_tli_horizontal_indicator_short_after_width: var(--_ui5-compact-size, calc(100% - 1rem) ) var(--_ui5-cozy-size, 100%);--_ui5_side_navigation_width: 16rem;--_ui5_side_navigation_collapsed_width: 4rem;--_ui5_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5_side_navigation_navigation_separator_background_color: var(--sapToolbar_SeparatorColor);--_ui5_side_navigation_navigation_separator_radius: .125rem;--_ui5_side_navigation_navigation_separator_height: .0625rem;--_ui5_side_navigation_triangle_color: var(--sapContent_NonInteractiveIconColor);--_ui5_side_navigation_border_right: 0;--_ui5_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5_side_navigation_triangle_display: none;--_ui5_side_navigation_icon_color: var(--sapList_TextColor);--_ui5_side_navigation_expand_icon_color: var(--sapList_TextColor);--_ui5_side_navigation_expand_icon_width: 2.25rem;--_ui5_side_navigation_hover_border_style_color: none;--_ui5_side_navigation_hover_border_width: 0;--_ui5_side_navigation_group_border_style_color: none;--_ui5_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_item_border_style_color: none;--_ui5_side_navigation_item_border_width: 0;--_ui5_side_navigation_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_side_navigation_item_margin: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .875rem);--_ui5_side_navigation_item_expand_arrow_padding: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .6875rem);--_ui5_side_navigation_item_border_radius: .375rem;--_ui5_side_navigation_item_bottom_margin: .25rem;--_ui5_side_navigation_item_padding_start_in_popup: 1rem;--_ui5_side_navigation_item_padding_start_in_overflow_popup: 1rem;--_ui5_side_navigation_item_transition: background-color .3s ease-in-out;--_ui5_side_navigation_item_padding_left: 1rem;--_ui5_side_navigation_item_focus_border_offset: calc(-1 * var(--sapContent_FocusWidth));--_ui5_side_navigation_item_focus_border_radius: calc(var(--_ui5_side_navigation_item_border_radius) + var(--sapContent_FocusWidth));--_ui5_side_navigation_collapsed_selected_item_background: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_SelectionBackgroundColor);--_ui5_side_navigation_collapsed_selected_item_background_hover: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_Hover_SelectionBackground);--_ui5_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5_side_navigation_selected_border_style_color: none;--_ui5_side_navigation_selected_and_focused_border_style_color: var(--_ui5_side_navigation_selected_border_style_color);--_ui5_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_group_expanded_border_width: 0;--_ui5_side_navigation_group_icon_width: 2.5rem;--_ui5_side_navigation_icon_padding_inline_end: .5rem;--_ui5_side_navigation_item_font_family: var(--sapFontFamily);--_ui5_side_navigation_parent_item_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5_side_navigation_group_padding: 1rem;--_ui5_side_navigation_padding-flexible: .5rem .5rem 0 .5rem;--_ui5_side_navigation_padding-fixed: 0 .5rem .5rem .5rem;--_ui5_side_navigation_popup_padding: .5rem;--_ui5_side_navigation_popup_title_line_height: 1.5rem;--_ui5_side_navigation_first_fixed_item_margin_top: .125rem;--_ui5_side_navigation_item_expand_icon_visibility: block;--_ui5_side_navigation_item_collapsed_hover_focus_width: fit-content;--_ui5_side_navigation_item_collapsed_hover_focus_display: block;--_ui5_side_navigation_item_collapsed_hover_focus_padding_right: 1rem;--_ui5_side_navigation_action_item_collapsed_padding: 1rem;--_ui5_side_navigation_item_collapsed_padding: 3rem;--_ui5_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5_side_navigation_item_expand_icon_right: -.5rem;--_ui5_side_navigation_active_text_color: var(--sapButton_TextColor);--ui5_upload_collection_drag_overlay_border: .125rem dashed var(--sapField_BorderColor);--ui5_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5_upload_collection_drop_overlay_background: var(--sapContent_DragAndDropActiveColor);--ui5_upload_collection_thumbnail_size: 3rem;--ui5_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5_upload_collection_small_size_buttons_margin_block_start: .5rem;--ui5_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5_upload_collection_drag_overlay_text_color: var(--sapTextColor);--ui5_upload_collection_drag_overlay_icon_color: var(--sapTextColor);--ui5_upload_collection_drag_overlay_border_radius: .5rem;--ui5_upload_collection_drag_overlay_opacity: .5;--_ui5_wiz_content_item_wrapper_padding: 1rem;--_ui5_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5_wiz_tab_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_wiz_tab_selected_bg: var(--sapContent_Selected_ForegroundColor);--_ui5_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5_wiz_tab_title_color: var(--sapTextColor);--_ui5_wiz_tab_title_font_family: var(--sapFontBoldFamily);--_ui5_wiz_tab_focus_border_radius: 8px;--_ui5_dynamic_page_footer_spacer: 4rem;--_ui5_dynamic_page_title_padding_S: .5rem 1rem;--_ui5_dynamic_page_title_padding_M: .5rem 2rem;--_ui5_dynamic_page_title_padding_L: .5rem 2rem;--_ui5_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5_dynamic_page_header_padding_M: 1rem 2rem;--_ui5_dynamic_page_header_padding_L: 1rem 2rem;--_ui5_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5_dynamic_page_content_padding_S: 1rem 0 0;--_ui5_dynamic_page_content_padding_M: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_L: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_XL: 1rem 2rem 0;--ui5_dynamic_page_background: var(--sapBackgroundColor);--_ui5_search_icon_border_radius: 1.125rem;--_ui5_search_input_border_radius: 1.125rem;--_ui5-search-border: none;--_ui5-search-icon-border: none;--_ui5-search-wrapper-background: var(--sapShell_InteractiveBackground);--_ui5_search_separator_background: var(--sapShell_InteractiveBorderColor);--_ui5-search-wrapper-hover-background: var(--sapField_Hover_BackgroundStyle);--_ui5-search-wrapper-hover-background-color: var(--sapShell_Hover_Background);--_ui5-search-wrapper-active-background-color: var(--sapShell_Active_Background);--_ui5-search-elements-hover-background: none;--_ui5-search-elements-active-background: none;--_ui5_search_input_scope_margin: 0 .125rem 0 .5rem;--_ui5-search_input_scope_hover_shadow: inset 0 0 0 var(--sapField_BorderWidth) var(--sapButton_Lite_Hover_BorderColor);--_ui5-search_input_scope_active_shadow: inset 0 0 0 var(--sapField_BorderWidth) var(--sapButton_Lite_Active_BorderColor);--_ui5-search-elements-background: inherit;--_ui5_search_wrapper_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5_search_input_outline: none;--_ui5_search_filter_button_border_radius: 1.125rem;--_ui5_seach_filter_button_border_hover: 1px solid var(--sapButton_Hover_BorderColor);--_ui5_search_filter_button_border: none;--_ui5-search-filter_button_background_color: inherit;--ui5_search_filter_button_background_active: inherit;--_ui5_search_icon_size: 1.75rem;--_ui5_search_icon_size_default: 2.25rem;--_ui5_search_icon_padding: .375rem;--_ui5_search_icon_hover_padding: .3125rem;--_ui5_search_input_start_margin: 0;--_ui5_search_input_end_padding: 0;--_ui5-search-input-start-padding: .5rem;--_ui5-search-select-height: 1.625rem;--_ui5-search-loading-overlay-background: var(--sapBackgroundColor);--_ui5-search-loading-overlay-transparency: .72;--_ui5-search-field-text-color: var(--sapField_TextColor);--_ui5-search-scope-spacing: 0 .25rem;--_ui5_search_item_vertical_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_search_byline_vertical_padding: .5rem;--_ui5_search_popover_max_height: 39rem;--_ui5_dynamic_page_title_padding_top: .5rem;--_ui5_dynamic_page_title_padding_bottom: .5rem;--_ui5_dynamic_page_title_min_height: 4rem;--_ui5_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_dynamic_page_title_focus_outline_offset: -.125rem;--_ui5_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5_dynamic_page_title_heading_padding_top: .3125rem;--_ui5_dynamic_page_title_subheading_margin_top: .25rem;--_ui5_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5_dynamic_page_header-actions-background-pressed: var(--_ui5_dynamic_page_header-actions-background);--_ui5_dynamic_page_header-actions-color-pressed: var(--_ui5_dynamic_page_header-actions-color);--_ui5_timeline_tlgi_line_horizontal_height: 14.8125rem;--_ui5_timeline_tlgi_root_horizontal_height: var(--_ui5-compact-size, 19.375rem) var(--_ui5-cozy-size, 19.9375rem);--_ui5_timeline_tlgi_compact_icon_before_height: var(--_ui5-compact-size, calc(100% + 1.5rem) ) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tlgi_compact_icon_before_height)) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_compact_root_margin_left: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_compact_root_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_user_settings_avatar_cozy_display: var(--_ui5-compact-size, none) var(--_ui5-cozy-size, inline-block);--_ui5_user_settings_avatar_compact_display: var(--_ui5-compact-size, inline-block) var(--_ui5-cozy-size, none);--_ui5_user_settings_item_title_font_size: var(--_ui5-compact-size, var(--sapFontLargeSize)) var(--_ui5-cozy-size, var(--sapFontSize))}
|
|
2
2
|
:dir(rtl){--_ui5_timeline_scroll_container_offset: -.5rem;--_ui5_shellbar_notification_btn_count_offset: auto;--_ui5_side_navigation_item_expand_icon_hover_left: 0;--_ui5_side_navigation_item_expand_icon_hover_right: auto}
|
|
@@ -217,7 +217,8 @@
|
|
|
217
217
|
--_ui5-search-wrapper-background: var(--sapShell_InteractiveBackground);
|
|
218
218
|
--_ui5_search_separator_background: var(--sapShell_InteractiveBorderColor);
|
|
219
219
|
--_ui5-search-wrapper-hover-background: var(--sapField_Hover_BackgroundStyle);
|
|
220
|
-
--_ui5-search-wrapper-hover-background-color: var(--
|
|
220
|
+
--_ui5-search-wrapper-hover-background-color: var(--sapShell_Hover_Background);
|
|
221
|
+
--_ui5-search-wrapper-active-background-color: var(--sapShell_Active_Background);
|
|
221
222
|
--_ui5-search-elements-hover-background: none;
|
|
222
223
|
--_ui5-search-elements-active-background: none;
|
|
223
224
|
--_ui5_search_input_scope_margin: 0 .125rem 0 .5rem;
|
|
@@ -242,6 +243,7 @@
|
|
|
242
243
|
--_ui5-search-loading-overlay-background: var(--sapBackgroundColor);
|
|
243
244
|
--_ui5-search-loading-overlay-transparency: .72;
|
|
244
245
|
--_ui5-search-field-text-color: var(--sapField_TextColor);
|
|
246
|
+
--_ui5-search-scope-spacing: 0 .25rem;
|
|
245
247
|
--_ui5_search_item_vertical_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);
|
|
246
248
|
--_ui5_search_byline_vertical_padding: .5rem;
|
|
247
249
|
--_ui5_search_popover_max_height: 39rem;
|
|
@@ -86,7 +86,8 @@
|
|
|
86
86
|
--_ui5-search-wrapper-background: var(--sapShell_InteractiveBackground);
|
|
87
87
|
--_ui5_search_separator_background: var(--sapShell_InteractiveBorderColor);
|
|
88
88
|
--_ui5-search-wrapper-hover-background: var(--sapField_Hover_BackgroundStyle);
|
|
89
|
-
--_ui5-search-wrapper-hover-background-color: var(--
|
|
89
|
+
--_ui5-search-wrapper-hover-background-color: var(--sapShell_Hover_Background);
|
|
90
|
+
--_ui5-search-wrapper-active-background-color: var(--sapShell_Active_Background);
|
|
90
91
|
--_ui5-search-elements-hover-background: none;
|
|
91
92
|
--_ui5-search-elements-active-background: none;
|
|
92
93
|
--_ui5_search_input_scope_margin: 0 .125rem 0 .5rem;
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
--_ui5-search-loading-overlay-background: var(--sapBackgroundColor);
|
|
112
113
|
--_ui5-search-loading-overlay-transparency: .72;
|
|
113
114
|
--_ui5-search-field-text-color: var(--sapField_TextColor);
|
|
115
|
+
--_ui5-search-scope-spacing: 0 .25rem;
|
|
114
116
|
--_ui5_search_item_vertical_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);
|
|
115
117
|
--_ui5_search_byline_vertical_padding: .5rem;
|
|
116
118
|
--_ui5_search_popover_max_height: 39rem;
|
|
@@ -200,6 +200,7 @@
|
|
|
200
200
|
--_ui5_search_separator_background: none;
|
|
201
201
|
--_ui5-search-wrapper-hover-background: none;
|
|
202
202
|
--_ui5-search-wrapper-hover-background-color: none;
|
|
203
|
+
--_ui5-search-wrapper-active-background-color: none;
|
|
203
204
|
--_ui5-search-elements-hover-background: none;
|
|
204
205
|
--_ui5-search-elements-active-background: none;
|
|
205
206
|
--_ui5_search_input_scope_margin: 0;
|
|
@@ -224,6 +225,7 @@
|
|
|
224
225
|
--_ui5-search-loading-overlay-background: var(--sapBackgroundColor);
|
|
225
226
|
--_ui5-search-loading-overlay-transparency: .3;
|
|
226
227
|
--_ui5-search-field-text-color: var(--sapField_TextColor);
|
|
228
|
+
--_ui5-search-scope-spacing: 0 .25rem;
|
|
227
229
|
--_ui5_search_item_vertical_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);
|
|
228
230
|
--_ui5_search_byline_vertical_padding: .5rem;
|
|
229
231
|
--_ui5_search_popover_max_height: 39rem;
|
|
@@ -214,6 +214,7 @@
|
|
|
214
214
|
--_ui5_search_separator_background: none;
|
|
215
215
|
--_ui5-search-wrapper-hover-background: none;
|
|
216
216
|
--_ui5-search-wrapper-hover-background-color: none;
|
|
217
|
+
--_ui5-search-wrapper-active-background-color: none;
|
|
217
218
|
--_ui5-search-elements-hover-background: none;
|
|
218
219
|
--_ui5-search-elements-active-background: none;
|
|
219
220
|
--_ui5_search_input_scope_margin: 0;
|
|
@@ -238,6 +239,7 @@
|
|
|
238
239
|
--_ui5-search-loading-overlay-background: var(--sapBackgroundColor);
|
|
239
240
|
--_ui5-search-loading-overlay-transparency: .3;
|
|
240
241
|
--_ui5-search-field-text-color: var(--sapField_TextColor);
|
|
242
|
+
--_ui5-search-scope-spacing: 0 .25rem;
|
|
241
243
|
--_ui5_search_item_vertical_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);
|
|
242
244
|
--_ui5_search_byline_vertical_padding: .5rem;
|
|
243
245
|
--_ui5_search_popover_max_height: 39rem;
|
|
@@ -200,6 +200,7 @@
|
|
|
200
200
|
--_ui5_search_separator_background: none;
|
|
201
201
|
--_ui5-search-wrapper-hover-background: none;
|
|
202
202
|
--_ui5-search-wrapper-hover-background-color: none;
|
|
203
|
+
--_ui5-search-wrapper-active-background-color: none;
|
|
203
204
|
--_ui5-search-elements-hover-background: none;
|
|
204
205
|
--_ui5-search-elements-active-background: none;
|
|
205
206
|
--_ui5_search_input_scope_margin: 0;
|
|
@@ -224,6 +225,7 @@
|
|
|
224
225
|
--_ui5-search-loading-overlay-background: var(--sapBackgroundColor);
|
|
225
226
|
--_ui5-search-loading-overlay-transparency: .3;
|
|
226
227
|
--_ui5-search-field-text-color: var(--sapField_TextColor);
|
|
228
|
+
--_ui5-search-scope-spacing: 0 .25rem;
|
|
227
229
|
--_ui5_search_item_vertical_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);
|
|
228
230
|
--_ui5_search_byline_vertical_padding: .5rem;
|
|
229
231
|
--_ui5_search_popover_max_height: 39rem;
|
|
@@ -3067,7 +3067,7 @@
|
|
|
3067
3067
|
]
|
|
3068
3068
|
},
|
|
3069
3069
|
"default": "\"Active\"",
|
|
3070
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
3070
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
3071
3071
|
"privacy": "public"
|
|
3072
3072
|
}
|
|
3073
3073
|
],
|
|
@@ -3217,12 +3217,12 @@
|
|
|
3217
3217
|
}
|
|
3218
3218
|
},
|
|
3219
3219
|
{
|
|
3220
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
3220
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
3221
3221
|
"name": "type",
|
|
3222
3222
|
"default": "\"Active\"",
|
|
3223
3223
|
"fieldName": "type",
|
|
3224
3224
|
"type": {
|
|
3225
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
3225
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
3226
3226
|
}
|
|
3227
3227
|
}
|
|
3228
3228
|
],
|
|
@@ -6287,7 +6287,7 @@
|
|
|
6287
6287
|
"type": {
|
|
6288
6288
|
"text": "string | undefined"
|
|
6289
6289
|
},
|
|
6290
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
6290
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
6291
6291
|
"default": "undefined",
|
|
6292
6292
|
"privacy": "public"
|
|
6293
6293
|
},
|
|
@@ -6453,7 +6453,7 @@
|
|
|
6453
6453
|
}
|
|
6454
6454
|
},
|
|
6455
6455
|
{
|
|
6456
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
6456
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
6457
6457
|
"name": "placeholder",
|
|
6458
6458
|
"default": "undefined",
|
|
6459
6459
|
"fieldName": "placeholder",
|
|
@@ -6605,7 +6605,7 @@
|
|
|
6605
6605
|
"type": {
|
|
6606
6606
|
"text": "string | undefined"
|
|
6607
6607
|
},
|
|
6608
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
6608
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
6609
6609
|
"default": "undefined",
|
|
6610
6610
|
"privacy": "public"
|
|
6611
6611
|
},
|
|
@@ -6722,7 +6722,7 @@
|
|
|
6722
6722
|
}
|
|
6723
6723
|
},
|
|
6724
6724
|
{
|
|
6725
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
6725
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
6726
6726
|
"name": "placeholder",
|
|
6727
6727
|
"default": "undefined",
|
|
6728
6728
|
"fieldName": "placeholder",
|
|
@@ -8633,7 +8633,7 @@
|
|
|
8633
8633
|
"type": {
|
|
8634
8634
|
"text": "string | undefined"
|
|
8635
8635
|
},
|
|
8636
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
8636
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
8637
8637
|
"default": "undefined",
|
|
8638
8638
|
"privacy": "public"
|
|
8639
8639
|
},
|
|
@@ -8734,7 +8734,7 @@
|
|
|
8734
8734
|
}
|
|
8735
8735
|
},
|
|
8736
8736
|
{
|
|
8737
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
8737
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
8738
8738
|
"name": "placeholder",
|
|
8739
8739
|
"default": "undefined",
|
|
8740
8740
|
"fieldName": "placeholder",
|
|
@@ -11684,7 +11684,7 @@
|
|
|
11684
11684
|
]
|
|
11685
11685
|
},
|
|
11686
11686
|
"default": "\"Active\"",
|
|
11687
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
11687
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
11688
11688
|
"privacy": "public"
|
|
11689
11689
|
}
|
|
11690
11690
|
],
|
|
@@ -11911,12 +11911,12 @@
|
|
|
11911
11911
|
}
|
|
11912
11912
|
},
|
|
11913
11913
|
{
|
|
11914
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
11914
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
11915
11915
|
"name": "type",
|
|
11916
11916
|
"default": "\"Active\"",
|
|
11917
11917
|
"fieldName": "type",
|
|
11918
11918
|
"type": {
|
|
11919
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
11919
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
11920
11920
|
}
|
|
11921
11921
|
}
|
|
11922
11922
|
],
|
|
@@ -12803,7 +12803,7 @@
|
|
|
12803
12803
|
]
|
|
12804
12804
|
},
|
|
12805
12805
|
"default": "\"Active\"",
|
|
12806
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
12806
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
12807
12807
|
"privacy": "public"
|
|
12808
12808
|
}
|
|
12809
12809
|
],
|
|
@@ -12944,12 +12944,12 @@
|
|
|
12944
12944
|
}
|
|
12945
12945
|
},
|
|
12946
12946
|
{
|
|
12947
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
12947
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
12948
12948
|
"name": "type",
|
|
12949
12949
|
"default": "\"Active\"",
|
|
12950
12950
|
"fieldName": "type",
|
|
12951
12951
|
"type": {
|
|
12952
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
12952
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
12953
12953
|
}
|
|
12954
12954
|
}
|
|
12955
12955
|
],
|
|
@@ -13944,7 +13944,7 @@
|
|
|
13944
13944
|
]
|
|
13945
13945
|
},
|
|
13946
13946
|
"default": "\"Active\"",
|
|
13947
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
13947
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
13948
13948
|
"privacy": "public"
|
|
13949
13949
|
}
|
|
13950
13950
|
],
|
|
@@ -14058,12 +14058,12 @@
|
|
|
14058
14058
|
}
|
|
14059
14059
|
},
|
|
14060
14060
|
{
|
|
14061
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
14061
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
14062
14062
|
"name": "type",
|
|
14063
14063
|
"default": "\"Active\"",
|
|
14064
14064
|
"fieldName": "type",
|
|
14065
14065
|
"type": {
|
|
14066
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
14066
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
14067
14067
|
}
|
|
14068
14068
|
}
|
|
14069
14069
|
],
|
|
@@ -2482,7 +2482,7 @@
|
|
|
2482
2482
|
]
|
|
2483
2483
|
},
|
|
2484
2484
|
"default": "\"Active\"",
|
|
2485
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
2485
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
2486
2486
|
"privacy": "public"
|
|
2487
2487
|
}
|
|
2488
2488
|
],
|
|
@@ -2632,12 +2632,12 @@
|
|
|
2632
2632
|
}
|
|
2633
2633
|
},
|
|
2634
2634
|
{
|
|
2635
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
2635
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
2636
2636
|
"name": "type",
|
|
2637
2637
|
"default": "\"Active\"",
|
|
2638
2638
|
"fieldName": "type",
|
|
2639
2639
|
"type": {
|
|
2640
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
2640
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
2641
2641
|
}
|
|
2642
2642
|
}
|
|
2643
2643
|
],
|
|
@@ -4997,7 +4997,7 @@
|
|
|
4997
4997
|
"type": {
|
|
4998
4998
|
"text": "string | undefined"
|
|
4999
4999
|
},
|
|
5000
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
5000
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
5001
5001
|
"default": "undefined",
|
|
5002
5002
|
"privacy": "public"
|
|
5003
5003
|
},
|
|
@@ -5132,7 +5132,7 @@
|
|
|
5132
5132
|
}
|
|
5133
5133
|
},
|
|
5134
5134
|
{
|
|
5135
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
5135
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
5136
5136
|
"name": "placeholder",
|
|
5137
5137
|
"default": "undefined",
|
|
5138
5138
|
"fieldName": "placeholder",
|
|
@@ -5251,7 +5251,7 @@
|
|
|
5251
5251
|
"type": {
|
|
5252
5252
|
"text": "string | undefined"
|
|
5253
5253
|
},
|
|
5254
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
5254
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
5255
5255
|
"default": "undefined",
|
|
5256
5256
|
"privacy": "public"
|
|
5257
5257
|
},
|
|
@@ -5345,7 +5345,7 @@
|
|
|
5345
5345
|
}
|
|
5346
5346
|
},
|
|
5347
5347
|
{
|
|
5348
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
5348
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
5349
5349
|
"name": "placeholder",
|
|
5350
5350
|
"default": "undefined",
|
|
5351
5351
|
"fieldName": "placeholder",
|
|
@@ -6852,7 +6852,7 @@
|
|
|
6852
6852
|
"type": {
|
|
6853
6853
|
"text": "string | undefined"
|
|
6854
6854
|
},
|
|
6855
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
6855
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
6856
6856
|
"default": "undefined",
|
|
6857
6857
|
"privacy": "public"
|
|
6858
6858
|
},
|
|
@@ -6952,7 +6952,7 @@
|
|
|
6952
6952
|
}
|
|
6953
6953
|
},
|
|
6954
6954
|
{
|
|
6955
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
6955
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When `scopes` are defined and no custom placeholder is provided,\nthe placeholder automatically displays \"Search in: \\{selected scope name\\}\".\nSetting a custom placeholder will override this automatic behavior.",
|
|
6956
6956
|
"name": "placeholder",
|
|
6957
6957
|
"default": "undefined",
|
|
6958
6958
|
"fieldName": "placeholder",
|
|
@@ -9355,7 +9355,7 @@
|
|
|
9355
9355
|
]
|
|
9356
9356
|
},
|
|
9357
9357
|
"default": "\"Active\"",
|
|
9358
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
9358
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
9359
9359
|
"privacy": "public"
|
|
9360
9360
|
}
|
|
9361
9361
|
],
|
|
@@ -9547,12 +9547,12 @@
|
|
|
9547
9547
|
}
|
|
9548
9548
|
},
|
|
9549
9549
|
{
|
|
9550
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
9550
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
9551
9551
|
"name": "type",
|
|
9552
9552
|
"default": "\"Active\"",
|
|
9553
9553
|
"fieldName": "type",
|
|
9554
9554
|
"type": {
|
|
9555
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
9555
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
9556
9556
|
}
|
|
9557
9557
|
}
|
|
9558
9558
|
],
|
|
@@ -10273,7 +10273,7 @@
|
|
|
10273
10273
|
]
|
|
10274
10274
|
},
|
|
10275
10275
|
"default": "\"Active\"",
|
|
10276
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
10276
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
10277
10277
|
"privacy": "public"
|
|
10278
10278
|
}
|
|
10279
10279
|
],
|
|
@@ -10414,12 +10414,12 @@
|
|
|
10414
10414
|
}
|
|
10415
10415
|
},
|
|
10416
10416
|
{
|
|
10417
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
10417
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
10418
10418
|
"name": "type",
|
|
10419
10419
|
"default": "\"Active\"",
|
|
10420
10420
|
"fieldName": "type",
|
|
10421
10421
|
"type": {
|
|
10422
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
10422
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
10423
10423
|
}
|
|
10424
10424
|
}
|
|
10425
10425
|
],
|
|
@@ -11197,7 +11197,7 @@
|
|
|
11197
11197
|
]
|
|
11198
11198
|
},
|
|
11199
11199
|
"default": "\"Active\"",
|
|
11200
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
11200
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
11201
11201
|
"privacy": "public"
|
|
11202
11202
|
}
|
|
11203
11203
|
],
|
|
@@ -11311,12 +11311,12 @@
|
|
|
11311
11311
|
}
|
|
11312
11312
|
},
|
|
11313
11313
|
{
|
|
11314
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
11314
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
11315
11315
|
"name": "type",
|
|
11316
11316
|
"default": "\"Active\"",
|
|
11317
11317
|
"fieldName": "type",
|
|
11318
11318
|
"type": {
|
|
11319
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
11319
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
11320
11320
|
}
|
|
11321
11321
|
}
|
|
11322
11322
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Cancel","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Loading","DYNAMIC_PAGE_ARIA_LABEL_EXPANDED_HEADER":"Header Expanded","DYNAMIC_PAGE_ARIA_LABEL_SNAPPED_HEADER":"Header Snapped","DYNAMIC_PAGE_ARIA_LABEL_EXPAND_HEADER":"Expand Header","DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER":"Collapse Header","DYNAMIC_PAGE_ARIA_LABEL_PIN_HEADER":"Pin Header","DYNAMIC_PAGE_ARIA_LABEL_UNPIN_HEADER":"Unpin Header","DYNAMIC_PAGE_ARIA_DESCR_TOGGLE_HEADER":"Toggle Header","FCL_START_COLUMN_TXT":"First column","FCL_MIDDLE_COLUMN_TXT":"Middle column","FCL_END_COLUMN_TXT":"Last column","FCL_START_SEPARATOR_TOOLTIP":"Resize between start and mid columns","FCL_END_SEPARATOR_TOOLTIP":"Resize between mid and end columns","NAVIGATION_MENU_POPOVER_HIDDEN_TEXT":"Additional Navigation Items","NAVIGATION_MENU_SELECTABLE_ITEM_HIDDEN_TEXT":"This menu item opens a submenu and also links to a page. To go to the page, press Enter or the right arrow key to open the submenu, then select the first item in the submenu.","NOTIFICATION_LIST_ACCESSIBLE_NAME":"Notifications","NOTIFICATION_LIST_ITEM_SHOW_MORE":"More","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Less","NOTIFICATION_LIST_ITEM_MENU_BTN_TITLE":"Actions","NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_FULL":"More button. Show the full texts","NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_TRUNCATE":"Less button. Show the texts with truncation","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Close","NOTIFICATION_LIST_ITEM_LOADING":"Loading","NOTIFICATION_LIST_ITEM_READ":"Read","NOTIFICATION_LIST_ITEM_UNREAD":"Unread","NOTIFICATION_LIST_ITEM_INFORMATION_STATUS_TXT":"Status Information","NOTIFICATION_LIST_ITEM_POSITIVE_STATUS_TXT":"Status Positive","NOTIFICATION_LIST_ITEM_NEGATIVE_STATUS_TXT":"Status Negative","NOTIFICATION_LIST_ITEM_CRITICAL_STATUS_TXT":"Status Critical","NOTIFICATION_LIST_ITEM_IMPORTANT_TXT":"Important","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Notification Group","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Counter","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_ICON_COLLAPSE_TITLE":"Expand/Collapse","NOTIFICATION_LIST_GROUP_COLLAPSED":"Collapsed","NOTIFICATION_LIST_GROUP_EXPANDED":"Expanded","TIMELINE_ARIA_LABEL":"Timeline","TIMELINE_LOAD_MORE_BUTTON_TEXT":"Load More","TIMELINE_ITEM_INFORMATION_STATE_TEXT":"Information State","TIMELINE_ITEM_POSITIVE_STATE_TEXT":"Positive State","TIMELINE_ITEM_NEGATIVE_STATE_TEXT":"Negative State","TIMELINE_ITEM_CRITICAL_STATE_TEXT":"Critical State","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Cancel","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Rename","UPLOADCOLLECTIONITEM_ERROR_STATE":"Terminated","UPLOADCOLLECTIONITEM_READY_STATE":"Pending","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Uploading","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Terminate","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Retry","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Edit","UPLOADCOLLECTION_NO_DATA_TEXT":"No files found","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Drop files to upload them or use the \"Upload\" button","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Upload Collection","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Drag files here","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Drop files to upload them","SHELLBAR_LABEL":"Shell Bar","SHELLBAR_LOGO":"Logo","SHELLBAR_LOGO_AREA":"{0} {1}","SHELLBAR_ADDITIONAL_CONTEXT":"Additional Info","SHELLBAR_SEARCHFIELD_DESCRIPTION":"Search results will be shown in the main area","SHELLBAR_NOTIFICATIONS":"{0} Notifications","SHELLBAR_NOTIFICATIONS_NO_COUNT":"Notifications","SHELLBAR_PROFILE":"User Menu","SHELLBAR_PRODUCTS":"Products","SHELLBAR_PRODUCT_SWITCH_BTN":"Product Switcher","PRODUCT_SWITCH_CONTAINER_LABEL":"Products","SHELLBAR_SEARCH":"Search","SHELLBAR_SEARCH_FIELD":"Search Field","SHELLBAR_IMAGE_BTN":"User Menu","SHELLBAR_SEARCH_BTN_OPEN":"Open Search","SEARCH_ITEM_DELETE_BUTTON_TOOLTIP":"Remove Suggestion","SHELLBAR_OVERFLOW":"More","SHELLBAR_ASSISTANT":"Assistant","SHELLBAR_CANCEL":"Cancel","WIZARD_NAV_ARIA_LABEL":"Wizard Progress Bar","WIZARD_CANCEL_BUTTON":"Cancel","WIZARD_LIST_ARIA_LABEL":"Wizard Steps","WIZARD_LIST_ARIA_DESCRIBEDBY":"To activate, press the space bar or Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Steps","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Optional","WIZARD_STEP_ACTIVE":"Active","WIZARD_STEP_INACTIVE":"Inactive","WIZARD_STEP_ARIA_LABEL":"Step {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Wizard","WIZARD_NAV_STEP_DEFAULT_HEADING":"Step","VSD_DIALOG_TITLE_SORT":"View Settings","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Cancel","VSD_RESET_BUTTON":"Reset","VSD_RESET_BUTTON_ACTION":"Reset has reverted all settings to initial state","VSD_SORT_TOOLTIP":"Sort","VSD_FILTER_TOOLTIP":"Filter","VSD_GROUP_TOOLTIP":"Group","VSD_SORT_ORDER":"Sort Order","VSD_GROUP_ORDER":"Group Order","VSD_FILTER_BY":"Filter By","VSD_SORT_BY":"Sort By","VSD_GROUP_BY":"Group By","VSD_ORDER_ASCENDING":"Ascending","VSD_ORDER_DESCENDING":"Descending","VSD_FILTER_ITEM_LABEL_TEXT":"{0} Counter {1}","IM_SUBTITLE_ACHIEVEMENT":"Congratulations on your outstanding performance and dedication!","IM_TITLE_ACHIEVEMENT":"Great job!","IM_SUBTITLE_USERHASSIGNEDUP":"You set up your account. Want to take a quick tour?","IM_TITLE_USERHASSIGNEDUP":"Success!","IM_TITLE_BEFORESEARCH":"Let''s get some results","IM_SUBTITLE_BEFORESEARCH":"Start by providing your search criteria.","IM_TITLE_NOACTIVITIES":"You''ve not added any activities yet","IM_SUBTITLE_NOACTIVITIES":"Would you like to add one now?","IM_TITLE_NOCOLUMNSSET":"Add columns to see the content","IM_SUBTITLE_NOCOLUMNSSET":"Select the columns you need in the table settings.","IM_TITLE_NODATA":"There''s no data yet.","IM_SUBTITLE_NODATA":"When there is, you''ll see it here.","IM_TITLE_NOMAIL":"No mail","IM_SUBTITLE_NOMAIL":"Check back again later.","IM_TITLE_NOENTRIES":"There are no entries yet","IM_SUBTITLE_NOENTRIES":"When there are, you''ll see them here.","IM_TITLE_NONOTIFICATIONS":"You do not have any notifications.","IM_SUBTITLE_NONOTIFICATIONS":"Check back again later.","IM_TITLE_NOSAVEDITEMS":"You do not have any pins.","IM_SUBTITLE_NOSAVEDITEMS":"Would you like to add one now?","IM_TITLE_NOSEARCHRESULTS":"We could not find this.","IM_SUBTITLE_NOSEARCHRESULTS":"Try adjusting your search.","IM_TITLE_NOTASKS":"You do not have any tasks.","IM_SUBTITLE_NOTASKS":"When you do, you''ll see them here.","IM_TITLE_UNABLETOLOAD":"Unable to load data","IM_SUBTITLE_UNABLETOLOAD":"Check your internet connection. And if that''s not it, try reloading. If that still doesn''t help, check with your administrator.","IM_TITLE_UNABLETOLOADIMAGE":"Unable to load image","IM_SUBTITLE_UNABLETOLOADIMAGE":"We couldn''t find the image at the specified location, or the server isn''t responding.","IM_TITLE_UNABLETOUPLOAD":"Unable to upload data","IM_SUBTITLE_UNABLETOUPLOAD":"Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise contact your administrator.","IM_TITLE_UPLOADTOCLOUD":"Migrate to SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Move your integration content from the existing Process Integration subscription to the Cloud Integration capability.","IM_TITLE_ADDCOLUMN":"Looks like there''s free space","IM_SUBTITLE_ADDCOLUMN":"You can add more columns in the table settings.","IM_TITLE_ADDPEOPLE":"You''ve not added anyone to the calendar yet","IM_SUBTITLE_ADDPEOPLE":"Do you want to add someone now?","IM_TITLE_BALLOONSKY":"You''ve been appreciated!","IM_SUBTITLE_BALLOONSKY":"Keep up the great work!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Nothing planned yet","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"There are no activities in this time frame.","IM_TITLE_FILTERTABLE":"Filter options are available","IM_SUBTITLE_FILTERTABLE":"Filters help you focus on what''s most relevant for you.","IM_TITLE_GROUPTABLE":"Try grouping items for a better overview","IM_SUBTITLE_GROUPTABLE":"You can choose grouping categories in the group settings.","IM_TITLE_NEWMAIL":"New mail","IM_SUBTITLE_NEWMAIL":"You have new mail in your inbox.","IM_TITLE_NOFILTERRESULTS":"No results found","IM_SUBTITLE_NOFILTERRESULTS":"Try adjusting your filter criteria.","IM_TITLE_PAGENOTFOUND":"Sorry, we can''t find this page","IM_SUBTITLE_PAGENOTFOUND":"Please check the URL you are using to call the app.","IM_TITLE_RESIZECOLUMN":"Choose your own column width","IM_SUBTITLE_RESIZECOLUMN":"You can resize columns by dragging the column borders.","IM_TITLE_SIGNOUT":"You''ve been signed out","IM_SUBTITLE_SIGNOUT":"You can now close this window.","IM_TITLE_SORTCOLUMN":"Not seeing the most important items first?","IM_SUBTITLE_SORTCOLUMN":"Choose the sort criteria in the sort settings.","IM_TITLE_SUCCESSSCREEN":"Nicely done!","IM_SUBTITLE_SUCCESSSCREEN":"You completed all your learning assignments.","IM_TITLE_UPLOADCOLLECTION":"Drop files here","IM_SUBTITLE_UPLOADCOLLECTION":"You can also upload several files all at once.","IM_TITLE_ADDDIMENSIONS":"Some dimensions are missing","IM_SUBTITLE_ADDDIMENSIONS":"Add more dimensions to complete your chart.","IM_TITLE_NODIMENSIONSSET":"No chart data","IM_SUBTITLE_NODIMENSIONSSET":"Try adjusting your chart settings.","IM_TITLE_SURVEY":"Your Opinion Matters","IM_SUBTITLE_SURVEY":"We want to hear what you think about SAP software. Share your feedback with us by taking our short survey.","DSC_MAIN_ARIA_LABEL":"Main Content","DSC_SIDE_ARIA_LABEL":"Side Content","SEARCH_FIELD_SCOPE_SELECT_LABEL":"Select Scope","SEARCH_FIELD_LABEL":"Search Field","SEARCH_FIELD_CLEAR_ICON":"Clear Search","SEARCH_FIELD_SEARCH_ICON":"Search","SEARCH_ITEM_SHOW_MORE_NO_COUNT":"Show More","SEARCH_ITEM_SHOW_MORE_COUNT":"Show More ({0})","SHELLBAR_SEARCH_COLLAPSED":"Open Search","SHELLBAR_SEARCH_EXPANDED":"Collapse Search","SEARCH_CANCEL_BUTTON":"Cancel","SEARCH_SUGGESTIONS":"Suggestions","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigation","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Navigation List Menu Bar","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Menu Item","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Navigation List Tree","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Tree Item","SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME":"More Items","SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL":"Displays additional navigation items that are hidden due to limited screen space.","SIDE_NAVIGATION_PARENT_ITEM_SELECTABLE_DESCRIPTION":"To navigate to navigation item {0}, press Spacebar or Enter.","SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL":"Primary Navigation Menu","SIDE_NAVIGATION_FIXED_LIST_LABEL":"Footer Navigation Menu","SIDE_NAVIGATION_ICON_COLLAPSE":"Collapse","SIDE_NAVIGATION_ICON_EXPAND":"Expand","USER_MENU_OTHER_ACCOUNT_BUTTON_TXT":"Accounts","USER_MENU_CLOSE_BUTTON_TXT":"Close","USER_MENU_MANAGE_ACCOUNT_BUTTON_TXT":"Manage Account","USER_MENU_SIGN_OUT_BUTTON_TXT":"Sign Out","USER_MENU_EDIT_AVATAR_TXT":"Edit Profile Image","USER_MENU_EDIT_ACCOUNTS_TXT":"Edit account","USER_MENU_POPOVER_ACCESSIBLE_NAME":"User menu for","USER_MENU_CLOSE_DIALOG_BUTTON":"Decline","USER_MENU_POPOVER_ACCESSIBLE_ACCOUNT_SELECTED_TXT":"Selected","USER_MENU_CURRENT_INFORMATION_TXT":"Current user information","USER_MENU_ACTIONS_TXT":"Actions","USER_SETTINGS_DIALOG_ACCESSIBLE_NAME":"User Settings","USER_SETTINGS_LIST_ARIA_ROLE_DESC":"User Settings Item","USER_SETTINGS_DIALOG_CLOSE_BUTTON_TEXT":"Close","USER_SETTINGS_DIALOG_SAVE_BUTTON_TEXT":"Save","USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT":"Cancel","USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT":"No search results","USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT":"Edit Avatar","USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT":"Manage Account"}
|
|
1
|
+
{"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Cancel","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Loading","DYNAMIC_PAGE_ARIA_LABEL_EXPANDED_HEADER":"Header Expanded","DYNAMIC_PAGE_ARIA_LABEL_SNAPPED_HEADER":"Header Snapped","DYNAMIC_PAGE_ARIA_LABEL_EXPAND_HEADER":"Expand Header","DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER":"Collapse Header","DYNAMIC_PAGE_ARIA_LABEL_PIN_HEADER":"Pin Header","DYNAMIC_PAGE_ARIA_LABEL_UNPIN_HEADER":"Unpin Header","DYNAMIC_PAGE_ARIA_DESCR_TOGGLE_HEADER":"Toggle Header","FCL_START_COLUMN_TXT":"First column","FCL_MIDDLE_COLUMN_TXT":"Middle column","FCL_END_COLUMN_TXT":"Last column","FCL_START_SEPARATOR_TOOLTIP":"Resize between start and mid columns","FCL_END_SEPARATOR_TOOLTIP":"Resize between mid and end columns","NAVIGATION_MENU_POPOVER_HIDDEN_TEXT":"Additional Navigation Items","NAVIGATION_MENU_SELECTABLE_ITEM_HIDDEN_TEXT":"This menu item opens a submenu and also links to a page. To go to the page, press Enter or the right arrow key to open the submenu, then select the first item in the submenu.","NOTIFICATION_LIST_ACCESSIBLE_NAME":"Notifications","NOTIFICATION_LIST_ITEM_SHOW_MORE":"More","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Less","NOTIFICATION_LIST_ITEM_MENU_BTN_TITLE":"Actions","NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_FULL":"More button. Show the full texts","NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_TRUNCATE":"Less button. Show the texts with truncation","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Close","NOTIFICATION_LIST_ITEM_LOADING":"Loading","NOTIFICATION_LIST_ITEM_READ":"Read","NOTIFICATION_LIST_ITEM_UNREAD":"Unread","NOTIFICATION_LIST_ITEM_INFORMATION_STATUS_TXT":"Status Information","NOTIFICATION_LIST_ITEM_POSITIVE_STATUS_TXT":"Status Positive","NOTIFICATION_LIST_ITEM_NEGATIVE_STATUS_TXT":"Status Negative","NOTIFICATION_LIST_ITEM_CRITICAL_STATUS_TXT":"Status Critical","NOTIFICATION_LIST_ITEM_IMPORTANT_TXT":"Important","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Notification Group","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Counter","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_ICON_COLLAPSE_TITLE":"Expand/Collapse","NOTIFICATION_LIST_GROUP_COLLAPSED":"Collapsed","NOTIFICATION_LIST_GROUP_EXPANDED":"Expanded","TIMELINE_ARIA_LABEL":"Timeline","TIMELINE_LOAD_MORE_BUTTON_TEXT":"Load More","TIMELINE_ITEM_INFORMATION_STATE_TEXT":"Information State","TIMELINE_ITEM_POSITIVE_STATE_TEXT":"Positive State","TIMELINE_ITEM_NEGATIVE_STATE_TEXT":"Negative State","TIMELINE_ITEM_CRITICAL_STATE_TEXT":"Critical State","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Cancel","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Rename","UPLOADCOLLECTIONITEM_ERROR_STATE":"Terminated","UPLOADCOLLECTIONITEM_READY_STATE":"Pending","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Uploading","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Terminate","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Retry","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Edit","UPLOADCOLLECTION_NO_DATA_TEXT":"No files found","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Drop files to upload them or use the \"Upload\" button","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Upload Collection","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Drag files here","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Drop files to upload them","SHELLBAR_LABEL":"Shell Bar","SHELLBAR_LOGO":"Logo","SHELLBAR_LOGO_AREA":"{0} {1}","SHELLBAR_ADDITIONAL_CONTEXT":"Additional Info","SHELLBAR_SEARCHFIELD_DESCRIPTION":"Search results will be shown in the main area","SHELLBAR_NOTIFICATIONS":"{0} Notifications","SHELLBAR_NOTIFICATIONS_NO_COUNT":"Notifications","SHELLBAR_PROFILE":"User Menu","SHELLBAR_PRODUCTS":"Products","SHELLBAR_PRODUCT_SWITCH_BTN":"Product Switcher","PRODUCT_SWITCH_CONTAINER_LABEL":"Products","SHELLBAR_SEARCH":"Search","SHELLBAR_SEARCH_FIELD":"Search Field","SHELLBAR_IMAGE_BTN":"User Menu","SHELLBAR_SEARCH_BTN_OPEN":"Open Search","SEARCH_ITEM_DELETE_BUTTON_TOOLTIP":"Remove Suggestion","SHELLBAR_OVERFLOW":"More","SHELLBAR_ASSISTANT":"Assistant","SHELLBAR_CANCEL":"Cancel","WIZARD_NAV_ARIA_LABEL":"Wizard Progress Bar","WIZARD_CANCEL_BUTTON":"Cancel","WIZARD_LIST_ARIA_LABEL":"Wizard Steps","WIZARD_LIST_ARIA_DESCRIBEDBY":"To activate, press the space bar or Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Steps","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Optional","WIZARD_STEP_ACTIVE":"Active","WIZARD_STEP_INACTIVE":"Inactive","WIZARD_STEP_ARIA_LABEL":"Step {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Wizard","WIZARD_NAV_STEP_DEFAULT_HEADING":"Step","VSD_DIALOG_TITLE_SORT":"View Settings","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Cancel","VSD_RESET_BUTTON":"Reset","VSD_RESET_BUTTON_ACTION":"Reset has reverted all settings to initial state","VSD_SORT_TOOLTIP":"Sort","VSD_FILTER_TOOLTIP":"Filter","VSD_GROUP_TOOLTIP":"Group","VSD_SORT_ORDER":"Sort Order","VSD_GROUP_ORDER":"Group Order","VSD_FILTER_BY":"Filter By","VSD_SORT_BY":"Sort By","VSD_GROUP_BY":"Group By","VSD_ORDER_ASCENDING":"Ascending","VSD_ORDER_DESCENDING":"Descending","VSD_FILTER_ITEM_LABEL_TEXT":"{0} Counter {1}","IM_SUBTITLE_ACHIEVEMENT":"Congratulations on your outstanding performance and dedication!","IM_TITLE_ACHIEVEMENT":"Great job!","IM_SUBTITLE_USERHASSIGNEDUP":"You set up your account. Want to take a quick tour?","IM_TITLE_USERHASSIGNEDUP":"Success!","IM_TITLE_BEFORESEARCH":"Let''s get some results","IM_SUBTITLE_BEFORESEARCH":"Start by providing your search criteria.","IM_TITLE_NOACTIVITIES":"You''ve not added any activities yet","IM_SUBTITLE_NOACTIVITIES":"Would you like to add one now?","IM_TITLE_NOCOLUMNSSET":"Add columns to see the content","IM_SUBTITLE_NOCOLUMNSSET":"Select the columns you need in the table settings.","IM_TITLE_NODATA":"There''s no data yet.","IM_SUBTITLE_NODATA":"When there is, you''ll see it here.","IM_TITLE_NOMAIL":"No mail","IM_SUBTITLE_NOMAIL":"Check back again later.","IM_TITLE_NOENTRIES":"There are no entries yet","IM_SUBTITLE_NOENTRIES":"When there are, you''ll see them here.","IM_TITLE_NONOTIFICATIONS":"You do not have any notifications.","IM_SUBTITLE_NONOTIFICATIONS":"Check back again later.","IM_TITLE_NOSAVEDITEMS":"You do not have any pins.","IM_SUBTITLE_NOSAVEDITEMS":"Would you like to add one now?","IM_TITLE_NOSEARCHRESULTS":"We could not find this.","IM_SUBTITLE_NOSEARCHRESULTS":"Try adjusting your search.","IM_TITLE_NOTASKS":"You do not have any tasks.","IM_SUBTITLE_NOTASKS":"When you do, you''ll see them here.","IM_TITLE_UNABLETOLOAD":"Unable to load data","IM_SUBTITLE_UNABLETOLOAD":"Check your internet connection. And if that''s not it, try reloading. If that still doesn''t help, check with your administrator.","IM_TITLE_UNABLETOLOADIMAGE":"Unable to load image","IM_SUBTITLE_UNABLETOLOADIMAGE":"We couldn''t find the image at the specified location, or the server isn''t responding.","IM_TITLE_UNABLETOUPLOAD":"Unable to upload data","IM_SUBTITLE_UNABLETOUPLOAD":"Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise contact your administrator.","IM_TITLE_UPLOADTOCLOUD":"Migrate to SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Move your integration content from the existing Process Integration subscription to the Cloud Integration capability.","IM_TITLE_ADDCOLUMN":"Looks like there''s free space","IM_SUBTITLE_ADDCOLUMN":"You can add more columns in the table settings.","IM_TITLE_ADDPEOPLE":"You''ve not added anyone to the calendar yet","IM_SUBTITLE_ADDPEOPLE":"Do you want to add someone now?","IM_TITLE_BALLOONSKY":"You''ve been appreciated!","IM_SUBTITLE_BALLOONSKY":"Keep up the great work!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Nothing planned yet","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"There are no activities in this time frame.","IM_TITLE_FILTERTABLE":"Filter options are available","IM_SUBTITLE_FILTERTABLE":"Filters help you focus on what''s most relevant for you.","IM_TITLE_GROUPTABLE":"Try grouping items for a better overview","IM_SUBTITLE_GROUPTABLE":"You can choose grouping categories in the group settings.","IM_TITLE_NEWMAIL":"New mail","IM_SUBTITLE_NEWMAIL":"You have new mail in your inbox.","IM_TITLE_NOFILTERRESULTS":"No results found","IM_SUBTITLE_NOFILTERRESULTS":"Try adjusting your filter criteria.","IM_TITLE_PAGENOTFOUND":"Sorry, we can''t find this page","IM_SUBTITLE_PAGENOTFOUND":"Please check the URL you are using to call the app.","IM_TITLE_RESIZECOLUMN":"Choose your own column width","IM_SUBTITLE_RESIZECOLUMN":"You can resize columns by dragging the column borders.","IM_TITLE_SIGNOUT":"You''ve been signed out","IM_SUBTITLE_SIGNOUT":"You can now close this window.","IM_TITLE_SORTCOLUMN":"Not seeing the most important items first?","IM_SUBTITLE_SORTCOLUMN":"Choose the sort criteria in the sort settings.","IM_TITLE_SUCCESSSCREEN":"Nicely done!","IM_SUBTITLE_SUCCESSSCREEN":"You completed all your learning assignments.","IM_TITLE_UPLOADCOLLECTION":"Drop files here","IM_SUBTITLE_UPLOADCOLLECTION":"You can also upload several files all at once.","IM_TITLE_ADDDIMENSIONS":"Some dimensions are missing","IM_SUBTITLE_ADDDIMENSIONS":"Add more dimensions to complete your chart.","IM_TITLE_NODIMENSIONSSET":"No chart data","IM_SUBTITLE_NODIMENSIONSSET":"Try adjusting your chart settings.","IM_TITLE_SURVEY":"Your Opinion Matters","IM_SUBTITLE_SURVEY":"We want to hear what you think about SAP software. Share your feedback with us by taking our short survey.","DSC_MAIN_ARIA_LABEL":"Main Content","DSC_SIDE_ARIA_LABEL":"Side Content","SEARCH_FIELD_SCOPE_SELECT_LABEL":"Select Scope","SEARCH_FIELD_LABEL":"Search Field","SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE":"Search in: {0}","SEARCH_FIELD_CLEAR_ICON":"Clear Search","SEARCH_FIELD_SEARCH_ICON":"Search","SEARCH_ITEM_SHOW_MORE_NO_COUNT":"Show More","SEARCH_ITEM_SHOW_MORE_COUNT":"Show More ({0})","SHELLBAR_SEARCH_COLLAPSED":"Open Search","SHELLBAR_SEARCH_EXPANDED":"Collapse Search","SEARCH_CANCEL_BUTTON":"Cancel","SEARCH_SUGGESTIONS":"Suggestions","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigation","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Navigation List Menu Bar","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Menu Item","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Navigation List Tree","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Tree Item","SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME":"More Items","SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL":"Displays additional navigation items that are hidden due to limited screen space.","SIDE_NAVIGATION_PARENT_ITEM_SELECTABLE_DESCRIPTION":"To navigate to navigation item {0}, press Spacebar or Enter.","SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL":"Primary Navigation Menu","SIDE_NAVIGATION_FIXED_LIST_LABEL":"Footer Navigation Menu","SIDE_NAVIGATION_ICON_COLLAPSE":"Collapse","SIDE_NAVIGATION_ICON_EXPAND":"Expand","USER_MENU_OTHER_ACCOUNT_BUTTON_TXT":"Accounts","USER_MENU_CLOSE_BUTTON_TXT":"Close","USER_MENU_MANAGE_ACCOUNT_BUTTON_TXT":"Manage Account","USER_MENU_SIGN_OUT_BUTTON_TXT":"Sign Out","USER_MENU_EDIT_AVATAR_TXT":"Edit Profile Image","USER_MENU_EDIT_ACCOUNTS_TXT":"Edit account","USER_MENU_POPOVER_ACCESSIBLE_NAME":"User menu for","USER_MENU_CLOSE_DIALOG_BUTTON":"Decline","USER_MENU_POPOVER_ACCESSIBLE_ACCOUNT_SELECTED_TXT":"Selected","USER_MENU_CURRENT_INFORMATION_TXT":"Current user information","USER_MENU_ACTIONS_TXT":"Actions","USER_SETTINGS_DIALOG_ACCESSIBLE_NAME":"User Settings","USER_SETTINGS_LIST_ARIA_ROLE_DESC":"User Settings Item","USER_SETTINGS_DIALOG_CLOSE_BUTTON_TEXT":"Close","USER_SETTINGS_DIALOG_SAVE_BUTTON_TEXT":"Save","USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT":"Cancel","USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT":"No search results","USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS":"No search results","USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT":"1 result available","USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS":"{0} results are available","USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT":"Edit Avatar","USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT":"Manage Account"}
|