Browse Source

Publish new release NPM

José Ferrão 2 years ago
parent
commit
9406157b4b
94 changed files with 25172 additions and 1218 deletions
  1. 1 1
      build/escher.js
  2. 0 0
      build/escher.min.js
  3. 310 82
      build/escher.module.js
  4. 0 1
      docs/AnimationTimer.html
  5. 5295 0
      docs/BarGraph.html
  6. 35 32
      docs/BezierCurve.html
  7. 85 44
      docs/Box.html
  8. 173 26
      docs/Box2.html
  9. 29 28
      docs/BoxMask.html
  10. 52 41
      docs/Circle.html
  11. 13 8
      docs/ColorStyle.html
  12. 44 31
      docs/DOM.html
  13. 0 1
      docs/EventManager.html
  14. 0 1
      docs/FileUtils.html
  15. 29 28
      docs/Gauge.html
  16. 3 4
      docs/GradientColorStop.html
  17. 9 6
      docs/GradientStyle.html
  18. 116 45
      docs/Graph.html
  19. 0 1
      docs/Helpers.html
  20. 54 33
      docs/Image.html
  21. 0 1
      docs/Key.html
  22. 29 28
      docs/Line.html
  23. 9 6
      docs/LinearGradientStyle.html
  24. 29 28
      docs/Mask.html
  25. 18 19
      docs/Matrix.html
  26. 29 28
      docs/MultiLineText.html
  27. 77 36
      docs/Node.html
  28. 35 34
      docs/NodeConnector.html
  29. 29 28
      docs/NodeGraph.html
  30. 56 45
      docs/NodeSocket.html
  31. 31 30
      docs/Object2D.html
  32. 3 1
      docs/Object2D.js.html
  33. 5507 0
      docs/Path.html
  34. 29 28
      docs/Pattern.html
  35. 9 6
      docs/PatternStyle.html
  36. 5657 0
      docs/PieChart.html
  37. 0 1
      docs/Pointer.html
  38. 35 32
      docs/QuadraticCurve.html
  39. 9 6
      docs/RadialGradientStyle.html
  40. 84 11
      docs/Renderer.html
  41. 21 1
      docs/Renderer.js.html
  42. 77 36
      docs/RoundedBox.html
  43. 5365 0
      docs/ScatterGraph.html
  44. 12 9
      docs/Style.html
  45. 29 28
      docs/Text.html
  46. 0 1
      docs/UUID.html
  47. 338 167
      docs/Vector2.html
  48. 187 28
      docs/Viewport.html
  49. 46 8
      docs/Viewport.js.html
  50. 315 14
      docs/ViewportControls.html
  51. 76 34
      docs/controls_ViewportControls.js.html
  52. 0 1
      docs/global.html
  53. 0 1
      docs/index.html
  54. 0 1
      docs/input_Key.js.html
  55. 0 2
      docs/input_Pointer.js.html
  56. 15 5
      docs/math_Box2.js.html
  57. 13 10
      docs/math_Matrix.js.html
  58. 0 1
      docs/math_UUID.js.html
  59. 78 24
      docs/math_Vector2.js.html
  60. 2 1
      docs/objects_BezierCurve.js.html
  61. 7 12
      docs/objects_Box.js.html
  62. 2 11
      docs/objects_Circle.js.html
  63. 5 2
      docs/objects_DOM.js.html
  64. 4 1
      docs/objects_Image.js.html
  65. 0 1
      docs/objects_Line.js.html
  66. 0 1
      docs/objects_MultiLineText.js.html
  67. 131 0
      docs/objects_Path.js.html
  68. 0 1
      docs/objects_Pattern.js.html
  69. 3 2
      docs/objects_QuadraticCurve.js.html
  70. 0 1
      docs/objects_RoundedBox.js.html
  71. 0 1
      docs/objects_Text.js.html
  72. 119 0
      docs/objects_chart_BarGraph.js.html
  73. 20 3
      docs/objects_chart_Gauge.js.html
  74. 24 9
      docs/objects_chart_Graph.js.html
  75. 200 0
      docs/objects_chart_PieChart.js.html
  76. 145 0
      docs/objects_chart_ScatterGraph.js.html
  77. 0 1
      docs/objects_mask_BoxMask.js.html
  78. 0 1
      docs/objects_mask_Mask.js.html
  79. 0 1
      docs/objects_node_Node.js.html
  80. 5 1
      docs/objects_node_NodeConnector.js.html
  81. 0 1
      docs/objects_node_NodeGraph.js.html
  82. 2 1
      docs/objects_node_NodeSocket.js.html
  83. 2 1
      docs/objects_style_ColorStyle.js.html
  84. 1 1
      docs/objects_style_GradientColorStop.js.html
  85. 0 1
      docs/objects_style_GradientStyle.js.html
  86. 0 1
      docs/objects_style_LinearGradientStyle.js.html
  87. 0 1
      docs/objects_style_PatternStyle.js.html
  88. 0 1
      docs/objects_style_RadialGradientStyle.js.html
  89. 4 3
      docs/objects_style_Style.js.html
  90. 0 1
      docs/utils_AnimationTimer.js.html
  91. 0 1
      docs/utils_EventManager.js.html
  92. 0 1
      docs/utils_FileUtils.js.html
  93. 0 1
      docs/utils_Helpers.js.html
  94. 1 1
      package.json

+ 1 - 1
build/escher.js

@@ -2359,7 +2359,7 @@
 		 * 
 		 * 
 		 * @type {number}
 		 * @type {number}
 		 */
 		 */
-		this.recenterViewport = ViewportControls.RECENTER_POINTER;
+		this.recenterViewport = ViewportControls.RECENTER_NONE;
 
 
 		/**
 		/**
 		 * If true allows the viewport to be rotated.
 		 * If true allows the viewport to be rotated.

File diff suppressed because it is too large
+ 0 - 0
build/escher.min.js


File diff suppressed because it is too large
+ 310 - 82
build/escher.module.js


File diff suppressed because it is too large
+ 0 - 1
docs/AnimationTimer.html


File diff suppressed because it is too large
+ 5295 - 0
docs/BarGraph.html


File diff suppressed because it is too large
+ 35 - 32
docs/BezierCurve.html


File diff suppressed because it is too large
+ 85 - 44
docs/Box.html


File diff suppressed because it is too large
+ 173 - 26
docs/Box2.html


File diff suppressed because it is too large
+ 29 - 28
docs/BoxMask.html


File diff suppressed because it is too large
+ 52 - 41
docs/Circle.html


File diff suppressed because it is too large
+ 13 - 8
docs/ColorStyle.html


File diff suppressed because it is too large
+ 44 - 31
docs/DOM.html


File diff suppressed because it is too large
+ 0 - 1
docs/EventManager.html


File diff suppressed because it is too large
+ 0 - 1
docs/FileUtils.html


File diff suppressed because it is too large
+ 29 - 28
docs/Gauge.html


File diff suppressed because it is too large
+ 3 - 4
docs/GradientColorStop.html


File diff suppressed because it is too large
+ 9 - 6
docs/GradientStyle.html


File diff suppressed because it is too large
+ 116 - 45
docs/Graph.html


File diff suppressed because it is too large
+ 0 - 1
docs/Helpers.html


File diff suppressed because it is too large
+ 54 - 33
docs/Image.html


File diff suppressed because it is too large
+ 0 - 1
docs/Key.html


File diff suppressed because it is too large
+ 29 - 28
docs/Line.html


File diff suppressed because it is too large
+ 9 - 6
docs/LinearGradientStyle.html


File diff suppressed because it is too large
+ 29 - 28
docs/Mask.html


File diff suppressed because it is too large
+ 18 - 19
docs/Matrix.html


File diff suppressed because it is too large
+ 29 - 28
docs/MultiLineText.html


File diff suppressed because it is too large
+ 77 - 36
docs/Node.html


File diff suppressed because it is too large
+ 35 - 34
docs/NodeConnector.html


File diff suppressed because it is too large
+ 29 - 28
docs/NodeGraph.html


File diff suppressed because it is too large
+ 56 - 45
docs/NodeSocket.html


File diff suppressed because it is too large
+ 31 - 30
docs/Object2D.html


File diff suppressed because it is too large
+ 3 - 1
docs/Object2D.js.html


File diff suppressed because it is too large
+ 5507 - 0
docs/Path.html


File diff suppressed because it is too large
+ 29 - 28
docs/Pattern.html


File diff suppressed because it is too large
+ 9 - 6
docs/PatternStyle.html


File diff suppressed because it is too large
+ 5657 - 0
docs/PieChart.html


File diff suppressed because it is too large
+ 0 - 1
docs/Pointer.html


File diff suppressed because it is too large
+ 35 - 32
docs/QuadraticCurve.html


File diff suppressed because it is too large
+ 9 - 6
docs/RadialGradientStyle.html


File diff suppressed because it is too large
+ 84 - 11
docs/Renderer.html


File diff suppressed because it is too large
+ 21 - 1
docs/Renderer.js.html


File diff suppressed because it is too large
+ 77 - 36
docs/RoundedBox.html


File diff suppressed because it is too large
+ 5365 - 0
docs/ScatterGraph.html


File diff suppressed because it is too large
+ 12 - 9
docs/Style.html


File diff suppressed because it is too large
+ 29 - 28
docs/Text.html


File diff suppressed because it is too large
+ 0 - 1
docs/UUID.html


File diff suppressed because it is too large
+ 338 - 167
docs/Vector2.html


File diff suppressed because it is too large
+ 187 - 28
docs/Viewport.html


File diff suppressed because it is too large
+ 46 - 8
docs/Viewport.js.html


File diff suppressed because it is too large
+ 315 - 14
docs/ViewportControls.html


File diff suppressed because it is too large
+ 76 - 34
docs/controls_ViewportControls.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/global.html


File diff suppressed because it is too large
+ 0 - 1
docs/index.html


File diff suppressed because it is too large
+ 0 - 1
docs/input_Key.js.html


File diff suppressed because it is too large
+ 0 - 2
docs/input_Pointer.js.html


File diff suppressed because it is too large
+ 15 - 5
docs/math_Box2.js.html


File diff suppressed because it is too large
+ 13 - 10
docs/math_Matrix.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/math_UUID.js.html


File diff suppressed because it is too large
+ 78 - 24
docs/math_Vector2.js.html


File diff suppressed because it is too large
+ 2 - 1
docs/objects_BezierCurve.js.html


File diff suppressed because it is too large
+ 7 - 12
docs/objects_Box.js.html


File diff suppressed because it is too large
+ 2 - 11
docs/objects_Circle.js.html


File diff suppressed because it is too large
+ 5 - 2
docs/objects_DOM.js.html


File diff suppressed because it is too large
+ 4 - 1
docs/objects_Image.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_Line.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_MultiLineText.js.html


File diff suppressed because it is too large
+ 131 - 0
docs/objects_Path.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_Pattern.js.html


File diff suppressed because it is too large
+ 3 - 2
docs/objects_QuadraticCurve.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_RoundedBox.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_Text.js.html


File diff suppressed because it is too large
+ 119 - 0
docs/objects_chart_BarGraph.js.html


File diff suppressed because it is too large
+ 20 - 3
docs/objects_chart_Gauge.js.html


File diff suppressed because it is too large
+ 24 - 9
docs/objects_chart_Graph.js.html


File diff suppressed because it is too large
+ 200 - 0
docs/objects_chart_PieChart.js.html


File diff suppressed because it is too large
+ 145 - 0
docs/objects_chart_ScatterGraph.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_mask_BoxMask.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_mask_Mask.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_node_Node.js.html


File diff suppressed because it is too large
+ 5 - 1
docs/objects_node_NodeConnector.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_node_NodeGraph.js.html


File diff suppressed because it is too large
+ 2 - 1
docs/objects_node_NodeSocket.js.html


File diff suppressed because it is too large
+ 2 - 1
docs/objects_style_ColorStyle.js.html


File diff suppressed because it is too large
+ 1 - 1
docs/objects_style_GradientColorStop.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_style_GradientStyle.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_style_LinearGradientStyle.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_style_PatternStyle.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/objects_style_RadialGradientStyle.js.html


File diff suppressed because it is too large
+ 4 - 3
docs/objects_style_Style.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/utils_AnimationTimer.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/utils_EventManager.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/utils_FileUtils.js.html


File diff suppressed because it is too large
+ 0 - 1
docs/utils_Helpers.js.html


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
 	"name": "escher.js",
 	"name": "escher.js",
-	"version": "0.1.16",
+	"version": "0.1.17",
 	"description": "escher.js is a web library for building interactive diagrams and graphs.",
 	"description": "escher.js is a web library for building interactive diagrams and graphs.",
 	"main": "build/escher.min.js",
 	"main": "build/escher.min.js",
 	"repository": {
 	"repository": {

Some files were not shown because too many files changed in this diff