igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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 +8241 -9505
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +0 -28
- package/esm2015/lib/CheckboxListView_combined.js +705 -730
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +63 -65
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +6 -9
- package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +433 -271
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +134 -140
- package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- 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 +193 -307
- package/esm2015/lib/igc-data-grid-component.js +1 -99
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
- package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- 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-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +4 -65
- package/esm2015/public_api.js +0 -1
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +0 -28
- package/esm5/lib/CheckboxListView_combined.js +684 -709
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +62 -64
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +6 -9
- package/esm5/lib/GridFilterDialogView_combined.js +164 -331
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +585 -275
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +132 -138
- package/esm5/lib/TextHeaderCellPresenter.js +21 -43
- package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- 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 +193 -355
- package/esm5/lib/igc-data-grid-component.js +2 -140
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
- package/esm5/lib/igc-data-grid-pager-component.js +10 -38
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- 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-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +4 -93
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
- package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
- package/lib/CheckboxListBridge.d.ts +0 -1
- package/lib/CheckboxListExternal.d.ts +0 -6
- package/lib/CheckboxListView_combined.d.ts +148 -153
- package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +19 -21
- package/lib/GridExternalWrapper.d.ts +0 -1
- package/lib/GridFilterDialogView_combined.d.ts +58 -81
- package/lib/GridStyleRepository.d.ts +84 -23
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +24 -26
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +0 -54
- package/lib/igc-data-grid-component.d.ts +1 -49
- package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
- package/lib/igc-data-grid-pager-component.d.ts +0 -10
- package/lib/igc-text-header-cell-info.d.ts +0 -33
- package/package.json +4 -4
- package/public_api.d.ts +0 -1
- package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
- package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
- package/lib/GridStyleRepositoryKeys.d.ts +0 -48
|
@@ -90,8 +90,8 @@ export var SummaryChooserView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
90
90
|
this.e();
|
|
91
91
|
};
|
|
92
92
|
SummaryChooserView.prototype.e = function () {
|
|
93
|
-
if (this.model.f.
|
|
94
|
-
var a = this.model.r.count * this.model.f.
|
|
93
|
+
if (this.model.f.bg > -1) {
|
|
94
|
+
var a = this.model.r.count * this.model.f.bg;
|
|
95
95
|
a += 4;
|
|
96
96
|
this.d.setStyleProperty("height", a + "px");
|
|
97
97
|
}
|
|
@@ -117,10 +117,10 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
117
117
|
_this.w = null;
|
|
118
118
|
_this.l = 0;
|
|
119
119
|
_this.k = 0;
|
|
120
|
-
_this.a8 = BrushUtil.
|
|
120
|
+
_this.a8 = BrushUtil.j(255, 24, 29, 31);
|
|
121
121
|
_this.h = 0;
|
|
122
122
|
_this.g = 1;
|
|
123
|
-
_this.a7 = BrushUtil.
|
|
123
|
+
_this.a7 = BrushUtil.j(255, 248, 248, 248);
|
|
124
124
|
_this.summaryChanged = null;
|
|
125
125
|
_this.c = new SummaryChooserView();
|
|
126
126
|
_this.c.model = _this;
|
|
@@ -394,12 +394,12 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
394
394
|
SummaryChooser.prototype.a6 = function () {
|
|
395
395
|
if (this.e != null) {
|
|
396
396
|
this.e.density = this.m;
|
|
397
|
-
this.e.
|
|
397
|
+
this.e.fh = this.ba;
|
|
398
398
|
this.e.baseTheme = this.i;
|
|
399
399
|
this.e.backgroundColor = this.a9;
|
|
400
400
|
this.e.showSelectAll = false;
|
|
401
|
-
this.e.
|
|
402
|
-
this.e.
|
|
401
|
+
this.e.a7 = false;
|
|
402
|
+
this.e.a3 = false;
|
|
403
403
|
this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
404
404
|
this.e.itemsSource = this.q;
|
|
405
405
|
this.e.dataMemberPath = "label";
|
|
@@ -453,7 +453,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
453
453
|
if (d.iD == a) {
|
|
454
454
|
d.isSelected = b;
|
|
455
455
|
if (this.e != null) {
|
|
456
|
-
this.e.
|
|
456
|
+
this.e.dp(c, d, d);
|
|
457
457
|
}
|
|
458
458
|
break;
|
|
459
459
|
}
|
|
@@ -465,7 +465,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
465
465
|
c.label = b;
|
|
466
466
|
this.q.add(c);
|
|
467
467
|
if (this.e != null) {
|
|
468
|
-
this.e.
|
|
468
|
+
this.e.dl(this.q.count - 1, c);
|
|
469
469
|
}
|
|
470
470
|
this.c.onItemInserted();
|
|
471
471
|
};
|
|
@@ -475,7 +475,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
475
475
|
if (c.iD == a) {
|
|
476
476
|
this.q.removeAt(b);
|
|
477
477
|
if (this.e != null) {
|
|
478
|
-
this.e.
|
|
478
|
+
this.e.dn(b, c);
|
|
479
479
|
}
|
|
480
480
|
break;
|
|
481
481
|
}
|
|
@@ -488,7 +488,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
488
488
|
if (d.iD == a) {
|
|
489
489
|
d.label = b;
|
|
490
490
|
if (this.e != null) {
|
|
491
|
-
this.e.
|
|
491
|
+
this.e.dp(c, d, d);
|
|
492
492
|
}
|
|
493
493
|
break;
|
|
494
494
|
}
|
package/esm5/lib/ImageCell.js
CHANGED
|
@@ -15,112 +15,112 @@ export var ImageCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
__extends(ImageCell, _super);
|
|
16
16
|
function ImageCell(a) {
|
|
17
17
|
var _this = _super.call(this, a) || this;
|
|
18
|
-
_this.d2 = null;
|
|
19
|
-
_this.dw = 1;
|
|
20
|
-
_this.dx = 3;
|
|
21
|
-
_this.d4 = null;
|
|
22
|
-
_this.dy = false;
|
|
23
|
-
_this.dz = 1;
|
|
24
18
|
_this.d1 = null;
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
31
|
-
_this.d1.
|
|
32
|
-
_this.d1.
|
|
19
|
+
_this.dv = 1;
|
|
20
|
+
_this.dw = 3;
|
|
21
|
+
_this.d3 = null;
|
|
22
|
+
_this.dx = false;
|
|
23
|
+
_this.dy = 1;
|
|
24
|
+
_this.d0 = null;
|
|
25
|
+
_this.d1 = a.createElement("img");
|
|
26
|
+
_this.d1.listen("load", runOn(_this, _this.d6));
|
|
27
|
+
_this.d0 = a.createElement("div");
|
|
28
|
+
_this.d0.setRawStyleProperty("background-size", "contain");
|
|
29
|
+
_this.d0.setRawStyleProperty("background-repeat", "no-repeat");
|
|
30
|
+
_this.d0.setRawStyleProperty("background-position", "center");
|
|
31
|
+
_this.d0.setRawStyleProperty("width", "100%");
|
|
32
|
+
_this.d0.setRawStyleProperty("height", "100%");
|
|
33
33
|
_this.ar.setRawStyleProperty("text-align", "left");
|
|
34
34
|
_this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
35
|
-
_this.ar.append(_this.
|
|
35
|
+
_this.ar.append(_this.d0);
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
|
-
Object.defineProperty(ImageCell.prototype, "
|
|
38
|
+
Object.defineProperty(ImageCell.prototype, "d2", {
|
|
39
39
|
get: function () {
|
|
40
|
-
return this.
|
|
40
|
+
return this.d1;
|
|
41
41
|
},
|
|
42
42
|
enumerable: false,
|
|
43
43
|
configurable: true
|
|
44
44
|
});
|
|
45
|
-
Object.defineProperty(ImageCell.prototype, "
|
|
45
|
+
Object.defineProperty(ImageCell.prototype, "dz", {
|
|
46
46
|
get: function () {
|
|
47
|
-
return this.
|
|
47
|
+
return this.dy;
|
|
48
48
|
},
|
|
49
49
|
set: function (a) {
|
|
50
|
-
this.
|
|
50
|
+
this.dy = a;
|
|
51
51
|
},
|
|
52
52
|
enumerable: false,
|
|
53
53
|
configurable: true
|
|
54
54
|
});
|
|
55
|
-
ImageCell.prototype.
|
|
56
|
-
this.
|
|
57
|
-
if (!stringIsNullOrEmpty(this.
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
55
|
+
ImageCell.prototype.d6 = function (a) {
|
|
56
|
+
this.dx = false;
|
|
57
|
+
if (!stringIsNullOrEmpty(this.d3)) {
|
|
58
|
+
this.d0.setRawStyleProperty("opacity", "1");
|
|
59
|
+
this.d0.setRawStyleProperty("background-image", "url(" + this.d3 + ")");
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
|
-
ImageCell.prototype.
|
|
63
|
-
if (a == this.
|
|
62
|
+
ImageCell.prototype.d7 = function (a, b) {
|
|
63
|
+
if (a == this.d3) {
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
66
|
+
this.d4();
|
|
67
|
+
this.d0.setRawStyleProperty("opacity", "0");
|
|
68
68
|
if (a == null || a.length == 0) {
|
|
69
|
-
this.
|
|
69
|
+
this.d5(this.d1);
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
|
-
if (Base.equalsStatic(a, this.
|
|
72
|
+
if (Base.equalsStatic(a, this.d3)) {
|
|
73
73
|
return;
|
|
74
74
|
}
|
|
75
|
-
this.
|
|
76
|
-
var img_ = this.
|
|
75
|
+
this.eb(a, b);
|
|
76
|
+
var img_ = this.d1.getNativeElement();
|
|
77
77
|
if (img_ != null && (img_.complete)) {
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
78
|
+
this.dx = false;
|
|
79
|
+
this.d1.setRawStyleProperty("opacity", "1");
|
|
80
|
+
this.d0.setRawStyleProperty("background-image", "url(" + this.d3 + ")");
|
|
81
81
|
}
|
|
82
82
|
};
|
|
83
|
-
ImageCell.prototype.
|
|
83
|
+
ImageCell.prototype.d5 = function (a) {
|
|
84
84
|
a.setAttribute("src", "");
|
|
85
|
-
this.
|
|
85
|
+
this.d0.setRawStyleProperty("background-image", "");
|
|
86
86
|
};
|
|
87
|
-
ImageCell.prototype.
|
|
87
|
+
ImageCell.prototype.ea = function (a) {
|
|
88
88
|
switch (a) {
|
|
89
89
|
case 1:
|
|
90
|
-
this.
|
|
90
|
+
this.d0.setRawStyleProperty("background-size", "100% 100%");
|
|
91
91
|
break;
|
|
92
92
|
case 2:
|
|
93
|
-
this.
|
|
93
|
+
this.d0.setRawStyleProperty("background-size", "auto");
|
|
94
94
|
break;
|
|
95
95
|
case 0:
|
|
96
|
-
this.
|
|
96
|
+
this.d0.setRawStyleProperty("background-size", "contain");
|
|
97
97
|
break;
|
|
98
98
|
}
|
|
99
99
|
};
|
|
100
|
-
ImageCell.prototype.
|
|
101
|
-
this.
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
100
|
+
ImageCell.prototype.eb = function (a, b) {
|
|
101
|
+
this.dx = true;
|
|
102
|
+
this.d3 = a;
|
|
103
|
+
this.d2.setAttribute("src", a);
|
|
104
104
|
};
|
|
105
|
-
ImageCell.prototype.
|
|
106
|
-
if (this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
105
|
+
ImageCell.prototype.d4 = function () {
|
|
106
|
+
if (this.dx) {
|
|
107
|
+
this.d5(this.d1);
|
|
108
|
+
this.d3 = "";
|
|
109
109
|
}
|
|
110
110
|
};
|
|
111
|
+
ImageCell.prototype.d8 = function (a) {
|
|
112
|
+
this.dv = a;
|
|
113
|
+
};
|
|
111
114
|
ImageCell.prototype.d9 = function (a) {
|
|
112
115
|
this.dw = a;
|
|
113
116
|
};
|
|
114
|
-
ImageCell.prototype.ea = function (a) {
|
|
115
|
-
this.dx = a;
|
|
116
|
-
};
|
|
117
117
|
ImageCell.prototype.get_ae = function () {
|
|
118
118
|
return true;
|
|
119
119
|
};
|
|
120
120
|
ImageCell.prototype.ck = function (a, b, c) {
|
|
121
121
|
_super.prototype.ck.call(this, a, b, c);
|
|
122
122
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
123
|
-
this.
|
|
123
|
+
this.d0.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
126
|
ImageCell.$t = markType(ImageCell, 'ImageCell', GridCellBase.$);
|
|
@@ -32,7 +32,7 @@ export var ImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32
32
|
if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
|
|
33
33
|
var c = Math.min(1, Math.max(0, a.c7));
|
|
34
34
|
var d = a.cs * (1 - c);
|
|
35
|
-
this.d.
|
|
35
|
+
this.d.dz = d;
|
|
36
36
|
}
|
|
37
37
|
if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
|
|
38
38
|
this.e(b.n8, b.n1);
|
|
@@ -42,7 +42,7 @@ export var ImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
}
|
|
43
43
|
if (b.bc(ImageCellModel.hk)) {
|
|
44
44
|
if (a.u == 1) {
|
|
45
|
-
this.d.
|
|
45
|
+
this.d.d4();
|
|
46
46
|
}
|
|
47
47
|
else if (a.u == 2) {
|
|
48
48
|
this.e(b.n8, b.n1);
|
|
@@ -51,7 +51,7 @@ export var ImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
ImageCellPresenter.prototype.f = function (a, b, c) {
|
|
54
|
-
this.d.
|
|
54
|
+
this.d.ea(a);
|
|
55
55
|
};
|
|
56
56
|
ImageCellPresenter.prototype.e = function (a, b) {
|
|
57
57
|
var c = a.toLowerCase();
|
|
@@ -59,35 +59,35 @@ export var ImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
b = 4;
|
|
60
60
|
}
|
|
61
61
|
if (stringStartsWith(c, "http") || b == 4) {
|
|
62
|
-
this.d.
|
|
62
|
+
this.d.d7(a, 4);
|
|
63
63
|
}
|
|
64
64
|
if (stringStartsWith(c, "asset") || b == 2) {
|
|
65
65
|
var d = a;
|
|
66
66
|
if (stringStartsWith(c, "asset")) {
|
|
67
67
|
d = a.substr(8);
|
|
68
68
|
}
|
|
69
|
-
this.d.
|
|
69
|
+
this.d.d7(d, 2);
|
|
70
70
|
}
|
|
71
71
|
if (stringStartsWith(c, "drawable") || b == 1) {
|
|
72
72
|
var e = a;
|
|
73
73
|
if (stringStartsWith(c, "drawable")) {
|
|
74
74
|
e = a.substr(11);
|
|
75
75
|
}
|
|
76
|
-
this.d.
|
|
76
|
+
this.d.d7(e, 1);
|
|
77
77
|
}
|
|
78
78
|
if (stringStartsWith(c, "nativeresource") || b == 1) {
|
|
79
79
|
var f = a;
|
|
80
80
|
if (stringStartsWith(c, "nativeresource")) {
|
|
81
81
|
f = a.substr(17);
|
|
82
82
|
}
|
|
83
|
-
this.d.
|
|
83
|
+
this.d.d7(f, 1);
|
|
84
84
|
}
|
|
85
85
|
if (stringStartsWith(c, "embeddedresource") || b == 3) {
|
|
86
86
|
var g = a;
|
|
87
87
|
if (stringStartsWith(c, "embeddedresource")) {
|
|
88
88
|
g = a.substr(19);
|
|
89
89
|
}
|
|
90
|
-
this.d.
|
|
90
|
+
this.d.d7(g, 3);
|
|
91
91
|
}
|
|
92
92
|
};
|
|
93
93
|
ImageCellPresenter.$t = markType(ImageCellPresenter, 'ImageCellPresenter', CellPresenterBase.$);
|
|
@@ -26,8 +26,8 @@ export var MultiColumnComboBoxUtilities = /** @class */ /*@__PURE__*/ (function
|
|
|
26
26
|
h.provideContainer(k);
|
|
27
27
|
var l = k.getExternal(h, k.rootWrapper, k.getExternal(a, null, null));
|
|
28
28
|
h.e = d;
|
|
29
|
-
h.
|
|
30
|
-
h.
|
|
29
|
+
h.r = e;
|
|
30
|
+
h.n = f;
|
|
31
31
|
var m = b.createElement("div");
|
|
32
32
|
m.setStyleProperty("display", "inline-block");
|
|
33
33
|
i = new XIcon();
|
|
@@ -136,8 +136,8 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
136
136
|
return;
|
|
137
137
|
}
|
|
138
138
|
this.p = false;
|
|
139
|
-
if (b.
|
|
140
|
-
b.
|
|
139
|
+
if (b.g2 != a) {
|
|
140
|
+
b.g2 = a;
|
|
141
141
|
this.p = true;
|
|
142
142
|
}
|
|
143
143
|
else {
|
|
@@ -156,9 +156,9 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
156
156
|
this.co();
|
|
157
157
|
var b = this.g.p();
|
|
158
158
|
if (null != b) {
|
|
159
|
-
var c = b.
|
|
159
|
+
var c = b.g2;
|
|
160
160
|
if (null != c) {
|
|
161
|
-
b.
|
|
161
|
+
b.g2 = null;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
};
|
|
@@ -257,7 +257,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
257
257
|
this.m = new Popup();
|
|
258
258
|
this.m.ar = this.f.bn;
|
|
259
259
|
this.m.ay = this.f.br;
|
|
260
|
-
this.m.c0 = BrushUtil.
|
|
260
|
+
this.m.c0 = BrushUtil.j(255, 255, 255, 255);
|
|
261
261
|
this.m.a9 = 150;
|
|
262
262
|
this.m.provideRenderer(b);
|
|
263
263
|
var c = b.getExternal(this.m, b.rootWrapper, b.getExternal(this.g, null, null));
|
|
@@ -642,7 +642,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
642
642
|
}
|
|
643
643
|
this.w = true;
|
|
644
644
|
if (stringIsNullOrEmpty(this.au)) {
|
|
645
|
-
if (null != a.
|
|
645
|
+
if (null != a.g2) {
|
|
646
646
|
this.aw(null);
|
|
647
647
|
}
|
|
648
648
|
else {
|
|
@@ -712,7 +712,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
712
712
|
}
|
|
713
713
|
var f = this.g;
|
|
714
714
|
var g = this.g.p();
|
|
715
|
-
e = g.
|
|
715
|
+
e = g.mc();
|
|
716
716
|
}
|
|
717
717
|
d.d = e;
|
|
718
718
|
d.b = a;
|
|
@@ -839,9 +839,9 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
839
839
|
this.au = null;
|
|
840
840
|
var a = this.g.p();
|
|
841
841
|
if (null != a) {
|
|
842
|
-
var b = a.
|
|
842
|
+
var b = a.g2;
|
|
843
843
|
if (null != b) {
|
|
844
|
-
a.
|
|
844
|
+
a.g2 = null;
|
|
845
845
|
}
|
|
846
846
|
else {
|
|
847
847
|
this.cw();
|
|
@@ -879,7 +879,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
879
879
|
_this.d.isColumnOptionsEnabled = false;
|
|
880
880
|
_this.d.isActiveCellStyleEnabled = false;
|
|
881
881
|
_this.d.cornerRadius = new CornerRadius(0, 0);
|
|
882
|
-
_this.d.
|
|
882
|
+
_this.d.iz = false;
|
|
883
883
|
var b = _this.d;
|
|
884
884
|
b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(_this, _this.a7));
|
|
885
885
|
var c = _this.d;
|
|
@@ -1170,7 +1170,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1170
1170
|
}
|
|
1171
1171
|
var k = this.e.activeCell;
|
|
1172
1172
|
if (null != j.activeCell) {
|
|
1173
|
-
this.d.
|
|
1173
|
+
this.d.km(false, false);
|
|
1174
1174
|
b.preventDefault();
|
|
1175
1175
|
}
|
|
1176
1176
|
else {
|
|
@@ -1197,7 +1197,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1197
1197
|
}
|
|
1198
1198
|
var o = this.e.activeCell;
|
|
1199
1199
|
if (null != n.activeCell) {
|
|
1200
|
-
this.d.
|
|
1200
|
+
this.d.kz(false, false);
|
|
1201
1201
|
b.preventDefault();
|
|
1202
1202
|
}
|
|
1203
1203
|
else {
|
|
@@ -1292,22 +1292,22 @@ export var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1292
1292
|
function MultiColumnComboBox() {
|
|
1293
1293
|
var _this = _super.call(this) || this;
|
|
1294
1294
|
_this.dd = null;
|
|
1295
|
-
_this.h1 = XInputGroup.m.
|
|
1296
|
-
_this.h2 = XInputGroup.m.
|
|
1295
|
+
_this.h1 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1296
|
+
_this.h2 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1297
1297
|
_this.co = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1298
|
-
_this.io = XInputGroup.m.
|
|
1299
|
-
_this.gy = XInputGroup.m.
|
|
1300
|
-
_this.h3 = XInputGroup.m.
|
|
1298
|
+
_this.io = XInputGroup.m.ai(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1299
|
+
_this.gy = XInputGroup.m.y(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1300
|
+
_this.h3 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1301
1301
|
_this.cp = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1302
|
-
_this.h4 = XInputGroup.m.
|
|
1302
|
+
_this.h4 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1303
1303
|
_this.cq = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1304
1304
|
_this.cr = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1305
|
-
_this.h5 = XInputGroup.m.
|
|
1305
|
+
_this.h5 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1306
1306
|
_this.cs = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1307
1307
|
_this.ct = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
1308
|
-
_this.h6 = XInputGroup.m.
|
|
1308
|
+
_this.h6 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1309
1309
|
_this.cu = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1310
|
-
_this.h7 = XInputGroup.m.
|
|
1310
|
+
_this.h7 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1311
1311
|
_this.cv = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1312
1312
|
_this.cw = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
1313
1313
|
_this.cx = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
@@ -1319,34 +1319,34 @@ export var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1319
1319
|
_this.c = null;
|
|
1320
1320
|
_this.m = ColumnWidth.a;
|
|
1321
1321
|
_this.ha = null;
|
|
1322
|
-
_this.gz = ThemeResolver.
|
|
1322
|
+
_this.gz = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1323
1323
|
_this.af = 0;
|
|
1324
1324
|
_this.ae = 1;
|
|
1325
1325
|
_this.hb = null;
|
|
1326
|
-
_this.g0 = ThemeResolver.
|
|
1326
|
+
_this.g0 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1327
1327
|
_this.b2 = NaN;
|
|
1328
1328
|
_this.bs = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1329
1329
|
_this.bh = true;
|
|
1330
1330
|
_this.ik = new Thickness(1, NaN, NaN, NaN, NaN);
|
|
1331
|
-
_this.ij = ThemeResolver.
|
|
1331
|
+
_this.ij = ThemeResolver.ak(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1332
1332
|
_this.gv = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
1333
|
-
_this.gu = ThemeResolver.
|
|
1333
|
+
_this.gu = ThemeResolver.aa(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1334
1334
|
_this.b = null;
|
|
1335
1335
|
_this.al = 0;
|
|
1336
1336
|
_this.ak = 0;
|
|
1337
1337
|
_this.bk = true;
|
|
1338
1338
|
_this.hc = null;
|
|
1339
|
-
_this.g1 = ThemeResolver.
|
|
1339
|
+
_this.g1 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1340
1340
|
_this.b3 = NaN;
|
|
1341
1341
|
_this.bt = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1342
1342
|
_this.hd = null;
|
|
1343
|
-
_this.g2 = ThemeResolver.
|
|
1343
|
+
_this.g2 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1344
1344
|
_this.b4 = NaN;
|
|
1345
1345
|
_this.bu = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1346
1346
|
_this.b5 = NaN;
|
|
1347
1347
|
_this.bv = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1348
1348
|
_this.he = null;
|
|
1349
|
-
_this.g3 = ThemeResolver.
|
|
1349
|
+
_this.g3 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1350
1350
|
_this.b6 = NaN;
|
|
1351
1351
|
_this.bw = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1352
1352
|
_this.b7 = NaN;
|
|
@@ -1373,11 +1373,11 @@ export var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1373
1373
|
_this.au = null;
|
|
1374
1374
|
_this.ar = null;
|
|
1375
1375
|
_this.hj = null;
|
|
1376
|
-
_this.g8 = ThemeResolver.
|
|
1376
|
+
_this.g8 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1377
1377
|
_this.b8 = NaN;
|
|
1378
1378
|
_this.by = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1379
1379
|
_this.hk = null;
|
|
1380
|
-
_this.g9 = ThemeResolver.
|
|
1380
|
+
_this.g9 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1381
1381
|
_this.b9 = NaN;
|
|
1382
1382
|
_this.bz = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
1383
1383
|
_this.ca = NaN;
|
|
@@ -2775,7 +2775,7 @@ export var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2775
2775
|
try {
|
|
2776
2776
|
for (var _b = __values(fromEnum(c)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2777
2777
|
var d = _c.value;
|
|
2778
|
-
if (0 == StringComparer.b.compare(d.
|
|
2778
|
+
if (0 == StringComparer.b.compare(d.l7, a)) {
|
|
2779
2779
|
return d;
|
|
2780
2780
|
}
|
|
2781
2781
|
}
|
|
@@ -3114,13 +3114,13 @@ export var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
3114
3114
|
};
|
|
3115
3115
|
MultiColumnComboBox.$t = markType(MultiColumnComboBox, 'MultiColumnComboBox', Base.$, [INotifyPropertyChanged_$type]);
|
|
3116
3116
|
MultiColumnComboBox.ag = 1;
|
|
3117
|
-
MultiColumnComboBox.hy = ThemeResolver.
|
|
3118
|
-
MultiColumnComboBox.h0 = ThemeResolver.
|
|
3119
|
-
MultiColumnComboBox.hz = BrushUtil.
|
|
3117
|
+
MultiColumnComboBox.hy = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
|
|
3118
|
+
MultiColumnComboBox.h0 = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
|
|
3119
|
+
MultiColumnComboBox.hz = BrushUtil.j(255, 255, 255, 255);
|
|
3120
3120
|
MultiColumnComboBox.ay = null;
|
|
3121
3121
|
MultiColumnComboBox.d3 = "ActualNoMatchesFoundLabelBackgroundColor";
|
|
3122
3122
|
MultiColumnComboBox.az = null;
|
|
3123
|
-
MultiColumnComboBox.h8 = BrushUtil.
|
|
3123
|
+
MultiColumnComboBox.h8 = BrushUtil.j(221, 0, 0, 0);
|
|
3124
3124
|
return MultiColumnComboBox;
|
|
3125
3125
|
}(Base));
|
|
3126
3126
|
/**
|
package/esm5/lib/NumericCell.js
CHANGED
|
@@ -14,19 +14,19 @@ export var NumericCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(NumericCell, _super);
|
|
15
15
|
function NumericCell(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.c2(_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.c2(_this.dw, 2);
|
|
18
|
+
_this.da(_this.dw, 1);
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
NumericCell.prototype.ck = function (a, b, c) {
|
|
22
22
|
_super.prototype.ck.call(this, a, b, c);
|
|
23
23
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
24
|
-
this.
|
|
24
|
+
this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
27
|
NumericCell.prototype.b8 = function () {
|
|
28
28
|
_super.prototype.b8.call(this);
|
|
29
|
-
this.
|
|
29
|
+
this.dg(2, 1);
|
|
30
30
|
};
|
|
31
31
|
NumericCell.$t = markType(NumericCell, 'NumericCell', TextCell.$);
|
|
32
32
|
return NumericCell;
|
|
@@ -31,9 +31,9 @@ export var NumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
31
31
|
if (a.a7) {
|
|
32
32
|
if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
|
|
33
33
|
b.kx = this.e(b);
|
|
34
|
-
this.d.c8(this.d.
|
|
34
|
+
this.d.c8(this.d.dw, b.kx);
|
|
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.dw, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
NumericCellPresenter.prototype.e = function (a) {
|