igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.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 +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- 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/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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 +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- 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 +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- 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 +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- 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/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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 +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- 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 +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- 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 +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -28,15 +28,15 @@ var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
|
|
|
28
28
|
});
|
|
29
29
|
CanvasTemplateHeaderCellPresenter.prototype.b = function (a) {
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
|
-
var b = this.e.actualColumns._inner[a.l.
|
|
31
|
+
var b = this.e.actualColumns._inner[a.l.a6];
|
|
32
32
|
var c = b.header;
|
|
33
|
-
if (a.bc(CellModel.
|
|
34
|
-
var d = Math.min(1, Math.max(0, a.
|
|
35
|
-
var e = a.
|
|
33
|
+
if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
|
|
34
|
+
var d = Math.min(1, Math.max(0, a.da));
|
|
35
|
+
var e = a.cv * (1 - d);
|
|
36
36
|
}
|
|
37
37
|
var f = a;
|
|
38
38
|
this.d.dc();
|
|
39
|
-
c.
|
|
39
|
+
c.hv(f, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateHeaderCellPresenter.$t = markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateHeaderCellPresenter;
|
|
@@ -28,26 +28,26 @@ var CanvasTextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
_super.prototype.b.call(this, a);
|
|
29
29
|
var b = a;
|
|
30
30
|
if (a.a7) {
|
|
31
|
-
if (a.bc(TextCellModel.
|
|
32
|
-
b.
|
|
33
|
-
this.d.cr(b.
|
|
31
|
+
if (a.bc(TextCellModel.oc) || a.bc(TextCellModel.h8) || a.bc(TextCellModel.g2)) {
|
|
32
|
+
b.k4 = this.e(b);
|
|
33
|
+
this.d.cr(b.k4);
|
|
34
34
|
}
|
|
35
35
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
38
|
CanvasTextCellPresenter.prototype.e = function (a) {
|
|
39
|
-
if (a.
|
|
40
|
-
return a.
|
|
39
|
+
if (a.l1 != null) {
|
|
40
|
+
return a.l1;
|
|
41
41
|
}
|
|
42
|
-
if (a.
|
|
43
|
-
return a.
|
|
42
|
+
if (a.oe != null) {
|
|
43
|
+
return a.oe;
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
46
|
-
if (a.
|
|
46
|
+
if (a.il == null) {
|
|
47
47
|
return "";
|
|
48
48
|
}
|
|
49
49
|
else {
|
|
50
|
-
return a.
|
|
50
|
+
return a.il.toString();
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
};
|
|
@@ -36,12 +36,12 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
36
36
|
_super.prototype.b.call(this, a);
|
|
37
37
|
var b = a;
|
|
38
38
|
if (a.a7) {
|
|
39
|
-
if (a.bc(TextCellModel.
|
|
40
|
-
b.
|
|
41
|
-
this.d.cr(b.
|
|
39
|
+
if (a.bc(TextCellModel.oc)) {
|
|
40
|
+
b.k4 = b.oe;
|
|
41
|
+
this.d.cr(b.k4);
|
|
42
42
|
}
|
|
43
|
-
if (a.bc(CellModel.
|
|
44
|
-
if (a.
|
|
43
|
+
if (a.bc(CellModel.ho)) {
|
|
44
|
+
if (a.bw) {
|
|
45
45
|
this.d.db.m = false;
|
|
46
46
|
}
|
|
47
47
|
if (this.e == null) {
|
|
@@ -50,21 +50,21 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
50
50
|
}
|
|
51
51
|
this.d.de(a.n);
|
|
52
52
|
this.d.cp(runOn(this, this.f));
|
|
53
|
-
if (a.
|
|
53
|
+
if (a.bw) {
|
|
54
54
|
this.d.db.m = true;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
if (a.bc(CellModel.
|
|
58
|
-
if (a.
|
|
57
|
+
if (a.bc(CellModel.hp)) {
|
|
58
|
+
if (a.bw) {
|
|
59
59
|
this.d.db.m = false;
|
|
60
60
|
}
|
|
61
|
-
this.d.db.a3 = a.
|
|
62
|
-
if (a.
|
|
61
|
+
this.d.db.a3 = a.n4;
|
|
62
|
+
if (a.bw) {
|
|
63
63
|
this.d.db.m = true;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
if (a.bb("SortIndicatorStyle")) {
|
|
67
|
-
this.d.db.f = b.
|
|
67
|
+
this.d.db.f = b.ol;
|
|
68
68
|
}
|
|
69
69
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
70
70
|
}
|
package/esm5/lib/CellPath.js
CHANGED
|
@@ -32,16 +32,16 @@ var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32
32
|
var j = g[1];
|
|
33
33
|
var k = g[2];
|
|
34
34
|
_this = _super.call(this, j, k) || this;
|
|
35
|
-
_this.a3 = 0;
|
|
36
35
|
_this.a4 = 0;
|
|
36
|
+
_this.a5 = 0;
|
|
37
37
|
_this.ae = 1;
|
|
38
|
-
_this.
|
|
39
|
-
_this.
|
|
38
|
+
_this.a3 = -1;
|
|
39
|
+
_this.an = false;
|
|
40
40
|
_this.ah = false;
|
|
41
41
|
_this.ag = false;
|
|
42
|
-
_this.
|
|
42
|
+
_this.av = false;
|
|
43
43
|
_this.ai = false;
|
|
44
|
-
_this.
|
|
44
|
+
_this.a4 = i;
|
|
45
45
|
_this.ad();
|
|
46
46
|
}
|
|
47
47
|
_this.b = c;
|
|
@@ -54,16 +54,16 @@ var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
54
54
|
var d = _rest[1];
|
|
55
55
|
var e = _rest[2];
|
|
56
56
|
_this = _super.call(this, d, e) || this;
|
|
57
|
-
_this.a3 = 0;
|
|
58
57
|
_this.a4 = 0;
|
|
58
|
+
_this.a5 = 0;
|
|
59
59
|
_this.ae = 1;
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
60
|
+
_this.a3 = -1;
|
|
61
|
+
_this.an = false;
|
|
62
62
|
_this.ah = false;
|
|
63
63
|
_this.ag = false;
|
|
64
|
-
_this.
|
|
64
|
+
_this.av = false;
|
|
65
65
|
_this.ai = false;
|
|
66
|
-
_this.
|
|
66
|
+
_this.a4 = c;
|
|
67
67
|
_this.ad();
|
|
68
68
|
}
|
|
69
69
|
break;
|
|
@@ -72,16 +72,16 @@ var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
var c = _rest[0];
|
|
73
73
|
var d = _rest[1];
|
|
74
74
|
_this = _super.call(this, 0, d) || this;
|
|
75
|
-
_this.a3 = 0;
|
|
76
75
|
_this.a4 = 0;
|
|
76
|
+
_this.a5 = 0;
|
|
77
77
|
_this.ae = 1;
|
|
78
|
-
_this.
|
|
79
|
-
_this.
|
|
78
|
+
_this.a3 = -1;
|
|
79
|
+
_this.an = false;
|
|
80
80
|
_this.ah = false;
|
|
81
81
|
_this.ag = false;
|
|
82
|
-
_this.
|
|
82
|
+
_this.av = false;
|
|
83
83
|
_this.ai = false;
|
|
84
|
-
_this.
|
|
84
|
+
_this.a4 = c;
|
|
85
85
|
_this.ad();
|
|
86
86
|
}
|
|
87
87
|
break;
|
|
@@ -91,16 +91,16 @@ var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
91
91
|
var d = _rest[1];
|
|
92
92
|
var e = _rest[2];
|
|
93
93
|
_this = _super.call(this, 0, d) || this;
|
|
94
|
-
_this.a3 = 0;
|
|
95
94
|
_this.a4 = 0;
|
|
95
|
+
_this.a5 = 0;
|
|
96
96
|
_this.ae = 1;
|
|
97
|
-
_this.
|
|
98
|
-
_this.
|
|
97
|
+
_this.a3 = -1;
|
|
98
|
+
_this.an = false;
|
|
99
99
|
_this.ah = false;
|
|
100
100
|
_this.ag = false;
|
|
101
|
-
_this.
|
|
101
|
+
_this.av = false;
|
|
102
102
|
_this.ai = false;
|
|
103
|
-
_this.
|
|
103
|
+
_this.a4 = c;
|
|
104
104
|
_this.ae = e;
|
|
105
105
|
_this.ad();
|
|
106
106
|
}
|
|
@@ -108,23 +108,23 @@ var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108
108
|
}
|
|
109
109
|
return _this;
|
|
110
110
|
}
|
|
111
|
-
Object.defineProperty(CellPath.prototype, "
|
|
111
|
+
Object.defineProperty(CellPath.prototype, "a6", {
|
|
112
112
|
get: function () {
|
|
113
|
-
return this.
|
|
113
|
+
return this.a4;
|
|
114
114
|
},
|
|
115
115
|
set: function (a) {
|
|
116
|
-
this.
|
|
116
|
+
this.a4 = a;
|
|
117
117
|
this.ad();
|
|
118
118
|
},
|
|
119
119
|
enumerable: false,
|
|
120
120
|
configurable: true
|
|
121
121
|
});
|
|
122
|
-
Object.defineProperty(CellPath.prototype, "
|
|
122
|
+
Object.defineProperty(CellPath.prototype, "bc", {
|
|
123
123
|
get: function () {
|
|
124
|
-
return this.
|
|
124
|
+
return this.a5;
|
|
125
125
|
},
|
|
126
126
|
set: function (a) {
|
|
127
|
-
this.
|
|
127
|
+
this.a5 = a;
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -142,10 +142,15 @@ var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
142
142
|
});
|
|
143
143
|
CellPath.prototype.ad = function () {
|
|
144
144
|
_super.prototype.ad.call(this);
|
|
145
|
-
|
|
145
|
+
var a = (this.a2 ? 1 : 0) | (this.ax ? 2 : 0) | (this.an ? 4 : 0);
|
|
146
|
+
var b = _super.prototype.getHashCode.call(this);
|
|
147
|
+
b = (b * 397) ^ this.a6;
|
|
148
|
+
b = (b * 397) ^ this.af;
|
|
149
|
+
b = (b * 397) ^ a;
|
|
150
|
+
this.a3 = b;
|
|
146
151
|
};
|
|
147
152
|
CellPath.prototype.getHashCode = function () {
|
|
148
|
-
return this.
|
|
153
|
+
return this.a3;
|
|
149
154
|
};
|
|
150
155
|
CellPath.prototype.equals = function (a) {
|
|
151
156
|
if (!_super.prototype.equals.call(this, a)) {
|
|
@@ -155,16 +160,17 @@ var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
155
160
|
if (a == null) {
|
|
156
161
|
return false;
|
|
157
162
|
}
|
|
158
|
-
if (this.
|
|
163
|
+
if (this.a4 != b.a4) {
|
|
159
164
|
return false;
|
|
160
165
|
}
|
|
161
|
-
if (
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
166
|
+
if (this.a2 != b.a2) {
|
|
167
|
+
return false;
|
|
168
|
+
}
|
|
169
|
+
if (this.ax != b.ax) {
|
|
170
|
+
return false;
|
|
171
|
+
}
|
|
172
|
+
if (this.an != b.an) {
|
|
173
|
+
return false;
|
|
168
174
|
}
|
|
169
175
|
if (this.af != b.af) {
|
|
170
176
|
return false;
|
|
@@ -172,93 +178,101 @@ var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
172
178
|
return true;
|
|
173
179
|
};
|
|
174
180
|
CellPath.prototype.toString = function () {
|
|
175
|
-
return this.
|
|
181
|
+
return this.a4 + "." + _super.prototype.toString.call(this);
|
|
176
182
|
};
|
|
177
183
|
CellPath.prototype.ab = function () {
|
|
178
|
-
var a = new CellPath(0, this.b, this.
|
|
179
|
-
a.
|
|
180
|
-
a.
|
|
181
|
-
a.
|
|
184
|
+
var a = new CellPath(0, this.b, this.a4, this.y, this.x);
|
|
185
|
+
a.bc = this.bc;
|
|
186
|
+
a.a0 = this.a0;
|
|
187
|
+
a.ax = this.ax;
|
|
182
188
|
a.i = this.i;
|
|
183
189
|
a.o = this.o;
|
|
184
190
|
a.d = this.d;
|
|
185
|
-
a.
|
|
191
|
+
a.av = this.av;
|
|
186
192
|
a.ai = this.ai;
|
|
187
|
-
a.
|
|
193
|
+
a.an = this.an;
|
|
188
194
|
a.af = this.af;
|
|
195
|
+
a.ad();
|
|
189
196
|
return a;
|
|
190
197
|
};
|
|
191
198
|
Object.defineProperty(CellPath.prototype, "ay", {
|
|
192
199
|
get: function () {
|
|
193
|
-
return
|
|
200
|
+
return this.az && this.ax;
|
|
201
|
+
},
|
|
202
|
+
enumerable: false,
|
|
203
|
+
configurable: true
|
|
204
|
+
});
|
|
205
|
+
Object.defineProperty(CellPath.prototype, "az", {
|
|
206
|
+
get: function () {
|
|
207
|
+
return (this.a4 == -300);
|
|
194
208
|
},
|
|
195
209
|
enumerable: false,
|
|
196
210
|
configurable: true
|
|
197
211
|
});
|
|
198
212
|
Object.defineProperty(CellPath.prototype, "aj", {
|
|
199
213
|
get: function () {
|
|
200
|
-
return ((this.
|
|
214
|
+
return ((this.a4 >= 0 || this.a4 == -800 || this.a4 == -400) && this.x >= 0 && this.x >= 0);
|
|
201
215
|
},
|
|
202
216
|
enumerable: false,
|
|
203
217
|
configurable: true
|
|
204
218
|
});
|
|
205
|
-
Object.defineProperty(CellPath.prototype, "
|
|
219
|
+
Object.defineProperty(CellPath.prototype, "a1", {
|
|
206
220
|
get: function () {
|
|
207
|
-
return this.
|
|
221
|
+
return this.a4 == -400 || this.a4 == -401 || this.a4 == -402;
|
|
208
222
|
},
|
|
209
223
|
enumerable: false,
|
|
210
224
|
configurable: true
|
|
211
225
|
});
|
|
212
|
-
Object.defineProperty(CellPath.prototype, "
|
|
226
|
+
Object.defineProperty(CellPath.prototype, "ao", {
|
|
213
227
|
get: function () {
|
|
214
|
-
return this.g && !this.
|
|
228
|
+
return this.g && !this.az;
|
|
215
229
|
},
|
|
216
230
|
enumerable: false,
|
|
217
231
|
configurable: true
|
|
218
232
|
});
|
|
219
|
-
Object.defineProperty(CellPath.prototype, "
|
|
233
|
+
Object.defineProperty(CellPath.prototype, "aw", {
|
|
220
234
|
get: function () {
|
|
221
|
-
return this.x == -102 && this.
|
|
235
|
+
return this.x == -102 && this.a4 == -400;
|
|
222
236
|
},
|
|
223
237
|
enumerable: false,
|
|
224
238
|
configurable: true
|
|
225
239
|
});
|
|
226
|
-
Object.defineProperty(CellPath.prototype, "
|
|
240
|
+
Object.defineProperty(CellPath.prototype, "ar", {
|
|
227
241
|
get: function () {
|
|
228
|
-
return (this.x == -103 || this.x == -104) && this.
|
|
242
|
+
return (this.x == -103 || this.x == -104) && this.a6 == -500;
|
|
229
243
|
},
|
|
230
244
|
enumerable: false,
|
|
231
245
|
configurable: true
|
|
232
246
|
});
|
|
233
|
-
Object.defineProperty(CellPath.prototype, "
|
|
247
|
+
Object.defineProperty(CellPath.prototype, "at", {
|
|
234
248
|
get: function () {
|
|
235
|
-
return (this.x == -103 || this.x == -104) && this.
|
|
249
|
+
return (this.x == -103 || this.x == -104) && this.a6 == -501;
|
|
236
250
|
},
|
|
237
251
|
enumerable: false,
|
|
238
252
|
configurable: true
|
|
239
253
|
});
|
|
240
|
-
Object.defineProperty(CellPath.prototype, "
|
|
254
|
+
Object.defineProperty(CellPath.prototype, "aq", {
|
|
241
255
|
get: function () {
|
|
242
|
-
return this.x == -100 && this.
|
|
256
|
+
return this.x == -100 && this.a6 == -500;
|
|
243
257
|
},
|
|
244
258
|
enumerable: false,
|
|
245
259
|
configurable: true
|
|
246
260
|
});
|
|
247
|
-
Object.defineProperty(CellPath.prototype, "
|
|
261
|
+
Object.defineProperty(CellPath.prototype, "as", {
|
|
248
262
|
get: function () {
|
|
249
|
-
return this.x == -100 && this.
|
|
263
|
+
return this.x == -100 && this.a6 == -501;
|
|
250
264
|
},
|
|
251
265
|
enumerable: false,
|
|
252
266
|
configurable: true
|
|
253
267
|
});
|
|
254
|
-
Object.defineProperty(CellPath.prototype, "
|
|
268
|
+
Object.defineProperty(CellPath.prototype, "au", {
|
|
255
269
|
get: function () {
|
|
256
270
|
return this.x == -104;
|
|
257
271
|
},
|
|
258
272
|
enumerable: false,
|
|
259
273
|
configurable: true
|
|
260
274
|
});
|
|
261
|
-
Object.defineProperty(CellPath.prototype, "
|
|
275
|
+
Object.defineProperty(CellPath.prototype, "a0", {
|
|
262
276
|
get: function () {
|
|
263
277
|
return this.ah;
|
|
264
278
|
},
|
|
@@ -268,7 +282,7 @@ var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
268
282
|
enumerable: false,
|
|
269
283
|
configurable: true
|
|
270
284
|
});
|
|
271
|
-
Object.defineProperty(CellPath.prototype, "
|
|
285
|
+
Object.defineProperty(CellPath.prototype, "ax", {
|
|
272
286
|
get: function () {
|
|
273
287
|
return this.ag;
|
|
274
288
|
},
|
|
@@ -278,9 +292,9 @@ var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
278
292
|
enumerable: false,
|
|
279
293
|
configurable: true
|
|
280
294
|
});
|
|
281
|
-
Object.defineProperty(CellPath.prototype, "
|
|
295
|
+
Object.defineProperty(CellPath.prototype, "a2", {
|
|
282
296
|
get: function () {
|
|
283
|
-
return this.
|
|
297
|
+
return this.a0 || this.ax;
|
|
284
298
|
},
|
|
285
299
|
enumerable: false,
|
|
286
300
|
configurable: true
|
|
@@ -299,7 +313,7 @@ var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
299
313
|
enumerable: false,
|
|
300
314
|
configurable: true
|
|
301
315
|
});
|
|
302
|
-
Object.defineProperty(CellPath.prototype, "
|
|
316
|
+
Object.defineProperty(CellPath.prototype, "ap", {
|
|
303
317
|
get: function () {
|
|
304
318
|
return this.af == 4;
|
|
305
319
|
},
|
|
@@ -25,89 +25,89 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25
25
|
this.b(a);
|
|
26
26
|
};
|
|
27
27
|
CellPresenterBase.prototype.b = function (a) {
|
|
28
|
-
this.a.
|
|
29
|
-
this.a.
|
|
30
|
-
this.a.
|
|
31
|
-
this.a.
|
|
32
|
-
if (a.bc(CellModel.
|
|
33
|
-
this.a.ad = a.
|
|
28
|
+
this.a.cy(a.c);
|
|
29
|
+
this.a.c7(a.e);
|
|
30
|
+
this.a.c1(a.d);
|
|
31
|
+
this.a.cm();
|
|
32
|
+
if (a.bc(CellModel.gr)) {
|
|
33
|
+
this.a.ad = a.bi;
|
|
34
34
|
}
|
|
35
|
-
if (a.bc(CellModel.
|
|
36
|
-
this.a.
|
|
35
|
+
if (a.bc(CellModel.e3) || a.bc(CellModel.e7) || a.bc(CellModel.e5) || a.bc(CellModel.e1)) {
|
|
36
|
+
this.a.c9(a.e2, a.e6, a.e4, a.e0);
|
|
37
37
|
}
|
|
38
38
|
if (a.a5) {
|
|
39
|
-
this.a.
|
|
40
|
-
if (a.bc(CellModel.
|
|
41
|
-
if (!a.
|
|
42
|
-
this.a.
|
|
39
|
+
this.a.c0(a.nn, a.eq, a.ev, a.et, a.eo);
|
|
40
|
+
if (a.bc(CellModel.em)) {
|
|
41
|
+
if (!a.bk && a.p.i9 && a.bh && a.cr == 1) {
|
|
42
|
+
this.a.cc();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
if (a.
|
|
47
|
-
this.a.
|
|
48
|
-
this.a.
|
|
46
|
+
if (a.bv || a.a5) {
|
|
47
|
+
this.a.c4(a.gd, (a.e6 + a.e0 + a.ev + a.eo));
|
|
48
|
+
this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
|
|
49
49
|
}
|
|
50
50
|
if (a.a7) {
|
|
51
|
-
if (a.
|
|
52
|
-
this.a.
|
|
51
|
+
if (a.bn && !this.a.z) {
|
|
52
|
+
this.a.cb();
|
|
53
53
|
}
|
|
54
|
-
if (a.bc(CellModel.
|
|
55
|
-
this.a.
|
|
54
|
+
if (a.bc(CellModel.en)) {
|
|
55
|
+
this.a.cz(a.nm.color);
|
|
56
56
|
}
|
|
57
|
-
if (a.bc(CellModel.
|
|
58
|
-
this.a.
|
|
57
|
+
if (a.bc(CellModel.ez)) {
|
|
58
|
+
this.a.c8(a.ct);
|
|
59
59
|
}
|
|
60
60
|
if (a.bb("IsCollapsable")) {
|
|
61
61
|
this.a.aa = a.a6;
|
|
62
|
-
this.a.
|
|
62
|
+
this.a.bj = a.gj;
|
|
63
63
|
this.a.ab = a.be;
|
|
64
|
-
this.a.
|
|
64
|
+
this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
|
|
65
65
|
}
|
|
66
66
|
if (a.bb("Indent")) {
|
|
67
|
-
this.a.
|
|
68
|
-
this.a.
|
|
67
|
+
this.a.bj = a.gj;
|
|
68
|
+
this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
|
|
69
69
|
}
|
|
70
70
|
if (a.bb("IsExpanded")) {
|
|
71
71
|
this.a.ab = a.be;
|
|
72
72
|
}
|
|
73
73
|
if (a.bb("IsCollapsable") || a.bb("ExpansionIndicatorIconColor")) {
|
|
74
|
-
this.a.
|
|
74
|
+
this.a.dv = a.nv;
|
|
75
75
|
}
|
|
76
|
-
if (a.bc(CellModel.
|
|
77
|
-
this.a.
|
|
76
|
+
if (a.bc(CellModel.h3)) {
|
|
77
|
+
this.a.b6 = a.ls;
|
|
78
78
|
}
|
|
79
|
-
if (a.bc(CellModel.
|
|
80
|
-
this.a.
|
|
79
|
+
if (a.bc(CellModel.h1)) {
|
|
80
|
+
this.a.dy = a.n8;
|
|
81
81
|
}
|
|
82
|
-
if (a.bc(CellModel.
|
|
82
|
+
if (a.bc(CellModel.h2)) {
|
|
83
83
|
this.a.n = a.ak;
|
|
84
84
|
}
|
|
85
|
-
if (a.bc(CellModel.
|
|
86
|
-
this.a.
|
|
87
|
-
}
|
|
88
|
-
if (a.bc(CellModel.hp)) {
|
|
89
|
-
this.a.bw = a.le;
|
|
85
|
+
if (a.bc(CellModel.hu)) {
|
|
86
|
+
this.a.b1 = a.lk;
|
|
90
87
|
}
|
|
91
88
|
if (a.bc(CellModel.hs)) {
|
|
92
|
-
this.a.
|
|
89
|
+
this.a.by = a.lh;
|
|
93
90
|
}
|
|
94
|
-
if (a.bc(CellModel.
|
|
95
|
-
this.a.
|
|
91
|
+
if (a.bc(CellModel.hv)) {
|
|
92
|
+
this.a.dx = a.n7;
|
|
96
93
|
}
|
|
97
|
-
if (a.bc(CellModel.
|
|
98
|
-
this.a.
|
|
94
|
+
if (a.bc(CellModel.ht)) {
|
|
95
|
+
this.a.dw = a.n6;
|
|
96
|
+
}
|
|
97
|
+
if (a.bc(CellModel.h0)) {
|
|
98
|
+
this.a.aj = a.c7;
|
|
99
99
|
}
|
|
100
|
-
if (a.bc(CellModel.
|
|
101
|
-
this.a.
|
|
100
|
+
if (a.bc(CellModel.hx) || a.bc(CellModel.hy) || a.bc(CellModel.hz) || a.bc(CellModel.hz)) {
|
|
101
|
+
this.a.d0 = new Rect(0, a.c4, a.c5, a.c6, a.c3);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
if (a.
|
|
105
|
-
this.a.
|
|
104
|
+
if (a.bv && a.bn) {
|
|
105
|
+
this.a.dn(a);
|
|
106
106
|
}
|
|
107
107
|
if (a.bb("DoClone")) {
|
|
108
108
|
if (a.a1) {
|
|
109
109
|
a.a1 = false;
|
|
110
|
-
this.a.
|
|
110
|
+
this.a.ca();
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
};
|
|
@@ -255,6 +255,15 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
255
255
|
case 69:
|
|
256
256
|
d.checkboxUncheckedBorderColor = c;
|
|
257
257
|
break;
|
|
258
|
+
case 128:
|
|
259
|
+
d.scrollbarBackground = c;
|
|
260
|
+
break;
|
|
261
|
+
case 129:
|
|
262
|
+
d.scrollbarHoverBackground = c;
|
|
263
|
+
break;
|
|
264
|
+
case 130:
|
|
265
|
+
d.scrollbarActiveBackground = c;
|
|
266
|
+
break;
|
|
258
267
|
}
|
|
259
268
|
};
|
|
260
269
|
CheckboxListBridge.prototype.getValue = function (a, b) {
|
|
@@ -286,6 +295,9 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
286
295
|
case 70: return c.checkboxCheckedBorderColor;
|
|
287
296
|
case 67: return c.checkboxUncheckedBackgroundColor;
|
|
288
297
|
case 69: return c.checkboxUncheckedBorderColor;
|
|
298
|
+
case 128: return c.scrollbarBackground;
|
|
299
|
+
case 129: return c.scrollbarHoverBackground;
|
|
300
|
+
case 130: return c.scrollbarActiveBackground;
|
|
289
301
|
}
|
|
290
302
|
return null;
|
|
291
303
|
};
|