igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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-angular-data-grids.umd.js +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- 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/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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 +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- 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 +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- 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/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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 +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- 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 +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -18,28 +18,30 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18
18
|
__extends(TextHeaderCell, _super);
|
|
19
19
|
function TextHeaderCell(a) {
|
|
20
20
|
var _this = _super.call(this, a) || this;
|
|
21
|
-
_this.ea = null;
|
|
22
|
-
_this.d6 = null;
|
|
23
|
-
_this.d4 = null;
|
|
24
|
-
_this.d0 = 0;
|
|
25
|
-
_this.dz = 0;
|
|
26
|
-
_this.d2 = 3;
|
|
27
21
|
_this.ec = null;
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
31
|
-
_this.
|
|
32
|
-
_this.
|
|
33
|
-
_this.
|
|
22
|
+
_this.d8 = null;
|
|
23
|
+
_this.d6 = null;
|
|
24
|
+
_this.d2 = 0;
|
|
25
|
+
_this.d1 = 0;
|
|
26
|
+
_this.d4 = 3;
|
|
27
|
+
_this.ee = null;
|
|
28
|
+
_this.eh = -1;
|
|
29
|
+
_this.eg = -1;
|
|
30
|
+
_this.ea = false;
|
|
31
|
+
_this.ed = null;
|
|
32
|
+
_this.eb = false;
|
|
33
|
+
_this.eb = true;
|
|
34
|
+
_this.ec = a.createElement("span");
|
|
34
35
|
_this.ar.setRawStyleProperty("text-align", "left");
|
|
35
36
|
_this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
36
|
-
_this.
|
|
37
|
-
_this.
|
|
38
|
-
_this.
|
|
39
|
-
_this.
|
|
40
|
-
_this.
|
|
41
|
-
_this.
|
|
42
|
-
_this.
|
|
37
|
+
_this.ar.setRawStyleProperty("white-space", "nowrap");
|
|
38
|
+
_this.ec.setRawStyleProperty("display", "inline-block");
|
|
39
|
+
_this.ec.setRawStyleProperty("line-height", "normal");
|
|
40
|
+
_this.ec.setRawStyleProperty("vertical-align", "middle");
|
|
41
|
+
_this.ec.setRawStyleProperty("overflow", "hidden");
|
|
42
|
+
_this.ec.setRawStyleProperty("white-space", "nowrap");
|
|
43
|
+
_this.ec.setRawStyleProperty("text-overflow", "ellipsis");
|
|
44
|
+
_this.ar.append(_this.ec);
|
|
43
45
|
var b = 18;
|
|
44
46
|
var c = 18;
|
|
45
47
|
var d = a.createElement("div");
|
|
@@ -48,17 +50,17 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
50
|
d.setRawStyleProperty("vertical-align", "middle");
|
|
49
51
|
d.setRawStyleProperty("width", b + "px");
|
|
50
52
|
d.setRawStyleProperty("height", c + "px");
|
|
51
|
-
_this.
|
|
53
|
+
_this.ed = d;
|
|
52
54
|
var e = a.getSubRenderer(d);
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
+
_this.d6 = new GridFilterDialog();
|
|
56
|
+
_this.d6.ce(e, _this.ar, a);
|
|
55
57
|
_this.ar.append(d);
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
58
|
-
var f = _this.
|
|
59
|
-
_this.
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
58
|
+
_this.d6.b5(b, c);
|
|
59
|
+
_this.d6.ar = 24;
|
|
60
|
+
var f = _this.d6.ai;
|
|
61
|
+
_this.d6.ai = false;
|
|
62
|
+
_this.d6.b2();
|
|
63
|
+
_this.d6.ai = f;
|
|
62
64
|
var g = 18;
|
|
63
65
|
var h = 18;
|
|
64
66
|
d = a.createElement("div");
|
|
@@ -68,29 +70,36 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
70
|
d.setRawStyleProperty("width", "0px");
|
|
69
71
|
d.setRawStyleProperty("height", h + "px");
|
|
70
72
|
d.setRawStyleProperty("margin", "0 0 0 5px");
|
|
71
|
-
_this.
|
|
73
|
+
_this.ee = d;
|
|
72
74
|
e = a.getSubRenderer(d);
|
|
73
|
-
_this.
|
|
74
|
-
_this.
|
|
75
|
-
_this.
|
|
76
|
-
_this.
|
|
75
|
+
_this.d8 = new GridSortIndicator();
|
|
76
|
+
_this.d8.n = false;
|
|
77
|
+
_this.d8.m = false;
|
|
78
|
+
_this.d8.a0(e);
|
|
77
79
|
_this.ar.append(d);
|
|
78
|
-
_this.
|
|
79
|
-
var i = _this.
|
|
80
|
-
i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.
|
|
81
|
-
var j = _this.
|
|
82
|
-
j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.
|
|
83
|
-
var k = _this.
|
|
84
|
-
k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.
|
|
85
|
-
var l = _this.
|
|
86
|
-
l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.
|
|
87
|
-
_this.ar.listen("mouseenter", runOn(_this, _this.
|
|
88
|
-
_this.ar.listen("mouseleave", runOn(_this, _this.
|
|
80
|
+
_this.d8.au(g, h);
|
|
81
|
+
var i = _this.d8;
|
|
82
|
+
i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.ek));
|
|
83
|
+
var j = _this.d6;
|
|
84
|
+
j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.el));
|
|
85
|
+
var k = _this.d6;
|
|
86
|
+
k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.en));
|
|
87
|
+
var l = _this.d6;
|
|
88
|
+
l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.em));
|
|
89
|
+
_this.ar.listen("mouseenter", runOn(_this, _this.er));
|
|
90
|
+
_this.ar.listen("mouseleave", runOn(_this, _this.eq));
|
|
89
91
|
return _this;
|
|
90
92
|
}
|
|
91
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
93
|
+
Object.defineProperty(TextHeaderCell.prototype, "ef", {
|
|
94
|
+
get: function () {
|
|
95
|
+
return this.ec;
|
|
96
|
+
},
|
|
97
|
+
enumerable: false,
|
|
98
|
+
configurable: true
|
|
99
|
+
});
|
|
100
|
+
Object.defineProperty(TextHeaderCell.prototype, "d9", {
|
|
92
101
|
get: function () {
|
|
93
|
-
return this.
|
|
102
|
+
return this.d8;
|
|
94
103
|
},
|
|
95
104
|
enumerable: false,
|
|
96
105
|
configurable: true
|
|
@@ -106,6 +115,11 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106
115
|
get: function () {
|
|
107
116
|
return this.d4;
|
|
108
117
|
},
|
|
118
|
+
set: function (a) {
|
|
119
|
+
var b = this.d4;
|
|
120
|
+
this.d4 = a;
|
|
121
|
+
this.cn("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.d4));
|
|
122
|
+
},
|
|
109
123
|
enumerable: false,
|
|
110
124
|
configurable: true
|
|
111
125
|
});
|
|
@@ -116,19 +130,7 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
116
130
|
set: function (a) {
|
|
117
131
|
var b = this.d2;
|
|
118
132
|
this.d2 = a;
|
|
119
|
-
this.
|
|
120
|
-
},
|
|
121
|
-
enumerable: false,
|
|
122
|
-
configurable: true
|
|
123
|
-
});
|
|
124
|
-
Object.defineProperty(TextHeaderCell.prototype, "d1", {
|
|
125
|
-
get: function () {
|
|
126
|
-
return this.d0;
|
|
127
|
-
},
|
|
128
|
-
set: function (a) {
|
|
129
|
-
var b = this.d0;
|
|
130
|
-
this.d0 = a;
|
|
131
|
-
this.cl("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.d0));
|
|
133
|
+
this.cn("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.d2));
|
|
132
134
|
},
|
|
133
135
|
enumerable: false,
|
|
134
136
|
configurable: true
|
|
@@ -136,201 +138,205 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
136
138
|
TextHeaderCell.prototype.af = function (a) {
|
|
137
139
|
return true;
|
|
138
140
|
};
|
|
139
|
-
TextHeaderCell.prototype.
|
|
140
|
-
_super.prototype.
|
|
141
|
-
a
|
|
142
|
-
if (this.d9) {
|
|
143
|
-
|
|
141
|
+
TextHeaderCell.prototype.df = function (a, b) {
|
|
142
|
+
_super.prototype.df.call(this, a, b);
|
|
143
|
+
var c = a - b;
|
|
144
|
+
if (this.d9.t > 0) {
|
|
145
|
+
c -= 23;
|
|
144
146
|
}
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
147
|
+
if (this.eb) {
|
|
148
|
+
c -= 23;
|
|
149
|
+
}
|
|
150
|
+
c = Math.max(0, c);
|
|
151
|
+
if (c != this.eh) {
|
|
152
|
+
this.eh = c;
|
|
153
|
+
this.ec.setRawStyleProperty("max-width", c.toString() + "px");
|
|
149
154
|
}
|
|
150
155
|
};
|
|
151
|
-
TextHeaderCell.prototype.
|
|
152
|
-
_super.prototype.
|
|
153
|
-
this.
|
|
156
|
+
TextHeaderCell.prototype.c4 = function (a, b) {
|
|
157
|
+
_super.prototype.c4.call(this, a, b);
|
|
158
|
+
this.ec.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
|
|
154
159
|
var c = Math.max(0, a - b);
|
|
155
|
-
if (this.
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
160
|
+
if (this.eg != c) {
|
|
161
|
+
this.eg = c;
|
|
162
|
+
this.ec.setRawStyleProperty("max-height", c.toString() + "px");
|
|
158
163
|
}
|
|
159
164
|
};
|
|
160
|
-
TextHeaderCell.prototype.
|
|
161
|
-
_super.prototype.
|
|
162
|
-
if (a == this.
|
|
163
|
-
this.
|
|
165
|
+
TextHeaderCell.prototype.c3 = function (a, b) {
|
|
166
|
+
_super.prototype.c3.call(this, a, b);
|
|
167
|
+
if (a == this.ec) {
|
|
168
|
+
this.ec.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
|
|
164
169
|
}
|
|
165
170
|
};
|
|
166
|
-
TextHeaderCell.prototype.
|
|
167
|
-
this.
|
|
171
|
+
TextHeaderCell.prototype.dg = function (a, b, c, d) {
|
|
172
|
+
this.d6.b4();
|
|
168
173
|
};
|
|
169
|
-
TextHeaderCell.prototype.
|
|
174
|
+
TextHeaderCell.prototype.ek = function (a, b) {
|
|
170
175
|
switch (b.propertyName) {
|
|
171
176
|
case "CurrentOpacity":
|
|
172
|
-
if (this.
|
|
173
|
-
this.
|
|
174
|
-
if (this.
|
|
175
|
-
this.
|
|
177
|
+
if (this.d9.t > 0) {
|
|
178
|
+
this.ee.setRawStyleProperty("width", "18px");
|
|
179
|
+
if (this.d1 == 2) {
|
|
180
|
+
this.ee.setRawStyleProperty("margin", "0 5px 0 0");
|
|
176
181
|
}
|
|
177
182
|
else {
|
|
178
|
-
this.
|
|
183
|
+
this.ee.setRawStyleProperty("margin", "0 0 0 5px");
|
|
179
184
|
}
|
|
180
185
|
}
|
|
181
186
|
else {
|
|
182
|
-
this.
|
|
183
|
-
this.
|
|
187
|
+
this.ee.setRawStyleProperty("width", "0px");
|
|
188
|
+
this.ee.setRawStyleProperty("margin", "0");
|
|
184
189
|
}
|
|
190
|
+
this.df(this.bk, this.bl);
|
|
185
191
|
break;
|
|
186
192
|
}
|
|
187
193
|
};
|
|
188
|
-
TextHeaderCell.prototype.
|
|
194
|
+
TextHeaderCell.prototype.er = function (a) {
|
|
189
195
|
if (this.b.isGridDragging) {
|
|
190
196
|
return;
|
|
191
197
|
}
|
|
192
|
-
switch (this.
|
|
198
|
+
switch (this.d5) {
|
|
193
199
|
case 2:
|
|
194
200
|
case 3:
|
|
195
|
-
this.
|
|
201
|
+
this.d6.ci();
|
|
196
202
|
break;
|
|
197
203
|
}
|
|
198
204
|
};
|
|
199
|
-
TextHeaderCell.prototype.
|
|
200
|
-
switch (this.
|
|
205
|
+
TextHeaderCell.prototype.eq = function (a) {
|
|
206
|
+
switch (this.d5) {
|
|
201
207
|
case 2:
|
|
202
208
|
case 3:
|
|
203
|
-
this.
|
|
209
|
+
this.d6.b2();
|
|
204
210
|
break;
|
|
205
211
|
}
|
|
206
212
|
};
|
|
207
|
-
TextHeaderCell.prototype.
|
|
213
|
+
TextHeaderCell.prototype.em = function (a, b) {
|
|
208
214
|
this.b.columnFilterChanged(b.a);
|
|
209
215
|
};
|
|
210
|
-
TextHeaderCell.prototype.
|
|
216
|
+
TextHeaderCell.prototype.en = function (a, b) {
|
|
211
217
|
this.b.columnFilterChanging(b.a);
|
|
212
218
|
};
|
|
213
|
-
TextHeaderCell.prototype.
|
|
219
|
+
TextHeaderCell.prototype.el = function (a, b) {
|
|
214
220
|
if (this.b != null) {
|
|
215
221
|
b.a = this.f.getColumn();
|
|
216
222
|
this.b.cancelEditMode(false);
|
|
217
223
|
}
|
|
218
224
|
};
|
|
219
|
-
TextHeaderCell.prototype.
|
|
220
|
-
_super.prototype.
|
|
221
|
-
this.
|
|
222
|
-
this.
|
|
225
|
+
TextHeaderCell.prototype.cl = function (a, b, c) {
|
|
226
|
+
_super.prototype.cl.call(this, a, b, c);
|
|
227
|
+
this.d1 = c;
|
|
228
|
+
this.d6.k = c;
|
|
223
229
|
if (c == 2) {
|
|
224
|
-
if (this.
|
|
225
|
-
this.ar.removeChild(this.
|
|
226
|
-
this.ar.removeChild(this.
|
|
227
|
-
this.
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
230
|
-
this.
|
|
230
|
+
if (this.d3 == 1) {
|
|
231
|
+
this.ar.removeChild(this.ee);
|
|
232
|
+
this.ar.removeChild(this.ed);
|
|
233
|
+
this.ec.before(this.ed);
|
|
234
|
+
this.ed.before(this.ee);
|
|
235
|
+
this.ed.setRawStyleProperty("margin", "0 5px 0 0");
|
|
236
|
+
this.d6.l = this.d1;
|
|
231
237
|
}
|
|
232
|
-
else if (this.
|
|
233
|
-
this.ar.removeChild(this.
|
|
234
|
-
this.ar.removeChild(this.
|
|
235
|
-
this.ar.append(this.
|
|
236
|
-
this.
|
|
237
|
-
this.
|
|
238
|
-
this.
|
|
238
|
+
else if (this.d3 == 4) {
|
|
239
|
+
this.ar.removeChild(this.ee);
|
|
240
|
+
this.ar.removeChild(this.ed);
|
|
241
|
+
this.ar.append(this.ed);
|
|
242
|
+
this.ec.before(this.ee);
|
|
243
|
+
this.ed.setRawStyleProperty("margin", "0 0 0 5px");
|
|
244
|
+
this.d6.l = 2;
|
|
239
245
|
}
|
|
240
246
|
else {
|
|
241
|
-
this.ar.removeChild(this.
|
|
242
|
-
this.ar.removeChild(this.
|
|
243
|
-
this.
|
|
244
|
-
this.
|
|
245
|
-
this.
|
|
246
|
-
this.
|
|
247
|
+
this.ar.removeChild(this.ee);
|
|
248
|
+
this.ar.removeChild(this.ed);
|
|
249
|
+
this.ec.before(this.ed);
|
|
250
|
+
this.ed.before(this.ee);
|
|
251
|
+
this.ed.setRawStyleProperty("margin", "0");
|
|
252
|
+
this.d6.l = 0;
|
|
247
253
|
}
|
|
248
254
|
}
|
|
249
255
|
else {
|
|
250
|
-
if (this.
|
|
256
|
+
if (this.d3 == 1) {
|
|
257
|
+
this.ar.removeChild(this.ee);
|
|
251
258
|
this.ar.removeChild(this.ec);
|
|
252
|
-
this.
|
|
253
|
-
this.
|
|
254
|
-
this.
|
|
255
|
-
this.
|
|
256
|
-
this.d4.l = this.dz;
|
|
259
|
+
this.ed.before(this.ec);
|
|
260
|
+
this.ed.before(this.ee);
|
|
261
|
+
this.ed.setRawStyleProperty("margin", "0 0 0 5px");
|
|
262
|
+
this.d6.l = this.d1;
|
|
257
263
|
}
|
|
258
|
-
else if (this.
|
|
264
|
+
else if (this.d3 == 3) {
|
|
265
|
+
this.ar.removeChild(this.ee);
|
|
259
266
|
this.ar.removeChild(this.ec);
|
|
260
|
-
this.ar.removeChild(this.
|
|
261
|
-
this.ar.
|
|
262
|
-
this.ar.append(this.eb);
|
|
263
|
-
this.ar.append(this.ea);
|
|
267
|
+
this.ar.removeChild(this.ed);
|
|
268
|
+
this.ar.append(this.ed);
|
|
264
269
|
this.ar.append(this.ec);
|
|
265
|
-
this.
|
|
266
|
-
this.
|
|
270
|
+
this.ar.append(this.ee);
|
|
271
|
+
this.ed.setRawStyleProperty("margin", "0 5px 0 0");
|
|
272
|
+
this.d6.l = 0;
|
|
267
273
|
}
|
|
268
274
|
else {
|
|
275
|
+
this.ar.removeChild(this.ee);
|
|
269
276
|
this.ar.removeChild(this.ec);
|
|
270
|
-
this.
|
|
271
|
-
this.
|
|
272
|
-
this.
|
|
273
|
-
this.
|
|
274
|
-
this.d4.l = 2;
|
|
277
|
+
this.ed.before(this.ec);
|
|
278
|
+
this.ed.before(this.ee);
|
|
279
|
+
this.ed.setRawStyleProperty("margin", "0");
|
|
280
|
+
this.d6.l = 2;
|
|
275
281
|
}
|
|
276
282
|
}
|
|
277
283
|
};
|
|
278
|
-
TextHeaderCell.prototype.
|
|
279
|
-
_super.prototype.
|
|
280
|
-
this.
|
|
281
|
-
this.
|
|
284
|
+
TextHeaderCell.prototype.c9 = function (a, b, c, d) {
|
|
285
|
+
_super.prototype.c9.call(this, a, b, c, d);
|
|
286
|
+
this.d6.av = a;
|
|
287
|
+
this.d6.aw = c;
|
|
282
288
|
};
|
|
283
|
-
TextHeaderCell.prototype.
|
|
284
|
-
if (this.
|
|
285
|
-
this.
|
|
286
|
-
this.
|
|
289
|
+
TextHeaderCell.prototype.ep = function () {
|
|
290
|
+
if (this.d3 == 3) {
|
|
291
|
+
this.d6.l = 0;
|
|
292
|
+
this.ed.setRawStyleProperty("margin", "0");
|
|
287
293
|
}
|
|
288
|
-
else if (this.
|
|
289
|
-
this.
|
|
290
|
-
this.
|
|
294
|
+
else if (this.d3 == 4) {
|
|
295
|
+
this.d6.l = 2;
|
|
296
|
+
this.ed.setRawStyleProperty("margin", "0");
|
|
291
297
|
}
|
|
292
|
-
else if (this.
|
|
293
|
-
if (this.
|
|
294
|
-
this.
|
|
298
|
+
else if (this.d3 == 2 || this.d3 == 0) {
|
|
299
|
+
if (this.d1 == 2) {
|
|
300
|
+
this.d6.l = 0;
|
|
295
301
|
}
|
|
296
302
|
else {
|
|
297
|
-
this.
|
|
303
|
+
this.d6.l = 2;
|
|
298
304
|
}
|
|
299
|
-
this.
|
|
305
|
+
this.ed.setRawStyleProperty("margin", "0");
|
|
300
306
|
}
|
|
301
307
|
else {
|
|
302
|
-
this.
|
|
303
|
-
if (this.
|
|
304
|
-
this.
|
|
308
|
+
this.d6.l = this.d1;
|
|
309
|
+
if (this.d1 == 2) {
|
|
310
|
+
this.ed.setRawStyleProperty("margin", "0 5px 0 0");
|
|
305
311
|
}
|
|
306
312
|
else {
|
|
307
|
-
this.
|
|
313
|
+
this.ed.setRawStyleProperty("margin", "0 0 0 5px");
|
|
308
314
|
}
|
|
309
315
|
}
|
|
310
|
-
this.
|
|
316
|
+
this.cl(this.ar, this.ec, this.d1);
|
|
311
317
|
};
|
|
312
|
-
TextHeaderCell.prototype.
|
|
313
|
-
switch (this.
|
|
318
|
+
TextHeaderCell.prototype.eo = function () {
|
|
319
|
+
switch (this.d5) {
|
|
314
320
|
case 1:
|
|
315
|
-
this.
|
|
316
|
-
this.
|
|
321
|
+
this.d6.ai = false;
|
|
322
|
+
this.d6.ci();
|
|
317
323
|
break;
|
|
318
324
|
case 2:
|
|
319
|
-
this.
|
|
325
|
+
this.d6.ai = false;
|
|
320
326
|
break;
|
|
321
327
|
case 3:
|
|
322
|
-
this.
|
|
328
|
+
this.d6.ai = true;
|
|
323
329
|
break;
|
|
324
330
|
}
|
|
325
331
|
};
|
|
326
|
-
TextHeaderCell.prototype.
|
|
327
|
-
_super.prototype.
|
|
332
|
+
TextHeaderCell.prototype.cn = function (a, b, c) {
|
|
333
|
+
_super.prototype.cn.call(this, a, b, c);
|
|
328
334
|
switch (a) {
|
|
329
335
|
case "ColumnOptionsIconAlignment":
|
|
330
|
-
this.
|
|
336
|
+
this.ep();
|
|
331
337
|
break;
|
|
332
338
|
case "ColumnOptionsIconBehavior":
|
|
333
|
-
this.
|
|
339
|
+
this.eo();
|
|
334
340
|
break;
|
|
335
341
|
}
|
|
336
342
|
};
|
|
@@ -338,28 +344,28 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
338
344
|
if (e_.button == 2) {
|
|
339
345
|
return;
|
|
340
346
|
}
|
|
341
|
-
var b = this.
|
|
347
|
+
var b = this.d6.ak(e_);
|
|
342
348
|
if (b) {
|
|
343
|
-
this.
|
|
349
|
+
this.ea = true;
|
|
344
350
|
return;
|
|
345
351
|
}
|
|
346
352
|
_super.prototype.onContactStarted.call(this, e_, a);
|
|
347
353
|
};
|
|
348
354
|
TextHeaderCell.prototype.onContactCompleted = function (e_, a) {
|
|
349
|
-
if (!this.
|
|
355
|
+
if (!this.ea) {
|
|
350
356
|
_super.prototype.onContactCompleted.call(this, e_, a);
|
|
351
357
|
}
|
|
352
|
-
this.
|
|
358
|
+
this.ea = false;
|
|
353
359
|
};
|
|
354
360
|
TextHeaderCell.prototype.detach = function () {
|
|
355
361
|
_super.prototype.detach.call(this);
|
|
356
|
-
if (this.
|
|
362
|
+
if (this.d6 != null) {
|
|
357
363
|
}
|
|
358
364
|
};
|
|
359
|
-
TextHeaderCell.prototype.
|
|
360
|
-
_super.prototype.
|
|
361
|
-
if (this.
|
|
362
|
-
this.
|
|
365
|
+
TextHeaderCell.prototype.dd = function (a) {
|
|
366
|
+
_super.prototype.dd.call(this, a);
|
|
367
|
+
if (this.d7 != null) {
|
|
368
|
+
this.d7.x = a;
|
|
363
369
|
}
|
|
364
370
|
};
|
|
365
371
|
TextHeaderCell.prototype.get_ac = function () {
|