@ui5/webcomponents-fiori 1.0.1 → 1.1.2
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 +68 -0
- package/dist/Bar.js +14 -0
- package/dist/DynamicSideContent.js +567 -0
- package/dist/FlexibleColumnLayout.js +58 -0
- package/dist/IllustratedMessage.js +43 -1
- package/dist/Interfaces.js +10 -0
- package/dist/MediaGallery.js +596 -0
- package/dist/MediaGalleryItem.js +337 -0
- package/dist/ShellBar.js +40 -18
- package/dist/ShellBarItem.js +1 -1
- package/dist/SideNavigation.js +11 -1
- package/dist/UploadCollectionItem.js +5 -0
- package/dist/ViewSettingsDialog.js +18 -2
- package/dist/Wizard.js +29 -9
- package/dist/WizardTab.js +4 -18
- package/dist/api.json +753 -19
- package/dist/css/themes/Bar.css +1 -1
- package/dist/css/themes/DynamicSideContent.css +1 -0
- package/dist/css/themes/IllustratedMessage.css +1 -1
- package/dist/css/themes/MediaGallery.css +1 -0
- package/dist/css/themes/MediaGalleryItem.css +1 -0
- package/dist/css/themes/NotificationListGroupItem.css +1 -1
- package/dist/css/themes/NotificationListItem.css +1 -1
- package/dist/css/themes/SideNavigation.css +1 -1
- package/dist/css/themes/SideNavigationPopover.css +1 -0
- package/dist/css/themes/UploadCollectionItem.css +1 -1
- package/dist/css/themes/ViewSettingsDialog.css +1 -1
- package/dist/css/themes/Wizard.css +1 -1
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.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/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.js +2 -2
- package/dist/generated/templates/BarTemplate.lit.js +1 -1
- package/dist/generated/templates/DynamicSideContentTemplate.lit.js +7 -0
- package/dist/generated/templates/FilterItemTemplate.lit.js +2 -2
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/dist/generated/templates/MediaGalleryItemTemplate.lit.js +10 -0
- package/dist/generated/templates/MediaGalleryTemplate.lit.js +13 -0
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ShellBarTemplate.lit.js +5 -5
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +2 -2
- package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +14 -11
- package/dist/generated/templates/WizardTemplate.lit.js +1 -1
- package/dist/generated/themes/Bar.css.js +1 -1
- package/dist/generated/themes/DynamicSideContent.css.js +8 -0
- package/dist/generated/themes/IllustratedMessage.css.js +1 -1
- package/dist/generated/themes/MediaGallery.css.js +8 -0
- package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/dist/generated/themes/NotificationListItem.css.js +1 -1
- package/dist/generated/themes/SideNavigation.css.js +1 -1
- package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
- package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/dist/generated/themes/Wizard.css.js +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/i18n/messagebundle.properties +82 -1
- package/dist/i18n/messagebundle_ar.properties +2 -0
- package/dist/i18n/messagebundle_bg.properties +8 -6
- package/dist/i18n/messagebundle_ca.properties +2 -0
- package/dist/i18n/messagebundle_cs.properties +2 -0
- package/dist/i18n/messagebundle_cy.properties +2 -0
- package/dist/i18n/messagebundle_da.properties +2 -0
- package/dist/i18n/messagebundle_de.properties +2 -0
- package/dist/i18n/messagebundle_el.properties +2 -0
- package/dist/i18n/messagebundle_en.properties +2 -0
- package/dist/i18n/messagebundle_en_GB.properties +2 -0
- package/dist/i18n/messagebundle_en_US_sappsd.properties +54 -0
- package/dist/i18n/messagebundle_en_US_saprigi.properties +54 -0
- package/dist/i18n/messagebundle_en_US_saptrc.properties +54 -0
- package/dist/i18n/messagebundle_es.properties +2 -0
- package/dist/i18n/messagebundle_es_MX.properties +2 -0
- package/dist/i18n/messagebundle_et.properties +2 -0
- package/dist/i18n/messagebundle_fi.properties +2 -0
- package/dist/i18n/messagebundle_fr.properties +2 -0
- package/dist/i18n/messagebundle_fr_CA.properties +2 -0
- package/dist/i18n/messagebundle_hi.properties +2 -0
- package/dist/i18n/messagebundle_hr.properties +2 -0
- package/dist/i18n/messagebundle_hu.properties +2 -0
- package/dist/i18n/messagebundle_id.properties +2 -0
- package/dist/i18n/messagebundle_it.properties +2 -0
- package/dist/i18n/messagebundle_iw.properties +2 -0
- package/dist/i18n/messagebundle_ja.properties +2 -0
- package/dist/i18n/messagebundle_kk.properties +2 -0
- package/dist/i18n/messagebundle_ko.properties +2 -0
- package/dist/i18n/messagebundle_lt.properties +2 -0
- package/dist/i18n/messagebundle_lv.properties +2 -0
- package/dist/i18n/messagebundle_ms.properties +2 -0
- package/dist/i18n/messagebundle_nl.properties +2 -0
- package/dist/i18n/messagebundle_no.properties +2 -0
- package/dist/i18n/messagebundle_pl.properties +2 -0
- package/dist/i18n/messagebundle_pt.properties +2 -0
- package/dist/i18n/messagebundle_pt_PT.properties +2 -0
- package/dist/i18n/messagebundle_ro.properties +2 -0
- package/dist/i18n/messagebundle_ru.properties +2 -0
- package/dist/i18n/messagebundle_sh.properties +2 -0
- package/dist/i18n/messagebundle_sk.properties +2 -0
- package/dist/i18n/messagebundle_sl.properties +2 -0
- package/dist/i18n/messagebundle_sv.properties +2 -0
- package/dist/i18n/messagebundle_th.properties +2 -0
- package/dist/i18n/messagebundle_tr.properties +2 -0
- package/dist/i18n/messagebundle_uk.properties +2 -0
- package/dist/i18n/messagebundle_vi.properties +2 -0
- package/dist/i18n/messagebundle_zh_CN.properties +2 -0
- package/dist/i18n/messagebundle_zh_TW.properties +2 -0
- package/dist/illustrations/AddColumn.js +28 -0
- package/dist/illustrations/AddPeople.js +28 -0
- package/dist/illustrations/BalloonSky.js +28 -0
- package/dist/illustrations/Connection.js +28 -0
- package/dist/illustrations/EmptyCalendar.js +28 -0
- package/dist/illustrations/EmptyList.js +28 -0
- package/dist/illustrations/EmptyPlanningCalendar.js +28 -0
- package/dist/illustrations/ErrorScreen.js +28 -0
- package/dist/illustrations/FilterTable.js +28 -0
- package/dist/illustrations/GroupTable.js +28 -0
- package/dist/illustrations/NoFilterResults.js +28 -0
- package/dist/illustrations/NoMail_v1.js +28 -0
- package/dist/illustrations/NoSavedItems_v1.js +28 -0
- package/dist/illustrations/NoTasks_v1.js +28 -0
- package/dist/illustrations/PageNotFound.js +28 -0
- package/dist/illustrations/ReloadScreen.js +28 -0
- package/dist/illustrations/ResizeColumn.js +28 -0
- package/dist/illustrations/SearchEarth.js +28 -0
- package/dist/illustrations/SearchFolder.js +28 -0
- package/dist/illustrations/SimpleBalloon.js +28 -0
- package/dist/illustrations/SimpleBell.js +28 -0
- package/dist/illustrations/SimpleCalendar.js +28 -0
- package/dist/illustrations/SimpleCheckMark.js +28 -0
- package/dist/illustrations/SimpleConnection.js +28 -0
- package/dist/illustrations/SimpleEmptyDoc.js +28 -0
- package/dist/illustrations/SimpleEmptyList.js +28 -0
- package/dist/illustrations/SimpleError.js +28 -0
- package/dist/illustrations/SimpleMagnifier.js +28 -0
- package/dist/illustrations/SimpleMail.js +28 -0
- package/dist/illustrations/SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.js +28 -0
- package/dist/illustrations/SimpleReload.js +28 -0
- package/dist/illustrations/SimpleTask.js +28 -0
- package/dist/illustrations/SleepingBell.js +28 -0
- package/dist/illustrations/SortColumn.js +28 -0
- package/dist/illustrations/SuccessBalloon.js +28 -0
- package/dist/illustrations/SuccessCheckMark.js +28 -0
- package/dist/illustrations/SuccessHighFive.js +28 -0
- package/dist/illustrations/SuccessScreen.js +28 -0
- package/dist/illustrations/Tent.js +28 -0
- package/dist/illustrations/UnableToLoadImage.js +28 -0
- package/dist/illustrations/UploadCollection.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +34 -0
- package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +74 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +79 -0
- package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-FilterTable.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +54 -0
- package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +30 -0
- package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +48 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +46 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +33 -0
- package/dist/illustrations/sapIllus-Dialog-Tent.js +27 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +33 -0
- package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
- package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
- package/dist/illustrations/sapIllus-Scene-BalloonSky.js +43 -0
- package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +87 -0
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +28 -0
- package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +92 -0
- package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-FilterTable.js +57 -0
- package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
- package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +91 -0
- package/dist/illustrations/sapIllus-Scene-PageNotFound.js +34 -0
- package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +81 -0
- package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
- package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
- package/dist/illustrations/sapIllus-Scene-SearchFolder.js +37 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
- package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
- package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
- package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
- package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-Tent.js +55 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +36 -0
- package/dist/illustrations/sapIllus-Scene-UploadCollection.js +31 -0
- package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Spot-BalloonSky.js +30 -0
- package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +43 -0
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +22 -0
- package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +79 -0
- package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-FilterTable.js +47 -0
- package/dist/illustrations/sapIllus-Spot-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +26 -0
- package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +1 -1
- package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +16 -0
- package/dist/illustrations/sapIllus-Spot-PageNotFound.js +32 -0
- package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
- package/dist/illustrations/sapIllus-Spot-SearchFolder.js +26 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
- package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
- package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +32 -0
- package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-Tent.js +25 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +37 -0
- package/dist/illustrations/sapIllus-Spot-UploadCollection.js +32 -0
- package/dist/types/IllustrationMessageType.js +267 -15
- package/dist/types/MediaGalleryItemLayout.js +44 -0
- package/dist/types/MediaGalleryLayout.js +48 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js +41 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js +40 -0
- package/dist/types/SideContentFallDown.js +54 -0
- package/dist/types/SideContentPosition.js +42 -0
- package/dist/types/SideContentVisibility.js +61 -0
- package/package.json +8 -8
- package/src/Bar.hbs +1 -0
- package/src/Bar.js +14 -0
- package/src/DynamicSideContent.hbs +20 -0
- package/src/DynamicSideContent.js +567 -0
- package/src/FlexibleColumnLayout.hbs +8 -9
- package/src/FlexibleColumnLayout.js +58 -0
- package/src/IllustratedMessage.js +43 -1
- package/src/Interfaces.js +10 -0
- package/src/MediaGallery.hbs +47 -0
- package/src/MediaGallery.js +596 -0
- package/src/MediaGalleryItem.hbs +22 -0
- package/src/MediaGalleryItem.js +337 -0
- package/src/ShellBar.hbs +21 -16
- package/src/ShellBar.js +40 -18
- package/src/ShellBarItem.js +1 -1
- package/src/ShellBarPopover.hbs +2 -2
- package/src/SideNavigation.js +11 -1
- package/src/UploadCollectionItem.js +5 -0
- package/src/ViewSettingsDialog.hbs +62 -56
- package/src/ViewSettingsDialog.js +18 -2
- package/src/Wizard.hbs +2 -0
- package/src/Wizard.js +29 -9
- package/src/WizardTab.js +4 -18
- package/src/i18n/messagebundle.properties +82 -1
- package/src/i18n/messagebundle_ar.properties +2 -0
- package/src/i18n/messagebundle_bg.properties +8 -6
- package/src/i18n/messagebundle_ca.properties +2 -0
- package/src/i18n/messagebundle_cs.properties +2 -0
- package/src/i18n/messagebundle_cy.properties +2 -0
- package/src/i18n/messagebundle_da.properties +2 -0
- package/src/i18n/messagebundle_de.properties +2 -0
- package/src/i18n/messagebundle_el.properties +2 -0
- package/src/i18n/messagebundle_en.properties +2 -0
- package/src/i18n/messagebundle_en_GB.properties +2 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +54 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +54 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +54 -0
- package/src/i18n/messagebundle_es.properties +2 -0
- package/src/i18n/messagebundle_es_MX.properties +2 -0
- package/src/i18n/messagebundle_et.properties +2 -0
- package/src/i18n/messagebundle_fi.properties +2 -0
- package/src/i18n/messagebundle_fr.properties +2 -0
- package/src/i18n/messagebundle_fr_CA.properties +2 -0
- package/src/i18n/messagebundle_hi.properties +2 -0
- package/src/i18n/messagebundle_hr.properties +2 -0
- package/src/i18n/messagebundle_hu.properties +2 -0
- package/src/i18n/messagebundle_id.properties +2 -0
- package/src/i18n/messagebundle_it.properties +2 -0
- package/src/i18n/messagebundle_iw.properties +2 -0
- package/src/i18n/messagebundle_ja.properties +2 -0
- package/src/i18n/messagebundle_kk.properties +2 -0
- package/src/i18n/messagebundle_ko.properties +2 -0
- package/src/i18n/messagebundle_lt.properties +2 -0
- package/src/i18n/messagebundle_lv.properties +2 -0
- package/src/i18n/messagebundle_ms.properties +2 -0
- package/src/i18n/messagebundle_nl.properties +2 -0
- package/src/i18n/messagebundle_no.properties +2 -0
- package/src/i18n/messagebundle_pl.properties +2 -0
- package/src/i18n/messagebundle_pt.properties +2 -0
- package/src/i18n/messagebundle_pt_PT.properties +2 -0
- package/src/i18n/messagebundle_ro.properties +2 -0
- package/src/i18n/messagebundle_ru.properties +2 -0
- package/src/i18n/messagebundle_sh.properties +2 -0
- package/src/i18n/messagebundle_sk.properties +2 -0
- package/src/i18n/messagebundle_sl.properties +2 -0
- package/src/i18n/messagebundle_sv.properties +2 -0
- package/src/i18n/messagebundle_th.properties +2 -0
- package/src/i18n/messagebundle_tr.properties +2 -0
- package/src/i18n/messagebundle_uk.properties +2 -0
- package/src/i18n/messagebundle_vi.properties +2 -0
- package/src/i18n/messagebundle_zh_CN.properties +2 -0
- package/src/i18n/messagebundle_zh_TW.properties +2 -0
- package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +33 -0
- package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +73 -0
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +78 -0
- package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-FilterTable.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +24 -0
- package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +53 -0
- package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +29 -0
- package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +27 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +47 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
- package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
- package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +32 -0
- package/src/illustrations/sapIllus-Dialog-Tent.svg +26 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +32 -0
- package/src/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/illustrations/sapIllus-Scene-BalloonSky.svg +42 -0
- package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +86 -0
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +27 -0
- package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +91 -0
- package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-FilterTable.svg +56 -0
- package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +90 -0
- package/src/illustrations/sapIllus-Scene-PageNotFound.svg +33 -0
- package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +80 -0
- package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/illustrations/sapIllus-Scene-SearchFolder.svg +36 -0
- package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
- package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
- package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
- package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
- package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-Tent.svg +54 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +35 -0
- package/src/illustrations/sapIllus-Scene-UploadCollection.svg +30 -0
- package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Spot-BalloonSky.svg +29 -0
- package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +42 -0
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +21 -0
- package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +78 -0
- package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-FilterTable.svg +46 -0
- package/src/illustrations/sapIllus-Spot-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +25 -0
- package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +1 -1
- package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +15 -0
- package/src/illustrations/sapIllus-Spot-PageNotFound.svg +31 -0
- package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/illustrations/sapIllus-Spot-SearchFolder.svg +25 -0
- package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
- package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
- package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
- package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +31 -0
- package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-Tent.svg +24 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +36 -0
- package/src/illustrations/sapIllus-Spot-UploadCollection.svg +31 -0
- package/src/themes/Bar.css +17 -1
- package/src/themes/DynamicSideContent.css +66 -0
- package/src/themes/IllustratedMessage.css +4 -0
- package/src/themes/MediaGallery.css +158 -0
- package/src/themes/MediaGalleryItem.css +131 -0
- package/src/themes/NotificationListGroupItem.css +14 -0
- package/src/themes/NotificationListItem.css +4 -0
- package/src/themes/SideNavigation.css +1 -11
- package/src/themes/SideNavigationPopover.css +9 -0
- package/src/themes/UploadCollectionItem.css +0 -13
- package/src/themes/ViewSettingsDialog.css +1 -1
- package/src/themes/Wizard.css +2 -2
- package/src/themes/base/MediaGallery-parameters.css +5 -0
- package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
- package/src/themes/sap_belize/parameters-bundle.css +2 -0
- package/src/themes/sap_belize_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/parameters-bundle.css +2 -0
- package/src/themes/sap_belize_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/parameters-bundle.css +2 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +2 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
- package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
- package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
- package/src/themes/sap_horizon/parameters-bundle.css +2 -0
- package/src/types/IllustrationMessageType.js +267 -15
- package/src/types/MediaGalleryItemLayout.js +44 -0
- package/src/types/MediaGalleryLayout.js +48 -0
- package/src/types/MediaGalleryMenuHorizontalAlign.js +41 -0
- package/src/types/MediaGalleryMenuVerticalAlign.js +40 -0
- package/src/types/SideContentFallDown.js +54 -0
- package/src/types/SideContentPosition.js +42 -0
- package/src/types/SideContentVisibility.js +61 -0
|
@@ -19,20 +19,22 @@
|
|
|
19
19
|
{{else}}
|
|
20
20
|
<div class="ui5-vsd-bar-title">
|
|
21
21
|
<ui5-label class="ui5-vsd-title">{{_dialogTitle}}</ui5-label>
|
|
22
|
-
|
|
23
|
-
<ui5-segmented-button-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
22
|
+
{{#if hasPagination}}
|
|
23
|
+
<ui5-segmented-button @ui5-selection-change="{{_handleModeChange}}">
|
|
24
|
+
<ui5-segmented-button-item
|
|
25
|
+
?pressed="{{isModeSort}}"
|
|
26
|
+
?focused="{{isModeSort}}"
|
|
27
|
+
icon="sort"
|
|
28
|
+
mode="Sort"
|
|
29
|
+
></ui5-segmented-button-item>
|
|
30
|
+
<ui5-segmented-button-item
|
|
31
|
+
?pressed="{{isModeFilter}}"
|
|
32
|
+
?focused="{{isModeFilter}}"
|
|
33
|
+
icon="filter"
|
|
34
|
+
mode="Filter"
|
|
35
|
+
></ui5-segmented-button-item>
|
|
36
|
+
</ui5-segmented-button>
|
|
37
|
+
{{/if}}
|
|
36
38
|
</div>
|
|
37
39
|
{{/if}}
|
|
38
40
|
</div>
|
|
@@ -46,50 +48,54 @@
|
|
|
46
48
|
</div>
|
|
47
49
|
|
|
48
50
|
<div class="ui5-vsd-content">
|
|
49
|
-
{{#if
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
51
|
+
{{#if shouldBuildSort}}
|
|
52
|
+
{{#if isModeSort}}
|
|
53
|
+
<div class="ui5-vsd-sort">
|
|
54
|
+
<ui5-list
|
|
55
|
+
mode="SingleSelectBegin"
|
|
56
|
+
@ui5-item-click="{{_onSortOrderChange}}"
|
|
57
|
+
sort-order>
|
|
58
|
+
<ui5-li-groupheader>{{_sortOrderLabel}}</ui5-li-groupheader>
|
|
59
|
+
{{#each _currentSettings.sortOrder}}
|
|
60
|
+
<ui5-li
|
|
61
|
+
?selected="{{this.selected}}"
|
|
62
|
+
>{{this.text}}</ui5-li>
|
|
63
|
+
{{/each}}
|
|
64
|
+
</ui5-list>
|
|
65
|
+
<ui5-list
|
|
66
|
+
mode="SingleSelectBegin"
|
|
67
|
+
@ui5-item-click={{_onSortByChange}}
|
|
68
|
+
sort-by>
|
|
69
|
+
<ui5-li-groupheader>{{_sortByLabel}}</ui5-li-groupheader>
|
|
70
|
+
{{#each _currentSettings.sortBy}}
|
|
71
|
+
<ui5-li ?selected="{{this.selected}}">{{this.text}}</ui5-li>
|
|
72
|
+
{{/each}}
|
|
73
|
+
</ui5-list>
|
|
74
|
+
</div>
|
|
75
|
+
{{/if}}
|
|
72
76
|
{{/if}}
|
|
73
77
|
|
|
74
|
-
{{#if
|
|
75
|
-
{{#if
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
{{#
|
|
82
|
-
{{#
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
<ui5-
|
|
91
|
-
|
|
92
|
-
|
|
78
|
+
{{#if shouldBuildFilter}}
|
|
79
|
+
{{#if isModeFilter}}
|
|
80
|
+
{{#if _filterStepTwo}}
|
|
81
|
+
<ui5-list
|
|
82
|
+
mode="MultiSelect"
|
|
83
|
+
@ui5-item-click="{{_handleFilterValueItemClick}}"
|
|
84
|
+
>
|
|
85
|
+
{{#each _currentSettings.filters}}
|
|
86
|
+
{{#if this.selected}}
|
|
87
|
+
{{#each this.filterOptions}}
|
|
88
|
+
<ui5-li ?selected={{this.selected}}>{{this.text}}</ui5-li>
|
|
89
|
+
{{/each}}
|
|
90
|
+
{{/if}}
|
|
91
|
+
{{/each}}
|
|
92
|
+
</ui5-list>
|
|
93
|
+
{{else}}
|
|
94
|
+
<ui5-list @ui5-item-click="{{_changeCurrentFilter}}">
|
|
95
|
+
<ui5-li-groupheader>{{_filterByLabel}}</ui5-li-groupheader>
|
|
96
|
+
<slot name="filterItems"></slot>
|
|
97
|
+
</ui5-list>
|
|
98
|
+
{{/if}}
|
|
93
99
|
{{/if}}
|
|
94
100
|
{{/if}}
|
|
95
101
|
</div>
|
|
@@ -195,7 +195,7 @@ const metadata = {
|
|
|
195
195
|
*
|
|
196
196
|
* <h3>ES6 Module Import</h3>
|
|
197
197
|
*
|
|
198
|
-
* <code>import "@ui5/webcomponents/dist/ViewSettingsDialog";</code>
|
|
198
|
+
* <code>import "@ui5/webcomponents-fiori/dist/ViewSettingsDialog";</code>
|
|
199
199
|
*
|
|
200
200
|
* @constructor
|
|
201
201
|
* @author SAP SE
|
|
@@ -219,6 +219,10 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
219
219
|
if (this._currentSettings.filters && this._currentSettings.filters.length) {
|
|
220
220
|
this._setAdditionalTexts();
|
|
221
221
|
}
|
|
222
|
+
|
|
223
|
+
if (!this.shouldBuildSort && this.shouldBuildFilter) {
|
|
224
|
+
this._currentMode = ViewSettingsDialogMode.Filter;
|
|
225
|
+
}
|
|
222
226
|
}
|
|
223
227
|
|
|
224
228
|
_setAdditionalTexts() {
|
|
@@ -279,6 +283,18 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
279
283
|
return "";
|
|
280
284
|
}
|
|
281
285
|
|
|
286
|
+
get shouldBuildSort() {
|
|
287
|
+
return !!this.sortItems.length;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
get shouldBuildFilter() {
|
|
291
|
+
return !!this.filterItems.length;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
get hasPagination() {
|
|
295
|
+
return this.shouldBuildSort && this.shouldBuildFilter;
|
|
296
|
+
}
|
|
297
|
+
|
|
282
298
|
get _filterByTitle() {
|
|
283
299
|
return `${ViewSettingsDialog.i18nBundle.getText(VSD_FILTER_BY)}: ${this._selectedFilter.text}`;
|
|
284
300
|
}
|
|
@@ -494,7 +510,7 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
494
510
|
* Sets focus on recently used control within the dialog.
|
|
495
511
|
*/
|
|
496
512
|
_focusRecentlyUsedControl() {
|
|
497
|
-
if (!Object.keys(this._recentlyFocused).length) {
|
|
513
|
+
if (!this._recentlyFocused || !Object.keys(this._recentlyFocused).length) {
|
|
498
514
|
return;
|
|
499
515
|
}
|
|
500
516
|
const recentlyFocusedSelectedItems = this._recentlyFocused.getSelectedItems(),
|
package/src/Wizard.hbs
CHANGED
package/src/Wizard.js
CHANGED
|
@@ -56,6 +56,7 @@ const STEP_SWITCH_THRESHOLDS = {
|
|
|
56
56
|
const metadata = {
|
|
57
57
|
tag: "ui5-wizard",
|
|
58
58
|
managedSlots: true,
|
|
59
|
+
fastNavigation: true,
|
|
59
60
|
properties: /** @lends sap.ui.webcomponents.fiori.Wizard.prototype */ {
|
|
60
61
|
/**
|
|
61
62
|
* Defines the width of the <code>ui5-wizard</code>.
|
|
@@ -160,6 +161,24 @@ const metadata = {
|
|
|
160
161
|
* <br>
|
|
161
162
|
* <b>Note:</b> If multiple selected steps are defined, the last step will be selected.
|
|
162
163
|
*
|
|
164
|
+
* <h3>Keyboard Handling</h3>
|
|
165
|
+
* The user can navigate using the following keyboard shortcuts:
|
|
166
|
+
* <br>
|
|
167
|
+
*
|
|
168
|
+
* <h4>Wizard Progress Navigation</h4>
|
|
169
|
+
* <ul>
|
|
170
|
+
* <li>[LEFT], [DOWN] - Focus moves backward to the WizardProgressNavAnchors.</li>
|
|
171
|
+
* <li>[UP], [RIGHT] - Focus moves forward to the WizardProgressNavAnchor.</li>
|
|
172
|
+
* <li>[SPACE] or [ENTER], [RETURN] - Selects an active step</li>
|
|
173
|
+
* <li>[HOME] or [PAGE UP] - Focus goes to the first step</li>
|
|
174
|
+
* <li>[END] or [PAGE DOWN] - Focus goes to the last step</li>
|
|
175
|
+
* </ul>
|
|
176
|
+
*
|
|
177
|
+
* <h4>Fast Navigation</h4>
|
|
178
|
+
* 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>.
|
|
179
|
+
* In order to use this functionality, you need to import the following module:
|
|
180
|
+
* <code>import "@ui5/webcomponents-base/dist/features/F6Navigation.js"</code>
|
|
181
|
+
*
|
|
163
182
|
* <h4>Content</h4>
|
|
164
183
|
* The content occupies the main part of the page. It can hold any type of HTML elements.
|
|
165
184
|
* It's defined by using the <code>ui5-wizard-step</code> as slotted element within the <code>ui5-wizard</code>.
|
|
@@ -243,7 +262,7 @@ class Wizard extends UI5Element {
|
|
|
243
262
|
this.selectionRequestedByScroll = false;
|
|
244
263
|
|
|
245
264
|
this._itemNavigation = new ItemNavigation(this, {
|
|
246
|
-
navigationMode: NavigationMode.
|
|
265
|
+
navigationMode: NavigationMode.Auto,
|
|
247
266
|
getItemsCallback: () => this.enabledStepsInHeaderDOM,
|
|
248
267
|
});
|
|
249
268
|
|
|
@@ -301,10 +320,6 @@ class Wizard extends UI5Element {
|
|
|
301
320
|
return 25;
|
|
302
321
|
}
|
|
303
322
|
|
|
304
|
-
static get CONTENT_TOP_OFFSET() {
|
|
305
|
-
return 32;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
323
|
static get staticAreaTemplate() {
|
|
309
324
|
return WizardPopoverTemplate;
|
|
310
325
|
}
|
|
@@ -405,7 +420,7 @@ class Wizard extends UI5Element {
|
|
|
405
420
|
storeStepScrollOffsets() {
|
|
406
421
|
this.stepScrollOffsets = this.slottedSteps.map(step => {
|
|
407
422
|
const contentItem = this.getStepWrapperByRefId(step._id);
|
|
408
|
-
return contentItem.offsetTop + contentItem.offsetHeight
|
|
423
|
+
return contentItem.offsetTop + contentItem.offsetHeight;
|
|
409
424
|
});
|
|
410
425
|
}
|
|
411
426
|
|
|
@@ -693,9 +708,11 @@ class Wizard extends UI5Element {
|
|
|
693
708
|
|
|
694
709
|
get _steps() {
|
|
695
710
|
const lastEnabledStepIndex = this.getLastEnabledStepIndex();
|
|
711
|
+
const stepsInfo = this.getStepsInfo();
|
|
696
712
|
|
|
697
713
|
return this.steps.map((step, idx) => {
|
|
698
714
|
step.stretch = idx === lastEnabledStepIndex;
|
|
715
|
+
step.stepContentAriaLabel = `${this.navStepDefaultHeading} ${stepsInfo[idx].number} ${stepsInfo[idx].titleText}`;
|
|
699
716
|
return step;
|
|
700
717
|
});
|
|
701
718
|
}
|
|
@@ -745,7 +762,7 @@ class Wizard extends UI5Element {
|
|
|
745
762
|
}
|
|
746
763
|
|
|
747
764
|
get enabledStepsInHeaderDOM() {
|
|
748
|
-
return this.stepsInHeaderDOM
|
|
765
|
+
return this.stepsInHeaderDOM;
|
|
749
766
|
}
|
|
750
767
|
|
|
751
768
|
get phoneMode() {
|
|
@@ -973,8 +990,11 @@ class Wizard extends UI5Element {
|
|
|
973
990
|
*/
|
|
974
991
|
switchSelectionFromOldToNewStep(selectedStep, stepToSelect, stepToSelectIndex, changeWithClick) {
|
|
975
992
|
if (selectedStep && stepToSelect) {
|
|
976
|
-
|
|
977
|
-
stepToSelect.
|
|
993
|
+
// keep the selection if next step is disabled
|
|
994
|
+
if (!stepToSelect.disabled) {
|
|
995
|
+
selectedStep.selected = false;
|
|
996
|
+
stepToSelect.selected = true;
|
|
997
|
+
}
|
|
978
998
|
|
|
979
999
|
this.fireEvent("step-change", {
|
|
980
1000
|
step: stepToSelect,
|
package/src/WizardTab.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
|
|
2
2
|
import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
|
-
import { isSpace, isEnter } from "@ui5/webcomponents-base/dist/Keys.js";
|
|
3
|
+
import { isSpace, isEnter, isSpaceShift } from "@ui5/webcomponents-base/dist/Keys.js";
|
|
4
4
|
|
|
5
5
|
import Icon from "@ui5/webcomponents/dist/Icon.js";
|
|
6
6
|
import WizardTabTemplate from "./generated/templates/WizardTabTemplate.lit.js";
|
|
@@ -178,37 +178,23 @@ class WizardTab extends UI5Element {
|
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
_onkeydown(event) {
|
|
182
|
-
if (this.disabled) {
|
|
183
|
-
return;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
if (isSpace(event) || isEnter(event)) {
|
|
187
|
-
event.preventDefault();
|
|
188
|
-
this.fireEvent("selection-change-requested");
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
181
|
_onkeyup(event) {
|
|
193
182
|
if (this.disabled) {
|
|
194
183
|
return;
|
|
195
184
|
}
|
|
196
185
|
|
|
197
|
-
if (isSpace(event)) {
|
|
186
|
+
if ((isSpace(event) || isEnter(event)) && !isSpaceShift(event)) {
|
|
187
|
+
event.preventDefault();
|
|
198
188
|
this.fireEvent("selection-change-requested");
|
|
199
189
|
}
|
|
200
190
|
}
|
|
201
191
|
|
|
202
192
|
_onfocusin() {
|
|
203
|
-
if (this.disabled) {
|
|
204
|
-
return;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
193
|
this.fireEvent("focused");
|
|
208
194
|
}
|
|
209
195
|
|
|
210
196
|
get tabIndex() {
|
|
211
|
-
return this.
|
|
197
|
+
return this._tabIndex;
|
|
212
198
|
}
|
|
213
199
|
|
|
214
200
|
get hasTexts() {
|
|
@@ -259,8 +259,89 @@ IM_TITLE_UNABLETOLOAD=Unable to load data
|
|
|
259
259
|
#XTXT: IllustratedMessage's subtitle for the UnableToLoad illustration
|
|
260
260
|
IM_SUBTITLE_UNABLETOLOAD=Check your internet connection. If that''s not it, try reloading. If that still doesn''t help, check with your administrator.
|
|
261
261
|
|
|
262
|
+
#XTIT: IllustratedMessage's title for the UnableToLoadImage illustration
|
|
263
|
+
IM_TITLE_UNABLETOLOADIMAGE=Unable to load image
|
|
264
|
+
|
|
265
|
+
#XTXT: IllustratedMessage's subtitle for the UnableToLoadImage illustration
|
|
266
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=We couldn''t find the image at the specified location, or the server isn''t responding.
|
|
267
|
+
|
|
262
268
|
#XTIT: IllustratedMessage's title for the UnableToUpload illustration
|
|
263
269
|
IM_TITLE_UNABLETOUPLOAD=Unable to upload data
|
|
264
270
|
|
|
265
271
|
#XTXT: IllustratedMessage's subtitle for the UnableToUpload illustration
|
|
266
|
-
IM_SUBTITLE_UNABLETOUPLOAD=Check your internet connection. If that''s not it, check the file format and file size. Otherwise, contact your administrator.
|
|
272
|
+
IM_SUBTITLE_UNABLETOUPLOAD=Check your internet connection. If that''s not it, check the file format and file size. Otherwise, contact your administrator.
|
|
273
|
+
|
|
274
|
+
#XTIT: IllustratedMessage's title for the AddColumn illustration
|
|
275
|
+
IM_TITLE_ADDCOLUMN=Looks like there''s free space
|
|
276
|
+
|
|
277
|
+
#XTXT: IllustratedMessage's description for the AddColumn illustration
|
|
278
|
+
IM_SUBTITLE_ADDCOLUMN=You can add more columns in the table settings.
|
|
279
|
+
|
|
280
|
+
#XTIT: IllustratedMessage's title for the AddPeople illustration
|
|
281
|
+
IM_TITLE_ADDPEOPLE=You''ve not added anyone to the calendar yet
|
|
282
|
+
|
|
283
|
+
#XTXT: IllustratedMessage's description for the AddPeople illustration
|
|
284
|
+
IM_SUBTITLE_ADDPEOPLE=Do you want to add someone now?
|
|
285
|
+
|
|
286
|
+
#XTIT: IllustratedMessage's title for the BalloonSky illustration
|
|
287
|
+
IM_TITLE_BALLOONSKY=You''ve been appreciated!
|
|
288
|
+
|
|
289
|
+
#XTXT: IllustratedMessage's description for the BalloonSky illustration
|
|
290
|
+
IM_SUBTITLE_BALLOONSKY=Keep up the great work!
|
|
291
|
+
|
|
292
|
+
#XTIT: IllustratedMessage's title for the EmptyPlanningCalendar illustration
|
|
293
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Nothing planned yet
|
|
294
|
+
|
|
295
|
+
#XTXT: IllustratedMessage's description for the EmptyPlanningCalendar illustration
|
|
296
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=There are no activities in this time frame.
|
|
297
|
+
|
|
298
|
+
#XTIT: IllustratedMessage's title for the FilterTable illustration
|
|
299
|
+
IM_TITLE_FILTERTABLE=Filter options are available
|
|
300
|
+
|
|
301
|
+
#XTXT: IllustratedMessage's description for the FilterTable illustration
|
|
302
|
+
IM_SUBTITLE_FILTERTABLE=Filters help you focus on what''s most relevant for you.
|
|
303
|
+
|
|
304
|
+
#XTIT: IllustratedMessage's title for the GroupTable illustration
|
|
305
|
+
IM_TITLE_GROUPTABLE=Try grouping items for a better overview
|
|
306
|
+
|
|
307
|
+
#XTXT: IllustratedMessage's description for the GroupTable illustration
|
|
308
|
+
IM_SUBTITLE_GROUPTABLE=You can choose grouping categories in the group settings.
|
|
309
|
+
|
|
310
|
+
#XTIT: IllustratedMessage's title for the NoFilterResults illustration
|
|
311
|
+
IM_TITLE_NOFILTERRESULTS=No results found
|
|
312
|
+
|
|
313
|
+
#XTXT: IllustratedMessage's description for the NoFilterResults illustration
|
|
314
|
+
IM_SUBTITLE_NOFILTERRESULTS=Try adjusting your filter criteria.
|
|
315
|
+
|
|
316
|
+
#XTIT: IllustratedMessage's title for the PageNotFound illustration
|
|
317
|
+
IM_TITLE_PAGENOTFOUND=Sorry, we can''t find this page
|
|
318
|
+
|
|
319
|
+
#XTXT: IllustratedMessage's description for the PageNotFound illustration
|
|
320
|
+
IM_SUBTITLE_PAGENOTFOUND=Please check the URL you are using to call the app.
|
|
321
|
+
|
|
322
|
+
#XTIT: IllustratedMessage's title for the ResizeColumn illustration
|
|
323
|
+
IM_TITLE_RESIZECOLUMN=Choose your own column width
|
|
324
|
+
|
|
325
|
+
#XTXT: IllustratedMessage's description for the ResizeColumn illustration
|
|
326
|
+
IM_SUBTITLE_RESIZECOLUMN=You can resize columns by dragging the column borders.
|
|
327
|
+
|
|
328
|
+
#XTIT: IllustratedMessage's title for the SortColumn illustration
|
|
329
|
+
IM_TITLE_SORTCOLUMN=Not seeing the most important items first?
|
|
330
|
+
|
|
331
|
+
#XTXT: IllustratedMessage's description for the SortColumn illustration
|
|
332
|
+
IM_SUBTITLE_SORTCOLUMN=Choose the sort criteria in the sort settings.
|
|
333
|
+
|
|
334
|
+
#XTIT: IllustratedMessage's title for the SuccessScreen illustration
|
|
335
|
+
IM_TITLE_SUCCESSSCREEN=Nicely done!
|
|
336
|
+
|
|
337
|
+
#XTXT: IllustratedMessage's description for the SuccessScreen illustration
|
|
338
|
+
IM_SUBTITLE_SUCCESSSCREEN=You completed all your learning assignments.
|
|
339
|
+
|
|
340
|
+
#XTIT: IllustratedMessage's title for the UploadCollection illustration
|
|
341
|
+
IM_TITLE_UPLOADCOLLECTION=Drop files here
|
|
342
|
+
|
|
343
|
+
#XTXT: IllustratedMessage's description for the UploadCollection illustration
|
|
344
|
+
IM_SUBTITLE_UPLOADCOLLECTION=You can also upload several files at once.
|
|
345
|
+
|
|
346
|
+
#XACT: ARIA announcement for DynamicSideContent side content label
|
|
347
|
+
DSC_SIDE_ARIA_LABEL=Side Content
|
|
@@ -175,3 +175,5 @@ IM_SUBTITLE_UNABLETOLOAD=تحقق من اتصالك بالإنترنت. إذا
|
|
|
175
175
|
IM_TITLE_UNABLETOUPLOAD=يتعذر تحميل البيانات
|
|
176
176
|
|
|
177
177
|
IM_SUBTITLE_UNABLETOUPLOAD=تحقق من الاتصال بالإنترنت لديك، إذا لم يكن هذا مفيدًا، تحقق من تنسيق الملف وحجم الملف. إذا لم يساعدك هذا الأمر أيضًا، يُرجى التحقق من المسؤول لديك.
|
|
178
|
+
|
|
179
|
+
DSC_SIDE_ARIA_LABEL=محتوى جانبي
|
|
@@ -10,13 +10,13 @@ FCL_MIDDLE_COLUMN_TXT=Средна колона
|
|
|
10
10
|
|
|
11
11
|
FCL_END_COLUMN_TXT=Последна колона
|
|
12
12
|
|
|
13
|
-
FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP
|
|
13
|
+
FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP=Разгъване на първата колона
|
|
14
14
|
|
|
15
|
-
FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP
|
|
15
|
+
FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP=Свиване на първата колона
|
|
16
16
|
|
|
17
|
-
FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP
|
|
17
|
+
FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP=Разгъване на последната колона
|
|
18
18
|
|
|
19
|
-
FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP
|
|
19
|
+
FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP=Свиване на последната колона
|
|
20
20
|
|
|
21
21
|
NOTIFICATION_LIST_ITEM_TXT=Известие
|
|
22
22
|
|
|
@@ -102,7 +102,7 @@ WIZARD_LIST_ARIA_DESCRIBEDBY=За активиране, натиснете кл
|
|
|
102
102
|
|
|
103
103
|
WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL=Стъпки
|
|
104
104
|
|
|
105
|
-
WIZARD_OPTIONAL_STEP_ARIA_LABEL
|
|
105
|
+
WIZARD_OPTIONAL_STEP_ARIA_LABEL=По избор
|
|
106
106
|
|
|
107
107
|
WIZARD_STEP_ACTIVE=Активно
|
|
108
108
|
|
|
@@ -118,7 +118,7 @@ VSD_DIALOG_TITLE_SORT=Настройки на показването
|
|
|
118
118
|
|
|
119
119
|
VSD_SUBMIT_BUTTON=ОК
|
|
120
120
|
|
|
121
|
-
VSD_CANCEL_BUTTON
|
|
121
|
+
VSD_CANCEL_BUTTON=Отказ
|
|
122
122
|
|
|
123
123
|
VSD_RESET_BUTTON=Повторно задаване
|
|
124
124
|
|
|
@@ -175,3 +175,5 @@ IM_SUBTITLE_UNABLETOLOAD=Проверете връзката си с Интер
|
|
|
175
175
|
IM_TITLE_UNABLETOUPLOAD=Невъзможно качване на данни
|
|
176
176
|
|
|
177
177
|
IM_SUBTITLE_UNABLETOUPLOAD=Проверете интернет връзката, формата и размера на файла. Ако проблемът не е в тях, свържете се с вашия администратор.
|
|
178
|
+
|
|
179
|
+
DSC_SIDE_ARIA_LABEL=Допълнително съдържание
|
|
@@ -175,3 +175,5 @@ IM_SUBTITLE_UNABLETOLOAD=Comproveu la connexió a internet. Si no funciona, inte
|
|
|
175
175
|
IM_TITLE_UNABLETOUPLOAD=No s'han pogut carregar les dades
|
|
176
176
|
|
|
177
177
|
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
|
+
|
|
179
|
+
DSC_SIDE_ARIA_LABEL=Contingut lateral
|
|
@@ -175,3 +175,5 @@ IM_SUBTITLE_UNABLETOLOAD=Zkontrolujte vaše internetové připojení. Pokud nen
|
|
|
175
175
|
IM_TITLE_UNABLETOUPLOAD=Nelze odeslat data
|
|
176
176
|
|
|
177
177
|
IM_SUBTITLE_UNABLETOUPLOAD=Zkontrolujte vaše internetové připojení. Když to nepomáhá, zkontrolujte formát a velikost souboru. Jinak se spojte s vaším administrátorem.
|
|
178
|
+
|
|
179
|
+
DSC_SIDE_ARIA_LABEL=Vedlejší obsah
|
|
@@ -175,3 +175,5 @@ IM_SUBTITLE_UNABLETOLOAD=Gwiriwch eich cysylltiad Rhyngrwyd. Os nad yw hynny’n
|
|
|
175
175
|
IM_TITLE_UNABLETOUPLOAD=Dim modd llwytho’r data
|
|
176
176
|
|
|
177
177
|
IM_SUBTITLE_UNABLETOUPLOAD=Gwiriwch eich cysylltiad Rhyngrwyd. Os nad yw hynny’n helpu, gwiriwch fformat a maint y ffeil. Neu cysylltwch â’ch gweinyddwr.
|
|
178
|
+
|
|
179
|
+
DSC_SIDE_ARIA_LABEL=Cynnwys Ochr
|
|
@@ -175,3 +175,5 @@ IM_SUBTITLE_UNABLETOLOAD=Kontroller din internetforbindelse. Hvis det ikke hjæl
|
|
|
175
175
|
IM_TITLE_UNABLETOUPLOAD=Kan ikke uploade data
|
|
176
176
|
|
|
177
177
|
IM_SUBTITLE_UNABLETOUPLOAD=Kontroller din internetforbindelse. Hvis det ikke hjælper, skal du kontrollere filformatet og filstørrelsen. Kontakt ellers din administrator.
|
|
178
|
+
|
|
179
|
+
DSC_SIDE_ARIA_LABEL=Sideindhold
|
|
@@ -175,3 +175,5 @@ IM_SUBTITLE_UNABLETOLOAD=Überprüfen Sie Ihre Internetverbindung. Wenn es nicht
|
|
|
175
175
|
IM_TITLE_UNABLETOUPLOAD=Daten können nicht hochgeladen werden
|
|
176
176
|
|
|
177
177
|
IM_SUBTITLE_UNABLETOUPLOAD=Überprüfen Sie Ihre Internetverbindung. Wenn es nicht daran liegt, überprüfen Sie das Dateiformat und die Dateigröße. Wenden Sie sich ansonsten an Ihren Administrator.
|
|
178
|
+
|
|
179
|
+
DSC_SIDE_ARIA_LABEL=Nebeninhalt
|
|
@@ -175,3 +175,5 @@ IM_SUBTITLE_UNABLETOLOAD=Ελέγξτε την σύνδεση διαδικτύο
|
|
|
175
175
|
IM_TITLE_UNABLETOUPLOAD=Αδύνατη η προσκόμιση δεδομένων
|
|
176
176
|
|
|
177
177
|
IM_SUBTITLE_UNABLETOUPLOAD=Ελέγξτε την σύνδεση διαδικτύου. Εάν το πρόβλημα παραμένει, ελέγξτε τη μορφή αρχείου και το μέγεθος αρχείου. Διαφορετικά, επικοινωνήστε με το διαχειριστή σας.
|
|
178
|
+
|
|
179
|
+
DSC_SIDE_ARIA_LABEL=Πλευρικά Περιεχόμενα
|
|
@@ -175,3 +175,5 @@ IM_SUBTITLE_UNABLETOLOAD=Check your Internet connection. If that doesn’t help,
|
|
|
175
175
|
IM_TITLE_UNABLETOUPLOAD=Unable to upload data
|
|
176
176
|
|
|
177
177
|
IM_SUBTITLE_UNABLETOUPLOAD=Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise contact your administrator.
|
|
178
|
+
|
|
179
|
+
DSC_SIDE_ARIA_LABEL=Side Content
|
|
@@ -175,3 +175,5 @@ IM_SUBTITLE_UNABLETOLOAD=Check your Internet connection. If that doesn’t help,
|
|
|
175
175
|
IM_TITLE_UNABLETOUPLOAD=Unable to upload data
|
|
176
176
|
|
|
177
177
|
IM_SUBTITLE_UNABLETOUPLOAD=Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise, contact your administrator.
|
|
178
|
+
|
|
179
|
+
DSC_SIDE_ARIA_LABEL=Side Content
|
|
@@ -172,6 +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=[[[Ĉĥēċķ ŷŏűŗ įŋţēŗŋēţ ċŏŋŋēċţįŏŋ. Ĭƒ ţĥąţ''ş ŋŏţ įţ, ċĥēċķ ţĥē ƒįĺē ƒŏŗɱąţ ąŋƌ ƒįĺē şįžē. Ŏţĥēŗŵįşē, ċŏŋţąċţ ŷŏűŗ ąƌɱįŋįşţŗąţŏŗ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
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
|
+
|
|
231
|
+
DSC_SIDE_ARIA_LABEL=[[[Ŝįƌē Ĉŏŋţēŋţ∙∙∙∙∙∙∙]]]
|