igniteui-angular-data-grids 21.0.0 → 21.0.1
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 +9371 -8077
- package/bundles/igniteui-angular-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 +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- 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 +266 -266
- 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 +65 -63
- 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 +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- 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 +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- 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-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- 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 +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- 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 +64 -62
- 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 +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- 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 +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- 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-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- 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 +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { markEnum } from "igniteui-angular-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export var GridStyleRepositoryKeys_$type = markEnum('GridStyleRepositoryKeys', 'HeaderSeparatorColorKey,0|RowSeparatorColorKey,1|StickyRowSeparatorColorKey,2|LastStickyRowSeparatorColorKey,3|HeaderRowSeparatorColorKey,4|CellDeleteTextColorKey,5|CellTextColorKey,6|BarColorKey,7|BarOutlineColorKey,8|ActivationBorderColorKey,9|CellSelectedBackgroundColorKey,10|CellBackgroundColorKey,11|CellHoverBackgroundColorKey,12|HeaderBackgroundColorKey,13|SortIndicatorColorKey,14|HeaderTextColorKey,15|SectionHeaderBackgroundColorKey,16|SectionFooterBackgroundColorKey,17|StickyRowBackgroundColorKey,18|PinnedRowBackgroundColorKey,19|RootSummaryCellBackgroundColorKey,20|SectionSummaryCellBackgroundColorKey,21|SummaryLabelTextColorKey,22|SummaryValueTextColorKey,23|ColumnMoveSeparatorBackgroundColorKey,24|ResizeSeparatorBackgroundColorKey,25|PinnedAreaSeparatorBackgroundColorKey,26|ColumnOptionsIconColorKey,27|GridBorderColorKey,28|GridBackgroundColorKey,29|CellErrorBorderColorKey,30|EditorRowOverlayBackgroundColorKey,31|CellFontKey,32|EmojiFontKey,33|CellEditFontKey,34|HeaderCellFontKey,35|SummaryValueFontKey,36|SummaryNameFontKey,37');
|
|
@@ -90,8 +90,8 @@ 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.bh > -1) {
|
|
94
|
+
var a = this.model.r.count * this.model.f.bh;
|
|
95
95
|
a += 4;
|
|
96
96
|
this.d.setStyleProperty("height", a + "px");
|
|
97
97
|
}
|
|
@@ -118,10 +118,10 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
118
118
|
_this.w = null;
|
|
119
119
|
_this.l = 0;
|
|
120
120
|
_this.k = 0;
|
|
121
|
-
_this.a8 = BrushUtil.
|
|
121
|
+
_this.a8 = BrushUtil.l(255, 24, 29, 31);
|
|
122
122
|
_this.h = 0;
|
|
123
123
|
_this.g = 1;
|
|
124
|
-
_this.a7 = BrushUtil.
|
|
124
|
+
_this.a7 = BrushUtil.l(255, 248, 248, 248);
|
|
125
125
|
_this.summaryChanged = null;
|
|
126
126
|
_this.c = new SummaryChooserView();
|
|
127
127
|
_this.c.model = _this;
|
|
@@ -395,12 +395,12 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
395
395
|
SummaryChooser.prototype.a6 = function () {
|
|
396
396
|
if (this.e != null) {
|
|
397
397
|
this.e.density = this.m;
|
|
398
|
-
this.e.
|
|
398
|
+
this.e.fl = this.ba;
|
|
399
399
|
this.e.baseTheme = this.i;
|
|
400
400
|
this.e.backgroundColor = this.a9;
|
|
401
401
|
this.e.showSelectAll = false;
|
|
402
|
-
this.e.
|
|
403
|
-
this.e.
|
|
402
|
+
this.e.a8 = false;
|
|
403
|
+
this.e.a4 = false;
|
|
404
404
|
this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
405
405
|
this.e.itemsSource = this.q;
|
|
406
406
|
this.e.dataMemberPath = "label";
|
|
@@ -454,7 +454,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
454
454
|
if (d.iD == a) {
|
|
455
455
|
d.isSelected = b;
|
|
456
456
|
if (this.e != null) {
|
|
457
|
-
this.e.
|
|
457
|
+
this.e.dr(c, d, d);
|
|
458
458
|
}
|
|
459
459
|
break;
|
|
460
460
|
}
|
|
@@ -466,7 +466,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
466
466
|
c.label = b;
|
|
467
467
|
this.q.add(c);
|
|
468
468
|
if (this.e != null) {
|
|
469
|
-
this.e.
|
|
469
|
+
this.e.dn(this.q.count - 1, c);
|
|
470
470
|
}
|
|
471
471
|
this.c.onItemInserted();
|
|
472
472
|
};
|
|
@@ -476,7 +476,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
476
476
|
if (c.iD == a) {
|
|
477
477
|
this.q.removeAt(b);
|
|
478
478
|
if (this.e != null) {
|
|
479
|
-
this.e.
|
|
479
|
+
this.e.dq(b, c);
|
|
480
480
|
}
|
|
481
481
|
break;
|
|
482
482
|
}
|
|
@@ -489,7 +489,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
489
489
|
if (d.iD == a) {
|
|
490
490
|
d.label = b;
|
|
491
491
|
if (this.e != null) {
|
|
492
|
-
this.e.
|
|
492
|
+
this.e.dr(c, d, d);
|
|
493
493
|
}
|
|
494
494
|
break;
|
|
495
495
|
}
|
package/esm5/lib/ImageCell.js
CHANGED
|
@@ -15,112 +15,112 @@ 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;
|
|
18
24
|
_this.d1 = null;
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
-
_this.d1
|
|
26
|
-
_this.d1.
|
|
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%");
|
|
25
|
+
_this.d2 = a.createElement("img");
|
|
26
|
+
_this.d2.listen("load", runOn(_this, _this.d7));
|
|
27
|
+
_this.d1 = a.createElement("div");
|
|
28
|
+
_this.d1.setRawStyleProperty("background-size", "contain");
|
|
29
|
+
_this.d1.setRawStyleProperty("background-repeat", "no-repeat");
|
|
30
|
+
_this.d1.setRawStyleProperty("background-position", "center");
|
|
31
|
+
_this.d1.setRawStyleProperty("width", "100%");
|
|
32
|
+
_this.d1.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.d1);
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
|
-
Object.defineProperty(ImageCell.prototype, "
|
|
38
|
+
Object.defineProperty(ImageCell.prototype, "d3", {
|
|
39
39
|
get: function () {
|
|
40
|
-
return this.
|
|
40
|
+
return this.d2;
|
|
41
41
|
},
|
|
42
42
|
enumerable: false,
|
|
43
43
|
configurable: true
|
|
44
44
|
});
|
|
45
|
-
Object.defineProperty(ImageCell.prototype, "
|
|
45
|
+
Object.defineProperty(ImageCell.prototype, "d0", {
|
|
46
46
|
get: function () {
|
|
47
|
-
return this.
|
|
47
|
+
return this.dz;
|
|
48
48
|
},
|
|
49
49
|
set: function (a) {
|
|
50
|
-
this.
|
|
50
|
+
this.dz = 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.d7 = function (a) {
|
|
56
|
+
this.dy = false;
|
|
57
|
+
if (!stringIsNullOrEmpty(this.d4)) {
|
|
58
|
+
this.d1.setRawStyleProperty("opacity", "1");
|
|
59
|
+
this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
|
-
ImageCell.prototype.
|
|
63
|
-
if (a == this.
|
|
62
|
+
ImageCell.prototype.d8 = function (a, b) {
|
|
63
|
+
if (a == this.d4) {
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
66
|
+
this.d5();
|
|
67
|
+
this.d1.setRawStyleProperty("opacity", "0");
|
|
68
68
|
if (a == null || a.length == 0) {
|
|
69
|
-
this.
|
|
69
|
+
this.d6(this.d2);
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
|
-
if (Base.equalsStatic(a, this.
|
|
72
|
+
if (Base.equalsStatic(a, this.d4)) {
|
|
73
73
|
return;
|
|
74
74
|
}
|
|
75
|
-
this.
|
|
76
|
-
var img_ = this.
|
|
75
|
+
this.ec(a, b);
|
|
76
|
+
var img_ = this.d2.getNativeElement();
|
|
77
77
|
if (img_ != null && (img_.complete)) {
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
78
|
+
this.dy = false;
|
|
79
|
+
this.d2.setRawStyleProperty("opacity", "1");
|
|
80
|
+
this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
|
|
81
81
|
}
|
|
82
82
|
};
|
|
83
|
-
ImageCell.prototype.
|
|
83
|
+
ImageCell.prototype.d6 = function (a) {
|
|
84
84
|
a.setAttribute("src", "");
|
|
85
|
-
this.
|
|
85
|
+
this.d1.setRawStyleProperty("background-image", "");
|
|
86
86
|
};
|
|
87
|
-
ImageCell.prototype.
|
|
87
|
+
ImageCell.prototype.eb = function (a) {
|
|
88
88
|
switch (a) {
|
|
89
89
|
case 1:
|
|
90
|
-
this.
|
|
90
|
+
this.d1.setRawStyleProperty("background-size", "100% 100%");
|
|
91
91
|
break;
|
|
92
92
|
case 2:
|
|
93
|
-
this.
|
|
93
|
+
this.d1.setRawStyleProperty("background-size", "auto");
|
|
94
94
|
break;
|
|
95
95
|
case 0:
|
|
96
|
-
this.
|
|
96
|
+
this.d1.setRawStyleProperty("background-size", "contain");
|
|
97
97
|
break;
|
|
98
98
|
}
|
|
99
99
|
};
|
|
100
|
-
ImageCell.prototype.
|
|
101
|
-
this.
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
100
|
+
ImageCell.prototype.ec = function (a, b) {
|
|
101
|
+
this.dy = true;
|
|
102
|
+
this.d4 = a;
|
|
103
|
+
this.d3.setAttribute("src", a);
|
|
104
104
|
};
|
|
105
|
-
ImageCell.prototype.
|
|
106
|
-
if (this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
105
|
+
ImageCell.prototype.d5 = function () {
|
|
106
|
+
if (this.dy) {
|
|
107
|
+
this.d6(this.d2);
|
|
108
|
+
this.d4 = "";
|
|
109
109
|
}
|
|
110
110
|
};
|
|
111
|
-
ImageCell.prototype.d8 = function (a) {
|
|
112
|
-
this.dv = a;
|
|
113
|
-
};
|
|
114
111
|
ImageCell.prototype.d9 = function (a) {
|
|
115
112
|
this.dw = a;
|
|
116
113
|
};
|
|
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.d1.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 @@ 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.d0 = 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 @@ 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.d5();
|
|
46
46
|
}
|
|
47
47
|
else if (a.u == 2) {
|
|
48
48
|
this.e(b.n8, b.n1);
|
|
@@ -51,7 +51,7 @@ 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.eb(a);
|
|
55
55
|
};
|
|
56
56
|
ImageCellPresenter.prototype.e = function (a, b) {
|
|
57
57
|
var c = a.toLowerCase();
|
|
@@ -59,35 +59,35 @@ 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.d8(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.d8(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.d8(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.d8(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.d8(g, 3);
|
|
91
91
|
}
|
|
92
92
|
};
|
|
93
93
|
ImageCellPresenter.$t = markType(ImageCellPresenter, 'ImageCellPresenter', CellPresenterBase.$);
|
|
@@ -26,8 +26,8 @@ var MultiColumnComboBoxUtilities = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
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.s = e;
|
|
30
|
+
h.o = f;
|
|
31
31
|
var m = b.createElement("div");
|
|
32
32
|
m.setStyleProperty("display", "inline-block");
|
|
33
33
|
i = new XIcon();
|
|
@@ -136,8 +136,8 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
136
136
|
return;
|
|
137
137
|
}
|
|
138
138
|
this.p = false;
|
|
139
|
-
if (b.
|
|
140
|
-
b.
|
|
139
|
+
if (b.g4 != a) {
|
|
140
|
+
b.g4 = a;
|
|
141
141
|
this.p = true;
|
|
142
142
|
}
|
|
143
143
|
else {
|
|
@@ -156,9 +156,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
156
156
|
this.co();
|
|
157
157
|
var b = this.g.p();
|
|
158
158
|
if (null != b) {
|
|
159
|
-
var c = b.
|
|
159
|
+
var c = b.g4;
|
|
160
160
|
if (null != c) {
|
|
161
|
-
b.
|
|
161
|
+
b.g4 = null;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
};
|
|
@@ -257,7 +257,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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.l(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 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
642
642
|
}
|
|
643
643
|
this.w = true;
|
|
644
644
|
if (stringIsNullOrEmpty(this.au)) {
|
|
645
|
-
if (null != a.
|
|
645
|
+
if (null != a.g4) {
|
|
646
646
|
this.aw(null);
|
|
647
647
|
}
|
|
648
648
|
else {
|
|
@@ -712,7 +712,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
712
712
|
}
|
|
713
713
|
var f = this.g;
|
|
714
714
|
var g = this.g.p();
|
|
715
|
-
e = g.
|
|
715
|
+
e = g.mw();
|
|
716
716
|
}
|
|
717
717
|
d.d = e;
|
|
718
718
|
d.b = a;
|
|
@@ -839,9 +839,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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.g4;
|
|
843
843
|
if (null != b) {
|
|
844
|
-
a.
|
|
844
|
+
a.g4 = null;
|
|
845
845
|
}
|
|
846
846
|
else {
|
|
847
847
|
this.cw();
|
|
@@ -879,7 +879,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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.i1 = 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 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1170
1170
|
}
|
|
1171
1171
|
var k = this.e.activeCell;
|
|
1172
1172
|
if (null != j.activeCell) {
|
|
1173
|
-
this.d.
|
|
1173
|
+
this.d.ko(false, false);
|
|
1174
1174
|
b.preventDefault();
|
|
1175
1175
|
}
|
|
1176
1176
|
else {
|
|
@@ -1197,7 +1197,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1197
1197
|
}
|
|
1198
1198
|
var o = this.e.activeCell;
|
|
1199
1199
|
if (null != n.activeCell) {
|
|
1200
|
-
this.d.
|
|
1200
|
+
this.d.k1(false, false);
|
|
1201
1201
|
b.preventDefault();
|
|
1202
1202
|
}
|
|
1203
1203
|
else {
|
|
@@ -1293,22 +1293,22 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1293
1293
|
function MultiColumnComboBox() {
|
|
1294
1294
|
var _this = _super.call(this) || this;
|
|
1295
1295
|
_this.dd = null;
|
|
1296
|
-
_this.h1 = XInputGroup.m.
|
|
1297
|
-
_this.h2 = XInputGroup.m.
|
|
1296
|
+
_this.h1 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1297
|
+
_this.h2 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1298
1298
|
_this.co = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1299
|
-
_this.io = XInputGroup.m.
|
|
1300
|
-
_this.gy = XInputGroup.m.
|
|
1301
|
-
_this.h3 = XInputGroup.m.
|
|
1299
|
+
_this.io = XInputGroup.m.ak(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1300
|
+
_this.gy = XInputGroup.m.z(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1301
|
+
_this.h3 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1302
1302
|
_this.cp = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1303
|
-
_this.h4 = XInputGroup.m.
|
|
1303
|
+
_this.h4 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1304
1304
|
_this.cq = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1305
1305
|
_this.cr = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1306
|
-
_this.h5 = XInputGroup.m.
|
|
1306
|
+
_this.h5 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1307
1307
|
_this.cs = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1308
1308
|
_this.ct = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
1309
|
-
_this.h6 = XInputGroup.m.
|
|
1309
|
+
_this.h6 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1310
1310
|
_this.cu = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1311
|
-
_this.h7 = XInputGroup.m.
|
|
1311
|
+
_this.h7 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1312
1312
|
_this.cv = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1313
1313
|
_this.cw = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
1314
1314
|
_this.cx = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
@@ -1320,34 +1320,34 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1320
1320
|
_this.c = null;
|
|
1321
1321
|
_this.m = ColumnWidth.a;
|
|
1322
1322
|
_this.ha = null;
|
|
1323
|
-
_this.gz = ThemeResolver.
|
|
1323
|
+
_this.gz = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1324
1324
|
_this.af = 0;
|
|
1325
1325
|
_this.ae = 1;
|
|
1326
1326
|
_this.hb = null;
|
|
1327
|
-
_this.g0 = ThemeResolver.
|
|
1327
|
+
_this.g0 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1328
1328
|
_this.b2 = NaN;
|
|
1329
1329
|
_this.bs = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1330
1330
|
_this.bh = true;
|
|
1331
1331
|
_this.ik = new Thickness(1, NaN, NaN, NaN, NaN);
|
|
1332
|
-
_this.ij = ThemeResolver.
|
|
1332
|
+
_this.ij = ThemeResolver.am(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1333
1333
|
_this.gv = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
1334
|
-
_this.gu = ThemeResolver.
|
|
1334
|
+
_this.gu = ThemeResolver.ab(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1335
1335
|
_this.b = null;
|
|
1336
1336
|
_this.al = 0;
|
|
1337
1337
|
_this.ak = 0;
|
|
1338
1338
|
_this.bk = true;
|
|
1339
1339
|
_this.hc = null;
|
|
1340
|
-
_this.g1 = ThemeResolver.
|
|
1340
|
+
_this.g1 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1341
1341
|
_this.b3 = NaN;
|
|
1342
1342
|
_this.bt = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1343
1343
|
_this.hd = null;
|
|
1344
|
-
_this.g2 = ThemeResolver.
|
|
1344
|
+
_this.g2 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1345
1345
|
_this.b4 = NaN;
|
|
1346
1346
|
_this.bu = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1347
1347
|
_this.b5 = NaN;
|
|
1348
1348
|
_this.bv = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1349
1349
|
_this.he = null;
|
|
1350
|
-
_this.g3 = ThemeResolver.
|
|
1350
|
+
_this.g3 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1351
1351
|
_this.b6 = NaN;
|
|
1352
1352
|
_this.bw = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1353
1353
|
_this.b7 = NaN;
|
|
@@ -1374,11 +1374,11 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1374
1374
|
_this.au = null;
|
|
1375
1375
|
_this.ar = null;
|
|
1376
1376
|
_this.hj = null;
|
|
1377
|
-
_this.g8 = ThemeResolver.
|
|
1377
|
+
_this.g8 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1378
1378
|
_this.b8 = NaN;
|
|
1379
1379
|
_this.by = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1380
1380
|
_this.hk = null;
|
|
1381
|
-
_this.g9 = ThemeResolver.
|
|
1381
|
+
_this.g9 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1382
1382
|
_this.b9 = NaN;
|
|
1383
1383
|
_this.bz = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
1384
1384
|
_this.ca = NaN;
|
|
@@ -2776,7 +2776,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2776
2776
|
try {
|
|
2777
2777
|
for (var _b = __values(fromEnum(c)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2778
2778
|
var d = _c.value;
|
|
2779
|
-
if (0 == StringComparer.b.compare(d.
|
|
2779
|
+
if (0 == StringComparer.b.compare(d.mr, a)) {
|
|
2780
2780
|
return d;
|
|
2781
2781
|
}
|
|
2782
2782
|
}
|
|
@@ -3115,13 +3115,13 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3115
3115
|
};
|
|
3116
3116
|
MultiColumnComboBox.$t = markType(MultiColumnComboBox, 'MultiColumnComboBox', Base.$, [INotifyPropertyChanged_$type]);
|
|
3117
3117
|
MultiColumnComboBox.ag = 1;
|
|
3118
|
-
MultiColumnComboBox.hy = ThemeResolver.
|
|
3119
|
-
MultiColumnComboBox.h0 = ThemeResolver.
|
|
3120
|
-
MultiColumnComboBox.hz = BrushUtil.
|
|
3118
|
+
MultiColumnComboBox.hy = ThemeResolver.aj(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
|
|
3119
|
+
MultiColumnComboBox.h0 = ThemeResolver.aj(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
|
|
3120
|
+
MultiColumnComboBox.hz = BrushUtil.l(255, 255, 255, 255);
|
|
3121
3121
|
MultiColumnComboBox.ay = null;
|
|
3122
3122
|
MultiColumnComboBox.d3 = "ActualNoMatchesFoundLabelBackgroundColor";
|
|
3123
3123
|
MultiColumnComboBox.az = null;
|
|
3124
|
-
MultiColumnComboBox.h8 = BrushUtil.
|
|
3124
|
+
MultiColumnComboBox.h8 = BrushUtil.l(221, 0, 0, 0);
|
|
3125
3125
|
return MultiColumnComboBox;
|
|
3126
3126
|
}(Base));
|
|
3127
3127
|
export { MultiColumnComboBox };
|
package/esm5/lib/NumericCell.js
CHANGED
|
@@ -14,19 +14,19 @@ 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.dx, 2);
|
|
18
|
+
_this.db(_this.dx, 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.dx.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.dh(2, 1);
|
|
30
30
|
};
|
|
31
31
|
NumericCell.$t = markType(NumericCell, 'NumericCell', TextCell.$);
|
|
32
32
|
return NumericCell;
|
|
@@ -31,9 +31,9 @@ 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.dx, 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.dx, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
NumericCellPresenter.prototype.e = function (a) {
|