@boldreports/types 8.1.5 → 8.1.6

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": "8.1.5",
3
+ "version": "8.1.6",
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 : 8.1.5
3
+ * version : 8.1.6
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
@@ -1726,6 +1726,8 @@ declare namespace ej {
1726
1726
  CSV,
1727
1727
  //Specifies the XML property in ExportOptions to get XML option.
1728
1728
  XML,
1729
+ //Specifies the TXT property in ExportOptions to get TXT option.
1730
+ TXT,
1729
1731
  //Specifies the customItems property in ExportOptions to get customItems option.
1730
1732
  CustomItems,
1731
1733
  }
@@ -2938,6 +2940,8 @@ This support applicable only in Classic view.
2938
2940
  CSV,
2939
2941
  //Specifies the XML property in ExportOptions to get XML option.
2940
2942
  XML,
2943
+ //Specifies the TXT property in ExportOptions to get TXT option.
2944
+ TXT,
2941
2945
  //Specifies the customItems property in ExportOptions to get customItems option.
2942
2946
  CustomItems,
2943
2947
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "8.1.5",
3
+ "version": "8.1.6",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }