@sapui5/sap.cux.home 1.136.3 → 1.139.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 +0 -3
- package/src/sap/cux/home/AdvancedSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/AdvancedSettingsPanel.js +11 -7
- package/src/sap/cux/home/AdvancedSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/AdvancedSettingsPanel.ts +13 -7
- package/src/sap/cux/home/App.d.ts +1 -2
- package/src/sap/cux/home/App.d.ts.map +1 -1
- package/src/sap/cux/home/App.js +7 -2
- package/src/sap/cux/home/App.js.map +1 -1
- package/src/sap/cux/home/App.ts +8 -3
- package/src/sap/cux/home/AppsAdditionPanel.d.ts +0 -2
- package/src/sap/cux/home/AppsAdditionPanel.d.ts.map +1 -1
- package/src/sap/cux/home/AppsAdditionPanel.js +31 -15
- package/src/sap/cux/home/AppsAdditionPanel.js.map +1 -1
- package/src/sap/cux/home/AppsAdditionPanel.ts +36 -16
- package/src/sap/cux/home/AppsContainer.d.ts +0 -2
- package/src/sap/cux/home/AppsContainer.d.ts.map +1 -1
- package/src/sap/cux/home/AppsContainer.js +5 -8
- package/src/sap/cux/home/AppsContainer.js.map +1 -1
- package/src/sap/cux/home/AppsContainer.ts +3 -8
- package/src/sap/cux/home/BaseApp.d.ts +2 -2
- package/src/sap/cux/home/BaseApp.d.ts.map +1 -1
- package/src/sap/cux/home/BaseApp.js +10 -3
- package/src/sap/cux/home/BaseApp.js.map +1 -1
- package/src/sap/cux/home/BaseApp.ts +11 -4
- package/src/sap/cux/home/BaseAppPanel.d.ts +0 -2
- package/src/sap/cux/home/BaseAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/BaseAppPanel.js +5 -6
- package/src/sap/cux/home/BaseAppPanel.js.map +1 -1
- package/src/sap/cux/home/BaseAppPanel.ts +3 -5
- package/src/sap/cux/home/BaseAppPersPanel.d.ts +0 -2
- package/src/sap/cux/home/BaseAppPersPanel.d.ts.map +1 -1
- package/src/sap/cux/home/BaseAppPersPanel.js +6 -6
- package/src/sap/cux/home/BaseAppPersPanel.js.map +1 -1
- package/src/sap/cux/home/BaseAppPersPanel.ts +9 -7
- package/src/sap/cux/home/BaseContainer.d.ts +0 -1
- package/src/sap/cux/home/BaseContainer.d.ts.map +1 -1
- package/src/sap/cux/home/BaseContainer.js +10 -5
- package/src/sap/cux/home/BaseContainer.js.map +1 -1
- package/src/sap/cux/home/BaseContainer.ts +10 -5
- package/src/sap/cux/home/BaseContainerRenderer.d.ts +4 -4
- package/src/sap/cux/home/BaseContainerRenderer.d.ts.map +1 -1
- package/src/sap/cux/home/BaseContainerRenderer.js +17 -19
- package/src/sap/cux/home/BaseContainerRenderer.js.map +1 -1
- package/src/sap/cux/home/BaseContainerRenderer.ts +21 -25
- package/src/sap/cux/home/BaseLayout.d.ts +0 -1
- package/src/sap/cux/home/BaseLayout.d.ts.map +1 -1
- package/src/sap/cux/home/BaseLayout.js +1 -2
- package/src/sap/cux/home/BaseLayout.js.map +1 -1
- package/src/sap/cux/home/BaseLayout.ts +1 -2
- package/src/sap/cux/home/BaseNewsItem.d.ts +1 -2
- package/src/sap/cux/home/BaseNewsItem.d.ts.map +1 -1
- package/src/sap/cux/home/BaseNewsItem.js +7 -2
- package/src/sap/cux/home/BaseNewsItem.js.map +1 -1
- package/src/sap/cux/home/BaseNewsItem.ts +8 -3
- package/src/sap/cux/home/BaseNewsPanel.d.ts +1 -2
- package/src/sap/cux/home/BaseNewsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/BaseNewsPanel.js +7 -2
- package/src/sap/cux/home/BaseNewsPanel.js.map +1 -1
- package/src/sap/cux/home/BaseNewsPanel.ts +8 -3
- package/src/sap/cux/home/BasePagePanel.d.ts +1 -2
- package/src/sap/cux/home/BasePagePanel.d.ts.map +1 -1
- package/src/sap/cux/home/BasePagePanel.gen.d.ts +34 -0
- package/src/sap/cux/home/BasePagePanel.js +16 -2
- package/src/sap/cux/home/BasePagePanel.js.map +1 -1
- package/src/sap/cux/home/BasePagePanel.ts +17 -3
- package/src/sap/cux/home/BasePanel.d.ts +0 -1
- package/src/sap/cux/home/BasePanel.d.ts.map +1 -1
- package/src/sap/cux/home/BasePanel.js +0 -1
- package/src/sap/cux/home/BasePanel.js.map +1 -1
- package/src/sap/cux/home/BasePanel.ts +0 -1
- package/src/sap/cux/home/BaseSettingsDialog.d.ts +0 -1
- package/src/sap/cux/home/BaseSettingsDialog.d.ts.map +1 -1
- package/src/sap/cux/home/BaseSettingsDialog.js +0 -1
- package/src/sap/cux/home/BaseSettingsDialog.js.map +1 -1
- package/src/sap/cux/home/BaseSettingsDialog.ts +0 -1
- package/src/sap/cux/home/BaseSettingsPanel.d.ts +0 -1
- package/src/sap/cux/home/BaseSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/BaseSettingsPanel.js +2 -2
- package/src/sap/cux/home/BaseSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/BaseSettingsPanel.ts +3 -2
- package/src/sap/cux/home/CardsPanel.d.ts +0 -1
- package/src/sap/cux/home/CardsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/CardsPanel.js +3 -4
- package/src/sap/cux/home/CardsPanel.js.map +1 -1
- package/src/sap/cux/home/CardsPanel.ts +3 -7
- package/src/sap/cux/home/ContentAdditionDialog.d.ts +0 -3
- package/src/sap/cux/home/ContentAdditionDialog.d.ts.map +1 -1
- package/src/sap/cux/home/ContentAdditionDialog.js +4 -8
- package/src/sap/cux/home/ContentAdditionDialog.js.map +1 -1
- package/src/sap/cux/home/ContentAdditionDialog.ts +4 -8
- package/src/sap/cux/home/ErrorPanel.d.ts +1 -2
- package/src/sap/cux/home/ErrorPanel.d.ts.map +1 -1
- package/src/sap/cux/home/ErrorPanel.gen.d.ts +24 -0
- package/src/sap/cux/home/ErrorPanel.js +16 -2
- package/src/sap/cux/home/ErrorPanel.js.map +1 -1
- package/src/sap/cux/home/ErrorPanel.ts +17 -3
- package/src/sap/cux/home/FavAppPanel.d.ts +0 -1
- package/src/sap/cux/home/FavAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/FavAppPanel.js +15 -12
- package/src/sap/cux/home/FavAppPanel.js.map +1 -1
- package/src/sap/cux/home/FavAppPanel.ts +20 -15
- package/src/sap/cux/home/FrequentAppPanel.d.ts +0 -1
- package/src/sap/cux/home/FrequentAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/FrequentAppPanel.js +0 -1
- package/src/sap/cux/home/FrequentAppPanel.js.map +1 -1
- package/src/sap/cux/home/FrequentAppPanel.ts +0 -1
- package/src/sap/cux/home/Group.d.ts +2 -2
- package/src/sap/cux/home/Group.d.ts.map +1 -1
- package/src/sap/cux/home/Group.gen.d.ts +47 -1
- package/src/sap/cux/home/Group.js +30 -3
- package/src/sap/cux/home/Group.js.map +1 -1
- package/src/sap/cux/home/Group.ts +26 -6
- package/src/sap/cux/home/IToDoPanel.d.ts +1 -2
- package/src/sap/cux/home/IToDoPanel.d.ts.map +1 -1
- package/src/sap/cux/home/IToDoPanel.js.map +1 -1
- package/src/sap/cux/home/IToDoPanel.ts +1 -2
- package/src/sap/cux/home/InsightsAdditionPanel.d.ts +0 -4
- package/src/sap/cux/home/InsightsAdditionPanel.d.ts.map +1 -1
- package/src/sap/cux/home/InsightsAdditionPanel.js +5 -14
- package/src/sap/cux/home/InsightsAdditionPanel.js.map +1 -1
- package/src/sap/cux/home/InsightsAdditionPanel.ts +5 -16
- package/src/sap/cux/home/InsightsCardsSettingsPanel.d.ts +0 -3
- package/src/sap/cux/home/InsightsCardsSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/InsightsCardsSettingsPanel.js +0 -3
- package/src/sap/cux/home/InsightsCardsSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/InsightsCardsSettingsPanel.ts +0 -3
- package/src/sap/cux/home/InsightsContainer.d.ts +1 -2
- package/src/sap/cux/home/InsightsContainer.d.ts.map +1 -1
- package/src/sap/cux/home/InsightsContainer.js +21 -5
- package/src/sap/cux/home/InsightsContainer.js.map +1 -1
- package/src/sap/cux/home/InsightsContainer.ts +24 -5
- package/src/sap/cux/home/InsightsTilesSettingsPanel.d.ts +0 -3
- package/src/sap/cux/home/InsightsTilesSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/InsightsTilesSettingsPanel.js +5 -5
- package/src/sap/cux/home/InsightsTilesSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/InsightsTilesSettingsPanel.ts +5 -5
- package/src/sap/cux/home/KeyUserLayoutSettingsPanel.d.ts +0 -3
- package/src/sap/cux/home/KeyUserLayoutSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserLayoutSettingsPanel.js +0 -3
- package/src/sap/cux/home/KeyUserLayoutSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserLayoutSettingsPanel.ts +0 -3
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.d.ts +0 -3
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js +0 -3
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.ts +0 -3
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.d.ts +0 -3
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.js +4 -6
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.ts +13 -8
- package/src/sap/cux/home/KeyUserPagesSettingsPanel.d.ts +0 -3
- package/src/sap/cux/home/KeyUserPagesSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserPagesSettingsPanel.js +0 -3
- package/src/sap/cux/home/KeyUserPagesSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserPagesSettingsPanel.ts +0 -3
- package/src/sap/cux/home/KeyUserSettingsDialog.d.ts +0 -3
- package/src/sap/cux/home/KeyUserSettingsDialog.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserSettingsDialog.js +0 -3
- package/src/sap/cux/home/KeyUserSettingsDialog.js.map +1 -1
- package/src/sap/cux/home/KeyUserSettingsDialog.ts +0 -3
- package/src/sap/cux/home/Layout.d.ts +0 -2
- package/src/sap/cux/home/Layout.d.ts.map +1 -1
- package/src/sap/cux/home/Layout.js +0 -2
- package/src/sap/cux/home/Layout.js.map +1 -1
- package/src/sap/cux/home/Layout.ts +0 -3
- package/src/sap/cux/home/LayoutSettingsPanel.d.ts +0 -3
- package/src/sap/cux/home/LayoutSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/LayoutSettingsPanel.js +0 -3
- package/src/sap/cux/home/LayoutSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/LayoutSettingsPanel.ts +0 -3
- package/src/sap/cux/home/MenuItem.d.ts +0 -1
- package/src/sap/cux/home/MenuItem.d.ts.map +1 -1
- package/src/sap/cux/home/MenuItem.js +0 -1
- package/src/sap/cux/home/MenuItem.js.map +1 -1
- package/src/sap/cux/home/MenuItem.ts +0 -1
- package/src/sap/cux/home/NewsAndPagesContainer.d.ts +12 -14
- package/src/sap/cux/home/NewsAndPagesContainer.d.ts.map +1 -1
- package/src/sap/cux/home/NewsAndPagesContainer.js +10 -12
- package/src/sap/cux/home/NewsAndPagesContainer.js.map +1 -1
- package/src/sap/cux/home/NewsAndPagesContainer.ts +20 -18
- package/src/sap/cux/home/NewsGroup.d.ts +0 -3
- package/src/sap/cux/home/NewsGroup.d.ts.map +1 -1
- package/src/sap/cux/home/NewsGroup.js +0 -3
- package/src/sap/cux/home/NewsGroup.js.map +1 -1
- package/src/sap/cux/home/NewsGroup.ts +0 -3
- package/src/sap/cux/home/NewsItem.d.ts +0 -3
- package/src/sap/cux/home/NewsItem.d.ts.map +1 -1
- package/src/sap/cux/home/NewsItem.js +0 -3
- package/src/sap/cux/home/NewsItem.js.map +1 -1
- package/src/sap/cux/home/NewsItem.ts +0 -3
- package/src/sap/cux/home/NewsPanel.d.ts +7 -10
- package/src/sap/cux/home/NewsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/NewsPanel.js +13 -14
- package/src/sap/cux/home/NewsPanel.js.map +1 -1
- package/src/sap/cux/home/NewsPanel.ts +15 -14
- package/src/sap/cux/home/NewsSettingsPanel.d.ts +0 -3
- package/src/sap/cux/home/NewsSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/NewsSettingsPanel.js +1 -4
- package/src/sap/cux/home/NewsSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/NewsSettingsPanel.ts +1 -4
- package/src/sap/cux/home/NoDataContainer.d.ts +0 -2
- package/src/sap/cux/home/NoDataContainer.d.ts.map +1 -1
- package/src/sap/cux/home/NoDataContainer.js +0 -1
- package/src/sap/cux/home/NoDataContainer.js.map +1 -1
- package/src/sap/cux/home/NoDataContainer.ts +0 -1
- package/src/sap/cux/home/Page.d.ts +0 -3
- package/src/sap/cux/home/Page.d.ts.map +1 -1
- package/src/sap/cux/home/Page.gen.d.ts +0 -12
- package/src/sap/cux/home/Page.js +0 -7
- package/src/sap/cux/home/Page.js.map +1 -1
- package/src/sap/cux/home/Page.ts +0 -7
- package/src/sap/cux/home/PagePanel.d.ts +0 -4
- package/src/sap/cux/home/PagePanel.d.ts.map +1 -1
- package/src/sap/cux/home/PagePanel.js +0 -4
- package/src/sap/cux/home/PagePanel.js.map +1 -1
- package/src/sap/cux/home/PagePanel.ts +0 -4
- package/src/sap/cux/home/PageSettingsPanel.d.ts +0 -3
- package/src/sap/cux/home/PageSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/PageSettingsPanel.js +3 -5
- package/src/sap/cux/home/PageSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/PageSettingsPanel.ts +3 -5
- package/src/sap/cux/home/RecentAppPanel.d.ts +0 -1
- package/src/sap/cux/home/RecentAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/RecentAppPanel.js +0 -1
- package/src/sap/cux/home/RecentAppPanel.js.map +1 -1
- package/src/sap/cux/home/RecentAppPanel.ts +0 -1
- package/src/sap/cux/home/RecommendedAppPanel.d.ts +0 -1
- package/src/sap/cux/home/RecommendedAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/RecommendedAppPanel.js +0 -1
- package/src/sap/cux/home/RecommendedAppPanel.js.map +1 -1
- package/src/sap/cux/home/RecommendedAppPanel.ts +0 -1
- package/src/sap/cux/home/SettingsDialog.d.ts +0 -3
- package/src/sap/cux/home/SettingsDialog.d.ts.map +1 -1
- package/src/sap/cux/home/SettingsDialog.js +2 -4
- package/src/sap/cux/home/SettingsDialog.js.map +1 -1
- package/src/sap/cux/home/SettingsDialog.ts +2 -4
- package/src/sap/cux/home/SituationPanel.d.ts +0 -1
- package/src/sap/cux/home/SituationPanel.d.ts.map +1 -1
- package/src/sap/cux/home/SituationPanel.js +0 -1
- package/src/sap/cux/home/SituationPanel.js.map +1 -1
- package/src/sap/cux/home/SituationPanel.ts +0 -1
- package/src/sap/cux/home/SpaceInsightsPanel.d.ts +207 -0
- package/src/sap/cux/home/SpaceInsightsPanel.d.ts.map +1 -0
- package/src/sap/cux/home/SpaceInsightsPanel.gen.d.ts +200 -0
- package/src/sap/cux/home/SpaceInsightsPanel.js +789 -0
- package/src/sap/cux/home/SpaceInsightsPanel.js.map +1 -0
- package/src/sap/cux/home/SpaceInsightsPanel.ts +631 -0
- package/src/sap/cux/home/SpacePanel.d.ts +117 -0
- package/src/sap/cux/home/SpacePanel.d.ts.map +1 -0
- package/src/sap/cux/home/SpacePanel.gen.d.ts +77 -0
- package/src/sap/cux/home/SpacePanel.js +599 -0
- package/src/sap/cux/home/SpacePanel.js.map +1 -0
- package/src/sap/cux/home/SpacePanel.ts +461 -0
- package/src/sap/cux/home/TaskPanel.d.ts +0 -1
- package/src/sap/cux/home/TaskPanel.d.ts.map +1 -1
- package/src/sap/cux/home/TaskPanel.js +8 -20
- package/src/sap/cux/home/TaskPanel.js.map +1 -1
- package/src/sap/cux/home/TaskPanel.ts +9 -20
- package/src/sap/cux/home/TilesPanel.d.ts +0 -1
- package/src/sap/cux/home/TilesPanel.d.ts.map +1 -1
- package/src/sap/cux/home/TilesPanel.js +5 -6
- package/src/sap/cux/home/TilesPanel.js.map +1 -1
- package/src/sap/cux/home/TilesPanel.ts +5 -12
- package/src/sap/cux/home/ToDoPanel.d.ts +11 -1
- package/src/sap/cux/home/ToDoPanel.d.ts.map +1 -1
- package/src/sap/cux/home/ToDoPanel.js +59 -22
- package/src/sap/cux/home/ToDoPanel.js.map +1 -1
- package/src/sap/cux/home/ToDoPanel.ts +63 -22
- package/src/sap/cux/home/ToDosContainer.d.ts +0 -2
- package/src/sap/cux/home/ToDosContainer.d.ts.map +1 -1
- package/src/sap/cux/home/ToDosContainer.js +2 -3
- package/src/sap/cux/home/ToDosContainer.js.map +1 -1
- package/src/sap/cux/home/ToDosContainer.ts +1 -2
- package/src/sap/cux/home/i18n/messagebundle.properties +22 -13
- package/src/sap/cux/home/i18n/messagebundle_ar.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_bg.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_ca.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_cnr.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_cs.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_cy.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_da.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_de.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_el.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_en.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_en_GB.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_en_US_sappsd.properties +65 -13
- package/src/sap/cux/home/i18n/messagebundle_en_US_saprigi.properties +19 -9
- package/src/sap/cux/home/i18n/messagebundle_en_US_saptrc.properties +57 -11
- package/src/sap/cux/home/i18n/messagebundle_es.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_es_MX.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_et.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_fi.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_fr.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_fr_CA.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_hi.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_hr.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_hu.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_id.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_it.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_iw.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_ja.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_kk.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_ko.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_lt.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_lv.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_mk.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_ms.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_nl.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_no.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_pl.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_pt.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_pt_PT.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_ro.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_ru.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_sh.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_sk.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_sl.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_sr.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_sv.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_th.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_tr.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_uk.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_vi.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_zh_CN.properties +6 -3
- package/src/sap/cux/home/i18n/messagebundle_zh_TW.properties +6 -3
- package/src/sap/cux/home/interface/AppsInterface.d.ts +1 -0
- package/src/sap/cux/home/interface/AppsInterface.d.ts.map +1 -1
- package/src/sap/cux/home/interface/AppsInterface.js.map +1 -1
- package/src/sap/cux/home/interface/AppsInterface.ts +1 -0
- 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/library.d.ts +3 -4
- package/src/sap/cux/home/library.d.ts.map +1 -1
- package/src/sap/cux/home/library.js +3 -4
- package/src/sap/cux/home/library.js.map +1 -1
- package/src/sap/cux/home/library.ts +3 -4
- package/src/sap/cux/home/themes/base/ContentAdditionDialog.less +1 -9
- package/src/sap/cux/home/themes/base/InsightsContainer.less +4 -0
- package/src/sap/cux/home/themes/base/KeyUserSettingsDialog.less +0 -5
- package/src/sap/cux/home/themes/base/ToDosContainer.less +2 -1
- package/src/sap/cux/home/utils/Accessibility.js +2 -2
- package/src/sap/cux/home/utils/Accessibility.js.map +1 -1
- package/src/sap/cux/home/utils/Accessibility.ts +2 -2
- package/src/sap/cux/home/utils/AnalyticalCardSkeleton.d.ts +0 -1
- package/src/sap/cux/home/utils/AnalyticalCardSkeleton.d.ts.map +1 -1
- package/src/sap/cux/home/utils/AnalyticalCardSkeleton.js +0 -1
- package/src/sap/cux/home/utils/AnalyticalCardSkeleton.js.map +1 -1
- package/src/sap/cux/home/utils/AnalyticalCardSkeleton.ts +0 -1
- package/src/sap/cux/home/utils/AppManager.d.ts +4 -7
- package/src/sap/cux/home/utils/AppManager.d.ts.map +1 -1
- package/src/sap/cux/home/utils/AppManager.js +12 -13
- package/src/sap/cux/home/utils/AppManager.js.map +1 -1
- package/src/sap/cux/home/utils/AppManager.ts +20 -13
- package/src/sap/cux/home/utils/BatchHelper.d.ts +0 -3
- package/src/sap/cux/home/utils/BatchHelper.d.ts.map +1 -1
- package/src/sap/cux/home/utils/BatchHelper.js +0 -3
- package/src/sap/cux/home/utils/BatchHelper.js.map +1 -1
- package/src/sap/cux/home/utils/BatchHelper.ts +0 -3
- package/src/sap/cux/home/utils/CommonUtils.d.ts +9 -0
- package/src/sap/cux/home/utils/CommonUtils.d.ts.map +1 -1
- package/src/sap/cux/home/utils/CommonUtils.js +23 -2
- package/src/sap/cux/home/utils/CommonUtils.js.map +1 -1
- package/src/sap/cux/home/utils/CommonUtils.ts +28 -1
- package/src/sap/cux/home/utils/Constants.d.ts +4 -5
- package/src/sap/cux/home/utils/Constants.d.ts.map +1 -1
- package/src/sap/cux/home/utils/Constants.js +5 -5
- package/src/sap/cux/home/utils/Constants.js.map +1 -1
- package/src/sap/cux/home/utils/Constants.ts +4 -5
- package/src/sap/cux/home/utils/DecisionDialog.d.ts +0 -3
- package/src/sap/cux/home/utils/DecisionDialog.d.ts.map +1 -1
- package/src/sap/cux/home/utils/DecisionDialog.js +0 -3
- package/src/sap/cux/home/utils/DecisionDialog.js.map +1 -1
- package/src/sap/cux/home/utils/DecisionDialog.ts +0 -3
- package/src/sap/cux/home/utils/FESRUtil.js +1 -1
- package/src/sap/cux/home/utils/FESRUtil.js.map +1 -1
- package/src/sap/cux/home/utils/FESRUtil.ts +1 -1
- package/src/sap/cux/home/utils/FeatureUtils.d.ts +20 -13
- package/src/sap/cux/home/utils/FeatureUtils.d.ts.map +1 -1
- package/src/sap/cux/home/utils/FeatureUtils.js +33 -29
- package/src/sap/cux/home/utils/FeatureUtils.js.map +1 -1
- package/src/sap/cux/home/utils/FeatureUtils.ts +38 -31
- package/src/sap/cux/home/utils/HttpHelper.d.ts +7 -3
- package/src/sap/cux/home/utils/HttpHelper.d.ts.map +1 -1
- package/src/sap/cux/home/utils/HttpHelper.js +43 -3
- package/src/sap/cux/home/utils/HttpHelper.js.map +1 -1
- package/src/sap/cux/home/utils/HttpHelper.ts +25 -3
- package/src/sap/cux/home/utils/KeyUserPersonalization.d.ts.map +1 -1
- package/src/sap/cux/home/utils/KeyUserPersonalization.js +32 -13
- package/src/sap/cux/home/utils/KeyUserPersonalization.js.map +1 -1
- package/src/sap/cux/home/utils/KeyUserPersonalization.ts +2 -3
- package/src/sap/cux/home/utils/PageManager.d.ts +0 -3
- package/src/sap/cux/home/utils/PageManager.d.ts.map +1 -1
- package/src/sap/cux/home/utils/PageManager.js +0 -3
- package/src/sap/cux/home/utils/PageManager.js.map +1 -1
- package/src/sap/cux/home/utils/PageManager.ts +0 -3
- package/src/sap/cux/home/utils/PersonalisationUtils.d.ts +0 -3
- package/src/sap/cux/home/utils/PersonalisationUtils.d.ts.map +1 -1
- package/src/sap/cux/home/utils/PersonalisationUtils.js +0 -3
- package/src/sap/cux/home/utils/PersonalisationUtils.js.map +1 -1
- package/src/sap/cux/home/utils/PersonalisationUtils.ts +0 -3
- package/src/sap/cux/home/utils/UshellPersonalizer.d.ts +0 -3
- package/src/sap/cux/home/utils/UshellPersonalizer.d.ts.map +1 -1
- package/src/sap/cux/home/utils/UshellPersonalizer.js +0 -3
- package/src/sap/cux/home/utils/UshellPersonalizer.js.map +1 -1
- package/src/sap/cux/home/utils/UshellPersonalizer.ts +0 -3
- package/src/sap/cux/home/utils/fragment/appsAdditionContent.fragment.xml +20 -16
- 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/CardSkeleton.d.ts +0 -54
- package/src/sap/cux/home/utils/CardSkeleton.d.ts.map +0 -1
- package/src/sap/cux/home/utils/CardSkeleton.js +0 -61
- package/src/sap/cux/home/utils/CardSkeleton.js.map +0 -1
- package/src/sap/cux/home/utils/CardSkeleton.ts +0 -53
- /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
|
@@ -41,28 +41,33 @@
|
|
|
41
41
|
<core:Icon src="sap-icon://sys-help" color="Neutral" size="0.875rem" class="sapUiTinyMarginEnd" />
|
|
42
42
|
<Label id="sampleQueries" text="{i18n>sampleQueries}" />
|
|
43
43
|
</HBox>
|
|
44
|
-
<
|
|
45
|
-
id="
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
<FormattedText
|
|
50
|
-
id="query2"
|
|
51
|
-
htmlText="<em style='color:var(--sapContent_LabelColor)'>{i18n>sampleQuery2}</em>"
|
|
52
|
-
class="sapUiTinyMarginTop"
|
|
53
|
-
/>
|
|
54
|
-
<FormattedText
|
|
55
|
-
id="query3"
|
|
56
|
-
htmlText="<em style='color:var(--sapContent_LabelColor)'>{i18n>sampleQuery3}</em>"
|
|
44
|
+
<VBox
|
|
45
|
+
id="sampleQueriesList"
|
|
46
|
+
renderType="Bare"
|
|
47
|
+
items="{/sampleQueries}"
|
|
48
|
+
justifyContent="SpaceBetween"
|
|
57
49
|
class="sapUiTinyMarginTop"
|
|
58
|
-
|
|
50
|
+
>
|
|
51
|
+
<HBox id="sampleQuery" renderType="Bare">
|
|
52
|
+
<FormattedText
|
|
53
|
+
id="number"
|
|
54
|
+
htmlText="<em style='color:var(--sapContent_LabelColor)'>{index}.</em>"
|
|
55
|
+
class="sapUiTinyMarginTop sapUiTinyMarginEnd"
|
|
56
|
+
/>
|
|
57
|
+
<FormattedText
|
|
58
|
+
id="query"
|
|
59
|
+
htmlText="<em style='color:var(--sapContent_LabelColor)'>{query}</em>"
|
|
60
|
+
class="sapUiTinyMarginTop"
|
|
61
|
+
/>
|
|
62
|
+
</HBox>
|
|
63
|
+
</VBox>
|
|
59
64
|
</VBox>
|
|
60
65
|
</VBox>
|
|
61
66
|
|
|
62
67
|
<!-- CONTENT AREA -->
|
|
63
68
|
<VBox id="resultContent" renderType="Bare">
|
|
64
69
|
<!-- RESULT AREA HEADER -->
|
|
65
|
-
<VBox id="resultHeader" renderType="Bare" class="
|
|
70
|
+
<VBox id="resultHeader" renderType="Bare" class="sapUiSmallMarginBeginEnd sapUiSmallMarginBottom">
|
|
66
71
|
<HBox renderType="Bare" alignItems="Center" justifyContent="SpaceBetween" width="100%">
|
|
67
72
|
<Title
|
|
68
73
|
id="resultTitle"
|
|
@@ -101,7 +106,6 @@
|
|
|
101
106
|
<Text
|
|
102
107
|
id="resultDescription"
|
|
103
108
|
text="{i18n>resultDescription}"
|
|
104
|
-
class="sapUiTinyMarginTop"
|
|
105
109
|
visible="{= !${/hasError} && ${/searchStatus} === 'complete' }"
|
|
106
110
|
/>
|
|
107
111
|
<MessageStrip
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare module "sap/cux/home/
|
|
1
|
+
declare module "sap/cux/home/utils/placeholder/AppsPlaceholder" {
|
|
2
2
|
/*!
|
|
3
3
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
4
4
|
* * (c) Copyright 2009-2025 SAP SE. All rights reserved
|
|
5
5
|
*/
|
|
6
6
|
function getAppsPlaceholder(): string;
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# sourceMappingURL=AppsPlaceholder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppsPlaceholder.d.ts","sourceRoot":"../../../../../../..","sources":["src/sap/cux/home/utils/placeholder/AppsPlaceholder.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,gDAAgD,CAAC;IAChE;;;OAGG;IACH,SAAgB,kBAAkB,IAAI,MAAM,CAsP3C;CAEA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppsPlaceholder.js","names":["sap","ui","define","getAppsPlaceholder","__exports","__esModule"],"sources":["AppsPlaceholder.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":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare module "sap/cux/home/utils/placeholder/InsightsPlaceholder" {
|
|
2
|
+
/*!
|
|
3
|
+
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
4
|
+
* * (c) Copyright 2009-2025 SAP SE. All rights reserved
|
|
5
|
+
*/
|
|
6
|
+
function getInsightsPlaceholder(): string;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=InsightsPlaceholder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InsightsPlaceholder.d.ts","sourceRoot":"../../../../../../..","sources":["src/sap/cux/home/utils/placeholder/InsightsPlaceholder.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,oDAAoD,CAAC;IACpE;;;OAGG;IACH,SAAgB,sBAAsB,IAAI,MAAM,CAkY/C;CAEA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InsightsPlaceholder.js","names":["sap","ui","define","getInsightsPlaceholder","__exports","__esModule"],"sources":["InsightsPlaceholder.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 +1,8 @@
|
|
|
1
|
-
declare module "sap/cux/home/
|
|
1
|
+
declare module "sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder" {
|
|
2
2
|
/*!
|
|
3
3
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
4
4
|
* * (c) Copyright 2009-2025 SAP SE. All rights reserved
|
|
5
5
|
*/
|
|
6
|
-
function
|
|
6
|
+
function getNewsPagesPlaceholder(): string;
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# sourceMappingURL=NewsAndPagesPlaceholder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewsAndPagesPlaceholder.d.ts","sourceRoot":"../../../../../../..","sources":["src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,wDAAwD,CAAC;IACxE;;;OAGG;IACH,SAAgB,uBAAuB,IAAI,MAAM,CAqJhD;CAEA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewsAndPagesPlaceholder.js","names":["sap","ui","define","getNewsPagesPlaceholder","__exports","__esModule"],"sources":["NewsAndPagesPlaceholder.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,8 +1,8 @@
|
|
|
1
|
-
declare module "sap/cux/home/
|
|
1
|
+
declare module "sap/cux/home/utils/placeholder/ToDosPlaceholder" {
|
|
2
2
|
/*!
|
|
3
3
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
4
4
|
* * (c) Copyright 2009-2025 SAP SE. All rights reserved
|
|
5
5
|
*/
|
|
6
6
|
function getTodosPlaceholder(): string;
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# sourceMappingURL=ToDosPlaceholder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToDosPlaceholder.d.ts","sourceRoot":"../../../../../../..","sources":["src/sap/cux/home/utils/placeholder/ToDosPlaceholder.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,iDAAiD,CAAC;IACjE;;;OAGG;IACH,SAAgB,mBAAmB,IAAI,MAAM,CAqE5C;CAEA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToDosPlaceholder.js","names":["sap","ui","define","getTodosPlaceholder","__exports","__esModule"],"sources":["ToDosPlaceholder.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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AppsContainerGenericPlaceholder.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/AppsContainerGenericPlaceholder.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,8CAA8C,CAAC;IAC9D;;;OAGG;IACH,SAAgB,kBAAkB,IAAI,MAAM,CAsP3C;CAEA"}
|
|
@@ -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
|