igniteui-angular-data-grids 20.1.0 → 20.2.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-angular-data-grids.umd.js +5727 -5576
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
- package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +7 -7
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +40 -37
- package/esm2015/lib/CheckboxListBridge.js +4 -0
- package/esm2015/lib/CheckboxListView_combined.js +778 -743
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +13 -13
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +16 -16
- package/esm2015/lib/GridCellBase.js +354 -335
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCell.js +59 -59
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +15 -15
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SortIndicatorStyle.js +6 -2
- package/esm2015/lib/SummaryCell.js +40 -40
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TextCell.js +32 -32
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +153 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +164 -155
- package/esm2015/lib/igx-checkbox-list-component.js +82 -66
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +87 -76
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +10 -10
- package/esm5/lib/AccessibilityRow.js +1 -1
- package/esm5/lib/CanvasCellPresenterBase.js +9 -9
- package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +7 -7
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +40 -37
- package/esm5/lib/CheckboxListBridge.js +4 -0
- package/esm5/lib/CheckboxListView_combined.js +760 -725
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +13 -13
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +16 -16
- package/esm5/lib/GridCellBase.js +349 -326
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCell.js +59 -59
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +15 -15
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SortIndicatorStyle.js +6 -2
- package/esm5/lib/SummaryCell.js +40 -40
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TextCell.js +32 -32
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +151 -151
- package/esm5/lib/TextHeaderCellPresenter.js +25 -25
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +168 -155
- package/esm5/lib/igx-checkbox-list-component.js +82 -66
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +91 -76
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +10 -10
- package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
- package/fesm5/igniteui-angular-data-grids.js +5729 -5578
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListViewExternal.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +185 -179
- package/lib/ColumnFilterCondition_combined.d.ts +820 -813
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +105 -102
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +3 -3
- package/lib/SortIndicatorStyle.d.ts +5 -1
- package/lib/SummaryCell.d.ts +9 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +29 -29
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +10 -0
- package/lib/igx-data-grid-column-component.d.ts +7 -1
- package/package.json +4 -4
|
@@ -734,10 +734,10 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
734
734
|
let c = this.targetGrid.groupDescriptions.j;
|
|
735
735
|
for (let d = 0; d < c.count; d++) {
|
|
736
736
|
let e = new GroupInfo();
|
|
737
|
-
let f = b.i((g) => g.
|
|
737
|
+
let f = b.i((g) => g.l7 == c.item(d).f);
|
|
738
738
|
if (f != -1) {
|
|
739
|
-
if (!stringIsNullOrEmpty(b._inner[f].
|
|
740
|
-
e.c = b._inner[f].
|
|
739
|
+
if (!stringIsNullOrEmpty(b._inner[f].me)) {
|
|
740
|
+
e.c = b._inner[f].me;
|
|
741
741
|
}
|
|
742
742
|
else {
|
|
743
743
|
e.c = c.item(d).f;
|
|
@@ -768,7 +768,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
768
768
|
let h = a;
|
|
769
769
|
let i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
|
|
770
770
|
let j = new ColumnGroupDescription(0);
|
|
771
|
-
j.f = i.
|
|
771
|
+
j.f = i.l7;
|
|
772
772
|
j.c = 1;
|
|
773
773
|
let k = this.targetGrid.groupDescriptions.j.contains(j);
|
|
774
774
|
j.c = 0;
|
|
@@ -259,7 +259,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
259
259
|
break;
|
|
260
260
|
case "FilterPlaceholderText":
|
|
261
261
|
if (this.d != null) {
|
|
262
|
-
this.d.
|
|
262
|
+
this.d.ca = this.s;
|
|
263
263
|
}
|
|
264
264
|
break;
|
|
265
265
|
case "BaseTheme":
|
|
@@ -304,9 +304,9 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
304
304
|
let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
305
305
|
for (let c of fromEnum(this.b.actualColumns)) {
|
|
306
306
|
a = new ColumnPinningInfo();
|
|
307
|
-
let d = c.
|
|
308
|
-
if (c.
|
|
309
|
-
d = c.
|
|
307
|
+
let d = c.l7;
|
|
308
|
+
if (c.me != null) {
|
|
309
|
+
d = c.me;
|
|
310
310
|
}
|
|
311
311
|
a.columnName = d;
|
|
312
312
|
if (c.io == 1) {
|
|
@@ -319,7 +319,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
319
319
|
}
|
|
320
320
|
this.d.showSelectAll = false;
|
|
321
321
|
if (this.s != null) {
|
|
322
|
-
this.d.
|
|
322
|
+
this.d.ca = this.s;
|
|
323
323
|
}
|
|
324
324
|
this.d.itemsSource = b;
|
|
325
325
|
let e = "";
|
|
@@ -335,7 +335,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
335
335
|
let c = this.d.f.actualDataSource.getItemAtIndex(b.c);
|
|
336
336
|
let d = this.b.actualColumns.count;
|
|
337
337
|
for (let e = 0; e < d; e++) {
|
|
338
|
-
if (this.b.actualColumns._inner[e].
|
|
338
|
+
if (this.b.actualColumns._inner[e].l7 == c.columnName || this.b.actualColumns._inner[e].my == c.columnName || this.b.actualColumns._inner[e].me == c.columnName) {
|
|
339
339
|
if (this.b.actualColumns._inner[e].io == 0) {
|
|
340
340
|
this.b.actualColumns._inner[e].io = 1;
|
|
341
341
|
}
|
|
@@ -345,7 +345,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
345
345
|
else {
|
|
346
346
|
this.b.actualColumns._inner[e].io = 0;
|
|
347
347
|
}
|
|
348
|
-
this.b.actualColumns._inner[e].
|
|
348
|
+
this.b.actualColumns._inner[e].n0("Pinned");
|
|
349
349
|
break;
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -521,15 +521,15 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
521
521
|
$ret.c = false;
|
|
522
522
|
return $ret;
|
|
523
523
|
})());
|
|
524
|
-
this.n.
|
|
525
|
-
this.n.
|
|
526
|
-
this.n.
|
|
524
|
+
this.n.k0 = this.n.k1 = 4;
|
|
525
|
+
this.n.k2 = this.n.kz = 0;
|
|
526
|
+
this.n.l7 = "Icon";
|
|
527
527
|
let e = this.n;
|
|
528
528
|
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
|
|
529
529
|
this.f.columns.add(this.n);
|
|
530
530
|
let f = new TextColumn();
|
|
531
|
-
f.
|
|
532
|
-
f.
|
|
531
|
+
f.l7 = "DisplayText";
|
|
532
|
+
f.k0 = 0;
|
|
533
533
|
f.g = 0;
|
|
534
534
|
this.f.columns.add(f);
|
|
535
535
|
this.d4();
|
|
@@ -832,12 +832,12 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
832
832
|
this.em();
|
|
833
833
|
}
|
|
834
834
|
d9(a, b) {
|
|
835
|
-
let c = b.cellInfo.
|
|
835
|
+
let c = b.cellInfo.fp;
|
|
836
836
|
this.i = this.f.actualDataSource.getItemAtIndex(c);
|
|
837
837
|
this.d8();
|
|
838
838
|
}
|
|
839
839
|
el(a, b) {
|
|
840
|
-
this.e.t(b.content, b.cellInfo.
|
|
840
|
+
this.e.t(b.content, b.cellInfo.ig);
|
|
841
841
|
}
|
|
842
842
|
}
|
|
843
843
|
ComparisonOperatorSelector.$t = markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
|
|
@@ -52,21 +52,21 @@ export let ContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
52
52
|
}
|
|
53
53
|
static a(a, b, c, d, e) {
|
|
54
54
|
if (b.a7) {
|
|
55
|
-
if (b.bc(CellModel.
|
|
56
|
-
let f = Math.min(1, Math.max(0, b.
|
|
57
|
-
let g = b.
|
|
55
|
+
if (b.bc(CellModel.fo) || b.bc(CellModel.eu) || b.bc(CellModel.h4) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
|
|
56
|
+
let f = Math.min(1, Math.max(0, b.c7));
|
|
57
|
+
let g = b.cp * (1 - f);
|
|
58
58
|
d.setRawStyleProperty("opacity", g.toString());
|
|
59
59
|
if (b.bm) {
|
|
60
|
-
e.
|
|
60
|
+
e.dk(b.cp * f);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
if (b.bc(CellModel.
|
|
64
|
-
ContentCellModelHelper.c(d, b.
|
|
63
|
+
if (b.bc(CellModel.e5)) {
|
|
64
|
+
ContentCellModelHelper.c(d, b.ne);
|
|
65
65
|
if (b.bm) {
|
|
66
|
-
e.
|
|
66
|
+
e.dh(b.ne);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
if (b.bc(CellModel.
|
|
69
|
+
if (b.bc(CellModel.gu)) {
|
|
70
70
|
switch (b.ac) {
|
|
71
71
|
case 0:
|
|
72
72
|
d.setRawStyleProperty("white-space", "nowrap");
|
|
@@ -86,19 +86,19 @@ export let ContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
86
86
|
if (b.bb("TextDecoration")) {
|
|
87
87
|
ContentCellModelHelper.d(d, b.aa);
|
|
88
88
|
}
|
|
89
|
-
if (b.bc(CellModel.
|
|
89
|
+
if (b.bc(CellModel.ga) || b.bc(CellModel.h3)) {
|
|
90
90
|
let h = b.g;
|
|
91
91
|
let i = b.i;
|
|
92
92
|
ContentCellModelHelper.b(c, d, h);
|
|
93
|
-
e.
|
|
93
|
+
e.ci(c, d, h);
|
|
94
94
|
ContentCellModelHelper.e(c, d, i);
|
|
95
|
-
e.
|
|
95
|
+
e.co(i);
|
|
96
96
|
if (b.bm) {
|
|
97
|
-
e.
|
|
97
|
+
e.dg(h, i);
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
if (b.bb("ActualFontInfo")) {
|
|
101
|
-
e.
|
|
101
|
+
e.c0(d, b.ah);
|
|
102
102
|
}
|
|
103
103
|
if (b.bb("IsEdited") || b.bb("IsDeleted")) {
|
|
104
104
|
if (b.bd || b.ba) {
|
|
@@ -90,7 +90,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
90
90
|
let c = b.nativeCell.ah = false;
|
|
91
91
|
}
|
|
92
92
|
else {
|
|
93
|
-
let d = b.nativeCell.
|
|
93
|
+
let d = b.nativeCell.ar;
|
|
94
94
|
d.setRawStyleProperty("top", "-1000px");
|
|
95
95
|
d.setRawStyleProperty("left", "-1000px");
|
|
96
96
|
if (a.l.d != 0) {
|
|
@@ -190,7 +190,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
190
190
|
if (v.bl) {
|
|
191
191
|
m = true;
|
|
192
192
|
}
|
|
193
|
-
if (v.u == 1 && v.
|
|
193
|
+
if (v.u == 1 && v.h9 != n) {
|
|
194
194
|
m = true;
|
|
195
195
|
}
|
|
196
196
|
}
|
|
@@ -231,7 +231,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
231
231
|
let ai = ag.isCanvasBased;
|
|
232
232
|
let aj = null;
|
|
233
233
|
if (!ai) {
|
|
234
|
-
aj = ag.nativeCell.
|
|
234
|
+
aj = ag.nativeCell.ar;
|
|
235
235
|
if (af.u == 0) {
|
|
236
236
|
this.element.append(aj);
|
|
237
237
|
ag.nativeCell.isRemoved = false;
|
|
@@ -246,19 +246,19 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
246
246
|
ag.nativeCell.isRemoved = false;
|
|
247
247
|
}
|
|
248
248
|
af.u = 2;
|
|
249
|
-
let al = (af.
|
|
250
|
-
let am = (af.
|
|
249
|
+
let al = (af.he + intDivide(af.h5, 2));
|
|
250
|
+
let am = (af.hg + intDivide(af.f8, 2));
|
|
251
251
|
let an = (al - b) / this.f.actualVisibleRegion.width;
|
|
252
252
|
let ao = (am - a) / this.f.actualVisibleRegion.height;
|
|
253
253
|
if (af.bn) {
|
|
254
254
|
if (!ai) {
|
|
255
|
-
aj.setRawPosition(af.
|
|
255
|
+
aj.setRawPosition(af.c8, af.c9);
|
|
256
256
|
}
|
|
257
257
|
}
|
|
258
258
|
if (!ai) {
|
|
259
259
|
if (af.l.d != 0) {
|
|
260
260
|
if (this.f.b2) {
|
|
261
|
-
aj.setRawStyleProperty("clip", this.w(af.l.d, af.
|
|
261
|
+
aj.setRawStyleProperty("clip", this.w(af.l.d, af.c8, af.c9));
|
|
262
262
|
}
|
|
263
263
|
else {
|
|
264
264
|
aj.setRawStyleProperty("clip", "auto");
|
|
@@ -268,15 +268,15 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
268
268
|
aj.setRawStyleProperty("clip", this.y(af));
|
|
269
269
|
}
|
|
270
270
|
else {
|
|
271
|
-
if (Rect.l_op_Inequality(af.
|
|
272
|
-
aj.setRawStyleProperty("clip", this.x(af.
|
|
271
|
+
if (Rect.l_op_Inequality(af.nz, Rect.empty)) {
|
|
272
|
+
aj.setRawStyleProperty("clip", this.x(af.nz));
|
|
273
273
|
}
|
|
274
274
|
else {
|
|
275
275
|
aj.setRawStyleProperty("clip", "auto");
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
|
-
af.
|
|
279
|
+
af.l9();
|
|
280
280
|
if (ai) {
|
|
281
281
|
let ap = af.s.nativeCell;
|
|
282
282
|
ap.co(z);
|
|
@@ -286,15 +286,15 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
286
286
|
let aq = y.a;
|
|
287
287
|
aq.aa();
|
|
288
288
|
if (af.l.d != 0 && this.f.b2) {
|
|
289
|
-
aq.
|
|
289
|
+
aq.ah(this.ax(af.l.d));
|
|
290
290
|
}
|
|
291
291
|
let ar = af.s.nativeCell;
|
|
292
|
-
ar.b6(aq, y.c, y.d, af.
|
|
292
|
+
ar.b6(aq, y.c, y.d, af.c8, af.c9, z);
|
|
293
293
|
aq.z();
|
|
294
294
|
}
|
|
295
|
-
af.
|
|
295
|
+
af.l2();
|
|
296
296
|
if (m) {
|
|
297
|
-
af.
|
|
297
|
+
af.h9 = n;
|
|
298
298
|
if (!ai) {
|
|
299
299
|
aj.setRawStyleProperty("z-index", x.toString());
|
|
300
300
|
}
|
|
@@ -516,10 +516,10 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
516
516
|
return stringFormat1("rect({0}px, {1}px, {2}px, {3}px)", a.top, a.right, a.bottom, a.left);
|
|
517
517
|
}
|
|
518
518
|
y(a) {
|
|
519
|
-
let b = a.
|
|
519
|
+
let b = a.c8 < this.g.cn ? this.g.cn - a.c8 : 0;
|
|
520
520
|
let c = 0;
|
|
521
|
-
let d = this.g.cy == -1 ? a.
|
|
522
|
-
let e = a.
|
|
521
|
+
let d = this.g.cy == -1 ? a.h5 : (a.c8 + a.h5 > this.g.co) ? a.h5 - (a.c8 + a.h5 - this.g.co) : a.h5;
|
|
522
|
+
let e = a.f8;
|
|
523
523
|
return this.x(new Rect(0, b, c, d, e));
|
|
524
524
|
}
|
|
525
525
|
ah(a, b) {
|
|
@@ -24,22 +24,22 @@ export let DateTimeCellPresenter = /*@__PURE__*/ (() => {
|
|
|
24
24
|
super.b(a);
|
|
25
25
|
let b = a;
|
|
26
26
|
if (a.a7) {
|
|
27
|
-
if (a.bc(DateTimeCellModel.
|
|
27
|
+
if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
|
|
28
28
|
this.e(b);
|
|
29
|
-
this.d.
|
|
29
|
+
this.d.c8(this.d.dw, b.kx);
|
|
30
30
|
}
|
|
31
|
-
ContentCellModelHelper.a(this.a.
|
|
31
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
e(a) {
|
|
35
|
-
if (a.
|
|
36
|
-
a.
|
|
35
|
+
if (a.lt != null) {
|
|
36
|
+
a.kx = a.lt;
|
|
37
37
|
return;
|
|
38
38
|
}
|
|
39
|
-
a.
|
|
40
|
-
if (a.
|
|
41
|
-
if (a.
|
|
42
|
-
a.
|
|
39
|
+
a.kx = a.oo(a.oa);
|
|
40
|
+
if (a.kx == stringEmpty()) {
|
|
41
|
+
if (a.ie != null && !(typeCast(Date_$type, a.ie) !== null)) {
|
|
42
|
+
a.kx = a.ie.toString();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|