@i2analyze/notebook-sdk 1.8.0-dev.17 → 1.8.0-dev.18

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.
@@ -2642,6 +2642,21 @@ export declare namespace commands {
2642
2642
  * @i2since 1.0
2643
2643
  */
2644
2644
  readonly layoutPeacock: CommandId;
2645
+ /**
2646
+ * Gets the identifier of the system command that performs a circular layout.
2647
+ * @i2since 1.8
2648
+ */
2649
+ readonly layoutCircular: CommandId;
2650
+ /**
2651
+ * Gets the identifier of the system command that performs an organizational layout.
2652
+ * @i2since 1.8
2653
+ */
2654
+ readonly layoutOrganizational: CommandId;
2655
+ /**
2656
+ * Gets the identifier of the system command that performs a minimize crossed links layout.
2657
+ * @i2since 1.8
2658
+ */
2659
+ readonly layoutMinimizeCrossedLinks: CommandId;
2645
2660
  /**
2646
2661
  * Gets the identifier of the system command that maximizes selected groups in the chart.
2647
2662
  *
@@ -2741,6 +2756,11 @@ export declare namespace commands {
2741
2756
  * @i2since 1.3
2742
2757
  */
2743
2758
  readonly toggleLists: CommandId;
2759
+ /**
2760
+ * Gets the identifier of the system command that toggles the list most connected UI.
2761
+ * @i2since 1.8
2762
+ */
2763
+ readonly toggleListMostConnected: CommandId;
2744
2764
  /**
2745
2765
  * Gets the identifier of the system command that toggles the map UI.
2746
2766
  * @i2since 1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i2analyze/notebook-sdk",
3
- "version": "1.8.0-dev.17",
3
+ "version": "1.8.0-dev.18",
4
4
  "description": "i2 Notebook SDK",
5
5
  "license": "MIT",
6
6
  "publishConfig": {