igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +7623 -7085
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +37 -34
- package/esm2015/lib/CheckboxListView_combined.js +24 -24
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +5293 -5010
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +118 -113
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +4 -4
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +97 -79
- 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 +291 -261
- package/esm2015/lib/igc-data-grid-component.js +20 -0
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +12 -12
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- 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-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +46 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +58 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +38 -38
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +37 -34
- package/esm5/lib/CheckboxListView_combined.js +24 -24
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +5100 -4765
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +118 -113
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +4 -4
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +52 -52
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +105 -79
- 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 +303 -261
- package/esm5/lib/igc-data-grid-component.js +28 -0
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +12 -12
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- 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-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +50 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +74 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +38 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +7778 -7348
- package/fesm5/igniteui-webcomponents-data-grids.js +7623 -7085
- package/lib/ColumnFilterCondition_combined.d.ts +1341 -1292
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +10 -0
- package/lib/igc-data-grid-column-component.d.ts +15 -0
- package/lib/igc-data-grid-component.d.ts +10 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +14 -0
- package/package.json +4 -4
|
@@ -12,88 +12,88 @@ import { ColumnOptionsIconAlignment_$type } from "./ColumnOptionsIconAlignment";
|
|
|
12
12
|
import { enumGetBox, runOn, delegateCombine, markType } from "igniteui-webcomponents-core";
|
|
13
13
|
let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
14
14
|
class TextHeaderCell extends GridCellBase {
|
|
15
|
-
get
|
|
16
|
-
return this.
|
|
15
|
+
get ed() {
|
|
16
|
+
return this.ea;
|
|
17
17
|
}
|
|
18
|
-
get
|
|
19
|
-
return this.
|
|
18
|
+
get d7() {
|
|
19
|
+
return this.d6;
|
|
20
20
|
}
|
|
21
|
-
get
|
|
22
|
-
return this.
|
|
21
|
+
get d5() {
|
|
22
|
+
return this.d4;
|
|
23
23
|
}
|
|
24
|
-
get
|
|
25
|
-
return this.
|
|
24
|
+
get d3() {
|
|
25
|
+
return this.d2;
|
|
26
26
|
}
|
|
27
|
-
set
|
|
28
|
-
let b = this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
27
|
+
set d3(a) {
|
|
28
|
+
let b = this.d2;
|
|
29
|
+
this.d2 = a;
|
|
30
|
+
this.cl("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.d2));
|
|
31
31
|
}
|
|
32
|
-
get
|
|
33
|
-
return this.
|
|
32
|
+
get d1() {
|
|
33
|
+
return this.d0;
|
|
34
34
|
}
|
|
35
|
-
set
|
|
36
|
-
let b = this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
35
|
+
set d1(a) {
|
|
36
|
+
let b = this.d0;
|
|
37
|
+
this.d0 = a;
|
|
38
|
+
this.cl("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.d0));
|
|
39
39
|
}
|
|
40
40
|
af(a) {
|
|
41
41
|
return true;
|
|
42
42
|
}
|
|
43
|
-
|
|
44
|
-
super.
|
|
43
|
+
dd(a, b) {
|
|
44
|
+
super.dd(a, b);
|
|
45
45
|
a -= 21;
|
|
46
|
-
if (this.
|
|
46
|
+
if (this.d9) {
|
|
47
47
|
a -= 15;
|
|
48
48
|
}
|
|
49
49
|
let c = Math.max(0, a - b);
|
|
50
|
-
if (c != this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
50
|
+
if (c != this.ef) {
|
|
51
|
+
this.ef = c;
|
|
52
|
+
this.ea.setRawStyleProperty("max-width", c.toString() + "px");
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
|
|
56
|
-
super.
|
|
57
|
-
this.
|
|
55
|
+
c2(a, b) {
|
|
56
|
+
super.c2(a, b);
|
|
57
|
+
this.ea.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
58
58
|
let c = Math.max(0, a - b);
|
|
59
|
-
if (this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
59
|
+
if (this.ee != c) {
|
|
60
|
+
this.ee = c;
|
|
61
|
+
this.ea.setRawStyleProperty("max-height", c.toString() + "px");
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
-
|
|
65
|
-
super.
|
|
66
|
-
if (a == this.
|
|
67
|
-
this.
|
|
64
|
+
c1(a, b) {
|
|
65
|
+
super.c1(a, b);
|
|
66
|
+
if (a == this.ea) {
|
|
67
|
+
this.ea.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
|
|
71
|
-
this.
|
|
70
|
+
de(a, b, c, d) {
|
|
71
|
+
this.d4.b0();
|
|
72
72
|
}
|
|
73
73
|
constructor(a) {
|
|
74
74
|
super(a);
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
75
|
+
this.ea = null;
|
|
76
|
+
this.d6 = null;
|
|
77
|
+
this.d4 = null;
|
|
78
|
+
this.d0 = 0;
|
|
79
|
+
this.dz = 0;
|
|
80
|
+
this.d2 = 3;
|
|
81
|
+
this.ec = null;
|
|
82
|
+
this.ef = -1;
|
|
83
|
+
this.ee = -1;
|
|
84
|
+
this.d8 = false;
|
|
85
|
+
this.eb = null;
|
|
86
|
+
this.d9 = false;
|
|
87
|
+
this.ea = a.createElement("span");
|
|
88
88
|
this.ar.setRawStyleProperty("text-align", "left");
|
|
89
89
|
this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
96
|
-
this.ar.append(this.
|
|
90
|
+
this.ea.setRawStyleProperty("display", "inline-block");
|
|
91
|
+
this.ea.setRawStyleProperty("line-height", "normal");
|
|
92
|
+
this.ea.setRawStyleProperty("vertical-align", "middle");
|
|
93
|
+
this.ea.setRawStyleProperty("overflow", "hidden");
|
|
94
|
+
this.ea.setRawStyleProperty("white-space", "nowrap");
|
|
95
|
+
this.ea.setRawStyleProperty("text-overflow", "ellipsis");
|
|
96
|
+
this.ar.append(this.ea);
|
|
97
97
|
let b = 18;
|
|
98
98
|
let c = 18;
|
|
99
99
|
let d = a.createElement("div");
|
|
@@ -102,17 +102,17 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
102
102
|
d.setRawStyleProperty("vertical-align", "middle");
|
|
103
103
|
d.setRawStyleProperty("width", b + "px");
|
|
104
104
|
d.setRawStyleProperty("height", c + "px");
|
|
105
|
-
this.
|
|
105
|
+
this.eb = d;
|
|
106
106
|
let e = a.getSubRenderer(d);
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
107
|
+
this.d4 = new GridFilterDialog();
|
|
108
|
+
this.d4.ca(e, this.ar, a);
|
|
109
109
|
this.ar.append(d);
|
|
110
|
-
this.
|
|
111
|
-
this.
|
|
112
|
-
let f = this.
|
|
113
|
-
this.
|
|
114
|
-
this.
|
|
115
|
-
this.
|
|
110
|
+
this.d4.b1(b, c);
|
|
111
|
+
this.d4.ar = 24;
|
|
112
|
+
let f = this.d4.ai;
|
|
113
|
+
this.d4.ai = false;
|
|
114
|
+
this.d4.by();
|
|
115
|
+
this.d4.ai = f;
|
|
116
116
|
let g = 18;
|
|
117
117
|
let h = 18;
|
|
118
118
|
d = a.createElement("div");
|
|
@@ -122,190 +122,190 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
122
122
|
d.setRawStyleProperty("width", "0px");
|
|
123
123
|
d.setRawStyleProperty("height", h + "px");
|
|
124
124
|
d.setRawStyleProperty("margin", "0 0 0 5px");
|
|
125
|
-
this.
|
|
125
|
+
this.ec = d;
|
|
126
126
|
e = a.getSubRenderer(d);
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
127
|
+
this.d6 = new GridSortIndicator();
|
|
128
|
+
this.d6.n = false;
|
|
129
|
+
this.d6.m = false;
|
|
130
|
+
this.d6.a0(e);
|
|
131
131
|
this.ar.append(d);
|
|
132
|
-
this.
|
|
133
|
-
let i = this.
|
|
134
|
-
i.propertyChanged = delegateCombine(i.propertyChanged, runOn(this, this.
|
|
135
|
-
let j = this.
|
|
136
|
-
j.dialogOpening = delegateCombine(j.dialogOpening, runOn(this, this.
|
|
137
|
-
let k = this.
|
|
138
|
-
k.filterChanging = delegateCombine(k.filterChanging, runOn(this, this.
|
|
139
|
-
let l = this.
|
|
140
|
-
l.filterChanged = delegateCombine(l.filterChanged, runOn(this, this.
|
|
141
|
-
this.ar.listen("mouseenter", runOn(this, this.
|
|
142
|
-
this.ar.listen("mouseleave", runOn(this, this.
|
|
132
|
+
this.d6.au(g, h);
|
|
133
|
+
let i = this.d6;
|
|
134
|
+
i.propertyChanged = delegateCombine(i.propertyChanged, runOn(this, this.ei));
|
|
135
|
+
let j = this.d4;
|
|
136
|
+
j.dialogOpening = delegateCombine(j.dialogOpening, runOn(this, this.ej));
|
|
137
|
+
let k = this.d4;
|
|
138
|
+
k.filterChanging = delegateCombine(k.filterChanging, runOn(this, this.el));
|
|
139
|
+
let l = this.d4;
|
|
140
|
+
l.filterChanged = delegateCombine(l.filterChanged, runOn(this, this.ek));
|
|
141
|
+
this.ar.listen("mouseenter", runOn(this, this.ep));
|
|
142
|
+
this.ar.listen("mouseleave", runOn(this, this.eo));
|
|
143
143
|
}
|
|
144
|
-
|
|
144
|
+
ei(a, b) {
|
|
145
145
|
switch (b.propertyName) {
|
|
146
146
|
case "CurrentOpacity":
|
|
147
|
-
if (this.
|
|
148
|
-
this.
|
|
149
|
-
if (this.
|
|
150
|
-
this.
|
|
147
|
+
if (this.d7.t > 0) {
|
|
148
|
+
this.ec.setRawStyleProperty("width", "18px");
|
|
149
|
+
if (this.dz == 2) {
|
|
150
|
+
this.ec.setRawStyleProperty("margin", "0 5px 0 0");
|
|
151
151
|
}
|
|
152
152
|
else {
|
|
153
|
-
this.
|
|
153
|
+
this.ec.setRawStyleProperty("margin", "0 0 0 5px");
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
else {
|
|
157
|
-
this.
|
|
158
|
-
this.
|
|
157
|
+
this.ec.setRawStyleProperty("width", "0px");
|
|
158
|
+
this.ec.setRawStyleProperty("margin", "0");
|
|
159
159
|
}
|
|
160
160
|
break;
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
|
-
|
|
163
|
+
ep(a) {
|
|
164
164
|
if (this.b.isGridDragging) {
|
|
165
165
|
return;
|
|
166
166
|
}
|
|
167
|
-
switch (this.
|
|
167
|
+
switch (this.d3) {
|
|
168
168
|
case 2:
|
|
169
169
|
case 3:
|
|
170
|
-
this.
|
|
170
|
+
this.d4.ce();
|
|
171
171
|
break;
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
|
-
|
|
175
|
-
switch (this.
|
|
174
|
+
eo(a) {
|
|
175
|
+
switch (this.d3) {
|
|
176
176
|
case 2:
|
|
177
177
|
case 3:
|
|
178
|
-
this.
|
|
178
|
+
this.d4.by();
|
|
179
179
|
break;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
|
|
182
|
+
ek(a, b) {
|
|
183
183
|
this.b.columnFilterChanged(b.a);
|
|
184
184
|
}
|
|
185
|
-
|
|
185
|
+
el(a, b) {
|
|
186
186
|
this.b.columnFilterChanging(b.a);
|
|
187
187
|
}
|
|
188
|
-
|
|
188
|
+
ej(a, b) {
|
|
189
189
|
if (this.b != null) {
|
|
190
190
|
b.a = this.f.getColumn();
|
|
191
191
|
this.b.cancelEditMode(false);
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
|
|
195
|
-
super.
|
|
196
|
-
this.
|
|
197
|
-
this.
|
|
194
|
+
cj(a, b, c) {
|
|
195
|
+
super.cj(a, b, c);
|
|
196
|
+
this.dz = c;
|
|
197
|
+
this.d4.k = c;
|
|
198
198
|
if (c == 2) {
|
|
199
|
-
if (this.
|
|
200
|
-
this.ar.removeChild(this.
|
|
201
|
-
this.ar.removeChild(this.
|
|
202
|
-
this.
|
|
203
|
-
this.
|
|
204
|
-
this.
|
|
205
|
-
this.
|
|
199
|
+
if (this.d1 == 1) {
|
|
200
|
+
this.ar.removeChild(this.ec);
|
|
201
|
+
this.ar.removeChild(this.eb);
|
|
202
|
+
this.ea.before(this.eb);
|
|
203
|
+
this.eb.before(this.ec);
|
|
204
|
+
this.eb.setRawStyleProperty("margin", "0 5px 0 0");
|
|
205
|
+
this.d4.l = this.dz;
|
|
206
206
|
}
|
|
207
|
-
else if (this.
|
|
208
|
-
this.ar.removeChild(this.
|
|
209
|
-
this.ar.removeChild(this.
|
|
210
|
-
this.ar.append(this.
|
|
211
|
-
this.
|
|
212
|
-
this.
|
|
213
|
-
this.
|
|
207
|
+
else if (this.d1 == 4) {
|
|
208
|
+
this.ar.removeChild(this.ec);
|
|
209
|
+
this.ar.removeChild(this.eb);
|
|
210
|
+
this.ar.append(this.eb);
|
|
211
|
+
this.ea.before(this.ec);
|
|
212
|
+
this.eb.setRawStyleProperty("margin", "0 0 0 5px");
|
|
213
|
+
this.d4.l = 2;
|
|
214
214
|
}
|
|
215
215
|
else {
|
|
216
|
-
this.ar.removeChild(this.
|
|
217
|
-
this.ar.removeChild(this.
|
|
218
|
-
this.
|
|
219
|
-
this.
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
216
|
+
this.ar.removeChild(this.ec);
|
|
217
|
+
this.ar.removeChild(this.eb);
|
|
218
|
+
this.ea.before(this.eb);
|
|
219
|
+
this.eb.before(this.ec);
|
|
220
|
+
this.eb.setRawStyleProperty("margin", "0");
|
|
221
|
+
this.d4.l = 0;
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
else {
|
|
225
|
-
if (this.
|
|
226
|
-
this.ar.removeChild(this.
|
|
227
|
-
this.ar.removeChild(this.
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
230
|
-
this.
|
|
231
|
-
this.
|
|
225
|
+
if (this.d1 == 1) {
|
|
226
|
+
this.ar.removeChild(this.ec);
|
|
227
|
+
this.ar.removeChild(this.ea);
|
|
228
|
+
this.eb.before(this.ea);
|
|
229
|
+
this.eb.before(this.ec);
|
|
230
|
+
this.eb.setRawStyleProperty("margin", "0 0 0 5px");
|
|
231
|
+
this.d4.l = this.dz;
|
|
232
232
|
}
|
|
233
|
-
else if (this.
|
|
234
|
-
this.ar.removeChild(this.
|
|
235
|
-
this.ar.removeChild(this.
|
|
236
|
-
this.ar.removeChild(this.
|
|
237
|
-
this.ar.append(this.
|
|
238
|
-
this.ar.append(this.
|
|
239
|
-
this.ar.append(this.
|
|
240
|
-
this.
|
|
241
|
-
this.
|
|
233
|
+
else if (this.d1 == 3) {
|
|
234
|
+
this.ar.removeChild(this.ec);
|
|
235
|
+
this.ar.removeChild(this.ea);
|
|
236
|
+
this.ar.removeChild(this.eb);
|
|
237
|
+
this.ar.append(this.eb);
|
|
238
|
+
this.ar.append(this.ea);
|
|
239
|
+
this.ar.append(this.ec);
|
|
240
|
+
this.eb.setRawStyleProperty("margin", "0 5px 0 0");
|
|
241
|
+
this.d4.l = 0;
|
|
242
242
|
}
|
|
243
243
|
else {
|
|
244
|
-
this.ar.removeChild(this.
|
|
245
|
-
this.ar.removeChild(this.
|
|
246
|
-
this.
|
|
247
|
-
this.
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
244
|
+
this.ar.removeChild(this.ec);
|
|
245
|
+
this.ar.removeChild(this.ea);
|
|
246
|
+
this.eb.before(this.ea);
|
|
247
|
+
this.eb.before(this.ec);
|
|
248
|
+
this.eb.setRawStyleProperty("margin", "0");
|
|
249
|
+
this.d4.l = 2;
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
|
-
|
|
254
|
-
super.
|
|
255
|
-
this.
|
|
256
|
-
this.
|
|
253
|
+
c7(a, b, c, d) {
|
|
254
|
+
super.c7(a, b, c, d);
|
|
255
|
+
this.d4.av = a;
|
|
256
|
+
this.d4.aw = c;
|
|
257
257
|
}
|
|
258
|
-
|
|
259
|
-
if (this.
|
|
260
|
-
this.
|
|
261
|
-
this.
|
|
258
|
+
en() {
|
|
259
|
+
if (this.d1 == 3) {
|
|
260
|
+
this.d4.l = 0;
|
|
261
|
+
this.eb.setRawStyleProperty("margin", "0");
|
|
262
262
|
}
|
|
263
|
-
else if (this.
|
|
264
|
-
this.
|
|
265
|
-
this.
|
|
263
|
+
else if (this.d1 == 4) {
|
|
264
|
+
this.d4.l = 2;
|
|
265
|
+
this.eb.setRawStyleProperty("margin", "0");
|
|
266
266
|
}
|
|
267
|
-
else if (this.
|
|
268
|
-
if (this.
|
|
269
|
-
this.
|
|
267
|
+
else if (this.d1 == 2 || this.d1 == 0) {
|
|
268
|
+
if (this.dz == 2) {
|
|
269
|
+
this.d4.l = 0;
|
|
270
270
|
}
|
|
271
271
|
else {
|
|
272
|
-
this.
|
|
272
|
+
this.d4.l = 2;
|
|
273
273
|
}
|
|
274
|
-
this.
|
|
274
|
+
this.eb.setRawStyleProperty("margin", "0");
|
|
275
275
|
}
|
|
276
276
|
else {
|
|
277
|
-
this.
|
|
278
|
-
if (this.
|
|
279
|
-
this.
|
|
277
|
+
this.d4.l = this.dz;
|
|
278
|
+
if (this.dz == 2) {
|
|
279
|
+
this.eb.setRawStyleProperty("margin", "0 5px 0 0");
|
|
280
280
|
}
|
|
281
281
|
else {
|
|
282
|
-
this.
|
|
282
|
+
this.eb.setRawStyleProperty("margin", "0 0 0 5px");
|
|
283
283
|
}
|
|
284
284
|
}
|
|
285
|
-
this.
|
|
285
|
+
this.cj(this.ar, this.ea, this.dz);
|
|
286
286
|
}
|
|
287
|
-
|
|
288
|
-
switch (this.
|
|
287
|
+
em() {
|
|
288
|
+
switch (this.d3) {
|
|
289
289
|
case 1:
|
|
290
|
-
this.
|
|
291
|
-
this.
|
|
290
|
+
this.d4.ai = false;
|
|
291
|
+
this.d4.ce();
|
|
292
292
|
break;
|
|
293
293
|
case 2:
|
|
294
|
-
this.
|
|
294
|
+
this.d4.ai = false;
|
|
295
295
|
break;
|
|
296
296
|
case 3:
|
|
297
|
-
this.
|
|
297
|
+
this.d4.ai = true;
|
|
298
298
|
break;
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
|
-
|
|
302
|
-
super.
|
|
301
|
+
cl(a, b, c) {
|
|
302
|
+
super.cl(a, b, c);
|
|
303
303
|
switch (a) {
|
|
304
304
|
case "ColumnOptionsIconAlignment":
|
|
305
|
-
this.
|
|
305
|
+
this.en();
|
|
306
306
|
break;
|
|
307
307
|
case "ColumnOptionsIconBehavior":
|
|
308
|
-
this.
|
|
308
|
+
this.em();
|
|
309
309
|
break;
|
|
310
310
|
}
|
|
311
311
|
}
|
|
@@ -313,28 +313,28 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
313
313
|
if (e_.button == 2) {
|
|
314
314
|
return;
|
|
315
315
|
}
|
|
316
|
-
let b = this.
|
|
316
|
+
let b = this.d4.ak(e_);
|
|
317
317
|
if (b) {
|
|
318
|
-
this.
|
|
318
|
+
this.d8 = true;
|
|
319
319
|
return;
|
|
320
320
|
}
|
|
321
321
|
super.onContactStarted(e_, a);
|
|
322
322
|
}
|
|
323
323
|
onContactCompleted(e_, a) {
|
|
324
|
-
if (!this.
|
|
324
|
+
if (!this.d8) {
|
|
325
325
|
super.onContactCompleted(e_, a);
|
|
326
326
|
}
|
|
327
|
-
this.
|
|
327
|
+
this.d8 = false;
|
|
328
328
|
}
|
|
329
329
|
detach() {
|
|
330
330
|
super.detach();
|
|
331
|
-
if (this.
|
|
331
|
+
if (this.d4 != null) {
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
|
-
|
|
335
|
-
super.
|
|
336
|
-
if (this.
|
|
337
|
-
this.
|
|
334
|
+
db(a) {
|
|
335
|
+
super.db(a);
|
|
336
|
+
if (this.d5 != null) {
|
|
337
|
+
this.d5.x = a;
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
get_ac() {
|
|
@@ -22,98 +22,98 @@ let TextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
22
22
|
super.b(a);
|
|
23
23
|
let b = a;
|
|
24
24
|
if (a.a7) {
|
|
25
|
-
if (a.bc(TextCellModel.
|
|
26
|
-
b.
|
|
27
|
-
this.d.
|
|
25
|
+
if (a.bc(TextCellModel.n9)) {
|
|
26
|
+
b.k1 = b.ob;
|
|
27
|
+
this.d.c9(this.d.ed, b.k1);
|
|
28
28
|
}
|
|
29
|
-
if (a.bc(CellModel.
|
|
30
|
-
let c = this.d.
|
|
29
|
+
if (a.bc(CellModel.hl)) {
|
|
30
|
+
let c = this.d.d7.m;
|
|
31
31
|
if (a.bt) {
|
|
32
|
-
this.d.
|
|
32
|
+
this.d.d7.m = false;
|
|
33
33
|
}
|
|
34
|
-
this.d.
|
|
34
|
+
this.d.d7.b = a.n;
|
|
35
35
|
if (a.bt) {
|
|
36
|
-
this.d.
|
|
36
|
+
this.d.d7.m = c;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
if (a.bc(CellModel.
|
|
40
|
-
let d = this.d.
|
|
39
|
+
if (a.bc(CellModel.hm)) {
|
|
40
|
+
let d = this.d.d7.m;
|
|
41
41
|
if (a.bt) {
|
|
42
|
-
this.d.
|
|
42
|
+
this.d.d7.m = false;
|
|
43
43
|
}
|
|
44
|
-
this.d.
|
|
44
|
+
this.d.d7.a3 = a.n1;
|
|
45
45
|
if (a.bt) {
|
|
46
|
-
this.d.
|
|
46
|
+
this.d.d7.m = d;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
if (a.bb("IsColumnOptionsEnabled")) {
|
|
50
|
-
let e = b.
|
|
50
|
+
let e = b.oq;
|
|
51
51
|
if (e) {
|
|
52
52
|
e = this.e();
|
|
53
53
|
}
|
|
54
|
-
this.d.
|
|
55
|
-
this.d.
|
|
56
|
-
this.a.
|
|
54
|
+
this.d.d9 = e;
|
|
55
|
+
this.d.eb.setRawStyleProperty("display", e ? "inline-block" : "none");
|
|
56
|
+
this.a.dd(a.h8, (a.g2 + a.g4 + a.fg + a.fj));
|
|
57
57
|
}
|
|
58
58
|
if (a.bb("SortIndicatorStyle")) {
|
|
59
|
-
this.d.
|
|
59
|
+
this.d.d7.f = b.oi;
|
|
60
60
|
}
|
|
61
61
|
if (a.bb("ColumnOptionsIconAlignment")) {
|
|
62
|
-
this.d.
|
|
62
|
+
this.d.d1 = b.oe;
|
|
63
63
|
}
|
|
64
64
|
if (a.bb("ColumnOptionsIconBehavior")) {
|
|
65
|
-
this.d.
|
|
65
|
+
this.d.d3 = b.og;
|
|
66
66
|
}
|
|
67
67
|
if (a.bb("ColumnOptionsIconColor")) {
|
|
68
|
-
this.d.
|
|
68
|
+
this.d.d5.c1 = b.p9;
|
|
69
69
|
}
|
|
70
|
-
if (a.bb("Path") || (this.d.
|
|
70
|
+
if (a.bb("Path") || (this.d.d5.n != null && this.d.d5.n.grid == null)) {
|
|
71
71
|
let f = a.e.getColumn();
|
|
72
|
-
if (f != this.d.
|
|
73
|
-
this.d.
|
|
74
|
-
this.d.
|
|
72
|
+
if (f != this.d.d5.n) {
|
|
73
|
+
this.d.d5.n = f;
|
|
74
|
+
this.d.d5.bx();
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
if (a.bc(TextHeaderCellModel.
|
|
78
|
-
this.d.
|
|
77
|
+
if (a.bc(TextHeaderCellModel.o7)) {
|
|
78
|
+
this.d.db(b.ok);
|
|
79
79
|
}
|
|
80
|
-
if (a.bc(TextHeaderCellModel.
|
|
81
|
-
this.d.
|
|
80
|
+
if (a.bc(TextHeaderCellModel.ot)) {
|
|
81
|
+
this.d.d5.ct = b.p4;
|
|
82
82
|
}
|
|
83
|
-
if (a.bc(TextHeaderCellModel.
|
|
84
|
-
this.d.
|
|
83
|
+
if (a.bc(TextHeaderCellModel.o5)) {
|
|
84
|
+
this.d.d5.cz = b.qb;
|
|
85
85
|
}
|
|
86
|
-
if (a.bc(TextHeaderCellModel.
|
|
87
|
-
this.d.
|
|
86
|
+
if (a.bc(TextHeaderCellModel.o6)) {
|
|
87
|
+
this.d.d5.ab = b.oo;
|
|
88
88
|
}
|
|
89
|
-
if (a.bc(TextHeaderCellModel.
|
|
90
|
-
this.d.
|
|
89
|
+
if (a.bc(TextHeaderCellModel.oy)) {
|
|
90
|
+
this.d.d5.cx = b.p8;
|
|
91
91
|
}
|
|
92
|
-
if (a.bc(TextHeaderCellModel.
|
|
93
|
-
this.d.
|
|
92
|
+
if (a.bc(TextHeaderCellModel.o8)) {
|
|
93
|
+
this.d.d5.c0 = b.qc;
|
|
94
94
|
}
|
|
95
|
-
if (a.bc(TextHeaderCellModel.
|
|
96
|
-
this.d.
|
|
95
|
+
if (a.bc(TextHeaderCellModel.ox)) {
|
|
96
|
+
this.d.d5.cw = b.p7;
|
|
97
97
|
}
|
|
98
|
-
if (a.bc(TextHeaderCellModel.
|
|
99
|
-
this.d.
|
|
98
|
+
if (a.bc(TextHeaderCellModel.o4)) {
|
|
99
|
+
this.d.d5.cy = b.qa;
|
|
100
100
|
}
|
|
101
|
-
if (a.bc(TextHeaderCellModel.
|
|
102
|
-
this.d.
|
|
101
|
+
if (a.bc(TextHeaderCellModel.ou)) {
|
|
102
|
+
this.d.d5.cu = b.p5;
|
|
103
103
|
}
|
|
104
|
-
if (a.bc(TextHeaderCellModel.
|
|
105
|
-
this.d.
|
|
104
|
+
if (a.bc(TextHeaderCellModel.ov)) {
|
|
105
|
+
this.d.d5.cv = b.p6;
|
|
106
106
|
}
|
|
107
|
-
if (a.bc(TextHeaderCellModel.
|
|
108
|
-
this.d.
|
|
107
|
+
if (a.bc(TextHeaderCellModel.ow)) {
|
|
108
|
+
this.d.d5.aa = b.on;
|
|
109
109
|
}
|
|
110
|
-
if (a.bc(TextHeaderCellModel.
|
|
111
|
-
this.d.
|
|
110
|
+
if (a.bc(TextHeaderCellModel.os)) {
|
|
111
|
+
this.d.d5.cs = b.p3;
|
|
112
112
|
}
|
|
113
|
-
if (a.bc(TextHeaderCellModel.
|
|
114
|
-
this.d.
|
|
113
|
+
if (a.bc(TextHeaderCellModel.o3)) {
|
|
114
|
+
this.d.d5.ax = b.o2;
|
|
115
115
|
}
|
|
116
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
116
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ed, this.a);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
e() {
|