@sapui5/sap.gantt 1.84.13 → 1.84.16
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 +1 -1
- package/src/sap/gantt/AdhocLine.js +2 -2
- package/src/sap/gantt/GanttChart.js +3 -3
- package/src/sap/gantt/GanttChartBase.js +2 -2
- package/src/sap/gantt/GanttChartContainer.js +2 -2
- package/src/sap/gantt/GanttChartContainerRenderer.js +1 -1
- package/src/sap/gantt/GanttChartRenderer.js +1 -1
- package/src/sap/gantt/GanttChartWithTable.js +6 -3
- package/src/sap/gantt/GanttChartWithTableRenderer.js +1 -1
- package/src/sap/gantt/axistime/AxisTimeStrategyBase.js +2 -2
- package/src/sap/gantt/axistime/FullScreenStrategy.js +2 -2
- package/src/sap/gantt/axistime/ProportionZoomStrategy.js +2 -2
- package/src/sap/gantt/axistime/StepwiseZoomStrategy.js +2 -2
- package/src/sap/gantt/config/BirdEyeGroup.js +2 -2
- package/src/sap/gantt/config/ChartScheme.js +2 -2
- package/src/sap/gantt/config/ColumnAttribute.js +2 -2
- package/src/sap/gantt/config/ContainerLayout.js +2 -2
- package/src/sap/gantt/config/ExpandChart.js +2 -2
- package/src/sap/gantt/config/ExpandChartGroup.js +2 -2
- package/src/sap/gantt/config/GanttChartLayout.js +2 -2
- package/src/sap/gantt/config/Hierarchy.js +2 -2
- package/src/sap/gantt/config/HierarchyColumn.js +2 -2
- package/src/sap/gantt/config/LayoutGroup.js +2 -2
- package/src/sap/gantt/config/Locale.js +2 -2
- package/src/sap/gantt/config/Mode.js +2 -2
- package/src/sap/gantt/config/ModeGroup.js +2 -2
- package/src/sap/gantt/config/ObjectType.js +2 -2
- package/src/sap/gantt/config/SettingGroup.js +2 -2
- package/src/sap/gantt/config/SettingItem.js +2 -2
- package/src/sap/gantt/config/Shape.js +2 -2
- package/src/sap/gantt/config/TimeAxis.js +2 -2
- package/src/sap/gantt/config/TimeHorizon.js +2 -2
- package/src/sap/gantt/config/TimeZoomGroup.js +2 -2
- package/src/sap/gantt/config/ToolbarGroup.js +2 -2
- package/src/sap/gantt/config/ToolbarScheme.js +2 -2
- package/src/sap/gantt/control/AssociateContainer.js +1 -1
- package/src/sap/gantt/control/AssociateContainerRenderer.js +1 -1
- package/src/sap/gantt/control/Cell.js +2 -2
- package/src/sap/gantt/control/CellRenderer.js +1 -1
- package/src/sap/gantt/control/Toolbar.js +1 -1
- package/src/sap/gantt/control/ToolbarRenderer.js +1 -1
- package/src/sap/gantt/def/DefBase.js +2 -2
- package/src/sap/gantt/def/SvgDefs.js +2 -2
- package/src/sap/gantt/def/cal/Calendar.js +2 -2
- package/src/sap/gantt/def/cal/CalendarDefs.js +2 -2
- package/src/sap/gantt/def/cal/TimeInterval.js +2 -2
- package/src/sap/gantt/def/filter/MorphologyFilter.js +2 -2
- package/src/sap/gantt/def/gradient/LinearGradient.js +2 -2
- package/src/sap/gantt/def/gradient/RadialGradient.js +2 -2
- package/src/sap/gantt/def/gradient/Stop.js +2 -2
- package/src/sap/gantt/def/pattern/BackSlashPattern.js +2 -2
- package/src/sap/gantt/def/pattern/PatternBase.js +2 -2
- package/src/sap/gantt/def/pattern/SlashPattern.js +2 -2
- package/src/sap/gantt/designtime/GanttChart.designtime.js +1 -1
- package/src/sap/gantt/designtime/GanttChartWithTable.designtime.js +1 -1
- package/src/sap/gantt/designtime/library.designtime.js +1 -1
- package/src/sap/gantt/designtime/simple/GanttChartContainer.designtime.js +1 -1
- package/src/sap/gantt/drawer/AdhocLine.js +1 -1
- package/src/sap/gantt/drawer/CalendarPattern.js +1 -1
- package/src/sap/gantt/drawer/CursorLine.js +1 -1
- package/src/sap/gantt/drawer/Drawer.js +2 -2
- package/src/sap/gantt/drawer/ExpandedBackground.js +1 -1
- package/src/sap/gantt/drawer/NowLine.js +1 -1
- package/src/sap/gantt/drawer/SelectionPanel.js +1 -1
- package/src/sap/gantt/drawer/ShapeCrossRow.js +1 -1
- package/src/sap/gantt/drawer/ShapeInRow.js +3 -2
- package/src/sap/gantt/drawer/TimePeriodZoomRectangle.js +1 -1
- package/src/sap/gantt/drawer/VerticalLine.js +1 -1
- package/src/sap/gantt/eventHandler/AutoScrollHandler.js +2 -2
- package/src/sap/gantt/eventHandler/BirdEyeHandler.js +1 -1
- package/src/sap/gantt/eventHandler/MouseWheelHandler.js +2 -2
- package/src/sap/gantt/eventHandler/ShapeHoverHandler.js +2 -2
- package/src/sap/gantt/eventHandler/ShapeResizeHandler.js +2 -2
- package/src/sap/gantt/eventHandler/TimePeriodZoomHandler.js +2 -2
- package/src/sap/gantt/eventHandler/TimePopoverHandler.js +2 -2
- package/src/sap/gantt/legend/DimensionLegend.js +2 -2
- package/src/sap/gantt/legend/DimensionLegendRenderer.js +1 -1
- package/src/sap/gantt/legend/LegendBase.js +2 -2
- package/src/sap/gantt/legend/LegendContainer.js +2 -2
- package/src/sap/gantt/legend/LegendContainerRenderer.js +1 -1
- package/src/sap/gantt/legend/ListLegend.js +2 -2
- package/src/sap/gantt/legend/ListLegendRenderer.js +1 -1
- package/src/sap/gantt/library.js +3 -3
- package/src/sap/gantt/misc/AxisOrdinal.js +1 -1
- package/src/sap/gantt/misc/AxisTime.js +1 -1
- package/src/sap/gantt/misc/Format.js +1 -1
- package/src/sap/gantt/misc/RelativeTimeFormatter.js +2 -2
- package/src/sap/gantt/misc/ShapeManager.js +2 -2
- package/src/sap/gantt/misc/ShapeSelectionModel.js +1 -1
- package/src/sap/gantt/misc/Utility.js +1 -1
- package/src/sap/gantt/shape/Circle.js +2 -2
- package/src/sap/gantt/shape/ClipPath.js +2 -2
- package/src/sap/gantt/shape/Definitions.js +2 -2
- package/src/sap/gantt/shape/Group.js +2 -2
- package/src/sap/gantt/shape/Image.js +2 -2
- package/src/sap/gantt/shape/Line.js +2 -2
- package/src/sap/gantt/shape/Path.js +2 -2
- package/src/sap/gantt/shape/Polygon.js +2 -2
- package/src/sap/gantt/shape/Polyline.js +2 -2
- package/src/sap/gantt/shape/Rectangle.js +2 -2
- package/src/sap/gantt/shape/ResizeShadowShape.js +2 -2
- package/src/sap/gantt/shape/SelectedShape.js +2 -2
- package/src/sap/gantt/shape/Shape.js +2 -2
- package/src/sap/gantt/shape/Text.js +3 -3
- package/src/sap/gantt/shape/cal/Calendar.js +2 -2
- package/src/sap/gantt/shape/ext/Chevron.js +2 -2
- package/src/sap/gantt/shape/ext/Cursor.js +2 -2
- package/src/sap/gantt/shape/ext/Diamond.js +2 -2
- package/src/sap/gantt/shape/ext/Iconfont.js +2 -2
- package/src/sap/gantt/shape/ext/Pentangle.js +2 -2
- package/src/sap/gantt/shape/ext/TextRepeat.js +2 -2
- package/src/sap/gantt/shape/ext/Triangle.js +2 -2
- package/src/sap/gantt/shape/ext/rls/Relationship.js +2 -2
- package/src/sap/gantt/shape/ext/rls/SelectedRelationship.js +2 -2
- package/src/sap/gantt/shape/ext/ubc/UbcBorderPath.js +2 -2
- package/src/sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon.js +2 -2
- package/src/sap/gantt/shape/ext/ubc/UbcPolygon.js +2 -2
- package/src/sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon.js +2 -2
- package/src/sap/gantt/shape/ext/ubc/UbcTooltipRectangle.js +2 -2
- package/src/sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon.js +2 -2
- package/src/sap/gantt/shape/ext/ubc/UbcUsedPolygon.js +2 -2
- package/src/sap/gantt/shape/ext/ubc/UtilizationBarChart.js +2 -2
- package/src/sap/gantt/shape/ext/ulc/UlcBorderPath.js +2 -2
- package/src/sap/gantt/shape/ext/ulc/UlcClipPath.js +2 -2
- package/src/sap/gantt/shape/ext/ulc/UlcClipingPath.js +2 -2
- package/src/sap/gantt/shape/ext/ulc/UlcDimension.js +2 -2
- package/src/sap/gantt/shape/ext/ulc/UlcMiddleLine.js +2 -2
- package/src/sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle.js +2 -2
- package/src/sap/gantt/shape/ext/ulc/UlcOverClipRectangle.js +2 -2
- package/src/sap/gantt/shape/ext/ulc/UlcRectangle.js +2 -2
- package/src/sap/gantt/shape/ext/ulc/UlcTooltipRectangle.js +2 -2
- package/src/sap/gantt/shape/ext/ulc/UlcUnderClipRectangle.js +2 -2
- package/src/sap/gantt/shape/ext/ulc/UtilizationLineChart.js +2 -2
- package/src/sap/gantt/simple/AdhocDiamond.js +2 -2
- package/src/sap/gantt/simple/AdhocLine.js +2 -2
- package/src/sap/gantt/simple/AdhocLineRenderer.js +1 -1
- package/src/sap/gantt/simple/AggregationUtils.js +1 -1
- package/src/sap/gantt/simple/BaseCalendar.js +2 -2
- package/src/sap/gantt/simple/BaseChevron.js +2 -2
- package/src/sap/gantt/simple/BaseConditionalShape.js +2 -2
- package/src/sap/gantt/simple/BaseCursor.js +2 -2
- package/src/sap/gantt/simple/BaseDeltaRectangle.js +9 -7
- package/src/sap/gantt/simple/BaseDiamond.js +2 -2
- package/src/sap/gantt/simple/BaseGroup.js +2 -2
- package/src/sap/gantt/simple/BaseImage.js +2 -2
- package/src/sap/gantt/simple/BaseLine.js +2 -2
- package/src/sap/gantt/simple/BasePath.js +2 -2
- package/src/sap/gantt/simple/BaseRectangle.js +5 -7
- package/src/sap/gantt/simple/BaseShape.js +2 -2
- package/src/sap/gantt/simple/BaseText.js +2 -2
- package/src/sap/gantt/simple/BaseTriangle.js +1 -1
- package/src/sap/gantt/simple/ContainerToolbar.js +1 -1
- package/src/sap/gantt/simple/ContainerToolbarPlaceholder.js +2 -2
- package/src/sap/gantt/simple/ContainerToolbarRenderer.js +1 -1
- package/src/sap/gantt/simple/CoordinateUtils.js +2 -2
- package/src/sap/gantt/simple/DeltaLine.js +2 -2
- package/src/sap/gantt/simple/DeltaLineRenderer.js +1 -1
- package/src/sap/gantt/simple/DimensionLegend.js +1 -1
- package/src/sap/gantt/simple/DimensionLegendRenderer.js +1 -1
- package/src/sap/gantt/simple/ExpandModel.js +2 -2
- package/src/sap/gantt/simple/GanttChartContainer.js +2 -2
- package/src/sap/gantt/simple/GanttChartContainerRenderer.js +1 -1
- package/src/sap/gantt/simple/GanttChartWithTable.js +2 -2
- package/src/sap/gantt/simple/GanttChartWithTableRenderer.js +1 -1
- package/src/sap/gantt/simple/GanttConnectExtension.js +1 -1
- package/src/sap/gantt/simple/GanttDragDropExtension.js +2 -2
- package/src/sap/gantt/simple/GanttExtension.js +2 -2
- package/src/sap/gantt/simple/GanttHeader.js +2 -2
- package/src/sap/gantt/simple/GanttPointerExtension.js +2 -2
- package/src/sap/gantt/simple/GanttPopoverExtension.js +2 -2
- package/src/sap/gantt/simple/GanttPrinting.js +2 -2
- package/src/sap/gantt/simple/GanttResizeExtension.js +1 -1
- package/src/sap/gantt/simple/GanttRowSettings.js +2 -2
- package/src/sap/gantt/simple/GanttScrollExtension.js +1 -1
- package/src/sap/gantt/simple/GanttSyncedControl.js +1 -1
- package/src/sap/gantt/simple/GanttUtils.js +1 -50
- package/src/sap/gantt/simple/GanttZoomExtension.js +1 -1
- package/src/sap/gantt/simple/InnerGanttChart.js +2 -2
- package/src/sap/gantt/simple/InnerGanttChartRenderer.js +1 -1
- package/src/sap/gantt/simple/LegendColumnConfig.js +1 -1
- package/src/sap/gantt/simple/LegendContainer.js +2 -2
- package/src/sap/gantt/simple/LegendContainerRenderer.js +1 -1
- package/src/sap/gantt/simple/LegendRowConfig.js +1 -1
- package/src/sap/gantt/simple/LegendShapeGroup.js +2 -2
- package/src/sap/gantt/simple/LegendShapeGroupOrientation.js +1 -1
- package/src/sap/gantt/simple/ListLegend.js +1 -1
- package/src/sap/gantt/simple/ListLegendItem.js +1 -1
- package/src/sap/gantt/simple/ListLegendRenderer.js +1 -1
- package/src/sap/gantt/simple/MarkerType.js +1 -1
- package/src/sap/gantt/simple/Relationship.js +2 -2
- package/src/sap/gantt/simple/RenderUtils.js +1 -1
- package/src/sap/gantt/simple/SelectionModel.js +1 -1
- package/src/sap/gantt/simple/ShapeScheme.js +2 -2
- package/src/sap/gantt/simple/UtilizationBarChart.js +2 -2
- package/src/sap/gantt/simple/UtilizationChart.js +2 -2
- package/src/sap/gantt/simple/UtilizationDimension.js +2 -2
- package/src/sap/gantt/simple/UtilizationLineChart.js +2 -2
- package/src/sap/gantt/simple/UtilizationPeriod.js +2 -2
- package/src/sap/gantt/simple/shapes/Shape.js +6 -6
- package/src/sap/gantt/simple/shapes/Task.js +7 -7
- package/src/sap/gantt/themes/base/Gantt.less +1 -1
- package/src/sap/gantt/themes/base/library.source.less +1 -1
- package/src/sap/gantt/themes/sap_belize/library.source.less +1 -1
- package/src/sap/gantt/themes/sap_belize_hcb/Gantt.less +1 -1
- package/src/sap/gantt/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/gantt/themes/sap_belize_hcw/Gantt.less +1 -1
- package/src/sap/gantt/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/gantt/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/gantt/themes/sap_bluecrystal/Gantt.less +1 -1
- package/src/sap/gantt/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/gantt/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/gantt/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/gantt/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/gantt/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/gantt/themes/sap_hcb/Gantt.less +1 -1
- package/src/sap/gantt/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/gantt/thirdparty/jspdf.js +4 -1
package/package.json
CHANGED
package/src/sap/gantt/.library
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
24
|
+
* @version 1.84.16
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
88
|
+
* @version 1.84.16
|
|
89
89
|
*
|
|
90
90
|
* @constructor
|
|
91
91
|
* @public
|
|
@@ -1792,7 +1792,7 @@ function (
|
|
|
1792
1792
|
if (this.getEnableCursorLine()) {
|
|
1793
1793
|
var aSvg = jQuery(this.getDomSelectorById("svg"));
|
|
1794
1794
|
// calculate svg coordinate for hover
|
|
1795
|
-
var oSvgPoint = this._getSvgCoodinateByDiv(aSvg[0], this._getMouseXPos(oEvent), oEvent.pageY || oEvent.clientY);
|
|
1795
|
+
var oSvgPoint = this._getSvgCoodinateByDiv(aSvg[0], this._getMouseXPos(oEvent) - window.pageXOffset, oEvent.pageY || oEvent.clientY);
|
|
1796
1796
|
|
|
1797
1797
|
// draw cursorLine. select svgs of all chart instances to impl synchronized cursorLine
|
|
1798
1798
|
this._oCursorLineDrawer.drawSvg(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
64
|
+
* @version 1.84.16
|
|
65
65
|
*
|
|
66
66
|
* @constructor
|
|
67
67
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
63
|
+
* @version 1.84.16
|
|
64
64
|
*
|
|
65
65
|
* @constructor
|
|
66
66
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
58
|
+
* @version 1.84.16
|
|
59
59
|
*
|
|
60
60
|
* @constructor
|
|
61
61
|
* @public
|
|
@@ -1328,7 +1328,10 @@ sap.ui.define([
|
|
|
1328
1328
|
var aVisibleRowDatas = this._getVisibleRowData();
|
|
1329
1329
|
if (aVisibleRowDatas !== undefined){
|
|
1330
1330
|
this._oSelectionPanelDrawer.drawSvg(d3.select(this.getDomSelectorById("spm-svg-table")), aVisibleRowDatas, iTableHeaderWidth, this);
|
|
1331
|
-
|
|
1331
|
+
//Update TranslateY of the GanttSVGMask only if GanttChartTable and th eTreeTable scrollTop is not in Sync.
|
|
1332
|
+
if (this._oTT.$().find(".sapUiTableCCnt").scrollTop() != this._oTC.$().find(".sapUiTableCCnt").scrollTop()) {
|
|
1333
|
+
this.$().find(this.getDomSelectorById("spm-svg-table")).css("transform", "translateY(" + (-this._oTC.$().find(".sapUiTableCCnt").scrollTop()) + "px)");
|
|
1334
|
+
}
|
|
1332
1335
|
}
|
|
1333
1336
|
};
|
|
1334
1337
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
68
|
+
* @version 1.84.16
|
|
69
69
|
*
|
|
70
70
|
* @constructor
|
|
71
71
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
46
|
+
* @version 1.84.16
|
|
47
47
|
*
|
|
48
48
|
* @constructor
|
|
49
49
|
* @public
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/*!
|
|
4
4
|
* SAPUI5
|
|
5
|
-
* (c) Copyright 2009-
|
|
5
|
+
* (c) Copyright 2009-2022 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.
|
|
37
|
+
* @version 1.84.16
|
|
38
38
|
*
|
|
39
39
|
* @constructor
|
|
40
40
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
243
|
+
* @version 1.84.16
|
|
244
244
|
*
|
|
245
245
|
* @constructor
|
|
246
246
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
*
|
|
24
24
|
* @constructor
|
|
25
25
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
24
|
+
* @version 1.84.16
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
21
|
+
* @version 1.84.16
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
24
24
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
23
|
+
* @version 1.84.16
|
|
24
24
|
*
|
|
25
25
|
* @constructor
|
|
26
26
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
20
|
+
* @version 1.84.16
|
|
21
21
|
*
|
|
22
22
|
* @constructor
|
|
23
23
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
21
|
+
* @version 1.84.16
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
24
24
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
21
|
+
* @version 1.84.16
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
24
24
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
20
|
+
* @version 1.84.16
|
|
21
21
|
*
|
|
22
22
|
* @constructor
|
|
23
23
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
21
|
+
* @version 1.84.16
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
24
24
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
20
|
+
* @version 1.84.16
|
|
21
21
|
*
|
|
22
22
|
* @constructor
|
|
23
23
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
19
|
+
* @version 1.84.16
|
|
20
20
|
*
|
|
21
21
|
* @constructor
|
|
22
22
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
*
|
|
24
24
|
* @constructor
|
|
25
25
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
*
|
|
24
24
|
* @constructor
|
|
25
25
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
21
|
+
* @version 1.84.16
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
24
24
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
21
|
+
* @version 1.84.16
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
24
24
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
21
|
+
* @version 1.84.16
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
24
24
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
33
|
+
* @version 1.84.16
|
|
34
34
|
*
|
|
35
35
|
* @constructor
|
|
36
36
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
21
|
+
* @version 1.84.16
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
24
24
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
*
|
|
24
24
|
* @constructor
|
|
25
25
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
24
|
+
* @version 1.84.16
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
24
|
+
* @version 1.84.16
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
21
|
+
* @version 1.84.16
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
24
24
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.
|
|
25
|
+
* @version 1.84.16
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|