@devexperts/dxcharts-lite 2.7.10 → 2.7.12
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/__tests__/env.js +2 -2
- package/dist/chart/canvas/canvas-bounds-container.js +1 -2
- package/dist/chart/canvas/chart-elements.d.ts +1 -1
- package/dist/chart/chart.config.js +2 -2
- package/dist/chart/chart.js +2 -1
- package/dist/chart/components/chart/chart.component.js +2 -0
- package/dist/chart/components/chart/chart.model.d.ts +1 -1
- package/dist/chart/components/chart/price-formatters/treasury-price.formatter.d.ts +1 -0
- package/dist/chart/components/chart/price-formatters/treasury-price.formatter.js +1 -0
- package/dist/chart/components/labels_generator/numeric-axis-labels.generator.d.ts +3 -3
- package/dist/chart/components/labels_generator/numeric-axis-labels.generator.js +2 -4
- package/dist/chart/components/pane/extent/y-extent-component.d.ts +1 -1
- package/dist/chart/components/pane/extent/y-extent-component.js +11 -1
- package/dist/chart/components/pane/pane.component.d.ts +2 -2
- package/dist/chart/components/volumes/separate-volumes.component.js +1 -2
- package/dist/chart/components/x_axis/time/parser/time-formats.model.d.ts +3 -3
- package/dist/chart/components/x_axis/x-axis-labels.generator.d.ts +8 -13
- package/dist/chart/components/x_axis/x-axis-labels.generator.js +87 -23
- package/dist/chart/components/x_axis/x-axis.component.js +12 -5
- package/dist/chart/components/y_axis/numeric-y-axis-labels.generator.d.ts +2 -1
- package/dist/chart/components/y_axis/numeric-y-axis-labels.generator.js +7 -2
- package/dist/chart/drawers/data-series-drawers/difference-cloud.drawer.d.ts +1 -1
- package/dist/chart/drawers/data-series-drawers/linear-trend.drawer.d.ts +12 -0
- package/dist/chart/drawers/data-series-drawers/linear-trend.drawer.js +42 -0
- package/dist/chart/inputhandlers/hover-producer.component.d.ts +1 -1
- package/dist/chart/inputlisteners/canvas-input-listener.component.js +1 -2
- package/dist/chart/model/data-series-view.d.ts +1 -1
- package/dist/chart/model/data-series.config.d.ts +1 -1
- package/dist/chart/model/data-series.model.d.ts +5 -5
- package/dist/chart/model/data-series.model.js +3 -2
- package/dist/chart/model/scaling/constrait.functions.d.ts +6 -6
- package/dist/chart/utils/array.utils.d.ts +5 -5
- package/dist/chart/utils/candles.utils.d.ts +2 -2
- package/dist/chart/utils/performance/memoize.utils.d.ts +1 -1
- package/dist/chart/utils/price-increments.utils.js +1 -2
- package/dist/dxchart.min.js +6 -6
- package/package.json +31 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devexperts/dxcharts-lite",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.12",
|
|
4
4
|
"description": "DXCharts Lite",
|
|
5
5
|
"author": "Devexperts Solutions IE Limited",
|
|
6
6
|
"license": "MPL 2.0",
|
|
@@ -33,8 +33,6 @@
|
|
|
33
33
|
"//<----utils---->": "utility scripts",
|
|
34
34
|
"clean": "yarn clean_dist && rimraf ./node_modules",
|
|
35
35
|
"clean_dist": "rimraf ./dist",
|
|
36
|
-
"//<-----husky stuff------->": "these scripts are needed for husky compatibility with yarn@3.x.x",
|
|
37
|
-
"prepare": "husky install",
|
|
38
36
|
"prepack": "pinst --disable",
|
|
39
37
|
"postpack": "pinst --enable"
|
|
40
38
|
},
|
|
@@ -46,51 +44,51 @@
|
|
|
46
44
|
"!(src)/**/*.{js,ts}": "prettier --write"
|
|
47
45
|
},
|
|
48
46
|
"devDependencies": {
|
|
49
|
-
"@types/chai": "^4.3.
|
|
50
|
-
"@types/color": "^3.0.
|
|
51
|
-
"@types/glob": "^8.
|
|
52
|
-
"@types/is-glob": "^4.0.
|
|
53
|
-
"@types/jest": "^29.
|
|
54
|
-
"@types/mocha": "^10.0.
|
|
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",
|
|
55
53
|
"@types/node": "^18.11.9",
|
|
56
|
-
"@types/resize-observer-browser": "^0.1.
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
58
|
-
"@typescript-eslint/parser": "^5.
|
|
59
|
-
"chai": "^4.
|
|
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",
|
|
60
58
|
"commander": "^10.0.1",
|
|
61
|
-
"esbuild": "^0.
|
|
59
|
+
"esbuild": "^0.25.5",
|
|
62
60
|
"esbuild-jest": "^0.5.0",
|
|
63
|
-
"esbuild-loader": "^3.0
|
|
64
|
-
"eslint": "^8.
|
|
65
|
-
"eslint-config-prettier": "^8.
|
|
66
|
-
"eslint-plugin-jest": "^27.
|
|
61
|
+
"esbuild-loader": "^3.2.0",
|
|
62
|
+
"eslint": "^8.57.1",
|
|
63
|
+
"eslint-config-prettier": "^8.10.0",
|
|
64
|
+
"eslint-plugin-jest": "^27.9.0",
|
|
67
65
|
"eslint-plugin-node": "^11.1.0",
|
|
68
66
|
"fork-ts-checker-webpack-plugin": "^8.0.0",
|
|
69
|
-
"glob": "^8.0
|
|
70
|
-
"html-inline-script-webpack-plugin": "^3.1
|
|
71
|
-
"html-webpack-plugin": "^5.3
|
|
72
|
-
"husky": "^8.0.2",
|
|
67
|
+
"glob": "^8.1.0",
|
|
68
|
+
"html-inline-script-webpack-plugin": "^3.2.1",
|
|
69
|
+
"html-webpack-plugin": "^5.6.3",
|
|
73
70
|
"is-glob": "^4.0.3",
|
|
74
71
|
"jest": "^24.9.0",
|
|
75
72
|
"jest-canvas-mock": "^2.5.2",
|
|
76
|
-
"lint-staged": "^13.0
|
|
77
|
-
"mocha": "9.2.
|
|
78
|
-
"node-html-parser": "^6.1.
|
|
73
|
+
"lint-staged": "^13.3.0",
|
|
74
|
+
"mocha": "9.2.2",
|
|
75
|
+
"node-html-parser": "^6.1.13",
|
|
79
76
|
"pinst": "^3.0.0",
|
|
80
|
-
"prettier": "^2.8.
|
|
81
|
-
"puppeteer": "^19.
|
|
82
|
-
"rimraf": "^3.0.
|
|
83
|
-
"ts-jest": "^24.
|
|
77
|
+
"prettier": "^2.8.8",
|
|
78
|
+
"puppeteer": "^19.11.1",
|
|
79
|
+
"rimraf": "^3.0.2",
|
|
80
|
+
"ts-jest": "^24.3.0",
|
|
84
81
|
"ts-node": "^10.9.1",
|
|
85
|
-
"
|
|
86
|
-
"
|
|
82
|
+
"tslib": "^2.8.1",
|
|
83
|
+
"typescript": "^5.8.3",
|
|
84
|
+
"webpack": "^5.99.9",
|
|
87
85
|
"webpack-cli": "^5.1.4",
|
|
88
|
-
"webpack-dev-server": "^4.15.
|
|
86
|
+
"webpack-dev-server": "^4.15.2"
|
|
89
87
|
},
|
|
90
88
|
"dependencies": {
|
|
91
89
|
"color": "^4.2.3",
|
|
92
90
|
"date-fns": "^2.30.0",
|
|
93
|
-
"rxjs": "^7.
|
|
91
|
+
"rxjs": "^7.8.2"
|
|
94
92
|
},
|
|
95
93
|
"peerDependencies": {
|
|
96
94
|
"rxjs": ">=6.5.2"
|