@sapui5/sap.cux.home 1.142.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 -5
- package/src/sap/cux/home/AdvancedSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/AdvancedSettingsPanel.ts +6 -5
- package/src/sap/cux/home/App.d.ts.map +1 -1
- package/src/sap/cux/home/App.js +3 -0
- package/src/sap/cux/home/App.js.map +1 -1
- package/src/sap/cux/home/App.ts +3 -0
- package/src/sap/cux/home/AppsAdditionPanel.d.ts +74 -34
- package/src/sap/cux/home/AppsAdditionPanel.d.ts.map +1 -1
- package/src/sap/cux/home/AppsAdditionPanel.js +344 -146
- package/src/sap/cux/home/AppsAdditionPanel.js.map +1 -1
- package/src/sap/cux/home/AppsAdditionPanel.ts +367 -149
- package/src/sap/cux/home/AppsContainer.js +2 -1
- package/src/sap/cux/home/AppsContainer.js.map +1 -1
- package/src/sap/cux/home/AppsContainer.ts +2 -2
- package/src/sap/cux/home/BaseContainer.d.ts.map +1 -1
- package/src/sap/cux/home/BaseContainer.js +9 -1
- package/src/sap/cux/home/BaseContainer.js.map +1 -1
- package/src/sap/cux/home/BaseContainer.ts +6 -2
- 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 +6 -0
- 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.map +1 -1
- package/src/sap/cux/home/BasePanel.js +3 -2
- package/src/sap/cux/home/BasePanel.js.map +1 -1
- package/src/sap/cux/home/BasePanel.ts +2 -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 +25 -59
- package/src/sap/cux/home/CardsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/CardsPanel.js +157 -155
- package/src/sap/cux/home/CardsPanel.js.map +1 -1
- package/src/sap/cux/home/CardsPanel.ts +152 -175
- 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 +12 -6
- package/src/sap/cux/home/ContentAdditionDialog.js.map +1 -1
- package/src/sap/cux/home/ContentAdditionDialog.ts +13 -5
- 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 -2
- package/src/sap/cux/home/FavAppPanel.d.ts.map +1 -1
- package/src/sap/cux/home/FavAppPanel.js +296 -301
- package/src/sap/cux/home/FavAppPanel.js.map +1 -1
- package/src/sap/cux/home/FavAppPanel.ts +18 -14
- 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 +10 -9
- package/src/sap/cux/home/InsightsAdditionPanel.js.map +1 -1
- package/src/sap/cux/home/InsightsAdditionPanel.ts +9 -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 -14
- 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} +29 -118
- 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.js +2 -2
- package/src/sap/cux/home/NewsPanel.js.map +1 -1
- package/src/sap/cux/home/NewsPanel.ts +3 -3
- package/src/sap/cux/home/NewsSettingsPanel.js +3 -3
- package/src/sap/cux/home/NewsSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/NewsSettingsPanel.ts +4 -4
- 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 +18 -10
- package/src/sap/cux/home/PagePanel.js.map +1 -1
- package/src/sap/cux/home/PagePanel.ts +25 -15
- 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/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/SpaceInsightsPanel.d.ts +8 -60
- package/src/sap/cux/home/SpaceInsightsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/SpaceInsightsPanel.js +66 -132
- package/src/sap/cux/home/SpaceInsightsPanel.js.map +1 -1
- package/src/sap/cux/home/SpaceInsightsPanel.ts +69 -151
- package/src/sap/cux/home/TaskPanel.d.ts.map +1 -1
- package/src/sap/cux/home/TaskPanel.js +14 -12
- package/src/sap/cux/home/TaskPanel.js.map +1 -1
- package/src/sap/cux/home/TaskPanel.ts +17 -15
- 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 +184 -165
- package/src/sap/cux/home/TilesPanel.js.map +1 -1
- package/src/sap/cux/home/TilesPanel.ts +160 -154
- package/src/sap/cux/home/ToDoPanel.d.ts.map +1 -1
- package/src/sap/cux/home/ToDoPanel.js +30 -58
- package/src/sap/cux/home/ToDoPanel.js.map +1 -1
- package/src/sap/cux/home/ToDoPanel.ts +29 -28
- 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 +33 -13
- 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 +8 -4
- 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 +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/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/BaseContainer.less +36 -0
- package/src/sap/cux/home/themes/base/BaseLayout.less +11 -0
- package/src/sap/cux/home/themes/base/{InsightsContainer.less → CardsContainer.less} +0 -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/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/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
|
@@ -101,9 +101,10 @@ const REPO_BASE_URL = BASE_URL + "insights_cards_repo_srv/0001/";
|
|
|
101
101
|
const EXPORT_API = REPO_BASE_URL + "INSIGHTS_CARDS/com.sap.gateway.srvd.ui2.insights_cards_repo_srv.v0001.importExport?";
|
|
102
102
|
const MYINSIGHT_SECTION_ID = "AZHJGRIT78TG7Y65RF6EPFJ9U";
|
|
103
103
|
|
|
104
|
-
const
|
|
104
|
+
const PagesContainerName: string = "sap.cux.home.PagesContainer";
|
|
105
105
|
const AppsContainerlName: string = "sap.cux.home.AppsContainer";
|
|
106
|
-
const
|
|
106
|
+
const TilesContainerName: string = "sap.cux.home.TilesContainer";
|
|
107
|
+
const CardsContainerName: string = "sap.cux.home.CardsContainer";
|
|
107
108
|
const PagePanelName: string = "sap.cux.home.PagePanel";
|
|
108
109
|
const FavAppPanelName: string = "sap.cux.home.FavAppPanel";
|
|
109
110
|
const RecommendedAppPanelName: string = "sap.cux.home.RecommendedAppPanel";
|
|
@@ -654,9 +655,9 @@ export default class AdvancedSettingsPanel extends BaseSettingsPanel {
|
|
|
654
655
|
private _isPanelAvailable(panelClassName: string): boolean {
|
|
655
656
|
const panelMappings: Record<string, { containerName: string; panelName: string }> = {
|
|
656
657
|
[FavAppPanelName]: { containerName: AppsContainerlName, panelName: FavAppPanelName },
|
|
657
|
-
[PagePanelName]: { containerName:
|
|
658
|
-
[TilesPanelName]: { containerName:
|
|
659
|
-
[CardsPanelName]: { containerName:
|
|
658
|
+
[PagePanelName]: { containerName: PagesContainerName, panelName: PagePanelName },
|
|
659
|
+
[TilesPanelName]: { containerName: TilesContainerName, panelName: TilesPanelName },
|
|
660
|
+
[CardsPanelName]: { containerName: CardsContainerName, panelName: CardsPanelName }
|
|
660
661
|
};
|
|
661
662
|
|
|
662
663
|
const mapping = panelMappings[panelClassName];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/App.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,kBAAkB,CAAC;IAOlC,OAAoB,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;IAGxE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;IAG3D,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;IAChD,OAAO,OAAO,MAAM,sBAAsB,CAAC;IAK3C;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,OAAO,OAAO,GAAI,SAAQ,OAAO;oBAC3B,YAAY,CAAC,EAAE,MAAM,GAAG,YAAY;oBACpC,EAAE,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,YAAY;QAUhD,OAAO,CAAC,kBAAkB,CAAc;QACxC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAE,eAAe,CAYvC;QAEF,OAAO,CAAC,kBAAkB;QAS1B,OAAO,CAAC,oBAAoB;QAuB5B;;;WAGG;gBACW,UAAU;
|
|
1
|
+
{"version":3,"file":"App.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/App.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,kBAAkB,CAAC;IAOlC,OAAoB,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;IAGxE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;IAG3D,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;IAChD,OAAO,OAAO,MAAM,sBAAsB,CAAC;IAK3C;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,OAAO,OAAO,GAAI,SAAQ,OAAO;oBAC3B,YAAY,CAAC,EAAE,MAAM,GAAG,YAAY;oBACpC,EAAE,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,YAAY;QAUhD,OAAO,CAAC,kBAAkB,CAAc;QACxC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAE,eAAe,CAYvC;QAEF,OAAO,CAAC,kBAAkB;QAS1B,OAAO,CAAC,oBAAoB;QAuB5B;;;WAGG;gBACW,UAAU;QA2BxB;;;WAGG;QACU,YAAY,CAAC,KAAK,EAAE,sBAAsB;KASvD;CAEA"}
|
package/src/sap/cux/home/App.js
CHANGED
|
@@ -102,6 +102,9 @@ sap.ui.define(["sap/base/Log", "sap/m/GenericTile", "sap/m/library", "sap/ushell
|
|
|
102
102
|
const ssbRootControl = _this._getSSBRootControl(smartBusinessAppViz);
|
|
103
103
|
const ssbGenericTile = isSmartBusinessTile && _this._getInnerGenericTile(ssbRootControl);
|
|
104
104
|
if (ssbGenericTile) {
|
|
105
|
+
if (smartBusinessAppViz.getActive() === false) {
|
|
106
|
+
smartBusinessAppViz.setActive(true);
|
|
107
|
+
}
|
|
105
108
|
ssbGenericTile.firePress();
|
|
106
109
|
return;
|
|
107
110
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.js","names":["sap","ui","define","Log","GenericTile","mobileLibrary","Container","__BaseApp","__AppManager","___utils_FESRUtil","_interopRequireDefault","obj","__esModule","default","BaseApp","AppManager","addFESRNavigationSource","App","extend","metadata","library","properties","url","type","group","defaultValue","vizId","constructor","_constructor","id","settings","BaseApp.prototype.constructor.call","_getSSBRootControl","oSmartBusinessAppViz","getContent","getComponentInstance","getRootControl","oError","error","Error","message","String","_getInnerGenericTile","oControl","oControlMetadata","getMetadata","oDefaultAggregationDefinition","getDefaultAggregation","sDefaultAggregationName","name","aAggregationData","getAggregation","oAggregationValue","Array","isArray","getState","LoadState","Loaded","_launchApp","event","_this","appManagerInstance","getInstance","tile","getSource","Promise","resolve","fetchFavVizs","then","favoriteApps","selectedApp","find","app","appUrl","getUrl","includes","smartBusinessAppViz","vizInstance","isSmartBusinessTile","ssbRootControl","ssbGenericTile","firePress","getServiceAsync","spaceContentService","launchTileTarget","getTitle","e","reject","_handlePress","_this2","_temp","navInfo","data","fesrSource"],"sources":["App.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\n\nimport Log from \"sap/base/Log\";\nimport GenericTile, { GenericTile$PressEvent } from \"sap/m/GenericTile\";\nimport mobileLibrary from \"sap/m/library\";\nimport Control from \"sap/ui/core/Control\";\nimport type { MetadataOptions } from \"sap/ui/core/Element\";\nimport Container from \"sap/ushell/Container\";\nimport SpaceContent from \"sap/ushell/services/SpaceContent\";\nimport { $AppSettings } from \"./App\";\nimport BaseApp from \"./BaseApp\";\nimport { IAdditionalInfo, ICustomVizInstance, ISectionAndVisualization } from \"./interface/AppsInterface\";\nimport AppManager from \"./utils/AppManager\";\nimport { addFESRNavigationSource } from \"./utils/FESRUtil\";\n\n/**\n *\n * App class for managing and storing Apps.\n *\n * @extends sap.cux.home.BaseApp\n *\n * @author SAP SE\n * @version 0.0.1\n * @since 1.121.0\n *\n * @private\n * @ui5-restricted ux.eng.s4producthomes1\n *\n * @alias sap.cux.home.App\n */\nexport default class App extends BaseApp {\n\tconstructor(idOrSettings?: string | $AppSettings);\n\tconstructor(id?: string, settings?: $AppSettings);\n\t/**\n\t * Constructor for a new App.\n\t *\n\t * @param {string} [id] ID for the new app, generated automatically if an ID is not provided\n\t * @param {object} [settings] Initial settings for the new app\n\t */\n\tpublic constructor(id?: string, settings?: $AppSettings) {\n\t\tsuper(id, settings);\n\t}\n\tprivate appManagerInstance!: AppManager;\n\tstatic readonly metadata: MetadataOptions = {\n\t\tlibrary: \"sap.cux.home\",\n\t\tproperties: {\n\t\t\t/**\n\t\t\t * Url of the app where the user navigates to on click\n\t\t\t */\n\t\t\turl: { type: \"string\", group: \"Misc\", defaultValue: \"\" },\n\t\t\t/**\n\t\t\t * VizId of the app. Used for enabling addition of apps to FavoriteApp panel\n\t\t\t */\n\t\t\tvizId: { type: \"string\", group: \"Misc\", defaultValue: \"\" }\n\t\t}\n\t};\n\n\tprivate _getSSBRootControl(oSmartBusinessAppViz: ICustomVizInstance): Control | null {\n\t\ttry {\n\t\t\treturn oSmartBusinessAppViz.getContent().getComponentInstance().getRootControl() as Control | null;\n\t\t} catch (oError) {\n\t\t\tLog.error(oError instanceof Error ? oError.message : String(oError));\n\t\t\treturn null;\n\t\t}\n\t}\n\n\tprivate _getInnerGenericTile(oControl: Control | null): GenericTile | null {\n\t\tif (!oControl) {\n\t\t\treturn null;\n\t\t}\n\n\t\tconst oControlMetadata = oControl.getMetadata();\n\t\tconst oDefaultAggregationDefinition = oControlMetadata.getDefaultAggregation() as { name?: string } | null;\n\t\tconst sDefaultAggregationName = oDefaultAggregationDefinition ? oDefaultAggregationDefinition?.name : \"content\";\n\n\t\tconst aAggregationData = sDefaultAggregationName ? oControl.getAggregation(sDefaultAggregationName) : null;\n\t\tconst oAggregationValue = Array.isArray(aAggregationData) ? aAggregationData[0] : aAggregationData;\n\n\t\tif (!oAggregationValue) {\n\t\t\treturn null;\n\t\t}\n\n\t\tif (oAggregationValue instanceof GenericTile && oAggregationValue.getState() === mobileLibrary.LoadState.Loaded) {\n\t\t\treturn oAggregationValue;\n\t\t}\n\n\t\treturn this._getInnerGenericTile(oAggregationValue as Control);\n\t}\n\n\t/**\n\t * Navigates to the clicked app\n\t * @private\n\t */\n\tprivate async _launchApp(event: GenericTile$PressEvent): Promise<void> {\n\t\tthis.appManagerInstance = this.appManagerInstance || AppManager.getInstance();\n\t\tconst tile = event.getSource();\n\t\tconst favoriteApps: ISectionAndVisualization[] = await this.appManagerInstance.fetchFavVizs(false, true);\n\t\tconst selectedApp = favoriteApps.find((app) => {\n\t\t\tconst appUrl = app.url || \"\";\n\t\t\treturn tile.getUrl().includes(appUrl);\n\t\t});\n\t\tconst smartBusinessAppViz = selectedApp?.vizInstance;\n\t\tconst isSmartBusinessTile = selectedApp?.isSmartBusinessTile;\n\t\tif (smartBusinessAppViz) {\n\t\t\tconst ssbRootControl = this._getSSBRootControl(smartBusinessAppViz);\n\t\t\tconst ssbGenericTile = isSmartBusinessTile && this._getInnerGenericTile(ssbRootControl);\n\n\t\t\tif (ssbGenericTile) {\n\t\t\t\tssbGenericTile.firePress();\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\t// Fallback in case smartBusinessAppViz is undefined or ssbGenericTile is not present\n\t\tconst spaceContentService = await Container.getServiceAsync<SpaceContent>(\"SpaceContent\");\n\t\tawait spaceContentService.launchTileTarget(this.getUrl(), this.getTitle());\n\t}\n\n\t/**\n\t * App Press Handler\n\t * @private\n\t */\n\tpublic async _handlePress(event: GenericTile$PressEvent) {\n\t\tif (this.getUrl()) {\n\t\t\tconst navInfo = this.data(\"additionalInfo\") as IAdditionalInfo;\n\t\t\tif (navInfo?.fesrSource) {\n\t\t\t\taddFESRNavigationSource(navInfo.fesrSource);\n\t\t\t}\n\t\t\tawait this._launchApp(event);\n\t\t}\n\t}\n}\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"App.js","names":["sap","ui","define","Log","GenericTile","mobileLibrary","Container","__BaseApp","__AppManager","___utils_FESRUtil","_interopRequireDefault","obj","__esModule","default","BaseApp","AppManager","addFESRNavigationSource","App","extend","metadata","library","properties","url","type","group","defaultValue","vizId","constructor","_constructor","id","settings","BaseApp.prototype.constructor.call","_getSSBRootControl","oSmartBusinessAppViz","getContent","getComponentInstance","getRootControl","oError","error","Error","message","String","_getInnerGenericTile","oControl","oControlMetadata","getMetadata","oDefaultAggregationDefinition","getDefaultAggregation","sDefaultAggregationName","name","aAggregationData","getAggregation","oAggregationValue","Array","isArray","getState","LoadState","Loaded","_launchApp","event","_this","appManagerInstance","getInstance","tile","getSource","Promise","resolve","fetchFavVizs","then","favoriteApps","selectedApp","find","app","appUrl","getUrl","includes","smartBusinessAppViz","vizInstance","isSmartBusinessTile","ssbRootControl","ssbGenericTile","getActive","setActive","firePress","getServiceAsync","spaceContentService","launchTileTarget","getTitle","e","reject","_handlePress","_this2","_temp","navInfo","data","fesrSource"],"sources":["App.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\n\nimport Log from \"sap/base/Log\";\nimport GenericTile, { GenericTile$PressEvent } from \"sap/m/GenericTile\";\nimport mobileLibrary from \"sap/m/library\";\nimport Control from \"sap/ui/core/Control\";\nimport type { MetadataOptions } from \"sap/ui/core/Element\";\nimport Container from \"sap/ushell/Container\";\nimport SpaceContent from \"sap/ushell/services/SpaceContent\";\nimport { $AppSettings } from \"./App\";\nimport BaseApp from \"./BaseApp\";\nimport { IAdditionalInfo, ICustomVizInstance, ISectionAndVisualization } from \"./interface/AppsInterface\";\nimport AppManager from \"./utils/AppManager\";\nimport { addFESRNavigationSource } from \"./utils/FESRUtil\";\n\n/**\n *\n * App class for managing and storing Apps.\n *\n * @extends sap.cux.home.BaseApp\n *\n * @author SAP SE\n * @version 0.0.1\n * @since 1.121.0\n *\n * @private\n * @ui5-restricted ux.eng.s4producthomes1\n *\n * @alias sap.cux.home.App\n */\nexport default class App extends BaseApp {\n\tconstructor(idOrSettings?: string | $AppSettings);\n\tconstructor(id?: string, settings?: $AppSettings);\n\t/**\n\t * Constructor for a new App.\n\t *\n\t * @param {string} [id] ID for the new app, generated automatically if an ID is not provided\n\t * @param {object} [settings] Initial settings for the new app\n\t */\n\tpublic constructor(id?: string, settings?: $AppSettings) {\n\t\tsuper(id, settings);\n\t}\n\tprivate appManagerInstance!: AppManager;\n\tstatic readonly metadata: MetadataOptions = {\n\t\tlibrary: \"sap.cux.home\",\n\t\tproperties: {\n\t\t\t/**\n\t\t\t * Url of the app where the user navigates to on click\n\t\t\t */\n\t\t\turl: { type: \"string\", group: \"Misc\", defaultValue: \"\" },\n\t\t\t/**\n\t\t\t * VizId of the app. Used for enabling addition of apps to FavoriteApp panel\n\t\t\t */\n\t\t\tvizId: { type: \"string\", group: \"Misc\", defaultValue: \"\" }\n\t\t}\n\t};\n\n\tprivate _getSSBRootControl(oSmartBusinessAppViz: ICustomVizInstance): Control | null {\n\t\ttry {\n\t\t\treturn oSmartBusinessAppViz.getContent().getComponentInstance().getRootControl() as Control | null;\n\t\t} catch (oError) {\n\t\t\tLog.error(oError instanceof Error ? oError.message : String(oError));\n\t\t\treturn null;\n\t\t}\n\t}\n\n\tprivate _getInnerGenericTile(oControl: Control | null): GenericTile | null {\n\t\tif (!oControl) {\n\t\t\treturn null;\n\t\t}\n\n\t\tconst oControlMetadata = oControl.getMetadata();\n\t\tconst oDefaultAggregationDefinition = oControlMetadata.getDefaultAggregation() as { name?: string } | null;\n\t\tconst sDefaultAggregationName = oDefaultAggregationDefinition ? oDefaultAggregationDefinition?.name : \"content\";\n\n\t\tconst aAggregationData = sDefaultAggregationName ? oControl.getAggregation(sDefaultAggregationName) : null;\n\t\tconst oAggregationValue = Array.isArray(aAggregationData) ? aAggregationData[0] : aAggregationData;\n\n\t\tif (!oAggregationValue) {\n\t\t\treturn null;\n\t\t}\n\n\t\tif (oAggregationValue instanceof GenericTile && oAggregationValue.getState() === mobileLibrary.LoadState.Loaded) {\n\t\t\treturn oAggregationValue;\n\t\t}\n\n\t\treturn this._getInnerGenericTile(oAggregationValue as Control);\n\t}\n\n\t/**\n\t * Navigates to the clicked app\n\t * @private\n\t */\n\tprivate async _launchApp(event: GenericTile$PressEvent): Promise<void> {\n\t\tthis.appManagerInstance = this.appManagerInstance || AppManager.getInstance();\n\t\tconst tile = event.getSource();\n\t\tconst favoriteApps: ISectionAndVisualization[] = await this.appManagerInstance.fetchFavVizs(false, true);\n\t\tconst selectedApp = favoriteApps.find((app) => {\n\t\t\tconst appUrl = app.url || \"\";\n\t\t\treturn tile.getUrl().includes(appUrl);\n\t\t});\n\t\tconst smartBusinessAppViz = selectedApp?.vizInstance;\n\t\tconst isSmartBusinessTile = selectedApp?.isSmartBusinessTile;\n\t\tif (smartBusinessAppViz) {\n\t\t\tconst ssbRootControl = this._getSSBRootControl(smartBusinessAppViz);\n\t\t\tconst ssbGenericTile = isSmartBusinessTile && this._getInnerGenericTile(ssbRootControl);\n\n\t\t\tif (ssbGenericTile) {\n\t\t\t\tif (smartBusinessAppViz.getActive() === false) {\n\t\t\t\t\tsmartBusinessAppViz.setActive(true);\n\t\t\t\t}\n\t\t\t\tssbGenericTile.firePress();\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\t// Fallback in case smartBusinessAppViz is undefined or ssbGenericTile is not present\n\t\tconst spaceContentService = await Container.getServiceAsync<SpaceContent>(\"SpaceContent\");\n\t\tawait spaceContentService.launchTileTarget(this.getUrl(), this.getTitle());\n\t}\n\n\t/**\n\t * App Press Handler\n\t * @private\n\t */\n\tpublic async _handlePress(event: GenericTile$PressEvent) {\n\t\tif (this.getUrl()) {\n\t\t\tconst navInfo = this.data(\"additionalInfo\") as IAdditionalInfo;\n\t\t\tif (navInfo?.fesrSource) {\n\t\t\t\taddFESRNavigationSource(navInfo.fesrSource);\n\t\t\t}\n\t\t\tawait this._launchApp(event);\n\t\t}\n\t}\n}\n"],"mappings":"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","ignoreList":[]}
|
package/src/sap/cux/home/App.ts
CHANGED
|
@@ -109,6 +109,9 @@ export default class App extends BaseApp {
|
|
|
109
109
|
const ssbGenericTile = isSmartBusinessTile && this._getInnerGenericTile(ssbRootControl);
|
|
110
110
|
|
|
111
111
|
if (ssbGenericTile) {
|
|
112
|
+
if (smartBusinessAppViz.getActive() === false) {
|
|
113
|
+
smartBusinessAppViz.setActive(true);
|
|
114
|
+
}
|
|
112
115
|
ssbGenericTile.firePress();
|
|
113
116
|
return;
|
|
114
117
|
}
|
|
@@ -6,6 +6,7 @@ declare module "sap/cux/home/AppsAdditionPanel" {
|
|
|
6
6
|
const Constants: {
|
|
7
7
|
DeprecatedInfoText: string;
|
|
8
8
|
MinQueryLength: number;
|
|
9
|
+
MaxQueryLength: number;
|
|
9
10
|
MaxDescriptionLength: number;
|
|
10
11
|
};
|
|
11
12
|
enum SearchStatus {
|
|
@@ -18,7 +19,8 @@ declare module "sap/cux/home/AppsAdditionPanel" {
|
|
|
18
19
|
ServiceError = "serviceError"
|
|
19
20
|
}
|
|
20
21
|
enum TileType {
|
|
21
|
-
Static = "STATIC"
|
|
22
|
+
Static = "STATIC",
|
|
23
|
+
Dynamic = "DYNAMIC"
|
|
22
24
|
}
|
|
23
25
|
interface RawAppData {
|
|
24
26
|
title: string;
|
|
@@ -33,12 +35,13 @@ declare module "sap/cux/home/AppsAdditionPanel" {
|
|
|
33
35
|
icon: string;
|
|
34
36
|
title: string;
|
|
35
37
|
chipID: string;
|
|
36
|
-
status: string[];
|
|
37
38
|
subTitle: string;
|
|
38
39
|
description: string;
|
|
39
40
|
isStaticApp: boolean;
|
|
40
|
-
|
|
41
|
+
addedToApps?: boolean;
|
|
42
|
+
addedToInsights?: boolean;
|
|
41
43
|
vizData?: IVisualization;
|
|
44
|
+
isDeprecated?: boolean;
|
|
42
45
|
}
|
|
43
46
|
interface QueryResponse {
|
|
44
47
|
value: RawAppData[];
|
|
@@ -157,6 +160,7 @@ declare module "sap/cux/home/AppsAdditionPanel" {
|
|
|
157
160
|
* @private
|
|
158
161
|
*/
|
|
159
162
|
resetPanel(): void;
|
|
163
|
+
setIllustrationSize(): void;
|
|
160
164
|
/**
|
|
161
165
|
* Handles the "Go" button press event for searching suggested apps.
|
|
162
166
|
*
|
|
@@ -178,7 +182,8 @@ declare module "sap/cux/home/AppsAdditionPanel" {
|
|
|
178
182
|
* @private
|
|
179
183
|
* @param {RawAppData[]} rawApps - The raw app data to process.
|
|
180
184
|
* @param {IVisualization[]} allVisualizations - All available visualizations.
|
|
181
|
-
* @param {ICustomVisualization[]}
|
|
185
|
+
* @param {ICustomVisualization[]} favoriteApps - Favorite apps available in homepage.
|
|
186
|
+
* @param {ICustomVisualization[]} insightsApps - Insights apps available in homepage.
|
|
182
187
|
* @returns {SuggestedApp[]} The list of suggested apps.
|
|
183
188
|
*/
|
|
184
189
|
private _generateApps;
|
|
@@ -215,32 +220,6 @@ declare module "sap/cux/home/AppsAdditionPanel" {
|
|
|
215
220
|
* @returns {Promise<RawAppData[]>} A promise that resolves to the list of raw app data.
|
|
216
221
|
*/
|
|
217
222
|
private fetchAppsFromSearch;
|
|
218
|
-
/**
|
|
219
|
-
* Retrieves status texts for an app based on its configuration and homepage status.
|
|
220
|
-
*
|
|
221
|
-
* @private
|
|
222
|
-
* @param {string} configuration - The app's configuration string.
|
|
223
|
-
* @param {boolean} addedToHomePage - Indicates if the app is already added to the homepage.
|
|
224
|
-
* @returns {string[]} An array of status texts for the app.
|
|
225
|
-
*/
|
|
226
|
-
private getAppStatusTexts;
|
|
227
|
-
/**
|
|
228
|
-
* Generates status text controls for the provided status texts.
|
|
229
|
-
*
|
|
230
|
-
* @private
|
|
231
|
-
* @param {string} id - The id of the list item.
|
|
232
|
-
* @param {string[]} stausTexts - The list of status texts.
|
|
233
|
-
* @returns {Text[]} An array of Text controls with applied styles.
|
|
234
|
-
*/
|
|
235
|
-
private _generateStatusTexts;
|
|
236
|
-
/**
|
|
237
|
-
* Applies a CSS class to the status text based on its type.
|
|
238
|
-
*
|
|
239
|
-
* @private
|
|
240
|
-
* @param {string} status - The status text to classify.
|
|
241
|
-
* @returns {string} The CSS class for the status text.
|
|
242
|
-
*/
|
|
243
|
-
applyStatusClass(status: string): string;
|
|
244
223
|
/**
|
|
245
224
|
* Handles the "Add Apps" button press event to add selected apps to favorites.
|
|
246
225
|
*
|
|
@@ -277,14 +256,14 @@ declare module "sap/cux/home/AppsAdditionPanel" {
|
|
|
277
256
|
*/
|
|
278
257
|
private refreshFavoriteApps;
|
|
279
258
|
/**
|
|
280
|
-
* Retrieves the
|
|
259
|
+
* Retrieves the TilesContainer instance from the parent layout.
|
|
281
260
|
*
|
|
282
261
|
* @private
|
|
283
|
-
* @returns {
|
|
262
|
+
* @returns {TilesContainer | undefined} The AppsContainer instance or undefined if not found.
|
|
284
263
|
*/
|
|
285
|
-
private
|
|
264
|
+
private getTilesContainer;
|
|
286
265
|
/**
|
|
287
|
-
* Refreshes the Insights tiles panel in the
|
|
266
|
+
* Refreshes the Insights tiles panel in the TilesContainer.
|
|
288
267
|
*
|
|
289
268
|
* @private
|
|
290
269
|
* @async
|
|
@@ -338,6 +317,67 @@ declare module "sap/cux/home/AppsAdditionPanel" {
|
|
|
338
317
|
* @private
|
|
339
318
|
*/
|
|
340
319
|
sendFeedback(feedbackType: string): void;
|
|
320
|
+
/**
|
|
321
|
+
* Creates the action to change view type (App / Tile) for suggested app.
|
|
322
|
+
*
|
|
323
|
+
* @private
|
|
324
|
+
* @param {string} id - The unique ID for the container.
|
|
325
|
+
* @returns {HBox} The app view action container.
|
|
326
|
+
*/
|
|
327
|
+
private getAppViewTypeAction;
|
|
328
|
+
/**
|
|
329
|
+
* Creates the action to change display format (standard / wide) for suggested tile.
|
|
330
|
+
*
|
|
331
|
+
* @private
|
|
332
|
+
* @param {string} id - The unique ID for the container.
|
|
333
|
+
* @param {Context} context - The binding context for the app.
|
|
334
|
+
* @returns {HBox} The display format action container.
|
|
335
|
+
*/
|
|
336
|
+
private getDisplayFormatAction;
|
|
337
|
+
/**
|
|
338
|
+
* Checks if the visualization supports wide tile conversion.
|
|
339
|
+
*
|
|
340
|
+
* @private
|
|
341
|
+
* @param {Context} context - The binding context for the app.
|
|
342
|
+
* @returns {boolean} True if wide display format is supported, false otherwise.
|
|
343
|
+
*/
|
|
344
|
+
private isWideTileSupported;
|
|
345
|
+
/**
|
|
346
|
+
* Handler to switch between standard and wide format for tile.
|
|
347
|
+
*
|
|
348
|
+
* @private
|
|
349
|
+
* @param {Switch$ChangeEvent} event - The switch change event.
|
|
350
|
+
* @param {Context} context - The binding context for the app being modified.
|
|
351
|
+
* @returns {void}
|
|
352
|
+
*/
|
|
353
|
+
private toggleDisplayFormat;
|
|
354
|
+
/**
|
|
355
|
+
* Updates the display format of a visualization in the insights section.
|
|
356
|
+
*
|
|
357
|
+
* @private
|
|
358
|
+
* @param {string} vizId - Id of the visualization for which display format has to be updated.
|
|
359
|
+
* @param {DisplayFormat} displayFormatHint - The new display format to apply.
|
|
360
|
+
* @returns {Promise<void>} A promise that resolves when the display format is updated.
|
|
361
|
+
*/
|
|
362
|
+
private updateDisplayFormat;
|
|
363
|
+
/**
|
|
364
|
+
* Determines if an app is already added to the appropriate section based on its type and selected view.
|
|
365
|
+
* For static apps or apps with Static view selected, checks if added to favorites apps section.
|
|
366
|
+
* For dynamic apps with Dynamic view selected, checks if added to insights section.
|
|
367
|
+
*
|
|
368
|
+
* @private
|
|
369
|
+
* @param {Context} context - The binding context for the app to check.
|
|
370
|
+
* @returns {boolean} True if the app is already added to the corresponding section, false otherwise.
|
|
371
|
+
*/
|
|
372
|
+
private isAppAlreadyAdded;
|
|
373
|
+
/**
|
|
374
|
+
* Parses the tile configuration string from raw app configuration.
|
|
375
|
+
*
|
|
376
|
+
* @private
|
|
377
|
+
* @param {string} configuration - The raw app configuration string containing tile settings.
|
|
378
|
+
* @returns {TileConfig | null} The parsed tile configuration object or null if parsing fails.
|
|
379
|
+
*/
|
|
380
|
+
private parseTileConfiguration;
|
|
341
381
|
}
|
|
342
382
|
}
|
|
343
383
|
//# sourceMappingURL=AppsAdditionPanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppsAdditionPanel.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/AppsAdditionPanel.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"AppsAdditionPanel.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/AppsAdditionPanel.ts"],"names":[],"mappings":"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"}
|