@i2analyze/notebook-sdk 1.8.0-dev.2 → 1.8.0-dev.3

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.
@@ -2502,7 +2502,7 @@ export declare namespace commands {
2502
2502
  */
2503
2503
  readonly addToMap: CommandId;
2504
2504
  /**
2505
- * Gets the identifier of the system command opens the chart settings dialog.
2505
+ * Gets the identifier of the system command that opens the chart settings dialog.
2506
2506
  * @i2since 1.5
2507
2507
  */
2508
2508
  readonly chartSettings: CommandId;
@@ -2521,6 +2521,11 @@ export declare namespace commands {
2521
2521
  * @i2since 1.0
2522
2522
  */
2523
2523
  readonly deleteSelected: CommandId;
2524
+ /**
2525
+ * Gets the identifier of the system command that allows users to download records in Excel format.
2526
+ * @i2since 1.6
2527
+ */
2528
+ readonly downloadRecords: CommandId;
2524
2529
  /**
2525
2530
  * Gets the identifier of the system command that performs a one-level expand operation on the current selection.
2526
2531
  * @i2since 1.1
@@ -2536,6 +2541,11 @@ export declare namespace commands {
2536
2541
  * @i2since 1.0
2537
2542
  */
2538
2543
  readonly getPaths: CommandId;
2544
+ /**
2545
+ * Gets the identifier of the system command that adds selected nodes to a group.
2546
+ * @i2since 1.8
2547
+ */
2548
+ readonly groupNodes: CommandId;
2539
2549
  /**
2540
2550
  * Gets the identifier of the system command that performs a grouped layout.
2541
2551
  * @i2since 1.0
@@ -2657,10 +2667,10 @@ export declare namespace commands {
2657
2667
  */
2658
2668
  readonly undo: CommandId;
2659
2669
  /**
2660
- * Gets the identifier of the system command that allows users to download records in Excel format.
2661
- * @i2since 1.6
2670
+ * Gets the identifier of the system command that removes selected nodes from their group.
2671
+ * @i2since 1.8
2662
2672
  */
2663
- readonly downloadRecords: CommandId;
2673
+ readonly ungroupNodes: CommandId;
2664
2674
  }
2665
2675
  /**
2666
2676
  * A lookup table for the identifiers of the system action groups in the Home tab.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i2analyze/notebook-sdk",
3
- "version": "1.8.0-dev.2",
3
+ "version": "1.8.0-dev.3",
4
4
  "description": "i2 Notebook SDK",
5
5
  "license": "MIT",
6
6
  "publishConfig": {