@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
|
@@ -17,9 +17,11 @@ import TileContent from "sap/m/TileContent";
|
|
|
17
17
|
import VBox from "sap/m/VBox";
|
|
18
18
|
import { LoadState, Priority, URLHelper } from "sap/m/library";
|
|
19
19
|
import Device from "sap/ui/Device";
|
|
20
|
+
import ManagedObject from "sap/ui/base/ManagedObject";
|
|
20
21
|
import Control from "sap/ui/core/Control";
|
|
21
22
|
import type { MetadataOptions } from "sap/ui/core/Element";
|
|
22
23
|
import UI5Element from "sap/ui/core/Element";
|
|
24
|
+
import InvisibleText from "sap/ui/core/InvisibleText";
|
|
23
25
|
import DateFormat from "sap/ui/core/format/DateFormat";
|
|
24
26
|
import Context from "sap/ui/model/Context";
|
|
25
27
|
import JSONModel from "sap/ui/model/json/JSONModel";
|
|
@@ -32,6 +34,7 @@ import ToDosContainer from "./ToDosContainer";
|
|
|
32
34
|
import BatchHelper from "./utils/BatchHelper";
|
|
33
35
|
import { calculateCardWidth, DeviceType, fetchElementProperties } from "./utils/Device";
|
|
34
36
|
import { addFESRId } from "./utils/FESRUtil";
|
|
37
|
+
import HttpHelper from "./utils/HttpHelper";
|
|
35
38
|
|
|
36
39
|
interface Request {
|
|
37
40
|
baseURL: string;
|
|
@@ -91,7 +94,6 @@ const Constants = {
|
|
|
91
94
|
*
|
|
92
95
|
* @abstract
|
|
93
96
|
* @internal
|
|
94
|
-
* @experimental Since 1.121
|
|
95
97
|
* @public
|
|
96
98
|
*
|
|
97
99
|
* @alias sap.cux.home.ToDoPanel
|
|
@@ -110,6 +112,7 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
110
112
|
private _innerControlsBound!: boolean;
|
|
111
113
|
private _cardCount!: number;
|
|
112
114
|
private batchHelper!: BatchHelper;
|
|
115
|
+
private _accRefreshLabel!: InvisibleText;
|
|
113
116
|
|
|
114
117
|
constructor(id?: string | $ToDoPanelSettings);
|
|
115
118
|
constructor(id?: string, settings?: $ToDoPanelSettings);
|
|
@@ -162,10 +165,22 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
162
165
|
*
|
|
163
166
|
* @private
|
|
164
167
|
*/
|
|
165
|
-
maxCardWidth: { type: "int", group: "Misc", defaultValue: 583, visibility: "hidden" }
|
|
168
|
+
maxCardWidth: { type: "int", group: "Misc", defaultValue: 583, visibility: "hidden" },
|
|
169
|
+
/**
|
|
170
|
+
* Specifies whether the panel should batch requests.
|
|
171
|
+
*
|
|
172
|
+
* @private
|
|
173
|
+
*/
|
|
174
|
+
useBatch: { type: "boolean", group: "Misc", defaultValue: true, visibility: "hidden" }
|
|
166
175
|
}
|
|
167
176
|
};
|
|
168
177
|
|
|
178
|
+
static fullRelativeDateFormatter = DateFormat.getDateTimeInstance({
|
|
179
|
+
style: "long",
|
|
180
|
+
relative: true,
|
|
181
|
+
relativeStyle: "wide"
|
|
182
|
+
});
|
|
183
|
+
|
|
169
184
|
static relativeDateFormatter = DateFormat.getDateTimeInstance({
|
|
170
185
|
style: "medium",
|
|
171
186
|
relative: true,
|
|
@@ -192,6 +207,7 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
192
207
|
isCountCalledOnce: false,
|
|
193
208
|
illustrationType: "sapIllus-NoTasks",
|
|
194
209
|
refreshInfo: this._toRelativeDateTime(new Date()),
|
|
210
|
+
fullRefreshInfo: this._toFullRelativeDateTime(new Date()),
|
|
195
211
|
horizontalCardCount: Constants.PLACEHOLDER_ITEMS_COUNT,
|
|
196
212
|
illustrationTitle: this._i18nBundle.getText("noToDoTitle"),
|
|
197
213
|
illustrationDescription: this._i18nBundle.getText("noToDoDesc"),
|
|
@@ -221,12 +237,16 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
221
237
|
this.addAggregation("menuItems", menuItem);
|
|
222
238
|
addFESRId(menuItem, "todosRefresh");
|
|
223
239
|
|
|
224
|
-
|
|
240
|
+
this._accRefreshLabel = new InvisibleText(`${this.getId()}-refreshAccText`, {
|
|
241
|
+
text: this._toFullRelativeDateTime(new Date())
|
|
242
|
+
});
|
|
243
|
+
this.addDependent(this._accRefreshLabel);
|
|
225
244
|
this._refreshBtn = new Button(`${this.getId()}-refreshBtn`, {
|
|
226
245
|
icon: "sap-icon://refresh",
|
|
227
246
|
text: this._toRelativeDateTime(new Date()),
|
|
228
247
|
press: () => this._onPressRefresh()
|
|
229
248
|
});
|
|
249
|
+
this._refreshBtn.addAriaLabelledBy(this._accRefreshLabel);
|
|
230
250
|
addFESRId(this._refreshBtn, "manualTodoRefresh");
|
|
231
251
|
this.addAggregation("actionButtons", this._refreshBtn);
|
|
232
252
|
|
|
@@ -277,9 +297,7 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
277
297
|
scrollTime: 1000,
|
|
278
298
|
showDividers: false,
|
|
279
299
|
snapToRow: true
|
|
280
|
-
});
|
|
281
|
-
|
|
282
|
-
this._mobileCardContainer.addStyleClass("sapMHeaderContainerAlign sapMHeaderContainerToDoAlign toDoCardHeight");
|
|
300
|
+
}).addStyleClass("sapCuxToDoMobileCardsContainer");
|
|
283
301
|
}
|
|
284
302
|
|
|
285
303
|
return this._mobileCardContainer;
|
|
@@ -362,6 +380,7 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
362
380
|
|
|
363
381
|
this._setSectionRefreshInterval();
|
|
364
382
|
this._oData.refreshInfo = this._toRelativeDateTime(new Date());
|
|
383
|
+
this._oData.fullRefreshInfo = this._toFullRelativeDateTime(new Date());
|
|
365
384
|
this._oData.lastRefreshedTime = new Date();
|
|
366
385
|
this._updateRefreshInformation();
|
|
367
386
|
|
|
@@ -374,14 +393,6 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
374
393
|
.finally(() => {
|
|
375
394
|
this._controlModel.refresh();
|
|
376
395
|
this._adjustLayout();
|
|
377
|
-
/**
|
|
378
|
-
* This class is initially added for Desktop and Tablet. If not added (In case of Mobile) add it.
|
|
379
|
-
* This is temporary code (to be removed later), this will be handled by GenericTile.
|
|
380
|
-
* */
|
|
381
|
-
const toDosWrapper = this._getContent()?.[0];
|
|
382
|
-
if (toDosWrapper && !toDosWrapper.hasStyleClass("sapUiGridTaskLayout")) {
|
|
383
|
-
toDosWrapper.addStyleClass("sapUiGridTaskLayout");
|
|
384
|
-
}
|
|
385
396
|
resolve();
|
|
386
397
|
});
|
|
387
398
|
});
|
|
@@ -638,9 +649,10 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
638
649
|
*/
|
|
639
650
|
private _generateRequestObject(options: RequestOptions): Request {
|
|
640
651
|
const cardCount = this._getVisibleCardCount();
|
|
652
|
+
const countUrl = this.getCountUrl();
|
|
641
653
|
const urls = this.generateRequestUrls?.(cardCount);
|
|
642
654
|
|
|
643
|
-
if (options?.onlyCount) {
|
|
655
|
+
if (countUrl && options?.onlyCount) {
|
|
644
656
|
urls.splice(1);
|
|
645
657
|
}
|
|
646
658
|
|
|
@@ -649,10 +661,10 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
649
661
|
requestURLs: urls,
|
|
650
662
|
success: async (args: unknown[]): Promise<void> => {
|
|
651
663
|
//data process extension for panels
|
|
652
|
-
await this.onDataReceived(args.splice(1), options);
|
|
664
|
+
await this.onDataReceived(countUrl ? args.splice(1) : args, options);
|
|
653
665
|
|
|
654
666
|
//set card count and handle empty cards
|
|
655
|
-
this._oData.length = Number(args[0]);
|
|
667
|
+
this._oData.length = countUrl ? Number(args[0]) : (this._oData.tiles as object[]).length;
|
|
656
668
|
this._handleEmptyCards();
|
|
657
669
|
}
|
|
658
670
|
};
|
|
@@ -666,11 +678,21 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
666
678
|
* @returns {string[]} An array of request URLs.
|
|
667
679
|
*/
|
|
668
680
|
public generateRequestUrls(cardCount: number): string[] {
|
|
669
|
-
const
|
|
681
|
+
const urls = [];
|
|
682
|
+
const countUrl = this.getCountUrl();
|
|
683
|
+
|
|
684
|
+
if (countUrl) {
|
|
685
|
+
urls.push(countUrl);
|
|
686
|
+
}
|
|
687
|
+
|
|
670
688
|
let dataUrl = this.getDataUrl();
|
|
671
|
-
|
|
689
|
+
if (this.getProperty("useBatch")) {
|
|
690
|
+
const queryString = `$skip=0&$top=${cardCount}`;
|
|
691
|
+
dataUrl = dataUrl.includes("?") ? `${dataUrl}&${queryString}` : `${dataUrl}?${queryString}`;
|
|
692
|
+
}
|
|
693
|
+
urls.push(dataUrl);
|
|
672
694
|
|
|
673
|
-
return
|
|
695
|
+
return urls;
|
|
674
696
|
}
|
|
675
697
|
|
|
676
698
|
/**
|
|
@@ -730,6 +752,7 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
730
752
|
this._oData.refreshFn = setInterval(() => {
|
|
731
753
|
this._oData.lastRefreshedTime = this._oData.lastRefreshedTime || new Date();
|
|
732
754
|
this._oData.refreshInfo = this._toRelativeDateTime(this._oData.lastRefreshedTime as Date);
|
|
755
|
+
this._oData.fullRefreshInfo = this._toFullRelativeDateTime(this._oData.lastRefreshedTime as Date);
|
|
733
756
|
this._updateRefreshInformation();
|
|
734
757
|
}, Constants.TODOS_REFRESH_INTERVAL);
|
|
735
758
|
}
|
|
@@ -743,6 +766,8 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
743
766
|
const container = this.getParent() as ToDosContainer;
|
|
744
767
|
if (container.getProperty("selectedKey") === this.getProperty("key")) {
|
|
745
768
|
this._refreshBtn.setProperty("text", this._oData.refreshInfo, true);
|
|
769
|
+
this._accRefreshLabel.setProperty("text", this._oData.fullRefreshInfo, true);
|
|
770
|
+
this._refreshBtn.setAggregation("tooltip", this._oData.fullRefreshInfo as ManagedObject, true);
|
|
746
771
|
container._updateContainerHeader(this);
|
|
747
772
|
}
|
|
748
773
|
|
|
@@ -784,6 +809,19 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
784
809
|
return isNaN(Number(inputDate)) ? "" : ToDoPanel.relativeDateFormatter.format(inputDate);
|
|
785
810
|
}
|
|
786
811
|
|
|
812
|
+
/**
|
|
813
|
+
* Formats the given date to a relative date string with full units (e.g., "2 minutes ago").
|
|
814
|
+
* Intended for accessibility use such as screen readers.
|
|
815
|
+
*
|
|
816
|
+
* @private
|
|
817
|
+
* @param {Date} date Date object or date string
|
|
818
|
+
* @returns {string} Fully formatted relative date string
|
|
819
|
+
*/
|
|
820
|
+
private _toFullRelativeDateTime(date: Date): string {
|
|
821
|
+
const inputDate = new Date(date);
|
|
822
|
+
return isNaN(Number(inputDate)) ? "" : ToDoPanel.fullRelativeDateFormatter.format(inputDate);
|
|
823
|
+
}
|
|
824
|
+
|
|
787
825
|
/**
|
|
788
826
|
* Get the text for the "No Data" message.
|
|
789
827
|
*
|
|
@@ -812,7 +850,7 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
812
850
|
const numericD = !isNaN(+d) && +d;
|
|
813
851
|
const numericResponse = !isNaN(+response) && +response;
|
|
814
852
|
|
|
815
|
-
return (results || numericD || numericResponse || value || 0) as Response;
|
|
853
|
+
return (results || numericD || numericResponse || value || response || 0) as Response;
|
|
816
854
|
}
|
|
817
855
|
|
|
818
856
|
/**
|
|
@@ -825,7 +863,10 @@ export default abstract class ToDoPanel extends BasePanel implements IToDoPanel
|
|
|
825
863
|
return Promise.all(
|
|
826
864
|
this.requests.map(async (request: Request) => {
|
|
827
865
|
try {
|
|
828
|
-
const
|
|
866
|
+
const useBatch = this.getProperty("useBatch") as boolean;
|
|
867
|
+
let responses = useBatch
|
|
868
|
+
? await this.batchHelper.createMultipartRequest(request.baseURL, request.requestURLs)
|
|
869
|
+
: await HttpHelper.GetMultipleRequests(request.requestURLs);
|
|
829
870
|
|
|
830
871
|
if (responses.length) {
|
|
831
872
|
const processedResponses = responses.map((response: string | Response) => {
|
|
@@ -14,7 +14,6 @@ declare module "sap/cux/home/ToDosContainer" {
|
|
|
14
14
|
* @since 1.121
|
|
15
15
|
*
|
|
16
16
|
* @internal
|
|
17
|
-
* @experimental Since 1.121
|
|
18
17
|
* @public
|
|
19
18
|
*
|
|
20
19
|
* @alias sap.cux.home.ToDosContainer
|
|
@@ -28,7 +27,6 @@ declare module "sap/cux/home/ToDosContainer" {
|
|
|
28
27
|
apiVersion: number;
|
|
29
28
|
render: (rm: import("sap/ui/core/RenderManager").default, control: BaseContainer) => void;
|
|
30
29
|
renderContent: (rm: import("sap/ui/core/RenderManager").default, control: BaseContainer) => void;
|
|
31
|
-
renderCustomPlaceholder: (rm: import("sap/ui/core/RenderManager").default, control: BaseContainer) => void;
|
|
32
30
|
};
|
|
33
31
|
constructor(id?: string | $BaseContainerSettings);
|
|
34
32
|
constructor(id?: string, settings?: $BaseContainerSettings);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToDosContainer.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/ToDosContainer.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,6BAA6B,CAAC;IAQ7C,OAAO,KAAK,MAAM,mBAAmB,CAAC;IACtC,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;IAGtD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;IACzE,OAAO,aAAa,MAAM,4BAA4B,CAAC;IAMvD
|
|
1
|
+
{"version":3,"file":"ToDosContainer.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/ToDosContainer.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,6BAA6B,CAAC;IAQ7C,OAAO,KAAK,MAAM,mBAAmB,CAAC;IACtC,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;IAGtD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;IACzE,OAAO,aAAa,MAAM,4BAA4B,CAAC;IAMvD;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,aAAa;QACxD,OAAO,CAAC,oBAAoB,CAAW;QACvC,OAAO,CAAC,kBAAkB,CAAc;QAExC,MAAM,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;QACrC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAE,eAAe,CAKvC;QACF,MAAM,CAAC,QAAQ;;;;UAGb;oBAEU,EAAE,CAAC,EAAE,MAAM,GAAG,sBAAsB;oBACpC,EAAE,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,sBAAsB;QAW1D;;;;;WAKG;QACI,IAAI,IAAI,IAAI;QAWnB;;;;;;WAMG;QACU,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;QAuBlC;;;;;;;;WAQG;gBACW,iBAAiB;QAoB/B;;;;;WAKG;QACH,OAAO,CAAC,6BAA6B;QAWrC;;;;;;;WAOG;gBACW,cAAc;QAqB5B;;;;;;;WAOG;kBACa,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC;QAa3D;;;;;;WAMG;QACU,WAAW,IAAI,OAAO,CAAC,IAAI,CAAC;QAMzC;;;;;;WAMG;QACI,cAAc,IAAI,MAAM;QAS/B;;;;;WAKG;QACH,OAAO,CAAC,cAAc;QAItB;;;;;WAKG;QACI,YAAY;QAQnB;;;;WAIG;QACH,SAAS,CAAC,4BAA4B,IAAI,MAAM;KAGhD;CAEA"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
3
|
* * (c) Copyright 2009-2025 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
|
-
sap.ui.define(["sap/base/Log", "sap/ushell/Container", "./BaseContainer", "./
|
|
5
|
+
sap.ui.define(["sap/base/Log", "sap/ushell/Container", "./BaseContainer", "./utils/placeholder/ToDosPlaceholder", "./utils/Device"], function (Log, Container, __BaseContainer, ___utils_placeholder_ToDosPlaceholder, ___utils_Device) {
|
|
6
6
|
"use strict";
|
|
7
7
|
|
|
8
8
|
function _interopRequireDefault(obj) {
|
|
@@ -114,7 +114,7 @@ sap.ui.define(["sap/base/Log", "sap/ushell/Container", "./BaseContainer", "./ToD
|
|
|
114
114
|
_cycle();
|
|
115
115
|
return pact;
|
|
116
116
|
}
|
|
117
|
-
const getTodosPlaceholder =
|
|
117
|
+
const getTodosPlaceholder = ___utils_placeholder_ToDosPlaceholder["getTodosPlaceholder"];
|
|
118
118
|
function _forOf(target, body, check) {
|
|
119
119
|
if (typeof target[_iteratorSymbol] === "function") {
|
|
120
120
|
var iterator = target[_iteratorSymbol](),
|
|
@@ -187,7 +187,6 @@ sap.ui.define(["sap/base/Log", "sap/ushell/Container", "./BaseContainer", "./ToD
|
|
|
187
187
|
* @since 1.121
|
|
188
188
|
*
|
|
189
189
|
* @internal
|
|
190
|
-
* @experimental Since 1.121
|
|
191
190
|
* @public
|
|
192
191
|
*
|
|
193
192
|
* @alias sap.cux.home.ToDosContainer
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToDosContainer.js","names":["sap","ui","define","Log","Container","__BaseContainer","___ToDosContainerGenericPlaceholder","___utils_Device","_interopRequireDefault","obj","__esModule","default","_catch","body","recover","result","e","then","BaseContainer","_iteratorSymbol","Symbol","iterator","_settle","pact","state","value","s","_Pact","v","o","bind","observer","prototype","onFulfilled","onRejected","callback","_this","_isSettledPact","thenable","_forTo","array","check","i","reject","_cycle","length","getTodosPlaceholder","_forOf","target","step","next","done","return","_fixup","TypeError","values","push","DeviceType","ToDosContainer","extend","renderer","apiVersion","metadata","library","properties","fullScreenName","type","group","defaultValue","visibility","constructor","_constructor","id","settings","BaseContainer.prototype.constructor.call","init","_init","BaseContainer.prototype.init.call","setProperty","_i18nBundle","getText","addStyleClass","_isAuthCheckRequired","addCustomSetting","load","_load","_iconTabBarControl","_getInnerControl","_temp2","Promise","resolve","_performAuthCheck","panels","getContent","unsupportedPanels","filter","panel","_getSupported","_temp","_handleToDoUnauthorizedAccess","isOnePanelSupported","toggleStyleClass","_loadAllPanels","error","_this2","getServiceAsync","navigationService","intents","map","getTargetAppUrl","_getAppIntent","isNavigationSupported","_navigationService$is","responses","forEach","index","_setSupported","supported","oError","message","fireEvent","removeContent","setVisible","getParent","resetSections","forceRefresh","_this3","selectedKey","getProperty","sortedPanels","sort","firstPanel","secondPanel","_temp3","_isLoaded","_loadCards","_onPanelSelect","event","_this4","_temp5","selectedPanel","_updateRefreshInformation","BaseContainer.prototype._onPanelSelect.call","_getSelectedPanel","_temp4","refreshData","_refreshData","_this5","_setLoaded","getSelectedKey","_getSelectedKey","_getDefaultKey","adjustLayout","_adjustLayout","toggleActionButtons","getDeviceType","Mobile","getGenericPlaceholderContent","_getGenericPlaceholderContent"],"sources":["ToDosContainer.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 IconTabBar from \"sap/m/IconTabBar\";\nimport Event from \"sap/ui/base/Event\";\nimport { MetadataOptions } from \"sap/ui/core/Element\";\nimport Container from \"sap/ushell/Container\";\nimport Navigation from \"sap/ushell/services/Navigation\";\nimport type { $BaseContainerSettings } from \"./BaseContainer\";\nimport BaseContainer from \"./BaseContainer\";\nimport Layout from \"./Layout\";\nimport ToDoPanel, { Intent } from \"./ToDoPanel\";\nimport { getTodosPlaceholder } from \"./ToDosContainerGenericPlaceholder\";\nimport { DeviceType } from \"./utils/Device\";\n\n/**\n *\n * Container class for managing and storing To-Do cards.\n *\n * @extends BaseContainer\n *\n * @author SAP SE\n * @version 0.0.1\n * @since 1.121\n *\n * @internal\n * @experimental Since 1.121\n * @public\n *\n * @alias sap.cux.home.ToDosContainer\n */\nexport default class ToDosContainer extends BaseContainer {\n\tprivate _isAuthCheckRequired!: boolean;\n\tprivate _iconTabBarControl!: IconTabBar;\n\n\tstatic cardCount: number | undefined;\n\tstatic readonly metadata: MetadataOptions = {\n\t\tlibrary: \"sap.cux.home\",\n\t\tproperties: {\n\t\t\tfullScreenName: { type: \"string\", group: \"Misc\", defaultValue: \"ST1\", visibility: \"hidden\" }\n\t\t}\n\t};\n\tstatic renderer = {\n\t\t...BaseContainer.renderer,\n\t\tapiVersion: 2\n\t};\n\n\tconstructor(id?: string | $BaseContainerSettings);\n\tconstructor(id?: string, settings?: $BaseContainerSettings);\n\t/**\n\t * Constructor for a new To-Dos container.\n\t *\n\t * @param {string} [id] ID for the new control, generated automatically if an ID is not provided\n\t * @param {object} [settings] Initial settings for the new control\n\t */\n\tpublic constructor(id?: string, settings?: object) {\n\t\tsuper(id, settings);\n\t}\n\n\t/**\n\t * Init lifecycle method\n\t *\n\t * @private\n\t * @override\n\t */\n\tpublic init(): void {\n\t\tsuper.init();\n\n\t\t//Update Container Title\n\t\tthis.setProperty(\"title\", this._i18nBundle?.getText(\"toDosTitle\"));\n\t\tthis.addStyleClass(\"sapCuxToDosContainer\");\n\t\tthis._isAuthCheckRequired = true;\n\t\tthis.addCustomSetting(\"title\", this._i18nBundle.getText(\"toDosTitle\") as string);\n\t\tthis.addCustomSetting(\"text\", this._i18nBundle.getText(\"forMeTodayMsg\") as string);\n\t}\n\n\t/**\n\t * Loads the ToDos section.\n\t * Overrides the load method of the BaseContainer.\n\t *\n\t * @private\n\t * @override\n\t */\n\tpublic async load(): Promise<void> {\n\t\tthis._iconTabBarControl = this._getInnerControl() as IconTabBar;\n\n\t\t//initiate loading of all cards after auth check\n\t\ttry {\n\t\t\tawait this._performAuthCheck();\n\n\t\t\tconst panels = (this.getContent() as ToDoPanel[]) || [];\n\t\t\tconst unsupportedPanels = panels.filter((panel) => !panel._getSupported());\n\n\t\t\tif (unsupportedPanels.length === panels.length) {\n\t\t\t\tthis._handleToDoUnauthorizedAccess();\n\t\t\t} else {\n\t\t\t\t// Hide IconTabBar header if only one panel is accessible\n\t\t\t\tconst isOnePanelSupported = panels.length - unsupportedPanels.length === 1;\n\t\t\t\tthis._iconTabBarControl?.toggleStyleClass(\"sapUiITBHide\", isOnePanelSupported);\n\t\t\t\tawait this._loadAllPanels();\n\t\t\t}\n\t\t} catch (error) {\n\t\t\tthis._handleToDoUnauthorizedAccess(error as Error);\n\t\t}\n\t}\n\n\t/**\n\t * Performs an authorization check for the ToDosContainer.\n\t * Checks if the authorization check is required and updates panel support accordingly.\n\t *\n\t * @private\n\t * @async\n\t * @returns {Promise<void>} A Promise that resolves when the authorization check is completed.\n\t * @throws {Error} If an error occurs during the authorization check.\n\t */\n\tprivate async _performAuthCheck(): Promise<void> {\n\t\ttry {\n\t\t\tif (!this._isAuthCheckRequired) {\n\t\t\t\treturn Promise.resolve();\n\t\t\t} else {\n\t\t\t\tconst navigationService = await Container.getServiceAsync<Navigation>(\"Navigation\");\n\t\t\t\tconst panels = (this.getContent() as ToDoPanel[]) || [];\n\t\t\t\tconst intents = panels.map((panel) => (panel.getTargetAppUrl() ? panel._getAppIntent() : \"#\")) as Intent[];\n\t\t\t\tconst responses = (await navigationService.isNavigationSupported(intents)) as { supported: boolean }[];\n\n\t\t\t\t//Update panel support information\n\t\t\t\tpanels.forEach((panel, index) => panel._setSupported(responses[index].supported));\n\t\t\t\tthis._isAuthCheckRequired = false;\n\t\t\t\treturn Promise.resolve();\n\t\t\t}\n\t\t} catch (oError) {\n\t\t\treturn Promise.reject(oError as Error);\n\t\t}\n\t}\n\n\t/**\n\t * Handles unauthorized access to the ToDosContainer by hiding all inner controls\n\t *\n\t * @private\n\t * @param {Error} error - An optional custom error message or an Error object.\n\t */\n\tprivate _handleToDoUnauthorizedAccess(error?: Error): void {\n\t\t//Remove all Inner Controls\n\t\tLog.error(error?.message || \"User has no access to any available panels\");\n\t\t(this.getContent() as ToDoPanel[])?.forEach((panel) => {\n\t\t\tpanel.fireEvent(\"loaded\");\n\t\t\tthis.removeContent(panel);\n\t\t});\n\t\tthis.setVisible(false);\n\t\t(this.getParent() as Layout)?.resetSections?.();\n\t}\n\n\t/**\n\t * Asynchronously loads all panels, ensuring the currently selected panel is loaded first.\n\t *\n\t * @private\n\t * @async\n\t * @param {boolean} forceRefresh - force refresh cards\n\t * @returns {Promise<void>} A promise that resolves when all panels are loaded.\n\t */\n\tprivate async _loadAllPanels(forceRefresh?: boolean): Promise<void> {\n\t\t//Sort panels so that the current panel is always loaded first\n\t\tconst selectedKey = this.getProperty(\"selectedKey\") as string;\n\t\tconst panels = (this.getContent() as ToDoPanel[]) || [];\n\t\tconst sortedPanels = [...panels].sort((firstPanel, secondPanel) => {\n\t\t\tif (firstPanel.getProperty(\"key\") === selectedKey) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif (secondPanel.getProperty(\"key\") === selectedKey) {\n\t\t\t\treturn 1;\n\t\t\t}\n\t\t\treturn 0;\n\t\t});\n\n\t\tfor (const panel of sortedPanels) {\n\t\t\tif (!panel._isLoaded?.()) {\n\t\t\t\tawait panel._loadCards(forceRefresh);\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Overridden method for selection of panel in the IconTabBar.\n\t * Loads the selected panel and updates the header elements as well\n\t *\n\t * @private\n\t * @async\n\t * @override\n\t */\n\tprotected async _onPanelSelect(event: Event): Promise<void> {\n\t\tsuper._onPanelSelect(event);\n\n\t\t//load panel if not loaded already\n\t\tconst selectedPanel = this._getSelectedPanel() as ToDoPanel;\n\t\tif (!selectedPanel._isLoaded()) {\n\t\t\tawait selectedPanel._loadCards(true);\n\t\t}\n\n\t\t//updates refresh information of the selected panel\n\t\tselectedPanel._updateRefreshInformation();\n\t}\n\n\t/**\n\t * Asynchronously refreshes the section by forcing all inner panels to be reloaded.\n\t *\n\t * @public\n\t * @async\n\t * @returns {Promise<void>} A promise that resolves when the section is successfully refreshed.\n\t */\n\tpublic async refreshData(): Promise<void> {\n\t\t//Force all inner panels to be reloaded\n\t\t(this.getContent() as ToDoPanel[])?.forEach((panel) => panel._setLoaded(false));\n\t\treturn await this._loadAllPanels(true);\n\t}\n\n\t/**\n\t * Gets the selected key of the To-Dos container.\n\t * If no selected key is set, it defaults to the first item.\n\t *\n\t * @public\n\t * @returns {string} The selected key.\n\t */\n\tpublic getSelectedKey(): string {\n\t\t//Default selected key to first item, if null\n\t\tif (!this.getProperty(\"selectedKey\")) {\n\t\t\tthis.setProperty(\"selectedKey\", this._getDefaultKey());\n\t\t}\n\n\t\treturn this.getProperty(\"selectedKey\") as string;\n\t}\n\n\t/**\n\t * Gets the default key for the ToDosContainer by returning the key of the first panel\n\t *\n\t * @private\n\t * @returns {string} The default key if it exists, or null if there are no panels\n\t */\n\tprivate _getDefaultKey(): string {\n\t\treturn this.getContent()?.[0]?.getProperty(\"key\") as string;\n\t}\n\n\t/**\n\t * Adjusts the layout of the all panels in the container.\n\t *\n\t * @private\n\t * @override\n\t */\n\tpublic adjustLayout() {\n\t\t//hide actions if the device is a phone\n\t\tthis.toggleActionButtons(this.getDeviceType() !== DeviceType.Mobile);\n\n\t\t//adjust layout of all panels\n\t\t(this.getContent() as ToDoPanel[])?.forEach((panel) => panel._adjustLayout());\n\t}\n\n\t/**\n\t * Retrieves the generic placeholder content for the Todos container.\n\t *\n\t * @returns {string} The HTML string representing the Todos container's placeholder content.\n\t */\n\tprotected getGenericPlaceholderContent(): string {\n\t\treturn getTodosPlaceholder();\n\t}\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AAHAA,GAAA,CAAAC,EAAA,CAAAC,MAAA,gIAAAC,GAAA,EAAAC,SAAA,EAAAC,eAAA,EAAAC,mCAAA,EAAAC,eAAA;EAAA;;EAAA,SAAAC,uBAAAC,GAAA;IAAA,OAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,CAAAE,OAAA,mBAAAF,GAAA,CAAAE,OAAA,GAAAF,GAAA;EAAA;EAkjBO,SAAAG,OAAgBC,IAAI,EAAEC,OAAO,EAAE;IACrC,IAAI;MACH,IAAIC,MAAM,GAAGF,IAAI,CAAC,CAAC;IACpB,CAAC,CAAC,OAAMG,CAAC,EAAE;MACV,OAAOF,OAAO,CAACE,CAAC,CAAC;IAClB;IACA,IAAID,MAAM,IAAIA,MAAM,CAACE,IAAI,EAAE;MAC1B,OAAOF,MAAM,CAACE,IAAI,CAAC,KAAK,CAAC,EAAEH,OAAO,CAAC;IACpC;IACA,OAAOC,MAAM;EACd;EAAC,MAhjBMG,aAAa,GAAAV,sBAAA,CAAAH,eAAA;EAAA,MAwJPc,eAAA,GAAkB,aAAc,OAAOC,MAAM,KAAK,WAAW,GAAIA,MAAM,CAACC,QAAQ,KAAKD,MAAM,CAACC,QAAQ,GAAGD,MAAM,CAAC,iBAAiB,CAAC,CAAC,GAAI,YAAY;EA7HvJ,SAASE,OAAOA,CAACC,IAAI,EAAEC,KAAK,EAAEC,KAAK,EAAE;IAC3C,IAAI,CAACF,IAAI,CAACG,CAAC,EAAE;MACZ,IAAID,KAAK,YAAYE,KAAK,EAAE;QAC3B,IAAIF,KAAK,CAACC,CAAC,EAAE;UACZ,IAAIF,KAAK,GAAG,CAAC,EAAE;YACdA,KAAK,GAAGC,KAAK,CAACC,CAAC;UAChB;UACAD,KAAK,GAAGA,KAAK,CAACG,CAAC;QAChB,CAAC,MAAM;UACNH,KAAK,CAACI,CAAC,GAAGP,OAAO,CAACQ,IAAI,CAAC,IAAI,EAAEP,IAAI,EAAEC,KAAK,CAAC;UACzC;QACD;MACD;MACA,IAAIC,KAAK,IAAIA,KAAK,CAACR,IAAI,EAAE;QACxBQ,KAAK,CAACR,IAAI,CAACK,OAAO,CAACQ,IAAI,CAAC,IAAI,EAAEP,IAAI,EAAEC,KAAK,CAAC,EAAEF,OAAO,CAACQ,IAAI,CAAC,IAAI,EAAEP,IAAI,EAAE,CAAC,CAAC,CAAC;QACxE;MACD;MACAA,IAAI,CAACG,CAAC,GAAGF,KAAK;MACdD,IAAI,CAACK,CAAC,GAAGH,KAAK;MACd,MAAMM,QAAQ,GAAGR,IAAI,CAACM,CAAC;MACvB,IAAIE,QAAQ,EAAE;QACbA,QAAQ,CAACR,IAAI,CAAC;MACf;IACD;EACD;EAAC,MA9DYI,KAAA,GAAQ,aAAc,YAAW;IAC7C,SAAAA,MAAA,EAAiB,CAAC;IAClBA,KAAA,CAAMK,SAAS,CAACf,IAAI,GAAG,UAASgB,WAAW,EAAEC,UAAU,EAAE;MACxD,MAAMnB,MAAM,GAAG,IAAAY,KAAA,CAAU,CAAC;MAC1B,MAAMH,KAAK,GAAG,IAAI,CAACE,CAAC;MACpB,IAAIF,KAAK,EAAE;QACV,MAAMW,QAAQ,GAAGX,KAAK,GAAG,CAAC,GAAGS,WAAW,GAAGC,UAAU;QACrD,IAAIC,QAAQ,EAAE;UACb,IAAI;YACHb,OAAA,CAAQP,MAAM,EAAE,CAAC,EAAEoB,QAAQ,CAAC,IAAI,CAACP,CAAC,CAAC,CAAC;UACrC,CAAC,CAAC,OAAOZ,CAAC,EAAE;YACXM,OAAA,CAAQP,MAAM,EAAE,CAAC,EAAEC,CAAC,CAAC;UACtB;UACA,OAAOD,MAAM;QACd,CAAC,MAAM;UACN,OAAO,IAAI;QACZ;MACD;MACA,IAAI,CAACc,CAAC,GAAG,UAASO,KAAK,EAAE;QACxB,IAAI;UACH,MAAMX,KAAK,GAAGW,KAAK,CAACR,CAAC;UACrB,IAAIQ,KAAK,CAACV,CAAC,GAAG,CAAC,EAAE;YAChBJ,OAAA,CAAQP,MAAM,EAAE,CAAC,EAAEkB,WAAW,GAAGA,WAAW,CAACR,KAAK,CAAC,GAAGA,KAAK,CAAC;UAC7D,CAAC,MAAM,IAAIS,UAAU,EAAE;YACtBZ,OAAA,CAAQP,MAAM,EAAE,CAAC,EAAEmB,UAAU,CAACT,KAAK,CAAC,CAAC;UACtC,CAAC,MAAM;YACNH,OAAA,CAAQP,MAAM,EAAE,CAAC,EAAEU,KAAK,CAAC;UAC1B;QACD,CAAC,CAAC,OAAOT,CAAC,EAAE;UACXM,OAAA,CAAQP,MAAM,EAAE,CAAC,EAAEC,CAAC,CAAC;QACtB;MACD,CAAC;MACD,OAAOD,MAAM;IACd,CAAC;IACD,OAAAY,KAAA;EACD,CAAC,CAAE,CAAC;EA6BG,SAASU,cAAcA,CAACC,QAAQ,EAAE;IACxC,OAAOA,QAAQ,YAAYX,KAAK,IAAIW,QAAQ,CAACZ,CAAC,GAAG,CAAC;EACnD;EA+CO,SAASa,MAAMA,CAACC,KAAK,EAAE3B,IAAI,EAAE4B,KAAK,EAAE;IAC1C,IAAIC,CAAC,GAAG,CAAC,CAAC;MAAEnB,IAAI;MAAEoB,MAAM;IACxB,SAASC,MAAMA,CAAC7B,MAAM,EAAE;MACvB,IAAI;QACH,OAAO,EAAE2B,CAAC,GAAGF,KAAK,CAACK,MAAM,KAAK,CAACJ,KAAK,IAAI,CAACA,KAAK,CAAC,CAAC,CAAC,EAAE;UAClD1B,MAAM,GAAGF,IAAI,CAAC6B,CAAC,CAAC;UAChB,IAAI3B,MAAM,IAAIA,MAAM,CAACE,IAAI,EAAE;YAC1B,IAAIoB,cAAc,CAACtB,MAAM,CAAC,EAAE;cAC3BA,MAAM,GAAGA,MAAM,CAACa,CAAC;YAClB,CAAC,MAAM;cACNb,MAAM,CAACE,IAAI,CAAC2B,MAAM,EAAED,MAAM,KAAKA,MAAM,GAAGrB,OAAO,CAACQ,IAAI,CAAC,IAAI,EAAEP,IAAI,GAAG,IAAII,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;cACnF;YACD;UACD;QACD;QACA,IAAIJ,IAAI,EAAE;UACTD,OAAO,CAACC,IAAI,EAAE,CAAC,EAAER,MAAM,CAAC;QACzB,CAAC,MAAM;UACNQ,IAAI,GAAGR,MAAM;QACd;MACD,CAAC,CAAC,OAAOC,CAAC,EAAE;QACXM,OAAO,CAACC,IAAI,KAAKA,IAAI,GAAG,IAAII,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAEX,CAAC,CAAC;MAC5C;IACD;IACA4B,MAAM,CAAC,CAAC;IACR,OAAOrB,IAAI;EACZ;EAAC,MA7HQuB,mBAAmB,GAAAxC,mCAAA;EAyJrB,SAASyC,MAAMA,CAACC,MAAM,EAAEnC,IAAI,EAAE4B,KAAK,EAAE;IAC3C,IAAI,OAAOO,MAAM,CAAC7B,eAAe,CAAC,KAAK,UAAU,EAAE;MAClD,IAAIE,QAAQ,GAAG2B,MAAM,CAAC7B,eAAe,CAAC,CAAC,CAAC;QAAE8B,IAAI;QAAE1B,IAAI;QAAEoB,MAAM;MAC5D,SAASC,MAAMA,CAAC7B,MAAM,EAAE;QACvB,IAAI;UACH,OAAO,CAAC,CAACkC,IAAI,GAAG5B,QAAQ,CAAC6B,IAAI,CAAC,CAAC,EAAEC,IAAI,KAAK,CAACV,KAAK,IAAI,CAACA,KAAK,CAAC,CAAC,CAAC,EAAE;YAC9D1B,MAAM,GAAGF,IAAI,CAACoC,IAAI,CAACxB,KAAK,CAAC;YACzB,IAAIV,MAAM,IAAIA,MAAM,CAACE,IAAI,EAAE;cAC1B,IAAIoB,cAAc,CAACtB,MAAM,CAAC,EAAE;gBAC3BA,MAAM,GAAGA,MAAM,CAACa,CAAC;cAClB,CAAC,MAAM;gBACNb,MAAM,CAACE,IAAI,CAAC2B,MAAM,EAAED,MAAM,KAAKA,MAAM,GAAGrB,OAAO,CAACQ,IAAI,CAAC,IAAI,EAAEP,IAAI,GAAG,IAAII,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;gBACnF;cACD;YACD;UACD;UACA,IAAIJ,IAAI,EAAE;YACTD,OAAO,CAACC,IAAI,EAAE,CAAC,EAAER,MAAM,CAAC;UACzB,CAAC,MAAM;YACNQ,IAAI,GAAGR,MAAM;UACd;QACD,CAAC,CAAC,OAAOC,CAAC,EAAE;UACXM,OAAO,CAACC,IAAI,KAAKA,IAAI,GAAG,IAAII,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAEX,CAAC,CAAC;QAC5C;MACD;MACA4B,MAAM,CAAC,CAAC;MACR,IAAIvB,QAAQ,CAAC+B,MAAM,EAAE;QACpB,IAAIC,MAAM,GAAG,SAAAA,CAAS5B,KAAK,EAAE;UAC5B,IAAI;YACH,IAAI,CAACwB,IAAI,CAACE,IAAI,EAAE;cACf9B,QAAQ,CAAC+B,MAAM,CAAC,CAAC;YAClB;UACD,CAAC,CAAC,OAAMpC,CAAC,EAAE,CACX;UACA,OAAOS,KAAK;QACb,CAAC;QACD,IAAIF,IAAI,IAAIA,IAAI,CAACN,IAAI,EAAE;UACtB,OAAOM,IAAI,CAACN,IAAI,CAACoC,MAAM,EAAE,UAASrC,CAAC,EAAE;YACpC,MAAMqC,MAAM,CAACrC,CAAC,CAAC;UAChB,CAAC,CAAC;QACH;QACAqC,MAAM,CAAC,CAAC;MACT;MACA,OAAO9B,IAAI;IACZ;IACA;IACA,IAAI,EAAE,QAAQ,IAAIyB,MAAM,CAAC,EAAE;MAC1B,MAAM,IAAIM,SAAS,CAAC,wBAAwB,CAAC;IAC9C;IACA;IACA,IAAIC,MAAM,GAAG,EAAE;IACf,KAAK,IAAIb,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGM,MAAM,CAACH,MAAM,EAAEH,CAAC,EAAE,EAAE;MACvCa,MAAM,CAACC,IAAI,CAACR,MAAM,CAACN,CAAC,CAAC,CAAC;IACvB;IACA,OAAOH,MAAM,CAACgB,MAAM,EAAE,UAASb,CAAC,EAAE;MAAE,OAAO7B,IAAI,CAAC0C,MAAM,CAACb,CAAC,CAAC,CAAC;IAAE,CAAC,EAAED,KAAK,CAAC;EACtE;EAAC,MA/MQgB,UAAU,GAAAlD,eAAA;EAEnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EAfA,MAgBqBmD,cAAc,GAASxC,aAAa,CAAAyC,MAAA;IAWjDC,QAAQ,EAAG;MACjB,GAAG1C,aAAa,CAAC0C,QAAQ;MACzBC,UAAU,EAAE;IACb,CAAC;IATeC,QAAQ,EAAoB;MAC3CC,OAAO,EAAE,cAAc;MACvBC,UAAU,EAAE;QACXC,cAAc,EAAE;UAAEC,IAAI,EAAE,QAAQ;UAAEC,KAAK,EAAE,MAAM;UAAEC,YAAY,EAAE,KAAK;UAAEC,UAAU,EAAE;QAAS;MAC5F;IACD,CAAC;IAQD;AACD;AACA;AACA;AACA;AACA;IACQC,WAAW,WAAAC,aAACC,EAAW,EAAEC,QAAiB,EAAE;MAClDC,wCAAA,OAAMF,EAAE,EAAEC,QAAQ;IACnB,CAAC;IAED;AACD;AACA;AACA;AACA;AACA;IACQE,IAAI,WAAAC,MAAA,EAAS;MACnBC,iCAAA;;MAEA;MACA,IAAI,CAACC,WAAW,CAAC,OAAO,EAAE,IAAI,CAACC,WAAW,EAAEC,OAAO,CAAC,YAAY,CAAC,CAAC;MAClE,IAAI,CAACC,aAAa,CAAC,sBAAsB,CAAC;MAC1C,IAAI,CAACC,oBAAoB,GAAG,IAAI;MAChC,IAAI,CAACC,gBAAgB,CAAC,OAAO,EAAE,IAAI,CAACJ,WAAW,CAACC,OAAO,CAAC,YAAY,CAAW,CAAC;MAChF,IAAI,CAACG,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAACJ,WAAW,CAACC,OAAO,CAAC,eAAe,CAAW,CAAC;IACnF,CAAC;IAED;AACD;AACA;AACA;AACA;AACA;AACA;IACcI,IAAI,WAAAC,MAAA;MAAA,IAAkB;QAAA,MAAAjD,KAAA,GAClC,IAAI;QAAJA,KAAA,CAAKkD,kBAAkB,GAAGlD,KAAA,CAAKmD,gBAAgB,CAAC,CAAe;;QAE/D;QAAA,MAAAC,MAAA,GAAA5E,MAAA,aACI;UAAA,OAAA6E,OAAA,CAAAC,OAAA,CACGtD,KAAA,CAAKuD,iBAAiB,CAAC,CAAC,EAAA1E,IAAA;YAE9B,MAAM2E,MAAM,GAAIxD,KAAA,CAAKyD,UAAU,CAAC,CAAC,IAAoB,EAAE;YACvD,MAAMC,iBAAiB,GAAGF,MAAM,CAACG,MAAM,CAAEC,KAAK,IAAK,CAACA,KAAK,CAACC,aAAa,CAAC,CAAC,CAAC;YAAC,MAAAC,KAAA;cAAA,IAEvEJ,iBAAiB,CAACjD,MAAM,KAAK+C,MAAM,CAAC/C,MAAM;gBAC7CT,KAAA,CAAK+D,6BAA6B,CAAC,CAAC;cAAC;gBAErC;gBACA,MAAMC,mBAAmB,GAAGR,MAAM,CAAC/C,MAAM,GAAGiD,iBAAiB,CAACjD,MAAM,KAAK,CAAC;gBAC1ET,KAAA,CAAKkD,kBAAkB,EAAEe,gBAAgB,CAAC,cAAc,EAAED,mBAAmB,CAAC;gBAAC,OAAAX,OAAA,CAAAC,OAAA,CACzEtD,KAAA,CAAKkE,cAAc,CAAC,CAAC,EAAArF,IAAA;cAAA;YAAA;YAAA,IAAAiF,KAAA,IAAAA,KAAA,CAAAjF,IAAA,SAAAiF,KAAA,CAAAjF,IAAA;UAAA;QAE7B,CAAC,YAAQsF,KAAK,EAAE;UACfnE,KAAA,CAAK+D,6BAA6B,CAACI,KAAc,CAAC;QACnD,CAAC;QAAA,OAAAd,OAAA,CAAAC,OAAA,CAAAF,MAAA,IAAAA,MAAA,CAAAvE,IAAA,GAAAuE,MAAA,CAAAvE,IAAA;MACF,CAAC,QAAAD,CAAA;QAAA,OAAAyE,OAAA,CAAA9C,MAAA,CAAA3B,CAAA;MAAA;IAAA;IAED;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;IACe2E,iBAAiB,WAAAA,kBAAA;MAAA,IAAkB;QAAA,MAAAa,MAAA,GAE1C,IAAI;QAAA,OAAAf,OAAA,CAAAC,OAAA,CAAA9E,MAAA,aADN;UAAA,IACC,CAAC4F,MAAA,CAAKtB,oBAAoB;YAC7B,OAAOO,OAAO,CAACC,OAAO,CAAC,CAAC;UAAC;YAAA,OAAAD,OAAA,CAAAC,OAAA,CAEOtF,SAAS,CAACqG,eAAe,CAAa,YAAY,CAAC,EAAAxF,IAAA,WAA7EyF,iBAAiB;cACvB,MAAMd,MAAM,GAAIY,MAAA,CAAKX,UAAU,CAAC,CAAC,IAAoB,EAAE;cACvD,MAAMc,OAAO,GAAGf,MAAM,CAACgB,GAAG,CAAEZ,KAAK,IAAMA,KAAK,CAACa,eAAe,CAAC,CAAC,GAAGb,KAAK,CAACc,aAAa,CAAC,CAAC,GAAG,GAAI,CAAa;cAAC,OAAArB,OAAA,CAAAC,OAAA,CAClFgB,iBAAiB,CAACK,qBAAqB,CAACJ,OAAO,CAAC,EAAA1F,IAAA,WAAA+F,qBAAA;gBAAzE,MAAMC,SAAS,GAAAD,qBAAuF;gBAEtG;gBACApB,MAAM,CAACsB,OAAO,CAAC,CAAClB,KAAK,EAAEmB,KAAK,KAAKnB,KAAK,CAACoB,aAAa,CAACH,SAAS,CAACE,KAAK,CAAC,CAACE,SAAS,CAAC,CAAC;gBACjFb,MAAA,CAAKtB,oBAAoB,GAAG,KAAK;gBACjC,OAAOO,OAAO,CAACC,OAAO,CAAC,CAAC;cAAC;YAAA;UAAA;QAE3B,CAAC,YAAQ4B,MAAM,EAAE;UAChB,OAAO7B,OAAO,CAAC9C,MAAM,CAAC2E,MAAe,CAAC;QACvC,CAAC;MACF,CAAC,QAAAtG,CAAA;QAAA,OAAAyE,OAAA,CAAA9C,MAAA,CAAA3B,CAAA;MAAA;IAAA;IAED;AACD;AACA;AACA;AACA;AACA;IACSmF,6BAA6B,WAAAA,8BAACI,KAAa,EAAQ;MAC1D;MACApG,GAAG,CAACoG,KAAK,CAACA,KAAK,EAAEgB,OAAO,IAAI,4CAA4C,CAAC;MACxE,IAAI,CAAC1B,UAAU,CAAC,CAAC,EAAkBqB,OAAO,CAAElB,KAAK,IAAK;QACtDA,KAAK,CAACwB,SAAS,CAAC,QAAQ,CAAC;QACzB,IAAI,CAACC,aAAa,CAACzB,KAAK,CAAC;MAC1B,CAAC,CAAC;MACF,IAAI,CAAC0B,UAAU,CAAC,KAAK,CAAC;MACrB,IAAI,CAACC,SAAS,CAAC,CAAC,EAAaC,aAAa,GAAG,CAAC;IAChD,CAAC;IAED;AACD;AACA;AACA;AACA;AACA;AACA;AACA;IACetB,cAAc,WAAAA,eAACuB,YAAsB;MAAA,IAAiB;QAAA,MAAAC,MAAA,GAE/C,IAAI;QADxB;QACA,MAAMC,WAAW,GAAGD,MAAA,CAAKE,WAAW,CAAC,aAAa,CAAW;QAC7D,MAAMpC,MAAM,GAAIkC,MAAA,CAAKjC,UAAU,CAAC,CAAC,IAAoB,EAAE;QACvD,MAAMoC,YAAY,GAAG,CAAC,GAAGrC,MAAM,CAAC,CAACsC,IAAI,CAAC,CAACC,UAAU,EAAEC,WAAW,KAAK;UAClE,IAAID,UAAU,CAACH,WAAW,CAAC,KAAK,CAAC,KAAKD,WAAW,EAAE;YAClD,OAAO,CAAC,CAAC;UACV;UACA,IAAIK,WAAW,CAACJ,WAAW,CAAC,KAAK,CAAC,KAAKD,WAAW,EAAE;YACnD,OAAO,CAAC;UACT;UACA,OAAO,CAAC;QACT,CAAC,CAAC;QAAC,OAAAtC,OAAA,CAAAC,OAAA,CAAA3C,MAAA,CAEiBkF,YAAY,YAArBjC,KAAK,EAAkB;UAAA,MAAAqC,MAAA;YAAA,IAC7B,CAACrC,KAAK,CAACsC,SAAS,GAAG,CAAC;cAAA,OAAA7C,OAAA,CAAAC,OAAA,CACjBM,KAAK,CAACuC,UAAU,CAACV,YAAY,CAAC,EAAA5G,IAAA;YAAA;UAAA;UAAA,IAAAoH,MAAA,IAAAA,MAAA,CAAApH,IAAA,SAAAoH,MAAA,CAAApH,IAAA;QAEtC,CAAC;MACF,CAAC,QAAAD,CAAA;QAAA,OAAAyE,OAAA,CAAA9C,MAAA,CAAA3B,CAAA;MAAA;IAAA;IAED;AACD;AACA;AACA;AACA;AACA;AACA;AACA;IACiBwH,cAAc,WAAAA,eAACC,KAAY;MAAA,IAAiB;QAAA,MAAAC,MAAA;QAAA,SAAAC,OAAA;UAS3D;UACAC,aAAa,CAACC,yBAAyB,CAAC,CAAC;QAAC;QAT1CC,2CAAA,CAAAJ,MAAA,EAAqBD,KAAK;;QAE1B;QACA,MAAMG,aAAa,GAAGF,MAAA,CAAKK,iBAAiB,CAAC,CAAc;QAAC,MAAAC,MAAA;UAAA,IACxD,CAACJ,aAAa,CAACN,SAAS,CAAC,CAAC;YAAA,OAAA7C,OAAA,CAAAC,OAAA,CACvBkD,aAAa,CAACL,UAAU,CAAC,IAAI,CAAC,EAAAtH,IAAA;UAAA;QAAA;QAAA,OAAAwE,OAAA,CAAAC,OAAA,CAAAsD,MAAA,IAAAA,MAAA,CAAA/H,IAAA,GAAA+H,MAAA,CAAA/H,IAAA,CAAA0H,MAAA,IAAAA,MAAA,CAAAK,MAAA;MAKtC,CAAC,QAAAhI,CAAA;QAAA,OAAAyE,OAAA,CAAA9C,MAAA,CAAA3B,CAAA;MAAA;IAAA;IAED;AACD;AACA;AACA;AACA;AACA;AACA;IACciI,WAAW,WAAAC,aAAA;MAAA,IAAkB;QAAA,MAAAC,MAAA,GAExC,IAAI;QADL;QACCA,MAAA,CAAKtD,UAAU,CAAC,CAAC,EAAkBqB,OAAO,CAAElB,KAAK,IAAKA,KAAK,CAACoD,UAAU,CAAC,KAAK,CAAC,CAAC;QAAC,OAAA3D,OAAA,CAAAC,OAAA,CACnEyD,MAAA,CAAK7C,cAAc,CAAC,IAAI,CAAC;MACvC,CAAC,QAAAtF,CAAA;QAAA,OAAAyE,OAAA,CAAA9C,MAAA,CAAA3B,CAAA;MAAA;IAAA;IAED;AACD;AACA;AACA;AACA;AACA;AACA;IACQqI,cAAc,WAAAC,gBAAA,EAAW;MAC/B;MACA,IAAI,CAAC,IAAI,CAACtB,WAAW,CAAC,aAAa,CAAC,EAAE;QACrC,IAAI,CAAClD,WAAW,CAAC,aAAa,EAAE,IAAI,CAACyE,cAAc,CAAC,CAAC,CAAC;MACvD;MAEA,OAAO,IAAI,CAACvB,WAAW,CAAC,aAAa,CAAC;IACvC,CAAC;IAED;AACD;AACA;AACA;AACA;AACA;IACSuB,cAAc,WAAAA,eAAA,EAAW;MAChC,OAAO,IAAI,CAAC1D,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,EAAEmC,WAAW,CAAC,KAAK,CAAC;IAClD,CAAC;IAED;AACD;AACA;AACA;AACA;AACA;IACQwB,YAAY,WAAAC,cAAA,EAAG;MACrB;MACA,IAAI,CAACC,mBAAmB,CAAC,IAAI,CAACC,aAAa,CAAC,CAAC,KAAKlG,UAAU,CAACmG,MAAM,CAAC;;MAEpE;MACC,IAAI,CAAC/D,UAAU,CAAC,CAAC,EAAkBqB,OAAO,CAAElB,KAAK,IAAKA,KAAK,CAACyD,aAAa,CAAC,CAAC,CAAC;IAC9E,CAAC;IAED;AACD;AACA;AACA;AACA;IACWI,4BAA4B,WAAAC,8BAAA,EAAW;MAChD,OAAOhH,mBAAmB,CAAC,CAAC;IAC7B;EAAC;EAAA,OAvOmBY,cAAc;AAAA","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"ToDosContainer.js","names":["sap","ui","define","Log","Container","__BaseContainer","___utils_placeholder_ToDosPlaceholder","___utils_Device","_interopRequireDefault","obj","__esModule","default","_catch","body","recover","result","e","then","BaseContainer","_iteratorSymbol","Symbol","iterator","_settle","pact","state","value","s","_Pact","v","o","bind","observer","prototype","onFulfilled","onRejected","callback","_this","_isSettledPact","thenable","_forTo","array","check","i","reject","_cycle","length","getTodosPlaceholder","_forOf","target","step","next","done","return","_fixup","TypeError","values","push","DeviceType","ToDosContainer","extend","renderer","apiVersion","metadata","library","properties","fullScreenName","type","group","defaultValue","visibility","constructor","_constructor","id","settings","BaseContainer.prototype.constructor.call","init","_init","BaseContainer.prototype.init.call","setProperty","_i18nBundle","getText","addStyleClass","_isAuthCheckRequired","addCustomSetting","load","_load","_iconTabBarControl","_getInnerControl","_temp2","Promise","resolve","_performAuthCheck","panels","getContent","unsupportedPanels","filter","panel","_getSupported","_temp","_handleToDoUnauthorizedAccess","isOnePanelSupported","toggleStyleClass","_loadAllPanels","error","_this2","getServiceAsync","navigationService","intents","map","getTargetAppUrl","_getAppIntent","isNavigationSupported","_navigationService$is","responses","forEach","index","_setSupported","supported","oError","message","fireEvent","removeContent","setVisible","getParent","resetSections","forceRefresh","_this3","selectedKey","getProperty","sortedPanels","sort","firstPanel","secondPanel","_temp3","_isLoaded","_loadCards","_onPanelSelect","event","_this4","_temp5","selectedPanel","_updateRefreshInformation","BaseContainer.prototype._onPanelSelect.call","_getSelectedPanel","_temp4","refreshData","_refreshData","_this5","_setLoaded","getSelectedKey","_getSelectedKey","_getDefaultKey","adjustLayout","_adjustLayout","toggleActionButtons","getDeviceType","Mobile","getGenericPlaceholderContent","_getGenericPlaceholderContent"],"sources":["ToDosContainer.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 IconTabBar from \"sap/m/IconTabBar\";\nimport Event from \"sap/ui/base/Event\";\nimport { MetadataOptions } from \"sap/ui/core/Element\";\nimport Container from \"sap/ushell/Container\";\nimport Navigation from \"sap/ushell/services/Navigation\";\nimport type { $BaseContainerSettings } from \"./BaseContainer\";\nimport BaseContainer from \"./BaseContainer\";\nimport Layout from \"./Layout\";\nimport ToDoPanel, { Intent } from \"./ToDoPanel\";\nimport { getTodosPlaceholder } from \"./utils/placeholder/ToDosPlaceholder\";\nimport { DeviceType } from \"./utils/Device\";\n\n/**\n *\n * Container class for managing and storing To-Do cards.\n *\n * @extends BaseContainer\n *\n * @author SAP SE\n * @version 0.0.1\n * @since 1.121\n *\n * @internal\n * @public\n *\n * @alias sap.cux.home.ToDosContainer\n */\nexport default class ToDosContainer extends BaseContainer {\n\tprivate _isAuthCheckRequired!: boolean;\n\tprivate _iconTabBarControl!: IconTabBar;\n\n\tstatic cardCount: number | undefined;\n\tstatic readonly metadata: MetadataOptions = {\n\t\tlibrary: \"sap.cux.home\",\n\t\tproperties: {\n\t\t\tfullScreenName: { type: \"string\", group: \"Misc\", defaultValue: \"ST1\", visibility: \"hidden\" }\n\t\t}\n\t};\n\tstatic renderer = {\n\t\t...BaseContainer.renderer,\n\t\tapiVersion: 2\n\t};\n\n\tconstructor(id?: string | $BaseContainerSettings);\n\tconstructor(id?: string, settings?: $BaseContainerSettings);\n\t/**\n\t * Constructor for a new To-Dos container.\n\t *\n\t * @param {string} [id] ID for the new control, generated automatically if an ID is not provided\n\t * @param {object} [settings] Initial settings for the new control\n\t */\n\tpublic constructor(id?: string, settings?: object) {\n\t\tsuper(id, settings);\n\t}\n\n\t/**\n\t * Init lifecycle method\n\t *\n\t * @private\n\t * @override\n\t */\n\tpublic init(): void {\n\t\tsuper.init();\n\n\t\t//Update Container Title\n\t\tthis.setProperty(\"title\", this._i18nBundle?.getText(\"toDosTitle\"));\n\t\tthis.addStyleClass(\"sapCuxToDosContainer\");\n\t\tthis._isAuthCheckRequired = true;\n\t\tthis.addCustomSetting(\"title\", this._i18nBundle.getText(\"toDosTitle\") as string);\n\t\tthis.addCustomSetting(\"text\", this._i18nBundle.getText(\"forMeTodayMsg\") as string);\n\t}\n\n\t/**\n\t * Loads the ToDos section.\n\t * Overrides the load method of the BaseContainer.\n\t *\n\t * @private\n\t * @override\n\t */\n\tpublic async load(): Promise<void> {\n\t\tthis._iconTabBarControl = this._getInnerControl() as IconTabBar;\n\n\t\t//initiate loading of all cards after auth check\n\t\ttry {\n\t\t\tawait this._performAuthCheck();\n\n\t\t\tconst panels = (this.getContent() as ToDoPanel[]) || [];\n\t\t\tconst unsupportedPanels = panels.filter((panel) => !panel._getSupported());\n\n\t\t\tif (unsupportedPanels.length === panels.length) {\n\t\t\t\tthis._handleToDoUnauthorizedAccess();\n\t\t\t} else {\n\t\t\t\t// Hide IconTabBar header if only one panel is accessible\n\t\t\t\tconst isOnePanelSupported = panels.length - unsupportedPanels.length === 1;\n\t\t\t\tthis._iconTabBarControl?.toggleStyleClass(\"sapUiITBHide\", isOnePanelSupported);\n\t\t\t\tawait this._loadAllPanels();\n\t\t\t}\n\t\t} catch (error) {\n\t\t\tthis._handleToDoUnauthorizedAccess(error as Error);\n\t\t}\n\t}\n\n\t/**\n\t * Performs an authorization check for the ToDosContainer.\n\t * Checks if the authorization check is required and updates panel support accordingly.\n\t *\n\t * @private\n\t * @async\n\t * @returns {Promise<void>} A Promise that resolves when the authorization check is completed.\n\t * @throws {Error} If an error occurs during the authorization check.\n\t */\n\tprivate async _performAuthCheck(): Promise<void> {\n\t\ttry {\n\t\t\tif (!this._isAuthCheckRequired) {\n\t\t\t\treturn Promise.resolve();\n\t\t\t} else {\n\t\t\t\tconst navigationService = await Container.getServiceAsync<Navigation>(\"Navigation\");\n\t\t\t\tconst panels = (this.getContent() as ToDoPanel[]) || [];\n\t\t\t\tconst intents = panels.map((panel) => (panel.getTargetAppUrl() ? panel._getAppIntent() : \"#\")) as Intent[];\n\t\t\t\tconst responses = (await navigationService.isNavigationSupported(intents)) as { supported: boolean }[];\n\n\t\t\t\t//Update panel support information\n\t\t\t\tpanels.forEach((panel, index) => panel._setSupported(responses[index].supported));\n\t\t\t\tthis._isAuthCheckRequired = false;\n\t\t\t\treturn Promise.resolve();\n\t\t\t}\n\t\t} catch (oError) {\n\t\t\treturn Promise.reject(oError as Error);\n\t\t}\n\t}\n\n\t/**\n\t * Handles unauthorized access to the ToDosContainer by hiding all inner controls\n\t *\n\t * @private\n\t * @param {Error} error - An optional custom error message or an Error object.\n\t */\n\tprivate _handleToDoUnauthorizedAccess(error?: Error): void {\n\t\t//Remove all Inner Controls\n\t\tLog.error(error?.message || \"User has no access to any available panels\");\n\t\t(this.getContent() as ToDoPanel[])?.forEach((panel) => {\n\t\t\tpanel.fireEvent(\"loaded\");\n\t\t\tthis.removeContent(panel);\n\t\t});\n\t\tthis.setVisible(false);\n\t\t(this.getParent() as Layout)?.resetSections?.();\n\t}\n\n\t/**\n\t * Asynchronously loads all panels, ensuring the currently selected panel is loaded first.\n\t *\n\t * @private\n\t * @async\n\t * @param {boolean} forceRefresh - force refresh cards\n\t * @returns {Promise<void>} A promise that resolves when all panels are loaded.\n\t */\n\tprivate async _loadAllPanels(forceRefresh?: boolean): Promise<void> {\n\t\t//Sort panels so that the current panel is always loaded first\n\t\tconst selectedKey = this.getProperty(\"selectedKey\") as string;\n\t\tconst panels = (this.getContent() as ToDoPanel[]) || [];\n\t\tconst sortedPanels = [...panels].sort((firstPanel, secondPanel) => {\n\t\t\tif (firstPanel.getProperty(\"key\") === selectedKey) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif (secondPanel.getProperty(\"key\") === selectedKey) {\n\t\t\t\treturn 1;\n\t\t\t}\n\t\t\treturn 0;\n\t\t});\n\n\t\tfor (const panel of sortedPanels) {\n\t\t\tif (!panel._isLoaded?.()) {\n\t\t\t\tawait panel._loadCards(forceRefresh);\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Overridden method for selection of panel in the IconTabBar.\n\t * Loads the selected panel and updates the header elements as well\n\t *\n\t * @private\n\t * @async\n\t * @override\n\t */\n\tprotected async _onPanelSelect(event: Event): Promise<void> {\n\t\tsuper._onPanelSelect(event);\n\n\t\t//load panel if not loaded already\n\t\tconst selectedPanel = this._getSelectedPanel() as ToDoPanel;\n\t\tif (!selectedPanel._isLoaded()) {\n\t\t\tawait selectedPanel._loadCards(true);\n\t\t}\n\n\t\t//updates refresh information of the selected panel\n\t\tselectedPanel._updateRefreshInformation();\n\t}\n\n\t/**\n\t * Asynchronously refreshes the section by forcing all inner panels to be reloaded.\n\t *\n\t * @public\n\t * @async\n\t * @returns {Promise<void>} A promise that resolves when the section is successfully refreshed.\n\t */\n\tpublic async refreshData(): Promise<void> {\n\t\t//Force all inner panels to be reloaded\n\t\t(this.getContent() as ToDoPanel[])?.forEach((panel) => panel._setLoaded(false));\n\t\treturn await this._loadAllPanels(true);\n\t}\n\n\t/**\n\t * Gets the selected key of the To-Dos container.\n\t * If no selected key is set, it defaults to the first item.\n\t *\n\t * @public\n\t * @returns {string} The selected key.\n\t */\n\tpublic getSelectedKey(): string {\n\t\t//Default selected key to first item, if null\n\t\tif (!this.getProperty(\"selectedKey\")) {\n\t\t\tthis.setProperty(\"selectedKey\", this._getDefaultKey());\n\t\t}\n\n\t\treturn this.getProperty(\"selectedKey\") as string;\n\t}\n\n\t/**\n\t * Gets the default key for the ToDosContainer by returning the key of the first panel\n\t *\n\t * @private\n\t * @returns {string} The default key if it exists, or null if there are no panels\n\t */\n\tprivate _getDefaultKey(): string {\n\t\treturn this.getContent()?.[0]?.getProperty(\"key\") as string;\n\t}\n\n\t/**\n\t * Adjusts the layout of the all panels in the container.\n\t *\n\t * @private\n\t * @override\n\t */\n\tpublic adjustLayout() {\n\t\t//hide actions if the device is a phone\n\t\tthis.toggleActionButtons(this.getDeviceType() !== DeviceType.Mobile);\n\n\t\t//adjust layout of all panels\n\t\t(this.getContent() as ToDoPanel[])?.forEach((panel) => panel._adjustLayout());\n\t}\n\n\t/**\n\t * Retrieves the generic placeholder content for the Todos container.\n\t *\n\t * @returns {string} The HTML string representing the Todos container's placeholder content.\n\t */\n\tprotected getGenericPlaceholderContent(): string {\n\t\treturn getTodosPlaceholder();\n\t}\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -13,7 +13,7 @@ import type { $BaseContainerSettings } from "./BaseContainer";
|
|
|
13
13
|
import BaseContainer from "./BaseContainer";
|
|
14
14
|
import Layout from "./Layout";
|
|
15
15
|
import ToDoPanel, { Intent } from "./ToDoPanel";
|
|
16
|
-
import { getTodosPlaceholder } from "./
|
|
16
|
+
import { getTodosPlaceholder } from "./utils/placeholder/ToDosPlaceholder";
|
|
17
17
|
import { DeviceType } from "./utils/Device";
|
|
18
18
|
|
|
19
19
|
/**
|
|
@@ -27,7 +27,6 @@ import { DeviceType } from "./utils/Device";
|
|
|
27
27
|
* @since 1.121
|
|
28
28
|
*
|
|
29
29
|
* @internal
|
|
30
|
-
* @experimental Since 1.121
|
|
31
30
|
* @public
|
|
32
31
|
*
|
|
33
32
|
* @alias sap.cux.home.ToDosContainer
|
|
@@ -148,8 +148,8 @@ newsTitle=News
|
|
|
148
148
|
# XBUT: Manage Pages button
|
|
149
149
|
mngPage=Manage Pages
|
|
150
150
|
|
|
151
|
-
#
|
|
152
|
-
mngNews=
|
|
151
|
+
# XBUT: Manage News button
|
|
152
|
+
mngNews=Manage News
|
|
153
153
|
|
|
154
154
|
# XBUT: More button
|
|
155
155
|
more=More
|
|
@@ -197,7 +197,13 @@ addApps=Add Apps
|
|
|
197
197
|
addApp=Add App
|
|
198
198
|
|
|
199
199
|
# XMSG: Add Apps to Favorites
|
|
200
|
-
appAddedToFavorites=
|
|
200
|
+
appAddedToFavorites={0} added to Favorites
|
|
201
|
+
|
|
202
|
+
# XMSG: Add tile to insight tiles
|
|
203
|
+
tileAddedToInsights={0} added to Insights Tiles
|
|
204
|
+
|
|
205
|
+
# XMSG: content added to myhome
|
|
206
|
+
contentAddedToMyhome=Content Added to My home
|
|
201
207
|
|
|
202
208
|
# XTOL: tooltip for add apps action button
|
|
203
209
|
addAppsTooltip=Add Apps from App Finder
|
|
@@ -677,8 +683,8 @@ editNewsFeed=Edit News Feed
|
|
|
677
683
|
# XFLD: Edit News Feed URL
|
|
678
684
|
editNewsURL=Edit News Feed URL
|
|
679
685
|
|
|
680
|
-
# XTIT: Title for
|
|
681
|
-
selectCustomNewsFeed=Custom
|
|
686
|
+
# XTIT: Title for no tasks card
|
|
687
|
+
selectCustomNewsFeed=Custom News Feed
|
|
682
688
|
|
|
683
689
|
# XFLD: Custom News Feed
|
|
684
690
|
customNewsFeed=Custom News Feed
|
|
@@ -759,7 +765,7 @@ noDataMsgInsightTiles=You can add your preferred apps to this section using the
|
|
|
759
765
|
addContent=Add Content
|
|
760
766
|
|
|
761
767
|
# XMSG: Card Created MsgToast
|
|
762
|
-
Card_Created=
|
|
768
|
+
Card_Created={0} added to Insights Cards.
|
|
763
769
|
|
|
764
770
|
# XTIT: Information regarding the maximum card limit in meassage box
|
|
765
771
|
INT_CARD_LIMIT_MESSAGEBOX=\
|
|
@@ -775,7 +781,7 @@ addAppsAndTile=Apps & Insights Tiles
|
|
|
775
781
|
goButton=Go
|
|
776
782
|
|
|
777
783
|
# XBUT: Clear All Button beside Search Field
|
|
778
|
-
clearAllButton=
|
|
784
|
+
clearAllButton=Delete Query
|
|
779
785
|
|
|
780
786
|
# XMSG: Searching Message
|
|
781
787
|
searchingMessage=Searching for apps and insights tiles using AI. This can take some time.
|
|
@@ -823,13 +829,13 @@ criticalNewsIcon=Critical News
|
|
|
823
829
|
sampleQueries=Sample Queries
|
|
824
830
|
|
|
825
831
|
# XMSG: Sample Query 1
|
|
826
|
-
|
|
832
|
+
sampleQuery_1=Give me an app for sales order overview.
|
|
827
833
|
|
|
828
834
|
# XMSG: Sample Query 2
|
|
829
|
-
|
|
835
|
+
sampleQuery_2=I want to see my most important sales KPIs.
|
|
830
836
|
|
|
831
837
|
# XMSG: Sample Query 3
|
|
832
|
-
|
|
838
|
+
sampleQuery_3=Which app shows me missing staffing for customer projects?
|
|
833
839
|
|
|
834
840
|
# XMSG: Footer Text
|
|
835
841
|
createdWithAI=Created with AI
|
|
@@ -853,7 +859,7 @@ thumbsDownButton=Thumbs down for the suggestion
|
|
|
853
859
|
feedBackSent=Thank you, your feedback is sent.
|
|
854
860
|
|
|
855
861
|
# XFLD: Default News Feed
|
|
856
|
-
selectDefaultNewsFeed=
|
|
862
|
+
selectDefaultNewsFeed=Default News Feed
|
|
857
863
|
|
|
858
864
|
# XTIT: My Home settings toggle show
|
|
859
865
|
ToggleButtonShow=Show Menu
|
|
@@ -867,5 +873,8 @@ placeholderNewsTitle=No Updates at This Time
|
|
|
867
873
|
# XTIT: Placeholder News Slide Description
|
|
868
874
|
placeholderNewsDescription=You do not have any news.
|
|
869
875
|
|
|
870
|
-
#
|
|
871
|
-
selectNewsFeedUrl=URL
|
|
876
|
+
# XFLD: Default News Feed
|
|
877
|
+
selectNewsFeedUrl=News Feed URL
|
|
878
|
+
|
|
879
|
+
# XTIT: Label for News Feed options
|
|
880
|
+
newsFeedOptionLabel=You can select one of the options to display news feed.
|
|
@@ -547,11 +547,11 @@ criticalNewsIcon=\u0623\u062E\u0628\u0627\u0631 \u0645\u0647\u0645\u0629
|
|
|
547
547
|
|
|
548
548
|
sampleQueries=\u0646\u0645\u0627\u0630\u062C \u0644\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0627\u062A
|
|
549
549
|
|
|
550
|
-
|
|
550
|
+
sampleQuery_1=\u0627\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0651\u064E \u062A\u0637\u0628\u064A\u0642\u064B\u0627 \u0644\u0644\u0646\u0638\u0631\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629 \u0639\u0644\u0649 \u0623\u0645\u0631 \u0627\u0644\u0645\u0628\u064A\u0639\u0627\u062A.
|
|
551
551
|
|
|
552
|
-
|
|
552
|
+
sampleQuery_2=\u0623\u0631\u064A\u062F \u0639\u0631\u0636 \u0645\u0624\u0634\u0631\u0627\u062A \u0627\u0644\u0623\u062F\u0627\u0621 \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629 \u0644\u0644\u0645\u0628\u064A\u0639\u0627\u062A \u0627\u0644\u0623\u0643\u062B\u0631 \u0623\u0647\u0645\u064A\u0629.
|
|
553
553
|
|
|
554
|
-
|
|
554
|
+
sampleQuery_3=\u0645\u0627 \u0647\u0648 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0630\u064A \u064A\u0639\u0631\u0636 \u0627\u0644\u062A\u0648\u0638\u064A\u0641\u0627\u062A \u0627\u0644\u0645\u0641\u0642\u0648\u062F\u0629 \u0644\u0645\u0634\u0631\u0648\u0639\u0627\u062A \u0627\u0644\u0639\u0645\u0644\u0627\u0621\u061F
|
|
555
555
|
|
|
556
556
|
createdWithAI=\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A
|
|
557
557
|
|
|
@@ -569,6 +569,9 @@ feedBackSent=\u0634\u0643\u0631\u064B\u0627 \u0644\u0643\u060C \u062A\u0645 \u06
|
|
|
569
569
|
|
|
570
570
|
selectDefaultNewsFeed=\u0625\u0638\u0647\u0627\u0631 \u0645\u0648\u062C\u0632 \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A
|
|
571
571
|
|
|
572
|
+
ToggleButtonShow=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629
|
|
573
|
+
|
|
574
|
+
ToggleButtonHide=\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0642\u0627\u0626\u0645\u0629
|
|
572
575
|
|
|
573
576
|
placeholderNewsTitle=\u0644\u0627 \u062A\u0648\u062C\u062F \u062A\u062D\u062F\u064A\u062B\u0627\u062A \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0648\u0642\u062A
|
|
574
577
|
|
|
@@ -547,11 +547,11 @@ criticalNewsIcon=\u041A\u0440\u0438\u0442\u0438\u0447\u043D\u0438 \u043D\u043E\u
|
|
|
547
547
|
|
|
548
548
|
sampleQueries=\u041F\u0440\u0438\u043C\u0435\u0440\u043D\u0438 \u0437\u0430\u043F\u0438\u0442\u0432\u0430\u043D\u0438\u044F
|
|
549
549
|
|
|
550
|
-
|
|
550
|
+
sampleQuery_1=\u041F\u043E\u043A\u0430\u0436\u0438 \u043C\u0438 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0437\u0430 \u043E\u0431\u0449 \u043F\u0440\u0435\u0433\u043B\u0435\u0434 \u043D\u0430 \u043A\u043B\u0438\u0435\u043D\u0442\u0441\u043A\u0438 \u043F\u043E\u0440\u044A\u0447\u043A\u0438.
|
|
551
551
|
|
|
552
|
-
|
|
552
|
+
sampleQuery_2=\u0418\u0441\u043A\u0430\u043C \u0434\u0430 \u0432\u0438\u0434\u044F \u043C\u043E\u0438\u0442\u0435 \u043D\u0430\u0439-\u0432\u0430\u0436\u043D\u0438 KPI \u0437\u0430 \u043F\u0440\u043E\u0434\u0430\u0436\u0431\u0438.
|
|
553
553
|
|
|
554
|
-
|
|
554
|
+
sampleQuery_3=\u041A\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u0432\u0430 \u043B\u0438\u043F\u0441\u0432\u0430\u0449\u043E \u043E\u0431\u0435\u0437\u043F\u0435\u0447\u0430\u0432\u0430\u043D\u0435 \u0441 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B \u0437\u0430 \u043F\u0440\u043E\u0435\u043A\u0442\u0438 \u043D\u0430 \u043A\u043B\u0438\u0435\u043D\u0442\u0438?
|
|
555
555
|
|
|
556
556
|
createdWithAI=\u0421\u044A\u0437\u0434\u0430\u0434\u0435\u043D\u043E \u0441 AI
|
|
557
557
|
|
|
@@ -569,6 +569,9 @@ feedBackSent=\u0411\u043B\u0430\u0433\u043E\u0434\u0430\u0440\u0438\u043C \u0432
|
|
|
569
569
|
|
|
570
570
|
selectDefaultNewsFeed=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u043A\u0430\u043D\u0430\u043B\u0430 \u0441 \u043D\u043E\u0432\u0438\u043D\u0438 \u043F\u043E \u043F\u043E\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043D\u0435
|
|
571
571
|
|
|
572
|
+
ToggleButtonShow=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u043C\u0435\u043D\u044E
|
|
573
|
+
|
|
574
|
+
ToggleButtonHide=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u043C\u0435\u043D\u044E
|
|
572
575
|
|
|
573
576
|
placeholderNewsTitle=\u0412 \u043C\u043E\u043C\u0435\u043D\u0442\u0430 \u043D\u044F\u043C\u0430 \u0430\u043A\u0442\u0443\u0430\u043B\u0438\u0437\u0430\u0446\u0438\u0438
|
|
574
577
|
|
|
@@ -547,11 +547,11 @@ criticalNewsIcon=Not\u00EDcies greus
|
|
|
547
547
|
|
|
548
548
|
sampleQueries=Consultes de mostra
|
|
549
549
|
|
|
550
|
-
|
|
550
|
+
sampleQuery_1=Dona'm una aplicaci\u00F3 per als resums de comandes de client.
|
|
551
551
|
|
|
552
|
-
|
|
552
|
+
sampleQuery_2=Vull veure els meus KPIs de vendes m\u00E9s importants.
|
|
553
553
|
|
|
554
|
-
|
|
554
|
+
sampleQuery_3=Quina aplicaci\u00F3 em mostra el personal que falta pels projectes de client?
|
|
555
555
|
|
|
556
556
|
createdWithAI=S'ha creat amb IA
|
|
557
557
|
|
|
@@ -569,6 +569,9 @@ feedBackSent=Gr\u00E0cies, el comentari s'ha enviat.
|
|
|
569
569
|
|
|
570
570
|
selectDefaultNewsFeed=Mostrar les not\u00EDcies predeterminades
|
|
571
571
|
|
|
572
|
+
ToggleButtonShow=Mostrar men\u00FA
|
|
573
|
+
|
|
574
|
+
ToggleButtonHide=Ocultar men\u00FA
|
|
572
575
|
|
|
573
576
|
placeholderNewsTitle=No hi ha actualitzacions
|
|
574
577
|
|
|
@@ -547,11 +547,11 @@ criticalNewsIcon=Klju\u010Dne vijesti
|
|
|
547
547
|
|
|
548
548
|
sampleQueries=Primjeri upita
|
|
549
549
|
|
|
550
|
-
|
|
550
|
+
sampleQuery_1=Pribavite mi aplikaciju za preglede prodajnih naloga.
|
|
551
551
|
|
|
552
|
-
|
|
552
|
+
sampleQuery_2=\u017Delim da vidim svoje najva\u017Enije klju\u010Dne pokazatelje izvo\u0111enja prodaje.
|
|
553
553
|
|
|
554
|
-
|
|
554
|
+
sampleQuery_3=Koja aplikacija pokazuje osoblje koje nedostaje za projekte kupca?
|
|
555
555
|
|
|
556
556
|
createdWithAI=Kreirano pomo\u0107u vje\u0161ta\u010Dke inteligencije
|
|
557
557
|
|
|
@@ -569,6 +569,9 @@ feedBackSent=Hvala, va\u0161a povratna informacija je poslata.
|
|
|
569
569
|
|
|
570
570
|
selectDefaultNewsFeed=Poka\u017Ei standardni izvor vijesti
|
|
571
571
|
|
|
572
|
+
ToggleButtonShow=Poka\u017Ei meni
|
|
573
|
+
|
|
574
|
+
ToggleButtonHide=Sakrij meni
|
|
572
575
|
|
|
573
576
|
placeholderNewsTitle=Trenutno nema a\u017Euriranja
|
|
574
577
|
|
|
@@ -547,11 +547,11 @@ criticalNewsIcon=Kritick\u00E9 zpr\u00E1vy
|
|
|
547
547
|
|
|
548
548
|
sampleQueries=Vzorov\u00E9 dotazy
|
|
549
549
|
|
|
550
|
-
|
|
550
|
+
sampleQuery_1=Dejte mi aplikaci pro p\u0159ehledy zak\u00E1zek odb\u011Bratele.
|
|
551
551
|
|
|
552
|
-
|
|
552
|
+
sampleQuery_2=Chci vid\u011Bt sv\u00E9 nejd\u016Fle\u017Eit\u011Bj\u0161\u00ED ukazatele prodeje.
|
|
553
553
|
|
|
554
|
-
|
|
554
|
+
sampleQuery_3=Kter\u00E1 aplikace mi uk\u00E1\u017Ee chyb\u011Bj\u00EDc\u00ED person\u00E1l pro projekty z\u00E1kazn\u00EDk\u016F?
|
|
555
555
|
|
|
556
556
|
createdWithAI=Vytvo\u0159eno pomoc\u00ED AI
|
|
557
557
|
|
|
@@ -569,6 +569,9 @@ feedBackSent=D\u011Bkujeme za odesl\u00E1n\u00ED va\u0161\u00ED zp\u011Btn\u00E9
|
|
|
569
569
|
|
|
570
570
|
selectDefaultNewsFeed=Zobrazit v\u00FDchoz\u00ED informa\u010Dn\u00ED kan\u00E1l
|
|
571
571
|
|
|
572
|
+
ToggleButtonShow=Zobrazit menu
|
|
573
|
+
|
|
574
|
+
ToggleButtonHide=Skr\u00FDt menu
|
|
572
575
|
|
|
573
576
|
placeholderNewsTitle=Moment\u00E1ln\u011B \u017E\u00E1dn\u00E9 aktualizace
|
|
574
577
|
|