igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +7623 -7085
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +37 -34
- package/esm2015/lib/CheckboxListView_combined.js +24 -24
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +5293 -5010
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +118 -113
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +4 -4
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +97 -79
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +291 -261
- package/esm2015/lib/igc-data-grid-component.js +20 -0
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +12 -12
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +46 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +58 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +38 -38
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +37 -34
- package/esm5/lib/CheckboxListView_combined.js +24 -24
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +5100 -4765
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +118 -113
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +4 -4
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +52 -52
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +105 -79
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +303 -261
- package/esm5/lib/igc-data-grid-component.js +28 -0
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +12 -12
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +50 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +74 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +38 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +7778 -7348
- package/fesm5/igniteui-webcomponents-data-grids.js +7623 -7085
- package/lib/ColumnFilterCondition_combined.d.ts +1341 -1292
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +10 -0
- package/lib/igc-data-grid-column-component.d.ts +15 -0
- package/lib/igc-data-grid-component.d.ts +10 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +14 -0
- package/package.json +4 -4
|
@@ -136,8 +136,8 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
136
136
|
return;
|
|
137
137
|
}
|
|
138
138
|
this.p = false;
|
|
139
|
-
if (b.
|
|
140
|
-
b.
|
|
139
|
+
if (b.g5 != a) {
|
|
140
|
+
b.g5 = a;
|
|
141
141
|
this.p = true;
|
|
142
142
|
}
|
|
143
143
|
else {
|
|
@@ -156,9 +156,9 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
156
156
|
this.co();
|
|
157
157
|
var b = this.g.p();
|
|
158
158
|
if (null != b) {
|
|
159
|
-
var c = b.
|
|
159
|
+
var c = b.g5;
|
|
160
160
|
if (null != c) {
|
|
161
|
-
b.
|
|
161
|
+
b.g5 = null;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
};
|
|
@@ -642,7 +642,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
642
642
|
}
|
|
643
643
|
this.w = true;
|
|
644
644
|
if (stringIsNullOrEmpty(this.au)) {
|
|
645
|
-
if (null != a.
|
|
645
|
+
if (null != a.g5) {
|
|
646
646
|
this.aw(null);
|
|
647
647
|
}
|
|
648
648
|
else {
|
|
@@ -712,7 +712,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
712
712
|
}
|
|
713
713
|
var f = this.g;
|
|
714
714
|
var g = this.g.p();
|
|
715
|
-
e = g.
|
|
715
|
+
e = g.no();
|
|
716
716
|
}
|
|
717
717
|
d.d = e;
|
|
718
718
|
d.b = a;
|
|
@@ -839,9 +839,9 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
839
839
|
this.au = null;
|
|
840
840
|
var a = this.g.p();
|
|
841
841
|
if (null != a) {
|
|
842
|
-
var b = a.
|
|
842
|
+
var b = a.g5;
|
|
843
843
|
if (null != b) {
|
|
844
|
-
a.
|
|
844
|
+
a.g5 = null;
|
|
845
845
|
}
|
|
846
846
|
else {
|
|
847
847
|
this.cw();
|
|
@@ -2775,7 +2775,7 @@ export var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2775
2775
|
try {
|
|
2776
2776
|
for (var _b = __values(fromEnum(c)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2777
2777
|
var d = _c.value;
|
|
2778
|
-
if (0 == StringComparer.b.compare(d.
|
|
2778
|
+
if (0 == StringComparer.b.compare(d.nj, a)) {
|
|
2779
2779
|
return d;
|
|
2780
2780
|
}
|
|
2781
2781
|
}
|
package/esm5/lib/NumericCell.js
CHANGED
|
@@ -14,19 +14,19 @@ export var NumericCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(NumericCell, _super);
|
|
15
15
|
function NumericCell(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.c3(_this.d0, 2);
|
|
18
|
+
_this.dc(_this.d0, 1);
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
|
-
NumericCell.prototype.
|
|
22
|
-
_super.prototype.
|
|
21
|
+
NumericCell.prototype.cl = function (a, b, c) {
|
|
22
|
+
_super.prototype.cl.call(this, a, b, c);
|
|
23
23
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
24
|
-
this.
|
|
24
|
+
this.d0.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
|
-
NumericCell.prototype.
|
|
28
|
-
_super.prototype.
|
|
29
|
-
this.
|
|
27
|
+
NumericCell.prototype.b9 = function () {
|
|
28
|
+
_super.prototype.b9.call(this);
|
|
29
|
+
this.di(2, 1);
|
|
30
30
|
};
|
|
31
31
|
NumericCell.$t = markType(NumericCell, 'NumericCell', TextCell.$);
|
|
32
32
|
return NumericCell;
|
|
@@ -29,20 +29,20 @@ export var NumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(NumericCellModel.
|
|
33
|
-
b.
|
|
34
|
-
this.d.
|
|
32
|
+
if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
|
|
33
|
+
b.k1 = this.e(b);
|
|
34
|
+
this.d.c9(this.d.d0, b.k1);
|
|
35
35
|
}
|
|
36
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
36
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
NumericCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
return a.
|
|
40
|
+
if (a.ly != null) {
|
|
41
|
+
return a.ly;
|
|
42
42
|
}
|
|
43
|
-
if (a.
|
|
44
|
-
var val_ = a.
|
|
45
|
-
var override_ = a.
|
|
43
|
+
if (a.o7 != null) {
|
|
44
|
+
var val_ = a.ok;
|
|
45
|
+
var override_ = a.o7;
|
|
46
46
|
return (override_.format(val_));
|
|
47
47
|
}
|
|
48
48
|
return NumericCellFormatter.c(a);
|
|
@@ -835,15 +835,15 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
835
835
|
}
|
|
836
836
|
else {
|
|
837
837
|
var a = new TextColumn();
|
|
838
|
-
a.
|
|
839
|
-
a.
|
|
840
|
-
a.
|
|
838
|
+
a.lm = 10;
|
|
839
|
+
a.ln = 5;
|
|
840
|
+
a.nj = "PropertyPath";
|
|
841
841
|
a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
|
|
842
842
|
this.l.columns.add(a);
|
|
843
843
|
var b = new TemplateColumn();
|
|
844
|
-
b.
|
|
845
|
-
b.
|
|
846
|
-
b.
|
|
844
|
+
b.nj = "ValueType";
|
|
845
|
+
b.lm = 5;
|
|
846
|
+
b.ln = 5;
|
|
847
847
|
b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
|
|
848
848
|
b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
|
|
849
849
|
b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
|
|
@@ -923,8 +923,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
923
923
|
var r = this_1.cc(l);
|
|
924
924
|
if (c.count <= g) {
|
|
925
925
|
var s = new TextColumn();
|
|
926
|
-
s.
|
|
927
|
-
s.
|
|
926
|
+
s.lm = 10;
|
|
927
|
+
s.ln = 5;
|
|
928
928
|
s.width = ((function () {
|
|
929
929
|
var $ret = new ColumnWidth();
|
|
930
930
|
$ret.c = false;
|
|
@@ -932,8 +932,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
932
932
|
return $ret;
|
|
933
933
|
})());
|
|
934
934
|
s.dataBinding = delegateCombine(s.dataBinding, runOn(this_1, this_1.dp));
|
|
935
|
-
s.
|
|
936
|
-
s.
|
|
935
|
+
s.ob = "PropertyName_" + k;
|
|
936
|
+
s.nj = "PropertyName";
|
|
937
937
|
c.add(s);
|
|
938
938
|
this_1.au.item(s, c.count - 1);
|
|
939
939
|
g++;
|
|
@@ -970,10 +970,10 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
970
970
|
}
|
|
971
971
|
if (c.count <= g) {
|
|
972
972
|
var v = new TemplateColumn();
|
|
973
|
-
v.
|
|
974
|
-
v.
|
|
975
|
-
v.
|
|
976
|
-
v.
|
|
973
|
+
v.ob = "ValueType_" + k;
|
|
974
|
+
v.nj = "ValueType";
|
|
975
|
+
v.lm = 5;
|
|
976
|
+
v.ln = 5;
|
|
977
977
|
v.dataBinding = delegateCombine(v.dataBinding, runOn(this_1, this_1.cu));
|
|
978
978
|
v.width = ((function () {
|
|
979
979
|
var $ret = new ColumnWidth();
|
|
@@ -1189,7 +1189,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1189
1189
|
};
|
|
1190
1190
|
PropertyEditor.prototype.ct = function (a, b) {
|
|
1191
1191
|
var c = a;
|
|
1192
|
-
var d = this.s(c, b.cellInfo.fq, b.cellInfo.
|
|
1192
|
+
var d = this.s(c, b.cellInfo.fq, b.cellInfo.ij);
|
|
1193
1193
|
var e = d != null ? d.w : 0;
|
|
1194
1194
|
switch (e) {
|
|
1195
1195
|
case 10:
|
|
@@ -1287,7 +1287,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1287
1287
|
if (c.t != 3) {
|
|
1288
1288
|
c.t = 3;
|
|
1289
1289
|
}
|
|
1290
|
-
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1290
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1291
1291
|
var f = c.inputs._inner[0];
|
|
1292
1292
|
f.bh = e;
|
|
1293
1293
|
f.cq = (e.ar != null ? e.ar.toString() : "");
|
|
@@ -1302,7 +1302,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1302
1302
|
if (c.s != 3) {
|
|
1303
1303
|
c.s = 3;
|
|
1304
1304
|
}
|
|
1305
|
-
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1305
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1306
1306
|
c.ee = e;
|
|
1307
1307
|
var f = e.ar;
|
|
1308
1308
|
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
@@ -1320,7 +1320,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1320
1320
|
if (c.density != 3) {
|
|
1321
1321
|
c.density = 3;
|
|
1322
1322
|
}
|
|
1323
|
-
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1323
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1324
1324
|
if (c.dd != e) {
|
|
1325
1325
|
if (!d) {
|
|
1326
1326
|
c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(_this, _this.cq));
|
|
@@ -1592,7 +1592,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1592
1592
|
if (!c.y) {
|
|
1593
1593
|
c.y = true;
|
|
1594
1594
|
}
|
|
1595
|
-
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1595
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1596
1596
|
var f = e.ar;
|
|
1597
1597
|
if (f == null) {
|
|
1598
1598
|
f = false;
|
|
@@ -14,49 +14,49 @@ export var SectionHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(SectionHeaderCell, _super);
|
|
15
15
|
function SectionHeaderCell(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
17
|
+
_this.dz = null;
|
|
18
|
+
_this.dz = a.createElement("span");
|
|
19
|
+
_this.dz.setRawStyleProperty("display", "inline-block");
|
|
20
|
+
_this.dz.setRawStyleProperty("line-height", "normal");
|
|
21
|
+
_this.dz.setRawStyleProperty("vertical-align", "middle");
|
|
22
|
+
_this.dz.setRawStyleProperty("overflow", "hidden");
|
|
23
|
+
_this.dz.setRawStyleProperty("white-space", "nowrap");
|
|
24
|
+
_this.dz.setRawStyleProperty("text-overflow", "ellipsis");
|
|
25
25
|
_this.ar.setRawStyleProperty("text-align", "left");
|
|
26
26
|
_this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
27
27
|
_this.ar.setRawStyleProperty("overflow", "hidden");
|
|
28
28
|
_this.ar.setRawStyleProperty("white-space", "nowrap");
|
|
29
29
|
_this.ar.setRawStyleProperty("text-overflow", "ellipsis");
|
|
30
|
-
_this.ar.append(_this.
|
|
30
|
+
_this.ar.append(_this.dz);
|
|
31
31
|
return _this;
|
|
32
32
|
}
|
|
33
|
-
Object.defineProperty(SectionHeaderCell.prototype, "
|
|
33
|
+
Object.defineProperty(SectionHeaderCell.prototype, "d0", {
|
|
34
34
|
get: function () {
|
|
35
|
-
return this.
|
|
35
|
+
return this.dz;
|
|
36
36
|
},
|
|
37
37
|
enumerable: false,
|
|
38
38
|
configurable: true
|
|
39
39
|
});
|
|
40
|
-
SectionHeaderCell.prototype.
|
|
41
|
-
_super.prototype.
|
|
42
|
-
if (a == this.
|
|
43
|
-
this.
|
|
40
|
+
SectionHeaderCell.prototype.c1 = function (a, b) {
|
|
41
|
+
_super.prototype.c1.call(this, a, b);
|
|
42
|
+
if (a == this.dz) {
|
|
43
|
+
this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
SectionHeaderCell.prototype.get_ae = function () {
|
|
47
47
|
return true;
|
|
48
48
|
};
|
|
49
|
-
SectionHeaderCell.prototype.
|
|
50
|
-
_super.prototype.
|
|
49
|
+
SectionHeaderCell.prototype.cl = function (a, b, c) {
|
|
50
|
+
_super.prototype.cl.call(this, a, b, c);
|
|
51
51
|
if (a == "Indent") {
|
|
52
|
-
this.
|
|
52
|
+
this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
|
|
53
53
|
}
|
|
54
54
|
if (a == "IsCollapsable") {
|
|
55
55
|
if (this.aa) {
|
|
56
|
-
this.
|
|
56
|
+
this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
|
|
57
57
|
}
|
|
58
58
|
else {
|
|
59
|
-
this.
|
|
59
|
+
this.dz.setRawStyleProperty("margin-left", "0px");
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
};
|
|
@@ -28,26 +28,26 @@ export var SectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
|
|
|
28
28
|
_super.prototype.b.call(this, a);
|
|
29
29
|
var b = a;
|
|
30
30
|
if (a.a7) {
|
|
31
|
-
if (a.bc(SectionHeaderCellModel.
|
|
32
|
-
if (b.
|
|
33
|
-
if (b.
|
|
34
|
-
b.
|
|
31
|
+
if (a.bc(SectionHeaderCellModel.of) || a.bc(SectionHeaderCellModel.oh) || a.bc(SectionHeaderCellModel.og) || a.bc(SectionHeaderCellModel.oj)) {
|
|
32
|
+
if (b.ob == null || (b.ob.length == 0 && b.op == null)) {
|
|
33
|
+
if (b.ii == null) {
|
|
34
|
+
b.k1 = "";
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
|
-
b.
|
|
37
|
+
b.k1 = b.ii.toString();
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
else {
|
|
41
|
-
if (b.
|
|
42
|
-
b.
|
|
41
|
+
if (b.on != null && b.oe == 0) {
|
|
42
|
+
b.k1 = b.op + " " + b.on;
|
|
43
43
|
}
|
|
44
44
|
else {
|
|
45
|
-
b.
|
|
45
|
+
b.k1 = b.op;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
this.d.
|
|
48
|
+
this.d.c9(this.d.d0, b.k1);
|
|
49
49
|
}
|
|
50
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
50
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
SectionHeaderCellPresenter.$t = markType(SectionHeaderCellPresenter, 'SectionHeaderCellPresenter', CellPresenterBase.$);
|
package/esm5/lib/SummaryCell.js
CHANGED
|
@@ -14,77 +14,77 @@ export var SummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(SummaryCell, _super);
|
|
15
15
|
function SummaryCell(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
17
|
+
_this.dz = null;
|
|
18
|
+
_this.d0 = null;
|
|
19
|
+
_this.d1 = null;
|
|
20
|
+
_this.d5 = -1;
|
|
21
|
+
_this.d4 = -1;
|
|
22
22
|
_this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
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.ar.append(_this.
|
|
23
|
+
_this.d1 = a.createElement("div");
|
|
24
|
+
_this.dz = a.createElement("span");
|
|
25
|
+
_this.dz.setRawStyleProperty("display", "inline-block");
|
|
26
|
+
_this.dz.setRawStyleProperty("width", "40%");
|
|
27
|
+
_this.dz.setRawStyleProperty("white-space", "nowrap");
|
|
28
|
+
_this.dz.setRawStyleProperty("text-overflow", "ellipsis");
|
|
29
|
+
_this.dz.setRawStyleProperty("vertical-align", "middle");
|
|
30
|
+
_this.dz.setRawStyleProperty("overflow", "hidden");
|
|
31
|
+
_this.d1.append(_this.dz);
|
|
32
|
+
_this.d0 = a.createElement("span");
|
|
33
|
+
_this.d0.setRawStyleProperty("display", "inline-block");
|
|
34
|
+
_this.d0.setRawStyleProperty("width", "60%");
|
|
35
|
+
_this.d0.setRawStyleProperty("text-align", "right");
|
|
36
|
+
_this.d0.setRawStyleProperty("white-space", "nowrap");
|
|
37
|
+
_this.d0.setRawStyleProperty("text-overflow", "ellipsis");
|
|
38
|
+
_this.d0.setRawStyleProperty("vertical-align", "middle");
|
|
39
|
+
_this.d0.setRawStyleProperty("overflow", "hidden");
|
|
40
|
+
_this.d1.append(_this.d0);
|
|
41
|
+
_this.ar.append(_this.d1);
|
|
42
42
|
return _this;
|
|
43
43
|
}
|
|
44
|
-
Object.defineProperty(SummaryCell.prototype, "
|
|
44
|
+
Object.defineProperty(SummaryCell.prototype, "d2", {
|
|
45
45
|
get: function () {
|
|
46
|
-
return this.
|
|
46
|
+
return this.dz;
|
|
47
47
|
},
|
|
48
48
|
enumerable: false,
|
|
49
49
|
configurable: true
|
|
50
50
|
});
|
|
51
|
-
Object.defineProperty(SummaryCell.prototype, "
|
|
51
|
+
Object.defineProperty(SummaryCell.prototype, "d3", {
|
|
52
52
|
get: function () {
|
|
53
|
-
return this.
|
|
53
|
+
return this.d0;
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
57
57
|
});
|
|
58
|
-
SummaryCell.prototype.
|
|
59
|
-
_super.prototype.
|
|
58
|
+
SummaryCell.prototype.dd = function (a, b) {
|
|
59
|
+
_super.prototype.dd.call(this, a, b);
|
|
60
60
|
var c = Math.max(0, a - b);
|
|
61
|
-
if (this.
|
|
62
|
-
this.
|
|
61
|
+
if (this.d5 != c) {
|
|
62
|
+
this.d5 = c;
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
SummaryCell.prototype.
|
|
66
|
-
_super.prototype.
|
|
65
|
+
SummaryCell.prototype.c2 = function (a, b) {
|
|
66
|
+
_super.prototype.c2.call(this, a, b);
|
|
67
67
|
var c = Math.max(0, a - b);
|
|
68
|
-
if (this.
|
|
69
|
-
this.
|
|
68
|
+
if (this.d4 != c) {
|
|
69
|
+
this.d4 = c;
|
|
70
70
|
}
|
|
71
71
|
};
|
|
72
|
-
SummaryCell.prototype.
|
|
73
|
-
_super.prototype.
|
|
74
|
-
if (a == this.
|
|
75
|
-
this.
|
|
72
|
+
SummaryCell.prototype.c1 = function (a, b) {
|
|
73
|
+
_super.prototype.c1.call(this, a, b);
|
|
74
|
+
if (a == this.dz) {
|
|
75
|
+
this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
76
76
|
}
|
|
77
|
-
else if (a == this.
|
|
78
|
-
this.
|
|
77
|
+
else if (a == this.d0) {
|
|
78
|
+
this.d0.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
79
79
|
}
|
|
80
80
|
};
|
|
81
81
|
SummaryCell.prototype.get_ae = function () {
|
|
82
82
|
return false;
|
|
83
83
|
};
|
|
84
|
-
SummaryCell.prototype.
|
|
85
|
-
_super.prototype.
|
|
84
|
+
SummaryCell.prototype.cl = function (a, b, c) {
|
|
85
|
+
_super.prototype.cl.call(this, a, b, c);
|
|
86
86
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
87
|
-
this.
|
|
87
|
+
this.d1.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
88
88
|
}
|
|
89
89
|
};
|
|
90
90
|
SummaryCell.$t = markType(SummaryCell, 'SummaryCell', GridCellBase.$);
|
|
@@ -28,25 +28,25 @@ export var SummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
28
28
|
_super.prototype.b.call(this, a);
|
|
29
29
|
var b = a;
|
|
30
30
|
if (a.a7) {
|
|
31
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
32
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
31
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d2, this.a);
|
|
32
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d3, this.a);
|
|
33
33
|
if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
|
|
34
|
-
if (b.
|
|
35
|
-
this.d.
|
|
34
|
+
if (b.oh != null) {
|
|
35
|
+
this.d.c9(this.d.d2, b.oh);
|
|
36
36
|
}
|
|
37
|
-
if (b.
|
|
38
|
-
this.d.
|
|
37
|
+
if (b.oj != null) {
|
|
38
|
+
this.d.c9(this.d.d3, b.oj);
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
if (a.bb("SummaryLabelTextColor")) {
|
|
42
|
-
this.d.
|
|
42
|
+
this.d.d2.setRawStyleProperty("color", b.oo._fill);
|
|
43
43
|
}
|
|
44
|
-
if (a.bb("SummaryLabelFontInfo")) {
|
|
45
|
-
var c = b.
|
|
44
|
+
if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
|
|
45
|
+
var c = b.oa;
|
|
46
46
|
if (c == null) {
|
|
47
47
|
c = FontUtil.getDefaultFont(this.a.am);
|
|
48
48
|
}
|
|
49
|
-
this.d.
|
|
49
|
+
this.d.d2.setRawStyleProperty("font", c.fontString);
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
};
|
package/esm5/lib/TemplateCell.js
CHANGED
|
@@ -16,16 +16,16 @@ export var TemplateCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16
16
|
__extends(TemplateCell, _super);
|
|
17
17
|
function TemplateCell(a) {
|
|
18
18
|
var _this = _super.call(this, a) || this;
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.ar.append(_this.
|
|
23
|
-
_this.ar.listen("keydown", runOn(_this, _this.
|
|
19
|
+
_this.dz = null;
|
|
20
|
+
_this.dz = new TemplateCellContainer(a);
|
|
21
|
+
_this.dz.element.setRawStyleProperty("box-sizing", "border-box");
|
|
22
|
+
_this.ar.append(_this.dz.element);
|
|
23
|
+
_this.ar.listen("keydown", runOn(_this, _this.d1));
|
|
24
24
|
return _this;
|
|
25
25
|
}
|
|
26
|
-
Object.defineProperty(TemplateCell.prototype, "
|
|
26
|
+
Object.defineProperty(TemplateCell.prototype, "d0", {
|
|
27
27
|
get: function () {
|
|
28
|
-
return this.
|
|
28
|
+
return this.dz;
|
|
29
29
|
},
|
|
30
30
|
enumerable: false,
|
|
31
31
|
configurable: true
|
|
@@ -33,21 +33,21 @@ export var TemplateCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
33
33
|
TemplateCell.prototype.get_ae = function () {
|
|
34
34
|
return true;
|
|
35
35
|
};
|
|
36
|
-
TemplateCell.prototype.
|
|
37
|
-
_super.prototype.
|
|
36
|
+
TemplateCell.prototype.cl = function (a, b, c) {
|
|
37
|
+
_super.prototype.cl.call(this, a, b, c);
|
|
38
38
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
39
|
-
this.
|
|
39
|
+
this.dz.element.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
|
-
TemplateCell.prototype.
|
|
43
|
-
var a = this.
|
|
42
|
+
TemplateCell.prototype.ca = function () {
|
|
43
|
+
var a = this.dz.element.getNativeElement();
|
|
44
44
|
if (a.contains(document.activeElement)) {
|
|
45
45
|
return;
|
|
46
46
|
}
|
|
47
|
-
_super.prototype.
|
|
47
|
+
_super.prototype.ca.call(this);
|
|
48
48
|
};
|
|
49
|
-
TemplateCell.prototype.
|
|
50
|
-
var b = this.
|
|
49
|
+
TemplateCell.prototype.d1 = function (a) {
|
|
50
|
+
var b = this.dz.element.getNativeElement();
|
|
51
51
|
if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
|
|
52
52
|
var c = BaseDOMEventProxy.c4(a);
|
|
53
53
|
if (c == 14 || c == 16) {
|
|
@@ -30,12 +30,12 @@ export var TemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
31
|
var b = a;
|
|
32
32
|
var c = this.d.actualColumns._inner[a.l.a5];
|
|
33
|
-
if (a.bc(CellModel.fp) || a.bc(CellModel.
|
|
33
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
|
|
34
34
|
var d = Math.min(1, Math.max(0, a.c7));
|
|
35
35
|
var e = a.cs * (1 - d);
|
|
36
|
-
this.e.
|
|
36
|
+
this.e.d0.element.setRawStyleProperty("opacity", e.toString());
|
|
37
37
|
}
|
|
38
|
-
c.
|
|
38
|
+
c.r8(a, this.e.d0);
|
|
39
39
|
};
|
|
40
40
|
TemplateCellPresenter.$t = markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
|
|
41
41
|
return TemplateCellPresenter;
|
|
@@ -30,11 +30,11 @@ export var TemplateHeader = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30
30
|
_super.prototype.eq.call(this, a, b, c, d);
|
|
31
31
|
var e = a;
|
|
32
32
|
var f = b.ci(a.l);
|
|
33
|
-
e.
|
|
34
|
-
e.n = f.
|
|
35
|
-
e.
|
|
33
|
+
e.ob = f.ml;
|
|
34
|
+
e.n = f.hv;
|
|
35
|
+
e.oe = f.jx;
|
|
36
36
|
};
|
|
37
|
-
TemplateHeader.prototype.
|
|
37
|
+
TemplateHeader.prototype.hu = function (a, b) {
|
|
38
38
|
if (this.cellUpdating != null) {
|
|
39
39
|
this.cellUpdating(this, ((function () {
|
|
40
40
|
var $ret = new TemplateHeaderCellUpdatingEventArgs();
|
|
@@ -15,14 +15,14 @@ export var TemplateHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
__extends(TemplateHeaderCell, _super);
|
|
16
16
|
function TemplateHeaderCell(a) {
|
|
17
17
|
var _this = _super.call(this, a) || this;
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.ar.append(_this.
|
|
18
|
+
_this.dz = null;
|
|
19
|
+
_this.dz = new TemplateCellContainer(a);
|
|
20
|
+
_this.ar.append(_this.dz.element);
|
|
21
21
|
return _this;
|
|
22
22
|
}
|
|
23
|
-
Object.defineProperty(TemplateHeaderCell.prototype, "
|
|
23
|
+
Object.defineProperty(TemplateHeaderCell.prototype, "d0", {
|
|
24
24
|
get: function () {
|
|
25
|
-
return this.
|
|
25
|
+
return this.dz;
|
|
26
26
|
},
|
|
27
27
|
enumerable: false,
|
|
28
28
|
configurable: true
|