igniteui-angular-data-grids 21.0.0 → 21.0.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 +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -47,10 +47,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
47
47
|
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
48
48
|
*/
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.qv;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.qv = ensureEnum(DateTimeFormats_$type, v);
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -60,10 +60,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
60
60
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.rd;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.rd = v;
|
|
67
67
|
},
|
|
68
68
|
enumerable: false,
|
|
69
69
|
configurable: true
|
|
@@ -73,24 +73,24 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
73
73
|
* Gets or sets the format string to use when editing dates.
|
|
74
74
|
*/
|
|
75
75
|
get: function () {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.q6;
|
|
77
77
|
},
|
|
78
78
|
set: function (v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.q6 = v;
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
82
82
|
configurable: true
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(IgxDateTimeColumnComponent.prototype, "formatSpecifiers", {
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.qr;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
89
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
90
90
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
91
91
|
v = v.split(re);
|
|
92
92
|
}
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.qr = v;
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
@@ -100,10 +100,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
100
100
|
* Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
|
|
101
101
|
*/
|
|
102
102
|
get: function () {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.q2;
|
|
104
104
|
},
|
|
105
105
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.q2 = v;
|
|
107
107
|
},
|
|
108
108
|
enumerable: false,
|
|
109
109
|
configurable: true
|
|
@@ -113,10 +113,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
113
113
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
114
114
|
*/
|
|
115
115
|
get: function () {
|
|
116
|
-
return this.i.
|
|
116
|
+
return this.i.qy;
|
|
117
117
|
},
|
|
118
118
|
set: function (v) {
|
|
119
|
-
this.i.
|
|
119
|
+
this.i.qy = ensureBool(v);
|
|
120
120
|
},
|
|
121
121
|
enumerable: false,
|
|
122
122
|
configurable: true
|
|
@@ -126,10 +126,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
126
126
|
* Gets or sets the editor type used for editing cells in this column.
|
|
127
127
|
*/
|
|
128
128
|
get: function () {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.qw;
|
|
130
130
|
},
|
|
131
131
|
set: function (v) {
|
|
132
|
-
this.i.
|
|
132
|
+
this.i.qw = ensureEnum(EditorType_$type, v);
|
|
133
133
|
},
|
|
134
134
|
enumerable: false,
|
|
135
135
|
configurable: true
|
|
@@ -139,10 +139,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
139
139
|
* Gets or sets the ComboBox data source.
|
|
140
140
|
*/
|
|
141
141
|
get: function () {
|
|
142
|
-
return this.i.
|
|
142
|
+
return this.i.q1;
|
|
143
143
|
},
|
|
144
144
|
set: function (v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.q1 = v;
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
@@ -152,10 +152,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
152
152
|
* Gets or sets the ComboBox text field.
|
|
153
153
|
*/
|
|
154
154
|
get: function () {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.q8;
|
|
156
156
|
},
|
|
157
157
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
158
|
+
this.i.q8 = v;
|
|
159
159
|
},
|
|
160
160
|
enumerable: false,
|
|
161
161
|
configurable: true
|
|
@@ -165,10 +165,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
165
165
|
* Gets or sets the ComboBox value field.
|
|
166
166
|
*/
|
|
167
167
|
get: function () {
|
|
168
|
-
return this.i.
|
|
168
|
+
return this.i.q9;
|
|
169
169
|
},
|
|
170
170
|
set: function (v) {
|
|
171
|
-
this.i.
|
|
171
|
+
this.i.q9 = v;
|
|
172
172
|
},
|
|
173
173
|
enumerable: false,
|
|
174
174
|
configurable: true
|