@i2analyze/notebook-sdk 1.8.0-dev.16 → 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
  *
@@ -2704,6 +2719,13 @@ export declare namespace commands {
2704
2719
  * @i2since 1.2
2705
2720
  */
2706
2721
  readonly selectInvert: CommandId;
2722
+ /**
2723
+ * Gets the identifier of the system command that selects united items.
2724
+ *
2725
+ * @remarks A united item is a entity or link that contains multiple records.
2726
+ * @i2since 1.8
2727
+ */
2728
+ readonly selectUnitedItems: CommandId;
2707
2729
  /**
2708
2730
  * Gets the identifier of the system command that allows users to share records with each other.
2709
2731
  * @i2since 1.3
@@ -2734,6 +2756,11 @@ export declare namespace commands {
2734
2756
  * @i2since 1.3
2735
2757
  */
2736
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;
2737
2764
  /**
2738
2765
  * Gets the identifier of the system command that toggles the map UI.
2739
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.16",
3
+ "version": "1.8.0-dev.18",
4
4
  "description": "i2 Notebook SDK",
5
5
  "license": "MIT",
6
6
  "publishConfig": {