igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +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 +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- 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 +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +46 -47
- 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-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +74 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +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 +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- 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 +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +381 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +58 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +46 -47
- 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-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +98 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- 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 +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +15 -0
- package/lib/igx-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -106,7 +106,7 @@ 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 @@ 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) {
|
|
@@ -746,7 +746,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
746
746
|
break;
|
|
747
747
|
case "ItemHoverBackgroundColor": break;
|
|
748
748
|
case "BackgroundColor":
|
|
749
|
-
NativeUI.
|
|
749
|
+
NativeUI.n(this.b.u, this.bh);
|
|
750
750
|
break;
|
|
751
751
|
}
|
|
752
752
|
};
|
|
@@ -755,7 +755,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
755
755
|
ColumnGrouping.prototype.ba = function () {
|
|
756
756
|
var a = this.b.w;
|
|
757
757
|
if (this.bm != null) {
|
|
758
|
-
NativeUI.
|
|
758
|
+
NativeUI.r(a, this.bm);
|
|
759
759
|
}
|
|
760
760
|
};
|
|
761
761
|
ColumnGrouping.prototype.a9 = function () {
|
|
@@ -769,13 +769,13 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
769
769
|
var b = this.b.j;
|
|
770
770
|
var c = this.b.k;
|
|
771
771
|
for (var d = 0; d < a.count; d++) {
|
|
772
|
-
NativeUI.
|
|
772
|
+
NativeUI.r(a._inner[d], this.bl);
|
|
773
773
|
}
|
|
774
774
|
for (var e = 0; e < b.count; e++) {
|
|
775
|
-
NativeUI.
|
|
775
|
+
NativeUI.r(b._inner[e], this.bi);
|
|
776
776
|
}
|
|
777
777
|
for (var f = 0; f < c.count; f++) {
|
|
778
|
-
NativeUI.
|
|
778
|
+
NativeUI.n(c._inner[f], this.bj);
|
|
779
779
|
}
|
|
780
780
|
};
|
|
781
781
|
ColumnGrouping.prototype.a3 = function () {
|
|
@@ -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.nj == 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].nq)) {
|
|
819
|
+
e.c = b._inner[f].nq;
|
|
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.nj;
|
|
854
854
|
j.c = 1;
|
|
855
855
|
var k = this.targetGrid.groupDescriptions.j.contains(j);
|
|
856
856
|
j.c = 0;
|
|
@@ -1014,13 +1014,13 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1014
1014
|
h.d = i[1] - e;
|
|
1015
1015
|
h.c = NativeUI.d(f._inner[g]);
|
|
1016
1016
|
h.f = NativeUI.k(f._inner[g]);
|
|
1017
|
-
h.b = AppearanceHelper.a(NativeUI.
|
|
1017
|
+
h.b = AppearanceHelper.a(NativeUI.ao(f._inner[g]));
|
|
1018
1018
|
h.g = f._inner[g].getText();
|
|
1019
1019
|
a.c.add(h);
|
|
1020
1020
|
}
|
|
1021
1021
|
var j = this.b.j;
|
|
1022
1022
|
for (var k = 0; k < j.count; k++) {
|
|
1023
|
-
var l = this.q._inner[k].
|
|
1023
|
+
var l = this.q._inner[k].bi();
|
|
1024
1024
|
var m = this.b.b(j._inner[k]);
|
|
1025
1025
|
l.i = m[0] - d;
|
|
1026
1026
|
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 = markEnum('ColumnOptionsIconAlignment', 'Unset,0|None,1|Opposite,2');
|
|
37
|
+
export var ColumnOptionsIconAlignment_$type = markEnum('ColumnOptionsIconAlignment', 'Unset,0|None,1|Opposite,2|Left,3|Right,4');
|
|
@@ -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.cf = 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.nj;
|
|
350
|
+
if (c.nq != null) {
|
|
351
|
+
d = c.nq;
|
|
352
352
|
}
|
|
353
353
|
a.columnName = d;
|
|
354
|
-
if (c.
|
|
354
|
+
if (c.it == 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.cf = this.s;
|
|
379
379
|
}
|
|
380
380
|
this.d.itemsSource = b;
|
|
381
381
|
var e = "";
|
|
@@ -391,17 +391,17 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
391
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].nj == c.columnName || this.b.actualColumns._inner[e].ob == c.columnName || this.b.actualColumns._inner[e].nq == c.columnName) {
|
|
395
|
+
if (this.b.actualColumns._inner[e].it == 0) {
|
|
396
|
+
this.b.actualColumns._inner[e].it = 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].it == 2) {
|
|
399
|
+
this.b.actualColumns._inner[e].it = 1;
|
|
400
400
|
}
|
|
401
401
|
else {
|
|
402
|
-
this.b.actualColumns._inner[e].
|
|
402
|
+
this.b.actualColumns._inner[e].it = 0;
|
|
403
403
|
}
|
|
404
|
-
this.b.actualColumns._inner[e].
|
|
404
|
+
this.b.actualColumns._inner[e].pf("Pinned");
|
|
405
405
|
break;
|
|
406
406
|
}
|
|
407
407
|
}
|
|
@@ -163,7 +163,7 @@ var ComparisonOperatorSelectorView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
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
|
};
|
|
@@ -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.lm = this.n.ln = 4;
|
|
725
|
+
this.n.lo = this.n.ll = 0;
|
|
726
|
+
this.n.nj = "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.nj = "DisplayText";
|
|
732
|
+
f.lm = 0;
|
|
733
733
|
f.g = 0;
|
|
734
734
|
this.f.columns.add(f);
|
|
735
735
|
this.d4();
|
|
@@ -1034,12 +1034,12 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1034
1034
|
this.em();
|
|
1035
1035
|
};
|
|
1036
1036
|
ComparisonOperatorSelector.prototype.d9 = function (a, b) {
|
|
1037
|
-
var c = b.cellInfo.
|
|
1037
|
+
var c = b.cellInfo.fq;
|
|
1038
1038
|
this.i = this.f.actualDataSource.getItemAtIndex(c);
|
|
1039
1039
|
this.d8();
|
|
1040
1040
|
};
|
|
1041
1041
|
ComparisonOperatorSelector.prototype.el = function (a, b) {
|
|
1042
|
-
this.e.t(b.content, b.cellInfo.
|
|
1042
|
+
this.e.t(b.content, b.cellInfo.ij);
|
|
1043
1043
|
};
|
|
1044
1044
|
ComparisonOperatorSelector.$t = markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
|
|
1045
1045
|
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 @@ var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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.h7) || 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.dm(b.cp * f);
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
if (b.bc(CellModel.e5)) {
|
|
68
|
-
ContentCellModelHelper.c(d, b.
|
|
68
|
+
ContentCellModelHelper.c(d, b.nl);
|
|
69
69
|
if (b.bm) {
|
|
70
|
-
e.
|
|
70
|
+
e.dj(b.nl);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
if (b.bc(CellModel.
|
|
73
|
+
if (b.bc(CellModel.gw)) {
|
|
74
74
|
switch (b.ac) {
|
|
75
75
|
case 0:
|
|
76
76
|
d.setRawStyleProperty("white-space", "nowrap");
|
|
@@ -90,19 +90,19 @@ var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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.gc) || b.bc(CellModel.h6)) {
|
|
94
94
|
var h = b.g;
|
|
95
95
|
var i = b.i;
|
|
96
96
|
ContentCellModelHelper.b(c, d, h);
|
|
97
|
-
e.
|
|
97
|
+
e.cj(c, d, h);
|
|
98
98
|
ContentCellModelHelper.e(c, d, i);
|
|
99
|
-
e.
|
|
99
|
+
e.cp(i);
|
|
100
100
|
if (b.bm) {
|
|
101
|
-
e.
|
|
101
|
+
e.di(h, i);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
if (b.bb("ActualFontInfo")) {
|
|
105
|
-
e.
|
|
105
|
+
e.c1(d, b.ah);
|
|
106
106
|
}
|
|
107
107
|
if (b.bb("IsEdited") || b.bb("IsDeleted")) {
|
|
108
108
|
if (b.bd || b.ba) {
|
|
@@ -216,7 +216,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
216
216
|
if (v.bl) {
|
|
217
217
|
m = true;
|
|
218
218
|
}
|
|
219
|
-
if (v.u == 1 && v.
|
|
219
|
+
if (v.u == 1 && v.ic != n) {
|
|
220
220
|
m = true;
|
|
221
221
|
}
|
|
222
222
|
}
|
|
@@ -272,8 +272,8 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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.hh + intDivide(af.h8, 2));
|
|
276
|
+
var am = (af.hj + intDivide(af.ga, 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 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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.n8, Rect.empty)) {
|
|
298
|
+
aj.setRawStyleProperty("clip", this.x(af.n8));
|
|
299
299
|
}
|
|
300
300
|
else {
|
|
301
301
|
aj.setRawStyleProperty("clip", "auto");
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
af.
|
|
305
|
+
af.me();
|
|
306
306
|
if (ai) {
|
|
307
307
|
var ap = af.s.nativeCell;
|
|
308
308
|
ap.co(z);
|
|
@@ -310,17 +310,17 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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.l7();
|
|
322
322
|
if (m) {
|
|
323
|
-
af.
|
|
323
|
+
af.ic = n;
|
|
324
324
|
if (!ai) {
|
|
325
325
|
aj.setRawStyleProperty("z-index", x.toString());
|
|
326
326
|
}
|
|
@@ -331,7 +331,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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.h8 : (a.c8 + a.h8 > this.g.co) ? a.h8 - (a.c8 + a.h8 - this.g.co) : a.h8;
|
|
548
|
+
var e = a.ga;
|
|
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 @@ 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.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.ys();
|
|
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.x2(a, b);
|
|
65
68
|
};
|
|
66
69
|
DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
|
|
67
70
|
return DataGridScrollerKeyboardListener;
|
|
@@ -285,7 +285,7 @@ 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
|
};
|
|
@@ -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].kb == true) {
|
|
815
815
|
this.s++;
|
|
816
816
|
}
|
|
817
|
-
if (this.e.actualColumns._inner[b].
|
|
817
|
+
if (this.e.actualColumns._inner[b].it == 1) {
|
|
818
818
|
this.t++;
|
|
819
819
|
}
|
|
820
820
|
}
|
|
@@ -29,22 +29,22 @@ 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.ol) || a.bc(DateTimeCellModel.om) || a.bc(DateTimeCellModel.ok) || a.bc(DateTimeCellModel.gz) || a.bc(DateTimeCellModel.h5)) {
|
|
33
33
|
this.e(b);
|
|
34
|
-
this.d.
|
|
34
|
+
this.d.c9(this.d.d0, b.k1);
|
|
35
35
|
}
|
|
36
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
36
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
DateTimeCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
a.
|
|
40
|
+
if (a.ly != null) {
|
|
41
|
+
a.k1 = a.ly;
|
|
42
42
|
return;
|
|
43
43
|
}
|
|
44
|
-
a.
|
|
45
|
-
if (a.
|
|
46
|
-
if (a.
|
|
47
|
-
a.
|
|
44
|
+
a.k1 = a.ox(a.oj);
|
|
45
|
+
if (a.k1 == stringEmpty()) {
|
|
46
|
+
if (a.ii != null && !(typeCast(Date_$type, a.ii) !== null)) {
|
|
47
|
+
a.k1 = a.ii.toString();
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
};
|
package/esm5/lib/Dragger.js
CHANGED
|
@@ -144,8 +144,8 @@ 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 @@ 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
|
};
|
package/esm5/lib/DraggerView.js
CHANGED
|
@@ -42,8 +42,8 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
this.c = null;
|
|
43
43
|
}
|
|
44
44
|
if (this.a != null) {
|
|
45
|
-
this.a.
|
|
46
|
-
this.a.
|
|
45
|
+
this.a.aq = null;
|
|
46
|
+
this.a.ax();
|
|
47
47
|
}
|
|
48
48
|
return;
|
|
49
49
|
}
|
|
@@ -51,23 +51,23 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51
51
|
var b = Math.round(this.c.rootWrapper.width());
|
|
52
52
|
var c = Math.round(this.c.rootWrapper.height());
|
|
53
53
|
this.a = new CanvasGestureDOMEventProxy(this.c.rootWrapper, this.c, true);
|
|
54
|
-
this.a.
|
|
54
|
+
this.a.dc = true;
|
|
55
55
|
var d = this.a;
|
|
56
56
|
d.onMouseOver = delegateCombine(d.onMouseOver, runOn(this, this.e));
|
|
57
57
|
var e = this.a;
|
|
58
58
|
e.onMouseUp = delegateCombine(e.onMouseUp, runOn(this, this.f));
|
|
59
|
-
this.a.
|
|
59
|
+
this.a.aq = runOn(this, this.b);
|
|
60
60
|
this.model.viewportWidth = b;
|
|
61
61
|
this.model.viewportHeight = c;
|
|
62
62
|
};
|
|
63
63
|
DraggerView.prototype.onDetachedFromUI = function () {
|
|
64
64
|
if (this.a != null && this.c != null) {
|
|
65
|
-
this.a.
|
|
65
|
+
this.a.bk(this.c.rootWrapper, "");
|
|
66
66
|
}
|
|
67
67
|
};
|
|
68
68
|
DraggerView.prototype.onAttachedToUI = function () {
|
|
69
69
|
if (this.a != null) {
|
|
70
|
-
this.a.
|
|
70
|
+
this.a.av(this.c.rootWrapper, "");
|
|
71
71
|
}
|
|
72
72
|
};
|
|
73
73
|
DraggerView.prototype.b = function (a) {
|
|
@@ -84,7 +84,7 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84
84
|
DraggerView.prototype.releaseMouse = function () {
|
|
85
85
|
};
|
|
86
86
|
DraggerView.prototype.transformPoint = function (a, b) {
|
|
87
|
-
var c = BaseDOMEventProxy.
|
|
87
|
+
var c = BaseDOMEventProxy.c8(this.c.rootWrapper);
|
|
88
88
|
var d = { $type: Point_$type, x: a - c.x, y: b - c.y };
|
|
89
89
|
return d;
|
|
90
90
|
};
|
|
@@ -95,7 +95,7 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
this.model.onMouseUp(a.x, a.y);
|
|
96
96
|
};
|
|
97
97
|
DraggerView.prototype.onViewportSizeChanged = function (a, b) {
|
|
98
|
-
this.a.
|
|
98
|
+
this.a.bo = new Rect(0, 0, 0, a, b);
|
|
99
99
|
};
|
|
100
100
|
DraggerView.prototype.addCloneCellToDom = function () {
|
|
101
101
|
if (this.c != null) {
|