@boldreports/types 10.1.21 → 11.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "10.1.21",
3
+ "version": "11.1.10",
4
4
  "description": "TypeScript definitions for Bold Reports",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * filename: index.d.ts
3
- * version : 10.1.21
3
+ * version : 11.1.10
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1641,17 +1641,17 @@ declare namespace ej {
1641
1641
  */
1642
1642
  zoomFactor?: number;
1643
1643
 
1644
- /** Enables and disables tooltips for all y-axis values when hovering over a point on the x-axis.
1645
- * @Default {false}
1646
- */
1647
- enableCrossAxisTooltip?: boolean;
1648
-
1649
1644
  // tslint:disable:max-line-length
1650
1645
  /** Set the property value as true to enable the cross domain cookies exchange for sticking the user's session in cross domain request.
1651
1646
  * @Default {false}
1652
1647
  */
1653
1648
  // tslint:enable:max-line-length
1654
1649
  enableCrossDomainCookies?: boolean;
1650
+
1651
+ /** Enables and disables tooltips for all y-axis values when hovering over a point on the x-axis.
1652
+ * @Default {false}
1653
+ */
1654
+ enableCrossAxisTooltip?: boolean;
1655
1655
  }
1656
1656
 
1657
1657
  export interface ReportDataExtension {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "10.1.21",
3
+ "version": "11.1.10",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }