@openui5/sap.ui.webc.fiori 1.96.1 → 1.97.1
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/.reuse/dep5 +1 -1
- package/THIRDPARTY.txt +2 -1
- package/package.json +4 -4
- package/src/sap/ui/webc/fiori/.library +2 -2
- package/src/sap/ui/webc/fiori/Bar.js +2 -2
- package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +5 -5
- package/src/sap/ui/webc/fiori/FilterItem.js +71 -0
- package/src/sap/ui/webc/fiori/FilterItemOption.js +68 -0
- package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +3 -3
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +5 -5
- package/src/sap/ui/webc/fiori/NotificationAction.js +2 -2
- package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +2 -2
- package/src/sap/ui/webc/fiori/NotificationListItem.js +2 -2
- package/src/sap/ui/webc/fiori/Page.js +2 -2
- package/src/sap/ui/webc/fiori/ProductSwitch.js +2 -2
- package/src/sap/ui/webc/fiori/ProductSwitchItem.js +2 -2
- package/src/sap/ui/webc/fiori/ShellBar.js +2 -2
- package/src/sap/ui/webc/fiori/ShellBarItem.js +2 -2
- package/src/sap/ui/webc/fiori/SideNavigation.js +2 -2
- package/src/sap/ui/webc/fiori/SideNavigationItem.js +2 -2
- package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +2 -2
- package/src/sap/ui/webc/fiori/SortItem.js +68 -0
- package/src/sap/ui/webc/fiori/Timeline.js +2 -2
- package/src/sap/ui/webc/fiori/TimelineItem.js +2 -2
- package/src/sap/ui/webc/fiori/UploadCollection.js +13 -3
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +2 -2
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +19 -10
- package/src/sap/ui/webc/fiori/Wizard.js +10 -10
- package/src/sap/ui/webc/fiori/WizardStep.js +10 -12
- package/src/sap/ui/webc/fiori/library.js +157 -7
- package/src/sap/ui/webc/fiori/thirdparty/Bar.js +30 -1
- package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +3 -4
- package/src/sap/ui/webc/fiori/thirdparty/FilterItem.js +45 -0
- package/src/sap/ui/webc/fiori/thirdparty/FilterItemOption.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +8 -9
- package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +14 -5
- package/src/sap/ui/webc/fiori/thirdparty/Interfaces.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +12 -15
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +10 -13
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +3 -4
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitch.js +6 -3
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitchItem.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +34 -19
- package/src/sap/ui/webc/fiori/thirdparty/SideNavigationItem.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/SideNavigationSubItem.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/SortItem.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +2 -3
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +14 -8
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +12 -13
- package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +219 -42
- package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +19 -16
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/BarcodeScannerDialog.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/FilterItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/FlexibleColumnLayout.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/IllustratedMessage.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/InvisibleTextStyles.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotifactionOverflowActionsPopover.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationPrioIcon.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Page.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitch.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigation.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Timeline.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollection.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardPopover.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardTab.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +9 -8
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/i18n.js +47 -47
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FilterItemTemplate.lit.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/IllustratedMessageTemplate.lit.js +7 -5
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListGroupItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListItemTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ProductSwitchTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarTemplate.lit.js +6 -6
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +4 -4
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +3 -4
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ViewSettingsDialogTemplate.lit.js +12 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FilterItem.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FlexibleColumnLayout.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/InvisibleTextStyles.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotifactionOverflowActionsPopover.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationPrioIcon.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitch.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigation.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollection.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardPopover.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/CodePlaceholder.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Company.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ExternalLink.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/FaceID.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Fingerprint.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Lock.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Mission.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoApplications.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoFlows.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoUsers.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Radar.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Services.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpired.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Success.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SuccessfulAuth.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Unlock.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnsuccessfulAuth.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +12 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Company.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-ExternalLink.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-FaceID.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Fingerprint.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Lock.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Mission.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-NoApplications.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-NoFlows.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-NoUsers.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Services.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-SessionExpiring.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Success.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Unlock.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Company.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-ExternalLink.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-FaceID.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Fingerprint.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Lock.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Mission.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-NoFlows.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-NoUsers.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Radar.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Services.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-SessionExpired.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-SessionExpiring.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Success.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Unlock.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-CodePlaceholder.js +12 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Company.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-ExternalLink.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-FaceID.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Fingerprint.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Lock.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Mission.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-NoApplications.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-NoFlows.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-NoUsers.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Radar.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Services.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-SessionExpired.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-SessionExpiring.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Success.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Unlock.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ar-4986cab5.js → messagebundle_ar-f55bd0d9.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_bg-7e9aa059.js → messagebundle_bg-eb73ad77.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ca-01451c6a.js → messagebundle_ca-18554b48.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cs-ac6c8738.js → messagebundle_cs-7c21900b.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cy-3dfe9dd5.js → messagebundle_cy-04ebca8d.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_da-663276e4.js → messagebundle_da-49bb0a1c.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_de-72e82e46.js → messagebundle_de-ba618d63.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_el-c96044ad.js → messagebundle_el-7db9c5fd.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en-2d504d66.js → messagebundle_en-d099f44a.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_GB-c8b9808b.js → messagebundle_en_GB-4887b667.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_sappsd-ff0f05eb.js → messagebundle_en_US_sappsd-65b99ab9.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saprigi-9005c49a.js → messagebundle_en_US_saprigi-617e6535.js} +12 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saptrc-e2be9611.js → messagebundle_en_US_saptrc-6d0883b2.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es-20ceffef.js → messagebundle_es-f7558331.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es_MX-9617bbe2.js → messagebundle_es_MX-82bc00a1.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_et-70cc45fe.js → messagebundle_et-24b4540a.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fi-38c6589c.js → messagebundle_fi-8dc53cb0.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr-0a9f2183.js → messagebundle_fr-7e340939.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr_CA-5401e307.js → messagebundle_fr_CA-d3853c9b.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hi-9aad7093.js → messagebundle_hi-78b175f0.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hr-9a46b37c.js → messagebundle_hr-3ed6353c.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hu-94c5c8ec.js → messagebundle_hu-9af2b64b.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_it-594c952a.js → messagebundle_it-7968f555.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_iw-3ad5f2eb.js → messagebundle_iw-30a93e6c.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ja-ec45026f.js → messagebundle_ja-2b23c18f.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_kk-9322e295.js → messagebundle_kk-847a0b84.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ko-64bfa5d3.js → messagebundle_ko-eaabc5f5.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lt-caf1e289.js → messagebundle_lt-ac869899.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lv-8877dca6.js → messagebundle_lv-ff63b614.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ms-d3aa34d7.js → messagebundle_ms-e844b95d.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_nl-7653fecd.js → messagebundle_nl-b644fdd4.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_no-e4cf07cf.js → messagebundle_no-aedb265f.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pl-34323862.js → messagebundle_pl-3f303622.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt-3c7586ed.js → messagebundle_pt-541e1fa1.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt_PT-6101090e.js → messagebundle_pt_PT-196ce616.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ro-3e1aac26.js → messagebundle_ro-cbff6cf1.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ru-6fab2afc.js → messagebundle_ru-ff1b077c.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sh-59c9c475.js → messagebundle_sh-88cafb2d.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sk-3947d2b2.js → messagebundle_sk-877257e4.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sl-5cb9b7cc.js → messagebundle_sl-0504465e.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sv-9bfc19a7.js → messagebundle_sv-30172f15.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_th-a6a77885.js → messagebundle_th-1e8f0c20.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_tr-6f2ec772.js → messagebundle_tr-1739cd9a.js} +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_uk-dde2e605.js → messagebundle_uk-b933c172.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_vi-e549a9d4.js → messagebundle_vi-329c5bac.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_CN-fa4baf83.js → messagebundle_zh_CN-4936266e.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_TW-060ab1cb.js → messagebundle_zh_TW-87ecd6ac.js} +3 -2
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-1b65841f.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-7ad9af9f.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-7cb04d8d.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-9b078ef8.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-aed8d630.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-becae35f.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-e0121de4.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-e4fed822.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/IllustrationMessageType.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/ViewSettingsDialogMode.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-68447658.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-816bd805.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a596f129.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a8f6197d.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-cc7a39f2.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d0336f5e.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-f592e4f1.js +0 -9
|
@@ -71,7 +71,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
71
71
|
this._prevLayout = null;
|
|
72
72
|
this.initialRendering = true;
|
|
73
73
|
this._handleResize = this.handleResize.bind(this);
|
|
74
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
75
74
|
}
|
|
76
75
|
static get metadata() {
|
|
77
76
|
return metadata;
|
|
@@ -89,7 +88,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
89
88
|
return [Button__default];
|
|
90
89
|
}
|
|
91
90
|
static async onDefine() {
|
|
92
|
-
await i18nBundle.
|
|
91
|
+
FlexibleColumnLayout.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
93
92
|
}
|
|
94
93
|
static get BREAKPOINTS() {
|
|
95
94
|
return {
|
|
@@ -347,13 +346,13 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
347
346
|
return this.shadowRoot.querySelector(".ui5-fcl-column--end");
|
|
348
347
|
}
|
|
349
348
|
get accStartColumnText() {
|
|
350
|
-
return this.accessibilityTexts.startColumnAccessibleName ||
|
|
349
|
+
return this.accessibilityTexts.startColumnAccessibleName || FlexibleColumnLayout.i18nBundle.getText(i18nDefaults.FCL_START_COLUMN_TXT);
|
|
351
350
|
}
|
|
352
351
|
get accMiddleColumnText() {
|
|
353
|
-
return this.accessibilityTexts.midColumnAccessibleName ||
|
|
352
|
+
return this.accessibilityTexts.midColumnAccessibleName || FlexibleColumnLayout.i18nBundle.getText(i18nDefaults.FCL_MIDDLE_COLUMN_TXT);
|
|
354
353
|
}
|
|
355
354
|
get accEndColumnText() {
|
|
356
|
-
return this.accessibilityTexts.endColumnAccessibleName ||
|
|
355
|
+
return this.accessibilityTexts.endColumnAccessibleName || FlexibleColumnLayout.i18nBundle.getText(i18nDefaults.FCL_END_COLUMN_TXT);
|
|
357
356
|
}
|
|
358
357
|
get _effectiveLayoutsByMedia() {
|
|
359
358
|
return this._layoutsConfiguration || FCLLayout$1.getLayoutsByMedia();
|
|
@@ -361,16 +360,16 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
361
360
|
get accStartArrowText() {
|
|
362
361
|
const customTexts = this.accessibilityTexts;
|
|
363
362
|
if (this.startArrowDirection === "mirror") {
|
|
364
|
-
return customTexts.startArrowLeftText ||
|
|
363
|
+
return customTexts.startArrowLeftText || FlexibleColumnLayout.i18nBundle.getText(i18nDefaults.FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP);
|
|
365
364
|
}
|
|
366
|
-
return customTexts.startArrowRightText ||
|
|
365
|
+
return customTexts.startArrowRightText || FlexibleColumnLayout.i18nBundle.getText(i18nDefaults.FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP);
|
|
367
366
|
}
|
|
368
367
|
get accEndArrowText() {
|
|
369
368
|
const customTexts = this.accessibilityTexts;
|
|
370
369
|
if (this.endArrowDirection === "mirror") {
|
|
371
|
-
return customTexts.endArrowRightText ||
|
|
370
|
+
return customTexts.endArrowRightText || FlexibleColumnLayout.i18nBundle.getText(i18nDefaults.FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP);
|
|
372
371
|
}
|
|
373
|
-
return customTexts.endArrowLeftText ||
|
|
372
|
+
return customTexts.endArrowLeftText || FlexibleColumnLayout.i18nBundle.getText(i18nDefaults.FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP);
|
|
374
373
|
}
|
|
375
374
|
}
|
|
376
375
|
FlexibleColumnLayout.define();
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', './generated/templates/IllustratedMessageTemplate.lit', './types/IllustrationMessageType', './illustrations/BeforeSearch', './generated/themes/IllustratedMessage.css'], function (UI5Element, ResizeHandler, Illustrations, i18nBundle, litRender, IllustratedMessageTemplate_lit, IllustrationMessageType, BeforeSearch, IllustratedMessage_css) { 'use strict';
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/main/thirdparty/Title', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', './generated/templates/IllustratedMessageTemplate.lit', './types/IllustrationMessageType', './illustrations/BeforeSearch', './generated/themes/IllustratedMessage.css'], function (UI5Element, ResizeHandler, Illustrations, i18nBundle, Title, litRender, IllustratedMessageTemplate_lit, IllustrationMessageType, BeforeSearch, IllustratedMessage_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
5
5
|
var UI5Element__default = /*#__PURE__*/_interopDefaultLegacy(UI5Element);
|
|
6
6
|
var ResizeHandler__default = /*#__PURE__*/_interopDefaultLegacy(ResizeHandler);
|
|
7
|
+
var Title__default = /*#__PURE__*/_interopDefaultLegacy(Title);
|
|
7
8
|
var litRender__default = /*#__PURE__*/_interopDefaultLegacy(litRender);
|
|
8
9
|
|
|
9
10
|
const ILLUSTRATION_NOT_FOUND = "ILLUSTRATION_NOT_FOUND";
|
|
@@ -43,7 +44,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
43
44
|
class IllustratedMessage extends UI5Element__default {
|
|
44
45
|
constructor() {
|
|
45
46
|
super();
|
|
46
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
47
47
|
this._handleResize = this.handleResize.bind(this);
|
|
48
48
|
}
|
|
49
49
|
static get metadata() {
|
|
@@ -59,7 +59,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
59
59
|
return IllustratedMessageTemplate_lit;
|
|
60
60
|
}
|
|
61
61
|
static async onDefine() {
|
|
62
|
-
await i18nBundle.
|
|
62
|
+
IllustratedMessage.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
63
63
|
}
|
|
64
64
|
static get BREAKPOINTS() {
|
|
65
65
|
return {
|
|
@@ -76,6 +76,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
76
76
|
SCENE: "scene",
|
|
77
77
|
};
|
|
78
78
|
}
|
|
79
|
+
static get dependencies() {
|
|
80
|
+
return [Title__default];
|
|
81
|
+
}
|
|
79
82
|
onBeforeRendering() {
|
|
80
83
|
const illustrationData = Illustrations.getIllustrationDataSync(this.name);
|
|
81
84
|
if (illustrationData === ILLUSTRATION_NOT_FOUND) {
|
|
@@ -86,8 +89,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
86
89
|
this.spotSvg = illustrationData.spotSvg;
|
|
87
90
|
this.dialogSvg = illustrationData.dialogSvg;
|
|
88
91
|
this.sceneSvg = illustrationData.sceneSvg;
|
|
89
|
-
this.illustrationTitle =
|
|
90
|
-
this.illustrationSubtitle =
|
|
92
|
+
this.illustrationTitle = IllustratedMessage.i18nBundle.getText(illustrationData.title);
|
|
93
|
+
this.illustrationSubtitle = IllustratedMessage.i18nBundle.getText(illustrationData.subtitle);
|
|
91
94
|
}
|
|
92
95
|
onEnterDOM() {
|
|
93
96
|
ResizeHandler__default.register(this, this._handleResize);
|
|
@@ -127,6 +130,12 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
127
130
|
get effectiveSubitleText() {
|
|
128
131
|
return this.subtitleText ? this.subtitleText : this.illustrationSubtitle;
|
|
129
132
|
}
|
|
133
|
+
get hasTitle() {
|
|
134
|
+
return this.titleText || this.illustrationTitle;
|
|
135
|
+
}
|
|
136
|
+
get hasSubtitle() {
|
|
137
|
+
return this.subtitleText || this.illustrationSubtitle;
|
|
138
|
+
}
|
|
130
139
|
get hasActions() {
|
|
131
140
|
return !!this.actions.length && this.media !== IllustratedMessage.MEDIA.BASE;
|
|
132
141
|
}
|
|
@@ -1,21 +1,27 @@
|
|
|
1
1
|
sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
2
2
|
|
|
3
|
+
const IFilterItem = "sap.ui.webcomponents.fiori.IFilterItem";
|
|
4
|
+
const IFilterItemOption = "sap.ui.webcomponents.fiori.IFilterItemOption";
|
|
3
5
|
const INotificationAction = "sap.ui.webcomponents.fiori.INotificationAction";
|
|
4
6
|
const INotificationListItem = "sap.ui.webcomponents.fiori.INotificationListItem";
|
|
5
7
|
const IProductSwitchItem = "sap.ui.webcomponents.fiori.IProductSwitchItem";
|
|
6
8
|
const IShellBarItem = "sap.ui.webcomponents.fiori.IShellBarItem";
|
|
7
9
|
const ISideNavigationItem = "sap.ui.webcomponents.fiori.ISideNavigationItem";
|
|
8
10
|
const ISideNavigationSubItem = "sap.ui.webcomponents.fiori.ISideNavigationSubItem";
|
|
11
|
+
const ISortItem = "sap.ui.webcomponents.fiori.ISortItem";
|
|
9
12
|
const ITimelineItem = "sap.ui.webcomponents.fiori.ITimelineItem";
|
|
10
13
|
const IUploadCollectionItem = "sap.ui.webcomponents.fiori.IUploadCollectionItem";
|
|
11
14
|
const IWizardStep = "sap.ui.webcomponents.fiori.IWizardStep";
|
|
12
15
|
|
|
16
|
+
exports.IFilterItem = IFilterItem;
|
|
17
|
+
exports.IFilterItemOption = IFilterItemOption;
|
|
13
18
|
exports.INotificationAction = INotificationAction;
|
|
14
19
|
exports.INotificationListItem = INotificationListItem;
|
|
15
20
|
exports.IProductSwitchItem = IProductSwitchItem;
|
|
16
21
|
exports.IShellBarItem = IShellBarItem;
|
|
17
22
|
exports.ISideNavigationItem = ISideNavigationItem;
|
|
18
23
|
exports.ISideNavigationSubItem = ISideNavigationSubItem;
|
|
24
|
+
exports.ISortItem = ISortItem;
|
|
19
25
|
exports.ITimelineItem = ITimelineItem;
|
|
20
26
|
exports.IUploadCollectionItem = IUploadCollectionItem;
|
|
21
27
|
exports.IWizardStep = IWizardStep;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/
|
|
1
|
+
sap.ui.define(['sap/ui/webc/main/thirdparty/types/Priority', 'sap/ui/webc/main/thirdparty/List', 'sap/ui/webc/main/thirdparty/Button', 'sap/ui/webc/main/thirdparty/BusyIndicator', 'sap/ui/webc/main/thirdparty/Icon', 'sap/ui/webc/main/thirdparty/Popover', './NotificationListItemBase', './generated/i18n/i18n-defaults', './generated/templates/NotificationListGroupItemTemplate.lit', './generated/themes/NotificationListGroupItem.css'], function (Priority, List, Button, BusyIndicator, Icon, Popover, NotificationListItemBase, i18nDefaults, NotificationListGroupItemTemplate_lit, NotificationListGroupItem_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -60,33 +60,30 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/mai
|
|
|
60
60
|
Popover__default,
|
|
61
61
|
];
|
|
62
62
|
}
|
|
63
|
-
static async onDefine() {
|
|
64
|
-
await i18nBundle.fetchI18nBundle("@ui5/webcomponents-fiori");
|
|
65
|
-
}
|
|
66
63
|
get itemsCount() {
|
|
67
64
|
return this.items.length;
|
|
68
65
|
}
|
|
69
66
|
get overflowBtnAccessibleName() {
|
|
70
|
-
return
|
|
67
|
+
return NotificationListGroupItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE);
|
|
71
68
|
}
|
|
72
69
|
get closeBtnAccessibleName() {
|
|
73
|
-
return
|
|
70
|
+
return NotificationListGroupItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE);
|
|
74
71
|
}
|
|
75
72
|
get toggleBtnAccessibleName() {
|
|
76
73
|
if (this.collapsed) {
|
|
77
|
-
return
|
|
74
|
+
return NotificationListGroupItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE);
|
|
78
75
|
}
|
|
79
|
-
return
|
|
76
|
+
return NotificationListGroupItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE);
|
|
80
77
|
}
|
|
81
78
|
get priorityText() {
|
|
82
79
|
if (this.priority === Priority__default.High) {
|
|
83
|
-
return
|
|
80
|
+
return NotificationListGroupItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT);
|
|
84
81
|
}
|
|
85
82
|
if (this.priority === Priority__default.Medium) {
|
|
86
|
-
return
|
|
83
|
+
return NotificationListGroupItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT);
|
|
87
84
|
}
|
|
88
85
|
if (this.priority === Priority__default.Low) {
|
|
89
|
-
return
|
|
86
|
+
return NotificationListGroupItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT);
|
|
90
87
|
}
|
|
91
88
|
return "";
|
|
92
89
|
}
|
|
@@ -95,15 +92,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/mai
|
|
|
95
92
|
}
|
|
96
93
|
get readText() {
|
|
97
94
|
if (this.read) {
|
|
98
|
-
return
|
|
95
|
+
return NotificationListGroupItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_READ);
|
|
99
96
|
}
|
|
100
|
-
return
|
|
97
|
+
return NotificationListGroupItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_UNREAD);
|
|
101
98
|
}
|
|
102
99
|
get groupText() {
|
|
103
|
-
return
|
|
100
|
+
return NotificationListGroupItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_GROUP_ITEM_TXT);
|
|
104
101
|
}
|
|
105
102
|
get counterText() {
|
|
106
|
-
const text =
|
|
103
|
+
const text = NotificationListGroupItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT);
|
|
107
104
|
return this.showCounter ? `${text} ${this.itemsCount}` : "";
|
|
108
105
|
}
|
|
109
106
|
get ariaLabelledBy() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/main/thirdparty/types/Priority', 'sap/ui/webc/main/thirdparty/Button', 'sap/ui/webc/main/thirdparty/BusyIndicator', 'sap/ui/webc/main/thirdparty/Link', 'sap/ui/webc/main/thirdparty/Icon', 'sap/ui/webc/main/thirdparty/Popover', 'sap/ui/webc/main/thirdparty/types/WrappingType', './NotificationListItemBase', './generated/i18n/i18n-defaults', './generated/templates/NotificationListItemTemplate.lit', './generated/themes/NotificationListItem.css'], function (Keys, ResizeHandler, Device, Priority, Button, BusyIndicator, Link, Icon, Popover, WrappingType, NotificationListItemBase, i18nDefaults, NotificationListItemTemplate_lit, NotificationListItem_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -71,9 +71,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/th
|
|
|
71
71
|
Popover__default,
|
|
72
72
|
];
|
|
73
73
|
}
|
|
74
|
-
static async onDefine() {
|
|
75
|
-
await i18nBundle.fetchI18nBundle("@ui5/webcomponents-fiori");
|
|
76
|
-
}
|
|
77
74
|
onEnterDOM() {
|
|
78
75
|
ResizeHandler__default.register(this, this.onResizeBind);
|
|
79
76
|
}
|
|
@@ -88,15 +85,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/th
|
|
|
88
85
|
}
|
|
89
86
|
get showMoreText() {
|
|
90
87
|
if (this._showMorePressed) {
|
|
91
|
-
return
|
|
88
|
+
return NotificationListItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_SHOW_LESS);
|
|
92
89
|
}
|
|
93
|
-
return
|
|
90
|
+
return NotificationListItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_SHOW_MORE);
|
|
94
91
|
}
|
|
95
92
|
get overflowBtnAccessibleName() {
|
|
96
|
-
return
|
|
93
|
+
return NotificationListItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE);
|
|
97
94
|
}
|
|
98
95
|
get closeBtnAccessibleName() {
|
|
99
|
-
return
|
|
96
|
+
return NotificationListItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE);
|
|
100
97
|
}
|
|
101
98
|
get hideShowMore() {
|
|
102
99
|
if (this.wrappingType === WrappingType__default.None && this._showMore) {
|
|
@@ -161,19 +158,19 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/th
|
|
|
161
158
|
}
|
|
162
159
|
get priorityText() {
|
|
163
160
|
if (this.priority === Priority__default.High) {
|
|
164
|
-
return
|
|
161
|
+
return NotificationListItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT);
|
|
165
162
|
}
|
|
166
163
|
if (this.priority === Priority__default.Medium) {
|
|
167
|
-
return
|
|
164
|
+
return NotificationListItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT);
|
|
168
165
|
}
|
|
169
166
|
if (this.priority === Priority__default.Low) {
|
|
170
|
-
return
|
|
167
|
+
return NotificationListItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT);
|
|
171
168
|
}
|
|
172
169
|
return "";
|
|
173
170
|
}
|
|
174
171
|
get accInvisibleText() {
|
|
175
|
-
const notificationText =
|
|
176
|
-
const readText = this.read ?
|
|
172
|
+
const notificationText = NotificationListItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_TXT);
|
|
173
|
+
const readText = this.read ? NotificationListItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_READ) : NotificationListItem.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_UNREAD);
|
|
177
174
|
const priorityText = this.priorityText;
|
|
178
175
|
return `${notificationText} ${readText} ${priorityText}`;
|
|
179
176
|
}
|
|
@@ -40,10 +40,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/th
|
|
|
40
40
|
},
|
|
41
41
|
};
|
|
42
42
|
class NotificationListItemBase extends ListItemBase__default {
|
|
43
|
-
constructor() {
|
|
44
|
-
super();
|
|
45
|
-
this.i18nFioriBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
46
|
-
}
|
|
47
43
|
static get metadata() {
|
|
48
44
|
return metadata;
|
|
49
45
|
}
|
|
@@ -138,6 +134,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/th
|
|
|
138
134
|
const staticAreaItem = await this.getStaticAreaItemDomRef();
|
|
139
135
|
return staticAreaItem.querySelector(".ui5-notification-overflow-popover");
|
|
140
136
|
}
|
|
137
|
+
static async onDefine() {
|
|
138
|
+
NotificationListItemBase.i18nFioriBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
139
|
+
}
|
|
141
140
|
}
|
|
142
141
|
|
|
143
142
|
return NotificationListItemBase;
|
|
@@ -32,7 +32,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/com
|
|
|
32
32
|
rowSize: this._rowSize,
|
|
33
33
|
getItemsCallback: () => this.items,
|
|
34
34
|
});
|
|
35
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents");
|
|
36
35
|
}
|
|
37
36
|
static get metadata() {
|
|
38
37
|
return metadata;
|
|
@@ -53,10 +52,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/com
|
|
|
53
52
|
};
|
|
54
53
|
}
|
|
55
54
|
static async onDefine() {
|
|
56
|
-
await i18nBundle.
|
|
55
|
+
ProductSwitch.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
57
56
|
}
|
|
58
57
|
get _ariaLabelText() {
|
|
59
|
-
return
|
|
58
|
+
return ProductSwitch.i18nBundle.getText(i18nDefaults.PRODUCT_SWITCH_CONTAINER_LABEL);
|
|
60
59
|
}
|
|
61
60
|
onEnterDOM() {
|
|
62
61
|
this._handleResizeBound = this._handleResize.bind(this);
|
|
@@ -78,6 +77,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/com
|
|
|
78
77
|
this._setRowSize(4);
|
|
79
78
|
}
|
|
80
79
|
}
|
|
80
|
+
handleProductSwitchItemClick(event) {
|
|
81
|
+
this.items.forEach(item => { item.selected = false; });
|
|
82
|
+
event.target.selected = true;
|
|
83
|
+
}
|
|
81
84
|
_onfocusin(event) {
|
|
82
85
|
const target = event.target;
|
|
83
86
|
this._itemNavigation.setCurrentItem(target);
|
|
@@ -31,6 +31,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
31
31
|
focused: {
|
|
32
32
|
type: Boolean,
|
|
33
33
|
},
|
|
34
|
+
selected: {
|
|
35
|
+
type: Boolean,
|
|
36
|
+
},
|
|
34
37
|
_tabIndex: {
|
|
35
38
|
type: String,
|
|
36
39
|
defaultValue: "-1",
|
|
@@ -90,6 +93,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
90
93
|
this.active = false;
|
|
91
94
|
}
|
|
92
95
|
if (Keys.isSpace(event)) {
|
|
96
|
+
if (Keys.isSpaceShift(event)) {
|
|
97
|
+
event.stopPropagation();
|
|
98
|
+
}
|
|
93
99
|
this._fireItemClick();
|
|
94
100
|
}
|
|
95
101
|
}
|
|
@@ -195,7 +195,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
195
195
|
this._overflowActions();
|
|
196
196
|
}, HANDLE_RESIZE_DEBOUNCE_RATE);
|
|
197
197
|
};
|
|
198
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
199
198
|
}
|
|
200
199
|
_debounce(fn, delay) {
|
|
201
200
|
clearTimeout(this._debounceInterval);
|
|
@@ -309,7 +308,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
309
308
|
return {
|
|
310
309
|
...info,
|
|
311
310
|
classes: `${info.classes} ${shouldStayOnScreen ? "" : "ui5-shellbar-hidden-button"} ui5-shellbar-button`,
|
|
312
|
-
|
|
311
|
+
styles: {
|
|
312
|
+
order: shouldStayOnScreen ? 1 : -1,
|
|
313
|
+
},
|
|
313
314
|
};
|
|
314
315
|
});
|
|
315
316
|
this._updateItemsInfo(newItems);
|
|
@@ -343,7 +344,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
343
344
|
for (let i = 0; i < itemsByPriority.length; i++) {
|
|
344
345
|
if (i < overflowCount) {
|
|
345
346
|
itemsByPriority[i].classes = `${itemsByPriority[i].classes} ui5-shellbar-hidden-button`;
|
|
346
|
-
itemsByPriority[i].
|
|
347
|
+
itemsByPriority[i].styles = {
|
|
348
|
+
order: -1,
|
|
349
|
+
};
|
|
347
350
|
}
|
|
348
351
|
}
|
|
349
352
|
return itemsByPriority;
|
|
@@ -426,7 +429,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
426
429
|
classes: `${this.searchField.length ? "" : "ui5-shellbar-invisible-button"} ui5-shellbar-search-button ui5-shellbar-button`,
|
|
427
430
|
priority: 4,
|
|
428
431
|
domOrder: this.searchField.length ? (++domOrder) : -1,
|
|
429
|
-
|
|
432
|
+
styles: {
|
|
433
|
+
order: this.searchField.length ? 1 : -10,
|
|
434
|
+
},
|
|
430
435
|
id: `${this._id}-item-${1}`,
|
|
431
436
|
press: this._handleSearchIconPress.bind(this),
|
|
432
437
|
show: !!this.searchField.length,
|
|
@@ -441,7 +446,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
441
446
|
classes: "ui5-shellbar-custom-item ui5-shellbar-button",
|
|
442
447
|
priority: 1,
|
|
443
448
|
domOrder: (++domOrder),
|
|
444
|
-
|
|
449
|
+
styles: {
|
|
450
|
+
order: 2,
|
|
451
|
+
},
|
|
445
452
|
show: true,
|
|
446
453
|
press: this._handleCustomActionPress.bind(this),
|
|
447
454
|
custom: true,
|
|
@@ -454,7 +461,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
454
461
|
text: "Notifications",
|
|
455
462
|
classes: `${this.showNotifications ? "" : "ui5-shellbar-invisible-button"} ui5-shellbar-bell-button ui5-shellbar-button`,
|
|
456
463
|
priority: 3,
|
|
457
|
-
|
|
464
|
+
styles: {
|
|
465
|
+
order: this.showNotifications ? 3 : -10,
|
|
466
|
+
},
|
|
458
467
|
id: `${this._id}-item-${2}`,
|
|
459
468
|
show: this.showNotifications,
|
|
460
469
|
domOrder: this.showNotifications ? (++domOrder) : -1,
|
|
@@ -466,7 +475,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
466
475
|
classes: `${showOverflowButton ? "" : "ui5-shellbar-hidden-button"} ui5-shellbar-overflow-button-shown ui5-shellbar-overflow-button ui5-shellbar-button`,
|
|
467
476
|
priority: 5,
|
|
468
477
|
order: 4,
|
|
469
|
-
|
|
478
|
+
styles: {
|
|
479
|
+
order: showOverflowButton ? 4 : -1,
|
|
480
|
+
},
|
|
470
481
|
domOrder: showOverflowButton ? (++domOrder) : -1,
|
|
471
482
|
id: `${this.id}-item-${5}`,
|
|
472
483
|
press: this._handleOverflowPress.bind(this),
|
|
@@ -476,7 +487,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
476
487
|
text: "Person",
|
|
477
488
|
classes: `${this.hasProfile ? "" : "ui5-shellbar-invisible-button"} ui5-shellbar-image-button ui5-shellbar-button`,
|
|
478
489
|
priority: 4,
|
|
479
|
-
|
|
490
|
+
styles: {
|
|
491
|
+
order: this.hasProfile ? 5 : -10,
|
|
492
|
+
},
|
|
480
493
|
profile: true,
|
|
481
494
|
id: `${this._id}-item-${3}`,
|
|
482
495
|
domOrder: this.hasProfile ? (++domOrder) : -1,
|
|
@@ -488,7 +501,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
488
501
|
text: "Product Switch",
|
|
489
502
|
classes: `${this.showProductSwitch ? "" : "ui5-shellbar-invisible-button"} ui5-shellbar-button ui5-shellbar-button-product-switch`,
|
|
490
503
|
priority: 2,
|
|
491
|
-
|
|
504
|
+
styles: {
|
|
505
|
+
order: this.showProductSwitch ? 6 : -10,
|
|
506
|
+
},
|
|
492
507
|
id: `${this._id}-item-${4}`,
|
|
493
508
|
show: this.showProductSwitch,
|
|
494
509
|
domOrder: this.showProductSwitch ? (++domOrder) : -1,
|
|
@@ -635,19 +650,19 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
635
650
|
return this.hasMenuItems ? this._menuPopoverExpanded : undefined;
|
|
636
651
|
}
|
|
637
652
|
get _shellbarText() {
|
|
638
|
-
return
|
|
653
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_LABEL);
|
|
639
654
|
}
|
|
640
655
|
get _logoText() {
|
|
641
|
-
return
|
|
656
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_LOGO);
|
|
642
657
|
}
|
|
643
658
|
get _copilotText() {
|
|
644
|
-
return
|
|
659
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_COPILOT);
|
|
645
660
|
}
|
|
646
661
|
get _notificationsText() {
|
|
647
|
-
return
|
|
662
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_NOTIFICATIONS, this.notificationsCount);
|
|
648
663
|
}
|
|
649
664
|
get _cancelBtnText() {
|
|
650
|
-
return
|
|
665
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_CANCEL);
|
|
651
666
|
}
|
|
652
667
|
get _showFullWidthSearch() {
|
|
653
668
|
const size = this._handleBarBreakpoints();
|
|
@@ -655,16 +670,16 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
655
670
|
return ((size === "S") || searchBtnHidden);
|
|
656
671
|
}
|
|
657
672
|
get _profileText() {
|
|
658
|
-
return
|
|
673
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_PROFILE);
|
|
659
674
|
}
|
|
660
675
|
get _productsText() {
|
|
661
|
-
return
|
|
676
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_PRODUCTS);
|
|
662
677
|
}
|
|
663
678
|
get _searchText() {
|
|
664
|
-
return
|
|
679
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_SEARCH);
|
|
665
680
|
}
|
|
666
681
|
get _overflowText() {
|
|
667
|
-
return
|
|
682
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_OVERFLOW);
|
|
668
683
|
}
|
|
669
684
|
get accInfo() {
|
|
670
685
|
return {
|
|
@@ -697,7 +712,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
697
712
|
];
|
|
698
713
|
}
|
|
699
714
|
static async onDefine() {
|
|
700
|
-
await i18nBundle.
|
|
715
|
+
ShellBar.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
701
716
|
}
|
|
702
717
|
}
|
|
703
718
|
ShellBar.define();
|
|
@@ -23,6 +23,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
|
|
|
23
23
|
wholeItemToggleable: {
|
|
24
24
|
type: Boolean,
|
|
25
25
|
},
|
|
26
|
+
title: {
|
|
27
|
+
type: String,
|
|
28
|
+
},
|
|
26
29
|
},
|
|
27
30
|
events: {
|
|
28
31
|
},
|
|
@@ -38,6 +41,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
|
|
|
38
41
|
static get metadata() {
|
|
39
42
|
return metadata;
|
|
40
43
|
}
|
|
44
|
+
get _tooltip() {
|
|
45
|
+
return this.title || this.text;
|
|
46
|
+
}
|
|
41
47
|
}
|
|
42
48
|
SideNavigationItem.define();
|
|
43
49
|
|
|
@@ -16,6 +16,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
|
|
|
16
16
|
icon: {
|
|
17
17
|
type: String,
|
|
18
18
|
},
|
|
19
|
+
title: {
|
|
20
|
+
type: String,
|
|
21
|
+
},
|
|
19
22
|
},
|
|
20
23
|
events: {
|
|
21
24
|
},
|
|
@@ -24,6 +27,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
|
|
|
24
27
|
static get metadata() {
|
|
25
28
|
return metadata;
|
|
26
29
|
}
|
|
30
|
+
get _tooltip() {
|
|
31
|
+
return this.title || this.text;
|
|
32
|
+
}
|
|
27
33
|
}
|
|
28
34
|
SideNavigationSubItem.define();
|
|
29
35
|
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5Element) { 'use strict';
|
|
2
|
+
|
|
3
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
|
+
|
|
5
|
+
var UI5Element__default = /*#__PURE__*/_interopDefaultLegacy(UI5Element);
|
|
6
|
+
|
|
7
|
+
const metadata = {
|
|
8
|
+
tag: "ui5-sort-item",
|
|
9
|
+
properties: {
|
|
10
|
+
text: {
|
|
11
|
+
type: String,
|
|
12
|
+
},
|
|
13
|
+
selected: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
slots: {
|
|
18
|
+
},
|
|
19
|
+
events: {
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
class SortItem extends UI5Element__default {
|
|
23
|
+
static get metadata() {
|
|
24
|
+
return metadata;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
SortItem.define();
|
|
28
|
+
|
|
29
|
+
return SortItem;
|
|
30
|
+
|
|
31
|
+
});
|
|
@@ -45,16 +45,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
45
45
|
this._itemNavigation = new ItemNavigation__default(this, {
|
|
46
46
|
getItemsCallback: () => this.items,
|
|
47
47
|
});
|
|
48
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
49
48
|
}
|
|
50
49
|
static get dependencies() {
|
|
51
50
|
return [TimelineItem];
|
|
52
51
|
}
|
|
53
52
|
static async onDefine() {
|
|
54
|
-
await i18nBundle.
|
|
53
|
+
Timeline.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
55
54
|
}
|
|
56
55
|
get ariaLabel() {
|
|
57
|
-
return
|
|
56
|
+
return Timeline.i18nBundle.getText(i18nDefaults.TIMELINE_ARIA_LABEL);
|
|
58
57
|
}
|
|
59
58
|
_onfocusin(event) {
|
|
60
59
|
const target = event.target;
|