59 Commits

Author SHA1 Message Date
Oleksii Voznosymenko
1b36ec9464 russian localization for month names 2018-08-08 23:15:43 +03:00
Oleksii Voznosymenko
4995e9ed0e added year display mode 2018-08-08 22:17:02 +03:00
Faris Ansari
4b11841bc1 v0.2.0 2018-07-08 12:25:00 +05:30
Faris Ansari
49e6880252 [fix] element argument should support HTML and SVG element 2018-07-08 12:23:13 +05:30
Rushabh Mehta
a7e61db72f
Merge pull request #79 from PlethoraLabs/master
Adding CSS file and options example in README.md
2018-06-13 14:07:51 +05:30
Kostas Minaidis
e2a9185dac
Adding CSS file and options example 2018-05-29 20:20:18 +03:00
Anto Christopher
0c39cc9b4e Add feature to change popup trigger event (#77)
* Add change-popup-mode

* Add feature to change popup trigger event

* Remove example of change_popup_mode from index

* Revert back to the original build files

* Make changes asked in review

* Remove default to click from bind event as default already set

* code formatting
2018-05-23 12:36:43 +05:30
Faris Ansari
98f38e1684 [fix] custom_html_popup
- fixes #60
2018-05-20 20:27:34 +05:30
Faris Ansari
94409f0bb8 v0.1.1 2018-05-20 20:04:17 +05:30
Faris Ansari
ec5e559b5c Fixes
- end_date calculation
- hide_popup on grid_click
- bar position should also consider hours
- date_change event only if date has changed
2018-05-20 20:03:18 +05:30
Faris Ansari
cd93fbf655 [fix] Incorrect formatted date
- #61
- problem: December being formatted as 01ecember
2018-05-19 21:40:03 +05:30
Faris Ansari
8f4214a926 [fix] Drag events not working on view mode change
- #61
2018-05-19 21:19:57 +05:30
İsmail Demirbilek
45d218994d fix date_utils add params (#65)
Please see https://github.com/frappe/gantt/blob/master/src/date_utils.js#L4
2018-04-01 14:29:47 +05:30
Carlos Jesús Huchim Ahumada
97591595ac Allow change scss variables (#66) 2018-04-01 14:26:15 +05:30
Faris Ansari
e8467917d7 Add overflow: auto to container 2018-03-05 12:04:51 +05:30
Faris Ansari
1680bb7338 Merge branch 'master' of github.com:frappe/gantt 2018-03-04 20:01:44 +05:30
Faris Ansari
ee1062c182 Don't show popup while dragging 2018-03-04 20:00:49 +05:30
Raghavendra Kamath
5a03973e06 Update the readme to add new Gantt logo (#53)
* Update the readme to add new Gantt logo

* Update README.md
2018-02-17 23:55:15 +05:30
Faris Ansari
24cb69dd4e Update popup position on drag 2018-02-17 23:47:31 +05:30
Faris Ansari
8c082e7bc9
[v0.1.0] Major Refactor (#57)
* [v0.1.0] Major Refactor

- Remove moment and Snap dependencies
- Use Rollup as build tool
- Use Prettier for linting/styling
- Use Jest for testing
- Use yarn

* Change Bar hover behaviour, Bar animation

* Corner radius configurable
2018-02-17 23:40:58 +05:30
Stephen Kasica
2abbb1dce5 Define bar corner radius on initialization (#43)
* Merge defaults and config deeply in set_defaults

The Object.assign method performs a shallow merge, thus it can lose
properties in nested objects. For example, if config.bar = { foo: bar }
then it would entirely replace defaults.bar and self.config.bar.height
would be undefined. The deepmerge library is a lightweight module that
merges enumerable attributes deeply. In the above example,
self.config.bar would then be {foo: bar, height: 20}.

I think this commit also retroactively applies some previous changes to
dist/frappe-gantt.js and dist/frappe-gantt.js.map from commits: 241c65db697475a3a17324f4c613d28353f89a8c,
1926ddbd48f1ff0bd7a0d49cadf14fcd415c3bfd, and be45a9656ffd482e1611198158b6032c965e1309.

* Define bar corner radius on initialization

Allows this property to be set without changing source code. Requires
deep merge of default and config objects added in commit f32e76af7733515f10a9adc004100e57f794f804

* Fix bug causing TypeError when config parameter is undefined

Fixes issue when optional config parameter is unspecified since
Deepmerge throws error  "Cannot convert undefined or null to object"
in such cases.
2018-01-18 22:32:12 +05:30
Faris Ansari
c8bfc1d679 build version 0.0.7 2017-10-30 16:21:21 +05:30
Faris Ansari
d432ab200e Merge branch 'master' of github.com:frappe/gantt 2017-10-30 15:07:11 +05:30
Faris Ansari
241c65db69 Element parameter support for HTML Element, SVG Element or CSS selector (#25)
* * adjusted the library to support both string css selectors and a raw svg element when resetting its internal variables

* * changes parent_element to use const again instead of let

* * updated the element selection logic to include checking for an html element and finding a child svg object

* * updated parameter comment and exception message to mention both html and svg dom element support

* Code formatting
2017-07-31 14:46:10 +05:30
Faris Ansari
78033cd689 Merge pull request #21 from dalwadani/patch-1
Remove letter-spacing to display Arabic properly
2017-06-26 00:26:48 +05:30
Dhaifallah Alwadani
67a67b927c Remove letter-spacing to display Arabic properly 2017-06-21 17:36:16 +03:00
Faris Ansari
1926ddbd48 Handle large duration tasks 2017-06-20 06:10:31 +05:30
Faris Ansari
be45a9656f Increase grid height to show last popup message 2017-06-08 17:35:26 +05:30
Faris Ansari
25c4d24c0f build version 0.0.6 2017-06-06 12:05:09 +05:30
Faris Ansari
47819199fe Filter falsy values in make_arrows 2017-06-06 12:02:51 +05:30
Faris Ansari
d1f932649a Fix incorrect computation of end_date (Fixes frappe/erpnext#8531) 2017-05-16 11:13:46 +05:30
Faris Ansari
d07c38b769 Merge pull request #14 from frappe/hustcc-master
Custom class for tasks (hustcc pr enhancement)
2017-03-21 10:35:54 +05:30
Faris Ansari
d4b3080360 build version 0.0.5 2017-03-21 10:33:08 +05:30
Faris Ansari
3f037321ae update readme 2017-03-21 10:33:08 +05:30
Faris Ansari
4a902557d6 change let to var for old node version 2017-03-21 10:33:08 +05:30
Faris Ansari
407f076d51 ability to specify custom class for tasks 2017-03-21 10:33:08 +05:30
Faris Ansari
4534f6b6fe Update README.md 2017-03-20 20:44:24 +05:30
Faris Ansari
d82071b58a build version 0.0.4 2017-02-14 18:34:58 +05:30
Faris Ansari
df2d35c77d [fix] canvas width 2017-02-14 18:33:37 +05:30
Faris Ansari
b33216274c generate id if not given, custom popup html 2017-02-14 17:14:57 +05:30
Faris Ansari
ac37400390 Add refresh method
updates gantt with new tasks, no need to initialize new object
2017-02-14 15:10:31 +05:30
Faris Ansari
630f8405e1 [fix] date text in week mode 2017-02-02 16:52:53 +05:30
Faris Ansari
9bcd2a4236 [fix] drag when no progress handle 2017-01-29 12:43:24 +05:30
Faris Ansari
44954a77aa build version 0.0.3 2017-01-28 15:37:55 +05:30
Faris Ansari
379b2d9bf7 minor 2017-01-28 15:34:56 +05:30
Faris Ansari
32c1ca9129 update details popup on change, compute_date refactor 2017-01-28 13:58:35 +05:30
Faris Ansari
5ab94156dd child task restrict position, scroll position 2017-01-28 12:48:25 +05:30
Faris Ansari
3caff0e781 build version 0.0.2 2017-01-05 13:20:17 +05:30
Faris Ansari
cbafcde5f8 fixed progress resize handle 2017-01-05 13:10:36 +05:30
Faris Ansari
2b845bdd55 added license 2016-12-29 11:56:54 +05:30