Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lucid-extension-sdk

Package Overview
Dependencies
Maintainers
2
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucid-extension-sdk - npm Package Compare versions

Comparing version 0.0.257 to 0.0.258

8

core/cardintegration/cardfielddisplaysettings.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc