igniteui-webcomponents-data-grids 7.0.0 → 7.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +9505 -8241
- 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 +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 +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 +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/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 +307 -193
- package/esm2015/lib/igc-data-grid-component.js +99 -1
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- 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 +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/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 +355 -193
- package/esm5/lib/igc-data-grid-component.js +140 -2
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- 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 +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
- package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
- 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/igc-data-grid-column-component.d.ts +54 -0
- package/lib/igc-data-grid-component.d.ts +49 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +33 -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-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let GridStyleRepositoryKeys_$type = /*@__PURE__*/ 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');
|
|
@@ -72,8 +72,8 @@ let SummaryChooserView = /*@__PURE__*/ (() => {
|
|
|
72
72
|
this.e();
|
|
73
73
|
}
|
|
74
74
|
e() {
|
|
75
|
-
if (this.model.f.
|
|
76
|
-
let a = this.model.r.count * this.model.f.
|
|
75
|
+
if (this.model.f.bh > -1) {
|
|
76
|
+
let a = this.model.r.count * this.model.f.bh;
|
|
77
77
|
a += 4;
|
|
78
78
|
this.d.setStyleProperty("height", a + "px");
|
|
79
79
|
}
|
|
@@ -98,10 +98,10 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
98
98
|
this.w = null;
|
|
99
99
|
this.l = 0;
|
|
100
100
|
this.k = 0;
|
|
101
|
-
this.a8 = BrushUtil.
|
|
101
|
+
this.a8 = BrushUtil.l(255, 24, 29, 31);
|
|
102
102
|
this.h = 0;
|
|
103
103
|
this.g = 1;
|
|
104
|
-
this.a7 = BrushUtil.
|
|
104
|
+
this.a7 = BrushUtil.l(255, 248, 248, 248);
|
|
105
105
|
this.summaryChanged = null;
|
|
106
106
|
this.c = new SummaryChooserView();
|
|
107
107
|
this.c.model = this;
|
|
@@ -317,12 +317,12 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
317
317
|
a6() {
|
|
318
318
|
if (this.e != null) {
|
|
319
319
|
this.e.density = this.m;
|
|
320
|
-
this.e.
|
|
320
|
+
this.e.fl = this.ba;
|
|
321
321
|
this.e.baseTheme = this.i;
|
|
322
322
|
this.e.backgroundColor = this.a9;
|
|
323
323
|
this.e.showSelectAll = false;
|
|
324
|
-
this.e.
|
|
325
|
-
this.e.
|
|
324
|
+
this.e.a8 = false;
|
|
325
|
+
this.e.a4 = false;
|
|
326
326
|
this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
327
327
|
this.e.itemsSource = this.q;
|
|
328
328
|
this.e.dataMemberPath = "label";
|
|
@@ -376,7 +376,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
376
376
|
if (d.iD == a) {
|
|
377
377
|
d.isSelected = b;
|
|
378
378
|
if (this.e != null) {
|
|
379
|
-
this.e.
|
|
379
|
+
this.e.dr(c, d, d);
|
|
380
380
|
}
|
|
381
381
|
break;
|
|
382
382
|
}
|
|
@@ -388,7 +388,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
388
388
|
c.label = b;
|
|
389
389
|
this.q.add(c);
|
|
390
390
|
if (this.e != null) {
|
|
391
|
-
this.e.
|
|
391
|
+
this.e.dn(this.q.count - 1, c);
|
|
392
392
|
}
|
|
393
393
|
this.c.onItemInserted();
|
|
394
394
|
}
|
|
@@ -398,7 +398,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
398
398
|
if (c.iD == a) {
|
|
399
399
|
this.q.removeAt(b);
|
|
400
400
|
if (this.e != null) {
|
|
401
|
-
this.e.
|
|
401
|
+
this.e.dq(b, c);
|
|
402
402
|
}
|
|
403
403
|
break;
|
|
404
404
|
}
|
|
@@ -411,7 +411,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
411
411
|
if (d.iD == a) {
|
|
412
412
|
d.label = b;
|
|
413
413
|
if (this.e != null) {
|
|
414
|
-
this.e.
|
|
414
|
+
this.e.dr(c, d, d);
|
|
415
415
|
}
|
|
416
416
|
break;
|
|
417
417
|
}
|
package/esm2015/lib/ImageCell.js
CHANGED
|
@@ -9,105 +9,105 @@ import { Base, runOn, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
10
10
|
let ImageCell = /*@__PURE__*/ (() => {
|
|
11
11
|
class ImageCell extends GridCellBase {
|
|
12
|
-
get
|
|
13
|
-
return this.
|
|
12
|
+
get d3() {
|
|
13
|
+
return this.d2;
|
|
14
14
|
}
|
|
15
|
-
get
|
|
16
|
-
return this.
|
|
15
|
+
get d0() {
|
|
16
|
+
return this.dz;
|
|
17
17
|
}
|
|
18
|
-
set
|
|
19
|
-
this.
|
|
18
|
+
set d0(a) {
|
|
19
|
+
this.dz = a;
|
|
20
20
|
}
|
|
21
21
|
constructor(a) {
|
|
22
22
|
super(a);
|
|
23
|
+
this.d2 = null;
|
|
24
|
+
this.dw = 1;
|
|
25
|
+
this.dx = 3;
|
|
26
|
+
this.d4 = null;
|
|
27
|
+
this.dy = false;
|
|
28
|
+
this.dz = 1;
|
|
23
29
|
this.d1 = null;
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.d1
|
|
31
|
-
this.d1.
|
|
32
|
-
this.d0 = a.createElement("div");
|
|
33
|
-
this.d0.setRawStyleProperty("background-size", "contain");
|
|
34
|
-
this.d0.setRawStyleProperty("background-repeat", "no-repeat");
|
|
35
|
-
this.d0.setRawStyleProperty("background-position", "center");
|
|
36
|
-
this.d0.setRawStyleProperty("width", "100%");
|
|
37
|
-
this.d0.setRawStyleProperty("height", "100%");
|
|
30
|
+
this.d2 = a.createElement("img");
|
|
31
|
+
this.d2.listen("load", runOn(this, this.d7));
|
|
32
|
+
this.d1 = a.createElement("div");
|
|
33
|
+
this.d1.setRawStyleProperty("background-size", "contain");
|
|
34
|
+
this.d1.setRawStyleProperty("background-repeat", "no-repeat");
|
|
35
|
+
this.d1.setRawStyleProperty("background-position", "center");
|
|
36
|
+
this.d1.setRawStyleProperty("width", "100%");
|
|
37
|
+
this.d1.setRawStyleProperty("height", "100%");
|
|
38
38
|
this.ar.setRawStyleProperty("text-align", "left");
|
|
39
39
|
this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
40
|
-
this.ar.append(this.
|
|
40
|
+
this.ar.append(this.d1);
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
this.
|
|
44
|
-
if (!stringIsNullOrEmpty(this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
42
|
+
d7(a) {
|
|
43
|
+
this.dy = false;
|
|
44
|
+
if (!stringIsNullOrEmpty(this.d4)) {
|
|
45
|
+
this.d1.setRawStyleProperty("opacity", "1");
|
|
46
|
+
this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
if (a == this.
|
|
49
|
+
d8(a, b) {
|
|
50
|
+
if (a == this.d4) {
|
|
51
51
|
return;
|
|
52
52
|
}
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
53
|
+
this.d5();
|
|
54
|
+
this.d1.setRawStyleProperty("opacity", "0");
|
|
55
55
|
if (a == null || a.length == 0) {
|
|
56
|
-
this.
|
|
56
|
+
this.d6(this.d2);
|
|
57
57
|
return;
|
|
58
58
|
}
|
|
59
|
-
if (Base.equalsStatic(a, this.
|
|
59
|
+
if (Base.equalsStatic(a, this.d4)) {
|
|
60
60
|
return;
|
|
61
61
|
}
|
|
62
|
-
this.
|
|
63
|
-
let img_ = this.
|
|
62
|
+
this.ec(a, b);
|
|
63
|
+
let img_ = this.d2.getNativeElement();
|
|
64
64
|
if (img_ != null && (img_.complete)) {
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
65
|
+
this.dy = false;
|
|
66
|
+
this.d2.setRawStyleProperty("opacity", "1");
|
|
67
|
+
this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
|
|
70
|
+
d6(a) {
|
|
71
71
|
a.setAttribute("src", "");
|
|
72
|
-
this.
|
|
72
|
+
this.d1.setRawStyleProperty("background-image", "");
|
|
73
73
|
}
|
|
74
|
-
|
|
74
|
+
eb(a) {
|
|
75
75
|
switch (a) {
|
|
76
76
|
case 1:
|
|
77
|
-
this.
|
|
77
|
+
this.d1.setRawStyleProperty("background-size", "100% 100%");
|
|
78
78
|
break;
|
|
79
79
|
case 2:
|
|
80
|
-
this.
|
|
80
|
+
this.d1.setRawStyleProperty("background-size", "auto");
|
|
81
81
|
break;
|
|
82
82
|
case 0:
|
|
83
|
-
this.
|
|
83
|
+
this.d1.setRawStyleProperty("background-size", "contain");
|
|
84
84
|
break;
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
|
-
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
87
|
+
ec(a, b) {
|
|
88
|
+
this.dy = true;
|
|
89
|
+
this.d4 = a;
|
|
90
|
+
this.d3.setAttribute("src", a);
|
|
91
91
|
}
|
|
92
|
-
|
|
93
|
-
if (this.
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
92
|
+
d5() {
|
|
93
|
+
if (this.dy) {
|
|
94
|
+
this.d6(this.d2);
|
|
95
|
+
this.d4 = "";
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
|
-
d8(a) {
|
|
99
|
-
this.dv = a;
|
|
100
|
-
}
|
|
101
98
|
d9(a) {
|
|
102
99
|
this.dw = a;
|
|
103
100
|
}
|
|
101
|
+
ea(a) {
|
|
102
|
+
this.dx = a;
|
|
103
|
+
}
|
|
104
104
|
get_ae() {
|
|
105
105
|
return true;
|
|
106
106
|
}
|
|
107
107
|
ck(a, b, c) {
|
|
108
108
|
super.ck(a, b, c);
|
|
109
109
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
110
|
-
this.
|
|
110
|
+
this.d1.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
}
|
|
@@ -24,7 +24,7 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
24
24
|
if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
|
|
25
25
|
let c = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let d = a.cs * (1 - c);
|
|
27
|
-
this.d.
|
|
27
|
+
this.d.d0 = d;
|
|
28
28
|
}
|
|
29
29
|
if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
|
|
30
30
|
this.e(b.n8, b.n1);
|
|
@@ -34,7 +34,7 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
34
34
|
}
|
|
35
35
|
if (b.bc(ImageCellModel.hk)) {
|
|
36
36
|
if (a.u == 1) {
|
|
37
|
-
this.d.
|
|
37
|
+
this.d.d5();
|
|
38
38
|
}
|
|
39
39
|
else if (a.u == 2) {
|
|
40
40
|
this.e(b.n8, b.n1);
|
|
@@ -43,7 +43,7 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
f(a, b, c) {
|
|
46
|
-
this.d.
|
|
46
|
+
this.d.eb(a);
|
|
47
47
|
}
|
|
48
48
|
e(a, b) {
|
|
49
49
|
let c = a.toLowerCase();
|
|
@@ -51,35 +51,35 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
51
51
|
b = 4;
|
|
52
52
|
}
|
|
53
53
|
if (stringStartsWith(c, "http") || b == 4) {
|
|
54
|
-
this.d.
|
|
54
|
+
this.d.d8(a, 4);
|
|
55
55
|
}
|
|
56
56
|
if (stringStartsWith(c, "asset") || b == 2) {
|
|
57
57
|
let d = a;
|
|
58
58
|
if (stringStartsWith(c, "asset")) {
|
|
59
59
|
d = a.substr(8);
|
|
60
60
|
}
|
|
61
|
-
this.d.
|
|
61
|
+
this.d.d8(d, 2);
|
|
62
62
|
}
|
|
63
63
|
if (stringStartsWith(c, "drawable") || b == 1) {
|
|
64
64
|
let e = a;
|
|
65
65
|
if (stringStartsWith(c, "drawable")) {
|
|
66
66
|
e = a.substr(11);
|
|
67
67
|
}
|
|
68
|
-
this.d.
|
|
68
|
+
this.d.d8(e, 1);
|
|
69
69
|
}
|
|
70
70
|
if (stringStartsWith(c, "nativeresource") || b == 1) {
|
|
71
71
|
let f = a;
|
|
72
72
|
if (stringStartsWith(c, "nativeresource")) {
|
|
73
73
|
f = a.substr(17);
|
|
74
74
|
}
|
|
75
|
-
this.d.
|
|
75
|
+
this.d.d8(f, 1);
|
|
76
76
|
}
|
|
77
77
|
if (stringStartsWith(c, "embeddedresource") || b == 3) {
|
|
78
78
|
let g = a;
|
|
79
79
|
if (stringStartsWith(c, "embeddedresource")) {
|
|
80
80
|
g = a.substr(19);
|
|
81
81
|
}
|
|
82
|
-
this.d.
|
|
82
|
+
this.d.d8(g, 3);
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -19,8 +19,8 @@ let MultiColumnComboBoxUtilities = /*@__PURE__*/ (() => {
|
|
|
19
19
|
h.provideContainer(k);
|
|
20
20
|
let l = k.getExternal(h, k.rootWrapper, k.getExternal(a, null, null));
|
|
21
21
|
h.e = d;
|
|
22
|
-
h.
|
|
23
|
-
h.
|
|
22
|
+
h.s = e;
|
|
23
|
+
h.o = f;
|
|
24
24
|
let m = b.createElement("div");
|
|
25
25
|
m.setStyleProperty("display", "inline-block");
|
|
26
26
|
i = new XIcon();
|
|
@@ -119,8 +119,8 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
119
119
|
return;
|
|
120
120
|
}
|
|
121
121
|
this.p = false;
|
|
122
|
-
if (b.
|
|
123
|
-
b.
|
|
122
|
+
if (b.g4 != a) {
|
|
123
|
+
b.g4 = a;
|
|
124
124
|
this.p = true;
|
|
125
125
|
}
|
|
126
126
|
else {
|
|
@@ -139,9 +139,9 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
139
139
|
this.co();
|
|
140
140
|
let b = this.g.p();
|
|
141
141
|
if (null != b) {
|
|
142
|
-
let c = b.
|
|
142
|
+
let c = b.g4;
|
|
143
143
|
if (null != c) {
|
|
144
|
-
b.
|
|
144
|
+
b.g4 = null;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
}
|
|
@@ -240,7 +240,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
240
240
|
this.m = new Popup();
|
|
241
241
|
this.m.ar = this.f.bn;
|
|
242
242
|
this.m.ay = this.f.br;
|
|
243
|
-
this.m.c0 = BrushUtil.
|
|
243
|
+
this.m.c0 = BrushUtil.l(255, 255, 255, 255);
|
|
244
244
|
this.m.a9 = 150;
|
|
245
245
|
this.m.provideRenderer(b);
|
|
246
246
|
let c = b.getExternal(this.m, b.rootWrapper, b.getExternal(this.g, null, null));
|
|
@@ -607,7 +607,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
607
607
|
}
|
|
608
608
|
this.w = true;
|
|
609
609
|
if (stringIsNullOrEmpty(this.au)) {
|
|
610
|
-
if (null != a.
|
|
610
|
+
if (null != a.g4) {
|
|
611
611
|
this.aw(null);
|
|
612
612
|
}
|
|
613
613
|
else {
|
|
@@ -677,7 +677,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
677
677
|
}
|
|
678
678
|
let f = this.g;
|
|
679
679
|
let g = this.g.p();
|
|
680
|
-
e = g.
|
|
680
|
+
e = g.mw();
|
|
681
681
|
}
|
|
682
682
|
d.d = e;
|
|
683
683
|
d.b = a;
|
|
@@ -804,9 +804,9 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
804
804
|
this.au = null;
|
|
805
805
|
let a = this.g.p();
|
|
806
806
|
if (null != a) {
|
|
807
|
-
let b = a.
|
|
807
|
+
let b = a.g4;
|
|
808
808
|
if (null != b) {
|
|
809
|
-
a.
|
|
809
|
+
a.g4 = null;
|
|
810
810
|
}
|
|
811
811
|
else {
|
|
812
812
|
this.cw();
|
|
@@ -843,7 +843,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
843
843
|
this.d.isColumnOptionsEnabled = false;
|
|
844
844
|
this.d.isActiveCellStyleEnabled = false;
|
|
845
845
|
this.d.cornerRadius = new CornerRadius(0, 0);
|
|
846
|
-
this.d.
|
|
846
|
+
this.d.i1 = false;
|
|
847
847
|
let b = this.d;
|
|
848
848
|
b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
|
|
849
849
|
let c = this.d;
|
|
@@ -1122,7 +1122,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1122
1122
|
}
|
|
1123
1123
|
let k = this.e.activeCell;
|
|
1124
1124
|
if (null != j.activeCell) {
|
|
1125
|
-
this.d.
|
|
1125
|
+
this.d.ko(false, false);
|
|
1126
1126
|
b.preventDefault();
|
|
1127
1127
|
}
|
|
1128
1128
|
else {
|
|
@@ -1149,7 +1149,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1149
1149
|
}
|
|
1150
1150
|
let o = this.e.activeCell;
|
|
1151
1151
|
if (null != n.activeCell) {
|
|
1152
|
-
this.d.
|
|
1152
|
+
this.d.k1(false, false);
|
|
1153
1153
|
b.preventDefault();
|
|
1154
1154
|
}
|
|
1155
1155
|
else {
|
|
@@ -1243,22 +1243,22 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
1243
1243
|
constructor() {
|
|
1244
1244
|
super();
|
|
1245
1245
|
this.dd = null;
|
|
1246
|
-
this.h1 = XInputGroup.m.
|
|
1247
|
-
this.h2 = XInputGroup.m.
|
|
1246
|
+
this.h1 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1247
|
+
this.h2 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1248
1248
|
this.co = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1249
|
-
this.io = XInputGroup.m.
|
|
1250
|
-
this.gy = XInputGroup.m.
|
|
1251
|
-
this.h3 = XInputGroup.m.
|
|
1249
|
+
this.io = XInputGroup.m.ak(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1250
|
+
this.gy = XInputGroup.m.z(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1251
|
+
this.h3 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1252
1252
|
this.cp = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1253
|
-
this.h4 = XInputGroup.m.
|
|
1253
|
+
this.h4 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1254
1254
|
this.cq = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1255
1255
|
this.cr = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1256
|
-
this.h5 = XInputGroup.m.
|
|
1256
|
+
this.h5 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1257
1257
|
this.cs = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1258
1258
|
this.ct = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
1259
|
-
this.h6 = XInputGroup.m.
|
|
1259
|
+
this.h6 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1260
1260
|
this.cu = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1261
|
-
this.h7 = XInputGroup.m.
|
|
1261
|
+
this.h7 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1262
1262
|
this.cv = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1263
1263
|
this.cw = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
1264
1264
|
this.cx = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
@@ -1270,34 +1270,34 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
1270
1270
|
this.c = null;
|
|
1271
1271
|
this.m = ColumnWidth.a;
|
|
1272
1272
|
this.ha = null;
|
|
1273
|
-
this.gz = ThemeResolver.
|
|
1273
|
+
this.gz = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1274
1274
|
this.af = 0;
|
|
1275
1275
|
this.ae = 1;
|
|
1276
1276
|
this.hb = null;
|
|
1277
|
-
this.g0 = ThemeResolver.
|
|
1277
|
+
this.g0 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1278
1278
|
this.b2 = NaN;
|
|
1279
1279
|
this.bs = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1280
1280
|
this.bh = true;
|
|
1281
1281
|
this.ik = new Thickness(1, NaN, NaN, NaN, NaN);
|
|
1282
|
-
this.ij = ThemeResolver.
|
|
1282
|
+
this.ij = ThemeResolver.am(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1283
1283
|
this.gv = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
1284
|
-
this.gu = ThemeResolver.
|
|
1284
|
+
this.gu = ThemeResolver.ab(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1285
1285
|
this.b = null;
|
|
1286
1286
|
this.al = 0;
|
|
1287
1287
|
this.ak = 0;
|
|
1288
1288
|
this.bk = true;
|
|
1289
1289
|
this.hc = null;
|
|
1290
|
-
this.g1 = ThemeResolver.
|
|
1290
|
+
this.g1 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1291
1291
|
this.b3 = NaN;
|
|
1292
1292
|
this.bt = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1293
1293
|
this.hd = null;
|
|
1294
|
-
this.g2 = ThemeResolver.
|
|
1294
|
+
this.g2 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1295
1295
|
this.b4 = NaN;
|
|
1296
1296
|
this.bu = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1297
1297
|
this.b5 = NaN;
|
|
1298
1298
|
this.bv = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1299
1299
|
this.he = null;
|
|
1300
|
-
this.g3 = ThemeResolver.
|
|
1300
|
+
this.g3 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1301
1301
|
this.b6 = NaN;
|
|
1302
1302
|
this.bw = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1303
1303
|
this.b7 = NaN;
|
|
@@ -1324,11 +1324,11 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
1324
1324
|
this.au = null;
|
|
1325
1325
|
this.ar = null;
|
|
1326
1326
|
this.hj = null;
|
|
1327
|
-
this.g8 = ThemeResolver.
|
|
1327
|
+
this.g8 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1328
1328
|
this.b8 = NaN;
|
|
1329
1329
|
this.by = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1330
1330
|
this.hk = null;
|
|
1331
|
-
this.g9 = ThemeResolver.
|
|
1331
|
+
this.g9 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1332
1332
|
this.b9 = NaN;
|
|
1333
1333
|
this.bz = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
1334
1334
|
this.ca = NaN;
|
|
@@ -2398,7 +2398,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
2398
2398
|
return c._inner[0];
|
|
2399
2399
|
}
|
|
2400
2400
|
for (let d of fromEnum(c)) {
|
|
2401
|
-
if (0 == StringComparer.b.compare(d.
|
|
2401
|
+
if (0 == StringComparer.b.compare(d.mr, a)) {
|
|
2402
2402
|
return d;
|
|
2403
2403
|
}
|
|
2404
2404
|
}
|
|
@@ -2712,13 +2712,13 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
2712
2712
|
}
|
|
2713
2713
|
MultiColumnComboBox.$t = /*@__PURE__*/ markType(MultiColumnComboBox, 'MultiColumnComboBox', Base.$, [INotifyPropertyChanged_$type]);
|
|
2714
2714
|
MultiColumnComboBox.ag = 1;
|
|
2715
|
-
MultiColumnComboBox.hy = /*@__PURE__*/ ThemeResolver.
|
|
2716
|
-
MultiColumnComboBox.h0 = /*@__PURE__*/ ThemeResolver.
|
|
2717
|
-
MultiColumnComboBox.hz = /*@__PURE__*/ BrushUtil.
|
|
2715
|
+
MultiColumnComboBox.hy = /*@__PURE__*/ ThemeResolver.aj(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
|
|
2716
|
+
MultiColumnComboBox.h0 = /*@__PURE__*/ ThemeResolver.aj(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
|
|
2717
|
+
MultiColumnComboBox.hz = /*@__PURE__*/ BrushUtil.l(255, 255, 255, 255);
|
|
2718
2718
|
MultiColumnComboBox.ay = null;
|
|
2719
2719
|
MultiColumnComboBox.d3 = "ActualNoMatchesFoundLabelBackgroundColor";
|
|
2720
2720
|
MultiColumnComboBox.az = null;
|
|
2721
|
-
MultiColumnComboBox.h8 = /*@__PURE__*/ BrushUtil.
|
|
2721
|
+
MultiColumnComboBox.h8 = /*@__PURE__*/ BrushUtil.l(221, 0, 0, 0);
|
|
2722
2722
|
return MultiColumnComboBox;
|
|
2723
2723
|
})();
|
|
2724
2724
|
export { MultiColumnComboBox };
|
|
@@ -10,18 +10,18 @@ let NumericCell = /*@__PURE__*/ (() => {
|
|
|
10
10
|
class NumericCell extends TextCell {
|
|
11
11
|
constructor(a) {
|
|
12
12
|
super(a);
|
|
13
|
-
this.c2(this.
|
|
14
|
-
this.
|
|
13
|
+
this.c2(this.dx, 2);
|
|
14
|
+
this.db(this.dx, 1);
|
|
15
15
|
}
|
|
16
16
|
ck(a, b, c) {
|
|
17
17
|
super.ck(a, b, c);
|
|
18
18
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
19
|
-
this.
|
|
19
|
+
this.dx.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
b8() {
|
|
23
23
|
super.b8();
|
|
24
|
-
this.
|
|
24
|
+
this.dh(2, 1);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
NumericCell.$t = /*@__PURE__*/ markType(NumericCell, 'NumericCell', TextCell.$);
|
|
@@ -23,9 +23,9 @@ let NumericCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
if (a.a7) {
|
|
24
24
|
if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
|
|
25
25
|
b.kx = this.e(b);
|
|
26
|
-
this.d.c8(this.d.
|
|
26
|
+
this.d.c8(this.d.dx, b.kx);
|
|
27
27
|
}
|
|
28
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
28
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
e(a) {
|