igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 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 +24378 -21126
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
- 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 +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +28 -28
- package/esm2015/lib/CheckboxListBridge.js +54 -26
- package/esm2015/lib/CheckboxListView_combined.js +775 -745
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
- package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +7 -7
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +11 -11
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +25 -25
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +71 -69
- 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 +17 -17
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +15 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm2015/lib/GridStyleRepository.js +272 -431
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +31 -31
- package/esm2015/lib/SectionHeaderCell.js +20 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +34 -25
- package/esm2015/lib/SummaryCellPresenter.js +8 -8
- package/esm2015/lib/TemplateCell.js +12 -12
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- 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 +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +177 -136
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +89 -90
- 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-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +390 -193
- package/esm2015/lib/igc-data-grid-component.js +241 -2
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- 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-definition-base-component.js +129 -129
- 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-filter-row-definition-module.js +2 -0
- 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-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-component.js +24 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- 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-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 +121 -10
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +3 -0
- package/esm5/lib/CanvasCellPresenterBase.js +5 -5
- 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 +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +28 -28
- package/esm5/lib/CheckboxListBridge.js +54 -26
- package/esm5/lib/CheckboxListView_combined.js +748 -718
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
- package/esm5/lib/ColumnGroupingView_combined.js +24 -24
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +7 -7
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +13 -13
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +11 -11
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +25 -25
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +70 -68
- 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 +17 -17
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +15 -6
- package/esm5/lib/GridFilterDialogView_combined.js +478 -177
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm5/lib/GridStyleRepository.js +280 -583
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +31 -31
- package/esm5/lib/SectionHeaderCell.js +20 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +35 -26
- package/esm5/lib/SummaryCellPresenter.js +8 -8
- package/esm5/lib/TemplateCell.js +12 -12
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- 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 +3 -3
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +175 -134
- package/esm5/lib/TextHeaderCellPresenter.js +66 -25
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +89 -90
- 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-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +478 -193
- package/esm5/lib/igc-data-grid-component.js +324 -3
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- 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-definition-base-component.js +129 -129
- 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-filter-row-definition-module.js +2 -0
- 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-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-component.js +24 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- 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-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 +173 -10
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +3 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
- package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +159 -154
- package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- 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 +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +104 -61
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +23 -83
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +4 -2
- package/lib/SummaryCell.d.ts +6 -4
- package/lib/TemplateCell.d.ts +3 -3
- 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 +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +77 -0
- package/lib/igc-data-grid-component.d.ts +94 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +48 -0
- package/package.json +4 -4
- package/public_api.d.ts +3 -0
package/esm5/lib/TextCell.js
CHANGED
|
@@ -14,47 +14,47 @@ export var TextCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(TextCell, _super);
|
|
15
15
|
function TextCell(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
17
|
+
_this.dw = null;
|
|
18
|
+
_this.dz = -1;
|
|
18
19
|
_this.dy = -1;
|
|
19
|
-
_this.dx = -1;
|
|
20
20
|
_this.ar.setRawStyleProperty("text-align", "left");
|
|
21
21
|
_this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
28
|
-
_this.ar.append(_this.
|
|
22
|
+
_this.dw = a.createElement("span");
|
|
23
|
+
_this.dw.setRawStyleProperty("display", "inline-block");
|
|
24
|
+
_this.dw.setRawStyleProperty("overflow", "hidden");
|
|
25
|
+
_this.dw.setRawStyleProperty("white-space", "nowrap");
|
|
26
|
+
_this.dw.setRawStyleProperty("text-overflow", "ellipsis");
|
|
27
|
+
_this.db(_this.dw, 1);
|
|
28
|
+
_this.ar.append(_this.dw);
|
|
29
29
|
return _this;
|
|
30
30
|
}
|
|
31
|
-
Object.defineProperty(TextCell.prototype, "
|
|
31
|
+
Object.defineProperty(TextCell.prototype, "dx", {
|
|
32
32
|
get: function () {
|
|
33
|
-
return this.
|
|
33
|
+
return this.dw;
|
|
34
34
|
},
|
|
35
35
|
enumerable: false,
|
|
36
36
|
configurable: true
|
|
37
37
|
});
|
|
38
|
-
TextCell.prototype.
|
|
39
|
-
_super.prototype.
|
|
38
|
+
TextCell.prototype.dc = function (a, b) {
|
|
39
|
+
_super.prototype.dc.call(this, a, b);
|
|
40
40
|
var c = Math.max(0, a - b - (this.bd + this.bf + this.be));
|
|
41
|
-
if (this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
41
|
+
if (this.dz != c) {
|
|
42
|
+
this.dz = c;
|
|
43
|
+
this.dw.setRawStyleProperty("max-width", c.toString() + "px");
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
TextCell.prototype.c1 = function (a, b) {
|
|
47
47
|
_super.prototype.c1.call(this, a, b);
|
|
48
48
|
var c = Math.max(0, a - b);
|
|
49
|
-
if (this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
49
|
+
if (this.dy != c) {
|
|
50
|
+
this.dy = c;
|
|
51
|
+
this.dw.setRawStyleProperty("max-height", c.toString() + "px");
|
|
52
52
|
}
|
|
53
53
|
};
|
|
54
54
|
TextCell.prototype.c0 = function (a, b) {
|
|
55
55
|
_super.prototype.c0.call(this, a, b);
|
|
56
|
-
if (a == this.
|
|
57
|
-
this.
|
|
56
|
+
if (a == this.dw) {
|
|
57
|
+
this.dw.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
58
58
|
}
|
|
59
59
|
};
|
|
60
60
|
TextCell.prototype.get_ae = function () {
|
|
@@ -63,7 +63,7 @@ export var TextCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63
63
|
TextCell.prototype.ck = function (a, b, c) {
|
|
64
64
|
_super.prototype.ck.call(this, a, b, c);
|
|
65
65
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
66
|
-
this.
|
|
66
|
+
this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
67
67
|
}
|
|
68
68
|
};
|
|
69
69
|
TextCell.$t = markType(TextCell, 'TextCell', GridCellBase.$);
|
|
@@ -28,26 +28,26 @@ export var TextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
_super.prototype.b.call(this, a);
|
|
29
29
|
var b = a;
|
|
30
30
|
if (a.a7) {
|
|
31
|
-
if (a.bc(TextCellModel.
|
|
32
|
-
b.
|
|
33
|
-
this.d.c8(this.d.
|
|
31
|
+
if (a.bc(TextCellModel.n1) || a.bc(TextCellModel.h3) || a.bc(TextCellModel.gy)) {
|
|
32
|
+
b.ky = this.e(b);
|
|
33
|
+
this.d.c8(this.d.dx, b.ky);
|
|
34
34
|
}
|
|
35
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
35
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
38
|
TextCellPresenter.prototype.e = function (a) {
|
|
39
|
-
if (a.
|
|
40
|
-
return a.
|
|
39
|
+
if (a.lu != null) {
|
|
40
|
+
return a.lu;
|
|
41
41
|
}
|
|
42
|
-
if (a.
|
|
43
|
-
return a.
|
|
42
|
+
if (a.n3 != null) {
|
|
43
|
+
return a.n3;
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
46
|
-
if (a.
|
|
46
|
+
if (a.ig == null) {
|
|
47
47
|
return "";
|
|
48
48
|
}
|
|
49
49
|
else {
|
|
50
|
-
return a.
|
|
50
|
+
return a.ig.toString();
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
};
|
|
@@ -18,28 +18,28 @@ export 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.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
21
|
+
_this.d7 = null;
|
|
22
|
+
_this.d3 = null;
|
|
23
|
+
_this.d1 = null;
|
|
24
|
+
_this.dx = 0;
|
|
24
25
|
_this.dw = 0;
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
26
|
+
_this.dz = 3;
|
|
27
|
+
_this.d9 = null;
|
|
28
|
+
_this.ec = -1;
|
|
28
29
|
_this.eb = -1;
|
|
29
|
-
_this.ea = -1;
|
|
30
|
-
_this.d4 = false;
|
|
31
|
-
_this.d7 = null;
|
|
32
30
|
_this.d5 = false;
|
|
33
|
-
_this.
|
|
31
|
+
_this.d8 = null;
|
|
32
|
+
_this.d6 = false;
|
|
33
|
+
_this.d7 = a.createElement("span");
|
|
34
34
|
_this.ar.setRawStyleProperty("text-align", "left");
|
|
35
35
|
_this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
36
|
-
_this.
|
|
37
|
-
_this.
|
|
38
|
-
_this.
|
|
39
|
-
_this.
|
|
40
|
-
_this.
|
|
41
|
-
_this.
|
|
42
|
-
_this.ar.append(_this.
|
|
36
|
+
_this.d7.setRawStyleProperty("display", "inline-block");
|
|
37
|
+
_this.d7.setRawStyleProperty("line-height", "normal");
|
|
38
|
+
_this.d7.setRawStyleProperty("vertical-align", "middle");
|
|
39
|
+
_this.d7.setRawStyleProperty("overflow", "hidden");
|
|
40
|
+
_this.d7.setRawStyleProperty("white-space", "nowrap");
|
|
41
|
+
_this.d7.setRawStyleProperty("text-overflow", "ellipsis");
|
|
42
|
+
_this.ar.append(_this.d7);
|
|
43
43
|
var b = 18;
|
|
44
44
|
var c = 18;
|
|
45
45
|
var d = a.createElement("div");
|
|
@@ -48,17 +48,17 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
d.setRawStyleProperty("vertical-align", "middle");
|
|
49
49
|
d.setRawStyleProperty("width", b + "px");
|
|
50
50
|
d.setRawStyleProperty("height", c + "px");
|
|
51
|
-
_this.
|
|
51
|
+
_this.d8 = d;
|
|
52
52
|
var e = a.getSubRenderer(d);
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
53
|
+
_this.d1 = new GridFilterDialog();
|
|
54
|
+
_this.d1.ca(e, _this.ar, a);
|
|
55
55
|
_this.ar.append(d);
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
58
|
-
var f = _this.
|
|
59
|
-
_this.
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
56
|
+
_this.d1.b1(b, c);
|
|
57
|
+
_this.d1.ar = 24;
|
|
58
|
+
var f = _this.d1.ai;
|
|
59
|
+
_this.d1.ai = false;
|
|
60
|
+
_this.d1.by();
|
|
61
|
+
_this.d1.ai = f;
|
|
62
62
|
var g = 18;
|
|
63
63
|
var h = 18;
|
|
64
64
|
d = a.createElement("div");
|
|
@@ -68,67 +68,67 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
68
|
d.setRawStyleProperty("width", "0px");
|
|
69
69
|
d.setRawStyleProperty("height", h + "px");
|
|
70
70
|
d.setRawStyleProperty("margin", "0 0 0 5px");
|
|
71
|
-
_this.
|
|
71
|
+
_this.d9 = d;
|
|
72
72
|
e = a.getSubRenderer(d);
|
|
73
|
-
_this.
|
|
74
|
-
_this.
|
|
75
|
-
_this.
|
|
76
|
-
_this.
|
|
73
|
+
_this.d3 = new GridSortIndicator();
|
|
74
|
+
_this.d3.n = false;
|
|
75
|
+
_this.d3.m = false;
|
|
76
|
+
_this.d3.a0(e);
|
|
77
77
|
_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.
|
|
78
|
+
_this.d3.au(g, h);
|
|
79
|
+
var i = _this.d3;
|
|
80
|
+
i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.ef));
|
|
81
|
+
var j = _this.d1;
|
|
82
|
+
j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.eg));
|
|
83
|
+
var k = _this.d1;
|
|
84
|
+
k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.ei));
|
|
85
|
+
var l = _this.d1;
|
|
86
|
+
l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.eh));
|
|
87
|
+
_this.ar.listen("mouseenter", runOn(_this, _this.em));
|
|
88
|
+
_this.ar.listen("mouseleave", runOn(_this, _this.el));
|
|
89
89
|
return _this;
|
|
90
90
|
}
|
|
91
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
91
|
+
Object.defineProperty(TextHeaderCell.prototype, "ea", {
|
|
92
92
|
get: function () {
|
|
93
|
-
return this.
|
|
93
|
+
return this.d7;
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
97
97
|
});
|
|
98
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
98
|
+
Object.defineProperty(TextHeaderCell.prototype, "d4", {
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.
|
|
100
|
+
return this.d3;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
104
104
|
});
|
|
105
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
105
|
+
Object.defineProperty(TextHeaderCell.prototype, "d2", {
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.
|
|
107
|
+
return this.d1;
|
|
108
108
|
},
|
|
109
109
|
enumerable: false,
|
|
110
110
|
configurable: true
|
|
111
111
|
});
|
|
112
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
112
|
+
Object.defineProperty(TextHeaderCell.prototype, "d0", {
|
|
113
113
|
get: function () {
|
|
114
|
-
return this.
|
|
114
|
+
return this.dz;
|
|
115
115
|
},
|
|
116
116
|
set: function (a) {
|
|
117
|
-
var b = this.
|
|
118
|
-
this.
|
|
119
|
-
this.ck("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.
|
|
117
|
+
var b = this.dz;
|
|
118
|
+
this.dz = a;
|
|
119
|
+
this.ck("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dz));
|
|
120
120
|
},
|
|
121
121
|
enumerable: false,
|
|
122
122
|
configurable: true
|
|
123
123
|
});
|
|
124
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
124
|
+
Object.defineProperty(TextHeaderCell.prototype, "dy", {
|
|
125
125
|
get: function () {
|
|
126
|
-
return this.
|
|
126
|
+
return this.dx;
|
|
127
127
|
},
|
|
128
128
|
set: function (a) {
|
|
129
|
-
var b = this.
|
|
130
|
-
this.
|
|
131
|
-
this.ck("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.
|
|
129
|
+
var b = this.dx;
|
|
130
|
+
this.dx = a;
|
|
131
|
+
this.ck("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dx));
|
|
132
132
|
},
|
|
133
133
|
enumerable: false,
|
|
134
134
|
configurable: true
|
|
@@ -136,82 +136,81 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
136
136
|
TextHeaderCell.prototype.af = function (a) {
|
|
137
137
|
return true;
|
|
138
138
|
};
|
|
139
|
-
TextHeaderCell.prototype.
|
|
140
|
-
_super.prototype.
|
|
139
|
+
TextHeaderCell.prototype.dc = function (a, b) {
|
|
140
|
+
_super.prototype.dc.call(this, a, b);
|
|
141
141
|
a -= 21;
|
|
142
|
-
if (this.
|
|
142
|
+
if (this.d6) {
|
|
143
143
|
a -= 15;
|
|
144
144
|
}
|
|
145
145
|
var c = Math.max(0, a - b);
|
|
146
|
-
if (c != this.
|
|
147
|
-
this.
|
|
148
|
-
this.
|
|
146
|
+
if (c != this.ec) {
|
|
147
|
+
this.ec = c;
|
|
148
|
+
this.d7.setRawStyleProperty("max-width", c.toString() + "px");
|
|
149
149
|
}
|
|
150
150
|
};
|
|
151
151
|
TextHeaderCell.prototype.c1 = function (a, b) {
|
|
152
152
|
_super.prototype.c1.call(this, a, b);
|
|
153
|
-
this.
|
|
153
|
+
this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
154
154
|
var c = Math.max(0, a - b);
|
|
155
|
-
if (this.
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
155
|
+
if (this.eb != c) {
|
|
156
|
+
this.eb = c;
|
|
157
|
+
this.d7.setRawStyleProperty("max-height", c.toString() + "px");
|
|
158
158
|
}
|
|
159
159
|
};
|
|
160
160
|
TextHeaderCell.prototype.c0 = function (a, b) {
|
|
161
161
|
_super.prototype.c0.call(this, a, b);
|
|
162
|
-
if (a == this.
|
|
163
|
-
this.
|
|
162
|
+
if (a == this.d7) {
|
|
163
|
+
this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
164
164
|
}
|
|
165
165
|
};
|
|
166
|
-
TextHeaderCell.prototype.
|
|
167
|
-
this.
|
|
166
|
+
TextHeaderCell.prototype.dd = function (a, b, c, d) {
|
|
167
|
+
this.d1.b0();
|
|
168
168
|
};
|
|
169
|
-
TextHeaderCell.prototype.
|
|
169
|
+
TextHeaderCell.prototype.ef = function (a, b) {
|
|
170
170
|
switch (b.propertyName) {
|
|
171
171
|
case "CurrentOpacity":
|
|
172
|
-
if (this.
|
|
173
|
-
this.
|
|
174
|
-
if (this.
|
|
175
|
-
this.
|
|
172
|
+
if (this.d4.t > 0) {
|
|
173
|
+
this.d9.setRawStyleProperty("width", "18px");
|
|
174
|
+
if (this.dw == 2) {
|
|
175
|
+
this.d9.setRawStyleProperty("margin", "0 5px 0 0");
|
|
176
176
|
}
|
|
177
177
|
else {
|
|
178
|
-
this.
|
|
178
|
+
this.d9.setRawStyleProperty("margin", "0 0 0 5px");
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
else {
|
|
182
|
-
this.
|
|
183
|
-
this.
|
|
182
|
+
this.d9.setRawStyleProperty("width", "0px");
|
|
183
|
+
this.d9.setRawStyleProperty("margin", "0");
|
|
184
184
|
}
|
|
185
185
|
break;
|
|
186
186
|
}
|
|
187
187
|
};
|
|
188
|
-
TextHeaderCell.prototype.
|
|
188
|
+
TextHeaderCell.prototype.em = function (a) {
|
|
189
189
|
if (this.b.isGridDragging) {
|
|
190
190
|
return;
|
|
191
191
|
}
|
|
192
|
-
this.d0
|
|
193
|
-
switch (this.dz) {
|
|
192
|
+
switch (this.d0) {
|
|
194
193
|
case 2:
|
|
195
194
|
case 3:
|
|
196
|
-
this.
|
|
195
|
+
this.d1.ce();
|
|
197
196
|
break;
|
|
198
197
|
}
|
|
199
198
|
};
|
|
200
|
-
TextHeaderCell.prototype.
|
|
201
|
-
switch (this.
|
|
199
|
+
TextHeaderCell.prototype.el = function (a) {
|
|
200
|
+
switch (this.d0) {
|
|
202
201
|
case 2:
|
|
203
202
|
case 3:
|
|
204
|
-
this.
|
|
203
|
+
this.d1.by();
|
|
205
204
|
break;
|
|
206
205
|
}
|
|
207
206
|
};
|
|
208
|
-
TextHeaderCell.prototype.
|
|
207
|
+
TextHeaderCell.prototype.eh = function (a, b) {
|
|
209
208
|
this.b.columnFilterChanged(b.a);
|
|
210
209
|
};
|
|
211
|
-
TextHeaderCell.prototype.
|
|
210
|
+
TextHeaderCell.prototype.ei = function (a, b) {
|
|
212
211
|
this.b.columnFilterChanging(b.a);
|
|
213
212
|
};
|
|
214
|
-
TextHeaderCell.prototype.
|
|
213
|
+
TextHeaderCell.prototype.eg = function (a, b) {
|
|
215
214
|
if (this.b != null) {
|
|
216
215
|
b.a = this.f.getColumn();
|
|
217
216
|
this.b.cancelEditMode(false);
|
|
@@ -219,72 +218,108 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
219
218
|
};
|
|
220
219
|
TextHeaderCell.prototype.ci = function (a, b, c) {
|
|
221
220
|
_super.prototype.ci.call(this, a, b, c);
|
|
222
|
-
this.
|
|
223
|
-
this.
|
|
221
|
+
this.dw = c;
|
|
222
|
+
this.d1.k = c;
|
|
224
223
|
if (c == 2) {
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
this.
|
|
231
|
-
this.
|
|
224
|
+
if (this.dy == 1) {
|
|
225
|
+
this.ar.removeChild(this.d9);
|
|
226
|
+
this.ar.removeChild(this.d8);
|
|
227
|
+
this.d7.before(this.d8);
|
|
228
|
+
this.d8.before(this.d9);
|
|
229
|
+
this.d8.setRawStyleProperty("margin", "0 5px 0 0");
|
|
230
|
+
this.d1.l = this.dw;
|
|
231
|
+
}
|
|
232
|
+
else if (this.dy == 4) {
|
|
233
|
+
this.ar.removeChild(this.d9);
|
|
234
|
+
this.ar.removeChild(this.d8);
|
|
235
|
+
this.ar.append(this.d8);
|
|
236
|
+
this.d7.before(this.d9);
|
|
237
|
+
this.d8.setRawStyleProperty("margin", "0 0 0 5px");
|
|
238
|
+
this.d1.l = 2;
|
|
232
239
|
}
|
|
233
240
|
else {
|
|
234
|
-
this.
|
|
235
|
-
this.
|
|
241
|
+
this.ar.removeChild(this.d9);
|
|
242
|
+
this.ar.removeChild(this.d8);
|
|
243
|
+
this.d7.before(this.d8);
|
|
244
|
+
this.d8.before(this.d9);
|
|
245
|
+
this.d8.setRawStyleProperty("margin", "0");
|
|
246
|
+
this.d1.l = 0;
|
|
236
247
|
}
|
|
237
248
|
}
|
|
238
249
|
else {
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
this.
|
|
245
|
-
this.
|
|
250
|
+
if (this.dy == 1) {
|
|
251
|
+
this.ar.removeChild(this.d9);
|
|
252
|
+
this.ar.removeChild(this.d7);
|
|
253
|
+
this.d8.before(this.d7);
|
|
254
|
+
this.d8.before(this.d9);
|
|
255
|
+
this.d8.setRawStyleProperty("margin", "0 0 0 5px");
|
|
256
|
+
this.d1.l = this.dw;
|
|
257
|
+
}
|
|
258
|
+
else if (this.dy == 3) {
|
|
259
|
+
this.ar.removeChild(this.d9);
|
|
260
|
+
this.ar.removeChild(this.d7);
|
|
261
|
+
this.ar.removeChild(this.d8);
|
|
262
|
+
this.ar.append(this.d8);
|
|
263
|
+
this.ar.append(this.d7);
|
|
264
|
+
this.ar.append(this.d9);
|
|
265
|
+
this.d8.setRawStyleProperty("margin", "0 5px 0 0");
|
|
266
|
+
this.d1.l = 0;
|
|
246
267
|
}
|
|
247
268
|
else {
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
269
|
+
this.ar.removeChild(this.d9);
|
|
270
|
+
this.ar.removeChild(this.d7);
|
|
271
|
+
this.d8.before(this.d7);
|
|
272
|
+
this.d8.before(this.d9);
|
|
273
|
+
this.d8.setRawStyleProperty("margin", "0");
|
|
274
|
+
this.d1.l = 2;
|
|
250
275
|
}
|
|
251
276
|
}
|
|
252
277
|
};
|
|
253
278
|
TextHeaderCell.prototype.c6 = function (a, b, c, d) {
|
|
254
279
|
_super.prototype.c6.call(this, a, b, c, d);
|
|
255
|
-
this.
|
|
256
|
-
this.
|
|
280
|
+
this.d1.av = a;
|
|
281
|
+
this.d1.aw = c;
|
|
257
282
|
};
|
|
258
|
-
TextHeaderCell.prototype.
|
|
259
|
-
if (this.
|
|
260
|
-
|
|
261
|
-
|
|
283
|
+
TextHeaderCell.prototype.ek = function () {
|
|
284
|
+
if (this.dy == 3) {
|
|
285
|
+
this.d1.l = 0;
|
|
286
|
+
this.d8.setRawStyleProperty("margin", "0");
|
|
287
|
+
}
|
|
288
|
+
else if (this.dy == 4) {
|
|
289
|
+
this.d1.l = 2;
|
|
290
|
+
this.d8.setRawStyleProperty("margin", "0");
|
|
291
|
+
}
|
|
292
|
+
else if (this.dy == 2 || this.dy == 0) {
|
|
293
|
+
if (this.dw == 2) {
|
|
294
|
+
this.d1.l = 0;
|
|
262
295
|
}
|
|
263
296
|
else {
|
|
264
|
-
this.
|
|
297
|
+
this.d1.l = 2;
|
|
265
298
|
}
|
|
299
|
+
this.d8.setRawStyleProperty("margin", "0");
|
|
266
300
|
}
|
|
267
301
|
else {
|
|
268
|
-
this.
|
|
269
|
-
if (this.
|
|
270
|
-
this.
|
|
302
|
+
this.d1.l = this.dw;
|
|
303
|
+
if (this.dw == 2) {
|
|
304
|
+
this.d8.setRawStyleProperty("margin", "0 5px 0 0");
|
|
271
305
|
}
|
|
272
306
|
else {
|
|
273
|
-
this.
|
|
307
|
+
this.d8.setRawStyleProperty("margin", "0 0 0 5px");
|
|
274
308
|
}
|
|
275
309
|
}
|
|
310
|
+
this.ci(this.ar, this.d7, this.dw);
|
|
276
311
|
};
|
|
277
|
-
TextHeaderCell.prototype.
|
|
278
|
-
switch (this.
|
|
312
|
+
TextHeaderCell.prototype.ej = function () {
|
|
313
|
+
switch (this.d0) {
|
|
279
314
|
case 1:
|
|
280
|
-
this.
|
|
281
|
-
this.
|
|
315
|
+
this.d1.ai = false;
|
|
316
|
+
this.d1.ce();
|
|
282
317
|
break;
|
|
283
318
|
case 2:
|
|
284
|
-
this.
|
|
319
|
+
this.d1.ai = false;
|
|
285
320
|
break;
|
|
286
321
|
case 3:
|
|
287
|
-
this.
|
|
322
|
+
this.d1.ai = true;
|
|
288
323
|
break;
|
|
289
324
|
}
|
|
290
325
|
};
|
|
@@ -292,10 +327,10 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
292
327
|
_super.prototype.ck.call(this, a, b, c);
|
|
293
328
|
switch (a) {
|
|
294
329
|
case "ColumnOptionsIconAlignment":
|
|
295
|
-
this.
|
|
330
|
+
this.ek();
|
|
296
331
|
break;
|
|
297
332
|
case "ColumnOptionsIconBehavior":
|
|
298
|
-
this.
|
|
333
|
+
this.ej();
|
|
299
334
|
break;
|
|
300
335
|
}
|
|
301
336
|
};
|
|
@@ -303,22 +338,28 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
303
338
|
if (e_.button == 2) {
|
|
304
339
|
return;
|
|
305
340
|
}
|
|
306
|
-
var b = this.
|
|
341
|
+
var b = this.d1.ak(e_);
|
|
307
342
|
if (b) {
|
|
308
|
-
this.
|
|
343
|
+
this.d5 = true;
|
|
309
344
|
return;
|
|
310
345
|
}
|
|
311
346
|
_super.prototype.onContactStarted.call(this, e_, a);
|
|
312
347
|
};
|
|
313
348
|
TextHeaderCell.prototype.onContactCompleted = function (e_, a) {
|
|
314
|
-
if (!this.
|
|
349
|
+
if (!this.d5) {
|
|
315
350
|
_super.prototype.onContactCompleted.call(this, e_, a);
|
|
316
351
|
}
|
|
317
|
-
this.
|
|
352
|
+
this.d5 = false;
|
|
318
353
|
};
|
|
319
354
|
TextHeaderCell.prototype.detach = function () {
|
|
320
355
|
_super.prototype.detach.call(this);
|
|
321
|
-
if (this.
|
|
356
|
+
if (this.d1 != null) {
|
|
357
|
+
}
|
|
358
|
+
};
|
|
359
|
+
TextHeaderCell.prototype.da = function (a) {
|
|
360
|
+
_super.prototype.da.call(this, a);
|
|
361
|
+
if (this.d2 != null) {
|
|
362
|
+
this.d2.x = a;
|
|
322
363
|
}
|
|
323
364
|
};
|
|
324
365
|
TextHeaderCell.prototype.get_ac = function () {
|