@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* @extends sap.ui.webc.common.WebComponent
|
|
22
22
|
* @class
|
|
23
23
|
*
|
|
24
|
-
* <h3>Overview</h3> The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> component helps the user to sort data within a list or a table. It consists of several lists like <code>Sort order</code> which is built-in and <code>Sort By</code> which must be
|
|
24
|
+
* <h3>Overview</h3> The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> component helps the user to sort data within a list or a table. It consists of several lists like <code>Sort order</code> which is built-in and <code>Sort By</code> and <code>Filter By</code> lists, for which you must be provide items(<code>sap.ui.webc.fiori.SortItem</code> & <code>sap.ui.webc.fiori.FilterItem</code> respectively) These options can be used to create sorters for a table.
|
|
25
25
|
*
|
|
26
26
|
* The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> interrupts the current application processing as it is the only focused UI element and the main screen is dimmed/blocked. The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> is modal, which means that user action is required before returning to the parent window is possible.
|
|
27
27
|
*
|
|
@@ -30,12 +30,12 @@ sap.ui.define([
|
|
|
30
30
|
* <h3>Responsive Behavior</h3> <code>sap.ui.webc.fiori.ViewSettingsDialog</code> stretches on full screen on phones.
|
|
31
31
|
*
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.
|
|
33
|
+
* @version 1.97.1
|
|
34
34
|
*
|
|
35
35
|
* @constructor
|
|
36
36
|
* @public
|
|
37
|
-
* @since 1.
|
|
38
|
-
* @experimental Since 1.
|
|
37
|
+
* @since 1.95.0
|
|
38
|
+
* @experimental Since 1.95.0 This control is experimental and its API might change significantly.
|
|
39
39
|
* @alias sap.ui.webc.fiori.ViewSettingsDialog
|
|
40
40
|
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
41
41
|
*/
|
|
@@ -56,10 +56,19 @@ sap.ui.define([
|
|
|
56
56
|
aggregations: {
|
|
57
57
|
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
filterItems: {
|
|
62
|
+
type: "sap.ui.webc.fiori.IFilterItem",
|
|
63
|
+
multiple: true,
|
|
64
|
+
slot: "filterItems"
|
|
65
|
+
},
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
60
69
|
*/
|
|
61
70
|
sortItems: {
|
|
62
|
-
type: "sap.ui.webc.
|
|
71
|
+
type: "sap.ui.webc.fiori.ISortItem",
|
|
63
72
|
multiple: true,
|
|
64
73
|
slot: "sortItems"
|
|
65
74
|
}
|
|
@@ -79,7 +88,7 @@ sap.ui.define([
|
|
|
79
88
|
},
|
|
80
89
|
|
|
81
90
|
/**
|
|
82
|
-
* The
|
|
91
|
+
* The currently selected <code>sap.ui.webc.fiori.SortItem</code> text attribute.
|
|
83
92
|
*/
|
|
84
93
|
sortBy: {
|
|
85
94
|
type: "string"
|
|
@@ -100,7 +109,7 @@ sap.ui.define([
|
|
|
100
109
|
},
|
|
101
110
|
|
|
102
111
|
/**
|
|
103
|
-
* The
|
|
112
|
+
* The currently selected <code>sap.ui.webc.fiori.SortItem</code> text attribute.
|
|
104
113
|
*/
|
|
105
114
|
sortBy: {
|
|
106
115
|
type: "string"
|
|
@@ -120,4 +129,4 @@ sap.ui.define([
|
|
|
120
129
|
*/
|
|
121
130
|
|
|
122
131
|
return ViewSettingsDialog;
|
|
123
|
-
});
|
|
132
|
+
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,14 +23,14 @@ sap.ui.define([
|
|
|
23
23
|
*
|
|
24
24
|
* <h3>Overview</h3>
|
|
25
25
|
*
|
|
26
|
-
* The <code>sap.ui.webc.fiori.Wizard</code> helps users complete a complex task by dividing it into sections and guiding
|
|
26
|
+
* The <code>sap.ui.webc.fiori.Wizard</code> helps users to complete a complex task by dividing it into sections and guiding them through it. It has two main areas - a navigation area at the top showing the step sequence and a content area below it.
|
|
27
27
|
*
|
|
28
28
|
* <h3>Structure</h3>
|
|
29
29
|
* <h4>Navigation area</h4> The top most area of the <code>sap.ui.webc.fiori.Wizard</code> is occupied by the navigation area. It shows the sequence of steps, where the recommended number of steps is between 3 and 8 steps.
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li> Steps can have different visual representations - numbers or icons.
|
|
32
32
|
* <li> Steps might have labels for better readability - titleText and subTitleText.</li>
|
|
33
|
-
* <li> Steps are defined by using the <code>sap.ui.webc.fiori.WizardStep</code> as slotted element within the <code>sap.ui.webc.fiori.Wizard</code
|
|
33
|
+
* <li> Steps are defined by using the <code>sap.ui.webc.fiori.WizardStep</code> as slotted element within the <code>sap.ui.webc.fiori.Wizard</code>.</li>
|
|
34
34
|
* </ul>
|
|
35
35
|
*
|
|
36
36
|
* <b>Note:</b> If no selected step is defined, the first step will be auto selected. <br>
|
|
@@ -50,21 +50,21 @@ sap.ui.define([
|
|
|
50
50
|
* </code> <code>	<ui5-wizard></ui5-wizard><br>
|
|
51
51
|
* </code> <code></ui5-dialog></code>
|
|
52
52
|
*
|
|
53
|
-
* <h4>Moving to next step</h4> The <code>sap.ui.webc.fiori.WizardStep</code> provides the necessary API and it's up to the user of the component to use it to move to the next step. You have to set its <code>selected</code> property (and remove the <code>disabled</code> one if set) to <code>true</code>.
|
|
53
|
+
* <h4>Moving to next step</h4> The <code>sap.ui.webc.fiori.WizardStep</code> provides the necessary API and it's up to the user of the component to use it to move to the next step. You have to set its <code>selected</code> property (and remove the <code>disabled</code> one if set) to <code>true</code>. The <code>sap.ui.webc.fiori.Wizard</code> will automatically scroll to the content of the newly selected step. <br>
|
|
54
54
|
* <br>
|
|
55
55
|
*
|
|
56
56
|
*
|
|
57
57
|
* The Fiori 3 guidelines recommends having a "nextStep" button in the content area. You can place a button, or any other type of element to trigger step change, inside the <code>sap.ui.webc.fiori.WizardStep</code>, and show/hide it when certain fields are filled or user defined criteria is met.
|
|
58
58
|
*
|
|
59
59
|
* <h3>Usage</h3>
|
|
60
|
-
* <h4>When to use:</h4> When the user has to accomplish a long
|
|
60
|
+
* <h4>When to use:</h4> When the user has to accomplish a long or unfamiliar task.
|
|
61
61
|
*
|
|
62
62
|
* <h4>When not to use:</h4> When the task has less than 3 steps.
|
|
63
63
|
*
|
|
64
|
-
* <h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area
|
|
64
|
+
* <h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area shrink and from particular point the steps are grouped together and overlap. Tapping on them will show a popover to select the step to navigate to. On mobile device, the grouped steps are presented within a dialog.
|
|
65
65
|
*
|
|
66
66
|
* @author SAP SE
|
|
67
|
-
* @version 1.
|
|
67
|
+
* @version 1.97.1
|
|
68
68
|
*
|
|
69
69
|
* @constructor
|
|
70
70
|
* @public
|
|
@@ -117,21 +117,21 @@ sap.ui.define([
|
|
|
117
117
|
stepChange: {
|
|
118
118
|
parameters: {
|
|
119
119
|
/**
|
|
120
|
-
*
|
|
120
|
+
* The new step.
|
|
121
121
|
*/
|
|
122
122
|
step: {
|
|
123
123
|
type: "HTMLElement"
|
|
124
124
|
},
|
|
125
125
|
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* The previous step.
|
|
128
128
|
*/
|
|
129
129
|
previousStep: {
|
|
130
130
|
type: "HTMLElement"
|
|
131
131
|
},
|
|
132
132
|
|
|
133
133
|
/**
|
|
134
|
-
*
|
|
134
|
+
* The step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation.
|
|
135
135
|
*/
|
|
136
136
|
changeWithClick: {
|
|
137
137
|
type: "boolean"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.1
|
|
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",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.1",
|
|
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.1
|
|
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
|
+
});
|