@openui5/sap.f 1.119.1 → 1.120.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 (130) hide show
  1. package/THIRDPARTY.txt +6 -6
  2. package/package.json +4 -4
  3. package/src/sap/f/.library +1 -1
  4. package/src/sap/f/Avatar.js +1 -1
  5. package/src/sap/f/AvatarGroup.js +1 -1
  6. package/src/sap/f/AvatarGroupItem.js +1 -1
  7. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  8. package/src/sap/f/CalendarInCard.js +1 -1
  9. package/src/sap/f/Card.js +1 -1
  10. package/src/sap/f/CardBase.js +1 -1
  11. package/src/sap/f/DynamicPage.js +1 -1
  12. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  13. package/src/sap/f/DynamicPageHeader.js +1 -1
  14. package/src/sap/f/DynamicPageTitle.js +1 -1
  15. package/src/sap/f/FlexibleColumnLayout.js +1155 -427
  16. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayoutRenderer.js +64 -27
  18. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +5 -5
  19. package/src/sap/f/GridContainer.js +2 -4
  20. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  21. package/src/sap/f/GridContainerSettings.js +2 -2
  22. package/src/sap/f/GridList.js +2 -2
  23. package/src/sap/f/GridListItem.js +1 -1
  24. package/src/sap/f/IllustratedMessage.js +1 -1
  25. package/src/sap/f/Illustration.js +1 -1
  26. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  27. package/src/sap/f/ProductSwitch.js +1 -1
  28. package/src/sap/f/ProductSwitchItem.js +1 -1
  29. package/src/sap/f/SearchManager.js +1 -1
  30. package/src/sap/f/ShellBar.js +1 -1
  31. package/src/sap/f/SidePanel.js +1 -1
  32. package/src/sap/f/SidePanelItem.js +1 -1
  33. package/src/sap/f/cards/BaseHeader.js +1 -1
  34. package/src/sap/f/cards/Header.js +1 -1
  35. package/src/sap/f/cards/NumericHeader.js +1 -1
  36. package/src/sap/f/cards/NumericIndicators.js +1 -1
  37. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  38. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  39. package/src/sap/f/cards/loading/CalendarPlaceholder.js +8 -1
  40. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  41. package/src/sap/f/cards/loading/ListPlaceholder.js +33 -4
  42. package/src/sap/f/cards/loading/ListPlaceholderRenderer.js +18 -21
  43. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  45. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  47. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  48. package/src/sap/f/delegate/GridContainerItemNavigation.js +6 -1
  49. package/src/sap/f/delegate/GridItemNavigation.js +16 -19
  50. package/src/sap/f/designtime/messagebundle_mk.properties +8 -0
  51. package/src/sap/f/dnd/GridDragOver.js +1 -1
  52. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  53. package/src/sap/f/library.js +2 -2
  54. package/src/sap/f/messagebundle.properties +3 -12
  55. package/src/sap/f/messagebundle_ar.properties +2 -8
  56. package/src/sap/f/messagebundle_bg.properties +2 -8
  57. package/src/sap/f/messagebundle_ca.properties +2 -8
  58. package/src/sap/f/messagebundle_cs.properties +2 -8
  59. package/src/sap/f/messagebundle_cy.properties +2 -8
  60. package/src/sap/f/messagebundle_da.properties +2 -8
  61. package/src/sap/f/messagebundle_de.properties +2 -8
  62. package/src/sap/f/messagebundle_el.properties +2 -8
  63. package/src/sap/f/messagebundle_en.properties +2 -8
  64. package/src/sap/f/messagebundle_en_GB.properties +2 -8
  65. package/src/sap/f/messagebundle_es.properties +2 -8
  66. package/src/sap/f/messagebundle_es_MX.properties +2 -8
  67. package/src/sap/f/messagebundle_et.properties +2 -8
  68. package/src/sap/f/messagebundle_fi.properties +2 -8
  69. package/src/sap/f/messagebundle_fr.properties +3 -9
  70. package/src/sap/f/messagebundle_fr_CA.properties +2 -8
  71. package/src/sap/f/messagebundle_hi.properties +2 -8
  72. package/src/sap/f/messagebundle_hr.properties +2 -8
  73. package/src/sap/f/messagebundle_hu.properties +2 -8
  74. package/src/sap/f/messagebundle_id.properties +2 -8
  75. package/src/sap/f/messagebundle_it.properties +2 -8
  76. package/src/sap/f/messagebundle_iw.properties +2 -8
  77. package/src/sap/f/messagebundle_ja.properties +2 -8
  78. package/src/sap/f/messagebundle_kk.properties +2 -8
  79. package/src/sap/f/messagebundle_ko.properties +2 -8
  80. package/src/sap/f/messagebundle_lt.properties +2 -8
  81. package/src/sap/f/messagebundle_lv.properties +2 -8
  82. package/src/sap/f/messagebundle_mk.properties +161 -0
  83. package/src/sap/f/messagebundle_ms.properties +2 -8
  84. package/src/sap/f/messagebundle_nl.properties +2 -8
  85. package/src/sap/f/messagebundle_no.properties +2 -8
  86. package/src/sap/f/messagebundle_pl.properties +2 -8
  87. package/src/sap/f/messagebundle_pt.properties +2 -8
  88. package/src/sap/f/messagebundle_pt_PT.properties +2 -8
  89. package/src/sap/f/messagebundle_ro.properties +2 -8
  90. package/src/sap/f/messagebundle_ru.properties +2 -8
  91. package/src/sap/f/messagebundle_sh.properties +10 -16
  92. package/src/sap/f/messagebundle_sk.properties +2 -8
  93. package/src/sap/f/messagebundle_sl.properties +2 -8
  94. package/src/sap/f/messagebundle_sv.properties +2 -8
  95. package/src/sap/f/messagebundle_th.properties +2 -8
  96. package/src/sap/f/messagebundle_tr.properties +2 -8
  97. package/src/sap/f/messagebundle_uk.properties +2 -8
  98. package/src/sap/f/messagebundle_vi.properties +2 -8
  99. package/src/sap/f/messagebundle_zh_CN.properties +2 -8
  100. package/src/sap/f/messagebundle_zh_TW.properties +2 -8
  101. package/src/sap/f/semantic/AddAction.js +1 -1
  102. package/src/sap/f/semantic/CloseAction.js +1 -1
  103. package/src/sap/f/semantic/CopyAction.js +1 -1
  104. package/src/sap/f/semantic/DeleteAction.js +1 -1
  105. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  106. package/src/sap/f/semantic/EditAction.js +1 -1
  107. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  108. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  109. package/src/sap/f/semantic/FlagAction.js +1 -1
  110. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  111. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  112. package/src/sap/f/semantic/MainAction.js +1 -1
  113. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  114. package/src/sap/f/semantic/NegativeAction.js +1 -1
  115. package/src/sap/f/semantic/PositiveAction.js +1 -1
  116. package/src/sap/f/semantic/PrintAction.js +1 -1
  117. package/src/sap/f/semantic/SemanticButton.js +1 -1
  118. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  119. package/src/sap/f/semantic/SemanticControl.js +1 -1
  120. package/src/sap/f/semantic/SemanticPage.js +1 -1
  121. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  122. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  123. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  124. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  125. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  126. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  127. package/src/sap/f/shellBar/CoPilot.js +1 -1
  128. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  129. package/src/sap/f/shellBar/Search.js +1 -1
  130. package/src/sap/f/themes/base/FlexibleColumnLayout.less +149 -38
package/THIRDPARTY.txt CHANGED
@@ -179,7 +179,7 @@ License: Apache-2.0
179
179
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
180
180
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
181
181
 
182
- Component: Unicode Common Locale Data Repository, version: 41
182
+ Component: Unicode Common Locale Data Repository, version: 43
183
183
  Copyright: 1991-2014 Unicode, Inc.
184
184
  License: Unicode-DFS-2015
185
185
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
@@ -334,7 +334,7 @@ License: ISC
334
334
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
335
335
  Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
336
336
 
337
- Component: Time Zone Database, version: 2022a
337
+ Component: Time Zone Database, version: 2023c
338
338
  Copyright: Arthur David Olson, Paul Eggert and other contributors
339
339
  License: LicenseRef-tzdata-PublicDomain
340
340
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
@@ -416,7 +416,7 @@ Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplore
416
416
 
417
417
  Library: sap.ui.webc.common:
418
418
 
419
- Component: UI5 Web Components, version: 1.5.0
419
+ Component: UI5 Web Components, version: 1.18.0
420
420
  Copyright: SAP
421
421
  License: Apache-2.0
422
422
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -436,13 +436,13 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
436
436
 
437
437
  Library: sap.ui.webc.fiori:
438
438
 
439
- Component: UI5 Web Components, version: 1.5.0
439
+ Component: UI5 Web Components, version: 1.18.0
440
440
  Copyright: SAP
441
441
  License: Apache-2.0
442
442
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
443
443
  Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
444
444
 
445
- Component: ZXing, version: 0.19.1
445
+ Component: ZXing, version: 0.17.1
446
446
  Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
447
447
  License: Apache-2.0
448
448
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -451,7 +451,7 @@ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
451
451
 
452
452
  Library: sap.ui.webc.main:
453
453
 
454
- Component: UI5 Web Components, version: 1.5.0
454
+ Component: UI5 Web Components, version: 1.18.0
455
455
  Copyright: SAP
456
456
  License: Apache-2.0
457
457
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.f",
3
- "version": "1.119.1",
3
+ "version": "1.120.1",
4
4
  "description": "OpenUI5 UI Library sap.f",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.119.1",
18
- "@openui5/sap.ui.core": "1.119.1",
19
- "@openui5/sap.ui.layout": "1.119.1"
17
+ "@openui5/sap.m": "1.120.1",
18
+ "@openui5/sap.ui.core": "1.120.1",
19
+ "@openui5/sap.ui.layout": "1.120.1"
20
20
  }
21
21
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.119.1</version>
9
+ <version>1.120.1</version>
10
10
 
11
11
  <documentation>SAPUI5 library with Fiori controls.</documentation>
12
12
 
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.m.Avatar
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.119.1
43
+ * @version 1.120.1
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -98,7 +98,7 @@ sap.ui.define([
98
98
  * @extends sap.ui.core.Control
99
99
  *
100
100
  * @author SAP SE
101
- * @version 1.119.1
101
+ * @version 1.120.1
102
102
  *
103
103
  * @constructor
104
104
  * @public
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.119.1
35
+ * @version 1.120.1
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * This calendar appointment is used in card content of type Calendar.
22
22
  *
23
23
  * @extends sap.ui.unified.CalendarAppointment
24
- * @version 1.119.1
24
+ * @version 1.120.1
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * <code>sap.m.Toolbar</code> with <code>sap.m.Buttons</code>.
44
44
  *
45
45
  * @extends sap.ui.unified.Calendar
46
- * @version 1.119.1
46
+ * @version 1.120.1
47
47
  *
48
48
  * @constructor
49
49
  * @private
package/src/sap/f/Card.js CHANGED
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * @extends sap.f.CardBase
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.119.1
74
+ * @version 1.120.1
75
75
  *
76
76
  * @constructor
77
77
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Control
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.119.1
40
+ * @version 1.120.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -112,7 +112,7 @@ sap.ui.define([
112
112
  * @extends sap.ui.core.Control
113
113
  *
114
114
  * @author SAP SE
115
- * @version 1.119.1
115
+ * @version 1.120.1
116
116
  *
117
117
  * @constructor
118
118
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.119.1
26
+ * @version 1.120.1
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.119.1
65
+ * @version 1.120.1
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -93,7 +93,7 @@ sap.ui.define([
93
93
  * @extends sap.ui.core.Control
94
94
  *
95
95
  * @author SAP SE
96
- * @version 1.119.1
96
+ * @version 1.120.1
97
97
  *
98
98
  * @constructor
99
99
  * @public