igniteui-angular-data-grids 20.0.0-beta.1 → 20.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +3900 -3533
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
- package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm2015/lib/CanvasGridCellBase.js +1 -1
- package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
- package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CellPresenterBase.js +5 -5
- package/esm2015/lib/CheckboxListView_combined.js +479 -435
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +2442 -2384
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +4 -4
- package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -6
- package/esm2015/lib/EditorCellPresenter.js +19 -19
- package/esm2015/lib/FilterCellPresenter.js +11 -11
- package/esm2015/lib/FormatCellEventArgs.js +31 -0
- package/esm2015/lib/GridCellBase.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
- package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCellPresenter.js +6 -6
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCellPresenter.js +9 -6
- package/esm2015/lib/PropertyEditorView_combined.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +20 -15
- package/esm2015/lib/TextHeaderCell.js +6 -5
- package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
- package/esm2015/lib/igx-cell-info.js +58 -49
- package/esm2015/lib/igx-checkbox-list-component.js +58 -55
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +121 -97
- package/esm2015/lib/igx-data-grid-sort-indicator-component.js +20 -12
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-format-cell-event-args.js +82 -0
- 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-summary-cell-info.js +9 -9
- 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 +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +3 -3
- package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm5/lib/CanvasGridCellBase.js +1 -1
- package/esm5/lib/CanvasImageCellPresenter.js +6 -6
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +20 -15
- package/esm5/lib/CanvasTextHeaderCell.js +4 -4
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm5/lib/CellPresenterBase.js +5 -5
- package/esm5/lib/CheckboxListView_combined.js +461 -413
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +4 -4
- package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -6
- package/esm5/lib/EditorCellPresenter.js +19 -19
- package/esm5/lib/FilterCellPresenter.js +11 -11
- package/esm5/lib/FormatCellEventArgs.js +37 -0
- package/esm5/lib/GridCellBase.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +9 -4
- package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCellPresenter.js +6 -6
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCellPresenter.js +9 -6
- package/esm5/lib/PropertyEditorView_combined.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +20 -15
- package/esm5/lib/TextHeaderCell.js +6 -5
- package/esm5/lib/TextHeaderCellPresenter.js +16 -16
- package/esm5/lib/igx-cell-info.js +62 -49
- package/esm5/lib/igx-checkbox-list-component.js +62 -55
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +126 -97
- package/esm5/lib/igx-data-grid-sort-indicator-component.js +24 -12
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-format-cell-event-args.js +112 -0
- 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-summary-cell-info.js +9 -9
- 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 +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +3969 -3666
- package/fesm5/igniteui-angular-data-grids.js +3900 -3535
- package/lib/CanvasTextCellPresenter.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +127 -120
- package/lib/ColumnFilterCondition_combined.d.ts +643 -636
- package/lib/FormatCellEventArgs.d.ts +15 -0
- package/lib/GridSortIndicatorView_combined.d.ts +41 -38
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCellPresenter.d.ts +1 -0
- package/lib/igx-cell-info.d.ts +5 -0
- package/lib/igx-checkbox-list-component.d.ts +2 -0
- package/lib/igx-data-grid-column-component.d.ts +10 -1
- package/lib/igx-data-grid-sort-indicator-component.d.ts +4 -1
- package/lib/igx-format-cell-event-args.d.ts +45 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -28,10 +28,10 @@ var IgxTemplateHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
29
29
|
*/
|
|
30
30
|
get: function () {
|
|
31
|
-
return this.i.
|
|
31
|
+
return this.i.mo;
|
|
32
32
|
},
|
|
33
33
|
set: function (v) {
|
|
34
|
-
this.i.
|
|
34
|
+
this.i.mo = ensureBool(v);
|
|
35
35
|
},
|
|
36
36
|
enumerable: false,
|
|
37
37
|
configurable: true
|
|
@@ -27,10 +27,10 @@ var IgxTextCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27
27
|
* Sets or gets the text value for the cell.
|
|
28
28
|
*/
|
|
29
29
|
get: function () {
|
|
30
|
-
return this.i.
|
|
30
|
+
return this.i.ml;
|
|
31
31
|
},
|
|
32
32
|
set: function (v) {
|
|
33
|
-
this.i.
|
|
33
|
+
this.i.ml = v;
|
|
34
34
|
},
|
|
35
35
|
enumerable: false,
|
|
36
36
|
configurable: true
|
|
@@ -46,10 +46,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
46
|
* Gets or sets the editor type used for editing cells in this column.
|
|
47
47
|
*/
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.n5;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.n5 = ensureEnum(EditorType_$type, v);
|
|
53
53
|
},
|
|
54
54
|
enumerable: false,
|
|
55
55
|
configurable: true
|
|
@@ -59,10 +59,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
* Gets or sets the ComboBox data source.
|
|
60
60
|
*/
|
|
61
61
|
get: function () {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.n6;
|
|
63
63
|
},
|
|
64
64
|
set: function (v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.n6 = v;
|
|
66
66
|
},
|
|
67
67
|
enumerable: false,
|
|
68
68
|
configurable: true
|
|
@@ -72,10 +72,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
* Gets or sets the ComboBox text field.
|
|
73
73
|
*/
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.n8;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.n8 = v;
|
|
79
79
|
},
|
|
80
80
|
enumerable: false,
|
|
81
81
|
configurable: true
|
|
@@ -85,10 +85,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85
85
|
* Gets or sets the ComboBox value field.
|
|
86
86
|
*/
|
|
87
87
|
get: function () {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.n9;
|
|
89
89
|
},
|
|
90
90
|
set: function (v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.n9 = v;
|
|
92
92
|
},
|
|
93
93
|
enumerable: false,
|
|
94
94
|
configurable: true
|
|
@@ -31,20 +31,20 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31
31
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
32
32
|
*/
|
|
33
33
|
get: function () {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.mu;
|
|
35
35
|
},
|
|
36
36
|
set: function (v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.mu = ensureBool(v);
|
|
38
38
|
},
|
|
39
39
|
enumerable: false,
|
|
40
40
|
configurable: true
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
|
|
43
43
|
get: function () {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.ms;
|
|
45
45
|
},
|
|
46
46
|
set: function (v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.ms = ensureEnum(SortIndicatorStyle_$type, v);
|
|
48
48
|
},
|
|
49
49
|
enumerable: false,
|
|
50
50
|
configurable: true
|
|
@@ -54,10 +54,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
54
54
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
55
55
|
*/
|
|
56
56
|
get: function () {
|
|
57
|
-
return this.i.
|
|
57
|
+
return this.i.mo;
|
|
58
58
|
},
|
|
59
59
|
set: function (v) {
|
|
60
|
-
this.i.
|
|
60
|
+
this.i.mo = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
61
61
|
},
|
|
62
62
|
enumerable: false,
|
|
63
63
|
configurable: true
|
|
@@ -67,10 +67,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
67
67
|
* Gets or sets the color for the column options icon in the header.
|
|
68
68
|
*/
|
|
69
69
|
get: function () {
|
|
70
|
-
return brushToString(this.i.
|
|
70
|
+
return brushToString(this.i.m6);
|
|
71
71
|
},
|
|
72
72
|
set: function (v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.m6 = stringToBrush(v);
|
|
74
74
|
},
|
|
75
75
|
enumerable: false,
|
|
76
76
|
configurable: true
|
|
@@ -80,10 +80,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80
80
|
* Gets or sets how the column option icon will behave in the header.
|
|
81
81
|
*/
|
|
82
82
|
get: function () {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.mq;
|
|
84
84
|
},
|
|
85
85
|
set: function (v) {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.mq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
89
89
|
configurable: true
|
package/esm5/public_api.js
CHANGED
|
@@ -437,6 +437,8 @@ export * from './lib/igx-cell-style-requested-event-args';
|
|
|
437
437
|
export * from './lib/DataGridColumn';
|
|
438
438
|
export * from './lib/igx-data-grid-column-component';
|
|
439
439
|
export * from './lib/DataGridColumnToolbarManager';
|
|
440
|
+
export * from './lib/FormatCellEventArgs';
|
|
441
|
+
export * from './lib/igx-format-cell-event-args';
|
|
440
442
|
export * from './lib/ColumnWidth';
|
|
441
443
|
export * from './lib/igx-column-width';
|
|
442
444
|
export * from './lib/igx-column-width-module';
|