igniteui-angular-data-grids 20.0.1-beta.0 → 20.0.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +10223 -8743
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
- package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm2015/lib/CanvasGridCellBase.js +9 -9
- package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm2015/lib/CellPresenterBase.js +64 -39
- package/esm2015/lib/CheckboxListView_combined.js +49 -49
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +6925 -6539
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ColumnSortDescription.js +6 -1
- package/esm2015/lib/ColumnSummaryDescription.js +6 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +46 -33
- package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -10
- package/esm2015/lib/EditorCell.js +335 -335
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +278 -278
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +587 -317
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
- package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +8 -8
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +1 -1
- package/esm2015/lib/ImageCell.js +62 -62
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm2015/lib/NumericCell.js +9 -5
- package/esm2015/lib/NumericCellPresenter.js +10 -10
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +35 -30
- package/esm2015/lib/TextCellDecoration.js +33 -0
- package/esm2015/lib/TextCellPresenter.js +11 -11
- package/esm2015/lib/TextHeaderCell.js +157 -150
- package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +301 -190
- package/esm2015/lib/igx-checkbox-list-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- 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-grid-column-component.js +254 -115
- package/esm2015/lib/igx-data-grid-component.js +38 -5
- 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 +46 -45
- 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-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm2015/lib/igx-grid-conditional-style-font-info-component.js +144 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-dynamic-module.js +34 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-module.js +27 -0
- 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-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- 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 +10 -10
- package/esm2015/public_api.js +5 -0
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/CanvasCellPresenterBase.js +14 -14
- package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm5/lib/CanvasGridCellBase.js +9 -9
- package/esm5/lib/CanvasImageCellPresenter.js +10 -10
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm5/lib/CanvasTextCellPresenter.js +10 -10
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm5/lib/CellPresenterBase.js +64 -39
- package/esm5/lib/CheckboxListView_combined.js +49 -49
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +6754 -6269
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ColumnSortDescription.js +6 -1
- package/esm5/lib/ColumnSummaryDescription.js +6 -1
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +46 -33
- package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -10
- package/esm5/lib/EditorCell.js +291 -291
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +266 -266
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +625 -311
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
- package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
- package/esm5/lib/GridConditionalStyleProperty.js +8 -8
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +1 -1
- package/esm5/lib/ImageCell.js +61 -61
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm5/lib/NumericCell.js +9 -5
- package/esm5/lib/NumericCellPresenter.js +10 -10
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +35 -30
- package/esm5/lib/TextCellDecoration.js +33 -0
- package/esm5/lib/TextCellPresenter.js +11 -11
- package/esm5/lib/TextHeaderCell.js +155 -148
- package/esm5/lib/TextHeaderCellPresenter.js +35 -35
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +349 -190
- package/esm5/lib/igx-checkbox-list-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- 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-grid-column-component.js +302 -115
- package/esm5/lib/igx-data-grid-component.js +42 -5
- 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 +46 -45
- 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-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm5/lib/igx-grid-conditional-style-font-info-component.js +155 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-dynamic-module.js +33 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-module.js +28 -0
- 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-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- 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 +10 -10
- package/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-angular-data-grids.js +10236 -9009
- package/fesm5/igniteui-angular-data-grids.js +10219 -8745
- package/lib/ColumnFilterCondition_combined.d.ts +1784 -1694
- package/lib/ContentCellModelHelper.d.ts +4 -4
- package/lib/EditorCell.d.ts +74 -74
- package/lib/FilterCell.d.ts +61 -61
- package/lib/GridCellBase.d.ts +140 -95
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
- package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
- package/lib/ImageCell.d.ts +20 -20
- package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
- package/lib/NumericCell.d.ts +2 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +11 -11
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +10 -8
- package/lib/TextCellDecoration.d.ts +26 -0
- package/lib/TextHeaderCell.d.ts +37 -35
- package/lib/VerticalSeparatorCell.d.ts +9 -9
- package/lib/igx-cell-info.d.ts +63 -0
- package/lib/igx-data-grid-column-component.d.ts +68 -2
- package/lib/igx-data-grid-component.d.ts +9 -2
- package/lib/igx-definition-base-component.d.ts +1 -1
- package/lib/igx-grid-conditional-style-font-info-component.d.ts +33 -0
- package/lib/igx-grid-conditional-style-font-info-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-conditional-style-font-info-module.d.ts +8 -0
- package/package.json +4 -4
- package/public_api.d.ts +5 -0
|
@@ -18,28 +18,28 @@ 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.
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
31
|
-
_this.
|
|
32
|
-
_this.
|
|
33
|
-
_this.
|
|
34
|
-
_this.
|
|
35
|
-
_this.
|
|
36
|
-
_this.
|
|
37
|
-
_this.
|
|
38
|
-
_this.
|
|
39
|
-
_this.
|
|
40
|
-
_this.
|
|
41
|
-
_this.
|
|
42
|
-
_this.
|
|
21
|
+
_this.d3 = null;
|
|
22
|
+
_this.dz = null;
|
|
23
|
+
_this.dx = null;
|
|
24
|
+
_this.dt = 0;
|
|
25
|
+
_this.ds = 0;
|
|
26
|
+
_this.dv = 3;
|
|
27
|
+
_this.d5 = null;
|
|
28
|
+
_this.d8 = -1;
|
|
29
|
+
_this.d7 = -1;
|
|
30
|
+
_this.d1 = false;
|
|
31
|
+
_this.d4 = null;
|
|
32
|
+
_this.d2 = false;
|
|
33
|
+
_this.d3 = a.createElement("span");
|
|
34
|
+
_this.ap.setRawStyleProperty("text-align", "left");
|
|
35
|
+
_this.ap.setRawStyleProperty("vertical-align", "middle");
|
|
36
|
+
_this.d3.setRawStyleProperty("display", "inline-block");
|
|
37
|
+
_this.d3.setRawStyleProperty("line-height", "normal");
|
|
38
|
+
_this.d3.setRawStyleProperty("vertical-align", "middle");
|
|
39
|
+
_this.d3.setRawStyleProperty("overflow", "hidden");
|
|
40
|
+
_this.d3.setRawStyleProperty("white-space", "nowrap");
|
|
41
|
+
_this.d3.setRawStyleProperty("text-overflow", "ellipsis");
|
|
42
|
+
_this.ap.append(_this.d3);
|
|
43
43
|
var b = 18;
|
|
44
44
|
var c = 18;
|
|
45
45
|
var d = a.createElement("div");
|
|
@@ -48,17 +48,17 @@ 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.d4 = d;
|
|
52
52
|
var e = a.getSubRenderer(d);
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
58
|
-
var f = _this.
|
|
59
|
-
_this.
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
53
|
+
_this.dx = new GridFilterDialog();
|
|
54
|
+
_this.dx.bn(e, _this.ap, a);
|
|
55
|
+
_this.ap.append(d);
|
|
56
|
+
_this.dx.be(b, c);
|
|
57
|
+
_this.dx.ak = 24;
|
|
58
|
+
var f = _this.dx.ab;
|
|
59
|
+
_this.dx.ab = false;
|
|
60
|
+
_this.dx.bb();
|
|
61
|
+
_this.dx.ab = f;
|
|
62
62
|
var g = 18;
|
|
63
63
|
var h = 18;
|
|
64
64
|
d = a.createElement("div");
|
|
@@ -68,227 +68,234 @@ 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.d5 = d;
|
|
72
72
|
e = a.getSubRenderer(d);
|
|
73
|
-
_this.
|
|
74
|
-
_this.
|
|
75
|
-
_this.
|
|
76
|
-
_this.
|
|
77
|
-
_this.
|
|
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.
|
|
88
|
-
_this.
|
|
73
|
+
_this.dz = new GridSortIndicator();
|
|
74
|
+
_this.dz.n = false;
|
|
75
|
+
_this.dz.m = false;
|
|
76
|
+
_this.dz.a0(e);
|
|
77
|
+
_this.ap.append(d);
|
|
78
|
+
_this.dz.au(g, h);
|
|
79
|
+
var i = _this.dz;
|
|
80
|
+
i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.eb));
|
|
81
|
+
var j = _this.dx;
|
|
82
|
+
j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.ec));
|
|
83
|
+
var k = _this.dx;
|
|
84
|
+
k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.ee));
|
|
85
|
+
var l = _this.dx;
|
|
86
|
+
l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.ed));
|
|
87
|
+
_this.ap.listen("mouseenter", runOn(_this, _this.ei));
|
|
88
|
+
_this.ap.listen("mouseleave", runOn(_this, _this.eh));
|
|
89
89
|
return _this;
|
|
90
90
|
}
|
|
91
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
91
|
+
Object.defineProperty(TextHeaderCell.prototype, "d6", {
|
|
92
92
|
get: function () {
|
|
93
|
-
return this.
|
|
93
|
+
return this.d3;
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
97
97
|
});
|
|
98
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
98
|
+
Object.defineProperty(TextHeaderCell.prototype, "d0", {
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.
|
|
100
|
+
return this.dz;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
104
104
|
});
|
|
105
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
105
|
+
Object.defineProperty(TextHeaderCell.prototype, "dy", {
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.
|
|
107
|
+
return this.dx;
|
|
108
108
|
},
|
|
109
109
|
enumerable: false,
|
|
110
110
|
configurable: true
|
|
111
111
|
});
|
|
112
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
112
|
+
Object.defineProperty(TextHeaderCell.prototype, "dw", {
|
|
113
113
|
get: function () {
|
|
114
|
-
return this.
|
|
114
|
+
return this.dv;
|
|
115
115
|
},
|
|
116
116
|
set: function (a) {
|
|
117
|
-
var b = this.
|
|
118
|
-
this.
|
|
119
|
-
this.
|
|
117
|
+
var b = this.dv;
|
|
118
|
+
this.dv = a;
|
|
119
|
+
this.ch("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dv));
|
|
120
120
|
},
|
|
121
121
|
enumerable: false,
|
|
122
122
|
configurable: true
|
|
123
123
|
});
|
|
124
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
124
|
+
Object.defineProperty(TextHeaderCell.prototype, "du", {
|
|
125
125
|
get: function () {
|
|
126
|
-
return this.
|
|
126
|
+
return this.dt;
|
|
127
127
|
},
|
|
128
128
|
set: function (a) {
|
|
129
|
-
var b = this.
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
129
|
+
var b = this.dt;
|
|
130
|
+
this.dt = a;
|
|
131
|
+
this.ch("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dt));
|
|
132
132
|
},
|
|
133
133
|
enumerable: false,
|
|
134
134
|
configurable: true
|
|
135
135
|
});
|
|
136
|
-
TextHeaderCell.prototype.
|
|
136
|
+
TextHeaderCell.prototype.af = function (a) {
|
|
137
137
|
return true;
|
|
138
138
|
};
|
|
139
|
-
TextHeaderCell.prototype.
|
|
140
|
-
_super.prototype.
|
|
139
|
+
TextHeaderCell.prototype.c8 = function (a, b) {
|
|
140
|
+
_super.prototype.c8.call(this, a, b);
|
|
141
141
|
a -= 21;
|
|
142
|
-
if (this.
|
|
142
|
+
if (this.d2) {
|
|
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.d8) {
|
|
147
|
+
this.d8 = c;
|
|
148
|
+
this.d3.setRawStyleProperty("max-width", c.toString() + "px");
|
|
149
149
|
}
|
|
150
150
|
};
|
|
151
|
-
TextHeaderCell.prototype.
|
|
152
|
-
_super.prototype.
|
|
151
|
+
TextHeaderCell.prototype.cy = function (a, b) {
|
|
152
|
+
_super.prototype.cy.call(this, a, b);
|
|
153
|
+
this.d3.setRawStyleProperty("line-height", (this.be - this.bf).toString() + "px");
|
|
153
154
|
var c = Math.max(0, a - b);
|
|
154
|
-
if (this.
|
|
155
|
-
this.
|
|
156
|
-
this.
|
|
155
|
+
if (this.d7 != c) {
|
|
156
|
+
this.d7 = c;
|
|
157
|
+
this.d3.setRawStyleProperty("max-height", c.toString() + "px");
|
|
157
158
|
}
|
|
158
159
|
};
|
|
159
|
-
TextHeaderCell.prototype.
|
|
160
|
-
|
|
160
|
+
TextHeaderCell.prototype.cx = function (a, b) {
|
|
161
|
+
_super.prototype.cx.call(this, a, b);
|
|
162
|
+
if (a == this.d3) {
|
|
163
|
+
this.d3.setRawStyleProperty("line-height", (this.be - this.bf).toString() + "px");
|
|
164
|
+
}
|
|
165
|
+
};
|
|
166
|
+
TextHeaderCell.prototype.c9 = function (a, b, c, d) {
|
|
167
|
+
this.dx.bd();
|
|
161
168
|
};
|
|
162
|
-
TextHeaderCell.prototype.
|
|
169
|
+
TextHeaderCell.prototype.eb = function (a, b) {
|
|
163
170
|
switch (b.propertyName) {
|
|
164
171
|
case "CurrentOpacity":
|
|
165
|
-
if (this.
|
|
166
|
-
this.
|
|
167
|
-
if (this.
|
|
168
|
-
this.
|
|
172
|
+
if (this.d0.t > 0) {
|
|
173
|
+
this.d5.setRawStyleProperty("width", "18px");
|
|
174
|
+
if (this.ds == 2) {
|
|
175
|
+
this.d5.setRawStyleProperty("margin", "0 5px 0 0");
|
|
169
176
|
}
|
|
170
177
|
else {
|
|
171
|
-
this.
|
|
178
|
+
this.d5.setRawStyleProperty("margin", "0 0 0 5px");
|
|
172
179
|
}
|
|
173
180
|
}
|
|
174
181
|
else {
|
|
175
|
-
this.
|
|
176
|
-
this.
|
|
182
|
+
this.d5.setRawStyleProperty("width", "0px");
|
|
183
|
+
this.d5.setRawStyleProperty("margin", "0");
|
|
177
184
|
}
|
|
178
185
|
break;
|
|
179
186
|
}
|
|
180
187
|
};
|
|
181
|
-
TextHeaderCell.prototype.
|
|
188
|
+
TextHeaderCell.prototype.ei = function (a) {
|
|
182
189
|
if (this.b.isGridDragging) {
|
|
183
190
|
return;
|
|
184
191
|
}
|
|
185
|
-
this.
|
|
186
|
-
switch (this.
|
|
192
|
+
this.dx.ba();
|
|
193
|
+
switch (this.dw) {
|
|
187
194
|
case 2:
|
|
188
195
|
case 3:
|
|
189
|
-
this.
|
|
196
|
+
this.dx.br();
|
|
190
197
|
break;
|
|
191
198
|
}
|
|
192
199
|
};
|
|
193
|
-
TextHeaderCell.prototype.
|
|
194
|
-
switch (this.
|
|
200
|
+
TextHeaderCell.prototype.eh = function (a) {
|
|
201
|
+
switch (this.dw) {
|
|
195
202
|
case 2:
|
|
196
203
|
case 3:
|
|
197
|
-
this.
|
|
204
|
+
this.dx.bb();
|
|
198
205
|
break;
|
|
199
206
|
}
|
|
200
207
|
};
|
|
201
|
-
TextHeaderCell.prototype.
|
|
208
|
+
TextHeaderCell.prototype.ed = function (a, b) {
|
|
202
209
|
this.b.columnFilterChanged(b.a);
|
|
203
210
|
};
|
|
204
|
-
TextHeaderCell.prototype.
|
|
211
|
+
TextHeaderCell.prototype.ee = function (a, b) {
|
|
205
212
|
this.b.columnFilterChanging(b.a);
|
|
206
213
|
};
|
|
207
|
-
TextHeaderCell.prototype.
|
|
214
|
+
TextHeaderCell.prototype.ec = function (a, b) {
|
|
208
215
|
if (this.b != null) {
|
|
209
216
|
b.a = this.f.getColumn();
|
|
210
217
|
this.b.cancelEditMode(false);
|
|
211
218
|
}
|
|
212
219
|
};
|
|
213
|
-
TextHeaderCell.prototype.
|
|
214
|
-
_super.prototype.
|
|
215
|
-
this.
|
|
216
|
-
this.
|
|
220
|
+
TextHeaderCell.prototype.cf = function (a, b, c) {
|
|
221
|
+
_super.prototype.cf.call(this, a, b, c);
|
|
222
|
+
this.ds = c;
|
|
223
|
+
this.dx.k = c;
|
|
217
224
|
if (c == 2) {
|
|
218
|
-
this.
|
|
219
|
-
this.
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
222
|
-
if (this.
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
225
|
+
this.ap.removeChild(this.d5);
|
|
226
|
+
this.ap.removeChild(this.d4);
|
|
227
|
+
this.d3.before(this.d4);
|
|
228
|
+
this.d4.before(this.d5);
|
|
229
|
+
if (this.du == 1) {
|
|
230
|
+
this.d4.setRawStyleProperty("margin", "0 5px 0 0");
|
|
231
|
+
this.dx.l = this.ds;
|
|
225
232
|
}
|
|
226
233
|
else {
|
|
227
|
-
this.
|
|
228
|
-
this.
|
|
234
|
+
this.d4.setRawStyleProperty("margin", "0");
|
|
235
|
+
this.dx.l = 0;
|
|
229
236
|
}
|
|
230
237
|
}
|
|
231
238
|
else {
|
|
232
|
-
this.
|
|
233
|
-
this.
|
|
234
|
-
this.
|
|
235
|
-
this.
|
|
236
|
-
if (this.
|
|
237
|
-
this.
|
|
238
|
-
this.
|
|
239
|
+
this.ap.removeChild(this.d5);
|
|
240
|
+
this.ap.removeChild(this.d3);
|
|
241
|
+
this.d4.before(this.d3);
|
|
242
|
+
this.d4.before(this.d5);
|
|
243
|
+
if (this.du == 1) {
|
|
244
|
+
this.d4.setRawStyleProperty("margin", "0 0 0 5px");
|
|
245
|
+
this.dx.l = this.ds;
|
|
239
246
|
}
|
|
240
247
|
else {
|
|
241
|
-
this.
|
|
242
|
-
this.
|
|
248
|
+
this.d4.setRawStyleProperty("margin", "0");
|
|
249
|
+
this.dx.l = 2;
|
|
243
250
|
}
|
|
244
251
|
}
|
|
245
252
|
};
|
|
246
|
-
TextHeaderCell.prototype.
|
|
247
|
-
_super.prototype.
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
253
|
+
TextHeaderCell.prototype.c3 = function (a, b, c, d) {
|
|
254
|
+
_super.prototype.c3.call(this, a, b, c, d);
|
|
255
|
+
this.dx.an = a;
|
|
256
|
+
this.dx.ao = c;
|
|
250
257
|
};
|
|
251
|
-
TextHeaderCell.prototype.
|
|
252
|
-
if (this.
|
|
253
|
-
if (this.
|
|
254
|
-
this.
|
|
258
|
+
TextHeaderCell.prototype.eg = function () {
|
|
259
|
+
if (this.du == 2 || this.du == 0) {
|
|
260
|
+
if (this.ds == 2) {
|
|
261
|
+
this.dx.l = 0;
|
|
255
262
|
}
|
|
256
263
|
else {
|
|
257
|
-
this.
|
|
264
|
+
this.dx.l = 2;
|
|
258
265
|
}
|
|
259
266
|
}
|
|
260
267
|
else {
|
|
261
|
-
this.
|
|
262
|
-
if (this.
|
|
263
|
-
this.
|
|
268
|
+
this.dx.l = this.ds;
|
|
269
|
+
if (this.ds == 2) {
|
|
270
|
+
this.d4.setRawStyleProperty("margin", "0 5px 0 0");
|
|
264
271
|
}
|
|
265
272
|
else {
|
|
266
|
-
this.
|
|
273
|
+
this.d4.setRawStyleProperty("margin", "0 0 0 5px");
|
|
267
274
|
}
|
|
268
275
|
}
|
|
269
276
|
};
|
|
270
|
-
TextHeaderCell.prototype.
|
|
271
|
-
switch (this.
|
|
277
|
+
TextHeaderCell.prototype.ef = function () {
|
|
278
|
+
switch (this.dw) {
|
|
272
279
|
case 1:
|
|
273
|
-
this.
|
|
274
|
-
this.
|
|
280
|
+
this.dx.ab = false;
|
|
281
|
+
this.dx.br();
|
|
275
282
|
break;
|
|
276
283
|
case 2:
|
|
277
|
-
this.
|
|
284
|
+
this.dx.ab = false;
|
|
278
285
|
break;
|
|
279
286
|
case 3:
|
|
280
|
-
this.
|
|
287
|
+
this.dx.ab = true;
|
|
281
288
|
break;
|
|
282
289
|
}
|
|
283
290
|
};
|
|
284
|
-
TextHeaderCell.prototype.
|
|
285
|
-
_super.prototype.
|
|
291
|
+
TextHeaderCell.prototype.ch = function (a, b, c) {
|
|
292
|
+
_super.prototype.ch.call(this, a, b, c);
|
|
286
293
|
switch (a) {
|
|
287
294
|
case "ColumnOptionsIconAlignment":
|
|
288
|
-
this.
|
|
295
|
+
this.eg();
|
|
289
296
|
break;
|
|
290
297
|
case "ColumnOptionsIconBehavior":
|
|
291
|
-
this.
|
|
298
|
+
this.ef();
|
|
292
299
|
break;
|
|
293
300
|
}
|
|
294
301
|
};
|
|
@@ -296,25 +303,25 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
296
303
|
if (e_.button == 2) {
|
|
297
304
|
return;
|
|
298
305
|
}
|
|
299
|
-
var b = this.
|
|
306
|
+
var b = this.dx.ad(e_);
|
|
300
307
|
if (b) {
|
|
301
|
-
this.
|
|
308
|
+
this.d1 = true;
|
|
302
309
|
return;
|
|
303
310
|
}
|
|
304
311
|
_super.prototype.onContactStarted.call(this, e_, a);
|
|
305
312
|
};
|
|
306
313
|
TextHeaderCell.prototype.onContactCompleted = function (e_, a) {
|
|
307
|
-
if (!this.
|
|
314
|
+
if (!this.d1) {
|
|
308
315
|
_super.prototype.onContactCompleted.call(this, e_, a);
|
|
309
316
|
}
|
|
310
|
-
this.
|
|
317
|
+
this.d1 = false;
|
|
311
318
|
};
|
|
312
319
|
TextHeaderCell.prototype.detach = function () {
|
|
313
320
|
_super.prototype.detach.call(this);
|
|
314
|
-
if (this.
|
|
321
|
+
if (this.dx != null) {
|
|
315
322
|
}
|
|
316
323
|
};
|
|
317
|
-
TextHeaderCell.prototype.
|
|
324
|
+
TextHeaderCell.prototype.get_ac = function () {
|
|
318
325
|
return true;
|
|
319
326
|
};
|
|
320
327
|
TextHeaderCell.$t = markType(TextHeaderCell, 'TextHeaderCell', GridCellBase.$);
|
|
@@ -28,59 +28,59 @@ var TextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
TextHeaderCellPresenter.prototype.b = function (a) {
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
|
-
if (a.
|
|
32
|
-
if (a.
|
|
33
|
-
b.
|
|
34
|
-
this.d.
|
|
31
|
+
if (a.a7) {
|
|
32
|
+
if (a.bc(TextCellModel.nw)) {
|
|
33
|
+
b.ku = b.ny;
|
|
34
|
+
this.d.c5(this.d.d6, b.ku);
|
|
35
35
|
}
|
|
36
|
-
if (a.
|
|
37
|
-
var c = this.d.
|
|
38
|
-
if (a.
|
|
39
|
-
this.d.
|
|
36
|
+
if (a.bc(CellModel.hg)) {
|
|
37
|
+
var c = this.d.d0.m;
|
|
38
|
+
if (a.bt) {
|
|
39
|
+
this.d.d0.m = false;
|
|
40
40
|
}
|
|
41
|
-
this.d.
|
|
42
|
-
if (a.
|
|
43
|
-
this.d.
|
|
41
|
+
this.d.d0.b = a.n;
|
|
42
|
+
if (a.bt) {
|
|
43
|
+
this.d.d0.m = c;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
if (a.
|
|
47
|
-
var d = this.d.
|
|
48
|
-
if (a.
|
|
49
|
-
this.d.
|
|
46
|
+
if (a.bc(CellModel.hh)) {
|
|
47
|
+
var d = this.d.d0.m;
|
|
48
|
+
if (a.bt) {
|
|
49
|
+
this.d.d0.m = false;
|
|
50
50
|
}
|
|
51
|
-
this.d.
|
|
52
|
-
if (a.
|
|
53
|
-
this.d.
|
|
51
|
+
this.d.d0.a3 = a.no;
|
|
52
|
+
if (a.bt) {
|
|
53
|
+
this.d.d0.m = d;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
if (a.
|
|
57
|
-
var e = b.
|
|
56
|
+
if (a.bb("IsColumnOptionsEnabled")) {
|
|
57
|
+
var e = b.n7;
|
|
58
58
|
if (e) {
|
|
59
59
|
e = this.e();
|
|
60
60
|
}
|
|
61
|
-
this.d.
|
|
62
|
-
this.d.
|
|
63
|
-
this.a.
|
|
61
|
+
this.d.d2 = e;
|
|
62
|
+
this.d.d4.setRawStyleProperty("display", e ? "inline-block" : "none");
|
|
63
|
+
this.a.c8(a.h2, (a.gy + a.g0 + a.fe + a.fh));
|
|
64
64
|
}
|
|
65
|
-
if (a.
|
|
66
|
-
this.d.
|
|
65
|
+
if (a.bb("SortIndicatorStyle")) {
|
|
66
|
+
this.d.d0.f = b.n5;
|
|
67
67
|
}
|
|
68
|
-
if (a.
|
|
69
|
-
this.d.
|
|
68
|
+
if (a.bb("ColumnOptionsIconAlignment")) {
|
|
69
|
+
this.d.du = b.n1;
|
|
70
70
|
}
|
|
71
|
-
if (a.
|
|
72
|
-
this.d.
|
|
71
|
+
if (a.bb("ColumnOptionsIconBehavior")) {
|
|
72
|
+
this.d.dw = b.n3;
|
|
73
73
|
}
|
|
74
|
-
if (a.
|
|
75
|
-
this.d.
|
|
74
|
+
if (a.bb("ColumnOptionsIconColor")) {
|
|
75
|
+
this.d.dy.bw = b.oj;
|
|
76
76
|
}
|
|
77
|
-
if (a.
|
|
77
|
+
if (a.bb("Path") || (this.d.dy.n != null && this.d.dy.n.grid == null)) {
|
|
78
78
|
var f = a.e.getColumn();
|
|
79
|
-
if (f != this.d.
|
|
80
|
-
this.d.
|
|
79
|
+
if (f != this.d.dy.n) {
|
|
80
|
+
this.d.dy.n = f;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
|
-
ContentCellModelHelper.a(this.a.
|
|
83
|
+
ContentCellModelHelper.a(this.a.ak, b, this.a.ap, this.d.d6, this.a);
|
|
84
84
|
}
|
|
85
85
|
};
|
|
86
86
|
TextHeaderCellPresenter.prototype.e = function () {
|
|
@@ -15,57 +15,57 @@ var VerticalSeparatorCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
__extends(VerticalSeparatorCell, _super);
|
|
16
16
|
function VerticalSeparatorCell(a) {
|
|
17
17
|
var _this = _super.call(this, a) || this;
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
18
|
+
_this.dt = null;
|
|
19
|
+
_this.ds = null;
|
|
20
|
+
_this.du = 0;
|
|
21
|
+
_this.dv = 0;
|
|
22
|
+
_this.dt = a.createElement("div");
|
|
23
|
+
_this.dt.setRawStyleProperty("position", "absolute");
|
|
24
|
+
_this.dt.setRawStyleProperty("pointer-events", "none");
|
|
25
|
+
_this.ap.append(_this.dt);
|
|
26
26
|
return _this;
|
|
27
27
|
}
|
|
28
|
-
VerticalSeparatorCell.prototype.
|
|
28
|
+
VerticalSeparatorCell.prototype.cu = function (a, b, c, d, e) {
|
|
29
29
|
if (a == null) {
|
|
30
|
-
if (this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
30
|
+
if (this.ds != null) {
|
|
31
|
+
this.ds.remove();
|
|
32
|
+
this.ds = null;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
else {
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
36
|
+
this.dw();
|
|
37
|
+
this.du = b;
|
|
38
|
+
this.dv = d;
|
|
39
39
|
}
|
|
40
|
-
this.
|
|
40
|
+
this.dx();
|
|
41
41
|
};
|
|
42
|
-
VerticalSeparatorCell.prototype.
|
|
43
|
-
_super.prototype.
|
|
44
|
-
this.
|
|
42
|
+
VerticalSeparatorCell.prototype.c8 = function (a, b) {
|
|
43
|
+
_super.prototype.c8.call(this, a, b);
|
|
44
|
+
this.dx();
|
|
45
45
|
};
|
|
46
|
-
VerticalSeparatorCell.prototype.
|
|
47
|
-
this.
|
|
46
|
+
VerticalSeparatorCell.prototype.ct = function (a) {
|
|
47
|
+
this.dt.setRawStyleProperty("background-color", a.colorString);
|
|
48
48
|
};
|
|
49
|
-
VerticalSeparatorCell.prototype.
|
|
50
|
-
if (this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
49
|
+
VerticalSeparatorCell.prototype.dx = function () {
|
|
50
|
+
if (this.ds != null) {
|
|
51
|
+
this.dt.setRawStyleProperty("height", "100%");
|
|
52
|
+
this.dt.setRawStyleProperty("width", this.ap.width() - (this.du + this.dv) + "px");
|
|
53
|
+
this.dt.setRawStyleProperty("left", intDivide(this.ap.width(), 2) + "px");
|
|
54
|
+
this.ds.setRawStyleProperty("width", "100%");
|
|
55
|
+
this.ds.setRawStyleProperty("height", "100%");
|
|
56
56
|
}
|
|
57
57
|
else {
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
58
|
+
this.dt.setRawStyleProperty("height", "100%");
|
|
59
|
+
this.dt.setRawStyleProperty("width", this.ap.width() + "px");
|
|
60
|
+
this.dt.setRawStyleProperty("left", "0px");
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
|
-
VerticalSeparatorCell.prototype.
|
|
64
|
-
if (this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
63
|
+
VerticalSeparatorCell.prototype.dw = function () {
|
|
64
|
+
if (this.ds == null) {
|
|
65
|
+
this.ds = this.ak.createElement("div");
|
|
66
|
+
this.ds.setRawStyleProperty("position", "absolute");
|
|
67
|
+
this.ds.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
|
|
68
|
+
this.ap.getNativeElement().insertBefore(this.ds.getNativeElement(), this.dt.getNativeElement());
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
71
|
VerticalSeparatorCell.$t = markType(VerticalSeparatorCell, 'VerticalSeparatorCell', GridCellBase.$);
|