mirador-annotation-editor-video 0.0.19 → 0.0.20
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.
|
@@ -47,8 +47,6 @@ function mapStateToProps(state, {
|
|
|
47
47
|
} else {
|
|
48
48
|
_playerReferences.playerReferences.init(state, windowId, _OSDReferences.OSDReferences, actions);
|
|
49
49
|
}
|
|
50
|
-
console.log('overlay :', _playerReferences.playerReferences.getOverlay());
|
|
51
|
-
console.log('mediaType :', _playerReferences.playerReferences.getMediaType());
|
|
52
50
|
// This could be removed but it's serve the useEffect in AnnotationForm for now.
|
|
53
51
|
let annotation = (0, _annotations.getPresentAnnotationsOnSelectedCanvases)(state, {
|
|
54
52
|
windowId
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mirador-annotation-editor-video",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"description": "Mirador 4 plugin wrapping Mirador Annotation Editor plugin and adding video annotation support",
|
|
5
5
|
"main": "es/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@mui/icons-material": "^5.11.16",
|
|
26
26
|
"mirador": "npm:mirador-video@1.0.14",
|
|
27
|
-
"mirador-annotations": "npm:mirador-annotation-editor@1.0.
|
|
27
|
+
"mirador-annotations": "npm:mirador-annotation-editor@1.0.64"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"lodash": "^4.17.11",
|
|
@@ -30,8 +30,6 @@ function mapStateToProps(state, { id: companionWindowId, windowId }) {
|
|
|
30
30
|
}else{
|
|
31
31
|
playerReferences.init(state, windowId,OSDReferences, actions);
|
|
32
32
|
}
|
|
33
|
-
console.log('overlay :',playerReferences.getOverlay())
|
|
34
|
-
console.log('mediaType :', playerReferences.getMediaType())
|
|
35
33
|
// This could be removed but it's serve the useEffect in AnnotationForm for now.
|
|
36
34
|
let annotation = getPresentAnnotationsOnSelectedCanvases(state, { windowId })
|
|
37
35
|
.flatMap((annoPage) => annoPage.json.items || [])
|