mzgantt 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/README.en.md +36 -0
  2. package/cdn/edit.js +1 -0
  3. package/cdn/export.js +1 -0
  4. package/cdn/images/addPlan.png +0 -0
  5. package/cdn/images/close.png +0 -0
  6. package/cdn/images/collapse_close.gif +0 -0
  7. package/cdn/images/collapse_open.gif +0 -0
  8. package/cdn/images/header-hover.gif +0 -0
  9. package/cdn/images/header.gif +0 -0
  10. package/cdn/images/mile.png +0 -0
  11. package/cdn/images/mini-left.gif +0 -0
  12. package/cdn/images/mini-right.gif +0 -0
  13. package/cdn/images/nextM.png +0 -0
  14. package/cdn/images/nextY.png +0 -0
  15. package/cdn/images/preM.png +0 -0
  16. package/cdn/images/preY.png +0 -0
  17. package/cdn/images/select_child.gif +0 -0
  18. package/cdn/images/taskgoto.gif +0 -0
  19. package/cdn/images/taskstatus.gif +0 -0
  20. package/cdn/mobile.js +1 -0
  21. package/cdn/mzgantt.css +1 -0
  22. package/cdn/mzgantt.js +1 -0
  23. package/dist/edit.js +1 -0
  24. package/dist/export.js +1 -0
  25. package/dist/images/addPlan.png +0 -0
  26. package/dist/images/close.png +0 -0
  27. package/dist/images/collapse_close.gif +0 -0
  28. package/dist/images/collapse_open.gif +0 -0
  29. package/dist/images/header-hover.gif +0 -0
  30. package/dist/images/header.gif +0 -0
  31. package/dist/images/mile.png +0 -0
  32. package/dist/images/mini-left.gif +0 -0
  33. package/dist/images/mini-right.gif +0 -0
  34. package/dist/images/nextM.png +0 -0
  35. package/dist/images/nextY.png +0 -0
  36. package/dist/images/preM.png +0 -0
  37. package/dist/images/preY.png +0 -0
  38. package/dist/images/select_child.gif +0 -0
  39. package/dist/images/taskgoto.gif +0 -0
  40. package/dist/images/taskstatus.gif +0 -0
  41. package/dist/mobile.js +1 -0
  42. package/dist/mzgantt.css +1 -0
  43. package/dist/mzgantt.js +1 -0
  44. package/image.png +0 -0
  45. package/index.js +4 -0
  46. package/package.json +14 -0
  47. package/readme.md +972 -0
package/README.en.md ADDED
@@ -0,0 +1,36 @@
1
+ # MZGantt甘特图插件npm版
2
+
3
+ #### Description
4
+ MZGantt是一款原生js开发的甘特图插件。支持vue,ts,js等,支持流行的各种前端框架,可以快速引用到我们的web程序或者移动应用中。
5
+
6
+ #### Software Architecture
7
+ Software architecture description
8
+
9
+ #### Installation
10
+
11
+ 1. xxxx
12
+ 2. xxxx
13
+ 3. xxxx
14
+
15
+ #### Instructions
16
+
17
+ 1. xxxx
18
+ 2. xxxx
19
+ 3. xxxx
20
+
21
+ #### Contribution
22
+
23
+ 1. Fork the repository
24
+ 2. Create Feat_xxx branch
25
+ 3. Commit your code
26
+ 4. Create Pull Request
27
+
28
+
29
+ #### Gitee Feature
30
+
31
+ 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
32
+ 2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
33
+ 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
34
+ 4. The most valuable open source project [GVP](https://gitee.com/gvp)
35
+ 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
36
+ 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)