@sapui5/sap.gantt 1.125.0 → 1.126.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.
- package/package.json +1 -1
- package/src/sap/gantt/.library +6 -1
- package/src/sap/gantt/AdhocLine.js +1 -1
- package/src/sap/gantt/GanttChart.js +1 -1
- package/src/sap/gantt/GanttChartBase.js +1 -1
- package/src/sap/gantt/GanttChartContainer.js +1 -1
- package/src/sap/gantt/GanttChartWithTable.js +1 -1
- package/src/sap/gantt/axistime/AxisTimeStrategyBase.js +58 -8
- package/src/sap/gantt/axistime/FullScreenStrategy.js +1 -1
- package/src/sap/gantt/axistime/ProportionZoomStrategy.js +1 -1
- package/src/sap/gantt/axistime/StepwiseZoomStrategy.js +10 -4
- package/src/sap/gantt/changeHandlers/simple/AdhocLine.js +1 -1
- package/src/sap/gantt/changeHandlers/simple/DeltaLine.js +1 -1
- package/src/sap/gantt/changeHandlers/simple/GanttChartContainer.js +1 -1
- package/src/sap/gantt/changeHandlers/simple/GanttChartWithTable.js +1 -1
- package/src/sap/gantt/config/BirdEyeGroup.js +1 -1
- package/src/sap/gantt/config/ChartScheme.js +1 -1
- package/src/sap/gantt/config/ColumnAttribute.js +1 -1
- package/src/sap/gantt/config/ContainerLayout.js +1 -1
- package/src/sap/gantt/config/ExpandChart.js +1 -1
- package/src/sap/gantt/config/ExpandChartGroup.js +1 -1
- package/src/sap/gantt/config/GanttChartLayout.js +1 -1
- package/src/sap/gantt/config/Hierarchy.js +1 -1
- package/src/sap/gantt/config/HierarchyColumn.js +1 -1
- package/src/sap/gantt/config/LayoutGroup.js +1 -1
- package/src/sap/gantt/config/Locale.js +1 -1
- package/src/sap/gantt/config/Mode.js +1 -1
- package/src/sap/gantt/config/ModeGroup.js +1 -1
- package/src/sap/gantt/config/ObjectType.js +1 -1
- package/src/sap/gantt/config/SettingGroup.js +1 -1
- package/src/sap/gantt/config/SettingItem.js +1 -1
- package/src/sap/gantt/config/Shape.js +1 -1
- package/src/sap/gantt/config/TimeAxis.js +1 -1
- package/src/sap/gantt/config/TimeHorizon.js +1 -1
- package/src/sap/gantt/config/TimeZoomGroup.js +1 -1
- package/src/sap/gantt/config/ToolbarGroup.js +1 -1
- package/src/sap/gantt/config/ToolbarScheme.js +1 -1
- package/src/sap/gantt/control/Cell.js +1 -1
- package/src/sap/gantt/def/DefBase.js +1 -1
- package/src/sap/gantt/def/SvgDefs.js +1 -1
- package/src/sap/gantt/def/cal/Calendar.js +1 -1
- package/src/sap/gantt/def/cal/CalendarDefs.js +1 -1
- package/src/sap/gantt/def/cal/TimeInterval.js +1 -1
- package/src/sap/gantt/def/filter/MorphologyFilter.js +1 -1
- package/src/sap/gantt/def/gradient/LinearGradient.js +1 -1
- package/src/sap/gantt/def/gradient/RadialGradient.js +1 -1
- package/src/sap/gantt/def/gradient/Stop.js +1 -1
- package/src/sap/gantt/def/pattern/BackSlashPattern.js +1 -1
- package/src/sap/gantt/def/pattern/PatternBase.js +1 -1
- package/src/sap/gantt/def/pattern/SlashPattern.js +1 -1
- package/src/sap/gantt/drawer/Drawer.js +1 -1
- package/src/sap/gantt/eventHandler/AutoScrollHandler.js +1 -1
- package/src/sap/gantt/eventHandler/BirdEyeHandler.js +1 -1
- package/src/sap/gantt/eventHandler/MouseWheelHandler.js +1 -1
- package/src/sap/gantt/eventHandler/ShapeHoverHandler.js +1 -1
- package/src/sap/gantt/eventHandler/ShapeResizeHandler.js +1 -1
- package/src/sap/gantt/eventHandler/TimePeriodZoomHandler.js +1 -1
- package/src/sap/gantt/eventHandler/TimePopoverHandler.js +1 -1
- package/src/sap/gantt/layouts/SidePanel.js +1 -1
- package/src/sap/gantt/legend/DimensionLegend.js +1 -1
- package/src/sap/gantt/legend/LegendBase.js +1 -1
- package/src/sap/gantt/legend/LegendContainer.js +1 -1
- package/src/sap/gantt/legend/ListLegend.js +1 -1
- package/src/sap/gantt/library.js +13 -3
- package/src/sap/gantt/messagebundle_sh.properties +30 -30
- package/src/sap/gantt/misc/AxisTime.js +80 -22
- package/src/sap/gantt/misc/Memoizer.js +1 -1
- package/src/sap/gantt/misc/RelativeTimeFormatter.js +1 -1
- package/src/sap/gantt/misc/ShapeManager.js +1 -1
- package/src/sap/gantt/overlays/GanttRowOverlay.js +80 -16
- package/src/sap/gantt/overlays/Overlay.js +1 -1
- package/src/sap/gantt/polyfills/lib.js +1 -1
- package/src/sap/gantt/polyfills/time.js +7 -7
- package/src/sap/gantt/polyfills/{time-utils → timeUtils}/dayCount.js +1 -1
- package/src/sap/gantt/shape/Circle.js +1 -1
- package/src/sap/gantt/shape/ClipPath.js +1 -1
- package/src/sap/gantt/shape/Definitions.js +1 -1
- package/src/sap/gantt/shape/Group.js +1 -1
- package/src/sap/gantt/shape/Image.js +1 -1
- package/src/sap/gantt/shape/Line.js +1 -1
- package/src/sap/gantt/shape/Path.js +1 -1
- package/src/sap/gantt/shape/Polygon.js +1 -1
- package/src/sap/gantt/shape/Polyline.js +1 -1
- package/src/sap/gantt/shape/Rectangle.js +1 -1
- package/src/sap/gantt/shape/ResizeShadowShape.js +1 -1
- package/src/sap/gantt/shape/SelectedShape.js +1 -1
- package/src/sap/gantt/shape/Shape.js +1 -1
- package/src/sap/gantt/shape/Text.js +1 -1
- package/src/sap/gantt/shape/cal/Calendar.js +1 -1
- package/src/sap/gantt/shape/ext/Chevron.js +1 -1
- package/src/sap/gantt/shape/ext/Cursor.js +1 -1
- package/src/sap/gantt/shape/ext/Diamond.js +1 -1
- package/src/sap/gantt/shape/ext/Iconfont.js +1 -1
- package/src/sap/gantt/shape/ext/Pentangle.js +1 -1
- package/src/sap/gantt/shape/ext/TextRepeat.js +1 -1
- package/src/sap/gantt/shape/ext/Triangle.js +1 -1
- package/src/sap/gantt/shape/ext/rls/Relationship.js +1 -1
- package/src/sap/gantt/shape/ext/rls/SelectedRelationship.js +2 -2
- package/src/sap/gantt/shape/ext/ubc/UbcBorderPath.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcPolygon.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcTooltipRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcUsedPolygon.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UtilizationBarChart.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcBorderPath.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcClipPath.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcClipingPath.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcDimension.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcMiddleLine.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcOverClipRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcTooltipRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcUnderClipRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UtilizationLineChart.js +1 -1
- package/src/sap/gantt/simple/AdhocDiamond.js +1 -1
- package/src/sap/gantt/simple/AdhocLine.js +1 -1
- package/src/sap/gantt/simple/AggregationUtils.js +11 -58
- package/src/sap/gantt/simple/BaseCalendar.js +1 -1
- package/src/sap/gantt/simple/BaseChevron.js +1 -1
- package/src/sap/gantt/simple/BaseConditionalShape.js +1 -1
- package/src/sap/gantt/simple/BaseCursor.js +1 -1
- package/src/sap/gantt/simple/BaseDeltaRectangle.js +4 -1
- package/src/sap/gantt/simple/BaseDiamond.js +1 -1
- package/src/sap/gantt/simple/BaseGroup.js +1 -1
- package/src/sap/gantt/simple/BaseImage.js +1 -1
- package/src/sap/gantt/simple/BaseLine.js +1 -1
- package/src/sap/gantt/simple/BasePath.js +1 -1
- package/src/sap/gantt/simple/BasePseudoShape.js +1 -1
- package/src/sap/gantt/simple/BaseRectangle.js +4 -1
- package/src/sap/gantt/simple/BaseShape.js +1 -1
- package/src/sap/gantt/simple/BaseText.js +1 -1
- package/src/sap/gantt/simple/BaseTriangle.js +1 -1
- package/src/sap/gantt/simple/ContainerToolbar.js +13 -4
- package/src/sap/gantt/simple/ContainerToolbarPlaceholder.js +1 -1
- package/src/sap/gantt/simple/CoordinateUtils.js +1 -1
- package/src/sap/gantt/simple/CustomVariantHandler.js +1 -1
- package/src/sap/gantt/simple/DeltaLine.js +1 -1
- package/src/sap/gantt/simple/ExpandModel.js +1 -3
- package/src/sap/gantt/simple/GanttAdaptationData.js +1 -1
- package/src/sap/gantt/simple/GanttChartContainer.js +8 -2
- package/src/sap/gantt/simple/GanttChartWithTable.js +36 -2
- package/src/sap/gantt/simple/GanttDragDropExtension.js +8 -1
- package/src/sap/gantt/simple/GanttExtension.js +1 -1
- package/src/sap/gantt/simple/GanttHeader.js +1 -1
- package/src/sap/gantt/simple/GanttPointerExtension.js +1 -1
- package/src/sap/gantt/simple/GanttPopoverExtension.js +1 -1
- package/src/sap/gantt/simple/GanttPrinting.js +3 -2
- package/src/sap/gantt/simple/GanttRowAction.js +1 -1
- package/src/sap/gantt/simple/GanttRowSettings.js +30 -1
- package/src/sap/gantt/simple/GanttScrollExtension.js +19 -4
- package/src/sap/gantt/simple/GanttUtils.js +85 -0
- package/src/sap/gantt/simple/InnerGanttChart.js +1 -1
- package/src/sap/gantt/simple/LegendContainer.js +1 -1
- package/src/sap/gantt/simple/LegendShapeGroup.js +1 -1
- package/src/sap/gantt/simple/MultiActivityGroup.js +1 -1
- package/src/sap/gantt/simple/MultiActivityRowSettings.js +1 -1
- package/src/sap/gantt/simple/Relationship.js +1 -1
- package/src/sap/gantt/simple/ShapeScheme.js +1 -1
- package/src/sap/gantt/simple/StockChart.js +1 -1
- package/src/sap/gantt/simple/StockChartDimension.js +1 -1
- package/src/sap/gantt/simple/StockChartPeriod.js +1 -1
- package/src/sap/gantt/simple/UtilizationBarChart.js +1 -1
- package/src/sap/gantt/simple/UtilizationChart.js +4 -1
- package/src/sap/gantt/simple/UtilizationDimension.js +1 -1
- package/src/sap/gantt/simple/UtilizationLineChart.js +1 -1
- package/src/sap/gantt/simple/UtilizationPeriod.js +1 -1
- package/src/sap/gantt/simple/shapes/Shape.js +1 -1
- package/src/sap/gantt/simple/shapes/Task.js +1 -1
- package/src/sap/gantt/skipTime/DayInterval.js +63 -0
- package/src/sap/gantt/skipTime/DiscontinuousProvider.js +48 -0
- package/src/sap/gantt/skipTime/SkipInterval.js +76 -0
- package/src/sap/gantt/skipTime/SkipPattern.js +64 -0
- package/src/sap/gantt/skipTime/WeekPattern.js +118 -0
- package/src/sap/gantt/skipTime/WeeklyDiscontinuousProvider.js +78 -0
- package/src/sap/gantt/themes/sap_hcb/base_Gantt.less +899 -0
- package/src/sap/gantt/themes/sap_hcb/base_GanttPrinting.less +101 -0
- package/src/sap/gantt/themes/sap_hcb/base_GanttSyncedControl.less +96 -0
- package/src/sap/gantt/themes/sap_hcb/library.source.less +15 -1
- package/src/sap/gantt/thirdparty/d3fc-discontinuous-scale.js +1129 -0
- package/src/sap/gantt/thirdparty/d3fc-rebind.js +103 -0
- package/src/sap/gantt/thirdparty/licenses/d3fc-MIT-LICENSE.txt +21 -0
- /package/src/sap/gantt/polyfills/{time-utils → timeUtils}/day.js +0 -0
- /package/src/sap/gantt/polyfills/{time-utils → timeUtils}/days.js +0 -0
- /package/src/sap/gantt/polyfills/{time-utils → timeUtils}/interval.js +0 -0
- /package/src/sap/gantt/polyfills/{time-utils → timeUtils}/millisecond.js +0 -0
- /package/src/sap/gantt/polyfills/{time-utils → timeUtils}/monday.js +0 -0
- /package/src/sap/gantt/polyfills/{time-utils → timeUtils}/saturday.js +0 -0
- /package/src/sap/gantt/polyfills/{time-utils → timeUtils}/weeks.js +0 -0
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
.sapGanttPrintingDialog.sapUiPopupWithPadding .sapMDialogScrollCont {
|
|
2
|
+
padding: 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.sapGanttPrintingDialog.sapUiPopupWithPadding .sapMDialogScrollCont.sapMDialogStretchContent {
|
|
6
|
+
height: 100%;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.sapGanttPrintingPreviewContent {
|
|
10
|
+
padding-left: 2rem;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.sapGanttPrintingDialogSettings {
|
|
14
|
+
padding-top: 1rem;
|
|
15
|
+
padding-right: 2rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapGanttPrintingPageRangeInput {
|
|
19
|
+
padding-left: 3px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapGanttPrintingTopMargin {
|
|
23
|
+
margin-top: 1rem;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapGanttPrintingLeftMargin {
|
|
27
|
+
margin-left: 1rem;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.sapGanttPrintingBottomMargin {
|
|
31
|
+
margin-bottom: 1rem;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.sapGanttPrintingSmallRightMargin {
|
|
35
|
+
margin-right: 0.5rem;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.sapGanttPrintingSmallLeftMargin {
|
|
39
|
+
margin-left: 0.5rem;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sapGanttPrintingSinglePageMessage {
|
|
43
|
+
margin-top: -0.5rem;
|
|
44
|
+
margin-bottom: 1rem;
|
|
45
|
+
line-height: 1.25;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.sapGanttPrintingSwitchPadding {
|
|
49
|
+
padding-left: 0.5rem;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.sapGanttPrintingPreviewContentDiv {
|
|
53
|
+
flex: 1 1 auto;
|
|
54
|
+
display: flex;
|
|
55
|
+
align-items: center;
|
|
56
|
+
justify-content: center;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.sapGanttPrintingPreviewPageDiv {
|
|
60
|
+
display: flex;
|
|
61
|
+
align-items: center;
|
|
62
|
+
justify-content: center;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.sapGanttPrintingPreviewPageDivBorder {
|
|
66
|
+
border: 1px solid @sapUiContentLabelColor;
|
|
67
|
+
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
|
68
|
+
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
|
69
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
|
70
|
+
box-sizing: border-box;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.sapGanttPrintingPreviewFooter {
|
|
74
|
+
padding-top: 1.5rem;
|
|
75
|
+
padding-bottom: 2.5rem;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.sapGanttPrintingProgressBox {
|
|
79
|
+
padding-top: 1.5rem;
|
|
80
|
+
padding-bottom: 1.5rem;
|
|
81
|
+
padding-left: 1.5rem;
|
|
82
|
+
padding-right: 1.5rem;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.sapGanttPrintingProgressText {
|
|
86
|
+
padding-bottom: 1rem;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.sapGanttPrintingPreviewIconMarginRight {
|
|
90
|
+
margin-right: 1rem;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.sapGanttPrintingPreviewText {
|
|
94
|
+
font-family: @sapUiFontFamily;
|
|
95
|
+
font-size: @sapMFontMediumSize;
|
|
96
|
+
color: @sapUiBaseText;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.sapGanttPrintingLockButton {
|
|
100
|
+
margin-top: 10px;
|
|
101
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
.sapGanttBackground {
|
|
2
|
+
// height: 0; // Enables auto table height
|
|
3
|
+
height: 100%;
|
|
4
|
+
overflow-y: hidden;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.sapGanttBackground .sapGanttBackgroundFlexContainer {
|
|
8
|
+
display: flex;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.sapGanttBackground .sapGanttBackgroundSVG {
|
|
12
|
+
display: block;
|
|
13
|
+
width: 100%;
|
|
14
|
+
height: 100%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.sapGanttBackground .sapGanttBackgroundContainer {
|
|
18
|
+
width: 100%;
|
|
19
|
+
overflow: hidden;
|
|
20
|
+
border-right: 1px solid @sapUiListBorderColor;
|
|
21
|
+
|
|
22
|
+
.sapGanttBackgroundTable {
|
|
23
|
+
border-top: 1px solid @sapUiListBorderColor;
|
|
24
|
+
background-color: @sapUiListBackground;
|
|
25
|
+
position: relative;
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
.sapGanttBackgroundTableHeader {
|
|
29
|
+
box-sizing: border-box;
|
|
30
|
+
border-bottom: 1px solid @sapUiListBorderColor;
|
|
31
|
+
background-color: @sapUiListHeaderBackground;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.sapGanttBackgroundTableContent {
|
|
35
|
+
box-sizing: border-box;
|
|
36
|
+
border-bottom: 1px solid @sapUiListBorderColor;
|
|
37
|
+
overflow: hidden;
|
|
38
|
+
|
|
39
|
+
.sapGanttBackgroundSVGRow {
|
|
40
|
+
fill: transparent;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.sapGanttBackgroundSVGRowSelected {
|
|
44
|
+
fill: @sapUiListSelectionBackgroundColor;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.sapGanttBackgroundSVGRowHovered {
|
|
48
|
+
fill: @sapUiListHoverBackground;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.sapGanttBackgroundSVGRowSelected.sapGanttBackgroundSVGRowHovered {
|
|
52
|
+
fill: @sapUiListSelectionHoverBackground;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapGanttBackgroundSVGRowBorder {
|
|
56
|
+
stroke: @sapUiListBorderColor;
|
|
57
|
+
stroke-width: 1px;
|
|
58
|
+
shape-rendering: crispEdges
|
|
59
|
+
}
|
|
60
|
+
.sapGanttBackgroundSVGRowHovered.sapGanttBackgroundSVGRowHighlighted{
|
|
61
|
+
fill: var(--sapGanttBackgroundSVGRowHighlighted-sapGanttBackgroundSVGRowHovered-fill, @sapContent_DragAndDropActiveColor);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.sapGanttBackgroundSVGRowHighlighted {
|
|
65
|
+
fill: var(--sapGanttBackgroundSVGRowHighlighted-fill, @sapContent_SearchHighlightColor);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.sapUiTableHSb, .sapUiTableHSbBg {
|
|
71
|
+
display: block;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.sapUiTableHSb:focus {
|
|
75
|
+
outline: none;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.sapGanttHSbHidden {
|
|
79
|
+
visibility: hidden;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.sapGanttBackground .sapGanttBackgroundVScrollContainer {
|
|
84
|
+
border-top: 1px solid @sapUiListBorderColor;
|
|
85
|
+
border-right: 1px solid @sapUiListBorderColor;
|
|
86
|
+
background-color: @sapUiListHeaderBackground;
|
|
87
|
+
|
|
88
|
+
.sapGanttBackgroundVScrollHeaderArea {
|
|
89
|
+
box-sizing: border-box;
|
|
90
|
+
border-bottom: 1px solid @sapUiListBorderColor;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.sapGanttBackgroundScrollbar {
|
|
94
|
+
overflow: auto;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -5,7 +5,21 @@
|
|
|
5
5
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
/***********************************************************************************
|
|
9
|
+
/* Due to deprecation of sap_hcb with SAPUI5 version 1.46 the library.source.less
|
|
10
|
+
/* file of base is resolved: Imports to base.less and global.less of
|
|
11
|
+
/* base are added to this library.source.less file (sap_hcb) and the
|
|
12
|
+
/* respective control css files of base are added to the sap_hcb theme folder.
|
|
13
|
+
/* This decoupling of the base theme is introduced with SAPUI5 version 1.126.
|
|
14
|
+
***********************************************************************************/
|
|
15
|
+
|
|
16
|
+
@import "../../../ui/core/themes/base/base.less";
|
|
17
|
+
@import "../../../ui/core/themes/base/global.less";
|
|
18
|
+
|
|
19
|
+
@import "base_Gantt.less";
|
|
20
|
+
@import "base_GanttSyncedControl.less";
|
|
21
|
+
@import "base_GanttPrinting.less";
|
|
22
|
+
|
|
9
23
|
@import "../../../../sap/ui/core/themes/sap_hcb/global.less";
|
|
10
24
|
|
|
11
25
|
@import "Gantt.less";
|