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
|
@@ -50,7 +50,7 @@ var ColumnPinningView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50
50
|
ColumnPinningView.prototype.i = function () {
|
|
51
51
|
if (this.c != null && this.a.v != null) {
|
|
52
52
|
this.c.setText(this.a.v);
|
|
53
|
-
this.c.setStyleProperty("font", "16px
|
|
53
|
+
this.c.setStyleProperty("font", "16px Verdana");
|
|
54
54
|
}
|
|
55
55
|
this.j();
|
|
56
56
|
this.k();
|
|
@@ -346,9 +346,9 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
346
346
|
for (var _b = tslib_1.__values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
347
347
|
var c = _c.value;
|
|
348
348
|
a = new ColumnPinningInfo();
|
|
349
|
-
var d = c.
|
|
350
|
-
if (c.
|
|
351
|
-
d = c.
|
|
349
|
+
var d = c.i7;
|
|
350
|
+
if (c.je != null) {
|
|
351
|
+
d = c.je;
|
|
352
352
|
}
|
|
353
353
|
a.columnName = d;
|
|
354
354
|
if (c.f5 == 1) {
|
|
@@ -391,7 +391,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
391
391
|
var c = this.d.h.actualDataSource.getItemAtIndex(b.b);
|
|
392
392
|
var d = this.a.actualColumns.count;
|
|
393
393
|
for (var e = 0; e < d; e++) {
|
|
394
|
-
if (this.a.actualColumns._inner[e].
|
|
394
|
+
if (this.a.actualColumns._inner[e].i7 == c.columnName || this.a.actualColumns._inner[e].jy == c.columnName || this.a.actualColumns._inner[e].je == c.columnName) {
|
|
395
395
|
if (this.a.actualColumns._inner[e].f5 == 0) {
|
|
396
396
|
this.a.actualColumns._inner[e].f5 = 1;
|
|
397
397
|
}
|
|
@@ -401,7 +401,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
401
401
|
else {
|
|
402
402
|
this.a.actualColumns._inner[e].f5 = 0;
|
|
403
403
|
}
|
|
404
|
-
this.a.actualColumns._inner[e].
|
|
404
|
+
this.a.actualColumns._inner[e].kh("Pinned");
|
|
405
405
|
break;
|
|
406
406
|
}
|
|
407
407
|
}
|
|
@@ -151,7 +151,7 @@ var ComparisonOperatorSelectorView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
151
151
|
};
|
|
152
152
|
ComparisonOperatorSelectorView.prototype.onDocumentKeyDown = function (a) {
|
|
153
153
|
var b = a;
|
|
154
|
-
if (BaseDOMEventProxy.
|
|
154
|
+
if (BaseDOMEventProxy.c0(b) == 8) {
|
|
155
155
|
this.a.d5();
|
|
156
156
|
}
|
|
157
157
|
};
|
|
@@ -653,15 +653,15 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
653
653
|
this.o = b;
|
|
654
654
|
this.o.svgPath = this.bt(this.b);
|
|
655
655
|
this.f = c;
|
|
656
|
-
this.f.
|
|
656
|
+
this.f.ie = false;
|
|
657
657
|
this.f.ec = 1;
|
|
658
658
|
this.f.cy = 0;
|
|
659
659
|
this.f.ec = 0;
|
|
660
660
|
this.f.cj = 0;
|
|
661
|
-
this.f.
|
|
662
|
-
this.f.
|
|
663
|
-
this.f.
|
|
664
|
-
this.f.
|
|
661
|
+
this.f.ng = 0;
|
|
662
|
+
this.f.nr = 0;
|
|
663
|
+
this.f.gd = 3;
|
|
664
|
+
this.f.im = false;
|
|
665
665
|
var d = this.f;
|
|
666
666
|
d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.d6));
|
|
667
667
|
this.m = new TemplateColumn();
|
|
@@ -671,15 +671,15 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
671
671
|
$ret.c = false;
|
|
672
672
|
return $ret;
|
|
673
673
|
})());
|
|
674
|
-
this.m.
|
|
675
|
-
this.m.
|
|
676
|
-
this.m.
|
|
674
|
+
this.m.h1 = this.m.h2 = 4;
|
|
675
|
+
this.m.h3 = this.m.h0 = 0;
|
|
676
|
+
this.m.i7 = "Icon";
|
|
677
677
|
var e = this.m;
|
|
678
678
|
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.eg));
|
|
679
679
|
this.f.columns.add(this.m);
|
|
680
680
|
var f = new TextColumn();
|
|
681
|
-
f.
|
|
682
|
-
f.
|
|
681
|
+
f.i7 = "DisplayText";
|
|
682
|
+
f.h1 = 0;
|
|
683
683
|
f.e = 0;
|
|
684
684
|
this.f.columns.add(f);
|
|
685
685
|
this.d1();
|
|
@@ -830,7 +830,7 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
830
830
|
if (this.u.count > 0) {
|
|
831
831
|
this.i = this.u._inner[0];
|
|
832
832
|
}
|
|
833
|
-
this.e.k = Math.min(this.u.count * this.f.
|
|
833
|
+
this.e.k = Math.min(this.u.count * this.f.mu + 2, this.y);
|
|
834
834
|
}
|
|
835
835
|
};
|
|
836
836
|
ComparisonOperatorSelector.prototype.h = function (a) {
|
|
@@ -900,7 +900,7 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
900
900
|
ComparisonOperatorSelector.prototype.x = function () {
|
|
901
901
|
if (this.f != null) {
|
|
902
902
|
var a = Math.min(8, this.f.actualDataSource != null ? this.f.actualDataSource.actualCount : 0);
|
|
903
|
-
return a * (this.f.
|
|
903
|
+
return a * (this.f.mu + this.f.nr) + this.f.mt + 2;
|
|
904
904
|
}
|
|
905
905
|
return 0;
|
|
906
906
|
};
|
|
@@ -31,9 +31,9 @@ var DataGridAccessibilityLayoutPanel = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
31
31
|
DataGridAccessibilityLayoutPanel.prototype.refresh = function (a, b) {
|
|
32
32
|
_super.prototype.refresh.call(this, a, b);
|
|
33
33
|
if (this.rootElement != null) {
|
|
34
|
-
var c = a.
|
|
35
|
-
var d = a.
|
|
36
|
-
if (a.
|
|
34
|
+
var c = a.cv();
|
|
35
|
+
var d = a.bz.count;
|
|
36
|
+
if (a.cw > 0) {
|
|
37
37
|
c++;
|
|
38
38
|
}
|
|
39
39
|
this.rootElement.setAttribute("role", "grid");
|
|
@@ -49,7 +49,7 @@ var DataGridAccessibilityLayoutPanel = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
49
49
|
this.ay = new AccessibilityRow();
|
|
50
50
|
this.ay.i = this.a7;
|
|
51
51
|
this.ay.e = -1;
|
|
52
|
-
this.ay.d = this.f.
|
|
52
|
+
this.ay.d = this.f.bz.count;
|
|
53
53
|
this.ay.f = "columnheader";
|
|
54
54
|
}
|
|
55
55
|
this.ay.j(a, b);
|
|
@@ -61,7 +61,7 @@ var DataGridAccessibilityLayoutPanel = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
61
61
|
d = new AccessibilityRow();
|
|
62
62
|
d.i = this.a7;
|
|
63
63
|
d.e = c;
|
|
64
|
-
d.d = this.f.
|
|
64
|
+
d.d = this.f.bz.count;
|
|
65
65
|
d.f = "gridcell";
|
|
66
66
|
this.a0.s(c, d);
|
|
67
67
|
}
|
|
@@ -176,12 +176,12 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
176
176
|
this.o = this.e.absoluteHeight;
|
|
177
177
|
var a = this.e.actualVisibleRegion.top;
|
|
178
178
|
var b = this.e.actualVisibleRegion.left;
|
|
179
|
-
var c = this.e.
|
|
179
|
+
var c = this.e.b2;
|
|
180
180
|
var d = c.count;
|
|
181
|
-
var e = this.e.
|
|
182
|
-
var f = this.e.
|
|
181
|
+
var e = this.e.bp;
|
|
182
|
+
var f = this.e.bp.o;
|
|
183
183
|
var g = f.count;
|
|
184
|
-
var h = this.e.
|
|
184
|
+
var h = this.e.bp.p;
|
|
185
185
|
for (var i = 0; i < g; i++) {
|
|
186
186
|
if (h._inner[i]) {
|
|
187
187
|
continue;
|
|
@@ -283,7 +283,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
283
283
|
}
|
|
284
284
|
if (!ai) {
|
|
285
285
|
if (af.l.d != 0) {
|
|
286
|
-
if (this.e.
|
|
286
|
+
if (this.e.bs) {
|
|
287
287
|
aj.setRawStyleProperty("clip", this.w(af.l.d, af.cl, af.cm));
|
|
288
288
|
}
|
|
289
289
|
else {
|
|
@@ -311,7 +311,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
311
311
|
if (ai && y.b) {
|
|
312
312
|
var aq = y.a;
|
|
313
313
|
aq.z();
|
|
314
|
-
if (af.l.d != 0 && this.e.
|
|
314
|
+
if (af.l.d != 0 && this.e.bs) {
|
|
315
315
|
aq.ae(this.ax(af.l.d));
|
|
316
316
|
}
|
|
317
317
|
var ar = af.s.nativeCell;
|
|
@@ -374,7 +374,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
374
374
|
return;
|
|
375
375
|
}
|
|
376
376
|
var b = this.r.rootWrapper.getOffset();
|
|
377
|
-
var c = this.e.
|
|
377
|
+
var c = this.e.f(a.pageX - b.left, a.pageY - b.top);
|
|
378
378
|
if (c == null) {
|
|
379
379
|
return;
|
|
380
380
|
}
|
|
@@ -419,7 +419,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
419
419
|
return;
|
|
420
420
|
}
|
|
421
421
|
var c = this.r.rootWrapper.getOffset();
|
|
422
|
-
var d = this.e.
|
|
422
|
+
var d = this.e.f(a.pageX - c.left, a.pageY - c.top);
|
|
423
423
|
if (d == null) {
|
|
424
424
|
return;
|
|
425
425
|
}
|
|
@@ -437,7 +437,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
437
437
|
return;
|
|
438
438
|
}
|
|
439
439
|
var c = this.r.rootWrapper.getOffset();
|
|
440
|
-
var d = this.e.
|
|
440
|
+
var d = this.e.f(a.pageX - c.left, a.pageY - c.top);
|
|
441
441
|
if (d == null) {
|
|
442
442
|
return;
|
|
443
443
|
}
|
|
@@ -455,7 +455,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
455
455
|
return;
|
|
456
456
|
}
|
|
457
457
|
var c = this.r.rootWrapper.getOffset();
|
|
458
|
-
var d = this.e.
|
|
458
|
+
var d = this.e.f(a.pageX - c.left, a.pageY - c.top);
|
|
459
459
|
if (d == null) {
|
|
460
460
|
return;
|
|
461
461
|
}
|
|
@@ -470,11 +470,11 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
470
470
|
b = 0;
|
|
471
471
|
}
|
|
472
472
|
if (this.c == null) {
|
|
473
|
-
this.c = new Array(d.
|
|
474
|
-
this.a = new Array(d.
|
|
475
|
-
this.d = new Array(d.
|
|
476
|
-
this.b = new Array(d.
|
|
477
|
-
for (var h = 0; h < d.
|
|
473
|
+
this.c = new Array(d.b2.count);
|
|
474
|
+
this.a = new Array(d.b2.count);
|
|
475
|
+
this.d = new Array(d.b2.count);
|
|
476
|
+
this.b = new Array(d.b2.count);
|
|
477
|
+
for (var h = 0; h < d.b2.count; h++) {
|
|
478
478
|
this.c[h] = null;
|
|
479
479
|
this.a[h] = null;
|
|
480
480
|
this.d[h] = -1;
|
|
@@ -517,13 +517,13 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
517
517
|
}
|
|
518
518
|
};
|
|
519
519
|
DataGridCellLayoutPanel.prototype.ax = function (a) {
|
|
520
|
-
var b = this.e.
|
|
521
|
-
var c = this.e.
|
|
522
|
-
var d = this.e.
|
|
523
|
-
var e = this.e.
|
|
520
|
+
var b = this.e.ch;
|
|
521
|
+
var c = this.e.cc + this.e.b9;
|
|
522
|
+
var d = this.e.cp;
|
|
523
|
+
var e = this.e.b7;
|
|
524
524
|
if (a == 2) {
|
|
525
|
-
c = Math.min(this.e.
|
|
526
|
-
d = this.e.
|
|
525
|
+
c = Math.min(this.e.cu, this.e.cf) - this.e.cq - this.e.ca;
|
|
526
|
+
d = this.e.cq;
|
|
527
527
|
}
|
|
528
528
|
return new Rect(0, c, b, d, e);
|
|
529
529
|
};
|
|
@@ -542,9 +542,9 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
542
542
|
return stringFormat1("rect({0}px, {1}px, {2}px, {3}px)", a.top, a.right, a.bottom, a.left);
|
|
543
543
|
};
|
|
544
544
|
DataGridCellLayoutPanel.prototype.y = function (a) {
|
|
545
|
-
var b = a.cl < this.f.
|
|
545
|
+
var b = a.cl < this.f.cd ? this.f.cd - a.cl : 0;
|
|
546
546
|
var c = 0;
|
|
547
|
-
var d = this.f.
|
|
547
|
+
var d = this.f.co == -1 ? a.gu : (a.cl + a.gu > this.f.ce) ? a.gu - (a.cl + a.gu - this.f.ce) : a.gu;
|
|
548
548
|
var e = a.fc;
|
|
549
549
|
return this.x(new Rect(0, b, c, d, e));
|
|
550
550
|
};
|
|
@@ -558,8 +558,8 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
558
558
|
if (this.e == null) {
|
|
559
559
|
return;
|
|
560
560
|
}
|
|
561
|
-
for (var a = 0; a < this.e.
|
|
562
|
-
var b = this.e.
|
|
561
|
+
for (var a = 0; a < this.e.b2.count; a++) {
|
|
562
|
+
var b = this.e.b2._inner[a].q;
|
|
563
563
|
for (var c = 0; c < b.count; c++) {
|
|
564
564
|
var d = b._inner[c];
|
|
565
565
|
if (d.s != null && d.s.nativeCell != null) {
|
|
@@ -60,6 +60,7 @@ var DataGridLocaleEn = /** @class */ /*@__PURE__*/ (function () {
|
|
|
60
60
|
this["ComparisonOperator_True"] = "True";
|
|
61
61
|
this["ComparisonOperator_Yesterday"] = "Yesterday";
|
|
62
62
|
this["Filter_Columns_List"] = "Filter columns list ...";
|
|
63
|
+
this["Pager_Text"] = "{0} of {1}";
|
|
63
64
|
this["Search"] = "Search";
|
|
64
65
|
this["Select_All"] = "(Select All)";
|
|
65
66
|
}
|
|
@@ -19,49 +19,49 @@ var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
DataGridScrollerKeyboardListener.prototype.onDownArrow = function (a, b) {
|
|
22
|
-
return this.a.
|
|
22
|
+
return this.a.jx(a, b);
|
|
23
23
|
};
|
|
24
24
|
DataGridScrollerKeyboardListener.prototype.onEnd = function (a, b) {
|
|
25
|
-
return this.a.
|
|
25
|
+
return this.a.jy(a, b);
|
|
26
26
|
};
|
|
27
27
|
DataGridScrollerKeyboardListener.prototype.onHome = function (a, b) {
|
|
28
|
-
return this.a.
|
|
28
|
+
return this.a.j2(a, b);
|
|
29
29
|
};
|
|
30
30
|
DataGridScrollerKeyboardListener.prototype.onLeftArrow = function (a, b) {
|
|
31
|
-
return this.a.
|
|
31
|
+
return this.a.j4(a, b);
|
|
32
32
|
};
|
|
33
33
|
DataGridScrollerKeyboardListener.prototype.onPageDown = function (a, b) {
|
|
34
|
-
return this.a.
|
|
34
|
+
return this.a.j5(a, b);
|
|
35
35
|
};
|
|
36
36
|
DataGridScrollerKeyboardListener.prototype.onPageUp = function (a, b) {
|
|
37
|
-
return this.a.
|
|
37
|
+
return this.a.j6(a, b);
|
|
38
38
|
};
|
|
39
39
|
DataGridScrollerKeyboardListener.prototype.onRightArrow = function (a, b) {
|
|
40
|
-
return this.a.
|
|
40
|
+
return this.a.j7(a, b);
|
|
41
41
|
};
|
|
42
42
|
DataGridScrollerKeyboardListener.prototype.onTab = function (a, b) {
|
|
43
|
-
return this.a.
|
|
43
|
+
return this.a.j9(a, b);
|
|
44
44
|
};
|
|
45
45
|
DataGridScrollerKeyboardListener.prototype.onUpArrow = function (a, b) {
|
|
46
|
-
return this.a.
|
|
46
|
+
return this.a.ka(a, b);
|
|
47
47
|
};
|
|
48
48
|
DataGridScrollerKeyboardListener.prototype.onWheel = function () {
|
|
49
|
-
this.a.
|
|
49
|
+
this.a.v7();
|
|
50
50
|
};
|
|
51
51
|
DataGridScrollerKeyboardListener.prototype.onEnter = function (a, b) {
|
|
52
|
-
return this.a.
|
|
52
|
+
return this.a.jz(a, b);
|
|
53
53
|
};
|
|
54
54
|
DataGridScrollerKeyboardListener.prototype.onEscape = function () {
|
|
55
|
-
return this.a.
|
|
55
|
+
return this.a.j0();
|
|
56
56
|
};
|
|
57
57
|
DataGridScrollerKeyboardListener.prototype.onF2 = function () {
|
|
58
|
-
return this.a.
|
|
58
|
+
return this.a.j1();
|
|
59
59
|
};
|
|
60
60
|
DataGridScrollerKeyboardListener.prototype.onSpace = function (a, b) {
|
|
61
|
-
return this.a.
|
|
61
|
+
return this.a.j8(a, b);
|
|
62
62
|
};
|
|
63
63
|
DataGridScrollerKeyboardListener.prototype.onKeyDown = function (a, b, c) {
|
|
64
|
-
return this.a.
|
|
64
|
+
return this.a.j3(a, b, c);
|
|
65
65
|
};
|
|
66
66
|
DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
|
|
67
67
|
return DataGridScrollerKeyboardListener;
|