estimate-library
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -58,3 +58,8 @@ import ITable from "../types/ITable"; | ||
export declare function updateTaskDepValue(this: ITable, sectionId: string, taskId: string, depId: number, value: number): void; | ||
/** | ||
* toggle state of task to enable or disable | ||
* @param sectionId | ||
* @param taskId | ||
*/ | ||
export declare function toggleTaskInSection(this: ITable, sectionId: string, taskId: string): void; | ||
export declare function calculateTable(this: ITable): void; |
@@ -134,2 +134,7 @@ "use strict"; | ||
exports.updateTaskDepValue = updateTaskDepValue; | ||
/** | ||
* toggle state of task to enable or disable | ||
* @param sectionId | ||
* @param taskId | ||
*/ | ||
function toggleTaskInSection(sectionId, taskId) { | ||
@@ -136,0 +141,0 @@ var _this = this; |
{ | ||
"name": "estimate-library", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
26417
633