jsgantt-improved
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -106,5 +106,6 @@ "use strict"; | ||
vTmpCell = draw_utils_1.newNode(vTmpRow, 'td', null, "gadditional " + css); | ||
vTmpDiv = draw_utils_1.newNode(vTmpCell, 'div', null, null, data ? data[key] : ''); | ||
events_1.addListenerClickCell(vTmpCell, vEvents, vTaskList[i], "additional_" + key); | ||
// const callback = (task, e) => task.setCost(e.target.value); | ||
// addListenerInputCell(vTmpCell, vEventsChange, callback, vTaskList, i, 'costdate'); | ||
vTmpDiv = draw_utils_1.newNode(vTmpCell, 'div', null, null, data ? data[key] : ''); | ||
} | ||
@@ -111,0 +112,0 @@ } |
@@ -290,3 +290,3 @@ "use strict"; | ||
vEvents[column] && typeof vEvents[column] === 'function') { | ||
vEvents[column](task, e, vTmpCell); | ||
vEvents[column](task, e, vTmpCell, column); | ||
} | ||
@@ -293,0 +293,0 @@ }, vTmpCell); |
@@ -89,2 +89,3 @@ let dataurl; | ||
cost: console.log, | ||
additional_category: console.log, | ||
beforeDraw: () => console.log('before draw listener'), | ||
@@ -91,0 +92,0 @@ afterDraw: () => { |
@@ -508,2 +508,3 @@ | ||
cost: console.log, | ||
additional_category: console.log, // for additional fields | ||
beforeDraw: ()=>console.log('before draw listener'), | ||
@@ -510,0 +511,0 @@ afterDraw: ()=>console.log('before after listener') |
{ | ||
"name": "jsgantt-improved", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "jsgantt-improved", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4808358
113172