jsgantt-improved 2.8.2 → 2.8.5

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 (75) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  2. package/.github/ISSUE_TEMPLATE/custom.md +0 -0
  3. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  4. package/.travis.yml +0 -0
  5. package/.vscode/launch.json +0 -0
  6. package/CONTRIBUTING.md +0 -0
  7. package/Documentation.md +589 -587
  8. package/LICENSE +0 -0
  9. package/README.md +27 -2
  10. package/dist/e2e/app.e2e-spec.js +0 -0
  11. package/dist/e2e/app.e2e-spec.js.map +0 -0
  12. package/dist/e2e/app.po.js +0 -0
  13. package/dist/e2e/app.po.js.map +0 -0
  14. package/dist/index.js +0 -0
  15. package/dist/index.js.map +0 -0
  16. package/dist/jsgantt.css +1016 -1012
  17. package/dist/jsgantt.js +1126 -887
  18. package/dist/src/draw.js +226 -227
  19. package/dist/src/draw.js.map +1 -1
  20. package/dist/src/draw_columns.js +0 -0
  21. package/dist/src/draw_columns.js.map +0 -0
  22. package/dist/src/draw_dependencies.js +0 -0
  23. package/dist/src/draw_dependencies.js.map +0 -0
  24. package/dist/src/events.js +0 -0
  25. package/dist/src/events.js.map +0 -0
  26. package/dist/src/jsgantt.js +0 -0
  27. package/dist/src/jsgantt.js.map +0 -0
  28. package/dist/src/json.js +6 -1
  29. package/dist/src/json.js.map +1 -1
  30. package/dist/src/lang.js +877 -652
  31. package/dist/src/lang.js.map +1 -1
  32. package/dist/src/options.js +0 -0
  33. package/dist/src/options.js.map +0 -0
  34. package/dist/src/task.js +8 -3
  35. package/dist/src/task.js.map +1 -1
  36. package/dist/src/utils/date_utils.js +0 -0
  37. package/dist/src/utils/date_utils.js.map +0 -0
  38. package/dist/src/utils/draw_utils.js +0 -0
  39. package/dist/src/utils/draw_utils.js.map +0 -0
  40. package/dist/src/utils/general_utils.js +3 -2
  41. package/dist/src/utils/general_utils.js.map +1 -1
  42. package/dist/src/xml.js +6 -2
  43. package/dist/src/xml.js.map +1 -1
  44. package/dist/test/index.js +0 -0
  45. package/dist/test/index.js.map +0 -0
  46. package/docs/DotNet.md +0 -0
  47. package/docs/demo-plan-color.html +282 -0
  48. package/docs/demo.gif +0 -0
  49. package/docs/demo.html +273 -275
  50. package/docs/demo.png +0 -0
  51. package/docs/demobigdata.html +0 -0
  52. package/docs/fixes/bigdata.json +0 -0
  53. package/docs/fixes/bug141.json +0 -0
  54. package/docs/fixes/bug277.json +0 -0
  55. package/docs/fixes/bug318.json +0 -0
  56. package/docs/fixes/data-plan-color.json +177 -0
  57. package/docs/fixes/data.json +0 -0
  58. package/docs/fixes/data255.json +0 -0
  59. package/docs/fixes/general.html +0 -0
  60. package/docs/fixes/lang.html +0 -0
  61. package/docs/fixes/planend.json +0 -0
  62. package/docs/fixes/two-weaksafter.html +0 -0
  63. package/docs/home-bg.jpg +0 -0
  64. package/docs/index.html +0 -0
  65. package/docs/index.js +266 -278
  66. package/docs/main.css +0 -0
  67. package/docs/main.js +0 -0
  68. package/docs/project.xml +132 -131
  69. package/e2e/tsconfig.e2e.json +0 -0
  70. package/package.json +49 -49
  71. package/protractor.conf.js +0 -0
  72. package/src/jsgantt.css +1016 -1012
  73. package/test/index.html +0 -0
  74. package/tsconfig.json +0 -0
  75. package/tslint.json +0 -0
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
@@ -125,6 +125,21 @@ g.Draw();
125
125
  * From external files (including experimental support for MS Project XML files)
126
126
  * From JavaScript Strings
127
127
  * Support for Internationalization
128
+ * Chinese (cn)
129
+ * Czech (cs)
130
+ * Dutch (Standard)
131
+ * selected>English (en)
132
+ * French (fr)
133
+ * German (de)
134
+ * Hungarian (hu)
135
+ * Indonesian (id)
136
+ * Italian (it)
137
+ * Japanese (ja)
138
+ * Portuguese (pt)
139
+ * Russian (ru)
140
+ * Spanish (es)
141
+ * Swedish (sv)
142
+ * Turkish (tr)
128
143
 
129
144
  ## Documentation
130
145
 
@@ -139,17 +154,27 @@ Its easy to get it set:
139
154
 
140
155
  * Clone this repo
141
156
  * Install lib dependencies: `npm i`
142
- * Install global dependencies: `npm i -g browserify nodemon onchange tsc`
143
- * Run the demo, This will start a `localhost:8080` with a live example: `npm start`.
157
+ * Install global dependencies: `npm i -g browserify nodemon onchange tsc`
158
+ * Compile final js to be used on demo: `npm run dist`
159
+ * Run the demo with a live example: `npm start`.
144
160
  * You can check the demo gantt that we use for testing features at: `http://127.0.0.1:8080/docs/demo.html`
145
161
  * Use `npm run watch` or do your change in `src` and restart this command refresh the changes.
146
162
 
147
163
  For testing:
148
164
  * Install global dependencies: `npm i -g webdriver-manager`
149
165
  * Install selenium webdriver: `npm run webdriver`, it will install something like node_modules/webdriver-manager/selenium/chromedriver_88.0.4324.96.zip
166
+
167
+ node node_modules/protractor/bin/webdriver-manager update
168
+ apt install chromium
169
+
170
+ apt install chromium-bsu
171
+
150
172
  * Use `npm run test` with e2e tests.
151
173
  * Or use `npm run watch:test` to keep watching the tests
152
174
 
175
+ For new release:
176
+ * Increment the version number on package.json
177
+ * Run `npm run publishnpm`
153
178
 
154
179
 
155
180
  Or help us donating...
File without changes
File without changes
File without changes
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes