@openui5/sap.ui.webc.fiori 1.93.3 → 1.96.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +6 -11
- package/THIRDPARTY.txt +10 -16
- package/package.json +4 -4
- package/src/sap/ui/webc/fiori/.library +1 -1
- package/src/sap/ui/webc/fiori/Bar.js +18 -10
- package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +104 -0
- package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +1 -1
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +114 -0
- package/src/sap/ui/webc/fiori/NotificationAction.js +1 -1
- package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +26 -14
- package/src/sap/ui/webc/fiori/NotificationListItem.js +31 -20
- package/src/sap/ui/webc/fiori/Page.js +1 -1
- package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
- package/src/sap/ui/webc/fiori/ProductSwitchItem.js +4 -2
- package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBarItem.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
- package/src/sap/ui/webc/fiori/Timeline.js +19 -1
- package/src/sap/ui/webc/fiori/TimelineItem.js +9 -7
- package/src/sap/ui/webc/fiori/UploadCollection.js +2 -2
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +24 -16
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +123 -0
- package/src/sap/ui/webc/fiori/Wizard.js +9 -1
- package/src/sap/ui/webc/fiori/WizardStep.js +17 -1
- package/src/sap/ui/webc/fiori/library.js +112 -3
- package/src/sap/ui/webc/fiori/thirdparty/Bar.js +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +18997 -0
- package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +8 -3
- package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +138 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +26 -24
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +10 -5
- package/src/sap/ui/webc/fiori/thirdparty/Page.js +20 -1
- package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +18 -5
- package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +45 -1
- package/src/sap/ui/webc/fiori/thirdparty/TimelineItem.js +29 -6
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +65 -66
- package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +199 -0
- package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +14 -4
- package/src/sap/ui/webc/fiori/thirdparty/WizardStep.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +7 -7
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/i18n.js +47 -47
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarTemplate.lit.js +3 -12
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarcodeScannerDialogTemplate.lit.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FlexibleColumnLayoutTemplate.lit.js +3 -12
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/IllustratedMessageTemplate.lit.js +11 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +4 -13
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListGroupItemTemplate.lit.js +13 -22
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListItemTemplate.lit.js +12 -21
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/PageTemplate.lit.js +3 -8
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ProductSwitchItemTemplate.lit.js +13 -22
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ProductSwitchTemplate.lit.js +3 -12
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarItemTemplate.lit.js +3 -12
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarPopoverTemplate.lit.js +5 -14
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarTemplate.lit.js +21 -29
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +4 -13
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +12 -21
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineItemTemplate.lit.js +9 -17
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineTemplate.lit.js +4 -13
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +22 -31
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +6 -15
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ViewSettingsDialogTemplate.lit.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardPopoverTemplate.lit.js +4 -13
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTabTemplate.lit.js +7 -16
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTemplate.lit.js +5 -14
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-BeforeSearch.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoActivities.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoData.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoEntries.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoMail.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoNotifications.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoSavedItems.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoSearchResults.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoTasks.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UnableToLoad.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UnableToUpload.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-BeforeSearch.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoActivities.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoData.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoEntries.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoMail.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoNotifications.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoSavedItems.js +42 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoSearchResults.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoTasks.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UnableToLoad.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UnableToUpload.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-BeforeSearch.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoActivities.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoData.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoEntries.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoMail.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoNotifications.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSavedItems.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSearchResults.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoTasks.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UnableToLoad.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UnableToUpload.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ar-59619ddd.js → messagebundle_ar-4986cab5.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_bg-b36e00fa.js → messagebundle_bg-7e9aa059.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ca-a103fc34.js → messagebundle_ca-01451c6a.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cs-d56df98c.js → messagebundle_cs-ac6c8738.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cy-e28cac51.js → messagebundle_cy-3dfe9dd5.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_da-7f08bcaa.js → messagebundle_da-663276e4.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_de-a43e24f9.js → messagebundle_de-72e82e46.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_el-8b1bd7a2.js → messagebundle_el-c96044ad.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en-502be1f9.js → messagebundle_en-2d504d66.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_GB-d28c7c2d.js → messagebundle_en_GB-c8b9808b.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_sappsd-f0f7ff12.js → messagebundle_en_US_sappsd-ff0f05eb.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saprigi-f136d08a.js → messagebundle_en_US_saprigi-9005c49a.js} +26 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saptrc-ea579165.js → messagebundle_en_US_saptrc-e2be9611.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es-cf460452.js → messagebundle_es-20ceffef.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es_MX-b588b49c.js → messagebundle_es_MX-9617bbe2.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_et-33a3c1a9.js → messagebundle_et-70cc45fe.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fi-05999936.js → messagebundle_fi-38c6589c.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr-6b78c685.js → messagebundle_fr-0a9f2183.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr_CA-5cd1bb21.js → messagebundle_fr_CA-5401e307.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/messagebundle_hi-9aad7093.js +96 -0
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hr-1d544b5e.js → messagebundle_hr-9a46b37c.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hu-d9824d87.js → messagebundle_hu-94c5c8ec.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_it-590c03c0.js → messagebundle_it-594c952a.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_iw-2a4cd300.js → messagebundle_iw-3ad5f2eb.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ja-a2be15f9.js → messagebundle_ja-ec45026f.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_kk-d1344aab.js → messagebundle_kk-9322e295.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ko-0da72c2c.js → messagebundle_ko-64bfa5d3.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lt-fe9461f4.js → messagebundle_lt-caf1e289.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lv-217ab319.js → messagebundle_lv-8877dca6.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ms-a35de2b8.js → messagebundle_ms-d3aa34d7.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_nl-9be8eb5b.js → messagebundle_nl-7653fecd.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_no-73f4a816.js → messagebundle_no-e4cf07cf.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pl-c579e301.js → messagebundle_pl-34323862.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt-407551a4.js → messagebundle_pt-3c7586ed.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt_PT-7d09f65f.js → messagebundle_pt_PT-6101090e.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ro-c9bda608.js → messagebundle_ro-3e1aac26.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ru-f4dac468.js → messagebundle_ru-6fab2afc.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sh-c66bf858.js → messagebundle_sh-59c9c475.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sk-8df875ec.js → messagebundle_sk-3947d2b2.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sl-b18551b8.js → messagebundle_sl-5cb9b7cc.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sv-7db1ca43.js → messagebundle_sv-9bfc19a7.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/messagebundle_th-a6a77885.js +96 -0
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_tr-b6eee8da.js → messagebundle_tr-6f2ec772.js} +37 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_uk-6fcd6591.js → messagebundle_uk-dde2e605.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_vi-db4b5291.js → messagebundle_vi-e549a9d4.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_CN-6b87b448.js → messagebundle_zh_CN-fa4baf83.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_TW-8b6411cf.js → messagebundle_zh_TW-060ab1cb.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-68447658.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-816bd805.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a596f129.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a8f6197d.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-cc7a39f2.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d0336f5e.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-f592e4f1.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/IllustrationMessageType.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/TimelineLayout.js +20 -0
- package/ui5.yaml +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/messagebundle_hi-71f54fc7.js +0 -61
- package/src/sap/ui/webc/fiori/thirdparty/messagebundle_th-9445e465.js +0 -61
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-062fdbb6.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-17f8bf4e.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-196ef17d.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-8a5a5c79.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-90786b8e.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d48b31a7.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-dc5c99d6.js +0 -9
|
@@ -34,7 +34,7 @@ sap.ui.define([
|
|
|
34
34
|
* </ul>
|
|
35
35
|
*
|
|
36
36
|
* @author SAP SE
|
|
37
|
-
* @version 1.
|
|
37
|
+
* @version 1.96.2
|
|
38
38
|
*
|
|
39
39
|
* @constructor
|
|
40
40
|
* @public
|
|
@@ -112,7 +112,9 @@ sap.ui.define([
|
|
|
112
112
|
/**
|
|
113
113
|
* Fired when the <code>sap.ui.webc.fiori.ProductSwitchItem</code> is activated either with a click/tap or by using the Enter or Space key.
|
|
114
114
|
*/
|
|
115
|
-
click: {
|
|
115
|
+
click: {
|
|
116
|
+
parameters: {}
|
|
117
|
+
}
|
|
116
118
|
}
|
|
117
119
|
}
|
|
118
120
|
});
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* Use the available <code>sap.ui.webc.fiori.SideNavigationItem</code> and <code>sap.ui.webc.fiori.SideNavigationSubItem</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.
|
|
36
36
|
*
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.
|
|
38
|
+
* @version 1.96.2
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @public
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* The <code>sap.ui.webc.fiori.SideNavigationItem</code> is used within <code>sap.ui.webc.fiori.SideNavigation</code> only. Via the <code>sap.ui.webc.fiori.SideNavigationItem</code> you control the content of the <code>SideNavigation</code>.
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.96.2
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* The <code>sap.ui.webc.fiori.SideNavigationSubItem</code> is intended to be used inside a <code>sap.ui.webc.fiori.SideNavigationItem</code> only.
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.96.2
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -12,6 +12,8 @@ sap.ui.define([
|
|
|
12
12
|
], function(WebComponent, library) {
|
|
13
13
|
"use strict";
|
|
14
14
|
|
|
15
|
+
var TimelineLayout = library.TimelineLayout;
|
|
16
|
+
|
|
15
17
|
/**
|
|
16
18
|
* Constructor for a new <code>Timeline</code>.
|
|
17
19
|
*
|
|
@@ -26,7 +28,7 @@ sap.ui.define([
|
|
|
26
28
|
* The <code>sap.ui.webc.fiori.Timeline</code> component shows entries (such as objects, events, or posts) in chronological order. A common use case is to provide information about changes to an object, or events related to an object. These entries can be generated by the system (for example, value XY changed from A to B), or added manually. There are two distinct variants of the timeline: basic and social. The basic timeline is read-only, while the social timeline offers a high level of interaction and collaboration, and is integrated within SAP Jam.
|
|
27
29
|
*
|
|
28
30
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
31
|
+
* @version 1.96.2
|
|
30
32
|
*
|
|
31
33
|
* @constructor
|
|
32
34
|
* @public
|
|
@@ -50,6 +52,22 @@ sap.ui.define([
|
|
|
50
52
|
mapping: "style"
|
|
51
53
|
},
|
|
52
54
|
|
|
55
|
+
/**
|
|
56
|
+
* Defines the items orientation.
|
|
57
|
+
*
|
|
58
|
+
* <br>
|
|
59
|
+
* <br>
|
|
60
|
+
* <b>Note:</b> Available options are:
|
|
61
|
+
* <ul>
|
|
62
|
+
* <li><code>Vertical</code></li>
|
|
63
|
+
* <li><code>Horizontal</code></li>
|
|
64
|
+
* </ul>
|
|
65
|
+
*/
|
|
66
|
+
layout: {
|
|
67
|
+
type: "sap.ui.webc.fiori.TimelineLayout",
|
|
68
|
+
defaultValue: TimelineLayout.Vertical
|
|
69
|
+
},
|
|
70
|
+
|
|
53
71
|
/**
|
|
54
72
|
* Defines the width of the control
|
|
55
73
|
*/
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* An entry posted on the timeline.
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.96.2
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -58,17 +58,17 @@ sap.ui.define([
|
|
|
58
58
|
},
|
|
59
59
|
|
|
60
60
|
/**
|
|
61
|
-
* Defines the name of the item
|
|
61
|
+
* Defines the name of the item, displayed before the <code>title-text</code>.
|
|
62
62
|
*/
|
|
63
|
-
|
|
63
|
+
name: {
|
|
64
64
|
type: "string",
|
|
65
65
|
defaultValue: ""
|
|
66
66
|
},
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
|
-
* Defines
|
|
69
|
+
* Defines if the <code>name</code> is clickable.
|
|
70
70
|
*/
|
|
71
|
-
|
|
71
|
+
nameClickable: {
|
|
72
72
|
type: "boolean",
|
|
73
73
|
defaultValue: false
|
|
74
74
|
},
|
|
@@ -105,9 +105,11 @@ sap.ui.define([
|
|
|
105
105
|
/**
|
|
106
106
|
* Fired when the item name is pressed either with a click/tap or by using the Enter or Space key. <br>
|
|
107
107
|
* <br>
|
|
108
|
-
* <b>Note:</b> The event will not be fired if the <code>
|
|
108
|
+
* <b>Note:</b> The event will not be fired if the <code>name-clickable</code> attribute is not set.
|
|
109
109
|
*/
|
|
110
|
-
|
|
110
|
+
nameClick: {
|
|
111
|
+
parameters: {}
|
|
112
|
+
}
|
|
111
113
|
}
|
|
112
114
|
}
|
|
113
115
|
});
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* <h3>Overview</h3> This component allows you to represent files before uploading them to a server, with the help of <code>sap.ui.webc.fiori.UploadCollectionItem</code>. It also allows you to show already uploaded files.
|
|
28
28
|
*
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.96.2
|
|
31
31
|
*
|
|
32
32
|
* @constructor
|
|
33
33
|
* @public
|
|
@@ -148,7 +148,7 @@ sap.ui.define([
|
|
|
148
148
|
* <br>
|
|
149
149
|
* <b>Note:</b> A Delete button is displayed on each item, when the <code>sap.ui.webc.fiori.UploadCollection</code> <code>mode</code> property is set to <code>Delete</code>.
|
|
150
150
|
*/
|
|
151
|
-
|
|
151
|
+
itemDelete: {
|
|
152
152
|
parameters: {
|
|
153
153
|
/**
|
|
154
154
|
* The <code>sap.ui.webc.fiori.UploadCollectionItem</code> which was renamed.
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* <h3>Overview</h3> A component to be used within the <code>sap.ui.webc.fiori.UploadCollection</code>.
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.96.2
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -46,7 +46,15 @@ sap.ui.define([
|
|
|
46
46
|
properties: {
|
|
47
47
|
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Disables the delete button.
|
|
50
|
+
*/
|
|
51
|
+
disableDeleteButton: {
|
|
52
|
+
type: "boolean",
|
|
53
|
+
defaultValue: false
|
|
54
|
+
},
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Holds an instance of <code>File</code> associated with this item.
|
|
50
58
|
*/
|
|
51
59
|
file: {
|
|
52
60
|
type: "object",
|
|
@@ -69,18 +77,10 @@ sap.ui.define([
|
|
|
69
77
|
defaultValue: false
|
|
70
78
|
},
|
|
71
79
|
|
|
72
|
-
/**
|
|
73
|
-
* Removes delete option from <code>sap.ui.webc.fiori.UploadCollection</code> with <code>mode</code> <code>Delete</code> for this item.
|
|
74
|
-
*/
|
|
75
|
-
noDelete: {
|
|
76
|
-
type: "boolean",
|
|
77
|
-
defaultValue: false
|
|
78
|
-
},
|
|
79
|
-
|
|
80
80
|
/**
|
|
81
81
|
* Hides the retry button when <code>uploadState</code> property is <code>Error</code>.
|
|
82
82
|
*/
|
|
83
|
-
|
|
83
|
+
hideRetryButton: {
|
|
84
84
|
type: "boolean",
|
|
85
85
|
defaultValue: false
|
|
86
86
|
},
|
|
@@ -88,7 +88,7 @@ sap.ui.define([
|
|
|
88
88
|
/**
|
|
89
89
|
* Hides the terminate button when <code>uploadState</code> property is <code>Uploading</code>.
|
|
90
90
|
*/
|
|
91
|
-
|
|
91
|
+
hideTerminateButton: {
|
|
92
92
|
type: "boolean",
|
|
93
93
|
defaultValue: false
|
|
94
94
|
},
|
|
@@ -140,28 +140,36 @@ sap.ui.define([
|
|
|
140
140
|
* <br>
|
|
141
141
|
* <b>Note:</b> This event is only available when <code>fileNameClickable</code> property is <code>true</code>.
|
|
142
142
|
*/
|
|
143
|
-
fileNameClick: {
|
|
143
|
+
fileNameClick: {
|
|
144
|
+
parameters: {}
|
|
145
|
+
},
|
|
144
146
|
|
|
145
147
|
/**
|
|
146
148
|
* Fired when the <code>fileName</code> property gets changed. <br>
|
|
147
149
|
* <br>
|
|
148
150
|
* <b>Note:</b> An edit button is displayed on each item, when the <code>sap.ui.webc.fiori.UploadCollectionItem</code> <code>type</code> property is set to <code>Detail</code>.
|
|
149
151
|
*/
|
|
150
|
-
rename: {
|
|
152
|
+
rename: {
|
|
153
|
+
parameters: {}
|
|
154
|
+
},
|
|
151
155
|
|
|
152
156
|
/**
|
|
153
157
|
* Fired when the retry button is pressed. <br>
|
|
154
158
|
* <br>
|
|
155
159
|
* <b>Note:</b> Retry button is displayed when <code>uploadState</code> property is set to <code>Error</code>.
|
|
156
160
|
*/
|
|
157
|
-
retry: {
|
|
161
|
+
retry: {
|
|
162
|
+
parameters: {}
|
|
163
|
+
},
|
|
158
164
|
|
|
159
165
|
/**
|
|
160
166
|
* Fired when the terminate button is pressed. <br>
|
|
161
167
|
* <br>
|
|
162
168
|
* <b>Note:</b> Terminate button is displayed when <code>uploadState</code> property is set to <code>Uploading</code>.
|
|
163
169
|
*/
|
|
164
|
-
terminate: {
|
|
170
|
+
terminate: {
|
|
171
|
+
parameters: {}
|
|
172
|
+
}
|
|
165
173
|
}
|
|
166
174
|
}
|
|
167
175
|
});
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
// Provides control sap.ui.webc.fiori.ViewSettingsDialog.
|
|
8
|
+
sap.ui.define([
|
|
9
|
+
"sap/ui/webc/common/WebComponent",
|
|
10
|
+
"./library",
|
|
11
|
+
"./thirdparty/ViewSettingsDialog"
|
|
12
|
+
], function(WebComponent, library) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Constructor for a new <code>ViewSettingsDialog</code>.
|
|
17
|
+
*
|
|
18
|
+
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
|
19
|
+
* @param {object} [mSettings] Initial settings for the new control
|
|
20
|
+
*
|
|
21
|
+
* @extends sap.ui.webc.common.WebComponent
|
|
22
|
+
* @class
|
|
23
|
+
*
|
|
24
|
+
* <h3>Overview</h3> The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> component helps the user to sort data within a list or a table. It consists of several lists like <code>Sort order</code> which is built-in and <code>Sort By</code> which must be provided by the developer. The selected options can be used to create sorters for the table.
|
|
25
|
+
*
|
|
26
|
+
* The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> interrupts the current application processing as it is the only focused UI element and the main screen is dimmed/blocked. The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> is modal, which means that user action is required before returning to the parent window is possible.
|
|
27
|
+
*
|
|
28
|
+
* <h3>Structure</h3> A <code>sap.ui.webc.fiori.ViewSettingsDialog</code> consists of a header, content, and a footer for action buttons. The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> is usually displayed at the center of the screen.
|
|
29
|
+
*
|
|
30
|
+
* <h3>Responsive Behavior</h3> <code>sap.ui.webc.fiori.ViewSettingsDialog</code> stretches on full screen on phones.
|
|
31
|
+
*
|
|
32
|
+
* @author SAP SE
|
|
33
|
+
* @version 1.96.2
|
|
34
|
+
*
|
|
35
|
+
* @constructor
|
|
36
|
+
* @public
|
|
37
|
+
* @since 1.92.0
|
|
38
|
+
* @experimental Since 1.92.0 This control is experimental and its API might change significantly.
|
|
39
|
+
* @alias sap.ui.webc.fiori.ViewSettingsDialog
|
|
40
|
+
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
41
|
+
*/
|
|
42
|
+
var ViewSettingsDialog = WebComponent.extend("sap.ui.webc.fiori.ViewSettingsDialog", {
|
|
43
|
+
metadata: {
|
|
44
|
+
library: "sap.ui.webc.fiori",
|
|
45
|
+
tag: "ui5-view-settings-dialog-ui5",
|
|
46
|
+
properties: {
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Defines the initial sort order.
|
|
50
|
+
*/
|
|
51
|
+
sortDescending: {
|
|
52
|
+
type: "boolean",
|
|
53
|
+
defaultValue: false
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
aggregations: {
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Defines the <code>sortItems</code> list.
|
|
60
|
+
*/
|
|
61
|
+
sortItems: {
|
|
62
|
+
type: "sap.ui.webc.main.IListItem",
|
|
63
|
+
multiple: true,
|
|
64
|
+
slot: "sortItems"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
events: {
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Fired when cancel button is activated.
|
|
71
|
+
*/
|
|
72
|
+
cancel: {
|
|
73
|
+
parameters: {
|
|
74
|
+
/**
|
|
75
|
+
* The current sort order selected.
|
|
76
|
+
*/
|
|
77
|
+
sortOrder: {
|
|
78
|
+
type: "string"
|
|
79
|
+
},
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* The current sort by selected.
|
|
83
|
+
*/
|
|
84
|
+
sortBy: {
|
|
85
|
+
type: "string"
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Fired when confirmation button is activated.
|
|
92
|
+
*/
|
|
93
|
+
confirm: {
|
|
94
|
+
parameters: {
|
|
95
|
+
/**
|
|
96
|
+
* The current sort order selected.
|
|
97
|
+
*/
|
|
98
|
+
sortOrder: {
|
|
99
|
+
type: "string"
|
|
100
|
+
},
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* The current sort by selected.
|
|
104
|
+
*/
|
|
105
|
+
sortBy: {
|
|
106
|
+
type: "string"
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
methods: ["show"]
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Shows the dialog.
|
|
117
|
+
* @public
|
|
118
|
+
* @name sap.ui.webc.fiori.ViewSettingsDialog#show
|
|
119
|
+
* @function
|
|
120
|
+
*/
|
|
121
|
+
|
|
122
|
+
return ViewSettingsDialog;
|
|
123
|
+
});
|
|
@@ -64,7 +64,7 @@ sap.ui.define([
|
|
|
64
64
|
* <h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area will start truncate and shrink and from particular point they will hide to free as much space as possible.
|
|
65
65
|
*
|
|
66
66
|
* @author SAP SE
|
|
67
|
-
* @version 1.
|
|
67
|
+
* @version 1.96.2
|
|
68
68
|
*
|
|
69
69
|
* @constructor
|
|
70
70
|
* @public
|
|
@@ -79,6 +79,14 @@ sap.ui.define([
|
|
|
79
79
|
tag: "ui5-wizard-ui5",
|
|
80
80
|
properties: {
|
|
81
81
|
|
|
82
|
+
/**
|
|
83
|
+
* Sets the accessible aria name of the component.
|
|
84
|
+
*/
|
|
85
|
+
accessibleName: {
|
|
86
|
+
type: "string",
|
|
87
|
+
defaultValue: undefined
|
|
88
|
+
},
|
|
89
|
+
|
|
82
90
|
/**
|
|
83
91
|
* Defines the height of the control
|
|
84
92
|
*/
|
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* <h3>Usage</h3> The <code>sap.ui.webc.fiori.WizardStep</code> component should be used only as slot of the <code>sap.ui.webc.fiori.Wizard</code> component and should not be used standalone.
|
|
37
37
|
*
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.
|
|
39
|
+
* @version 1.96.2
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @public
|
|
@@ -55,6 +55,22 @@ sap.ui.define([
|
|
|
55
55
|
],
|
|
56
56
|
properties: {
|
|
57
57
|
|
|
58
|
+
/**
|
|
59
|
+
* Sets the accessible aria name of the component.
|
|
60
|
+
*/
|
|
61
|
+
accessibleName: {
|
|
62
|
+
type: "string",
|
|
63
|
+
defaultValue: ""
|
|
64
|
+
},
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Defines the aria-labelledby of the step.
|
|
68
|
+
*/
|
|
69
|
+
accessibleNameRef: {
|
|
70
|
+
type: "string",
|
|
71
|
+
defaultValue: ""
|
|
72
|
+
},
|
|
73
|
+
|
|
58
74
|
/**
|
|
59
75
|
* When <code>branching</code> is enabled a dashed line would be displayed after the step, meant to indicate that the next step is not yet known and depends on user choice in the current step. <br>
|
|
60
76
|
* <br>
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
// delegate further initialization of this library to the Core
|
|
19
19
|
sap.ui.getCore().initLibrary({
|
|
20
20
|
name: "sap.ui.webc.fiori",
|
|
21
|
-
version: "1.
|
|
21
|
+
version: "1.96.2",
|
|
22
22
|
dependencies: ["sap.ui.core", "sap.ui.webc.common"],
|
|
23
23
|
noLibraryCSS: true,
|
|
24
24
|
designtime: "sap/ui/webc/main/designtime/library.designtime",
|
|
@@ -36,12 +36,16 @@ sap.ui.define([
|
|
|
36
36
|
types: [
|
|
37
37
|
"sap.ui.webc.fiori.BarDesign",
|
|
38
38
|
"sap.ui.webc.fiori.FCLLayout",
|
|
39
|
+
"sap.ui.webc.fiori.IllustrationMessageType",
|
|
39
40
|
"sap.ui.webc.fiori.PageBackgroundDesign",
|
|
41
|
+
"sap.ui.webc.fiori.TimelineLayout",
|
|
40
42
|
"sap.ui.webc.fiori.UploadState"
|
|
41
43
|
],
|
|
42
44
|
controls: [
|
|
43
45
|
"sap.ui.webc.fiori.Bar",
|
|
46
|
+
"sap.ui.webc.fiori.BarcodeScannerDialog",
|
|
44
47
|
"sap.ui.webc.fiori.FlexibleColumnLayout",
|
|
48
|
+
"sap.ui.webc.fiori.IllustratedMessage",
|
|
45
49
|
"sap.ui.webc.fiori.NotificationAction",
|
|
46
50
|
"sap.ui.webc.fiori.NotificationListGroupItem",
|
|
47
51
|
"sap.ui.webc.fiori.NotificationListItem",
|
|
@@ -57,6 +61,7 @@ sap.ui.define([
|
|
|
57
61
|
"sap.ui.webc.fiori.TimelineItem",
|
|
58
62
|
"sap.ui.webc.fiori.UploadCollection",
|
|
59
63
|
"sap.ui.webc.fiori.UploadCollectionItem",
|
|
64
|
+
"sap.ui.webc.fiori.ViewSettingsDialog",
|
|
60
65
|
"sap.ui.webc.fiori.Wizard",
|
|
61
66
|
"sap.ui.webc.fiori.WizardStep"
|
|
62
67
|
],
|
|
@@ -65,12 +70,12 @@ sap.ui.define([
|
|
|
65
70
|
});
|
|
66
71
|
|
|
67
72
|
/**
|
|
68
|
-
*
|
|
73
|
+
* SAPUI5 library with controls based on UI5 Web Components
|
|
69
74
|
*
|
|
70
75
|
* @namespace
|
|
71
76
|
* @alias sap.ui.webc.fiori
|
|
72
77
|
* @author SAP SE
|
|
73
|
-
* @version 1.
|
|
78
|
+
* @version 1.96.2
|
|
74
79
|
* @public
|
|
75
80
|
* @since 1.92.0
|
|
76
81
|
* @experimental Since 1.92.0 This API is experimental and might change significantly.
|
|
@@ -297,6 +302,85 @@ Use to display both a master and a detail page when the user should focus on the
|
|
|
297
302
|
};
|
|
298
303
|
|
|
299
304
|
|
|
305
|
+
/**
|
|
306
|
+
* Different illustration types of Illustrated Message.
|
|
307
|
+
*
|
|
308
|
+
* @enum {string}
|
|
309
|
+
* @public
|
|
310
|
+
* @since 1.92.0
|
|
311
|
+
* @experimental Since 1.92.0 This API is experimental and might change significantly.
|
|
312
|
+
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
313
|
+
*/
|
|
314
|
+
thisLib.IllustrationMessageType = {
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* "BeforeSearch" illustration type.
|
|
318
|
+
* @public
|
|
319
|
+
*/
|
|
320
|
+
BeforeSearch: "BeforeSearch",
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* "NoActivities" illustration type.
|
|
324
|
+
* @public
|
|
325
|
+
*/
|
|
326
|
+
NoActivities: "NoActivities",
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* "NoData" illustration type.
|
|
330
|
+
* @public
|
|
331
|
+
*/
|
|
332
|
+
NoData: "NoData",
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* "NoEntries" illustration type.
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
338
|
+
NoEntries: "NoEntries",
|
|
339
|
+
|
|
340
|
+
/**
|
|
341
|
+
* "NoMail" illustration type.
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
NoMail: "NoMail",
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* "NoNotifications" illustration type.
|
|
348
|
+
* @public
|
|
349
|
+
*/
|
|
350
|
+
NoNotifications: "NoNotifications",
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* "NoSavedItems" illustration type.
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
NoSavedItems: "NoSavedItems",
|
|
357
|
+
|
|
358
|
+
/**
|
|
359
|
+
* "NoSearchResults" illustration type.
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
362
|
+
NoSearchResults: "NoSearchResults",
|
|
363
|
+
|
|
364
|
+
/**
|
|
365
|
+
* "NoTasks" illustration type.
|
|
366
|
+
* @public
|
|
367
|
+
*/
|
|
368
|
+
NoTasks: "NoTasks",
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* "UnableToLoad" illustration type.
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
UnableToLoad: "UnableToLoad",
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* "UnableToUpload" illustration type.
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
UnableToUpload: "UnableToUpload"
|
|
381
|
+
};
|
|
382
|
+
|
|
383
|
+
|
|
300
384
|
/**
|
|
301
385
|
* undefined
|
|
302
386
|
*
|
|
@@ -328,6 +412,31 @@ Use to display both a master and a detail page when the user should focus on the
|
|
|
328
412
|
};
|
|
329
413
|
|
|
330
414
|
|
|
415
|
+
/**
|
|
416
|
+
* Different types of Timeline.
|
|
417
|
+
*
|
|
418
|
+
* @enum {string}
|
|
419
|
+
* @public
|
|
420
|
+
* @since 1.92.0
|
|
421
|
+
* @experimental Since 1.92.0 This API is experimental and might change significantly.
|
|
422
|
+
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
423
|
+
*/
|
|
424
|
+
thisLib.TimelineLayout = {
|
|
425
|
+
|
|
426
|
+
/**
|
|
427
|
+
* Horizontal layout
|
|
428
|
+
* @public
|
|
429
|
+
*/
|
|
430
|
+
Horizontal: "Horizontal",
|
|
431
|
+
|
|
432
|
+
/**
|
|
433
|
+
* Vertical layout Default type
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
Vertical: "Vertical"
|
|
437
|
+
};
|
|
438
|
+
|
|
439
|
+
|
|
331
440
|
/**
|
|
332
441
|
* undefined
|
|
333
442
|
*
|
|
@@ -18,8 +18,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
18
18
|
startContent: {
|
|
19
19
|
type: HTMLElement,
|
|
20
20
|
},
|
|
21
|
-
|
|
21
|
+
"default": {
|
|
22
22
|
type: HTMLElement,
|
|
23
|
+
propertyName: "middleContent",
|
|
23
24
|
},
|
|
24
25
|
endContent: {
|
|
25
26
|
type: HTMLElement,
|