@clickview/player 0.0.11-dev.0 → 0.0.11-rc.0
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/dist/en.json +1 -1
- package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +3 -1
- package/dist/libs/shared/src/interfaces/models/User.d.ts +2 -0
- package/dist/libs/shared/src/utils/UserHelper.d.ts +1 -0
- package/dist/player-app.js +2 -2
- package/dist/projects/player/src/plugins/engagement-overlay-plugin/components/engagement-overlay/engagement-overlay-chart-options.d.ts +1 -1
- package/package.json +3 -4
|
@@ -3,5 +3,5 @@ import { Interactive } from 'libs/shared/interfaces';
|
|
|
3
3
|
export declare const STATIC_CHART_OPTIONS: Highcharts.Options;
|
|
4
4
|
export declare function getChartOptions(width: number, height: number): Highcharts.ChartOptions;
|
|
5
5
|
export declare function getYAxisChartOptions(heatMap: number[]): Highcharts.YAxisOptions;
|
|
6
|
-
export declare function getTooltipOptions(interactive
|
|
6
|
+
export declare function getTooltipOptions(interactive: Interactive): Highcharts.TooltipOptions;
|
|
7
7
|
export declare function getPlotOptions(moveTimepointIndicator: (x: number | null) => void): Highcharts.PlotOptions;
|
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clickview/player",
|
|
3
|
-
"version": "0.0.11-
|
|
3
|
+
"version": "0.0.11-rc.0",
|
|
4
4
|
"description": "ClickView Player",
|
|
5
5
|
"main": "dist/player-app.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"start": "set NODE_ENV=development&& webpack -w --config ./tooling/webpack.config.js",
|
|
8
8
|
"build": "set NODE_ENV=production&& webpack --config ./tooling/webpack.config.js",
|
|
9
9
|
"build-font": "set NODE_ENV=development&& npm run start",
|
|
10
|
-
"build-runner": "NODE_ENV=production webpack --config ./tooling/webpack.config.js",
|
|
11
10
|
"dev-build": "set NODE_ENV=development&& webpack --config ./tooling/webpack.config.js",
|
|
12
11
|
"storybook": "start-storybook -s ./.storybook/stories/assets -p 6006",
|
|
13
12
|
"build-storybook": "build-storybook",
|
|
@@ -29,7 +28,7 @@
|
|
|
29
28
|
"@babel/core": "7.11.6",
|
|
30
29
|
"@clickview/eslint-config": "1.0.1",
|
|
31
30
|
"@clickview/player-font": "0.0.12",
|
|
32
|
-
"@clickview/tooling": "0.0.29-
|
|
31
|
+
"@clickview/tooling": "0.0.29-rc.0",
|
|
33
32
|
"@storybook/react": "6.0.26",
|
|
34
33
|
"@types/chromecast-caf-sender": "1.0.3",
|
|
35
34
|
"@types/cropperjs": "1.3.0",
|
|
@@ -43,7 +42,7 @@
|
|
|
43
42
|
"webpack-dev-server": "3.11.0"
|
|
44
43
|
},
|
|
45
44
|
"dependencies": {
|
|
46
|
-
"@clickview/styles": "1.0.22-
|
|
45
|
+
"@clickview/styles": "1.0.22-rc.0",
|
|
47
46
|
"@microsoft/signalr": "5.0.2",
|
|
48
47
|
"cropperjs": "1.5.6",
|
|
49
48
|
"draft-convert": "2.1.10",
|