lucid-extension-sdk 0.0.26 → 0.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucid-extension-sdk",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "Utility classes for writing Lucid Software editor extensions",
5
5
  "main": "sdk/index.js",
6
6
  "types": "sdk/index.d.ts",
package/sdk/ui/panel.d.ts CHANGED
@@ -5,7 +5,9 @@ import { IframeUI } from './iframeui';
5
5
  */
6
6
  export declare enum PanelLocation {
7
7
  /** In Lucidchart, create a sibling to the Contextual Panel */
8
- RightDock = 1
8
+ RightDock = 1,
9
+ /** In Lucidchart, create a sibling to the shape toolbox */
10
+ ContentDock = 2
9
11
  }
10
12
  export interface PanelConfig {
11
13
  /** Title to display at the top of the panel */
package/sdk/ui/panel.js CHANGED
@@ -9,6 +9,8 @@ var PanelLocation;
9
9
  (function (PanelLocation) {
10
10
  /** In Lucidchart, create a sibling to the Contextual Panel */
11
11
  PanelLocation[PanelLocation["RightDock"] = 1] = "RightDock";
12
+ /** In Lucidchart, create a sibling to the shape toolbox */
13
+ PanelLocation[PanelLocation["ContentDock"] = 2] = "ContentDock";
12
14
  })(PanelLocation = exports.PanelLocation || (exports.PanelLocation = {}));
13
15
  /**
14
16
  * Extend this class to show a custom panel to the user, whose contents are displayed in a sandboxed