@sapui5/sap.gantt 1.96.9 → 1.96.11

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 (238) 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 +14 -5
  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/changeHandlers/simple/AdhocLine.js +2 -2
  16. package/src/sap/gantt/changeHandlers/simple/DeltaLine.js +2 -2
  17. package/src/sap/gantt/changeHandlers/simple/GanttChartContainer.js +2 -2
  18. package/src/sap/gantt/changeHandlers/simple/GanttChartWithTable.js +2 -2
  19. package/src/sap/gantt/config/BirdEyeGroup.js +2 -2
  20. package/src/sap/gantt/config/ChartScheme.js +2 -2
  21. package/src/sap/gantt/config/ColumnAttribute.js +2 -2
  22. package/src/sap/gantt/config/ContainerLayout.js +2 -2
  23. package/src/sap/gantt/config/ExpandChart.js +2 -2
  24. package/src/sap/gantt/config/ExpandChartGroup.js +2 -2
  25. package/src/sap/gantt/config/GanttChartLayout.js +2 -2
  26. package/src/sap/gantt/config/Hierarchy.js +2 -2
  27. package/src/sap/gantt/config/HierarchyColumn.js +2 -2
  28. package/src/sap/gantt/config/LayoutGroup.js +2 -2
  29. package/src/sap/gantt/config/Locale.js +2 -2
  30. package/src/sap/gantt/config/Mode.js +2 -2
  31. package/src/sap/gantt/config/ModeGroup.js +2 -2
  32. package/src/sap/gantt/config/ObjectType.js +2 -2
  33. package/src/sap/gantt/config/SettingGroup.js +2 -2
  34. package/src/sap/gantt/config/SettingItem.js +2 -2
  35. package/src/sap/gantt/config/Shape.js +2 -2
  36. package/src/sap/gantt/config/TimeAxis.js +2 -2
  37. package/src/sap/gantt/config/TimeHorizon.js +2 -2
  38. package/src/sap/gantt/config/TimeZoomGroup.js +2 -2
  39. package/src/sap/gantt/config/ToolbarGroup.js +2 -2
  40. package/src/sap/gantt/config/ToolbarScheme.js +2 -2
  41. package/src/sap/gantt/control/AssociateContainer.js +1 -1
  42. package/src/sap/gantt/control/AssociateContainerRenderer.js +1 -1
  43. package/src/sap/gantt/control/Cell.js +2 -2
  44. package/src/sap/gantt/control/CellRenderer.js +1 -1
  45. package/src/sap/gantt/control/Toolbar.js +1 -1
  46. package/src/sap/gantt/control/ToolbarRenderer.js +1 -1
  47. package/src/sap/gantt/def/DefBase.js +2 -2
  48. package/src/sap/gantt/def/SvgDefs.js +2 -2
  49. package/src/sap/gantt/def/cal/Calendar.js +2 -2
  50. package/src/sap/gantt/def/cal/CalendarDefs.js +2 -2
  51. package/src/sap/gantt/def/cal/TimeInterval.js +2 -2
  52. package/src/sap/gantt/def/filter/MorphologyFilter.js +2 -2
  53. package/src/sap/gantt/def/gradient/LinearGradient.js +2 -2
  54. package/src/sap/gantt/def/gradient/RadialGradient.js +2 -2
  55. package/src/sap/gantt/def/gradient/Stop.js +2 -2
  56. package/src/sap/gantt/def/pattern/BackSlashPattern.js +2 -2
  57. package/src/sap/gantt/def/pattern/PatternBase.js +2 -2
  58. package/src/sap/gantt/def/pattern/SlashPattern.js +2 -2
  59. package/src/sap/gantt/designtime/GanttChart.designtime.js +1 -1
  60. package/src/sap/gantt/designtime/GanttChartWithTable.designtime.js +1 -1
  61. package/src/sap/gantt/designtime/library.designtime.js +1 -1
  62. package/src/sap/gantt/designtime/simple/AdhocLine.designtime.js +1 -1
  63. package/src/sap/gantt/designtime/simple/DeltaLine.designtime.js +1 -1
  64. package/src/sap/gantt/designtime/simple/GanttChartContainer.designtime.js +1 -1
  65. package/src/sap/gantt/designtime/simple/GanttChartWithTable.designtime.js +1 -1
  66. package/src/sap/gantt/designtime/simple/Table.designtime.js +1 -1
  67. package/src/sap/gantt/drawer/AdhocLine.js +1 -1
  68. package/src/sap/gantt/drawer/CalendarPattern.js +1 -1
  69. package/src/sap/gantt/drawer/CursorLine.js +1 -1
  70. package/src/sap/gantt/drawer/Drawer.js +2 -2
  71. package/src/sap/gantt/drawer/ExpandedBackground.js +1 -1
  72. package/src/sap/gantt/drawer/NowLine.js +1 -1
  73. package/src/sap/gantt/drawer/SelectionPanel.js +1 -1
  74. package/src/sap/gantt/drawer/ShapeCrossRow.js +1 -1
  75. package/src/sap/gantt/drawer/ShapeInRow.js +1 -1
  76. package/src/sap/gantt/drawer/TimePeriodZoomRectangle.js +1 -1
  77. package/src/sap/gantt/drawer/VerticalLine.js +1 -1
  78. package/src/sap/gantt/eventHandler/AutoScrollHandler.js +2 -2
  79. package/src/sap/gantt/eventHandler/BirdEyeHandler.js +1 -1
  80. package/src/sap/gantt/eventHandler/MouseWheelHandler.js +2 -2
  81. package/src/sap/gantt/eventHandler/ShapeHoverHandler.js +2 -2
  82. package/src/sap/gantt/eventHandler/ShapeResizeHandler.js +2 -2
  83. package/src/sap/gantt/eventHandler/TimePeriodZoomHandler.js +2 -2
  84. package/src/sap/gantt/eventHandler/TimePopoverHandler.js +2 -2
  85. package/src/sap/gantt/flexibility/simple/GanttChartContainer.flexibility.js +1 -1
  86. package/src/sap/gantt/flexibility/simple/GanttTableColumn.flexibility.js +1 -1
  87. package/src/sap/gantt/legend/DimensionLegend.js +2 -2
  88. package/src/sap/gantt/legend/DimensionLegendRenderer.js +1 -1
  89. package/src/sap/gantt/legend/LegendBase.js +2 -2
  90. package/src/sap/gantt/legend/LegendContainer.js +2 -2
  91. package/src/sap/gantt/legend/LegendContainerRenderer.js +1 -1
  92. package/src/sap/gantt/legend/ListLegend.js +2 -2
  93. package/src/sap/gantt/legend/ListLegendRenderer.js +1 -1
  94. package/src/sap/gantt/library.js +3 -3
  95. package/src/sap/gantt/misc/AxisOrdinal.js +1 -1
  96. package/src/sap/gantt/misc/AxisTime.js +1 -1
  97. package/src/sap/gantt/misc/Format.js +1 -1
  98. package/src/sap/gantt/misc/RelativeTimeFormatter.js +2 -2
  99. package/src/sap/gantt/misc/ShapeManager.js +2 -2
  100. package/src/sap/gantt/misc/ShapeSelectionModel.js +1 -1
  101. package/src/sap/gantt/misc/Utility.js +1 -1
  102. package/src/sap/gantt/shape/Circle.js +2 -2
  103. package/src/sap/gantt/shape/ClipPath.js +2 -2
  104. package/src/sap/gantt/shape/Definitions.js +2 -2
  105. package/src/sap/gantt/shape/Group.js +2 -2
  106. package/src/sap/gantt/shape/Image.js +2 -2
  107. package/src/sap/gantt/shape/Line.js +2 -2
  108. package/src/sap/gantt/shape/Path.js +2 -2
  109. package/src/sap/gantt/shape/Polygon.js +2 -2
  110. package/src/sap/gantt/shape/Polyline.js +2 -2
  111. package/src/sap/gantt/shape/Rectangle.js +2 -2
  112. package/src/sap/gantt/shape/ResizeShadowShape.js +2 -2
  113. package/src/sap/gantt/shape/SelectedShape.js +2 -2
  114. package/src/sap/gantt/shape/Shape.js +2 -2
  115. package/src/sap/gantt/shape/Text.js +2 -2
  116. package/src/sap/gantt/shape/cal/Calendar.js +2 -2
  117. package/src/sap/gantt/shape/ext/Chevron.js +2 -2
  118. package/src/sap/gantt/shape/ext/Cursor.js +2 -2
  119. package/src/sap/gantt/shape/ext/Diamond.js +2 -2
  120. package/src/sap/gantt/shape/ext/Iconfont.js +2 -2
  121. package/src/sap/gantt/shape/ext/Pentangle.js +2 -2
  122. package/src/sap/gantt/shape/ext/TextRepeat.js +2 -2
  123. package/src/sap/gantt/shape/ext/Triangle.js +2 -2
  124. package/src/sap/gantt/shape/ext/rls/Relationship.js +2 -2
  125. package/src/sap/gantt/shape/ext/rls/SelectedRelationship.js +2 -2
  126. package/src/sap/gantt/shape/ext/ubc/UbcBorderPath.js +2 -2
  127. package/src/sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon.js +2 -2
  128. package/src/sap/gantt/shape/ext/ubc/UbcPolygon.js +2 -2
  129. package/src/sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon.js +2 -2
  130. package/src/sap/gantt/shape/ext/ubc/UbcTooltipRectangle.js +2 -2
  131. package/src/sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon.js +2 -2
  132. package/src/sap/gantt/shape/ext/ubc/UbcUsedPolygon.js +2 -2
  133. package/src/sap/gantt/shape/ext/ubc/UtilizationBarChart.js +2 -2
  134. package/src/sap/gantt/shape/ext/ulc/UlcBorderPath.js +2 -2
  135. package/src/sap/gantt/shape/ext/ulc/UlcClipPath.js +2 -2
  136. package/src/sap/gantt/shape/ext/ulc/UlcClipingPath.js +2 -2
  137. package/src/sap/gantt/shape/ext/ulc/UlcDimension.js +2 -2
  138. package/src/sap/gantt/shape/ext/ulc/UlcMiddleLine.js +2 -2
  139. package/src/sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle.js +2 -2
  140. package/src/sap/gantt/shape/ext/ulc/UlcOverClipRectangle.js +2 -2
  141. package/src/sap/gantt/shape/ext/ulc/UlcRectangle.js +2 -2
  142. package/src/sap/gantt/shape/ext/ulc/UlcTooltipRectangle.js +2 -2
  143. package/src/sap/gantt/shape/ext/ulc/UlcUnderClipRectangle.js +2 -2
  144. package/src/sap/gantt/shape/ext/ulc/UtilizationLineChart.js +2 -2
  145. package/src/sap/gantt/simple/AdhocDiamond.js +2 -2
  146. package/src/sap/gantt/simple/AdhocLine.js +2 -2
  147. package/src/sap/gantt/simple/AdhocLineRenderer.js +1 -1
  148. package/src/sap/gantt/simple/AggregationUtils.js +1 -1
  149. package/src/sap/gantt/simple/BaseCalendar.js +2 -2
  150. package/src/sap/gantt/simple/BaseChevron.js +2 -2
  151. package/src/sap/gantt/simple/BaseConditionalShape.js +2 -2
  152. package/src/sap/gantt/simple/BaseCursor.js +2 -2
  153. package/src/sap/gantt/simple/BaseDeltaRectangle.js +2 -2
  154. package/src/sap/gantt/simple/BaseDiamond.js +2 -2
  155. package/src/sap/gantt/simple/BaseGroup.js +2 -2
  156. package/src/sap/gantt/simple/BaseImage.js +2 -2
  157. package/src/sap/gantt/simple/BaseLine.js +2 -2
  158. package/src/sap/gantt/simple/BasePath.js +2 -2
  159. package/src/sap/gantt/simple/BaseRectangle.js +2 -2
  160. package/src/sap/gantt/simple/BaseShape.js +2 -2
  161. package/src/sap/gantt/simple/BaseText.js +2 -2
  162. package/src/sap/gantt/simple/BaseTriangle.js +1 -1
  163. package/src/sap/gantt/simple/ContainerToolbar.js +1 -1
  164. package/src/sap/gantt/simple/ContainerToolbarPlaceholder.js +2 -2
  165. package/src/sap/gantt/simple/ContainerToolbarRenderer.js +1 -1
  166. package/src/sap/gantt/simple/CoordinateUtils.js +2 -2
  167. package/src/sap/gantt/simple/CustomVariantHandler.js +1 -1
  168. package/src/sap/gantt/simple/DeltaLine.js +2 -2
  169. package/src/sap/gantt/simple/DeltaLineRenderer.js +1 -1
  170. package/src/sap/gantt/simple/DimensionLegend.js +1 -1
  171. package/src/sap/gantt/simple/DimensionLegendRenderer.js +1 -1
  172. package/src/sap/gantt/simple/ExpandModel.js +2 -2
  173. package/src/sap/gantt/simple/GanttAdaptationData.js +1 -1
  174. package/src/sap/gantt/simple/GanttChartContainer.js +2 -2
  175. package/src/sap/gantt/simple/GanttChartContainerRenderer.js +1 -1
  176. package/src/sap/gantt/simple/GanttChartWithTable.js +2 -2
  177. package/src/sap/gantt/simple/GanttChartWithTableRenderer.js +1 -1
  178. package/src/sap/gantt/simple/GanttConnectExtension.js +1 -1
  179. package/src/sap/gantt/simple/GanttDragDropExtension.js +2 -2
  180. package/src/sap/gantt/simple/GanttExtension.js +2 -2
  181. package/src/sap/gantt/simple/GanttHeader.js +2 -2
  182. package/src/sap/gantt/simple/GanttLassoExtension.js +1 -1
  183. package/src/sap/gantt/simple/GanttPointerExtension.js +3 -3
  184. package/src/sap/gantt/simple/GanttPopoverExtension.js +2 -2
  185. package/src/sap/gantt/simple/GanttPrinting.js +2 -2
  186. package/src/sap/gantt/simple/GanttResizeExtension.js +1 -1
  187. package/src/sap/gantt/simple/GanttRowAction.js +2 -2
  188. package/src/sap/gantt/simple/GanttRowActionRenderer.js +1 -1
  189. package/src/sap/gantt/simple/GanttRowSettings.js +2 -2
  190. package/src/sap/gantt/simple/GanttScrollExtension.js +1 -1
  191. package/src/sap/gantt/simple/GanttSyncedControl.js +1 -1
  192. package/src/sap/gantt/simple/GanttUtils.js +1 -1
  193. package/src/sap/gantt/simple/GanttZoomExtension.js +1 -1
  194. package/src/sap/gantt/simple/InnerGanttChart.js +7 -3
  195. package/src/sap/gantt/simple/InnerGanttChartRenderer.js +4 -1
  196. package/src/sap/gantt/simple/LegendColumnConfig.js +1 -1
  197. package/src/sap/gantt/simple/LegendContainer.js +2 -2
  198. package/src/sap/gantt/simple/LegendContainerRenderer.js +1 -1
  199. package/src/sap/gantt/simple/LegendRowConfig.js +1 -1
  200. package/src/sap/gantt/simple/LegendShapeGroup.js +2 -2
  201. package/src/sap/gantt/simple/LegendShapeGroupOrientation.js +1 -1
  202. package/src/sap/gantt/simple/ListLegend.js +1 -1
  203. package/src/sap/gantt/simple/ListLegendItem.js +1 -1
  204. package/src/sap/gantt/simple/ListLegendRenderer.js +1 -1
  205. package/src/sap/gantt/simple/MarkerType.js +1 -1
  206. package/src/sap/gantt/simple/MultiActivityGroup.js +2 -2
  207. package/src/sap/gantt/simple/MultiActivityRowSettings.js +2 -2
  208. package/src/sap/gantt/simple/Relationship.js +2 -2
  209. package/src/sap/gantt/simple/RenderUtils.js +1 -1
  210. package/src/sap/gantt/simple/SelectionModel.js +1 -1
  211. package/src/sap/gantt/simple/ShapeScheme.js +2 -2
  212. package/src/sap/gantt/simple/StockChart.js +2 -2
  213. package/src/sap/gantt/simple/StockChartDimension.js +2 -2
  214. package/src/sap/gantt/simple/StockChartPeriod.js +2 -2
  215. package/src/sap/gantt/simple/UtilizationBarChart.js +2 -2
  216. package/src/sap/gantt/simple/UtilizationChart.js +2 -2
  217. package/src/sap/gantt/simple/UtilizationDimension.js +2 -2
  218. package/src/sap/gantt/simple/UtilizationLineChart.js +2 -2
  219. package/src/sap/gantt/simple/UtilizationPeriod.js +2 -2
  220. package/src/sap/gantt/simple/shapes/Shape.js +2 -2
  221. package/src/sap/gantt/simple/shapes/Task.js +2 -2
  222. package/src/sap/gantt/themes/base/Gantt.less +1 -1
  223. package/src/sap/gantt/themes/base/library.source.less +1 -1
  224. package/src/sap/gantt/themes/sap_belize/library.source.less +1 -1
  225. package/src/sap/gantt/themes/sap_belize_hcb/Gantt.less +1 -1
  226. package/src/sap/gantt/themes/sap_belize_hcb/library.source.less +1 -1
  227. package/src/sap/gantt/themes/sap_belize_hcw/Gantt.less +1 -1
  228. package/src/sap/gantt/themes/sap_belize_hcw/library.source.less +1 -1
  229. package/src/sap/gantt/themes/sap_belize_plus/library.source.less +1 -1
  230. package/src/sap/gantt/themes/sap_bluecrystal/Gantt.less +1 -1
  231. package/src/sap/gantt/themes/sap_bluecrystal/library.source.less +1 -1
  232. package/src/sap/gantt/themes/sap_fiori_3/library.source.less +1 -1
  233. package/src/sap/gantt/themes/sap_fiori_3_dark/library.source.less +1 -1
  234. package/src/sap/gantt/themes/sap_fiori_3_hcb/library.source.less +1 -1
  235. package/src/sap/gantt/themes/sap_fiori_3_hcw/library.source.less +1 -1
  236. package/src/sap/gantt/themes/sap_hcb/Gantt.less +1 -1
  237. package/src/sap/gantt/themes/sap_hcb/library.source.less +1 -1
  238. package/src/sap/gantt/themes/sap_horizon/library.source.less +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.gantt",
3
- "version": "1.96.9",
3
+ "version": "1.96.11",
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.96.9</version>
10
+ <version>1.96.11</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-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
24
+ * @version 1.96.11
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
88
+ * @version 1.96.11
89
89
  *
90
90
  * @constructor
91
91
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
64
+ * @version 1.96.11
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
63
+ * @version 1.96.11
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
58
+ * @version 1.96.11
59
59
  *
60
60
  * @constructor
61
61
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
68
+ * @version 1.96.11
69
69
  *
70
70
  * @constructor
71
71
  * @public
@@ -184,7 +184,12 @@ sap.ui.define([
184
184
  /**
185
185
  * Specifies the mouse wheel zooming type, which determines the zoom granularity
186
186
  */
187
- mouseWheelZoomType: {type: "sap.gantt.MouseWheelZoomType", defaultValue: library.MouseWheelZoomType.FineGranular}
187
+ mouseWheelZoomType: {type: "sap.gantt.MouseWheelZoomType", defaultValue: library.MouseWheelZoomType.FineGranular},
188
+ /**
189
+ * If set, the calendar week numbering is used for display.
190
+ * If not set, the calendar week numbering of the global configuration is used.
191
+ */
192
+ calendarWeekNumbering: {type: "sap.ui.core.date.CalendarWeekNumbering", defaultValue: null}
188
193
  },
189
194
  aggregations: {
190
195
  /**
@@ -457,6 +462,7 @@ sap.ui.define([
457
462
  oFormatter = new RelativeTimeFormatter(oTotalHorizonStartTime, oLargeInterval.unit, oLargeInterval.relativeTimePrefix);
458
463
  } else {
459
464
  var oCalendarType = this.getCalendarType(),
465
+ oCalendarWeekNumbering = this.getCalendarWeekNumbering(),
460
466
  oCoreLocale = this.getLocale() ? this.getLocale() :
461
467
  new Locale(Core.getConfiguration().getLanguage().toLowerCase());
462
468
 
@@ -464,7 +470,8 @@ sap.ui.define([
464
470
  format: oLargeInterval.format,
465
471
  pattern: oLargeInterval.pattern,
466
472
  style: oLargeInterval.style,
467
- calendarType: oTimeLineOption.calendarType || oCalendarType
473
+ calendarType: oTimeLineOption.calendarType || oCalendarType,
474
+ calendarWeekNumbering: oCalendarWeekNumbering
468
475
  }, oLargeInterval.locale ? new Locale(oLargeInterval.locale) : oCoreLocale);
469
476
  }
470
477
 
@@ -486,6 +493,7 @@ sap.ui.define([
486
493
  oFormatter = new RelativeTimeFormatter(oTotalHorizonStartTime, oSmallInterval.unit, oSmallInterval.relativeTimePrefix);
487
494
  } else {
488
495
  var oCalendarType = this.getCalendarType(),
496
+ oCalendarWeekNumbering = this.getCalendarWeekNumbering(),
489
497
  oCoreLocale = this.getLocale() ? this.getLocale() :
490
498
  new Locale(Core.getConfiguration().getLanguage().toLowerCase());
491
499
 
@@ -493,7 +501,8 @@ sap.ui.define([
493
501
  format: oSmallInterval.format,
494
502
  pattern: oSmallInterval.pattern,
495
503
  style: oSmallInterval.style,
496
- calendarType: oCalendarType
504
+ calendarType: oCalendarType,
505
+ calendarWeekNumbering: oCalendarWeekNumbering
497
506
  }, oSmallInterval.locale ? new Locale(oSmallInterval.locale) : oCoreLocale);
498
507
  }
499
508
  return oFormatter;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
46
+ * @version 1.96.11
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -2,7 +2,7 @@
2
2
 
3
3
  /*!
4
4
  * SAPUI5
5
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
5
+ * (c) Copyright 2009-2023 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.96.9
37
+ * @version 1.96.11
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/gantt/library",
@@ -238,7 +238,7 @@ sap.ui.define([
238
238
  * The class allows you to define a zoom strategy whose time line options are stepwise, i.e. the width of each time line option
239
239
  * is pre-defined and won't be changed during zooming.
240
240
  * @extends sap.gantt.axistime.AxisTimeStrategyBase
241
- * @version 1.96.9
241
+ * @version 1.96.11
242
242
  *
243
243
  * @constructor
244
244
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/gantt/utils/GanttCustomisationUtils"
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @author SAP SE
19
19
  *
20
- * @version 1.96.9
20
+ * @version 1.96.11
21
21
  *
22
22
  * @since 1.90
23
23
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/gantt/utils/GanttCustomisationUtils"
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @author SAP SE
19
19
  *
20
- * @version 1.96.9
20
+ * @version 1.96.11
21
21
  *
22
22
  * @since 1.90
23
23
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/m/Button",
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  *
31
31
  * @author SAP SE
32
32
  *
33
- * @version 1.96.9
33
+ * @version 1.96.11
34
34
  *
35
35
  * @since 1.90
36
36
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([
6
6
  "sap/m/Button",
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  *
32
32
  * @author SAP SE
33
33
  *
34
- * @version 1.96.9
34
+ * @version 1.96.11
35
35
  *
36
36
  * @since 1.90
37
37
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
22
+ * @version 1.96.11
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
24
+ * @version 1.96.11
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
21
+ * @version 1.96.11
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
23
+ * @version 1.96.11
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
20
+ * @version 1.96.11
21
21
  *
22
22
  * @constructor
23
23
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
21
+ * @version 1.96.11
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
21
+ * @version 1.96.11
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
20
+ * @version 1.96.11
21
21
  *
22
22
  * @constructor
23
23
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
21
+ * @version 1.96.11
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
20
+ * @version 1.96.11
21
21
  *
22
22
  * @constructor
23
23
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
19
+ * @version 1.96.11
20
20
  *
21
21
  * @constructor
22
22
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
22
+ * @version 1.96.11
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
22
+ * @version 1.96.11
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
21
+ * @version 1.96.11
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
21
+ * @version 1.96.11
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
21
+ * @version 1.96.11
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
33
+ * @version 1.96.11
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
21
+ * @version 1.96.11
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 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.96.9
22
+ * @version 1.96.11
23
23
  *
24
24
  * @constructor
25
25
  * @public