@devexperts/dxcharts-lite 2.7.28 → 2.7.30
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/chart/bootstrap.js +1 -1
- package/dist/chart/components/chart/chart-area-pan.handler.d.ts +6 -0
- package/dist/chart/components/chart/chart-area-pan.handler.js +9 -3
- package/dist/chart/components/cross_tool/cross-tool.model.d.ts +1 -0
- package/dist/chart/components/cross_tool/cross-tool.model.js +8 -1
- package/dist/chart/components/dran-n-drop_helper/drag-n-drop-x.component.d.ts +6 -1
- package/dist/chart/components/dran-n-drop_helper/drag-n-drop-x.component.js +25 -2
- package/dist/chart/components/pane/pane.component.js +9 -2
- package/dist/chart/components/x_axis/x-axis-scale.handler.d.ts +6 -0
- package/dist/chart/components/x_axis/x-axis-scale.handler.js +10 -2
- package/dist/chart/components/x_axis/x-axis.component.d.ts +3 -1
- package/dist/chart/components/x_axis/x-axis.component.js +8 -2
- package/dist/chart/components/y_axis/price_labels/price-label.drawer.js +1 -1
- package/dist/chart/components/y_axis/price_labels/y-axis-labels.model.js +6 -3
- package/dist/chart/components/y_axis/y-axis-labels.drawer.d.ts +8 -1
- package/dist/chart/components/y_axis/y-axis-labels.drawer.js +1 -1
- package/dist/chart/inputhandlers/hover-producer.component.d.ts +4 -0
- package/dist/chart/inputhandlers/hover-producer.component.js +47 -14
- package/dist/chart/model/scale.model.d.ts +2 -6
- package/dist/chart/model/scaling/viewport.model.d.ts +2 -0
- package/dist/chart/utils/__tests__/canvas-lower-hover-strip.utils.test.d.ts +6 -0
- package/dist/chart/utils/__tests__/canvas-lower-hover-strip.utils.test.js +34 -0
- package/dist/chart/utils/canvas/canvas-drawing-functions.utils.d.ts +1 -1
- package/dist/chart/utils/canvas/canvas-drawing-functions.utils.js +4 -1
- package/dist/chart/utils/canvas-lower-hover-strip.utils.d.ts +17 -0
- package/dist/chart/utils/canvas-lower-hover-strip.utils.js +20 -0
- package/dist/dxchart.min.js +4 -4
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devexperts/dxcharts-lite",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.30",
|
|
4
4
|
"description": "DXCharts Lite",
|
|
5
5
|
"author": "Devexperts Solutions IE Limited",
|
|
6
6
|
"license": "MPL 2.0",
|
|
@@ -46,22 +46,22 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/chai": "5.2.3",
|
|
49
|
-
"@types/color": "4.2.
|
|
49
|
+
"@types/color": "4.2.1",
|
|
50
50
|
"@types/is-glob": "4.0.4",
|
|
51
51
|
"@types/jest": "30.0.0",
|
|
52
52
|
"@types/mocha": "10.0.10",
|
|
53
|
-
"@types/node": "24.
|
|
53
|
+
"@types/node": "24.12.2",
|
|
54
54
|
"@types/resize-observer-browser": "0.1.11",
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
56
|
-
"@typescript-eslint/parser": "8.
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "8.58.1",
|
|
56
|
+
"@typescript-eslint/parser": "8.58.1",
|
|
57
57
|
"chai": "6.2.2",
|
|
58
58
|
"commander": "14.0.3",
|
|
59
|
-
"esbuild": "0.
|
|
59
|
+
"esbuild": "0.28.0",
|
|
60
60
|
"esbuild-jest": "0.5.0",
|
|
61
|
-
"esbuild-loader": "4.4.
|
|
62
|
-
"eslint": "9.39.
|
|
61
|
+
"esbuild-loader": "4.4.3",
|
|
62
|
+
"eslint": "9.39.4",
|
|
63
63
|
"eslint-config-prettier": "10.1.8",
|
|
64
|
-
"eslint-plugin-jest": "29.15.
|
|
64
|
+
"eslint-plugin-jest": "29.15.2",
|
|
65
65
|
"eslint-plugin-node": "11.1.0",
|
|
66
66
|
"fork-ts-checker-webpack-plugin": "9.1.0",
|
|
67
67
|
"glob": "13.0.6",
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
"jest": "30.3.0",
|
|
72
72
|
"jest-canvas-mock": "2.5.2",
|
|
73
73
|
"jest-environment-jsdom": "30.3.0",
|
|
74
|
-
"lint-staged": "16.
|
|
74
|
+
"lint-staged": "16.4.0",
|
|
75
75
|
"mocha": "11.7.5",
|
|
76
76
|
"node-html-parser": "7.1.0",
|
|
77
77
|
"pinst": "3.0.0",
|
|
78
|
-
"prettier": "3.8.
|
|
79
|
-
"puppeteer": "24.
|
|
78
|
+
"prettier": "3.8.2",
|
|
79
|
+
"puppeteer": "24.40.0",
|
|
80
80
|
"rimraf": "6.1.3",
|
|
81
|
-
"ts-jest": "29.4.
|
|
81
|
+
"ts-jest": "29.4.9",
|
|
82
82
|
"ts-node": "10.9.2",
|
|
83
83
|
"tslib": "2.8.1",
|
|
84
84
|
"typescript": "5.9.3",
|
|
85
|
-
"webpack": "5.
|
|
85
|
+
"webpack": "5.106.1",
|
|
86
86
|
"webpack-cli": "6.0.1",
|
|
87
87
|
"webpack-dev-server": "5.2.3"
|
|
88
88
|
},
|