@myrmidon/gve-core 7.0.12 → 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.
|
@@ -42,7 +42,7 @@ import * as i11 from '@angular/material/progress-bar';
|
|
|
42
42
|
import { MatProgressBarModule } from '@angular/material/progress-bar';
|
|
43
43
|
import { MatSliderModule } from '@angular/material/slider';
|
|
44
44
|
import { MatSlideToggle } from '@angular/material/slide-toggle';
|
|
45
|
-
import { DEFAULT_SETTINGS } from '@myrmidon/gve-snapshot-rendition';
|
|
45
|
+
import { DEFAULT_SETTINGS, GveSnapshotRendition } from '@myrmidon/gve-snapshot-rendition';
|
|
46
46
|
|
|
47
47
|
/**
|
|
48
48
|
* Operation feature set policy.
|
|
@@ -2907,7 +2907,7 @@ class SnapshotEditorComponent {
|
|
|
2907
2907
|
* Called via effect since the element is conditionally rendered.
|
|
2908
2908
|
*/
|
|
2909
2909
|
initRendition(rendition) {
|
|
2910
|
-
|
|
2910
|
+
console.log('GveSnapshotRendition.version:', GveSnapshotRendition.version);
|
|
2911
2911
|
// set initial settings
|
|
2912
2912
|
this.applyRenditionSettings();
|
|
2913
2913
|
// Push data immediately if already available. updateRendition() is called
|