@progress/kendo-charts 2.6.0-dev.202410221457 → 2.6.0-dev.202410221604
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.
|
@@ -47,9 +47,9 @@ export interface GridPattern extends GridPatternOptions {
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
|
-
* Represents the
|
|
50
|
+
* Represents the DotsPattern of the series.
|
|
51
51
|
*/
|
|
52
|
-
export interface
|
|
52
|
+
export interface DotsPattern extends DotsPatternOptions {
|
|
53
53
|
/**
|
|
54
54
|
* The type of the pattern.
|
|
55
55
|
*/
|
|
@@ -64,4 +64,4 @@ export type SeriesPattern =
|
|
|
64
64
|
| CrosshatchPattern
|
|
65
65
|
| DiagonalStripesPattern
|
|
66
66
|
| GridPattern
|
|
67
|
-
|
|
|
67
|
+
| DotsPattern;
|
|
@@ -3,4 +3,4 @@ export { DashType } from './field-types/dash-type';
|
|
|
3
3
|
export { Margin } from './field-types/margin.interface';
|
|
4
4
|
export { Padding } from './field-types/padding.interface';
|
|
5
5
|
export { RenderMode } from './field-types/render-mode';
|
|
6
|
-
export
|
|
6
|
+
export * from './field-types/series-pattern.interface';
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Kendo UI platform-independent Charts library",
|
|
4
4
|
"author": "Progress",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
|
-
"version": "2.6.0-dev.
|
|
6
|
+
"version": "2.6.0-dev.202410221604",
|
|
7
7
|
"main": "dist/npm/main.js",
|
|
8
8
|
"module": "dist/es/main.js",
|
|
9
9
|
"jsnext:main": "dist/es/main.js",
|