@sapui5/sap.gantt 1.125.0 → 1.127.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/package.json +1 -1
  2. package/src/sap/gantt/.library +6 -1
  3. package/src/sap/gantt/AdhocLine.js +1 -1
  4. package/src/sap/gantt/GanttChart.js +1 -1
  5. package/src/sap/gantt/GanttChartBase.js +1 -1
  6. package/src/sap/gantt/GanttChartContainer.js +1 -1
  7. package/src/sap/gantt/GanttChartWithTable.js +1 -1
  8. package/src/sap/gantt/axistime/AxisTimeStrategyBase.js +58 -8
  9. package/src/sap/gantt/axistime/FullScreenStrategy.js +1 -1
  10. package/src/sap/gantt/axistime/FullScreenTimeLineOptions.js +7 -1
  11. package/src/sap/gantt/axistime/ProportionTimeLineOptions.js +7 -1
  12. package/src/sap/gantt/axistime/ProportionZoomStrategy.js +1 -1
  13. package/src/sap/gantt/axistime/StepwiseTimeLineOptions.js +7 -1
  14. package/src/sap/gantt/axistime/StepwiseZoomStrategy.js +10 -4
  15. package/src/sap/gantt/changeHandlers/simple/AdhocLine.js +1 -1
  16. package/src/sap/gantt/changeHandlers/simple/DeltaLine.js +1 -1
  17. package/src/sap/gantt/changeHandlers/simple/GanttChartContainer.js +1 -1
  18. package/src/sap/gantt/changeHandlers/simple/GanttChartWithTable.js +1 -1
  19. package/src/sap/gantt/config/BirdEyeGroup.js +1 -1
  20. package/src/sap/gantt/config/ChartScheme.js +1 -1
  21. package/src/sap/gantt/config/ColumnAttribute.js +1 -1
  22. package/src/sap/gantt/config/ContainerLayout.js +1 -1
  23. package/src/sap/gantt/config/ExpandChart.js +1 -1
  24. package/src/sap/gantt/config/ExpandChartGroup.js +1 -1
  25. package/src/sap/gantt/config/GanttChartLayout.js +1 -1
  26. package/src/sap/gantt/config/Hierarchy.js +1 -1
  27. package/src/sap/gantt/config/HierarchyColumn.js +1 -1
  28. package/src/sap/gantt/config/LayoutGroup.js +1 -1
  29. package/src/sap/gantt/config/Locale.js +1 -1
  30. package/src/sap/gantt/config/Mode.js +1 -1
  31. package/src/sap/gantt/config/ModeGroup.js +1 -1
  32. package/src/sap/gantt/config/ObjectType.js +1 -1
  33. package/src/sap/gantt/config/SettingGroup.js +1 -1
  34. package/src/sap/gantt/config/SettingItem.js +1 -1
  35. package/src/sap/gantt/config/Shape.js +1 -1
  36. package/src/sap/gantt/config/TimeAxis.js +1 -1
  37. package/src/sap/gantt/config/TimeHorizon.js +1 -1
  38. package/src/sap/gantt/config/TimeZoomGroup.js +1 -1
  39. package/src/sap/gantt/config/ToolbarGroup.js +1 -1
  40. package/src/sap/gantt/config/ToolbarScheme.js +1 -1
  41. package/src/sap/gantt/control/Cell.js +1 -1
  42. package/src/sap/gantt/def/DefBase.js +1 -1
  43. package/src/sap/gantt/def/SvgDefs.js +1 -1
  44. package/src/sap/gantt/def/cal/Calendar.js +1 -1
  45. package/src/sap/gantt/def/cal/CalendarDefs.js +1 -1
  46. package/src/sap/gantt/def/cal/TimeInterval.js +1 -1
  47. package/src/sap/gantt/def/filter/MorphologyFilter.js +1 -1
  48. package/src/sap/gantt/def/gradient/LinearGradient.js +1 -1
  49. package/src/sap/gantt/def/gradient/RadialGradient.js +1 -1
  50. package/src/sap/gantt/def/gradient/Stop.js +1 -1
  51. package/src/sap/gantt/def/pattern/BackSlashPattern.js +1 -1
  52. package/src/sap/gantt/def/pattern/PatternBase.js +1 -1
  53. package/src/sap/gantt/def/pattern/SlashPattern.js +1 -1
  54. package/src/sap/gantt/drawer/AdhocLine.js +1 -1
  55. package/src/sap/gantt/drawer/Drawer.js +1 -1
  56. package/src/sap/gantt/drawer/Legend.js +6 -0
  57. package/src/sap/gantt/drawer/VerticalLine.js +1 -1
  58. package/src/sap/gantt/eventHandler/AutoScrollHandler.js +1 -1
  59. package/src/sap/gantt/eventHandler/BirdEyeHandler.js +7 -1
  60. package/src/sap/gantt/eventHandler/MouseWheelHandler.js +1 -1
  61. package/src/sap/gantt/eventHandler/ShapeHoverHandler.js +1 -1
  62. package/src/sap/gantt/eventHandler/ShapeResizeHandler.js +1 -1
  63. package/src/sap/gantt/eventHandler/TimePeriodZoomHandler.js +1 -1
  64. package/src/sap/gantt/eventHandler/TimePopoverHandler.js +1 -1
  65. package/src/sap/gantt/flexibility/simple/AdhocLine.flexibility.js +7 -1
  66. package/src/sap/gantt/flexibility/simple/DeltaLine.flexibility.js +7 -1
  67. package/src/sap/gantt/flexibility/simple/GanttChartWithTable.flexibility.js +7 -1
  68. package/src/sap/gantt/flexibility/simple/GanttTableColumn.flexibility.js +6 -7
  69. package/src/sap/gantt/layouts/SidePanel.js +1 -1
  70. package/src/sap/gantt/legend/DimensionLegend.js +1 -1
  71. package/src/sap/gantt/legend/LegendBase.js +1 -1
  72. package/src/sap/gantt/legend/LegendContainer.js +1 -1
  73. package/src/sap/gantt/legend/ListLegend.js +1 -1
  74. package/src/sap/gantt/library.js +13 -3
  75. package/src/sap/gantt/messagebundle.properties +8 -2
  76. package/src/sap/gantt/messagebundle_sh.properties +30 -30
  77. package/src/sap/gantt/misc/AxisOrdinal.js +1 -1
  78. package/src/sap/gantt/misc/AxisTime.js +80 -22
  79. package/src/sap/gantt/misc/Format.js +2 -2
  80. package/src/sap/gantt/misc/Memoizer.js +1 -1
  81. package/src/sap/gantt/misc/RelativeTimeFormatter.js +1 -1
  82. package/src/sap/gantt/misc/ShapeManager.js +1 -1
  83. package/src/sap/gantt/misc/Utility.js +11 -0
  84. package/src/sap/gantt/overlays/GanttRowOverlay.js +80 -16
  85. package/src/sap/gantt/overlays/Overlay.js +1 -1
  86. package/src/sap/gantt/polyfills/lib.js +7 -1
  87. package/src/sap/gantt/polyfills/time.js +13 -7
  88. package/src/sap/gantt/polyfills/timeUtils/day.js +13 -0
  89. package/src/sap/gantt/polyfills/{time-utils → timeUtils}/dayCount.js +7 -1
  90. package/src/sap/gantt/polyfills/timeUtils/days.js +13 -0
  91. package/src/sap/gantt/polyfills/{time-utils → timeUtils}/interval.js +6 -0
  92. package/src/sap/gantt/polyfills/{time-utils → timeUtils}/millisecond.js +6 -0
  93. package/src/sap/gantt/polyfills/timeUtils/monday.js +13 -0
  94. package/src/sap/gantt/polyfills/timeUtils/saturday.js +13 -0
  95. package/src/sap/gantt/polyfills/timeUtils/weeks.js +13 -0
  96. package/src/sap/gantt/shape/Circle.js +1 -1
  97. package/src/sap/gantt/shape/ClipPath.js +1 -1
  98. package/src/sap/gantt/shape/Definitions.js +1 -1
  99. package/src/sap/gantt/shape/Group.js +1 -1
  100. package/src/sap/gantt/shape/Image.js +1 -1
  101. package/src/sap/gantt/shape/Line.js +1 -1
  102. package/src/sap/gantt/shape/Path.js +1 -1
  103. package/src/sap/gantt/shape/Polygon.js +1 -1
  104. package/src/sap/gantt/shape/Polyline.js +1 -1
  105. package/src/sap/gantt/shape/Rectangle.js +1 -1
  106. package/src/sap/gantt/shape/ResizeShadowShape.js +1 -1
  107. package/src/sap/gantt/shape/SelectedShape.js +1 -1
  108. package/src/sap/gantt/shape/Shape.js +1 -1
  109. package/src/sap/gantt/shape/Text.js +1 -1
  110. package/src/sap/gantt/shape/cal/Calendar.js +1 -1
  111. package/src/sap/gantt/shape/ext/Chevron.js +1 -1
  112. package/src/sap/gantt/shape/ext/Cursor.js +1 -1
  113. package/src/sap/gantt/shape/ext/Diamond.js +1 -1
  114. package/src/sap/gantt/shape/ext/Iconfont.js +1 -1
  115. package/src/sap/gantt/shape/ext/Pentangle.js +1 -1
  116. package/src/sap/gantt/shape/ext/TextRepeat.js +1 -1
  117. package/src/sap/gantt/shape/ext/Triangle.js +1 -1
  118. package/src/sap/gantt/shape/ext/rls/Relationship.js +1 -1
  119. package/src/sap/gantt/shape/ext/rls/SelectedRelationship.js +2 -2
  120. package/src/sap/gantt/shape/ext/ubc/UbcBorderPath.js +1 -1
  121. package/src/sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon.js +1 -1
  122. package/src/sap/gantt/shape/ext/ubc/UbcPolygon.js +1 -1
  123. package/src/sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon.js +1 -1
  124. package/src/sap/gantt/shape/ext/ubc/UbcTooltipRectangle.js +1 -1
  125. package/src/sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon.js +1 -1
  126. package/src/sap/gantt/shape/ext/ubc/UbcUsedPolygon.js +1 -1
  127. package/src/sap/gantt/shape/ext/ubc/UtilizationBarChart.js +1 -1
  128. package/src/sap/gantt/shape/ext/ulc/UlcBorderPath.js +1 -1
  129. package/src/sap/gantt/shape/ext/ulc/UlcClipPath.js +1 -1
  130. package/src/sap/gantt/shape/ext/ulc/UlcClipingPath.js +1 -1
  131. package/src/sap/gantt/shape/ext/ulc/UlcDimension.js +1 -1
  132. package/src/sap/gantt/shape/ext/ulc/UlcMiddleLine.js +1 -1
  133. package/src/sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle.js +1 -1
  134. package/src/sap/gantt/shape/ext/ulc/UlcOverClipRectangle.js +1 -1
  135. package/src/sap/gantt/shape/ext/ulc/UlcRectangle.js +1 -1
  136. package/src/sap/gantt/shape/ext/ulc/UlcTooltipRectangle.js +1 -1
  137. package/src/sap/gantt/shape/ext/ulc/UlcUnderClipRectangle.js +1 -1
  138. package/src/sap/gantt/shape/ext/ulc/UtilizationLineChart.js +1 -1
  139. package/src/sap/gantt/simple/AdhocDiamond.js +1 -1
  140. package/src/sap/gantt/simple/AdhocLine.js +1 -1
  141. package/src/sap/gantt/simple/AggregationUtils.js +11 -58
  142. package/src/sap/gantt/simple/BaseCalendar.js +1 -1
  143. package/src/sap/gantt/simple/BaseChevron.js +1 -1
  144. package/src/sap/gantt/simple/BaseConditionalShape.js +1 -1
  145. package/src/sap/gantt/simple/BaseCursor.js +7 -7
  146. package/src/sap/gantt/simple/BaseDeltaRectangle.js +7 -4
  147. package/src/sap/gantt/simple/BaseDiamond.js +1 -1
  148. package/src/sap/gantt/simple/BaseGroup.js +1 -1
  149. package/src/sap/gantt/simple/BaseImage.js +1 -1
  150. package/src/sap/gantt/simple/BaseLine.js +1 -1
  151. package/src/sap/gantt/simple/BasePath.js +1 -1
  152. package/src/sap/gantt/simple/BasePseudoShape.js +1 -1
  153. package/src/sap/gantt/simple/BaseRectangle.js +5 -2
  154. package/src/sap/gantt/simple/BaseShape.js +7 -5
  155. package/src/sap/gantt/simple/BaseText.js +1 -1
  156. package/src/sap/gantt/simple/BaseTriangle.js +7 -1
  157. package/src/sap/gantt/simple/ContainerToolbar.js +19 -4
  158. package/src/sap/gantt/simple/ContainerToolbarPlaceholder.js +1 -1
  159. package/src/sap/gantt/simple/CoordinateUtils.js +1 -1
  160. package/src/sap/gantt/simple/CustomVariantHandler.js +8 -2
  161. package/src/sap/gantt/simple/DeltaLine.js +1 -1
  162. package/src/sap/gantt/simple/ExpandModel.js +2 -4
  163. package/src/sap/gantt/simple/FindAndSelectUtils.js +6 -0
  164. package/src/sap/gantt/simple/FullScreenUtil.js +7 -1
  165. package/src/sap/gantt/simple/GanttAdaptationData.js +8 -2
  166. package/src/sap/gantt/simple/GanttChartContainer.js +8 -2
  167. package/src/sap/gantt/simple/GanttChartWithTable.js +63 -5
  168. package/src/sap/gantt/simple/GanttDragDropExtension.js +17 -5
  169. package/src/sap/gantt/simple/GanttExtension.js +1 -1
  170. package/src/sap/gantt/simple/GanttHeader.js +1 -1
  171. package/src/sap/gantt/simple/GanttPointerExtension.js +1 -1
  172. package/src/sap/gantt/simple/GanttPopoverExtension.js +2 -2
  173. package/src/sap/gantt/simple/GanttPrinting.js +313 -198
  174. package/src/sap/gantt/simple/GanttRowAction.js +1 -1
  175. package/src/sap/gantt/simple/GanttRowSettings.js +30 -1
  176. package/src/sap/gantt/simple/GanttScrollExtension.js +20 -5
  177. package/src/sap/gantt/simple/GanttSearchSidePanel.js +7 -1
  178. package/src/sap/gantt/simple/GanttUtils.js +86 -1
  179. package/src/sap/gantt/simple/GanttZoomExtension.js +4 -4
  180. package/src/sap/gantt/simple/InnerGanttChart.js +1 -1
  181. package/src/sap/gantt/simple/LegendContainer.js +1 -1
  182. package/src/sap/gantt/simple/LegendShapeGroup.js +1 -1
  183. package/src/sap/gantt/simple/MultiActivityGroup.js +1 -1
  184. package/src/sap/gantt/simple/MultiActivityRowSettings.js +1 -1
  185. package/src/sap/gantt/simple/PrintConfig.js +314 -0
  186. package/src/sap/gantt/simple/PrintDialogTemplate.js +38 -0
  187. package/src/sap/gantt/simple/PrintUtils.js +151 -0
  188. package/src/sap/gantt/simple/Relationship.js +1 -1
  189. package/src/sap/gantt/simple/ShapeScheme.js +1 -1
  190. package/src/sap/gantt/simple/StockChart.js +1 -1
  191. package/src/sap/gantt/simple/StockChartDimension.js +1 -1
  192. package/src/sap/gantt/simple/StockChartPeriod.js +1 -1
  193. package/src/sap/gantt/simple/UtilizationBarChart.js +1 -1
  194. package/src/sap/gantt/simple/UtilizationChart.js +4 -1
  195. package/src/sap/gantt/simple/UtilizationDimension.js +1 -1
  196. package/src/sap/gantt/simple/UtilizationLineChart.js +1 -1
  197. package/src/sap/gantt/simple/UtilizationPeriod.js +1 -1
  198. package/src/sap/gantt/simple/shapes/Shape.js +6 -6
  199. package/src/sap/gantt/simple/shapes/Task.js +1 -1
  200. package/src/sap/gantt/skipTime/DayInterval.js +63 -0
  201. package/src/sap/gantt/skipTime/DiscontinuousProvider.js +54 -0
  202. package/src/sap/gantt/skipTime/SkipInterval.js +76 -0
  203. package/src/sap/gantt/skipTime/SkipPattern.js +64 -0
  204. package/src/sap/gantt/skipTime/WeekPattern.js +118 -0
  205. package/src/sap/gantt/skipTime/WeeklyDiscontinuousProvider.js +84 -0
  206. package/src/sap/gantt/themes/sap_hcb/base_Gantt.less +899 -0
  207. package/src/sap/gantt/themes/sap_hcb/base_GanttPrinting.less +101 -0
  208. package/src/sap/gantt/themes/sap_hcb/base_GanttSyncedControl.less +96 -0
  209. package/src/sap/gantt/themes/sap_hcb/library.source.less +15 -1
  210. package/src/sap/gantt/thirdparty/d3fc-discontinuous-scale.js +1129 -0
  211. package/src/sap/gantt/thirdparty/d3fc-rebind.js +103 -0
  212. package/src/sap/gantt/thirdparty/licenses/d3fc-MIT-LICENSE.txt +21 -0
  213. package/src/sap/gantt/utils/GanttChartConfigurationUtils.js +6 -0
  214. package/src/sap/gantt/utils/GanttCustomisationUtils.js +7 -1
  215. package/src/sap/gantt/utils/GanttFlexibilityUtils.js +7 -1
  216. package/src/sap/gantt/polyfills/time-utils/day.js +0 -7
  217. package/src/sap/gantt/polyfills/time-utils/days.js +0 -7
  218. package/src/sap/gantt/polyfills/time-utils/monday.js +0 -7
  219. package/src/sap/gantt/polyfills/time-utils/saturday.js +0 -7
  220. package/src/sap/gantt/polyfills/time-utils/weeks.js +0 -7
@@ -0,0 +1,899 @@
1
+ /*!
2
+ * SAP UI development toolkit for HTML5 (SAPUI5)
3
+
4
+ (c) Copyright 2009-2015 SAP SE. All rights reserved
5
+
6
+ */
7
+
8
+ /**Disable text selection on text */
9
+ svg {
10
+ cursor: default;
11
+ -webkit-user-select: none;
12
+ -moz-user-select: none;
13
+ -ms-user-select: none;
14
+ user-select: none;
15
+ }
16
+
17
+ .sapGanttContainer {
18
+ display: flex;
19
+ flex-flow: column;
20
+ height: 100%;
21
+ width: 100%;
22
+
23
+ .sapGanttContainerTbl {
24
+ flex: 0 1 auto;
25
+ }
26
+ .sapGanttContainerStatusBar{
27
+ flex: 0 1 auto;
28
+ display: table-row;
29
+ }
30
+ }
31
+ .sapGanttContainerCnt {
32
+ flex: 1 1 auto;
33
+ height: calc(100% - 32px);
34
+ }
35
+ .sapGanttContainerCntWithStatusBar{
36
+ flex: 1 1 auto;
37
+ height: calc(100% - 64px);
38
+ }
39
+ .sapUiSizeCompact {
40
+ .sapGanttContainerCnt {
41
+ flex: 1 1 auto;
42
+ height: calc(100% - 32px);
43
+ }
44
+ .sapGanttContainerCntWithStatusBar {
45
+ flex: 1 1 auto;
46
+ height: calc(100% - 64px);
47
+ }
48
+
49
+ }
50
+
51
+ .sapGanttPseudoShapeColor {
52
+ fill: @sapChart_OrderedColor_1;
53
+ }
54
+
55
+ .sapGanttPseudoShapeOverlapIndicatorStyle {
56
+ fill: @sapChart_OrderedColor_11;
57
+ height: 0.25rem;
58
+ }
59
+ .sapUiGanttSearchSidePanel,
60
+ .sapUiGanttLayoutSidePanel{
61
+ width: 30%;
62
+ float: right;
63
+ }
64
+
65
+ @media (mn-width: 320px) and (max-width: 599px) {
66
+ .sapGanttContainerWithSidePanel {
67
+ display: table;
68
+ }
69
+ .sapGanttContainerCntWithSidePanel {
70
+ height: 96% !important;
71
+ width: 80%;
72
+ float: left;
73
+ }
74
+ .sapUiGanttSearchSidePanel,
75
+ .sapUiGanttLayoutSidePanel{
76
+ width: 20%;
77
+ float: right;
78
+ }
79
+ }
80
+
81
+ @media (min-width: 600px) and (max-width: 1439px) {
82
+ .sapGanttContainerWithSidePanel {
83
+ display: table;
84
+ }
85
+ .sapGanttContainerCntWithSidePanel {
86
+ height: 96% !important;
87
+ width: 70%;
88
+ float: left;
89
+ }
90
+ .sapUiGanttSearchSidePanel,
91
+ .sapUiGanttLayoutSidePanel{
92
+ width: 30%;
93
+ float: right;
94
+ }
95
+ }
96
+
97
+
98
+ @media (min-width: 1440px) {
99
+ .sapGanttContainerWithSidePanel {
100
+ display: table;
101
+ }
102
+ .sapGanttContainerCntWithSidePanel {
103
+ height: 96% !important;
104
+ width: 80%;
105
+ float: left;
106
+ }
107
+ .sapUiGanttSearchSidePanel,
108
+ .sapUiGanttLayoutSidePanel{
109
+ width: 20%;
110
+ float: right;
111
+ }
112
+ }
113
+
114
+ .sapUiTableHidden.sapGanttTableVerticalScrollBarContainer {
115
+ display: block;
116
+ }
117
+
118
+ .sapUiTableVSb.sapGanttTableVerticalScrollBar {
119
+ height: 0px;
120
+ }
121
+
122
+ .sapUiSizeCompact .sapGanttContainerTbl .sapMIBar {
123
+ height: 2.1rem;
124
+ }
125
+ .sapGanttContainerStatusBar .sapMFlexBox {
126
+ height: 2rem;
127
+ border-top: 1px solid @sapUiGroupTitleBorderColor;
128
+ }
129
+
130
+ .sapGanttStatusBarText {
131
+ padding-left: 0.5rem;
132
+ }
133
+
134
+ path.sapGanttSelectedPath {
135
+ pointer-events: none;
136
+ }
137
+
138
+ .resizeTrigger.lineTrigger, .resizeTrigger.rectTrigger {
139
+ stroke-width: 3;
140
+ transition: opacity 0.5s;
141
+ opacity: 0;
142
+ }
143
+
144
+ .resizeTrigger.lineTrigger:hover, .resizeTrigger.lineTrigger:hover {
145
+ transition: opacity 0.3s;
146
+ opacity: 0.3;
147
+ }
148
+
149
+ .sapGanttChartShapeConnect .shapeConnectContainer .shapeConnectIndicator {
150
+ stroke-width: 0;
151
+ fill: @sapUiChartPaletteSemanticNeutralLight2;
152
+ }
153
+
154
+ .sapGanttChartShapeConnect .shapeConnectContainer .hoverOnShapeConnectIndicator {
155
+ stroke: black;
156
+ stroke-width: 1;
157
+ width: 10px;
158
+ height: 10px;
159
+ fill: @sapUiChartPaletteSemanticGoodLight1;
160
+ }
161
+
162
+ .resizeContainer .indicator {
163
+ opacity: 0;
164
+ }
165
+
166
+ .resizeContainer .shapeConnectTrigger {
167
+ cursor: pointer;
168
+ fill: white;
169
+ opacity: 1;
170
+ }
171
+
172
+ .resizeContainer .shapeConnectTrigger:hover {
173
+ fill: @sapUiChartPaletteSemanticGoodLight1;
174
+ }
175
+
176
+ .sapGanttChartShapeConnect .shapeConnectGhost {
177
+ stroke: #000000;
178
+ stroke-width: 1;
179
+ fill: #FFFFFF;
180
+ pointer-events: none;
181
+ }
182
+
183
+ .sapGanttChartShapeConnect .shapeConnectGhost.hideShapeConnectGhost {
184
+ display: none;
185
+ }
186
+
187
+ .sapGanttChartShapeConnect .shapeConnectLine {
188
+ stroke-width: 1;
189
+ stroke-dasharray: 3;
190
+ stroke: #898989;
191
+ pointer-events: none;
192
+ }
193
+
194
+
195
+
196
+
197
+ tr.sapUiTableColHdrTr td[data-sap-gantt-column] {
198
+ padding: 0;
199
+ }
200
+ html[dir=rtl] tr.sapUiTableColHdrTr td[data-sap-gantt-column] {
201
+ padding-top: 0px;
202
+ padding-bottom: 0px;
203
+ padding-left: 1px;
204
+ padding-right: 1px;
205
+ }
206
+
207
+ tr.sapUiTableColHdrTr td[data-sap-gantt-column] > .sapUiTableColCell {
208
+ padding: 0;
209
+ }
210
+
211
+ .sapGanttUtilizationMiddleLine, .sapGanttStockMiddleLine{
212
+ stroke-width: 1;
213
+ stroke: #CAC7BA;
214
+ fill: none;
215
+ fill-opacity: 1;
216
+ stroke-dasharray: 5,5;
217
+ shape-rendering: crispEdges;
218
+ }
219
+
220
+ .sapGanttTextNoPointerEvents {
221
+ pointer-events: none;
222
+ }
223
+
224
+ /* =================================== */
225
+ /* CSS for control sap.gantt/GanttChart */
226
+ /* Base theme */
227
+ /* =================================== */
228
+
229
+ /*******************************************************************************
230
+ * GANTT PARAMETERS
231
+ ******************************************************************************/
232
+ @_sap_gantt_Gantt_HeaderHeight: 101px;
233
+ @_sap_gantt_Gantt_CompactHeaderHeight: @_sap_gantt_Gantt_HeaderHeight - 30px;
234
+
235
+ @_sap_gantt_Gantt_CursorLineStroke: @sapUiAccent6;
236
+ @_sap_gantt_Gantt_NowLineStroke: @sapUiCalendarColorToday;
237
+
238
+ @_sap_gantt_Gantt_VerticalLineStroke: @sapUiListVerticalBorderColor;
239
+
240
+ @_sap_gantt_Gantt_ExpandChartBG: #F6F6F6;
241
+ @_sap_gantt_Gantt_ExpandChartLine: #ddd;
242
+ @_sap_gantt_Gantt_ExpandChartText: #848f94;
243
+
244
+ @_sap_gantt_Gantt_TimelineZoomColor: #40b0f0;
245
+
246
+ .sapGanttTimeHeaderSvgText0 {
247
+ font-size: @sapMFontHeader6Size;
248
+ font-family: @sapUiFontFamily;
249
+ font-weight: @sapUiFontHeaderWeight;
250
+ fill: @sapUiListTableGroupHeaderTextColor;
251
+ }
252
+
253
+ .sapGanttTimeHeaderSvgText1 {
254
+ font-size: @sapMFontMediumSize;
255
+ font-family: @sapUiFontFamily;
256
+ font-weight: normal;
257
+ fill: @sapUiListHeaderTextColor;
258
+ }
259
+
260
+ .sapGanttTimeHeaderSvgText {
261
+ font-size: @sapMFontSmallSize;
262
+ font-family: @sapUiFontFamily;
263
+ font-weight: @sapUiFontHeaderWeight;
264
+ color: @sapUiContentLabelColor;
265
+ fill: @sapUiContentMarkerTextColor;
266
+ }
267
+
268
+ .sapGanttTimeHeaderSvgTextMedium {
269
+ font-family: @sapUiFontFamily;
270
+ font-size: @sapMFontMediumSize;
271
+ color: @sapUiBaseText;
272
+ font-size: @sapMFontSmallSize;
273
+ font-weight: @sapUiFontHeaderWeight;
274
+ fill: @sapUiListHeaderTextColor;
275
+ }
276
+
277
+ .sapGanttChart {
278
+ position: relative;
279
+ display: flex;
280
+ flex-direction: column;
281
+ width: 100%;
282
+ overflow: hidden;
283
+ }
284
+
285
+ .sapGanttCntScroll {
286
+ position: relative;
287
+ margin: 0;
288
+ overflow: hidden
289
+ }
290
+
291
+ .sapGanttChartContentBody {
292
+ // position: absolute;
293
+ display: block;
294
+ // flex-direction: column;
295
+ width: 100%;
296
+ height: 100%;
297
+ overflow: hidden;
298
+ // left: 0;
299
+ // top: 0;
300
+ }
301
+
302
+ .sapGanttFixedCntScroll {
303
+ position: relative;
304
+ overflow: hidden;
305
+ float: left;
306
+ }
307
+
308
+ .sapGanttChartScrFixed {
309
+ position: absolute;
310
+ display: block;
311
+ pointer-events: none;
312
+ flex-direction: column;
313
+ width: 100%;
314
+ height: 100%;
315
+ overflow: hidden;
316
+ left: 0;
317
+ top: 0;
318
+ margin-left: calc(2rem~" + " 6px);
319
+ }
320
+
321
+
322
+ .sapGanttTimeHeaderSvgPath {
323
+ stroke: @sapUiLightBG;
324
+ stroke-width: 1px;
325
+ stroke-dasharray: none;
326
+ }
327
+
328
+ .sapGanttTimeHeaderVerticalPath {
329
+ background-color: @sapUiLightBG;
330
+ width: 1px;
331
+ }
332
+
333
+ .sapGanttTimeHeaderHorizontalPath {
334
+ background-color: @sapUiLightBG;
335
+ height: 1px;
336
+ }
337
+
338
+ .sapGanttTimeHeaderLargeIntervalSvgPath {
339
+ stroke: @sapUiListTableGroupHeaderTextColor;
340
+ stroke-width: 1px;
341
+ opacity: 0.8;
342
+ }
343
+
344
+ .sapGanttShapeSvgText {
345
+ fill: @sapUiDeepText;
346
+ }
347
+
348
+ .sapGanttChartHeader {
349
+ min-height: @_sap_gantt_Gantt_HeaderHeight;
350
+ height: @_sap_gantt_Gantt_HeaderHeight;
351
+ width: 100%;
352
+ background-color: @sapUiListHeaderBackground;
353
+ overflow: hidden;
354
+ }
355
+ .sapGanttChartHeaderSvg {}
356
+
357
+ .sapGanttChartWithTableHeader {
358
+ width: 100%;
359
+ background-color: @sapUiListHeaderBackground;
360
+ overflow: hidden;
361
+ box-sizing: border-box;
362
+ border-bottom: 1px solid @sapUiListBorderColor;
363
+ }
364
+
365
+ .sapGanttChartWithTableHeaderMarkerArea {
366
+ width: 100%;
367
+ background-color: @sapUiListHeaderBackground;
368
+ overflow: hidden;
369
+ box-sizing: border-box;
370
+ border-top: 1px solid @sapUiListBorderColor;
371
+ }
372
+
373
+ .sapGanttChartSvgCtn {
374
+ position: absolute;
375
+ overflow: hidden;
376
+ top: 0;
377
+ left: 0;
378
+ z-index: 2;
379
+ width: 100%;
380
+ }
381
+
382
+ .sapGanttChartTT {
383
+ position: relative;
384
+ width: 100%;
385
+ }
386
+
387
+ .sapGanttChartSPMSvgCtn {
388
+ position:absolute;
389
+ top:0;
390
+ left:0;
391
+ overflow: hidden;
392
+ height: 100%;
393
+ width: 100%;
394
+ pointer-events: none;
395
+ }
396
+
397
+ a.sapGanttExpandClose {
398
+ cursor: pointer;
399
+ }
400
+
401
+ .sapGanttExpandChartCloseButton {
402
+ cursor:pointer;
403
+ pointer-events: auto;
404
+ stroke: black;
405
+ stroke-width: 0.5;
406
+ fill: white;
407
+ }
408
+
409
+ .sapGanttExpandChartCntBG {
410
+ pointer-events: none;
411
+ fill: @_sap_gantt_Gantt_ExpandChartBG;
412
+ opacity: 1;
413
+ }
414
+
415
+ .sapGanttExpandedRowBackground {
416
+ pointer-events: none;
417
+ fill: transparent;
418
+ opacity: 1;
419
+ }
420
+
421
+ .sapGanttExpandChartHeaderBG {
422
+ pointer-events: auto;
423
+ fill: @_sap_gantt_Gantt_ExpandChartBG;
424
+ opacity: 1;
425
+ }
426
+
427
+ .sapGanttExpandChartLine {
428
+ pointer-events: auto;
429
+ fill: @_sap_gantt_Gantt_ExpandChartLine;
430
+ stroke-width: 1;
431
+ stroke: @_sap_gantt_Gantt_ExpandChartLine;
432
+ shape-rendering: crispEdges
433
+ }
434
+ .sapGanttExpandChartContent text{
435
+ pointer-events: auto;
436
+ fill: @_sap_gantt_Gantt_ExpandChartText;
437
+ }
438
+
439
+ .sapGanttExpandChartCloseButton{
440
+ stroke: @_sap_gantt_Gantt_ExpandChartText;
441
+ }
442
+
443
+ .sapGanttSPMaskSvg{
444
+ width:100%;
445
+ height:100%;
446
+ top:0;
447
+ left:0;
448
+ }
449
+
450
+ .sapGanttExpandedRow > td {
451
+ vertical-align: top !important;
452
+ // padding-top: 15px !important;
453
+ }
454
+ .sapGanttExpandedRow > td div.sapUiTableCell > span,
455
+ .sapGanttExpandedRow > td div.sapUiTableCellInner{
456
+ padding-top: 5px;
457
+ }
458
+
459
+ .sapGanttChartLayoutBG{
460
+ background-color: transparent;
461
+ }
462
+
463
+ .sapUiSettingBox{
464
+ padding-right: 10px;
465
+ }
466
+
467
+ .sapUiSettingBoxItem {
468
+ max-width: 100%;
469
+ }
470
+
471
+ // Since UI5 1.37, tree table changes the z-index value of vertical scrollbar from 2 to 0, the vertical scrollbar is fully overlayed by gantt svg chart
472
+ // So change the z-index of vertical scroll bar to 2
473
+ .sapGanttChartTT .sapUiTableVSb,
474
+ .sapGanttChartWithTable .sapUiTableVSb {
475
+ z-index: 2;
476
+ }
477
+
478
+ .sapGanttChartTT .sapUiTable,
479
+ .sapGanttChartWithTable .sapUiTable {
480
+ z-index: auto;
481
+ }
482
+ //Since the z-index of all content elements inside the splitter container are the same, the expanded chart content is rendered above the splitter bar according to the DOM order
483
+ //The splitter bar would be overlapped by the expanded chart content when the selection panel is really narrow, less than the min-width of the tree table
484
+ //So, set the z-index of the elements inside the splitter container to distinguish the rendering order
485
+ .sapGanttViewSplitterH >.sapUiLoSplitterContent {
486
+ position: relative;
487
+ overflow: hidden;
488
+ z-index: 0;
489
+ }
490
+
491
+ .sapGanttViewSplitterH >.sapUiLoSplitterBar {
492
+ position: relative;
493
+ z-index: 2;
494
+ }
495
+
496
+ .sapGanttChartTT .sapUiTable > div.sapUiTableCnt {
497
+ margin-right: -1px;
498
+ }
499
+
500
+ .sapGanttInvisiblePaintServer {
501
+ float: left;
502
+ height: 0;
503
+ width: 0;
504
+ }
505
+ .sapGanttViewContainer {
506
+ clear: left;
507
+ float: left;
508
+ }
509
+
510
+ .sapGanttChartLegend {
511
+ line-height: normal;
512
+ }
513
+
514
+ .sapGanttLLSvg, .sapGanttDLSvg,
515
+ .sapGanttLLItem .sapMCb {
516
+ height: 100%;
517
+ }
518
+
519
+ .sapGanttLL {
520
+ width: 100%;
521
+ }
522
+
523
+ .sapGanttLLItem, .sapGanttDLItem {
524
+ display: flex;
525
+ }
526
+
527
+ .sapGanttLLItem .sapMCbBg {
528
+ margin: auto;
529
+ top: 0;
530
+ left: 0;
531
+ bottom: 0;
532
+ right: 0;
533
+ }
534
+
535
+ .sapGanttLLItemSectionTitle {
536
+ font-family: @sapFontBoldFamily;
537
+ font-size: @sapFontHeader6Size;
538
+ color: @sapTextColor;
539
+ }
540
+
541
+ .sapGanttLLItemTxt {
542
+ overflow: hidden;
543
+ height: 100%;
544
+ text-overflow: ellipsis;
545
+ white-space: nowrap;
546
+ vertical-align: middle;
547
+ flex: 1;
548
+ padding-left: 0.5rem;
549
+ padding-right: 0.5rem;
550
+ color: @sapUiContentLabelColor;
551
+ }
552
+
553
+ .sapGanttLLSvgDefs {
554
+ height: 0;
555
+ width: 0;
556
+ float: left;
557
+ }
558
+
559
+ .sapGanttDLItemTxt {
560
+ overflow: hidden;
561
+ text-overflow: ellipsis;
562
+ white-space: nowrap;
563
+ vertical-align: middle;
564
+ flex: 1;
565
+ padding: 0 0.5rem;
566
+ color: @sapUiContentLabelColor;
567
+
568
+ text {
569
+ fill: @sapUiContentLabelColor;
570
+ }
571
+ }
572
+
573
+ .sapGanttDimensionLegendPath {
574
+ stroke: #b7b6b6;
575
+ stroke-width: 1;
576
+ }
577
+
578
+ .noShowCheckBox {
579
+ visibility: hidden;
580
+ }
581
+
582
+ .sapGanttLLSvg.NoCheckBox {
583
+ padding-left: 0.5rem;
584
+ }
585
+
586
+ .sapGanttCursorLineHeader {
587
+ height: 30px;
588
+ fill: @sapUiListBackground;
589
+ font-size: @sapUiFontSmallSize;
590
+ stroke: @_sap_gantt_Gantt_CursorLineStroke;
591
+ stroke-width: 1;
592
+ pointer-events: none;
593
+ }
594
+
595
+ text.sapGanttCursorLineLabel {
596
+ fill: @sapUiLink;
597
+ font-size: @sapUiFontSmallSize;
598
+ text-anchor: middle;
599
+ alignment-baseline: baseline;
600
+ dominant-baseline: central;
601
+ }
602
+
603
+ .sapGanttCursorLineBody {
604
+ shape-rendering: crispEdges;
605
+ stroke: @_sap_gantt_Gantt_CursorLineStroke;
606
+ stroke-width: 1;
607
+ stroke-dasharray: none;
608
+ pointer-events: none;
609
+ }
610
+
611
+ .sapGanttChartVerticalLine {
612
+ stroke: @_sap_gantt_Gantt_VerticalLineStroke;
613
+ stroke-width: 1;
614
+ stroke-dasharray: none;
615
+ }
616
+
617
+ .sapGanttNowLine {
618
+ stroke: @_sap_gantt_Gantt_NowLineStroke;
619
+ stroke-width: 1;
620
+ shape-rendering: crispEdges
621
+ }
622
+
623
+ .sapGanttNowLineHeaderSvgPath {
624
+ .sapGanttNowLine();
625
+ fill: @_sap_gantt_Gantt_NowLineStroke;
626
+ }
627
+ .sapGanttNowLineBodySvgLine {
628
+ .sapGanttNowLine();
629
+ stroke-dasharray: 10, 5;
630
+ }
631
+
632
+ .sapGanttSkipToolbar {
633
+ height: 0;
634
+ }
635
+ .sapGanttToolbar .sapMSlider {
636
+ width: 200px !important;
637
+ }
638
+ .sapGanttChartWithTable .sapUiTable>.sapUiTableExt {
639
+ background-color: @sapUiWhiteBG;
640
+ border-bottom: 2px solid @sapUiWhiteBG;
641
+ }
642
+
643
+ .sapGanttDraggingCursor {
644
+ cursor: move;
645
+ }
646
+
647
+ .sapGanttDraggingOverflow {
648
+ overflow: hidden;
649
+ }
650
+
651
+ .sapGanttDraggingShadow {
652
+ position : absolute;
653
+ z-index : 999;
654
+ pointer-events: none;
655
+ }
656
+
657
+ #sapGanttDragGhostWrapper{
658
+ position: absolute;
659
+ display: block;
660
+ pointer-events: none;
661
+ z-index: 999;
662
+ }
663
+
664
+ .sapGanttDragGhost {
665
+ position: relative;
666
+ }
667
+
668
+ .sapGanttDragGhostImg {
669
+ opacity: 0.5;
670
+ }
671
+
672
+ .sapGanttDragTextOverlay {
673
+ position: absolute;
674
+ top: 0;
675
+ width: auto;
676
+ height: 100%;
677
+ background-color:transparent;
678
+ color: @sapUiListHeaderTextColor;
679
+ font-size: 12px;
680
+ vertical-align: middle;
681
+ white-space: nowrap;
682
+ padding-left: 12px;
683
+ line-height: var(--sapShapeDragTextOverlay-lineHeight, 0);
684
+ left: var(--sapShapeDragTextOverlay-left-val, 0);
685
+ right: var(--sapShapeDragTextOverlay-right-val, 0);
686
+ }
687
+
688
+ .sapGanttDragGhostLabel {
689
+ position: absolute;
690
+ width: max-content;
691
+ height: 100%;
692
+ background-color:transparent;
693
+ font-size: 13px;
694
+ font-family: Arial;
695
+ color: #000000;
696
+ top: 0px;
697
+ left: 0px;
698
+ right: 0px;
699
+ }
700
+
701
+ .sapFullScreenGanttDialog {
702
+ top: 0px !important;
703
+ left: 0px !important;
704
+ max-width: 100% !important;
705
+ max-height: 100% !important;
706
+ border-radius: 0rem !important;
707
+ }
708
+
709
+ .sapToolbarContentHidden {
710
+ display: none !important;
711
+ }
712
+
713
+ #sapGanttPopoverAnchor {
714
+ position: absolute;
715
+ display: block;
716
+ pointer-events: none;
717
+ z-index: 999;
718
+ }
719
+
720
+ #sapGanttPopoverWrapper {
721
+ position: absolute;
722
+ background-color: @sapUiShellContainerBackground;
723
+ overflow: hidden;
724
+ min-width: 6.25rem;
725
+ box-sizing: border-box;
726
+ outline: none;
727
+ overflow: hidden;
728
+ background: @sapUiShellContainerBackground;
729
+ border: none;
730
+ box-shadow: @sapUiShadowLevel2, @sapUiShadowLevel2;
731
+ border-radius: 0.25rem;
732
+ min-height: 2rem;
733
+ white-space: nowrap;
734
+ }
735
+
736
+ .sapGanttPopoverObjectCount {
737
+ margin-bottom: -1px;
738
+ }
739
+
740
+ .sapGanttPopoverCountText {
741
+ text-align: center;
742
+ }
743
+
744
+ .sapGanttDragElementHidden {
745
+ visibility: hidden;
746
+ }
747
+
748
+ .sapGanttDragTextOverlayGhostAlignEnd {
749
+ right: 12px;
750
+ text-align: right;
751
+ }
752
+
753
+ html[dir=rtl] .sapGanttDragTextOverlayGhostAlignEnd {
754
+ right: 12px;
755
+ text-align: left;
756
+ }
757
+
758
+
759
+
760
+ .sapGanttChartTimePeriodZoomRectangle {
761
+ fill: @_sap_gantt_Gantt_TimelineZoomColor;
762
+ stroke: @_sap_gantt_Gantt_TimelineZoomColor;
763
+ stroke-width: 2px;
764
+ fill-opacity: 0.4;
765
+ }
766
+
767
+
768
+ .sapUiSizeCozy {
769
+ /* Gantt Chart Eapanded Row Checkbox */
770
+ .sapUiTableRowHdr.sapGanttExpandedRow::after {
771
+ margin-top: 12px !important;
772
+ }
773
+ }
774
+
775
+ .sapUiFindHeader div.sapMFlexItem:nth-child(1) {
776
+ position: absolute;
777
+ left: 0;
778
+ margin-left: 15px;
779
+ top: 25%;
780
+ }
781
+
782
+ .sapUiFindSidePanelButton {
783
+ margin-left: 5%;
784
+ }
785
+
786
+ .sapUiFindResults div.sapMFlexItem:nth-child(1) {
787
+ padding-left: 15px;
788
+ }
789
+
790
+ .sapUiEmptyListInfo {
791
+ text-align: center;
792
+ }
793
+
794
+ .sapGanttChartContainer .sapUiLocalBusyIndicator,
795
+ .sapGanttChartWithTable .sapUiLocalBusyIndicator,
796
+ .sapGanttChart .sapUiLocalBusyIndicator {
797
+ z-index: 999;
798
+ }
799
+
800
+ tspan.sapGanttTooltipLine:nth-child(2n) {
801
+ display: block;
802
+ }
803
+
804
+ .sapGanttChartWithTableShowOnlyChart {
805
+ .sapGanttChartLayoutBG {
806
+ visibility: hidden;
807
+ }
808
+ .sapUiLoSplitterNoResize.sapUiLoSplitterBar {
809
+ display: none;
810
+ }
811
+ }
812
+
813
+ .sapGanttChartWithTableShowOnlyTable {
814
+ .sapUiLoSplitterNoResize.sapUiLoSplitterBar {
815
+ display: none;
816
+ }
817
+ }
818
+
819
+ .sapGanttCellTransparent {
820
+ opacity: 0;
821
+ }
822
+
823
+ /* ------------------------------------------------ */
824
+ /* Compact size */
825
+ /* ------------------------------------------------ */
826
+
827
+
828
+ .sapUiSizeCompact {
829
+
830
+ .sapGanttChartHeader {
831
+ min-height: @_sap_gantt_Gantt_CompactHeaderHeight;
832
+ height: @_sap_gantt_Gantt_CompactHeaderHeight;
833
+ }
834
+
835
+ .sapGanttChartSvgCtn{
836
+ top: 0;
837
+ }
838
+
839
+ .sapGanttCursorLineHeader {
840
+ height: 25px;
841
+ }
842
+ text.sapGanttCursorLineLabel {
843
+ font-size: @sapUiFontSmallSize;
844
+ }
845
+
846
+ /* Gantt Chart Eapanded Row Checkbox */
847
+ .sapUiTableRowSelectionCell.sapGanttExpandedRow::after {
848
+ margin-top: 6px !important;
849
+ }
850
+ }
851
+
852
+ /* ------------------------------------------------ */
853
+ /* Shape resize */
854
+ /* ------------------------------------------------ */
855
+ .sapUiShapeResizingCursor {
856
+ cursor: ew-resize;
857
+ }
858
+
859
+ /* ------------------------------------------------ */
860
+ /* simple/ContainerToolbarPlaceholder */
861
+ /* ------------------------------------------------ */
862
+ .sapGanttSimpleContainerToolbarPlaceholderInPopover {
863
+ .sapMBtn {
864
+ width: 100%;
865
+ max-width: 100%;
866
+ }
867
+ .sapMBtnInner {
868
+ text-align: left;
869
+ }
870
+ }
871
+
872
+ /* ------------------------------------------------ */
873
+ /* Overlapping */
874
+ /* ------------------------------------------------ */
875
+ .sapGanttShapeOverlappingBorder {
876
+ fill: white;
877
+ pointer-events: none;
878
+ }
879
+
880
+
881
+ /* ------------------------------------------------ */
882
+ /* Marker Cursor pointer */
883
+ /* ------------------------------------------------ */
884
+ .sapGanntChartMarkerCursorPointer{
885
+ cursor: pointer;
886
+ outline: none;
887
+ shape-rendering: auto;
888
+ }
889
+
890
+ /* ------------------------------------------------ */
891
+ /* Marker Tooltip */
892
+ /* ------------------------------------------------ */
893
+ .sapGanntChartMarkerTooltip{
894
+ padding: 0.5rem;
895
+ }
896
+
897
+ .sapGanttHeaderOverflowToolbar {
898
+ max-width: 100%;
899
+ }