@boldreports/types 9.1.15 → 10.1.11
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
package/reports.all/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 10.1.11
|
|
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
|
|
@@ -2862,18 +2862,13 @@ This support applicable only in Classic view.
|
|
|
2862
2862
|
*/
|
|
2863
2863
|
hideParameterBlock?: boolean;
|
|
2864
2864
|
|
|
2865
|
-
|
|
2866
|
-
/** The configuration options allow specifying how the date and time formats are displayed in the DateTimePicker.
|
|
2867
|
-
By default, the dateTimeFormat value is set as empty.
|
|
2865
|
+
/** Defines the date time format displayed in the DateTimePicker. By default, the dateTimeFormat value is set as empty.
|
|
2868
2866
|
* @Default {empty}
|
|
2869
2867
|
*/
|
|
2870
|
-
// tslint:enable:max-line-length
|
|
2871
2868
|
dateTimeFormat?: string;
|
|
2872
2869
|
|
|
2873
2870
|
// tslint:disable:max-line-length
|
|
2874
|
-
/**
|
|
2875
|
-
By default, the timeDisplayFormat value is set as
|
|
2876
|
-
* empty.
|
|
2871
|
+
/** Defines the time format displayed in the time dropdown inside the DateTimePicker popup. By default, the timeDisplayFormat value is set as empty.
|
|
2877
2872
|
* @Default {empty}
|
|
2878
2873
|
*/
|
|
2879
2874
|
// tslint:enable:max-line-length
|