igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2
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 +24378 -21126
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- 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 +28 -28
- package/esm2015/lib/CheckboxListBridge.js +54 -26
- package/esm2015/lib/CheckboxListView_combined.js +775 -745
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
- package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +7 -7
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +11 -11
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +25 -25
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +71 -69
- 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 +17 -17
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +15 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm2015/lib/GridStyleRepository.js +272 -431
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +31 -31
- package/esm2015/lib/SectionHeaderCell.js +20 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +34 -25
- package/esm2015/lib/SummaryCellPresenter.js +8 -8
- package/esm2015/lib/TemplateCell.js +12 -12
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +8 -8
- 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 +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +177 -136
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +89 -90
- 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-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +390 -193
- package/esm2015/lib/igc-data-grid-component.js +241 -2
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- 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-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- 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-filter-row-definition-module.js +2 -0
- 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-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +121 -10
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +3 -0
- package/esm5/lib/CanvasCellPresenterBase.js +5 -5
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- 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 +28 -28
- package/esm5/lib/CheckboxListBridge.js +54 -26
- package/esm5/lib/CheckboxListView_combined.js +748 -718
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
- package/esm5/lib/ColumnGroupingView_combined.js +24 -24
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +7 -7
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +13 -13
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +11 -11
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +25 -25
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +70 -68
- 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 +17 -17
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +15 -6
- package/esm5/lib/GridFilterDialogView_combined.js +478 -177
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm5/lib/GridStyleRepository.js +280 -583
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +31 -31
- package/esm5/lib/SectionHeaderCell.js +20 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +35 -26
- package/esm5/lib/SummaryCellPresenter.js +8 -8
- package/esm5/lib/TemplateCell.js +12 -12
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +8 -8
- 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 +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +175 -134
- package/esm5/lib/TextHeaderCellPresenter.js +66 -25
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +89 -90
- 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-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +478 -193
- package/esm5/lib/igc-data-grid-component.js +324 -3
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- 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-date-time-column-module.js +2 -0
- package/esm5/lib/igc-definition-base-component.js +129 -129
- 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-filter-row-definition-module.js +2 -0
- 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-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +173 -10
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +3 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
- package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +159 -154
- package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- 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 +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +104 -61
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +23 -83
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +4 -2
- package/lib/SummaryCell.d.ts +6 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- 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/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +77 -0
- package/lib/igc-data-grid-component.d.ts +94 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +48 -0
- package/package.json +4 -4
- package/public_api.d.ts +3 -0
|
@@ -106,7 +106,7 @@ export var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106
106
|
}
|
|
107
107
|
this.n = a;
|
|
108
108
|
this.d = new CanvasGestureDOMEventProxy(this.o.rootWrapper, this.o, true);
|
|
109
|
-
this.d.
|
|
109
|
+
this.d.dc = true;
|
|
110
110
|
var b = this.d;
|
|
111
111
|
b.onMouseDown = delegateCombine(b.onMouseDown, runOn(this, this.z));
|
|
112
112
|
var c = this.d;
|
|
@@ -376,8 +376,8 @@ export var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
376
376
|
var e = this.c();
|
|
377
377
|
d += e[0];
|
|
378
378
|
c += e[1];
|
|
379
|
-
NativeUI.
|
|
380
|
-
NativeUI.
|
|
379
|
+
NativeUI.x(this.q, a.x + c);
|
|
380
|
+
NativeUI.ah(this.q, a.y + d);
|
|
381
381
|
}
|
|
382
382
|
};
|
|
383
383
|
ColumnGroupingView.prototype.al = function (a) {
|
|
@@ -511,13 +511,13 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
511
|
_this.f = 1;
|
|
512
512
|
_this.h = 2;
|
|
513
513
|
_this.w = "Drag a Column Here";
|
|
514
|
-
_this.bg = BrushUtil.
|
|
514
|
+
_this.bg = BrushUtil.l(158, 0, 0, 0);
|
|
515
515
|
_this.j = null;
|
|
516
|
-
_this.bf = BrushUtil.
|
|
517
|
-
_this.bc = BrushUtil.
|
|
518
|
-
_this.bd = BrushUtil.
|
|
519
|
-
_this.be = BrushUtil.
|
|
520
|
-
_this.bb = BrushUtil.
|
|
516
|
+
_this.bf = BrushUtil.l(158, 0, 0, 0);
|
|
517
|
+
_this.bc = BrushUtil.l(158, 0, 0, 0);
|
|
518
|
+
_this.bd = BrushUtil.l(30, 0, 0, 0);
|
|
519
|
+
_this.be = BrushUtil.l(66, 0, 0, 0);
|
|
520
|
+
_this.bb = BrushUtil.l(255, 248, 248, 248);
|
|
521
521
|
_this.v = 0;
|
|
522
522
|
_this.n = false;
|
|
523
523
|
_this.q = new ObservableCollection$1(XIcon.$, 0);
|
|
@@ -745,7 +745,7 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
745
745
|
break;
|
|
746
746
|
case "ItemHoverBackgroundColor": break;
|
|
747
747
|
case "BackgroundColor":
|
|
748
|
-
NativeUI.
|
|
748
|
+
NativeUI.n(this.b.u, this.bh);
|
|
749
749
|
break;
|
|
750
750
|
}
|
|
751
751
|
};
|
|
@@ -754,7 +754,7 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
754
754
|
ColumnGrouping.prototype.ba = function () {
|
|
755
755
|
var a = this.b.w;
|
|
756
756
|
if (this.bm != null) {
|
|
757
|
-
NativeUI.
|
|
757
|
+
NativeUI.r(a, this.bm);
|
|
758
758
|
}
|
|
759
759
|
};
|
|
760
760
|
ColumnGrouping.prototype.a9 = function () {
|
|
@@ -768,13 +768,13 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
768
768
|
var b = this.b.j;
|
|
769
769
|
var c = this.b.k;
|
|
770
770
|
for (var d = 0; d < a.count; d++) {
|
|
771
|
-
NativeUI.
|
|
771
|
+
NativeUI.r(a._inner[d], this.bl);
|
|
772
772
|
}
|
|
773
773
|
for (var e = 0; e < b.count; e++) {
|
|
774
|
-
NativeUI.
|
|
774
|
+
NativeUI.r(b._inner[e], this.bi);
|
|
775
775
|
}
|
|
776
776
|
for (var f = 0; f < c.count; f++) {
|
|
777
|
-
NativeUI.
|
|
777
|
+
NativeUI.n(c._inner[f], this.bj);
|
|
778
778
|
}
|
|
779
779
|
};
|
|
780
780
|
ColumnGrouping.prototype.a3 = function () {
|
|
@@ -812,10 +812,10 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
812
812
|
var c_1 = this.targetGrid.groupDescriptions.j;
|
|
813
813
|
var _loop_1 = function (d) {
|
|
814
814
|
var e = new GroupInfo();
|
|
815
|
-
var f = b.i(function (g) { return g.
|
|
815
|
+
var f = b.i(function (g) { return g.nf == c_1.item(d).f; });
|
|
816
816
|
if (f != -1) {
|
|
817
|
-
if (!stringIsNullOrEmpty(b._inner[f].
|
|
818
|
-
e.c = b._inner[f].
|
|
817
|
+
if (!stringIsNullOrEmpty(b._inner[f].nm)) {
|
|
818
|
+
e.c = b._inner[f].nm;
|
|
819
819
|
}
|
|
820
820
|
else {
|
|
821
821
|
e.c = c_1.item(d).f;
|
|
@@ -849,7 +849,7 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
849
849
|
var h = a;
|
|
850
850
|
var i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
|
|
851
851
|
var j = new ColumnGroupDescription(0);
|
|
852
|
-
j.f = i.
|
|
852
|
+
j.f = i.nf;
|
|
853
853
|
j.c = 1;
|
|
854
854
|
var k = this.targetGrid.groupDescriptions.j.contains(j);
|
|
855
855
|
j.c = 0;
|
|
@@ -908,28 +908,28 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
908
908
|
else {
|
|
909
909
|
c.svgPath = ColumnGrouping.ac;
|
|
910
910
|
}
|
|
911
|
-
c.fill = BrushUtil.
|
|
911
|
+
c.fill = BrushUtil.l(255, 119, 119, 119);
|
|
912
912
|
this.q.add(c);
|
|
913
913
|
};
|
|
914
914
|
ColumnGrouping.prototype.aq = function (a) {
|
|
915
915
|
var b = new XIcon();
|
|
916
916
|
this.b.am(b, a);
|
|
917
917
|
b.svgPath = ColumnGrouping.aa;
|
|
918
|
-
b.fill = BrushUtil.
|
|
918
|
+
b.fill = BrushUtil.l(255, 119, 119, 119);
|
|
919
919
|
this.q.add(b);
|
|
920
920
|
};
|
|
921
921
|
ColumnGrouping.prototype.as = function (a) {
|
|
922
922
|
var b = new XIcon();
|
|
923
923
|
this.b.am(b, a);
|
|
924
924
|
b.svgPath = ColumnGrouping.ah;
|
|
925
|
-
b.fill = BrushUtil.
|
|
925
|
+
b.fill = BrushUtil.l(255, 119, 119, 119);
|
|
926
926
|
this.q.add(b);
|
|
927
927
|
};
|
|
928
928
|
ColumnGrouping.prototype.ar = function (a) {
|
|
929
929
|
var b = new XIcon();
|
|
930
930
|
this.b.am(b, a);
|
|
931
931
|
b.svgPath = ColumnGrouping.ad;
|
|
932
|
-
b.fill = BrushUtil.
|
|
932
|
+
b.fill = BrushUtil.l(255, 119, 119, 119);
|
|
933
933
|
this.e = b;
|
|
934
934
|
this.q.add(this.e);
|
|
935
935
|
};
|
|
@@ -1013,13 +1013,13 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1013
1013
|
h.d = i[1] - e;
|
|
1014
1014
|
h.c = NativeUI.d(f._inner[g]);
|
|
1015
1015
|
h.f = NativeUI.k(f._inner[g]);
|
|
1016
|
-
h.b = AppearanceHelper.a(NativeUI.
|
|
1016
|
+
h.b = AppearanceHelper.a(NativeUI.ao(f._inner[g]));
|
|
1017
1017
|
h.g = f._inner[g].getText();
|
|
1018
1018
|
a.c.add(h);
|
|
1019
1019
|
}
|
|
1020
1020
|
var j = this.b.j;
|
|
1021
1021
|
for (var k = 0; k < j.count; k++) {
|
|
1022
|
-
var l = this.q._inner[k].
|
|
1022
|
+
var l = this.q._inner[k].bi();
|
|
1023
1023
|
var m = this.b.b(j._inner[k]);
|
|
1024
1024
|
l.i = m[0] - d;
|
|
1025
1025
|
l.g = m[1] - e;
|
|
@@ -21,9 +21,17 @@ export var ColumnOptionsIconAlignment = /*@__PURE__*/ (function (ColumnOptionsIc
|
|
|
21
21
|
* The icon is aligned with the edge of the column but opposite the alignment of the header text.
|
|
22
22
|
*/
|
|
23
23
|
ColumnOptionsIconAlignment[ColumnOptionsIconAlignment["Opposite"] = 2] = "Opposite";
|
|
24
|
+
/**
|
|
25
|
+
* The icon is always aligned with the left edge of the column.
|
|
26
|
+
*/
|
|
27
|
+
ColumnOptionsIconAlignment[ColumnOptionsIconAlignment["Left"] = 3] = "Left";
|
|
28
|
+
/**
|
|
29
|
+
* The icon is always aligned with the right edge of the column.
|
|
30
|
+
*/
|
|
31
|
+
ColumnOptionsIconAlignment[ColumnOptionsIconAlignment["Right"] = 4] = "Right";
|
|
24
32
|
return ColumnOptionsIconAlignment;
|
|
25
33
|
})({});
|
|
26
34
|
/**
|
|
27
35
|
* @hidden
|
|
28
36
|
*/
|
|
29
|
-
export var ColumnOptionsIconAlignment_$type = /*@__PURE__*/ markEnum('ColumnOptionsIconAlignment', 'Unset,0|None,1|Opposite,2');
|
|
37
|
+
export var ColumnOptionsIconAlignment_$type = /*@__PURE__*/ markEnum('ColumnOptionsIconAlignment', 'Unset,0|None,1|Opposite,2|Left,3|Right,4');
|
|
@@ -98,11 +98,11 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
98
98
|
_this.b = null;
|
|
99
99
|
_this.o = null;
|
|
100
100
|
_this.i = null;
|
|
101
|
-
_this.am = BrushUtil.
|
|
101
|
+
_this.am = BrushUtil.l(255, 0, 153, 255);
|
|
102
102
|
_this.n = null;
|
|
103
103
|
_this.e = 1;
|
|
104
104
|
_this.g = 2;
|
|
105
|
-
_this.al = BrushUtil.
|
|
105
|
+
_this.al = BrushUtil.l(255, 248, 248, 248);
|
|
106
106
|
_this.m = false;
|
|
107
107
|
var a = new ColumnPinningView();
|
|
108
108
|
a.a = _this;
|
|
@@ -297,7 +297,7 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
297
297
|
break;
|
|
298
298
|
case "FilterPlaceholderText":
|
|
299
299
|
if (this.d != null) {
|
|
300
|
-
this.d.
|
|
300
|
+
this.d.cf = this.s;
|
|
301
301
|
}
|
|
302
302
|
break;
|
|
303
303
|
case "BaseTheme":
|
|
@@ -345,12 +345,12 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
345
345
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
346
346
|
var c = _c.value;
|
|
347
347
|
a = new ColumnPinningInfo();
|
|
348
|
-
var d = c.
|
|
349
|
-
if (c.
|
|
350
|
-
d = c.
|
|
348
|
+
var d = c.nf;
|
|
349
|
+
if (c.nm != null) {
|
|
350
|
+
d = c.nm;
|
|
351
351
|
}
|
|
352
352
|
a.columnName = d;
|
|
353
|
-
if (c.
|
|
353
|
+
if (c.is == 1) {
|
|
354
354
|
a.isPinned = true;
|
|
355
355
|
}
|
|
356
356
|
else {
|
|
@@ -374,7 +374,7 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
374
374
|
}
|
|
375
375
|
this.d.showSelectAll = false;
|
|
376
376
|
if (this.s != null) {
|
|
377
|
-
this.d.
|
|
377
|
+
this.d.cf = this.s;
|
|
378
378
|
}
|
|
379
379
|
this.d.itemsSource = b;
|
|
380
380
|
var e = "";
|
|
@@ -387,20 +387,20 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
387
387
|
};
|
|
388
388
|
ColumnPinning.prototype.ae = function (a, b) {
|
|
389
389
|
this.m = true;
|
|
390
|
-
var c = this.d.
|
|
390
|
+
var c = this.d.g.actualDataSource.getItemAtIndex(b.c);
|
|
391
391
|
var d = this.b.actualColumns.count;
|
|
392
392
|
for (var e = 0; e < d; e++) {
|
|
393
|
-
if (this.b.actualColumns._inner[e].
|
|
394
|
-
if (this.b.actualColumns._inner[e].
|
|
395
|
-
this.b.actualColumns._inner[e].
|
|
393
|
+
if (this.b.actualColumns._inner[e].nf == c.columnName || this.b.actualColumns._inner[e].n6 == c.columnName || this.b.actualColumns._inner[e].nm == c.columnName) {
|
|
394
|
+
if (this.b.actualColumns._inner[e].is == 0) {
|
|
395
|
+
this.b.actualColumns._inner[e].is = 1;
|
|
396
396
|
}
|
|
397
|
-
else if (this.b.actualColumns._inner[e].
|
|
398
|
-
this.b.actualColumns._inner[e].
|
|
397
|
+
else if (this.b.actualColumns._inner[e].is == 2) {
|
|
398
|
+
this.b.actualColumns._inner[e].is = 1;
|
|
399
399
|
}
|
|
400
400
|
else {
|
|
401
|
-
this.b.actualColumns._inner[e].
|
|
401
|
+
this.b.actualColumns._inner[e].is = 0;
|
|
402
402
|
}
|
|
403
|
-
this.b.actualColumns._inner[e].
|
|
403
|
+
this.b.actualColumns._inner[e].o9("Pinned");
|
|
404
404
|
break;
|
|
405
405
|
}
|
|
406
406
|
}
|
|
@@ -163,7 +163,7 @@ export var ComparisonOperatorSelectorView = /** @class */ /*@__PURE__*/ (functio
|
|
|
163
163
|
};
|
|
164
164
|
ComparisonOperatorSelectorView.prototype.onDocumentKeyDown = function (a) {
|
|
165
165
|
var b = a;
|
|
166
|
-
if (BaseDOMEventProxy.
|
|
166
|
+
if (BaseDOMEventProxy.c4(b) == 8) {
|
|
167
167
|
this.a.d8();
|
|
168
168
|
}
|
|
169
169
|
};
|
|
@@ -720,15 +720,15 @@ export var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_
|
|
|
720
720
|
$ret.c = false;
|
|
721
721
|
return $ret;
|
|
722
722
|
})());
|
|
723
|
-
this.n.
|
|
724
|
-
this.n.
|
|
725
|
-
this.n.
|
|
723
|
+
this.n.lj = this.n.lk = 4;
|
|
724
|
+
this.n.ll = this.n.li = 0;
|
|
725
|
+
this.n.nf = "Icon";
|
|
726
726
|
var e = this.n;
|
|
727
727
|
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
|
|
728
728
|
this.f.columns.add(this.n);
|
|
729
729
|
var f = new TextColumn();
|
|
730
|
-
f.
|
|
731
|
-
f.
|
|
730
|
+
f.nf = "DisplayText";
|
|
731
|
+
f.lj = 0;
|
|
732
732
|
f.g = 0;
|
|
733
733
|
this.f.columns.add(f);
|
|
734
734
|
this.d4();
|
|
@@ -1033,12 +1033,12 @@ export var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1033
1033
|
this.em();
|
|
1034
1034
|
};
|
|
1035
1035
|
ComparisonOperatorSelector.prototype.d9 = function (a, b) {
|
|
1036
|
-
var c = b.cellInfo.
|
|
1036
|
+
var c = b.cellInfo.fq;
|
|
1037
1037
|
this.i = this.f.actualDataSource.getItemAtIndex(c);
|
|
1038
1038
|
this.d8();
|
|
1039
1039
|
};
|
|
1040
1040
|
ComparisonOperatorSelector.prototype.el = function (a, b) {
|
|
1041
|
-
this.e.t(b.content, b.cellInfo.
|
|
1041
|
+
this.e.t(b.content, b.cellInfo.ih);
|
|
1042
1042
|
};
|
|
1043
1043
|
ComparisonOperatorSelector.$t = markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
|
|
1044
1044
|
ComparisonOperatorSelector.dw = "M 8 5 A 7 7 0 1 0 15 12 A 7 7 0 0 0 8 5 z M 18 7 A 5 5 0 0 0 15 8.0605469 A 7.48 7.48 0 0 1 15.490234 9.0605469 A 3.89 3.89 0 1 1 15.490234 14.880859 A 8.08 8.08 0 0 1 15 15.880859 A 5 5 0 1 0 18 7 z M 11.179688 8.8203125 L 12.310547 9.9394531 L 7.0703125 15.179688 L 3.6894531 11.810547 L 4.8203125 10.689453 L 7.0703125 12.939453 L 11.179688 8.8203125 z M 16.560547 9.7792969 L 15.779297 10.560547 L 17.210938 12 L 15.779297 13.439453 L 16.560547 14.220703 L 18 12.789062 L 19.439453 14.220703 L 20.220703 13.439453 L 18.789062 12 L 20.220703 10.560547 L 19.439453 9.7792969 L 18 11.210938 L 16.560547 9.7792969 z ";
|
|
@@ -56,21 +56,21 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
56
56
|
};
|
|
57
57
|
ContentCellModelHelper.a = function (a, b, c, d, e) {
|
|
58
58
|
if (b.a7) {
|
|
59
|
-
if (b.bc(CellModel.
|
|
59
|
+
if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h5) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
|
|
60
60
|
var f = Math.min(1, Math.max(0, b.c7));
|
|
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
|
-
ContentCellModelHelper.c(d, b.
|
|
68
|
+
ContentCellModelHelper.c(d, b.nf);
|
|
69
69
|
if (b.bm) {
|
|
70
|
-
e.
|
|
70
|
+
e.di(b.nf);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
if (b.bc(CellModel.
|
|
73
|
+
if (b.bc(CellModel.gv)) {
|
|
74
74
|
switch (b.ac) {
|
|
75
75
|
case 0:
|
|
76
76
|
d.setRawStyleProperty("white-space", "nowrap");
|
|
@@ -90,7 +90,7 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
90
90
|
if (b.bb("TextDecoration")) {
|
|
91
91
|
ContentCellModelHelper.d(d, b.aa);
|
|
92
92
|
}
|
|
93
|
-
if (b.bc(CellModel.
|
|
93
|
+
if (b.bc(CellModel.gb) || b.bc(CellModel.h4)) {
|
|
94
94
|
var h = b.g;
|
|
95
95
|
var i = b.i;
|
|
96
96
|
ContentCellModelHelper.b(c, d, h);
|
|
@@ -98,7 +98,7 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
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")) {
|
|
@@ -216,7 +216,7 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
216
216
|
if (v.bl) {
|
|
217
217
|
m = true;
|
|
218
218
|
}
|
|
219
|
-
if (v.u == 1 && v.
|
|
219
|
+
if (v.u == 1 && v.ia != n) {
|
|
220
220
|
m = true;
|
|
221
221
|
}
|
|
222
222
|
}
|
|
@@ -272,8 +272,8 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
272
272
|
ag.nativeCell.isRemoved = false;
|
|
273
273
|
}
|
|
274
274
|
af.u = 2;
|
|
275
|
-
var al = (af.
|
|
276
|
-
var am = (af.
|
|
275
|
+
var al = (af.hf + intDivide(af.h6, 2));
|
|
276
|
+
var am = (af.hh + intDivide(af.f9, 2));
|
|
277
277
|
var an = (al - b) / this.f.actualVisibleRegion.width;
|
|
278
278
|
var ao = (am - a) / this.f.actualVisibleRegion.height;
|
|
279
279
|
if (af.bn) {
|
|
@@ -294,15 +294,15 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
294
294
|
aj.setRawStyleProperty("clip", this.y(af));
|
|
295
295
|
}
|
|
296
296
|
else {
|
|
297
|
-
if (Rect.l_op_Inequality(af.
|
|
298
|
-
aj.setRawStyleProperty("clip", this.x(af.
|
|
297
|
+
if (Rect.l_op_Inequality(af.n0, Rect.empty)) {
|
|
298
|
+
aj.setRawStyleProperty("clip", this.x(af.n0));
|
|
299
299
|
}
|
|
300
300
|
else {
|
|
301
301
|
aj.setRawStyleProperty("clip", "auto");
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
af.
|
|
305
|
+
af.ma();
|
|
306
306
|
if (ai) {
|
|
307
307
|
var ap = af.s.nativeCell;
|
|
308
308
|
ap.co(z);
|
|
@@ -310,17 +310,17 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
310
310
|
af.s.modelUpdated(af);
|
|
311
311
|
if (ai && y.b) {
|
|
312
312
|
var aq = y.a;
|
|
313
|
-
aq.
|
|
313
|
+
aq.ac();
|
|
314
314
|
if (af.l.d != 0 && this.f.b2) {
|
|
315
|
-
aq.
|
|
315
|
+
aq.aj(this.ax(af.l.d));
|
|
316
316
|
}
|
|
317
317
|
var ar = af.s.nativeCell;
|
|
318
318
|
ar.b6(aq, y.c, y.d, af.c8, af.c9, z);
|
|
319
|
-
aq.
|
|
319
|
+
aq.ab();
|
|
320
320
|
}
|
|
321
|
-
af.
|
|
321
|
+
af.l3();
|
|
322
322
|
if (m) {
|
|
323
|
-
af.
|
|
323
|
+
af.ia = n;
|
|
324
324
|
if (!ai) {
|
|
325
325
|
aj.setRawStyleProperty("z-index", x.toString());
|
|
326
326
|
}
|
|
@@ -331,7 +331,7 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
331
331
|
}
|
|
332
332
|
this.m = false;
|
|
333
333
|
if (y.a != null && this.q != 1) {
|
|
334
|
-
y.a.
|
|
334
|
+
y.a.ab();
|
|
335
335
|
}
|
|
336
336
|
this.an();
|
|
337
337
|
};
|
|
@@ -544,8 +544,8 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
544
544
|
DataGridCellLayoutPanel.prototype.y = function (a) {
|
|
545
545
|
var b = a.c8 < this.g.cn ? this.g.cn - a.c8 : 0;
|
|
546
546
|
var c = 0;
|
|
547
|
-
var d = this.g.cy == -1 ? a.
|
|
548
|
-
var e = a.
|
|
547
|
+
var d = this.g.cy == -1 ? a.h6 : (a.c8 + a.h6 > this.g.co) ? a.h6 - (a.c8 + a.h6 - this.g.co) : a.h6;
|
|
548
|
+
var e = a.f9;
|
|
549
549
|
return this.x(new Rect(0, b, c, d, e));
|
|
550
550
|
};
|
|
551
551
|
DataGridCellLayoutPanel.prototype.ah = function (a, b) {
|
|
@@ -12,6 +12,9 @@ var DataGridLocaleEn = /** @class */ /*@__PURE__*/ (function () {
|
|
|
12
12
|
this["Column_Move"] = "Move";
|
|
13
13
|
this["Column_Move_Left"] = "Left";
|
|
14
14
|
this["Column_Move_Right"] = "Right";
|
|
15
|
+
this["Column_Options_Analyze"] = "Analyze";
|
|
16
|
+
this["Column_Options_Sort_Ascending"] = "Sort Ascending";
|
|
17
|
+
this["Column_Options_Sort_Descending"] = "Sort Descending";
|
|
15
18
|
this["Column_Options_Summaries"] = "Summaries";
|
|
16
19
|
this["Column_Options_Summary_Average"] = "Average";
|
|
17
20
|
this["Column_Options_Summary_Count"] = "Count";
|
|
@@ -19,49 +19,52 @@ export var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (funct
|
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
DataGridScrollerKeyboardListener.prototype.onDownArrow = function (a, b) {
|
|
22
|
-
return this.a.
|
|
22
|
+
return this.a.kv(a, b);
|
|
23
23
|
};
|
|
24
24
|
DataGridScrollerKeyboardListener.prototype.onEnd = function (a, b) {
|
|
25
|
-
return this.a.
|
|
25
|
+
return this.a.kw(a, b);
|
|
26
26
|
};
|
|
27
27
|
DataGridScrollerKeyboardListener.prototype.onHome = function (a, b) {
|
|
28
|
-
return this.a.
|
|
28
|
+
return this.a.k0(a, b);
|
|
29
29
|
};
|
|
30
30
|
DataGridScrollerKeyboardListener.prototype.onLeftArrow = function (a, b) {
|
|
31
|
-
return this.a.
|
|
31
|
+
return this.a.k2(a, b);
|
|
32
32
|
};
|
|
33
33
|
DataGridScrollerKeyboardListener.prototype.onPageDown = function (a, b) {
|
|
34
|
-
return this.a.
|
|
34
|
+
return this.a.k3(a, b);
|
|
35
35
|
};
|
|
36
36
|
DataGridScrollerKeyboardListener.prototype.onPageUp = function (a, b) {
|
|
37
|
-
return this.a.
|
|
37
|
+
return this.a.k4(a, b);
|
|
38
38
|
};
|
|
39
39
|
DataGridScrollerKeyboardListener.prototype.onRightArrow = function (a, b) {
|
|
40
|
-
return this.a.
|
|
40
|
+
return this.a.k5(a, b);
|
|
41
41
|
};
|
|
42
42
|
DataGridScrollerKeyboardListener.prototype.onTab = function (a, b) {
|
|
43
|
-
return this.a.
|
|
43
|
+
return this.a.k7(a, b);
|
|
44
44
|
};
|
|
45
45
|
DataGridScrollerKeyboardListener.prototype.onUpArrow = function (a, b) {
|
|
46
|
-
return this.a.
|
|
46
|
+
return this.a.k8(a, b);
|
|
47
47
|
};
|
|
48
48
|
DataGridScrollerKeyboardListener.prototype.onWheel = function () {
|
|
49
|
-
this.a.
|
|
49
|
+
this.a.yq();
|
|
50
50
|
};
|
|
51
51
|
DataGridScrollerKeyboardListener.prototype.onEnter = function (a, b) {
|
|
52
|
-
return this.a.
|
|
52
|
+
return this.a.kx(a, b);
|
|
53
53
|
};
|
|
54
54
|
DataGridScrollerKeyboardListener.prototype.onEscape = function () {
|
|
55
|
-
return this.a.
|
|
55
|
+
return this.a.ky();
|
|
56
56
|
};
|
|
57
57
|
DataGridScrollerKeyboardListener.prototype.onF2 = function () {
|
|
58
|
-
return this.a.
|
|
58
|
+
return this.a.kz();
|
|
59
59
|
};
|
|
60
60
|
DataGridScrollerKeyboardListener.prototype.onSpace = function (a, b) {
|
|
61
|
-
return this.a.
|
|
61
|
+
return this.a.k6(a, b);
|
|
62
62
|
};
|
|
63
63
|
DataGridScrollerKeyboardListener.prototype.onKeyDown = function (a, b, c) {
|
|
64
|
-
return this.a.
|
|
64
|
+
return this.a.k1(a, b, c);
|
|
65
|
+
};
|
|
66
|
+
DataGridScrollerKeyboardListener.prototype.onGotFocus = function (a, b) {
|
|
67
|
+
this.a.x0(a, b);
|
|
65
68
|
};
|
|
66
69
|
DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
|
|
67
70
|
return DataGridScrollerKeyboardListener;
|
|
@@ -247,7 +247,7 @@ export 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");
|
|
@@ -285,7 +285,7 @@ export var DataGridToolbarView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
285
285
|
a.stopPropagation();
|
|
286
286
|
};
|
|
287
287
|
DataGridToolbarView.prototype.q = function (a) {
|
|
288
|
-
if (BaseDOMEventProxy.
|
|
288
|
+
if (BaseDOMEventProxy.c4(a) == 8) {
|
|
289
289
|
this.a.av();
|
|
290
290
|
}
|
|
291
291
|
};
|
|
@@ -315,9 +315,9 @@ export var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
315
315
|
_this.d = null;
|
|
316
316
|
_this.y = null;
|
|
317
317
|
_this.m = null;
|
|
318
|
-
_this.bd = BrushUtil.
|
|
319
|
-
_this.bb = BrushUtil.
|
|
320
|
-
_this.bc = BrushUtil.
|
|
318
|
+
_this.bd = BrushUtil.l(255, 24, 29, 31);
|
|
319
|
+
_this.bb = BrushUtil.l(255, 248, 248, 248);
|
|
320
|
+
_this.bc = BrushUtil.l(255, 248, 248, 248);
|
|
321
321
|
_this.o = false;
|
|
322
322
|
_this.u = null;
|
|
323
323
|
_this.v = null;
|
|
@@ -667,10 +667,10 @@ export var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
667
667
|
this.b.f = this.j;
|
|
668
668
|
}
|
|
669
669
|
if (this.g != null) {
|
|
670
|
-
this.g.
|
|
670
|
+
this.g.o = this.j;
|
|
671
671
|
}
|
|
672
672
|
if (this.h != null) {
|
|
673
|
-
this.h.
|
|
673
|
+
this.h.o = this.j;
|
|
674
674
|
}
|
|
675
675
|
};
|
|
676
676
|
DataGridToolbar.prototype.a3 = function () {
|
|
@@ -680,10 +680,10 @@ export var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
680
680
|
}
|
|
681
681
|
}
|
|
682
682
|
if (this.g != null) {
|
|
683
|
-
this.g.
|
|
683
|
+
this.g.s = this.l;
|
|
684
684
|
}
|
|
685
685
|
if (this.h != null) {
|
|
686
|
-
this.h.
|
|
686
|
+
this.h.s = this.l;
|
|
687
687
|
}
|
|
688
688
|
if (this.a != null) {
|
|
689
689
|
this.a.h = this.l;
|
|
@@ -698,8 +698,8 @@ export var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
698
698
|
var g = b.getSubRenderer(c);
|
|
699
699
|
f.provideContainer(g);
|
|
700
700
|
var h = g.getExternal(f, g.rootWrapper, g.getExternal(a, null, null));
|
|
701
|
-
f.
|
|
702
|
-
f.
|
|
701
|
+
f.o = this.j;
|
|
702
|
+
f.s = this.l;
|
|
703
703
|
var i = null;
|
|
704
704
|
var j = null;
|
|
705
705
|
var k = null;
|
|
@@ -810,10 +810,10 @@ export var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
810
810
|
this.s = 0;
|
|
811
811
|
this.t = 0;
|
|
812
812
|
for (var b = 0; b < a; b++) {
|
|
813
|
-
if (this.e.actualColumns._inner[b].
|
|
813
|
+
if (this.e.actualColumns._inner[b].j9 == true) {
|
|
814
814
|
this.s++;
|
|
815
815
|
}
|
|
816
|
-
if (this.e.actualColumns._inner[b].
|
|
816
|
+
if (this.e.actualColumns._inner[b].is == 1) {
|
|
817
817
|
this.t++;
|
|
818
818
|
}
|
|
819
819
|
}
|
|
@@ -29,22 +29,22 @@ export var DateTimeCellPresenter = /** @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(DateTimeCellModel.
|
|
32
|
+
if (a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.oe) || a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.gy) || a.bc(DateTimeCellModel.h3)) {
|
|
33
33
|
this.e(b);
|
|
34
|
-
this.d.c8(this.d.
|
|
34
|
+
this.d.c8(this.d.dx, b.ky);
|
|
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) {
|
|
40
|
-
if (a.
|
|
41
|
-
a.
|
|
40
|
+
if (a.lu != null) {
|
|
41
|
+
a.ky = a.lu;
|
|
42
42
|
return;
|
|
43
43
|
}
|
|
44
|
-
a.
|
|
45
|
-
if (a.
|
|
46
|
-
if (a.
|
|
47
|
-
a.
|
|
44
|
+
a.ky = a.op(a.ob);
|
|
45
|
+
if (a.ky == stringEmpty()) {
|
|
46
|
+
if (a.ig != null && !(typeCast(Date_$type, a.ig) !== null)) {
|
|
47
|
+
a.ky = a.ig.toString();
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
};
|
package/esm5/lib/Dragger.js
CHANGED
|
@@ -144,8 +144,8 @@ export var Dragger = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
144
144
|
var e = this.view.getWindowScrollPos();
|
|
145
145
|
c += e[0];
|
|
146
146
|
d += e[1];
|
|
147
|
-
NativeUI.
|
|
148
|
-
NativeUI.
|
|
147
|
+
NativeUI.x(this.cloneCell, a + d);
|
|
148
|
+
NativeUI.ah(this.cloneCell, b + c);
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
};
|
|
@@ -178,8 +178,8 @@ export var Dragger = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
178
178
|
var j = this.view.getWindowScrollPos();
|
|
179
179
|
h += j[0];
|
|
180
180
|
i += j[1];
|
|
181
|
-
NativeUI.
|
|
182
|
-
NativeUI.
|
|
181
|
+
NativeUI.x(this.cloneCell, a + i);
|
|
182
|
+
NativeUI.ah(this.cloneCell, b + h);
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
};
|