@sapui5/sap.cux.home 1.138.0 → 1.140.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/package.json +1 -1
- package/src/sap/cux/home/.library +1 -1
- package/src/sap/cux/home/AdvancedSettingsPanel.d.ts +7 -0
- package/src/sap/cux/home/AdvancedSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/AdvancedSettingsPanel.js +113 -64
- package/src/sap/cux/home/AdvancedSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/AdvancedSettingsPanel.ts +47 -15
- package/src/sap/cux/home/App.d.ts +2 -2
- package/src/sap/cux/home/App.js +2 -2
- package/src/sap/cux/home/App.js.map +1 -1
- package/src/sap/cux/home/App.ts +2 -2
- package/src/sap/cux/home/AppsAdditionPanel.d.ts.map +1 -1
- package/src/sap/cux/home/AppsAdditionPanel.js +17 -10
- package/src/sap/cux/home/AppsAdditionPanel.js.map +1 -1
- package/src/sap/cux/home/AppsAdditionPanel.ts +19 -12
- package/src/sap/cux/home/AppsContainer.d.ts +2 -3
- package/src/sap/cux/home/AppsContainer.d.ts.map +1 -1
- package/src/sap/cux/home/AppsContainer.js +6 -10
- package/src/sap/cux/home/AppsContainer.js.map +1 -1
- package/src/sap/cux/home/AppsContainer.ts +5 -10
- package/src/sap/cux/home/BaseApp.d.ts +2 -2
- package/src/sap/cux/home/BaseApp.js +2 -2
- package/src/sap/cux/home/BaseApp.js.map +1 -1
- package/src/sap/cux/home/BaseApp.ts +2 -2
- package/src/sap/cux/home/BaseAppPanel.d.ts +10 -0
- package/src/sap/cux/home/BaseAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/BaseAppPanel.js +22 -3
- package/src/sap/cux/home/BaseAppPanel.js.map +1 -1
- package/src/sap/cux/home/BaseAppPanel.ts +16 -3
- package/src/sap/cux/home/BaseContainer.d.ts +10 -27
- package/src/sap/cux/home/BaseContainer.d.ts.map +1 -1
- package/src/sap/cux/home/BaseContainer.gen.d.ts +61 -0
- package/src/sap/cux/home/BaseContainer.js +39 -71
- package/src/sap/cux/home/BaseContainer.js.map +1 -1
- package/src/sap/cux/home/BaseContainer.ts +33 -77
- package/src/sap/cux/home/BaseContainerRenderer.d.ts +6 -4
- package/src/sap/cux/home/BaseContainerRenderer.d.ts.map +1 -1
- package/src/sap/cux/home/BaseContainerRenderer.js +47 -21
- package/src/sap/cux/home/BaseContainerRenderer.js.map +1 -1
- package/src/sap/cux/home/BaseContainerRenderer.ts +58 -25
- package/src/sap/cux/home/BaseLayout.d.ts +2 -2
- package/src/sap/cux/home/BaseLayout.d.ts.map +1 -1
- package/src/sap/cux/home/BaseLayout.js +5 -4
- package/src/sap/cux/home/BaseLayout.js.map +1 -1
- package/src/sap/cux/home/BaseLayout.ts +5 -4
- package/src/sap/cux/home/BaseNewsItem.d.ts +2 -2
- package/src/sap/cux/home/BaseNewsItem.js +2 -2
- package/src/sap/cux/home/BaseNewsItem.js.map +1 -1
- package/src/sap/cux/home/BaseNewsItem.ts +2 -2
- package/src/sap/cux/home/BaseNewsPanel.d.ts +4 -3
- package/src/sap/cux/home/BaseNewsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/BaseNewsPanel.js +14 -3
- package/src/sap/cux/home/BaseNewsPanel.js.map +1 -1
- package/src/sap/cux/home/BaseNewsPanel.ts +10 -4
- package/src/sap/cux/home/BasePagePanel.d.ts +2 -2
- package/src/sap/cux/home/BasePagePanel.d.ts.map +1 -1
- package/src/sap/cux/home/BasePagePanel.js +10 -2
- package/src/sap/cux/home/BasePagePanel.js.map +1 -1
- package/src/sap/cux/home/BasePagePanel.ts +6 -2
- package/src/sap/cux/home/BasePanel.d.ts +2 -21
- package/src/sap/cux/home/BasePanel.d.ts.map +1 -1
- package/src/sap/cux/home/BasePanel.gen.d.ts +109 -0
- package/src/sap/cux/home/BasePanel.js +15 -31
- package/src/sap/cux/home/BasePanel.js.map +1 -1
- package/src/sap/cux/home/BasePanel.ts +11 -34
- package/src/sap/cux/home/BaseSettingsDialog.d.ts +2 -2
- package/src/sap/cux/home/BaseSettingsDialog.js +2 -2
- package/src/sap/cux/home/BaseSettingsDialog.js.map +1 -1
- package/src/sap/cux/home/BaseSettingsDialog.ts +2 -2
- package/src/sap/cux/home/BaseSettingsPanel.d.ts +3 -3
- package/src/sap/cux/home/BaseSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/BaseSettingsPanel.js +4 -3
- package/src/sap/cux/home/BaseSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/BaseSettingsPanel.ts +6 -4
- package/src/sap/cux/home/CardsPanel.d.ts +2 -2
- package/src/sap/cux/home/CardsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/CardsPanel.js +15 -7
- package/src/sap/cux/home/CardsPanel.js.map +1 -1
- package/src/sap/cux/home/CardsPanel.ts +11 -10
- package/src/sap/cux/home/ContentAdditionDialog.d.ts.map +1 -1
- package/src/sap/cux/home/ContentAdditionDialog.js +1 -2
- package/src/sap/cux/home/ContentAdditionDialog.js.map +1 -1
- package/src/sap/cux/home/ContentAdditionDialog.ts +1 -2
- package/src/sap/cux/home/ErrorPanel.d.ts +2 -2
- package/src/sap/cux/home/ErrorPanel.d.ts.map +1 -1
- package/src/sap/cux/home/ErrorPanel.js +13 -3
- package/src/sap/cux/home/ErrorPanel.js.map +1 -1
- package/src/sap/cux/home/ErrorPanel.ts +9 -3
- package/src/sap/cux/home/FavAppPanel.d.ts +2 -2
- package/src/sap/cux/home/FavAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/FavAppPanel.js +7 -6
- package/src/sap/cux/home/FavAppPanel.js.map +1 -1
- package/src/sap/cux/home/FavAppPanel.ts +10 -9
- package/src/sap/cux/home/FrequentAppPanel.d.ts +2 -2
- package/src/sap/cux/home/FrequentAppPanel.js +2 -2
- package/src/sap/cux/home/FrequentAppPanel.js.map +1 -1
- package/src/sap/cux/home/FrequentAppPanel.ts +2 -2
- package/src/sap/cux/home/Group.d.ts +2 -2
- package/src/sap/cux/home/Group.js +2 -2
- package/src/sap/cux/home/Group.js.map +1 -1
- package/src/sap/cux/home/Group.ts +2 -2
- package/src/sap/cux/home/IToDoPanel.d.ts +2 -2
- package/src/sap/cux/home/IToDoPanel.js.map +1 -1
- package/src/sap/cux/home/IToDoPanel.ts +2 -2
- package/src/sap/cux/home/InsightsAdditionPanel.d.ts.map +1 -1
- package/src/sap/cux/home/InsightsAdditionPanel.js +4 -7
- package/src/sap/cux/home/InsightsAdditionPanel.js.map +1 -1
- package/src/sap/cux/home/InsightsAdditionPanel.ts +6 -8
- package/src/sap/cux/home/InsightsContainer.d.ts +4 -5
- package/src/sap/cux/home/InsightsContainer.d.ts.map +1 -1
- package/src/sap/cux/home/InsightsContainer.js +10 -15
- package/src/sap/cux/home/InsightsContainer.js.map +1 -1
- package/src/sap/cux/home/InsightsContainer.ts +17 -16
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js +7 -5
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.ts +6 -5
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.d.ts +11 -5
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.js +161 -83
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.ts +167 -83
- package/src/sap/cux/home/KeyUserSettingsDialog.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserSettingsDialog.js +18 -12
- package/src/sap/cux/home/KeyUserSettingsDialog.js.map +1 -1
- package/src/sap/cux/home/KeyUserSettingsDialog.ts +9 -5
- package/src/sap/cux/home/Layout.d.ts +2 -4
- package/src/sap/cux/home/Layout.d.ts.map +1 -1
- package/src/sap/cux/home/Layout.js +35 -43
- package/src/sap/cux/home/Layout.js.map +1 -1
- package/src/sap/cux/home/Layout.ts +15 -21
- package/src/sap/cux/home/MenuItem.d.ts +2 -2
- package/src/sap/cux/home/MenuItem.js +2 -2
- package/src/sap/cux/home/MenuItem.js.map +1 -1
- package/src/sap/cux/home/MenuItem.ts +2 -2
- package/src/sap/cux/home/NewsAndPagesContainer.d.ts +28 -3
- package/src/sap/cux/home/NewsAndPagesContainer.d.ts.map +1 -1
- package/src/sap/cux/home/NewsAndPagesContainer.js +63 -39
- package/src/sap/cux/home/NewsAndPagesContainer.js.map +1 -1
- package/src/sap/cux/home/NewsAndPagesContainer.ts +68 -41
- package/src/sap/cux/home/NewsGroup.d.ts.map +1 -1
- package/src/sap/cux/home/NewsGroup.js +11 -6
- package/src/sap/cux/home/NewsGroup.js.map +1 -1
- package/src/sap/cux/home/NewsGroup.ts +11 -8
- package/src/sap/cux/home/NewsPanel.d.ts +44 -7
- package/src/sap/cux/home/NewsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/NewsPanel.gen.d.ts +0 -91
- package/src/sap/cux/home/NewsPanel.js +303 -214
- package/src/sap/cux/home/NewsPanel.js.map +1 -1
- package/src/sap/cux/home/NewsPanel.ts +190 -117
- package/src/sap/cux/home/NewsSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/NewsSettingsPanel.js +11 -7
- package/src/sap/cux/home/NewsSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/NewsSettingsPanel.ts +14 -8
- package/src/sap/cux/home/NoDataContainer.d.ts +2 -3
- package/src/sap/cux/home/NoDataContainer.d.ts.map +1 -1
- package/src/sap/cux/home/NoDataContainer.js +3 -3
- package/src/sap/cux/home/NoDataContainer.js.map +1 -1
- package/src/sap/cux/home/NoDataContainer.ts +3 -3
- package/src/sap/cux/home/PagePanel.d.ts +11 -3
- package/src/sap/cux/home/PagePanel.d.ts.map +1 -1
- package/src/sap/cux/home/PagePanel.js +17 -6
- package/src/sap/cux/home/PagePanel.js.map +1 -1
- package/src/sap/cux/home/PagePanel.ts +17 -7
- package/src/sap/cux/home/RecentAppPanel.d.ts +2 -2
- package/src/sap/cux/home/RecentAppPanel.js +2 -2
- package/src/sap/cux/home/RecentAppPanel.js.map +1 -1
- package/src/sap/cux/home/RecentAppPanel.ts +2 -2
- package/src/sap/cux/home/RecommendedAppPanel.d.ts +2 -2
- package/src/sap/cux/home/RecommendedAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/RecommendedAppPanel.js +15 -9
- package/src/sap/cux/home/RecommendedAppPanel.js.map +1 -1
- package/src/sap/cux/home/RecommendedAppPanel.ts +11 -6
- package/src/sap/cux/home/SideBySideIconTabFilter.d.ts +48 -0
- package/src/sap/cux/home/SideBySideIconTabFilter.d.ts.map +1 -0
- package/src/sap/cux/home/SideBySideIconTabFilter.gen.d.ts +33 -0
- package/src/sap/cux/home/SideBySideIconTabFilter.js +83 -0
- package/src/sap/cux/home/SideBySideIconTabFilter.js.map +1 -0
- package/src/sap/cux/home/SideBySideIconTabFilter.ts +87 -0
- package/src/sap/cux/home/SituationPanel.d.ts +2 -2
- package/src/sap/cux/home/SituationPanel.js +2 -2
- package/src/sap/cux/home/SituationPanel.js.map +1 -1
- package/src/sap/cux/home/SituationPanel.ts +2 -2
- package/src/sap/cux/home/SpaceInsightsPanel.d.ts +2 -2
- package/src/sap/cux/home/SpaceInsightsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/SpaceInsightsPanel.js +15 -4
- package/src/sap/cux/home/SpaceInsightsPanel.js.map +1 -1
- package/src/sap/cux/home/SpaceInsightsPanel.ts +11 -4
- package/src/sap/cux/home/SpacePanel.d.ts +2 -2
- package/src/sap/cux/home/SpacePanel.js +2 -2
- package/src/sap/cux/home/SpacePanel.js.map +1 -1
- package/src/sap/cux/home/SpacePanel.ts +2 -2
- package/src/sap/cux/home/TaskPanel.d.ts +2 -2
- package/src/sap/cux/home/TaskPanel.d.ts.map +1 -1
- package/src/sap/cux/home/TaskPanel.js +6 -11
- package/src/sap/cux/home/TaskPanel.js.map +1 -1
- package/src/sap/cux/home/TaskPanel.ts +6 -11
- package/src/sap/cux/home/TilesPanel.d.ts +2 -3
- package/src/sap/cux/home/TilesPanel.d.ts.map +1 -1
- package/src/sap/cux/home/TilesPanel.js +93 -63
- package/src/sap/cux/home/TilesPanel.js.map +1 -1
- package/src/sap/cux/home/TilesPanel.ts +97 -80
- package/src/sap/cux/home/ToDoPanel.d.ts +2 -2
- package/src/sap/cux/home/ToDoPanel.d.ts.map +1 -1
- package/src/sap/cux/home/ToDoPanel.js +15 -20
- package/src/sap/cux/home/ToDoPanel.js.map +1 -1
- package/src/sap/cux/home/ToDoPanel.ts +11 -21
- package/src/sap/cux/home/ToDosContainer.d.ts +2 -4
- package/src/sap/cux/home/ToDosContainer.d.ts.map +1 -1
- package/src/sap/cux/home/ToDosContainer.js +5 -10
- package/src/sap/cux/home/ToDosContainer.js.map +1 -1
- package/src/sap/cux/home/ToDosContainer.ts +3 -10
- package/src/sap/cux/home/changeHandler/LayoutHandler.d.ts +1 -2
- package/src/sap/cux/home/changeHandler/LayoutHandler.d.ts.map +1 -1
- package/src/sap/cux/home/changeHandler/LayoutHandler.js +0 -3
- package/src/sap/cux/home/changeHandler/LayoutHandler.js.map +1 -1
- package/src/sap/cux/home/changeHandler/LayoutHandler.ts +2 -6
- package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.d.ts.map +1 -1
- package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.js +0 -3
- package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.js.map +1 -1
- package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.ts +0 -3
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.d.ts.map +1 -1
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.js +1 -3
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.js.map +1 -1
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.ts +1 -3
- package/src/sap/cux/home/changeHandler/SpacePageIconHandler.d.ts.map +1 -1
- package/src/sap/cux/home/changeHandler/SpacePageIconHandler.js +0 -3
- package/src/sap/cux/home/changeHandler/SpacePageIconHandler.js.map +1 -1
- package/src/sap/cux/home/changeHandler/SpacePageIconHandler.ts +0 -3
- package/src/sap/cux/home/designtime/Layout.designtime.d.ts +1 -1
- package/src/sap/cux/home/flexibility/BaseContainer.flexibility.d.ts.map +1 -1
- package/src/sap/cux/home/flexibility/BaseContainer.flexibility.js +4 -3
- package/src/sap/cux/home/flexibility/BaseContainer.flexibility.js.map +1 -1
- package/src/sap/cux/home/flexibility/BaseContainer.flexibility.ts +3 -2
- package/src/sap/cux/home/flexibility/Layout.flexibility.d.ts +0 -2
- package/src/sap/cux/home/flexibility/Layout.flexibility.d.ts.map +1 -1
- package/src/sap/cux/home/flexibility/Layout.flexibility.js +0 -2
- package/src/sap/cux/home/flexibility/Layout.flexibility.js.map +1 -1
- package/src/sap/cux/home/flexibility/Layout.flexibility.ts +0 -2
- package/src/sap/cux/home/i18n/messagebundle.properties +18 -9
- package/src/sap/cux/home/i18n/messagebundle_ar.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_bg.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_ca.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_cnr.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_cs.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_cy.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_da.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_de.properties +26 -20
- package/src/sap/cux/home/i18n/messagebundle_el.properties +22 -16
- package/src/sap/cux/home/i18n/messagebundle_en.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_en_GB.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_en_US_sappsd.properties +13 -7
- package/src/sap/cux/home/i18n/messagebundle_en_US_saprigi.properties +13 -7
- package/src/sap/cux/home/i18n/messagebundle_en_US_saptrc.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_es.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_es_MX.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_et.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_fi.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_fr.properties +18 -12
- package/src/sap/cux/home/i18n/messagebundle_fr_CA.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_hi.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_hr.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_hu.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_id.properties +21 -15
- package/src/sap/cux/home/i18n/messagebundle_it.properties +17 -11
- package/src/sap/cux/home/i18n/messagebundle_iw.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_ja.properties +20 -14
- package/src/sap/cux/home/i18n/messagebundle_kk.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_ko.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_lt.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_lv.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_mk.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_ms.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_nl.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_no.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_pl.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_pt.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_pt_PT.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_ro.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_ru.properties +26 -20
- package/src/sap/cux/home/i18n/messagebundle_sh.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_sk.properties +17 -11
- package/src/sap/cux/home/i18n/messagebundle_sl.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_sr.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_sv.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_th.properties +18 -12
- package/src/sap/cux/home/i18n/messagebundle_tr.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_uk.properties +17 -11
- package/src/sap/cux/home/i18n/messagebundle_vi.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_zh_CN.properties +16 -10
- package/src/sap/cux/home/i18n/messagebundle_zh_TW.properties +16 -10
- package/src/sap/cux/home/interface/CardsInterface.d.ts +1 -5
- package/src/sap/cux/home/interface/CardsInterface.d.ts.map +1 -1
- package/src/sap/cux/home/interface/CardsInterface.js.map +1 -1
- package/src/sap/cux/home/interface/CardsInterface.ts +1 -1
- package/src/sap/cux/home/interface/KeyUserInterface.d.ts +2 -0
- package/src/sap/cux/home/interface/KeyUserInterface.d.ts.map +1 -1
- package/src/sap/cux/home/interface/KeyUserInterface.js.map +1 -1
- package/src/sap/cux/home/interface/KeyUserInterface.ts +2 -0
- package/src/sap/cux/home/library.d.ts +26 -15
- package/src/sap/cux/home/library.d.ts.map +1 -1
- package/src/sap/cux/home/library.js +26 -15
- package/src/sap/cux/home/library.js.map +1 -1
- package/src/sap/cux/home/library.ts +27 -15
- package/src/sap/cux/home/themes/base/BaseContainer.less +31 -0
- package/src/sap/cux/home/themes/base/ContentAdditionDialog.less +0 -8
- package/src/sap/cux/home/themes/base/KeyUserSettingsDialog.less +5 -0
- package/src/sap/cux/home/themes/base/NewsAndPagesContainer.less +4 -0
- package/src/sap/cux/home/themes/base/ToDosContainer.less +2 -5
- package/src/sap/cux/home/utils/CommonUtils.d.ts +1 -1
- package/src/sap/cux/home/utils/CommonUtils.d.ts.map +1 -1
- package/src/sap/cux/home/utils/CommonUtils.js.map +1 -1
- package/src/sap/cux/home/utils/CommonUtils.ts +5 -2
- package/src/sap/cux/home/utils/FeatureUtils.js +0 -2
- package/src/sap/cux/home/utils/FeatureUtils.js.map +1 -1
- package/src/sap/cux/home/utils/FeatureUtils.ts +3 -3
- package/src/sap/cux/home/utils/HttpHelper.js.map +1 -1
- package/src/sap/cux/home/utils/HttpHelper.ts +1 -1
- package/src/sap/cux/home/utils/UshellPersonalizer.d.ts +0 -4
- package/src/sap/cux/home/utils/UshellPersonalizer.d.ts.map +1 -1
- package/src/sap/cux/home/utils/UshellPersonalizer.js.map +1 -1
- package/src/sap/cux/home/utils/UshellPersonalizer.ts +0 -1
- package/src/sap/cux/home/utils/fragment/appsAdditionContent.fragment.xml +9 -4
- package/src/sap/cux/home/{AppsContainerGenericPlaceholder.d.ts → utils/placeholder/AppsPlaceholder.d.ts} +2 -2
- package/src/sap/cux/home/utils/placeholder/AppsPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/{AppsContainerGenericPlaceholder.js → utils/placeholder/AppsPlaceholder.js} +1 -1
- package/src/sap/cux/home/utils/placeholder/AppsPlaceholder.js.map +1 -0
- package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.d.ts +8 -0
- package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/{InsightsContainerGenericPlaceholder.js → utils/placeholder/InsightsPlaceholder.js} +1 -1
- package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.js.map +1 -0
- package/src/sap/cux/home/{InsightsContainerGenericPlaceholder.d.ts → utils/placeholder/NewsAndPagesPlaceholder.d.ts} +3 -3
- package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/{NewsAndPagesContainerGenericPlaceholder.js → utils/placeholder/NewsAndPagesPlaceholder.js} +1 -1
- package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.js.map +1 -0
- package/src/sap/cux/home/{ToDosContainerGenericPlaceholder.d.ts → utils/placeholder/ToDosPlaceholder.d.ts} +2 -2
- package/src/sap/cux/home/utils/placeholder/ToDosPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/{ToDosContainerGenericPlaceholder.js → utils/placeholder/ToDosPlaceholder.js} +1 -1
- package/src/sap/cux/home/utils/placeholder/ToDosPlaceholder.js.map +1 -0
- package/src/sap/cux/home/AppsContainerGenericPlaceholder.d.ts.map +0 -1
- package/src/sap/cux/home/AppsContainerGenericPlaceholder.js.map +0 -1
- package/src/sap/cux/home/InsightsContainerGenericPlaceholder.d.ts.map +0 -1
- package/src/sap/cux/home/InsightsContainerGenericPlaceholder.js.map +0 -1
- package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.d.ts +0 -8
- package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.d.ts.map +0 -1
- package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.js.map +0 -1
- package/src/sap/cux/home/ToDosContainerGenericPlaceholder.d.ts.map +0 -1
- package/src/sap/cux/home/ToDosContainerGenericPlaceholder.js.map +0 -1
- package/src/sap/cux/home/utils/KeyUserPersonalization.d.ts +0 -19
- package/src/sap/cux/home/utils/KeyUserPersonalization.d.ts.map +0 -1
- package/src/sap/cux/home/utils/KeyUserPersonalization.js +0 -127
- package/src/sap/cux/home/utils/KeyUserPersonalization.js.map +0 -1
- package/src/sap/cux/home/utils/KeyUserPersonalization.ts +0 -94
- /package/src/sap/cux/home/{AppsContainerGenericPlaceholder.ts → utils/placeholder/AppsPlaceholder.ts} +0 -0
- /package/src/sap/cux/home/{InsightsContainerGenericPlaceholder.ts → utils/placeholder/InsightsPlaceholder.ts} +0 -0
- /package/src/sap/cux/home/{NewsAndPagesContainerGenericPlaceholder.ts → utils/placeholder/NewsAndPagesPlaceholder.ts} +0 -0
- /package/src/sap/cux/home/{ToDosContainerGenericPlaceholder.ts → utils/placeholder/ToDosPlaceholder.ts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AppsContainerGenericPlaceholder.js","names":["sap","ui","define","getAppsPlaceholder","__exports","__esModule"],"sources":["AppsContainerGenericPlaceholder.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\nexport function getAppsPlaceholder(): string {\n\treturn `\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plContent plResponsivePadding\" style=\"background-color:transparent\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM\" style=\"width: 225px;\"></div>\n <div class=\"plPHPCardContainer\" style=\"background-color:white\">\n <div class=\"plPHPCard plPHPCardVersion4 PHPContentCard8\">\n <div class=\"plPHPCardHeader\"></div>\n <div class=\"plPHPCardContent\">\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n </div>\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plSmallestVisibleSizeM\">\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n </div>\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plSmallestVisibleSizeL\">\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n </div>\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plSmallestVisibleSizeXL\">\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare\">\n </div>\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextLine\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n `;\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AAHAA,GAAA,CAAAC,EAAA,CAAAC,MAAA;EAAA;;EAIO,SAASC,kBAAkBA,CAAA,EAAW;IAC5C,OAAO;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;EACL;EAAC,IAAAC,SAAA;IAAAC,UAAA;EAAA;EAAAD,SAAA,CAAAD,kBAAA,GAAAA,kBAAA;EAAA,OAAAC,SAAA;AAAA","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InsightsContainerGenericPlaceholder.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/InsightsContainerGenericPlaceholder.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,kDAAkD,CAAC;IAClE;;;OAGG;IACH,SAAgB,sBAAsB,IAAI,MAAM,CAkY/C;CAEA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InsightsContainerGenericPlaceholder.js","names":["sap","ui","define","getInsightsPlaceholder","__exports","__esModule"],"sources":["InsightsContainerGenericPlaceholder.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\nexport function getInsightsPlaceholder(): string {\n\treturn `\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM\" style=\"width: 225px;\"></div>\n <div class='plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plContent plResponsivePadding' style=\"background-color:transparent\">\n <div class=\"pInsightsTilesContainer\">\n <div class=\"plOVPCard pInsightsTiles\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard pInsightsTiles\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard pInsightsTiles\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard pInsightsTiles\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard pInsightsTiles\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard pInsightsTiles\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCardContainer\">\n <div class=\"plOVPCard plOVPCardVersion4 OVPContentCard5 plSmallestVisibleSizeS\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n <div class=\"plOVPCardContent\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plBarChart\">\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plOVPCardContentChart plChartHorMeasure plChartVertMeasure plHorizontalBarChart\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 160px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 120px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard plOVPCardVersion4 OVPContentCard5 plSmallestVisibleSizeM\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n <div class=\"plOVPCardContent\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plBarChart\">\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plOVPCardContentChart plChartHorMeasure plChartVertMeasure plHorizontalBarChart\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 160px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 120px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard plOVPCardVersion3 OVPContentCard6 plSmallestVisibleSizeM\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n <div class=\"plOVPCardContent\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plBarChart\">\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plOVPCardContentChart plChartHorMeasure plChartVertMeasure plHorizontalBarChart\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 160px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 120px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard plOVPCardVersion4 OVPContentCard5 plSmallestVisibleSizeM\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n <div class=\"plOVPCardContent\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plBarChart\">\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plOVPCardContentChart plChartHorMeasure plChartVertMeasure plHorizontalBarChart\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 160px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 120px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard plOVPCardVersion4 OVPContentCard5 plSmallestVisibleSizeL\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n <div class=\"plOVPCardContent\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plBarChart\">\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plOVPCardContentChart plChartHorMeasure plChartVertMeasure plHorizontalBarChart\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 160px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 120px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard plOVPCardVersion4 OVPContentCard5 plSmallestVisibleSizeL\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n <div class=\"plOVPCardContent\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plBarChart\">\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plOVPCardContentChart plChartHorMeasure plChartVertMeasure plHorizontalBarChart\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 160px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 120px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard plOVPCardVersion4 OVPContentCard5 plSmallestVisibleSizeXL\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n <div class=\"plOVPCardContent\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plBarChart\">\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plOVPCardContentChart plChartHorMeasure plChartVertMeasure plHorizontalBarChart\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 160px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 120px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plOVPCard plOVPCardVersion4 OVPContentCard5 plSmallestVisibleSizeXL\" style=\"background-color:white\">\n <div class=\"plOVPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 100px;\"></div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plAvatar sapMGTLoadingShimmer plAvatarSizeM plAvatarShapeSquare plOVPCardHeaderAvatar\" style=\"width: 120px; height: 40px; background-size: 900px 900px;\"></div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignEnd plVerticalAlignTop plVerticalRepeater plOVPCardHeaderText\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 50px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plVerticalRepeaterItem\" style=\"width: 30px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plOVPCardHeaderText\" style=\"width: 80px;\"></div>\n </div>\n </div>\n <div class=\"plOVPCardContent\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\">\n <div class=\"plBarChart\">\n <div style=\"vertical-align: inherit;\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plOVPCardContentChart plChartHorMeasure plChartVertMeasure plHorizontalBarChart\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 160px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 120px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plVerticalRepeaterItem\" style=\"width: 90px;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n `;\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AAHAA,GAAA,CAAAC,EAAA,CAAAC,MAAA;EAAA;;EAIO,SAASC,sBAAsBA,CAAA,EAAW;IAChD,OAAO;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;EACL;EAAC,IAAAC,SAAA;IAAAC,UAAA;EAAA;EAAAD,SAAA,CAAAD,sBAAA,GAAAA,sBAAA;EAAA,OAAAC,SAAA;AAAA","ignoreList":[]}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
declare module "sap/cux/home/NewsAndPagesContainerGenericPlaceholder" {
|
|
2
|
-
/*!
|
|
3
|
-
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
4
|
-
* * (c) Copyright 2009-2025 SAP SE. All rights reserved
|
|
5
|
-
*/
|
|
6
|
-
function getNewsPagesPlaceholder(): string;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=NewsAndPagesContainerGenericPlaceholder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NewsAndPagesContainerGenericPlaceholder.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,sDAAsD,CAAC;IACtE;;;OAGG;IACH,SAAgB,uBAAuB,IAAI,MAAM,CAqJhD;CAEA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NewsAndPagesContainerGenericPlaceholder.js","names":["sap","ui","define","getNewsPagesPlaceholder","__exports","__esModule"],"sources":["NewsAndPagesContainerGenericPlaceholder.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\nexport function getNewsPagesPlaceholder(): string {\n\treturn `\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plContent plResponsivePadding\" style=\"background-color:transparent\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM\" style=\"width: 225px;\">\n </div>\n <div class=\"plPHPCardContainer plSectionMarginBottom\">\n <div class=\"plPHPCard plPHPCardVersion2 PHPContentCard5 sapUiNoMarginTop\" style=\"background-color:white\">\n <div class=\"plPHPCardHeader\">\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop\"></div>\n </div>\n <div class=\"plPHPCardContent\">\n <div style=\"vertical-align: inherit;\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentContainer\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightS plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 80%;\"></div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignEnd plVerticalAlignBottom\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardFooterText\"\n style=\"width: 80px;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plPHPCardVersion3 PHPContentCard6 sapUiNoMarginTop plSmallestVisibleSizeL\">\n <div class=\"plPHPCardHeader\"></div>\n <div class=\"plPHPCardContent\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignplPHPCardContentContainer plVerticalAlignTop\">\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignCenter plVerticalAlignTop\">\n <div style=\"vertical-align: inherit; background-color:white;\" class=\"plPHPCard\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentItemContainer\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare plVerticalRepeaterItem\">\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit; background-color:white;\" class=\"plPHPCard\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentItemContainer\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare plVerticalRepeaterItem\">\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignCenter plVerticalAlignTop\">\n <div style=\"vertical-align: inherit; background-color:white;\" class=\"plPHPCard\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentItemContainer\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare plVerticalRepeaterItem\">\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit; background-color:white;\" class=\"plPHPCard\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentItemContainer\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare plVerticalRepeaterItem\">\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plPHPCard plPHPCardVersion3 PHPContentCard7 sapUiNoMarginTop plSmallestVisibleSizeL\">\n <div class=\"plPHPCardHeader\"></div>\n <div class=\"plPHPCardContent\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignplPHPCardContentContainer plVerticalAlignTop\">\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignCenter plVerticalAlignTop\">\n <div style=\"vertical-align: inherit; background-color:white;\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentItemContainer\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare plVerticalRepeaterItem\">\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit; background-color:white;\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentItemContainer\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare plVerticalRepeaterItem\">\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n </div>\n <div class=\"plHorizontalLayout plHorizontalContent plTextAlignCenter plVerticalAlignTop\">\n <div style=\"vertical-align: inherit; background-color:white;\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentItemContainer\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare plVerticalRepeaterItem\">\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n <div style=\"vertical-align: inherit; background-color:white;\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentItemContainer\">\n <div\n class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plPHPCardContentTextSquare plVerticalRepeaterItem\">\n </div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 100%;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n `;\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AAHAA,GAAA,CAAAC,EAAA,CAAAC,MAAA;EAAA;;EAIO,SAASC,uBAAuBA,CAAA,EAAW;IACjD,OAAO;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;EACL;EAAC,IAAAC,SAAA;IAAAC,UAAA;EAAA;EAAAD,SAAA,CAAAD,uBAAA,GAAAA,uBAAA;EAAA,OAAAC,SAAA;AAAA","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ToDosContainerGenericPlaceholder.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/ToDosContainerGenericPlaceholder.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,+CAA+C,CAAC;IAC/D;;;OAGG;IACH,SAAgB,mBAAmB,IAAI,MAAM,CAqE5C;CAEA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ToDosContainerGenericPlaceholder.js","names":["sap","ui","define","getTodosPlaceholder","__exports","__esModule"],"sources":["ToDosContainerGenericPlaceholder.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\nexport function getTodosPlaceholder(): string {\n\treturn `\n <div class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plContent plResponsivePadding\" style=\"background-color:transparent\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightL plTextWidthM plPHPCardHeaderText\" style=\"width: 225px;\">\n </div>\n <div class=\"plPHPCardContainer plPHPCardContainerOverflowHidden plSectionMarginBottom\">\n <div class=\"plPHPCard plPHPCardVersion1 PHPContentCard1\" style=\"background-color:white\">\n <div class=\"plPHPCardHeader\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardHeaderText\"\n style=\"width: 100%;\"></div>\n </div>\n <div class=\"plPHPCardContent\">\n <div style=\"vertical-align: inherit;\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentContainer\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightS plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 80%;\"></div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plPHPCard plPHPCardVersion1 PHPContentCard2\" style=\"background-color:white\">\n <div class=\"plPHPCardHeader\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardHeaderText\"\n style=\"width: 100%;\"></div>\n </div>\n <div class=\"plPHPCardContent\">\n <div style=\"vertical-align: inherit;\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentContainer\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightS plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 80%;\"></div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plPHPCard plPHPCardVersion1 PHPContentCard3 plSmallestVisibleSizeL\" style=\"background-color:white\">\n <div class=\"plPHPCardHeader\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardHeaderText\"\n style=\"width: 100%;\"></div>\n </div>\n <div class=\"plPHPCardContent\">\n <div style=\"vertical-align: inherit;\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentContainer\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightS plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 80%;\"></div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"plPHPCard plPHPCardVersion1 PHPContentCard4 plSmallestVisibleSizeXL\" style=\"background-color:white\">\n <div class=\"plPHPCardHeader\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightM plTextWidthM plPHPCardHeaderText\"\n style=\"width: 100%;\"></div>\n </div>\n <div class=\"plPHPCardContent\">\n <div style=\"vertical-align: inherit;\">\n <div\n class=\"plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plVerticalRepeater plPHPCardContentContainer\">\n <div class=\"plText sapMGTLoadingShimmer plTextWeightS plTextWidthM plPHPCardContentText plVerticalRepeaterItem\"\n style=\"width: 80%;\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n `;\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AAHAA,GAAA,CAAAC,EAAA,CAAAC,MAAA;EAAA;;EAIO,SAASC,mBAAmBA,CAAA,EAAW;IAC7C,OAAO;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;EACL;EAAC,IAAAC,SAAA;IAAAC,UAAA;EAAA;EAAAD,SAAA,CAAAD,mBAAA,GAAAA,mBAAA;EAAA,OAAAC,SAAA;AAAA","ignoreList":[]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare module "sap/cux/home/utils/KeyUserPersonalization" {
|
|
2
|
-
/*!
|
|
3
|
-
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
4
|
-
* * (c) Copyright 2009-2025 SAP SE. All rights reserved
|
|
5
|
-
*/
|
|
6
|
-
import ResourceBundle from "sap/base/i18n/ResourceBundle";
|
|
7
|
-
import BaseObject from "sap/ui/base/Object";
|
|
8
|
-
import UIComponent from "sap/ui/core/UIComponent";
|
|
9
|
-
import { UserActionProperties } from "sap/cux/home/Layout";
|
|
10
|
-
export default class KeyUserPersonalization extends BaseObject {
|
|
11
|
-
private component;
|
|
12
|
-
private i18nBundle;
|
|
13
|
-
private adaptationData;
|
|
14
|
-
constructor(component: UIComponent | undefined, i18nBundle: ResourceBundle);
|
|
15
|
-
getRTAUserAction(): Promise<UserActionProperties | undefined>;
|
|
16
|
-
private triggerRTA;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=KeyUserPersonalization.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyUserPersonalization.d.ts","sourceRoot":"../../../../../..","sources":["src/sap/cux/home/utils/KeyUserPersonalization.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,2CAA2C,CAAC;IAC3D;;;OAGG;IAEH,OAAO,cAAc,MAAM,8BAA8B,CAAC;IAE1D,OAAO,UAAU,MAAM,oBAAoB,CAAC;IAI5C,OAAO,WAAW,MAAM,yBAAyB,CAAC;IAKlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;IAE3D,MAAM,CAAC,OAAO,OAAO,sBAAuB,SAAQ,UAAU;QAC7D,OAAO,CAAC,SAAS,CAA2B;QAC5C,OAAO,CAAC,UAAU,CAAkB;QACpC,OAAO,CAAC,cAAc,CAAmB;oBAE7B,SAAS,EAAE,WAAW,GAAG,SAAS,EAAE,UAAU,EAAE,cAAc;QAoB7D,gBAAgB,IAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC;gBAwB5D,UAAU;KA0BxB;CAEA"}
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* * (c) Copyright 2009-2025 SAP SE. All rights reserved
|
|
4
|
-
*/
|
|
5
|
-
sap.ui.define(["sap/base/Log", "sap/ui/base/Object", "sap/ui/core/Lib", "sap/ui/core/routing/HashChanger", "sap/ui/rta/api/startKeyUserAdaptation", "sap/ushell/Container", "sap/ushell/EventHub"], function (Log, BaseObject, Lib, HashChanger, startKeyUserAdaptation, Container, EventHub) {
|
|
6
|
-
"use strict";
|
|
7
|
-
|
|
8
|
-
function __ui5_require_async(path) {
|
|
9
|
-
return new Promise(function (resolve, reject) {
|
|
10
|
-
sap.ui.require([path], function (module) {
|
|
11
|
-
if (!(module && module.__esModule)) {
|
|
12
|
-
module = module === null || !(typeof module === "object" && path.endsWith("/library")) ? {
|
|
13
|
-
default: module
|
|
14
|
-
} : module;
|
|
15
|
-
Object.defineProperty(module, "__esModule", {
|
|
16
|
-
value: true
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
resolve(module);
|
|
20
|
-
}, function (err) {
|
|
21
|
-
reject(err);
|
|
22
|
-
});
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
function _catch(body, recover) {
|
|
26
|
-
try {
|
|
27
|
-
var result = body();
|
|
28
|
-
} catch (e) {
|
|
29
|
-
return recover(e);
|
|
30
|
-
}
|
|
31
|
-
if (result && result.then) {
|
|
32
|
-
return result.then(void 0, recover);
|
|
33
|
-
}
|
|
34
|
-
return result;
|
|
35
|
-
}
|
|
36
|
-
class KeyUserPersonalization extends BaseObject {
|
|
37
|
-
constructor(component, i18nBundle) {
|
|
38
|
-
super();
|
|
39
|
-
this.component = component;
|
|
40
|
-
this.i18nBundle = i18nBundle;
|
|
41
|
-
EventHub.on("keyUserAdaptationDataChange").do(() => {
|
|
42
|
-
const adaptationCustomData = this.component?.byId("sectionWrapper")?.getAggregation("adaptationData");
|
|
43
|
-
if (adaptationCustomData) {
|
|
44
|
-
this.adaptationData = adaptationCustomData.getValue();
|
|
45
|
-
|
|
46
|
-
// parse adaptation data if string
|
|
47
|
-
if (typeof this.adaptationData === "string") {
|
|
48
|
-
this.adaptationData = JSON.parse(this.adaptationData);
|
|
49
|
-
adaptationCustomData.setValue(this.adaptationData);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
getRTAUserAction() {
|
|
55
|
-
try {
|
|
56
|
-
const _this = this;
|
|
57
|
-
return Promise.resolve(_catch(function () {
|
|
58
|
-
return Promise.resolve(Lib.load({
|
|
59
|
-
name: "sap.ui.fl"
|
|
60
|
-
})).then(function () {
|
|
61
|
-
return Promise.resolve(__ui5_require_async("sap/ui/fl/initial/api/InitialFlexAPI")).then(function (_import) {
|
|
62
|
-
const InitialFlexAPI = _import.default;
|
|
63
|
-
return Promise.resolve(InitialFlexAPI.isKeyUser()).then(function (isKeyUser) {
|
|
64
|
-
let rtaUserActionProperties;
|
|
65
|
-
if (isKeyUser) {
|
|
66
|
-
rtaUserActionProperties = {
|
|
67
|
-
id: `${_this.component?.getId()}-s4MyHomeAdaptUIBtn`,
|
|
68
|
-
icon: "sap-icon://wrench",
|
|
69
|
-
text: _this.i18nBundle.getText("adaptUIBtn"),
|
|
70
|
-
tooltip: _this.i18nBundle.getText("adaptUIBtn"),
|
|
71
|
-
press: () => _this.triggerRTA()
|
|
72
|
-
};
|
|
73
|
-
}
|
|
74
|
-
return Promise.resolve(rtaUserActionProperties);
|
|
75
|
-
});
|
|
76
|
-
});
|
|
77
|
-
});
|
|
78
|
-
}, function (error) {
|
|
79
|
-
Log.error(error instanceof Error ? error.message : error);
|
|
80
|
-
}));
|
|
81
|
-
} catch (e) {
|
|
82
|
-
return Promise.reject(e);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
triggerRTA() {
|
|
86
|
-
try {
|
|
87
|
-
const _this2 = this;
|
|
88
|
-
const _temp = _catch(function () {
|
|
89
|
-
return Promise.resolve(Lib.load({
|
|
90
|
-
name: "sap.ui.fl"
|
|
91
|
-
})).then(function () {
|
|
92
|
-
if (_this2.component) {
|
|
93
|
-
startKeyUserAdaptation({
|
|
94
|
-
rootControl: _this2.component
|
|
95
|
-
}).catch(function () {
|
|
96
|
-
try {
|
|
97
|
-
return Promise.resolve(Container.getServiceAsync("URLParsing")).then(function (URLParsingService) {
|
|
98
|
-
const hashChangerInstance = HashChanger.getInstance();
|
|
99
|
-
//Trigger Manual Reload of Application in case of failure
|
|
100
|
-
const shellHash = URLParsingService.parseShellHash(hashChangerInstance.getHash());
|
|
101
|
-
const hashParams = shellHash?.params || {};
|
|
102
|
-
const rtaKey = "sap-ui-fl-max-layer";
|
|
103
|
-
const value = "CUSTOMER";
|
|
104
|
-
if (!Object.prototype.hasOwnProperty.call(hashParams, rtaKey)) {
|
|
105
|
-
hashParams[rtaKey] = value;
|
|
106
|
-
hashChangerInstance.replaceHash(URLParsingService.constructShellHash(shellHash), "Unknown");
|
|
107
|
-
}
|
|
108
|
-
window.location.reload();
|
|
109
|
-
});
|
|
110
|
-
} catch (e) {
|
|
111
|
-
return Promise.reject(e);
|
|
112
|
-
}
|
|
113
|
-
});
|
|
114
|
-
}
|
|
115
|
-
});
|
|
116
|
-
}, function (error) {
|
|
117
|
-
Log.error(error instanceof Error ? error.message : error);
|
|
118
|
-
});
|
|
119
|
-
return Promise.resolve(_temp && _temp.then ? _temp.then(function () {}) : void 0);
|
|
120
|
-
} catch (e) {
|
|
121
|
-
return Promise.reject(e);
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
return KeyUserPersonalization;
|
|
126
|
-
});
|
|
127
|
-
//# sourceMappingURL=KeyUserPersonalization.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyUserPersonalization.js","names":["sap","ui","define","Log","BaseObject","Lib","HashChanger","startKeyUserAdaptation","Container","EventHub","__ui5_require_async","path","Promise","resolve","reject","require","module","__esModule","endsWith","default","Object","defineProperty","value","err","_catch","body","recover","result","e","then","KeyUserPersonalization","constructor","component","i18nBundle","on","do","adaptationCustomData","byId","getAggregation","adaptationData","getValue","JSON","parse","setValue","getRTAUserAction","_this","load","name","_import","InitialFlexAPI","isKeyUser","rtaUserActionProperties","id","getId","icon","text","getText","tooltip","press","triggerRTA","error","Error","message","_this2","_temp","rootControl","catch","getServiceAsync","URLParsingService","hashChangerInstance","getInstance","shellHash","parseShellHash","getHash","hashParams","params","rtaKey","prototype","hasOwnProperty","call","replaceHash","constructShellHash","window","location","reload"],"sources":["KeyUserPersonalization.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\n\nimport ResourceBundle from \"sap/base/i18n/ResourceBundle\";\nimport Log from \"sap/base/Log\";\nimport BaseObject from \"sap/ui/base/Object\";\nimport CustomData from \"sap/ui/core/CustomData\";\nimport Lib from \"sap/ui/core/Lib\";\nimport HashChanger from \"sap/ui/core/routing/HashChanger\";\nimport UIComponent from \"sap/ui/core/UIComponent\";\nimport startKeyUserAdaptation from \"sap/ui/rta/api/startKeyUserAdaptation\";\nimport Container from \"sap/ushell/Container\";\nimport EventHub from \"sap/ushell/EventHub\";\nimport URLParsing from \"sap/ushell/services/URLParsing\";\nimport { UserActionProperties } from \"../Layout\";\n\nexport default class KeyUserPersonalization extends BaseObject {\n\tprivate component!: UIComponent | undefined;\n\tprivate i18nBundle!: ResourceBundle;\n\tprivate adaptationData!: object | string;\n\n\tconstructor(component: UIComponent | undefined, i18nBundle: ResourceBundle) {\n\t\tsuper();\n\n\t\tthis.component = component;\n\t\tthis.i18nBundle = i18nBundle;\n\n\t\tEventHub.on(\"keyUserAdaptationDataChange\").do(() => {\n\t\t\tconst adaptationCustomData = this.component?.byId(\"sectionWrapper\")?.getAggregation(\"adaptationData\") as CustomData;\n\t\t\tif (adaptationCustomData) {\n\t\t\t\tthis.adaptationData = adaptationCustomData.getValue() as object | string;\n\n\t\t\t\t// parse adaptation data if string\n\t\t\t\tif (typeof this.adaptationData === \"string\") {\n\t\t\t\t\tthis.adaptationData = JSON.parse(this.adaptationData) as object;\n\t\t\t\t\tadaptationCustomData.setValue(this.adaptationData);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\n\tpublic async getRTAUserAction(): Promise<UserActionProperties | undefined> {\n\t\ttry {\n\t\t\tawait Lib.load({ name: \"sap.ui.fl\" });\n\t\t\tconst InitialFlexAPI = (await import(\"sap/ui/fl/initial/api/InitialFlexAPI\")).default;\n\t\t\tconst isKeyUser = await InitialFlexAPI.isKeyUser();\n\t\t\tlet rtaUserActionProperties: UserActionProperties | undefined;\n\n\t\t\tif (isKeyUser) {\n\t\t\t\trtaUserActionProperties = {\n\t\t\t\t\tid: `${this.component?.getId()}-s4MyHomeAdaptUIBtn`,\n\t\t\t\t\ticon: \"sap-icon://wrench\",\n\t\t\t\t\ttext: this.i18nBundle.getText(\"adaptUIBtn\") as string,\n\t\t\t\t\ttooltip: this.i18nBundle.getText(\"adaptUIBtn\") as string,\n\t\t\t\t\tpress: () => this.triggerRTA()\n\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn Promise.resolve(rtaUserActionProperties);\n\t\t} catch (error: unknown) {\n\t\t\tLog.error(error instanceof Error ? error.message : (error as string));\n\t\t\treturn;\n\t\t}\n\t}\n\n\tprivate async triggerRTA() {\n\t\ttry {\n\t\t\tawait Lib.load({ name: \"sap.ui.fl\" });\n\t\t\tif (this.component) {\n\t\t\t\tstartKeyUserAdaptation({ rootControl: this.component }).catch(async () => {\n\t\t\t\t\tconst URLParsingService = await Container.getServiceAsync<URLParsing>(\"URLParsing\");\n\t\t\t\t\tconst hashChangerInstance = HashChanger.getInstance();\n\t\t\t\t\t//Trigger Manual Reload of Application in case of failure\n\t\t\t\t\tconst shellHash = URLParsingService.parseShellHash(hashChangerInstance.getHash());\n\t\t\t\t\tconst hashParams = (shellHash?.params || {}) as Record<string, unknown>;\n\t\t\t\t\tconst rtaKey = \"sap-ui-fl-max-layer\";\n\t\t\t\t\tconst value = \"CUSTOMER\";\n\n\t\t\t\t\tif (!Object.prototype.hasOwnProperty.call(hashParams, rtaKey)) {\n\t\t\t\t\t\thashParams[rtaKey] = value;\n\t\t\t\t\t\thashChangerInstance.replaceHash(URLParsingService.constructShellHash(shellHash), \"Unknown\");\n\t\t\t\t\t}\n\n\t\t\t\t\twindow.location.reload();\n\t\t\t\t});\n\t\t\t}\n\t\t} catch (error: unknown) {\n\t\t\tLog.error(error instanceof Error ? error.message : (error as string));\n\t\t\treturn;\n\t\t}\n\t}\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AAHAA,GAAA,CAAAC,EAAA,CAAAC,MAAA,iMAAAC,GAAA,EAAAC,UAAA,EAAAC,GAAA,EAAAC,WAAA,EAAAC,sBAAA,EAAAC,SAAA,EAAAC,QAAA;EAAA;;EAAA,SAAAC,oBAAAC,IAAA;IAAA,WAAAC,OAAA,WAAAC,OAAA,EAAAC,MAAA;MAAAd,GAAA,CAAAC,EAAA,CAAAc,OAAA,EAAAJ,IAAA,aAAAK,MAAA;QAAA,MAAAA,MAAA,IAAAA,MAAA,CAAAC,UAAA;UAAAD,MAAA,GAAAA,MAAA,sBAAAA,MAAA,iBAAAL,IAAA,CAAAO,QAAA;YAAAC,OAAA,EAAAH;UAAA,IAAAA,MAAA;UAAAI,MAAA,CAAAC,cAAA,CAAAL,MAAA;YAAAM,KAAA;UAAA;QAAA;QAAAT,OAAA,CAAAG,MAAA;MAAA,aAAAO,GAAA;QAAAT,MAAA,CAAAS,GAAA;MAAA;IAAA;EAAA;EAkjBO,SAAAC,OAAgBC,IAAI,EAAEC,OAAO,EAAE;IACrC,IAAI;MACH,IAAIC,MAAM,GAAGF,IAAI,CAAC,CAAC;IACpB,CAAC,CAAC,OAAMG,CAAC,EAAE;MACV,OAAOF,OAAO,CAACE,CAAC,CAAC;IAClB;IACA,IAAID,MAAM,IAAIA,MAAM,CAACE,IAAI,EAAE;MAC1B,OAAOF,MAAM,CAACE,IAAI,CAAC,KAAK,CAAC,EAAEH,OAAO,CAAC;IACpC;IACA,OAAOC,MAAM;EACd;EA1iBe,MAAMG,sBAAsB,SAAS1B,UAAU,CAAC;IAK9D2B,WAAWA,CAACC,SAAkC,EAAEC,UAA0B,EAAE;MAC3E,KAAK,CAAC,CAAC;MAEP,IAAI,CAACD,SAAS,GAAGA,SAAS;MAC1B,IAAI,CAACC,UAAU,GAAGA,UAAU;MAE5BxB,QAAQ,CAACyB,EAAE,CAAC,6BAA6B,CAAC,CAACC,EAAE,CAAC,MAAM;QACnD,MAAMC,oBAAoB,GAAG,IAAI,CAACJ,SAAS,EAAEK,IAAI,CAAC,gBAAgB,CAAC,EAAEC,cAAc,CAAC,gBAAgB,CAAe;QACnH,IAAIF,oBAAoB,EAAE;UACzB,IAAI,CAACG,cAAc,GAAGH,oBAAoB,CAACI,QAAQ,CAAC,CAAoB;;UAExE;UACA,IAAI,OAAO,IAAI,CAACD,cAAc,KAAK,QAAQ,EAAE;YAC5C,IAAI,CAACA,cAAc,GAAGE,IAAI,CAACC,KAAK,CAAC,IAAI,CAACH,cAAc,CAAW;YAC/DH,oBAAoB,CAACO,QAAQ,CAAC,IAAI,CAACJ,cAAc,CAAC;UACnD;QACD;MACD,CAAC,CAAC;IACH;IAEaK,gBAAgBA,CAAA;MAAA,IAA8C;QAAA,MAAAC,KAAA,GAShE,IAAI;QAAA,OAAAjC,OAAA,CAAAC,OAAA,CAAAW,MAAA,aARV;UAAA,OAAAZ,OAAA,CAAAC,OAAA,CACGR,GAAG,CAACyC,IAAI,CAAC;YAAEC,IAAI,EAAE;UAAY,CAAC,CAAC,EAAAlB,IAAA;YAAA,OAAAjB,OAAA,CAAAC,OAAA,CACPH,mBAAA,CAAO,sCAAsC,CAAC,EAAAmB,IAAA,WAAAmB,OAAA;cAA5E,MAAMC,cAAc,GAAGD,OAAA,CAAuD7B,OAAO;cAAC,OAAAP,OAAA,CAAAC,OAAA,CAC9DoC,cAAc,CAACC,SAAS,CAAC,CAAC,EAAArB,IAAA,WAA5CqB,SAAS;gBACf,IAAIC,uBAAyD;gBAE7D,IAAID,SAAS,EAAE;kBACdC,uBAAuB,GAAG;oBACzBC,EAAE,EAAE,GAAGP,KAAA,CAAKb,SAAS,EAAEqB,KAAK,CAAC,CAAC,qBAAqB;oBACnDC,IAAI,EAAE,mBAAmB;oBACzBC,IAAI,EAAEV,KAAA,CAAKZ,UAAU,CAACuB,OAAO,CAAC,YAAY,CAAW;oBACrDC,OAAO,EAAEZ,KAAA,CAAKZ,UAAU,CAACuB,OAAO,CAAC,YAAY,CAAW;oBACxDE,KAAK,EAAEA,CAAA,KAAMb,KAAA,CAAKc,UAAU,CAAC;kBAC9B,CAAC;gBACF;gBAEA,OAAO/C,OAAO,CAACC,OAAO,CAACsC,uBAAuB,CAAC;cAAC;YAAA;UAAA;QACjD,CAAC,YAAQS,KAAc,EAAE;UACxBzD,GAAG,CAACyD,KAAK,CAACA,KAAK,YAAYC,KAAK,GAAGD,KAAK,CAACE,OAAO,GAAIF,KAAgB,CAAC;QAEtE,CAAC;MACF,CAAC,QAAAhC,CAAA;QAAA,OAAAhB,OAAA,CAAAE,MAAA,CAAAc,CAAA;MAAA;IAAA;IAEa+B,UAAUA,CAAA;MAAA,IAAG;QAAA,MAAAI,MAAA,GAGrB,IAAI;QAAA,MAAAC,KAAA,GAAAxC,MAAA,aAFL;UAAA,OAAAZ,OAAA,CAAAC,OAAA,CACGR,GAAG,CAACyC,IAAI,CAAC;YAAEC,IAAI,EAAE;UAAY,CAAC,CAAC,EAAAlB,IAAA;YAAA,IACjCkC,MAAA,CAAK/B,SAAS;cACjBzB,sBAAsB,CAAC;gBAAE0D,WAAW,EAAEF,MAAA,CAAK/B;cAAU,CAAC,CAAC,CAACkC,KAAK;gBAAA,IAAa;kBAAA,OAAAtD,OAAA,CAAAC,OAAA,CACzCL,SAAS,CAAC2D,eAAe,CAAa,YAAY,CAAC,EAAAtC,IAAA,WAA7EuC,iBAAiB;oBACvB,MAAMC,mBAAmB,GAAG/D,WAAW,CAACgE,WAAW,CAAC,CAAC;oBACrD;oBACA,MAAMC,SAAS,GAAGH,iBAAiB,CAACI,cAAc,CAACH,mBAAmB,CAACI,OAAO,CAAC,CAAC,CAAC;oBACjF,MAAMC,UAAU,GAAIH,SAAS,EAAEI,MAAM,IAAI,CAAC,CAA6B;oBACvE,MAAMC,MAAM,GAAG,qBAAqB;oBACpC,MAAMtD,KAAK,GAAG,UAAU;oBAExB,IAAI,CAACF,MAAM,CAACyD,SAAS,CAACC,cAAc,CAACC,IAAI,CAACL,UAAU,EAAEE,MAAM,CAAC,EAAE;sBAC9DF,UAAU,CAACE,MAAM,CAAC,GAAGtD,KAAK;sBAC1B+C,mBAAmB,CAACW,WAAW,CAACZ,iBAAiB,CAACa,kBAAkB,CAACV,SAAS,CAAC,EAAE,SAAS,CAAC;oBAC5F;oBAEAW,MAAM,CAACC,QAAQ,CAACC,MAAM,CAAC,CAAC;kBAAC;gBAC1B,CAAC,QAAAxD,CAAA;kBAAA,OAAAhB,OAAA,CAAAE,MAAA,CAAAc,CAAA;gBAAA;cAAA,EAAC;YAAC;UAAA;QAEL,CAAC,YAAQgC,KAAc,EAAE;UACxBzD,GAAG,CAACyD,KAAK,CAACA,KAAK,YAAYC,KAAK,GAAGD,KAAK,CAACE,OAAO,GAAIF,KAAgB,CAAC;QAEtE,CAAC;QAAA,OAAAhD,OAAA,CAAAC,OAAA,CAAAmD,KAAA,IAAAA,KAAA,CAAAnC,IAAA,GAAAmC,KAAA,CAAAnC,IAAA;MACF,CAAC,QAAAD,CAAA;QAAA,OAAAhB,OAAA,CAAAE,MAAA,CAAAc,CAAA;MAAA;IAAA;EACF;EAAC,OAAAE,sBAAA;AAAA","ignoreList":[]}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* * (c) Copyright 2009-2025 SAP SE. All rights reserved
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
import ResourceBundle from "sap/base/i18n/ResourceBundle";
|
|
7
|
-
import Log from "sap/base/Log";
|
|
8
|
-
import BaseObject from "sap/ui/base/Object";
|
|
9
|
-
import CustomData from "sap/ui/core/CustomData";
|
|
10
|
-
import Lib from "sap/ui/core/Lib";
|
|
11
|
-
import HashChanger from "sap/ui/core/routing/HashChanger";
|
|
12
|
-
import UIComponent from "sap/ui/core/UIComponent";
|
|
13
|
-
import startKeyUserAdaptation from "sap/ui/rta/api/startKeyUserAdaptation";
|
|
14
|
-
import Container from "sap/ushell/Container";
|
|
15
|
-
import EventHub from "sap/ushell/EventHub";
|
|
16
|
-
import URLParsing from "sap/ushell/services/URLParsing";
|
|
17
|
-
import { UserActionProperties } from "../Layout";
|
|
18
|
-
|
|
19
|
-
export default class KeyUserPersonalization extends BaseObject {
|
|
20
|
-
private component!: UIComponent | undefined;
|
|
21
|
-
private i18nBundle!: ResourceBundle;
|
|
22
|
-
private adaptationData!: object | string;
|
|
23
|
-
|
|
24
|
-
constructor(component: UIComponent | undefined, i18nBundle: ResourceBundle) {
|
|
25
|
-
super();
|
|
26
|
-
|
|
27
|
-
this.component = component;
|
|
28
|
-
this.i18nBundle = i18nBundle;
|
|
29
|
-
|
|
30
|
-
EventHub.on("keyUserAdaptationDataChange").do(() => {
|
|
31
|
-
const adaptationCustomData = this.component?.byId("sectionWrapper")?.getAggregation("adaptationData") as CustomData;
|
|
32
|
-
if (adaptationCustomData) {
|
|
33
|
-
this.adaptationData = adaptationCustomData.getValue() as object | string;
|
|
34
|
-
|
|
35
|
-
// parse adaptation data if string
|
|
36
|
-
if (typeof this.adaptationData === "string") {
|
|
37
|
-
this.adaptationData = JSON.parse(this.adaptationData) as object;
|
|
38
|
-
adaptationCustomData.setValue(this.adaptationData);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
public async getRTAUserAction(): Promise<UserActionProperties | undefined> {
|
|
45
|
-
try {
|
|
46
|
-
await Lib.load({ name: "sap.ui.fl" });
|
|
47
|
-
const InitialFlexAPI = (await import("sap/ui/fl/initial/api/InitialFlexAPI")).default;
|
|
48
|
-
const isKeyUser = await InitialFlexAPI.isKeyUser();
|
|
49
|
-
let rtaUserActionProperties: UserActionProperties | undefined;
|
|
50
|
-
|
|
51
|
-
if (isKeyUser) {
|
|
52
|
-
rtaUserActionProperties = {
|
|
53
|
-
id: `${this.component?.getId()}-s4MyHomeAdaptUIBtn`,
|
|
54
|
-
icon: "sap-icon://wrench",
|
|
55
|
-
text: this.i18nBundle.getText("adaptUIBtn") as string,
|
|
56
|
-
tooltip: this.i18nBundle.getText("adaptUIBtn") as string,
|
|
57
|
-
press: () => this.triggerRTA()
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
return Promise.resolve(rtaUserActionProperties);
|
|
62
|
-
} catch (error: unknown) {
|
|
63
|
-
Log.error(error instanceof Error ? error.message : (error as string));
|
|
64
|
-
return;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
private async triggerRTA() {
|
|
69
|
-
try {
|
|
70
|
-
await Lib.load({ name: "sap.ui.fl" });
|
|
71
|
-
if (this.component) {
|
|
72
|
-
startKeyUserAdaptation({ rootControl: this.component }).catch(async () => {
|
|
73
|
-
const URLParsingService = await Container.getServiceAsync<URLParsing>("URLParsing");
|
|
74
|
-
const hashChangerInstance = HashChanger.getInstance();
|
|
75
|
-
//Trigger Manual Reload of Application in case of failure
|
|
76
|
-
const shellHash = URLParsingService.parseShellHash(hashChangerInstance.getHash());
|
|
77
|
-
const hashParams = (shellHash?.params || {}) as Record<string, unknown>;
|
|
78
|
-
const rtaKey = "sap-ui-fl-max-layer";
|
|
79
|
-
const value = "CUSTOMER";
|
|
80
|
-
|
|
81
|
-
if (!Object.prototype.hasOwnProperty.call(hashParams, rtaKey)) {
|
|
82
|
-
hashParams[rtaKey] = value;
|
|
83
|
-
hashChangerInstance.replaceHash(URLParsingService.constructShellHash(shellHash), "Unknown");
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
window.location.reload();
|
|
87
|
-
});
|
|
88
|
-
}
|
|
89
|
-
} catch (error: unknown) {
|
|
90
|
-
Log.error(error instanceof Error ? error.message : (error as string));
|
|
91
|
-
return;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|