@ui5/webcomponents-fiori 1.1.1 → 1.2.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/CHANGELOG.md +50 -0
- package/README.md +3 -0
- package/dist/Bar.js +3 -2
- package/dist/BarcodeScannerDialog.js +2 -2
- package/dist/DynamicSideContent.js +4 -5
- package/dist/FilterItem.js +2 -2
- package/dist/FilterItemOption.js +2 -2
- package/dist/FlexibleColumnLayout.js +31 -3
- package/dist/IllustratedMessage.js +7 -1
- package/dist/Interfaces.js +10 -0
- package/dist/MediaGallery.js +1 -1
- package/dist/MediaGalleryItem.js +4 -5
- package/dist/NotificationListItem.js +1 -2
- package/dist/Page.js +2 -2
- package/dist/ShellBar.js +13 -6
- package/dist/SideNavigation.js +5 -2
- package/dist/SortItem.js +2 -2
- package/dist/Timeline.js +16 -2
- package/dist/TimelineItem.js +1 -1
- package/dist/UploadCollection.js +1 -1
- package/dist/ViewSettingsDialog.js +25 -8
- package/dist/Wizard.js +2 -2
- package/dist/WizardStep.js +3 -3
- package/dist/WizardTab.js +5 -5
- package/dist/api.json +183 -29
- package/dist/css/themes/BarcodeScannerDialog.css +1 -1
- package/dist/css/themes/ViewSettingsDialog.css +1 -1
- package/dist/css/themes/Wizard.css +1 -1
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/i18n/i18n-defaults.js +1 -1
- package/dist/generated/templates/FilterItemTemplate.lit.js +2 -2
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +3 -3
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +2 -2
- package/dist/generated/templates/ShellBarTemplate.lit.js +6 -6
- package/dist/generated/templates/TimelineTemplate.lit.js +1 -1
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +5 -5
- package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +3 -3
- package/dist/generated/templates/WizardPopoverTemplate.lit.js +1 -1
- package/dist/generated/themes/BarcodeScannerDialog.css.js +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/dist/generated/themes/Wizard.css.js +1 -1
- package/dist/i18n/messagebundle_ar.properties +52 -0
- package/dist/i18n/messagebundle_bg.properties +52 -0
- package/dist/i18n/messagebundle_ca.properties +52 -0
- package/dist/i18n/messagebundle_cs.properties +52 -0
- package/dist/i18n/messagebundle_cy.properties +52 -0
- package/dist/i18n/messagebundle_da.properties +52 -0
- package/dist/i18n/messagebundle_de.properties +52 -0
- package/dist/i18n/messagebundle_el.properties +52 -0
- package/dist/i18n/messagebundle_en.properties +52 -0
- package/dist/i18n/messagebundle_en_GB.properties +52 -0
- package/dist/i18n/messagebundle_en_US_sappsd.properties +52 -0
- package/dist/i18n/messagebundle_en_US_saptrc.properties +52 -0
- package/dist/i18n/messagebundle_es.properties +52 -0
- package/dist/i18n/messagebundle_es_MX.properties +52 -0
- package/dist/i18n/messagebundle_et.properties +52 -0
- package/dist/i18n/messagebundle_fi.properties +52 -0
- package/dist/i18n/messagebundle_fr.properties +52 -0
- package/dist/i18n/messagebundle_fr_CA.properties +52 -0
- package/dist/i18n/messagebundle_hi.properties +52 -0
- package/dist/i18n/messagebundle_hr.properties +52 -0
- package/dist/i18n/messagebundle_hu.properties +52 -0
- package/dist/i18n/messagebundle_id.properties +52 -0
- package/dist/i18n/messagebundle_it.properties +52 -0
- package/dist/i18n/messagebundle_iw.properties +52 -0
- package/dist/i18n/messagebundle_ja.properties +52 -0
- package/dist/i18n/messagebundle_kk.properties +52 -0
- package/dist/i18n/messagebundle_ko.properties +52 -0
- package/dist/i18n/messagebundle_lt.properties +52 -0
- package/dist/i18n/messagebundle_lv.properties +52 -0
- package/dist/i18n/messagebundle_ms.properties +52 -0
- package/dist/i18n/messagebundle_nl.properties +52 -0
- package/dist/i18n/messagebundle_no.properties +52 -0
- package/dist/i18n/messagebundle_pl.properties +52 -0
- package/dist/i18n/messagebundle_pt.properties +52 -0
- package/dist/i18n/messagebundle_pt_PT.properties +52 -0
- package/dist/i18n/messagebundle_ro.properties +52 -0
- package/dist/i18n/messagebundle_ru.properties +52 -0
- package/dist/i18n/messagebundle_sh.properties +52 -0
- package/dist/i18n/messagebundle_sk.properties +52 -0
- package/dist/i18n/messagebundle_sl.properties +52 -0
- package/dist/i18n/messagebundle_sv.properties +52 -0
- package/dist/i18n/messagebundle_th.properties +52 -0
- package/dist/i18n/messagebundle_tr.properties +52 -0
- package/dist/i18n/messagebundle_uk.properties +53 -1
- package/dist/i18n/messagebundle_vi.properties +52 -0
- package/dist/i18n/messagebundle_zh_CN.properties +52 -0
- package/dist/i18n/messagebundle_zh_TW.properties +52 -0
- package/dist/illustrations/tnt/ChartArea.js +20 -0
- package/dist/illustrations/tnt/ChartArea2.js +20 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.js +20 -0
- package/dist/illustrations/tnt/ChartBar.js +20 -0
- package/dist/illustrations/tnt/ChartBullet.js +20 -0
- package/dist/illustrations/tnt/ChartDoughnut.js +20 -0
- package/dist/illustrations/tnt/ChartFlow.js +20 -0
- package/dist/illustrations/tnt/ChartGantt.js +20 -0
- package/dist/illustrations/tnt/ChartOrg.js +20 -0
- package/dist/illustrations/tnt/ChartPie.js +20 -0
- package/dist/illustrations/tnt/Components.js +20 -0
- package/dist/illustrations/tnt/Secrets.js +20 -0
- package/dist/illustrations/tnt/Systems.js +20 -0
- package/dist/illustrations/tnt/Teams.js +20 -0
- package/dist/illustrations/tnt/Tools.js +20 -0
- package/dist/illustrations/tnt/UnableToLoad.js +20 -0
- package/dist/illustrations/tnt/User2.js +20 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +5 -5
- package/dist/illustrations/tnt/tnt-Dialog-Company.js +12 -12
- package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
- package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +10 -10
- package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +16 -16
- package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +15 -15
- package/dist/illustrations/tnt/tnt-Dialog-Lock.js +11 -11
- package/dist/illustrations/tnt/tnt-Dialog-Mission.js +17 -17
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -15
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -11
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -15
- package/dist/illustrations/tnt/tnt-Dialog-Radar.js +14 -14
- package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Services.js +15 -15
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +10 -10
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +9 -9
- package/dist/illustrations/tnt/tnt-Dialog-Success.js +9 -9
- package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +9 -9
- package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +11 -11
- package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +10 -10
- package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +8 -8
- package/dist/illustrations/tnt/tnt-Scene-Company.js +29 -29
- package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +13 -13
- package/dist/illustrations/tnt/tnt-Scene-FaceID.js +20 -20
- package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +34 -34
- package/dist/illustrations/tnt/tnt-Scene-Lock.js +21 -21
- package/dist/illustrations/tnt/tnt-Scene-Mission.js +18 -18
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +17 -17
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +19 -19
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -16
- package/dist/illustrations/tnt/tnt-Scene-Radar.js +19 -19
- package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-Services.js +16 -16
- package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +17 -17
- package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +16 -16
- package/dist/illustrations/tnt/tnt-Scene-Success.js +17 -17
- package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +19 -19
- package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Unlock.js +14 -14
- package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +21 -21
- package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +5 -5
- package/dist/illustrations/tnt/tnt-Spot-Company.js +12 -12
- package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
- package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-FaceID.js +15 -15
- package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +9 -9
- package/dist/illustrations/tnt/tnt-Spot-Lock.js +12 -12
- package/dist/illustrations/tnt/tnt-Spot-Mission.js +16 -16
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -11
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -11
- package/dist/illustrations/tnt/tnt-Spot-Radar.js +13 -13
- package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Services.js +13 -14
- package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-Success.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Unlock.js +10 -10
- package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +9 -9
- package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
- package/dist/types/IllustrationMessageType.js +102 -0
- package/dist/types/MediaGalleryLayout.js +3 -3
- package/package.json +10 -8
- package/src/Bar.js +3 -2
- package/src/BarcodeScannerDialog.js +2 -2
- package/src/DynamicSideContent.js +4 -5
- package/src/FilterItem.js +2 -2
- package/src/FilterItemOption.js +2 -2
- package/src/FlexibleColumnLayout.hbs +8 -5
- package/src/FlexibleColumnLayout.js +31 -3
- package/src/IllustratedMessage.js +7 -1
- package/src/Interfaces.js +10 -0
- package/src/MediaGallery.js +1 -1
- package/src/MediaGalleryItem.js +4 -5
- package/src/NotificationListGroupItem.hbs +3 -3
- package/src/NotificationListItem.hbs +2 -2
- package/src/NotificationListItem.js +1 -2
- package/src/Page.js +2 -2
- package/src/ShellBar.hbs +8 -11
- package/src/ShellBar.js +13 -6
- package/src/SideNavigation.js +5 -2
- package/src/SortItem.js +2 -2
- package/src/Timeline.hbs +1 -1
- package/src/Timeline.js +16 -2
- package/src/TimelineItem.js +1 -1
- package/src/UploadCollection.js +1 -1
- package/src/UploadCollectionItem.hbs +3 -3
- package/src/ViewSettingsDialog.hbs +3 -3
- package/src/ViewSettingsDialog.js +25 -8
- package/src/Wizard.js +2 -2
- package/src/WizardPopover.hbs +0 -1
- package/src/WizardStep.js +3 -3
- package/src/WizardTab.js +5 -5
- package/src/i18n/messagebundle_ar.properties +52 -0
- package/src/i18n/messagebundle_bg.properties +52 -0
- package/src/i18n/messagebundle_ca.properties +52 -0
- package/src/i18n/messagebundle_cs.properties +52 -0
- package/src/i18n/messagebundle_cy.properties +52 -0
- package/src/i18n/messagebundle_da.properties +52 -0
- package/src/i18n/messagebundle_de.properties +52 -0
- package/src/i18n/messagebundle_el.properties +52 -0
- package/src/i18n/messagebundle_en.properties +52 -0
- package/src/i18n/messagebundle_en_GB.properties +52 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +52 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +52 -0
- package/src/i18n/messagebundle_es.properties +52 -0
- package/src/i18n/messagebundle_es_MX.properties +52 -0
- package/src/i18n/messagebundle_et.properties +52 -0
- package/src/i18n/messagebundle_fi.properties +52 -0
- package/src/i18n/messagebundle_fr.properties +52 -0
- package/src/i18n/messagebundle_fr_CA.properties +52 -0
- package/src/i18n/messagebundle_hi.properties +52 -0
- package/src/i18n/messagebundle_hr.properties +52 -0
- package/src/i18n/messagebundle_hu.properties +52 -0
- package/src/i18n/messagebundle_id.properties +52 -0
- package/src/i18n/messagebundle_it.properties +52 -0
- package/src/i18n/messagebundle_iw.properties +52 -0
- package/src/i18n/messagebundle_ja.properties +52 -0
- package/src/i18n/messagebundle_kk.properties +52 -0
- package/src/i18n/messagebundle_ko.properties +52 -0
- package/src/i18n/messagebundle_lt.properties +52 -0
- package/src/i18n/messagebundle_lv.properties +52 -0
- package/src/i18n/messagebundle_ms.properties +52 -0
- package/src/i18n/messagebundle_nl.properties +52 -0
- package/src/i18n/messagebundle_no.properties +52 -0
- package/src/i18n/messagebundle_pl.properties +52 -0
- package/src/i18n/messagebundle_pt.properties +52 -0
- package/src/i18n/messagebundle_pt_PT.properties +52 -0
- package/src/i18n/messagebundle_ro.properties +52 -0
- package/src/i18n/messagebundle_ru.properties +52 -0
- package/src/i18n/messagebundle_sh.properties +52 -0
- package/src/i18n/messagebundle_sk.properties +52 -0
- package/src/i18n/messagebundle_sl.properties +52 -0
- package/src/i18n/messagebundle_sv.properties +52 -0
- package/src/i18n/messagebundle_th.properties +52 -0
- package/src/i18n/messagebundle_tr.properties +52 -0
- package/src/i18n/messagebundle_uk.properties +53 -1
- package/src/i18n/messagebundle_vi.properties +52 -0
- package/src/i18n/messagebundle_zh_CN.properties +52 -0
- package/src/i18n/messagebundle_zh_TW.properties +52 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +5 -5
- package/src/illustrations/tnt/tnt-Dialog-Company.svg +12 -12
- package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +10 -10
- package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +16 -16
- package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +15 -15
- package/src/illustrations/tnt/tnt-Dialog-Lock.svg +11 -11
- package/src/illustrations/tnt/tnt-Dialog-Mission.svg +17 -17
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -15
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -11
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -15
- package/src/illustrations/tnt/tnt-Dialog-Radar.svg +14 -14
- package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Services.svg +15 -15
- package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +10 -10
- package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +9 -9
- package/src/illustrations/tnt/tnt-Dialog-Success.svg +9 -9
- package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +9 -9
- package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +11 -11
- package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +10 -10
- package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +8 -8
- package/src/illustrations/tnt/tnt-Scene-Company.svg +29 -29
- package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +13 -13
- package/src/illustrations/tnt/tnt-Scene-FaceID.svg +20 -20
- package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +34 -34
- package/src/illustrations/tnt/tnt-Scene-Lock.svg +21 -21
- package/src/illustrations/tnt/tnt-Scene-Mission.svg +18 -18
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -17
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +19 -19
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -16
- package/src/illustrations/tnt/tnt-Scene-Radar.svg +19 -19
- package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-Services.svg +16 -16
- package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +17 -17
- package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +16 -16
- package/src/illustrations/tnt/tnt-Scene-Success.svg +17 -17
- package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +19 -19
- package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
- package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Unlock.svg +14 -14
- package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +21 -21
- package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
- package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +5 -5
- package/src/illustrations/tnt/tnt-Spot-Company.svg +12 -12
- package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
- package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-FaceID.svg +15 -15
- package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +9 -9
- package/src/illustrations/tnt/tnt-Spot-Lock.svg +12 -12
- package/src/illustrations/tnt/tnt-Spot-Mission.svg +16 -16
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -11
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -11
- package/src/illustrations/tnt/tnt-Spot-Radar.svg +13 -13
- package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Services.svg +13 -14
- package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-Success.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-Unlock.svg +10 -10
- package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +9 -9
- package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
- package/src/themes/BarcodeScannerDialog.css +0 -5
- package/src/themes/ViewSettingsDialog.css +11 -0
- package/src/themes/Wizard.css +1 -1
- package/src/themes/WizardPopover.css +1 -1
- package/src/types/IllustrationMessageType.js +102 -0
- package/src/types/MediaGalleryLayout.js +3 -3
- package/dist/illustrations/NewMail.js +0 -28
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +0 -22
- package/dist/illustrations/sapIllus-Scene-NewMail.js +0 -55
- package/dist/illustrations/sapIllus-Spot-NewMail.js +0 -19
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +0 -21
- package/src/illustrations/sapIllus-Scene-NewMail.svg +0 -54
- package/src/illustrations/sapIllus-Spot-NewMail.svg +0 -18
package/src/ShellBar.js
CHANGED
|
@@ -10,6 +10,7 @@ import StandardListItem from "@ui5/webcomponents/dist/StandardListItem.js";
|
|
|
10
10
|
import List from "@ui5/webcomponents/dist/List.js";
|
|
11
11
|
import Popover from "@ui5/webcomponents/dist/Popover.js";
|
|
12
12
|
import Button from "@ui5/webcomponents/dist/Button.js";
|
|
13
|
+
import HasPopup from "@ui5/webcomponents/dist/types/HasPopup.js";
|
|
13
14
|
import { getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
|
|
14
15
|
import "@ui5/webcomponents-icons/dist/search.js";
|
|
15
16
|
import "@ui5/webcomponents-icons/dist/bell.js";
|
|
@@ -169,6 +170,7 @@ const metadata = {
|
|
|
169
170
|
type: String,
|
|
170
171
|
multiple: true,
|
|
171
172
|
},
|
|
173
|
+
|
|
172
174
|
_menuPopoverExpanded: {
|
|
173
175
|
type: Boolean,
|
|
174
176
|
noAttribute: true,
|
|
@@ -177,6 +179,7 @@ const metadata = {
|
|
|
177
179
|
type: Boolean,
|
|
178
180
|
noAttribute: true,
|
|
179
181
|
},
|
|
182
|
+
|
|
180
183
|
_fullWidthSearch: {
|
|
181
184
|
type: Boolean,
|
|
182
185
|
noAttribute: true,
|
|
@@ -298,7 +301,7 @@ const metadata = {
|
|
|
298
301
|
|
|
299
302
|
/**
|
|
300
303
|
* Fired, when the product switch icon is activated.
|
|
301
|
-
* <b>Note:</b> You can prevent closing of
|
|
304
|
+
* <b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>.
|
|
302
305
|
*
|
|
303
306
|
* @event sap.ui.webcomponents.fiori.ShellBar#product-switch-click
|
|
304
307
|
* @allowPreventDefault
|
|
@@ -341,7 +344,7 @@ const metadata = {
|
|
|
341
344
|
|
|
342
345
|
/**
|
|
343
346
|
* Fired, when a menu item is activated
|
|
344
|
-
* <b>Note:</b> You can prevent closing of
|
|
347
|
+
* <b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>.
|
|
345
348
|
*
|
|
346
349
|
* @event sap.ui.webcomponents.fiori.ShellBar#menu-item-click
|
|
347
350
|
* @param {HTMLElement} item DOM ref of the activated list item
|
|
@@ -1112,7 +1115,7 @@ class ShellBar extends UI5Element {
|
|
|
1112
1115
|
}
|
|
1113
1116
|
|
|
1114
1117
|
get menuBtnHasPopup() {
|
|
1115
|
-
return this.hasMenuItems ?
|
|
1118
|
+
return this.hasMenuItems ? HasPopup.Menu : undefined;
|
|
1116
1119
|
}
|
|
1117
1120
|
|
|
1118
1121
|
get menuBtnTabindex() {
|
|
@@ -1178,13 +1181,17 @@ class ShellBar extends UI5Element {
|
|
|
1178
1181
|
"title": this._productsText,
|
|
1179
1182
|
},
|
|
1180
1183
|
search: {
|
|
1181
|
-
"ariaExpanded": this.showSearchField,
|
|
1182
1184
|
"title": this._searchText,
|
|
1185
|
+
"accessibilityAttributes": {
|
|
1186
|
+
expanded: this.showSearchField,
|
|
1187
|
+
},
|
|
1183
1188
|
},
|
|
1184
1189
|
overflow: {
|
|
1185
1190
|
"title": this._overflowText,
|
|
1186
|
-
"
|
|
1187
|
-
|
|
1191
|
+
"accessibilityAttributes": {
|
|
1192
|
+
hasPopup: HasPopup.Menu,
|
|
1193
|
+
expanded: this._overflowPopoverExpanded,
|
|
1194
|
+
},
|
|
1188
1195
|
},
|
|
1189
1196
|
};
|
|
1190
1197
|
}
|
package/src/SideNavigation.js
CHANGED
|
@@ -90,6 +90,7 @@ const metadata = {
|
|
|
90
90
|
*
|
|
91
91
|
* @event sap.ui.webcomponents.fiori.SideNavigation#selection-change
|
|
92
92
|
* @param {HTMLElement} item the clicked item.
|
|
93
|
+
* @allowPreventDefault
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
"selection-change": {
|
|
@@ -198,12 +199,14 @@ class SideNavigation extends UI5Element {
|
|
|
198
199
|
}
|
|
199
200
|
|
|
200
201
|
_setSelectedItem(item) {
|
|
202
|
+
if (!this.fireEvent("selection-change", { item }, true)) {
|
|
203
|
+
return;
|
|
204
|
+
}
|
|
205
|
+
|
|
201
206
|
this._walk(current => {
|
|
202
207
|
current.selected = false;
|
|
203
208
|
});
|
|
204
209
|
item.selected = true;
|
|
205
|
-
|
|
206
|
-
this.fireEvent("selection-change", { item });
|
|
207
210
|
}
|
|
208
211
|
|
|
209
212
|
_buildPopoverContent(item) {
|
package/src/SortItem.js
CHANGED
|
@@ -9,7 +9,7 @@ const metadata = {
|
|
|
9
9
|
/**
|
|
10
10
|
* Defines the text of the component.
|
|
11
11
|
*
|
|
12
|
-
* @type {
|
|
12
|
+
* @type {string}
|
|
13
13
|
* @defaultvalue ""
|
|
14
14
|
* @public
|
|
15
15
|
*/
|
|
@@ -19,7 +19,7 @@ const metadata = {
|
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* Defines if the component is selected.
|
|
22
|
-
* @type {
|
|
22
|
+
* @type {boolean}
|
|
23
23
|
* @defaultvalue false
|
|
24
24
|
* @public
|
|
25
25
|
*/
|
package/src/Timeline.hbs
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
@keydown={{_onkeydown}}>
|
|
5
5
|
|
|
6
6
|
<div class="ui5-timeline-scroll-container">
|
|
7
|
-
<ul class="ui5-timeline-list" aria-live="polite" aria-label="{{
|
|
7
|
+
<ul class="ui5-timeline-list" aria-live="polite" aria-label="{{ariaLabel}}">
|
|
8
8
|
{{#each items}}
|
|
9
9
|
<li class="ui5-timeline-list-item">
|
|
10
10
|
<slot name="{{this._individualSlot}}"></slot>
|
package/src/Timeline.js
CHANGED
|
@@ -4,8 +4,8 @@ import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
|
4
4
|
import { isTabNext, isTabPrevious } from "@ui5/webcomponents-base/dist/Keys.js";
|
|
5
5
|
import ItemNavigation from "@ui5/webcomponents-base/dist/delegate/ItemNavigation.js";
|
|
6
6
|
import NavigationMode from "@ui5/webcomponents-base/dist/types/NavigationMode.js";
|
|
7
|
-
import TimelineTemplate from "./generated/templates/TimelineTemplate.lit.js";
|
|
8
7
|
import { TIMELINE_ARIA_LABEL } from "./generated/i18n/i18n-defaults.js";
|
|
8
|
+
import TimelineTemplate from "./generated/templates/TimelineTemplate.lit.js";
|
|
9
9
|
import TimelineItem from "./TimelineItem.js";
|
|
10
10
|
|
|
11
11
|
// Styles
|
|
@@ -43,6 +43,18 @@ const metadata = {
|
|
|
43
43
|
type: TimelineLayout,
|
|
44
44
|
defaultValue: TimelineLayout.Vertical,
|
|
45
45
|
},
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Defines the accessible aria name of the component.
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @defaultvalue: ""
|
|
52
|
+
* @public
|
|
53
|
+
* @since 1.2.0
|
|
54
|
+
*/
|
|
55
|
+
accessibleName: {
|
|
56
|
+
type: String,
|
|
57
|
+
},
|
|
46
58
|
},
|
|
47
59
|
slots: /** @lends sap.ui.webcomponents.fiori.Timeline.prototype */ {
|
|
48
60
|
/**
|
|
@@ -115,7 +127,9 @@ class Timeline extends UI5Element {
|
|
|
115
127
|
}
|
|
116
128
|
|
|
117
129
|
get ariaLabel() {
|
|
118
|
-
return
|
|
130
|
+
return this.accessibleName
|
|
131
|
+
? `${Timeline.i18nBundle.getText(TIMELINE_ARIA_LABEL)} ${this.accessibleName}`
|
|
132
|
+
: Timeline.i18nBundle.getText(TIMELINE_ARIA_LABEL);
|
|
119
133
|
}
|
|
120
134
|
|
|
121
135
|
_onfocusin(event) {
|
package/src/TimelineItem.js
CHANGED
package/src/UploadCollection.js
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<ui5-button
|
|
64
64
|
icon="refresh"
|
|
65
65
|
design="Transparent"
|
|
66
|
-
|
|
66
|
+
tooltip="{{_retryButtonTooltip}}"
|
|
67
67
|
@click="{{_onRetry}}"
|
|
68
68
|
@keyup="{{_onRetryKeyup}}"
|
|
69
69
|
></ui5-button>
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<ui5-button
|
|
73
73
|
icon="stop"
|
|
74
74
|
design="Transparent"
|
|
75
|
-
|
|
75
|
+
tooltip="{{_terminateButtonTooltip}}"
|
|
76
76
|
@click="{{_onTerminate}}"
|
|
77
77
|
@keyup="{{_onTerminateKeyup}}">
|
|
78
78
|
</ui5-button>
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
<ui5-button
|
|
83
83
|
id="{{_id}}-editing-button"
|
|
84
84
|
design="Transparent"
|
|
85
|
-
|
|
85
|
+
tooltip="{{_editButtonTooltip}}"
|
|
86
86
|
icon="edit"
|
|
87
87
|
@click="{{onDetailClick}}"
|
|
88
88
|
@keyup="{{_onDetailKeyup}}"
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
class="ui5-vsd-back-button"
|
|
16
16
|
@click="{{_navigateToFilters}}"
|
|
17
17
|
></ui5-button>
|
|
18
|
-
<ui5-
|
|
18
|
+
<ui5-title>{{_filterByTitle}}</ui5-title>
|
|
19
19
|
{{else}}
|
|
20
20
|
<div class="ui5-vsd-bar-title">
|
|
21
|
-
<ui5-
|
|
21
|
+
<ui5-title class="ui5-vsd-title">{{_dialogTitle}}</ui5-title>
|
|
22
22
|
{{#if hasPagination}}
|
|
23
23
|
<ui5-segmented-button @ui5-selection-change="{{_handleModeChange}}">
|
|
24
24
|
<ui5-segmented-button-item
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
sort-by>
|
|
69
69
|
<ui5-li-groupheader>{{_sortByLabel}}</ui5-li-groupheader>
|
|
70
70
|
{{#each _currentSettings.sortBy}}
|
|
71
|
-
<ui5-li ?selected="{{this.selected}}">{{this.text}}</ui5-li>
|
|
71
|
+
<ui5-li data-ui5-external-action-item-index="{{@index}}" ?selected="{{this.selected}}">{{this.text}}</ui5-li>
|
|
72
72
|
{{/each}}
|
|
73
73
|
</ui5-list>
|
|
74
74
|
</div>
|
|
@@ -8,6 +8,7 @@ import Label from "@ui5/webcomponents/dist/Label.js";
|
|
|
8
8
|
import GroupHeaderListItem from "@ui5/webcomponents/dist/GroupHeaderListItem.js";
|
|
9
9
|
import List from "@ui5/webcomponents/dist/List.js";
|
|
10
10
|
import StandardListItem from "@ui5/webcomponents/dist/StandardListItem.js";
|
|
11
|
+
import Title from "@ui5/webcomponents/dist/Title.js";
|
|
11
12
|
import SegmentedButton from "@ui5/webcomponents/dist/SegmentedButton.js";
|
|
12
13
|
import SegmentedButtonItem from "@ui5/webcomponents/dist/SegmentedButtonItem.js";
|
|
13
14
|
import Bar from "./Bar.js";
|
|
@@ -146,12 +147,17 @@ const metadata = {
|
|
|
146
147
|
* @event sap.ui.webcomponents.fiori.ViewSettingsDialog#confirm
|
|
147
148
|
* @param {String} sortOrder The current sort order selected.
|
|
148
149
|
* @param {String} sortBy The currently selected <code>ui5-sort-item</code> text attribute.
|
|
150
|
+
* @param {HTMLElement} sortByItem The currently selected <code>ui5-sort-item</code>.
|
|
151
|
+
* @param {Boolean} sortDescending The selected sort order (true = descending, false = ascending).
|
|
152
|
+
* @param {Array} filterItems The selected filters items.
|
|
149
153
|
* @public
|
|
150
154
|
*/
|
|
151
155
|
confirm: {
|
|
152
156
|
detail: {
|
|
153
157
|
sortOrder: { type: String },
|
|
154
158
|
sortBy: { type: String },
|
|
159
|
+
sortByItem: { type: HTMLElement },
|
|
160
|
+
sortDescending: { type: Boolean },
|
|
155
161
|
filters: { type: Array },
|
|
156
162
|
},
|
|
157
163
|
},
|
|
@@ -162,12 +168,17 @@ const metadata = {
|
|
|
162
168
|
* @event sap.ui.webcomponents.fiori.ViewSettingsDialog#cancel
|
|
163
169
|
* @param {String} sortOrder The current sort order selected.
|
|
164
170
|
* @param {String} sortBy The currently selected <code>ui5-sort-item</code> text attribute.
|
|
171
|
+
* @param {HTMLElement} sortByItem The currently selected <code>ui5-sort-item</code>.
|
|
172
|
+
* @param {Boolean} sortDescending The selected sort order (true = descending, false = ascending).
|
|
173
|
+
* @param {Array} filterItems The selected filters items.
|
|
165
174
|
* @public
|
|
166
175
|
*/
|
|
167
176
|
cancel: {
|
|
168
177
|
detail: {
|
|
169
178
|
sortOrder: { type: String },
|
|
170
179
|
sortBy: { type: String },
|
|
180
|
+
sortByItem: { type: HTMLElement },
|
|
181
|
+
sortDescending: { type: Boolean },
|
|
171
182
|
filters: { type: Array },
|
|
172
183
|
},
|
|
173
184
|
},
|
|
@@ -251,6 +262,7 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
251
262
|
return [
|
|
252
263
|
Bar,
|
|
253
264
|
Button,
|
|
265
|
+
Title,
|
|
254
266
|
Dialog,
|
|
255
267
|
Label,
|
|
256
268
|
List,
|
|
@@ -400,10 +412,11 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
400
412
|
}
|
|
401
413
|
|
|
402
414
|
get initSortByItems() {
|
|
403
|
-
return this.sortItems.map(item => {
|
|
415
|
+
return this.sortItems.map((item, index) => {
|
|
404
416
|
return {
|
|
405
417
|
text: item.text,
|
|
406
418
|
selected: item.selected,
|
|
419
|
+
index,
|
|
407
420
|
};
|
|
408
421
|
});
|
|
409
422
|
}
|
|
@@ -412,11 +425,11 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
412
425
|
return [
|
|
413
426
|
{
|
|
414
427
|
text: this._ascendingLabel,
|
|
415
|
-
selected:
|
|
428
|
+
selected: !this.sortDescending,
|
|
416
429
|
},
|
|
417
430
|
{
|
|
418
431
|
text: this._descendingLabel,
|
|
419
|
-
selected:
|
|
432
|
+
selected: this.sortDescending,
|
|
420
433
|
},
|
|
421
434
|
];
|
|
422
435
|
}
|
|
@@ -548,11 +561,15 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
548
561
|
const _currentSortOrderSelected = this._currentSettings.sortOrder.filter(item => item.selected)[0],
|
|
549
562
|
_currentSortBySelected = this._currentSettings.sortBy.filter(item => item.selected)[0],
|
|
550
563
|
sortOrder = _currentSortOrderSelected && _currentSortOrderSelected.text,
|
|
551
|
-
|
|
552
|
-
|
|
564
|
+
sortDescending = !this._currentSettings.sortOrder[0].selected,
|
|
565
|
+
sortBy = _currentSortBySelected && _currentSortBySelected.text,
|
|
566
|
+
sortByElementIndex = _currentSortBySelected && _currentSortBySelected.index,
|
|
567
|
+
sortByItem = this.sortItems[sortByElementIndex];
|
|
553
568
|
return {
|
|
554
569
|
sortOrder,
|
|
570
|
+
sortDescending,
|
|
555
571
|
sortBy,
|
|
572
|
+
sortByItem,
|
|
556
573
|
filters: this.selectedFilters,
|
|
557
574
|
};
|
|
558
575
|
}
|
|
@@ -628,12 +645,12 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
628
645
|
* Stores <code>Sort By</code> list as recently used control and its selected item in current state.
|
|
629
646
|
*/
|
|
630
647
|
_onSortByChange(event) {
|
|
648
|
+
const selectedItemIndex = Number(event.detail.item.getAttribute("data-ui5-external-action-item-index"));
|
|
631
649
|
this._recentlyFocused = this._sortBy;
|
|
632
|
-
this._currentSettings.sortBy = this.initSortByItems.map(item => {
|
|
633
|
-
item.selected =
|
|
650
|
+
this._currentSettings.sortBy = this.initSortByItems.map((item, index) => {
|
|
651
|
+
item.selected = index === selectedItemIndex;
|
|
634
652
|
return item;
|
|
635
653
|
});
|
|
636
|
-
|
|
637
654
|
// Invalidate
|
|
638
655
|
this._currentSettings = JSON.parse(JSON.stringify(this._currentSettings));
|
|
639
656
|
}
|
package/src/Wizard.js
CHANGED
|
@@ -126,7 +126,7 @@ const metadata = {
|
|
|
126
126
|
* @event sap.ui.webcomponents.fiori.Wizard#step-change
|
|
127
127
|
* @param {HTMLElement} step The new step.
|
|
128
128
|
* @param {HTMLElement} previousStep The previous step.
|
|
129
|
-
* @param {
|
|
129
|
+
* @param {boolean} changeWithClick The step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation.
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
132
|
"step-change": {
|
|
@@ -985,7 +985,7 @@ class Wizard extends UI5Element {
|
|
|
985
985
|
* @param {HTMLElement} selectedStep the old step
|
|
986
986
|
* @param {HTMLElement} stepToSelect the step to be selected
|
|
987
987
|
* @param {Integer} stepToSelectIndex the index of the newly selected step
|
|
988
|
-
* @param {
|
|
988
|
+
* @param {boolean} changeWithClick the selection changed due to user click in the step navigation
|
|
989
989
|
* @private
|
|
990
990
|
*/
|
|
991
991
|
switchSelectionFromOldToNewStep(selectedStep, stepToSelect, stepToSelectIndex, changeWithClick) {
|
package/src/WizardPopover.hbs
CHANGED
package/src/WizardStep.js
CHANGED
|
@@ -12,7 +12,7 @@ const metadata = {
|
|
|
12
12
|
*
|
|
13
13
|
* <b>Note:</b> The text is displayed in the <code>ui5-wizard</code> navigation header.
|
|
14
14
|
*
|
|
15
|
-
* @type {
|
|
15
|
+
* @type {string}
|
|
16
16
|
* @defaultvalue ""
|
|
17
17
|
* @public
|
|
18
18
|
* @since 1.0.0-rc.15
|
|
@@ -27,7 +27,7 @@ const metadata = {
|
|
|
27
27
|
*
|
|
28
28
|
* <b>Note:</b> the text is displayed in the <code>ui5-wizard</code> navigation header.
|
|
29
29
|
*
|
|
30
|
-
* @type {
|
|
30
|
+
* @type {string}
|
|
31
31
|
* @defaultvalue ""
|
|
32
32
|
* @public
|
|
33
33
|
* @since 1.0.0-rc.15
|
|
@@ -45,7 +45,7 @@ const metadata = {
|
|
|
45
45
|
*
|
|
46
46
|
* The SAP-icons font provides numerous options.
|
|
47
47
|
* See all the available icons in the <ui5-link target="_blank" href="https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html" class="api-table-content-cell-link">Icon Explorer</ui5-link>.
|
|
48
|
-
* @type {
|
|
48
|
+
* @type {string}
|
|
49
49
|
* @defaultvalue ""
|
|
50
50
|
* @public
|
|
51
51
|
*/
|
package/src/WizardTab.js
CHANGED
|
@@ -11,7 +11,7 @@ const metadata = {
|
|
|
11
11
|
properties: /** @lends sap.ui.webcomponents.fiori.WizardTab.prototype */ {
|
|
12
12
|
/**
|
|
13
13
|
* Defines the <code>icon</code> of the step.
|
|
14
|
-
* @type {
|
|
14
|
+
* @type {string}
|
|
15
15
|
* @defaultvalue ""
|
|
16
16
|
* @private
|
|
17
17
|
*/
|
|
@@ -21,7 +21,7 @@ const metadata = {
|
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Defines the <code>titleText</code> of the step.
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {string}
|
|
25
25
|
* @defaultvalue ""
|
|
26
26
|
* @private
|
|
27
27
|
* @since 1.0.0-rc.15
|
|
@@ -32,7 +32,7 @@ const metadata = {
|
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
34
|
* Defines the <code>subtitleText</code> of the step.
|
|
35
|
-
* @type {
|
|
35
|
+
* @type {string}
|
|
36
36
|
* @defaultvalue ""
|
|
37
37
|
* @private
|
|
38
38
|
* @since 1.0.0-rc.15
|
|
@@ -43,7 +43,7 @@ const metadata = {
|
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
45
|
* Defines the number that will be displayed in place of the <code>icon</code>, when it's missing.
|
|
46
|
-
* @type {
|
|
46
|
+
* @type {string}
|
|
47
47
|
* @defaultvalue ""
|
|
48
48
|
* @private
|
|
49
49
|
*/
|
|
@@ -105,7 +105,7 @@ const metadata = {
|
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
107
|
* Defines the tabindex of the step.
|
|
108
|
-
* @type {
|
|
108
|
+
* @type {string}
|
|
109
109
|
* @defaultvalue -1
|
|
110
110
|
* @private
|
|
111
111
|
*/
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=يتعذر تحميل البيانات
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=تحقق من اتصالك بالإنترنت. إذا لم يكن هذا مفيدًا، فحاول إعادة التحميل. إذا لم لم يكن هذا مفيدًا أيضًا، يرجى الرجوع إلى المسؤول لديك.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=يتعذر تحميل الصورة
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=تعذر العثور على الصورة بالموقع المحدد أو أن الخادم لا يستجيب.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=يتعذر تحميل البيانات
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=تحقق من الاتصال بالإنترنت لديك، إذا لم يكن هذا مفيدًا، تحقق من تنسيق الملف وحجم الملف. إذا لم يساعدك هذا الأمر أيضًا، يُرجى التحقق من المسؤول لديك.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=يبدو أن هناك مساحة متوفرة
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=يمكنك إضافة المزيد من الأعمدة في إعدادات الجدول.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=لم تقم بإضافة أي شخص إلى التقويم حتى الآن
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=هل تريد إضافة شخص ما الآن؟
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=لقد كنت موضع تقدير!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=استمروا في العمل بجد!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=لا شيء مخطط له حتى الآن
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=لا توجد أنشطة في هذا الإطار الزمني.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=خيارات التصفية متوفرة
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=تساعدك عوامل التصفية على التركيز على ما هو أكثر ملاءمة لك.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=حاول تجميع البنود للحصول على نظرة عامة أفضل
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=يمكنك اختيار فئات التجميع في إعدادات المجموعة.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=لم يتم العثور على أي نتائج
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=حاول تعديل معايير التصفية.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=عذرًا، لا يمكننا العثور على هذه الصفحة
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=يُرجى مراجعة الرابط الذي تستخدمه لاستدعاء التطبيق.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=اختيار عرض العمود الخاص بك
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=يمكنك تغيير حجم الأعمدة عن طريق سحب حدود العمود.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=ألا ترى أهم البنود أولاً؟
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=اختر معايير الترتيب في إعدادات الترتيب.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=عمل رائع!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=لقد أكملت جميع تعيينات التدريب الخاصة بك.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=أسقط الملفات هنا
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=يمكنك أيضًا تحميل عدة ملفات مرة واحدة.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=محتوى جانبي
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Невъзможно зареждане на данни
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Проверете връзката си с Интернет. Ако това не помогне, опитайте да презаредите. Ако и това не разреши проблема, свържете се с администратора си.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Невъзможно зареждане на данни
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Не успяхме да открием изображението на определеното местоположение или сървъра не отговаря.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Невъзможно качване на данни
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Проверете интернет връзката, формата и размера на файла. Ако проблемът не е в тях, свържете се с вашия администратор.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Изглежда има свободно място
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Можете да добавите още колони от настройките на таблицата.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Още не сте добавили никого в календара
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Желаете ли да добавите някого сега?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Оценяваме вашия принос!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Продължавайте в същия дух!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Още няма нищо планирано
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Няма дейности в тази времева рамка.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Налични са опции за филтриране
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Филтрите ще Ви помогнат да се фокусирате върху най-важното за Вас.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Опитайте да групирате позиции за по-добър преглед
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Можете да избирате категории групиране в настройките за група.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Не са открити резултати
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Опитайте да коригирате критериите си за филтриране.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Съжаляваме, не можем да открием тази страница
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Моля, проверете URL, който използвате за извикване на приложението.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Изберете собствена ширина за колоните
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Можете да промените размера на колоните, чрез провлачване на рамките им.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Не виждате най-важните позиции на първо място?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Изберете критериите за сортиране в настройките за сортиране.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Добре свършена работа!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Изпълнихте всички ваши учебни присъединявания.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Пускане на файлове тук
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Можете също да актуализирате няколко файла едновременно.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Допълнително съдържание
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=No es poden carregar dades
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Comproveu la connexió a internet. Si no funciona, intenteu tornar a carregar la pàgina. Si això tampoc funciona, comproveu-ho amb l'administrador.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=No es pot carregar la imatge
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=No s'ha trobat la imatge a la ubicació especificada o el servidor no respon.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=No s'han pogut carregar les dades
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Comproveu la connexió a internet. Si no funciona, comproveu el format del fitxer i la mida del fitxer. En cas contrari, poseu-vos en contacte amb l'administrador.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Sembla que hi ha espai lliure
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Podeu afegir més columnes a les opcions de taula.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Encara no heu afegit ningú al calendari
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Voleu afegir-hi algú ara?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Se us valora.
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Continueu amb la bona feina.
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Encara no hi ha res planificat
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=No hi ha activitats en aquest interval de temps.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Hi ha opcions de filtre disponibles
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Els filtres us ajuden a concentrar-vos en el que és més rellevant.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Intenteu agrupar elements per a un resum millor
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Podeu optar per agrupar categories en les opcions de grup.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=No s'ha trobat cap resultat
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Intenteu ajustar els vostres criteris de filtre.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Ho sentim, aquesta pàgina no existeix
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Verifiqueu l'URL que utilitzeu per cridar l'aplicació
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Seleccioneu la vostra amplada de columna
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Podeu ajustar columnes arrossegant els marges de columna.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=¿No veieu primer els elements més importants?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Seleccioneu els criteris de classificació a les opcions de classificació.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Ben fet.
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Heu completat totes les vostres assignacions de formació.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Deixeu anar els arxius aquí
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=També podeu pujar diversos arxius alhora.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Contingut lateral
|