@sapui5/sap.cux.home 1.138.0 → 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.
Files changed (214) hide show
  1. package/package.json +1 -1
  2. package/src/sap/cux/home/.library +1 -1
  3. package/src/sap/cux/home/AppsAdditionPanel.d.ts.map +1 -1
  4. package/src/sap/cux/home/AppsAdditionPanel.js +17 -10
  5. package/src/sap/cux/home/AppsAdditionPanel.js.map +1 -1
  6. package/src/sap/cux/home/AppsAdditionPanel.ts +19 -12
  7. package/src/sap/cux/home/AppsContainer.d.ts +0 -1
  8. package/src/sap/cux/home/AppsContainer.d.ts.map +1 -1
  9. package/src/sap/cux/home/AppsContainer.js +3 -6
  10. package/src/sap/cux/home/AppsContainer.js.map +1 -1
  11. package/src/sap/cux/home/AppsContainer.ts +2 -6
  12. package/src/sap/cux/home/BaseAppPanel.js +1 -1
  13. package/src/sap/cux/home/BaseAppPanel.js.map +1 -1
  14. package/src/sap/cux/home/BaseAppPanel.ts +1 -1
  15. package/src/sap/cux/home/BaseContainer.js +1 -1
  16. package/src/sap/cux/home/BaseContainer.js.map +1 -1
  17. package/src/sap/cux/home/BaseContainer.ts +1 -1
  18. package/src/sap/cux/home/BaseContainerRenderer.d.ts +4 -4
  19. package/src/sap/cux/home/BaseContainerRenderer.d.ts.map +1 -1
  20. package/src/sap/cux/home/BaseContainerRenderer.js +17 -19
  21. package/src/sap/cux/home/BaseContainerRenderer.js.map +1 -1
  22. package/src/sap/cux/home/BaseContainerRenderer.ts +21 -25
  23. package/src/sap/cux/home/BaseSettingsPanel.d.ts +1 -1
  24. package/src/sap/cux/home/BaseSettingsPanel.d.ts.map +1 -1
  25. package/src/sap/cux/home/BaseSettingsPanel.js +2 -1
  26. package/src/sap/cux/home/BaseSettingsPanel.js.map +1 -1
  27. package/src/sap/cux/home/BaseSettingsPanel.ts +4 -2
  28. package/src/sap/cux/home/CardsPanel.d.ts.map +1 -1
  29. package/src/sap/cux/home/CardsPanel.js +2 -2
  30. package/src/sap/cux/home/CardsPanel.js.map +1 -1
  31. package/src/sap/cux/home/CardsPanel.ts +2 -5
  32. package/src/sap/cux/home/ContentAdditionDialog.js +1 -1
  33. package/src/sap/cux/home/ContentAdditionDialog.js.map +1 -1
  34. package/src/sap/cux/home/ContentAdditionDialog.ts +1 -1
  35. package/src/sap/cux/home/InsightsAdditionPanel.d.ts.map +1 -1
  36. package/src/sap/cux/home/InsightsAdditionPanel.js +4 -7
  37. package/src/sap/cux/home/InsightsAdditionPanel.js.map +1 -1
  38. package/src/sap/cux/home/InsightsAdditionPanel.ts +4 -8
  39. package/src/sap/cux/home/InsightsContainer.d.ts +0 -1
  40. package/src/sap/cux/home/InsightsContainer.d.ts.map +1 -1
  41. package/src/sap/cux/home/InsightsContainer.js +4 -4
  42. package/src/sap/cux/home/InsightsContainer.js.map +1 -1
  43. package/src/sap/cux/home/InsightsContainer.ts +11 -5
  44. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.d.ts.map +1 -1
  45. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js +5 -3
  46. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js.map +1 -1
  47. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.ts +4 -2
  48. package/src/sap/cux/home/KeyUserNewsSettingsPanel.d.ts +11 -5
  49. package/src/sap/cux/home/KeyUserNewsSettingsPanel.d.ts.map +1 -1
  50. package/src/sap/cux/home/KeyUserNewsSettingsPanel.js +160 -82
  51. package/src/sap/cux/home/KeyUserNewsSettingsPanel.js.map +1 -1
  52. package/src/sap/cux/home/KeyUserNewsSettingsPanel.ts +164 -82
  53. package/src/sap/cux/home/Layout.d.ts +0 -1
  54. package/src/sap/cux/home/Layout.d.ts.map +1 -1
  55. package/src/sap/cux/home/Layout.js +0 -1
  56. package/src/sap/cux/home/Layout.js.map +1 -1
  57. package/src/sap/cux/home/Layout.ts +0 -2
  58. package/src/sap/cux/home/NewsAndPagesContainer.d.ts +22 -1
  59. package/src/sap/cux/home/NewsAndPagesContainer.d.ts.map +1 -1
  60. package/src/sap/cux/home/NewsAndPagesContainer.js +47 -19
  61. package/src/sap/cux/home/NewsAndPagesContainer.js.map +1 -1
  62. package/src/sap/cux/home/NewsAndPagesContainer.ts +52 -19
  63. package/src/sap/cux/home/NewsGroup.d.ts.map +1 -1
  64. package/src/sap/cux/home/NewsGroup.js +11 -6
  65. package/src/sap/cux/home/NewsGroup.js.map +1 -1
  66. package/src/sap/cux/home/NewsGroup.ts +11 -8
  67. package/src/sap/cux/home/NewsPanel.d.ts +34 -5
  68. package/src/sap/cux/home/NewsPanel.d.ts.map +1 -1
  69. package/src/sap/cux/home/NewsPanel.gen.d.ts +0 -91
  70. package/src/sap/cux/home/NewsPanel.js +279 -198
  71. package/src/sap/cux/home/NewsPanel.js.map +1 -1
  72. package/src/sap/cux/home/NewsPanel.ts +165 -99
  73. package/src/sap/cux/home/NewsSettingsPanel.d.ts.map +1 -1
  74. package/src/sap/cux/home/NewsSettingsPanel.js +10 -6
  75. package/src/sap/cux/home/NewsSettingsPanel.js.map +1 -1
  76. package/src/sap/cux/home/NewsSettingsPanel.ts +12 -6
  77. package/src/sap/cux/home/NoDataContainer.d.ts +0 -1
  78. package/src/sap/cux/home/NoDataContainer.d.ts.map +1 -1
  79. package/src/sap/cux/home/SpaceInsightsPanel.d.ts.map +1 -1
  80. package/src/sap/cux/home/SpaceInsightsPanel.js +4 -1
  81. package/src/sap/cux/home/SpaceInsightsPanel.js.map +1 -1
  82. package/src/sap/cux/home/SpaceInsightsPanel.ts +4 -1
  83. package/src/sap/cux/home/TaskPanel.d.ts.map +1 -1
  84. package/src/sap/cux/home/TaskPanel.js +2 -9
  85. package/src/sap/cux/home/TaskPanel.js.map +1 -1
  86. package/src/sap/cux/home/TaskPanel.ts +3 -9
  87. package/src/sap/cux/home/TilesPanel.d.ts.map +1 -1
  88. package/src/sap/cux/home/TilesPanel.js +4 -4
  89. package/src/sap/cux/home/TilesPanel.js.map +1 -1
  90. package/src/sap/cux/home/TilesPanel.ts +4 -10
  91. package/src/sap/cux/home/ToDoPanel.d.ts.map +1 -1
  92. package/src/sap/cux/home/ToDoPanel.js +2 -17
  93. package/src/sap/cux/home/ToDoPanel.js.map +1 -1
  94. package/src/sap/cux/home/ToDoPanel.ts +2 -18
  95. package/src/sap/cux/home/ToDosContainer.d.ts +0 -1
  96. package/src/sap/cux/home/ToDosContainer.d.ts.map +1 -1
  97. package/src/sap/cux/home/ToDosContainer.js +2 -2
  98. package/src/sap/cux/home/ToDosContainer.js.map +1 -1
  99. package/src/sap/cux/home/ToDosContainer.ts +1 -1
  100. package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.d.ts.map +1 -1
  101. package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.js +1 -0
  102. package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.js.map +1 -1
  103. package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.ts +1 -0
  104. package/src/sap/cux/home/i18n/messagebundle.properties +17 -5
  105. package/src/sap/cux/home/i18n/messagebundle_ar.properties +5 -5
  106. package/src/sap/cux/home/i18n/messagebundle_bg.properties +5 -5
  107. package/src/sap/cux/home/i18n/messagebundle_ca.properties +5 -5
  108. package/src/sap/cux/home/i18n/messagebundle_cnr.properties +5 -5
  109. package/src/sap/cux/home/i18n/messagebundle_cs.properties +5 -5
  110. package/src/sap/cux/home/i18n/messagebundle_cy.properties +5 -5
  111. package/src/sap/cux/home/i18n/messagebundle_da.properties +5 -5
  112. package/src/sap/cux/home/i18n/messagebundle_de.properties +15 -15
  113. package/src/sap/cux/home/i18n/messagebundle_el.properties +5 -5
  114. package/src/sap/cux/home/i18n/messagebundle_en.properties +5 -5
  115. package/src/sap/cux/home/i18n/messagebundle_en_GB.properties +5 -5
  116. package/src/sap/cux/home/i18n/messagebundle_en_US_sappsd.properties +12 -6
  117. package/src/sap/cux/home/i18n/messagebundle_en_US_saprigi.properties +12 -6
  118. package/src/sap/cux/home/i18n/messagebundle_en_US_saptrc.properties +5 -5
  119. package/src/sap/cux/home/i18n/messagebundle_es.properties +5 -5
  120. package/src/sap/cux/home/i18n/messagebundle_es_MX.properties +5 -5
  121. package/src/sap/cux/home/i18n/messagebundle_et.properties +5 -5
  122. package/src/sap/cux/home/i18n/messagebundle_fi.properties +5 -5
  123. package/src/sap/cux/home/i18n/messagebundle_fr.properties +5 -5
  124. package/src/sap/cux/home/i18n/messagebundle_fr_CA.properties +5 -5
  125. package/src/sap/cux/home/i18n/messagebundle_hi.properties +5 -5
  126. package/src/sap/cux/home/i18n/messagebundle_hr.properties +5 -5
  127. package/src/sap/cux/home/i18n/messagebundle_hu.properties +5 -5
  128. package/src/sap/cux/home/i18n/messagebundle_id.properties +6 -6
  129. package/src/sap/cux/home/i18n/messagebundle_it.properties +5 -5
  130. package/src/sap/cux/home/i18n/messagebundle_iw.properties +5 -5
  131. package/src/sap/cux/home/i18n/messagebundle_ja.properties +9 -9
  132. package/src/sap/cux/home/i18n/messagebundle_kk.properties +5 -5
  133. package/src/sap/cux/home/i18n/messagebundle_ko.properties +5 -5
  134. package/src/sap/cux/home/i18n/messagebundle_lt.properties +5 -5
  135. package/src/sap/cux/home/i18n/messagebundle_lv.properties +5 -5
  136. package/src/sap/cux/home/i18n/messagebundle_mk.properties +5 -5
  137. package/src/sap/cux/home/i18n/messagebundle_ms.properties +5 -5
  138. package/src/sap/cux/home/i18n/messagebundle_nl.properties +5 -5
  139. package/src/sap/cux/home/i18n/messagebundle_no.properties +5 -5
  140. package/src/sap/cux/home/i18n/messagebundle_pl.properties +5 -5
  141. package/src/sap/cux/home/i18n/messagebundle_pt.properties +5 -5
  142. package/src/sap/cux/home/i18n/messagebundle_pt_PT.properties +5 -5
  143. package/src/sap/cux/home/i18n/messagebundle_ro.properties +5 -5
  144. package/src/sap/cux/home/i18n/messagebundle_ru.properties +5 -5
  145. package/src/sap/cux/home/i18n/messagebundle_sh.properties +5 -5
  146. package/src/sap/cux/home/i18n/messagebundle_sk.properties +6 -6
  147. package/src/sap/cux/home/i18n/messagebundle_sl.properties +5 -5
  148. package/src/sap/cux/home/i18n/messagebundle_sr.properties +5 -5
  149. package/src/sap/cux/home/i18n/messagebundle_sv.properties +5 -5
  150. package/src/sap/cux/home/i18n/messagebundle_th.properties +7 -7
  151. package/src/sap/cux/home/i18n/messagebundle_tr.properties +5 -5
  152. package/src/sap/cux/home/i18n/messagebundle_uk.properties +6 -6
  153. package/src/sap/cux/home/i18n/messagebundle_vi.properties +5 -5
  154. package/src/sap/cux/home/i18n/messagebundle_zh_CN.properties +5 -5
  155. package/src/sap/cux/home/i18n/messagebundle_zh_TW.properties +5 -5
  156. package/src/sap/cux/home/interface/CardsInterface.d.ts +1 -5
  157. package/src/sap/cux/home/interface/CardsInterface.d.ts.map +1 -1
  158. package/src/sap/cux/home/interface/CardsInterface.js.map +1 -1
  159. package/src/sap/cux/home/interface/CardsInterface.ts +1 -1
  160. package/src/sap/cux/home/interface/KeyUserInterface.d.ts +2 -0
  161. package/src/sap/cux/home/interface/KeyUserInterface.d.ts.map +1 -1
  162. package/src/sap/cux/home/interface/KeyUserInterface.js.map +1 -1
  163. package/src/sap/cux/home/interface/KeyUserInterface.ts +2 -0
  164. package/src/sap/cux/home/library.d.ts +16 -9
  165. package/src/sap/cux/home/library.d.ts.map +1 -1
  166. package/src/sap/cux/home/library.js +16 -9
  167. package/src/sap/cux/home/library.js.map +1 -1
  168. package/src/sap/cux/home/library.ts +17 -9
  169. package/src/sap/cux/home/themes/base/ContentAdditionDialog.less +0 -8
  170. package/src/sap/cux/home/themes/base/NewsAndPagesContainer.less +4 -0
  171. package/src/sap/cux/home/themes/base/ToDosContainer.less +2 -1
  172. package/src/sap/cux/home/utils/CommonUtils.d.ts +1 -1
  173. package/src/sap/cux/home/utils/CommonUtils.d.ts.map +1 -1
  174. package/src/sap/cux/home/utils/CommonUtils.js.map +1 -1
  175. package/src/sap/cux/home/utils/CommonUtils.ts +5 -2
  176. package/src/sap/cux/home/utils/FeatureUtils.js +0 -2
  177. package/src/sap/cux/home/utils/FeatureUtils.js.map +1 -1
  178. package/src/sap/cux/home/utils/FeatureUtils.ts +3 -3
  179. package/src/sap/cux/home/utils/HttpHelper.js.map +1 -1
  180. package/src/sap/cux/home/utils/HttpHelper.ts +1 -1
  181. package/src/sap/cux/home/utils/KeyUserPersonalization.d.ts.map +1 -1
  182. package/src/sap/cux/home/utils/KeyUserPersonalization.js +0 -1
  183. package/src/sap/cux/home/utils/KeyUserPersonalization.js.map +1 -1
  184. package/src/sap/cux/home/utils/KeyUserPersonalization.ts +0 -1
  185. package/src/sap/cux/home/utils/fragment/appsAdditionContent.fragment.xml +9 -4
  186. package/src/sap/cux/home/{AppsContainerGenericPlaceholder.d.ts → utils/placeholder/AppsPlaceholder.d.ts} +2 -2
  187. package/src/sap/cux/home/utils/placeholder/AppsPlaceholder.d.ts.map +1 -0
  188. package/src/sap/cux/home/{AppsContainerGenericPlaceholder.js → utils/placeholder/AppsPlaceholder.js} +1 -1
  189. package/src/sap/cux/home/utils/placeholder/AppsPlaceholder.js.map +1 -0
  190. package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.d.ts +8 -0
  191. package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.d.ts.map +1 -0
  192. package/src/sap/cux/home/{InsightsContainerGenericPlaceholder.js → utils/placeholder/InsightsPlaceholder.js} +1 -1
  193. package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.js.map +1 -0
  194. package/src/sap/cux/home/{InsightsContainerGenericPlaceholder.d.ts → utils/placeholder/NewsAndPagesPlaceholder.d.ts} +3 -3
  195. package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.d.ts.map +1 -0
  196. package/src/sap/cux/home/{NewsAndPagesContainerGenericPlaceholder.js → utils/placeholder/NewsAndPagesPlaceholder.js} +1 -1
  197. package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.js.map +1 -0
  198. package/src/sap/cux/home/{ToDosContainerGenericPlaceholder.d.ts → utils/placeholder/ToDosPlaceholder.d.ts} +2 -2
  199. package/src/sap/cux/home/utils/placeholder/ToDosPlaceholder.d.ts.map +1 -0
  200. package/src/sap/cux/home/{ToDosContainerGenericPlaceholder.js → utils/placeholder/ToDosPlaceholder.js} +1 -1
  201. package/src/sap/cux/home/utils/placeholder/ToDosPlaceholder.js.map +1 -0
  202. package/src/sap/cux/home/AppsContainerGenericPlaceholder.d.ts.map +0 -1
  203. package/src/sap/cux/home/AppsContainerGenericPlaceholder.js.map +0 -1
  204. package/src/sap/cux/home/InsightsContainerGenericPlaceholder.d.ts.map +0 -1
  205. package/src/sap/cux/home/InsightsContainerGenericPlaceholder.js.map +0 -1
  206. package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.d.ts +0 -8
  207. package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.d.ts.map +0 -1
  208. package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.js.map +0 -1
  209. package/src/sap/cux/home/ToDosContainerGenericPlaceholder.d.ts.map +0 -1
  210. package/src/sap/cux/home/ToDosContainerGenericPlaceholder.js.map +0 -1
  211. /package/src/sap/cux/home/{AppsContainerGenericPlaceholder.ts → utils/placeholder/AppsPlaceholder.ts} +0 -0
  212. /package/src/sap/cux/home/{InsightsContainerGenericPlaceholder.ts → utils/placeholder/InsightsPlaceholder.ts} +0 -0
  213. /package/src/sap/cux/home/{NewsAndPagesContainerGenericPlaceholder.ts → utils/placeholder/NewsAndPagesPlaceholder.ts} +0 -0
  214. /package/src/sap/cux/home/{ToDosContainerGenericPlaceholder.ts → utils/placeholder/ToDosPlaceholder.ts} +0 -0
@@ -3,7 +3,6 @@ declare module "sap/cux/home/NewsPanel" {
3
3
  * SAP UI development toolkit for HTML5 (SAPUI5)
4
4
  * * (c) Copyright 2009-2025 SAP SE. All rights reserved
5
5
  */
6
- import { NewsType } from "sap/cux/home/library";
7
6
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
8
7
  import { $BaseNewsPanelSettings } from "sap/cux/home/BaseNewsPanel";
9
8
 
@@ -17,11 +16,6 @@ import { $BaseNewsPanelSettings } from "sap/cux/home/BaseNewsPanel";
17
16
  */
18
17
  url?: string | PropertyBindingInfo;
19
18
 
20
- /**
21
- * Type of the news item.
22
- */
23
- type?: NewsType | PropertyBindingInfo | `{${string}}`;
24
-
25
19
  /**
26
20
  * The key of custom news feed.
27
21
  */
@@ -31,16 +25,6 @@ import { $BaseNewsPanelSettings } from "sap/cux/home/BaseNewsPanel";
31
25
  * The filename of custom news feed.
32
26
  */
33
27
  customFileName?: string | PropertyBindingInfo;
34
-
35
- /**
36
- * The flag for custom news feed is checked or not.
37
- */
38
- showCustom?: boolean | PropertyBindingInfo | `{${string}}`;
39
-
40
- /**
41
- * Property to set default News.
42
- */
43
- showDefault?: boolean | PropertyBindingInfo | `{${string}}`;
44
28
  }
45
29
 
46
30
  export default interface NewsPanel {
@@ -70,31 +54,6 @@ import { $BaseNewsPanelSettings } from "sap/cux/home/BaseNewsPanel";
70
54
  */
71
55
  setUrl(url: string): this;
72
56
 
73
- // property: type
74
-
75
- /**
76
- * Gets current value of property "type".
77
- *
78
- * Type of the news item.
79
- *
80
- * Default value is: "NewsType.RSS"
81
- * @returns Value of property "type"
82
- */
83
- getType(): NewsType;
84
-
85
- /**
86
- * Sets a new value for property "type".
87
- *
88
- * Type of the news item.
89
- *
90
- * When called with a value of "null" or "undefined", the default value of the property will be restored.
91
- *
92
- * Default value is: "NewsType.RSS"
93
- * @param [type="NewsType.RSS"] New value for property "type"
94
- * @returns Reference to "this" in order to allow method chaining
95
- */
96
- setType(type: NewsType): this;
97
-
98
57
  // property: customFeedKey
99
58
 
100
59
  /**
@@ -144,55 +103,5 @@ import { $BaseNewsPanelSettings } from "sap/cux/home/BaseNewsPanel";
144
103
  * @returns Reference to "this" in order to allow method chaining
145
104
  */
146
105
  setCustomFileName(customFileName: string): this;
147
-
148
- // property: showCustom
149
-
150
- /**
151
- * Gets current value of property "showCustom".
152
- *
153
- * The flag for custom news feed is checked or not.
154
- *
155
- * Default value is: false
156
- * @returns Value of property "showCustom"
157
- */
158
- getShowCustom(): boolean;
159
-
160
- /**
161
- * Sets a new value for property "showCustom".
162
- *
163
- * The flag for custom news feed is checked or not.
164
- *
165
- * When called with a value of "null" or "undefined", the default value of the property will be restored.
166
- *
167
- * Default value is: false
168
- * @param [showCustom=false] New value for property "showCustom"
169
- * @returns Reference to "this" in order to allow method chaining
170
- */
171
- setShowCustom(showCustom: boolean): this;
172
-
173
- // property: showDefault
174
-
175
- /**
176
- * Gets current value of property "showDefault".
177
- *
178
- * Property to set default News.
179
- *
180
- * Default value is: false
181
- * @returns Value of property "showDefault"
182
- */
183
- getShowDefault(): boolean;
184
-
185
- /**
186
- * Sets a new value for property "showDefault".
187
- *
188
- * Property to set default News.
189
- *
190
- * When called with a value of "null" or "undefined", the default value of the property will be restored.
191
- *
192
- * Default value is: false
193
- * @param [showDefault=false] New value for property "showDefault"
194
- * @returns Reference to "this" in order to allow method chaining
195
- */
196
- setShowDefault(showDefault: boolean): this;
197
106
  }
198
107
  }