entcore 4.4.0-dev.0 → 4.4.0-dev.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "entcore",
3
- "version": "4.4.0-dev.0",
3
+ "version": "4.4.0-dev.3",
4
4
  "description": "",
5
5
  "main": "gulpfile.js",
6
6
  "types": "./types/src/ts/entcore.d.ts",
@@ -45,7 +45,7 @@
45
45
  </div>
46
46
  <div class="img container video" ng-switch-when="video"
47
47
  ng-style="{'background-image': videoThumbUrl(document)}">
48
- <i class="[[document.role()]]-large"></i>
48
+ <svg class="icon-video" width="48" height="48"><use xlink:href="/workspace/public/img/illustrations.svg#icon-play"></use></svg>
49
49
  </div>
50
50
  <div class="img container" ng-switch-default>
51
51
  <i class="[[document.role()]]-large"></i>
@@ -2,10 +2,7 @@
2
2
  * This utility class allows sending usage data events to the server.
3
3
  */
4
4
  export declare class VideoEventTrackerService {
5
- cleanup: {
6
- elem: HTMLVideoElement;
7
- cb: (this: HTMLVideoElement, ev: Event) => any;
8
- }[];
5
+ private cleanup;
9
6
  /**
10
7
  * Generates a new FormData containing generic video tracking metadata :
11
8
  * - device,