lucid-extension-sdk
Advanced tools
Comparing version 0.0.230 to 0.0.231
@@ -65,2 +65,12 @@ import { HorizontalBadgePos, VerticalBadgePos } from '../properties/datagraphic/badgeposition'; | ||
}; | ||
export type TextBadgeSettings = { | ||
bold?: boolean; | ||
italic?: boolean; | ||
underline?: boolean; | ||
rounding?: number; | ||
minwidth?: number; | ||
minheight?: number; | ||
maxfontsize?: number; | ||
maxtextwidth?: number; | ||
}; | ||
export interface StencilConfig { | ||
@@ -128,2 +138,7 @@ /** | ||
linkFormula?: string; | ||
/** | ||
* Allows the same card to have multiple textbadges but have different properties. | ||
* You can change bold, italic, underline, rounding, minwidth, minheight, maxtextwidth, maxfontsize | ||
*/ | ||
textBadgeSettings?: TextBadgeSettings; | ||
} | ||
@@ -151,2 +166,3 @@ /** | ||
'imageBadgeSettings'?: ImageBadgeSettings; | ||
'textBadgeSettings'?: TextBadgeSettings; | ||
}; | ||
@@ -153,0 +169,0 @@ }; |
@@ -80,2 +80,3 @@ "use strict"; | ||
'imageBadgeSettings': settings.stencilConfig.imageBadgeSettings, | ||
'textBadgeSettings': settings.stencilConfig.textBadgeSettings, | ||
}, | ||
@@ -99,2 +100,3 @@ }; | ||
imageBadgeSettings: settings['StencilConfig']['imageBadgeSettings'], | ||
textBadgeSettings: settings['StencilConfig']['textBadgeSettings'], | ||
}, | ||
@@ -101,0 +103,0 @@ }; |
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.230", | ||
"version": "0.0.231", | ||
"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
720104
16715