@sapui5/sap.cux.home 1.141.0 → 1.143.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 +4 -1
- package/src/sap/cux/home/AdvancedSettingsPanel.d.ts +3 -2
- package/src/sap/cux/home/AdvancedSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/AdvancedSettingsPanel.js +6 -6
- package/src/sap/cux/home/AdvancedSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/AdvancedSettingsPanel.ts +6 -6
- package/src/sap/cux/home/App.d.ts.map +1 -1
- package/src/sap/cux/home/App.js +9 -1
- package/src/sap/cux/home/App.js.map +1 -1
- package/src/sap/cux/home/App.ts +10 -1
- package/src/sap/cux/home/AppsAdditionPanel.d.ts +75 -34
- package/src/sap/cux/home/AppsAdditionPanel.d.ts.map +1 -1
- package/src/sap/cux/home/AppsAdditionPanel.js +378 -179
- package/src/sap/cux/home/AppsAdditionPanel.js.map +1 -1
- package/src/sap/cux/home/AppsAdditionPanel.ts +399 -175
- package/src/sap/cux/home/AppsContainer.d.ts +5 -1
- package/src/sap/cux/home/AppsContainer.d.ts.map +1 -1
- package/src/sap/cux/home/AppsContainer.js +32 -17
- package/src/sap/cux/home/AppsContainer.js.map +1 -1
- package/src/sap/cux/home/AppsContainer.ts +31 -15
- package/src/sap/cux/home/BaseAppPanel.d.ts +2 -1
- package/src/sap/cux/home/BaseAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/BaseAppPanel.js +2 -1
- package/src/sap/cux/home/BaseAppPanel.js.map +1 -1
- package/src/sap/cux/home/BaseAppPanel.ts +4 -2
- package/src/sap/cux/home/BaseContainer.d.ts +8 -0
- package/src/sap/cux/home/BaseContainer.d.ts.map +1 -1
- package/src/sap/cux/home/BaseContainer.js +35 -5
- package/src/sap/cux/home/BaseContainer.js.map +1 -1
- package/src/sap/cux/home/BaseContainer.ts +32 -5
- package/src/sap/cux/home/BaseContainerRenderer.d.ts.map +1 -1
- package/src/sap/cux/home/BaseContainerRenderer.js +6 -0
- package/src/sap/cux/home/BaseContainerRenderer.js.map +1 -1
- package/src/sap/cux/home/BaseContainerRenderer.ts +7 -1
- package/src/sap/cux/home/BaseNewsPanel.js.map +1 -1
- package/src/sap/cux/home/BaseNewsPanel.ts +2 -2
- package/src/sap/cux/home/BasePanel.d.ts +7 -0
- package/src/sap/cux/home/BasePanel.d.ts.map +1 -1
- package/src/sap/cux/home/BasePanel.js +23 -2
- package/src/sap/cux/home/BasePanel.js.map +1 -1
- package/src/sap/cux/home/BasePanel.ts +18 -1
- package/src/sap/cux/home/CardsContainer.d.ts +108 -0
- package/src/sap/cux/home/CardsContainer.d.ts.map +1 -0
- package/src/sap/cux/home/CardsContainer.js +207 -0
- package/src/sap/cux/home/CardsContainer.js.map +1 -0
- package/src/sap/cux/home/CardsContainer.ts +202 -0
- package/src/sap/cux/home/CardsPanel.d.ts +32 -59
- package/src/sap/cux/home/CardsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/CardsPanel.js +270 -249
- package/src/sap/cux/home/CardsPanel.js.map +1 -1
- package/src/sap/cux/home/CardsPanel.ts +169 -181
- package/src/sap/cux/home/ContentAdditionDialog.d.ts +2 -0
- package/src/sap/cux/home/ContentAdditionDialog.d.ts.map +1 -1
- package/src/sap/cux/home/ContentAdditionDialog.js +17 -7
- package/src/sap/cux/home/ContentAdditionDialog.js.map +1 -1
- package/src/sap/cux/home/ContentAdditionDialog.ts +18 -6
- package/src/sap/cux/home/ErrorPanel.d.ts +0 -5
- package/src/sap/cux/home/ErrorPanel.d.ts.map +1 -1
- package/src/sap/cux/home/ErrorPanel.gen.d.ts +31 -0
- package/src/sap/cux/home/ErrorPanel.js +11 -16
- package/src/sap/cux/home/ErrorPanel.js.map +1 -1
- package/src/sap/cux/home/ErrorPanel.ts +7 -19
- package/src/sap/cux/home/FavAppPanel.d.ts +1 -12
- package/src/sap/cux/home/FavAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/FavAppPanel.js +354 -414
- package/src/sap/cux/home/FavAppPanel.js.map +1 -1
- package/src/sap/cux/home/FavAppPanel.ts +25 -70
- package/src/sap/cux/home/FrequentAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/FrequentAppPanel.js +5 -1
- package/src/sap/cux/home/FrequentAppPanel.js.map +1 -1
- package/src/sap/cux/home/FrequentAppPanel.ts +4 -0
- package/src/sap/cux/home/InsightsAdditionPanel.d.ts +4 -4
- package/src/sap/cux/home/InsightsAdditionPanel.d.ts.map +1 -1
- package/src/sap/cux/home/InsightsAdditionPanel.js +12 -9
- package/src/sap/cux/home/InsightsAdditionPanel.js.map +1 -1
- package/src/sap/cux/home/InsightsAdditionPanel.ts +11 -8
- package/src/sap/cux/home/InsightsTilesSettingsPanel.js +1 -1
- package/src/sap/cux/home/InsightsTilesSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/InsightsTilesSettingsPanel.ts +3 -3
- package/src/sap/cux/home/KeyUserLayoutSettingsPanel.d.ts +3 -0
- package/src/sap/cux/home/KeyUserLayoutSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserLayoutSettingsPanel.js +252 -39
- package/src/sap/cux/home/KeyUserLayoutSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserLayoutSettingsPanel.ts +288 -58
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js +11 -10
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.ts +12 -10
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.js +2 -2
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.ts +7 -7
- package/src/sap/cux/home/KeyUserPagesSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserPagesSettingsPanel.ts +2 -2
- package/src/sap/cux/home/Layout.d.ts +3 -1
- package/src/sap/cux/home/Layout.d.ts.map +1 -1
- package/src/sap/cux/home/Layout.js +45 -8
- package/src/sap/cux/home/Layout.js.map +1 -1
- package/src/sap/cux/home/Layout.ts +55 -8
- package/src/sap/cux/home/LayoutSettingsPanel.d.ts +10 -0
- package/src/sap/cux/home/LayoutSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/LayoutSettingsPanel.js +341 -56
- package/src/sap/cux/home/LayoutSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/LayoutSettingsPanel.ts +380 -64
- package/src/sap/cux/home/{NewsAndPagesContainer.d.ts → NewsContainer.d.ts} +13 -18
- package/src/sap/cux/home/NewsContainer.d.ts.map +1 -0
- package/src/sap/cux/home/{NewsAndPagesContainer.gen.d.ts → NewsContainer.gen.d.ts} +3 -3
- package/src/sap/cux/home/{NewsAndPagesContainer.js → NewsContainer.js} +26 -113
- package/src/sap/cux/home/NewsContainer.js.map +1 -0
- package/src/sap/cux/home/{NewsAndPagesContainer.ts → NewsContainer.ts} +31 -120
- package/src/sap/cux/home/NewsGroup.js.map +1 -1
- package/src/sap/cux/home/NewsGroup.ts +1 -1
- package/src/sap/cux/home/NewsPanel.d.ts +17 -0
- package/src/sap/cux/home/NewsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/NewsPanel.js +90 -57
- package/src/sap/cux/home/NewsPanel.js.map +1 -1
- package/src/sap/cux/home/NewsPanel.ts +51 -23
- package/src/sap/cux/home/NewsSettingsPanel.d.ts +42 -6
- package/src/sap/cux/home/NewsSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/NewsSettingsPanel.js +219 -81
- package/src/sap/cux/home/NewsSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/NewsSettingsPanel.ts +216 -81
- package/src/sap/cux/home/Page.d.ts.map +1 -1
- package/src/sap/cux/home/Page.js +4 -1
- package/src/sap/cux/home/Page.js.map +1 -1
- package/src/sap/cux/home/Page.ts +2 -0
- package/src/sap/cux/home/PagePanel.d.ts +1 -1
- package/src/sap/cux/home/PagePanel.d.ts.map +1 -1
- package/src/sap/cux/home/PagePanel.js +19 -11
- package/src/sap/cux/home/PagePanel.js.map +1 -1
- package/src/sap/cux/home/PagePanel.ts +26 -20
- package/src/sap/cux/home/PageSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/PageSettingsPanel.js +6 -3
- package/src/sap/cux/home/PageSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/PageSettingsPanel.ts +2 -2
- package/src/sap/cux/home/PagesContainer.d.ts +72 -0
- package/src/sap/cux/home/PagesContainer.d.ts.map +1 -0
- package/src/sap/cux/home/PagesContainer.gen.d.ts +78 -0
- package/src/sap/cux/home/PagesContainer.js +333 -0
- package/src/sap/cux/home/PagesContainer.js.map +1 -0
- package/src/sap/cux/home/PagesContainer.ts +179 -0
- package/src/sap/cux/home/RecentAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/RecentAppPanel.js +6 -0
- package/src/sap/cux/home/RecentAppPanel.js.map +1 -1
- package/src/sap/cux/home/RecentAppPanel.ts +5 -1
- package/src/sap/cux/home/RecommendedAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/RecommendedAppPanel.js +7 -0
- package/src/sap/cux/home/RecommendedAppPanel.js.map +1 -1
- package/src/sap/cux/home/RecommendedAppPanel.ts +6 -1
- package/src/sap/cux/home/SettingsDialog.d.ts +7 -0
- package/src/sap/cux/home/SettingsDialog.d.ts.map +1 -1
- package/src/sap/cux/home/SettingsDialog.js +18 -10
- package/src/sap/cux/home/SettingsDialog.js.map +1 -1
- package/src/sap/cux/home/SettingsDialog.ts +20 -13
- package/src/sap/cux/home/SideBySideIconTabFilter.d.ts +10 -0
- package/src/sap/cux/home/SideBySideIconTabFilter.d.ts.map +1 -1
- package/src/sap/cux/home/SideBySideIconTabFilter.js +11 -1
- package/src/sap/cux/home/SideBySideIconTabFilter.js.map +1 -1
- package/src/sap/cux/home/SideBySideIconTabFilter.ts +11 -0
- package/src/sap/cux/home/SituationPanel.d.ts.map +1 -1
- package/src/sap/cux/home/SituationPanel.js +7 -2
- package/src/sap/cux/home/SituationPanel.js.map +1 -1
- package/src/sap/cux/home/SituationPanel.ts +2 -0
- package/src/sap/cux/home/SpaceInsightsPanel.d.ts +8 -60
- package/src/sap/cux/home/SpaceInsightsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/SpaceInsightsPanel.js +67 -133
- package/src/sap/cux/home/SpaceInsightsPanel.js.map +1 -1
- package/src/sap/cux/home/SpaceInsightsPanel.ts +70 -152
- package/src/sap/cux/home/TaskPanel.d.ts.map +1 -1
- package/src/sap/cux/home/TaskPanel.js +17 -12
- package/src/sap/cux/home/TaskPanel.js.map +1 -1
- package/src/sap/cux/home/TaskPanel.ts +19 -16
- package/src/sap/cux/home/TilesContainer.d.ts +111 -0
- package/src/sap/cux/home/TilesContainer.d.ts.map +1 -0
- package/src/sap/cux/home/TilesContainer.js +218 -0
- package/src/sap/cux/home/TilesContainer.js.map +1 -0
- package/src/sap/cux/home/TilesContainer.ts +216 -0
- package/src/sap/cux/home/TilesPanel.d.ts +22 -52
- package/src/sap/cux/home/TilesPanel.d.ts.map +1 -1
- package/src/sap/cux/home/TilesPanel.js +194 -168
- package/src/sap/cux/home/TilesPanel.js.map +1 -1
- package/src/sap/cux/home/TilesPanel.ts +167 -157
- package/src/sap/cux/home/ToDoPanel.d.ts.map +1 -1
- package/src/sap/cux/home/ToDoPanel.js +59 -66
- package/src/sap/cux/home/ToDoPanel.js.map +1 -1
- package/src/sap/cux/home/ToDoPanel.ts +46 -34
- package/src/sap/cux/home/ToDosContainer.js +3 -3
- package/src/sap/cux/home/ToDosContainer.js.map +1 -1
- package/src/sap/cux/home/ToDosContainer.ts +1 -1
- package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.d.ts +2 -2
- package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.d.ts.map +1 -1
- package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.js +1 -1
- package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.js.map +1 -1
- package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.ts +4 -4
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.d.ts +2 -2
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.d.ts.map +1 -1
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.js +1 -1
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.js.map +1 -1
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.ts +4 -4
- package/src/sap/cux/home/changeHandler/SpacePageColorHandler.d.ts +2 -2
- package/src/sap/cux/home/changeHandler/SpacePageColorHandler.d.ts.map +1 -1
- package/src/sap/cux/home/changeHandler/SpacePageColorHandler.js +1 -1
- package/src/sap/cux/home/changeHandler/SpacePageColorHandler.js.map +1 -1
- package/src/sap/cux/home/changeHandler/SpacePageColorHandler.ts +3 -3
- package/src/sap/cux/home/changeHandler/SpacePageIconHandler.d.ts +2 -2
- package/src/sap/cux/home/changeHandler/SpacePageIconHandler.d.ts.map +1 -1
- package/src/sap/cux/home/changeHandler/SpacePageIconHandler.js +4 -4
- package/src/sap/cux/home/changeHandler/SpacePageIconHandler.js.map +1 -1
- package/src/sap/cux/home/changeHandler/SpacePageIconHandler.ts +5 -5
- package/src/sap/cux/home/flexibility/BaseContainer.flexibility.d.ts.map +1 -1
- package/src/sap/cux/home/flexibility/BaseContainer.flexibility.js +30 -3
- package/src/sap/cux/home/flexibility/BaseContainer.flexibility.js.map +1 -1
- package/src/sap/cux/home/flexibility/BaseContainer.flexibility.ts +23 -1
- package/src/sap/cux/home/flexibility/Layout.flexibility.d.ts +29 -19
- package/src/sap/cux/home/flexibility/Layout.flexibility.d.ts.map +1 -1
- package/src/sap/cux/home/flexibility/Layout.flexibility.js +78 -2
- package/src/sap/cux/home/flexibility/Layout.flexibility.js.map +1 -1
- package/src/sap/cux/home/flexibility/Layout.flexibility.ts +81 -1
- package/src/sap/cux/home/i18n/messagebundle.properties +40 -14
- package/src/sap/cux/home/i18n/messagebundle_ar.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_bg.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_ca.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_cnr.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_cs.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_cy.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_da.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_de.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_el.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_en.properties +9 -5
- package/src/sap/cux/home/i18n/messagebundle_en_GB.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_en_US_sappsd.properties +14 -6
- package/src/sap/cux/home/i18n/messagebundle_en_US_saprigi.properties +14 -6
- package/src/sap/cux/home/i18n/messagebundle_en_US_saptrc.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_es.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_es_MX.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_et.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_fi.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_fr.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_fr_CA.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_hi.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_hr.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_hu.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_id.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_it.properties +10 -6
- package/src/sap/cux/home/i18n/messagebundle_iw.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_ja.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_kk.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_ko.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_lt.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_lv.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_mk.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_ms.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_nl.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_no.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_pl.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_pt.properties +9 -5
- package/src/sap/cux/home/i18n/messagebundle_pt_PT.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_ro.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_ru.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_sh.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_sk.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_sl.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_sr.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_sv.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_th.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_tr.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_uk.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_vi.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_zh_CN.properties +8 -4
- package/src/sap/cux/home/i18n/messagebundle_zh_TW.properties +8 -4
- package/src/sap/cux/home/interface/AppsInterface.d.ts +6 -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 +7 -0
- package/src/sap/cux/home/interface/KeyUserInterface.d.ts +27 -4
- package/src/sap/cux/home/interface/KeyUserInterface.d.ts.map +1 -1
- package/src/sap/cux/home/interface/KeyUserInterface.js.map +1 -1
- package/src/sap/cux/home/interface/KeyUserInterface.ts +23 -4
- package/src/sap/cux/home/interface/LayoutInterface.d.ts +7 -0
- package/src/sap/cux/home/interface/LayoutInterface.d.ts.map +1 -1
- package/src/sap/cux/home/interface/LayoutInterface.js.map +1 -1
- package/src/sap/cux/home/interface/LayoutInterface.ts +7 -0
- package/src/sap/cux/home/library.d.ts.map +1 -1
- package/src/sap/cux/home/library.js +7 -4
- package/src/sap/cux/home/library.js.map +1 -1
- package/src/sap/cux/home/library.ts +10 -5
- package/src/sap/cux/home/themes/base/AppsContainer.less +12 -1
- package/src/sap/cux/home/themes/base/BaseContainer.less +36 -0
- package/src/sap/cux/home/themes/base/BaseLayout.less +22 -0
- package/src/sap/cux/home/themes/base/{InsightsContainer.less → CardsContainer.less} +4 -45
- package/src/sap/cux/home/themes/base/ContentAdditionDialog.less +10 -18
- package/src/sap/cux/home/themes/base/PlaceHolder.less +1 -1
- package/src/sap/cux/home/themes/base/SettingsDialog.less +4 -0
- package/src/sap/cux/home/themes/base/TilesContainer.less +65 -0
- package/src/sap/cux/home/themes/base/ToDosContainer.less +4 -0
- package/src/sap/cux/home/themes/base/library.source.less +2 -1
- package/src/sap/cux/home/utils/AppManager.d.ts.map +1 -1
- package/src/sap/cux/home/utils/AppManager.js +2 -1
- package/src/sap/cux/home/utils/AppManager.js.map +1 -1
- package/src/sap/cux/home/utils/AppManager.ts +2 -2
- package/src/sap/cux/home/utils/FESRUtil.d.ts +30 -0
- package/src/sap/cux/home/utils/FESRUtil.d.ts.map +1 -1
- package/src/sap/cux/home/utils/FESRUtil.js +36 -1
- package/src/sap/cux/home/utils/FESRUtil.js.map +1 -1
- package/src/sap/cux/home/utils/FESRUtil.ts +36 -0
- package/src/sap/cux/home/utils/PXFeedback.d.ts +4 -0
- package/src/sap/cux/home/utils/PXFeedback.d.ts.map +1 -0
- package/src/sap/cux/home/utils/PXFeedback.js +28 -0
- package/src/sap/cux/home/utils/PXFeedback.js.map +1 -0
- package/src/sap/cux/home/utils/PXFeedback.ts +19 -0
- package/src/sap/cux/home/utils/PageManager.d.ts +0 -4
- package/src/sap/cux/home/utils/PageManager.d.ts.map +1 -1
- package/src/sap/cux/home/utils/PageManager.js +6 -6
- package/src/sap/cux/home/utils/PageManager.js.map +1 -1
- package/src/sap/cux/home/utils/PageManager.ts +6 -5
- package/src/sap/cux/home/utils/PerformanceUtils.d.ts +4 -2
- package/src/sap/cux/home/utils/PerformanceUtils.d.ts.map +1 -1
- package/src/sap/cux/home/utils/PerformanceUtils.js +4 -2
- package/src/sap/cux/home/utils/PerformanceUtils.js.map +1 -1
- package/src/sap/cux/home/utils/PerformanceUtils.ts +4 -2
- package/src/sap/cux/home/utils/fragment/appsAdditionContent.fragment.xml +155 -151
- package/src/sap/cux/home/utils/placeholder/CardsPlaceholder.d.ts +8 -0
- package/src/sap/cux/home/utils/placeholder/CardsPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/utils/placeholder/{InsightsPlaceholder.js → CardsPlaceholder.js} +3 -77
- package/src/sap/cux/home/utils/placeholder/CardsPlaceholder.js.map +1 -0
- package/src/sap/cux/home/utils/placeholder/{InsightsPlaceholder.ts → CardsPlaceholder.ts} +1 -75
- package/src/sap/cux/home/utils/placeholder/NewsPlaceholder.d.ts +8 -0
- package/src/sap/cux/home/utils/placeholder/NewsPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/utils/placeholder/NewsPlaceholder.js +44 -0
- package/src/sap/cux/home/utils/placeholder/NewsPlaceholder.js.map +1 -0
- package/src/sap/cux/home/utils/placeholder/NewsPlaceholder.ts +34 -0
- package/src/sap/cux/home/utils/placeholder/PagesPlaceholder.d.ts +8 -0
- package/src/sap/cux/home/utils/placeholder/PagesPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/utils/placeholder/{NewsAndPagesPlaceholder.js → PagesPlaceholder.js} +3 -23
- package/src/sap/cux/home/utils/placeholder/PagesPlaceholder.js.map +1 -0
- package/src/sap/cux/home/utils/placeholder/{NewsAndPagesPlaceholder.ts → PagesPlaceholder.ts} +1 -21
- package/src/sap/cux/home/utils/placeholder/TilesPlaceholder.d.ts +8 -0
- package/src/sap/cux/home/utils/placeholder/TilesPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/utils/placeholder/TilesPlaceholder.js +95 -0
- package/src/sap/cux/home/utils/placeholder/TilesPlaceholder.js.map +1 -0
- package/src/sap/cux/home/utils/placeholder/TilesPlaceholder.ts +85 -0
- package/ui5.yaml +1 -0
- package/src/sap/cux/home/InsightsContainer.d.ts +0 -205
- package/src/sap/cux/home/InsightsContainer.d.ts.map +0 -1
- package/src/sap/cux/home/InsightsContainer.js +0 -459
- package/src/sap/cux/home/InsightsContainer.js.map +0 -1
- package/src/sap/cux/home/InsightsContainer.ts +0 -489
- package/src/sap/cux/home/NewsAndPagesContainer.d.ts.map +0 -1
- package/src/sap/cux/home/NewsAndPagesContainer.js.map +0 -1
- package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.d.ts +0 -8
- package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.d.ts.map +0 -1
- package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.js.map +0 -1
- package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.d.ts +0 -8
- package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.d.ts.map +0 -1
- package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.js.map +0 -1
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
+
* * (c) Copyright 2009-2025 SAP SE. All rights reserved
|
|
4
|
+
*/
|
|
5
|
+
import BaseContainer, { $BaseContainerSettings } from "./BaseContainer";
|
|
6
|
+
import BasePanel from "./BasePanel";
|
|
7
|
+
import CardsPanel from "./CardsPanel";
|
|
8
|
+
import { getCardsPlaceholder } from "./utils/placeholder/CardsPlaceholder";
|
|
9
|
+
|
|
10
|
+
const cardsPanelName: string = "sap.cux.home.CardsPanel";
|
|
11
|
+
|
|
12
|
+
interface IpanelLoaded {
|
|
13
|
+
[key: string]: { loaded: boolean | undefined; count: number };
|
|
14
|
+
}
|
|
15
|
+
interface IpanelContext {
|
|
16
|
+
[key: string]: CardsPanel;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* Container class for managing and storing Insights Cards.
|
|
21
|
+
*
|
|
22
|
+
* @extends sap.cux.home.BaseContainer
|
|
23
|
+
*
|
|
24
|
+
* @author SAP SE
|
|
25
|
+
* @version 0.0.1
|
|
26
|
+
* @since 1.142
|
|
27
|
+
*
|
|
28
|
+
* @private
|
|
29
|
+
* @ui5-restricted ux.eng.s4producthomes1
|
|
30
|
+
*
|
|
31
|
+
* @alias sap.cux.home.CardsContainer
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
export default class CardsContainer extends BaseContainer {
|
|
35
|
+
private panelLoaded!: IpanelLoaded;
|
|
36
|
+
private panelContext!: IpanelContext;
|
|
37
|
+
private _isInitialRender: boolean = true;
|
|
38
|
+
static readonly renderer = {
|
|
39
|
+
...BaseContainer.renderer,
|
|
40
|
+
apiVersion: 2
|
|
41
|
+
};
|
|
42
|
+
constructor(id?: string | $BaseContainerSettings);
|
|
43
|
+
constructor(id?: string, settings?: $BaseContainerSettings);
|
|
44
|
+
/**
|
|
45
|
+
* Constructor for a new Cards container.
|
|
46
|
+
*
|
|
47
|
+
* @param {string} [id] ID for the new control, generated automatically if an ID is not provided
|
|
48
|
+
* @param {object} [settings] Initial settings for the new control
|
|
49
|
+
*/
|
|
50
|
+
public constructor(id?: string, settings?: $BaseContainerSettings) {
|
|
51
|
+
super(id, settings);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Init lifecycle method
|
|
56
|
+
*
|
|
57
|
+
* @private
|
|
58
|
+
* @override
|
|
59
|
+
*/
|
|
60
|
+
public init(): void {
|
|
61
|
+
super.init();
|
|
62
|
+
/* As Container Level default value for enableSettings is false,
|
|
63
|
+
this needs to be added from container level.
|
|
64
|
+
(default value cannot be true as News & Page Container header should be hidden)
|
|
65
|
+
*/
|
|
66
|
+
this.setProperty("enableSettings", false);
|
|
67
|
+
this.setProperty("orientation", "Vertical");
|
|
68
|
+
this.setProperty("compositeId", "Insights");
|
|
69
|
+
this.panelLoaded = {
|
|
70
|
+
[cardsPanelName]: { loaded: undefined, count: 0 }
|
|
71
|
+
};
|
|
72
|
+
this.panelContext = {};
|
|
73
|
+
this.addCustomSetting("title", this._i18nBundle.getText("insightsCards") as string);
|
|
74
|
+
this.addCustomSetting("groupTitle", this._i18nBundle.getText("insights") as string);
|
|
75
|
+
this.setTooltip(String(this._i18nBundle.getText("insightsCards")));
|
|
76
|
+
//remove aggregation menuItems and actionButtons as they will be added from individual panels
|
|
77
|
+
this.removeAllAggregation("menuItems");
|
|
78
|
+
this.removeAllAggregation("actionButtons");
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Loads the Insights section.
|
|
82
|
+
* Overrides the load method of the BaseContainer.
|
|
83
|
+
*
|
|
84
|
+
* @private
|
|
85
|
+
* @override
|
|
86
|
+
*/
|
|
87
|
+
public load() {
|
|
88
|
+
if (this._isInitialRender) {
|
|
89
|
+
const aContent = this.getContent();
|
|
90
|
+
aContent.forEach((oContent) => {
|
|
91
|
+
this.panelContext[oContent.getMetadata().getName()] = oContent as CardsPanel;
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
// Render individual panels
|
|
95
|
+
aContent.forEach((content) => {
|
|
96
|
+
const panel = content as CardsPanel;
|
|
97
|
+
panel.attachHandleHidePanel(() => this.handleHidePanel(panel));
|
|
98
|
+
panel.attachHandleUnhidePanel(() => this.unhidePanelIfHidden(panel));
|
|
99
|
+
void panel.renderPanel();
|
|
100
|
+
});
|
|
101
|
+
this._isInitialRender = false;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Handles the hiding of a panel by removing its content, updating the panel load status,
|
|
107
|
+
* and managing the display of the container header and error panel.
|
|
108
|
+
*
|
|
109
|
+
* @param {BasePanel} panel - The panel to be hidden.
|
|
110
|
+
* @private
|
|
111
|
+
*/
|
|
112
|
+
public handleHidePanel(panel: BasePanel) {
|
|
113
|
+
this.removeContent(panel);
|
|
114
|
+
const panelName = panel.getMetadata().getName();
|
|
115
|
+
this.handlePanelLoad(panelName, { loaded: false, count: 0 });
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Unhides the specified panel if it is hidden.
|
|
120
|
+
*
|
|
121
|
+
* @param {CardsPanel} panel - The panel to unhide.
|
|
122
|
+
*/
|
|
123
|
+
public unhidePanelIfHidden(panel: CardsPanel) {
|
|
124
|
+
const layout = this._getLayout();
|
|
125
|
+
const panelExpandedName = layout._getCurrentExpandedElementName();
|
|
126
|
+
// Function to handle panel content insertion
|
|
127
|
+
const processPanelVisibility = (panelName: string, insertContentFn: () => void) => {
|
|
128
|
+
if (!panelExpandedName || panelExpandedName === panel.getProperty("fullScreenName")) {
|
|
129
|
+
/**
|
|
130
|
+
loaded value can be false or undefined, false being hidden and undefined being loading
|
|
131
|
+
if the panel is hidden then only unhide it
|
|
132
|
+
*/
|
|
133
|
+
if (this.panelLoaded[panelName].loaded === false) {
|
|
134
|
+
insertContentFn();
|
|
135
|
+
// Remove hidden class if applied
|
|
136
|
+
panel.setVisible(true);
|
|
137
|
+
}
|
|
138
|
+
this.handlePanelLoad(panelName, { loaded: true, count: this.panelLoaded[panelName].count });
|
|
139
|
+
} else {
|
|
140
|
+
const listener = () => {
|
|
141
|
+
insertContentFn();
|
|
142
|
+
// Remove hidden class if applied
|
|
143
|
+
panel.setVisible(true);
|
|
144
|
+
layout.detachOnCollapse(listener); // Remove the listener after execution
|
|
145
|
+
};
|
|
146
|
+
this.handlePanelLoad(panelName, { loaded: true, count: this.panelLoaded[panelName].count });
|
|
147
|
+
layout.attachOnCollapse(listener);
|
|
148
|
+
}
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
// Handling CardsPanel
|
|
152
|
+
if (panel instanceof CardsPanel && !this.panelLoaded[cardsPanelName].loaded) {
|
|
153
|
+
processPanelVisibility(cardsPanelName, () => this.addContent(this.panelContext[cardsPanelName]));
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Adjusts the layout of the container.
|
|
159
|
+
*
|
|
160
|
+
* @private
|
|
161
|
+
* @override
|
|
162
|
+
*/
|
|
163
|
+
public adjustLayout() {
|
|
164
|
+
//adjust layout of all panels
|
|
165
|
+
(this.getContent() as CardsPanel[]).forEach((panel) => panel._adjustLayout?.());
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Handles the loading of a panel.
|
|
170
|
+
*
|
|
171
|
+
* @param {string} panelName - The name of the panel.
|
|
172
|
+
* @param {object} oVal - The load status and count of the panel.
|
|
173
|
+
* @param {boolean} oVal.loaded - The load status of the panel.
|
|
174
|
+
* @param {number} oVal.count - The count of items in the panel.
|
|
175
|
+
*/
|
|
176
|
+
public handlePanelLoad(panelName: string, oVal: { loaded: boolean; count: number }) {
|
|
177
|
+
if (this.panelLoaded[panelName].loaded !== oVal.loaded) {
|
|
178
|
+
this.panelLoaded[panelName] = oVal;
|
|
179
|
+
}
|
|
180
|
+
this.adjustLayout();
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* Retrieves the generic placeholder content for the Cards container.
|
|
185
|
+
*
|
|
186
|
+
* @returns {string} The HTML string representing the cards container's placeholder content.
|
|
187
|
+
*/
|
|
188
|
+
protected getGenericPlaceholderContent(): string {
|
|
189
|
+
return getCardsPlaceholder();
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* Refreshes the data for a specific panel based on its key.
|
|
194
|
+
*
|
|
195
|
+
* @private
|
|
196
|
+
* @param {string} key - The key of the panel to refresh.
|
|
197
|
+
*/
|
|
198
|
+
public async refreshData(key: string) {
|
|
199
|
+
const panel = Object.values(this.panelContext).find((panel) => panel.getKey() === key);
|
|
200
|
+
await panel?.refreshData?.();
|
|
201
|
+
}
|
|
202
|
+
}
|
|
@@ -1,24 +1,18 @@
|
|
|
1
1
|
declare module "sap/cux/home/CardsPanel" {
|
|
2
|
-
import Button from "sap/m/Button";
|
|
3
2
|
import { MetadataOptions } from "sap/ui/base/ManagedObject";
|
|
4
3
|
import { Intent } from "sap/ushell/services/AppLifeCycle";
|
|
5
4
|
import BasePanel from "sap/cux/home/BasePanel";
|
|
6
5
|
import { $CardsPanelSettings } from "sap/cux/home/CardsPanel";
|
|
7
|
-
import MenuItem from "sap/cux/home/MenuItem";
|
|
8
6
|
import UShellPersonalizer from "sap/cux/home/utils/UshellPersonalizer";
|
|
9
7
|
enum cardsMenuItems {
|
|
10
8
|
REFRESH = "cards-refresh",
|
|
11
|
-
EDIT_CARDS = "cards-editCards"
|
|
12
|
-
AI_INSIGHT_CARD = "cards-addAIInsightCard"
|
|
9
|
+
EDIT_CARDS = "cards-editCards"
|
|
13
10
|
}
|
|
14
|
-
enum
|
|
15
|
-
|
|
16
|
-
EDIT_CARDS = "container-cards-editCards",
|
|
17
|
-
SHOW_MORE = "cardsContainerFullScreenMenuItem",
|
|
18
|
-
AI_INSIGHT_CARD = "container-cards-addAIInsightCard"
|
|
11
|
+
enum cardsActionButtons {
|
|
12
|
+
SHOW_MORE = "fullScreen"
|
|
19
13
|
}
|
|
20
|
-
enum
|
|
21
|
-
|
|
14
|
+
enum errorPanelMenuItems {
|
|
15
|
+
EDIT_CARDS = "cards-errorPanel-editCards"
|
|
22
16
|
}
|
|
23
17
|
const sortedMenuItems: (cardsMenuItems | string)[];
|
|
24
18
|
interface IcardActionEvent {
|
|
@@ -56,7 +50,7 @@ declare module "sap/cux/home/CardsPanel" {
|
|
|
56
50
|
static readonly metadata: MetadataOptions;
|
|
57
51
|
private cardHelperInstance;
|
|
58
52
|
private _cardsFlexWrapper;
|
|
59
|
-
private
|
|
53
|
+
private cardsWrapperContainer;
|
|
60
54
|
private cardsMobileContainer;
|
|
61
55
|
private aVisibleCardInstances;
|
|
62
56
|
private _oData;
|
|
@@ -69,14 +63,12 @@ declare module "sap/cux/home/CardsPanel" {
|
|
|
69
63
|
private cardsInViewport;
|
|
70
64
|
private oEventBus;
|
|
71
65
|
private _appSwitched;
|
|
72
|
-
private
|
|
73
|
-
private _containerActionButtons;
|
|
74
|
-
private insightsContainer;
|
|
75
|
-
private _headerVisible;
|
|
66
|
+
private cardsContainer;
|
|
76
67
|
private _controlMap;
|
|
77
68
|
private _cardsRendered;
|
|
78
69
|
private pageManagerInstance;
|
|
79
70
|
private hasCustomSpace;
|
|
71
|
+
private _errorPanel;
|
|
80
72
|
constructor(idOrSettings?: string | $CardsPanelSettings);
|
|
81
73
|
constructor(id?: string, settings?: $CardsPanelSettings);
|
|
82
74
|
/**
|
|
@@ -153,6 +145,13 @@ declare module "sap/cux/home/CardsPanel" {
|
|
|
153
145
|
* @returns {Promise<void>} A promise that resolves once the Insights Cards section has been refreshed.
|
|
154
146
|
*/
|
|
155
147
|
refreshData(): Promise<void>;
|
|
148
|
+
/**
|
|
149
|
+
* Initializes the card helper and page manager if not already done.
|
|
150
|
+
*
|
|
151
|
+
* @private
|
|
152
|
+
* @returns {Promise<void>}
|
|
153
|
+
*/
|
|
154
|
+
private initializeCardHelper;
|
|
156
155
|
/**
|
|
157
156
|
* Renders the panel.
|
|
158
157
|
*
|
|
@@ -160,6 +159,14 @@ declare module "sap/cux/home/CardsPanel" {
|
|
|
160
159
|
* @returns {Promise<void>} A promise that resolves when the panel is rendered.
|
|
161
160
|
*/
|
|
162
161
|
renderPanel(): Promise<void>;
|
|
162
|
+
/**
|
|
163
|
+
* Sorts the menu items based on the provided order.
|
|
164
|
+
*
|
|
165
|
+
* @private
|
|
166
|
+
* @param {string[]} menuItems - The order of the menu items.
|
|
167
|
+
*/
|
|
168
|
+
private _sortMenuItems;
|
|
169
|
+
private _setMenuItemsVisibility;
|
|
163
170
|
/**
|
|
164
171
|
* Rerenders the cards.
|
|
165
172
|
*
|
|
@@ -167,6 +174,12 @@ declare module "sap/cux/home/CardsPanel" {
|
|
|
167
174
|
* @returns {Promise<void>} A promise that resolves when the cards are rerendered.
|
|
168
175
|
*/
|
|
169
176
|
private rerenderCards;
|
|
177
|
+
/**
|
|
178
|
+
* Adds an error panel when no cards are available.
|
|
179
|
+
*
|
|
180
|
+
* @private
|
|
181
|
+
*/
|
|
182
|
+
private _addErrorPanel;
|
|
170
183
|
/**
|
|
171
184
|
* Sets the new visible cards in the model and updates the UI.
|
|
172
185
|
* @private
|
|
@@ -315,18 +328,6 @@ declare module "sap/cux/home/CardsPanel" {
|
|
|
315
328
|
* @param {Event} event - The event object.
|
|
316
329
|
*/
|
|
317
330
|
private _handleEditCards;
|
|
318
|
-
/**
|
|
319
|
-
* Hides the header of the cards panel.
|
|
320
|
-
*
|
|
321
|
-
* @private
|
|
322
|
-
*/
|
|
323
|
-
handleHideHeader(): void;
|
|
324
|
-
/**
|
|
325
|
-
* Adds the header to the cards panel.
|
|
326
|
-
*
|
|
327
|
-
* @private
|
|
328
|
-
*/
|
|
329
|
-
handleAddHeader(): void;
|
|
330
331
|
/**
|
|
331
332
|
* Refreshes the cards.
|
|
332
333
|
*
|
|
@@ -383,27 +384,13 @@ declare module "sap/cux/home/CardsPanel" {
|
|
|
383
384
|
* @override
|
|
384
385
|
*/
|
|
385
386
|
_adjustLayout(): void;
|
|
386
|
-
/**
|
|
387
|
-
* Retrieves the menu items for the container.
|
|
388
|
-
*
|
|
389
|
-
* @private
|
|
390
|
-
* @returns {MenuItem[]} An array of MenuItem instances.
|
|
391
|
-
*/
|
|
392
|
-
getContainerMenuItems(): MenuItem[];
|
|
393
|
-
/**
|
|
394
|
-
* Retrieves the action buttons for the container.
|
|
395
|
-
*
|
|
396
|
-
* @private
|
|
397
|
-
* @returns {Button[]} An array of Button instances.
|
|
398
|
-
*/
|
|
399
|
-
getContainerActionButtons(): Button[];
|
|
400
387
|
/**
|
|
401
388
|
* Retrieves the insights container.
|
|
402
389
|
*
|
|
403
390
|
* @private
|
|
404
|
-
* @returns {
|
|
391
|
+
* @returns {CardsContainer} - The cards container.
|
|
405
392
|
*/
|
|
406
|
-
private
|
|
393
|
+
private _getCardsContainer;
|
|
407
394
|
/**
|
|
408
395
|
* Creates the refresh menu item.
|
|
409
396
|
*
|
|
@@ -422,13 +409,6 @@ declare module "sap/cux/home/CardsPanel" {
|
|
|
422
409
|
* @private
|
|
423
410
|
*/
|
|
424
411
|
private _createEditCardsMenuItem;
|
|
425
|
-
/**
|
|
426
|
-
* Toggles the visibility of the header actions.
|
|
427
|
-
*
|
|
428
|
-
* @param {boolean} bShow - Whether to show or hide the header actions.
|
|
429
|
-
* @private
|
|
430
|
-
*/
|
|
431
|
-
private _toggleHeaderActions;
|
|
432
412
|
/**
|
|
433
413
|
* Retrieves the card container based on the device type.
|
|
434
414
|
*
|
|
@@ -436,14 +416,7 @@ declare module "sap/cux/home/CardsPanel" {
|
|
|
436
416
|
* @returns {GridContainer | HeaderContainer} - The card container.
|
|
437
417
|
*
|
|
438
418
|
*/
|
|
439
|
-
private
|
|
440
|
-
/**
|
|
441
|
-
* Sorts the menu items based on the provided order.
|
|
442
|
-
*
|
|
443
|
-
* @private
|
|
444
|
-
* @param {string[]} menuItems - The order of the menu items.
|
|
445
|
-
*/
|
|
446
|
-
private _sortMenuItems;
|
|
419
|
+
private _getCardWrapperContainer;
|
|
447
420
|
/**
|
|
448
421
|
* Shares the cards that are currently in the viewport by firing the "visibleCardsUpdated" event.
|
|
449
422
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardsPanel.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/CardsPanel.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"CardsPanel.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/CardsPanel.ts"],"names":[],"mappings":"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"}
|