igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.1
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 +16132 -13283
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +44 -36
- package/esm2015/lib/CheckboxListView_combined.js +492 -453
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +11 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +64 -54
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- 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-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +305 -163
- package/esm2015/lib/igx-data-grid-component.js +186 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +80 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +44 -36
- package/esm5/lib/CheckboxListView_combined.js +476 -433
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +11 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +400 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +61 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +67 -53
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- 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-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +365 -163
- package/esm5/lib/igx-data-grid-component.js +244 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +108 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
- package/fesm5/igniteui-angular-data-grids.js +16132 -13285
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +117 -113
- package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +11 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +102 -79
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +15 -0
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +46 -1
- package/lib/igx-data-grid-component.d.ts +73 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +18 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -8,6 +8,7 @@ import { DataGridColumn } from "./DataGridColumn";
|
|
|
8
8
|
import { IToolbarTarget } from "igniteui-angular-core";
|
|
9
9
|
import { Brush } from "igniteui-angular-core";
|
|
10
10
|
import { BaseControlTheme } from "igniteui-angular-core";
|
|
11
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
11
12
|
import { ToolCommand } from "igniteui-angular-core";
|
|
12
13
|
import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
|
|
13
14
|
import { GridFilterDialogFilterChangeEventArgs } from "./GridFilterDialogFilterChangeEventArgs";
|
|
@@ -91,111 +92,132 @@ export declare class GridFilterDialogPanel extends Base {
|
|
|
91
92
|
*/
|
|
92
93
|
export declare class GridFilterDialog extends Base implements INotifyPropertyChanged, IToolbarTarget {
|
|
93
94
|
static $t: Type;
|
|
94
|
-
private
|
|
95
|
-
get
|
|
96
|
-
set
|
|
97
|
-
private
|
|
98
|
-
get
|
|
99
|
-
set
|
|
95
|
+
private a0;
|
|
96
|
+
get a1(): any;
|
|
97
|
+
set a1(a: any);
|
|
98
|
+
private af;
|
|
99
|
+
get ai(): boolean;
|
|
100
|
+
set ai(a: boolean);
|
|
100
101
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
101
|
-
private
|
|
102
|
-
get
|
|
103
|
-
set
|
|
104
|
-
private
|
|
105
|
-
get
|
|
106
|
-
set
|
|
102
|
+
private an;
|
|
103
|
+
get aq(): number;
|
|
104
|
+
set aq(a: number);
|
|
105
|
+
private am;
|
|
106
|
+
get ap(): number;
|
|
107
|
+
set ap(a: number);
|
|
107
108
|
private j;
|
|
108
109
|
get l(): CellContentHorizontalAlignment;
|
|
109
110
|
set l(a: CellContentHorizontalAlignment);
|
|
110
111
|
private i;
|
|
111
112
|
get k(): CellContentHorizontalAlignment;
|
|
112
113
|
set k(a: CellContentHorizontalAlignment);
|
|
113
|
-
private
|
|
114
|
-
get
|
|
115
|
-
set
|
|
114
|
+
private as;
|
|
115
|
+
get av(): number;
|
|
116
|
+
set av(a: number);
|
|
117
|
+
private at;
|
|
118
|
+
get aw(): number;
|
|
119
|
+
set aw(a: number);
|
|
120
|
+
private cq;
|
|
121
|
+
get c4(): Brush;
|
|
122
|
+
set c4(a: Brush);
|
|
116
123
|
private ao;
|
|
117
|
-
get
|
|
118
|
-
set
|
|
119
|
-
private b8;
|
|
120
|
-
get ci(): Brush;
|
|
121
|
-
set ci(a: Brush);
|
|
122
|
-
private aj;
|
|
123
|
-
get am(): number;
|
|
124
|
-
set am(a: number);
|
|
124
|
+
get ar(): number;
|
|
125
|
+
set ar(a: number);
|
|
125
126
|
private w;
|
|
126
127
|
get x(): BaseControlTheme;
|
|
127
128
|
set x(a: BaseControlTheme);
|
|
128
|
-
private
|
|
129
|
-
get
|
|
130
|
-
set
|
|
131
|
-
private
|
|
132
|
-
get
|
|
133
|
-
set
|
|
134
|
-
private
|
|
135
|
-
get
|
|
136
|
-
set
|
|
137
|
-
private
|
|
138
|
-
get
|
|
139
|
-
set
|
|
140
|
-
private
|
|
141
|
-
get
|
|
142
|
-
set
|
|
143
|
-
private
|
|
144
|
-
get
|
|
145
|
-
set
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
129
|
+
private ch;
|
|
130
|
+
get cv(): Brush;
|
|
131
|
+
set cv(a: Brush);
|
|
132
|
+
private cn;
|
|
133
|
+
get c1(): Brush;
|
|
134
|
+
set c1(a: Brush);
|
|
135
|
+
private z;
|
|
136
|
+
get ab(): FontInfo;
|
|
137
|
+
set ab(a: FontInfo);
|
|
138
|
+
private cl;
|
|
139
|
+
get cz(): Brush;
|
|
140
|
+
set cz(a: Brush);
|
|
141
|
+
private co;
|
|
142
|
+
get c2(): Brush;
|
|
143
|
+
set c2(a: Brush);
|
|
144
|
+
private cp;
|
|
145
|
+
get c3(): Brush;
|
|
146
|
+
set c3(a: Brush);
|
|
147
|
+
private ck;
|
|
148
|
+
get cy(): Brush;
|
|
149
|
+
set cy(a: Brush);
|
|
150
|
+
private cm;
|
|
151
|
+
get c0(): Brush;
|
|
152
|
+
set c0(a: Brush);
|
|
153
|
+
private ci;
|
|
154
|
+
get cw(): Brush;
|
|
155
|
+
set cw(a: Brush);
|
|
156
|
+
private cj;
|
|
157
|
+
get cx(): Brush;
|
|
158
|
+
set cx(a: Brush);
|
|
149
159
|
private y;
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
160
|
+
get aa(): FontInfo;
|
|
161
|
+
set aa(a: FontInfo);
|
|
162
|
+
private cg;
|
|
163
|
+
get cu(): Brush;
|
|
164
|
+
set cu(a: Brush);
|
|
165
|
+
private au;
|
|
166
|
+
get ax(): number;
|
|
167
|
+
set ax(a: number);
|
|
168
|
+
ct: Brush;
|
|
169
|
+
cs: Brush;
|
|
170
|
+
cr: Brush;
|
|
171
|
+
private ac;
|
|
172
|
+
private ae;
|
|
173
|
+
get aj(): boolean;
|
|
174
|
+
protected b7(a: string, b: any, c: any): void;
|
|
175
|
+
protected ca(a: string, b: any, c: any): void;
|
|
154
176
|
constructor();
|
|
155
|
-
|
|
177
|
+
cb(a: any, b: any, c: any): void;
|
|
156
178
|
private m;
|
|
157
179
|
get n(): DataGridColumn;
|
|
158
180
|
set n(a: DataGridColumn);
|
|
159
|
-
private
|
|
160
|
-
private
|
|
181
|
+
private ad;
|
|
182
|
+
private b3;
|
|
161
183
|
private v;
|
|
162
|
-
private
|
|
163
|
-
private
|
|
164
|
-
private
|
|
165
|
-
private
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
private
|
|
169
|
-
private
|
|
170
|
-
private
|
|
184
|
+
private b4;
|
|
185
|
+
private bu;
|
|
186
|
+
private bt;
|
|
187
|
+
private bw;
|
|
188
|
+
b5(): void;
|
|
189
|
+
b6(a: GridFilterDialogViewModel, b: boolean): void;
|
|
190
|
+
private bx;
|
|
191
|
+
private ce;
|
|
192
|
+
private cd;
|
|
171
193
|
private f;
|
|
172
|
-
private
|
|
194
|
+
private cc;
|
|
173
195
|
private e;
|
|
174
|
-
private
|
|
196
|
+
private al;
|
|
175
197
|
private g;
|
|
176
|
-
private
|
|
198
|
+
private az;
|
|
177
199
|
private h;
|
|
178
200
|
private d;
|
|
179
201
|
private c;
|
|
180
|
-
private
|
|
202
|
+
private b9;
|
|
181
203
|
private t;
|
|
182
|
-
private
|
|
204
|
+
private bv;
|
|
183
205
|
private u;
|
|
184
|
-
static
|
|
185
|
-
static
|
|
186
|
-
static
|
|
206
|
+
static ay(a: ColumnComparisonConditionOperatorType): number;
|
|
207
|
+
static a2(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
|
|
208
|
+
static a3(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
|
|
187
209
|
static b(a: ColumnComparisonConditionOperatorType[]): number[];
|
|
188
210
|
static a(a: ColumnComparisonConditionOperatorType[]): string[];
|
|
189
|
-
static
|
|
211
|
+
static bl(a: ColumnComparisonConditionOperatorType): string;
|
|
190
212
|
dialogOpening: (sender: any, args: GridFilterDialogOpeningEventArgs) => void;
|
|
191
213
|
filterChanging: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
|
|
192
214
|
filterChanged: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
|
|
193
|
-
|
|
194
|
-
bn(): void;
|
|
195
|
-
bm(a: number, b: number, c: Path): void;
|
|
215
|
+
b2(a: number, b: number): void;
|
|
196
216
|
b1(): void;
|
|
197
|
-
|
|
198
|
-
|
|
217
|
+
b0(a: number, b: number, c: Path): void;
|
|
218
|
+
cf(): void;
|
|
219
|
+
bz(): void;
|
|
220
|
+
s: GridFilterDialogView;
|
|
199
221
|
private _commandCompleted;
|
|
200
222
|
get commandCompleted(): (arg1: ToolCommand) => void;
|
|
201
223
|
set commandCompleted(a: (arg1: ToolCommand) => void);
|
|
@@ -203,10 +225,11 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
|
|
|
203
225
|
get invalidateActions(): () => void;
|
|
204
226
|
set invalidateActions(a: () => void);
|
|
205
227
|
renderCompleted: (sender: any, args: FilterDialogRenderCompletedEventArgs) => void;
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
private static
|
|
228
|
+
b8(): void;
|
|
229
|
+
by(): void;
|
|
230
|
+
get ah(): boolean;
|
|
231
|
+
private static ag;
|
|
232
|
+
private static readonly bk;
|
|
210
233
|
getDesiredToolbarActions(): ToolActionInfo[];
|
|
211
234
|
addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
212
235
|
removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
@@ -215,7 +238,7 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
|
|
|
215
238
|
onToolCommandExecuting(a: ToolCommand): ToolCommandExecutionState;
|
|
216
239
|
provideContextAccessor(a: IToolbarContextAccessor): void;
|
|
217
240
|
dismissContextAccessor(a: IToolbarContextAccessor): void;
|
|
218
|
-
|
|
241
|
+
ak(e_: NormalizedEvent): boolean;
|
|
219
242
|
}
|
|
220
243
|
/**
|
|
221
244
|
* @hidden
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare class GridIconRepository extends Base {
|
|
6
|
+
static $t: Type;
|
|
7
|
+
private static a;
|
|
8
|
+
static bk(): void;
|
|
9
|
+
static readonly ar: string;
|
|
10
|
+
static readonly x: string;
|
|
11
|
+
static readonly z: string;
|
|
12
|
+
static readonly ab: string;
|
|
13
|
+
static readonly ad: string;
|
|
14
|
+
static readonly ap: string;
|
|
15
|
+
static readonly an: string;
|
|
16
|
+
static readonly v: string;
|
|
17
|
+
static readonly al: string;
|
|
18
|
+
static readonly af: string;
|
|
19
|
+
static readonly ah: string;
|
|
20
|
+
static readonly aj: string;
|
|
21
|
+
static readonly h: string;
|
|
22
|
+
static readonly j: string;
|
|
23
|
+
static readonly p: string;
|
|
24
|
+
static readonly f: string;
|
|
25
|
+
static readonly b: string;
|
|
26
|
+
static readonly r: string;
|
|
27
|
+
static readonly d: string;
|
|
28
|
+
static readonly n: string;
|
|
29
|
+
static readonly l: string;
|
|
30
|
+
static readonly t: string;
|
|
31
|
+
static readonly a0: string;
|
|
32
|
+
static readonly aw: string;
|
|
33
|
+
static readonly a6: string;
|
|
34
|
+
static readonly a8: string;
|
|
35
|
+
static readonly bc: string;
|
|
36
|
+
static readonly be: string;
|
|
37
|
+
static readonly au: string;
|
|
38
|
+
static readonly ay: string;
|
|
39
|
+
static readonly a4: string;
|
|
40
|
+
static readonly ba: string;
|
|
41
|
+
static readonly bg: string;
|
|
42
|
+
static readonly bi: string;
|
|
43
|
+
static readonly a2: string;
|
|
44
|
+
}
|
|
@@ -21,11 +21,11 @@ export declare class GridSortIndicatorView extends Base {
|
|
|
21
21
|
t(): void;
|
|
22
22
|
u(): void;
|
|
23
23
|
private n;
|
|
24
|
-
private v;
|
|
25
|
-
private o;
|
|
26
24
|
private w;
|
|
27
|
-
private
|
|
25
|
+
private o;
|
|
28
26
|
private x;
|
|
27
|
+
private p;
|
|
28
|
+
private y;
|
|
29
29
|
m: DomWrapper;
|
|
30
30
|
private c;
|
|
31
31
|
private l;
|
|
@@ -37,7 +37,8 @@ export declare class GridSortIndicatorView extends Base {
|
|
|
37
37
|
private j;
|
|
38
38
|
s(a: number, b: number): void;
|
|
39
39
|
q(): void;
|
|
40
|
-
|
|
40
|
+
z(): Brush;
|
|
41
|
+
v(a: boolean): void;
|
|
41
42
|
}
|
|
42
43
|
/**
|
|
43
44
|
* @hidden
|
|
@@ -18,8 +18,8 @@ export declare class GridStyleRepository extends Base {
|
|
|
18
18
|
static get l(): number;
|
|
19
19
|
static get m(): number;
|
|
20
20
|
static get k(): number;
|
|
21
|
-
private static
|
|
22
|
-
static get
|
|
21
|
+
private static u;
|
|
22
|
+
static get v(): Thickness;
|
|
23
23
|
private static o;
|
|
24
24
|
static get p(): CornerRadius;
|
|
25
25
|
private static e;
|
|
@@ -31,6 +31,7 @@ export declare class GridStyleRepository extends Base {
|
|
|
31
31
|
private static c;
|
|
32
32
|
private static q;
|
|
33
33
|
private static r;
|
|
34
|
+
static get t(): Brush;
|
|
34
35
|
static s(a: BaseControlTheme, b: GridStyleRepositoryKeys): Brush;
|
|
35
36
|
static d(a: BaseControlTheme, b: GridStyleRepositoryKeys): FontInfo;
|
|
36
37
|
}
|
|
@@ -14,33 +14,34 @@ export declare const enum GridStyleRepositoryKeys {
|
|
|
14
14
|
BarOutlineColorKey = 8,
|
|
15
15
|
ActivationBorderColorKey = 9,
|
|
16
16
|
CellSelectedBackgroundColorKey = 10,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
17
|
+
CellSelectedTextColorKey = 11,
|
|
18
|
+
CellBackgroundColorKey = 12,
|
|
19
|
+
CellHoverBackgroundColorKey = 13,
|
|
20
|
+
HeaderBackgroundColorKey = 14,
|
|
21
|
+
SortIndicatorColorKey = 15,
|
|
22
|
+
HeaderTextColorKey = 16,
|
|
23
|
+
SectionHeaderBackgroundColorKey = 17,
|
|
24
|
+
SectionFooterBackgroundColorKey = 18,
|
|
25
|
+
StickyRowBackgroundColorKey = 19,
|
|
26
|
+
PinnedRowBackgroundColorKey = 20,
|
|
27
|
+
RootSummaryCellBackgroundColorKey = 21,
|
|
28
|
+
SectionSummaryCellBackgroundColorKey = 22,
|
|
29
|
+
SummaryLabelTextColorKey = 23,
|
|
30
|
+
SummaryValueTextColorKey = 24,
|
|
31
|
+
ColumnMoveSeparatorBackgroundColorKey = 25,
|
|
32
|
+
ResizeSeparatorBackgroundColorKey = 26,
|
|
33
|
+
PinnedAreaSeparatorBackgroundColorKey = 27,
|
|
34
|
+
ColumnOptionsIconColorKey = 28,
|
|
35
|
+
GridBorderColorKey = 29,
|
|
36
|
+
GridBackgroundColorKey = 30,
|
|
37
|
+
CellErrorBorderColorKey = 31,
|
|
38
|
+
EditorRowOverlayBackgroundColorKey = 32,
|
|
39
|
+
CellFontKey = 33,
|
|
40
|
+
EmojiFontKey = 34,
|
|
41
|
+
CellEditFontKey = 35,
|
|
42
|
+
HeaderCellFontKey = 36,
|
|
43
|
+
SummaryValueFontKey = 37,
|
|
44
|
+
SummaryNameFontKey = 38
|
|
44
45
|
}
|
|
45
46
|
/**
|
|
46
47
|
* @hidden
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { CheckboxList } from "./CheckboxList";
|
|
2
|
+
import { Type } from "igniteui-angular-core";
|
|
3
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
4
|
+
import { DataTemplate } from "igniteui-angular-core";
|
|
5
|
+
import { Thickness } from "igniteui-angular-core";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export interface ICheckboxListView {
|
|
10
|
+
setSelectionAllRowsInView(a: boolean): void;
|
|
11
|
+
setSelection(a: number, b: boolean): void;
|
|
12
|
+
notifySizeChanged(): void;
|
|
13
|
+
provideSelectAllSection(a: any): void;
|
|
14
|
+
onContainerProvided(a: any): void;
|
|
15
|
+
onTemplateProvided(a: any, b: number, c: boolean): void;
|
|
16
|
+
onTextTemplateProvided(a: any, b: number, c: string, d: string, e: FontInfo, f: string, g: number, h: any, i: DataTemplate, j: any, k: string): void;
|
|
17
|
+
verifySelectAllCheckBox(a: boolean): void;
|
|
18
|
+
verifySelectAllCaptionUI(): void;
|
|
19
|
+
verifySelectAllVisibilty(): void;
|
|
20
|
+
setGridHeight(): void;
|
|
21
|
+
verifyFilterVisibilty(): void;
|
|
22
|
+
updateSelectAllFont(): void;
|
|
23
|
+
verifyColors(): void;
|
|
24
|
+
updateIconColor(): void;
|
|
25
|
+
updateCheckboxStyle(): void;
|
|
26
|
+
updateCheckboxDensity(): void;
|
|
27
|
+
updateCheckboxTheme(): void;
|
|
28
|
+
clearPools(): void;
|
|
29
|
+
updateHRMargin(a: Thickness): void;
|
|
30
|
+
provideHrElement(a: any): void;
|
|
31
|
+
refresh(): void;
|
|
32
|
+
onInit(): void;
|
|
33
|
+
model: CheckboxList;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @hidden
|
|
37
|
+
*/
|
|
38
|
+
export declare let ICheckboxListView_$type: Type;
|
package/lib/ImageCell.d.ts
CHANGED
|
@@ -10,25 +10,25 @@ import { ImageStretchOptions } from "./ImageStretchOptions";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class ImageCell extends GridCellBase {
|
|
12
12
|
static $t: Type;
|
|
13
|
-
private
|
|
14
|
-
private dw;
|
|
15
|
-
private dx;
|
|
16
|
-
private d4;
|
|
17
|
-
private dy;
|
|
13
|
+
private d5;
|
|
18
14
|
private dz;
|
|
15
|
+
private d0;
|
|
16
|
+
private d7;
|
|
19
17
|
private d1;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
private d2;
|
|
19
|
+
private d4;
|
|
20
|
+
get d6(): DomWrapper;
|
|
21
|
+
get d3(): number;
|
|
22
|
+
set d3(a: number);
|
|
23
23
|
constructor(a: DomRenderer);
|
|
24
|
-
private
|
|
25
|
-
|
|
26
|
-
private
|
|
27
|
-
|
|
28
|
-
private
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
private ea;
|
|
25
|
+
eb(a: string, b: ImageResourceType): void;
|
|
26
|
+
private d9;
|
|
27
|
+
ee(a: ImageStretchOptions): void;
|
|
28
|
+
private ef;
|
|
29
|
+
d8(): void;
|
|
30
|
+
ec(a: CellContentHorizontalAlignment): void;
|
|
31
|
+
ed(a: CellContentVerticalAlignment): void;
|
|
32
32
|
protected get_ae(): boolean;
|
|
33
|
-
protected
|
|
33
|
+
protected cl(a: string, b: any, c: any): void;
|
|
34
34
|
}
|
package/lib/NumericCell.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ import { Type } from "igniteui-angular-core";
|
|
|
7
7
|
export declare class NumericCell extends TextCell {
|
|
8
8
|
static $t: Type;
|
|
9
9
|
constructor(a: DomRenderer);
|
|
10
|
-
protected
|
|
11
|
-
|
|
10
|
+
protected cl(a: string, b: any, c: any): void;
|
|
11
|
+
b9(): void;
|
|
12
12
|
}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { GridCellBase } from "./GridCellBase";
|
|
2
2
|
import { DomWrapper, DomRenderer } from "igniteui-angular-core";
|
|
3
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
3
4
|
import { Type } from "igniteui-angular-core";
|
|
4
5
|
/**
|
|
5
6
|
* @hidden
|
|
6
7
|
*/
|
|
7
8
|
export declare class SectionHeaderCell extends GridCellBase {
|
|
8
9
|
static $t: Type;
|
|
9
|
-
private
|
|
10
|
-
get
|
|
10
|
+
private dz;
|
|
11
|
+
get d0(): DomWrapper;
|
|
11
12
|
constructor(a: DomRenderer);
|
|
13
|
+
c1(a: DomWrapper, b: FontInfo): void;
|
|
12
14
|
protected get_ae(): boolean;
|
|
13
|
-
protected
|
|
15
|
+
protected cl(a: string, b: any, c: any): void;
|
|
14
16
|
}
|
package/lib/SummaryCell.d.ts
CHANGED
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
import { GridCellBase } from "./GridCellBase";
|
|
2
2
|
import { DomWrapper, DomRenderer } from "igniteui-angular-core";
|
|
3
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
3
4
|
import { Type } from "igniteui-angular-core";
|
|
4
5
|
/**
|
|
5
6
|
* @hidden
|
|
6
7
|
*/
|
|
7
8
|
export declare class SummaryCell extends GridCellBase {
|
|
8
9
|
static $t: Type;
|
|
9
|
-
private
|
|
10
|
-
get
|
|
11
|
-
private
|
|
12
|
-
get
|
|
13
|
-
private dy;
|
|
14
|
-
private d2;
|
|
15
|
-
dc(a: number, b: number): void;
|
|
10
|
+
private dz;
|
|
11
|
+
get d2(): DomWrapper;
|
|
12
|
+
private d0;
|
|
13
|
+
get d3(): DomWrapper;
|
|
16
14
|
private d1;
|
|
17
|
-
|
|
15
|
+
private d5;
|
|
16
|
+
dd(a: number, b: number): void;
|
|
17
|
+
private d4;
|
|
18
|
+
c2(a: number, b: number): void;
|
|
19
|
+
c1(a: DomWrapper, b: FontInfo): void;
|
|
18
20
|
constructor(a: DomRenderer);
|
|
19
21
|
protected get_ae(): boolean;
|
|
20
|
-
protected
|
|
22
|
+
protected cl(a: string, b: any, c: any): void;
|
|
21
23
|
}
|
package/lib/TemplateCell.d.ts
CHANGED
|
@@ -7,11 +7,11 @@ import { Type } from "igniteui-angular-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TemplateCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
10
|
+
private dz;
|
|
11
|
+
get d0(): TemplateCellContainer;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
13
|
protected get_ae(): boolean;
|
|
14
|
-
protected
|
|
15
|
-
|
|
16
|
-
private
|
|
14
|
+
protected cl(a: string, b: any, c: any): void;
|
|
15
|
+
ca(): void;
|
|
16
|
+
private d1;
|
|
17
17
|
}
|
package/lib/TemplateHeader.d.ts
CHANGED
|
@@ -14,6 +14,6 @@ export declare class TemplateHeader extends Header {
|
|
|
14
14
|
protected n(a: CellPath): CellModel;
|
|
15
15
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
16
16
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
17
|
-
|
|
17
|
+
hu(a: TemplateHeaderCellModel, b: any): void;
|
|
18
18
|
cellUpdating: (sender: any, args: TemplateHeaderCellUpdatingEventArgs) => void;
|
|
19
19
|
}
|
|
@@ -7,8 +7,8 @@ import { Type } from "igniteui-angular-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TemplateHeaderCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
10
|
+
private dz;
|
|
11
|
+
get d0(): TemplateCellContainer;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
13
|
protected get_ac(): boolean;
|
|
14
14
|
}
|
|
@@ -6,12 +6,12 @@ import { CellModelExport } from "./CellModelExport";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class TemplateHeaderCellModel extends TemplateCellModel {
|
|
8
8
|
static $t: Type;
|
|
9
|
-
static readonly
|
|
10
|
-
private
|
|
11
|
-
get
|
|
12
|
-
set
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
static readonly of: number;
|
|
10
|
+
private od;
|
|
11
|
+
get oe(): boolean;
|
|
12
|
+
set oe(a: boolean);
|
|
13
|
+
mt(a: string, b: any): void;
|
|
14
|
+
l5(a: string): Type;
|
|
15
|
+
ih(a: string): any;
|
|
16
16
|
b(a: CellModelExport): CellModelExport;
|
|
17
17
|
}
|
|
@@ -12,6 +12,6 @@ export declare class TemplateSectionHeader extends SectionHeader {
|
|
|
12
12
|
static $t: Type;
|
|
13
13
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
14
14
|
protected n(a: CellPath): CellModel;
|
|
15
|
-
|
|
15
|
+
ic(a: TemplateSectionHeaderCellModel, b: any): void;
|
|
16
16
|
cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
|
|
17
17
|
}
|
package/lib/TextCell.d.ts
CHANGED
|
@@ -7,14 +7,14 @@ import { FontInfo } from "igniteui-angular-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TextCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private dw;
|
|
11
|
-
get dx(): DomWrapper;
|
|
12
10
|
private dz;
|
|
13
|
-
|
|
14
|
-
private
|
|
15
|
-
|
|
11
|
+
get d0(): DomWrapper;
|
|
12
|
+
private d2;
|
|
13
|
+
dd(a: number, b: number): void;
|
|
14
|
+
private d1;
|
|
15
|
+
c2(a: number, b: number): void;
|
|
16
16
|
constructor(a: DomRenderer);
|
|
17
|
-
|
|
17
|
+
c1(a: DomWrapper, b: FontInfo): void;
|
|
18
18
|
protected get_ae(): boolean;
|
|
19
|
-
protected
|
|
19
|
+
protected cl(a: string, b: any, c: any): void;
|
|
20
20
|
}
|