@ui5/webcomponents-fiori 1.0.2 → 1.1.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 +37 -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 +595 -0
- package/dist/MediaGalleryItem.js +334 -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 +752 -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 +2 -0
- package/dist/i18n/messagebundle_en_US_saprigi.properties +2 -0
- package/dist/i18n/messagebundle_en_US_saptrc.properties +2 -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/NewMail.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-NewMail.js +22 -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-NewMail.js +55 -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-NewMail.js +19 -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 +595 -0
- package/src/MediaGalleryItem.hbs +22 -0
- package/src/MediaGalleryItem.js +334 -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 +2 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +2 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +2 -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-NewMail.svg +21 -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-NewMail.svg +54 -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-NewMail.svg +18 -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
package/dist/api.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"visibility": "public",
|
|
14
14
|
"since": "1.0.0-rc.11",
|
|
15
15
|
"extends": "UI5Element",
|
|
16
|
-
"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>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/Bar.js\";</code>",
|
|
16
|
+
"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
17
|
"constructor": { "visibility": "public" },
|
|
18
18
|
"properties": [
|
|
19
19
|
{
|
|
@@ -92,6 +92,115 @@
|
|
|
92
92
|
}
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"kind": "class",
|
|
97
|
+
"name": "sap.ui.webcomponents.fiori.DynamicSideContent",
|
|
98
|
+
"basename": "DynamicSideContent",
|
|
99
|
+
"tagname": "ui5-dynamic-side-content",
|
|
100
|
+
"resource": "DynamicSideContent.js",
|
|
101
|
+
"module": "DynamicSideContent",
|
|
102
|
+
"static": true,
|
|
103
|
+
"visibility": "public",
|
|
104
|
+
"since": "1.1.0",
|
|
105
|
+
"extends": "UI5Element",
|
|
106
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe DynamicSideContent (<code>ui5-dynamic-side-content</code>) is a layout component that allows additional content to be displayed in a way that flexibly adapts to different screen sizes. The side content appears in a container next to or directly below the main content (it doesn't overlay). When the side content is triggered, the main content becomes narrower (if appearing side-by-side). The side content contains a separate scrollbar when appearing next to the main content.\n\n<h3>Usage</h3>\n\n<i>When to use?</i>\n\nUse this component if you want to display relevant information that is not critical for users to complete a task. Users should have access to all the key functions and critical information in the app even if they do not see the side content. This is important because on smaller screen sizes it may be difficult to display the side content in a way that is easily accessible for the user.\n\n<i>When not to use?</i>\n\nDon't use it if you want to display navigation or critical information that prevents users from completing a task when they have no access to the side content.\n\n<h3>Responsive Behavior</h3>\n\nScreen width > 1440px\n\n<ul><li>Main vs. side content ratio is 75 vs. 25 percent (with a minimum of 320px each).</li> <li>If the application defines a trigger, the side content can be hidden.</li></ul>\n\nScreen width <= 1440px and > 1024px\n\n<ul><li>Main vs. side content ratio is 66.666 vs. 33.333 percent (with a minimum of 320px each). If the side content width falls below 320 px, it automatically slides under the main content, unless the app development team specifies that it should disappear.</li></ul>\n\nScreen width <= 1024px and > 720px\n\n<ul><li>The side content ratio is fixed to 340px, and the main content takes the rest of the width. Only if the <code>sideContentFallDown</code> is set to <code>OnMinimumWidth</code> and screen width is <= 960px and > 720px the side content falls below the main content.</li></ul>\n\nScreen width <= 720px (for example on a mobile device)\n\n<ul><li>In this case, the side content automatically disappears from the screen (unless specified to stay under the content by setting of <code>sideContentVisibility</code> property to <code>AlwaysShow</code>) and can be triggered from a pre-set trigger (specified within the app). When the side content is triggered, it replaces the main content. We recommend that you always place the trigger for the side content in the same location, such as in the app footer.</li></ul>\n\nA special case allows switching the comparison mode between the main and side content. In this case, the screen is split into 50:50 percent for main vs. side content. The responsive behavior of the equal split is the same as in the standard view - the side content disappears on screen widths of less than 720 px and can only be viewed by triggering it.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/DynamicSideContent\";</code>",
|
|
107
|
+
"constructor": { "visibility": "public" },
|
|
108
|
+
"properties": [
|
|
109
|
+
{
|
|
110
|
+
"name": "equalSplit",
|
|
111
|
+
"visibility": "public",
|
|
112
|
+
"type": "boolean",
|
|
113
|
+
"description": "Defines whether the component is in equal split mode. In this mode, the side and the main content take 50:50 percent of the container on all screen sizes except for phone, where the main and side contents are switching visibility using the toggle method.",
|
|
114
|
+
"defaultValue": "false"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "hideMainContent",
|
|
118
|
+
"visibility": "public",
|
|
119
|
+
"type": "boolean",
|
|
120
|
+
"description": "Defines the visibility of the main content.",
|
|
121
|
+
"defaultValue": "false"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "hideSideContent",
|
|
125
|
+
"visibility": "public",
|
|
126
|
+
"type": "boolean",
|
|
127
|
+
"description": "Defines the visibility of the side content.",
|
|
128
|
+
"defaultValue": "false"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "sideContentFallDown",
|
|
132
|
+
"visibility": "public",
|
|
133
|
+
"type": "SideContentFallDown",
|
|
134
|
+
"description": "Defines on which breakpoints the side content falls down below the main content.\n\n<br><br> <b>The available values are:</b>\n\n<ul> <li><code>BelowXL</code></li> <li><code>BelowL</code></li> <li><code>BelowM</code></li> <li><code>OnMinimumWidth</code></li> </ul>",
|
|
135
|
+
"defaultValue": "\"OnMinimumWidth\""
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "sideContentPosition",
|
|
139
|
+
"visibility": "public",
|
|
140
|
+
"type": "SideContentPosition",
|
|
141
|
+
"description": "Defines whether the side content is positioned before the main content (left side in LTR mode), or after the the main content (right side in LTR mode).\n\n<br><br> <b>The available values are:</b>\n\n<ul> <li><code>Start</code></li> <li><code>End</code></li> </ul>",
|
|
142
|
+
"defaultValue": "\"End\""
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "sideContentVisibility",
|
|
146
|
+
"visibility": "public",
|
|
147
|
+
"type": "SideContentVisibility",
|
|
148
|
+
"description": "Defines on which breakpoints the side content is visible.\n\n<br><br> <b>The available values are:</b>\n\n<ul> <li><code>AlwaysShow</code></li> <li><code>ShowAboveL</code></li> <li><code>ShowAboveM</code></li> <li><code>ShowAboveS</code></li> <li><code>NeverShow</code></li> </ul>",
|
|
149
|
+
"defaultValue": "\"ShowAboveS\""
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"slots": [
|
|
153
|
+
{
|
|
154
|
+
"name": "default",
|
|
155
|
+
"visibility": "public",
|
|
156
|
+
"type": "HTMLElement[]",
|
|
157
|
+
"description": "Defines the main content."
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "sideContent",
|
|
161
|
+
"visibility": "public",
|
|
162
|
+
"type": "HTMLElement[]",
|
|
163
|
+
"description": "Defines the side content."
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"events": [
|
|
167
|
+
{
|
|
168
|
+
"name": "layout-change",
|
|
169
|
+
"visibility": "public",
|
|
170
|
+
"parameters": [
|
|
171
|
+
{
|
|
172
|
+
"name": "currentBreakpoint",
|
|
173
|
+
"type": "String",
|
|
174
|
+
"description": "the current breakpoint."
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "previousBreakpoint",
|
|
178
|
+
"type": "String",
|
|
179
|
+
"description": "the breakpoint that was active before change to current breakpoint."
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "mainContentVisible",
|
|
183
|
+
"type": "Boolean",
|
|
184
|
+
"description": "visibility of the main content."
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "sideContentVisible",
|
|
188
|
+
"type": "Boolean",
|
|
189
|
+
"description": "visibility of the side content."
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"description": "Fires when the current breakpoint has been changed."
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"methods": [
|
|
196
|
+
{
|
|
197
|
+
"name": "toggleContents",
|
|
198
|
+
"visibility": "public",
|
|
199
|
+
"returnValue": { "type": "String" },
|
|
200
|
+
"description": "Toggles visibility of main and side contents on S screen size (mobile device)."
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
},
|
|
95
204
|
{
|
|
96
205
|
"kind": "class",
|
|
97
206
|
"name": "sap.ui.webcomponents.fiori.FilterItem",
|
|
@@ -168,7 +277,7 @@
|
|
|
168
277
|
"visibility": "public",
|
|
169
278
|
"since": "1.0.0-rc.8",
|
|
170
279
|
"extends": "UI5Element",
|
|
171
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>FlexibleColumnLayout</code> implements the master-detail-detail paradigm by displaying up to three pages in separate columns. There are several possible layouts that can be changed either with the component API, or by pressing the arrows, displayed between the columns.\n\n<h3>Usage</h3>\n\nUse this component for applications that need to display several logical levels of related information side by side (e.g. list of items, item, sub-item, etc.). The Component is flexible in a sense that the application can focus the user's attention on one particular column.\n\n<h3>Responsive Behavior</h3>\n\nThe <code>FlexibleColumnLayout</code> automatically displays the maximum possible number of columns based on <code>layout</code> property and the window size. The component would display 1 column for window size smaller than 599px, up to two columns between 599px and 1023px, and 3 columns for sizes bigger than 1023px.\n\n<br><br> <h3>Keyboard Handling</h3>\n\n<ul> <li>[SPACE, ENTER, RETURN] - If focus is on the layout toggle button (arrow button), once activated, it triggers the associated action (such as expand/collapse the column).</li> </ul> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/FlexibleColumnLayout.js\";</code>",
|
|
280
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>FlexibleColumnLayout</code> implements the master-detail-detail paradigm by displaying up to three pages in separate columns. There are several possible layouts that can be changed either with the component API, or by pressing the arrows, displayed between the columns.\n\n<h3>Usage</h3>\n\nUse this component for applications that need to display several logical levels of related information side by side (e.g. list of items, item, sub-item, etc.). The Component is flexible in a sense that the application can focus the user's attention on one particular column.\n\n<h3>Responsive Behavior</h3>\n\nThe <code>FlexibleColumnLayout</code> automatically displays the maximum possible number of columns based on <code>layout</code> property and the window size. The component would display 1 column for window size smaller than 599px, up to two columns between 599px and 1023px, and 3 columns for sizes bigger than 1023px.\n\n<br><br> <h3>Keyboard Handling</h3>\n\n<h4>Basic Navigation</h4> <ul> <li>[SPACE, ENTER, RETURN] - If focus is on the layout toggle button (arrow button), once activated, it triggers the associated action (such as expand/collapse the column).</li> <li>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></li> </ul>\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/FlexibleColumnLayout.js\";</code>",
|
|
172
281
|
"constructor": { "visibility": "public" },
|
|
173
282
|
"properties": [
|
|
174
283
|
{
|
|
@@ -177,12 +286,19 @@
|
|
|
177
286
|
"type": "Object",
|
|
178
287
|
"description": "Allows the user to replace the whole layouts configuration"
|
|
179
288
|
},
|
|
289
|
+
{
|
|
290
|
+
"name": "accessibilityRoles",
|
|
291
|
+
"visibility": "public",
|
|
292
|
+
"since": "1.1.0",
|
|
293
|
+
"type": "object",
|
|
294
|
+
"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
|
+
},
|
|
180
296
|
{
|
|
181
297
|
"name": "accessibilityTexts",
|
|
182
298
|
"visibility": "public",
|
|
183
299
|
"since": "1.0.0-rc.11",
|
|
184
300
|
"type": "object",
|
|
185
|
-
"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"
|
|
301
|
+
"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>"
|
|
186
302
|
},
|
|
187
303
|
{
|
|
188
304
|
"name": "columnLayout",
|
|
@@ -339,7 +455,7 @@
|
|
|
339
455
|
"name": "name",
|
|
340
456
|
"visibility": "public",
|
|
341
457
|
"type": "IllustrationMessageType",
|
|
342
|
-
"description": "Defines the illustration name that will be displayed in the component. <br><br> Available illustrations are: <ul> <li><code>BeforeSearch</code></li> <li><code>NoActivities</code></li> <li><code>NoData</code></li> <li><code>
|
|
458
|
+
"description": "Defines the illustration name that will be displayed in the component. <br><br> Available illustrations are: <ul> <li><code>BeforeSearch</code></li> <li><code>NoActivities</code></li> <li><code>NoData</code></li> <li><code>NoMail</code></li> <li><code>NoMail_v1</code></li> <li><code>NoEntries</code></li> <li><code>NoNotifications</code></li> <li><code>NoSavedItems</code></li> <li><code>NoSavedItems_v1</code></li> <li><code>NoSearchResults</code></li> <li><code>NoTasks</code></li> <li><code>NoTasks_v1</code></li> <li><code>UnableToLoad</code></li> <li><code>UnableToLoadImage</code></li> <li><code>UnableToUpload</code></li> <li><code>AddColumn</code></li> <li><code>AddPeople</code></li> <li><code>BalloonSky</code></li> <li><code>Connection</code></li> <li><code>EmptyCalendar</code></li> <li><code>EmptyList</code></li> <li><code>EmptyPlanningCalendar</code></li> <li><code>ErrorScreen</code></li> <li><code>FilterTable</code></li> <li><code>GroupTable</code></li> <li><code>NoFilterResults</code></li> <li><code>PageNotFound</code></li> <li><code>ReloadScreen</code></li> <li><code>ResizeColumn</code></li> <li><code>SearchEarth</code></li> <li><code>SearchFolder</code></li> <li><code>SimpleBalloon</code></li> <li><code>SimpleBell</code></li> <li><code>SimpleCalendar</code></li> <li><code>SimpleCheckMark</code></li> <li><code>SimpleConnection</code></li> <li><code>SimpleEmptyDoc</code></li> <li><code>SimpleEmptyList</code></li> <li><code>SimpleError</code></li> <li><code>SimpleMagnifier</code></li> <li><code>SimpleMail</code></li> <li><code>SimpleNoSavedItems</code></li> <li><code>SimpleNotFoundMagnifier</code></li> <li><code>SimpleReload</code></li> <li><code>SimpleTask</code></li> <li><code>SleepingBell</code></li> <li><code>SortColumn</code></li> <li><code>SuccessBalloon</code></li> <li><code>SuccessCheckMark</code></li> <li><code>SuccessHighFive</code></li> <li><code>SuccessScreen</code></li> <li><code>Tent</code></li> <li><code>UploadCollection</code></li> <li><code>TntCompany</code></li> <li><code>TntExternalLink</code></li> <li><code>TntFaceID</code></li> <li><code>TntFingerprint</code></li> <li><code>TntLock</code></li> <li><code>TntMission</code></li> <li><code>TntNoApplications</code></li> <li><code>TntNoFlows</code></li> <li><code>TntNoUsers</code></li> <li><code>TntRadar</code></li> <li><code>TntServices</code></li> <li><code>TntSessionExpired</code></li> <li><code>TntSessionExpiring</code></li> <li><code>TntSuccess</code></li> <li><code>TntSuccessfulAuth</code></li> <li><code>TntUnlock</code></li> <li><code>TntUnsuccessfulAuth</code></li> </ul> <br><br> <b>Note:</b> By default the <code>BeforeSearch</code> illustration is loaded. <br> When using an illustration type, other than the default, it should be loaded in addition: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/NoData.js\";</code> <br><br> <b>Note:</b> TNT illustrations cointain <code>Tnt</code> prefix in their name. You can import them removing the <code>Tnt</code> prefix like this: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/tnt/SessionExpired.js\";</code>",
|
|
343
459
|
"defaultValue": "\"BeforeSearch\""
|
|
344
460
|
},
|
|
345
461
|
{
|
|
@@ -375,6 +491,16 @@
|
|
|
375
491
|
}
|
|
376
492
|
]
|
|
377
493
|
},
|
|
494
|
+
{
|
|
495
|
+
"kind": "interface",
|
|
496
|
+
"name": "sap.ui.webcomponents.fiori.IMediaGalleryItem",
|
|
497
|
+
"basename": "IMediaGalleryItem",
|
|
498
|
+
"resource": "Interfaces.js",
|
|
499
|
+
"module": "Interfaces",
|
|
500
|
+
"static": true,
|
|
501
|
+
"visibility": "public",
|
|
502
|
+
"description": "Interface for components that can be slotted inside <code>ui5-media-gallery</code> as items."
|
|
503
|
+
},
|
|
378
504
|
{
|
|
379
505
|
"kind": "interface",
|
|
380
506
|
"name": "sap.ui.webcomponents.fiori.INotificationAction",
|
|
@@ -475,6 +601,136 @@
|
|
|
475
601
|
"visibility": "public",
|
|
476
602
|
"description": "Interface for components that may be slotted inside <code>ui5-wizard</code> as wizard steps"
|
|
477
603
|
},
|
|
604
|
+
{
|
|
605
|
+
"kind": "class",
|
|
606
|
+
"name": "sap.ui.webcomponents.fiori.MediaGallery",
|
|
607
|
+
"basename": "MediaGallery",
|
|
608
|
+
"tagname": "ui5-media-gallery",
|
|
609
|
+
"resource": "MediaGallery.js",
|
|
610
|
+
"module": "MediaGallery",
|
|
611
|
+
"static": true,
|
|
612
|
+
"visibility": "public",
|
|
613
|
+
"since": "1.1.0",
|
|
614
|
+
"extends": "UI5Element",
|
|
615
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui-media-gallery</code> component allows the user to browse through multimedia items. Currently, the supported items are images and videos. The items should be defined using the <code>ui5-media-gallery-item</code> component.\n\nThe items are initially displayed as thumbnails. When the user selects a thumbnail, the corresponding item is displayed in larger size. <br> The component is responsive by default and adjusts the position of the menu with respect to viewport size, but the application is able to further customize the layout via the provided API.\n\n<h3>Keyboard Handling</h3> The <code>ui5-media-gallery</code> provides advanced keyboard handling. <br> When the thumbnails menu is focused the following keyboard shortcuts allow the user to navigate through the thumbnail items: <br>\n\n<ul> <li>[UP/DOWN] - Navigates up and down the items</li> <li>[HOME] - Navigates to first item</li> <li>[END] - Navigates to the last item</li> <li>[SPACE/ENTER] - Select an item </ul> <br>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/MediaGallery\";</code> <br> <code>import \"@ui5/webcomponents-fiori/dist/MediaGalleryItem\";</code>",
|
|
616
|
+
"constructor": { "visibility": "public" },
|
|
617
|
+
"properties": [
|
|
618
|
+
{
|
|
619
|
+
"name": "interactiveDisplayArea",
|
|
620
|
+
"visibility": "public",
|
|
621
|
+
"type": "boolean",
|
|
622
|
+
"description": "If enabled, a <code>display-area-click</code> event is fired when the user clicks or taps on the display area. <br> The display area is the central area that contains the enlarged content of the currently selected item.",
|
|
623
|
+
"defaultValue": "false"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "layout",
|
|
627
|
+
"visibility": "public",
|
|
628
|
+
"type": "MediaGalleryLayout",
|
|
629
|
+
"description": "Determines the layout of the component. <br><br> Available options are: <ul> <li><code>Auto</code></li> <li><code>Vertical</code></li> <li><code>Horizontal</code></li> </ul>",
|
|
630
|
+
"defaultValue": "\"Auto\""
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "menuHorizontalAlign",
|
|
634
|
+
"visibility": "public",
|
|
635
|
+
"type": "MediaGalleryMenuHorizontalAlign",
|
|
636
|
+
"description": "Determines the horizontal alignment of the thumbnails menu vs. the central display area. <br><br> Available options are: <ul> <li><code>Left</code></li> <li><code>Right</code></li> </ul>",
|
|
637
|
+
"defaultValue": "\"Left\""
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "menuVerticalAlign",
|
|
641
|
+
"visibility": "public",
|
|
642
|
+
"type": "MediaGalleryMenuVerticalAlign",
|
|
643
|
+
"description": "Determines the vertical alignment of the thumbnails menu vs. the central display area. <br><br> Available options are: <ul> <li><code>Top</code></li> <li><code>Bottom</code></li> </ul>",
|
|
644
|
+
"defaultValue": "\"Bottom\""
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "showAllThumbnails",
|
|
648
|
+
"visibility": "public",
|
|
649
|
+
"type": "boolean",
|
|
650
|
+
"description": "If set to <code>true</code>, all thumbnails are rendered in a scrollable container. If <code>false</code>, only up to five thumbnails are rendered, followed by an overflow button that shows the count of the remaining thumbnails.",
|
|
651
|
+
"defaultValue": "false"
|
|
652
|
+
}
|
|
653
|
+
],
|
|
654
|
+
"slots": [
|
|
655
|
+
{
|
|
656
|
+
"name": "default",
|
|
657
|
+
"propertyName": "items",
|
|
658
|
+
"visibility": "public",
|
|
659
|
+
"type": "sap.ui.webcomponents.fiori.IMediaGalleryItem[]",
|
|
660
|
+
"description": "Defines the component items.\n\n<br><br> <b>Note:</b> Only one selected item is allowed.\n\n<br><br> <b>Note:</b> Use the <code>ui5-media-gallery-item</code> component to define the desired items."
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
"events": [
|
|
664
|
+
{
|
|
665
|
+
"name": "display-area-click",
|
|
666
|
+
"visibility": "public",
|
|
667
|
+
"description": "Fired when the display area is clicked.<br> The display area is the central area that contains the enlarged content of the currently selected item."
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "overflow-click",
|
|
671
|
+
"visibility": "public",
|
|
672
|
+
"description": "Fired when the thumbnails overflow button is clicked."
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "selection-change",
|
|
676
|
+
"visibility": "public",
|
|
677
|
+
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "the selected item." } ],
|
|
678
|
+
"description": "Fired when selection is changed by user interaction."
|
|
679
|
+
}
|
|
680
|
+
]
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"kind": "class",
|
|
684
|
+
"name": "sap.ui.webcomponents.fiori.MediaGalleryItem",
|
|
685
|
+
"basename": "MediaGalleryItem",
|
|
686
|
+
"tagname": "ui5-media-gallery-item",
|
|
687
|
+
"resource": "MediaGalleryItem.js",
|
|
688
|
+
"module": "MediaGalleryItem",
|
|
689
|
+
"static": true,
|
|
690
|
+
"visibility": "public",
|
|
691
|
+
"since": "1.1.0",
|
|
692
|
+
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
693
|
+
"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>",
|
|
695
|
+
"constructor": { "visibility": "public" },
|
|
696
|
+
"properties": [
|
|
697
|
+
{
|
|
698
|
+
"name": "disabled",
|
|
699
|
+
"visibility": "public",
|
|
700
|
+
"type": "boolean",
|
|
701
|
+
"description": "Defines whether the component is in disabled state.",
|
|
702
|
+
"defaultValue": "false"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "layout",
|
|
706
|
+
"visibility": "public",
|
|
707
|
+
"type": "MediaGalleryItemLayout",
|
|
708
|
+
"description": "Determines the layout of the item container. <br><br> Available options are: <ul> <li><code>Square</code></li> <li><code>Wide</code></li> </ul>",
|
|
709
|
+
"defaultValue": "\"Square\""
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "selected",
|
|
713
|
+
"visibility": "public",
|
|
714
|
+
"type": "boolean",
|
|
715
|
+
"description": "Defines the selected state of the component.",
|
|
716
|
+
"defaultValue": "false"
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"slots": [
|
|
720
|
+
{
|
|
721
|
+
"name": "default",
|
|
722
|
+
"visibility": "public",
|
|
723
|
+
"type": "HTMLElement[]",
|
|
724
|
+
"description": "Defines the content of the component."
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "thumbnail",
|
|
728
|
+
"visibility": "public",
|
|
729
|
+
"type": "HTMLElement[]",
|
|
730
|
+
"description": "Defines the content of the thumbnail."
|
|
731
|
+
}
|
|
732
|
+
]
|
|
733
|
+
},
|
|
478
734
|
{
|
|
479
735
|
"kind": "class",
|
|
480
736
|
"name": "sap.ui.webcomponents.fiori.NotificationAction",
|
|
@@ -859,9 +1115,16 @@
|
|
|
859
1115
|
"visibility": "public",
|
|
860
1116
|
"since": "0.8.0",
|
|
861
1117
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
862
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-shellbar</code> is meant to serve as an application header and includes numerous built-in features, such as: logo, profile image/icon, title, search field, notifications and so on. <br><br>\n\n<h3>Stable DOM Refs</h3>\n\nYou can use the following stable DOM refs for the <code>ui5-shellbar</code>: <ul> <li>logo</li> <li>copilot</li> <li>notifications</li> <li>overflow</li> <li>profile</li> <li>product-switch</li> </ul>\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-shellbar</code> exposes the following CSS Shadow Parts: <ul> <li>root - Used to style the outermost wrapper of the <code>ui5-shellbar</code></li> </ul>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/ShellBar\";</code>",
|
|
1118
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-shellbar</code> is meant to serve as an application header and includes numerous built-in features, such as: logo, profile image/icon, title, search field, notifications and so on. <br><br>\n\n<h3>Stable DOM Refs</h3>\n\nYou can use the following stable DOM refs for the <code>ui5-shellbar</code>: <ul> <li>logo</li> <li>copilot</li> <li>notifications</li> <li>overflow</li> <li>profile</li> <li>product-switch</li> </ul>\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-shellbar</code> exposes the following CSS Shadow Parts: <ul> <li>root - Used to style the outermost wrapper of the <code>ui5-shellbar</code></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> <code>import \"@ui5/webcomponents-fiori/dist/ShellBar\";</code>",
|
|
863
1119
|
"constructor": { "visibility": "public" },
|
|
864
1120
|
"properties": [
|
|
1121
|
+
{
|
|
1122
|
+
"name": "accessibilityTexts",
|
|
1123
|
+
"visibility": "public",
|
|
1124
|
+
"since": "1.1.0",
|
|
1125
|
+
"type": "object",
|
|
1126
|
+
"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
|
+
},
|
|
865
1128
|
{
|
|
866
1129
|
"name": "copilotDomRef",
|
|
867
1130
|
"readonly": "true",
|
|
@@ -1149,7 +1412,7 @@
|
|
|
1149
1412
|
"visibility": "public",
|
|
1150
1413
|
"since": "1.0.0-rc.8",
|
|
1151
1414
|
"extends": "UI5Element",
|
|
1152
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>SideNavigation</code> is used as a standard menu in applications. It consists of three containers: header (top-aligned), main navigation section (top-aligned) and the secondary section (bottom-aligned). <ul> <li>The header is meant for displaying user related information - profile data, avatar, etc.</li> <li>The main navigation section is related to the user’s current work context</li> <li>The secondary section is mostly used to link additional information that may be of interest (legal information, developer communities, external help, contact information and so on). </li> </ul>\n\n<h3>Usage</h3>\n\nUse the available <code>ui5-side-navigation-item</code> and <code>ui5-side-navigation-sub-item</code> components to build your menu. The items can consist of text only or an icon with text. The use or non-use of icons must be consistent for all items on one level. You must not combine entries with and without icons on the same level. We strongly recommend that you do not use icons on the second level.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/SideNavigation.js\";</code> <br> <code>import \"@ui5/webcomponents-fiori/dist/SideNavigationItem.js\";</code> (for <code>ui5-side-navigation-item</code>) <br> <code>import \"@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js\";</code> (for <code>ui5-side-navigation-sub-item</code>)",
|
|
1415
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>SideNavigation</code> is used as a standard menu in applications. It consists of three containers: header (top-aligned), main navigation section (top-aligned) and the secondary section (bottom-aligned). <ul> <li>The header is meant for displaying user related information - profile data, avatar, etc.</li> <li>The main navigation section is related to the user’s current work context</li> <li>The secondary section is mostly used to link additional information that may be of interest (legal information, developer communities, external help, contact information and so on). </li> </ul>\n\n<h3>Usage</h3>\n\nUse the available <code>ui5-side-navigation-item</code> and <code>ui5-side-navigation-sub-item</code> components to build your menu. The items can consist of text only or an icon with text. The use or non-use of icons must be consistent for all items on one level. You must not combine entries with and without icons on the same level. We strongly recommend that you do not use icons on the second level.\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/SideNavigation.js\";</code> <br> <code>import \"@ui5/webcomponents-fiori/dist/SideNavigationItem.js\";</code> (for <code>ui5-side-navigation-item</code>) <br> <code>import \"@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js\";</code> (for <code>ui5-side-navigation-sub-item</code>)",
|
|
1153
1416
|
"constructor": { "visibility": "public" },
|
|
1154
1417
|
"properties": [
|
|
1155
1418
|
{
|
|
@@ -1540,59 +1803,299 @@
|
|
|
1540
1803
|
"description": "Different illustration types of Illustrated Message.",
|
|
1541
1804
|
"constructor": { "visibility": "public" },
|
|
1542
1805
|
"properties": [
|
|
1806
|
+
{
|
|
1807
|
+
"name": "AddColumn",
|
|
1808
|
+
"visibility": "public",
|
|
1809
|
+
"type": "AddColumn",
|
|
1810
|
+
"description": "\"Add Column\" illustration type."
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"name": "AddPeople",
|
|
1814
|
+
"visibility": "public",
|
|
1815
|
+
"type": "AddPeople",
|
|
1816
|
+
"description": "\"Add People\" illustration type."
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"name": "BalloonSky",
|
|
1820
|
+
"visibility": "public",
|
|
1821
|
+
"type": "BalloonSky",
|
|
1822
|
+
"description": "\"Balloon Sky\" illustration type."
|
|
1823
|
+
},
|
|
1543
1824
|
{
|
|
1544
1825
|
"name": "BeforeSearch",
|
|
1545
1826
|
"visibility": "public",
|
|
1546
1827
|
"type": "BeforeSearch",
|
|
1547
|
-
"description": "\"
|
|
1828
|
+
"description": "\"Before Search\" illustration type."
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"name": "Connection",
|
|
1832
|
+
"visibility": "public",
|
|
1833
|
+
"type": "Connection",
|
|
1834
|
+
"description": "\"Connection\" illustration type."
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"name": "EmptyCalendar",
|
|
1838
|
+
"visibility": "public",
|
|
1839
|
+
"type": "EmptyCalendar",
|
|
1840
|
+
"description": "\"Empty Calendar\" illustration type."
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"name": "EmptyList",
|
|
1844
|
+
"visibility": "public",
|
|
1845
|
+
"type": "EmptyList",
|
|
1846
|
+
"description": "\"Empty List\" illustration type."
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"name": "EmptyPlanningCalendar",
|
|
1850
|
+
"visibility": "public",
|
|
1851
|
+
"type": "EmptyPlanningCalendar",
|
|
1852
|
+
"description": "\"Empty Planning Calendar\" illustration type."
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "ErrorScreen",
|
|
1856
|
+
"visibility": "public",
|
|
1857
|
+
"type": "ErrorScreen",
|
|
1858
|
+
"description": "\"Error Screen\" illustration type."
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "FilterTable",
|
|
1862
|
+
"visibility": "public",
|
|
1863
|
+
"type": "FilterTable",
|
|
1864
|
+
"description": "\"Filter Table\" illustration type."
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"name": "GroupTable",
|
|
1868
|
+
"visibility": "public",
|
|
1869
|
+
"type": "GroupTable",
|
|
1870
|
+
"description": "\"Group Table\" illustration type."
|
|
1548
1871
|
},
|
|
1549
1872
|
{
|
|
1550
1873
|
"name": "NoActivities",
|
|
1551
1874
|
"visibility": "public",
|
|
1552
1875
|
"type": "NoActivities",
|
|
1553
|
-
"description": "\"
|
|
1876
|
+
"description": "\"No Activities\" illustration type."
|
|
1554
1877
|
},
|
|
1555
1878
|
{
|
|
1556
1879
|
"name": "NoData",
|
|
1557
1880
|
"visibility": "public",
|
|
1558
1881
|
"type": "NoData",
|
|
1559
|
-
"description": "\"
|
|
1882
|
+
"description": "\"No Data\" illustration type."
|
|
1560
1883
|
},
|
|
1561
1884
|
{
|
|
1562
1885
|
"name": "NoEntries",
|
|
1563
1886
|
"visibility": "public",
|
|
1564
1887
|
"type": "NoEntries",
|
|
1565
|
-
"description": "\"
|
|
1888
|
+
"description": "\"No Entries\" illustration type."
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"name": "NoFilterResults",
|
|
1892
|
+
"visibility": "public",
|
|
1893
|
+
"type": "NoFilterResults",
|
|
1894
|
+
"description": "\"No Filter Results\" illustration type."
|
|
1566
1895
|
},
|
|
1567
1896
|
{
|
|
1568
1897
|
"name": "NoMail",
|
|
1569
1898
|
"visibility": "public",
|
|
1570
1899
|
"type": "NoMail",
|
|
1571
|
-
"description": "\"
|
|
1900
|
+
"description": "\"No Email\" illustration type."
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"name": "NoMail_v1",
|
|
1904
|
+
"visibility": "public",
|
|
1905
|
+
"type": "NoMail_v1",
|
|
1906
|
+
"description": "\"No Email v1\" illustration type."
|
|
1572
1907
|
},
|
|
1573
1908
|
{
|
|
1574
1909
|
"name": "NoNotifications",
|
|
1575
1910
|
"visibility": "public",
|
|
1576
1911
|
"type": "NoNotifications",
|
|
1577
|
-
"description": "\"
|
|
1912
|
+
"description": "\"No Notifications\" illustration type."
|
|
1578
1913
|
},
|
|
1579
1914
|
{
|
|
1580
1915
|
"name": "NoSavedItems",
|
|
1581
1916
|
"visibility": "public",
|
|
1582
1917
|
"type": "NoSavedItems",
|
|
1583
|
-
"description": "\"
|
|
1918
|
+
"description": "\"No Saved Items\" illustration type."
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"name": "NoSavedItems_v1",
|
|
1922
|
+
"visibility": "public",
|
|
1923
|
+
"type": "NoSavedItems_v1",
|
|
1924
|
+
"description": "\"No Saved Items v1\" illustration type."
|
|
1584
1925
|
},
|
|
1585
1926
|
{
|
|
1586
1927
|
"name": "NoSearchResults",
|
|
1587
1928
|
"visibility": "public",
|
|
1588
1929
|
"type": "NoSearchResults",
|
|
1589
|
-
"description": "\"
|
|
1930
|
+
"description": "\"No Search Results\" illustration type."
|
|
1590
1931
|
},
|
|
1591
1932
|
{
|
|
1592
1933
|
"name": "NoTasks",
|
|
1593
1934
|
"visibility": "public",
|
|
1594
1935
|
"type": "NoTasks",
|
|
1595
|
-
"description": "\"
|
|
1936
|
+
"description": "\"No Tasks\" illustration type."
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"name": "NoTasks_v1",
|
|
1940
|
+
"visibility": "public",
|
|
1941
|
+
"type": "NoTasks_v1",
|
|
1942
|
+
"description": "\"No Tasks v1\" illustration type."
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"name": "PageNotFound",
|
|
1946
|
+
"visibility": "public",
|
|
1947
|
+
"type": "PageNotFound",
|
|
1948
|
+
"description": "\"Page Not Found\" illustration type."
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "ReloadScreen",
|
|
1952
|
+
"visibility": "public",
|
|
1953
|
+
"type": "ReloadScreen",
|
|
1954
|
+
"description": "\"Reload Screen\" illustration type."
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
"name": "ResizeColumn",
|
|
1958
|
+
"visibility": "public",
|
|
1959
|
+
"type": "ResizeColumn",
|
|
1960
|
+
"description": "\"Resize Column\" illustration type."
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"name": "SearchEarth",
|
|
1964
|
+
"visibility": "public",
|
|
1965
|
+
"type": "SearchEarth",
|
|
1966
|
+
"description": "\"Search Earth\" illustration type."
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"name": "SearchFolder",
|
|
1970
|
+
"visibility": "public",
|
|
1971
|
+
"type": "SearchFolder",
|
|
1972
|
+
"description": "\"Search Folder\" illustration type."
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "SimpleBalloon",
|
|
1976
|
+
"visibility": "public",
|
|
1977
|
+
"type": "SimpleBalloon",
|
|
1978
|
+
"description": "\"Simple Balloon\" illustration type."
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"name": "SimpleBell",
|
|
1982
|
+
"visibility": "public",
|
|
1983
|
+
"type": "SimpleBell",
|
|
1984
|
+
"description": "\"Simple Bell\" illustration type."
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"name": "SimpleCalendar",
|
|
1988
|
+
"visibility": "public",
|
|
1989
|
+
"type": "SimpleCalendar",
|
|
1990
|
+
"description": "\"Simple Calendar\" illustration type."
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"name": "SimpleCheckMark",
|
|
1994
|
+
"visibility": "public",
|
|
1995
|
+
"type": "SimpleCheckMark",
|
|
1996
|
+
"description": "\"Simple CheckMark\" illustration type."
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "SimpleConnection",
|
|
2000
|
+
"visibility": "public",
|
|
2001
|
+
"type": "SimpleConnection",
|
|
2002
|
+
"description": "\"Simple Connection\" illustration type."
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"name": "SimpleEmptyDoc",
|
|
2006
|
+
"visibility": "public",
|
|
2007
|
+
"type": "SimpleEmptyDoc",
|
|
2008
|
+
"description": "\"Simple Empty Doc\" illustration type."
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"name": "SimpleEmptyList",
|
|
2012
|
+
"visibility": "public",
|
|
2013
|
+
"type": "SimpleEmptyList",
|
|
2014
|
+
"description": "\"Simple Empty List\" illustration type."
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"name": "SimpleError",
|
|
2018
|
+
"visibility": "public",
|
|
2019
|
+
"type": "SimpleError",
|
|
2020
|
+
"description": "\"Simple Error\" illustration type."
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"name": "SimpleMagnifier",
|
|
2024
|
+
"visibility": "public",
|
|
2025
|
+
"type": "SimpleMagnifier",
|
|
2026
|
+
"description": "\"Simple Magnifier\" illustration type."
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"name": "SimpleMail",
|
|
2030
|
+
"visibility": "public",
|
|
2031
|
+
"type": "SimpleMail",
|
|
2032
|
+
"description": "\"Simple Mail\" illustration type."
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "SimpleNoSavedItems",
|
|
2036
|
+
"visibility": "public",
|
|
2037
|
+
"type": "SimpleNoSavedItems",
|
|
2038
|
+
"description": "\"Simple No Saved Items\" illustration type."
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"name": "SimpleNotFoundMagnifier",
|
|
2042
|
+
"visibility": "public",
|
|
2043
|
+
"type": "SimpleNotFoundMagnifier",
|
|
2044
|
+
"description": "\"Simple Not Found Magnifier\" illustration type."
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"name": "SimpleReload",
|
|
2048
|
+
"visibility": "public",
|
|
2049
|
+
"type": "SimpleReload",
|
|
2050
|
+
"description": "\"Simple Reload\" illustration type."
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "SimpleTask",
|
|
2054
|
+
"visibility": "public",
|
|
2055
|
+
"type": "SimpleTask",
|
|
2056
|
+
"description": "\"Simple Task\" illustration type."
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "SleepingBell",
|
|
2060
|
+
"visibility": "public",
|
|
2061
|
+
"type": "SleepingBell",
|
|
2062
|
+
"description": "\"Sleeping Bell\" illustration type."
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"name": "SortColumn",
|
|
2066
|
+
"visibility": "public",
|
|
2067
|
+
"type": "SortColumn",
|
|
2068
|
+
"description": "\"Sort Column\" illustration type."
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"name": "SuccessBalloon",
|
|
2072
|
+
"visibility": "public",
|
|
2073
|
+
"type": "SuccessBalloon",
|
|
2074
|
+
"description": "\"Success Balloon\" illustration type."
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "SuccessCheckMark",
|
|
2078
|
+
"visibility": "public",
|
|
2079
|
+
"type": "SuccessCheckMark",
|
|
2080
|
+
"description": "\"Success CheckMark\" illustration type."
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"name": "SuccessHighFive",
|
|
2084
|
+
"visibility": "public",
|
|
2085
|
+
"type": "SuccessHighFive",
|
|
2086
|
+
"description": "\"Success HighFive\" illustration type."
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"name": "SuccessScreen",
|
|
2090
|
+
"visibility": "public",
|
|
2091
|
+
"type": "SuccessScreen",
|
|
2092
|
+
"description": "\"Success Screen\" illustration type."
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"name": "Tent",
|
|
2096
|
+
"visibility": "public",
|
|
2097
|
+
"type": "Tent",
|
|
2098
|
+
"description": "\"Tent\" illustration type."
|
|
1596
2099
|
},
|
|
1597
2100
|
{
|
|
1598
2101
|
"name": "TntCodePlaceholder",
|
|
@@ -1706,13 +2209,135 @@
|
|
|
1706
2209
|
"name": "UnableToLoad",
|
|
1707
2210
|
"visibility": "public",
|
|
1708
2211
|
"type": "UnableToLoad",
|
|
1709
|
-
"description": "\"
|
|
2212
|
+
"description": "\"Unable To Load\" illustration type."
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"name": "UnableToLoadImage",
|
|
2216
|
+
"visibility": "public",
|
|
2217
|
+
"type": "UnableToLoadImage",
|
|
2218
|
+
"description": "\"Unable To Load Image\" illustration type."
|
|
1710
2219
|
},
|
|
1711
2220
|
{
|
|
1712
2221
|
"name": "UnableToUpload",
|
|
1713
2222
|
"visibility": "public",
|
|
1714
2223
|
"type": "UnableToUpload",
|
|
1715
|
-
"description": "\"
|
|
2224
|
+
"description": "\"Unable To Upload\" illustration type."
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"name": "UploadCollection",
|
|
2228
|
+
"visibility": "public",
|
|
2229
|
+
"type": "UploadCollection",
|
|
2230
|
+
"description": "\"Upload Collection\" illustration type."
|
|
2231
|
+
}
|
|
2232
|
+
],
|
|
2233
|
+
"slots": []
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"kind": "class",
|
|
2237
|
+
"name": "sap.ui.webcomponents.fiori.types.MediaGalleryItemLayout",
|
|
2238
|
+
"basename": "MediaGalleryItemLayout",
|
|
2239
|
+
"resource": "types/MediaGalleryItemLayout.js",
|
|
2240
|
+
"module": "types/MediaGalleryItemLayout",
|
|
2241
|
+
"static": true,
|
|
2242
|
+
"visibility": "public",
|
|
2243
|
+
"description": "Defines the layout of the content displayed in the <code>ui5-media-gallery-item</code>.",
|
|
2244
|
+
"constructor": { "visibility": "public" },
|
|
2245
|
+
"properties": [
|
|
2246
|
+
{
|
|
2247
|
+
"name": "Square",
|
|
2248
|
+
"visibility": "public",
|
|
2249
|
+
"type": "Square",
|
|
2250
|
+
"description": "Recommended to use when the item contains an image.<br> When a thumbnail is selected, it makes the corresponding enlarged content appear in a square display area."
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"name": "Wide",
|
|
2254
|
+
"visibility": "public",
|
|
2255
|
+
"type": "Wide",
|
|
2256
|
+
"description": "Recommended to use when the item contains video content.<br> When a thumbnail is selected, it makes the corresponding enlarged content appear in a wide display area (stretched to fill all of the available width) for optimal user experiance."
|
|
2257
|
+
}
|
|
2258
|
+
],
|
|
2259
|
+
"slots": []
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"kind": "class",
|
|
2263
|
+
"name": "sap.ui.webcomponents.fiori.types.MediaGalleryLayout",
|
|
2264
|
+
"basename": "MediaGalleryLayout",
|
|
2265
|
+
"resource": "types/MediaGalleryLayout.js",
|
|
2266
|
+
"module": "types/MediaGalleryLayout",
|
|
2267
|
+
"static": true,
|
|
2268
|
+
"visibility": "public",
|
|
2269
|
+
"description": "Defines the layout type of the thumbnails list of the <code>ui5-media-gallery</code> component.",
|
|
2270
|
+
"constructor": { "visibility": "public" },
|
|
2271
|
+
"properties": [
|
|
2272
|
+
{
|
|
2273
|
+
"name": "Auto",
|
|
2274
|
+
"visibility": "public",
|
|
2275
|
+
"type": "Left",
|
|
2276
|
+
"description": "The layout is determined automatically."
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"name": "Horizontal",
|
|
2280
|
+
"visibility": "public",
|
|
2281
|
+
"type": "Right",
|
|
2282
|
+
"description": "Displays the layout as a horizontal split between the thumbnails list and the selected image."
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"name": "Vertical",
|
|
2286
|
+
"visibility": "public",
|
|
2287
|
+
"type": "Left",
|
|
2288
|
+
"description": "Displays the layout as a vertical split between the thumbnails list and the selected image."
|
|
2289
|
+
}
|
|
2290
|
+
],
|
|
2291
|
+
"slots": []
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"kind": "class",
|
|
2295
|
+
"name": "sap.ui.webcomponents.fiori.types.MediaGalleryMenuHorizontalAlign",
|
|
2296
|
+
"basename": "MediaGalleryMenuHorizontalAlign",
|
|
2297
|
+
"resource": "types/MediaGalleryMenuHorizontalAlign.js",
|
|
2298
|
+
"module": "types/MediaGalleryMenuHorizontalAlign",
|
|
2299
|
+
"static": true,
|
|
2300
|
+
"visibility": "public",
|
|
2301
|
+
"description": "Defines the horizontal alignment of the thumbnails menu of the <code>ui5-media-gallery</code> component.",
|
|
2302
|
+
"constructor": { "visibility": "public" },
|
|
2303
|
+
"properties": [
|
|
2304
|
+
{
|
|
2305
|
+
"name": "Left",
|
|
2306
|
+
"visibility": "public",
|
|
2307
|
+
"type": "Left",
|
|
2308
|
+
"description": "Displays the menu on the left side of the target."
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"name": "Right",
|
|
2312
|
+
"visibility": "public",
|
|
2313
|
+
"type": "Right",
|
|
2314
|
+
"description": "Displays the menu on the right side of the target."
|
|
2315
|
+
}
|
|
2316
|
+
],
|
|
2317
|
+
"slots": []
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"kind": "class",
|
|
2321
|
+
"name": "sap.ui.webcomponents.fiori.types.MediaGalleryMenuVerticalAlign",
|
|
2322
|
+
"basename": "MediaGalleryMenuVerticalAlign",
|
|
2323
|
+
"resource": "types/MediaGalleryMenuVerticalAlign.js",
|
|
2324
|
+
"module": "types/MediaGalleryMenuVerticalAlign",
|
|
2325
|
+
"static": true,
|
|
2326
|
+
"visibility": "public",
|
|
2327
|
+
"description": "Types for the vertical alignment of the thumbnails menu of the <code>ui5-media-gallery</code> component.",
|
|
2328
|
+
"constructor": { "visibility": "public" },
|
|
2329
|
+
"properties": [
|
|
2330
|
+
{
|
|
2331
|
+
"name": "Bottom",
|
|
2332
|
+
"visibility": "public",
|
|
2333
|
+
"type": "Bottom",
|
|
2334
|
+
"description": "Displays the menu at the bottom of the reference control."
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "Top",
|
|
2338
|
+
"visibility": "public",
|
|
2339
|
+
"type": "Top",
|
|
2340
|
+
"description": "Displays the menu at the top of the reference control."
|
|
1716
2341
|
}
|
|
1717
2342
|
],
|
|
1718
2343
|
"slots": []
|
|
@@ -1748,6 +2373,114 @@
|
|
|
1748
2373
|
],
|
|
1749
2374
|
"slots": []
|
|
1750
2375
|
},
|
|
2376
|
+
{
|
|
2377
|
+
"kind": "class",
|
|
2378
|
+
"name": "sap.ui.webcomponents.fiori.types.SideContentFallDown",
|
|
2379
|
+
"basename": "SideContentFallDown",
|
|
2380
|
+
"resource": "types/SideContentFallDown.js",
|
|
2381
|
+
"module": "types/SideContentFallDown",
|
|
2382
|
+
"static": true,
|
|
2383
|
+
"visibility": "public",
|
|
2384
|
+
"description": "SideContent FallDown options.",
|
|
2385
|
+
"constructor": { "visibility": "public" },
|
|
2386
|
+
"properties": [
|
|
2387
|
+
{
|
|
2388
|
+
"name": "BelowL",
|
|
2389
|
+
"visibility": "public",
|
|
2390
|
+
"type": "BelowL",
|
|
2391
|
+
"description": "Side content falls down on breakpoints below L"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"name": "BelowM",
|
|
2395
|
+
"visibility": "public",
|
|
2396
|
+
"type": "BelowM",
|
|
2397
|
+
"description": "Side content falls down on breakpoints below M"
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"name": "BelowXL",
|
|
2401
|
+
"visibility": "public",
|
|
2402
|
+
"type": "BelowXL",
|
|
2403
|
+
"description": "Side content falls down on breakpoints below XL"
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"name": "OnMinimumWidth",
|
|
2407
|
+
"visibility": "public",
|
|
2408
|
+
"type": "OnMinimumWidth",
|
|
2409
|
+
"description": "Side content falls down on breakpoint M and the minimum width for the side content"
|
|
2410
|
+
}
|
|
2411
|
+
],
|
|
2412
|
+
"slots": []
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"kind": "class",
|
|
2416
|
+
"name": "sap.ui.webcomponents.fiori.types.SideContentPosition",
|
|
2417
|
+
"basename": "SideContentPosition",
|
|
2418
|
+
"resource": "types/SideContentPosition.js",
|
|
2419
|
+
"module": "types/SideContentPosition",
|
|
2420
|
+
"static": true,
|
|
2421
|
+
"visibility": "public",
|
|
2422
|
+
"description": "Side Content position options.",
|
|
2423
|
+
"constructor": { "visibility": "public" },
|
|
2424
|
+
"properties": [
|
|
2425
|
+
{
|
|
2426
|
+
"name": "End",
|
|
2427
|
+
"visibility": "public",
|
|
2428
|
+
"type": "End",
|
|
2429
|
+
"description": "The side content is on the right side of the main container in left-to-right mode and on the left side in right-to-left mode."
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "Start",
|
|
2433
|
+
"visibility": "public",
|
|
2434
|
+
"type": "Start",
|
|
2435
|
+
"description": "The side content is on the left side of the main container in left-to-right mode and on the right side in right-to-left mode."
|
|
2436
|
+
}
|
|
2437
|
+
],
|
|
2438
|
+
"slots": []
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"kind": "class",
|
|
2442
|
+
"name": "sap.ui.webcomponents.fiori.types.SideContentVisibility",
|
|
2443
|
+
"basename": "SideContentVisibility",
|
|
2444
|
+
"resource": "types/SideContentVisibility.js",
|
|
2445
|
+
"module": "types/SideContentVisibility",
|
|
2446
|
+
"static": true,
|
|
2447
|
+
"visibility": "public",
|
|
2448
|
+
"description": "Side Content visibility options.",
|
|
2449
|
+
"constructor": { "visibility": "public" },
|
|
2450
|
+
"properties": [
|
|
2451
|
+
{
|
|
2452
|
+
"name": "AlwaysShow",
|
|
2453
|
+
"visibility": "public",
|
|
2454
|
+
"type": "AlwaysShow",
|
|
2455
|
+
"description": "Show the side content on any breakpoint"
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"name": "NeverShow",
|
|
2459
|
+
"visibility": "public",
|
|
2460
|
+
"type": "NeverShow",
|
|
2461
|
+
"description": "Don't show the side content on any breakpoints"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"name": "ShowAboveL",
|
|
2465
|
+
"visibility": "public",
|
|
2466
|
+
"type": "ShowAboveL",
|
|
2467
|
+
"description": "Show the side content on XL breakpoint"
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "ShowAboveM",
|
|
2471
|
+
"visibility": "public",
|
|
2472
|
+
"type": "ShowAboveM",
|
|
2473
|
+
"description": "Show the side content on L and XL breakpoints"
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"name": "ShowAboveS",
|
|
2477
|
+
"visibility": "public",
|
|
2478
|
+
"type": "ShowAboveS",
|
|
2479
|
+
"description": "Show the side content on M, L and XL breakpoints"
|
|
2480
|
+
}
|
|
2481
|
+
],
|
|
2482
|
+
"slots": []
|
|
2483
|
+
},
|
|
1751
2484
|
{
|
|
1752
2485
|
"kind": "class",
|
|
1753
2486
|
"name": "sap.ui.webcomponents.fiori.types.TimelineLayout",
|
|
@@ -2038,7 +2771,7 @@
|
|
|
2038
2771
|
"visibility": "public",
|
|
2039
2772
|
"since": "1.0.0-rc.16",
|
|
2040
2773
|
"extends": "UI5Element",
|
|
2041
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-view-settings-dialog</code> component helps the user to sort data within a list or a table. It consists of several lists like <code>Sort order</code> which is built-in and <code>Sort By</code> and <code>Filter By</code> lists, for which you must be provide items(<code>ui5-sort-item</code> & <code>ui5-filter-item</code> respectively) These options can be used to create sorters for a table.\n\nThe <code>ui5-view-settings-dialog</code> interrupts the current application processing as it is the only focused UI element and the main screen is dimmed/blocked. The <code>ui5-view-settings-dialog</code> is modal, which means that user action is required before returning to the parent window is possible.\n\n<h3>Structure</h3> A <code>ui5-view-settings-dialog</code> consists of a header, content, and a footer for action buttons. The <code>ui5-view-settings-dialog</code> is usually displayed at the center of the screen.\n\n<h3>Responsive Behavior</h3> <code>ui5-view-settings-dialog</code> stretches on full screen on phones.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/ViewSettingsDialog\";</code>",
|
|
2774
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-view-settings-dialog</code> component helps the user to sort data within a list or a table. It consists of several lists like <code>Sort order</code> which is built-in and <code>Sort By</code> and <code>Filter By</code> lists, for which you must be provide items(<code>ui5-sort-item</code> & <code>ui5-filter-item</code> respectively) These options can be used to create sorters for a table.\n\nThe <code>ui5-view-settings-dialog</code> interrupts the current application processing as it is the only focused UI element and the main screen is dimmed/blocked. The <code>ui5-view-settings-dialog</code> is modal, which means that user action is required before returning to the parent window is possible.\n\n<h3>Structure</h3> A <code>ui5-view-settings-dialog</code> consists of a header, content, and a footer for action buttons. The <code>ui5-view-settings-dialog</code> is usually displayed at the center of the screen.\n\n<h3>Responsive Behavior</h3> <code>ui5-view-settings-dialog</code> stretches on full screen on phones.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/ViewSettingsDialog\";</code>",
|
|
2042
2775
|
"constructor": { "visibility": "public" },
|
|
2043
2776
|
"properties": [
|
|
2044
2777
|
{
|
|
@@ -2115,7 +2848,7 @@
|
|
|
2115
2848
|
"visibility": "public",
|
|
2116
2849
|
"since": "1.0.0-rc.10",
|
|
2117
2850
|
"extends": "UI5Element",
|
|
2118
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-wizard</code> helps users to complete a complex task by dividing it into sections and guiding them through it. It has two main areas - a navigation area at the top showing the step sequence and a content area below it.\n\n<h3>Structure</h3> <h4>Navigation area</h4> The top most area of the <code>ui5-wizard</code> is occupied by the navigation area. It shows the sequence of steps, where the recommended number of steps is between 3 and 8 steps. <ul> <li> Steps can have different visual representations - numbers or icons. <li> Steps might have labels for better readability - titleText and subTitleText.</li> <li> Steps are defined by using the <code>ui5-wizard-step</code> as slotted element within the <code>ui5-wizard</code>.</li> </ul>\n\n<b>Note:</b> If no selected step is defined, the first step will be auto selected. <br> <b>Note:</b> If multiple selected steps are defined, the last step will be selected.\n\n<h4>Content</h4> The content occupies the main part of the page. It can hold any type of HTML elements. It's defined by using the <code>ui5-wizard-step</code> as slotted element within the <code>ui5-wizard</code>.\n\n<h3>Scrolling</h3> The component handles user scrolling by selecting the closest step, based on the current scroll position and scrolls to particular place, when the user clicks on the step within the navigation area. <br><br>\n\n<b>Important:</b> In order the component's scrolling behaviour to work, it has to be limited from the outside parent element in terms of height. The component or its parent has to be given percentage or absolute height. Otherwise, the component will be scrolled out with the entire page. <br><br> <b>For example:</b> <br><br> <code><ui5-dialog style=\"height: 80%\"><br></code> <code>	<ui5-wizard></ui5-wizard><br></code> <code></ui5-dialog></code>\n\n<h4>Moving to next step</h4> The <code>ui5-wizard-step</code> provides the necessary API and it's up to the user of the component to use it to move to the next step. You have to set its <code>selected</code> property (and remove the <code>disabled</code> one if set) to <code>true</code>. The <code>ui5-wizard</code> will automatically scroll to the content of the newly selected step. <br><br>\n\nThe Fiori 3 guidelines recommends having a \"nextStep\" button in the content area. You can place a button, or any other type of element to trigger step change, inside the <code>ui5-wizard-step</code>, and show/hide it when certain fields are filled or user defined criteria is met.\n\n<h3>Usage</h3> <h4>When to use:</h4> When the user has to accomplish a long or unfamiliar task.\n\n<h4>When not to use:</h4> When the task has less than 3 steps.\n\n<h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area shrink and from particular point the steps are grouped together and overlap. Tapping on them will show a popover to select the step to navigate to. On mobile device, the grouped steps are presented within a dialog.\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/Wizard.js\";</code> (includes <ui5-wizard-step>)",
|
|
2851
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-wizard</code> helps users to complete a complex task by dividing it into sections and guiding them through it. It has two main areas - a navigation area at the top showing the step sequence and a content area below it.\n\n<h3>Structure</h3> <h4>Navigation area</h4> The top most area of the <code>ui5-wizard</code> is occupied by the navigation area. It shows the sequence of steps, where the recommended number of steps is between 3 and 8 steps. <ul> <li> Steps can have different visual representations - numbers or icons. <li> Steps might have labels for better readability - titleText and subTitleText.</li> <li> Steps are defined by using the <code>ui5-wizard-step</code> as slotted element within the <code>ui5-wizard</code>.</li> </ul>\n\n<b>Note:</b> If no selected step is defined, the first step will be auto selected. <br> <b>Note:</b> If multiple selected steps are defined, the last step will be selected.\n\n<h3>Keyboard Handling</h3> The user can navigate using the following keyboard shortcuts: <br>\n\n<h4>Wizard Progress Navigation</h4> <ul> <li>[LEFT], [DOWN] - Focus moves backward to the WizardProgressNavAnchors.</li> <li>[UP], [RIGHT] - Focus moves forward to the WizardProgressNavAnchor.</li> <li>[SPACE] or [ENTER], [RETURN] - Selects an active step</li> <li>[HOME] or [PAGE UP] - Focus goes to the first step</li> <li>[END] or [PAGE DOWN] - Focus goes to the last step</li> </ul>\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>\n\n<h4>Content</h4> The content occupies the main part of the page. It can hold any type of HTML elements. It's defined by using the <code>ui5-wizard-step</code> as slotted element within the <code>ui5-wizard</code>.\n\n<h3>Scrolling</h3> The component handles user scrolling by selecting the closest step, based on the current scroll position and scrolls to particular place, when the user clicks on the step within the navigation area. <br><br>\n\n<b>Important:</b> In order the component's scrolling behaviour to work, it has to be limited from the outside parent element in terms of height. The component or its parent has to be given percentage or absolute height. Otherwise, the component will be scrolled out with the entire page. <br><br> <b>For example:</b> <br><br> <code><ui5-dialog style=\"height: 80%\"><br></code> <code>	<ui5-wizard></ui5-wizard><br></code> <code></ui5-dialog></code>\n\n<h4>Moving to next step</h4> The <code>ui5-wizard-step</code> provides the necessary API and it's up to the user of the component to use it to move to the next step. You have to set its <code>selected</code> property (and remove the <code>disabled</code> one if set) to <code>true</code>. The <code>ui5-wizard</code> will automatically scroll to the content of the newly selected step. <br><br>\n\nThe Fiori 3 guidelines recommends having a \"nextStep\" button in the content area. You can place a button, or any other type of element to trigger step change, inside the <code>ui5-wizard-step</code>, and show/hide it when certain fields are filled or user defined criteria is met.\n\n<h3>Usage</h3> <h4>When to use:</h4> When the user has to accomplish a long or unfamiliar task.\n\n<h4>When not to use:</h4> When the task has less than 3 steps.\n\n<h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area shrink and from particular point the steps are grouped together and overlap. Tapping on them will show a popover to select the step to navigate to. On mobile device, the grouped steps are presented within a dialog.\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/Wizard.js\";</code> (includes <ui5-wizard-step>)",
|
|
2119
2852
|
"constructor": { "visibility": "public" },
|
|
2120
2853
|
"properties": [],
|
|
2121
2854
|
"slots": [
|