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
package/esm5/lib/TemplateCell.js
CHANGED
|
@@ -49,7 +49,7 @@ var TemplateCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49
49
|
TemplateCell.prototype.cj = function (a) {
|
|
50
50
|
var b = this.ch.element.getNativeElement();
|
|
51
51
|
if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
|
|
52
|
-
var c = BaseDOMEventProxy.
|
|
52
|
+
var c = BaseDOMEventProxy.c0(a);
|
|
53
53
|
if (c == 14 || c == 16) {
|
|
54
54
|
a.stopPropagation();
|
|
55
55
|
}
|
|
@@ -35,7 +35,7 @@ var TemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35
35
|
var e = a.ca * (1 - d);
|
|
36
36
|
this.e.ci.element.setRawStyleProperty("opacity", e.toString());
|
|
37
37
|
}
|
|
38
|
-
c.
|
|
38
|
+
c.ll(a, this.e.ci);
|
|
39
39
|
};
|
|
40
40
|
TemplateCellPresenter.$t = markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
|
|
41
41
|
return TemplateCellPresenter;
|
|
@@ -30,9 +30,9 @@ var TemplateHeader = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30
30
|
_super.prototype.cy.call(this, a, b, c, d);
|
|
31
31
|
var e = a;
|
|
32
32
|
var f = b.a4(a.l);
|
|
33
|
-
e.ll = f.
|
|
33
|
+
e.ll = f.il;
|
|
34
34
|
e.n = f.fe;
|
|
35
|
-
e.lo = f.
|
|
35
|
+
e.lo = f.gs;
|
|
36
36
|
};
|
|
37
37
|
TemplateHeader.prototype.fd = function (a, b) {
|
|
38
38
|
if (this.cellUpdating != null) {
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import * as tslib_1 from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { IToolbarVisualModelExport_$type } from "./IToolbarVisualModelExport";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var ToolbarVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
tslib_1.__extends(ToolbarVisualModelExport, _super);
|
|
15
|
+
function ToolbarVisualModelExport() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
ToolbarVisualModelExport.prototype.serialize = function () {
|
|
19
|
+
return "{}";
|
|
20
|
+
};
|
|
21
|
+
ToolbarVisualModelExport.$t = markType(ToolbarVisualModelExport, 'ToolbarVisualModelExport', Base.$, [IToolbarVisualModelExport_$type]);
|
|
22
|
+
return ToolbarVisualModelExport;
|
|
23
|
+
}(Base));
|
|
24
|
+
export { ToolbarVisualModelExport };
|
|
@@ -17,20 +17,20 @@ var VisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17
17
|
tslib_1.__extends(VisualModelExport, _super);
|
|
18
18
|
function VisualModelExport() {
|
|
19
19
|
var _this = _super.call(this) || this;
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.aj = 0;
|
|
23
|
-
_this.aq = 0;
|
|
24
|
-
_this.ap = 0;
|
|
25
|
-
_this.an = 0;
|
|
26
|
-
_this.ao = 0;
|
|
20
|
+
_this.aj = null;
|
|
21
|
+
_this.am = 0;
|
|
27
22
|
_this.al = 0;
|
|
28
|
-
_this.at = 0;
|
|
29
|
-
_this.au = 0;
|
|
30
|
-
_this.av = 0;
|
|
31
23
|
_this.as = 0;
|
|
32
24
|
_this.ar = 0;
|
|
25
|
+
_this.ap = 0;
|
|
26
|
+
_this.aq = 0;
|
|
27
|
+
_this.an = 0;
|
|
28
|
+
_this.av = 0;
|
|
33
29
|
_this.aw = 0;
|
|
30
|
+
_this.ax = 0;
|
|
31
|
+
_this.au = 0;
|
|
32
|
+
_this.at = 0;
|
|
33
|
+
_this.ay = 0;
|
|
34
34
|
_this.z = null;
|
|
35
35
|
_this.a = null;
|
|
36
36
|
_this.ac = null;
|
|
@@ -63,11 +63,13 @@ var VisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63
63
|
_this.q = null;
|
|
64
64
|
_this.f = null;
|
|
65
65
|
_this.s = null;
|
|
66
|
+
_this.ah = null;
|
|
66
67
|
_this.ag = null;
|
|
67
|
-
_this.am = 0;
|
|
68
68
|
_this.ai = null;
|
|
69
|
-
_this.
|
|
70
|
-
_this.
|
|
69
|
+
_this.ao = 0;
|
|
70
|
+
_this.ak = null;
|
|
71
|
+
_this.az = 0;
|
|
72
|
+
_this.aj = RectData.empty;
|
|
71
73
|
_this.z = new GridLayerExport("SubContentLayer");
|
|
72
74
|
_this.a = new GridLayerExport("ContentLayer");
|
|
73
75
|
_this.ac = new GridLayerExport("SuperContentLayer");
|
|
@@ -100,44 +102,44 @@ var VisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
100
102
|
_this.q = new GridLayerExport("HiddenLayer");
|
|
101
103
|
_this.f = new GridLayerExport("FixedMergedCellsLayer");
|
|
102
104
|
_this.s = new GridLayerExport("PinnedRowsMergedCellsLayer");
|
|
103
|
-
_this.
|
|
105
|
+
_this.ao = 1;
|
|
104
106
|
return _this;
|
|
105
107
|
}
|
|
106
|
-
VisualModelExport.prototype.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
109
|
-
this.
|
|
110
|
-
this.
|
|
111
|
-
this.
|
|
112
|
-
this.
|
|
113
|
-
this.
|
|
114
|
-
this.
|
|
115
|
-
this.
|
|
116
|
-
this.
|
|
117
|
-
this.
|
|
118
|
-
this.
|
|
119
|
-
this.
|
|
120
|
-
this.
|
|
121
|
-
this.
|
|
122
|
-
this.
|
|
123
|
-
this.
|
|
124
|
-
this.
|
|
125
|
-
this.
|
|
126
|
-
this.
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
132
|
-
this.
|
|
133
|
-
this.
|
|
134
|
-
this.
|
|
135
|
-
this.
|
|
136
|
-
this.
|
|
137
|
-
this.
|
|
138
|
-
this.
|
|
108
|
+
VisualModelExport.prototype.a2 = function () {
|
|
109
|
+
this.ak = new List$1(GridLayerExport.$, 0);
|
|
110
|
+
this.ak.add(this.z);
|
|
111
|
+
this.ak.add(this.a);
|
|
112
|
+
this.ak.add(this.ac);
|
|
113
|
+
this.ak.add(this.b);
|
|
114
|
+
this.ak.add(this.t);
|
|
115
|
+
this.ak.add(this.r);
|
|
116
|
+
this.ak.add(this.u);
|
|
117
|
+
this.ak.add(this.i);
|
|
118
|
+
this.ak.add(this.c);
|
|
119
|
+
this.ak.add(this.l);
|
|
120
|
+
this.ak.add(this.g);
|
|
121
|
+
this.ak.add(this.s);
|
|
122
|
+
this.ak.add(this.f);
|
|
123
|
+
this.ak.add(this.h);
|
|
124
|
+
this.ak.add(this.y);
|
|
125
|
+
this.ak.add(this.w);
|
|
126
|
+
this.ak.add(this.v);
|
|
127
|
+
this.ak.add(this.x);
|
|
128
|
+
this.ak.add(this.ab);
|
|
129
|
+
this.ak.add(this.aa);
|
|
130
|
+
this.ak.add(this.p);
|
|
131
|
+
this.ak.add(this.o);
|
|
132
|
+
this.ak.add(this.ae);
|
|
133
|
+
this.ak.add(this.ad);
|
|
134
|
+
this.ak.add(this.k);
|
|
135
|
+
this.ak.add(this.j);
|
|
136
|
+
this.ak.add(this.e);
|
|
137
|
+
this.ak.add(this.d);
|
|
138
|
+
this.ak.add(this.n);
|
|
139
|
+
this.ak.add(this.m);
|
|
140
|
+
this.ak.add(this.af);
|
|
139
141
|
};
|
|
140
|
-
VisualModelExport.prototype.
|
|
142
|
+
VisualModelExport.prototype.a1 = function () {
|
|
141
143
|
this.z.f();
|
|
142
144
|
this.a.f();
|
|
143
145
|
this.ac.f();
|
|
@@ -170,32 +172,38 @@ var VisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
170
172
|
this.s.f();
|
|
171
173
|
this.f.f();
|
|
172
174
|
};
|
|
173
|
-
VisualModelExport.prototype.
|
|
175
|
+
VisualModelExport.prototype.a0 = function () {
|
|
174
176
|
var a = new StringBuilder(0);
|
|
175
177
|
a.l("{");
|
|
176
|
-
a.l("top : " + this.
|
|
177
|
-
a.l("left : " + this.
|
|
178
|
-
a.l("height : " + this.
|
|
179
|
-
a.l("width : " + this.
|
|
180
|
-
a.l("absoluteWidth : " + this.
|
|
181
|
-
a.l("absoluteHeight : " + this.
|
|
182
|
-
a.l("headerHeight : " + this.
|
|
183
|
-
a.l("fixedRowHeight : " + this.
|
|
184
|
-
a.l("fixedColumnWidthLeft : " + this.
|
|
185
|
-
a.l("fixedColumnWidthRight : " + this.
|
|
186
|
-
a.l("dipScalingRatio: " + this.
|
|
187
|
-
a.l("columnSpacing : " + this.
|
|
188
|
-
a.l("separatorLeft : " + this.
|
|
189
|
-
a.l("separatorRight : " + this.
|
|
190
|
-
for (var b = 0; b < this.
|
|
191
|
-
var c = this.
|
|
192
|
-
a.l(c + ": " + this.
|
|
178
|
+
a.l("top : " + this.ax + ", ");
|
|
179
|
+
a.l("left : " + this.au + ", ");
|
|
180
|
+
a.l("height : " + this.at + ", ");
|
|
181
|
+
a.l("width : " + this.ay + ", ");
|
|
182
|
+
a.l("absoluteWidth : " + this.am + ", ");
|
|
183
|
+
a.l("absoluteHeight : " + this.al + ", ");
|
|
184
|
+
a.l("headerHeight : " + this.as + ", ");
|
|
185
|
+
a.l("fixedRowHeight : " + this.ar + ", ");
|
|
186
|
+
a.l("fixedColumnWidthLeft : " + this.ap + ", ");
|
|
187
|
+
a.l("fixedColumnWidthRight : " + this.aq + ", ");
|
|
188
|
+
a.l("dipScalingRatio: " + this.ao + ", ");
|
|
189
|
+
a.l("columnSpacing : " + this.an + ", ");
|
|
190
|
+
a.l("separatorLeft : " + this.av + ", ");
|
|
191
|
+
a.l("separatorRight : " + this.aw + ", ");
|
|
192
|
+
for (var b = 0; b < this.ak.count; b++) {
|
|
193
|
+
var c = this.ak._inner[b].c.charAt(0).toString().toLowerCase() + this.ak._inner[b].c.substr(1);
|
|
194
|
+
a.l(c + ": " + this.ak._inner[b].d() + ", ");
|
|
193
195
|
}
|
|
194
|
-
if (this.
|
|
196
|
+
if (this.ah != null) {
|
|
195
197
|
var d = "ColumnGroupingArea";
|
|
196
|
-
a.l(d + ": " + this.
|
|
198
|
+
a.l(d + ": " + this.ah.serialize() + ", ");
|
|
199
|
+
}
|
|
200
|
+
if (this.ag != null) {
|
|
201
|
+
a.l("pager : " + this.ag.j() + ", ");
|
|
202
|
+
}
|
|
203
|
+
if (this.ai != null) {
|
|
204
|
+
a.l("toolbar : " + this.ai.serialize() + ", ");
|
|
197
205
|
}
|
|
198
|
-
a.l("actualVisibleRegion: { left: " + this.
|
|
206
|
+
a.l("actualVisibleRegion: { left: " + this.aj.left + ", top: " + this.aj.top + ", width: " + this.aj.width + ", height: " + this.aj.height + "}");
|
|
199
207
|
a.l("}");
|
|
200
208
|
return a.toString();
|
|
201
209
|
};
|