@i2analyze/notebook-sdk 1.8.0-dev.14 → 1.8.0-dev.16

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.
@@ -2774,6 +2774,11 @@ export declare namespace commands {
2774
2774
  * @i2since 1.8
2775
2775
  */
2776
2776
  readonly ungroupNodes: CommandId;
2777
+ /**
2778
+ * Gets the identifier of the system command that toggles the Time Wheel UI.
2779
+ * @i2since 1.8
2780
+ */
2781
+ readonly toggleTimeWheel: CommandId;
2777
2782
  }
2778
2783
  /**
2779
2784
  * A lookup table for the identifiers of the system action groups in the Home tab.
@@ -3348,6 +3353,14 @@ export declare namespace data {
3348
3353
  * @i2since 1.0
3349
3354
  */
3350
3355
  readonly size: number;
3356
+ /**
3357
+ * Executes firstOrDefault to see if the collection has any elements. If the collection has elements, returns false.
3358
+ * Otherwise, returns true.
3359
+ *
3360
+ * @returns A boolean indicating whether the collection is empty.
3361
+ * @i2since 1.8
3362
+ */
3363
+ isEmpty(): boolean;
3351
3364
  }
3352
3365
  /**
3353
3366
  * A non-modifiable collection of objects, with efficient lookup by key.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i2analyze/notebook-sdk",
3
- "version": "1.8.0-dev.14",
3
+ "version": "1.8.0-dev.16",
4
4
  "description": "i2 Notebook SDK",
5
5
  "license": "MIT",
6
6
  "publishConfig": {