igniteui-webcomponents-grids 1.4.2 → 3.2.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 +16049 -15259
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BrowserExecutionContext.js +3 -1
- package/esm2015/lib/CanvasGridCellBase.js +6 -6
- package/esm2015/lib/CanvasSummaryCell.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +31 -31
- package/esm2015/lib/ColumnChooserView_combined.js +10 -10
- package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
- package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
- package/esm2015/lib/ColumnPinningView_combined.js +6 -6
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm2015/lib/DataGridLocaleEn.js +1 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +5 -5
- package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
- package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm2015/lib/PageChangedEventArgs.js +33 -0
- package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
- package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
- package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
- package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
- package/esm2015/lib/PagerView.js +7 -0
- package/esm2015/lib/PagerVisualModelExport.js +82 -0
- package/esm2015/lib/PropertyEditorView_combined.js +145 -145
- package/esm2015/lib/TemplateCell.js +1 -1
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
- package/esm2015/lib/VisualModelExport.js +77 -69
- package/esm2015/lib/igc-column-component.js +133 -113
- package/esm2015/lib/igc-column-grouping-component.js +33 -23
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +588 -413
- package/esm2015/lib/igc-data-grid-module.js +4 -0
- package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
- package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
- package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-page-changed-event-args.js +46 -0
- package/esm2015/lib/igc-property-editor-component.js +7 -7
- package/esm2015/lib/igc-property-editor-module.js +1 -1
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/public_api.js +14 -20
- package/esm5/lib/BrowserExecutionContext.js +3 -1
- package/esm5/lib/CanvasGridCellBase.js +6 -6
- package/esm5/lib/CanvasSummaryCell.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +31 -31
- package/esm5/lib/ColumnChooserView_combined.js +10 -10
- package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
- package/esm5/lib/ColumnGroupingView_combined.js +188 -162
- package/esm5/lib/ColumnPinningView_combined.js +6 -6
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm5/lib/DataGridLocaleEn.js +1 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +295 -220
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +5 -5
- package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
- package/esm5/lib/IToolbarVisualModelExport.js +11 -0
- package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
- package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm5/lib/PageChangedEventArgs.js +43 -0
- package/esm5/lib/PagedDataProvider.js +7 -0
- package/esm5/lib/Pager.js +7 -0
- package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerView.js +7 -0
- package/esm5/lib/PagerVisualModelExport.js +84 -0
- package/esm5/lib/PropertyEditorView_combined.js +144 -144
- package/esm5/lib/TemplateCell.js +1 -1
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/ToolbarVisualModelExport.js +24 -0
- package/esm5/lib/VisualModelExport.js +77 -69
- package/esm5/lib/igc-column-component.js +141 -113
- package/esm5/lib/igc-column-grouping-component.js +35 -21
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +636 -413
- package/esm5/lib/igc-data-grid-module.js +4 -0
- package/esm5/lib/igc-data-grid-pager-component.js +435 -0
- package/esm5/lib/igc-data-grid-pager-module.js +20 -0
- package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-page-changed-event-args.js +60 -0
- package/esm5/lib/igc-property-editor-component.js +7 -7
- package/esm5/lib/igc-property-editor-module.js +1 -1
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/public_api.js +14 -20
- package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
- package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
- package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
- package/lib/ColumnGroupingView_combined.d.ts +44 -41
- package/lib/DataGridLocaleEn.d.ts +1 -0
- package/lib/DataGridToolbarView_combined.d.ts +50 -41
- package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
- package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
- package/lib/IDataGridComponent.d.ts +12 -0
- package/lib/IToolbarVisualModelExport.d.ts +11 -0
- package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
- package/lib/PageChangedEventArgs.d.ts +11 -0
- package/lib/PagedDataProvider.d.ts +1 -0
- package/lib/Pager.d.ts +1 -0
- package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerView.d.ts +1 -0
- package/lib/PagerVisualModelExport.d.ts +25 -0
- package/lib/PropertyEditorView_combined.d.ts +10 -10
- package/lib/ToolbarVisualModelExport.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +21 -17
- package/lib/igc-column-component.d.ts +9 -1
- package/lib/igc-column-grouping-component.d.ts +8 -4
- package/lib/igc-data-grid-component.d.ts +56 -0
- package/lib/igc-data-grid-pager-component.d.ts +101 -0
- package/lib/igc-data-grid-pager-module.d.ts +3 -0
- package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
- package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
- package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
- package/lib/igc-page-changed-event-args.d.ts +20 -0
- package/lib/igc-property-editor-component.d.ts +2 -2
- package/package.json +5 -5
- package/public_api.d.ts +14 -20
- package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
- package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
- package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
- package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
- package/esm2015/lib/PropertyEditorValueType.js +0 -35
- package/esm2015/lib/igc-property-editor-data-source.js +0 -39
- package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-description-object.js +0 -70
- package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
- package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
- package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
- package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
- package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
- package/esm5/lib/PropertyEditorValueType.js +0 -35
- package/esm5/lib/igc-property-editor-data-source.js +0 -53
- package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
- package/esm5/lib/igc-property-editor-description-object.js +0 -84
- package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
- package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
- package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
- package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
- package/lib/PropertyEditorDataSource.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
- package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
- package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
- package/lib/PropertyEditorValueType.d.ts +0 -28
- package/lib/igc-property-editor-data-source.d.ts +0 -16
- package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
- package/lib/igc-property-editor-description-object.d.ts +0 -17
- package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
- package/lib/igc-property-editor-property-description-component.d.ts +0 -65
- package/lib/igc-property-editor-property-description-module.d.ts +0 -3
- package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
|
@@ -36,8 +36,8 @@ export let DraggerView = /*@__PURE__*/ (() => {
|
|
|
36
36
|
this.c = null;
|
|
37
37
|
}
|
|
38
38
|
if (this.a != null) {
|
|
39
|
-
this.a.
|
|
40
|
-
this.a.
|
|
39
|
+
this.a.ao = null;
|
|
40
|
+
this.a.av();
|
|
41
41
|
}
|
|
42
42
|
return;
|
|
43
43
|
}
|
|
@@ -45,23 +45,23 @@ export let DraggerView = /*@__PURE__*/ (() => {
|
|
|
45
45
|
let b = Math.round(this.c.rootWrapper.width());
|
|
46
46
|
let c = Math.round(this.c.rootWrapper.height());
|
|
47
47
|
this.a = new CanvasGestureDOMEventProxy(this.c.rootWrapper, this.c, true);
|
|
48
|
-
this.a.
|
|
48
|
+
this.a.c8 = true;
|
|
49
49
|
let d = this.a;
|
|
50
50
|
d.onMouseOver = delegateCombine(d.onMouseOver, runOn(this, this.e));
|
|
51
51
|
let e = this.a;
|
|
52
52
|
e.onMouseUp = delegateCombine(e.onMouseUp, runOn(this, this.f));
|
|
53
|
-
this.a.
|
|
53
|
+
this.a.ao = runOn(this, this.b);
|
|
54
54
|
this.model.viewportWidth = b;
|
|
55
55
|
this.model.viewportHeight = c;
|
|
56
56
|
}
|
|
57
57
|
onDetachedFromUI() {
|
|
58
58
|
if (this.a != null) {
|
|
59
|
-
this.a.
|
|
59
|
+
this.a.bh(this.c.rootWrapper, "");
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
onAttachedToUI() {
|
|
63
63
|
if (this.a != null) {
|
|
64
|
-
this.a.
|
|
64
|
+
this.a.at(this.c.rootWrapper, "");
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
b(a) {
|
|
@@ -78,7 +78,7 @@ export let DraggerView = /*@__PURE__*/ (() => {
|
|
|
78
78
|
releaseMouse() {
|
|
79
79
|
}
|
|
80
80
|
transformPoint(a, b) {
|
|
81
|
-
let c = BaseDOMEventProxy.
|
|
81
|
+
let c = BaseDOMEventProxy.c4(this.c.rootWrapper);
|
|
82
82
|
let d = { $type: Point_$type, x: a - c.x, y: b - c.y };
|
|
83
83
|
return d;
|
|
84
84
|
}
|
|
@@ -89,7 +89,7 @@ export let DraggerView = /*@__PURE__*/ (() => {
|
|
|
89
89
|
this.model.onMouseUp(a.x, a.y);
|
|
90
90
|
}
|
|
91
91
|
onViewportSizeChanged(a, b) {
|
|
92
|
-
this.a.
|
|
92
|
+
this.a.bl = new Rect(0, 0, 0, a, b);
|
|
93
93
|
}
|
|
94
94
|
addCloneCellToDom() {
|
|
95
95
|
if (this.c != null) {
|
|
@@ -151,12 +151,18 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
151
151
|
if (this.c != null && this.c.cw != 0) {
|
|
152
152
|
return false;
|
|
153
153
|
}
|
|
154
|
-
if (!this.column.
|
|
154
|
+
if (!this.column.g4) {
|
|
155
155
|
return false;
|
|
156
156
|
}
|
|
157
157
|
if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
|
|
158
158
|
return false;
|
|
159
159
|
}
|
|
160
|
+
if (this.c.isPagerVisible && this.c.pager != null) {
|
|
161
|
+
let a = this.c.pager.actualDataSource;
|
|
162
|
+
if (a == null || !a.isGroupingSupported || !a.isFilteringSupported) {
|
|
163
|
+
return false;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
160
166
|
return true;
|
|
161
167
|
}
|
|
162
168
|
a6() {
|
|
@@ -294,7 +300,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
294
300
|
}
|
|
295
301
|
this.column.eo = i;
|
|
296
302
|
}
|
|
297
|
-
this.column.
|
|
303
|
+
this.column.kh("Filtered");
|
|
298
304
|
}
|
|
299
305
|
provideClearFiltersSection(a) {
|
|
300
306
|
this.bw.ah(a);
|
|
@@ -336,37 +342,50 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
336
342
|
co() {
|
|
337
343
|
let a = this.column;
|
|
338
344
|
let b = this.c;
|
|
339
|
-
let c = (null != a) ? a.
|
|
340
|
-
let d =
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
345
|
+
let c = (null != a) ? a.i7 : null;
|
|
346
|
+
let d = null;
|
|
347
|
+
let e = null;
|
|
348
|
+
if (b != null) {
|
|
349
|
+
if (b.isPagerVisible && b.pager != null && b.pager.actualDataSource != null) {
|
|
350
|
+
d = b.pager.actualDataSource;
|
|
351
|
+
e = b.pager.actualDataSource.clone();
|
|
352
|
+
}
|
|
353
|
+
else {
|
|
354
|
+
d = b.actualDataSource;
|
|
355
|
+
e = b.actualDataSource.clone();
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
if (null != e) {
|
|
359
|
+
this.cx(d, e);
|
|
360
|
+
e.summaryDescriptions.clear();
|
|
361
|
+
e.sortDescriptions.clear();
|
|
362
|
+
e.groupDescriptions.clear();
|
|
363
|
+
let f = new SortDescription();
|
|
364
|
+
f.propertyName = c;
|
|
365
|
+
f.direction = 0;
|
|
366
|
+
e.groupDescriptions.add(f);
|
|
367
|
+
let g = b.x(a);
|
|
368
|
+
let h = e.filterExpressions;
|
|
369
|
+
for (let i = h.j.count - 1; i >= 0; i--) {
|
|
370
|
+
let j = h.j.item(i);
|
|
371
|
+
if (j.isAutoGenerated) {
|
|
372
|
+
if (null != g) {
|
|
373
|
+
h.j.item(i, g);
|
|
356
374
|
}
|
|
357
375
|
else {
|
|
358
|
-
|
|
376
|
+
e.filterExpressions.removeAt(i);
|
|
359
377
|
}
|
|
360
378
|
break;
|
|
361
379
|
}
|
|
362
380
|
}
|
|
363
|
-
this.bx.itemsSource =
|
|
381
|
+
this.bx.itemsSource = e;
|
|
364
382
|
this.bx.a2 = c;
|
|
365
383
|
this.bx.b = [c];
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
384
|
+
e.shouldEmitSectionHeaders = true;
|
|
385
|
+
e.isSectionHeaderNormalRow = true;
|
|
386
|
+
e.isSectionExpandedDefault = false;
|
|
387
|
+
e.isSectionCollapsable = true;
|
|
388
|
+
e.isSectionContentVisible = false;
|
|
370
389
|
this.cv();
|
|
371
390
|
}
|
|
372
391
|
}
|
|
@@ -383,7 +402,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
383
402
|
}
|
|
384
403
|
cv() {
|
|
385
404
|
let a = this.column;
|
|
386
|
-
let b = (null != a) ? a.
|
|
405
|
+
let b = (null != a) ? a.i7 : null;
|
|
387
406
|
let c = true;
|
|
388
407
|
let d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
|
|
389
408
|
let e = this.b4();
|
|
@@ -118,7 +118,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
118
118
|
if (null == this.c) {
|
|
119
119
|
return false;
|
|
120
120
|
}
|
|
121
|
-
return
|
|
121
|
+
return this.column.gt;
|
|
122
122
|
}
|
|
123
123
|
bj(a, b) {
|
|
124
124
|
if (null != a) {
|
|
@@ -159,7 +159,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
159
159
|
if (null != a) {
|
|
160
160
|
let c = a.grid;
|
|
161
161
|
if (null != c) {
|
|
162
|
-
let d = a.
|
|
162
|
+
let d = a.i7;
|
|
163
163
|
let e = c.bb.i;
|
|
164
164
|
for (let f = 0; f < e.count; f++) {
|
|
165
165
|
let g = e.item(f);
|
|
@@ -184,13 +184,13 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
184
184
|
let a = this.c;
|
|
185
185
|
let b = this.column;
|
|
186
186
|
if (null != a && null != b) {
|
|
187
|
-
let c = new ColumnGroupDescription(1, b.
|
|
187
|
+
let c = new ColumnGroupDescription(1, b.i7);
|
|
188
188
|
let d = b.fe;
|
|
189
189
|
let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
|
|
190
190
|
c.c = e;
|
|
191
191
|
a.bb.g(c);
|
|
192
192
|
b.fe = 0;
|
|
193
|
-
b.
|
|
193
|
+
b.kh("Grouped");
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
b8() {
|
|
@@ -201,7 +201,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
201
201
|
let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
|
|
202
202
|
if (c != -1) {
|
|
203
203
|
a.bb.d(c);
|
|
204
|
-
b.
|
|
204
|
+
b.kh("Grouped");
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|
|
@@ -132,15 +132,15 @@ export let GridColumnHideOptions = /*@__PURE__*/ (() => {
|
|
|
132
132
|
get b3() {
|
|
133
133
|
let a = this.column;
|
|
134
134
|
if (null != a) {
|
|
135
|
-
return a.
|
|
135
|
+
return a.g6;
|
|
136
136
|
}
|
|
137
137
|
return false;
|
|
138
138
|
}
|
|
139
139
|
set b3(a) {
|
|
140
140
|
let b = this.column;
|
|
141
141
|
if (null != b) {
|
|
142
|
-
b.
|
|
143
|
-
b.
|
|
142
|
+
b.g6 = a;
|
|
143
|
+
b.kh("Hidden");
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
get b2() {
|
|
@@ -245,10 +245,10 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
|
|
|
245
245
|
return false;
|
|
246
246
|
}
|
|
247
247
|
if (a) {
|
|
248
|
-
return this.c.
|
|
248
|
+
return this.c.ii(e);
|
|
249
249
|
}
|
|
250
250
|
else {
|
|
251
|
-
return this.c.
|
|
251
|
+
return this.c.ij(e);
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
cf(a) {
|
|
@@ -265,12 +265,12 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
|
|
|
265
265
|
}
|
|
266
266
|
let d = c.actualColumns;
|
|
267
267
|
let e = d.indexOf(b);
|
|
268
|
-
b.
|
|
268
|
+
b.kh("Moved");
|
|
269
269
|
if (a) {
|
|
270
|
-
c.
|
|
270
|
+
c.tz(e);
|
|
271
271
|
}
|
|
272
272
|
else {
|
|
273
|
-
c.
|
|
273
|
+
c.t0(e);
|
|
274
274
|
}
|
|
275
275
|
}
|
|
276
276
|
b5() {
|
|
@@ -311,7 +311,7 @@ export let GridColumnOptionsBase = /*@__PURE__*/ (() => {
|
|
|
311
311
|
get ad() {
|
|
312
312
|
if (null == this.ac) {
|
|
313
313
|
this.ac = new FontInfo();
|
|
314
|
-
this.ac.n = "
|
|
314
|
+
this.ac.n = "Verdana";
|
|
315
315
|
this.ac.d = 12;
|
|
316
316
|
}
|
|
317
317
|
return this.ac;
|
|
@@ -319,7 +319,7 @@ export let GridColumnOptionsBase = /*@__PURE__*/ (() => {
|
|
|
319
319
|
get af() {
|
|
320
320
|
if (null == this.ae) {
|
|
321
321
|
this.ae = new FontInfo();
|
|
322
|
-
this.ae.n = "
|
|
322
|
+
this.ae.n = "Verdana";
|
|
323
323
|
this.ae.d = 14;
|
|
324
324
|
}
|
|
325
325
|
return this.ae;
|
|
@@ -294,12 +294,12 @@ export let GridColumnOptions = /*@__PURE__*/ (() => {
|
|
|
294
294
|
}
|
|
295
295
|
get dx() {
|
|
296
296
|
let a = this.column;
|
|
297
|
-
return (null != a) ? a.
|
|
297
|
+
return (null != a) ? a.il : "(No column selected)";
|
|
298
298
|
}
|
|
299
299
|
get ci() {
|
|
300
300
|
if (null == this.ch) {
|
|
301
301
|
this.ch = new FontInfo();
|
|
302
|
-
this.ch.n = "
|
|
302
|
+
this.ch.n = "Verdana";
|
|
303
303
|
this.ch.d = 16;
|
|
304
304
|
}
|
|
305
305
|
return this.ch;
|
|
@@ -122,13 +122,10 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
122
122
|
return new GridColumnSummaryOptionsView();
|
|
123
123
|
}
|
|
124
124
|
bs() {
|
|
125
|
-
if (this.column == null) {
|
|
125
|
+
if (this.c == null || this.column == null) {
|
|
126
126
|
return false;
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
return false;
|
|
130
|
-
}
|
|
131
|
-
return this.c.iv && this.c.f5 != 3;
|
|
128
|
+
return this.column.gu && this.c.f7 != 3;
|
|
132
129
|
}
|
|
133
130
|
be(a, b, c) {
|
|
134
131
|
super.be(a, b, c);
|
|
@@ -156,7 +153,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
156
153
|
if (this.bw != null) {
|
|
157
154
|
let a = this.bw.a();
|
|
158
155
|
for (let b = 0; b < a.length; b++) {
|
|
159
|
-
let c = new ColumnSummaryDescription(1, this.column.
|
|
156
|
+
let c = new ColumnSummaryDescription(1, this.column.i7);
|
|
160
157
|
switch (a[b]) {
|
|
161
158
|
case "avg":
|
|
162
159
|
c.n = 3;
|
|
@@ -176,7 +173,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
176
173
|
}
|
|
177
174
|
for (let d = 0; d < this.c.cb.i.count; d++) {
|
|
178
175
|
let e = this.c.cb.i.item(d);
|
|
179
|
-
if (e.af == this.column.
|
|
176
|
+
if (e.af == this.column.i7 && e.n == c.n) {
|
|
180
177
|
this.c.cb.i.removeAt(d);
|
|
181
178
|
d--;
|
|
182
179
|
}
|
|
@@ -184,7 +181,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
184
181
|
}
|
|
185
182
|
let f = this.bw.b();
|
|
186
183
|
for (let g = 0; g < f.length; g++) {
|
|
187
|
-
let h = new ColumnSummaryDescription(1, this.column.
|
|
184
|
+
let h = new ColumnSummaryDescription(1, this.column.i7);
|
|
188
185
|
switch (f[g]) {
|
|
189
186
|
case "avg":
|
|
190
187
|
h.n = 3;
|
|
@@ -205,14 +202,14 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
205
202
|
let i = false;
|
|
206
203
|
for (let j = 0; j < this.c.cb.i.count; j++) {
|
|
207
204
|
let k = this.c.cb.i.item(j);
|
|
208
|
-
if (k.af == this.column.
|
|
205
|
+
if (k.af == this.column.i7 && k.n == h.n) {
|
|
209
206
|
i = true;
|
|
210
207
|
break;
|
|
211
208
|
}
|
|
212
209
|
}
|
|
213
210
|
if (!i) {
|
|
214
211
|
this.c.cb.i.add(h);
|
|
215
|
-
this.column.
|
|
212
|
+
this.column.kh("Summed");
|
|
216
213
|
}
|
|
217
214
|
}
|
|
218
215
|
}
|
|
@@ -231,7 +228,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
231
228
|
this.b7 = 0;
|
|
232
229
|
for (let a = 0; a < this.c.cb.i.count; a++) {
|
|
233
230
|
let b = this.c.cb.i.item(a);
|
|
234
|
-
if (b.af == this.column.
|
|
231
|
+
if (b.af == this.column.i7) {
|
|
235
232
|
switch (b.n) {
|
|
236
233
|
case 3:
|
|
237
234
|
this.bw.a4("avg", true);
|
|
@@ -35,7 +35,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
35
35
|
let column_ = TypeRegistrar.create("IgxTextColumnComponent");
|
|
36
36
|
let b = (column_._implementation);
|
|
37
37
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
38
|
-
b.
|
|
38
|
+
b.i7 = a;
|
|
39
39
|
return b;
|
|
40
40
|
}
|
|
41
41
|
return null;
|
|
@@ -45,7 +45,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
45
45
|
let column_ = TypeRegistrar.create("IgxNumericColumnComponent");
|
|
46
46
|
let b = (column_._implementation);
|
|
47
47
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
48
|
-
b.
|
|
48
|
+
b.i7 = a;
|
|
49
49
|
return b;
|
|
50
50
|
}
|
|
51
51
|
return null;
|
|
@@ -55,7 +55,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
55
55
|
let column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
|
|
56
56
|
let b = (column_._implementation);
|
|
57
57
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
58
|
-
b.
|
|
58
|
+
b.i7 = a;
|
|
59
59
|
return b;
|
|
60
60
|
}
|
|
61
61
|
return null;
|
|
@@ -65,7 +65,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
65
65
|
let column_ = TypeRegistrar.create("IgxImageColumnComponent");
|
|
66
66
|
let b = (column_._implementation);
|
|
67
67
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
68
|
-
b.
|
|
68
|
+
b.i7 = a;
|
|
69
69
|
return b;
|
|
70
70
|
}
|
|
71
71
|
return null;
|
|
@@ -75,7 +75,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
75
75
|
let column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
|
|
76
76
|
let b = (column_._implementation);
|
|
77
77
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
78
|
-
b.
|
|
78
|
+
b.i7 = a;
|
|
79
79
|
return b;
|
|
80
80
|
}
|
|
81
81
|
return null;
|
|
@@ -85,7 +85,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
85
85
|
let column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
|
|
86
86
|
let b = (column_._implementation);
|
|
87
87
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
88
|
-
b.
|
|
88
|
+
b.i7 = a;
|
|
89
89
|
return b;
|
|
90
90
|
}
|
|
91
91
|
return null;
|
|
@@ -266,7 +266,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
266
266
|
a.stopPropagation();
|
|
267
267
|
}
|
|
268
268
|
onDocumentKeyDown(a) {
|
|
269
|
-
if (BaseDOMEventProxy.
|
|
269
|
+
if (BaseDOMEventProxy.c0(a) == 8) {
|
|
270
270
|
this.b.a2();
|
|
271
271
|
}
|
|
272
272
|
}
|
|
@@ -292,7 +292,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
292
292
|
this.d = b;
|
|
293
293
|
let comp_ = b.componentRef;
|
|
294
294
|
let col_ = a;
|
|
295
|
-
let displayDensity_ = a.grid.
|
|
295
|
+
let displayDensity_ = a.grid.gd;
|
|
296
296
|
let buttonDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
|
|
297
297
|
let filterListDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
|
|
298
298
|
this.k = comp_.i;
|
|
@@ -108,7 +108,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
|
|
|
108
108
|
if (GridStyleRepository.g == null) {
|
|
109
109
|
GridStyleRepository.g = new FontInfo();
|
|
110
110
|
GridStyleRepository.g.d = DeviceUtils.f(13);
|
|
111
|
-
GridStyleRepository.g.n = "
|
|
111
|
+
GridStyleRepository.g.n = "Verdana";
|
|
112
112
|
}
|
|
113
113
|
return GridStyleRepository.g;
|
|
114
114
|
}
|
|
@@ -117,7 +117,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
|
|
|
117
117
|
GridStyleRepository.f = new FontInfo();
|
|
118
118
|
GridStyleRepository.f.d = DeviceUtils.f(13);
|
|
119
119
|
GridStyleRepository.f.q = "italic";
|
|
120
|
-
GridStyleRepository.f.n = "
|
|
120
|
+
GridStyleRepository.f.n = "Verdana";
|
|
121
121
|
}
|
|
122
122
|
return GridStyleRepository.f;
|
|
123
123
|
}
|
|
@@ -125,7 +125,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
|
|
|
125
125
|
if (GridStyleRepository.c == null) {
|
|
126
126
|
GridStyleRepository.c = new FontInfo();
|
|
127
127
|
GridStyleRepository.c.d = DeviceUtils.f(14);
|
|
128
|
-
GridStyleRepository.c.n = "
|
|
128
|
+
GridStyleRepository.c.n = "Verdana";
|
|
129
129
|
}
|
|
130
130
|
return GridStyleRepository.c;
|
|
131
131
|
}
|
|
@@ -134,7 +134,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
|
|
|
134
134
|
GridStyleRepository.d = new FontInfo();
|
|
135
135
|
GridStyleRepository.d.d = DeviceUtils.f(12);
|
|
136
136
|
GridStyleRepository.d.s = "600";
|
|
137
|
-
GridStyleRepository.d.n = "
|
|
137
|
+
GridStyleRepository.d.n = "Verdana";
|
|
138
138
|
}
|
|
139
139
|
return GridStyleRepository.d;
|
|
140
140
|
}
|
|
@@ -142,7 +142,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
|
|
|
142
142
|
if (GridStyleRepository.e == null) {
|
|
143
143
|
GridStyleRepository.e = new FontInfo();
|
|
144
144
|
GridStyleRepository.e.d = DeviceUtils.f(12);
|
|
145
|
-
GridStyleRepository.e.n = "
|
|
145
|
+
GridStyleRepository.e.n = "Verdana";
|
|
146
146
|
}
|
|
147
147
|
return GridStyleRepository.e;
|
|
148
148
|
}
|
|
@@ -4,8 +4,8 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
-
import { PropertyEditorPropertyDescriptionCollection } from "
|
|
8
|
-
import { PropertyEditorPropertyDescription } from "
|
|
7
|
+
import { PropertyEditorPropertyDescriptionCollection } from "igniteui-webcomponents-layouts";
|
|
8
|
+
import { PropertyEditorPropertyDescription } from "igniteui-webcomponents-layouts";
|
|
9
9
|
import { markType } from "igniteui-webcomponents-core";
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
@@ -4,4 +4,8 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let IDataGridComponent_$type = /*@__PURE__*/ new Type(null, 'IDataGridComponent');
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let IToolbarVisualModelExport_$type = /*@__PURE__*/ new Type(null, 'IToolbarVisualModelExport');
|