igniteui-angular-data-grids 21.0.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
|
@@ -482,13 +482,13 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
482
482
|
this.f = 1;
|
|
483
483
|
this.h = 2;
|
|
484
484
|
this.w = "Drag a Column Here";
|
|
485
|
-
this.bg = BrushUtil.
|
|
485
|
+
this.bg = BrushUtil.l(158, 0, 0, 0);
|
|
486
486
|
this.j = null;
|
|
487
|
-
this.bf = BrushUtil.
|
|
488
|
-
this.bc = BrushUtil.
|
|
489
|
-
this.bd = BrushUtil.
|
|
490
|
-
this.be = BrushUtil.
|
|
491
|
-
this.bb = BrushUtil.
|
|
487
|
+
this.bf = BrushUtil.l(158, 0, 0, 0);
|
|
488
|
+
this.bc = BrushUtil.l(158, 0, 0, 0);
|
|
489
|
+
this.bd = BrushUtil.l(30, 0, 0, 0);
|
|
490
|
+
this.be = BrushUtil.l(66, 0, 0, 0);
|
|
491
|
+
this.bb = BrushUtil.l(255, 248, 248, 248);
|
|
492
492
|
this.v = 0;
|
|
493
493
|
this.n = false;
|
|
494
494
|
this.q = new ObservableCollection$1(XIcon.$, 0);
|
|
@@ -734,10 +734,10 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
734
734
|
let c = this.targetGrid.groupDescriptions.j;
|
|
735
735
|
for (let d = 0; d < c.count; d++) {
|
|
736
736
|
let e = new GroupInfo();
|
|
737
|
-
let f = b.i((g) => g.
|
|
737
|
+
let f = b.i((g) => g.mr == c.item(d).f);
|
|
738
738
|
if (f != -1) {
|
|
739
|
-
if (!stringIsNullOrEmpty(b._inner[f].
|
|
740
|
-
e.c = b._inner[f].
|
|
739
|
+
if (!stringIsNullOrEmpty(b._inner[f].my)) {
|
|
740
|
+
e.c = b._inner[f].my;
|
|
741
741
|
}
|
|
742
742
|
else {
|
|
743
743
|
e.c = c.item(d).f;
|
|
@@ -768,7 +768,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
768
768
|
let h = a;
|
|
769
769
|
let i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
|
|
770
770
|
let j = new ColumnGroupDescription(0);
|
|
771
|
-
j.f = i.
|
|
771
|
+
j.f = i.mr;
|
|
772
772
|
j.c = 1;
|
|
773
773
|
let k = this.targetGrid.groupDescriptions.j.contains(j);
|
|
774
774
|
j.c = 0;
|
|
@@ -827,28 +827,28 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
827
827
|
else {
|
|
828
828
|
c.svgPath = ColumnGrouping.ac;
|
|
829
829
|
}
|
|
830
|
-
c.fill = BrushUtil.
|
|
830
|
+
c.fill = BrushUtil.l(255, 119, 119, 119);
|
|
831
831
|
this.q.add(c);
|
|
832
832
|
}
|
|
833
833
|
aq(a) {
|
|
834
834
|
let b = new XIcon();
|
|
835
835
|
this.b.am(b, a);
|
|
836
836
|
b.svgPath = ColumnGrouping.aa;
|
|
837
|
-
b.fill = BrushUtil.
|
|
837
|
+
b.fill = BrushUtil.l(255, 119, 119, 119);
|
|
838
838
|
this.q.add(b);
|
|
839
839
|
}
|
|
840
840
|
as(a) {
|
|
841
841
|
let b = new XIcon();
|
|
842
842
|
this.b.am(b, a);
|
|
843
843
|
b.svgPath = ColumnGrouping.ah;
|
|
844
|
-
b.fill = BrushUtil.
|
|
844
|
+
b.fill = BrushUtil.l(255, 119, 119, 119);
|
|
845
845
|
this.q.add(b);
|
|
846
846
|
}
|
|
847
847
|
ar(a) {
|
|
848
848
|
let b = new XIcon();
|
|
849
849
|
this.b.am(b, a);
|
|
850
850
|
b.svgPath = ColumnGrouping.ad;
|
|
851
|
-
b.fill = BrushUtil.
|
|
851
|
+
b.fill = BrushUtil.l(255, 119, 119, 119);
|
|
852
852
|
this.e = b;
|
|
853
853
|
this.q.add(this.e);
|
|
854
854
|
}
|
|
@@ -97,11 +97,11 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
97
97
|
this.b = null;
|
|
98
98
|
this.o = null;
|
|
99
99
|
this.i = null;
|
|
100
|
-
this.am = BrushUtil.
|
|
100
|
+
this.am = BrushUtil.l(255, 0, 153, 255);
|
|
101
101
|
this.n = null;
|
|
102
102
|
this.e = 1;
|
|
103
103
|
this.g = 2;
|
|
104
|
-
this.al = BrushUtil.
|
|
104
|
+
this.al = BrushUtil.l(255, 248, 248, 248);
|
|
105
105
|
this.m = false;
|
|
106
106
|
let a = new ColumnPinningView();
|
|
107
107
|
a.a = this;
|
|
@@ -259,7 +259,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
259
259
|
break;
|
|
260
260
|
case "FilterPlaceholderText":
|
|
261
261
|
if (this.d != null) {
|
|
262
|
-
this.d.
|
|
262
|
+
this.d.cb = this.s;
|
|
263
263
|
}
|
|
264
264
|
break;
|
|
265
265
|
case "BaseTheme":
|
|
@@ -304,12 +304,12 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
304
304
|
let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
305
305
|
for (let c of fromEnum(this.b.actualColumns)) {
|
|
306
306
|
a = new ColumnPinningInfo();
|
|
307
|
-
let d = c.
|
|
308
|
-
if (c.
|
|
309
|
-
d = c.
|
|
307
|
+
let d = c.mr;
|
|
308
|
+
if (c.my != null) {
|
|
309
|
+
d = c.my;
|
|
310
310
|
}
|
|
311
311
|
a.columnName = d;
|
|
312
|
-
if (c.
|
|
312
|
+
if (c.is == 1) {
|
|
313
313
|
a.isPinned = true;
|
|
314
314
|
}
|
|
315
315
|
else {
|
|
@@ -319,7 +319,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
319
319
|
}
|
|
320
320
|
this.d.showSelectAll = false;
|
|
321
321
|
if (this.s != null) {
|
|
322
|
-
this.d.
|
|
322
|
+
this.d.cb = this.s;
|
|
323
323
|
}
|
|
324
324
|
this.d.itemsSource = b;
|
|
325
325
|
let e = "";
|
|
@@ -332,20 +332,20 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
332
332
|
}
|
|
333
333
|
ae(a, b) {
|
|
334
334
|
this.m = true;
|
|
335
|
-
let c = this.d.
|
|
335
|
+
let c = this.d.g.actualDataSource.getItemAtIndex(b.c);
|
|
336
336
|
let d = this.b.actualColumns.count;
|
|
337
337
|
for (let e = 0; e < d; e++) {
|
|
338
|
-
if (this.b.actualColumns._inner[e].
|
|
339
|
-
if (this.b.actualColumns._inner[e].
|
|
340
|
-
this.b.actualColumns._inner[e].
|
|
338
|
+
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) {
|
|
339
|
+
if (this.b.actualColumns._inner[e].is == 0) {
|
|
340
|
+
this.b.actualColumns._inner[e].is = 1;
|
|
341
341
|
}
|
|
342
|
-
else if (this.b.actualColumns._inner[e].
|
|
343
|
-
this.b.actualColumns._inner[e].
|
|
342
|
+
else if (this.b.actualColumns._inner[e].is == 2) {
|
|
343
|
+
this.b.actualColumns._inner[e].is = 1;
|
|
344
344
|
}
|
|
345
345
|
else {
|
|
346
|
-
this.b.actualColumns._inner[e].
|
|
346
|
+
this.b.actualColumns._inner[e].is = 0;
|
|
347
347
|
}
|
|
348
|
-
this.b.actualColumns._inner[e].
|
|
348
|
+
this.b.actualColumns._inner[e].ol("Pinned");
|
|
349
349
|
break;
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -521,15 +521,15 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
521
521
|
$ret.c = false;
|
|
522
522
|
return $ret;
|
|
523
523
|
})());
|
|
524
|
-
this.n.
|
|
525
|
-
this.n.
|
|
526
|
-
this.n.
|
|
524
|
+
this.n.k7 = this.n.k8 = 4;
|
|
525
|
+
this.n.k9 = this.n.k6 = 0;
|
|
526
|
+
this.n.mr = "Icon";
|
|
527
527
|
let e = this.n;
|
|
528
528
|
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
|
|
529
529
|
this.f.columns.add(this.n);
|
|
530
530
|
let f = new TextColumn();
|
|
531
|
-
f.
|
|
532
|
-
f.
|
|
531
|
+
f.mr = "DisplayText";
|
|
532
|
+
f.k7 = 0;
|
|
533
533
|
f.g = 0;
|
|
534
534
|
this.f.columns.add(f);
|
|
535
535
|
this.d4();
|
|
@@ -57,13 +57,13 @@ export let ContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
57
57
|
let g = b.cp * (1 - f);
|
|
58
58
|
d.setRawStyleProperty("opacity", g.toString());
|
|
59
59
|
if (b.bm) {
|
|
60
|
-
e.
|
|
60
|
+
e.dl(b.cp * f);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
if (b.bc(CellModel.e5)) {
|
|
64
64
|
ContentCellModelHelper.c(d, b.ne);
|
|
65
65
|
if (b.bm) {
|
|
66
|
-
e.
|
|
66
|
+
e.di(b.ne);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
if (b.bc(CellModel.gu)) {
|
|
@@ -94,7 +94,7 @@ export let ContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
94
94
|
ContentCellModelHelper.e(c, d, i);
|
|
95
95
|
e.co(i);
|
|
96
96
|
if (b.bm) {
|
|
97
|
-
e.
|
|
97
|
+
e.dh(h, i);
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
if (b.bb("ActualFontInfo")) {
|
|
@@ -17,49 +17,49 @@ export let DataGridScrollerKeyboardListener = /*@__PURE__*/ (() => {
|
|
|
17
17
|
this.a = a;
|
|
18
18
|
}
|
|
19
19
|
onDownArrow(a, b) {
|
|
20
|
-
return this.a.
|
|
20
|
+
return this.a.ko(a, b);
|
|
21
21
|
}
|
|
22
22
|
onEnd(a, b) {
|
|
23
|
-
return this.a.
|
|
23
|
+
return this.a.kp(a, b);
|
|
24
24
|
}
|
|
25
25
|
onHome(a, b) {
|
|
26
|
-
return this.a.
|
|
26
|
+
return this.a.kt(a, b);
|
|
27
27
|
}
|
|
28
28
|
onLeftArrow(a, b) {
|
|
29
|
-
return this.a.
|
|
29
|
+
return this.a.kv(a, b);
|
|
30
30
|
}
|
|
31
31
|
onPageDown(a, b) {
|
|
32
|
-
return this.a.
|
|
32
|
+
return this.a.kw(a, b);
|
|
33
33
|
}
|
|
34
34
|
onPageUp(a, b) {
|
|
35
|
-
return this.a.
|
|
35
|
+
return this.a.kx(a, b);
|
|
36
36
|
}
|
|
37
37
|
onRightArrow(a, b) {
|
|
38
|
-
return this.a.
|
|
38
|
+
return this.a.ky(a, b);
|
|
39
39
|
}
|
|
40
40
|
onTab(a, b) {
|
|
41
|
-
return this.a.
|
|
41
|
+
return this.a.k0(a, b);
|
|
42
42
|
}
|
|
43
43
|
onUpArrow(a, b) {
|
|
44
|
-
return this.a.
|
|
44
|
+
return this.a.k1(a, b);
|
|
45
45
|
}
|
|
46
46
|
onWheel() {
|
|
47
|
-
this.a.
|
|
47
|
+
this.a.x4();
|
|
48
48
|
}
|
|
49
49
|
onEnter(a, b) {
|
|
50
|
-
return this.a.
|
|
50
|
+
return this.a.kq(a, b);
|
|
51
51
|
}
|
|
52
52
|
onEscape() {
|
|
53
|
-
return this.a.
|
|
53
|
+
return this.a.kr();
|
|
54
54
|
}
|
|
55
55
|
onF2() {
|
|
56
|
-
return this.a.
|
|
56
|
+
return this.a.ks();
|
|
57
57
|
}
|
|
58
58
|
onSpace(a, b) {
|
|
59
|
-
return this.a.
|
|
59
|
+
return this.a.kz(a, b);
|
|
60
60
|
}
|
|
61
61
|
onKeyDown(a, b, c) {
|
|
62
|
-
return this.a.
|
|
62
|
+
return this.a.ku(a, b, c);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
|
|
@@ -245,7 +245,7 @@ export let DataGridToolbarView = /*@__PURE__*/ (() => {
|
|
|
245
245
|
a.stopPropagation();
|
|
246
246
|
}
|
|
247
247
|
w(a) {
|
|
248
|
-
let b = ElevationHelper.e(12, BrushUtil.
|
|
248
|
+
let b = ElevationHelper.e(12, BrushUtil.l(66, 0, 0, 0), BrushUtil.l(30, 0, 0, 0), BrushUtil.l(20, 0, 0, 0), 1);
|
|
249
249
|
a.setStyleProperty("boxShadow", b);
|
|
250
250
|
a.setStyleProperty("background-color", this.a.bf._fill);
|
|
251
251
|
a.setStyleProperty("position", "absolute");
|
|
@@ -314,9 +314,9 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
314
314
|
this.d = null;
|
|
315
315
|
this.y = null;
|
|
316
316
|
this.m = null;
|
|
317
|
-
this.bd = BrushUtil.
|
|
318
|
-
this.bb = BrushUtil.
|
|
319
|
-
this.bc = BrushUtil.
|
|
317
|
+
this.bd = BrushUtil.l(255, 24, 29, 31);
|
|
318
|
+
this.bb = BrushUtil.l(255, 248, 248, 248);
|
|
319
|
+
this.bc = BrushUtil.l(255, 248, 248, 248);
|
|
320
320
|
this.o = false;
|
|
321
321
|
this.u = null;
|
|
322
322
|
this.v = null;
|
|
@@ -605,10 +605,10 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
605
605
|
this.b.f = this.j;
|
|
606
606
|
}
|
|
607
607
|
if (this.g != null) {
|
|
608
|
-
this.g.
|
|
608
|
+
this.g.o = this.j;
|
|
609
609
|
}
|
|
610
610
|
if (this.h != null) {
|
|
611
|
-
this.h.
|
|
611
|
+
this.h.o = this.j;
|
|
612
612
|
}
|
|
613
613
|
}
|
|
614
614
|
a3() {
|
|
@@ -618,10 +618,10 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
if (this.g != null) {
|
|
621
|
-
this.g.
|
|
621
|
+
this.g.s = this.l;
|
|
622
622
|
}
|
|
623
623
|
if (this.h != null) {
|
|
624
|
-
this.h.
|
|
624
|
+
this.h.s = this.l;
|
|
625
625
|
}
|
|
626
626
|
if (this.a != null) {
|
|
627
627
|
this.a.h = this.l;
|
|
@@ -636,8 +636,8 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
636
636
|
let g = b.getSubRenderer(c);
|
|
637
637
|
f.provideContainer(g);
|
|
638
638
|
let h = g.getExternal(f, g.rootWrapper, g.getExternal(a, null, null));
|
|
639
|
-
f.
|
|
640
|
-
f.
|
|
639
|
+
f.o = this.j;
|
|
640
|
+
f.s = this.l;
|
|
641
641
|
let i = null;
|
|
642
642
|
let j = null;
|
|
643
643
|
let k = null;
|
|
@@ -748,10 +748,10 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
748
748
|
this.s = 0;
|
|
749
749
|
this.t = 0;
|
|
750
750
|
for (let b = 0; b < a; b++) {
|
|
751
|
-
if (this.e.actualColumns._inner[b].
|
|
751
|
+
if (this.e.actualColumns._inner[b].j1 == true) {
|
|
752
752
|
this.s++;
|
|
753
753
|
}
|
|
754
|
-
if (this.e.actualColumns._inner[b].
|
|
754
|
+
if (this.e.actualColumns._inner[b].is == 1) {
|
|
755
755
|
this.t++;
|
|
756
756
|
}
|
|
757
757
|
}
|
|
@@ -26,9 +26,9 @@ export let DateTimeCellPresenter = /*@__PURE__*/ (() => {
|
|
|
26
26
|
if (a.a7) {
|
|
27
27
|
if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
|
|
28
28
|
this.e(b);
|
|
29
|
-
this.d.c8(this.d.
|
|
29
|
+
this.d.c8(this.d.dx, b.kx);
|
|
30
30
|
}
|
|
31
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
31
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
e(a) {
|
|
@@ -96,17 +96,17 @@ export let DraggerView = /*@__PURE__*/ (() => {
|
|
|
96
96
|
if (this.model.cloneCell != null) {
|
|
97
97
|
this.d = this.model.cloneCell;
|
|
98
98
|
document.documentElement.appendChild(this.d.getNativeElement());
|
|
99
|
-
let a = ElevationHelper.e(12, BrushUtil.
|
|
99
|
+
let a = ElevationHelper.e(12, BrushUtil.l(66, 0, 0, 0), BrushUtil.l(30, 0, 0, 0), BrushUtil.l(20, 0, 0, 0));
|
|
100
100
|
this.d.setStyleProperty("boxShadow", a);
|
|
101
101
|
this.d.setStyleProperty("z-index", "12000");
|
|
102
102
|
this.d.setStyleProperty("min-width", "170px");
|
|
103
103
|
this.d.setStyleProperty("max-width", "250px");
|
|
104
104
|
let b = BrushUtil.a("background-color", this.d);
|
|
105
|
-
let c = BrushUtil.
|
|
105
|
+
let c = BrushUtil.l(200, b[0].color.o, b[0].color.n, b[0].color.m);
|
|
106
106
|
this.d.setStyleProperty("background-color", c._fill);
|
|
107
107
|
let d = this.d.getChildAt(0);
|
|
108
108
|
let e = BrushUtil.a("color", d);
|
|
109
|
-
let f = BrushUtil.
|
|
109
|
+
let f = BrushUtil.l(200, e[0].color.o, e[0].color.n, e[0].color.m);
|
|
110
110
|
d.setStyleProperty("color", f._fill);
|
|
111
111
|
}
|
|
112
112
|
}
|