Merge pull request #6183 from DevExpress/master

Update to 15.1.7
This commit is contained in:
Masahiro Wakame
2015-10-12 22:00:45 +09:00
6 changed files with 6579 additions and 10 deletions
@@ -3041,7 +3041,7 @@ declare module DevExpress.ui {
lookup?: {
/** Specifies whether or not a user can nullify values of a lookup column. */
allowClearing?: boolean;
/**
/**
* Specifies the data source providing data for a lookup column.
*/
dataSource?: any;
@@ -3076,9 +3076,6 @@ declare module DevExpress.ui {
showInColumnChooser?: boolean;
/** Specifies the identifier of the column. */
name?: string;
// NOTE https://github.com/borisyankov/DefinitelyTyped/pull/5590
text?: string;
value?: any;
}
export interface dxDataGridOptions extends WidgetOptions {
/** Specifies whether the outer borders of the grid are visible or not. */
@@ -3174,7 +3171,7 @@ declare module DevExpress.ui {
cancel?: string;
}
};
/**
/**
* An array of grid columns.
*/
columns?: dxDataGridColumn[];
@@ -3274,7 +3271,7 @@ declare module DevExpress.ui {
autoExpandAll?: boolean;
/** Specifies the message displayed in a group row when the corresponding group is continued from the previous page. */
groupContinuedMessage?: string;
/**
/**
* Specifies the message displayed in a group row when the corresponding group continues on the next page.
*/
groupContinuesMessage?: string;
@@ -3656,7 +3653,7 @@ declare module DevExpress.ui {
removeRow(rowIndex: number): void;
/** Saves changes made in a grid. */
saveEditData(): void;
/**
/**
* Searches grid records by a search string.
*/
searchByText(text: string): void;
@@ -5955,7 +5952,7 @@ declare module DevExpress.viz.rangeSelector {
behavior?: {
/** Indicates whether or not you can swap sliders. */
allowSlidersSwap?: boolean;
/**
/**
Indicates whether or not animation is enabled.
*/
animationEnabled?: boolean;
@@ -6070,7 +6067,7 @@ Indicates whether or not animation is enabled.
maxRange?: any;
/** Specifies the number of minor ticks between neighboring major ticks. */
minorTickCount?: number;
/**
/**
Specifies an interval between minor ticks.
*/
minorTickInterval?: any;
@@ -1,4 +1,4 @@
/// <reference path="dx.devextreme.d.ts" />
/// <reference path="devextreme.d.ts" />
module Tests.ui {
var dataGridOptions: DevExpress.ui.dxDataGridOptions = {
+6572
View File
File diff suppressed because it is too large Load Diff