@devexperts/dxcharts-lite 2.7.14 → 2.7.16
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.model.js +5 -1
- package/dist/chart/components/chart/price-formatters/__tests__/treasury-price.formatter.test.d.ts +6 -0
- package/dist/chart/components/chart/price-formatters/__tests__/treasury-price.formatter.test.js +94 -0
- package/dist/chart/components/chart/price-formatters/treasury-price.formatter.d.ts +9 -0
- package/dist/chart/components/chart/price-formatters/treasury-price.formatter.js +22 -1
- package/dist/chart/components/grid/grid.component.d.ts +1 -1
- package/dist/chart/components/grid/grid.component.js +2 -2
- package/dist/chart/components/grid/grid.drawer.d.ts +2 -1
- package/dist/chart/components/grid/grid.drawer.js +4 -2
- package/dist/chart/components/pane/pane.component.js +4 -4
- package/dist/chart/components/y_axis/y-axis-base-labels.model.js +4 -2
- package/dist/chart/components/y_axis/y-axis.component.d.ts +2 -1
- package/dist/chart/components/y_axis/y-axis.component.js +3 -1
- package/dist/dxchart.min.js +4 -4
- package/package.json +42 -42
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devexperts/dxcharts-lite",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.16",
|
|
4
4
|
"description": "DXCharts Lite",
|
|
5
5
|
"author": "Devexperts Solutions IE Limited",
|
|
6
6
|
"license": "MPL 2.0",
|
|
@@ -44,51 +44,51 @@
|
|
|
44
44
|
"!(src)/**/*.{js,ts}": "prettier --write"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@types/chai": "
|
|
48
|
-
"@types/color": "
|
|
49
|
-
"@types/glob": "
|
|
50
|
-
"@types/is-glob": "
|
|
51
|
-
"@types/jest": "
|
|
52
|
-
"@types/mocha": "
|
|
53
|
-
"@types/node": "
|
|
54
|
-
"@types/resize-observer-browser": "
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "
|
|
56
|
-
"@typescript-eslint/parser": "
|
|
57
|
-
"chai": "
|
|
58
|
-
"commander": "
|
|
59
|
-
"esbuild": "
|
|
60
|
-
"esbuild-jest": "
|
|
61
|
-
"esbuild-loader": "
|
|
62
|
-
"eslint": "
|
|
47
|
+
"@types/chai": "4.3.20",
|
|
48
|
+
"@types/color": "3.0.6",
|
|
49
|
+
"@types/glob": "8.1.0",
|
|
50
|
+
"@types/is-glob": "4.0.4",
|
|
51
|
+
"@types/jest": "29.5.14",
|
|
52
|
+
"@types/mocha": "10.0.10",
|
|
53
|
+
"@types/node": "18.11.9",
|
|
54
|
+
"@types/resize-observer-browser": "0.1.11",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
56
|
+
"@typescript-eslint/parser": "5.62.0",
|
|
57
|
+
"chai": "4.5.0",
|
|
58
|
+
"commander": "10.0.1",
|
|
59
|
+
"esbuild": "0.25.5",
|
|
60
|
+
"esbuild-jest": "0.5.0",
|
|
61
|
+
"esbuild-loader": "3.2.0",
|
|
62
|
+
"eslint": "8.57.1",
|
|
63
63
|
"eslint-config-prettier": "8.10.0",
|
|
64
|
-
"eslint-plugin-jest": "
|
|
65
|
-
"eslint-plugin-node": "
|
|
66
|
-
"fork-ts-checker-webpack-plugin": "
|
|
67
|
-
"glob": "
|
|
68
|
-
"html-inline-script-webpack-plugin": "
|
|
69
|
-
"html-webpack-plugin": "
|
|
70
|
-
"is-glob": "
|
|
71
|
-
"jest": "
|
|
72
|
-
"jest-canvas-mock": "
|
|
73
|
-
"lint-staged": "
|
|
64
|
+
"eslint-plugin-jest": "27.9.0",
|
|
65
|
+
"eslint-plugin-node": "11.1.0",
|
|
66
|
+
"fork-ts-checker-webpack-plugin": "8.0.0",
|
|
67
|
+
"glob": "8.1.0",
|
|
68
|
+
"html-inline-script-webpack-plugin": "3.2.1",
|
|
69
|
+
"html-webpack-plugin": "5.6.3",
|
|
70
|
+
"is-glob": "4.0.3",
|
|
71
|
+
"jest": "24.9.0",
|
|
72
|
+
"jest-canvas-mock": "2.5.2",
|
|
73
|
+
"lint-staged": "13.3.0",
|
|
74
74
|
"mocha": "9.2.2",
|
|
75
|
-
"node-html-parser": "
|
|
76
|
-
"pinst": "
|
|
77
|
-
"prettier": "
|
|
78
|
-
"puppeteer": "
|
|
79
|
-
"rimraf": "
|
|
80
|
-
"ts-jest": "
|
|
81
|
-
"ts-node": "
|
|
82
|
-
"tslib": "
|
|
83
|
-
"typescript": "
|
|
84
|
-
"webpack": "
|
|
85
|
-
"webpack-cli": "
|
|
86
|
-
"webpack-dev-server": "
|
|
75
|
+
"node-html-parser": "6.1.13",
|
|
76
|
+
"pinst": "3.0.0",
|
|
77
|
+
"prettier": "2.8.8",
|
|
78
|
+
"puppeteer": "19.11.1",
|
|
79
|
+
"rimraf": "3.0.2",
|
|
80
|
+
"ts-jest": "24.3.0",
|
|
81
|
+
"ts-node": "10.9.1",
|
|
82
|
+
"tslib": "2.8.1",
|
|
83
|
+
"typescript": "5.8.3",
|
|
84
|
+
"webpack": "5.99.9",
|
|
85
|
+
"webpack-cli": "5.1.4",
|
|
86
|
+
"webpack-dev-server": "4.15.2"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"color": "
|
|
90
|
-
"date-fns": "
|
|
91
|
-
"rxjs": "
|
|
89
|
+
"color": "4.2.3",
|
|
90
|
+
"date-fns": "2.30.0",
|
|
91
|
+
"rxjs": "7.8.2"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|
|
94
94
|
"rxjs": ">=6.5.2"
|