@boldreports/types 6.3.30 → 6.3.32
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 : 6.3.
|
|
3
|
+
* version : 6.3.32
|
|
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
|
|
@@ -3028,6 +3028,8 @@ This support applicable only in Classic view.
|
|
|
3028
3028
|
Settings,
|
|
3029
3029
|
//Specifies the LimitRecordSetup as value in ToolbarItems to get specified item.
|
|
3030
3030
|
LimitRecordSetup,
|
|
3031
|
+
//Specifies the AlertIcon as value in ToolbarItems to get specified item.
|
|
3032
|
+
AlertIcon,
|
|
3031
3033
|
//Shows all toolbar items.
|
|
3032
3034
|
All,
|
|
3033
3035
|
}
|