igniteui-webcomponents-data-grids 6.0.1 → 6.0.2-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-webcomponents-data-grids.umd.js +12298 -10495
- package/bundles/igniteui-webcomponents-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 +8409 -7998
- 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 +308 -308
- 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 +11 -11
- 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 +326 -205
- 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 +8 -8
- 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/TextIconSetConditionalStyle.js +14 -9
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +301 -190
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +284 -160
- package/esm2015/lib/igc-data-grid-component.js +64 -4
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +66 -65
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm2015/lib/igc-grid-conditional-style-font-info-component.js +214 -0
- package/esm2015/lib/igc-grid-conditional-style-font-info-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +101 -35
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/public_api.js +4 -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 +8205 -7695
- 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 +11 -11
- 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 +343 -194
- 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 +8 -8
- 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/TextIconSetConditionalStyle.js +14 -9
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +349 -190
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +332 -160
- package/esm5/lib/igc-data-grid-component.js +68 -4
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +66 -65
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm5/lib/igc-grid-conditional-style-font-info-component.js +232 -0
- package/esm5/lib/igc-grid-conditional-style-font-info-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +128 -34
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/public_api.js +4 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +12290 -10806
- package/fesm5/igniteui-webcomponents-data-grids.js +12295 -10497
- package/lib/ColumnFilterCondition_combined.d.ts +1999 -1901
- 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/GridConditionalStyleProperty.d.ts +84 -61
- 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/igc-cell-info.d.ts +58 -0
- package/lib/igc-data-grid-column-component.d.ts +62 -1
- package/lib/igc-data-grid-component.d.ts +15 -1
- package/lib/igc-definition-base-component.d.ts +1 -1
- package/lib/igc-grid-conditional-style-font-info-component.d.ts +44 -0
- package/lib/igc-grid-conditional-style-font-info-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +17 -2
- package/package.json +41 -41
- package/public_api.d.ts +4 -0
|
@@ -2,6 +2,7 @@ import { Base, INotifyPropertyChanged, PropertyChangedEventArgs, Type } from "ig
|
|
|
2
2
|
import { GridConditionalStylePropertyStylingType } from "./GridConditionalStylePropertyStylingType";
|
|
3
3
|
import { GridConditionalStyleBoundType } from "./GridConditionalStyleBoundType";
|
|
4
4
|
import { IFilterExpression } from "igniteui-webcomponents-core";
|
|
5
|
+
import { GridConditionalStyleFontInfo } from "./GridConditionalStyleFontInfo";
|
|
5
6
|
import { Brush } from "igniteui-webcomponents-core";
|
|
6
7
|
import { BrushCollection } from "igniteui-webcomponents-core";
|
|
7
8
|
import { GridConditionFilterStringErrorsParsingEventArgs } from "./GridConditionFilterStringErrorsParsingEventArgs";
|
|
@@ -10,93 +11,114 @@ import { GridConditionFilterStringErrorsParsingEventArgs } from "./GridCondition
|
|
|
10
11
|
*/
|
|
11
12
|
export declare class GridConditionalStyleProperty extends Base implements INotifyPropertyChanged {
|
|
12
13
|
static $t: Type;
|
|
13
|
-
private
|
|
14
|
-
get
|
|
15
|
-
set
|
|
14
|
+
private ak;
|
|
15
|
+
get al(): GridConditionalStylePropertyStylingType;
|
|
16
|
+
set al(a: GridConditionalStylePropertyStylingType);
|
|
16
17
|
private af;
|
|
17
18
|
get ah(): GridConditionalStyleBoundType;
|
|
18
19
|
set ah(a: GridConditionalStyleBoundType);
|
|
19
20
|
private ae;
|
|
20
21
|
get ag(): GridConditionalStyleBoundType;
|
|
21
22
|
set ag(a: GridConditionalStyleBoundType);
|
|
22
|
-
private
|
|
23
|
-
get
|
|
24
|
-
set
|
|
23
|
+
private br;
|
|
24
|
+
get cs(): string;
|
|
25
|
+
set cs(a: string);
|
|
25
26
|
private k;
|
|
26
27
|
get w(): IFilterExpression;
|
|
27
28
|
set w(a: IFilterExpression);
|
|
28
|
-
private
|
|
29
|
-
get
|
|
30
|
-
set
|
|
29
|
+
private bo;
|
|
30
|
+
get b5(): string;
|
|
31
|
+
set b5(a: string);
|
|
31
32
|
private g;
|
|
32
33
|
get s(): IFilterExpression;
|
|
33
34
|
set s(a: IFilterExpression);
|
|
34
35
|
private m;
|
|
35
36
|
get y(): IFilterExpression;
|
|
36
37
|
set y(a: IFilterExpression);
|
|
37
|
-
private
|
|
38
|
-
get
|
|
39
|
-
set
|
|
38
|
+
private bq;
|
|
39
|
+
get cn(): string;
|
|
40
|
+
set cn(a: string);
|
|
40
41
|
private i;
|
|
41
42
|
get u(): IFilterExpression;
|
|
42
43
|
set u(a: IFilterExpression);
|
|
43
44
|
private l;
|
|
44
45
|
get x(): IFilterExpression;
|
|
45
46
|
set x(a: IFilterExpression);
|
|
46
|
-
private
|
|
47
|
-
get
|
|
48
|
-
set
|
|
47
|
+
private bp;
|
|
48
|
+
get ch(): string;
|
|
49
|
+
set ch(a: string);
|
|
49
50
|
private h;
|
|
50
51
|
get t(): IFilterExpression;
|
|
51
52
|
set t(a: IFilterExpression);
|
|
52
53
|
private r;
|
|
53
54
|
get ad(): IFilterExpression;
|
|
54
55
|
set ad(a: IFilterExpression);
|
|
55
|
-
private
|
|
56
|
-
get
|
|
57
|
-
set
|
|
56
|
+
private bt;
|
|
57
|
+
get cz(): string;
|
|
58
|
+
set cz(a: string);
|
|
58
59
|
private j;
|
|
59
60
|
get v(): IFilterExpression;
|
|
60
61
|
set v(a: IFilterExpression);
|
|
61
|
-
private a7;
|
|
62
|
-
get bc(): any;
|
|
63
|
-
set bc(a: any);
|
|
64
|
-
private al;
|
|
65
|
-
get as(): boolean;
|
|
66
|
-
set as(a: boolean);
|
|
67
62
|
private a3;
|
|
68
|
-
get
|
|
69
|
-
set
|
|
70
|
-
private
|
|
71
|
-
get
|
|
72
|
-
set
|
|
73
|
-
private
|
|
74
|
-
get
|
|
75
|
-
set
|
|
76
|
-
private
|
|
77
|
-
get
|
|
78
|
-
set
|
|
63
|
+
get a7(): number;
|
|
64
|
+
set a7(a: number);
|
|
65
|
+
private bb;
|
|
66
|
+
get bc(): number;
|
|
67
|
+
set bc(a: number);
|
|
68
|
+
private an;
|
|
69
|
+
get ap(): boolean;
|
|
70
|
+
set ap(a: boolean);
|
|
71
|
+
private ax;
|
|
72
|
+
get a0(): Date;
|
|
73
|
+
set a0(a: Date);
|
|
74
|
+
private ai;
|
|
75
|
+
get aj(): GridConditionalStyleFontInfo;
|
|
76
|
+
set aj(a: GridConditionalStyleFontInfo);
|
|
77
|
+
private bg;
|
|
78
|
+
get bm(): any;
|
|
79
|
+
set bm(a: any);
|
|
80
|
+
private bs;
|
|
81
|
+
get cv(): string;
|
|
82
|
+
set cv(a: string);
|
|
83
|
+
private c5;
|
|
84
|
+
get c8(): Brush;
|
|
85
|
+
set c8(a: Brush);
|
|
86
|
+
private ao;
|
|
87
|
+
get aw(): boolean;
|
|
88
|
+
set aw(a: boolean);
|
|
89
|
+
private bd;
|
|
90
|
+
get bj(): any;
|
|
91
|
+
set bj(a: any);
|
|
92
|
+
private c7;
|
|
93
|
+
get da(): Brush;
|
|
94
|
+
set da(a: Brush);
|
|
95
|
+
private c6;
|
|
96
|
+
get c9(): Brush;
|
|
97
|
+
set c9(a: Brush);
|
|
98
|
+
private bf;
|
|
99
|
+
get bl(): any;
|
|
100
|
+
set bl(a: any);
|
|
101
|
+
private be;
|
|
102
|
+
get bk(): any;
|
|
103
|
+
set bk(a: any);
|
|
104
|
+
private bh;
|
|
105
|
+
get bn(): any;
|
|
106
|
+
set bn(a: any);
|
|
79
107
|
private a4;
|
|
80
|
-
get
|
|
81
|
-
set
|
|
108
|
+
get a8(): number;
|
|
109
|
+
set a8(a: number);
|
|
82
110
|
private a6;
|
|
83
|
-
get
|
|
84
|
-
set
|
|
85
|
-
private
|
|
86
|
-
get
|
|
87
|
-
set
|
|
88
|
-
private az;
|
|
89
|
-
get a2(): number;
|
|
90
|
-
set a2(a: number);
|
|
111
|
+
get ba(): number;
|
|
112
|
+
set ba(a: number);
|
|
113
|
+
private a5;
|
|
114
|
+
get a9(): number;
|
|
115
|
+
set a9(a: number);
|
|
91
116
|
private ay;
|
|
92
|
-
get a1():
|
|
93
|
-
set a1(a:
|
|
94
|
-
private
|
|
95
|
-
get
|
|
96
|
-
set
|
|
97
|
-
private au;
|
|
98
|
-
get aw(): Date;
|
|
99
|
-
set aw(a: Date);
|
|
117
|
+
get a1(): Date;
|
|
118
|
+
set a1(a: Date);
|
|
119
|
+
private az;
|
|
120
|
+
get a2(): Date;
|
|
121
|
+
set a2(a: Date);
|
|
100
122
|
private e;
|
|
101
123
|
get f(): BrushCollection;
|
|
102
124
|
set f(a: BrushCollection);
|
|
@@ -106,14 +128,14 @@ export declare class GridConditionalStyleProperty extends Base implements INotif
|
|
|
106
128
|
private a;
|
|
107
129
|
get c(): any[];
|
|
108
130
|
set c(a: any[]);
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
get
|
|
112
|
-
get
|
|
113
|
-
get
|
|
114
|
-
get
|
|
115
|
-
protected
|
|
116
|
-
protected
|
|
131
|
+
ar: boolean;
|
|
132
|
+
aq: boolean;
|
|
133
|
+
get av(): boolean;
|
|
134
|
+
get at(): boolean;
|
|
135
|
+
get as(): boolean;
|
|
136
|
+
get au(): boolean;
|
|
137
|
+
protected c3(a: string, b: any, c: any): void;
|
|
138
|
+
protected c4(a: string, b: any, c: any): void;
|
|
117
139
|
filterStringErrorsParsing: (sender: any, args: GridConditionFilterStringErrorsParsingEventArgs) => void;
|
|
118
140
|
private n;
|
|
119
141
|
private z;
|
|
@@ -124,4 +146,5 @@ export declare class GridConditionalStyleProperty extends Base implements INotif
|
|
|
124
146
|
private q;
|
|
125
147
|
private ac;
|
|
126
148
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
149
|
+
bi(a: Type): any;
|
|
127
150
|
}
|
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-webcomponents-core";
|
|
|
11
11
|
import { ColumnWidth } from "./ColumnWidth";
|
|
12
12
|
import { SortMode } from "./SortMode";
|
|
13
13
|
import { IDataSourceUpdateNotifier } from "igniteui-webcomponents-core";
|
|
14
|
+
import { Thickness } from "igniteui-webcomponents-core";
|
|
14
15
|
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
15
16
|
import { Brush } from "igniteui-webcomponents-core";
|
|
16
17
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
17
|
-
import { Thickness } from "igniteui-webcomponents-core";
|
|
18
18
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
19
19
|
import { InputGroupDisplayType } from "igniteui-webcomponents-inputs";
|
|
20
20
|
import { MultiColumnComboBoxTextChangedEventArgs } from "./MultiColumnComboBoxTextChangedEventArgs";
|
package/lib/NumericCell.d.ts
CHANGED
|
@@ -7,5 +7,6 @@ import { Type } from "igniteui-webcomponents-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
|
}
|
|
@@ -6,9 +6,9 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class SectionHeaderCell extends GridCellBase {
|
|
8
8
|
static $t: Type;
|
|
9
|
-
private
|
|
10
|
-
get
|
|
9
|
+
private ds;
|
|
10
|
+
get dt(): DomWrapper;
|
|
11
11
|
constructor(a: DomRenderer);
|
|
12
|
-
protected
|
|
13
|
-
protected
|
|
12
|
+
protected get_ae(): boolean;
|
|
13
|
+
protected ch(a: string, b: any, c: any): void;
|
|
14
14
|
}
|
package/lib/SummaryCell.d.ts
CHANGED
|
@@ -6,16 +6,16 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class SummaryCell extends GridCellBase {
|
|
8
8
|
static $t: Type;
|
|
9
|
-
private
|
|
10
|
-
get
|
|
11
|
-
private
|
|
12
|
-
get
|
|
13
|
-
private
|
|
14
|
-
private
|
|
15
|
-
|
|
16
|
-
private
|
|
17
|
-
|
|
9
|
+
private ds;
|
|
10
|
+
get dv(): DomWrapper;
|
|
11
|
+
private dt;
|
|
12
|
+
get dw(): DomWrapper;
|
|
13
|
+
private du;
|
|
14
|
+
private dy;
|
|
15
|
+
c8(a: number, b: number): void;
|
|
16
|
+
private dx;
|
|
17
|
+
cy(a: number, b: number): void;
|
|
18
18
|
constructor(a: DomRenderer);
|
|
19
|
-
protected
|
|
20
|
-
protected
|
|
19
|
+
protected get_ae(): boolean;
|
|
20
|
+
protected ch(a: string, b: any, c: any): void;
|
|
21
21
|
}
|
package/lib/TemplateCell.d.ts
CHANGED
|
@@ -7,11 +7,11 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TemplateCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
10
|
+
private ds;
|
|
11
|
+
get dt(): TemplateCellContainer;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
|
-
protected
|
|
14
|
-
protected
|
|
15
|
-
|
|
16
|
-
private
|
|
13
|
+
protected get_ae(): boolean;
|
|
14
|
+
protected ch(a: string, b: any, c: any): void;
|
|
15
|
+
b6(): void;
|
|
16
|
+
private du;
|
|
17
17
|
}
|
package/lib/TemplateHeader.d.ts
CHANGED
|
@@ -12,8 +12,8 @@ export declare class TemplateHeader extends Header {
|
|
|
12
12
|
static $t: Type;
|
|
13
13
|
constructor();
|
|
14
14
|
protected n(a: CellPath): CellModel;
|
|
15
|
-
protected
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
16
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
17
|
+
hr(a: TemplateHeaderCellModel, b: any): void;
|
|
18
18
|
cellUpdating: (sender: any, args: TemplateHeaderCellUpdatingEventArgs) => void;
|
|
19
19
|
}
|
|
@@ -7,8 +7,8 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TemplateHeaderCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
10
|
+
private ds;
|
|
11
|
+
get dt(): TemplateCellContainer;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
|
-
protected
|
|
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 n2: number;
|
|
10
|
+
private n0;
|
|
11
|
+
get n1(): boolean;
|
|
12
|
+
set n1(a: boolean);
|
|
13
|
+
mk(a: string, b: any): void;
|
|
14
|
+
lw(a: string): Type;
|
|
15
|
+
ia(a: string): any;
|
|
16
16
|
b(a: CellModelExport): CellModelExport;
|
|
17
17
|
}
|
|
@@ -10,8 +10,8 @@ import { TemplateSectionHeaderCellUpdatingEventArgs } from "./TemplateSectionHea
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class TemplateSectionHeader extends SectionHeader {
|
|
12
12
|
static $t: Type;
|
|
13
|
-
protected
|
|
13
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
14
14
|
protected n(a: CellPath): CellModel;
|
|
15
|
-
|
|
15
|
+
hv(a: TemplateSectionHeaderCellModel, b: any): void;
|
|
16
16
|
cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
|
|
17
17
|
}
|
package/lib/TextCell.d.ts
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
import { GridCellBase } from "./GridCellBase";
|
|
2
2
|
import { DomWrapper, DomRenderer } from "igniteui-webcomponents-core";
|
|
3
3
|
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
4
5
|
/**
|
|
5
6
|
* @hidden
|
|
6
7
|
*/
|
|
7
8
|
export declare class TextCell extends GridCellBase {
|
|
8
9
|
static $t: Type;
|
|
9
|
-
private
|
|
10
|
-
get
|
|
11
|
-
private
|
|
12
|
-
|
|
13
|
-
private
|
|
14
|
-
|
|
10
|
+
private ds;
|
|
11
|
+
get dt(): DomWrapper;
|
|
12
|
+
private dv;
|
|
13
|
+
c8(a: number, b: number): void;
|
|
14
|
+
private du;
|
|
15
|
+
cy(a: number, b: number): void;
|
|
15
16
|
constructor(a: DomRenderer);
|
|
16
|
-
|
|
17
|
-
protected
|
|
17
|
+
cx(a: DomWrapper, b: FontInfo): void;
|
|
18
|
+
protected get_ae(): boolean;
|
|
19
|
+
protected ch(a: string, b: any, c: any): void;
|
|
18
20
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* Indicates how to decorate cell text.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum TextCellDecoration {
|
|
6
|
+
/**
|
|
7
|
+
* No decorations are applied.
|
|
8
|
+
*/
|
|
9
|
+
None = 0,
|
|
10
|
+
/**
|
|
11
|
+
* Draws a line through the middle of the text.
|
|
12
|
+
*/
|
|
13
|
+
Strikethrough = 1,
|
|
14
|
+
/**
|
|
15
|
+
* Draws a line above the text.
|
|
16
|
+
*/
|
|
17
|
+
Overline = 2,
|
|
18
|
+
/**
|
|
19
|
+
* Draws a line beneath the text.
|
|
20
|
+
*/
|
|
21
|
+
Underline = 3
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @hidden
|
|
25
|
+
*/
|
|
26
|
+
export declare let TextCellDecoration_$type: Type;
|
package/lib/TextHeaderCell.d.ts
CHANGED
|
@@ -6,49 +6,51 @@ import { ColumnOptionsIconBehavior } from "./ColumnOptionsIconBehavior";
|
|
|
6
6
|
import { ColumnOptionsIconAlignment } from "./ColumnOptionsIconAlignment";
|
|
7
7
|
import { ICellActionManager } from "./ICellActionManager";
|
|
8
8
|
import { Type } from "igniteui-webcomponents-core";
|
|
9
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
9
10
|
import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
|
|
10
11
|
/**
|
|
11
12
|
* @hidden
|
|
12
13
|
*/
|
|
13
14
|
export declare class TextHeaderCell extends GridCellBase {
|
|
14
15
|
static $t: Type;
|
|
15
|
-
private
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
private
|
|
20
|
-
get
|
|
21
|
-
get
|
|
22
|
-
get
|
|
23
|
-
private
|
|
24
|
-
get
|
|
25
|
-
set
|
|
26
|
-
get
|
|
27
|
-
set
|
|
28
|
-
protected
|
|
29
|
-
private
|
|
30
|
-
private
|
|
31
|
-
|
|
32
|
-
private
|
|
33
|
-
|
|
34
|
-
|
|
16
|
+
private d3;
|
|
17
|
+
private dz;
|
|
18
|
+
private dx;
|
|
19
|
+
private dt;
|
|
20
|
+
private ds;
|
|
21
|
+
get d6(): DomWrapper;
|
|
22
|
+
get d0(): GridSortIndicator;
|
|
23
|
+
get dy(): GridFilterDialog;
|
|
24
|
+
private dv;
|
|
25
|
+
get dw(): ColumnOptionsIconBehavior;
|
|
26
|
+
set dw(a: ColumnOptionsIconBehavior);
|
|
27
|
+
get du(): ColumnOptionsIconAlignment;
|
|
28
|
+
set du(a: ColumnOptionsIconAlignment);
|
|
29
|
+
protected af(a: ICellActionManager): boolean;
|
|
30
|
+
private d5;
|
|
31
|
+
private d8;
|
|
32
|
+
c8(a: number, b: number): void;
|
|
33
|
+
private d7;
|
|
34
|
+
cy(a: number, b: number): void;
|
|
35
|
+
cx(a: DomWrapper, b: FontInfo): void;
|
|
36
|
+
protected c9(a: number, b: number, c: number, d: number): void;
|
|
35
37
|
constructor(a: DomRenderer);
|
|
36
|
-
private
|
|
37
|
-
private
|
|
38
|
-
private
|
|
39
|
-
private
|
|
40
|
-
private
|
|
41
|
-
private
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
private
|
|
45
|
-
private
|
|
46
|
-
protected
|
|
47
|
-
private
|
|
38
|
+
private eb;
|
|
39
|
+
private ei;
|
|
40
|
+
private eh;
|
|
41
|
+
private ed;
|
|
42
|
+
private ee;
|
|
43
|
+
private ec;
|
|
44
|
+
cf(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
|
|
45
|
+
c3(a: number, b: number, c: number, d: number): void;
|
|
46
|
+
private eg;
|
|
47
|
+
private ef;
|
|
48
|
+
protected ch(a: string, b: any, c: any): void;
|
|
49
|
+
private d1;
|
|
48
50
|
onContactStarted(e_: NormalizedEvent, a: boolean): void;
|
|
49
51
|
onContactCompleted(e_: NormalizedEvent, a: boolean): void;
|
|
50
52
|
detach(): void;
|
|
51
|
-
protected
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
protected get_ac(): boolean;
|
|
54
|
+
d4: DomWrapper;
|
|
55
|
+
d2: boolean;
|
|
54
56
|
}
|
|
@@ -8,14 +8,14 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class VerticalSeparatorCell extends GridCellBase {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
private
|
|
12
|
-
private
|
|
13
|
-
private
|
|
14
|
-
private
|
|
11
|
+
private dt;
|
|
12
|
+
private ds;
|
|
13
|
+
private du;
|
|
14
|
+
private dv;
|
|
15
15
|
constructor(a: DomRenderer);
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
private
|
|
20
|
-
private
|
|
16
|
+
cu(a: Brush, b: number, c: number, d: number, e: number): void;
|
|
17
|
+
c8(a: number, b: number): void;
|
|
18
|
+
ct(a: Color): void;
|
|
19
|
+
private dx;
|
|
20
|
+
private dw;
|
|
21
21
|
}
|
package/lib/igc-cell-info.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import { ColumnSortDirection } from "./ColumnSortDirection";
|
|
|
5
5
|
import { CellModel as CellModel_internal } from "./CellModel";
|
|
6
6
|
import { ICellActionManager } from "./ICellActionManager";
|
|
7
7
|
import { PinnedPositions } from './PinnedPositions';
|
|
8
|
+
import { TextCellDecoration } from "./TextCellDecoration";
|
|
8
9
|
/**
|
|
9
10
|
* Represents info about the current cell.
|
|
10
11
|
*/
|
|
@@ -309,6 +310,63 @@ export declare abstract class IgcCellInfo {
|
|
|
309
310
|
set font(v: string);
|
|
310
311
|
get actualFont(): string;
|
|
311
312
|
set actualFont(v: string);
|
|
313
|
+
/**
|
|
314
|
+
* Gets or sets the text to display in the suffix area of the cell.
|
|
315
|
+
*/
|
|
316
|
+
get suffixText(): string;
|
|
317
|
+
set suffixText(v: string);
|
|
318
|
+
/**
|
|
319
|
+
* Gets or sets the color of the suffix text for the cell, if any.
|
|
320
|
+
*/
|
|
321
|
+
get suffixTextColor(): string;
|
|
322
|
+
set suffixTextColor(v: string);
|
|
323
|
+
get suffixTextFont(): string;
|
|
324
|
+
set suffixTextFont(v: string);
|
|
325
|
+
/**
|
|
326
|
+
* Gets or sets the icon to display in the suffix area of the cell.
|
|
327
|
+
*/
|
|
328
|
+
get suffixIconName(): string;
|
|
329
|
+
set suffixIconName(v: string);
|
|
330
|
+
/**
|
|
331
|
+
* Gets or sets the icon to display in the suffix area of the cell.
|
|
332
|
+
*/
|
|
333
|
+
get suffixIconCollectionName(): string;
|
|
334
|
+
set suffixIconCollectionName(v: string);
|
|
335
|
+
/**
|
|
336
|
+
* Gets or sets the stroke color of the suffix icon.
|
|
337
|
+
*/
|
|
338
|
+
get suffixIconStroke(): string;
|
|
339
|
+
set suffixIconStroke(v: string);
|
|
340
|
+
/**
|
|
341
|
+
* Gets or sets the fill color of the suffix icon.
|
|
342
|
+
*/
|
|
343
|
+
get suffixIconFill(): string;
|
|
344
|
+
set suffixIconFill(v: string);
|
|
345
|
+
/**
|
|
346
|
+
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
347
|
+
*/
|
|
348
|
+
get suffixIconViewBoxLeft(): number;
|
|
349
|
+
set suffixIconViewBoxLeft(v: number);
|
|
350
|
+
/**
|
|
351
|
+
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
352
|
+
*/
|
|
353
|
+
get suffixIconViewBoxTop(): number;
|
|
354
|
+
set suffixIconViewBoxTop(v: number);
|
|
355
|
+
/**
|
|
356
|
+
* Gets or sets the suffix icon's viewbox width.
|
|
357
|
+
*/
|
|
358
|
+
get suffixIconViewBoxWidth(): number;
|
|
359
|
+
set suffixIconViewBoxWidth(v: number);
|
|
360
|
+
/**
|
|
361
|
+
* Gets or sets the suffix icon's viewbox height.
|
|
362
|
+
*/
|
|
363
|
+
get suffixIconViewBoxHeight(): number;
|
|
364
|
+
set suffixIconViewBoxHeight(v: number);
|
|
365
|
+
/**
|
|
366
|
+
* Gets or sets the text decorations to apply to the cell text.
|
|
367
|
+
*/
|
|
368
|
+
get textDecoration(): TextCellDecoration;
|
|
369
|
+
set textDecoration(v: TextCellDecoration);
|
|
312
370
|
/**
|
|
313
371
|
* Gets or sets the line break mode to use if text is present in the cell.
|
|
314
372
|
*/
|