igniteui-webcomponents-grids 5.0.1 → 5.0.2
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-grids.umd.js +1366 -1366
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +52 -52
- package/esm2015/lib/CanvasTemplateCellPresenter.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +165 -165
- package/esm2015/lib/ColumnChooserView_combined.js +42 -42
- package/esm2015/lib/ColumnFilterCondition_combined.js +659 -659
- package/esm2015/lib/ColumnGroupingView_combined.js +40 -40
- package/esm2015/lib/ColumnPinningView_combined.js +42 -42
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +2 -2
- package/esm2015/lib/DataGridCellLayoutPanel.js +48 -48
- package/esm2015/lib/DataGridToolbarView_combined.js +87 -87
- package/esm2015/lib/EditorCell.js +86 -86
- package/esm2015/lib/EditorCellPresenter.js +1 -1
- package/esm2015/lib/FilterCell.js +90 -90
- package/esm2015/lib/FilterCellPresenter.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/ISummaryChooserView_combined.js +6 -6
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/igc-checkbox-list-component.js +26 -26
- package/esm2015/lib/igc-column-chooser-component.js +2 -2
- package/esm2015/lib/igc-column-pinning-component.js +2 -2
- package/esm2015/lib/igc-data-grid-toolbar-component.js +2 -2
- package/esm2015/public_api.js +20 -20
- package/esm5/lib/CanvasGridCellBase.js +52 -52
- package/esm5/lib/CanvasTemplateCellPresenter.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +156 -156
- package/esm5/lib/ColumnChooserView_combined.js +41 -41
- package/esm5/lib/ColumnFilterCondition_combined.js +654 -654
- package/esm5/lib/ColumnGroupingView_combined.js +40 -40
- package/esm5/lib/ColumnPinningView_combined.js +41 -41
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +2 -2
- package/esm5/lib/DataGridCellLayoutPanel.js +48 -48
- package/esm5/lib/DataGridToolbarView_combined.js +86 -86
- package/esm5/lib/EditorCell.js +85 -85
- package/esm5/lib/EditorCellPresenter.js +1 -1
- package/esm5/lib/FilterCell.js +88 -88
- package/esm5/lib/FilterCellPresenter.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/ISummaryChooserView_combined.js +6 -6
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/igc-checkbox-list-component.js +26 -26
- package/esm5/lib/igc-column-chooser-component.js +2 -2
- package/esm5/lib/igc-column-pinning-component.js +2 -2
- package/esm5/lib/igc-data-grid-toolbar-component.js +2 -2
- package/esm5/public_api.js +20 -20
- package/fesm2015/igniteui-webcomponents-grids.js +1386 -1386
- package/fesm5/igniteui-webcomponents-grids.js +1366 -1366
- package/grids/combined.js +587 -590
- package/grids/lib/igc-grid-base-directive.d.ts +1 -0
- package/grids/lib/igc-row-island-component.d.ts +1 -0
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CanvasGridCellBase.d.ts +7 -7
- package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
- package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
- package/lib/CheckboxListView_combined.d.ts +23 -23
- package/lib/ColumnChooserView_combined.d.ts +4 -4
- package/lib/ColumnFilterCondition_combined.d.ts +113 -113
- package/lib/ColumnGroupingView_combined.d.ts +2 -2
- package/lib/ColumnPinningView_combined.d.ts +4 -4
- package/lib/DataGridCellLayoutPanel.d.ts +3 -3
- package/lib/DataGridToolbarView_combined.d.ts +5 -5
- package/lib/EditorCell.d.ts +8 -8
- package/lib/FilterCell.d.ts +12 -12
- package/package.json +4 -4
- package/public_api.d.ts +20 -20
|
@@ -193,7 +193,7 @@ var IgcColumnPinningComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
193
193
|
* Gets or Sets the property name that contains the values.
|
|
194
194
|
*/
|
|
195
195
|
get: function () {
|
|
196
|
-
var r = this.i.
|
|
196
|
+
var r = this.i.c;
|
|
197
197
|
if (r == null) {
|
|
198
198
|
return null;
|
|
199
199
|
}
|
|
@@ -202,7 +202,7 @@ var IgcColumnPinningComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
202
202
|
set: function (v) {
|
|
203
203
|
if (v != null && this._stylingContainer && v._styling)
|
|
204
204
|
v._styling(this._stylingContainer, this, this);
|
|
205
|
-
v == null ? this.i.
|
|
205
|
+
v == null ? this.i.c = null : this.i.c = v.i;
|
|
206
206
|
},
|
|
207
207
|
enumerable: false,
|
|
208
208
|
configurable: true
|
|
@@ -205,7 +205,7 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
205
205
|
* Gets or Sets the property name that contains the values.
|
|
206
206
|
*/
|
|
207
207
|
get: function () {
|
|
208
|
-
var r = this.i.
|
|
208
|
+
var r = this.i.e;
|
|
209
209
|
if (r == null) {
|
|
210
210
|
return null;
|
|
211
211
|
}
|
|
@@ -214,7 +214,7 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
214
214
|
set: function (v) {
|
|
215
215
|
if (v != null && this._stylingContainer && v._styling)
|
|
216
216
|
v._styling(this._stylingContainer, this, this);
|
|
217
|
-
v == null ? this.i.
|
|
217
|
+
v == null ? this.i.e = null : this.i.e = v.i;
|
|
218
218
|
},
|
|
219
219
|
enumerable: false,
|
|
220
220
|
configurable: true
|
package/esm5/public_api.js
CHANGED
|
@@ -125,33 +125,13 @@ export * from './lib/TemplateHeaderCellPresenter';
|
|
|
125
125
|
export * from './lib/TextCellPresenter';
|
|
126
126
|
export * from './lib/TextHeaderCellPresenter';
|
|
127
127
|
export * from './lib/VerticalSeparatorCellPresenter';
|
|
128
|
-
export * from './lib/DataGridPropertySetter';
|
|
129
|
-
export * from './lib/DataGridViewportManager';
|
|
130
|
-
export * from './lib/DataGridScrollerKeyboardListener';
|
|
131
|
-
export * from './lib/DataGridDelayedExecutionManager';
|
|
132
|
-
export * from './lib/BrowserPixelConverter';
|
|
133
|
-
export * from './lib/GridExternalWrapper';
|
|
134
|
-
export * from './lib/BrowserTickProvider';
|
|
135
|
-
export * from './lib/BrowserExecutionContext';
|
|
136
|
-
export * from './lib/NativeUIGridFactory';
|
|
137
|
-
export * from './lib/CheckboxListBridge';
|
|
138
|
-
export * from './lib/CheckboxListExternal';
|
|
139
|
-
export * from './lib/CheckedChangedEventArgs';
|
|
140
128
|
export * from './lib/DraggerView';
|
|
141
|
-
export * from './lib/igc-grid-selected-keys-collection';
|
|
142
|
-
export * from './lib/GridSelectedKeysCollection';
|
|
143
|
-
export * from './lib/PrimaryKeyValue';
|
|
144
|
-
export * from './lib/igc-primary-key-value-module';
|
|
145
|
-
export * from './lib/igc-grid-selected-items-collection';
|
|
146
|
-
export * from './lib/GridSelectedItemsCollection';
|
|
147
129
|
export * from './lib/ICellActionManager';
|
|
148
130
|
export * from './lib/DefaultCellActionManager';
|
|
149
131
|
export * from './lib/IGridInfoRequestor';
|
|
150
132
|
export * from './lib/DefaultGridInfoRequestor';
|
|
151
133
|
export * from './lib/ICellModelExportUpdater';
|
|
152
134
|
export * from './lib/DefaultCellModelExportUpdater';
|
|
153
|
-
export * from './lib/Dragger';
|
|
154
|
-
export * from './lib/DragSelectEventArgs';
|
|
155
135
|
export * from './lib/DateTimeColumnValueFormatter';
|
|
156
136
|
export * from './lib/ComparisonOperatorSelectorView';
|
|
157
137
|
export * from './lib/GridExpansionIndicatorView';
|
|
@@ -336,6 +316,12 @@ export * from './lib/igc-grid-selected-cells-collection';
|
|
|
336
316
|
export * from './lib/GridSelectedCellsCollection';
|
|
337
317
|
export * from './lib/CellKey';
|
|
338
318
|
export * from './lib/igc-cell-key-module';
|
|
319
|
+
export * from './lib/igc-grid-selected-keys-collection';
|
|
320
|
+
export * from './lib/GridSelectedKeysCollection';
|
|
321
|
+
export * from './lib/PrimaryKeyValue';
|
|
322
|
+
export * from './lib/igc-primary-key-value-module';
|
|
323
|
+
export * from './lib/igc-grid-selected-items-collection';
|
|
324
|
+
export * from './lib/GridSelectedItemsCollection';
|
|
339
325
|
export * from './lib/igc-grid-column-collection';
|
|
340
326
|
export * from './lib/GridColumnCollection';
|
|
341
327
|
export * from './lib/GridColumnSpacer';
|
|
@@ -352,6 +338,8 @@ export * from './lib/IDragger';
|
|
|
352
338
|
export * from './lib/DragType';
|
|
353
339
|
export * from './lib/IDraggerView';
|
|
354
340
|
export * from './lib/MultipleDataSourceNotifier';
|
|
341
|
+
export * from './lib/Dragger';
|
|
342
|
+
export * from './lib/DragSelectEventArgs';
|
|
355
343
|
export * from './lib/RecyclingManager';
|
|
356
344
|
export * from './lib/RowPath';
|
|
357
345
|
export * from './lib/ActivationManager';
|
|
@@ -568,6 +556,18 @@ export * from './lib/GridLayerExport';
|
|
|
568
556
|
export * from './lib/MultiColumnComboVisualModelExport';
|
|
569
557
|
export * from './lib/PagerVisualModelExport';
|
|
570
558
|
export * from './lib/VisualModelExport';
|
|
559
|
+
export * from './lib/DataGridPropertySetter';
|
|
560
|
+
export * from './lib/DataGridViewportManager';
|
|
561
|
+
export * from './lib/DataGridScrollerKeyboardListener';
|
|
562
|
+
export * from './lib/DataGridDelayedExecutionManager';
|
|
563
|
+
export * from './lib/BrowserPixelConverter';
|
|
564
|
+
export * from './lib/GridExternalWrapper';
|
|
565
|
+
export * from './lib/BrowserTickProvider';
|
|
566
|
+
export * from './lib/BrowserExecutionContext';
|
|
567
|
+
export * from './lib/NativeUIGridFactory';
|
|
568
|
+
export * from './lib/CheckboxListBridge';
|
|
569
|
+
export * from './lib/CheckboxListExternal';
|
|
570
|
+
export * from './lib/CheckedChangedEventArgs';
|
|
571
571
|
export * from './lib/DataGridLocaleEn';
|
|
572
572
|
export * from './lib/igc-grid-column-options-module';
|
|
573
573
|
export * from './lib/igc-grid-column-options-component';
|