@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.
Files changed (232) hide show
  1. package/package.json +1 -1
  2. package/src/sap/gantt/.library +1 -1
  3. package/src/sap/gantt/AdhocLine.js +1 -1
  4. package/src/sap/gantt/GanttChart.js +1 -1
  5. package/src/sap/gantt/GanttChartBase.js +1 -1
  6. package/src/sap/gantt/GanttChartContainer.js +1 -1
  7. package/src/sap/gantt/GanttChartWithTable.js +1 -1
  8. package/src/sap/gantt/axistime/AxisTimeStrategyBase.js +24 -4
  9. package/src/sap/gantt/axistime/FullScreenStrategy.js +1 -1
  10. package/src/sap/gantt/axistime/ProportionZoomStrategy.js +2 -1
  11. package/src/sap/gantt/axistime/StepwiseZoomStrategy.js +2 -1
  12. package/src/sap/gantt/changeHandlers/simple/AdhocLine.js +1 -1
  13. package/src/sap/gantt/changeHandlers/simple/DeltaLine.js +1 -1
  14. package/src/sap/gantt/changeHandlers/simple/GanttChartContainer.js +1 -1
  15. package/src/sap/gantt/changeHandlers/simple/GanttChartWithTable.js +1 -1
  16. package/src/sap/gantt/config/BirdEyeGroup.js +1 -1
  17. package/src/sap/gantt/config/ChartScheme.js +1 -1
  18. package/src/sap/gantt/config/ColumnAttribute.js +1 -1
  19. package/src/sap/gantt/config/ContainerLayout.js +1 -1
  20. package/src/sap/gantt/config/ExpandChart.js +1 -1
  21. package/src/sap/gantt/config/ExpandChartGroup.js +1 -1
  22. package/src/sap/gantt/config/GanttChartLayout.js +1 -1
  23. package/src/sap/gantt/config/Hierarchy.js +1 -1
  24. package/src/sap/gantt/config/HierarchyColumn.js +1 -1
  25. package/src/sap/gantt/config/LayoutGroup.js +1 -1
  26. package/src/sap/gantt/config/Locale.js +1 -1
  27. package/src/sap/gantt/config/Mode.js +1 -1
  28. package/src/sap/gantt/config/ModeGroup.js +1 -1
  29. package/src/sap/gantt/config/ObjectType.js +1 -1
  30. package/src/sap/gantt/config/SettingGroup.js +1 -1
  31. package/src/sap/gantt/config/SettingItem.js +1 -1
  32. package/src/sap/gantt/config/Shape.js +1 -1
  33. package/src/sap/gantt/config/TimeAxis.js +1 -1
  34. package/src/sap/gantt/config/TimeHorizon.js +1 -1
  35. package/src/sap/gantt/config/TimeZoomGroup.js +1 -1
  36. package/src/sap/gantt/config/ToolbarGroup.js +1 -1
  37. package/src/sap/gantt/config/ToolbarScheme.js +1 -1
  38. package/src/sap/gantt/control/Cell.js +1 -1
  39. package/src/sap/gantt/def/DefBase.js +1 -1
  40. package/src/sap/gantt/def/SvgDefs.js +1 -1
  41. package/src/sap/gantt/def/cal/Calendar.js +12 -4
  42. package/src/sap/gantt/def/cal/CalendarDefs.js +1 -1
  43. package/src/sap/gantt/def/cal/TimeInterval.js +1 -1
  44. package/src/sap/gantt/def/filter/MorphologyFilter.js +1 -1
  45. package/src/sap/gantt/def/gradient/LinearGradient.js +4 -4
  46. package/src/sap/gantt/def/gradient/RadialGradient.js +4 -4
  47. package/src/sap/gantt/def/gradient/Stop.js +12 -4
  48. package/src/sap/gantt/def/pattern/BackSlashPattern.js +9 -9
  49. package/src/sap/gantt/def/pattern/PatternBase.js +15 -7
  50. package/src/sap/gantt/def/pattern/SlashPattern.js +14 -13
  51. package/src/sap/gantt/drawer/AdhocLine.js +1 -1
  52. package/src/sap/gantt/drawer/Drawer.js +1 -1
  53. package/src/sap/gantt/drawer/VerticalLine.js +1 -1
  54. package/src/sap/gantt/eventHandler/AutoScrollHandler.js +1 -1
  55. package/src/sap/gantt/eventHandler/BirdEyeHandler.js +1 -1
  56. package/src/sap/gantt/eventHandler/MouseWheelHandler.js +1 -1
  57. package/src/sap/gantt/eventHandler/ShapeHoverHandler.js +1 -1
  58. package/src/sap/gantt/eventHandler/ShapeResizeHandler.js +1 -1
  59. package/src/sap/gantt/eventHandler/TimePeriodZoomHandler.js +1 -1
  60. package/src/sap/gantt/eventHandler/TimePopoverHandler.js +1 -1
  61. package/src/sap/gantt/layouts/SidePanel.js +1 -1
  62. package/src/sap/gantt/legend/DimensionLegend.js +1 -1
  63. package/src/sap/gantt/legend/LegendBase.js +1 -1
  64. package/src/sap/gantt/legend/LegendContainer.js +1 -1
  65. package/src/sap/gantt/legend/ListLegend.js +1 -1
  66. package/src/sap/gantt/library.js +2 -2
  67. package/src/sap/gantt/messagebundle.properties +6 -0
  68. package/src/sap/gantt/messagebundle_ar.properties +4 -0
  69. package/src/sap/gantt/messagebundle_bg.properties +4 -0
  70. package/src/sap/gantt/messagebundle_ca.properties +4 -0
  71. package/src/sap/gantt/messagebundle_cnr.properties +4 -0
  72. package/src/sap/gantt/messagebundle_cs.properties +4 -0
  73. package/src/sap/gantt/messagebundle_cy.properties +4 -0
  74. package/src/sap/gantt/messagebundle_da.properties +4 -0
  75. package/src/sap/gantt/messagebundle_de.properties +4 -0
  76. package/src/sap/gantt/messagebundle_el.properties +4 -0
  77. package/src/sap/gantt/messagebundle_en.properties +4 -0
  78. package/src/sap/gantt/messagebundle_en_GB.properties +4 -0
  79. package/src/sap/gantt/messagebundle_en_US_saprigi.properties +4 -0
  80. package/src/sap/gantt/messagebundle_es.properties +4 -0
  81. package/src/sap/gantt/messagebundle_es_MX.properties +4 -0
  82. package/src/sap/gantt/messagebundle_et.properties +4 -0
  83. package/src/sap/gantt/messagebundle_fi.properties +4 -0
  84. package/src/sap/gantt/messagebundle_fr.properties +4 -0
  85. package/src/sap/gantt/messagebundle_fr_CA.properties +10 -6
  86. package/src/sap/gantt/messagebundle_hi.properties +4 -0
  87. package/src/sap/gantt/messagebundle_hr.properties +4 -0
  88. package/src/sap/gantt/messagebundle_hu.properties +4 -0
  89. package/src/sap/gantt/messagebundle_id.properties +4 -0
  90. package/src/sap/gantt/messagebundle_it.properties +4 -0
  91. package/src/sap/gantt/messagebundle_iw.properties +4 -0
  92. package/src/sap/gantt/messagebundle_ja.properties +4 -0
  93. package/src/sap/gantt/messagebundle_kk.properties +4 -0
  94. package/src/sap/gantt/messagebundle_ko.properties +4 -0
  95. package/src/sap/gantt/messagebundle_lt.properties +4 -0
  96. package/src/sap/gantt/messagebundle_lv.properties +4 -0
  97. package/src/sap/gantt/messagebundle_mk.properties +4 -0
  98. package/src/sap/gantt/messagebundle_ms.properties +4 -0
  99. package/src/sap/gantt/messagebundle_nl.properties +4 -0
  100. package/src/sap/gantt/messagebundle_no.properties +4 -0
  101. package/src/sap/gantt/messagebundle_pl.properties +4 -0
  102. package/src/sap/gantt/messagebundle_pt.properties +4 -0
  103. package/src/sap/gantt/messagebundle_pt_PT.properties +4 -0
  104. package/src/sap/gantt/messagebundle_ro.properties +4 -0
  105. package/src/sap/gantt/messagebundle_ru.properties +4 -0
  106. package/src/sap/gantt/messagebundle_sh.properties +4 -0
  107. package/src/sap/gantt/messagebundle_sk.properties +4 -0
  108. package/src/sap/gantt/messagebundle_sl.properties +4 -0
  109. package/src/sap/gantt/messagebundle_sr.properties +4 -0
  110. package/src/sap/gantt/messagebundle_sv.properties +4 -0
  111. package/src/sap/gantt/messagebundle_th.properties +4 -0
  112. package/src/sap/gantt/messagebundle_tr.properties +4 -0
  113. package/src/sap/gantt/messagebundle_uk.properties +4 -0
  114. package/src/sap/gantt/messagebundle_vi.properties +4 -0
  115. package/src/sap/gantt/messagebundle_zh_CN.properties +4 -0
  116. package/src/sap/gantt/messagebundle_zh_TW.properties +4 -0
  117. package/src/sap/gantt/misc/Memoizer.js +1 -1
  118. package/src/sap/gantt/misc/RelativeTimeFormatter.js +1 -1
  119. package/src/sap/gantt/misc/ShapeManager.js +1 -1
  120. package/src/sap/gantt/overlays/GanttRowOverlay.js +1 -1
  121. package/src/sap/gantt/overlays/Overlay.js +1 -1
  122. package/src/sap/gantt/shape/Circle.js +1 -1
  123. package/src/sap/gantt/shape/ClipPath.js +1 -1
  124. package/src/sap/gantt/shape/Definitions.js +1 -1
  125. package/src/sap/gantt/shape/Group.js +1 -1
  126. package/src/sap/gantt/shape/Image.js +1 -1
  127. package/src/sap/gantt/shape/Line.js +1 -1
  128. package/src/sap/gantt/shape/Path.js +1 -1
  129. package/src/sap/gantt/shape/Polygon.js +1 -1
  130. package/src/sap/gantt/shape/Polyline.js +1 -1
  131. package/src/sap/gantt/shape/Rectangle.js +1 -1
  132. package/src/sap/gantt/shape/ResizeShadowShape.js +1 -1
  133. package/src/sap/gantt/shape/SelectedShape.js +1 -1
  134. package/src/sap/gantt/shape/Shape.js +1 -1
  135. package/src/sap/gantt/shape/Text.js +1 -1
  136. package/src/sap/gantt/shape/cal/Calendar.js +1 -1
  137. package/src/sap/gantt/shape/ext/Chevron.js +1 -1
  138. package/src/sap/gantt/shape/ext/Cursor.js +1 -1
  139. package/src/sap/gantt/shape/ext/Diamond.js +1 -1
  140. package/src/sap/gantt/shape/ext/Iconfont.js +1 -1
  141. package/src/sap/gantt/shape/ext/Pentangle.js +1 -1
  142. package/src/sap/gantt/shape/ext/TextRepeat.js +1 -1
  143. package/src/sap/gantt/shape/ext/Triangle.js +1 -1
  144. package/src/sap/gantt/shape/ext/rls/Relationship.js +1 -1
  145. package/src/sap/gantt/shape/ext/rls/SelectedRelationship.js +1 -1
  146. package/src/sap/gantt/shape/ext/ubc/UbcBorderPath.js +1 -1
  147. package/src/sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon.js +1 -1
  148. package/src/sap/gantt/shape/ext/ubc/UbcPolygon.js +1 -1
  149. package/src/sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon.js +1 -1
  150. package/src/sap/gantt/shape/ext/ubc/UbcTooltipRectangle.js +1 -1
  151. package/src/sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon.js +1 -1
  152. package/src/sap/gantt/shape/ext/ubc/UbcUsedPolygon.js +1 -1
  153. package/src/sap/gantt/shape/ext/ubc/UtilizationBarChart.js +1 -1
  154. package/src/sap/gantt/shape/ext/ulc/UlcBorderPath.js +1 -1
  155. package/src/sap/gantt/shape/ext/ulc/UlcClipPath.js +1 -1
  156. package/src/sap/gantt/shape/ext/ulc/UlcClipingPath.js +1 -1
  157. package/src/sap/gantt/shape/ext/ulc/UlcDimension.js +1 -1
  158. package/src/sap/gantt/shape/ext/ulc/UlcMiddleLine.js +1 -1
  159. package/src/sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle.js +1 -1
  160. package/src/sap/gantt/shape/ext/ulc/UlcOverClipRectangle.js +1 -1
  161. package/src/sap/gantt/shape/ext/ulc/UlcRectangle.js +1 -1
  162. package/src/sap/gantt/shape/ext/ulc/UlcTooltipRectangle.js +1 -1
  163. package/src/sap/gantt/shape/ext/ulc/UlcUnderClipRectangle.js +1 -1
  164. package/src/sap/gantt/shape/ext/ulc/UtilizationLineChart.js +1 -1
  165. package/src/sap/gantt/simple/AdhocDiamond.js +1 -1
  166. package/src/sap/gantt/simple/AdhocLine.js +12 -4
  167. package/src/sap/gantt/simple/BaseCalendar.js +14 -3
  168. package/src/sap/gantt/simple/BaseChevron.js +1 -1
  169. package/src/sap/gantt/simple/BaseConditionalShape.js +1 -1
  170. package/src/sap/gantt/simple/BaseCursor.js +1 -1
  171. package/src/sap/gantt/simple/BaseDeltaRectangle.js +1 -1
  172. package/src/sap/gantt/simple/BaseDiamond.js +1 -1
  173. package/src/sap/gantt/simple/BaseGroup.js +1 -1
  174. package/src/sap/gantt/simple/BaseImage.js +2 -2
  175. package/src/sap/gantt/simple/BaseLine.js +1 -1
  176. package/src/sap/gantt/simple/BasePath.js +1 -1
  177. package/src/sap/gantt/simple/BasePseudoShape.js +5 -5
  178. package/src/sap/gantt/simple/BaseRectangle.js +1 -1
  179. package/src/sap/gantt/simple/BaseShape.js +1 -1
  180. package/src/sap/gantt/simple/BaseText.js +13 -3
  181. package/src/sap/gantt/simple/BaseTriangle.js +1 -1
  182. package/src/sap/gantt/simple/ContainerToolbar.js +1 -9
  183. package/src/sap/gantt/simple/ContainerToolbarPlaceholder.js +1 -1
  184. package/src/sap/gantt/simple/CoordinateUtils.js +1 -1
  185. package/src/sap/gantt/simple/CustomVariantHandler.js +1 -1
  186. package/src/sap/gantt/simple/DeltaLine.js +11 -4
  187. package/src/sap/gantt/simple/ExpandModel.js +1 -1
  188. package/src/sap/gantt/simple/FindAndSelectUtils.js +43 -47
  189. package/src/sap/gantt/simple/GanttAdaptationData.js +1 -1
  190. package/src/sap/gantt/simple/GanttChartContainer.js +16 -1
  191. package/src/sap/gantt/simple/GanttChartWithTable.js +100 -98
  192. package/src/sap/gantt/simple/GanttDragDropExtension.js +6 -4
  193. package/src/sap/gantt/simple/GanttExtension.js +1 -1
  194. package/src/sap/gantt/simple/GanttHeader.js +1 -1
  195. package/src/sap/gantt/simple/GanttLassoExtension.js +5 -4
  196. package/src/sap/gantt/simple/GanttPointerExtension.js +1 -1
  197. package/src/sap/gantt/simple/GanttPopoverExtension.js +1 -1
  198. package/src/sap/gantt/simple/GanttPrinting.js +12 -5
  199. package/src/sap/gantt/simple/GanttResizeExtension.js +3 -3
  200. package/src/sap/gantt/simple/GanttRowAction.js +1 -1
  201. package/src/sap/gantt/simple/GanttRowSettings.js +1 -1
  202. package/src/sap/gantt/simple/GanttUtils.js +2 -2
  203. package/src/sap/gantt/simple/InnerGanttChart.js +1 -1
  204. package/src/sap/gantt/simple/InnerGanttChartRenderer.js +3 -1
  205. package/src/sap/gantt/simple/LegendContainer.js +1 -1
  206. package/src/sap/gantt/simple/LegendShapeGroup.js +1 -1
  207. package/src/sap/gantt/simple/MultiActivityGroup.js +1 -1
  208. package/src/sap/gantt/simple/MultiActivityRowSettings.js +1 -1
  209. package/src/sap/gantt/simple/PrintConfig.js +7 -7
  210. package/src/sap/gantt/simple/PrintDialogTemplate.js +1 -1
  211. package/src/sap/gantt/simple/PrintUtils.js +1 -1
  212. package/src/sap/gantt/simple/Relationship.js +1 -1
  213. package/src/sap/gantt/simple/RenderUtils.js +5 -2
  214. package/src/sap/gantt/simple/ShapeScheme.js +1 -1
  215. package/src/sap/gantt/simple/ShapeStyle.js +1 -1
  216. package/src/sap/gantt/simple/StockChart.js +1 -1
  217. package/src/sap/gantt/simple/StockChartDimension.js +9 -9
  218. package/src/sap/gantt/simple/StockChartPeriod.js +1 -1
  219. package/src/sap/gantt/simple/UtilizationBarChart.js +15 -8
  220. package/src/sap/gantt/simple/UtilizationChart.js +17 -3
  221. package/src/sap/gantt/simple/UtilizationDimension.js +10 -3
  222. package/src/sap/gantt/simple/UtilizationLineChart.js +6 -5
  223. package/src/sap/gantt/simple/UtilizationPeriod.js +1 -1
  224. package/src/sap/gantt/simple/shapes/Shape.js +1 -1
  225. package/src/sap/gantt/simple/shapes/Task.js +1 -1
  226. package/src/sap/gantt/skipTime/DayInterval.js +1 -1
  227. package/src/sap/gantt/skipTime/DiscontinuousProvider.js +1 -1
  228. package/src/sap/gantt/skipTime/SkipInterval.js +1 -1
  229. package/src/sap/gantt/skipTime/SkipPattern.js +1 -1
  230. package/src/sap/gantt/skipTime/WeekPattern.js +1 -1
  231. package/src/sap/gantt/themes/base/Gantt.less +33 -17
  232. 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="#6d6d6d" /></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="#6d6d6d" /></marker></defs>
25
- * <style>.side{stroke-width:2;stroke:#1C75BC;fill:none;} .dashside{stroke-width:1;stroke:#1C75BC;fill:none; stroke-dasharray:5,1;} .dashassist{stroke-width:1;stroke:#6d6d6d;fill:none; stroke-dasharray:5,1;}
26
- * .arrowline{stroke-width:1;stroke:#6d6d6d;fill:none;marker-end:url(#arrowend);marker-start:url(#arrowstart);} .center{r:3;fill:#6d6d6d;stroke:#9E1F63;} .texthyphon{stroke-width:1;stroke:#9E1F63;fill:none} .propertyText{stroke:#6d6d6d;} .timeText{stroke:#9E1F63;} </style>
27
- * <rect x="1" y="1" width="298" height="218" fill="none" stroke="blue" 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="#e2e2e2"></rect><path d="M -1 3 l 2 2 M 0 0 l 4 4 M 3 -1 l 2,2" stroke="#9E1F63" 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="#fff"></rect><path d="M -2 6 l 4 4 M 0 0 l 8 8 M 6 -2 l 4,4" stroke="#6d6d6d" 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="#e2e2e2"></rect><path d="M -25 75 l 50 50 M 0 0 l 100 100 M 75 -25 l 50,50" stroke="#1C75BC" stroke-width="30"></path></pattern></defs>
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.132.0
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
- ], function (DefBase) {
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="blue" /></pattern></defs>
26
- * <rect fill="none" stroke="blue" x="1" y="1" width="798" height="398"/>
27
- * <ellipse fill="url(#TrianglePattern)" stroke="black" stroke-width="5" cx="400" cy="200" rx="350" ry="150" />
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.132.0
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 : "#fff"},
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
- ], function (PatternBase, GanttChartConfigurationUtils) {
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="#6d6d6d" /></marker>
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="#6d6d6d" /></marker></defs>
26
- * <style>.side{stroke-width:2;stroke:#1C75BC;fill:none;} .dashside{stroke-width:1;stroke:#1C75BC;fill:none; stroke-dasharray:5,1;} .dashassist{stroke-width:1;stroke:#6d6d6d;fill:none; stroke-dasharray:5,1;}
27
- * .arrowline{stroke-width:1;stroke:#6d6d6d;fill:none;marker-end:url(#arrowend);marker-start:url(#arrowstart);} .center{r:3;fill:#6d6d6d;stroke:#9E1F63;} .texthyphon{stroke-width:1;stroke:#9E1F63;fill:none} .propertyText{stroke:#6d6d6d;} .timeText{stroke:#9E1F63;} </style>
28
- * <rect x="1" y="1" width="298" height="218" fill="none" stroke="blue" stroke-width="0.5"/>
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="#e2e2e2"></rect><path d="M-1,1 l2,-2 M0,4 l4,-4 M3,5 l2,-2 " stroke="#9E1F63" stroke-width="1"></path></pattern>
30
- * <pattern class="pattern" id="p2" patternUnits="userSpaceOnUse" x="0" y="0" width="8" height="8"><rect x="0" width="8" height="8" fill="#fff"></rect><path d="M-2,2 l4,-4 M0,8 l8,-8 M6,10 l4,-4 " stroke="#6d6d6d" stroke-width="2"></path></pattern>
31
- * <pattern class="pattern" id="p3" patternUnits="userSpaceOnUse" x="70" y="85" width="100" height="100"><rect x="0" width="100" height="100" fill="#e2e2e2"></rect><path d="M-25,25 l50,-50 M0,100 l100,-100 M75,125 l50,-50" stroke="#1C75BC" stroke-width="30"></path></pattern></defs>
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.132.0
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 #fff(white) to #000(Black) for HCB Theme if the default BackgroundColor has not been overridden by the user.
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("#000");
104
+ this.setBackgroundColor(library.ValueSVGPaintServer.normalize("sapUiChartContrastLineColor"));
104
105
  }
105
106
  }
106
107
  sId = this.getId();
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.gantt.drawer.Drawer
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.132.0
25
+ * @version 1.134.0
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @abstract
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.132.0
30
+ * @version 1.134.0
31
31
  *
32
32
  * @constructor
33
33
  * @private
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.gantt.drawer.Drawer
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.132.0
21
+ * @version 1.134.0
22
22
  *
23
23
  * @constructor
24
24
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.0
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -24,7 +24,7 @@ function (
24
24
  * @extends sap.ui.base.Object
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.132.0
27
+ * @version 1.134.0
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @extends sap.ui.base.Object
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.132.0
23
+ * @version 1.134.0
24
24
  *
25
25
  * @constructor
26
26
  * @private
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.base.Object
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.132.0
24
+ * @version 1.134.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.base.Object
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.132.0
24
+ * @version 1.134.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.base.Object
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.132.0
39
+ * @version 1.134.0
40
40
  *
41
41
  * @constructor
42
42
  * @private
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.base.Object
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.132.0
33
+ * @version 1.134.0
34
34
  *
35
35
  * @constructor
36
36
  * @private
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.132.0
33
+ * @version 1.134.0
34
34
  * @since 1.126
35
35
  *
36
36
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.gantt.legend.LegendBase
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.132.0
32
+ * @version 1.134.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @abstract
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.132.0
41
+ * @version 1.134.0
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.132.0
25
+ * @version 1.134.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * @extends sap.gantt.legend.LegendBase
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.132.0
55
+ * @version 1.134.0
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -175,7 +175,7 @@ sap.ui.define([
175
175
  }
176
176
  },
177
177
  noLibraryCSS: false,
178
- version: "1.132.0"
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.132.0
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=Next Page
341
341
 
342
342
  GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Previous Page
343
343
 
344
+ GNT_PRNTG_UNLOCK_MARGINS=Unlock the margins
345
+
346
+ GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Lock and sync margins
347
+
344
348
 
345
349
  GNT_DRAGGED_OBJECT=Object
346
350
 
@@ -341,6 +341,10 @@ GNT_PRNTG_NEXT_PAGE_BUTTON=Next Page
341
341
 
342
342
  GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Previous Page
343
343
 
344
+ GNT_PRNTG_UNLOCK_MARGINS=Unlock the margins
345
+
346
+ GNT_PRNTG_LOCK_AND_SYNC_MARGINS=Lock and sync margins
347
+
344
348
 
345
349
  GNT_DRAGGED_OBJECT=Object
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