@openui5/sap.ui.webc.fiori 1.96.2 → 1.97.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/.reuse/dep5 +1 -1
- package/THIRDPARTY.txt +2 -1
- package/package.json +4 -4
- package/src/sap/ui/webc/fiori/.library +1 -1
- package/src/sap/ui/webc/fiori/Bar.js +1 -1
- package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +4 -4
- 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 +2 -2
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +4 -4
- package/src/sap/ui/webc/fiori/NotificationAction.js +1 -1
- package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +1 -1
- package/src/sap/ui/webc/fiori/NotificationListItem.js +1 -1
- package/src/sap/ui/webc/fiori/Page.js +1 -1
- package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
- package/src/sap/ui/webc/fiori/ProductSwitchItem.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBarItem.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
- package/src/sap/ui/webc/fiori/SortItem.js +68 -0
- package/src/sap/ui/webc/fiori/Timeline.js +1 -1
- package/src/sap/ui/webc/fiori/TimelineItem.js +1 -1
- package/src/sap/ui/webc/fiori/UploadCollection.js +12 -2
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +1 -1
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +18 -9
- package/src/sap/ui/webc/fiori/Wizard.js +9 -9
- package/src/sap/ui/webc/fiori/WizardStep.js +9 -11
- package/src/sap/ui/webc/fiori/library.js +156 -6
- 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
|
@@ -23,20 +23,20 @@ sap.ui.define([
|
|
|
23
23
|
*
|
|
24
24
|
* <h3>Overview</h3>
|
|
25
25
|
*
|
|
26
|
-
* A component that represents a logical step as part of the <code>sap.ui.webc.fiori.Wizard</code>. It is meant to aggregate arbitrary HTML elements that
|
|
26
|
+
* A component that represents a logical step as part of the <code>sap.ui.webc.fiori.Wizard</code>. It is meant to aggregate arbitrary HTML elements that form the content of a single step.
|
|
27
27
|
*
|
|
28
28
|
* <h3>Structure</h3>
|
|
29
29
|
* <ul>
|
|
30
|
-
* <li>Each wizard step has arbitrary content
|
|
31
|
-
* <li>Each wizard step might have texts - defined by the <code>titleText</code> and <code>subtitleText</code> properties
|
|
32
|
-
* <li>Each wizard step might have an icon - defined by the <code>icon</code> property
|
|
33
|
-
* <li>Each wizard step might display a number in place of the <code>icon</code>, when it's missing
|
|
30
|
+
* <li>Each wizard step has arbitrary content.</li>
|
|
31
|
+
* <li>Each wizard step might have texts - defined by the <code>titleText</code> and <code>subtitleText</code> properties.</li>
|
|
32
|
+
* <li>Each wizard step might have an icon - defined by the <code>icon</code> property.</li>
|
|
33
|
+
* <li>Each wizard step might display a number in place of the <code>icon</code>, when it's missing.</li>
|
|
34
34
|
* </ul>
|
|
35
35
|
*
|
|
36
36
|
* <h3>Usage</h3> The <code>sap.ui.webc.fiori.WizardStep</code> component should be used only as slot of the <code>sap.ui.webc.fiori.Wizard</code> component and should not be used standalone.
|
|
37
37
|
*
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.
|
|
39
|
+
* @version 1.97.0
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @public
|
|
@@ -100,7 +100,7 @@ sap.ui.define([
|
|
|
100
100
|
* <br>
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
|
-
* <b>Note:</b>
|
|
103
|
+
* <b>Note:</b> The icon is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header. <br>
|
|
104
104
|
* <br>
|
|
105
105
|
*
|
|
106
106
|
*
|
|
@@ -128,8 +128,7 @@ sap.ui.define([
|
|
|
128
128
|
* <br>
|
|
129
129
|
*
|
|
130
130
|
*
|
|
131
|
-
* <b>Note:</b> the text is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header.
|
|
132
|
-
* <b>Note:</b> the text will hide on small sizes (about 559 px).
|
|
131
|
+
* <b>Note:</b> the text is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header.
|
|
133
132
|
*/
|
|
134
133
|
subtitleText: {
|
|
135
134
|
type: "string",
|
|
@@ -141,8 +140,7 @@ sap.ui.define([
|
|
|
141
140
|
* <br>
|
|
142
141
|
*
|
|
143
142
|
*
|
|
144
|
-
* <b>Note:</b>
|
|
145
|
-
* <b>Note:</b> the text will hide on small sizes (about 559 px).
|
|
143
|
+
* <b>Note:</b> The text is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header.
|
|
146
144
|
*/
|
|
147
145
|
titleText: {
|
|
148
146
|
type: "string",
|
|
@@ -9,26 +9,30 @@
|
|
|
9
9
|
*/
|
|
10
10
|
sap.ui.define([
|
|
11
11
|
"sap/ui/webc/common/library",
|
|
12
|
+
"sap/ui/webc/common/thirdparty/base/CSP",
|
|
12
13
|
"./thirdparty/Assets"
|
|
13
14
|
], // library dependency
|
|
14
|
-
function() {
|
|
15
|
+
function(commonLibrary, CSP) {
|
|
15
16
|
|
|
16
17
|
"use strict";
|
|
17
18
|
|
|
18
19
|
// delegate further initialization of this library to the Core
|
|
19
20
|
sap.ui.getCore().initLibrary({
|
|
20
21
|
name: "sap.ui.webc.fiori",
|
|
21
|
-
version: "1.
|
|
22
|
+
version: "1.97.0",
|
|
22
23
|
dependencies: ["sap.ui.core", "sap.ui.webc.common"],
|
|
23
24
|
noLibraryCSS: true,
|
|
24
25
|
designtime: "sap/ui/webc/main/designtime/library.designtime",
|
|
25
26
|
interfaces: [
|
|
27
|
+
"sap.ui.webc.fiori.IFilterItem",
|
|
28
|
+
"sap.ui.webc.fiori.IFilterItemOption",
|
|
26
29
|
"sap.ui.webc.fiori.INotificationAction",
|
|
27
30
|
"sap.ui.webc.fiori.INotificationListItem",
|
|
28
31
|
"sap.ui.webc.fiori.IProductSwitchItem",
|
|
29
32
|
"sap.ui.webc.fiori.IShellBarItem",
|
|
30
33
|
"sap.ui.webc.fiori.ISideNavigationItem",
|
|
31
34
|
"sap.ui.webc.fiori.ISideNavigationSubItem",
|
|
35
|
+
"sap.ui.webc.fiori.ISortItem",
|
|
32
36
|
"sap.ui.webc.fiori.ITimelineItem",
|
|
33
37
|
"sap.ui.webc.fiori.IUploadCollectionItem",
|
|
34
38
|
"sap.ui.webc.fiori.IWizardStep"
|
|
@@ -44,6 +48,8 @@ sap.ui.define([
|
|
|
44
48
|
controls: [
|
|
45
49
|
"sap.ui.webc.fiori.Bar",
|
|
46
50
|
"sap.ui.webc.fiori.BarcodeScannerDialog",
|
|
51
|
+
"sap.ui.webc.fiori.FilterItem",
|
|
52
|
+
"sap.ui.webc.fiori.FilterItemOption",
|
|
47
53
|
"sap.ui.webc.fiori.FlexibleColumnLayout",
|
|
48
54
|
"sap.ui.webc.fiori.IllustratedMessage",
|
|
49
55
|
"sap.ui.webc.fiori.NotificationAction",
|
|
@@ -57,6 +63,7 @@ sap.ui.define([
|
|
|
57
63
|
"sap.ui.webc.fiori.SideNavigation",
|
|
58
64
|
"sap.ui.webc.fiori.SideNavigationItem",
|
|
59
65
|
"sap.ui.webc.fiori.SideNavigationSubItem",
|
|
66
|
+
"sap.ui.webc.fiori.SortItem",
|
|
60
67
|
"sap.ui.webc.fiori.Timeline",
|
|
61
68
|
"sap.ui.webc.fiori.TimelineItem",
|
|
62
69
|
"sap.ui.webc.fiori.UploadCollection",
|
|
@@ -75,7 +82,7 @@ sap.ui.define([
|
|
|
75
82
|
* @namespace
|
|
76
83
|
* @alias sap.ui.webc.fiori
|
|
77
84
|
* @author SAP SE
|
|
78
|
-
* @version 1.
|
|
85
|
+
* @version 1.97.0
|
|
79
86
|
* @public
|
|
80
87
|
* @since 1.92.0
|
|
81
88
|
* @experimental Since 1.92.0 This API is experimental and might change significantly.
|
|
@@ -83,6 +90,28 @@ sap.ui.define([
|
|
|
83
90
|
var thisLib = sap.ui.webc.fiori;
|
|
84
91
|
|
|
85
92
|
|
|
93
|
+
/**
|
|
94
|
+
* Interface for components that may be slotted inside <code>ui5-view-settings-dialog</code> as filter items
|
|
95
|
+
*
|
|
96
|
+
* @name sap.ui.webc.fiori.IFilterItem
|
|
97
|
+
* @interface
|
|
98
|
+
* @public
|
|
99
|
+
* @since 1.97.0
|
|
100
|
+
* @experimental Since 1.97.0 This API is experimental and might change significantly.
|
|
101
|
+
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
102
|
+
*/
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Interface for components that may be slotted inside <code>ui5-filter-item</code> as values
|
|
106
|
+
*
|
|
107
|
+
* @name sap.ui.webc.fiori.IFilterItemOption
|
|
108
|
+
* @interface
|
|
109
|
+
* @public
|
|
110
|
+
* @since 1.97.0
|
|
111
|
+
* @experimental Since 1.97.0 This API is experimental and might change significantly.
|
|
112
|
+
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
113
|
+
*/
|
|
114
|
+
|
|
86
115
|
/**
|
|
87
116
|
* Interface for components that may be slotted as an action inside <code>ui5-li-notification</code> and <code>ui5-li-notification-group</code>
|
|
88
117
|
*
|
|
@@ -149,6 +178,17 @@ sap.ui.define([
|
|
|
149
178
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
150
179
|
*/
|
|
151
180
|
|
|
181
|
+
/**
|
|
182
|
+
* Interface for components that may be slotted inside <code>ui5-view-settings-dialog</code> as sort items
|
|
183
|
+
*
|
|
184
|
+
* @name sap.ui.webc.fiori.ISortItem
|
|
185
|
+
* @interface
|
|
186
|
+
* @public
|
|
187
|
+
* @since 1.97.0
|
|
188
|
+
* @experimental Since 1.97.0 This API is experimental and might change significantly.
|
|
189
|
+
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
190
|
+
*/
|
|
191
|
+
|
|
152
192
|
/**
|
|
153
193
|
* Interface for components that may be slotted inside <code>ui5-timeline</code> as items
|
|
154
194
|
*
|
|
@@ -307,8 +347,8 @@ Use to display both a master and a detail page when the user should focus on the
|
|
|
307
347
|
*
|
|
308
348
|
* @enum {string}
|
|
309
349
|
* @public
|
|
310
|
-
* @since 1.
|
|
311
|
-
* @experimental Since 1.
|
|
350
|
+
* @since 1.95.0
|
|
351
|
+
* @experimental Since 1.95.0 This API is experimental and might change significantly.
|
|
312
352
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
313
353
|
*/
|
|
314
354
|
thisLib.IllustrationMessageType = {
|
|
@@ -367,6 +407,114 @@ Use to display both a master and a detail page when the user should focus on the
|
|
|
367
407
|
*/
|
|
368
408
|
NoTasks: "NoTasks",
|
|
369
409
|
|
|
410
|
+
/**
|
|
411
|
+
* "TntCodePlaceholder" illustration type.
|
|
412
|
+
* @public
|
|
413
|
+
*/
|
|
414
|
+
TntCodePlaceholder: "TntCodePlaceholder",
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* "TntCompany" illustration type.
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
TntCompany: "TntCompany",
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* "TntExternalLink" illustration type.
|
|
424
|
+
* @public
|
|
425
|
+
*/
|
|
426
|
+
TntExternalLink: "TntExternalLink",
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* "TntFaceID" illustration type.
|
|
430
|
+
* @public
|
|
431
|
+
*/
|
|
432
|
+
TntFaceID: "TntFaceID",
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* "TntFingerprint" illustration type.
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
TntFingerprint: "TntFingerprint",
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* "TntLock" illustration type.
|
|
442
|
+
* @public
|
|
443
|
+
*/
|
|
444
|
+
TntLock: "TntLock",
|
|
445
|
+
|
|
446
|
+
/**
|
|
447
|
+
* "TntMission" illustration type.
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
TntMission: "TntMission",
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* "TntNoApplications" illustration type.
|
|
454
|
+
* @public
|
|
455
|
+
*/
|
|
456
|
+
TntNoApplications: "TntNoApplications",
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* "TntNoFlows" illustration type.
|
|
460
|
+
* @public
|
|
461
|
+
*/
|
|
462
|
+
TntNoFlows: "TntNoFlows",
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* "TntNoUsers" illustration type.
|
|
466
|
+
* @public
|
|
467
|
+
*/
|
|
468
|
+
TntNoUsers: "TntNoUsers",
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* "TntRadar" illustration type.
|
|
472
|
+
* @public
|
|
473
|
+
*/
|
|
474
|
+
TntRadar: "TntRadar",
|
|
475
|
+
|
|
476
|
+
/**
|
|
477
|
+
* "TntServices" illustration type.
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
480
|
+
TntServices: "TntServices",
|
|
481
|
+
|
|
482
|
+
/**
|
|
483
|
+
* "TntSessionExpired" illustration type.
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
486
|
+
TntSessionExpired: "TntSessionExpired",
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* "TntSessionExpiring" illustration type.
|
|
490
|
+
* @public
|
|
491
|
+
*/
|
|
492
|
+
TntSessionExpiring: "TntSessionExpiring",
|
|
493
|
+
|
|
494
|
+
/**
|
|
495
|
+
* "TntSuccess" illustration type.
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
TntSuccess: "TntSuccess",
|
|
499
|
+
|
|
500
|
+
/**
|
|
501
|
+
* "TntSuccessfulAuth" illustration type.
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
504
|
+
TntSuccessfulAuth: "TntSuccessfulAuth",
|
|
505
|
+
|
|
506
|
+
/**
|
|
507
|
+
* "TntUnlock" illustration type.
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
TntUnlock: "TntUnlock",
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* "TntUnsuccessfulAuth" illustration type.
|
|
514
|
+
* @public
|
|
515
|
+
*/
|
|
516
|
+
TntUnsuccessfulAuth: "TntUnsuccessfulAuth",
|
|
517
|
+
|
|
370
518
|
/**
|
|
371
519
|
* "UnableToLoad" illustration type.
|
|
372
520
|
* @public
|
|
@@ -473,6 +621,8 @@ Use to display both a master and a detail page when the user should focus on the
|
|
|
473
621
|
Uploading: "Uploading"
|
|
474
622
|
};
|
|
475
623
|
|
|
624
|
+
CSP.setPackageCSSRoot("@ui5/webcomponents-fiori", sap.ui.require.toUrl("sap/ui/webc/fiori/thirdparty/css/"));
|
|
625
|
+
|
|
476
626
|
return thisLib;
|
|
477
627
|
|
|
478
|
-
});
|
|
628
|
+
});
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', './generated/templates/BarTemplate.lit', './types/BarDesign', './generated/themes/Bar.css'], function (UI5Element, litRender, BarTemplate_lit, BarDesign, Bar_css) { 'use strict';
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', './generated/templates/BarTemplate.lit', './types/BarDesign', './generated/themes/Bar.css'], function (UI5Element, litRender, ResizeHandler, BarTemplate_lit, BarDesign, Bar_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 litRender__default = /*#__PURE__*/_interopDefaultLegacy(litRender);
|
|
7
|
+
var ResizeHandler__default = /*#__PURE__*/_interopDefaultLegacy(ResizeHandler);
|
|
7
8
|
|
|
8
9
|
const metadata = {
|
|
9
10
|
tag: "ui5-bar",
|
|
@@ -13,6 +14,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
13
14
|
type: BarDesign,
|
|
14
15
|
defaultValue: BarDesign.Header,
|
|
15
16
|
},
|
|
17
|
+
_shrinked: {
|
|
18
|
+
type: Boolean,
|
|
19
|
+
},
|
|
16
20
|
},
|
|
17
21
|
slots: {
|
|
18
22
|
startContent: {
|
|
@@ -47,6 +51,31 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
47
51
|
"label": this.design,
|
|
48
52
|
};
|
|
49
53
|
}
|
|
54
|
+
constructor() {
|
|
55
|
+
super();
|
|
56
|
+
this._handleResizeBound = this.handleResize.bind(this);
|
|
57
|
+
}
|
|
58
|
+
handleResize() {
|
|
59
|
+
const bar = this.getDomRef();
|
|
60
|
+
const barWidth = bar.offsetWidth;
|
|
61
|
+
this._shrinked = Array.from(bar.children).some(element => {
|
|
62
|
+
return barWidth / 3 < element.offsetWidth;
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
get classes() {
|
|
66
|
+
return {
|
|
67
|
+
root: {
|
|
68
|
+
"ui5-bar-root": true,
|
|
69
|
+
"ui5-bar-root-shrinked": this._shrinked,
|
|
70
|
+
},
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
onEnterDOM() {
|
|
74
|
+
ResizeHandler__default.register(this, this._handleResizeBound);
|
|
75
|
+
}
|
|
76
|
+
onExitDOM() {
|
|
77
|
+
ResizeHandler__default.deregister(this, this._handleResizeBound);
|
|
78
|
+
}
|
|
50
79
|
}
|
|
51
80
|
Bar.define();
|
|
52
81
|
|
|
@@ -18881,7 +18881,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
18881
18881
|
class BarcodeScannerDialog extends UI5Element__default {
|
|
18882
18882
|
constructor() {
|
|
18883
18883
|
super();
|
|
18884
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
18885
18884
|
this._codeReader = new BrowserMultiFormatReader();
|
|
18886
18885
|
}
|
|
18887
18886
|
static get metadata() {
|
|
@@ -18903,7 +18902,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
18903
18902
|
return [BarcodeScannerDialog_css];
|
|
18904
18903
|
}
|
|
18905
18904
|
static async onDefine() {
|
|
18906
|
-
await i18nBundle.
|
|
18905
|
+
BarcodeScannerDialog.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
18907
18906
|
}
|
|
18908
18907
|
show() {
|
|
18909
18908
|
if (this.loading) {
|
|
@@ -18977,10 +18976,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
18977
18976
|
return !!this.dialog && this.dialog.opened;
|
|
18978
18977
|
}
|
|
18979
18978
|
get _cancelButtonText() {
|
|
18980
|
-
return
|
|
18979
|
+
return BarcodeScannerDialog.i18nBundle.getText(i18nDefaults.BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT);
|
|
18981
18980
|
}
|
|
18982
18981
|
get _busyIndicatorText() {
|
|
18983
|
-
return
|
|
18982
|
+
return BarcodeScannerDialog.i18nBundle.getText(i18nDefaults.BARCODE_SCANNER_DIALOG_LOADING_TXT);
|
|
18984
18983
|
}
|
|
18985
18984
|
static get dependencies() {
|
|
18986
18985
|
return [
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/main/thirdparty/ListItem', './generated/templates/FilterItemTemplate.lit', './generated/themes/FilterItem.css'], function (litRender, ListItem, FilterItemTemplate_lit, FilterItem_css) { 'use strict';
|
|
2
|
+
|
|
3
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
|
+
|
|
5
|
+
var litRender__default = /*#__PURE__*/_interopDefaultLegacy(litRender);
|
|
6
|
+
var ListItem__default = /*#__PURE__*/_interopDefaultLegacy(ListItem);
|
|
7
|
+
|
|
8
|
+
const metadata = {
|
|
9
|
+
tag: "ui5-filter-item",
|
|
10
|
+
managedSlots: true,
|
|
11
|
+
properties: {
|
|
12
|
+
text: {
|
|
13
|
+
type: String,
|
|
14
|
+
},
|
|
15
|
+
additionalText: {
|
|
16
|
+
type: String,
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
slots: {
|
|
20
|
+
values: {
|
|
21
|
+
type: HTMLElement,
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
events: {
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
class FilterItem extends ListItem__default {
|
|
28
|
+
static get metadata() {
|
|
29
|
+
return metadata;
|
|
30
|
+
}
|
|
31
|
+
static get render() {
|
|
32
|
+
return litRender__default;
|
|
33
|
+
}
|
|
34
|
+
static get styles() {
|
|
35
|
+
return [ListItem__default.styles, FilterItem_css];
|
|
36
|
+
}
|
|
37
|
+
static get template() {
|
|
38
|
+
return FilterItemTemplate_lit;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
FilterItem.define();
|
|
42
|
+
|
|
43
|
+
return FilterItem;
|
|
44
|
+
|
|
45
|
+
});
|
|
@@ -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-filter-item-option",
|
|
9
|
+
properties: {
|
|
10
|
+
text: {
|
|
11
|
+
type: String,
|
|
12
|
+
},
|
|
13
|
+
selected: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
slots: {
|
|
18
|
+
},
|
|
19
|
+
events: {
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
class FilterItemOption extends UI5Element__default {
|
|
23
|
+
static get metadata() {
|
|
24
|
+
return metadata;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
FilterItemOption.define();
|
|
28
|
+
|
|
29
|
+
return FilterItemOption;
|
|
30
|
+
|
|
31
|
+
});
|
|
@@ -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;
|