@i2analyze/notebook-sdk 1.8.0-dev.12 → 1.8.0-dev.13

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.
@@ -2582,6 +2582,12 @@ export declare namespace commands {
2582
2582
  * @i2since 1.4
2583
2583
  */
2584
2584
  readonly copy: CommandId;
2585
+ /**
2586
+ * Gets the identifier of the system command that collapses selected groups in the chart.
2587
+ *
2588
+ * @i2since 1.8
2589
+ */
2590
+ readonly collapseGroups: CommandId;
2585
2591
  /**
2586
2592
  * Gets the identifier of the system command that cuts the selected elements and copies them to the clipboard.
2587
2593
  * @i2since 1.4
@@ -2612,6 +2618,12 @@ export declare namespace commands {
2612
2618
  * @i2since 1.1
2613
2619
  */
2614
2620
  readonly expand: CommandId;
2621
+ /**
2622
+ * Gets the identifier of the system command that expands selected groups in the chart.
2623
+ *
2624
+ * @i2since 1.8
2625
+ */
2626
+ readonly expandGroups: CommandId;
2615
2627
  /**
2616
2628
  * Gets the identifier of the "Export to PDF" system command.
2617
2629
  * @i2since 1.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i2analyze/notebook-sdk",
3
- "version": "1.8.0-dev.12",
3
+ "version": "1.8.0-dev.13",
4
4
  "description": "i2 Notebook SDK",
5
5
  "license": "MIT",
6
6
  "publishConfig": {