ids-enterprise-typings 19.4.0 → 20.0.0
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.
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* See the jQuery control for the defaults.
|
|
17
17
|
*/
|
|
18
18
|
interface SohoAboutOptions {
|
|
19
|
-
/** The
|
|
19
|
+
/** The Application Name to display in the heading */
|
|
20
20
|
appName?: string;
|
|
21
21
|
|
|
22
22
|
/** Additional Text content to display at the top of the about dialog */
|
|
@@ -66,6 +66,9 @@ interface SohoColumnOptions {
|
|
|
66
66
|
* right: 'Right axis label', bottom: 'Bottom axis label'}` */
|
|
67
67
|
axisLabels?: any;
|
|
68
68
|
|
|
69
|
+
/** Option to adjust the data group bar stacked position. */
|
|
70
|
+
stackedTransformX?: number;
|
|
71
|
+
|
|
69
72
|
/** If true no dots are shown. */
|
|
70
73
|
hideDots?: boolean;
|
|
71
74
|
|
|
@@ -1252,7 +1252,7 @@ interface SohoDataGridStatic {
|
|
|
1252
1252
|
|
|
1253
1253
|
exportToExcel(fileName: string, worksheetName: string | null | undefined, customDs: Object[] | null | undefined): void;
|
|
1254
1254
|
|
|
1255
|
-
exportToCsv(fileName: string, customDs: Object[], separator: string, format?: boolean): void;
|
|
1255
|
+
exportToCsv(fileName: string, customDs: Object[], separator: string | object, format?: boolean): void;
|
|
1256
1256
|
|
|
1257
1257
|
/**
|
|
1258
1258
|
* Returns an array of all the rows in the grid marked as dirty.
|