@boldreports/types 9.1.7 → 9.1.9

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": "9.1.7",
3
+ "version": "9.1.9",
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 : 9.1.7
3
+ * version : 9.1.9
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
@@ -2857,13 +2857,18 @@ This support applicable only in Classic view.
2857
2857
  */
2858
2858
  hideParameterBlock?: boolean;
2859
2859
 
2860
- /** 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.
2861
2863
  * @Default {empty}
2862
2864
  */
2865
+ // tslint:enable:max-line-length
2863
2866
  dateTimeFormat?: string;
2864
2867
 
2865
2868
  // tslint:disable:max-line-length
2866
- /** 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.
2867
2872
  * @Default {empty}
2868
2873
  */
2869
2874
  // tslint:enable:max-line-length
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "9.1.7",
3
+ "version": "9.1.9",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }