lucid-extension-sdk
Advanced tools
Comparing version 0.0.257 to 0.0.258
@@ -172,8 +172,12 @@ import { HorizontalBadgePos, VerticalBadgePos } from '../properties/datagraphic/badgeposition'; | ||
/** | ||
* These are the three possible values for the status of a basic card block. | ||
* These are the six possible values for the status of a basic card block. | ||
* Must be kept in sync with cake/app/webroot/ts/libraries/lucidcards/lucidcarddefaultstatus.ts | ||
*/ | ||
export declare enum StatusValues { | ||
New = "New", | ||
Todo = "To Do", | ||
InProgress = "In Progress", | ||
Done = "Done" | ||
Done = "Done", | ||
NotDoing = "Not Doing", | ||
Blocked = "Blocked" | ||
} | ||
@@ -180,0 +184,0 @@ export declare enum LucidCardFields { |
@@ -105,9 +105,13 @@ "use strict"; | ||
/** | ||
* These are the three possible values for the status of a basic card block. | ||
* These are the six possible values for the status of a basic card block. | ||
* Must be kept in sync with cake/app/webroot/ts/libraries/lucidcards/lucidcarddefaultstatus.ts | ||
*/ | ||
var StatusValues; | ||
(function (StatusValues) { | ||
StatusValues["New"] = "New"; | ||
StatusValues["Todo"] = "To Do"; | ||
StatusValues["InProgress"] = "In Progress"; | ||
StatusValues["Done"] = "Done"; | ||
StatusValues["NotDoing"] = "Not Doing"; | ||
StatusValues["Blocked"] = "Blocked"; | ||
})(StatusValues || (exports.StatusValues = StatusValues = {})); | ||
@@ -114,0 +118,0 @@ var LucidCardFields; |
@@ -28,3 +28,2 @@ import { StatusValues } from '../../core/cardintegration/cardfielddisplaysettings'; | ||
* @param status The status that you want to set for this card. | ||
* This can be one of three values: "To Do", "In Progress", or "Done". | ||
*/ | ||
@@ -31,0 +30,0 @@ setStatus(status: StatusValues): void; |
@@ -53,3 +53,2 @@ "use strict"; | ||
* @param status The status that you want to set for this card. | ||
* This can be one of three values: "To Do", "In Progress", or "Done". | ||
*/ | ||
@@ -56,0 +55,0 @@ setStatus(status) { |
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.257", | ||
"version": "0.0.258", | ||
"description": "Utility classes for writing Lucid Software editor extensions", | ||
@@ -5,0 +5,0 @@ "main": "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
750256
17433