@myrmidon/gve-core 7.0.11 → 7.0.13
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myrmidon/gve-core",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.13",
|
|
4
4
|
"description": "Cadmus - GVE Angular frontend core components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"GVE"
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"@cisstech/nge": "^18.3.0",
|
|
21
21
|
"@myrmidon/ngx-mat-tools": "^2.0.0",
|
|
22
22
|
"@myrmidon/ngx-tools": "^3.0.0",
|
|
23
|
-
"@myrmidon/gve-snapshot-rendition": "^2.0.
|
|
23
|
+
"@myrmidon/gve-snapshot-rendition": "^2.0.5",
|
|
24
24
|
"gsap": "^3.15.0",
|
|
25
|
-
"nanoid": "^5.1.
|
|
25
|
+
"nanoid": "^5.1.16"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"tslib": "^2.3.0"
|
|
@@ -1213,6 +1213,7 @@ declare class SnapshotEditorComponent {
|
|
|
1213
1213
|
private readonly _nanoid;
|
|
1214
1214
|
private _previewing?;
|
|
1215
1215
|
private _stepPickFrozen?;
|
|
1216
|
+
private _currentRunSubscription?;
|
|
1216
1217
|
/**
|
|
1217
1218
|
* Reference to the snapshot rendition web component.
|
|
1218
1219
|
* Using viewChild signal to handle conditionally rendered element -
|