igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.0-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-webcomponents-data-grids.umd.js +7623 -7085
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +37 -34
- package/esm2015/lib/CheckboxListView_combined.js +24 -24
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +5293 -5010
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- 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/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +118 -113
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +4 -4
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +97 -79
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +291 -261
- package/esm2015/lib/igc-data-grid-component.js +20 -0
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +12 -12
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +46 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +58 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +38 -38
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +37 -34
- package/esm5/lib/CheckboxListView_combined.js +24 -24
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +5100 -4765
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- 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/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +118 -113
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +4 -4
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +52 -52
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +105 -79
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +303 -261
- package/esm5/lib/igc-data-grid-component.js +28 -0
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +12 -12
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +50 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +74 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +38 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +7778 -7348
- package/fesm5/igniteui-webcomponents-data-grids.js +7623 -7085
- package/lib/ColumnFilterCondition_combined.d.ts +1341 -1292
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +10 -0
- package/lib/igc-data-grid-column-component.d.ts +15 -0
- package/lib/igc-data-grid-component.d.ts +10 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +14 -0
- package/package.json +4 -4
|
@@ -812,10 +812,10 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
812
812
|
var c_1 = this.targetGrid.groupDescriptions.j;
|
|
813
813
|
var _loop_1 = function (d) {
|
|
814
814
|
var e = new GroupInfo();
|
|
815
|
-
var f = b.i(function (g) { return g.
|
|
815
|
+
var f = b.i(function (g) { return g.nj == c_1.item(d).f; });
|
|
816
816
|
if (f != -1) {
|
|
817
|
-
if (!stringIsNullOrEmpty(b._inner[f].
|
|
818
|
-
e.c = b._inner[f].
|
|
817
|
+
if (!stringIsNullOrEmpty(b._inner[f].nq)) {
|
|
818
|
+
e.c = b._inner[f].nq;
|
|
819
819
|
}
|
|
820
820
|
else {
|
|
821
821
|
e.c = c_1.item(d).f;
|
|
@@ -849,7 +849,7 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
849
849
|
var h = a;
|
|
850
850
|
var i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
|
|
851
851
|
var j = new ColumnGroupDescription(0);
|
|
852
|
-
j.f = i.
|
|
852
|
+
j.f = i.nj;
|
|
853
853
|
j.c = 1;
|
|
854
854
|
var k = this.targetGrid.groupDescriptions.j.contains(j);
|
|
855
855
|
j.c = 0;
|
|
@@ -345,12 +345,12 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
345
345
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
346
346
|
var c = _c.value;
|
|
347
347
|
a = new ColumnPinningInfo();
|
|
348
|
-
var d = c.
|
|
349
|
-
if (c.
|
|
350
|
-
d = c.
|
|
348
|
+
var d = c.nj;
|
|
349
|
+
if (c.nq != null) {
|
|
350
|
+
d = c.nq;
|
|
351
351
|
}
|
|
352
352
|
a.columnName = d;
|
|
353
|
-
if (c.
|
|
353
|
+
if (c.it == 1) {
|
|
354
354
|
a.isPinned = true;
|
|
355
355
|
}
|
|
356
356
|
else {
|
|
@@ -390,17 +390,17 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
390
390
|
var c = this.d.g.actualDataSource.getItemAtIndex(b.c);
|
|
391
391
|
var d = this.b.actualColumns.count;
|
|
392
392
|
for (var e = 0; e < d; e++) {
|
|
393
|
-
if (this.b.actualColumns._inner[e].
|
|
394
|
-
if (this.b.actualColumns._inner[e].
|
|
395
|
-
this.b.actualColumns._inner[e].
|
|
393
|
+
if (this.b.actualColumns._inner[e].nj == c.columnName || this.b.actualColumns._inner[e].ob == c.columnName || this.b.actualColumns._inner[e].nq == c.columnName) {
|
|
394
|
+
if (this.b.actualColumns._inner[e].it == 0) {
|
|
395
|
+
this.b.actualColumns._inner[e].it = 1;
|
|
396
396
|
}
|
|
397
|
-
else if (this.b.actualColumns._inner[e].
|
|
398
|
-
this.b.actualColumns._inner[e].
|
|
397
|
+
else if (this.b.actualColumns._inner[e].it == 2) {
|
|
398
|
+
this.b.actualColumns._inner[e].it = 1;
|
|
399
399
|
}
|
|
400
400
|
else {
|
|
401
|
-
this.b.actualColumns._inner[e].
|
|
401
|
+
this.b.actualColumns._inner[e].it = 0;
|
|
402
402
|
}
|
|
403
|
-
this.b.actualColumns._inner[e].
|
|
403
|
+
this.b.actualColumns._inner[e].pf("Pinned");
|
|
404
404
|
break;
|
|
405
405
|
}
|
|
406
406
|
}
|
|
@@ -720,15 +720,15 @@ export var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_
|
|
|
720
720
|
$ret.c = false;
|
|
721
721
|
return $ret;
|
|
722
722
|
})());
|
|
723
|
-
this.n.
|
|
724
|
-
this.n.
|
|
725
|
-
this.n.
|
|
723
|
+
this.n.lm = this.n.ln = 4;
|
|
724
|
+
this.n.lo = this.n.ll = 0;
|
|
725
|
+
this.n.nj = "Icon";
|
|
726
726
|
var e = this.n;
|
|
727
727
|
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
|
|
728
728
|
this.f.columns.add(this.n);
|
|
729
729
|
var f = new TextColumn();
|
|
730
|
-
f.
|
|
731
|
-
f.
|
|
730
|
+
f.nj = "DisplayText";
|
|
731
|
+
f.lm = 0;
|
|
732
732
|
f.g = 0;
|
|
733
733
|
this.f.columns.add(f);
|
|
734
734
|
this.d4();
|
|
@@ -1038,7 +1038,7 @@ export var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1038
1038
|
this.d8();
|
|
1039
1039
|
};
|
|
1040
1040
|
ComparisonOperatorSelector.prototype.el = function (a, b) {
|
|
1041
|
-
this.e.t(b.content, b.cellInfo.
|
|
1041
|
+
this.e.t(b.content, b.cellInfo.ij);
|
|
1042
1042
|
};
|
|
1043
1043
|
ComparisonOperatorSelector.$t = markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
|
|
1044
1044
|
ComparisonOperatorSelector.dw = "M 8 5 A 7 7 0 1 0 15 12 A 7 7 0 0 0 8 5 z M 18 7 A 5 5 0 0 0 15 8.0605469 A 7.48 7.48 0 0 1 15.490234 9.0605469 A 3.89 3.89 0 1 1 15.490234 14.880859 A 8.08 8.08 0 0 1 15 15.880859 A 5 5 0 1 0 18 7 z M 11.179688 8.8203125 L 12.310547 9.9394531 L 7.0703125 15.179688 L 3.6894531 11.810547 L 4.8203125 10.689453 L 7.0703125 12.939453 L 11.179688 8.8203125 z M 16.560547 9.7792969 L 15.779297 10.560547 L 17.210938 12 L 15.779297 13.439453 L 16.560547 14.220703 L 18 12.789062 L 19.439453 14.220703 L 20.220703 13.439453 L 18.789062 12 L 20.220703 10.560547 L 19.439453 9.7792969 L 18 11.210938 L 16.560547 9.7792969 z ";
|
|
@@ -56,21 +56,21 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
56
56
|
};
|
|
57
57
|
ContentCellModelHelper.a = function (a, b, c, d, e) {
|
|
58
58
|
if (b.a7) {
|
|
59
|
-
if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.
|
|
59
|
+
if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h7) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
|
|
60
60
|
var f = Math.min(1, Math.max(0, b.c7));
|
|
61
61
|
var g = b.cp * (1 - f);
|
|
62
62
|
d.setRawStyleProperty("opacity", g.toString());
|
|
63
63
|
if (b.bm) {
|
|
64
|
-
e.
|
|
64
|
+
e.dm(b.cp * f);
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
if (b.bc(CellModel.e5)) {
|
|
68
|
-
ContentCellModelHelper.c(d, b.
|
|
68
|
+
ContentCellModelHelper.c(d, b.nl);
|
|
69
69
|
if (b.bm) {
|
|
70
|
-
e.
|
|
70
|
+
e.dj(b.nl);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
if (b.bc(CellModel.
|
|
73
|
+
if (b.bc(CellModel.gw)) {
|
|
74
74
|
switch (b.ac) {
|
|
75
75
|
case 0:
|
|
76
76
|
d.setRawStyleProperty("white-space", "nowrap");
|
|
@@ -90,19 +90,19 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
90
90
|
if (b.bb("TextDecoration")) {
|
|
91
91
|
ContentCellModelHelper.d(d, b.aa);
|
|
92
92
|
}
|
|
93
|
-
if (b.bc(CellModel.
|
|
93
|
+
if (b.bc(CellModel.gc) || b.bc(CellModel.h6)) {
|
|
94
94
|
var h = b.g;
|
|
95
95
|
var i = b.i;
|
|
96
96
|
ContentCellModelHelper.b(c, d, h);
|
|
97
|
-
e.
|
|
97
|
+
e.cj(c, d, h);
|
|
98
98
|
ContentCellModelHelper.e(c, d, i);
|
|
99
|
-
e.
|
|
99
|
+
e.cp(i);
|
|
100
100
|
if (b.bm) {
|
|
101
|
-
e.
|
|
101
|
+
e.di(h, i);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
if (b.bb("ActualFontInfo")) {
|
|
105
|
-
e.
|
|
105
|
+
e.c1(d, b.ah);
|
|
106
106
|
}
|
|
107
107
|
if (b.bb("IsEdited") || b.bb("IsDeleted")) {
|
|
108
108
|
if (b.bd || b.ba) {
|
|
@@ -216,7 +216,7 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
216
216
|
if (v.bl) {
|
|
217
217
|
m = true;
|
|
218
218
|
}
|
|
219
|
-
if (v.u == 1 && v.
|
|
219
|
+
if (v.u == 1 && v.ic != n) {
|
|
220
220
|
m = true;
|
|
221
221
|
}
|
|
222
222
|
}
|
|
@@ -272,8 +272,8 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
272
272
|
ag.nativeCell.isRemoved = false;
|
|
273
273
|
}
|
|
274
274
|
af.u = 2;
|
|
275
|
-
var al = (af.
|
|
276
|
-
var am = (af.
|
|
275
|
+
var al = (af.hh + intDivide(af.h8, 2));
|
|
276
|
+
var am = (af.hj + intDivide(af.ga, 2));
|
|
277
277
|
var an = (al - b) / this.f.actualVisibleRegion.width;
|
|
278
278
|
var ao = (am - a) / this.f.actualVisibleRegion.height;
|
|
279
279
|
if (af.bn) {
|
|
@@ -294,15 +294,15 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
294
294
|
aj.setRawStyleProperty("clip", this.y(af));
|
|
295
295
|
}
|
|
296
296
|
else {
|
|
297
|
-
if (Rect.l_op_Inequality(af.
|
|
298
|
-
aj.setRawStyleProperty("clip", this.x(af.
|
|
297
|
+
if (Rect.l_op_Inequality(af.n8, Rect.empty)) {
|
|
298
|
+
aj.setRawStyleProperty("clip", this.x(af.n8));
|
|
299
299
|
}
|
|
300
300
|
else {
|
|
301
301
|
aj.setRawStyleProperty("clip", "auto");
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
af.
|
|
305
|
+
af.me();
|
|
306
306
|
if (ai) {
|
|
307
307
|
var ap = af.s.nativeCell;
|
|
308
308
|
ap.co(z);
|
|
@@ -318,9 +318,9 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
318
318
|
ar.b6(aq, y.c, y.d, af.c8, af.c9, z);
|
|
319
319
|
aq.ab();
|
|
320
320
|
}
|
|
321
|
-
af.
|
|
321
|
+
af.l7();
|
|
322
322
|
if (m) {
|
|
323
|
-
af.
|
|
323
|
+
af.ic = n;
|
|
324
324
|
if (!ai) {
|
|
325
325
|
aj.setRawStyleProperty("z-index", x.toString());
|
|
326
326
|
}
|
|
@@ -544,8 +544,8 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
544
544
|
DataGridCellLayoutPanel.prototype.y = function (a) {
|
|
545
545
|
var b = a.c8 < this.g.cn ? this.g.cn - a.c8 : 0;
|
|
546
546
|
var c = 0;
|
|
547
|
-
var d = this.g.cy == -1 ? a.
|
|
548
|
-
var e = a.
|
|
547
|
+
var d = this.g.cy == -1 ? a.h8 : (a.c8 + a.h8 > this.g.co) ? a.h8 - (a.c8 + a.h8 - this.g.co) : a.h8;
|
|
548
|
+
var e = a.ga;
|
|
549
549
|
return this.x(new Rect(0, b, c, d, e));
|
|
550
550
|
};
|
|
551
551
|
DataGridCellLayoutPanel.prototype.ah = function (a, b) {
|
|
@@ -46,7 +46,7 @@ export var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (funct
|
|
|
46
46
|
return this.a.k8(a, b);
|
|
47
47
|
};
|
|
48
48
|
DataGridScrollerKeyboardListener.prototype.onWheel = function () {
|
|
49
|
-
this.a.
|
|
49
|
+
this.a.ys();
|
|
50
50
|
};
|
|
51
51
|
DataGridScrollerKeyboardListener.prototype.onEnter = function (a, b) {
|
|
52
52
|
return this.a.kx(a, b);
|
|
@@ -64,7 +64,7 @@ export var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (funct
|
|
|
64
64
|
return this.a.k1(a, b, c);
|
|
65
65
|
};
|
|
66
66
|
DataGridScrollerKeyboardListener.prototype.onGotFocus = function (a, b) {
|
|
67
|
-
this.a.
|
|
67
|
+
this.a.x2(a, b);
|
|
68
68
|
};
|
|
69
69
|
DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
|
|
70
70
|
return DataGridScrollerKeyboardListener;
|
|
@@ -810,10 +810,10 @@ export var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
810
810
|
this.s = 0;
|
|
811
811
|
this.t = 0;
|
|
812
812
|
for (var b = 0; b < a; b++) {
|
|
813
|
-
if (this.e.actualColumns._inner[b].
|
|
813
|
+
if (this.e.actualColumns._inner[b].kb == true) {
|
|
814
814
|
this.s++;
|
|
815
815
|
}
|
|
816
|
-
if (this.e.actualColumns._inner[b].
|
|
816
|
+
if (this.e.actualColumns._inner[b].it == 1) {
|
|
817
817
|
this.t++;
|
|
818
818
|
}
|
|
819
819
|
}
|
|
@@ -29,22 +29,22 @@ export var DateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(DateTimeCellModel.
|
|
32
|
+
if (a.bc(DateTimeCellModel.ol) || a.bc(DateTimeCellModel.om) || a.bc(DateTimeCellModel.ok) || a.bc(DateTimeCellModel.gz) || a.bc(DateTimeCellModel.h5)) {
|
|
33
33
|
this.e(b);
|
|
34
|
-
this.d.
|
|
34
|
+
this.d.c9(this.d.d0, b.k1);
|
|
35
35
|
}
|
|
36
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
36
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
DateTimeCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
a.
|
|
40
|
+
if (a.ly != null) {
|
|
41
|
+
a.k1 = a.ly;
|
|
42
42
|
return;
|
|
43
43
|
}
|
|
44
|
-
a.
|
|
45
|
-
if (a.
|
|
46
|
-
if (a.
|
|
47
|
-
a.
|
|
44
|
+
a.k1 = a.ox(a.oj);
|
|
45
|
+
if (a.k1 == stringEmpty()) {
|
|
46
|
+
if (a.ii != null && !(typeCast(Date_$type, a.ii) !== null)) {
|
|
47
|
+
a.k1 = a.ii.toString();
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
};
|