@myrmidon/gve-core 0.0.2 → 0.0.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.
@@ -13,8 +13,10 @@ export declare class SnapshotEditorComponent implements OnInit {
13
13
  private _api;
14
14
  private _dialogService;
15
15
  private _snackbar;
16
+ private readonly _nanoid;
16
17
  private _snapshot?;
17
18
  private _renderer?;
19
+ private _previewing?;
18
20
  /**
19
21
  * The snapshot to edit.
20
22
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrmidon/gve-core",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Cadmus - GVE frontend core components.",
5
5
  "keywords": [
6
6
  "GVE"