@boldreports/types 8.1.8 → 9.1.8

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.8",
3
+ "version": "9.1.8",
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.8
3
+ * version : 9.1.8
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
@@ -931,6 +931,16 @@ declare namespace ej {
931
931
  */
932
932
  disableCodeModule?: boolean;
933
933
 
934
+ /** Set the property as false to disable the Ruler in the report design area.
935
+ * @Default {true}
936
+ */
937
+ enableRuler?: boolean;
938
+
939
+ /** Set the property to true to enable the visual appearance of the page margin in the report design area.
940
+ * @Default {false}
941
+ */
942
+ enablePageMargin?: boolean;
943
+
934
944
  // tslint:disable:max-line-length
935
945
  /** Gets or sets the embed token configured with user details, custom attributes, and report parameters to access the Report Server API services, instead of using the service
936
946
  * authorization token.
@@ -1676,6 +1686,11 @@ declare namespace ej {
1676
1686
  * @Default {empty}
1677
1687
  */
1678
1688
  category?: string;
1689
+
1690
+ /** Set the property to false to restrict placing the report item in the header and footer.
1691
+ * @Default {true}
1692
+ */
1693
+ allowHeaderFooter?: boolean;
1679
1694
  }
1680
1695
 
1681
1696
  export interface ToolbarSettings {
@@ -2842,13 +2857,18 @@ This support applicable only in Classic view.
2842
2857
  */
2843
2858
  hideParameterBlock?: boolean;
2844
2859
 
2845
- /** Defines the date time format displayed in the DateTimePicker. By default, the dateTimeFormat value is set as empty.
2860
+ // tslint:disable:max-line-length
2861
+ /** The configuration options allow specifying how the date and time formats are displayed in the DateTimePicker.
2862
+ By default, the dateTimeFormat value is set as empty.
2846
2863
  * @Default {empty}
2847
2864
  */
2865
+ // tslint:enable:max-line-length
2848
2866
  dateTimeFormat?: string;
2849
2867
 
2850
2868
  // tslint:disable:max-line-length
2851
- /** Defines the time format displayed in the time dropdown inside the DateTimePicker popup. By default, the timeDisplayFormat value is set as empty.
2869
+ /** The configuration options allow specifying how the time format is displayed in the time dropdown within the DateTimePicker popup.
2870
+ By default, the timeDisplayFormat value is set as
2871
+ * empty.
2852
2872
  * @Default {empty}
2853
2873
  */
2854
2874
  // tslint:enable:max-line-length
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "8.1.8",
3
+ "version": "9.1.8",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }