igniteui-angular-data-grids 21.0.0-beta.0 → 21.0.1-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 +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- 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 +15 -15
- 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/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- 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 +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- 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 +15 -15
- 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/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- 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 +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- 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 +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- 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/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -512,13 +512,13 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
512
512
|
_this.f = 1;
|
|
513
513
|
_this.h = 2;
|
|
514
514
|
_this.w = "Drag a Column Here";
|
|
515
|
-
_this.bg = BrushUtil.
|
|
515
|
+
_this.bg = BrushUtil.l(158, 0, 0, 0);
|
|
516
516
|
_this.j = null;
|
|
517
|
-
_this.bf = BrushUtil.
|
|
518
|
-
_this.bc = BrushUtil.
|
|
519
|
-
_this.bd = BrushUtil.
|
|
520
|
-
_this.be = BrushUtil.
|
|
521
|
-
_this.bb = BrushUtil.
|
|
517
|
+
_this.bf = BrushUtil.l(158, 0, 0, 0);
|
|
518
|
+
_this.bc = BrushUtil.l(158, 0, 0, 0);
|
|
519
|
+
_this.bd = BrushUtil.l(30, 0, 0, 0);
|
|
520
|
+
_this.be = BrushUtil.l(66, 0, 0, 0);
|
|
521
|
+
_this.bb = BrushUtil.l(255, 248, 248, 248);
|
|
522
522
|
_this.v = 0;
|
|
523
523
|
_this.n = false;
|
|
524
524
|
_this.q = new ObservableCollection$1(XIcon.$, 0);
|
|
@@ -813,10 +813,10 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
813
813
|
var c_1 = this.targetGrid.groupDescriptions.j;
|
|
814
814
|
var _loop_1 = function (d) {
|
|
815
815
|
var e = new GroupInfo();
|
|
816
|
-
var f = b.i(function (g) { return g.
|
|
816
|
+
var f = b.i(function (g) { return g.mr == c_1.item(d).f; });
|
|
817
817
|
if (f != -1) {
|
|
818
|
-
if (!stringIsNullOrEmpty(b._inner[f].
|
|
819
|
-
e.c = b._inner[f].
|
|
818
|
+
if (!stringIsNullOrEmpty(b._inner[f].my)) {
|
|
819
|
+
e.c = b._inner[f].my;
|
|
820
820
|
}
|
|
821
821
|
else {
|
|
822
822
|
e.c = c_1.item(d).f;
|
|
@@ -850,7 +850,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
850
850
|
var h = a;
|
|
851
851
|
var i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
|
|
852
852
|
var j = new ColumnGroupDescription(0);
|
|
853
|
-
j.f = i.
|
|
853
|
+
j.f = i.mr;
|
|
854
854
|
j.c = 1;
|
|
855
855
|
var k = this.targetGrid.groupDescriptions.j.contains(j);
|
|
856
856
|
j.c = 0;
|
|
@@ -909,28 +909,28 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
909
909
|
else {
|
|
910
910
|
c.svgPath = ColumnGrouping.ac;
|
|
911
911
|
}
|
|
912
|
-
c.fill = BrushUtil.
|
|
912
|
+
c.fill = BrushUtil.l(255, 119, 119, 119);
|
|
913
913
|
this.q.add(c);
|
|
914
914
|
};
|
|
915
915
|
ColumnGrouping.prototype.aq = function (a) {
|
|
916
916
|
var b = new XIcon();
|
|
917
917
|
this.b.am(b, a);
|
|
918
918
|
b.svgPath = ColumnGrouping.aa;
|
|
919
|
-
b.fill = BrushUtil.
|
|
919
|
+
b.fill = BrushUtil.l(255, 119, 119, 119);
|
|
920
920
|
this.q.add(b);
|
|
921
921
|
};
|
|
922
922
|
ColumnGrouping.prototype.as = function (a) {
|
|
923
923
|
var b = new XIcon();
|
|
924
924
|
this.b.am(b, a);
|
|
925
925
|
b.svgPath = ColumnGrouping.ah;
|
|
926
|
-
b.fill = BrushUtil.
|
|
926
|
+
b.fill = BrushUtil.l(255, 119, 119, 119);
|
|
927
927
|
this.q.add(b);
|
|
928
928
|
};
|
|
929
929
|
ColumnGrouping.prototype.ar = function (a) {
|
|
930
930
|
var b = new XIcon();
|
|
931
931
|
this.b.am(b, a);
|
|
932
932
|
b.svgPath = ColumnGrouping.ad;
|
|
933
|
-
b.fill = BrushUtil.
|
|
933
|
+
b.fill = BrushUtil.l(255, 119, 119, 119);
|
|
934
934
|
this.e = b;
|
|
935
935
|
this.q.add(this.e);
|
|
936
936
|
};
|
|
@@ -99,11 +99,11 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
99
99
|
_this.b = null;
|
|
100
100
|
_this.o = null;
|
|
101
101
|
_this.i = null;
|
|
102
|
-
_this.am = BrushUtil.
|
|
102
|
+
_this.am = BrushUtil.l(255, 0, 153, 255);
|
|
103
103
|
_this.n = null;
|
|
104
104
|
_this.e = 1;
|
|
105
105
|
_this.g = 2;
|
|
106
|
-
_this.al = BrushUtil.
|
|
106
|
+
_this.al = BrushUtil.l(255, 248, 248, 248);
|
|
107
107
|
_this.m = false;
|
|
108
108
|
var a = new ColumnPinningView();
|
|
109
109
|
a.a = _this;
|
|
@@ -298,7 +298,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
298
298
|
break;
|
|
299
299
|
case "FilterPlaceholderText":
|
|
300
300
|
if (this.d != null) {
|
|
301
|
-
this.d.
|
|
301
|
+
this.d.cb = this.s;
|
|
302
302
|
}
|
|
303
303
|
break;
|
|
304
304
|
case "BaseTheme":
|
|
@@ -346,12 +346,12 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
346
346
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
347
347
|
var c = _c.value;
|
|
348
348
|
a = new ColumnPinningInfo();
|
|
349
|
-
var d = c.
|
|
350
|
-
if (c.
|
|
351
|
-
d = c.
|
|
349
|
+
var d = c.mr;
|
|
350
|
+
if (c.my != null) {
|
|
351
|
+
d = c.my;
|
|
352
352
|
}
|
|
353
353
|
a.columnName = d;
|
|
354
|
-
if (c.
|
|
354
|
+
if (c.is == 1) {
|
|
355
355
|
a.isPinned = true;
|
|
356
356
|
}
|
|
357
357
|
else {
|
|
@@ -375,7 +375,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
375
375
|
}
|
|
376
376
|
this.d.showSelectAll = false;
|
|
377
377
|
if (this.s != null) {
|
|
378
|
-
this.d.
|
|
378
|
+
this.d.cb = this.s;
|
|
379
379
|
}
|
|
380
380
|
this.d.itemsSource = b;
|
|
381
381
|
var e = "";
|
|
@@ -388,20 +388,20 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
388
388
|
};
|
|
389
389
|
ColumnPinning.prototype.ae = function (a, b) {
|
|
390
390
|
this.m = true;
|
|
391
|
-
var c = this.d.
|
|
391
|
+
var c = this.d.g.actualDataSource.getItemAtIndex(b.c);
|
|
392
392
|
var d = this.b.actualColumns.count;
|
|
393
393
|
for (var e = 0; e < d; e++) {
|
|
394
|
-
if (this.b.actualColumns._inner[e].
|
|
395
|
-
if (this.b.actualColumns._inner[e].
|
|
396
|
-
this.b.actualColumns._inner[e].
|
|
394
|
+
if (this.b.actualColumns._inner[e].mr == c.columnName || this.b.actualColumns._inner[e].ni == c.columnName || this.b.actualColumns._inner[e].my == c.columnName) {
|
|
395
|
+
if (this.b.actualColumns._inner[e].is == 0) {
|
|
396
|
+
this.b.actualColumns._inner[e].is = 1;
|
|
397
397
|
}
|
|
398
|
-
else if (this.b.actualColumns._inner[e].
|
|
399
|
-
this.b.actualColumns._inner[e].
|
|
398
|
+
else if (this.b.actualColumns._inner[e].is == 2) {
|
|
399
|
+
this.b.actualColumns._inner[e].is = 1;
|
|
400
400
|
}
|
|
401
401
|
else {
|
|
402
|
-
this.b.actualColumns._inner[e].
|
|
402
|
+
this.b.actualColumns._inner[e].is = 0;
|
|
403
403
|
}
|
|
404
|
-
this.b.actualColumns._inner[e].
|
|
404
|
+
this.b.actualColumns._inner[e].ol("Pinned");
|
|
405
405
|
break;
|
|
406
406
|
}
|
|
407
407
|
}
|
|
@@ -721,15 +721,15 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
721
721
|
$ret.c = false;
|
|
722
722
|
return $ret;
|
|
723
723
|
})());
|
|
724
|
-
this.n.
|
|
725
|
-
this.n.
|
|
726
|
-
this.n.
|
|
724
|
+
this.n.k7 = this.n.k8 = 4;
|
|
725
|
+
this.n.k9 = this.n.k6 = 0;
|
|
726
|
+
this.n.mr = "Icon";
|
|
727
727
|
var e = this.n;
|
|
728
728
|
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
|
|
729
729
|
this.f.columns.add(this.n);
|
|
730
730
|
var f = new TextColumn();
|
|
731
|
-
f.
|
|
732
|
-
f.
|
|
731
|
+
f.mr = "DisplayText";
|
|
732
|
+
f.k7 = 0;
|
|
733
733
|
f.g = 0;
|
|
734
734
|
this.f.columns.add(f);
|
|
735
735
|
this.d4();
|
|
@@ -61,13 +61,13 @@ var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
61
61
|
var g = b.cp * (1 - f);
|
|
62
62
|
d.setRawStyleProperty("opacity", g.toString());
|
|
63
63
|
if (b.bm) {
|
|
64
|
-
e.
|
|
64
|
+
e.dl(b.cp * f);
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
if (b.bc(CellModel.e5)) {
|
|
68
68
|
ContentCellModelHelper.c(d, b.ne);
|
|
69
69
|
if (b.bm) {
|
|
70
|
-
e.
|
|
70
|
+
e.di(b.ne);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
if (b.bc(CellModel.gu)) {
|
|
@@ -98,7 +98,7 @@ var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
98
98
|
ContentCellModelHelper.e(c, d, i);
|
|
99
99
|
e.co(i);
|
|
100
100
|
if (b.bm) {
|
|
101
|
-
e.
|
|
101
|
+
e.dh(h, i);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
if (b.bb("ActualFontInfo")) {
|
|
@@ -19,49 +19,49 @@ var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
DataGridScrollerKeyboardListener.prototype.onDownArrow = function (a, b) {
|
|
22
|
-
return this.a.
|
|
22
|
+
return this.a.ko(a, b);
|
|
23
23
|
};
|
|
24
24
|
DataGridScrollerKeyboardListener.prototype.onEnd = function (a, b) {
|
|
25
|
-
return this.a.
|
|
25
|
+
return this.a.kp(a, b);
|
|
26
26
|
};
|
|
27
27
|
DataGridScrollerKeyboardListener.prototype.onHome = function (a, b) {
|
|
28
|
-
return this.a.
|
|
28
|
+
return this.a.kt(a, b);
|
|
29
29
|
};
|
|
30
30
|
DataGridScrollerKeyboardListener.prototype.onLeftArrow = function (a, b) {
|
|
31
|
-
return this.a.
|
|
31
|
+
return this.a.kv(a, b);
|
|
32
32
|
};
|
|
33
33
|
DataGridScrollerKeyboardListener.prototype.onPageDown = function (a, b) {
|
|
34
|
-
return this.a.
|
|
34
|
+
return this.a.kw(a, b);
|
|
35
35
|
};
|
|
36
36
|
DataGridScrollerKeyboardListener.prototype.onPageUp = function (a, b) {
|
|
37
|
-
return this.a.
|
|
37
|
+
return this.a.kx(a, b);
|
|
38
38
|
};
|
|
39
39
|
DataGridScrollerKeyboardListener.prototype.onRightArrow = function (a, b) {
|
|
40
|
-
return this.a.
|
|
40
|
+
return this.a.ky(a, b);
|
|
41
41
|
};
|
|
42
42
|
DataGridScrollerKeyboardListener.prototype.onTab = function (a, b) {
|
|
43
|
-
return this.a.
|
|
43
|
+
return this.a.k0(a, b);
|
|
44
44
|
};
|
|
45
45
|
DataGridScrollerKeyboardListener.prototype.onUpArrow = function (a, b) {
|
|
46
|
-
return this.a.
|
|
46
|
+
return this.a.k1(a, b);
|
|
47
47
|
};
|
|
48
48
|
DataGridScrollerKeyboardListener.prototype.onWheel = function () {
|
|
49
|
-
this.a.
|
|
49
|
+
this.a.x4();
|
|
50
50
|
};
|
|
51
51
|
DataGridScrollerKeyboardListener.prototype.onEnter = function (a, b) {
|
|
52
|
-
return this.a.
|
|
52
|
+
return this.a.kq(a, b);
|
|
53
53
|
};
|
|
54
54
|
DataGridScrollerKeyboardListener.prototype.onEscape = function () {
|
|
55
|
-
return this.a.
|
|
55
|
+
return this.a.kr();
|
|
56
56
|
};
|
|
57
57
|
DataGridScrollerKeyboardListener.prototype.onF2 = function () {
|
|
58
|
-
return this.a.
|
|
58
|
+
return this.a.ks();
|
|
59
59
|
};
|
|
60
60
|
DataGridScrollerKeyboardListener.prototype.onSpace = function (a, b) {
|
|
61
|
-
return this.a.
|
|
61
|
+
return this.a.kz(a, b);
|
|
62
62
|
};
|
|
63
63
|
DataGridScrollerKeyboardListener.prototype.onKeyDown = function (a, b, c) {
|
|
64
|
-
return this.a.
|
|
64
|
+
return this.a.ku(a, b, c);
|
|
65
65
|
};
|
|
66
66
|
DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
|
|
67
67
|
return DataGridScrollerKeyboardListener;
|
|
@@ -247,7 +247,7 @@ var DataGridToolbarView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
247
247
|
a.stopPropagation();
|
|
248
248
|
};
|
|
249
249
|
DataGridToolbarView.prototype.w = function (a) {
|
|
250
|
-
var b = ElevationHelper.e(12, BrushUtil.
|
|
250
|
+
var b = ElevationHelper.e(12, BrushUtil.l(66, 0, 0, 0), BrushUtil.l(30, 0, 0, 0), BrushUtil.l(20, 0, 0, 0), 1);
|
|
251
251
|
a.setStyleProperty("boxShadow", b);
|
|
252
252
|
a.setStyleProperty("background-color", this.a.bf._fill);
|
|
253
253
|
a.setStyleProperty("position", "absolute");
|
|
@@ -316,9 +316,9 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
316
316
|
_this.d = null;
|
|
317
317
|
_this.y = null;
|
|
318
318
|
_this.m = null;
|
|
319
|
-
_this.bd = BrushUtil.
|
|
320
|
-
_this.bb = BrushUtil.
|
|
321
|
-
_this.bc = BrushUtil.
|
|
319
|
+
_this.bd = BrushUtil.l(255, 24, 29, 31);
|
|
320
|
+
_this.bb = BrushUtil.l(255, 248, 248, 248);
|
|
321
|
+
_this.bc = BrushUtil.l(255, 248, 248, 248);
|
|
322
322
|
_this.o = false;
|
|
323
323
|
_this.u = null;
|
|
324
324
|
_this.v = null;
|
|
@@ -668,10 +668,10 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
668
668
|
this.b.f = this.j;
|
|
669
669
|
}
|
|
670
670
|
if (this.g != null) {
|
|
671
|
-
this.g.
|
|
671
|
+
this.g.o = this.j;
|
|
672
672
|
}
|
|
673
673
|
if (this.h != null) {
|
|
674
|
-
this.h.
|
|
674
|
+
this.h.o = this.j;
|
|
675
675
|
}
|
|
676
676
|
};
|
|
677
677
|
DataGridToolbar.prototype.a3 = function () {
|
|
@@ -681,10 +681,10 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
683
|
if (this.g != null) {
|
|
684
|
-
this.g.
|
|
684
|
+
this.g.s = this.l;
|
|
685
685
|
}
|
|
686
686
|
if (this.h != null) {
|
|
687
|
-
this.h.
|
|
687
|
+
this.h.s = this.l;
|
|
688
688
|
}
|
|
689
689
|
if (this.a != null) {
|
|
690
690
|
this.a.h = this.l;
|
|
@@ -699,8 +699,8 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
699
699
|
var g = b.getSubRenderer(c);
|
|
700
700
|
f.provideContainer(g);
|
|
701
701
|
var h = g.getExternal(f, g.rootWrapper, g.getExternal(a, null, null));
|
|
702
|
-
f.
|
|
703
|
-
f.
|
|
702
|
+
f.o = this.j;
|
|
703
|
+
f.s = this.l;
|
|
704
704
|
var i = null;
|
|
705
705
|
var j = null;
|
|
706
706
|
var k = null;
|
|
@@ -811,10 +811,10 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
811
811
|
this.s = 0;
|
|
812
812
|
this.t = 0;
|
|
813
813
|
for (var b = 0; b < a; b++) {
|
|
814
|
-
if (this.e.actualColumns._inner[b].
|
|
814
|
+
if (this.e.actualColumns._inner[b].j1 == true) {
|
|
815
815
|
this.s++;
|
|
816
816
|
}
|
|
817
|
-
if (this.e.actualColumns._inner[b].
|
|
817
|
+
if (this.e.actualColumns._inner[b].is == 1) {
|
|
818
818
|
this.t++;
|
|
819
819
|
}
|
|
820
820
|
}
|
|
@@ -31,9 +31,9 @@ var DateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31
31
|
if (a.a7) {
|
|
32
32
|
if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
|
|
33
33
|
this.e(b);
|
|
34
|
-
this.d.c8(this.d.
|
|
34
|
+
this.d.c8(this.d.dx, b.kx);
|
|
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.dx, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
DateTimeCellPresenter.prototype.e = function (a) {
|
package/esm5/lib/DraggerView.js
CHANGED
|
@@ -102,17 +102,17 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
102
102
|
if (this.model.cloneCell != null) {
|
|
103
103
|
this.d = this.model.cloneCell;
|
|
104
104
|
document.documentElement.appendChild(this.d.getNativeElement());
|
|
105
|
-
var a = ElevationHelper.e(12, BrushUtil.
|
|
105
|
+
var a = ElevationHelper.e(12, BrushUtil.l(66, 0, 0, 0), BrushUtil.l(30, 0, 0, 0), BrushUtil.l(20, 0, 0, 0));
|
|
106
106
|
this.d.setStyleProperty("boxShadow", a);
|
|
107
107
|
this.d.setStyleProperty("z-index", "12000");
|
|
108
108
|
this.d.setStyleProperty("min-width", "170px");
|
|
109
109
|
this.d.setStyleProperty("max-width", "250px");
|
|
110
110
|
var b = BrushUtil.a("background-color", this.d);
|
|
111
|
-
var c = BrushUtil.
|
|
111
|
+
var c = BrushUtil.l(200, b[0].color.o, b[0].color.n, b[0].color.m);
|
|
112
112
|
this.d.setStyleProperty("background-color", c._fill);
|
|
113
113
|
var d = this.d.getChildAt(0);
|
|
114
114
|
var e = BrushUtil.a("color", d);
|
|
115
|
-
var f = BrushUtil.
|
|
115
|
+
var f = BrushUtil.l(200, e[0].color.o, e[0].color.n, e[0].color.m);
|
|
116
116
|
d.setStyleProperty("color", f._fill);
|
|
117
117
|
}
|
|
118
118
|
}
|