@ui5/webcomponents-fiori 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +51 -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 +2 -1
- package/dist/MediaGalleryItem.js +9 -7
- 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 +27 -8
- package/dist/Wizard.js +2 -2
- package/dist/WizardStep.js +3 -3
- package/dist/WizardTab.js +5 -5
- package/dist/api.json +184 -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_saprigi.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_saprigi.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 +2 -1
- package/src/MediaGalleryItem.js +9 -7
- 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 +27 -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_saprigi.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/dist/api.json
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"visibility": "public",
|
|
14
14
|
"since": "1.0.0-rc.11",
|
|
15
15
|
"extends": "UI5Element",
|
|
16
|
+
"implements": [ "sap.ui.webcomponents.fiori.IBar" ],
|
|
16
17
|
"description": "<h3 class=\"comment-api-title\">Overview</h3> The Bar is a container which is primarily used to hold titles, buttons and input elements and its design and functionality is the basis for page headers and footers. The component consists of three areas to hold its content - startContent slot, default slot and endContent slot. It has the capability to center content, such as a title, while having other components on the left and right side.\n\n<h3>Usage</h3> With the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter. <br> <b>Note:</b> Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n<h3>Responsive Behavior</h3> The default slot will be centered in the available space between the startContent and the endContent areas, therefore it might not always be centered in the entire bar.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-bar</code> exposes the following CSS Shadow Parts: <ul> <li>bar - Used to style the wrapper of the content of the component</li> </ul>\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/Bar.js\";</code>",
|
|
17
18
|
"constructor": { "visibility": "public" },
|
|
18
19
|
"properties": [
|
|
@@ -27,6 +28,7 @@
|
|
|
27
28
|
"slots": [
|
|
28
29
|
{
|
|
29
30
|
"name": "default",
|
|
31
|
+
"propertyName": "middleContent",
|
|
30
32
|
"visibility": "public",
|
|
31
33
|
"type": "HTMLElement[]",
|
|
32
34
|
"description": "Defines the content in the middle of the bar"
|
|
@@ -62,14 +64,14 @@
|
|
|
62
64
|
{
|
|
63
65
|
"name": "scan-error",
|
|
64
66
|
"visibility": "public",
|
|
65
|
-
"parameters": [ { "name": "message", "type": "
|
|
67
|
+
"parameters": [ { "name": "message", "type": "string", "description": "the error message" } ],
|
|
66
68
|
"description": "Fires when the scan fails with error."
|
|
67
69
|
},
|
|
68
70
|
{
|
|
69
71
|
"name": "scan-success",
|
|
70
72
|
"visibility": "public",
|
|
71
73
|
"parameters": [
|
|
72
|
-
{ "name": "text", "type": "
|
|
74
|
+
{ "name": "text", "type": "string", "description": "the scan result as string" },
|
|
73
75
|
{
|
|
74
76
|
"name": "rawBytes",
|
|
75
77
|
"type": "Object",
|
|
@@ -170,22 +172,22 @@
|
|
|
170
172
|
"parameters": [
|
|
171
173
|
{
|
|
172
174
|
"name": "currentBreakpoint",
|
|
173
|
-
"type": "
|
|
175
|
+
"type": "string",
|
|
174
176
|
"description": "the current breakpoint."
|
|
175
177
|
},
|
|
176
178
|
{
|
|
177
179
|
"name": "previousBreakpoint",
|
|
178
|
-
"type": "
|
|
180
|
+
"type": "string",
|
|
179
181
|
"description": "the breakpoint that was active before change to current breakpoint."
|
|
180
182
|
},
|
|
181
183
|
{
|
|
182
184
|
"name": "mainContentVisible",
|
|
183
|
-
"type": "
|
|
185
|
+
"type": "boolean",
|
|
184
186
|
"description": "visibility of the main content."
|
|
185
187
|
},
|
|
186
188
|
{
|
|
187
189
|
"name": "sideContentVisible",
|
|
188
|
-
"type": "
|
|
190
|
+
"type": "boolean",
|
|
189
191
|
"description": "visibility of the side content."
|
|
190
192
|
}
|
|
191
193
|
],
|
|
@@ -196,7 +198,6 @@
|
|
|
196
198
|
{
|
|
197
199
|
"name": "toggleContents",
|
|
198
200
|
"visibility": "public",
|
|
199
|
-
"returnValue": { "type": "String" },
|
|
200
201
|
"description": "Toggles visibility of main and side contents on S screen size (mobile device)."
|
|
201
202
|
}
|
|
202
203
|
]
|
|
@@ -219,7 +220,7 @@
|
|
|
219
220
|
{
|
|
220
221
|
"name": "text",
|
|
221
222
|
"visibility": "public",
|
|
222
|
-
"type": "
|
|
223
|
+
"type": "string",
|
|
223
224
|
"description": "Defines the text of the component.",
|
|
224
225
|
"defaultValue": "\"\""
|
|
225
226
|
}
|
|
@@ -252,14 +253,14 @@
|
|
|
252
253
|
{
|
|
253
254
|
"name": "selected",
|
|
254
255
|
"visibility": "public",
|
|
255
|
-
"type": "
|
|
256
|
+
"type": "boolean",
|
|
256
257
|
"description": "Defines whether the option is selected",
|
|
257
258
|
"defaultValue": "false"
|
|
258
259
|
},
|
|
259
260
|
{
|
|
260
261
|
"name": "text",
|
|
261
262
|
"visibility": "public",
|
|
262
|
-
"type": "
|
|
263
|
+
"type": "string",
|
|
263
264
|
"description": "Defines the text of the component.",
|
|
264
265
|
"defaultValue": "\"\""
|
|
265
266
|
}
|
|
@@ -291,6 +292,7 @@
|
|
|
291
292
|
"visibility": "public",
|
|
292
293
|
"since": "1.1.0",
|
|
293
294
|
"type": "object",
|
|
295
|
+
"noattribute": "true",
|
|
294
296
|
"description": "An object of strings that defines additional accessibility roles for further customization.\n\nIt supports the following fields: - <code>startColumnRole</code>: the accessibility role for the <code>startColumn</code> - <code>startArrowContainerRole</code>: the accessibility role for the first arrow container (between the <code>begin</code> and <code>mid</code> columns) - <code>midColumnRole</code>: the accessibility role for the <code>midColumn</code> - <code>endArrowContainerRole</code>: the accessibility role for the second arrow container (between the <code>mid</code> and <code>end</code> columns) - <code>endColumnRole</code>: the accessibility role for the <code>endColumn</code>"
|
|
295
297
|
},
|
|
296
298
|
{
|
|
@@ -298,6 +300,7 @@
|
|
|
298
300
|
"visibility": "public",
|
|
299
301
|
"since": "1.0.0-rc.11",
|
|
300
302
|
"type": "object",
|
|
303
|
+
"noattribute": "true",
|
|
301
304
|
"description": "An object of strings that defines several additional accessibility texts for even further customization.\n\nIt supports the following fields: - <code>startColumnAccessibleName</code>: the accessibility name for the <code>startColumn</code> region - <code>midColumnAccessibleName</code>: the accessibility name for the <code>midColumn</code> region - <code>endColumnAccessibleName</code>: the accessibility name for the <code>endColumn</code> region - <code>startArrowLeftText</code>: the text that the first arrow (between the <code>begin</code> and <code>mid</code> columns) will have when pointing to the left - <code>startArrowRightText</code>: the text that the first arrow (between the <code>begin</code> and <code>mid</code> columns) will have when pointing to the right - <code>endArrowLeftText</code>: the text that the second arrow (between the <code>mid</code> and <code>end</code> columns) will have when pointing to the left - <code>endArrowRightText</code>: the text that the second arrow (between the <code>mid</code> and <code>end</code> columns) will have when pointing to the right - <code>startArrowContainerAccessibleName</code>: the text that the first arrow container (between the <code>begin</code> and <code>mid</code> columns) will have as <code>aria-label</code> - <code>endArrowContainerAccessibleName</code>: the text that the second arrow container (between the <code>mid</code> and <code>end</code> columns) will have as <code>aria-label</code>"
|
|
302
305
|
},
|
|
303
306
|
{
|
|
@@ -417,6 +420,16 @@
|
|
|
417
420
|
}
|
|
418
421
|
]
|
|
419
422
|
},
|
|
423
|
+
{
|
|
424
|
+
"kind": "interface",
|
|
425
|
+
"name": "sap.ui.webcomponents.fiori.IBar",
|
|
426
|
+
"basename": "IBar",
|
|
427
|
+
"resource": "Interfaces.js",
|
|
428
|
+
"module": "Interfaces",
|
|
429
|
+
"static": true,
|
|
430
|
+
"visibility": "public",
|
|
431
|
+
"description": "Interface for components that may be slotted inside <code>ui5-page</code> as header and footer."
|
|
432
|
+
},
|
|
420
433
|
{
|
|
421
434
|
"kind": "interface",
|
|
422
435
|
"name": "sap.ui.webcomponents.fiori.IFilterItem",
|
|
@@ -448,7 +461,7 @@
|
|
|
448
461
|
"visibility": "public",
|
|
449
462
|
"since": "1.0.0-rc.15",
|
|
450
463
|
"extends": "UI5Element",
|
|
451
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> An IllustratedMessage is a recommended combination of a solution-oriented message, an engaging illustration, and conversational tone to better communicate an empty or a success state than just show a message alone.\n\nEach illustration has default internationalised title and subtitle texts. Also they can be managed with <code>titleText</code> and <code>subtitleText</code> properties.\n\nTo display the desired illustration, use the <code>name</code> property, where you can find the list of all available illustrations. <br><br> <b>Note:</b> By default the “BeforeSearch” illustration is loaded. To use other illustrations, make sure you import them in addition, for example: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/NoData.js\"</code>\n\n<h3>Structure</h3> The IllustratedMessage consists of the following elements, which are displayed below each other in the following order: <br> <ul> <li>Illustration</li> <li>Title</li> <li>Subtitle</li> <li>Actions</li> </ul>\n\n<h3>Usage</h3> <code>ui5-illustrated-message</code> is meant to be used inside container component, for example a <code>ui5-card</code>, a <code>ui5-dialog</code> or a <code>ui5-page</code>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/IllustratedMessage.js\";</code>",
|
|
464
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> An IllustratedMessage is a recommended combination of a solution-oriented message, an engaging illustration, and conversational tone to better communicate an empty or a success state than just show a message alone.\n\nEach illustration has default internationalised title and subtitle texts. Also they can be managed with <code>titleText</code> and <code>subtitleText</code> properties.\n\nTo display the desired illustration, use the <code>name</code> property, where you can find the list of all available illustrations. <br><br> <b>Note:</b> By default the “BeforeSearch” illustration is loaded. To use other illustrations, make sure you import them in addition, for example: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/NoData.js\"</code> <br> <b>Note:</b> Illustrations starting with the “Tnt” prefix are part of another illustration set. For example to use the “TntSuccess” illustration, add the following import:: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/tnt/Success.js\"</code>\n\n<h3>Structure</h3> The IllustratedMessage consists of the following elements, which are displayed below each other in the following order: <br> <ul> <li>Illustration</li> <li>Title</li> <li>Subtitle</li> <li>Actions</li> </ul>\n\n<h3>Usage</h3> <code>ui5-illustrated-message</code> is meant to be used inside container component, for example a <code>ui5-card</code>, a <code>ui5-dialog</code> or a <code>ui5-page</code>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/IllustratedMessage.js\";</code>",
|
|
452
465
|
"constructor": { "visibility": "public" },
|
|
453
466
|
"properties": [
|
|
454
467
|
{
|
|
@@ -606,6 +619,7 @@
|
|
|
606
619
|
"name": "sap.ui.webcomponents.fiori.MediaGallery",
|
|
607
620
|
"basename": "MediaGallery",
|
|
608
621
|
"tagname": "ui5-media-gallery",
|
|
622
|
+
"appenddocs": "MediaGalleryItem",
|
|
609
623
|
"resource": "MediaGallery.js",
|
|
610
624
|
"module": "MediaGallery",
|
|
611
625
|
"static": true,
|
|
@@ -691,7 +705,7 @@
|
|
|
691
705
|
"since": "1.1.0",
|
|
692
706
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
693
707
|
"implements": [ "sap.ui.webcomponents.fiori.IMediaGalleryItem" ],
|
|
694
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-media-gallery-item</code> web component represents the items displayed in the <code>ui5-media-gallery</code> web component. <br><br> <b>Note:</b> <code>ui5-media-gallery-item</code> is not supported when used outside of <code>ui5-media-gallery</code>. <br><br>\n\n<h3>Keyboard Handling</h3> The <code>ui5-media-gallery</code> provides advanced keyboard handling. When focused, the user can use the following keyboard shortcuts in order to perform a navigation: <br> <ul> <li>[SPACE/ENTER/RETURN] - Trigger <code>ui5-click</code> event</li> </ul>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/MediaGalleryItem.js\";</code>",
|
|
708
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-media-gallery-item</code> web component represents the items displayed in the <code>ui5-media-gallery</code> web component. <br><br> <b>Note:</b> <code>ui5-media-gallery-item</code> is not supported when used outside of <code>ui5-media-gallery</code>. <br><br>\n\n<h3>Keyboard Handling</h3> The <code>ui5-media-gallery</code> provides advanced keyboard handling. When focused, the user can use the following keyboard shortcuts in order to perform a navigation: <br> <ul> <li>[SPACE/ENTER/RETURN] - Trigger <code>ui5-click</code> event</li> </ul>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/MediaGalleryItem.js\";</code> (comes with <code>ui5-media-gallery</code>)",
|
|
695
709
|
"constructor": { "visibility": "public" },
|
|
696
710
|
"properties": [
|
|
697
711
|
{
|
|
@@ -719,14 +733,15 @@
|
|
|
719
733
|
"slots": [
|
|
720
734
|
{
|
|
721
735
|
"name": "default",
|
|
736
|
+
"propertyName": "content",
|
|
722
737
|
"visibility": "public",
|
|
723
|
-
"type": "HTMLElement
|
|
738
|
+
"type": "HTMLElement",
|
|
724
739
|
"description": "Defines the content of the component."
|
|
725
740
|
},
|
|
726
741
|
{
|
|
727
742
|
"name": "thumbnail",
|
|
728
743
|
"visibility": "public",
|
|
729
|
-
"type": "HTMLElement
|
|
744
|
+
"type": "HTMLElement",
|
|
730
745
|
"description": "Defines the content of the thumbnail."
|
|
731
746
|
}
|
|
732
747
|
]
|
|
@@ -868,7 +883,6 @@
|
|
|
868
883
|
},
|
|
869
884
|
{
|
|
870
885
|
"name": "footnotes",
|
|
871
|
-
"propertyName": "footnotes",
|
|
872
886
|
"visibility": "public",
|
|
873
887
|
"type": "HTMLElement[]",
|
|
874
888
|
"description": "Defines the elements, displayed in the footer of the of the component."
|
|
@@ -1005,13 +1019,13 @@
|
|
|
1005
1019
|
{
|
|
1006
1020
|
"name": "footer",
|
|
1007
1021
|
"visibility": "public",
|
|
1008
|
-
"type": "
|
|
1022
|
+
"type": "sap.ui.webcomponents.fiori.IBar",
|
|
1009
1023
|
"description": "Defines the footer HTML Element."
|
|
1010
1024
|
},
|
|
1011
1025
|
{
|
|
1012
1026
|
"name": "header",
|
|
1013
1027
|
"visibility": "public",
|
|
1014
|
-
"type": "
|
|
1028
|
+
"type": "sap.ui.webcomponents.fiori.IBar",
|
|
1015
1029
|
"description": "Defines the header HTML Element."
|
|
1016
1030
|
}
|
|
1017
1031
|
]
|
|
@@ -1123,6 +1137,7 @@
|
|
|
1123
1137
|
"visibility": "public",
|
|
1124
1138
|
"since": "1.1.0",
|
|
1125
1139
|
"type": "object",
|
|
1140
|
+
"noattribute": "true",
|
|
1126
1141
|
"description": "An object of strings that defines several additional accessibility texts for even further customization.\n\nIt supports the following fields: - <code>profileButtonTitle</code>: defines the tooltip for the profile button - <code>logoTitle</code>: defines the tooltip for the logo"
|
|
1127
1142
|
},
|
|
1128
1143
|
{
|
|
@@ -1296,7 +1311,7 @@
|
|
|
1296
1311
|
"description": "DOM ref of the activated list item"
|
|
1297
1312
|
}
|
|
1298
1313
|
],
|
|
1299
|
-
"description": "Fired, when a menu item is activated <b>Note:</b> You can prevent closing of
|
|
1314
|
+
"description": "Fired, when a menu item is activated <b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>."
|
|
1300
1315
|
},
|
|
1301
1316
|
{
|
|
1302
1317
|
"name": "notifications-click",
|
|
@@ -1322,7 +1337,7 @@
|
|
|
1322
1337
|
"description": "dom ref of the activated element"
|
|
1323
1338
|
}
|
|
1324
1339
|
],
|
|
1325
|
-
"description": "Fired, when the product switch icon is activated. <b>Note:</b> You can prevent closing of
|
|
1340
|
+
"description": "Fired, when the product switch icon is activated. <b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>."
|
|
1326
1341
|
},
|
|
1327
1342
|
{
|
|
1328
1343
|
"name": "profile-click",
|
|
@@ -1448,6 +1463,7 @@
|
|
|
1448
1463
|
"events": [
|
|
1449
1464
|
{
|
|
1450
1465
|
"name": "selection-change",
|
|
1466
|
+
"allowPreventDefault": "true",
|
|
1451
1467
|
"visibility": "public",
|
|
1452
1468
|
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "the clicked item." } ],
|
|
1453
1469
|
"description": "Fired when the selection has changed via user interaction"
|
|
@@ -1573,14 +1589,14 @@
|
|
|
1573
1589
|
{
|
|
1574
1590
|
"name": "selected",
|
|
1575
1591
|
"visibility": "public",
|
|
1576
|
-
"type": "
|
|
1592
|
+
"type": "boolean",
|
|
1577
1593
|
"description": "Defines if the component is selected.",
|
|
1578
1594
|
"defaultValue": "false"
|
|
1579
1595
|
},
|
|
1580
1596
|
{
|
|
1581
1597
|
"name": "text",
|
|
1582
1598
|
"visibility": "public",
|
|
1583
|
-
"type": "
|
|
1599
|
+
"type": "string",
|
|
1584
1600
|
"description": "Defines the text of the component.",
|
|
1585
1601
|
"defaultValue": "\"\""
|
|
1586
1602
|
}
|
|
@@ -1602,6 +1618,13 @@
|
|
|
1602
1618
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-timeline</code> component shows entries (such as objects, events, or posts) in chronological order. A common use case is to provide information about changes to an object, or events related to an object. These entries can be generated by the system (for example, value XY changed from A to B), or added manually. There are two distinct variants of the timeline: basic and social. The basic timeline is read-only, while the social timeline offers a high level of interaction and collaboration, and is integrated within SAP Jam.",
|
|
1603
1619
|
"constructor": { "visibility": "public" },
|
|
1604
1620
|
"properties": [
|
|
1621
|
+
{
|
|
1622
|
+
"name": "accessibleName",
|
|
1623
|
+
"visibility": "public",
|
|
1624
|
+
"since": "1.2.0",
|
|
1625
|
+
"type": "string",
|
|
1626
|
+
"description": "Defines the accessible aria name of the component."
|
|
1627
|
+
},
|
|
1605
1628
|
{
|
|
1606
1629
|
"name": "layout",
|
|
1607
1630
|
"visibility": "public",
|
|
@@ -2097,6 +2120,66 @@
|
|
|
2097
2120
|
"type": "Tent",
|
|
2098
2121
|
"description": "\"Tent\" illustration type."
|
|
2099
2122
|
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "TntChartArea",
|
|
2125
|
+
"visibility": "public",
|
|
2126
|
+
"type": "TntChartArea",
|
|
2127
|
+
"description": "\"TntChartArea\" illustration type."
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"name": "TntChartArea2",
|
|
2131
|
+
"visibility": "public",
|
|
2132
|
+
"type": "TntChartArea2",
|
|
2133
|
+
"description": "\"TntChartArea2\" illustration type."
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "TntChartBar",
|
|
2137
|
+
"visibility": "public",
|
|
2138
|
+
"type": "TntChartBar",
|
|
2139
|
+
"description": "\"TntChartBar\" illustration type."
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"name": "TntChartBPMNFlow",
|
|
2143
|
+
"visibility": "public",
|
|
2144
|
+
"type": "TntChartBPMNFlow",
|
|
2145
|
+
"description": "\"TntChartBPMNFlow\" illustration type."
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"name": "TntChartBullet",
|
|
2149
|
+
"visibility": "public",
|
|
2150
|
+
"type": "TntChartBullet",
|
|
2151
|
+
"description": "\"TntChartBullet\" illustration type."
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"name": "TntChartDoughnut",
|
|
2155
|
+
"visibility": "public",
|
|
2156
|
+
"type": "TntChartDoughnut",
|
|
2157
|
+
"description": "\"TntChartDoughnut\" illustration type."
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"name": "TntChartFlow",
|
|
2161
|
+
"visibility": "public",
|
|
2162
|
+
"type": "TntChartFlow",
|
|
2163
|
+
"description": "\"TntChartFlow\" illustration type."
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"name": "TntChartGantt",
|
|
2167
|
+
"visibility": "public",
|
|
2168
|
+
"type": "TntChartGantt",
|
|
2169
|
+
"description": "\"TntChartGantt\" illustration type."
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"name": "TntChartOrg",
|
|
2173
|
+
"visibility": "public",
|
|
2174
|
+
"type": "TntChartOrg",
|
|
2175
|
+
"description": "\"TntChartOrg\" illustration type."
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"name": "TntChartPie",
|
|
2179
|
+
"visibility": "public",
|
|
2180
|
+
"type": "TntChartPie",
|
|
2181
|
+
"description": "\"TntChartPie\" illustration type."
|
|
2182
|
+
},
|
|
2100
2183
|
{
|
|
2101
2184
|
"name": "TntCodePlaceholder",
|
|
2102
2185
|
"visibility": "public",
|
|
@@ -2109,6 +2192,12 @@
|
|
|
2109
2192
|
"type": "TntCompany",
|
|
2110
2193
|
"description": "\"TntCompany\" illustration type."
|
|
2111
2194
|
},
|
|
2195
|
+
{
|
|
2196
|
+
"name": "TntComponents",
|
|
2197
|
+
"visibility": "public",
|
|
2198
|
+
"type": "TntComponents",
|
|
2199
|
+
"description": "\"TntComponents\" illustration type."
|
|
2200
|
+
},
|
|
2112
2201
|
{
|
|
2113
2202
|
"name": "TntExternalLink",
|
|
2114
2203
|
"visibility": "public",
|
|
@@ -2163,6 +2252,12 @@
|
|
|
2163
2252
|
"type": "TntRadar",
|
|
2164
2253
|
"description": "\"TntRadar\" illustration type."
|
|
2165
2254
|
},
|
|
2255
|
+
{
|
|
2256
|
+
"name": "TntSecrets",
|
|
2257
|
+
"visibility": "public",
|
|
2258
|
+
"type": "TntSecrets",
|
|
2259
|
+
"description": "\"TntSecrets\" illustration type."
|
|
2260
|
+
},
|
|
2166
2261
|
{
|
|
2167
2262
|
"name": "TntServices",
|
|
2168
2263
|
"visibility": "public",
|
|
@@ -2193,6 +2288,30 @@
|
|
|
2193
2288
|
"type": "TntSuccessfulAuth",
|
|
2194
2289
|
"description": "\"TntSuccessfulAuth\" illustration type."
|
|
2195
2290
|
},
|
|
2291
|
+
{
|
|
2292
|
+
"name": "TntSystems",
|
|
2293
|
+
"visibility": "public",
|
|
2294
|
+
"type": "TntSystems",
|
|
2295
|
+
"description": "\"TntSystems\" illustration type."
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "TntTeams",
|
|
2299
|
+
"visibility": "public",
|
|
2300
|
+
"type": "TntTeams",
|
|
2301
|
+
"description": "\"TntTeams\" illustration type."
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"name": "TntTools",
|
|
2305
|
+
"visibility": "public",
|
|
2306
|
+
"type": "TntTools",
|
|
2307
|
+
"description": "\"TntTools\" illustration type."
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"name": "TntUnableToLoad",
|
|
2311
|
+
"visibility": "public",
|
|
2312
|
+
"type": "TntUnableToLoad",
|
|
2313
|
+
"description": "\"TntUnableToLoad\" illustration type."
|
|
2314
|
+
},
|
|
2196
2315
|
{
|
|
2197
2316
|
"name": "TntUnlock",
|
|
2198
2317
|
"visibility": "public",
|
|
@@ -2205,6 +2324,12 @@
|
|
|
2205
2324
|
"type": "TntUnsuccessfulAuth",
|
|
2206
2325
|
"description": "\"TntUnsuccessfulAuth\" illustration type."
|
|
2207
2326
|
},
|
|
2327
|
+
{
|
|
2328
|
+
"name": "TntUser2",
|
|
2329
|
+
"visibility": "public",
|
|
2330
|
+
"type": "TntUser2",
|
|
2331
|
+
"description": "\"TntUser2\" illustration type."
|
|
2332
|
+
},
|
|
2208
2333
|
{
|
|
2209
2334
|
"name": "UnableToLoad",
|
|
2210
2335
|
"visibility": "public",
|
|
@@ -2272,19 +2397,19 @@
|
|
|
2272
2397
|
{
|
|
2273
2398
|
"name": "Auto",
|
|
2274
2399
|
"visibility": "public",
|
|
2275
|
-
"type": "
|
|
2400
|
+
"type": "Auto",
|
|
2276
2401
|
"description": "The layout is determined automatically."
|
|
2277
2402
|
},
|
|
2278
2403
|
{
|
|
2279
2404
|
"name": "Horizontal",
|
|
2280
2405
|
"visibility": "public",
|
|
2281
|
-
"type": "
|
|
2406
|
+
"type": "Horizontal",
|
|
2282
2407
|
"description": "Displays the layout as a horizontal split between the thumbnails list and the selected image."
|
|
2283
2408
|
},
|
|
2284
2409
|
{
|
|
2285
2410
|
"name": "Vertical",
|
|
2286
2411
|
"visibility": "public",
|
|
2287
|
-
"type": "
|
|
2412
|
+
"type": "Vertical",
|
|
2288
2413
|
"description": "Displays the layout as a vertical split between the thumbnails list and the selected image."
|
|
2289
2414
|
}
|
|
2290
2415
|
],
|
|
@@ -2564,7 +2689,7 @@
|
|
|
2564
2689
|
"visibility": "public",
|
|
2565
2690
|
"since": "1.0.0-rc.16",
|
|
2566
2691
|
"type": "string",
|
|
2567
|
-
"description": "
|
|
2692
|
+
"description": "Defines the accessible aria name of the component.",
|
|
2568
2693
|
"defaultValue": "\"\""
|
|
2569
2694
|
},
|
|
2570
2695
|
{
|
|
@@ -2812,6 +2937,21 @@
|
|
|
2812
2937
|
"name": "sortBy",
|
|
2813
2938
|
"type": "String",
|
|
2814
2939
|
"description": "The currently selected <code>ui5-sort-item</code> text attribute."
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"name": "sortByItem",
|
|
2943
|
+
"type": "HTMLElement",
|
|
2944
|
+
"description": "The currently selected <code>ui5-sort-item</code>."
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"name": "sortDescending",
|
|
2948
|
+
"type": "Boolean",
|
|
2949
|
+
"description": "The selected sort order (true = descending, false = ascending)."
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "filterItems",
|
|
2953
|
+
"type": "Array",
|
|
2954
|
+
"description": "The selected filters items."
|
|
2815
2955
|
}
|
|
2816
2956
|
],
|
|
2817
2957
|
"description": "Fired when cancel button is activated."
|
|
@@ -2829,6 +2969,21 @@
|
|
|
2829
2969
|
"name": "sortBy",
|
|
2830
2970
|
"type": "String",
|
|
2831
2971
|
"description": "The currently selected <code>ui5-sort-item</code> text attribute."
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"name": "sortByItem",
|
|
2975
|
+
"type": "HTMLElement",
|
|
2976
|
+
"description": "The currently selected <code>ui5-sort-item</code>."
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"name": "sortDescending",
|
|
2980
|
+
"type": "Boolean",
|
|
2981
|
+
"description": "The selected sort order (true = descending, false = ascending)."
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"name": "filterItems",
|
|
2985
|
+
"type": "Array",
|
|
2986
|
+
"description": "The selected filters items."
|
|
2832
2987
|
}
|
|
2833
2988
|
],
|
|
2834
2989
|
"description": "Fired when confirmation button is activated."
|
|
@@ -2869,7 +3024,7 @@
|
|
|
2869
3024
|
{ "name": "previousStep", "type": "HTMLElement", "description": "The previous step." },
|
|
2870
3025
|
{
|
|
2871
3026
|
"name": "changeWithClick",
|
|
2872
|
-
"type": "
|
|
3027
|
+
"type": "boolean",
|
|
2873
3028
|
"description": "The step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation."
|
|
2874
3029
|
}
|
|
2875
3030
|
],
|
|
@@ -2909,7 +3064,7 @@
|
|
|
2909
3064
|
{
|
|
2910
3065
|
"name": "icon",
|
|
2911
3066
|
"visibility": "public",
|
|
2912
|
-
"type": "
|
|
3067
|
+
"type": "string",
|
|
2913
3068
|
"description": "Defines the <code>icon</code> of the step. <br><br>\n\n<b>Note:</b> The icon is displayed in the <code>ui5-wizard</code> navigation header. <br><br>\n\nThe SAP-icons font provides numerous options. 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>.",
|
|
2914
3069
|
"defaultValue": "\"\""
|
|
2915
3070
|
},
|
|
@@ -2924,7 +3079,7 @@
|
|
|
2924
3079
|
"name": "subtitleText",
|
|
2925
3080
|
"visibility": "public",
|
|
2926
3081
|
"since": "1.0.0-rc.15",
|
|
2927
|
-
"type": "
|
|
3082
|
+
"type": "string",
|
|
2928
3083
|
"description": "Defines the <code>subtitleText</code> of the step. <br><br>\n\n<b>Note:</b> the text is displayed in the <code>ui5-wizard</code> navigation header.",
|
|
2929
3084
|
"defaultValue": "\"\""
|
|
2930
3085
|
},
|
|
@@ -2932,7 +3087,7 @@
|
|
|
2932
3087
|
"name": "titleText",
|
|
2933
3088
|
"visibility": "public",
|
|
2934
3089
|
"since": "1.0.0-rc.15",
|
|
2935
|
-
"type": "
|
|
3090
|
+
"type": "string",
|
|
2936
3091
|
"description": "Defines the <code>titleText</code> of the step. <br><br>\n\n<b>Note:</b> The text is displayed in the <code>ui5-wizard</code> navigation header.",
|
|
2937
3092
|
"defaultValue": "\"\""
|
|
2938
3093
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui5-barcode-scanner-dialog-video,.ui5-barcode-scanner-dialog-video-wrapper{height:100%;width:100%}.ui5-barcode-scanner-dialog-video{object-fit:cover}.ui5-barcode-scanner-dialog-footer{display:flex;justify-content:flex-end;width:100
|
|
1
|
+
.ui5-barcode-scanner-dialog-video,.ui5-barcode-scanner-dialog-video-wrapper{height:100%;width:100%}.ui5-barcode-scanner-dialog-video{object-fit:cover}.ui5-barcode-scanner-dialog-footer{display:flex;justify-content:flex-end;width:100%}.ui5-barcode-scanner-dialog-busy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.ui5-barcode-scanner-dialog-busy:not([active]){display:none}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[on-desktop] .ui5-vsd-content{height:375px;min-width:350px}.ui5-vsd-header{width:100%}.ui5-vsd-header>[ui5-bar]{height:4rem}.ui5-vsd-title{margin-bottom:.3rem}.ui5-vsd-start{display:flex;justify-content:center;align-items:center}.ui5-vsd-bar-title{display:flex;flex-direction:column;margin-left:.5rem}.ui5-vsd-back-button{margin-right:.5rem}.ui5-vsd-footer{width:100%;display:flex;justify-content:flex-end;margin:.1875rem 1rem;margin-left:.5rem;margin-right:.5rem}.ui5-vsd-footer [ui5-button]:first-child{margin-right:.5rem;min-width:4rem}.ui5-vsd-sort{width:100%;height:100%}[ui5-li-groupheader]{overflow:hidden}
|
|
1
|
+
[on-desktop] .ui5-vsd-content{height:375px;min-width:350px}.ui5-vsd-header{width:100%}.ui5-vsd-header>[ui5-bar]{height:4rem;box-shadow:none}.ui5-vsd-content{margin:0 -1rem}.ui5-vsd-title{margin-bottom:.3rem;font-size:var(--ui5_title_level_5Size)}.ui5-vsd-start{display:flex;justify-content:center;align-items:center}.ui5-vsd-bar-title{display:flex;flex-direction:column;margin-left:.5rem}.ui5-vsd-back-button{margin-right:.5rem}.ui5-vsd-footer{width:100%;display:flex;justify-content:flex-end;margin:.1875rem 1rem;margin-left:.5rem;margin-right:.5rem}.ui5-vsd-footer [ui5-button]:first-child{margin-right:.5rem;min-width:4rem}.ui5-vsd-sort{width:100%;height:100%}[ui5-li-groupheader]{overflow:hidden}[ui5-dialog]::part(content){padding-top:0;padding-bottom:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;height:100%;width:100%;overflow:auto}.ui5-wiz-root{height:100%;width:100%;position:relative}.ui5-wiz-content{position:relative;overflow:auto;height:calc(100% - 4rem);box-sizing:border-box;background:var(--sapBackgroundColor)}.ui5-wiz-content-item{display:block;box-sizing:border-box;padding:1rem 2rem}.ui5-wiz-content-item[hidden]{display:none}.ui5-wiz-content-item[stretch]{min-height:
|
|
1
|
+
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;height:100%;width:100%;overflow:auto}.ui5-wiz-root{height:100%;width:100%;position:relative}.ui5-wiz-content{position:relative;overflow:auto;height:calc(100% - 4rem);box-sizing:border-box;background:var(--sapBackgroundColor)}.ui5-wiz-content-item{display:block;box-sizing:border-box;padding:1rem 2rem}.ui5-wiz-content-item[hidden]{display:none}.ui5-wiz-content-item[stretch]{min-height:100%}[ui5-wizard-tab][data-ui5-wizard-expanded-tab=true]+[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]{width:2rem;padding-left:.5rem}[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]{width:.25rem;padding:0}.ui5-wiz-nav-list{display:table;table-layout:fixed;position:relative;list-style:none;margin:0;box-sizing:border-box;width:100%;height:2rem;padding:0}[ui5-wizard-tab]{display:table-cell;position:relative}.ui5-wiz-nav{box-sizing:border-box;height:4rem;padding:.875rem 2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--sapObjectHeader_Background);font-size:.875rem;box-shadow:var(--sapContent_HeaderShadow);outline:none;display:flex;align-items:center}[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]+[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]{width:.25rem}[ui5-wizard-tab][data-ui5-wizard-expanded-tab-prev=true],[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]+[ui5-wizard-tab][data-ui5-wizard-expanded-tab-prev=true]{width:2rem;padding-right:.75rem}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"إلغاء","BARCODE_SCANNER_DIALOG_LOADING_TXT":"تحميل","FCL_START_COLUMN_TXT":"العمود الأول","FCL_MIDDLE_COLUMN_TXT":"عمود المنتصف","FCL_END_COLUMN_TXT":"العمود الأخير","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"توسيع العمود الأول","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"طي العمود الأول","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"توسيع العمود الأخير","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"طي العمود الأخير","NOTIFICATION_LIST_ITEM_TXT":"الإشعار","NOTIFICATION_LIST_ITEM_SHOW_MORE":"إظهار المزيد","NOTIFICATION_LIST_ITEM_SHOW_LESS":"إظهار أقل","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"المزيد","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"إغلاق","NOTIFICATION_LIST_ITEM_READ":"قراءة","NOTIFICATION_LIST_ITEM_UNREAD":"غير مقروء","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"أفضلية عالية","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"أفضلية متوسطة","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"أفضلية منخفضة","NOTIFICATION_LIST_GROUP_ITEM_TXT":"مجموعة الإشعارات","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"العداد","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"إغلاق الكل","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"طي المجموعة","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"توسيع المجموعة","TIMELINE_ARIA_LABEL":"المخطط الزمني","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"إلغاء","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"إعادة تسمية","UPLOADCOLLECTIONITEM_ERROR_STATE":"مُنهى","UPLOADCOLLECTIONITEM_READY_STATE":"معلّق","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"قيد التحميل","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"إنهاء","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"إعادة المحاولة","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"تحرير","UPLOADCOLLECTION_NO_DATA_TEXT":"لم يتم العثور على أي ملفات.","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"قم بإسقاط الملفات لتحميلها أو استخدم الزر \"تحميل\".","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"تحميل المجموعة","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"اسحب الملفات هنا.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"قم بإسقاط الملفات لتحميلها.","SHELLBAR_LABEL":"شريط Shell","SHELLBAR_LOGO":"الشعار","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} إشعارات","SHELLBAR_PROFILE":"ملف التعريف","SHELLBAR_PRODUCTS":"المنتجات","PRODUCT_SWITCH_CONTAINER_LABEL":"المنتجات","SHELLBAR_SEARCH":"بحث","SHELLBAR_OVERFLOW":"المزيد","SHELLBAR_CANCEL":"إلغاء","WIZARD_NAV_ARIA_LABEL":"شريط تقدم المعالِج","WIZARD_LIST_ARIA_LABEL":"خطوات المعالِج","WIZARD_LIST_ARIA_DESCRIBEDBY":"للتنشيط، اضغط على شريط المسافة أو إدخال","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"الخطوات","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"اختياري","WIZARD_STEP_ACTIVE":"نشط","WIZARD_STEP_INACTIVE":"غير نشط","WIZARD_STEP_ARIA_LABEL":"الخطوة {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"المعالِج","WIZARD_NAV_STEP_DEFAULT_HEADING":"الخطوة","VSD_DIALOG_TITLE_SORT":"إعدادات العرض","VSD_SUBMIT_BUTTON":"موافق","VSD_CANCEL_BUTTON":"إلغاء","VSD_RESET_BUTTON":"إعادة تعيين","VSD_SORT_ORDER":"تسلسل الترتيب","VSD_FILTER_BY":"تصفية حسب","VSD_SORT_BY":"ترتيب حسب","VSD_ORDER_ASCENDING":"تصاعدي","VSD_ORDER_DESCENDING":"تنازلي","IM_TITLE_BEFORESEARCH":"فلنحصل على بعض النتائج","IM_SUBTITLE_BEFORESEARCH":"ابدأ بإدخال معايير البحث.","IM_TITLE_NOACTIVITIES":"لم تقم بإضافة أية أنشطة بعد.","IM_SUBTITLE_NOACTIVITIES":"هل تريد إضافة واحد الآن؟","IM_TITLE_NODATA":"لا تتوفر بيانات بعد","IM_SUBTITLE_NODATA":"بمجرد أن تتوفر، ستظهر هنا.","IM_TITLE_NOMAIL":"لا يوجد بريد جديد","IM_SUBTITLE_NOMAIL":"أعد التحقق مرة أخرى لاحقًا.","IM_TITLE_NOENTRIES":"لا توجد أي إدخالات بعد","IM_SUBTITLE_NOENTRIES":"بمجرد أن تتوفر، ستظهر هنا.","IM_TITLE_NONOTIFICATIONS":"ليست لديك أي إشعارات جديدة","IM_SUBTITLE_NONOTIFICATIONS":"أعد التحقق مرة أخرى لاحقًا.","IM_TITLE_NOSAVEDITEMS":"لم تقم بإضافة أية مفضلة بعد","IM_SUBTITLE_NOSAVEDITEMS":"هل تريد إنشاء قائمة بالعناصر المفضلة لديك الآن؟","IM_TITLE_NOSEARCHRESULTS":"لم يتم العثور على أي نتائج","IM_SUBTITLE_NOSEARCHRESULTS":"حاول تغيير معايير البحث.","IM_TITLE_NOTASKS":"ليست لديك أي مهام جديدة","IM_SUBTITLE_NOTASKS":"عندما تكون لديك مهام، ستظهر هنا.","IM_TITLE_UNABLETOLOAD":"يتعذر تحميل البيانات","IM_SUBTITLE_UNABLETOLOAD":"تحقق من اتصالك بالإنترنت. إذا لم يكن هذا مفيدًا، فحاول إعادة التحميل. إذا لم لم يكن هذا مفيدًا أيضًا، يرجى الرجوع إلى المسؤول لديك.","IM_TITLE_UNABLETOUPLOAD":"يتعذر تحميل البيانات","IM_SUBTITLE_UNABLETOUPLOAD":"تحقق من الاتصال بالإنترنت لديك، إذا لم يكن هذا مفيدًا، تحقق من تنسيق الملف وحجم الملف. إذا لم يساعدك هذا الأمر أيضًا، يُرجى التحقق من المسؤول لديك.","DSC_SIDE_ARIA_LABEL":"محتوى جانبي"}
|
|
1
|
+
{"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"إلغاء","BARCODE_SCANNER_DIALOG_LOADING_TXT":"تحميل","FCL_START_COLUMN_TXT":"العمود الأول","FCL_MIDDLE_COLUMN_TXT":"عمود المنتصف","FCL_END_COLUMN_TXT":"العمود الأخير","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"توسيع العمود الأول","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"طي العمود الأول","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"توسيع العمود الأخير","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"طي العمود الأخير","NOTIFICATION_LIST_ITEM_TXT":"الإشعار","NOTIFICATION_LIST_ITEM_SHOW_MORE":"إظهار المزيد","NOTIFICATION_LIST_ITEM_SHOW_LESS":"إظهار أقل","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"المزيد","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"إغلاق","NOTIFICATION_LIST_ITEM_READ":"قراءة","NOTIFICATION_LIST_ITEM_UNREAD":"غير مقروء","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"أفضلية عالية","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"أفضلية متوسطة","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"أفضلية منخفضة","NOTIFICATION_LIST_GROUP_ITEM_TXT":"مجموعة الإشعارات","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"العداد","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"إغلاق الكل","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"طي المجموعة","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"توسيع المجموعة","TIMELINE_ARIA_LABEL":"المخطط الزمني","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"إلغاء","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"إعادة تسمية","UPLOADCOLLECTIONITEM_ERROR_STATE":"مُنهى","UPLOADCOLLECTIONITEM_READY_STATE":"معلّق","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"قيد التحميل","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"إنهاء","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"إعادة المحاولة","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"تحرير","UPLOADCOLLECTION_NO_DATA_TEXT":"لم يتم العثور على أي ملفات.","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"قم بإسقاط الملفات لتحميلها أو استخدم الزر \"تحميل\".","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"تحميل المجموعة","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"اسحب الملفات هنا.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"قم بإسقاط الملفات لتحميلها.","SHELLBAR_LABEL":"شريط Shell","SHELLBAR_LOGO":"الشعار","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} إشعارات","SHELLBAR_PROFILE":"ملف التعريف","SHELLBAR_PRODUCTS":"المنتجات","PRODUCT_SWITCH_CONTAINER_LABEL":"المنتجات","SHELLBAR_SEARCH":"بحث","SHELLBAR_OVERFLOW":"المزيد","SHELLBAR_CANCEL":"إلغاء","WIZARD_NAV_ARIA_LABEL":"شريط تقدم المعالِج","WIZARD_LIST_ARIA_LABEL":"خطوات المعالِج","WIZARD_LIST_ARIA_DESCRIBEDBY":"للتنشيط، اضغط على شريط المسافة أو إدخال","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"الخطوات","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"اختياري","WIZARD_STEP_ACTIVE":"نشط","WIZARD_STEP_INACTIVE":"غير نشط","WIZARD_STEP_ARIA_LABEL":"الخطوة {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"المعالِج","WIZARD_NAV_STEP_DEFAULT_HEADING":"الخطوة","VSD_DIALOG_TITLE_SORT":"إعدادات العرض","VSD_SUBMIT_BUTTON":"موافق","VSD_CANCEL_BUTTON":"إلغاء","VSD_RESET_BUTTON":"إعادة تعيين","VSD_SORT_ORDER":"تسلسل الترتيب","VSD_FILTER_BY":"تصفية حسب","VSD_SORT_BY":"ترتيب حسب","VSD_ORDER_ASCENDING":"تصاعدي","VSD_ORDER_DESCENDING":"تنازلي","IM_TITLE_BEFORESEARCH":"فلنحصل على بعض النتائج","IM_SUBTITLE_BEFORESEARCH":"ابدأ بإدخال معايير البحث.","IM_TITLE_NOACTIVITIES":"لم تقم بإضافة أية أنشطة بعد.","IM_SUBTITLE_NOACTIVITIES":"هل تريد إضافة واحد الآن؟","IM_TITLE_NODATA":"لا تتوفر بيانات بعد","IM_SUBTITLE_NODATA":"بمجرد أن تتوفر، ستظهر هنا.","IM_TITLE_NOMAIL":"لا يوجد بريد جديد","IM_SUBTITLE_NOMAIL":"أعد التحقق مرة أخرى لاحقًا.","IM_TITLE_NOENTRIES":"لا توجد أي إدخالات بعد","IM_SUBTITLE_NOENTRIES":"بمجرد أن تتوفر، ستظهر هنا.","IM_TITLE_NONOTIFICATIONS":"ليست لديك أي إشعارات جديدة","IM_SUBTITLE_NONOTIFICATIONS":"أعد التحقق مرة أخرى لاحقًا.","IM_TITLE_NOSAVEDITEMS":"لم تقم بإضافة أية مفضلة بعد","IM_SUBTITLE_NOSAVEDITEMS":"هل تريد إنشاء قائمة بالعناصر المفضلة لديك الآن؟","IM_TITLE_NOSEARCHRESULTS":"لم يتم العثور على أي نتائج","IM_SUBTITLE_NOSEARCHRESULTS":"حاول تغيير معايير البحث.","IM_TITLE_NOTASKS":"ليست لديك أي مهام جديدة","IM_SUBTITLE_NOTASKS":"عندما تكون لديك مهام، ستظهر هنا.","IM_TITLE_UNABLETOLOAD":"يتعذر تحميل البيانات","IM_SUBTITLE_UNABLETOLOAD":"تحقق من اتصالك بالإنترنت. إذا لم يكن هذا مفيدًا، فحاول إعادة التحميل. إذا لم لم يكن هذا مفيدًا أيضًا، يرجى الرجوع إلى المسؤول لديك.","IM_TITLE_UNABLETOLOADIMAGE":"يتعذر تحميل الصورة","IM_SUBTITLE_UNABLETOLOADIMAGE":"تعذر العثور على الصورة بالموقع المحدد أو أن الخادم لا يستجيب.","IM_TITLE_UNABLETOUPLOAD":"يتعذر تحميل البيانات","IM_SUBTITLE_UNABLETOUPLOAD":"تحقق من الاتصال بالإنترنت لديك، إذا لم يكن هذا مفيدًا، تحقق من تنسيق الملف وحجم الملف. إذا لم يساعدك هذا الأمر أيضًا، يُرجى التحقق من المسؤول لديك.","IM_TITLE_ADDCOLUMN":"يبدو أن هناك مساحة متوفرة","IM_SUBTITLE_ADDCOLUMN":"يمكنك إضافة المزيد من الأعمدة في إعدادات الجدول.","IM_TITLE_ADDPEOPLE":"لم تقم بإضافة أي شخص إلى التقويم حتى الآن","IM_SUBTITLE_ADDPEOPLE":"هل تريد إضافة شخص ما الآن؟","IM_TITLE_BALLOONSKY":"لقد كنت موضع تقدير!","IM_SUBTITLE_BALLOONSKY":"استمروا في العمل بجد!","IM_TITLE_EMPTYPLANNINGCALENDAR":"لا شيء مخطط له حتى الآن","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"لا توجد أنشطة في هذا الإطار الزمني.","IM_TITLE_FILTERTABLE":"خيارات التصفية متوفرة","IM_SUBTITLE_FILTERTABLE":"تساعدك عوامل التصفية على التركيز على ما هو أكثر ملاءمة لك.","IM_TITLE_GROUPTABLE":"حاول تجميع البنود للحصول على نظرة عامة أفضل","IM_SUBTITLE_GROUPTABLE":"يمكنك اختيار فئات التجميع في إعدادات المجموعة.","IM_TITLE_NOFILTERRESULTS":"لم يتم العثور على أي نتائج","IM_SUBTITLE_NOFILTERRESULTS":"حاول تعديل معايير التصفية.","IM_TITLE_PAGENOTFOUND":"عذرًا، لا يمكننا العثور على هذه الصفحة","IM_SUBTITLE_PAGENOTFOUND":"يُرجى مراجعة الرابط الذي تستخدمه لاستدعاء التطبيق.","IM_TITLE_RESIZECOLUMN":"اختيار عرض العمود الخاص بك","IM_SUBTITLE_RESIZECOLUMN":"يمكنك تغيير حجم الأعمدة عن طريق سحب حدود العمود.","IM_TITLE_SORTCOLUMN":"ألا ترى أهم البنود أولاً؟","IM_SUBTITLE_SORTCOLUMN":"اختر معايير الترتيب في إعدادات الترتيب.","IM_TITLE_SUCCESSSCREEN":"عمل رائع!","IM_SUBTITLE_SUCCESSSCREEN":"لقد أكملت جميع تعيينات التدريب الخاصة بك.","IM_TITLE_UPLOADCOLLECTION":"أسقط الملفات هنا","IM_SUBTITLE_UPLOADCOLLECTION":"يمكنك أيضًا تحميل عدة ملفات مرة واحدة.","DSC_SIDE_ARIA_LABEL":"محتوى جانبي"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Отмяна","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Зареждане","FCL_START_COLUMN_TXT":"Първа колона","FCL_MIDDLE_COLUMN_TXT":"Средна колона","FCL_END_COLUMN_TXT":"Последна колона","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Разгъване на първата колона","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Свиване на първата колона","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Разгъване на последната колона","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Свиване на последната колона","NOTIFICATION_LIST_ITEM_TXT":"Известие","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Показване повече","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Показване на по-малко","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Повече","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Затваряне","NOTIFICATION_LIST_ITEM_READ":"Прочетено","NOTIFICATION_LIST_ITEM_UNREAD":"Непрочетено","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Висок приоритет","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Среден приоритет","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Нисък приоритет","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Група известия","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Брояч","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Затваряне на всички","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Свиване на група","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Разгъване на група","TIMELINE_ARIA_LABEL":"Времева линия","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Отмяна","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Преименуване","UPLOADCOLLECTIONITEM_ERROR_STATE":"Прекратен","UPLOADCOLLECTIONITEM_READY_STATE":"Предстоящ","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Качване","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Прекратяване","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Повторен опит","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Редактиране","UPLOADCOLLECTION_NO_DATA_TEXT":"Няма открити файлове.","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Пуснете файловете, за да ги качите или използвайте бутона “Качване”.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Качване на колекция","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Провлачете файловете тук.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Пуснете файловете, за да ги качите.","SHELLBAR_LABEL":"Лента на обвивка","SHELLBAR_LOGO":"Лого","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Известия","SHELLBAR_PROFILE":"Профил","SHELLBAR_PRODUCTS":"Продукти","PRODUCT_SWITCH_CONTAINER_LABEL":"Продукти","SHELLBAR_SEARCH":"Търсене","SHELLBAR_OVERFLOW":"Още","SHELLBAR_CANCEL":"Отказ","WIZARD_NAV_ARIA_LABEL":"Лента за напредък на асистент","WIZARD_LIST_ARIA_LABEL":"Стъпки на асистент","WIZARD_LIST_ARIA_DESCRIBEDBY":"За активиране, натиснете клавиша за интервал или Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Стъпки","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"По избор","WIZARD_STEP_ACTIVE":"Активно","WIZARD_STEP_INACTIVE":"Неактивно","WIZARD_STEP_ARIA_LABEL":"Стъпка {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Асистент","WIZARD_NAV_STEP_DEFAULT_HEADING":"Стъпка","VSD_DIALOG_TITLE_SORT":"Настройки на показването","VSD_SUBMIT_BUTTON":"ОК","VSD_CANCEL_BUTTON":"Отказ","VSD_RESET_BUTTON":"Повторно задаване","VSD_SORT_ORDER":"Последователност на сортиране","VSD_FILTER_BY":"Филтриране по","VSD_SORT_BY":"Сортиране по","VSD_ORDER_ASCENDING":"Възходящ","VSD_ORDER_DESCENDING":"Низходящо","IM_TITLE_BEFORESEARCH":"Нека потърсим някакви резултати","IM_SUBTITLE_BEFORESEARCH":"Започнете като зададете вашите критерии за търсене.","IM_TITLE_NOACTIVITIES":"Още не сте добавили никакви дейности","IM_SUBTITLE_NOACTIVITIES":"Желаете ли да добавите дейност сега?","IM_TITLE_NODATA":"Още няма данни","IM_SUBTITLE_NODATA":"Когато има, ще ги видите тук","IM_TITLE_NOMAIL":"Няма нова поща","IM_SUBTITLE_NOMAIL":"Проверете отново по-късно.","IM_TITLE_NOENTRIES":"Още няма записи","IM_SUBTITLE_NOENTRIES":"Когато има, ще ги видите тук.","IM_TITLE_NONOTIFICATIONS":"Нямате нови известия","IM_SUBTITLE_NONOTIFICATIONS":"Проверете отново по-късно.","IM_TITLE_NOSAVEDITEMS":"Още не сте добавили никакви фаворити","IM_SUBTITLE_NOSAVEDITEMS":"Желаете ли сега да създадете списък с предпочитаните от вас позиции?","IM_TITLE_NOSEARCHRESULTS":"Не са открити резултати","IM_SUBTITLE_NOSEARCHRESULTS":"Опитайте да промените критериите си за търсене.","IM_TITLE_NOTASKS":"Нямате нови задачи","IM_SUBTITLE_NOTASKS":"Когато имате, ще ги видите тук.","IM_TITLE_UNABLETOLOAD":"Невъзможно зареждане на данни","IM_SUBTITLE_UNABLETOLOAD":"Проверете връзката си с Интернет. Ако това не помогне, опитайте да презаредите. Ако и това не разреши проблема, свържете се с администратора си.","IM_TITLE_UNABLETOUPLOAD":"Невъзможно качване на данни","IM_SUBTITLE_UNABLETOUPLOAD":"Проверете интернет връзката, формата и размера на файла. Ако проблемът не е в тях, свържете се с вашия администратор.","DSC_SIDE_ARIA_LABEL":"Допълнително съдържание"}
|
|
1
|
+
{"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Отмяна","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Зареждане","FCL_START_COLUMN_TXT":"Първа колона","FCL_MIDDLE_COLUMN_TXT":"Средна колона","FCL_END_COLUMN_TXT":"Последна колона","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Разгъване на първата колона","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Свиване на първата колона","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Разгъване на последната колона","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Свиване на последната колона","NOTIFICATION_LIST_ITEM_TXT":"Известие","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Показване повече","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Показване на по-малко","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Повече","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Затваряне","NOTIFICATION_LIST_ITEM_READ":"Прочетено","NOTIFICATION_LIST_ITEM_UNREAD":"Непрочетено","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Висок приоритет","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Среден приоритет","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Нисък приоритет","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Група известия","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Брояч","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Затваряне на всички","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Свиване на група","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Разгъване на група","TIMELINE_ARIA_LABEL":"Времева линия","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Отмяна","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Преименуване","UPLOADCOLLECTIONITEM_ERROR_STATE":"Прекратен","UPLOADCOLLECTIONITEM_READY_STATE":"Предстоящ","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Качване","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Прекратяване","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Повторен опит","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Редактиране","UPLOADCOLLECTION_NO_DATA_TEXT":"Няма открити файлове.","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Пуснете файловете, за да ги качите или използвайте бутона “Качване”.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Качване на колекция","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Провлачете файловете тук.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Пуснете файловете, за да ги качите.","SHELLBAR_LABEL":"Лента на обвивка","SHELLBAR_LOGO":"Лого","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Известия","SHELLBAR_PROFILE":"Профил","SHELLBAR_PRODUCTS":"Продукти","PRODUCT_SWITCH_CONTAINER_LABEL":"Продукти","SHELLBAR_SEARCH":"Търсене","SHELLBAR_OVERFLOW":"Още","SHELLBAR_CANCEL":"Отказ","WIZARD_NAV_ARIA_LABEL":"Лента за напредък на асистент","WIZARD_LIST_ARIA_LABEL":"Стъпки на асистент","WIZARD_LIST_ARIA_DESCRIBEDBY":"За активиране, натиснете клавиша за интервал или Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Стъпки","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"По избор","WIZARD_STEP_ACTIVE":"Активно","WIZARD_STEP_INACTIVE":"Неактивно","WIZARD_STEP_ARIA_LABEL":"Стъпка {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Асистент","WIZARD_NAV_STEP_DEFAULT_HEADING":"Стъпка","VSD_DIALOG_TITLE_SORT":"Настройки на показването","VSD_SUBMIT_BUTTON":"ОК","VSD_CANCEL_BUTTON":"Отказ","VSD_RESET_BUTTON":"Повторно задаване","VSD_SORT_ORDER":"Последователност на сортиране","VSD_FILTER_BY":"Филтриране по","VSD_SORT_BY":"Сортиране по","VSD_ORDER_ASCENDING":"Възходящ","VSD_ORDER_DESCENDING":"Низходящо","IM_TITLE_BEFORESEARCH":"Нека потърсим някакви резултати","IM_SUBTITLE_BEFORESEARCH":"Започнете като зададете вашите критерии за търсене.","IM_TITLE_NOACTIVITIES":"Още не сте добавили никакви дейности","IM_SUBTITLE_NOACTIVITIES":"Желаете ли да добавите дейност сега?","IM_TITLE_NODATA":"Още няма данни","IM_SUBTITLE_NODATA":"Когато има, ще ги видите тук","IM_TITLE_NOMAIL":"Няма нова поща","IM_SUBTITLE_NOMAIL":"Проверете отново по-късно.","IM_TITLE_NOENTRIES":"Още няма записи","IM_SUBTITLE_NOENTRIES":"Когато има, ще ги видите тук.","IM_TITLE_NONOTIFICATIONS":"Нямате нови известия","IM_SUBTITLE_NONOTIFICATIONS":"Проверете отново по-късно.","IM_TITLE_NOSAVEDITEMS":"Още не сте добавили никакви фаворити","IM_SUBTITLE_NOSAVEDITEMS":"Желаете ли сега да създадете списък с предпочитаните от вас позиции?","IM_TITLE_NOSEARCHRESULTS":"Не са открити резултати","IM_SUBTITLE_NOSEARCHRESULTS":"Опитайте да промените критериите си за търсене.","IM_TITLE_NOTASKS":"Нямате нови задачи","IM_SUBTITLE_NOTASKS":"Когато имате, ще ги видите тук.","IM_TITLE_UNABLETOLOAD":"Невъзможно зареждане на данни","IM_SUBTITLE_UNABLETOLOAD":"Проверете връзката си с Интернет. Ако това не помогне, опитайте да презаредите. Ако и това не разреши проблема, свържете се с администратора си.","IM_TITLE_UNABLETOLOADIMAGE":"Невъзможно зареждане на данни","IM_SUBTITLE_UNABLETOLOADIMAGE":"Не успяхме да открием изображението на определеното местоположение или сървъра не отговаря.","IM_TITLE_UNABLETOUPLOAD":"Невъзможно качване на данни","IM_SUBTITLE_UNABLETOUPLOAD":"Проверете интернет връзката, формата и размера на файла. Ако проблемът не е в тях, свържете се с вашия администратор.","IM_TITLE_ADDCOLUMN":"Изглежда има свободно място","IM_SUBTITLE_ADDCOLUMN":"Можете да добавите още колони от настройките на таблицата.","IM_TITLE_ADDPEOPLE":"Още не сте добавили никого в календара","IM_SUBTITLE_ADDPEOPLE":"Желаете ли да добавите някого сега?","IM_TITLE_BALLOONSKY":"Оценяваме вашия принос!","IM_SUBTITLE_BALLOONSKY":"Продължавайте в същия дух!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Още няма нищо планирано","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"Няма дейности в тази времева рамка.","IM_TITLE_FILTERTABLE":"Налични са опции за филтриране","IM_SUBTITLE_FILTERTABLE":"Филтрите ще Ви помогнат да се фокусирате върху най-важното за Вас.","IM_TITLE_GROUPTABLE":"Опитайте да групирате позиции за по-добър преглед","IM_SUBTITLE_GROUPTABLE":"Можете да избирате категории групиране в настройките за група.","IM_TITLE_NOFILTERRESULTS":"Не са открити резултати","IM_SUBTITLE_NOFILTERRESULTS":"Опитайте да коригирате критериите си за филтриране.","IM_TITLE_PAGENOTFOUND":"Съжаляваме, не можем да открием тази страница","IM_SUBTITLE_PAGENOTFOUND":"Моля, проверете URL, който използвате за извикване на приложението.","IM_TITLE_RESIZECOLUMN":"Изберете собствена ширина за колоните","IM_SUBTITLE_RESIZECOLUMN":"Можете да промените размера на колоните, чрез провлачване на рамките им.","IM_TITLE_SORTCOLUMN":"Не виждате най-важните позиции на първо място?","IM_SUBTITLE_SORTCOLUMN":"Изберете критериите за сортиране в настройките за сортиране.","IM_TITLE_SUCCESSSCREEN":"Добре свършена работа!","IM_SUBTITLE_SUCCESSSCREEN":"Изпълнихте всички ваши учебни присъединявания.","IM_TITLE_UPLOADCOLLECTION":"Пускане на файлове тук","IM_SUBTITLE_UPLOADCOLLECTION":"Можете също да актуализирате няколко файла едновременно.","DSC_SIDE_ARIA_LABEL":"Допълнително съдържание"}
|