igniteui-angular-data-grids 20.0.1-beta.0 → 20.0.2-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 +10223 -8743
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
- package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm2015/lib/CanvasGridCellBase.js +9 -9
- package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm2015/lib/CellPresenterBase.js +64 -39
- package/esm2015/lib/CheckboxListView_combined.js +49 -49
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +6925 -6539
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ColumnSortDescription.js +6 -1
- package/esm2015/lib/ColumnSummaryDescription.js +6 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +46 -33
- package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -10
- package/esm2015/lib/EditorCell.js +335 -335
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +278 -278
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +587 -317
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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/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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
- package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +8 -8
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +1 -1
- package/esm2015/lib/ImageCell.js +62 -62
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm2015/lib/NumericCell.js +9 -5
- package/esm2015/lib/NumericCellPresenter.js +10 -10
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +35 -30
- package/esm2015/lib/TextCellDecoration.js +33 -0
- package/esm2015/lib/TextCellPresenter.js +11 -11
- package/esm2015/lib/TextHeaderCell.js +157 -150
- package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +301 -190
- package/esm2015/lib/igx-checkbox-list-component.js +1 -1
- 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 +254 -115
- package/esm2015/lib/igx-data-grid-component.js +38 -5
- 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-definition-base-component.js +46 -45
- 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-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm2015/lib/igx-grid-conditional-style-font-info-component.js +144 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-dynamic-module.js +34 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-module.js +27 -0
- 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-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +16 -16
- 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-header-cell-info.js +2 -2
- 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-header-cell-info.js +10 -10
- package/esm2015/public_api.js +5 -0
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/CanvasCellPresenterBase.js +14 -14
- package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm5/lib/CanvasGridCellBase.js +9 -9
- package/esm5/lib/CanvasImageCellPresenter.js +10 -10
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm5/lib/CanvasTextCellPresenter.js +10 -10
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm5/lib/CellPresenterBase.js +64 -39
- package/esm5/lib/CheckboxListView_combined.js +49 -49
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +6754 -6269
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ColumnSortDescription.js +6 -1
- package/esm5/lib/ColumnSummaryDescription.js +6 -1
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +46 -33
- package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -10
- package/esm5/lib/EditorCell.js +291 -291
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +266 -266
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +625 -311
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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/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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
- package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
- package/esm5/lib/GridConditionalStyleProperty.js +8 -8
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +1 -1
- package/esm5/lib/ImageCell.js +61 -61
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm5/lib/NumericCell.js +9 -5
- package/esm5/lib/NumericCellPresenter.js +10 -10
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +35 -30
- package/esm5/lib/TextCellDecoration.js +33 -0
- package/esm5/lib/TextCellPresenter.js +11 -11
- package/esm5/lib/TextHeaderCell.js +155 -148
- package/esm5/lib/TextHeaderCellPresenter.js +35 -35
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +349 -190
- package/esm5/lib/igx-checkbox-list-component.js +1 -1
- 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 +302 -115
- package/esm5/lib/igx-data-grid-component.js +42 -5
- 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-definition-base-component.js +46 -45
- 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-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm5/lib/igx-grid-conditional-style-font-info-component.js +155 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-dynamic-module.js +33 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-module.js +28 -0
- 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-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +16 -16
- 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-header-cell-info.js +2 -2
- 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-header-cell-info.js +10 -10
- package/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-angular-data-grids.js +10236 -9009
- package/fesm5/igniteui-angular-data-grids.js +10219 -8745
- package/lib/ColumnFilterCondition_combined.d.ts +1784 -1694
- package/lib/ContentCellModelHelper.d.ts +4 -4
- package/lib/EditorCell.d.ts +74 -74
- package/lib/FilterCell.d.ts +61 -61
- package/lib/GridCellBase.d.ts +140 -95
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
- package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
- package/lib/ImageCell.d.ts +20 -20
- package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
- package/lib/NumericCell.d.ts +2 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +11 -11
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +10 -8
- package/lib/TextCellDecoration.d.ts +26 -0
- package/lib/TextHeaderCell.d.ts +37 -35
- package/lib/VerticalSeparatorCell.d.ts +9 -9
- package/lib/igx-cell-info.d.ts +63 -0
- package/lib/igx-data-grid-column-component.d.ts +68 -2
- package/lib/igx-data-grid-component.d.ts +9 -2
- package/lib/igx-definition-base-component.d.ts +1 -1
- package/lib/igx-grid-conditional-style-font-info-component.d.ts +33 -0
- package/lib/igx-grid-conditional-style-font-info-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-conditional-style-font-info-module.d.ts +8 -0
- package/package.json +4 -4
- package/public_api.d.ts +5 -0
|
@@ -4,7 +4,7 @@ import { Brush } from "igniteui-angular-core";
|
|
|
4
4
|
import { DomWrapper, DomRenderer } from "igniteui-angular-core";
|
|
5
5
|
import { CellModel } from "./CellModel";
|
|
6
6
|
import { GridCellBase } from "./GridCellBase";
|
|
7
|
-
import {
|
|
7
|
+
import { TextCellDecoration } from "./TextCellDecoration";
|
|
8
8
|
/**
|
|
9
9
|
* @hidden
|
|
10
10
|
*/
|
|
@@ -12,9 +12,9 @@ export declare class ContentCellModelHelper extends Base {
|
|
|
12
12
|
static $t: Type;
|
|
13
13
|
private static f;
|
|
14
14
|
static g(a: Brush): Color;
|
|
15
|
-
private static
|
|
15
|
+
private static b;
|
|
16
16
|
private static e;
|
|
17
17
|
static a(a: DomRenderer, b: CellModel, c: DomWrapper, d: DomWrapper, e: GridCellBase): void;
|
|
18
|
-
static
|
|
19
|
-
static d(a: DomWrapper, b:
|
|
18
|
+
static c(a: DomWrapper, b: Brush): void;
|
|
19
|
+
static d(a: DomWrapper, b: TextCellDecoration): void;
|
|
20
20
|
}
|
package/lib/EditorCell.d.ts
CHANGED
|
@@ -9,83 +9,83 @@ import { DomRenderer, NormalizedEvent } from "igniteui-angular-core";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class EditorCell extends GridCellBase {
|
|
11
11
|
static $t: Type;
|
|
12
|
-
private
|
|
13
|
-
private
|
|
14
|
-
private
|
|
15
|
-
private
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
private
|
|
20
|
-
private
|
|
21
|
-
private
|
|
22
|
-
private
|
|
23
|
-
private
|
|
24
|
-
private
|
|
25
|
-
get
|
|
26
|
-
set
|
|
27
|
-
private
|
|
28
|
-
get
|
|
29
|
-
set
|
|
30
|
-
private
|
|
31
|
-
get
|
|
32
|
-
set
|
|
33
|
-
private
|
|
34
|
-
get
|
|
35
|
-
set
|
|
36
|
-
private
|
|
37
|
-
get
|
|
38
|
-
set
|
|
39
|
-
private
|
|
40
|
-
get
|
|
41
|
-
set
|
|
42
|
-
private
|
|
43
|
-
get
|
|
44
|
-
set
|
|
45
|
-
private c5;
|
|
46
|
-
get dd(): boolean;
|
|
47
|
-
set dd(a: boolean);
|
|
48
|
-
private dn;
|
|
49
|
-
get du(): string;
|
|
50
|
-
set du(a: string);
|
|
51
|
-
private c6;
|
|
52
|
-
get de(): boolean;
|
|
53
|
-
set de(a: boolean);
|
|
54
|
-
c9: boolean;
|
|
55
|
-
da: boolean;
|
|
56
|
-
c8: boolean;
|
|
57
|
-
constructor(a: DomRenderer);
|
|
58
|
-
private cx;
|
|
59
|
-
private cw;
|
|
60
|
-
private cv;
|
|
61
|
-
private cu;
|
|
62
|
-
private ct;
|
|
12
|
+
private d0;
|
|
13
|
+
private d7;
|
|
14
|
+
private d6;
|
|
15
|
+
private dx;
|
|
16
|
+
private dw;
|
|
17
|
+
private en;
|
|
18
|
+
private eo;
|
|
19
|
+
private ep;
|
|
20
|
+
private d8;
|
|
21
|
+
private eb;
|
|
22
|
+
private ef;
|
|
23
|
+
private ec;
|
|
24
|
+
private du;
|
|
25
|
+
get dv(): DataSourceSchemaPropertyType;
|
|
26
|
+
set dv(a: DataSourceSchemaPropertyType);
|
|
27
|
+
private er;
|
|
28
|
+
get et(): any;
|
|
29
|
+
set et(a: any);
|
|
30
|
+
private d9;
|
|
31
|
+
get ea(): FontInfo;
|
|
32
|
+
set ea(a: FontInfo);
|
|
33
|
+
private dy;
|
|
34
|
+
get dz(): EditorType;
|
|
35
|
+
set dz(a: EditorType);
|
|
36
|
+
private eq;
|
|
37
|
+
get es(): any;
|
|
38
|
+
set es(a: any);
|
|
39
|
+
private eu;
|
|
40
|
+
get ex(): string;
|
|
41
|
+
set ex(a: string);
|
|
42
|
+
private ds;
|
|
43
|
+
get dt(): string[];
|
|
44
|
+
set dt(a: string[]);
|
|
63
45
|
private ed;
|
|
64
|
-
|
|
46
|
+
get el(): boolean;
|
|
47
|
+
set el(a: boolean);
|
|
48
|
+
private ev;
|
|
49
|
+
get e1(): string;
|
|
50
|
+
set e1(a: string);
|
|
51
|
+
private ee;
|
|
52
|
+
get em(): boolean;
|
|
53
|
+
set em(a: boolean);
|
|
54
|
+
eh: boolean;
|
|
55
|
+
ei: boolean;
|
|
56
|
+
eg: boolean;
|
|
57
|
+
constructor(a: DomRenderer);
|
|
58
|
+
private d5;
|
|
59
|
+
private d4;
|
|
60
|
+
private d3;
|
|
65
61
|
private d2;
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
protected
|
|
73
|
-
protected
|
|
74
|
-
protected
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
62
|
+
private d1;
|
|
63
|
+
private fk;
|
|
64
|
+
private e8;
|
|
65
|
+
private e9;
|
|
66
|
+
fn(a: boolean): void;
|
|
67
|
+
protected fp(): void;
|
|
68
|
+
protected fd(): void;
|
|
69
|
+
protected fh(): void;
|
|
70
|
+
protected fc(): void;
|
|
71
|
+
fi(): void;
|
|
72
|
+
protected fb(): void;
|
|
73
|
+
protected fe(): void;
|
|
74
|
+
protected fm(): void;
|
|
75
|
+
fr(a: string, b: number, c: number, d: number, e: number): void;
|
|
76
|
+
private fs;
|
|
77
|
+
fa(): void;
|
|
78
|
+
cg(): void;
|
|
79
|
+
b6(): void;
|
|
80
|
+
protected ch(a: string, b: any, c: any): void;
|
|
81
|
+
private fq;
|
|
82
|
+
private fo;
|
|
83
|
+
private ek;
|
|
81
84
|
private ej;
|
|
82
|
-
private
|
|
83
|
-
private
|
|
84
|
-
private
|
|
85
|
-
private
|
|
86
|
-
private ec;
|
|
87
|
-
private d9;
|
|
88
|
-
private d8;
|
|
85
|
+
private fl;
|
|
86
|
+
private fj;
|
|
87
|
+
private fg;
|
|
88
|
+
private ff;
|
|
89
89
|
onContactStarted(a: NormalizedEvent, b: boolean): void;
|
|
90
90
|
onContactCompleted(a: NormalizedEvent, b: boolean): void;
|
|
91
91
|
onDoubleClick(a: NormalizedEvent): void;
|
package/lib/FilterCell.d.ts
CHANGED
|
@@ -12,69 +12,69 @@ import { DomRenderer } from "igniteui-angular-core";
|
|
|
12
12
|
*/
|
|
13
13
|
export declare class FilterCell extends GridCellBase {
|
|
14
14
|
static $t: Type;
|
|
15
|
-
private
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
private
|
|
20
|
-
private
|
|
21
|
-
private
|
|
22
|
-
private
|
|
15
|
+
private ef;
|
|
16
|
+
private eh;
|
|
17
|
+
private ed;
|
|
18
|
+
private ee;
|
|
19
|
+
private eg;
|
|
20
|
+
private d6;
|
|
21
|
+
private d5;
|
|
22
|
+
private dv;
|
|
23
23
|
constructor(a: DomRenderer);
|
|
24
|
-
private cw;
|
|
25
24
|
private d4;
|
|
26
|
-
private
|
|
27
|
-
private
|
|
28
|
-
private
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
private
|
|
33
|
-
private
|
|
34
|
-
private
|
|
35
|
-
private d7;
|
|
36
|
-
private dl;
|
|
37
|
-
private dm;
|
|
38
|
-
private d3;
|
|
39
|
-
private dy;
|
|
40
|
-
private dt;
|
|
41
|
-
private du;
|
|
25
|
+
private fb;
|
|
26
|
+
private ex;
|
|
27
|
+
private e4;
|
|
28
|
+
private e2;
|
|
29
|
+
protected ch(a: string, b: any, c: any): void;
|
|
30
|
+
cg(): void;
|
|
31
|
+
private fc;
|
|
32
|
+
private ez;
|
|
33
|
+
private e8;
|
|
42
34
|
private dz;
|
|
35
|
+
private fe;
|
|
36
|
+
private et;
|
|
37
|
+
private eu;
|
|
38
|
+
private fa;
|
|
39
|
+
private e5;
|
|
40
|
+
private e0;
|
|
41
|
+
private e1;
|
|
42
|
+
private e6;
|
|
43
|
+
private e3;
|
|
44
|
+
e7(): void;
|
|
45
|
+
private e9;
|
|
46
|
+
private ey;
|
|
47
|
+
private fd;
|
|
48
|
+
ff(a: number, b: number, c: number, d: number): void;
|
|
49
|
+
private d0;
|
|
50
|
+
ew(): void;
|
|
51
|
+
ev(): void;
|
|
52
|
+
private static readonly ek;
|
|
43
53
|
private dw;
|
|
44
|
-
|
|
45
|
-
private
|
|
46
|
-
private
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
private
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
private
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
private
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
set c1(a: FontInfo);
|
|
71
|
-
private da;
|
|
72
|
-
get db(): any;
|
|
73
|
-
set db(a: any);
|
|
74
|
-
private ck;
|
|
75
|
-
get cl(): ColumnFilterCondition;
|
|
76
|
-
set cl(a: ColumnFilterCondition);
|
|
77
|
-
private d9;
|
|
78
|
-
get ea(): Brush;
|
|
79
|
-
set ea(a: Brush);
|
|
54
|
+
private d7;
|
|
55
|
+
private d3;
|
|
56
|
+
private ea;
|
|
57
|
+
get du(): DataSourceSchemaPropertyType;
|
|
58
|
+
set du(a: DataSourceSchemaPropertyType);
|
|
59
|
+
private dx;
|
|
60
|
+
get dy(): EditorType;
|
|
61
|
+
set dy(a: EditorType);
|
|
62
|
+
private eb;
|
|
63
|
+
get ec(): boolean;
|
|
64
|
+
set ec(a: boolean);
|
|
65
|
+
private d1;
|
|
66
|
+
get d2(): GridFilterOperandsCollection;
|
|
67
|
+
set d2(a: GridFilterOperandsCollection);
|
|
68
|
+
private d8;
|
|
69
|
+
get d9(): FontInfo;
|
|
70
|
+
set d9(a: FontInfo);
|
|
71
|
+
private ei;
|
|
72
|
+
get ej(): any;
|
|
73
|
+
set ej(a: any);
|
|
74
|
+
private ds;
|
|
75
|
+
get dt(): ColumnFilterCondition;
|
|
76
|
+
set dt(a: ColumnFilterCondition);
|
|
77
|
+
private fg;
|
|
78
|
+
get fh(): Brush;
|
|
79
|
+
set fh(a: Brush);
|
|
80
80
|
}
|
package/lib/GridCellBase.d.ts
CHANGED
|
@@ -5,8 +5,10 @@ import { IGridInfoRequestor } from "./IGridInfoRequestor";
|
|
|
5
5
|
import { ICellModelExportUpdater } from "./ICellModelExportUpdater";
|
|
6
6
|
import { DomRenderer, DomWrapper, NormalizedEvent } from "igniteui-angular-core";
|
|
7
7
|
import { Brush } from "igniteui-angular-core";
|
|
8
|
-
import {
|
|
8
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
9
|
+
import { Rect } from "igniteui-angular-core";
|
|
9
10
|
import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
|
|
11
|
+
import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
|
|
10
12
|
import { Color } from "igniteui-angular-core";
|
|
11
13
|
import { CellModel } from "./CellModel";
|
|
12
14
|
/**
|
|
@@ -20,116 +22,159 @@ export declare class GridCellBase extends Base implements INativeCell {
|
|
|
20
22
|
protected get f(): IGridInfoRequestor;
|
|
21
23
|
private c;
|
|
22
24
|
protected get d(): ICellModelExportUpdater;
|
|
23
|
-
private
|
|
24
|
-
get
|
|
25
|
-
private
|
|
26
|
-
get
|
|
27
|
-
private
|
|
25
|
+
private ai;
|
|
26
|
+
get ak(): DomRenderer;
|
|
27
|
+
private al;
|
|
28
|
+
get ap(): DomWrapper;
|
|
29
|
+
private w;
|
|
28
30
|
get isRemoved(): boolean;
|
|
29
31
|
set isRemoved(a: boolean);
|
|
30
|
-
private
|
|
31
|
-
private
|
|
32
|
-
private
|
|
33
|
-
private ap;
|
|
34
|
-
private ar;
|
|
35
|
-
private aq;
|
|
36
|
-
protected get a5(): number;
|
|
37
|
-
protected get a3(): number;
|
|
38
|
-
protected get a4(): number;
|
|
39
|
-
private av;
|
|
40
|
-
get a6(): number;
|
|
41
|
-
set a6(a: number);
|
|
42
|
-
private p;
|
|
43
|
-
get v(): boolean;
|
|
44
|
-
set v(a: boolean);
|
|
45
|
-
private q;
|
|
46
|
-
get w(): boolean;
|
|
47
|
-
set w(a: boolean);
|
|
48
|
-
private r;
|
|
49
|
-
get y(): boolean;
|
|
50
|
-
set y(a: boolean);
|
|
51
|
-
constructor(a: DomRenderer);
|
|
52
|
-
private bi;
|
|
53
|
-
by(): void;
|
|
54
|
-
private n;
|
|
55
|
-
get u(): boolean;
|
|
56
|
-
set u(a: boolean);
|
|
57
|
-
protected get_z(): boolean;
|
|
58
|
-
get z(): boolean;
|
|
32
|
+
private am;
|
|
33
|
+
private j;
|
|
34
|
+
private a0;
|
|
59
35
|
private ax;
|
|
60
36
|
private az;
|
|
61
37
|
private ay;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
private
|
|
66
|
-
|
|
38
|
+
protected get bd(): number;
|
|
39
|
+
protected get bb(): number;
|
|
40
|
+
protected get bc(): number;
|
|
41
|
+
private a3;
|
|
42
|
+
get bg(): number;
|
|
43
|
+
set bg(a: number);
|
|
44
|
+
private t;
|
|
45
|
+
get aa(): boolean;
|
|
46
|
+
set aa(a: boolean);
|
|
47
|
+
private u;
|
|
48
|
+
get ab(): boolean;
|
|
49
|
+
set ab(a: boolean);
|
|
50
|
+
private v;
|
|
51
|
+
get ad(): boolean;
|
|
52
|
+
set ad(a: boolean);
|
|
53
|
+
private ao;
|
|
54
|
+
private bn;
|
|
55
|
+
get b0(): string;
|
|
56
|
+
set b0(a: string);
|
|
57
|
+
private dl;
|
|
58
|
+
get dp(): Brush;
|
|
59
|
+
set dp(a: Brush);
|
|
60
|
+
private m;
|
|
61
|
+
get n(): FontInfo;
|
|
62
|
+
set n(a: FontInfo);
|
|
63
|
+
private x;
|
|
64
|
+
private ci;
|
|
65
|
+
private bm;
|
|
66
|
+
get bw(): string;
|
|
67
|
+
set bw(a: string);
|
|
68
|
+
private bl;
|
|
69
|
+
get bt(): string;
|
|
70
|
+
set bt(a: string);
|
|
71
|
+
private dk;
|
|
72
|
+
get dn(): Brush;
|
|
73
|
+
set dn(a: Brush);
|
|
74
|
+
private dj;
|
|
75
|
+
get dm(): Brush;
|
|
76
|
+
set dm(a: Brush);
|
|
77
|
+
private dq;
|
|
78
|
+
get dr(): Rect;
|
|
79
|
+
set dr(a: Rect);
|
|
67
80
|
private aj;
|
|
68
|
-
private
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
81
|
+
private an;
|
|
82
|
+
private l;
|
|
83
|
+
cj(): void;
|
|
84
|
+
ck(): void;
|
|
85
|
+
private c0;
|
|
86
|
+
constructor(a: DomRenderer);
|
|
87
|
+
private b7;
|
|
88
|
+
cr(): void;
|
|
89
|
+
private r;
|
|
90
|
+
get z(): boolean;
|
|
91
|
+
set z(a: boolean);
|
|
92
|
+
protected get_ae(): boolean;
|
|
93
|
+
get ae(): boolean;
|
|
94
|
+
private a5;
|
|
95
|
+
private a7;
|
|
96
|
+
private a6;
|
|
97
|
+
private a4;
|
|
98
|
+
c3(a: number, b: number, c: number, d: number): void;
|
|
99
|
+
private as;
|
|
100
|
+
private au;
|
|
72
101
|
private at;
|
|
102
|
+
private ar;
|
|
103
|
+
private di;
|
|
104
|
+
cu(a: Brush, b: number, c: number, d: number, e: number): void;
|
|
105
|
+
protected get_ac(): boolean;
|
|
106
|
+
get ac(): boolean;
|
|
107
|
+
private a1;
|
|
108
|
+
protected get be(): number;
|
|
109
|
+
private ba;
|
|
110
|
+
protected get bh(): number;
|
|
73
111
|
private a2;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
protected
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
private
|
|
112
|
+
protected get bf(): number;
|
|
113
|
+
cy(a: number, b: number): void;
|
|
114
|
+
c8(a: number, b: number): void;
|
|
115
|
+
protected c9(a: number, b: number, c: number, d: number): void;
|
|
116
|
+
b5(): void;
|
|
117
|
+
ct(a: Color): void;
|
|
118
|
+
private k;
|
|
81
119
|
private g;
|
|
120
|
+
private i;
|
|
121
|
+
c2(a: number): void;
|
|
122
|
+
cx(a: DomWrapper, b: FontInfo): void;
|
|
123
|
+
c6(a: DomWrapper, b: Brush): void;
|
|
124
|
+
c4(a: DomWrapper, b: Brush): void;
|
|
125
|
+
cw(a: DomWrapper, b: Brush): void;
|
|
126
|
+
c5(a: DomWrapper, b: string): void;
|
|
127
|
+
private ah;
|
|
128
|
+
private ag;
|
|
129
|
+
private static o;
|
|
130
|
+
private static bi;
|
|
131
|
+
private q;
|
|
132
|
+
private p;
|
|
133
|
+
dh(a: number): void;
|
|
134
|
+
df(a: number, b: number, c: number, d: number): void;
|
|
135
|
+
cf(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
|
|
82
136
|
private h;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
private
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
cg(a: number, b: number, c: number, d: number): void;
|
|
92
|
-
bq(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
|
|
93
|
-
ch(a: CellModel): void;
|
|
94
|
-
private t;
|
|
95
|
-
ce(a: CellContentHorizontalAlignment, b: CellContentVerticalAlignment): void;
|
|
96
|
-
cf(a: Brush): void;
|
|
97
|
-
bz(a: ICellActionManager): void;
|
|
98
|
-
b5(a: IGridInfoRequestor): void;
|
|
99
|
-
b2(a: ICellModelExportUpdater): void;
|
|
100
|
-
private a8;
|
|
101
|
-
private a9;
|
|
102
|
-
private ai;
|
|
103
|
-
private static a0;
|
|
104
|
-
private static ao;
|
|
105
|
-
private a1;
|
|
106
|
-
protected b4(a: DomWrapper, b: CellContentHorizontalAlignment): void;
|
|
107
|
-
protected b8(a: DomWrapper, b: CellContentVerticalAlignment): void;
|
|
108
|
-
protected aa(a: ICellActionManager): boolean;
|
|
137
|
+
cl(a: CellContentVerticalAlignment): void;
|
|
138
|
+
dg(a: CellModel): void;
|
|
139
|
+
private y;
|
|
140
|
+
dd(a: CellContentHorizontalAlignment, b: CellContentVerticalAlignment): void;
|
|
141
|
+
de(a: Brush): void;
|
|
142
|
+
cs(a: ICellActionManager): void;
|
|
143
|
+
c1(a: IGridInfoRequestor): void;
|
|
144
|
+
cv(a: ICellModelExportUpdater): void;
|
|
109
145
|
private bj;
|
|
110
|
-
private bn;
|
|
111
|
-
private bm;
|
|
112
|
-
private bl;
|
|
113
146
|
private bk;
|
|
114
|
-
private
|
|
115
|
-
private
|
|
116
|
-
private
|
|
117
|
-
private
|
|
118
|
-
|
|
119
|
-
|
|
147
|
+
private aq;
|
|
148
|
+
private static a8;
|
|
149
|
+
private static aw;
|
|
150
|
+
private a9;
|
|
151
|
+
protected cz(a: DomWrapper, b: CellContentHorizontalAlignment): void;
|
|
152
|
+
protected c7(a: DomWrapper, b: CellContentVerticalAlignment): void;
|
|
153
|
+
protected af(a: ICellActionManager): boolean;
|
|
154
|
+
private b8;
|
|
120
155
|
private cc;
|
|
121
|
-
private
|
|
156
|
+
private cb;
|
|
157
|
+
private ca;
|
|
158
|
+
private b9;
|
|
159
|
+
private cm;
|
|
160
|
+
private cp;
|
|
161
|
+
private cq;
|
|
162
|
+
private co;
|
|
163
|
+
private cn;
|
|
164
|
+
private da;
|
|
165
|
+
private db;
|
|
166
|
+
private dc;
|
|
122
167
|
onContactStarted(e_: NormalizedEvent, a: boolean): void;
|
|
123
168
|
onContactMoved(a: NormalizedEvent, b: boolean): void;
|
|
124
|
-
private
|
|
169
|
+
private av;
|
|
125
170
|
onContactCompleted(e_: NormalizedEvent, a: boolean): void;
|
|
126
|
-
|
|
127
|
-
|
|
171
|
+
ce(a: NormalizedEvent, b: boolean): void;
|
|
172
|
+
cd(a: NormalizedEvent, b: boolean): void;
|
|
128
173
|
onDoubleClick(a: NormalizedEvent): void;
|
|
129
|
-
private
|
|
130
|
-
protected
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
174
|
+
private s;
|
|
175
|
+
protected ch(a: string, b: any, c: any): void;
|
|
176
|
+
cg(): void;
|
|
177
|
+
b6(): void;
|
|
178
|
+
b4(): void;
|
|
134
179
|
detach(): void;
|
|
135
180
|
}
|
|
@@ -5,10 +5,6 @@ import { Base, Type } from "igniteui-angular-core";
|
|
|
5
5
|
export declare class GridConditionFilterStringErrorsParsingEventArgs extends Base {
|
|
6
6
|
static $t: Type;
|
|
7
7
|
constructor();
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
set propertyName(a: string);
|
|
11
|
-
private _errors;
|
|
12
|
-
get errors(): string;
|
|
13
|
-
set errors(a: string);
|
|
8
|
+
b: string;
|
|
9
|
+
a: string;
|
|
14
10
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class GridConditionalStyleFontInfo extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
private a;
|
|
9
|
+
get textStyle(): FontInfo;
|
|
10
|
+
set textStyle(a: FontInfo);
|
|
11
|
+
}
|
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
|
|
15
|
-
private
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
private
|
|
20
|
-
get
|
|
21
|
-
get
|
|
22
|
-
set
|
|
13
|
+
private dy;
|
|
14
|
+
private ds;
|
|
15
|
+
private dt;
|
|
16
|
+
private d0;
|
|
17
|
+
private du;
|
|
18
|
+
private dv;
|
|
19
|
+
private dx;
|
|
20
|
+
get dz(): DomWrapper;
|
|
21
|
+
get dw(): number;
|
|
22
|
+
set dw(a: number);
|
|
23
23
|
constructor(a: DomRenderer);
|
|
24
|
-
private
|
|
25
|
-
|
|
26
|
-
private
|
|
27
|
-
|
|
28
|
-
private
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
protected
|
|
33
|
-
protected
|
|
24
|
+
private d3;
|
|
25
|
+
d4(a: string, b: ImageResourceType): void;
|
|
26
|
+
private d2;
|
|
27
|
+
d7(a: ImageStretchOptions): void;
|
|
28
|
+
private d8;
|
|
29
|
+
d1(): void;
|
|
30
|
+
d5(a: CellContentHorizontalAlignment): void;
|
|
31
|
+
d6(a: CellContentVerticalAlignment): void;
|
|
32
|
+
protected get_ae(): boolean;
|
|
33
|
+
protected ch(a: string, b: any, c: any): void;
|
|
34
34
|
}
|
|
@@ -11,10 +11,10 @@ import { FontInfo } from "igniteui-angular-core";
|
|
|
11
11
|
import { ColumnWidth } from "./ColumnWidth";
|
|
12
12
|
import { SortMode } from "./SortMode";
|
|
13
13
|
import { IDataSourceUpdateNotifier } from "igniteui-angular-core";
|
|
14
|
+
import { Thickness } from "igniteui-angular-core";
|
|
14
15
|
import { CornerRadius } from "igniteui-angular-core";
|
|
15
16
|
import { Brush } from "igniteui-angular-core";
|
|
16
17
|
import { BaseControlTheme } from "igniteui-angular-core";
|
|
17
|
-
import { Thickness } from "igniteui-angular-core";
|
|
18
18
|
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
19
19
|
import { InputGroupDisplayType } from "igniteui-angular-inputs";
|
|
20
20
|
import { MultiColumnComboBoxTextChangedEventArgs } from "./MultiColumnComboBoxTextChangedEventArgs";
|
package/lib/NumericCell.d.ts
CHANGED
|
@@ -7,5 +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
|
|
10
|
+
protected ch(a: string, b: any, c: any): void;
|
|
11
|
+
b5(): void;
|
|
11
12
|
}
|