igniteui-angular-data-grids 21.0.0-beta.0 → 21.0.1-beta.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.
- package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -25,6 +25,11 @@ export interface CheckboxListExternal {
|
|
|
25
25
|
rowHoverBackgroundColor: Brush;
|
|
26
26
|
searchIconColor: Brush;
|
|
27
27
|
searchTextColor: Brush;
|
|
28
|
+
selectAllCaptionTextColor: Brush;
|
|
29
|
+
checkboxUncheckedBackgroundColor: Brush;
|
|
30
|
+
checkboxUncheckedBorderColor: Brush;
|
|
31
|
+
checkboxCheckedBackgroundColor: Brush;
|
|
32
|
+
checkboxCheckedBorderColor: Brush;
|
|
28
33
|
checkboxAlignedRight: boolean;
|
|
29
34
|
labelClickTriggersChange: boolean;
|
|
30
35
|
defaultIconDataTemplate: DataTemplate;
|
|
@@ -35,6 +40,7 @@ export interface CheckboxListExternal {
|
|
|
35
40
|
refresh(): void;
|
|
36
41
|
indexType: CheckboxListExternalIndexType;
|
|
37
42
|
getDesiredSize(a: Size): Size;
|
|
43
|
+
gridColumnProvider: any;
|
|
38
44
|
}
|
|
39
45
|
/**
|
|
40
46
|
* @hidden
|
|
@@ -17,6 +17,7 @@ import { ScrollbarStyle } from "igniteui-angular-core";
|
|
|
17
17
|
import { CheckboxListKeysClearedEventArgs } from "./CheckboxListKeysClearedEventArgs";
|
|
18
18
|
import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
|
|
19
19
|
import { DataGridCellEventArgs } from "./DataGridCellEventArgs";
|
|
20
|
+
import { DataGridColumn } from "./DataGridColumn";
|
|
20
21
|
import { CheckboxListIndexTypeChangedEventArgs } from "./CheckboxListIndexTypeChangedEventArgs";
|
|
21
22
|
import { CheckboxListVisualModelExport } from "igniteui-angular-inputs";
|
|
22
23
|
import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEventArgs";
|
|
@@ -78,28 +79,28 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
78
79
|
private _view;
|
|
79
80
|
get view(): CheckboxListView;
|
|
80
81
|
set view(a: CheckboxListView);
|
|
81
|
-
|
|
82
|
-
private
|
|
83
|
-
private aj;
|
|
84
|
-
private ah;
|
|
82
|
+
g: DataGrid;
|
|
83
|
+
private k;
|
|
85
84
|
private ak;
|
|
86
85
|
private ai;
|
|
86
|
+
private al;
|
|
87
|
+
private aj;
|
|
87
88
|
private d;
|
|
88
|
-
private ar;
|
|
89
|
-
private c;
|
|
90
|
-
private u;
|
|
91
|
-
private w;
|
|
92
|
-
get x(): XInputGroup;
|
|
93
|
-
set x(a: XInputGroup);
|
|
94
|
-
get v(): XInput;
|
|
95
|
-
set v(a: XInput);
|
|
96
89
|
private as;
|
|
97
|
-
|
|
98
|
-
|
|
90
|
+
private c;
|
|
91
|
+
private v;
|
|
92
|
+
private x;
|
|
93
|
+
get y(): XInputGroup;
|
|
94
|
+
set y(a: XInputGroup);
|
|
95
|
+
get w(): XInput;
|
|
96
|
+
set w(a: XInput);
|
|
97
|
+
private at;
|
|
98
|
+
static readonly fk: Brush;
|
|
99
|
+
static readonly cs: string;
|
|
99
100
|
private get e();
|
|
100
|
-
private
|
|
101
|
-
private get
|
|
102
|
-
private
|
|
101
|
+
private aq;
|
|
102
|
+
private get ar();
|
|
103
|
+
private h;
|
|
103
104
|
get keys(): GridSelectedKeysCollection;
|
|
104
105
|
private a;
|
|
105
106
|
get primaryKey(): string[];
|
|
@@ -110,186 +111,190 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
110
111
|
addSelectedKey(a: string[], b: any[]): void;
|
|
111
112
|
insertSelectedKey(a: number, b: string[], c: any[]): void;
|
|
112
113
|
removeSelectedKeyAt(a: number): void;
|
|
113
|
-
private
|
|
114
|
-
private
|
|
114
|
+
private d5;
|
|
115
|
+
private d6;
|
|
115
116
|
selectedKeyAdded: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
116
|
-
private
|
|
117
|
+
private dz;
|
|
117
118
|
selectedKeyRemoved: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
118
|
-
private
|
|
119
|
+
private d0;
|
|
119
120
|
checkedChanged: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
120
121
|
labelClicked: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
121
|
-
|
|
122
|
+
du(a: number, b: boolean): void;
|
|
122
123
|
notifySizeChanged(): void;
|
|
123
|
-
private
|
|
124
|
+
private av;
|
|
124
125
|
onAttachedToUI(): void;
|
|
125
126
|
onDetachedFromUI(): void;
|
|
127
|
+
private df;
|
|
126
128
|
private de;
|
|
127
|
-
private
|
|
128
|
-
private at;
|
|
129
|
+
private au;
|
|
129
130
|
destroy(): void;
|
|
130
|
-
get
|
|
131
|
+
get a0(): boolean;
|
|
131
132
|
provideContainer(a: DomRenderer, b: DataGrid, c: any): void;
|
|
132
|
-
private
|
|
133
|
+
private dh;
|
|
133
134
|
provideSelectAllSection(a: any): void;
|
|
134
|
-
|
|
135
|
-
private
|
|
136
|
-
private
|
|
137
|
-
private
|
|
138
|
-
|
|
139
|
-
private
|
|
135
|
+
dg(a: any, b: DataGridCellEventArgs): void;
|
|
136
|
+
private dp;
|
|
137
|
+
private da;
|
|
138
|
+
private ej;
|
|
139
|
+
dw(a: string): void;
|
|
140
|
+
private bl;
|
|
140
141
|
get itemsSource(): any;
|
|
141
142
|
set itemsSource(a: any);
|
|
142
|
-
private
|
|
143
|
+
private bp;
|
|
143
144
|
get dataMemberPath(): string;
|
|
144
145
|
set dataMemberPath(a: string);
|
|
145
|
-
private
|
|
146
|
-
get
|
|
147
|
-
set
|
|
148
|
-
private
|
|
149
|
-
get
|
|
150
|
-
set
|
|
151
|
-
private bq;
|
|
152
|
-
get ch(): string;
|
|
153
|
-
set ch(a: string);
|
|
146
|
+
private bk;
|
|
147
|
+
get bm(): any;
|
|
148
|
+
set bm(a: any);
|
|
149
|
+
private bt;
|
|
150
|
+
get c3(): string;
|
|
151
|
+
set c3(a: string);
|
|
154
152
|
private br;
|
|
153
|
+
get ci(): string;
|
|
154
|
+
set ci(a: string);
|
|
155
|
+
private bs;
|
|
155
156
|
get selectedMemberPath(): string;
|
|
156
157
|
set selectedMemberPath(a: string);
|
|
157
|
-
private
|
|
158
|
-
get
|
|
159
|
-
set
|
|
160
|
-
private
|
|
161
|
-
get
|
|
162
|
-
set
|
|
163
|
-
private
|
|
164
|
-
get
|
|
165
|
-
set
|
|
166
|
-
get
|
|
167
|
-
private
|
|
168
|
-
get
|
|
169
|
-
set
|
|
170
|
-
private
|
|
158
|
+
private bq;
|
|
159
|
+
get cb(): string;
|
|
160
|
+
set cb(a: string);
|
|
161
|
+
private z;
|
|
162
|
+
get aa(): InputGroupDisplayType;
|
|
163
|
+
set aa(a: InputGroupDisplayType);
|
|
164
|
+
private bg;
|
|
165
|
+
get bj(): number;
|
|
166
|
+
set bj(a: number);
|
|
167
|
+
get bh(): number;
|
|
168
|
+
private am;
|
|
169
|
+
get ao(): FontInfo;
|
|
170
|
+
set ao(a: FontInfo);
|
|
171
|
+
private m;
|
|
171
172
|
get indexType(): CheckboxListIndexType;
|
|
172
173
|
set indexType(a: CheckboxListIndexType);
|
|
173
|
-
private
|
|
174
|
+
private ae;
|
|
174
175
|
get baseTheme(): BaseControlTheme;
|
|
175
176
|
set baseTheme(a: BaseControlTheme);
|
|
176
|
-
private
|
|
177
|
+
private ag;
|
|
177
178
|
get density(): ControlDisplayDensity;
|
|
178
179
|
set density(a: ControlDisplayDensity);
|
|
179
|
-
private
|
|
180
|
+
private ex;
|
|
180
181
|
get searchIconColor(): Brush;
|
|
181
182
|
set searchIconColor(a: Brush);
|
|
182
|
-
private
|
|
183
|
-
get
|
|
184
|
-
set
|
|
185
|
-
private
|
|
186
|
-
get
|
|
187
|
-
set
|
|
188
|
-
private
|
|
183
|
+
private ev;
|
|
184
|
+
get ff(): Brush;
|
|
185
|
+
set ff(a: Brush);
|
|
186
|
+
private ax;
|
|
187
|
+
get a6(): boolean;
|
|
188
|
+
set a6(a: boolean);
|
|
189
|
+
private ey;
|
|
189
190
|
get searchTextColor(): Brush;
|
|
190
191
|
set searchTextColor(a: Brush);
|
|
191
|
-
private
|
|
192
|
-
get
|
|
193
|
-
set
|
|
194
|
-
private
|
|
195
|
-
get
|
|
196
|
-
set
|
|
192
|
+
private ew;
|
|
193
|
+
get fg(): Brush;
|
|
194
|
+
set fg(a: Brush);
|
|
195
|
+
private an;
|
|
196
|
+
get ap(): FontInfo;
|
|
197
|
+
set ap(a: FontInfo);
|
|
198
|
+
private eq;
|
|
199
|
+
get e5(): Brush;
|
|
200
|
+
set e5(a: Brush);
|
|
197
201
|
private eo;
|
|
198
202
|
get e3(): Brush;
|
|
199
203
|
set e3(a: Brush);
|
|
200
|
-
private
|
|
201
|
-
get
|
|
202
|
-
set
|
|
204
|
+
private er;
|
|
205
|
+
get e6(): Brush;
|
|
206
|
+
set e6(a: Brush);
|
|
203
207
|
private ep;
|
|
204
208
|
get e4(): Brush;
|
|
205
209
|
set e4(a: Brush);
|
|
206
|
-
private en;
|
|
207
|
-
get e2(): Brush;
|
|
208
|
-
set e2(a: Brush);
|
|
209
|
-
private eq;
|
|
210
|
-
get e5(): Brush;
|
|
211
|
-
set e5(a: Brush);
|
|
212
|
-
private ba;
|
|
213
|
-
get bb(): number;
|
|
214
|
-
set bb(a: number);
|
|
215
|
-
private ab;
|
|
216
|
-
get ac(): ScrollbarStyle;
|
|
217
|
-
set ac(a: ScrollbarStyle);
|
|
218
210
|
private es;
|
|
219
|
-
get
|
|
220
|
-
set
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
211
|
+
get e7(): Brush;
|
|
212
|
+
set e7(a: Brush);
|
|
213
|
+
private bb;
|
|
214
|
+
get bc(): number;
|
|
215
|
+
set bc(a: number);
|
|
216
|
+
f: DataGridColumn;
|
|
217
|
+
private ac;
|
|
218
|
+
get ad(): ScrollbarStyle;
|
|
219
|
+
set ad(a: ScrollbarStyle);
|
|
220
|
+
private eu;
|
|
221
|
+
get fe(): Brush;
|
|
222
|
+
set fe(a: Brush);
|
|
223
|
+
protected d1(a: string, b: any, c: any): void;
|
|
224
|
+
protected d7(a: string, b: any, c: any): void;
|
|
225
|
+
private ek;
|
|
224
226
|
indexTypeChanged: (sender: any, args: CheckboxListIndexTypeChangedEventArgs) => void;
|
|
225
|
-
private
|
|
226
|
-
private
|
|
227
|
-
private
|
|
228
|
-
private
|
|
229
|
-
|
|
230
|
-
|
|
227
|
+
private dx;
|
|
228
|
+
private eg;
|
|
229
|
+
private eh;
|
|
230
|
+
private d2;
|
|
231
|
+
d4(): void;
|
|
232
|
+
ei(): void;
|
|
233
|
+
private di;
|
|
231
234
|
updateHrMargin(a: Thickness): void;
|
|
232
235
|
provideHrElement(a: any): void;
|
|
233
|
-
|
|
234
|
-
private dh;
|
|
235
|
-
private i;
|
|
236
|
-
ea(a: number): void;
|
|
237
|
-
c5(a: number): void;
|
|
238
|
-
ed(): void;
|
|
239
|
-
db(): void;
|
|
240
|
-
dp(a: number, b: any, c: any): void;
|
|
241
|
-
dk(): void;
|
|
236
|
+
dy(): void;
|
|
242
237
|
private dj;
|
|
243
|
-
|
|
238
|
+
private j;
|
|
239
|
+
ec(a: number): void;
|
|
240
|
+
c6(a: number): void;
|
|
241
|
+
ef(): void;
|
|
242
|
+
dc(): void;
|
|
243
|
+
dr(a: number, b: any, c: any): void;
|
|
244
|
+
dm(): void;
|
|
245
|
+
private dl;
|
|
244
246
|
dn(a: number, b: any): void;
|
|
245
|
-
|
|
247
|
+
dq(a: number, b: any): void;
|
|
248
|
+
private aw;
|
|
246
249
|
refresh(): void;
|
|
247
|
-
|
|
248
|
-
|
|
250
|
+
c7(a: any[]): void;
|
|
251
|
+
ed(a: any[]): void;
|
|
249
252
|
getDesiredSize(a: Size): Size;
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
private
|
|
255
|
-
get
|
|
256
|
-
set
|
|
257
|
-
private
|
|
258
|
-
get
|
|
259
|
-
set
|
|
260
|
-
private
|
|
261
|
-
get
|
|
262
|
-
set
|
|
263
|
-
get
|
|
264
|
-
private
|
|
253
|
+
be(): number;
|
|
254
|
+
bn(): any;
|
|
255
|
+
ca(): string;
|
|
256
|
+
l(): CheckboxListVisualModelExport;
|
|
257
|
+
private cv;
|
|
258
|
+
get cw(): string;
|
|
259
|
+
set cw(a: string);
|
|
260
|
+
private ez;
|
|
261
|
+
get fj(): Brush;
|
|
262
|
+
set fj(a: Brush);
|
|
263
|
+
private em;
|
|
264
|
+
get e1(): Brush;
|
|
265
|
+
set e1(a: Brush);
|
|
266
|
+
get a5(): boolean;
|
|
267
|
+
private a9;
|
|
265
268
|
get showSelectAll(): boolean;
|
|
266
269
|
set showSelectAll(a: boolean);
|
|
267
|
-
static
|
|
268
|
-
private
|
|
270
|
+
static e8: Brush;
|
|
271
|
+
private en;
|
|
269
272
|
get backgroundColor(): Brush;
|
|
270
273
|
set backgroundColor(a: Brush);
|
|
271
|
-
static
|
|
272
|
-
private
|
|
274
|
+
static fa: Brush;
|
|
275
|
+
private et;
|
|
273
276
|
get rowHoverBackgroundColor(): Brush;
|
|
274
277
|
set rowHoverBackgroundColor(a: Brush);
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
278
|
+
private fc;
|
|
279
|
+
static fb: Brush;
|
|
280
|
+
static e9: Brush;
|
|
281
|
+
private e0;
|
|
282
|
+
get fl(): Brush;
|
|
283
|
+
set fl(a: Brush);
|
|
279
284
|
keysCleared: (sender: any, args: CheckboxListKeysClearedEventArgs) => void;
|
|
280
285
|
selectAllCheckboxChanged: (sender: any, args: SelectAllCheckboxChangedEventArgs) => void;
|
|
281
|
-
|
|
286
|
+
d3(a: boolean): void;
|
|
287
|
+
a2(): boolean;
|
|
282
288
|
a1(): boolean;
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
set ay(a: boolean);
|
|
289
|
+
private bi;
|
|
290
|
+
c9(): void;
|
|
291
|
+
private a7;
|
|
292
|
+
get a8(): boolean;
|
|
293
|
+
set a8(a: boolean);
|
|
294
|
+
private a3;
|
|
295
|
+
get a4(): boolean;
|
|
296
|
+
set a4(a: boolean);
|
|
297
|
+
private ay;
|
|
298
|
+
get az(): boolean;
|
|
299
|
+
set az(a: boolean);
|
|
295
300
|
}
|