@sapui5/sap.gantt 1.84.27 → 1.84.28

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 (239) hide show
  1. package/package.json +1 -1
  2. package/src/sap/gantt/.library +1 -1
  3. package/src/sap/gantt/AdhocLine.js +2 -2
  4. package/src/sap/gantt/GanttChart.js +2 -2
  5. package/src/sap/gantt/GanttChartBase.js +2 -2
  6. package/src/sap/gantt/GanttChartContainer.js +2 -2
  7. package/src/sap/gantt/GanttChartContainerRenderer.js +1 -1
  8. package/src/sap/gantt/GanttChartRenderer.js +1 -1
  9. package/src/sap/gantt/GanttChartWithTable.js +2 -2
  10. package/src/sap/gantt/GanttChartWithTableRenderer.js +1 -1
  11. package/src/sap/gantt/axistime/AxisTimeStrategyBase.js +2 -2
  12. package/src/sap/gantt/axistime/FullScreenStrategy.js +2 -2
  13. package/src/sap/gantt/axistime/ProportionZoomStrategy.js +2 -2
  14. package/src/sap/gantt/axistime/StepwiseZoomStrategy.js +2 -2
  15. package/src/sap/gantt/config/BirdEyeGroup.js +2 -2
  16. package/src/sap/gantt/config/ChartScheme.js +2 -2
  17. package/src/sap/gantt/config/ColumnAttribute.js +2 -2
  18. package/src/sap/gantt/config/ContainerLayout.js +2 -2
  19. package/src/sap/gantt/config/ExpandChart.js +2 -2
  20. package/src/sap/gantt/config/ExpandChartGroup.js +2 -2
  21. package/src/sap/gantt/config/GanttChartLayout.js +2 -2
  22. package/src/sap/gantt/config/Hierarchy.js +2 -2
  23. package/src/sap/gantt/config/HierarchyColumn.js +2 -2
  24. package/src/sap/gantt/config/LayoutGroup.js +2 -2
  25. package/src/sap/gantt/config/Locale.js +2 -2
  26. package/src/sap/gantt/config/Mode.js +2 -2
  27. package/src/sap/gantt/config/ModeGroup.js +2 -2
  28. package/src/sap/gantt/config/ObjectType.js +2 -2
  29. package/src/sap/gantt/config/SettingGroup.js +2 -2
  30. package/src/sap/gantt/config/SettingItem.js +2 -2
  31. package/src/sap/gantt/config/Shape.js +2 -2
  32. package/src/sap/gantt/config/TimeAxis.js +2 -2
  33. package/src/sap/gantt/config/TimeHorizon.js +2 -2
  34. package/src/sap/gantt/config/TimeZoomGroup.js +2 -2
  35. package/src/sap/gantt/config/ToolbarGroup.js +2 -2
  36. package/src/sap/gantt/config/ToolbarScheme.js +2 -2
  37. package/src/sap/gantt/control/AssociateContainer.js +1 -1
  38. package/src/sap/gantt/control/AssociateContainerRenderer.js +1 -1
  39. package/src/sap/gantt/control/Cell.js +2 -2
  40. package/src/sap/gantt/control/CellRenderer.js +1 -1
  41. package/src/sap/gantt/control/Toolbar.js +1 -1
  42. package/src/sap/gantt/control/ToolbarRenderer.js +1 -1
  43. package/src/sap/gantt/def/DefBase.js +2 -2
  44. package/src/sap/gantt/def/SvgDefs.js +2 -2
  45. package/src/sap/gantt/def/cal/Calendar.js +2 -2
  46. package/src/sap/gantt/def/cal/CalendarDefs.js +2 -2
  47. package/src/sap/gantt/def/cal/TimeInterval.js +2 -2
  48. package/src/sap/gantt/def/filter/MorphologyFilter.js +2 -2
  49. package/src/sap/gantt/def/gradient/LinearGradient.js +2 -2
  50. package/src/sap/gantt/def/gradient/RadialGradient.js +2 -2
  51. package/src/sap/gantt/def/gradient/Stop.js +2 -2
  52. package/src/sap/gantt/def/pattern/BackSlashPattern.js +2 -2
  53. package/src/sap/gantt/def/pattern/PatternBase.js +2 -2
  54. package/src/sap/gantt/def/pattern/SlashPattern.js +2 -2
  55. package/src/sap/gantt/designtime/GanttChart.designtime.js +1 -1
  56. package/src/sap/gantt/designtime/GanttChartWithTable.designtime.js +1 -1
  57. package/src/sap/gantt/designtime/library.designtime.js +1 -1
  58. package/src/sap/gantt/designtime/simple/GanttChartContainer.designtime.js +1 -1
  59. package/src/sap/gantt/drawer/AdhocLine.js +1 -1
  60. package/src/sap/gantt/drawer/CalendarPattern.js +1 -1
  61. package/src/sap/gantt/drawer/CursorLine.js +1 -1
  62. package/src/sap/gantt/drawer/Drawer.js +2 -2
  63. package/src/sap/gantt/drawer/ExpandedBackground.js +1 -1
  64. package/src/sap/gantt/drawer/NowLine.js +1 -1
  65. package/src/sap/gantt/drawer/SelectionPanel.js +1 -1
  66. package/src/sap/gantt/drawer/ShapeCrossRow.js +1 -1
  67. package/src/sap/gantt/drawer/ShapeInRow.js +1 -1
  68. package/src/sap/gantt/drawer/TimePeriodZoomRectangle.js +1 -1
  69. package/src/sap/gantt/drawer/VerticalLine.js +1 -1
  70. package/src/sap/gantt/eventHandler/AutoScrollHandler.js +2 -2
  71. package/src/sap/gantt/eventHandler/BirdEyeHandler.js +1 -1
  72. package/src/sap/gantt/eventHandler/MouseWheelHandler.js +2 -2
  73. package/src/sap/gantt/eventHandler/ShapeHoverHandler.js +2 -2
  74. package/src/sap/gantt/eventHandler/ShapeResizeHandler.js +2 -2
  75. package/src/sap/gantt/eventHandler/TimePeriodZoomHandler.js +2 -2
  76. package/src/sap/gantt/eventHandler/TimePopoverHandler.js +2 -2
  77. package/src/sap/gantt/legend/DimensionLegend.js +2 -2
  78. package/src/sap/gantt/legend/DimensionLegendRenderer.js +1 -1
  79. package/src/sap/gantt/legend/LegendBase.js +2 -2
  80. package/src/sap/gantt/legend/LegendContainer.js +2 -2
  81. package/src/sap/gantt/legend/LegendContainerRenderer.js +1 -1
  82. package/src/sap/gantt/legend/ListLegend.js +2 -2
  83. package/src/sap/gantt/legend/ListLegendRenderer.js +1 -1
  84. package/src/sap/gantt/library.js +3 -3
  85. package/src/sap/gantt/messagebundle_bg.properties +3 -3
  86. package/src/sap/gantt/messagebundle_de.properties +10 -10
  87. package/src/sap/gantt/messagebundle_es.properties +7 -7
  88. package/src/sap/gantt/messagebundle_fi.properties +6 -6
  89. package/src/sap/gantt/messagebundle_fr.properties +6 -6
  90. package/src/sap/gantt/messagebundle_fr_CA.properties +2 -2
  91. package/src/sap/gantt/messagebundle_hr.properties +3 -3
  92. package/src/sap/gantt/messagebundle_hu.properties +2 -2
  93. package/src/sap/gantt/messagebundle_id.properties +3 -3
  94. package/src/sap/gantt/messagebundle_ja.properties +2 -2
  95. package/src/sap/gantt/messagebundle_kk.properties +6 -6
  96. package/src/sap/gantt/messagebundle_lt.properties +2 -2
  97. package/src/sap/gantt/messagebundle_ms.properties +1 -1
  98. package/src/sap/gantt/messagebundle_no.properties +5 -5
  99. package/src/sap/gantt/messagebundle_pt_PT.properties +1 -1
  100. package/src/sap/gantt/messagebundle_sh.properties +17 -17
  101. package/src/sap/gantt/messagebundle_sk.properties +2 -2
  102. package/src/sap/gantt/messagebundle_sr.properties +296 -0
  103. package/src/sap/gantt/messagebundle_sv.properties +2 -2
  104. package/src/sap/gantt/messagebundle_th.properties +5 -5
  105. package/src/sap/gantt/messagebundle_tr.properties +3 -3
  106. package/src/sap/gantt/messagebundle_uk.properties +5 -5
  107. package/src/sap/gantt/misc/AxisOrdinal.js +1 -1
  108. package/src/sap/gantt/misc/AxisTime.js +1 -1
  109. package/src/sap/gantt/misc/Format.js +1 -1
  110. package/src/sap/gantt/misc/RelativeTimeFormatter.js +2 -2
  111. package/src/sap/gantt/misc/ShapeManager.js +2 -2
  112. package/src/sap/gantt/misc/ShapeSelectionModel.js +1 -1
  113. package/src/sap/gantt/misc/Utility.js +1 -1
  114. package/src/sap/gantt/shape/Circle.js +2 -2
  115. package/src/sap/gantt/shape/ClipPath.js +2 -2
  116. package/src/sap/gantt/shape/Definitions.js +2 -2
  117. package/src/sap/gantt/shape/Group.js +2 -2
  118. package/src/sap/gantt/shape/Image.js +2 -2
  119. package/src/sap/gantt/shape/Line.js +2 -2
  120. package/src/sap/gantt/shape/Path.js +2 -2
  121. package/src/sap/gantt/shape/Polygon.js +2 -2
  122. package/src/sap/gantt/shape/Polyline.js +2 -2
  123. package/src/sap/gantt/shape/Rectangle.js +2 -2
  124. package/src/sap/gantt/shape/ResizeShadowShape.js +2 -2
  125. package/src/sap/gantt/shape/SelectedShape.js +2 -2
  126. package/src/sap/gantt/shape/Shape.js +2 -2
  127. package/src/sap/gantt/shape/Text.js +2 -2
  128. package/src/sap/gantt/shape/cal/Calendar.js +2 -2
  129. package/src/sap/gantt/shape/ext/Chevron.js +2 -2
  130. package/src/sap/gantt/shape/ext/Cursor.js +2 -2
  131. package/src/sap/gantt/shape/ext/Diamond.js +2 -2
  132. package/src/sap/gantt/shape/ext/Iconfont.js +2 -2
  133. package/src/sap/gantt/shape/ext/Pentangle.js +2 -2
  134. package/src/sap/gantt/shape/ext/TextRepeat.js +2 -2
  135. package/src/sap/gantt/shape/ext/Triangle.js +2 -2
  136. package/src/sap/gantt/shape/ext/rls/Relationship.js +2 -2
  137. package/src/sap/gantt/shape/ext/rls/SelectedRelationship.js +2 -2
  138. package/src/sap/gantt/shape/ext/ubc/UbcBorderPath.js +2 -2
  139. package/src/sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon.js +2 -2
  140. package/src/sap/gantt/shape/ext/ubc/UbcPolygon.js +2 -2
  141. package/src/sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon.js +2 -2
  142. package/src/sap/gantt/shape/ext/ubc/UbcTooltipRectangle.js +2 -2
  143. package/src/sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon.js +2 -2
  144. package/src/sap/gantt/shape/ext/ubc/UbcUsedPolygon.js +2 -2
  145. package/src/sap/gantt/shape/ext/ubc/UtilizationBarChart.js +2 -2
  146. package/src/sap/gantt/shape/ext/ulc/UlcBorderPath.js +2 -2
  147. package/src/sap/gantt/shape/ext/ulc/UlcClipPath.js +2 -2
  148. package/src/sap/gantt/shape/ext/ulc/UlcClipingPath.js +2 -2
  149. package/src/sap/gantt/shape/ext/ulc/UlcDimension.js +2 -2
  150. package/src/sap/gantt/shape/ext/ulc/UlcMiddleLine.js +2 -2
  151. package/src/sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle.js +2 -2
  152. package/src/sap/gantt/shape/ext/ulc/UlcOverClipRectangle.js +2 -2
  153. package/src/sap/gantt/shape/ext/ulc/UlcRectangle.js +2 -2
  154. package/src/sap/gantt/shape/ext/ulc/UlcTooltipRectangle.js +2 -2
  155. package/src/sap/gantt/shape/ext/ulc/UlcUnderClipRectangle.js +2 -2
  156. package/src/sap/gantt/shape/ext/ulc/UtilizationLineChart.js +2 -2
  157. package/src/sap/gantt/simple/AdhocDiamond.js +2 -2
  158. package/src/sap/gantt/simple/AdhocLine.js +2 -2
  159. package/src/sap/gantt/simple/AdhocLineRenderer.js +1 -1
  160. package/src/sap/gantt/simple/AggregationUtils.js +1 -1
  161. package/src/sap/gantt/simple/BaseCalendar.js +2 -2
  162. package/src/sap/gantt/simple/BaseChevron.js +2 -2
  163. package/src/sap/gantt/simple/BaseConditionalShape.js +2 -2
  164. package/src/sap/gantt/simple/BaseCursor.js +2 -2
  165. package/src/sap/gantt/simple/BaseDeltaRectangle.js +2 -2
  166. package/src/sap/gantt/simple/BaseDiamond.js +2 -2
  167. package/src/sap/gantt/simple/BaseGroup.js +2 -2
  168. package/src/sap/gantt/simple/BaseImage.js +2 -2
  169. package/src/sap/gantt/simple/BaseLine.js +2 -2
  170. package/src/sap/gantt/simple/BasePath.js +2 -2
  171. package/src/sap/gantt/simple/BaseRectangle.js +2 -2
  172. package/src/sap/gantt/simple/BaseShape.js +2 -2
  173. package/src/sap/gantt/simple/BaseText.js +2 -2
  174. package/src/sap/gantt/simple/BaseTriangle.js +1 -1
  175. package/src/sap/gantt/simple/ContainerToolbar.js +1 -1
  176. package/src/sap/gantt/simple/ContainerToolbarPlaceholder.js +2 -2
  177. package/src/sap/gantt/simple/ContainerToolbarRenderer.js +1 -1
  178. package/src/sap/gantt/simple/CoordinateUtils.js +2 -2
  179. package/src/sap/gantt/simple/DeltaLine.js +2 -2
  180. package/src/sap/gantt/simple/DeltaLineRenderer.js +1 -1
  181. package/src/sap/gantt/simple/DimensionLegend.js +1 -1
  182. package/src/sap/gantt/simple/DimensionLegendRenderer.js +1 -1
  183. package/src/sap/gantt/simple/ExpandModel.js +2 -2
  184. package/src/sap/gantt/simple/GanttChartContainer.js +2 -2
  185. package/src/sap/gantt/simple/GanttChartContainerRenderer.js +1 -1
  186. package/src/sap/gantt/simple/GanttChartWithTable.js +2 -2
  187. package/src/sap/gantt/simple/GanttChartWithTableRenderer.js +1 -1
  188. package/src/sap/gantt/simple/GanttConnectExtension.js +1 -1
  189. package/src/sap/gantt/simple/GanttDragDropExtension.js +2 -2
  190. package/src/sap/gantt/simple/GanttExtension.js +2 -2
  191. package/src/sap/gantt/simple/GanttHeader.js +2 -2
  192. package/src/sap/gantt/simple/GanttPointerExtension.js +2 -2
  193. package/src/sap/gantt/simple/GanttPopoverExtension.js +2 -2
  194. package/src/sap/gantt/simple/GanttPrinting.js +9 -4
  195. package/src/sap/gantt/simple/GanttResizeExtension.js +1 -1
  196. package/src/sap/gantt/simple/GanttRowSettings.js +2 -2
  197. package/src/sap/gantt/simple/GanttScrollExtension.js +1 -1
  198. package/src/sap/gantt/simple/GanttSyncedControl.js +1 -1
  199. package/src/sap/gantt/simple/GanttUtils.js +1 -1
  200. package/src/sap/gantt/simple/GanttZoomExtension.js +1 -1
  201. package/src/sap/gantt/simple/InnerGanttChart.js +2 -2
  202. package/src/sap/gantt/simple/InnerGanttChartRenderer.js +1 -1
  203. package/src/sap/gantt/simple/LegendColumnConfig.js +1 -1
  204. package/src/sap/gantt/simple/LegendContainer.js +2 -2
  205. package/src/sap/gantt/simple/LegendContainerRenderer.js +1 -1
  206. package/src/sap/gantt/simple/LegendRowConfig.js +1 -1
  207. package/src/sap/gantt/simple/LegendShapeGroup.js +2 -2
  208. package/src/sap/gantt/simple/LegendShapeGroupOrientation.js +1 -1
  209. package/src/sap/gantt/simple/ListLegend.js +1 -1
  210. package/src/sap/gantt/simple/ListLegendItem.js +1 -1
  211. package/src/sap/gantt/simple/ListLegendRenderer.js +1 -1
  212. package/src/sap/gantt/simple/MarkerType.js +1 -1
  213. package/src/sap/gantt/simple/Relationship.js +2 -2
  214. package/src/sap/gantt/simple/RenderUtils.js +1 -1
  215. package/src/sap/gantt/simple/SelectionModel.js +1 -1
  216. package/src/sap/gantt/simple/ShapeScheme.js +2 -2
  217. package/src/sap/gantt/simple/UtilizationBarChart.js +2 -2
  218. package/src/sap/gantt/simple/UtilizationChart.js +2 -2
  219. package/src/sap/gantt/simple/UtilizationDimension.js +2 -2
  220. package/src/sap/gantt/simple/UtilizationLineChart.js +2 -2
  221. package/src/sap/gantt/simple/UtilizationPeriod.js +2 -2
  222. package/src/sap/gantt/simple/shapes/Shape.js +2 -2
  223. package/src/sap/gantt/simple/shapes/Task.js +2 -2
  224. package/src/sap/gantt/themes/base/Gantt.less +1 -1
  225. package/src/sap/gantt/themes/base/library.source.less +1 -1
  226. package/src/sap/gantt/themes/sap_belize/library.source.less +1 -1
  227. package/src/sap/gantt/themes/sap_belize_hcb/Gantt.less +1 -1
  228. package/src/sap/gantt/themes/sap_belize_hcb/library.source.less +1 -1
  229. package/src/sap/gantt/themes/sap_belize_hcw/Gantt.less +1 -1
  230. package/src/sap/gantt/themes/sap_belize_hcw/library.source.less +1 -1
  231. package/src/sap/gantt/themes/sap_belize_plus/library.source.less +1 -1
  232. package/src/sap/gantt/themes/sap_bluecrystal/Gantt.less +1 -1
  233. package/src/sap/gantt/themes/sap_bluecrystal/library.source.less +1 -1
  234. package/src/sap/gantt/themes/sap_fiori_3/library.source.less +1 -1
  235. package/src/sap/gantt/themes/sap_fiori_3_dark/library.source.less +1 -1
  236. package/src/sap/gantt/themes/sap_fiori_3_hcb/library.source.less +1 -1
  237. package/src/sap/gantt/themes/sap_fiori_3_hcw/library.source.less +1 -1
  238. package/src/sap/gantt/themes/sap_hcb/Gantt.less +1 -1
  239. package/src/sap/gantt/themes/sap_hcb/library.source.less +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.gantt",
3
- "version": "1.84.27",
3
+ "version": "1.84.28",
4
4
  "description": "SAPUI5 Library sap.gantt",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -7,7 +7,7 @@
7
7
 
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.84.27</version>
10
+ <version>1.84.28</version>
11
11
 
12
12
  <documentation>UI5 library: sap.gantt</documentation>
13
13
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/ui/core/Element"
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.core.Element
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.84.27
24
+ * @version 1.84.28
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/ui/thirdparty/jquery",
@@ -85,7 +85,7 @@ function (
85
85
  * @extends sap.gantt.GanttChartBase
86
86
  *
87
87
  * @author SAP SE
88
- * @version 1.84.27
88
+ * @version 1.84.28
89
89
  *
90
90
  * @constructor
91
91
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/thirdparty/jquery',
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * @abstract
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.84.27
64
+ * @version 1.84.28
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/ui/performance/Measurement",
@@ -60,7 +60,7 @@ function (
60
60
  * @extend sap.ui.core.Control
61
61
  *
62
62
  * @author SAP SE
63
- * @version 1.84.27
63
+ * @version 1.84.28
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(["sap/gantt/misc/Utility", "sap/ui/performance/Measurement"], function (Utility, Measurement) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(["sap/ui/performance/Measurement"], function (Measurement) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/ui/performance/Measurement",
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * @extends sap.gantt.GanttChartBase
56
56
  *
57
57
  * @author SAP SE
58
- * @version 1.84.27
58
+ * @version 1.84.28
59
59
  *
60
60
  * @constructor
61
61
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define(['sap/ui/core/theming/Parameters', 'sap/gantt/misc/Utility'], function (Parameters, Utility) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/base/Log",
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * @abstract
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.84.27
68
+ * @version 1.84.28
69
69
  *
70
70
  * @constructor
71
71
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/base/Log",
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.gantt.axistime.AxisTimeStrategyBase
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.84.27
46
+ * @version 1.84.28
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -2,7 +2,7 @@
2
2
 
3
3
  /*!
4
4
  * SAPUI5
5
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
5
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.gantt.axistime.AxisTimeStrategyBase
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.84.27
37
+ * @version 1.84.28
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/gantt/library",
@@ -240,7 +240,7 @@ sap.ui.define([
240
240
  * The class allows you to define a zoom strategy whose time line options are stepwise, i.e. the width of each time line option
241
241
  * is pre-defined and won't be changed during zooming.
242
242
  * @extends sap.gantt.axistime.AxisTimeStrategyBase
243
- * @version 1.84.27
243
+ * @version 1.84.28
244
244
  *
245
245
  * @constructor
246
246
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.gantt.config.ToolbarGroup
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.84.27
22
+ * @version 1.84.28
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/Element'
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.core.Element
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.84.27
24
+ * @version 1.84.28
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/Element'
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.84.27
21
+ * @version 1.84.28
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/Element', 'sap/ui/core/library'
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.84.27
23
+ * @version 1.84.28
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/Element'
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.core.Element
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.84.27
20
+ * @version 1.84.28
21
21
  *
22
22
  * @constructor
23
23
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  './ToolbarGroup'
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.gantt.config.ToolbarGroup
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.84.27
21
+ * @version 1.84.28
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/Element'
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.84.27
21
+ * @version 1.84.28
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/Element'
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.core.Element
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.84.27
20
+ * @version 1.84.28
21
21
  *
22
22
  * @constructor
23
23
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/Element'
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.84.27
21
+ * @version 1.84.28
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  './ToolbarGroup'
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.gantt.config.ToolbarGroup
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.84.27
20
+ * @version 1.84.28
21
21
  *
22
22
  * @constructor
23
23
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(['sap/ui/core/Element'
6
6
  ], function (Element) {
@@ -16,7 +16,7 @@ sap.ui.define(['sap/ui/core/Element'
16
16
  * @extends sap.ui.core.Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.84.27
19
+ * @version 1.84.28
20
20
  *
21
21
  * @constructor
22
22
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/Element'
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.84.27
22
+ * @version 1.84.28
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  './ToolbarGroup'
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.gantt.config.ToolbarGroup
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.84.27
22
+ * @version 1.84.28
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/Element'
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.84.27
21
+ * @version 1.84.28
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "./ToolbarGroup", "./SettingItem"
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.gantt.config.ToolbarGroup
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.84.27
21
+ * @version 1.84.28
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/ui/core/Element"
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.84.27
21
+ * @version 1.84.28
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/gantt/library', 'sap/ui/core/Element'
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Element
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.84.27
33
+ * @version 1.84.28
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/ui/core/Element"
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.84.27
21
+ * @version 1.84.28
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/ui/core/Element",
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.84.27
22
+ * @version 1.84.28
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define([
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.gantt.config.ToolbarGroup
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.84.27
24
+ * @version 1.84.28
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/Element', "sap/m/library"
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.core.Element
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.84.27
24
+ * @version 1.84.28
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  'sap/ui/core/Element'
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.84.27
21
+ * @version 1.84.28
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/ui/core/Control", "sap/ui/core/Core", "./AssociateContainerRenderer"
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([], function () {
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/ui/core/Control", "sap/m/Label", "sap/ui/model/Context"
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.84.27
25
+ * @version 1.84.28
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define([], function () {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/gantt/library",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2023 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  sap.ui.define([], function () {