@sapui5/sap.gantt 1.90.5 → 1.90.6
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 +2 -2
- 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 +2 -2
- 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/changeHandlers/simple/AdhocLine.js +2 -2
- package/src/sap/gantt/changeHandlers/simple/DeltaLine.js +2 -2
- package/src/sap/gantt/changeHandlers/simple/GanttChartContainer.js +2 -2
- package/src/sap/gantt/changeHandlers/simple/GanttChartWithTable.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/AdhocLine.designtime.js +1 -1
- package/src/sap/gantt/designtime/simple/DeltaLine.designtime.js +1 -1
- package/src/sap/gantt/designtime/simple/GanttChartContainer.designtime.js +1 -1
- package/src/sap/gantt/designtime/simple/GanttChartWithTable.designtime.js +1 -1
- package/src/sap/gantt/designtime/simple/Table.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/flexibility/simple/GanttChartContainer.flexibility.js +1 -1
- package/src/sap/gantt/flexibility/simple/GanttTableColumn.flexibility.js +1 -1
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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/GanttAdaptationData.js +1 -1
- 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/GanttLassoExtension.js +1 -1
- 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 -1
- 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/MultiActivityGroup.js +2 -2
- package/src/sap/gantt/simple/MultiActivityRowSettings.js +2 -2
- 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 +2 -2
- package/src/sap/gantt/simple/shapes/Task.js +2 -2
- 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/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.90.
|
|
24
|
+
* @version 1.90.6
|
|
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.90.
|
|
88
|
+
* @version 1.90.6
|
|
89
89
|
*
|
|
90
90
|
* @constructor
|
|
91
91
|
* @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',
|
|
@@ -61,7 +61,7 @@ sap.ui.define([
|
|
|
61
61
|
* @abstract
|
|
62
62
|
*
|
|
63
63
|
* @author SAP SE
|
|
64
|
-
* @version 1.90.
|
|
64
|
+
* @version 1.90.6
|
|
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.90.
|
|
63
|
+
* @version 1.90.6
|
|
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.90.
|
|
58
|
+
* @version 1.90.6
|
|
59
59
|
*
|
|
60
60
|
* @constructor
|
|
61
61
|
* @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",
|
|
@@ -65,7 +65,7 @@ sap.ui.define([
|
|
|
65
65
|
* @abstract
|
|
66
66
|
*
|
|
67
67
|
* @author SAP SE
|
|
68
|
-
* @version 1.90.
|
|
68
|
+
* @version 1.90.6
|
|
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.90.
|
|
46
|
+
* @version 1.90.6
|
|
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.90.
|
|
37
|
+
* @version 1.90.6
|
|
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",
|
|
@@ -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.90.
|
|
241
|
+
* @version 1.90.6
|
|
242
242
|
*
|
|
243
243
|
* @constructor
|
|
244
244
|
* @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/utils/GanttCustomisationUtils"
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
*
|
|
18
18
|
* @author SAP SE
|
|
19
19
|
*
|
|
20
|
-
* @version 1.90.
|
|
20
|
+
* @version 1.90.6
|
|
21
21
|
*
|
|
22
22
|
* @since 1.90
|
|
23
23
|
*/
|
|
@@ -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/utils/GanttCustomisationUtils"
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
*
|
|
18
18
|
* @author SAP SE
|
|
19
19
|
*
|
|
20
|
-
* @version 1.90.
|
|
20
|
+
* @version 1.90.6
|
|
21
21
|
*
|
|
22
22
|
* @since 1.90
|
|
23
23
|
*/
|
|
@@ -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/m/Button",
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
32
|
*
|
|
33
|
-
* @version 1.90.
|
|
33
|
+
* @version 1.90.6
|
|
34
34
|
*
|
|
35
35
|
* @since 1.90
|
|
36
36
|
*/
|
|
@@ -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/m/Button",
|
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
|
31
31
|
*
|
|
32
32
|
* @author SAP SE
|
|
33
33
|
*
|
|
34
|
-
* @version 1.90.
|
|
34
|
+
* @version 1.90.6
|
|
35
35
|
*
|
|
36
36
|
* @since 1.90
|
|
37
37
|
*/
|
|
@@ -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.90.
|
|
22
|
+
* @version 1.90.6
|
|
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.90.
|
|
24
|
+
* @version 1.90.6
|
|
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.90.
|
|
21
|
+
* @version 1.90.6
|
|
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.90.
|
|
23
|
+
* @version 1.90.6
|
|
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.90.
|
|
20
|
+
* @version 1.90.6
|
|
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.90.
|
|
21
|
+
* @version 1.90.6
|
|
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.90.
|
|
21
|
+
* @version 1.90.6
|
|
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.90.
|
|
20
|
+
* @version 1.90.6
|
|
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.90.
|
|
21
|
+
* @version 1.90.6
|
|
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.90.
|
|
20
|
+
* @version 1.90.6
|
|
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.90.
|
|
19
|
+
* @version 1.90.6
|
|
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.90.
|
|
22
|
+
* @version 1.90.6
|
|
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.90.
|
|
22
|
+
* @version 1.90.6
|
|
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.90.
|
|
21
|
+
* @version 1.90.6
|
|
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.90.
|
|
21
|
+
* @version 1.90.6
|
|
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.90.
|
|
21
|
+
* @version 1.90.6
|
|
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.90.
|
|
33
|
+
* @version 1.90.6
|
|
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.90.
|
|
21
|
+
* @version 1.90.6
|
|
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.90.
|
|
22
|
+
* @version 1.90.6
|
|
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.90.
|
|
24
|
+
* @version 1.90.6
|
|
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.90.
|
|
24
|
+
* @version 1.90.6
|
|
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.90.
|
|
21
|
+
* @version 1.90.6
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
24
24
|
* @public
|