igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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 +8241 -9505
- package/bundles/igniteui-webcomponents-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 +0 -28
- package/esm2015/lib/CheckboxListView_combined.js +705 -730
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
- 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 +267 -267
- 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 +63 -65
- 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 +6 -9
- package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +433 -271
- 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 +134 -140
- package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- 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 +193 -307
- package/esm2015/lib/igc-data-grid-component.js +1 -99
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
- package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- 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-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +4 -65
- package/esm2015/public_api.js +0 -1
- 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 +0 -28
- package/esm5/lib/CheckboxListView_combined.js +684 -709
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
- 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 +62 -64
- 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 +6 -9
- package/esm5/lib/GridFilterDialogView_combined.js +164 -331
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +585 -275
- 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 +132 -138
- package/esm5/lib/TextHeaderCellPresenter.js +21 -43
- package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- 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 +193 -355
- package/esm5/lib/igc-data-grid-component.js +2 -140
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
- package/esm5/lib/igc-data-grid-pager-component.js +10 -38
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- 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-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +4 -93
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
- package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
- package/lib/CheckboxListBridge.d.ts +0 -1
- package/lib/CheckboxListExternal.d.ts +0 -6
- package/lib/CheckboxListView_combined.d.ts +148 -153
- package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +19 -21
- package/lib/GridExternalWrapper.d.ts +0 -1
- package/lib/GridFilterDialogView_combined.d.ts +58 -81
- package/lib/GridStyleRepository.d.ts +84 -23
- 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 +24 -26
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +0 -54
- package/lib/igc-data-grid-component.d.ts +1 -49
- package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
- package/lib/igc-data-grid-pager-component.d.ts +0 -10
- package/lib/igc-text-header-cell-info.d.ts +0 -33
- package/package.json +4 -4
- package/public_api.d.ts +0 -1
- package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
- package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
- package/lib/GridStyleRepositoryKeys.d.ts +0 -48
|
@@ -477,13 +477,13 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
477
477
|
this.f = 1;
|
|
478
478
|
this.h = 2;
|
|
479
479
|
this.w = "Drag a Column Here";
|
|
480
|
-
this.bg = BrushUtil.
|
|
480
|
+
this.bg = BrushUtil.j(158, 0, 0, 0);
|
|
481
481
|
this.j = null;
|
|
482
|
-
this.bf = BrushUtil.
|
|
483
|
-
this.bc = BrushUtil.
|
|
484
|
-
this.bd = BrushUtil.
|
|
485
|
-
this.be = BrushUtil.
|
|
486
|
-
this.bb = BrushUtil.
|
|
482
|
+
this.bf = BrushUtil.j(158, 0, 0, 0);
|
|
483
|
+
this.bc = BrushUtil.j(158, 0, 0, 0);
|
|
484
|
+
this.bd = BrushUtil.j(30, 0, 0, 0);
|
|
485
|
+
this.be = BrushUtil.j(66, 0, 0, 0);
|
|
486
|
+
this.bb = BrushUtil.j(255, 248, 248, 248);
|
|
487
487
|
this.v = 0;
|
|
488
488
|
this.n = false;
|
|
489
489
|
this.q = new ObservableCollection$1(XIcon.$, 0);
|
|
@@ -729,10 +729,10 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
729
729
|
let c = this.targetGrid.groupDescriptions.j;
|
|
730
730
|
for (let d = 0; d < c.count; d++) {
|
|
731
731
|
let e = new GroupInfo();
|
|
732
|
-
let f = b.i((g) => g.
|
|
732
|
+
let f = b.i((g) => g.l7 == c.item(d).f);
|
|
733
733
|
if (f != -1) {
|
|
734
|
-
if (!stringIsNullOrEmpty(b._inner[f].
|
|
735
|
-
e.c = b._inner[f].
|
|
734
|
+
if (!stringIsNullOrEmpty(b._inner[f].me)) {
|
|
735
|
+
e.c = b._inner[f].me;
|
|
736
736
|
}
|
|
737
737
|
else {
|
|
738
738
|
e.c = c.item(d).f;
|
|
@@ -763,7 +763,7 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
763
763
|
let h = a;
|
|
764
764
|
let i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
|
|
765
765
|
let j = new ColumnGroupDescription(0);
|
|
766
|
-
j.f = i.
|
|
766
|
+
j.f = i.l7;
|
|
767
767
|
j.c = 1;
|
|
768
768
|
let k = this.targetGrid.groupDescriptions.j.contains(j);
|
|
769
769
|
j.c = 0;
|
|
@@ -822,28 +822,28 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
822
822
|
else {
|
|
823
823
|
c.svgPath = ColumnGrouping.ac;
|
|
824
824
|
}
|
|
825
|
-
c.fill = BrushUtil.
|
|
825
|
+
c.fill = BrushUtil.j(255, 119, 119, 119);
|
|
826
826
|
this.q.add(c);
|
|
827
827
|
}
|
|
828
828
|
aq(a) {
|
|
829
829
|
let b = new XIcon();
|
|
830
830
|
this.b.am(b, a);
|
|
831
831
|
b.svgPath = ColumnGrouping.aa;
|
|
832
|
-
b.fill = BrushUtil.
|
|
832
|
+
b.fill = BrushUtil.j(255, 119, 119, 119);
|
|
833
833
|
this.q.add(b);
|
|
834
834
|
}
|
|
835
835
|
as(a) {
|
|
836
836
|
let b = new XIcon();
|
|
837
837
|
this.b.am(b, a);
|
|
838
838
|
b.svgPath = ColumnGrouping.ah;
|
|
839
|
-
b.fill = BrushUtil.
|
|
839
|
+
b.fill = BrushUtil.j(255, 119, 119, 119);
|
|
840
840
|
this.q.add(b);
|
|
841
841
|
}
|
|
842
842
|
ar(a) {
|
|
843
843
|
let b = new XIcon();
|
|
844
844
|
this.b.am(b, a);
|
|
845
845
|
b.svgPath = ColumnGrouping.ad;
|
|
846
|
-
b.fill = BrushUtil.
|
|
846
|
+
b.fill = BrushUtil.j(255, 119, 119, 119);
|
|
847
847
|
this.e = b;
|
|
848
848
|
this.q.add(this.e);
|
|
849
849
|
}
|
|
@@ -92,11 +92,11 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
92
92
|
this.b = null;
|
|
93
93
|
this.o = null;
|
|
94
94
|
this.i = null;
|
|
95
|
-
this.am = BrushUtil.
|
|
95
|
+
this.am = BrushUtil.j(255, 0, 153, 255);
|
|
96
96
|
this.n = null;
|
|
97
97
|
this.e = 1;
|
|
98
98
|
this.g = 2;
|
|
99
|
-
this.al = BrushUtil.
|
|
99
|
+
this.al = BrushUtil.j(255, 248, 248, 248);
|
|
100
100
|
this.m = false;
|
|
101
101
|
let a = new ColumnPinningView();
|
|
102
102
|
a.a = this;
|
|
@@ -254,7 +254,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
254
254
|
break;
|
|
255
255
|
case "FilterPlaceholderText":
|
|
256
256
|
if (this.d != null) {
|
|
257
|
-
this.d.
|
|
257
|
+
this.d.ca = this.s;
|
|
258
258
|
}
|
|
259
259
|
break;
|
|
260
260
|
case "BaseTheme":
|
|
@@ -299,12 +299,12 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
299
299
|
let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
300
300
|
for (let c of fromEnum(this.b.actualColumns)) {
|
|
301
301
|
a = new ColumnPinningInfo();
|
|
302
|
-
let d = c.
|
|
303
|
-
if (c.
|
|
304
|
-
d = c.
|
|
302
|
+
let d = c.l7;
|
|
303
|
+
if (c.me != null) {
|
|
304
|
+
d = c.me;
|
|
305
305
|
}
|
|
306
306
|
a.columnName = d;
|
|
307
|
-
if (c.
|
|
307
|
+
if (c.io == 1) {
|
|
308
308
|
a.isPinned = true;
|
|
309
309
|
}
|
|
310
310
|
else {
|
|
@@ -314,7 +314,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
314
314
|
}
|
|
315
315
|
this.d.showSelectAll = false;
|
|
316
316
|
if (this.s != null) {
|
|
317
|
-
this.d.
|
|
317
|
+
this.d.ca = this.s;
|
|
318
318
|
}
|
|
319
319
|
this.d.itemsSource = b;
|
|
320
320
|
let e = "";
|
|
@@ -327,20 +327,20 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
327
327
|
}
|
|
328
328
|
ae(a, b) {
|
|
329
329
|
this.m = true;
|
|
330
|
-
let c = this.d.
|
|
330
|
+
let c = this.d.f.actualDataSource.getItemAtIndex(b.c);
|
|
331
331
|
let d = this.b.actualColumns.count;
|
|
332
332
|
for (let e = 0; e < d; e++) {
|
|
333
|
-
if (this.b.actualColumns._inner[e].
|
|
334
|
-
if (this.b.actualColumns._inner[e].
|
|
335
|
-
this.b.actualColumns._inner[e].
|
|
333
|
+
if (this.b.actualColumns._inner[e].l7 == c.columnName || this.b.actualColumns._inner[e].my == c.columnName || this.b.actualColumns._inner[e].me == c.columnName) {
|
|
334
|
+
if (this.b.actualColumns._inner[e].io == 0) {
|
|
335
|
+
this.b.actualColumns._inner[e].io = 1;
|
|
336
336
|
}
|
|
337
|
-
else if (this.b.actualColumns._inner[e].
|
|
338
|
-
this.b.actualColumns._inner[e].
|
|
337
|
+
else if (this.b.actualColumns._inner[e].io == 2) {
|
|
338
|
+
this.b.actualColumns._inner[e].io = 1;
|
|
339
339
|
}
|
|
340
340
|
else {
|
|
341
|
-
this.b.actualColumns._inner[e].
|
|
341
|
+
this.b.actualColumns._inner[e].io = 0;
|
|
342
342
|
}
|
|
343
|
-
this.b.actualColumns._inner[e].
|
|
343
|
+
this.b.actualColumns._inner[e].n0("Pinned");
|
|
344
344
|
break;
|
|
345
345
|
}
|
|
346
346
|
}
|
|
@@ -516,15 +516,15 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
516
516
|
$ret.c = false;
|
|
517
517
|
return $ret;
|
|
518
518
|
})());
|
|
519
|
-
this.n.
|
|
520
|
-
this.n.
|
|
521
|
-
this.n.
|
|
519
|
+
this.n.k0 = this.n.k1 = 4;
|
|
520
|
+
this.n.k2 = this.n.kz = 0;
|
|
521
|
+
this.n.l7 = "Icon";
|
|
522
522
|
let e = this.n;
|
|
523
523
|
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
|
|
524
524
|
this.f.columns.add(this.n);
|
|
525
525
|
let f = new TextColumn();
|
|
526
|
-
f.
|
|
527
|
-
f.
|
|
526
|
+
f.l7 = "DisplayText";
|
|
527
|
+
f.k0 = 0;
|
|
528
528
|
f.g = 0;
|
|
529
529
|
this.f.columns.add(f);
|
|
530
530
|
this.d4();
|
|
@@ -54,13 +54,13 @@ let ContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
54
54
|
let g = b.cp * (1 - f);
|
|
55
55
|
d.setRawStyleProperty("opacity", g.toString());
|
|
56
56
|
if (b.bm) {
|
|
57
|
-
e.
|
|
57
|
+
e.dk(b.cp * f);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
if (b.bc(CellModel.e5)) {
|
|
61
61
|
ContentCellModelHelper.c(d, b.ne);
|
|
62
62
|
if (b.bm) {
|
|
63
|
-
e.
|
|
63
|
+
e.dh(b.ne);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
if (b.bc(CellModel.gu)) {
|
|
@@ -91,7 +91,7 @@ let ContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
91
91
|
ContentCellModelHelper.e(c, d, i);
|
|
92
92
|
e.co(i);
|
|
93
93
|
if (b.bm) {
|
|
94
|
-
e.
|
|
94
|
+
e.dg(h, i);
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
if (b.bb("ActualFontInfo")) {
|
|
@@ -14,49 +14,49 @@ let DataGridScrollerKeyboardListener = /*@__PURE__*/ (() => {
|
|
|
14
14
|
this.a = a;
|
|
15
15
|
}
|
|
16
16
|
onDownArrow(a, b) {
|
|
17
|
-
return this.a.
|
|
17
|
+
return this.a.km(a, b);
|
|
18
18
|
}
|
|
19
19
|
onEnd(a, b) {
|
|
20
|
-
return this.a.
|
|
20
|
+
return this.a.kn(a, b);
|
|
21
21
|
}
|
|
22
22
|
onHome(a, b) {
|
|
23
|
-
return this.a.
|
|
23
|
+
return this.a.kr(a, b);
|
|
24
24
|
}
|
|
25
25
|
onLeftArrow(a, b) {
|
|
26
|
-
return this.a.
|
|
26
|
+
return this.a.kt(a, b);
|
|
27
27
|
}
|
|
28
28
|
onPageDown(a, b) {
|
|
29
|
-
return this.a.
|
|
29
|
+
return this.a.ku(a, b);
|
|
30
30
|
}
|
|
31
31
|
onPageUp(a, b) {
|
|
32
|
-
return this.a.
|
|
32
|
+
return this.a.kv(a, b);
|
|
33
33
|
}
|
|
34
34
|
onRightArrow(a, b) {
|
|
35
|
-
return this.a.
|
|
35
|
+
return this.a.kw(a, b);
|
|
36
36
|
}
|
|
37
37
|
onTab(a, b) {
|
|
38
|
-
return this.a.
|
|
38
|
+
return this.a.ky(a, b);
|
|
39
39
|
}
|
|
40
40
|
onUpArrow(a, b) {
|
|
41
|
-
return this.a.
|
|
41
|
+
return this.a.kz(a, b);
|
|
42
42
|
}
|
|
43
43
|
onWheel() {
|
|
44
|
-
this.a.
|
|
44
|
+
this.a.xs();
|
|
45
45
|
}
|
|
46
46
|
onEnter(a, b) {
|
|
47
|
-
return this.a.
|
|
47
|
+
return this.a.ko(a, b);
|
|
48
48
|
}
|
|
49
49
|
onEscape() {
|
|
50
|
-
return this.a.
|
|
50
|
+
return this.a.kp();
|
|
51
51
|
}
|
|
52
52
|
onF2() {
|
|
53
|
-
return this.a.
|
|
53
|
+
return this.a.kq();
|
|
54
54
|
}
|
|
55
55
|
onSpace(a, b) {
|
|
56
|
-
return this.a.
|
|
56
|
+
return this.a.kx(a, b);
|
|
57
57
|
}
|
|
58
58
|
onKeyDown(a, b, c) {
|
|
59
|
-
return this.a.
|
|
59
|
+
return this.a.ks(a, b, c);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
DataGridScrollerKeyboardListener.$t = /*@__PURE__*/ markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
|
|
@@ -242,7 +242,7 @@ let DataGridToolbarView = /*@__PURE__*/ (() => {
|
|
|
242
242
|
a.stopPropagation();
|
|
243
243
|
}
|
|
244
244
|
w(a) {
|
|
245
|
-
let b = ElevationHelper.e(12, BrushUtil.
|
|
245
|
+
let b = ElevationHelper.e(12, BrushUtil.j(66, 0, 0, 0), BrushUtil.j(30, 0, 0, 0), BrushUtil.j(20, 0, 0, 0), 1);
|
|
246
246
|
a.setStyleProperty("boxShadow", b);
|
|
247
247
|
a.setStyleProperty("background-color", this.a.bf._fill);
|
|
248
248
|
a.setStyleProperty("position", "absolute");
|
|
@@ -309,9 +309,9 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
309
309
|
this.d = null;
|
|
310
310
|
this.y = null;
|
|
311
311
|
this.m = null;
|
|
312
|
-
this.bd = BrushUtil.
|
|
313
|
-
this.bb = BrushUtil.
|
|
314
|
-
this.bc = BrushUtil.
|
|
312
|
+
this.bd = BrushUtil.j(255, 24, 29, 31);
|
|
313
|
+
this.bb = BrushUtil.j(255, 248, 248, 248);
|
|
314
|
+
this.bc = BrushUtil.j(255, 248, 248, 248);
|
|
315
315
|
this.o = false;
|
|
316
316
|
this.u = null;
|
|
317
317
|
this.v = null;
|
|
@@ -600,10 +600,10 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
600
600
|
this.b.f = this.j;
|
|
601
601
|
}
|
|
602
602
|
if (this.g != null) {
|
|
603
|
-
this.g.
|
|
603
|
+
this.g.n = this.j;
|
|
604
604
|
}
|
|
605
605
|
if (this.h != null) {
|
|
606
|
-
this.h.
|
|
606
|
+
this.h.n = this.j;
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
609
|
a3() {
|
|
@@ -613,10 +613,10 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
615
|
if (this.g != null) {
|
|
616
|
-
this.g.
|
|
616
|
+
this.g.r = this.l;
|
|
617
617
|
}
|
|
618
618
|
if (this.h != null) {
|
|
619
|
-
this.h.
|
|
619
|
+
this.h.r = this.l;
|
|
620
620
|
}
|
|
621
621
|
if (this.a != null) {
|
|
622
622
|
this.a.h = this.l;
|
|
@@ -631,8 +631,8 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
631
631
|
let g = b.getSubRenderer(c);
|
|
632
632
|
f.provideContainer(g);
|
|
633
633
|
let h = g.getExternal(f, g.rootWrapper, g.getExternal(a, null, null));
|
|
634
|
-
f.
|
|
635
|
-
f.
|
|
634
|
+
f.n = this.j;
|
|
635
|
+
f.r = this.l;
|
|
636
636
|
let i = null;
|
|
637
637
|
let j = null;
|
|
638
638
|
let k = null;
|
|
@@ -743,10 +743,10 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
743
743
|
this.s = 0;
|
|
744
744
|
this.t = 0;
|
|
745
745
|
for (let b = 0; b < a; b++) {
|
|
746
|
-
if (this.e.actualColumns._inner[b].
|
|
746
|
+
if (this.e.actualColumns._inner[b].ju == true) {
|
|
747
747
|
this.s++;
|
|
748
748
|
}
|
|
749
|
-
if (this.e.actualColumns._inner[b].
|
|
749
|
+
if (this.e.actualColumns._inner[b].io == 1) {
|
|
750
750
|
this.t++;
|
|
751
751
|
}
|
|
752
752
|
}
|
|
@@ -23,9 +23,9 @@ let DateTimeCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
if (a.a7) {
|
|
24
24
|
if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
|
|
25
25
|
this.e(b);
|
|
26
|
-
this.d.c8(this.d.
|
|
26
|
+
this.d.c8(this.d.dw, b.kx);
|
|
27
27
|
}
|
|
28
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
28
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
e(a) {
|
|
@@ -93,17 +93,17 @@ let DraggerView = /*@__PURE__*/ (() => {
|
|
|
93
93
|
if (this.model.cloneCell != null) {
|
|
94
94
|
this.d = this.model.cloneCell;
|
|
95
95
|
document.documentElement.appendChild(this.d.getNativeElement());
|
|
96
|
-
let a = ElevationHelper.e(12, BrushUtil.
|
|
96
|
+
let a = ElevationHelper.e(12, BrushUtil.j(66, 0, 0, 0), BrushUtil.j(30, 0, 0, 0), BrushUtil.j(20, 0, 0, 0));
|
|
97
97
|
this.d.setStyleProperty("boxShadow", a);
|
|
98
98
|
this.d.setStyleProperty("z-index", "12000");
|
|
99
99
|
this.d.setStyleProperty("min-width", "170px");
|
|
100
100
|
this.d.setStyleProperty("max-width", "250px");
|
|
101
101
|
let b = BrushUtil.a("background-color", this.d);
|
|
102
|
-
let c = BrushUtil.
|
|
102
|
+
let c = BrushUtil.j(200, b[0].color.o, b[0].color.n, b[0].color.m);
|
|
103
103
|
this.d.setStyleProperty("background-color", c._fill);
|
|
104
104
|
let d = this.d.getChildAt(0);
|
|
105
105
|
let e = BrushUtil.a("color", d);
|
|
106
|
-
let f = BrushUtil.
|
|
106
|
+
let f = BrushUtil.j(200, e[0].color.o, e[0].color.n, e[0].color.m);
|
|
107
107
|
d.setStyleProperty("color", f._fill);
|
|
108
108
|
}
|
|
109
109
|
}
|