@sapui5/sap.gantt 1.132.0 → 1.134.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 +1 -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 +24 -4
- package/src/sap/gantt/axistime/FullScreenStrategy.js +1 -1
- package/src/sap/gantt/axistime/ProportionZoomStrategy.js +2 -1
- package/src/sap/gantt/axistime/StepwiseZoomStrategy.js +2 -1
- 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 +12 -4
- 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 +4 -4
- package/src/sap/gantt/def/gradient/RadialGradient.js +4 -4
- package/src/sap/gantt/def/gradient/Stop.js +12 -4
- package/src/sap/gantt/def/pattern/BackSlashPattern.js +9 -9
- package/src/sap/gantt/def/pattern/PatternBase.js +15 -7
- package/src/sap/gantt/def/pattern/SlashPattern.js +14 -13
- package/src/sap/gantt/drawer/AdhocLine.js +1 -1
- package/src/sap/gantt/drawer/Drawer.js +1 -1
- package/src/sap/gantt/drawer/VerticalLine.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 +2 -2
- package/src/sap/gantt/messagebundle.properties +6 -0
- package/src/sap/gantt/messagebundle_ar.properties +4 -0
- package/src/sap/gantt/messagebundle_bg.properties +4 -0
- package/src/sap/gantt/messagebundle_ca.properties +4 -0
- package/src/sap/gantt/messagebundle_cnr.properties +4 -0
- package/src/sap/gantt/messagebundle_cs.properties +4 -0
- package/src/sap/gantt/messagebundle_cy.properties +4 -0
- package/src/sap/gantt/messagebundle_da.properties +4 -0
- package/src/sap/gantt/messagebundle_de.properties +4 -0
- package/src/sap/gantt/messagebundle_el.properties +4 -0
- package/src/sap/gantt/messagebundle_en.properties +4 -0
- package/src/sap/gantt/messagebundle_en_GB.properties +4 -0
- package/src/sap/gantt/messagebundle_en_US_saprigi.properties +4 -0
- package/src/sap/gantt/messagebundle_es.properties +4 -0
- package/src/sap/gantt/messagebundle_es_MX.properties +4 -0
- package/src/sap/gantt/messagebundle_et.properties +4 -0
- package/src/sap/gantt/messagebundle_fi.properties +4 -0
- package/src/sap/gantt/messagebundle_fr.properties +4 -0
- package/src/sap/gantt/messagebundle_fr_CA.properties +10 -6
- package/src/sap/gantt/messagebundle_hi.properties +4 -0
- package/src/sap/gantt/messagebundle_hr.properties +4 -0
- package/src/sap/gantt/messagebundle_hu.properties +4 -0
- package/src/sap/gantt/messagebundle_id.properties +4 -0
- package/src/sap/gantt/messagebundle_it.properties +4 -0
- package/src/sap/gantt/messagebundle_iw.properties +4 -0
- package/src/sap/gantt/messagebundle_ja.properties +4 -0
- package/src/sap/gantt/messagebundle_kk.properties +4 -0
- package/src/sap/gantt/messagebundle_ko.properties +4 -0
- package/src/sap/gantt/messagebundle_lt.properties +4 -0
- package/src/sap/gantt/messagebundle_lv.properties +4 -0
- package/src/sap/gantt/messagebundle_mk.properties +4 -0
- package/src/sap/gantt/messagebundle_ms.properties +4 -0
- package/src/sap/gantt/messagebundle_nl.properties +4 -0
- package/src/sap/gantt/messagebundle_no.properties +4 -0
- package/src/sap/gantt/messagebundle_pl.properties +4 -0
- package/src/sap/gantt/messagebundle_pt.properties +4 -0
- package/src/sap/gantt/messagebundle_pt_PT.properties +4 -0
- package/src/sap/gantt/messagebundle_ro.properties +4 -0
- package/src/sap/gantt/messagebundle_ru.properties +4 -0
- package/src/sap/gantt/messagebundle_sh.properties +4 -0
- package/src/sap/gantt/messagebundle_sk.properties +4 -0
- package/src/sap/gantt/messagebundle_sl.properties +4 -0
- package/src/sap/gantt/messagebundle_sr.properties +4 -0
- package/src/sap/gantt/messagebundle_sv.properties +4 -0
- package/src/sap/gantt/messagebundle_th.properties +4 -0
- package/src/sap/gantt/messagebundle_tr.properties +4 -0
- package/src/sap/gantt/messagebundle_uk.properties +4 -0
- package/src/sap/gantt/messagebundle_vi.properties +4 -0
- package/src/sap/gantt/messagebundle_zh_CN.properties +4 -0
- package/src/sap/gantt/messagebundle_zh_TW.properties +4 -0
- 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 +1 -1
- package/src/sap/gantt/overlays/Overlay.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 +1 -1
- 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 +12 -4
- package/src/sap/gantt/simple/BaseCalendar.js +14 -3
- 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 +1 -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 +2 -2
- 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 +5 -5
- package/src/sap/gantt/simple/BaseRectangle.js +1 -1
- package/src/sap/gantt/simple/BaseShape.js +1 -1
- package/src/sap/gantt/simple/BaseText.js +13 -3
- package/src/sap/gantt/simple/BaseTriangle.js +1 -1
- package/src/sap/gantt/simple/ContainerToolbar.js +1 -9
- 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 +11 -4
- package/src/sap/gantt/simple/ExpandModel.js +1 -1
- package/src/sap/gantt/simple/FindAndSelectUtils.js +43 -47
- package/src/sap/gantt/simple/GanttAdaptationData.js +1 -1
- package/src/sap/gantt/simple/GanttChartContainer.js +16 -1
- package/src/sap/gantt/simple/GanttChartWithTable.js +100 -98
- package/src/sap/gantt/simple/GanttDragDropExtension.js +6 -4
- package/src/sap/gantt/simple/GanttExtension.js +1 -1
- package/src/sap/gantt/simple/GanttHeader.js +1 -1
- package/src/sap/gantt/simple/GanttLassoExtension.js +5 -4
- 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 +12 -5
- package/src/sap/gantt/simple/GanttResizeExtension.js +3 -3
- package/src/sap/gantt/simple/GanttRowAction.js +1 -1
- package/src/sap/gantt/simple/GanttRowSettings.js +1 -1
- package/src/sap/gantt/simple/GanttUtils.js +2 -2
- package/src/sap/gantt/simple/InnerGanttChart.js +1 -1
- package/src/sap/gantt/simple/InnerGanttChartRenderer.js +3 -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/PrintConfig.js +7 -7
- package/src/sap/gantt/simple/PrintDialogTemplate.js +1 -1
- package/src/sap/gantt/simple/PrintUtils.js +1 -1
- package/src/sap/gantt/simple/Relationship.js +1 -1
- package/src/sap/gantt/simple/RenderUtils.js +5 -2
- package/src/sap/gantt/simple/ShapeScheme.js +1 -1
- package/src/sap/gantt/simple/ShapeStyle.js +1 -1
- package/src/sap/gantt/simple/StockChart.js +1 -1
- package/src/sap/gantt/simple/StockChartDimension.js +9 -9
- package/src/sap/gantt/simple/StockChartPeriod.js +1 -1
- package/src/sap/gantt/simple/UtilizationBarChart.js +15 -8
- package/src/sap/gantt/simple/UtilizationChart.js +17 -3
- package/src/sap/gantt/simple/UtilizationDimension.js +10 -3
- package/src/sap/gantt/simple/UtilizationLineChart.js +6 -5
- 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 +1 -1
- package/src/sap/gantt/skipTime/DiscontinuousProvider.js +1 -1
- package/src/sap/gantt/skipTime/SkipInterval.js +1 -1
- package/src/sap/gantt/skipTime/SkipPattern.js +1 -1
- package/src/sap/gantt/skipTime/WeekPattern.js +1 -1
- package/src/sap/gantt/themes/base/Gantt.less +33 -17
- package/src/sap/gantt/themes/base/GanttPrinting.less +3 -4
|
@@ -20,14 +20,14 @@ sap.ui.define([
|
|
|
20
20
|
*
|
|
21
21
|
* <p>
|
|
22
22
|
* <svg xmlns="http://www.w3.org/2000/svg" width="12cm" height="8.8cm" viewBox="0 0 300 220" version="1.1">
|
|
23
|
-
* <defs><marker id="arrowend" viewBox="0 0 10 10" refX="10" refY="5" markerUnits="strokeWidth" markerWidth="12" markerHeight="9" orient="auto"><path d="M 0 0 l 10 5 l -10 5 l 4 -5 z" fill="
|
|
24
|
-
* <marker id="arrowstart" viewBox="0 0 10 10" refX="0" refY="5" markerUnits="strokeWidth" markerWidth="12" markerHeight="9" orient="auto"><path d="M 0 5 l 10 -5 l -4 5 l 4 5 z" fill="
|
|
25
|
-
* <style>.side{stroke-width:2;stroke
|
|
26
|
-
* .arrowline{stroke-width:1;stroke
|
|
27
|
-
* <rect x="1" y="1" width="298" height="218" fill="none" stroke="
|
|
28
|
-
* <defs><pattern class="pattern" id="p3" patternUnits="userSpaceOnUse" x="0" y="0" width="4" height="4"><rect x="0" width="4" height="4" fill="
|
|
29
|
-
* <pattern class="pattern" id="p4" patternUnits="userSpaceOnUse" x="0" y="0" width="8" height="8"><rect x="0" width="8" height="8" fill="
|
|
30
|
-
* <pattern class="pattern" id="p5" patternUnits="userSpaceOnUse" x="120" y="85" width="100" height="100"><rect x="0" width="100" height="100" fill="
|
|
23
|
+
* <defs><marker id="arrowend" viewBox="0 0 10 10" refX="10" refY="5" markerUnits="strokeWidth" markerWidth="12" markerHeight="9" orient="auto"><path d="M 0 0 l 10 5 l -10 5 l 4 -5 z" fill="@sapChart_Sequence_9_Plus3" /></marker>
|
|
24
|
+
* <marker id="arrowstart" viewBox="0 0 10 10" refX="0" refY="5" markerUnits="strokeWidth" markerWidth="12" markerHeight="9" orient="auto"><path d="M 0 5 l 10 -5 l -4 5 l 4 5 z" fill="@sapChart_Sequence_9_Plus3" /></marker></defs>
|
|
25
|
+
* <style>.side{stroke-width:2;stroke:"@sapChart_Sequence_1";fill:none;} .dashside{stroke-width:1;stroke:"@sapChart_Sequence_1";fill:none; stroke-dasharray:5,1;} .dashassist{stroke-width:1;stroke:@sapChart_Sequence_9_Plus3;fill:none; stroke-dasharray:5,1;}
|
|
26
|
+
* .arrowline{stroke-width:1;stroke:@sapChart_Sequence_9_Plus3;fill:none;marker-end:url(#arrowend);marker-start:url(#arrowstart);} .center{r:3;fill:@sapChart_Sequence_9_Plus3;stroke:"@sapChart_Sequence_4_Plus1";} .texthyphon{stroke-width:1;stroke:"@sapChart_Sequence_4_Plus1";fill:none} .propertyText{stroke:@sapChart_Sequence_9_Plus3;} .timeText{stroke:"@sapChart_Sequence_4_Plus1";} </style>
|
|
27
|
+
* <rect x="1" y="1" width="298" height="218" fill="none" stroke="@sapChart_Sequence_1" stroke-width="0.5"/>
|
|
28
|
+
* <defs><pattern class="pattern" id="p3" patternUnits="userSpaceOnUse" x="0" y="0" width="4" height="4"><rect x="0" width="4" height="4" fill="@sapChart_LineColor_1"></rect><path d="M -1 3 l 2 2 M 0 0 l 4 4 M 3 -1 l 2,2" stroke=""@sapChart_Sequence_4_Plus1"" stroke-width="1"></path></pattern>
|
|
29
|
+
* <pattern class="pattern" id="p4" patternUnits="userSpaceOnUse" x="0" y="0" width="8" height="8"><rect x="0" width="8" height="8" fill="@sapChart_ContrastLineColor"></rect><path d="M -2 6 l 4 4 M 0 0 l 8 8 M 6 -2 l 4,4" stroke="@sapChart_Sequence_9_Plus3" stroke-width="2"></path></pattern>
|
|
30
|
+
* <pattern class="pattern" id="p5" patternUnits="userSpaceOnUse" x="120" y="85" width="100" height="100"><rect x="0" width="100" height="100" fill="@sapChart_LineColor_1"></rect><path d="M -25 75 l 50 50 M 0 0 l 100 100 M 75 -25 l 50,50" stroke=""@sapChart_Sequence_1"" stroke-width="30"></path></pattern></defs>
|
|
31
31
|
* <rect fill="url(#p3)" x="60" y="20" width="80" height="20" />
|
|
32
32
|
* <circle fill="url(#p4)" cx="180" cy="25" r="10" /> <circle fill="url(#p4)" cx="200" cy="30" r="15" />
|
|
33
33
|
* <text x="150" y="75" class="timeText">Tile Detail:</text>
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
* @extends sap.gantt.def.pattern.PatternBase
|
|
50
50
|
*
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.
|
|
52
|
+
* @version 1.134.0
|
|
53
53
|
*
|
|
54
54
|
* @constructor
|
|
55
55
|
* @public
|
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
*/
|
|
7
7
|
sap.ui.define([
|
|
8
|
-
"../DefBase"
|
|
9
|
-
|
|
8
|
+
"../DefBase",
|
|
9
|
+
"sap/gantt/library"
|
|
10
|
+
], function (DefBase,library) {
|
|
10
11
|
"use strict";
|
|
11
12
|
|
|
12
13
|
/**
|
|
@@ -22,16 +23,16 @@ sap.ui.define([
|
|
|
22
23
|
* Pattern is a built-in paint server in SVG. It provides tile-based patterns to the SVG 'fill' or 'stroke' attributes.
|
|
23
24
|
* <svg width="8cm" height="4cm" viewBox="0 0 800 400" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
24
25
|
* <defs> <pattern id="TrianglePattern" patternUnits="userSpaceOnUse" x="0" y="0" width="100" height="100" viewBox="0 0 10 10" >
|
|
25
|
-
* <path d="M 0 0 L 7 0 L 3.5 7 z" fill="red" stroke="
|
|
26
|
-
* <rect fill="none" stroke="
|
|
27
|
-
* <ellipse fill="url(#TrianglePattern)" stroke="
|
|
26
|
+
* <path d="M 0 0 L 7 0 L 3.5 7 z" fill="red" stroke="@sapChart_Sequence_1" /></pattern></defs>
|
|
27
|
+
* <rect fill="none" stroke="@sapChart_Sequence_1" x="1" y="1" width="798" height="398"/>
|
|
28
|
+
* <ellipse fill="url(#TrianglePattern)" stroke="@sapChart_Data_InteractiveColor" stroke-width="5" cx="400" cy="200" rx="350" ry="150" />
|
|
28
29
|
* </svg>
|
|
29
30
|
* </p>
|
|
30
31
|
*
|
|
31
32
|
* @extends sap.gantt.def.DefBase
|
|
32
33
|
*
|
|
33
34
|
* @author SAP SE
|
|
34
|
-
* @version 1.
|
|
35
|
+
* @version 1.134.0
|
|
35
36
|
*
|
|
36
37
|
* @constructor
|
|
37
38
|
* @public
|
|
@@ -57,7 +58,7 @@ sap.ui.define([
|
|
|
57
58
|
* Background color of the pattern.
|
|
58
59
|
* Technically a rectangle with the color is added in the beginning of the pattern definition.
|
|
59
60
|
*/
|
|
60
|
-
backgroundColor : {type : "sap.gantt.ValueSVGPaintServer", defaultValue : "
|
|
61
|
+
backgroundColor : {type : "sap.gantt.ValueSVGPaintServer", defaultValue : "sapChart_ContrastLineColor"},
|
|
61
62
|
|
|
62
63
|
/**
|
|
63
64
|
* Fill opacity of background color.
|
|
@@ -67,5 +68,12 @@ sap.ui.define([
|
|
|
67
68
|
}
|
|
68
69
|
});
|
|
69
70
|
|
|
71
|
+
/**
|
|
72
|
+
* @returns the value of the backgroundColor property for PatternBase.
|
|
73
|
+
*/
|
|
74
|
+
PatternBase.prototype.getBackgroundColor = function () {
|
|
75
|
+
return library.ValueSVGPaintServer.normalize(this.getProperty("backgroundColor"));
|
|
76
|
+
};
|
|
77
|
+
|
|
70
78
|
return PatternBase;
|
|
71
79
|
}, true);
|
|
@@ -6,8 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"./PatternBase",
|
|
9
|
-
"sap/gantt/utils/GanttChartConfigurationUtils"
|
|
10
|
-
|
|
9
|
+
"sap/gantt/utils/GanttChartConfigurationUtils",
|
|
10
|
+
"sap/gantt/library"
|
|
11
|
+
], function (PatternBase, GanttChartConfigurationUtils,library) {
|
|
11
12
|
"use strict";
|
|
12
13
|
|
|
13
14
|
/**
|
|
@@ -21,14 +22,14 @@ sap.ui.define([
|
|
|
21
22
|
*
|
|
22
23
|
* <p>
|
|
23
24
|
* <svg xmlns="http://www.w3.org/2000/svg" width="12cm" height="8.8cm" viewBox="0 0 300 220" version="1.1">
|
|
24
|
-
* <defs><marker id="arrowend" viewBox="0 0 10 10" refX="10" refY="5" markerUnits="strokeWidth" markerWidth="12" markerHeight="9" orient="auto"><path d="M 0 0 l 10 5 l -10 5 l 4 -5 z" fill="
|
|
25
|
-
* <marker id="arrowstart" viewBox="0 0 10 10" refX="0" refY="5" markerUnits="strokeWidth" markerWidth="12" markerHeight="9" orient="auto"><path d="M 0 5 l 10 -5 l -4 5 l 4 5 z" fill="
|
|
26
|
-
* <style>.side{stroke-width:2;stroke
|
|
27
|
-
* .arrowline{stroke-width:1;stroke
|
|
28
|
-
* <rect x="1" y="1" width="298" height="218" fill="none" stroke="
|
|
29
|
-
* <defs><pattern class="pattern" id="p1" patternUnits="userSpaceOnUse" x="0" y="0" width="4" height="4"><rect x="0" width="4" height="4" fill="
|
|
30
|
-
* <pattern class="pattern" id="p2" patternUnits="userSpaceOnUse" x="0" y="0" width="8" height="8"><rect x="0" width="8" height="8" fill="
|
|
31
|
-
* <pattern class="pattern" id="p3" patternUnits="userSpaceOnUse" x="70" y="85" width="100" height="100"><rect x="0" width="100" height="100" fill="
|
|
25
|
+
* <defs><marker id="arrowend" viewBox="0 0 10 10" refX="10" refY="5" markerUnits="strokeWidth" markerWidth="12" markerHeight="9" orient="auto"><path d="M 0 0 l 10 5 l -10 5 l 4 -5 z" fill="@sapChart_Sequence_9_Plus3" /></marker>
|
|
26
|
+
* <marker id="arrowstart" viewBox="0 0 10 10" refX="0" refY="5" markerUnits="strokeWidth" markerWidth="12" markerHeight="9" orient="auto"><path d="M 0 5 l 10 -5 l -4 5 l 4 5 z" fill="@sapChart_Sequence_9_Plus3" /></marker></defs>
|
|
27
|
+
* <style>.side{stroke-width:2;stroke:"@sapChart_Sequence_1";fill:none;} .dashside{stroke-width:1;stroke:"@sapChart_Sequence_1";fill:none; stroke-dasharray:5,1;} .dashassist{stroke-width:1;stroke:@sapChart_Sequence_9_Plus3;fill:none; stroke-dasharray:5,1;}
|
|
28
|
+
* .arrowline{stroke-width:1;stroke:@sapChart_Sequence_9_Plus3;fill:none;marker-end:url(#arrowend);marker-start:url(#arrowstart);} .center{r:3;fill:@sapChart_Sequence_9_Plus3;stroke:"@sapChart_Sequence_4_Plus1";} .texthyphon{stroke-width:1;stroke:"@sapChart_Sequence_4_Plus1";fill:none} .propertyText{stroke:@sapChart_Sequence_9_Plus3;} .timeText{stroke:"@sapChart_Sequence_4_Plus1";} </style>
|
|
29
|
+
* <rect x="1" y="1" width="298" height="218" fill="none" stroke="@sapChart_Sequence_1" stroke-width="0.5"/>
|
|
30
|
+
* <defs><pattern class="pattern" id="p1" patternUnits="userSpaceOnUse" x="0" y="0" width="4" height="4"><rect x="0" width="4" height="4" fill="@sapChart_LineColor_1"></rect><path d="M-1,1 l2,-2 M0,4 l4,-4 M3,5 l2,-2 " stroke=""@sapChart_Sequence_4_Plus1"" stroke-width="1"></path></pattern>
|
|
31
|
+
* <pattern class="pattern" id="p2" patternUnits="userSpaceOnUse" x="0" y="0" width="8" height="8"><rect x="0" width="8" height="8" fill="@sapChart_ContrastLineColor"></rect><path d="M-2,2 l4,-4 M0,8 l8,-8 M6,10 l4,-4 " stroke="@sapChart_Sequence_9_Plus3" stroke-width="2"></path></pattern>
|
|
32
|
+
* <pattern class="pattern" id="p3" patternUnits="userSpaceOnUse" x="70" y="85" width="100" height="100"><rect x="0" width="100" height="100" fill="@sapChart_LineColor_1"></rect><path d="M-25,25 l50,-50 M0,100 l100,-100 M75,125 l50,-50" stroke=""@sapChart_Sequence_1"" stroke-width="30"></path></pattern></defs>
|
|
32
33
|
* <rect fill="url(#p1)" x="60" y="20" width="80" height="20" />
|
|
33
34
|
* <circle fill="url(#p2)" cx="180" cy="25" r="10" /> <circle fill="url(#p2)" cx="200" cy="30" r="15" />
|
|
34
35
|
* <text x="50" y="75" class="timeText">Tile Detail:</text>
|
|
@@ -51,7 +52,7 @@ sap.ui.define([
|
|
|
51
52
|
* @abstract
|
|
52
53
|
*
|
|
53
54
|
* @author SAP SE
|
|
54
|
-
* @version 1.
|
|
55
|
+
* @version 1.134.0
|
|
55
56
|
*
|
|
56
57
|
* @constructor
|
|
57
58
|
* @public
|
|
@@ -96,11 +97,11 @@ sap.ui.define([
|
|
|
96
97
|
};
|
|
97
98
|
|
|
98
99
|
SlashPattern.prototype.getDefString = function (bRemoveClone) {
|
|
99
|
-
//Change the default BackgroundColor from
|
|
100
|
+
//Change the default BackgroundColor from @sapChart_ContrastLineColor(white) to @sapChart_Data_InteractiveColor (Black) for HCB Theme if the default BackgroundColor has not been overridden by the user.
|
|
100
101
|
var iIsThemeHcb = GanttChartConfigurationUtils.getTheme().indexOf("hcb"), sId;
|
|
101
102
|
if (iIsThemeHcb !== -1) {
|
|
102
103
|
if (!this.mProperties.hasOwnProperty("backgroundColor")) {
|
|
103
|
-
this.setBackgroundColor("
|
|
104
|
+
this.setBackgroundColor(library.ValueSVGPaintServer.normalize("sapUiChartContrastLineColor"));
|
|
104
105
|
}
|
|
105
106
|
}
|
|
106
107
|
sId = this.getId();
|
package/src/sap/gantt/library.js
CHANGED
|
@@ -175,7 +175,7 @@ sap.ui.define([
|
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
177
|
noLibraryCSS: false,
|
|
178
|
-
version: "1.
|
|
178
|
+
version: "1.134.0"
|
|
179
179
|
});
|
|
180
180
|
|
|
181
181
|
|
|
@@ -787,7 +787,7 @@ sap.ui.define([
|
|
|
787
787
|
|
|
788
788
|
/**
|
|
789
789
|
* Define the type of zoom control in global tool bar
|
|
790
|
-
* @version 1.
|
|
790
|
+
* @version 1.134.0
|
|
791
791
|
* @enum {string}
|
|
792
792
|
* @public
|
|
793
793
|
*/
|
|
@@ -539,6 +539,12 @@ GNT_PRNTG_NEXT_PAGE_BUTTON = Next Page
|
|
|
539
539
|
#XLST: Previous Paper Size
|
|
540
540
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON = Previous Page
|
|
541
541
|
|
|
542
|
+
#XTOL: Unlock the margins
|
|
543
|
+
GNT_PRNTG_UNLOCK_MARGINS = Unlock the margins
|
|
544
|
+
|
|
545
|
+
#XTOL: Lock and sync margins
|
|
546
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS = Lock and sync margins
|
|
547
|
+
|
|
542
548
|
#########
|
|
543
549
|
# Texts for sap.gantt.simple.GanttDragDropExtension
|
|
544
550
|
##########
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u06
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=\u0625\u0644\u063A\u0627\u0621 \u062A\u0623\u0645\u064A\u0646 \u0627\u0644\u0647\u0648\u0627\u0645\u0634
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=\u062A\u0623\u0645\u064A\u0646 \u0627\u0644\u0647\u0648\u0627\u0645\u0634 \u0648\u0645\u0632\u0627\u0645\u0646\u062A\u0647\u0627
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=\u0627\u0644\u0643\u0627\u0626\u0646
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=\u0421\u043B\u0435\u0434\u0432\u0430\u0449\u0430 \u04
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=\u041F\u0440\u0435\u0434\u0438\u0448\u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=\u041E\u0442\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u043C\u0430\u0440\u0436\u043E\u0432\u0435\u0442\u0435
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=\u0417\u0430\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u0438 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043C\u0430\u0440\u0436\u043E\u0432\u0435\u0442\u0435
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=\u041E\u0431\u0435\u043A\u0442
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=P\u00E0gina seg\u00FCent
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=P\u00E0gina anterior
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=Desbloquejar els marges
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Bloquejar i sincronitzar els marges
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objecte
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=Sljede\u0107a stranica
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Prethodna stranica
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=Otklju\u010Daj margine
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Zaklju\u010Daj i sinhroni\u0161i margine
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objekat
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=N\u00E1sleduj\u00EDc\u00ED strana
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=P\u0159edchoz\u00ED strana
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=Odblokovat okraje
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Blokovat a synchronizovat okraje
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objekt
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=Tudalen Nesaf
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Tudalen Flaenorol
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=Datgloi'r ymylon
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Cloi a chysoni'r ymylon
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Gwrthrych
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=N\u00E6ste side
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Forrige side
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=L\u00E5s marginerne op
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=L\u00E5s og synkroniser marginer
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objekt
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=N\u00E4chste Seite
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Vorherige Seite
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=Seitenr\u00E4nder entsperren
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Seitenr\u00E4nder sperren und synchronisieren
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objekt
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03B7 \u03A3\u03
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03B7 \u03A3\u03B5\u03BB\u03AF\u03B4\u03B1
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=\u039E\u03B5\u03BA\u03BB\u03B5\u03AF\u03B4\u03C9\u03BC\u03B1 \u03C4\u03C9\u03BD \u03C0\u03B5\u03C1\u03B9\u03B8\u03C9\u03C1\u03AF\u03C9\u03BD
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=\u039A\u03BB\u03B5\u03AF\u03B4\u03C9\u03BC\u03B1 \u03BA\u03B1\u03B9 \u03C3\u03C5\u03B3\u03C7\u03C1\u03BF\u03BD\u03B9\u03C3\u03BC\u03CC\u03C2 \u03C4\u03C9\u03BD \u03C0\u03B5\u03C1\u03B9\u03B8\u03C9\u03C1\u03AF\u03C9\u03BD
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=\u0391\u03BD\u03C4\u03B9\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=\u206A\u206A\u206A\u200C\u200C\u200D\u200C\u200B\u200
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=\u206A\u206A\u206A\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200C\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200D\u200B\u200D\u200C\u200D\u200C\u200D\u200C\u200D\u200B\u200C\u200B\u206APrevious Page\u206A\u206A
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=\u206A\u206A\u206A\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200B\u200B\u200C\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200D\u200D\u206AUnlock the margins\u206A\u206A
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=\u206A\u206A\u206A\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200C\u200B\u200D\u200C\u200B\u200B\u200B\u200C\u200B\u200D\u206ALock and sync margins\u206A\u206A
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=\u206A\u206A\u206A\u200D\u200D\u200D\u200C\u200C\u200D\u200B\u200D\u200D\u200C\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200D\u200C\u200C\u200B\u200B\u200B\u200D\u206AObject\u206A\u206A
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=P\u00E1gina siguiente
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=P\u00E1gina anterior
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=Desbloquear los m\u00E1rgenes
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Bloquear y sincronizar m\u00E1rgenes
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objeto
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=P\u00E1gina siguiente
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=P\u00E1gina anterior
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=Desbloquear los m\u00E1rgenes
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Bloquear y sincronizar los m\u00E1rgenes
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objeto
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=J\u00E4rgmine leht
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Eelmine leht
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=Ava veerised lukust
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Lukusta ja s\u00FCnkrooni veerised
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objekt
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=Seuraava sivu
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Edellinen sivu
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=Avaa marginaalien lukitus
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Lukitse ja synkronoi marginaalit
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objekti
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=Page suivante
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Page pr\u00E9c\u00E9dente
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=D\u00E9bloquer les marges
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Bloquer et synchroniser les marges
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objet
|
|
346
350
|
|
|
@@ -111,9 +111,9 @@ SWZS_QUARTER=Trimestre
|
|
|
111
111
|
SWZS_YEAR=Ann\u00E9e
|
|
112
112
|
|
|
113
113
|
|
|
114
|
-
TLTP_CAPACITY=Capacit\u00E9\: {0}\nCapacit\u00E9 requise\: {1}\n
|
|
114
|
+
TLTP_CAPACITY=Capacit\u00E9\u00A0\: {0}\nCapacit\u00E9 requise\u00A0\: {1}\n
|
|
115
115
|
|
|
116
|
-
TLTP_OVER_CAPACITY=Surcapacit\u00E9\: {0}\n
|
|
116
|
+
TLTP_OVER_CAPACITY=Surcapacit\u00E9\u00A0\: {0}\n
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
XCEL_GANTT_CELL=Cellule du diagramme de Gantt
|
|
@@ -249,11 +249,11 @@ GNT_PRNTG_PAGE_RANGE_ERROR=Saisissez des num\u00E9ros de page ou des plages de p
|
|
|
249
249
|
|
|
250
250
|
GNT_PRNTG_PAGE_RANGE_ALL=Toutes
|
|
251
251
|
|
|
252
|
-
GNT_PRNTG_PAGE_RANGE_RANGE=Plage\:
|
|
252
|
+
GNT_PRNTG_PAGE_RANGE_RANGE=Plage\u00A0\:
|
|
253
253
|
|
|
254
|
-
GNT_PRNTG_REPEAT_TABLE=R\u00E9p\u00E9ter le tableau sur toutes les pages\:
|
|
254
|
+
GNT_PRNTG_REPEAT_TABLE=R\u00E9p\u00E9ter le tableau sur toutes les pages\u00A0\:
|
|
255
255
|
|
|
256
|
-
GNT_PRNTG_HEADER_AND_FOOTER=En-t\u00EAte et pied de page\:
|
|
256
|
+
GNT_PRNTG_HEADER_AND_FOOTER=En-t\u00EAte et pied de page\u00A0\:
|
|
257
257
|
|
|
258
258
|
GNT_PRNTG_HEADER=Texte d'en-t\u00EAte
|
|
259
259
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=Page suivante
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Page pr\u00E9c\u00E9dente
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=D\u00E9bloquer les marges
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Bloquer et synchroniser les marges
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objet
|
|
346
350
|
|
|
@@ -356,7 +360,7 @@ EXPORT_SETTINGS_TITLE=Exporter en tant que
|
|
|
356
360
|
|
|
357
361
|
FILE_NAME=Nom du fichier
|
|
358
362
|
|
|
359
|
-
FILENAME_ERROR=Vous ne pouvez pas utiliser les caract\u00E8res suivants dans un nom de fichier\: \\ / \: * ? " < > |
|
|
363
|
+
FILENAME_ERROR=Vous ne pouvez pas utiliser les caract\u00E8res suivants dans un nom de fichier\u00A0\: \\ / \: * ? " < > |
|
|
360
364
|
|
|
361
365
|
FILENAME_WARNING=Le nom de fichier que vous avez saisi d\u00E9passe 100 caract\u00E8res. Cela peut compromettre l'ouverture de la feuille de calcul.
|
|
362
366
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=\u0905\u0917\u0932\u093E \u092A\u0943\u0937\u094D\u09
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=\u092A\u093F\u091B\u0932\u093E \u092A\u0943\u0937\u094D\u0920
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=\u092E\u093E\u0930\u094D\u091C\u093F\u0928 \u0905\u0928\u0932\u0949\u0915 \u0915\u0930\u0947\u0902
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=\u092E\u093E\u0930\u094D\u091C\u093F\u0928 \u0932\u0949\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=\u0911\u092C\u094D\u091C\u0947\u0915\u094D\u091F
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=Sljede\u0107a stranica
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Prethodna stranica
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=Otklju\u010Daj mar\u017Ee
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Zaklju\u010Daj i sinkroniziraj mar\u017Ee
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objekt
|
|
346
350
|
|
|
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=K\u00F6vetkez\u0151 oldal
|
|
|
341
341
|
|
|
342
342
|
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=El\u0151z\u0151 oldal
|
|
343
343
|
|
|
344
|
+
GNT_PRNTG_UNLOCK_MARGINS=Marg\u00F3k z\u00E1rol\u00E1s\u00E1nak felold\u00E1sa
|
|
345
|
+
|
|
346
|
+
GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Marg\u00F3k z\u00E1rol\u00E1sa \u00E9s szinkroniz\u00E1l\u00E1sa
|
|
347
|
+
|
|
344
348
|
|
|
345
349
|
GNT_DRAGGED_OBJECT=Objektum
|
|
346
350
|
|