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
|
@@ -18,7 +18,9 @@ export let BrowserExecutionContext = /*@__PURE__*/ (() => {
|
|
|
18
18
|
super();
|
|
19
19
|
this.b = new Date();
|
|
20
20
|
this._requestAnimationFrame = null;
|
|
21
|
-
|
|
21
|
+
if (a != null) {
|
|
22
|
+
this.requestAnimationFrame = a.getRequestAnimationFrame();
|
|
23
|
+
}
|
|
22
24
|
this.b = dateNow();
|
|
23
25
|
}
|
|
24
26
|
get requestAnimationFrame() {
|
|
@@ -325,7 +325,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
325
325
|
this.cu();
|
|
326
326
|
this.s = false;
|
|
327
327
|
}
|
|
328
|
-
if (this.cv.
|
|
328
|
+
if (this.cv.al != null) {
|
|
329
329
|
this.cv.n = this.az;
|
|
330
330
|
this.cv.o = this.a2;
|
|
331
331
|
this.j.w(this.cv);
|
|
@@ -335,7 +335,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
335
335
|
this.c2.am = this.a3 - 2;
|
|
336
336
|
this.c2.al = this.az + (this.a1 - this.az);
|
|
337
337
|
this.c2.an = this.a3 - 2;
|
|
338
|
-
this.c2._stroke = this.cv.
|
|
338
|
+
this.c2._stroke = this.cv.ao;
|
|
339
339
|
this.j.r(this.c2);
|
|
340
340
|
}
|
|
341
341
|
}
|
|
@@ -391,7 +391,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
391
391
|
cn(a) {
|
|
392
392
|
this.o = true;
|
|
393
393
|
this.cy = a;
|
|
394
|
-
this.cv.
|
|
394
|
+
this.cv.ao = ((() => {
|
|
395
395
|
let $ret = new Brush();
|
|
396
396
|
$ret.color = this.cy;
|
|
397
397
|
return $ret;
|
|
@@ -604,12 +604,12 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
604
604
|
this.ao = d.f(g);
|
|
605
605
|
}
|
|
606
606
|
if (c <= this.ao) {
|
|
607
|
-
a.
|
|
607
|
+
a.al = g;
|
|
608
608
|
return this.ao;
|
|
609
609
|
}
|
|
610
610
|
let h = d.f(e);
|
|
611
611
|
if (h <= c) {
|
|
612
|
-
a.
|
|
612
|
+
a.al = b;
|
|
613
613
|
return h;
|
|
614
614
|
}
|
|
615
615
|
let i = c / h;
|
|
@@ -632,7 +632,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
632
632
|
e = e.substr(0, f) + g;
|
|
633
633
|
h = d.f(e);
|
|
634
634
|
}
|
|
635
|
-
a.
|
|
635
|
+
a.al = e;
|
|
636
636
|
return h;
|
|
637
637
|
}
|
|
638
638
|
co(a) {
|
|
@@ -42,20 +42,20 @@ export let CanvasSummaryCell = /*@__PURE__*/ (() => {
|
|
|
42
42
|
}
|
|
43
43
|
de(a) {
|
|
44
44
|
this.dd = a;
|
|
45
|
-
this.di.
|
|
45
|
+
this.di.al = this.dd;
|
|
46
46
|
this.z = true;
|
|
47
47
|
this.c7 = true;
|
|
48
48
|
}
|
|
49
49
|
df(a) {
|
|
50
50
|
this.z = true;
|
|
51
|
-
this.di.
|
|
51
|
+
this.di.ao = ((() => {
|
|
52
52
|
let $ret = new Brush();
|
|
53
53
|
$ret.color = a;
|
|
54
54
|
return $ret;
|
|
55
55
|
})());
|
|
56
56
|
}
|
|
57
57
|
dh(a) {
|
|
58
|
-
if (this.di.
|
|
58
|
+
if (this.di.al == null) {
|
|
59
59
|
return;
|
|
60
60
|
}
|
|
61
61
|
if (a == null) {
|
|
@@ -78,7 +78,7 @@ export let CanvasSummaryCell = /*@__PURE__*/ (() => {
|
|
|
78
78
|
this.da = this.bd + this.a8 + ((c / 2) - (this.c8 / 2));
|
|
79
79
|
}
|
|
80
80
|
b7(a) {
|
|
81
|
-
if (this.di.
|
|
81
|
+
if (this.di.al != null) {
|
|
82
82
|
if (this.c7) {
|
|
83
83
|
this.dh(a);
|
|
84
84
|
this.c7 = false;
|
|
@@ -30,7 +30,7 @@ export let CanvasTemplateCellPresenter = /*@__PURE__*/ (() => {
|
|
|
30
30
|
this.e.c6.opacity = e;
|
|
31
31
|
}
|
|
32
32
|
this.e.c7();
|
|
33
|
-
c.
|
|
33
|
+
c.ll(a, this.e);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
CanvasTemplateCellPresenter.$t = /*@__PURE__*/ markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -35,7 +35,7 @@ export let CellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
35
35
|
if (a.aw) {
|
|
36
36
|
this.a.by(a.k1, a.dy, a.d3, a.d1, a.dw);
|
|
37
37
|
if (a.a3(CellModel.du)) {
|
|
38
|
-
if (!a.ba && a.p.
|
|
38
|
+
if (!a.ba && a.p.ic && a.a7 && a.b7 == 1) {
|
|
39
39
|
this.a.be();
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -264,7 +264,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
264
264
|
this.h.setStyleProperty("font-size", "13px");
|
|
265
265
|
this.i.setStyleProperty("display", "flex");
|
|
266
266
|
this.i.setStyleProperty("flex-direction", "row");
|
|
267
|
-
this.i.setStyleProperty("font-family", "
|
|
267
|
+
this.i.setStyleProperty("font-family", "Verdana");
|
|
268
268
|
this.i.setStyleProperty("align-items", "center");
|
|
269
269
|
this.i.append(b);
|
|
270
270
|
this.i.append(this.h);
|
|
@@ -519,10 +519,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
519
519
|
provideContainer(a, b, c) {
|
|
520
520
|
this.h = b;
|
|
521
521
|
if (null != this.h) {
|
|
522
|
-
this.h.
|
|
523
|
-
this.h.
|
|
524
|
-
this.h.
|
|
525
|
-
this.h.
|
|
522
|
+
this.h.ng = 0;
|
|
523
|
+
this.h.nr = 0;
|
|
524
|
+
this.h.ls = NaN;
|
|
525
|
+
this.h.ie = false;
|
|
526
526
|
this.h.cy = 0;
|
|
527
527
|
this.h.cj = 0;
|
|
528
528
|
let d = this.h;
|
|
@@ -649,7 +649,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
649
649
|
}
|
|
650
650
|
get aq() {
|
|
651
651
|
if (this.h != null) {
|
|
652
|
-
return this.h.
|
|
652
|
+
return this.h.mu;
|
|
653
653
|
}
|
|
654
654
|
return -1;
|
|
655
655
|
}
|
|
@@ -767,20 +767,20 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
767
767
|
break;
|
|
768
768
|
case "RowHeight":
|
|
769
769
|
if (this.h != null) {
|
|
770
|
-
this.h.
|
|
770
|
+
this.h.np = this.as;
|
|
771
771
|
}
|
|
772
772
|
break;
|
|
773
773
|
case "CellTextStyle":
|
|
774
774
|
if (this.h != null) {
|
|
775
|
-
this.h.
|
|
775
|
+
this.h.gm = this.ab;
|
|
776
776
|
}
|
|
777
777
|
break;
|
|
778
778
|
case "BackgroundColor":
|
|
779
779
|
case "TextColor":
|
|
780
780
|
let f = this.h;
|
|
781
781
|
if (null != f) {
|
|
782
|
-
f.
|
|
783
|
-
f.
|
|
782
|
+
f.yx = this.cw;
|
|
783
|
+
f.yv = this.cr;
|
|
784
784
|
}
|
|
785
785
|
this.m.z();
|
|
786
786
|
break;
|
|
@@ -792,14 +792,14 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
792
792
|
break;
|
|
793
793
|
case "IsRowHoverEnabled":
|
|
794
794
|
if (this.h != null) {
|
|
795
|
-
this.h.
|
|
795
|
+
this.h.jp = this.aj;
|
|
796
796
|
}
|
|
797
797
|
break;
|
|
798
798
|
}
|
|
799
799
|
}
|
|
800
800
|
ci() {
|
|
801
801
|
if (this.h != null) {
|
|
802
|
-
this.h.
|
|
802
|
+
this.h.gd = this.y;
|
|
803
803
|
}
|
|
804
804
|
if (this.q != null) {
|
|
805
805
|
this.q.n = this.y;
|
|
@@ -846,28 +846,28 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
846
846
|
ck() {
|
|
847
847
|
this.h.actualColumns.clear();
|
|
848
848
|
this.h.l = this.b;
|
|
849
|
-
this.h.
|
|
850
|
-
this.h.
|
|
851
|
-
this.h.
|
|
852
|
-
this.h.
|
|
853
|
-
this.h.
|
|
854
|
-
this.h.
|
|
855
|
-
this.h.
|
|
849
|
+
this.h.jd = false;
|
|
850
|
+
this.h.np = this.as;
|
|
851
|
+
this.h.yv = this.cr;
|
|
852
|
+
this.h.yw = this.cr;
|
|
853
|
+
this.h.gd = this.y;
|
|
854
|
+
this.h.jp = this.aj;
|
|
855
|
+
this.h.z1 = new Thickness(0, 0);
|
|
856
856
|
if (this.ab != null) {
|
|
857
|
-
this.h.
|
|
857
|
+
this.h.gm = this.ab;
|
|
858
858
|
}
|
|
859
859
|
let a = new TemplateColumn();
|
|
860
860
|
if (this.ax == null) {
|
|
861
861
|
this.ax = "";
|
|
862
862
|
}
|
|
863
|
-
a.
|
|
864
|
-
a.
|
|
863
|
+
a.i7 = this.ax;
|
|
864
|
+
a.jy = "CheckboxColumn";
|
|
865
865
|
let b = new ColumnWidth();
|
|
866
866
|
b.c = false;
|
|
867
867
|
b.f = 28;
|
|
868
868
|
a.width = b;
|
|
869
|
-
a.
|
|
870
|
-
a.
|
|
869
|
+
a.h1 = 0;
|
|
870
|
+
a.h2 = 0;
|
|
871
871
|
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.br));
|
|
872
872
|
this.h.columns.add(a);
|
|
873
873
|
this.i = a;
|
|
@@ -894,9 +894,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
894
894
|
d = new TextColumn();
|
|
895
895
|
break;
|
|
896
896
|
}
|
|
897
|
-
d.
|
|
898
|
-
d.
|
|
899
|
-
d.
|
|
897
|
+
d.i7 = this.av;
|
|
898
|
+
d.jy = "DataColumn";
|
|
899
|
+
d.h1 = 0;
|
|
900
900
|
d.e = 0;
|
|
901
901
|
this.h.columns.add(d);
|
|
902
902
|
}
|
|
@@ -954,23 +954,23 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
954
954
|
}
|
|
955
955
|
bz(a, b, c) {
|
|
956
956
|
if (this.h != null) {
|
|
957
|
-
this.h.
|
|
957
|
+
this.h.t8(a, b, c);
|
|
958
958
|
}
|
|
959
959
|
}
|
|
960
960
|
bw() {
|
|
961
961
|
if (this.h != null) {
|
|
962
|
-
this.h.
|
|
962
|
+
this.h.t2();
|
|
963
963
|
}
|
|
964
964
|
}
|
|
965
965
|
bx(a, b) {
|
|
966
966
|
if (this.h != null) {
|
|
967
|
-
this.h.
|
|
967
|
+
this.h.t4(a, b);
|
|
968
968
|
}
|
|
969
969
|
;
|
|
970
970
|
}
|
|
971
971
|
by(a, b) {
|
|
972
972
|
if (this.h != null) {
|
|
973
|
-
this.h.
|
|
973
|
+
this.h.t5(a, b);
|
|
974
974
|
}
|
|
975
975
|
;
|
|
976
976
|
}
|
|
@@ -62,7 +62,7 @@ export let ColumnChooserView = /*@__PURE__*/ (() => {
|
|
|
62
62
|
k() {
|
|
63
63
|
if (this.e != null && this.a.v != null) {
|
|
64
64
|
this.e.setText(this.a.v);
|
|
65
|
-
this.e.setStyleProperty("font", "16px
|
|
65
|
+
this.e.setStyleProperty("font", "16px Verdana");
|
|
66
66
|
}
|
|
67
67
|
this.l();
|
|
68
68
|
this.m();
|
|
@@ -305,12 +305,12 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
305
305
|
let b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
|
|
306
306
|
for (let c of fromEnum(this.a.actualColumns)) {
|
|
307
307
|
a = new ColumnChooserInfo();
|
|
308
|
-
let d = c.
|
|
309
|
-
if (c.
|
|
310
|
-
d = c.
|
|
308
|
+
let d = c.i7;
|
|
309
|
+
if (c.je != null) {
|
|
310
|
+
d = c.je;
|
|
311
311
|
}
|
|
312
312
|
a.columnName = d;
|
|
313
|
-
a.isNotHidden = !c.
|
|
313
|
+
a.isNotHidden = !c.g6;
|
|
314
314
|
b.add(a);
|
|
315
315
|
}
|
|
316
316
|
if (this.s != null) {
|
|
@@ -336,7 +336,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
336
336
|
if (this.a != null) {
|
|
337
337
|
for (let a of fromEnum(this.a.actualColumns)) {
|
|
338
338
|
this.m = true;
|
|
339
|
-
a.
|
|
339
|
+
a.g6 = false;
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
}
|
|
@@ -345,7 +345,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
345
345
|
if (this.a != null) {
|
|
346
346
|
for (let a of fromEnum(this.a.actualColumns)) {
|
|
347
347
|
this.m = true;
|
|
348
|
-
a.
|
|
348
|
+
a.g6 = true;
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -363,9 +363,9 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
363
363
|
let c = this.d.h.actualDataSource.getItemAtIndex(b.b);
|
|
364
364
|
let d = this.a.actualColumns.count;
|
|
365
365
|
for (let e = 0; e < d; e++) {
|
|
366
|
-
if (this.a.actualColumns._inner[e].
|
|
367
|
-
this.a.actualColumns._inner[e].
|
|
368
|
-
this.a.actualColumns._inner[e].
|
|
366
|
+
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) {
|
|
367
|
+
this.a.actualColumns._inner[e].g6 = !b.a;
|
|
368
|
+
this.a.actualColumns._inner[e].kh("Hidden");
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
371
|
}
|