igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2
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 +44020 -42109
- 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 +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +25 -25
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +416 -411
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +6 -3
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +3 -3
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +271 -188
- package/esm2015/lib/igc-data-grid-component.js +135 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- 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-date-time-column-module.js +2 -0
- 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-module.js +2 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- 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 +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +25 -25
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +399 -394
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +10 -3
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +3 -3
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +44 -25
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +311 -188
- package/esm5/lib/igc-data-grid-component.js +177 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- 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-date-time-column-module.js +2 -0
- 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-module.js +2 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
- package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +23 -0
- package/lib/igc-data-grid-component.d.ts +43 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -23,18 +23,18 @@ let SummaryCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dz, this.a);
|
|
24
24
|
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
|
|
25
25
|
if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
|
|
26
|
-
if (b.
|
|
27
|
-
this.d.c8(this.d.dz, b.
|
|
26
|
+
if (b.n9 != null) {
|
|
27
|
+
this.d.c8(this.d.dz, b.n9);
|
|
28
28
|
}
|
|
29
|
-
if (b.
|
|
30
|
-
this.d.c8(this.d.d0, b.
|
|
29
|
+
if (b.ob != null) {
|
|
30
|
+
this.d.c8(this.d.d0, b.ob);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
if (a.bb("SummaryLabelTextColor")) {
|
|
34
|
-
this.d.dz.setRawStyleProperty("color", b.
|
|
34
|
+
this.d.dz.setRawStyleProperty("color", b.og._fill);
|
|
35
35
|
}
|
|
36
36
|
if (a.bb("SummaryLabelFontInfo")) {
|
|
37
|
-
let c = b.
|
|
37
|
+
let c = b.n2;
|
|
38
38
|
if (c == null) {
|
|
39
39
|
c = FontUtil.getDefaultFont(this.a.am);
|
|
40
40
|
}
|
|
@@ -21,12 +21,12 @@ let TemplateCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
let c = this.d.actualColumns._inner[a.l.a5];
|
|
24
|
-
if (a.bc(CellModel.
|
|
24
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
|
|
25
25
|
let d = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let e = a.cs * (1 - d);
|
|
27
27
|
this.e.dx.element.setRawStyleProperty("opacity", e.toString());
|
|
28
28
|
}
|
|
29
|
-
c.
|
|
29
|
+
c.rx(a, this.e.dx);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
TemplateCellPresenter.$t = /*@__PURE__*/ markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
|
|
@@ -24,10 +24,10 @@ let TemplateHeader = /*@__PURE__*/ (() => {
|
|
|
24
24
|
eq(a, b, c, d) {
|
|
25
25
|
super.eq(a, b, c, d);
|
|
26
26
|
let e = a;
|
|
27
|
-
let f = b.
|
|
28
|
-
e.
|
|
27
|
+
let f = b.ci(a.l);
|
|
28
|
+
e.n3 = f.mi;
|
|
29
29
|
e.n = f.hu;
|
|
30
|
-
e.
|
|
30
|
+
e.n6 = f.jv;
|
|
31
31
|
}
|
|
32
32
|
ht(a, b) {
|
|
33
33
|
if (this.cellUpdating != null) {
|
|
@@ -12,35 +12,35 @@ let TemplateHeaderCellModel = /*@__PURE__*/ (() => {
|
|
|
12
12
|
class TemplateHeaderCellModel extends TemplateCellModel {
|
|
13
13
|
constructor() {
|
|
14
14
|
super(...arguments);
|
|
15
|
-
this.
|
|
15
|
+
this.n5 = false;
|
|
16
16
|
}
|
|
17
|
-
get
|
|
18
|
-
return this.
|
|
17
|
+
get n6() {
|
|
18
|
+
return this.n5;
|
|
19
19
|
}
|
|
20
|
-
set
|
|
21
|
-
let b = this.
|
|
22
|
-
this.
|
|
23
|
-
if (this.
|
|
24
|
-
this.
|
|
20
|
+
set n6(a) {
|
|
21
|
+
let b = this.n5;
|
|
22
|
+
this.n5 = a;
|
|
23
|
+
if (this.n5 != b) {
|
|
24
|
+
this.mg("IsFilterUIVisible", TemplateHeaderCellModel.n7, b, this.n5);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
|
|
28
|
-
super.
|
|
27
|
+
mp(a, b) {
|
|
28
|
+
super.mp(a, b);
|
|
29
29
|
if (a == "IsFilterUIVisible") {
|
|
30
|
-
this.
|
|
30
|
+
this.n6 = b;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
|
|
33
|
+
l1(a) {
|
|
34
34
|
switch (a) {
|
|
35
35
|
case "IsFilterUIVisible": return Boolean_$type;
|
|
36
36
|
}
|
|
37
|
-
return super.
|
|
37
|
+
return super.l1(a);
|
|
38
38
|
}
|
|
39
|
-
|
|
39
|
+
ie(a) {
|
|
40
40
|
if (a == "IsFilterUIVisible") {
|
|
41
|
-
return this.
|
|
41
|
+
return this.n6;
|
|
42
42
|
}
|
|
43
|
-
return super.
|
|
43
|
+
return super.ie(a);
|
|
44
44
|
}
|
|
45
45
|
b(a) {
|
|
46
46
|
if (a == null) {
|
|
@@ -48,12 +48,12 @@ let TemplateHeaderCellModel = /*@__PURE__*/ (() => {
|
|
|
48
48
|
}
|
|
49
49
|
a = super.b(a);
|
|
50
50
|
let b = a;
|
|
51
|
-
b.ae = this.
|
|
51
|
+
b.ae = this.n3;
|
|
52
52
|
return b;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
TemplateHeaderCellModel.$t = /*@__PURE__*/ markType(TemplateHeaderCellModel, 'TemplateHeaderCellModel', TemplateCellModel.$);
|
|
56
|
-
TemplateHeaderCellModel.
|
|
56
|
+
TemplateHeaderCellModel.n7 = /*@__PURE__*/ CellModel.f8("IsFilterUIVisible");
|
|
57
57
|
return TemplateHeaderCellModel;
|
|
58
58
|
})();
|
|
59
59
|
export { TemplateHeaderCellModel };
|
|
@@ -21,7 +21,7 @@ let TemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = this.d.actualColumns._inner[a.l.a5];
|
|
23
23
|
let c = b.header;
|
|
24
|
-
if (a.bc(CellModel.
|
|
24
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
|
|
25
25
|
let d = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let e = a.cs * (1 - d);
|
|
27
27
|
this.e.dx.element.setRawStyleProperty("opacity", e.toString());
|
|
@@ -20,26 +20,26 @@ let TextCellPresenter = /*@__PURE__*/ (() => {
|
|
|
20
20
|
super.b(a);
|
|
21
21
|
let b = a;
|
|
22
22
|
if (a.a7) {
|
|
23
|
-
if (a.bc(TextCellModel.
|
|
24
|
-
b.
|
|
25
|
-
this.d.c8(this.d.dx, b.
|
|
23
|
+
if (a.bc(TextCellModel.n1) || a.bc(TextCellModel.h3) || a.bc(TextCellModel.gy)) {
|
|
24
|
+
b.ky = this.e(b);
|
|
25
|
+
this.d.c8(this.d.dx, b.ky);
|
|
26
26
|
}
|
|
27
27
|
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
e(a) {
|
|
31
|
-
if (a.
|
|
32
|
-
return a.
|
|
31
|
+
if (a.lu != null) {
|
|
32
|
+
return a.lu;
|
|
33
33
|
}
|
|
34
|
-
if (a.
|
|
35
|
-
return a.
|
|
34
|
+
if (a.n3 != null) {
|
|
35
|
+
return a.n3;
|
|
36
36
|
}
|
|
37
37
|
else {
|
|
38
|
-
if (a.
|
|
38
|
+
if (a.ig == null) {
|
|
39
39
|
return "";
|
|
40
40
|
}
|
|
41
41
|
else {
|
|
42
|
-
return a.
|
|
42
|
+
return a.ig.toString();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -68,7 +68,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
dd(a, b, c, d) {
|
|
71
|
-
this.d1.
|
|
71
|
+
this.d1.b0();
|
|
72
72
|
}
|
|
73
73
|
constructor(a) {
|
|
74
74
|
super(a);
|
|
@@ -105,14 +105,14 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
105
105
|
this.d8 = d;
|
|
106
106
|
let e = a.getSubRenderer(d);
|
|
107
107
|
this.d1 = new GridFilterDialog();
|
|
108
|
-
this.d1.
|
|
108
|
+
this.d1.ca(e, this.ar, a);
|
|
109
109
|
this.ar.append(d);
|
|
110
|
-
this.d1.
|
|
111
|
-
this.d1.
|
|
112
|
-
let f = this.d1.
|
|
113
|
-
this.d1.
|
|
114
|
-
this.d1.
|
|
115
|
-
this.d1.
|
|
110
|
+
this.d1.b1(b, c);
|
|
111
|
+
this.d1.ar = 24;
|
|
112
|
+
let f = this.d1.ai;
|
|
113
|
+
this.d1.ai = false;
|
|
114
|
+
this.d1.by();
|
|
115
|
+
this.d1.ai = f;
|
|
116
116
|
let g = 18;
|
|
117
117
|
let h = 18;
|
|
118
118
|
d = a.createElement("div");
|
|
@@ -164,11 +164,10 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
164
164
|
if (this.b.isGridDragging) {
|
|
165
165
|
return;
|
|
166
166
|
}
|
|
167
|
-
this.d1.bk();
|
|
168
167
|
switch (this.d0) {
|
|
169
168
|
case 2:
|
|
170
169
|
case 3:
|
|
171
|
-
this.d1.
|
|
170
|
+
this.d1.ce();
|
|
172
171
|
break;
|
|
173
172
|
}
|
|
174
173
|
}
|
|
@@ -176,7 +175,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
176
175
|
switch (this.d0) {
|
|
177
176
|
case 2:
|
|
178
177
|
case 3:
|
|
179
|
-
this.d1.
|
|
178
|
+
this.d1.by();
|
|
180
179
|
break;
|
|
181
180
|
}
|
|
182
181
|
}
|
|
@@ -197,29 +196,55 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
197
196
|
this.dw = c;
|
|
198
197
|
this.d1.k = c;
|
|
199
198
|
if (c == 2) {
|
|
200
|
-
this.ar.removeChild(this.d9);
|
|
201
|
-
this.ar.removeChild(this.d8);
|
|
202
|
-
this.d7.before(this.d8);
|
|
203
|
-
this.d8.before(this.d9);
|
|
204
199
|
if (this.dy == 1) {
|
|
200
|
+
this.ar.removeChild(this.d9);
|
|
201
|
+
this.ar.removeChild(this.d8);
|
|
202
|
+
this.d7.before(this.d8);
|
|
203
|
+
this.d8.before(this.d9);
|
|
205
204
|
this.d8.setRawStyleProperty("margin", "0 5px 0 0");
|
|
206
205
|
this.d1.l = this.dw;
|
|
207
206
|
}
|
|
207
|
+
else if (this.dy == 4) {
|
|
208
|
+
this.ar.removeChild(this.d9);
|
|
209
|
+
this.ar.removeChild(this.d8);
|
|
210
|
+
this.ar.append(this.d8);
|
|
211
|
+
this.d7.before(this.d9);
|
|
212
|
+
this.d8.setRawStyleProperty("margin", "0 0 0 5px");
|
|
213
|
+
this.d1.l = 2;
|
|
214
|
+
}
|
|
208
215
|
else {
|
|
216
|
+
this.ar.removeChild(this.d9);
|
|
217
|
+
this.ar.removeChild(this.d8);
|
|
218
|
+
this.d7.before(this.d8);
|
|
219
|
+
this.d8.before(this.d9);
|
|
209
220
|
this.d8.setRawStyleProperty("margin", "0");
|
|
210
221
|
this.d1.l = 0;
|
|
211
222
|
}
|
|
212
223
|
}
|
|
213
224
|
else {
|
|
214
|
-
this.ar.removeChild(this.d9);
|
|
215
|
-
this.ar.removeChild(this.d7);
|
|
216
|
-
this.d8.before(this.d7);
|
|
217
|
-
this.d8.before(this.d9);
|
|
218
225
|
if (this.dy == 1) {
|
|
226
|
+
this.ar.removeChild(this.d9);
|
|
227
|
+
this.ar.removeChild(this.d7);
|
|
228
|
+
this.d8.before(this.d7);
|
|
229
|
+
this.d8.before(this.d9);
|
|
219
230
|
this.d8.setRawStyleProperty("margin", "0 0 0 5px");
|
|
220
231
|
this.d1.l = this.dw;
|
|
221
232
|
}
|
|
233
|
+
else if (this.dy == 3) {
|
|
234
|
+
this.ar.removeChild(this.d9);
|
|
235
|
+
this.ar.removeChild(this.d7);
|
|
236
|
+
this.ar.removeChild(this.d8);
|
|
237
|
+
this.ar.append(this.d8);
|
|
238
|
+
this.ar.append(this.d7);
|
|
239
|
+
this.ar.append(this.d9);
|
|
240
|
+
this.d8.setRawStyleProperty("margin", "0 5px 0 0");
|
|
241
|
+
this.d1.l = 0;
|
|
242
|
+
}
|
|
222
243
|
else {
|
|
244
|
+
this.ar.removeChild(this.d9);
|
|
245
|
+
this.ar.removeChild(this.d7);
|
|
246
|
+
this.d8.before(this.d7);
|
|
247
|
+
this.d8.before(this.d9);
|
|
223
248
|
this.d8.setRawStyleProperty("margin", "0");
|
|
224
249
|
this.d1.l = 2;
|
|
225
250
|
}
|
|
@@ -227,17 +252,26 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
227
252
|
}
|
|
228
253
|
c6(a, b, c, d) {
|
|
229
254
|
super.c6(a, b, c, d);
|
|
230
|
-
this.d1.
|
|
231
|
-
this.d1.
|
|
255
|
+
this.d1.av = a;
|
|
256
|
+
this.d1.aw = c;
|
|
232
257
|
}
|
|
233
258
|
ek() {
|
|
234
|
-
if (this.dy ==
|
|
259
|
+
if (this.dy == 3) {
|
|
260
|
+
this.d1.l = 0;
|
|
261
|
+
this.d8.setRawStyleProperty("margin", "0");
|
|
262
|
+
}
|
|
263
|
+
else if (this.dy == 4) {
|
|
264
|
+
this.d1.l = 2;
|
|
265
|
+
this.d8.setRawStyleProperty("margin", "0");
|
|
266
|
+
}
|
|
267
|
+
else if (this.dy == 2 || this.dy == 0) {
|
|
235
268
|
if (this.dw == 2) {
|
|
236
269
|
this.d1.l = 0;
|
|
237
270
|
}
|
|
238
271
|
else {
|
|
239
272
|
this.d1.l = 2;
|
|
240
273
|
}
|
|
274
|
+
this.d8.setRawStyleProperty("margin", "0");
|
|
241
275
|
}
|
|
242
276
|
else {
|
|
243
277
|
this.d1.l = this.dw;
|
|
@@ -248,18 +282,19 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
248
282
|
this.d8.setRawStyleProperty("margin", "0 0 0 5px");
|
|
249
283
|
}
|
|
250
284
|
}
|
|
285
|
+
this.ci(this.ar, this.d7, this.dw);
|
|
251
286
|
}
|
|
252
287
|
ej() {
|
|
253
288
|
switch (this.d0) {
|
|
254
289
|
case 1:
|
|
255
|
-
this.d1.
|
|
256
|
-
this.d1.
|
|
290
|
+
this.d1.ai = false;
|
|
291
|
+
this.d1.ce();
|
|
257
292
|
break;
|
|
258
293
|
case 2:
|
|
259
|
-
this.d1.
|
|
294
|
+
this.d1.ai = false;
|
|
260
295
|
break;
|
|
261
296
|
case 3:
|
|
262
|
-
this.d1.
|
|
297
|
+
this.d1.ai = true;
|
|
263
298
|
break;
|
|
264
299
|
}
|
|
265
300
|
}
|
|
@@ -278,7 +313,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
278
313
|
if (e_.button == 2) {
|
|
279
314
|
return;
|
|
280
315
|
}
|
|
281
|
-
let b = this.d1.
|
|
316
|
+
let b = this.d1.ak(e_);
|
|
282
317
|
if (b) {
|
|
283
318
|
this.d5 = true;
|
|
284
319
|
return;
|
|
@@ -22,11 +22,11 @@ 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.c8(this.d.ea, b.
|
|
25
|
+
if (a.bc(TextCellModel.n1)) {
|
|
26
|
+
b.ky = b.n3;
|
|
27
|
+
this.d.c8(this.d.ea, b.ky);
|
|
28
28
|
}
|
|
29
|
-
if (a.bc(CellModel.
|
|
29
|
+
if (a.bc(CellModel.hj)) {
|
|
30
30
|
let c = this.d.d4.m;
|
|
31
31
|
if (a.bt) {
|
|
32
32
|
this.d.d4.m = false;
|
|
@@ -36,63 +36,82 @@ let TextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
36
36
|
this.d.d4.m = c;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
if (a.bc(CellModel.
|
|
39
|
+
if (a.bc(CellModel.hk)) {
|
|
40
40
|
let d = this.d.d4.m;
|
|
41
41
|
if (a.bt) {
|
|
42
42
|
this.d.d4.m = false;
|
|
43
43
|
}
|
|
44
|
-
this.d.d4.a3 = a.
|
|
44
|
+
this.d.d4.a3 = a.nt;
|
|
45
45
|
if (a.bt) {
|
|
46
46
|
this.d.d4.m = d;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
if (a.bb("IsColumnOptionsEnabled")) {
|
|
50
|
-
let e = b.
|
|
50
|
+
let e = b.oi;
|
|
51
51
|
if (e) {
|
|
52
52
|
e = this.e();
|
|
53
53
|
}
|
|
54
54
|
this.d.d6 = e;
|
|
55
55
|
this.d.d8.setRawStyleProperty("display", e ? "inline-block" : "none");
|
|
56
|
-
this.a.dc(a.
|
|
56
|
+
this.a.dc(a.h6, (a.g1 + a.g3 + a.fg + a.fj));
|
|
57
57
|
}
|
|
58
58
|
if (a.bb("SortIndicatorStyle")) {
|
|
59
|
-
this.d.d4.f = b.
|
|
59
|
+
this.d.d4.f = b.oa;
|
|
60
60
|
}
|
|
61
61
|
if (a.bb("ColumnOptionsIconAlignment")) {
|
|
62
|
-
this.d.dy = b.
|
|
62
|
+
this.d.dy = b.n6;
|
|
63
63
|
}
|
|
64
64
|
if (a.bb("ColumnOptionsIconBehavior")) {
|
|
65
|
-
this.d.d0 = b.
|
|
65
|
+
this.d.d0 = b.n8;
|
|
66
66
|
}
|
|
67
67
|
if (a.bb("ColumnOptionsIconColor")) {
|
|
68
|
-
this.d.d2.
|
|
68
|
+
this.d.d2.c1 = b.p1;
|
|
69
69
|
}
|
|
70
70
|
if (a.bb("Path") || (this.d.d2.n != null && this.d.d2.n.grid == null)) {
|
|
71
71
|
let f = a.e.getColumn();
|
|
72
72
|
if (f != this.d.d2.n) {
|
|
73
73
|
this.d.d2.n = f;
|
|
74
|
+
this.d.d2.bx();
|
|
74
75
|
}
|
|
75
76
|
}
|
|
76
|
-
if (a.bc(TextHeaderCellModel.
|
|
77
|
-
this.d.da(b.
|
|
77
|
+
if (a.bc(TextHeaderCellModel.oz)) {
|
|
78
|
+
this.d.da(b.oc);
|
|
79
|
+
}
|
|
80
|
+
if (a.bc(TextHeaderCellModel.ol)) {
|
|
81
|
+
this.d.d2.ct = b.pw;
|
|
82
|
+
}
|
|
83
|
+
if (a.bc(TextHeaderCellModel.ox)) {
|
|
84
|
+
this.d.d2.cz = b.p3;
|
|
78
85
|
}
|
|
79
|
-
if (a.bc(TextHeaderCellModel.
|
|
80
|
-
this.d.d2.
|
|
86
|
+
if (a.bc(TextHeaderCellModel.oy)) {
|
|
87
|
+
this.d.d2.ab = b.og;
|
|
88
|
+
}
|
|
89
|
+
if (a.bc(TextHeaderCellModel.oq)) {
|
|
90
|
+
this.d.d2.cx = b.p0;
|
|
91
|
+
}
|
|
92
|
+
if (a.bc(TextHeaderCellModel.o0)) {
|
|
93
|
+
this.d.d2.c0 = b.p4;
|
|
94
|
+
}
|
|
95
|
+
if (a.bc(TextHeaderCellModel.op)) {
|
|
96
|
+
this.d.d2.cw = b.pz;
|
|
97
|
+
}
|
|
98
|
+
if (a.bc(TextHeaderCellModel.ow)) {
|
|
99
|
+
this.d.d2.cy = b.p2;
|
|
81
100
|
}
|
|
82
101
|
if (a.bc(TextHeaderCellModel.om)) {
|
|
83
|
-
this.d.d2.
|
|
102
|
+
this.d.d2.cu = b.px;
|
|
84
103
|
}
|
|
85
|
-
if (a.bc(TextHeaderCellModel.
|
|
86
|
-
this.d.d2.
|
|
104
|
+
if (a.bc(TextHeaderCellModel.on)) {
|
|
105
|
+
this.d.d2.cv = b.py;
|
|
87
106
|
}
|
|
88
|
-
if (a.bc(TextHeaderCellModel.
|
|
89
|
-
this.d.d2.
|
|
107
|
+
if (a.bc(TextHeaderCellModel.oo)) {
|
|
108
|
+
this.d.d2.aa = b.of;
|
|
90
109
|
}
|
|
91
|
-
if (a.bc(TextHeaderCellModel.
|
|
92
|
-
this.d.d2.
|
|
110
|
+
if (a.bc(TextHeaderCellModel.ok)) {
|
|
111
|
+
this.d.d2.cs = b.pv;
|
|
93
112
|
}
|
|
94
|
-
if (a.bc(TextHeaderCellModel.
|
|
95
|
-
this.d.d2.
|
|
113
|
+
if (a.bc(TextHeaderCellModel.ov)) {
|
|
114
|
+
this.d.d2.ax = b.ou;
|
|
96
115
|
}
|
|
97
116
|
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ea, this.a);
|
|
98
117
|
}
|