@node-projects/web-component-designer-visualization-addons 0.1.66 → 0.1.67

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.
@@ -10,11 +10,13 @@ export interface OpenScreen {
10
10
  * @TJS-format screen
11
11
  */
12
12
  screen: string;
13
+ title?: string;
13
14
  /**
14
15
  * If signals in screen are defined relative (starting with a '.'), this will be prepended
15
16
  */
16
17
  relativeSignalsPath?: string;
17
18
  noHistory?: boolean;
19
+ closeable?: boolean;
18
20
  }
19
21
  export interface OpenDialog {
20
22
  type: 'OpenDialog';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "web-component-designer addon for visualizations",
3
3
  "name": "@node-projects/web-component-designer-visualization-addons",
4
- "version": "0.1.66",
4
+ "version": "0.1.67",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "author": "jochen.kuehner@gmx.de",