igniteui-webcomponents-grids 1.4.2 → 3.2.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-grids.umd.js +16049 -15259
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BrowserExecutionContext.js +3 -1
- package/esm2015/lib/CanvasGridCellBase.js +6 -6
- package/esm2015/lib/CanvasSummaryCell.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +31 -31
- package/esm2015/lib/ColumnChooserView_combined.js +10 -10
- package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
- package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
- package/esm2015/lib/ColumnPinningView_combined.js +6 -6
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm2015/lib/DataGridLocaleEn.js +1 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +5 -5
- package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
- package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm2015/lib/PageChangedEventArgs.js +33 -0
- package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
- package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
- package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
- package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
- package/esm2015/lib/PagerView.js +7 -0
- package/esm2015/lib/PagerVisualModelExport.js +82 -0
- package/esm2015/lib/PropertyEditorView_combined.js +145 -145
- package/esm2015/lib/TemplateCell.js +1 -1
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
- package/esm2015/lib/VisualModelExport.js +77 -69
- package/esm2015/lib/igc-column-component.js +133 -113
- package/esm2015/lib/igc-column-grouping-component.js +33 -23
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +588 -413
- package/esm2015/lib/igc-data-grid-module.js +4 -0
- package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
- package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
- package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-page-changed-event-args.js +46 -0
- package/esm2015/lib/igc-property-editor-component.js +7 -7
- package/esm2015/lib/igc-property-editor-module.js +1 -1
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/public_api.js +14 -20
- package/esm5/lib/BrowserExecutionContext.js +3 -1
- package/esm5/lib/CanvasGridCellBase.js +6 -6
- package/esm5/lib/CanvasSummaryCell.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +31 -31
- package/esm5/lib/ColumnChooserView_combined.js +10 -10
- package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
- package/esm5/lib/ColumnGroupingView_combined.js +188 -162
- package/esm5/lib/ColumnPinningView_combined.js +6 -6
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm5/lib/DataGridLocaleEn.js +1 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +295 -220
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +5 -5
- package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
- package/esm5/lib/IToolbarVisualModelExport.js +11 -0
- package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
- package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm5/lib/PageChangedEventArgs.js +43 -0
- package/esm5/lib/PagedDataProvider.js +7 -0
- package/esm5/lib/Pager.js +7 -0
- package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerView.js +7 -0
- package/esm5/lib/PagerVisualModelExport.js +84 -0
- package/esm5/lib/PropertyEditorView_combined.js +144 -144
- package/esm5/lib/TemplateCell.js +1 -1
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/ToolbarVisualModelExport.js +24 -0
- package/esm5/lib/VisualModelExport.js +77 -69
- package/esm5/lib/igc-column-component.js +141 -113
- package/esm5/lib/igc-column-grouping-component.js +35 -21
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +636 -413
- package/esm5/lib/igc-data-grid-module.js +4 -0
- package/esm5/lib/igc-data-grid-pager-component.js +435 -0
- package/esm5/lib/igc-data-grid-pager-module.js +20 -0
- package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-page-changed-event-args.js +60 -0
- package/esm5/lib/igc-property-editor-component.js +7 -7
- package/esm5/lib/igc-property-editor-module.js +1 -1
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/public_api.js +14 -20
- package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
- package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
- package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
- package/lib/ColumnGroupingView_combined.d.ts +44 -41
- package/lib/DataGridLocaleEn.d.ts +1 -0
- package/lib/DataGridToolbarView_combined.d.ts +50 -41
- package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
- package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
- package/lib/IDataGridComponent.d.ts +12 -0
- package/lib/IToolbarVisualModelExport.d.ts +11 -0
- package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
- package/lib/PageChangedEventArgs.d.ts +11 -0
- package/lib/PagedDataProvider.d.ts +1 -0
- package/lib/Pager.d.ts +1 -0
- package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerView.d.ts +1 -0
- package/lib/PagerVisualModelExport.d.ts +25 -0
- package/lib/PropertyEditorView_combined.d.ts +10 -10
- package/lib/ToolbarVisualModelExport.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +21 -17
- package/lib/igc-column-component.d.ts +9 -1
- package/lib/igc-column-grouping-component.d.ts +8 -4
- package/lib/igc-data-grid-component.d.ts +56 -0
- package/lib/igc-data-grid-pager-component.d.ts +101 -0
- package/lib/igc-data-grid-pager-module.d.ts +3 -0
- package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
- package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
- package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
- package/lib/igc-page-changed-event-args.d.ts +20 -0
- package/lib/igc-property-editor-component.d.ts +2 -2
- package/package.json +5 -5
- package/public_api.d.ts +14 -20
- package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
- package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
- package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
- package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
- package/esm2015/lib/PropertyEditorValueType.js +0 -35
- package/esm2015/lib/igc-property-editor-data-source.js +0 -39
- package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-description-object.js +0 -70
- package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
- package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
- package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
- package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
- package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
- package/esm5/lib/PropertyEditorValueType.js +0 -35
- package/esm5/lib/igc-property-editor-data-source.js +0 -53
- package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
- package/esm5/lib/igc-property-editor-description-object.js +0 -84
- package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
- package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
- package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
- package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
- package/lib/PropertyEditorDataSource.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
- package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
- package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
- package/lib/PropertyEditorValueType.d.ts +0 -28
- package/lib/igc-property-editor-data-source.d.ts +0 -16
- package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
- package/lib/igc-property-editor-description-object.d.ts +0 -17
- package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
- package/lib/igc-property-editor-property-description-component.d.ts +0 -65
- package/lib/igc-property-editor-property-description-module.d.ts +0 -3
- package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
|
@@ -48,7 +48,7 @@ export let ColumnPinningView = /*@__PURE__*/ (() => {
|
|
|
48
48
|
i() {
|
|
49
49
|
if (this.c != null && this.a.v != null) {
|
|
50
50
|
this.c.setText(this.a.v);
|
|
51
|
-
this.c.setStyleProperty("font", "16px
|
|
51
|
+
this.c.setStyleProperty("font", "16px Verdana");
|
|
52
52
|
}
|
|
53
53
|
this.j();
|
|
54
54
|
this.k();
|
|
@@ -304,9 +304,9 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
304
304
|
let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
305
305
|
for (let c of fromEnum(this.a.actualColumns)) {
|
|
306
306
|
a = new ColumnPinningInfo();
|
|
307
|
-
let d = c.
|
|
308
|
-
if (c.
|
|
309
|
-
d = c.
|
|
307
|
+
let d = c.i7;
|
|
308
|
+
if (c.je != null) {
|
|
309
|
+
d = c.je;
|
|
310
310
|
}
|
|
311
311
|
a.columnName = d;
|
|
312
312
|
if (c.f5 == 1) {
|
|
@@ -335,7 +335,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
335
335
|
let c = this.d.h.actualDataSource.getItemAtIndex(b.b);
|
|
336
336
|
let d = this.a.actualColumns.count;
|
|
337
337
|
for (let e = 0; e < d; e++) {
|
|
338
|
-
if (this.a.actualColumns._inner[e].
|
|
338
|
+
if (this.a.actualColumns._inner[e].i7 == c.columnName || this.a.actualColumns._inner[e].jy == c.columnName || this.a.actualColumns._inner[e].je == c.columnName) {
|
|
339
339
|
if (this.a.actualColumns._inner[e].f5 == 0) {
|
|
340
340
|
this.a.actualColumns._inner[e].f5 = 1;
|
|
341
341
|
}
|
|
@@ -345,7 +345,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
345
345
|
else {
|
|
346
346
|
this.a.actualColumns._inner[e].f5 = 0;
|
|
347
347
|
}
|
|
348
|
-
this.a.actualColumns._inner[e].
|
|
348
|
+
this.a.actualColumns._inner[e].kh("Pinned");
|
|
349
349
|
break;
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -148,7 +148,7 @@ export let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
|
|
|
148
148
|
}
|
|
149
149
|
onDocumentKeyDown(a) {
|
|
150
150
|
let b = a;
|
|
151
|
-
if (BaseDOMEventProxy.
|
|
151
|
+
if (BaseDOMEventProxy.c0(b) == 8) {
|
|
152
152
|
this.a.d5();
|
|
153
153
|
}
|
|
154
154
|
}
|
|
@@ -461,15 +461,15 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
461
461
|
this.o = b;
|
|
462
462
|
this.o.svgPath = this.bt(this.b);
|
|
463
463
|
this.f = c;
|
|
464
|
-
this.f.
|
|
464
|
+
this.f.ie = false;
|
|
465
465
|
this.f.ec = 1;
|
|
466
466
|
this.f.cy = 0;
|
|
467
467
|
this.f.ec = 0;
|
|
468
468
|
this.f.cj = 0;
|
|
469
|
-
this.f.
|
|
470
|
-
this.f.
|
|
471
|
-
this.f.
|
|
472
|
-
this.f.
|
|
469
|
+
this.f.ng = 0;
|
|
470
|
+
this.f.nr = 0;
|
|
471
|
+
this.f.gd = 3;
|
|
472
|
+
this.f.im = false;
|
|
473
473
|
let d = this.f;
|
|
474
474
|
d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.d6));
|
|
475
475
|
this.m = new TemplateColumn();
|
|
@@ -479,15 +479,15 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
479
479
|
$ret.c = false;
|
|
480
480
|
return $ret;
|
|
481
481
|
})());
|
|
482
|
-
this.m.
|
|
483
|
-
this.m.
|
|
484
|
-
this.m.
|
|
482
|
+
this.m.h1 = this.m.h2 = 4;
|
|
483
|
+
this.m.h3 = this.m.h0 = 0;
|
|
484
|
+
this.m.i7 = "Icon";
|
|
485
485
|
let e = this.m;
|
|
486
486
|
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.eg));
|
|
487
487
|
this.f.columns.add(this.m);
|
|
488
488
|
let f = new TextColumn();
|
|
489
|
-
f.
|
|
490
|
-
f.
|
|
489
|
+
f.i7 = "DisplayText";
|
|
490
|
+
f.h1 = 0;
|
|
491
491
|
f.e = 0;
|
|
492
492
|
this.f.columns.add(f);
|
|
493
493
|
this.d1();
|
|
@@ -637,7 +637,7 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
637
637
|
if (this.u.count > 0) {
|
|
638
638
|
this.i = this.u._inner[0];
|
|
639
639
|
}
|
|
640
|
-
this.e.k = Math.min(this.u.count * this.f.
|
|
640
|
+
this.e.k = Math.min(this.u.count * this.f.mu + 2, this.y);
|
|
641
641
|
}
|
|
642
642
|
}
|
|
643
643
|
h(a) {
|
|
@@ -706,7 +706,7 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
706
706
|
x() {
|
|
707
707
|
if (this.f != null) {
|
|
708
708
|
let a = Math.min(8, this.f.actualDataSource != null ? this.f.actualDataSource.actualCount : 0);
|
|
709
|
-
return a * (this.f.
|
|
709
|
+
return a * (this.f.mu + this.f.nr) + this.f.mt + 2;
|
|
710
710
|
}
|
|
711
711
|
return 0;
|
|
712
712
|
}
|
|
@@ -29,9 +29,9 @@ export let DataGridAccessibilityLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
29
29
|
refresh(a, b) {
|
|
30
30
|
super.refresh(a, b);
|
|
31
31
|
if (this.rootElement != null) {
|
|
32
|
-
let c = a.
|
|
33
|
-
let d = a.
|
|
34
|
-
if (a.
|
|
32
|
+
let c = a.cv();
|
|
33
|
+
let d = a.bz.count;
|
|
34
|
+
if (a.cw > 0) {
|
|
35
35
|
c++;
|
|
36
36
|
}
|
|
37
37
|
this.rootElement.setAttribute("role", "grid");
|
|
@@ -47,7 +47,7 @@ export let DataGridAccessibilityLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
47
47
|
this.ay = new AccessibilityRow();
|
|
48
48
|
this.ay.i = this.a7;
|
|
49
49
|
this.ay.e = -1;
|
|
50
|
-
this.ay.d = this.f.
|
|
50
|
+
this.ay.d = this.f.bz.count;
|
|
51
51
|
this.ay.f = "columnheader";
|
|
52
52
|
}
|
|
53
53
|
this.ay.j(a, b);
|
|
@@ -59,7 +59,7 @@ export let DataGridAccessibilityLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
59
59
|
d = new AccessibilityRow();
|
|
60
60
|
d.i = this.a7;
|
|
61
61
|
d.e = c;
|
|
62
|
-
d.d = this.f.
|
|
62
|
+
d.d = this.f.bz.count;
|
|
63
63
|
d.f = "gridcell";
|
|
64
64
|
this.a0.s(c, d);
|
|
65
65
|
}
|
|
@@ -150,12 +150,12 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
150
150
|
this.o = this.e.absoluteHeight;
|
|
151
151
|
let a = this.e.actualVisibleRegion.top;
|
|
152
152
|
let b = this.e.actualVisibleRegion.left;
|
|
153
|
-
let c = this.e.
|
|
153
|
+
let c = this.e.b2;
|
|
154
154
|
let d = c.count;
|
|
155
|
-
let e = this.e.
|
|
156
|
-
let f = this.e.
|
|
155
|
+
let e = this.e.bp;
|
|
156
|
+
let f = this.e.bp.o;
|
|
157
157
|
let g = f.count;
|
|
158
|
-
let h = this.e.
|
|
158
|
+
let h = this.e.bp.p;
|
|
159
159
|
for (let i = 0; i < g; i++) {
|
|
160
160
|
if (h._inner[i]) {
|
|
161
161
|
continue;
|
|
@@ -257,7 +257,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
257
257
|
}
|
|
258
258
|
if (!ai) {
|
|
259
259
|
if (af.l.d != 0) {
|
|
260
|
-
if (this.e.
|
|
260
|
+
if (this.e.bs) {
|
|
261
261
|
aj.setRawStyleProperty("clip", this.w(af.l.d, af.cl, af.cm));
|
|
262
262
|
}
|
|
263
263
|
else {
|
|
@@ -285,7 +285,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
285
285
|
if (ai && y.b) {
|
|
286
286
|
let aq = y.a;
|
|
287
287
|
aq.z();
|
|
288
|
-
if (af.l.d != 0 && this.e.
|
|
288
|
+
if (af.l.d != 0 && this.e.bs) {
|
|
289
289
|
aq.ae(this.ax(af.l.d));
|
|
290
290
|
}
|
|
291
291
|
let ar = af.s.nativeCell;
|
|
@@ -348,7 +348,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
348
348
|
return;
|
|
349
349
|
}
|
|
350
350
|
let b = this.r.rootWrapper.getOffset();
|
|
351
|
-
let c = this.e.
|
|
351
|
+
let c = this.e.f(a.pageX - b.left, a.pageY - b.top);
|
|
352
352
|
if (c == null) {
|
|
353
353
|
return;
|
|
354
354
|
}
|
|
@@ -393,7 +393,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
393
393
|
return;
|
|
394
394
|
}
|
|
395
395
|
let c = this.r.rootWrapper.getOffset();
|
|
396
|
-
let d = this.e.
|
|
396
|
+
let d = this.e.f(a.pageX - c.left, a.pageY - c.top);
|
|
397
397
|
if (d == null) {
|
|
398
398
|
return;
|
|
399
399
|
}
|
|
@@ -411,7 +411,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
411
411
|
return;
|
|
412
412
|
}
|
|
413
413
|
let c = this.r.rootWrapper.getOffset();
|
|
414
|
-
let d = this.e.
|
|
414
|
+
let d = this.e.f(a.pageX - c.left, a.pageY - c.top);
|
|
415
415
|
if (d == null) {
|
|
416
416
|
return;
|
|
417
417
|
}
|
|
@@ -429,7 +429,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
429
429
|
return;
|
|
430
430
|
}
|
|
431
431
|
let c = this.r.rootWrapper.getOffset();
|
|
432
|
-
let d = this.e.
|
|
432
|
+
let d = this.e.f(a.pageX - c.left, a.pageY - c.top);
|
|
433
433
|
if (d == null) {
|
|
434
434
|
return;
|
|
435
435
|
}
|
|
@@ -444,11 +444,11 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
444
444
|
b = 0;
|
|
445
445
|
}
|
|
446
446
|
if (this.c == null) {
|
|
447
|
-
this.c = new Array(d.
|
|
448
|
-
this.a = new Array(d.
|
|
449
|
-
this.d = new Array(d.
|
|
450
|
-
this.b = new Array(d.
|
|
451
|
-
for (let h = 0; h < d.
|
|
447
|
+
this.c = new Array(d.b2.count);
|
|
448
|
+
this.a = new Array(d.b2.count);
|
|
449
|
+
this.d = new Array(d.b2.count);
|
|
450
|
+
this.b = new Array(d.b2.count);
|
|
451
|
+
for (let h = 0; h < d.b2.count; h++) {
|
|
452
452
|
this.c[h] = null;
|
|
453
453
|
this.a[h] = null;
|
|
454
454
|
this.d[h] = -1;
|
|
@@ -491,13 +491,13 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
493
|
ax(a) {
|
|
494
|
-
let b = this.e.
|
|
495
|
-
let c = this.e.
|
|
496
|
-
let d = this.e.
|
|
497
|
-
let e = this.e.
|
|
494
|
+
let b = this.e.ch;
|
|
495
|
+
let c = this.e.cc + this.e.b9;
|
|
496
|
+
let d = this.e.cp;
|
|
497
|
+
let e = this.e.b7;
|
|
498
498
|
if (a == 2) {
|
|
499
|
-
c = Math.min(this.e.
|
|
500
|
-
d = this.e.
|
|
499
|
+
c = Math.min(this.e.cu, this.e.cf) - this.e.cq - this.e.ca;
|
|
500
|
+
d = this.e.cq;
|
|
501
501
|
}
|
|
502
502
|
return new Rect(0, c, b, d, e);
|
|
503
503
|
}
|
|
@@ -516,9 +516,9 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
516
516
|
return stringFormat1("rect({0}px, {1}px, {2}px, {3}px)", a.top, a.right, a.bottom, a.left);
|
|
517
517
|
}
|
|
518
518
|
y(a) {
|
|
519
|
-
let b = a.cl < this.f.
|
|
519
|
+
let b = a.cl < this.f.cd ? this.f.cd - a.cl : 0;
|
|
520
520
|
let c = 0;
|
|
521
|
-
let d = this.f.
|
|
521
|
+
let d = this.f.co == -1 ? a.gu : (a.cl + a.gu > this.f.ce) ? a.gu - (a.cl + a.gu - this.f.ce) : a.gu;
|
|
522
522
|
let e = a.fc;
|
|
523
523
|
return this.x(new Rect(0, b, c, d, e));
|
|
524
524
|
}
|
|
@@ -532,8 +532,8 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
532
532
|
if (this.e == null) {
|
|
533
533
|
return;
|
|
534
534
|
}
|
|
535
|
-
for (let a = 0; a < this.e.
|
|
536
|
-
let b = this.e.
|
|
535
|
+
for (let a = 0; a < this.e.b2.count; a++) {
|
|
536
|
+
let b = this.e.b2._inner[a].q;
|
|
537
537
|
for (let c = 0; c < b.count; c++) {
|
|
538
538
|
let d = b._inner[c];
|
|
539
539
|
if (d.s != null && d.s.nativeCell != null) {
|
|
@@ -60,6 +60,7 @@ export class DataGridLocaleEn {
|
|
|
60
60
|
this["ComparisonOperator_True"] = "True";
|
|
61
61
|
this["ComparisonOperator_Yesterday"] = "Yesterday";
|
|
62
62
|
this["Filter_Columns_List"] = "Filter columns list ...";
|
|
63
|
+
this["Pager_Text"] = "{0} of {1}";
|
|
63
64
|
this["Search"] = "Search";
|
|
64
65
|
this["Select_All"] = "(Select All)";
|
|
65
66
|
}
|
|
@@ -17,49 +17,49 @@ export let DataGridScrollerKeyboardListener = /*@__PURE__*/ (() => {
|
|
|
17
17
|
this.a = a;
|
|
18
18
|
}
|
|
19
19
|
onDownArrow(a, b) {
|
|
20
|
-
return this.a.
|
|
20
|
+
return this.a.jx(a, b);
|
|
21
21
|
}
|
|
22
22
|
onEnd(a, b) {
|
|
23
|
-
return this.a.
|
|
23
|
+
return this.a.jy(a, b);
|
|
24
24
|
}
|
|
25
25
|
onHome(a, b) {
|
|
26
|
-
return this.a.
|
|
26
|
+
return this.a.j2(a, b);
|
|
27
27
|
}
|
|
28
28
|
onLeftArrow(a, b) {
|
|
29
|
-
return this.a.
|
|
29
|
+
return this.a.j4(a, b);
|
|
30
30
|
}
|
|
31
31
|
onPageDown(a, b) {
|
|
32
|
-
return this.a.
|
|
32
|
+
return this.a.j5(a, b);
|
|
33
33
|
}
|
|
34
34
|
onPageUp(a, b) {
|
|
35
|
-
return this.a.
|
|
35
|
+
return this.a.j6(a, b);
|
|
36
36
|
}
|
|
37
37
|
onRightArrow(a, b) {
|
|
38
|
-
return this.a.
|
|
38
|
+
return this.a.j7(a, b);
|
|
39
39
|
}
|
|
40
40
|
onTab(a, b) {
|
|
41
|
-
return this.a.
|
|
41
|
+
return this.a.j9(a, b);
|
|
42
42
|
}
|
|
43
43
|
onUpArrow(a, b) {
|
|
44
|
-
return this.a.
|
|
44
|
+
return this.a.ka(a, b);
|
|
45
45
|
}
|
|
46
46
|
onWheel() {
|
|
47
|
-
this.a.
|
|
47
|
+
this.a.v7();
|
|
48
48
|
}
|
|
49
49
|
onEnter(a, b) {
|
|
50
|
-
return this.a.
|
|
50
|
+
return this.a.jz(a, b);
|
|
51
51
|
}
|
|
52
52
|
onEscape() {
|
|
53
|
-
return this.a.
|
|
53
|
+
return this.a.j0();
|
|
54
54
|
}
|
|
55
55
|
onF2() {
|
|
56
|
-
return this.a.
|
|
56
|
+
return this.a.j1();
|
|
57
57
|
}
|
|
58
58
|
onSpace(a, b) {
|
|
59
|
-
return this.a.
|
|
59
|
+
return this.a.j8(a, b);
|
|
60
60
|
}
|
|
61
61
|
onKeyDown(a, b, c) {
|
|
62
|
-
return this.a.
|
|
62
|
+
return this.a.j3(a, b, c);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
DataGridScrollerKeyboardListener.$t = /*@__PURE__*/ markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
|