@sapui5/sap.cux.home 1.124.0 → 1.124.1

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 (53) hide show
  1. package/package.json +1 -1
  2. package/src/sap/cux/home/AdvancedSettingsPanel-dbg.js +1 -1
  3. package/src/sap/cux/home/App-dbg.js +1 -1
  4. package/src/sap/cux/home/AppManager-dbg.js +1 -1
  5. package/src/sap/cux/home/AppsContainer-dbg.js +1 -1
  6. package/src/sap/cux/home/BaseApp-dbg.js +1 -1
  7. package/src/sap/cux/home/BaseAppPanel-dbg.js +1 -1
  8. package/src/sap/cux/home/BaseAppPersPanel-dbg.js +1 -1
  9. package/src/sap/cux/home/BaseContainer-dbg.js +1 -1
  10. package/src/sap/cux/home/BaseLayout-dbg.js +1 -1
  11. package/src/sap/cux/home/BaseNewsItem-dbg.js +1 -1
  12. package/src/sap/cux/home/BaseNewsPanel-dbg.js +1 -1
  13. package/src/sap/cux/home/BasePagePanel-dbg.js +1 -1
  14. package/src/sap/cux/home/BasePanel-dbg.js +1 -1
  15. package/src/sap/cux/home/BaseSettingsDialog-dbg.js +1 -1
  16. package/src/sap/cux/home/BaseSettingsPanel-dbg.js +1 -1
  17. package/src/sap/cux/home/CardsPanel-dbg.js +1 -1
  18. package/src/sap/cux/home/ErrorPanel-dbg.js +1 -1
  19. package/src/sap/cux/home/FavAppPanel-dbg.js +1 -1
  20. package/src/sap/cux/home/FrequentAppPanel-dbg.js +1 -1
  21. package/src/sap/cux/home/Group-dbg.js +1 -1
  22. package/src/sap/cux/home/InsightsCardsSettingsPanel-dbg.js +1 -1
  23. package/src/sap/cux/home/InsightsContainer-dbg.js +1 -1
  24. package/src/sap/cux/home/InsightsTilesSettingsPanel-dbg.js +1 -1
  25. package/src/sap/cux/home/Layout-dbg.js +1 -1
  26. package/src/sap/cux/home/LayoutSettingsPanel-dbg.js +1 -1
  27. package/src/sap/cux/home/MenuItem-dbg.js +1 -1
  28. package/src/sap/cux/home/NewsAndPagesContainer-dbg.js +1 -1
  29. package/src/sap/cux/home/NewsGroup-dbg.js +1 -1
  30. package/src/sap/cux/home/NewsItem-dbg.js +1 -1
  31. package/src/sap/cux/home/NewsPanel-dbg.js +1 -1
  32. package/src/sap/cux/home/NewsSettingsPanel-dbg.js +1 -1
  33. package/src/sap/cux/home/Page-dbg.js +1 -1
  34. package/src/sap/cux/home/PagePanel-dbg.js +2 -2
  35. package/src/sap/cux/home/PageSettingsPanel-dbg.js +1 -1
  36. package/src/sap/cux/home/RecentAppPanel-dbg.js +1 -1
  37. package/src/sap/cux/home/SettingsDialog-dbg.js +1 -1
  38. package/src/sap/cux/home/SituationPanel-dbg.js +1 -1
  39. package/src/sap/cux/home/TaskPanel-dbg.js +1 -1
  40. package/src/sap/cux/home/TilesPanel-dbg.js +1 -1
  41. package/src/sap/cux/home/ToDoPanel-dbg.js +1 -1
  42. package/src/sap/cux/home/ToDosContainer-dbg.js +1 -1
  43. package/src/sap/cux/home/library-dbg.js +1 -1
  44. package/src/sap/cux/home/library-preload.js +2 -2
  45. package/src/sap/cux/home/library.js +1 -1
  46. package/src/sap/cux/home/manifest.json +3 -3
  47. package/src/sap/cux/home/utils/BatchHelper-dbg.js +1 -1
  48. package/src/sap/cux/home/utils/DataFormatUtils-dbg.js +1 -1
  49. package/src/sap/cux/home/utils/DecisionDialog-dbg.js +1 -1
  50. package/src/sap/cux/home/utils/DragDropUtils-dbg.js +1 -1
  51. package/src/sap/cux/home/utils/PageManager-dbg.js +1 -1
  52. package/src/sap/cux/home/utils/PersonalisationUtils-dbg.js +1 -1
  53. package/src/sap/cux/home/utils/UshellPersonalizer-dbg.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.cux.home",
3
- "version": "1.124.0",
3
+ "version": "1.124.1",
4
4
  "description": "SAPUI5 Library sap.cux.home",
5
5
  "keywords": [
6
6
  "sapui5",
@@ -20,7 +20,7 @@ sap.ui.define(["sap/m/Button", "sap/m/Text", "./BaseSettingsPanel"], function (B
20
20
  * @extends BaseSettingsPanel
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.124.0
23
+ * @version 1.124.1
24
24
  * @since 1.121
25
25
  *
26
26
  * @internal
@@ -14,7 +14,7 @@ sap.ui.define(["./BaseApp"], function (__BaseApp) {
14
14
  * @extends sap.cux.home.BaseApp
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.124.0
17
+ * @version 1.124.1
18
18
  * @since 1.121.0
19
19
  *
20
20
  * @internal
@@ -268,7 +268,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/base/Object", "sap/ushell/Config", "sap/u
268
268
  * @extends sap.ui.BaseObject
269
269
  *
270
270
  * @author SAP SE
271
- * @version 1.124.0
271
+ * @version 1.124.1
272
272
  * @since 1.121.0
273
273
  *
274
274
  * @private
@@ -32,7 +32,7 @@ sap.ui.define(["sap/m/GenericTile", "sap/m/library", "sap/ui/core/theming/Parame
32
32
  * @extends sap.cux.home.BaseContainer
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.124.0
35
+ * @version 1.124.1
36
36
  * @since 1.121
37
37
  *
38
38
  * @internal
@@ -11,7 +11,7 @@ sap.ui.define(["sap/m/List", "sap/m/Popover", "sap/m/StandardListItem", "sap/m/l
11
11
  * @extends sap.ui.core.Element
12
12
  *
13
13
  * @author SAP SE
14
- * @version 1.124.0
14
+ * @version 1.124.1
15
15
  * @since 1.121.0
16
16
  *
17
17
  * @abstract
@@ -27,7 +27,7 @@ sap.ui.define(["sap/base/Log", "sap/f/GridContainer", "sap/f/GridContainerSettin
27
27
  * @extends sap.cux.home.BasePanel
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.124.0
30
+ * @version 1.124.1
31
31
  * @since 1.121.0
32
32
  *
33
33
  * @abstract
@@ -35,7 +35,7 @@ sap.ui.define(["sap/base/Log", "sap/ushell/utils/WindowUtils", "./BaseAppPanel",
35
35
  * @extends sap.cux.home.BaseAppPanel
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.124.0
38
+ * @version 1.124.1
39
39
  * @since 1.121.0
40
40
  *
41
41
  * @abstract
@@ -23,7 +23,7 @@ sap.ui.define(["sap/m/Button", "sap/m/FlexBox", "sap/m/HBox", "sap/m/IconTabBar"
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.124.0
26
+ * @version 1.124.1
27
27
  * @since 1.121
28
28
  *
29
29
  * @abstract
@@ -16,7 +16,7 @@ sap.ui.define(["sap/m/Page", "sap/ui/core/Lib"], function (Page, Lib) {
16
16
  * @extends Page
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.124.0
19
+ * @version 1.124.1
20
20
  * @since 1.121
21
21
  *
22
22
  * @internal
@@ -16,7 +16,7 @@ sap.ui.define(["sap/m/GenericTile", "sap/m/NewsContent", "sap/m/TileContent", "s
16
16
  * @extends sap.ui.core.Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.124.0
19
+ * @version 1.124.1
20
20
  * @since 1.121
21
21
  *
22
22
  * @internal
@@ -20,7 +20,7 @@ sap.ui.define(["sap/m/HBox", "sap/m/IllustratedMessage", "sap/m/VBox", "./BasePa
20
20
  * @extends sap.cux.home.BasePanel
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.124.0
23
+ * @version 1.124.1
24
24
  * @since 1.121
25
25
  *
26
26
  * @abstract
@@ -20,7 +20,7 @@ sap.ui.define(["./BasePanel"], function (__BasePanel) {
20
20
  * @extends sap.ui.core.BasePanel
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.124.0
23
+ * @version 1.124.1
24
24
  * @since 1.121
25
25
  *
26
26
  * @abstract
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/core/Element", "sap/ui/core/Lib"], function (Element, Lib
16
16
  * @extends sap.ui.core.Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.124.0
19
+ * @version 1.124.1
20
20
  * @since 1.121
21
21
  *
22
22
  * @abstract
@@ -16,7 +16,7 @@ sap.ui.define(["sap/m/Dialog", "sap/ui/core/Lib"], function (Dialog, Lib) {
16
16
  * @extends Dialog
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.124.0
19
+ * @version 1.124.1
20
20
  * @since 1.121
21
21
  *
22
22
  * @internal
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/core/Element", "sap/ui/core/Lib"], function (Element, Lib
16
16
  * @extends sap.ui.core.Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.124.0
19
+ * @version 1.124.1
20
20
  * @since 1.121
21
21
  *
22
22
  * @internal
@@ -32,7 +32,7 @@ sap.ui.define(["sap/f/GridList", "sap/f/GridListItem", "sap/insights/CardHelper"
32
32
  * @extends sap.cux.home.BasePanel
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.124.0
35
+ * @version 1.124.1
36
36
  * @since 1.122.0
37
37
  *
38
38
  * @internal
@@ -14,7 +14,7 @@ sap.ui.define(["sap/m/IllustratedMessage", "sap/m/VBox", "./BasePanel"], functio
14
14
  * @extends sap.cux.home.BasePanel
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.124.0
17
+ * @version 1.124.1
18
18
  * @since 1.122.0
19
19
  *
20
20
  * @internal
@@ -206,7 +206,7 @@ sap.ui.define(["sap/base/Log", "sap/f/GridContainer", "sap/f/GridContainerSettin
206
206
  * @extends sap.cux.home.BaseAppPersPanel
207
207
  *
208
208
  * @author SAP SE
209
- * @version 1.124.0
209
+ * @version 1.124.1
210
210
  * @since 1.121.0
211
211
  *
212
212
  * @private
@@ -26,7 +26,7 @@ sap.ui.define(["sap/base/Log", "sap/ushell/EventHub", "./BaseAppPersPanel", "./M
26
26
  * @extends sap.cux.home.BaseAppPersPanel
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.124.0
29
+ * @version 1.124.1
30
30
  * @since 1.121.0
31
31
  *
32
32
  * @internal
@@ -14,7 +14,7 @@ sap.ui.define(["./BaseApp"], function (__BaseApp) {
14
14
  * @extends sap.cux.home.BaseApp
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.124.0
17
+ * @version 1.124.1
18
18
  * @since 1.121.0
19
19
  *
20
20
  * @private
@@ -20,7 +20,7 @@ sap.ui.define(["sap/insights/ManageCards", "sap/m/Button", "./BaseSettingsPanel"
20
20
  * @extends BaseSettingsPanel
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.124.0
23
+ * @version 1.124.1
24
24
  * @since 1.121
25
25
  *
26
26
  * @internal
@@ -26,7 +26,7 @@ sap.ui.define(["./BaseContainer", "./CardsPanel", "./ErrorPanel", "./TilesPanel"
26
26
  * @extends sap.cux.home.BaseContainer
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.124.0
29
+ * @version 1.124.1
30
30
  * @since 1.121
31
31
  *
32
32
  * @internal
@@ -20,7 +20,7 @@ sap.ui.define(["sap/m/Button", "sap/m/Text", "./BaseSettingsPanel"], function (B
20
20
  * @extends BaseSettingsPanel
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.124.0
23
+ * @version 1.124.1
24
24
  * @since 1.121
25
25
  *
26
26
  * @internal
@@ -257,7 +257,7 @@ sap.ui.define(["sap/base/Log", "sap/m/Button", "sap/m/IllustratedMessage", "sap/
257
257
  * @extends BaseLayout
258
258
  *
259
259
  * @author SAP SE
260
- * @version 1.124.0
260
+ * @version 1.124.1
261
261
  * @since 1.121
262
262
  *
263
263
  * @internal
@@ -28,7 +28,7 @@ sap.ui.define(["sap/base/Log", "sap/m/Button", "sap/m/Column", "sap/m/ColumnList
28
28
  * @extends BaseSettingsPanel
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.124.0
31
+ * @version 1.124.1
32
32
  * @since 1.121
33
33
  *
34
34
  * @internal
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/core/Element"], function (Element) {
16
16
  * @extends Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.124.0
19
+ * @version 1.124.1
20
20
  * @since 1.121
21
21
  *
22
22
  * @internal
@@ -20,7 +20,7 @@ sap.ui.define(["./BaseContainer"], function (__BaseContainer) {
20
20
  * @extends sap.cux.home.BaseContainer
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.124.0
23
+ * @version 1.124.1
24
24
  * @since 1.121
25
25
  *
26
26
  * @internal
@@ -20,7 +20,7 @@ sap.ui.define(["./BaseNewsItem"], function (__BaseNewsItem) {
20
20
  * @extends sap.cux.home.BaseNewsItem
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.124.0
23
+ * @version 1.124.1
24
24
  * @since 1.121
25
25
  *
26
26
  * @internal
@@ -21,7 +21,7 @@ sap.ui.define(["sap/m/library", "./BaseNewsItem"], function (sap_m_library, __Ba
21
21
  * @extends sap.cux.home.BaseNewsItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.124.0
24
+ * @version 1.124.1
25
25
  * @since 1.121
26
26
  *
27
27
  * @internal
@@ -167,7 +167,7 @@ sap.ui.define(["sap/m/SlideTile", "sap/ui/core/format/DateFormat", "sap/ui/model
167
167
  * @extends sap.cux.home.BaseNewsPanel
168
168
  *
169
169
  * @author SAP SE
170
- * @version 1.124.0
170
+ * @version 1.124.1
171
171
  * @since 1.121
172
172
  *
173
173
  * @internal
@@ -20,7 +20,7 @@ sap.ui.define(["sap/m/Button", "sap/m/Text", "./BaseSettingsPanel"], function (B
20
20
  * @extends BaseSettingsPanel
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.124.0
23
+ * @version 1.124.1
24
24
  * @since 1.121
25
25
  *
26
26
  * @internal
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/core/Element"], function (Element) {
16
16
  * @extends sap.ui.core.Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.124.0
19
+ * @version 1.124.1
20
20
  * @since 1.121
21
21
  *
22
22
  * @internal
@@ -61,7 +61,7 @@ sap.ui.define(["sap/m/Button", "sap/m/FlexBox", "sap/m/GenericTile", "sap/m/Illu
61
61
  * @extends sap.m.FlexBox
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.124.0
64
+ * @version 1.124.1
65
65
  * @since 1.122
66
66
  *
67
67
  * @internal
@@ -99,7 +99,7 @@ sap.ui.define(["sap/m/Button", "sap/m/FlexBox", "sap/m/GenericTile", "sap/m/Illu
99
99
  * @extends sap.cux.home.BasePagePanel
100
100
  *
101
101
  * @author SAP SE
102
- * @version 1.124.0
102
+ * @version 1.124.1
103
103
  * @since 1.122
104
104
  *
105
105
  * @internal
@@ -23,7 +23,7 @@ sap.ui.define(["sap/m/CustomListItem", "sap/m/HBox", "sap/m/List", "sap/m/Panel"
23
23
  * @extends BaseSettingsPanel
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.124.0
26
+ * @version 1.124.1
27
27
  * @since 1.121
28
28
  *
29
29
  * @internal
@@ -27,7 +27,7 @@ sap.ui.define(["sap/base/Log", "sap/m/library", "sap/ushell/EventHub", "./BaseAp
27
27
  * @extends sap.cux.home.BaseAppPersPanel
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.124.0
30
+ * @version 1.124.1
31
31
  * @since 1.121.0
32
32
  *
33
33
  * @internal
@@ -20,7 +20,7 @@ sap.ui.define(["sap/m/Bar", "sap/m/Button", "sap/m/List", "sap/m/Page", "sap/m/S
20
20
  * @extends BaseSettingsDialog
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.124.0
23
+ * @version 1.124.1
24
24
  * @since 1.121
25
25
  *
26
26
  * @internal
@@ -37,7 +37,7 @@ sap.ui.define(["sap/base/Log", "sap/base/i18n/Formatting", "sap/fe/navigation/Na
37
37
  * @extends ToDoPanel
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.124.0
40
+ * @version 1.124.1
41
41
  * @since 1.121
42
42
  *
43
43
  * @internal
@@ -51,7 +51,7 @@ sap.ui.define(["sap/base/Log", "sap/base/i18n/Formatting", "sap/m/ActionTile", "
51
51
  * @extends ToDoPanel
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.124.0
54
+ * @version 1.124.1
55
55
  * @since 1.121
56
56
  *
57
57
  * @internal
@@ -43,7 +43,7 @@ sap.ui.define(["sap/m/Button", "sap/m/CustomListItem", "sap/m/Dialog", "sap/m/Fl
43
43
  * @extends sap.cux.home.BasePanel
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.124.0
46
+ * @version 1.124.1
47
47
  * @since 1.122.0
48
48
  *
49
49
  * @internal
@@ -249,7 +249,7 @@ sap.ui.define(["sap/base/Log", "sap/f/Card", "sap/f/GridContainer", "sap/f/GridC
249
249
  * @extends BasePanel
250
250
  *
251
251
  * @author SAP SE
252
- * @version 1.124.0
252
+ * @version 1.124.1
253
253
  * @since 1.121
254
254
  *
255
255
  * @abstract
@@ -185,7 +185,7 @@ sap.ui.define(["sap/base/Log", "./BaseContainer"], function (Log, __BaseContaine
185
185
  * @extends BaseContainer
186
186
  *
187
187
  * @author SAP SE
188
- * @version 1.124.0
188
+ * @version 1.124.1
189
189
  * @since 1.121
190
190
  *
191
191
  * @internal
@@ -11,7 +11,7 @@ sap.ui.define(["sap/ui/core/Lib", "sap/ui/core/library", "sap/ui/integration/lib
11
11
 
12
12
  const thisLib = Lib.init({
13
13
  name: "sap.cux.home",
14
- version: "1.124.0",
14
+ version: "1.124.1",
15
15
  dependencies: ["sap.ui.core", "sap.m", "sap.ui.integration"],
16
16
  types: ["sap.cux.home.LayoutType"],
17
17
  interfaces: [],
@@ -323,9 +323,9 @@ sap.ui.require.preload({
323
323
  (c) Copyright 2009-2024 SAP SE. All rights reserved
324
324
 
325
325
  */
326
- "use strict";sap.ui.define(["sap/ui/core/Lib","sap/ui/core/library","sap/ui/integration/library"],function(e,i,a){"use strict";const s=e.init({name:"sap.cux.home",version:"1.124.0",dependencies:["sap.ui.core","sap.m","sap.ui.integration"],types:["sap.cux.home.LayoutType"],interfaces:[],controls:[],elements:[],noLibraryCSS:false,extensions:{flChangeHandlers:{"sap.cux.home.Layout":"sap/cux/home/flexibility/Layout","sap.cux.home.ToDosContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.InsightsContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.AppsContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.NewsAndPagesContainer":"sap/cux/home/flexibility/BaseContainer"}}});var n=function(e){e["SideBySide"]="SideBySide";e["Vertical"]="Vertical";e["Horizontal"]="Horizontal";return e}(n||{});s.LayoutType=n;var o=function(e){e["RSS"]="rss";e["Feed"]="feed";e["Custom"]="customFeed";return e}(o||{});s.NewsType=o;return s});
326
+ "use strict";sap.ui.define(["sap/ui/core/Lib","sap/ui/core/library","sap/ui/integration/library"],function(e,i,a){"use strict";const s=e.init({name:"sap.cux.home",version:"1.124.1",dependencies:["sap.ui.core","sap.m","sap.ui.integration"],types:["sap.cux.home.LayoutType"],interfaces:[],controls:[],elements:[],noLibraryCSS:false,extensions:{flChangeHandlers:{"sap.cux.home.Layout":"sap/cux/home/flexibility/Layout","sap.cux.home.ToDosContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.InsightsContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.AppsContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.NewsAndPagesContainer":"sap/cux/home/flexibility/BaseContainer"}}});var n=function(e){e["SideBySide"]="SideBySide";e["Vertical"]="Vertical";e["Horizontal"]="Horizontal";return e}(n||{});s.LayoutType=n;var o=function(e){e["RSS"]="rss";e["Feed"]="feed";e["Custom"]="customFeed";return e}(o||{});s.NewsType=o;return s});
327
327
  },
328
- "sap/cux/home/manifest.json":'{"_version":"1.21.0","sap.app":{"id":"sap.cux.home","type":"library","embeds":[],"applicationVersion":{"version":"0.0.1"},"title":"UI5 library: sap.cux.home","description":"UI5 library: sap.cux.home","resources":"resources.json","offline":true},"sap.ui":{"technology":"UI5","supportedThemes":["base","sap_belize","sap_belize_hcb","sap_belize_hcw","sap_belize_plus","sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw"]},"sap.ui5":{"dependencies":{"minUI5Version":"1.124","libs":{"sap.ui.core":{"minVersion":"1.124.1-SNAPSHOT"},"sap.m":{"minVersion":"1.124.1-SNAPSHOT"},"sap.ui.integration":{"minVersion":"1.124.1-SNAPSHOT"}}},"library":{"i18n":false,"content":{"controls":[],"elements":[],"types":["sap.cux.home.LayoutType"],"interfaces":[]}}}}',
328
+ "sap/cux/home/manifest.json":'{"_version":"1.21.0","sap.app":{"id":"sap.cux.home","type":"library","embeds":[],"applicationVersion":{"version":"0.0.1"},"title":"UI5 library: sap.cux.home","description":"UI5 library: sap.cux.home","resources":"resources.json","offline":true},"sap.ui":{"technology":"UI5","supportedThemes":["base","sap_belize","sap_belize_hcb","sap_belize_hcw","sap_belize_plus","sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw"]},"sap.ui5":{"dependencies":{"minUI5Version":"1.124","libs":{"sap.ui.core":{"minVersion":"1.124.2"},"sap.m":{"minVersion":"1.124.2"},"sap.ui.integration":{"minVersion":"1.124.2"}}},"library":{"i18n":false,"content":{"controls":[],"elements":[],"types":["sap.cux.home.LayoutType"],"interfaces":[]}}}}',
329
329
  "sap/cux/home/utils/BatchHelper.js":function(){
330
330
  /*!
331
331
  *
@@ -4,5 +4,5 @@
4
4
  (c) Copyright 2009-2024 SAP SE. All rights reserved
5
5
 
6
6
  */
7
- "use strict";sap.ui.define(["sap/ui/core/Lib","sap/ui/core/library","sap/ui/integration/library"],function(e,i,a){"use strict";const s=e.init({name:"sap.cux.home",version:"1.124.0",dependencies:["sap.ui.core","sap.m","sap.ui.integration"],types:["sap.cux.home.LayoutType"],interfaces:[],controls:[],elements:[],noLibraryCSS:false,extensions:{flChangeHandlers:{"sap.cux.home.Layout":"sap/cux/home/flexibility/Layout","sap.cux.home.ToDosContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.InsightsContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.AppsContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.NewsAndPagesContainer":"sap/cux/home/flexibility/BaseContainer"}}});var n=function(e){e["SideBySide"]="SideBySide";e["Vertical"]="Vertical";e["Horizontal"]="Horizontal";return e}(n||{});s.LayoutType=n;var o=function(e){e["RSS"]="rss";e["Feed"]="feed";e["Custom"]="customFeed";return e}(o||{});s.NewsType=o;return s});
7
+ "use strict";sap.ui.define(["sap/ui/core/Lib","sap/ui/core/library","sap/ui/integration/library"],function(e,i,a){"use strict";const s=e.init({name:"sap.cux.home",version:"1.124.1",dependencies:["sap.ui.core","sap.m","sap.ui.integration"],types:["sap.cux.home.LayoutType"],interfaces:[],controls:[],elements:[],noLibraryCSS:false,extensions:{flChangeHandlers:{"sap.cux.home.Layout":"sap/cux/home/flexibility/Layout","sap.cux.home.ToDosContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.InsightsContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.AppsContainer":"sap/cux/home/flexibility/BaseContainer","sap.cux.home.NewsAndPagesContainer":"sap/cux/home/flexibility/BaseContainer"}}});var n=function(e){e["SideBySide"]="SideBySide";e["Vertical"]="Vertical";e["Horizontal"]="Horizontal";return e}(n||{});s.LayoutType=n;var o=function(e){e["RSS"]="rss";e["Feed"]="feed";e["Custom"]="customFeed";return e}(o||{});s.NewsType=o;return s});
8
8
  //# sourceMappingURL=library.js.map
@@ -35,13 +35,13 @@
35
35
  "minUI5Version": "1.124",
36
36
  "libs": {
37
37
  "sap.ui.core": {
38
- "minVersion": "1.124.1-SNAPSHOT"
38
+ "minVersion": "1.124.2"
39
39
  },
40
40
  "sap.m": {
41
- "minVersion": "1.124.1-SNAPSHOT"
41
+ "minVersion": "1.124.2"
42
42
  },
43
43
  "sap.ui.integration": {
44
- "minVersion": "1.124.1-SNAPSHOT"
44
+ "minVersion": "1.124.2"
45
45
  }
46
46
  }
47
47
  },
@@ -101,7 +101,7 @@ sap.ui.define(["sap/ui/base/Object"], function (BaseObject) {
101
101
  * @extends BaseObject
102
102
  *
103
103
  * @author SAP SE
104
- * @version 1.124.0
104
+ * @version 1.124.1
105
105
  * @since 1.121
106
106
  *
107
107
  * @internal
@@ -34,7 +34,7 @@ sap.ui.define(["sap/m/library", "sap/ui/base/Object", "sap/ui/core/format/DateFo
34
34
  * @extends sap.ui.BaseObject
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.124.0
37
+ * @version 1.124.1
38
38
  * @since 1.122.0
39
39
  *
40
40
  * @private
@@ -56,7 +56,7 @@ sap.ui.define(["sap/base/Log", "sap/m/MessageBox", "sap/m/MessageToast", "sap/m/
56
56
  * @extends BaseObject
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.124.0
59
+ * @version 1.124.1
60
60
  * @since 1.121
61
61
  *
62
62
  * @internal
@@ -11,7 +11,7 @@ sap.ui.define(["sap/ui/base/Event", "sap/ui/base/Object", "sap/ui/core/Element",
11
11
  * @extends sap.ui.BaseObject
12
12
  *
13
13
  * @author SAP SE
14
- * @version 1.124.0
14
+ * @version 1.124.1
15
15
  * @since 1.122.0
16
16
  *
17
17
  * @private
@@ -27,7 +27,7 @@ sap.ui.define(["sap/ui/base/Object", "sap/ushell/Config", "./ColorUtils", "./Con
27
27
  * @extends sap.ui.BaseObject
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.124.0
30
+ * @version 1.124.1
31
31
  * @since 1.121.0
32
32
  *
33
33
  * @private
@@ -18,7 +18,7 @@ sap.ui.define(["sap/ui/base/Object", "sap/ui/core/Component"], function (BaseObj
18
18
  * @extends sap.ui.BaseObject
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.124.0
21
+ * @version 1.124.1
22
22
  * @since 1.122.0
23
23
  *
24
24
  * @private
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/base/Object"], function (BaseObject) {
16
16
  * @extends sap.ui.BaseObject
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.124.0
19
+ * @version 1.124.1
20
20
  * @since 1.121.0
21
21
  *
22
22
  * @private