igniteui-angular-core 16.1.0-beta.1 → 16.1.0-beta.3
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-core.umd.js +1717 -2156
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/CanvasViewRenderer.js +15 -0
- package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm2015/lib/LocalDataSource_combined.js +53 -52
- package/esm2015/lib/NativeUIButton.js +7 -5
- package/esm2015/lib/NativeUICheckbox.js +7 -5
- package/esm2015/lib/NativeUIDropDown.js +7 -5
- package/esm2015/lib/NativeUIGrid.js +7 -5
- package/esm2015/lib/NativeUIInput.js +7 -5
- package/esm2015/lib/NativeUIPopup.js +14 -10
- package/esm2015/lib/NativeUISlider.js +14 -10
- package/esm2015/lib/RearrangedListView.js +304 -303
- package/esm2015/lib/WebActionStripDescription.js +57 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm2015/lib/WebColumnDescription.js +129 -177
- package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebColumnGroupDescription.js +6 -6
- package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
- package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebContentPaneDescription.js +69 -53
- package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebDockManagerDescription.js +20 -12
- package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
- package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
- package/esm2015/lib/WebGridDescription.js +48 -72
- package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotGridDescription.js +42 -58
- package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
- package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebSplitPaneDescription.js +25 -17
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStepperDescription.js +6 -14
- package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
- package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- package/esm5/lib/CanvasViewRenderer.js +15 -0
- package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm5/lib/LocalDataSource_combined.js +53 -52
- package/esm5/lib/NativeUIButton.js +7 -5
- package/esm5/lib/NativeUICheckbox.js +7 -5
- package/esm5/lib/NativeUIDropDown.js +7 -5
- package/esm5/lib/NativeUIGrid.js +7 -5
- package/esm5/lib/NativeUIInput.js +7 -5
- package/esm5/lib/NativeUIPopup.js +14 -10
- package/esm5/lib/NativeUISlider.js +14 -10
- package/esm5/lib/RearrangedListView.js +304 -303
- package/esm5/lib/WebActionStripDescription.js +79 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm5/lib/WebColumnDescription.js +129 -201
- package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm5/lib/WebColumnGroupDescription.js +6 -6
- package/esm5/lib/WebColumnLayoutDescription.js +1 -14
- package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm5/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebContentPaneDescription.js +77 -53
- package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm5/lib/WebDockManagerDescription.js +24 -12
- package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
- package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
- package/esm5/lib/WebGridDescription.js +48 -84
- package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
- package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotGridDescription.js +41 -65
- package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowDirectiveDescription.js +6 -18
- package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm5/lib/WebSplitPaneDescription.js +29 -17
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStepperDescription.js +6 -18
- package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
- package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTreeGridDescription.js +30 -42
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm5/public_api.js +4 -8
- package/fesm2015/igniteui-angular-core.js +1630 -1954
- package/fesm5/igniteui-angular-core.js +1714 -2149
- package/lib/RearrangedListView.d.ts +50 -49
- package/lib/WebActionStripDescription.d.ts +27 -1
- package/lib/WebColumnDescription.d.ts +46 -64
- package/lib/WebColumnGroupDescription.d.ts +2 -2
- package/lib/WebColumnLayoutDescription.d.ts +0 -3
- package/lib/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebContentPaneDescription.d.ts +26 -20
- package/lib/WebDockManagerDescription.d.ts +7 -4
- package/lib/WebDockingIndicatorDescription.d.ts +4 -1
- package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
- package/lib/WebGridDescription.d.ts +17 -27
- package/lib/WebGridEditingActionsDescription.d.ts +4 -4
- package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
- package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
- package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WebPivotGridDescription.d.ts +15 -21
- package/lib/WebRowDirectiveDescription.d.ts +2 -5
- package/lib/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebStepperDescription.d.ts +2 -5
- package/lib/WebTabGroupPaneDescription.d.ts +7 -4
- package/lib/WebTreeGridDescription.d.ts +10 -13
- package/package.json +1 -1
- package/public_api.d.ts +4 -8
- package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
- package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
- package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
- package/esm5/lib/WebActionStripDescription_combined.js +0 -157
- package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
- package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
- package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
- package/lib/WebActionStripDescription_combined.d.ts +0 -49
- package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
- package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
- package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
|
@@ -14,62 +14,56 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(WebColumnDescription, _super);
|
|
15
15
|
function WebColumnDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.af = false;
|
|
17
|
+
_this.bm = null;
|
|
18
|
+
_this.bp = null;
|
|
19
|
+
_this.bz = null;
|
|
21
20
|
_this.ad = false;
|
|
22
|
-
_this.w = false;
|
|
23
|
-
_this.s = false;
|
|
24
|
-
_this.u = false;
|
|
25
21
|
_this.ab = false;
|
|
26
|
-
_this.
|
|
27
|
-
_this.x = false;
|
|
28
|
-
_this.y = false;
|
|
29
|
-
_this.ae = false;
|
|
30
|
-
_this.q = false;
|
|
22
|
+
_this.u = false;
|
|
31
23
|
_this.r = false;
|
|
24
|
+
_this.s = false;
|
|
32
25
|
_this.z = false;
|
|
33
|
-
_this.
|
|
34
|
-
_this.a4 = 0;
|
|
35
|
-
_this.b5 = null;
|
|
36
|
-
_this.b1 = null;
|
|
37
|
-
_this.bi = null;
|
|
38
|
-
_this.b2 = null;
|
|
39
|
-
_this.bh = null;
|
|
40
|
-
_this.bs = null;
|
|
41
|
-
_this.bt = null;
|
|
26
|
+
_this.o = false;
|
|
42
27
|
_this.v = false;
|
|
43
|
-
_this.
|
|
28
|
+
_this.w = false;
|
|
44
29
|
_this.ac = false;
|
|
30
|
+
_this.p = false;
|
|
31
|
+
_this.q = false;
|
|
32
|
+
_this.x = false;
|
|
33
|
+
_this.b0 = null;
|
|
45
34
|
_this.bu = null;
|
|
46
|
-
_this.
|
|
47
|
-
_this.
|
|
48
|
-
_this.
|
|
49
|
-
_this.a7 =
|
|
50
|
-
_this.
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
35
|
+
_this.bq = null;
|
|
36
|
+
_this.a8 = null;
|
|
37
|
+
_this.br = null;
|
|
38
|
+
_this.a7 = null;
|
|
39
|
+
_this.bi = null;
|
|
40
|
+
_this.bj = null;
|
|
41
|
+
_this.t = false;
|
|
42
|
+
_this.ae = false;
|
|
53
43
|
_this.aa = false;
|
|
54
44
|
_this.bk = null;
|
|
45
|
+
_this.a0 = 0;
|
|
46
|
+
_this.ay = 0;
|
|
47
|
+
_this.a1 = 0;
|
|
48
|
+
_this.az = 0;
|
|
49
|
+
_this.a6 = null;
|
|
50
|
+
_this.bv = null;
|
|
51
|
+
_this.y = false;
|
|
52
|
+
_this.ba = null;
|
|
55
53
|
_this.j = null;
|
|
56
54
|
_this.l = null;
|
|
57
|
-
_this.b9 = null;
|
|
58
|
-
_this.br = null;
|
|
59
|
-
_this.b3 = null;
|
|
60
|
-
_this.b4 = null;
|
|
61
|
-
_this.bw = null;
|
|
62
55
|
_this.by = null;
|
|
63
|
-
_this.
|
|
56
|
+
_this.bh = null;
|
|
57
|
+
_this.bs = null;
|
|
58
|
+
_this.bt = null;
|
|
59
|
+
_this.bl = null;
|
|
60
|
+
_this.bn = null;
|
|
61
|
+
_this.af = false;
|
|
64
62
|
_this.h = null;
|
|
65
|
-
_this.
|
|
66
|
-
_this.
|
|
67
|
-
_this.
|
|
68
|
-
_this.
|
|
69
|
-
_this.bj = null;
|
|
70
|
-
_this.b7 = null;
|
|
71
|
-
_this.bz = null;
|
|
72
|
-
_this.b8 = null;
|
|
63
|
+
_this.a9 = null;
|
|
64
|
+
_this.bw = null;
|
|
65
|
+
_this.bo = null;
|
|
66
|
+
_this.bx = null;
|
|
73
67
|
return _this;
|
|
74
68
|
}
|
|
75
69
|
WebColumnDescription.prototype.get_type = function () {
|
|
@@ -84,10 +78,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84
78
|
});
|
|
85
79
|
Object.defineProperty(WebColumnDescription.prototype, "field", {
|
|
86
80
|
get: function () {
|
|
87
|
-
return this.
|
|
81
|
+
return this.bm;
|
|
88
82
|
},
|
|
89
83
|
set: function (a) {
|
|
90
|
-
this.
|
|
84
|
+
this.bm = a;
|
|
91
85
|
this.g("Field");
|
|
92
86
|
},
|
|
93
87
|
enumerable: false,
|
|
@@ -95,10 +89,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
89
|
});
|
|
96
90
|
Object.defineProperty(WebColumnDescription.prototype, "header", {
|
|
97
91
|
get: function () {
|
|
98
|
-
return this.
|
|
92
|
+
return this.bp;
|
|
99
93
|
},
|
|
100
94
|
set: function (a) {
|
|
101
|
-
this.
|
|
95
|
+
this.bp = a;
|
|
102
96
|
this.g("Header");
|
|
103
97
|
},
|
|
104
98
|
enumerable: false,
|
|
@@ -106,10 +100,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106
100
|
});
|
|
107
101
|
Object.defineProperty(WebColumnDescription.prototype, "title", {
|
|
108
102
|
get: function () {
|
|
109
|
-
return this.
|
|
103
|
+
return this.bz;
|
|
110
104
|
},
|
|
111
105
|
set: function (a) {
|
|
112
|
-
this.
|
|
106
|
+
this.bz = a;
|
|
113
107
|
this.g("Title");
|
|
114
108
|
},
|
|
115
109
|
enumerable: false,
|
|
@@ -117,10 +111,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
117
111
|
});
|
|
118
112
|
Object.defineProperty(WebColumnDescription.prototype, "sortable", {
|
|
119
113
|
get: function () {
|
|
120
|
-
return this.
|
|
114
|
+
return this.ad;
|
|
121
115
|
},
|
|
122
116
|
set: function (a) {
|
|
123
|
-
this.
|
|
117
|
+
this.ad = a;
|
|
124
118
|
this.g("Sortable");
|
|
125
119
|
},
|
|
126
120
|
enumerable: false,
|
|
@@ -128,10 +122,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
128
122
|
});
|
|
129
123
|
Object.defineProperty(WebColumnDescription.prototype, "selectable", {
|
|
130
124
|
get: function () {
|
|
131
|
-
return this.
|
|
125
|
+
return this.ab;
|
|
132
126
|
},
|
|
133
127
|
set: function (a) {
|
|
134
|
-
this.
|
|
128
|
+
this.ab = a;
|
|
135
129
|
this.g("Selectable");
|
|
136
130
|
},
|
|
137
131
|
enumerable: false,
|
|
@@ -139,10 +133,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
139
133
|
});
|
|
140
134
|
Object.defineProperty(WebColumnDescription.prototype, "groupable", {
|
|
141
135
|
get: function () {
|
|
142
|
-
return this.
|
|
136
|
+
return this.u;
|
|
143
137
|
},
|
|
144
138
|
set: function (a) {
|
|
145
|
-
this.
|
|
139
|
+
this.u = a;
|
|
146
140
|
this.g("Groupable");
|
|
147
141
|
},
|
|
148
142
|
enumerable: false,
|
|
@@ -150,10 +144,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150
144
|
});
|
|
151
145
|
Object.defineProperty(WebColumnDescription.prototype, "editable", {
|
|
152
146
|
get: function () {
|
|
153
|
-
return this.
|
|
147
|
+
return this.r;
|
|
154
148
|
},
|
|
155
149
|
set: function (a) {
|
|
156
|
-
this.
|
|
150
|
+
this.r = a;
|
|
157
151
|
this.g("Editable");
|
|
158
152
|
},
|
|
159
153
|
enumerable: false,
|
|
@@ -161,10 +155,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
161
155
|
});
|
|
162
156
|
Object.defineProperty(WebColumnDescription.prototype, "filterable", {
|
|
163
157
|
get: function () {
|
|
164
|
-
return this.
|
|
158
|
+
return this.s;
|
|
165
159
|
},
|
|
166
160
|
set: function (a) {
|
|
167
|
-
this.
|
|
161
|
+
this.s = a;
|
|
168
162
|
this.g("Filterable");
|
|
169
163
|
},
|
|
170
164
|
enumerable: false,
|
|
@@ -172,10 +166,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
172
166
|
});
|
|
173
167
|
Object.defineProperty(WebColumnDescription.prototype, "resizable", {
|
|
174
168
|
get: function () {
|
|
175
|
-
return this.
|
|
169
|
+
return this.z;
|
|
176
170
|
},
|
|
177
171
|
set: function (a) {
|
|
178
|
-
this.
|
|
172
|
+
this.z = a;
|
|
179
173
|
this.g("Resizable");
|
|
180
174
|
},
|
|
181
175
|
enumerable: false,
|
|
@@ -194,10 +188,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
194
188
|
});
|
|
195
189
|
Object.defineProperty(WebColumnDescription.prototype, "hasSummary", {
|
|
196
190
|
get: function () {
|
|
197
|
-
return this.
|
|
191
|
+
return this.v;
|
|
198
192
|
},
|
|
199
193
|
set: function (a) {
|
|
200
|
-
this.
|
|
194
|
+
this.v = a;
|
|
201
195
|
this.g("HasSummary");
|
|
202
196
|
},
|
|
203
197
|
enumerable: false,
|
|
@@ -205,10 +199,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
205
199
|
});
|
|
206
200
|
Object.defineProperty(WebColumnDescription.prototype, "hidden", {
|
|
207
201
|
get: function () {
|
|
208
|
-
return this.
|
|
202
|
+
return this.w;
|
|
209
203
|
},
|
|
210
204
|
set: function (a) {
|
|
211
|
-
this.
|
|
205
|
+
this.w = a;
|
|
212
206
|
this.g("Hidden");
|
|
213
207
|
},
|
|
214
208
|
enumerable: false,
|
|
@@ -216,10 +210,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
216
210
|
});
|
|
217
211
|
Object.defineProperty(WebColumnDescription.prototype, "selected", {
|
|
218
212
|
get: function () {
|
|
219
|
-
return this.
|
|
213
|
+
return this.ac;
|
|
220
214
|
},
|
|
221
215
|
set: function (a) {
|
|
222
|
-
this.
|
|
216
|
+
this.ac = a;
|
|
223
217
|
this.g("Selected");
|
|
224
218
|
},
|
|
225
219
|
enumerable: false,
|
|
@@ -227,10 +221,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
227
221
|
});
|
|
228
222
|
Object.defineProperty(WebColumnDescription.prototype, "disableHiding", {
|
|
229
223
|
get: function () {
|
|
230
|
-
return this.
|
|
224
|
+
return this.p;
|
|
231
225
|
},
|
|
232
226
|
set: function (a) {
|
|
233
|
-
this.
|
|
227
|
+
this.p = a;
|
|
234
228
|
this.g("DisableHiding");
|
|
235
229
|
},
|
|
236
230
|
enumerable: false,
|
|
@@ -238,10 +232,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
238
232
|
});
|
|
239
233
|
Object.defineProperty(WebColumnDescription.prototype, "disablePinning", {
|
|
240
234
|
get: function () {
|
|
241
|
-
return this.
|
|
235
|
+
return this.q;
|
|
242
236
|
},
|
|
243
237
|
set: function (a) {
|
|
244
|
-
this.
|
|
238
|
+
this.q = a;
|
|
245
239
|
this.g("DisablePinning");
|
|
246
240
|
},
|
|
247
241
|
enumerable: false,
|
|
@@ -249,10 +243,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
249
243
|
});
|
|
250
244
|
Object.defineProperty(WebColumnDescription.prototype, "movable", {
|
|
251
245
|
get: function () {
|
|
252
|
-
return this.
|
|
246
|
+
return this.x;
|
|
253
247
|
},
|
|
254
248
|
set: function (a) {
|
|
255
|
-
this.
|
|
249
|
+
this.x = a;
|
|
256
250
|
this.g("Movable");
|
|
257
251
|
},
|
|
258
252
|
enumerable: false,
|
|
@@ -260,32 +254,21 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
260
254
|
});
|
|
261
255
|
Object.defineProperty(WebColumnDescription.prototype, "width", {
|
|
262
256
|
get: function () {
|
|
263
|
-
return this.
|
|
257
|
+
return this.b0;
|
|
264
258
|
},
|
|
265
259
|
set: function (a) {
|
|
266
|
-
this.
|
|
260
|
+
this.b0 = a;
|
|
267
261
|
this.g("Width");
|
|
268
262
|
},
|
|
269
263
|
enumerable: false,
|
|
270
264
|
configurable: true
|
|
271
265
|
});
|
|
272
|
-
Object.defineProperty(WebColumnDescription.prototype, "autoSize", {
|
|
273
|
-
get: function () {
|
|
274
|
-
return this.a4;
|
|
275
|
-
},
|
|
276
|
-
set: function (a) {
|
|
277
|
-
this.a4 = a;
|
|
278
|
-
this.g("AutoSize");
|
|
279
|
-
},
|
|
280
|
-
enumerable: false,
|
|
281
|
-
configurable: true
|
|
282
|
-
});
|
|
283
266
|
Object.defineProperty(WebColumnDescription.prototype, "maxWidth", {
|
|
284
267
|
get: function () {
|
|
285
|
-
return this.
|
|
268
|
+
return this.bu;
|
|
286
269
|
},
|
|
287
270
|
set: function (a) {
|
|
288
|
-
this.
|
|
271
|
+
this.bu = a;
|
|
289
272
|
this.g("MaxWidth");
|
|
290
273
|
},
|
|
291
274
|
enumerable: false,
|
|
@@ -293,10 +276,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
293
276
|
});
|
|
294
277
|
Object.defineProperty(WebColumnDescription.prototype, "headerClasses", {
|
|
295
278
|
get: function () {
|
|
296
|
-
return this.
|
|
279
|
+
return this.bq;
|
|
297
280
|
},
|
|
298
281
|
set: function (a) {
|
|
299
|
-
this.
|
|
282
|
+
this.bq = a;
|
|
300
283
|
this.g("HeaderClasses");
|
|
301
284
|
},
|
|
302
285
|
enumerable: false,
|
|
@@ -304,10 +287,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
304
287
|
});
|
|
305
288
|
Object.defineProperty(WebColumnDescription.prototype, "headerStyles", {
|
|
306
289
|
get: function () {
|
|
307
|
-
return this.
|
|
290
|
+
return this.a8;
|
|
308
291
|
},
|
|
309
292
|
set: function (a) {
|
|
310
|
-
this.
|
|
293
|
+
this.a8 = a;
|
|
311
294
|
this.g("HeaderStyles");
|
|
312
295
|
},
|
|
313
296
|
enumerable: false,
|
|
@@ -315,10 +298,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
315
298
|
});
|
|
316
299
|
Object.defineProperty(WebColumnDescription.prototype, "headerGroupClasses", {
|
|
317
300
|
get: function () {
|
|
318
|
-
return this.
|
|
301
|
+
return this.br;
|
|
319
302
|
},
|
|
320
303
|
set: function (a) {
|
|
321
|
-
this.
|
|
304
|
+
this.br = a;
|
|
322
305
|
this.g("HeaderGroupClasses");
|
|
323
306
|
},
|
|
324
307
|
enumerable: false,
|
|
@@ -326,10 +309,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
326
309
|
});
|
|
327
310
|
Object.defineProperty(WebColumnDescription.prototype, "headerGroupStyles", {
|
|
328
311
|
get: function () {
|
|
329
|
-
return this.
|
|
312
|
+
return this.a7;
|
|
330
313
|
},
|
|
331
314
|
set: function (a) {
|
|
332
|
-
this.
|
|
315
|
+
this.a7 = a;
|
|
333
316
|
this.g("HeaderGroupStyles");
|
|
334
317
|
},
|
|
335
318
|
enumerable: false,
|
|
@@ -337,10 +320,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
337
320
|
});
|
|
338
321
|
Object.defineProperty(WebColumnDescription.prototype, "cellClassesRef", {
|
|
339
322
|
get: function () {
|
|
340
|
-
return this.
|
|
323
|
+
return this.bi;
|
|
341
324
|
},
|
|
342
325
|
set: function (a) {
|
|
343
|
-
this.
|
|
326
|
+
this.bi = a;
|
|
344
327
|
this.g("CellClassesRef");
|
|
345
328
|
},
|
|
346
329
|
enumerable: false,
|
|
@@ -348,10 +331,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
348
331
|
});
|
|
349
332
|
Object.defineProperty(WebColumnDescription.prototype, "cellStylesRef", {
|
|
350
333
|
get: function () {
|
|
351
|
-
return this.
|
|
334
|
+
return this.bj;
|
|
352
335
|
},
|
|
353
336
|
set: function (a) {
|
|
354
|
-
this.
|
|
337
|
+
this.bj = a;
|
|
355
338
|
this.g("CellStylesRef");
|
|
356
339
|
},
|
|
357
340
|
enumerable: false,
|
|
@@ -359,10 +342,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
359
342
|
});
|
|
360
343
|
Object.defineProperty(WebColumnDescription.prototype, "filteringIgnoreCase", {
|
|
361
344
|
get: function () {
|
|
362
|
-
return this.
|
|
345
|
+
return this.t;
|
|
363
346
|
},
|
|
364
347
|
set: function (a) {
|
|
365
|
-
this.
|
|
348
|
+
this.t = a;
|
|
366
349
|
this.g("FilteringIgnoreCase");
|
|
367
350
|
},
|
|
368
351
|
enumerable: false,
|
|
@@ -370,10 +353,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
370
353
|
});
|
|
371
354
|
Object.defineProperty(WebColumnDescription.prototype, "sortingIgnoreCase", {
|
|
372
355
|
get: function () {
|
|
373
|
-
return this.
|
|
356
|
+
return this.ae;
|
|
374
357
|
},
|
|
375
358
|
set: function (a) {
|
|
376
|
-
this.
|
|
359
|
+
this.ae = a;
|
|
377
360
|
this.g("SortingIgnoreCase");
|
|
378
361
|
},
|
|
379
362
|
enumerable: false,
|
|
@@ -381,10 +364,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
381
364
|
});
|
|
382
365
|
Object.defineProperty(WebColumnDescription.prototype, "searchable", {
|
|
383
366
|
get: function () {
|
|
384
|
-
return this.
|
|
367
|
+
return this.aa;
|
|
385
368
|
},
|
|
386
369
|
set: function (a) {
|
|
387
|
-
this.
|
|
370
|
+
this.aa = a;
|
|
388
371
|
this.g("Searchable");
|
|
389
372
|
},
|
|
390
373
|
enumerable: false,
|
|
@@ -392,10 +375,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
392
375
|
});
|
|
393
376
|
Object.defineProperty(WebColumnDescription.prototype, "dataType", {
|
|
394
377
|
get: function () {
|
|
395
|
-
return this.
|
|
378
|
+
return this.bk;
|
|
396
379
|
},
|
|
397
380
|
set: function (a) {
|
|
398
|
-
this.
|
|
381
|
+
this.bk = a;
|
|
399
382
|
this.g("DataType");
|
|
400
383
|
},
|
|
401
384
|
enumerable: false,
|
|
@@ -403,10 +386,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
403
386
|
});
|
|
404
387
|
Object.defineProperty(WebColumnDescription.prototype, "rowEnd", {
|
|
405
388
|
get: function () {
|
|
406
|
-
return this.
|
|
389
|
+
return this.a0;
|
|
407
390
|
},
|
|
408
391
|
set: function (a) {
|
|
409
|
-
this.
|
|
392
|
+
this.a0 = a;
|
|
410
393
|
this.g("RowEnd");
|
|
411
394
|
},
|
|
412
395
|
enumerable: false,
|
|
@@ -414,10 +397,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
414
397
|
});
|
|
415
398
|
Object.defineProperty(WebColumnDescription.prototype, "colEnd", {
|
|
416
399
|
get: function () {
|
|
417
|
-
return this.
|
|
400
|
+
return this.ay;
|
|
418
401
|
},
|
|
419
402
|
set: function (a) {
|
|
420
|
-
this.
|
|
403
|
+
this.ay = a;
|
|
421
404
|
this.g("ColEnd");
|
|
422
405
|
},
|
|
423
406
|
enumerable: false,
|
|
@@ -425,10 +408,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
425
408
|
});
|
|
426
409
|
Object.defineProperty(WebColumnDescription.prototype, "rowStart", {
|
|
427
410
|
get: function () {
|
|
428
|
-
return this.
|
|
411
|
+
return this.a1;
|
|
429
412
|
},
|
|
430
413
|
set: function (a) {
|
|
431
|
-
this.
|
|
414
|
+
this.a1 = a;
|
|
432
415
|
this.g("RowStart");
|
|
433
416
|
},
|
|
434
417
|
enumerable: false,
|
|
@@ -436,10 +419,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
436
419
|
});
|
|
437
420
|
Object.defineProperty(WebColumnDescription.prototype, "colStart", {
|
|
438
421
|
get: function () {
|
|
439
|
-
return this.
|
|
422
|
+
return this.az;
|
|
440
423
|
},
|
|
441
424
|
set: function (a) {
|
|
442
|
-
this.
|
|
425
|
+
this.az = a;
|
|
443
426
|
this.g("ColStart");
|
|
444
427
|
},
|
|
445
428
|
enumerable: false,
|
|
@@ -447,32 +430,21 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
447
430
|
});
|
|
448
431
|
Object.defineProperty(WebColumnDescription.prototype, "additionalTemplateContext", {
|
|
449
432
|
get: function () {
|
|
450
|
-
return this.
|
|
433
|
+
return this.a6;
|
|
451
434
|
},
|
|
452
435
|
set: function (a) {
|
|
453
|
-
this.
|
|
436
|
+
this.a6 = a;
|
|
454
437
|
this.g("AdditionalTemplateContext");
|
|
455
438
|
},
|
|
456
439
|
enumerable: false,
|
|
457
440
|
configurable: true
|
|
458
441
|
});
|
|
459
|
-
Object.defineProperty(WebColumnDescription.prototype, "calcPixelWidth", {
|
|
460
|
-
get: function () {
|
|
461
|
-
return this.a5;
|
|
462
|
-
},
|
|
463
|
-
set: function (a) {
|
|
464
|
-
this.a5 = a;
|
|
465
|
-
this.g("CalcPixelWidth");
|
|
466
|
-
},
|
|
467
|
-
enumerable: false,
|
|
468
|
-
configurable: true
|
|
469
|
-
});
|
|
470
442
|
Object.defineProperty(WebColumnDescription.prototype, "minWidth", {
|
|
471
443
|
get: function () {
|
|
472
|
-
return this.
|
|
444
|
+
return this.bv;
|
|
473
445
|
},
|
|
474
446
|
set: function (a) {
|
|
475
|
-
this.
|
|
447
|
+
this.bv = a;
|
|
476
448
|
this.g("MinWidth");
|
|
477
449
|
},
|
|
478
450
|
enumerable: false,
|
|
@@ -480,10 +452,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
480
452
|
});
|
|
481
453
|
Object.defineProperty(WebColumnDescription.prototype, "pinned", {
|
|
482
454
|
get: function () {
|
|
483
|
-
return this.
|
|
455
|
+
return this.y;
|
|
484
456
|
},
|
|
485
457
|
set: function (a) {
|
|
486
|
-
this.
|
|
458
|
+
this.y = a;
|
|
487
459
|
this.g("Pinned");
|
|
488
460
|
},
|
|
489
461
|
enumerable: false,
|
|
@@ -491,10 +463,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
491
463
|
});
|
|
492
464
|
Object.defineProperty(WebColumnDescription.prototype, "summaries", {
|
|
493
465
|
get: function () {
|
|
494
|
-
return this.
|
|
466
|
+
return this.ba;
|
|
495
467
|
},
|
|
496
468
|
set: function (a) {
|
|
497
|
-
this.
|
|
469
|
+
this.ba = a;
|
|
498
470
|
this.g("Summaries");
|
|
499
471
|
},
|
|
500
472
|
enumerable: false,
|
|
@@ -524,10 +496,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
524
496
|
});
|
|
525
497
|
Object.defineProperty(WebColumnDescription.prototype, "summaryTemplateRef", {
|
|
526
498
|
get: function () {
|
|
527
|
-
return this.
|
|
499
|
+
return this.by;
|
|
528
500
|
},
|
|
529
501
|
set: function (a) {
|
|
530
|
-
this.
|
|
502
|
+
this.by = a;
|
|
531
503
|
this.g("SummaryTemplateRef");
|
|
532
504
|
},
|
|
533
505
|
enumerable: false,
|
|
@@ -535,10 +507,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
535
507
|
});
|
|
536
508
|
Object.defineProperty(WebColumnDescription.prototype, "bodyTemplateRef", {
|
|
537
509
|
get: function () {
|
|
538
|
-
return this.
|
|
510
|
+
return this.bh;
|
|
539
511
|
},
|
|
540
512
|
set: function (a) {
|
|
541
|
-
this.
|
|
513
|
+
this.bh = a;
|
|
542
514
|
this.g("BodyTemplateRef");
|
|
543
515
|
},
|
|
544
516
|
enumerable: false,
|
|
@@ -546,10 +518,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
546
518
|
});
|
|
547
519
|
Object.defineProperty(WebColumnDescription.prototype, "headerTemplateRef", {
|
|
548
520
|
get: function () {
|
|
549
|
-
return this.
|
|
521
|
+
return this.bs;
|
|
550
522
|
},
|
|
551
523
|
set: function (a) {
|
|
552
|
-
this.
|
|
524
|
+
this.bs = a;
|
|
553
525
|
this.g("HeaderTemplateRef");
|
|
554
526
|
},
|
|
555
527
|
enumerable: false,
|
|
@@ -557,10 +529,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
557
529
|
});
|
|
558
530
|
Object.defineProperty(WebColumnDescription.prototype, "inlineEditorTemplateRef", {
|
|
559
531
|
get: function () {
|
|
560
|
-
return this.
|
|
532
|
+
return this.bt;
|
|
561
533
|
},
|
|
562
534
|
set: function (a) {
|
|
563
|
-
this.
|
|
535
|
+
this.bt = a;
|
|
564
536
|
this.g("InlineEditorTemplateRef");
|
|
565
537
|
},
|
|
566
538
|
enumerable: false,
|
|
@@ -568,10 +540,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
568
540
|
});
|
|
569
541
|
Object.defineProperty(WebColumnDescription.prototype, "errorTemplateRef", {
|
|
570
542
|
get: function () {
|
|
571
|
-
return this.
|
|
543
|
+
return this.bl;
|
|
572
544
|
},
|
|
573
545
|
set: function (a) {
|
|
574
|
-
this.
|
|
546
|
+
this.bl = a;
|
|
575
547
|
this.g("ErrorTemplateRef");
|
|
576
548
|
},
|
|
577
549
|
enumerable: false,
|
|
@@ -579,10 +551,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
579
551
|
});
|
|
580
552
|
Object.defineProperty(WebColumnDescription.prototype, "filterCellTemplateRef", {
|
|
581
553
|
get: function () {
|
|
582
|
-
return this.
|
|
554
|
+
return this.bn;
|
|
583
555
|
},
|
|
584
556
|
set: function (a) {
|
|
585
|
-
this.
|
|
557
|
+
this.bn = a;
|
|
586
558
|
this.g("FilterCellTemplateRef");
|
|
587
559
|
},
|
|
588
560
|
enumerable: false,
|
|
@@ -590,10 +562,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
590
562
|
});
|
|
591
563
|
Object.defineProperty(WebColumnDescription.prototype, "visibleWhenCollapsed", {
|
|
592
564
|
get: function () {
|
|
593
|
-
return this.
|
|
565
|
+
return this.af;
|
|
594
566
|
},
|
|
595
567
|
set: function (a) {
|
|
596
|
-
this.
|
|
568
|
+
this.af = a;
|
|
597
569
|
this.g("VisibleWhenCollapsed");
|
|
598
570
|
},
|
|
599
571
|
enumerable: false,
|
|
@@ -610,56 +582,12 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
610
582
|
enumerable: false,
|
|
611
583
|
configurable: true
|
|
612
584
|
});
|
|
613
|
-
Object.defineProperty(WebColumnDescription.prototype, "collapsible", {
|
|
614
|
-
get: function () {
|
|
615
|
-
return this.p;
|
|
616
|
-
},
|
|
617
|
-
set: function (a) {
|
|
618
|
-
this.p = a;
|
|
619
|
-
this.g("Collapsible");
|
|
620
|
-
},
|
|
621
|
-
enumerable: false,
|
|
622
|
-
configurable: true
|
|
623
|
-
});
|
|
624
|
-
Object.defineProperty(WebColumnDescription.prototype, "expanded", {
|
|
625
|
-
get: function () {
|
|
626
|
-
return this.t;
|
|
627
|
-
},
|
|
628
|
-
set: function (a) {
|
|
629
|
-
this.t = a;
|
|
630
|
-
this.g("Expanded");
|
|
631
|
-
},
|
|
632
|
-
enumerable: false,
|
|
633
|
-
configurable: true
|
|
634
|
-
});
|
|
635
|
-
Object.defineProperty(WebColumnDescription.prototype, "defaultWidth", {
|
|
636
|
-
get: function () {
|
|
637
|
-
return this.bv;
|
|
638
|
-
},
|
|
639
|
-
set: function (a) {
|
|
640
|
-
this.bv = a;
|
|
641
|
-
this.g("DefaultWidth");
|
|
642
|
-
},
|
|
643
|
-
enumerable: false,
|
|
644
|
-
configurable: true
|
|
645
|
-
});
|
|
646
|
-
Object.defineProperty(WebColumnDescription.prototype, "widthSetByUser", {
|
|
647
|
-
get: function () {
|
|
648
|
-
return this.ai;
|
|
649
|
-
},
|
|
650
|
-
set: function (a) {
|
|
651
|
-
this.ai = a;
|
|
652
|
-
this.g("WidthSetByUser");
|
|
653
|
-
},
|
|
654
|
-
enumerable: false,
|
|
655
|
-
configurable: true
|
|
656
|
-
});
|
|
657
585
|
Object.defineProperty(WebColumnDescription.prototype, "parentColumn", {
|
|
658
586
|
get: function () {
|
|
659
|
-
return this.
|
|
587
|
+
return this.a9;
|
|
660
588
|
},
|
|
661
589
|
set: function (a) {
|
|
662
|
-
this.
|
|
590
|
+
this.a9 = a;
|
|
663
591
|
this.g("ParentColumn");
|
|
664
592
|
},
|
|
665
593
|
enumerable: false,
|
|
@@ -667,10 +595,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
667
595
|
});
|
|
668
596
|
Object.defineProperty(WebColumnDescription.prototype, "name", {
|
|
669
597
|
get: function () {
|
|
670
|
-
return this.
|
|
598
|
+
return this.bw;
|
|
671
599
|
},
|
|
672
600
|
set: function (a) {
|
|
673
|
-
this.
|
|
601
|
+
this.bw = a;
|
|
674
602
|
this.g("Name");
|
|
675
603
|
},
|
|
676
604
|
enumerable: false,
|
|
@@ -678,10 +606,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
678
606
|
});
|
|
679
607
|
Object.defineProperty(WebColumnDescription.prototype, "formatterRef", {
|
|
680
608
|
get: function () {
|
|
681
|
-
return this.
|
|
609
|
+
return this.bo;
|
|
682
610
|
},
|
|
683
611
|
set: function (a) {
|
|
684
|
-
this.
|
|
612
|
+
this.bo = a;
|
|
685
613
|
this.g("FormatterRef");
|
|
686
614
|
},
|
|
687
615
|
enumerable: false,
|
|
@@ -689,10 +617,10 @@ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
689
617
|
});
|
|
690
618
|
Object.defineProperty(WebColumnDescription.prototype, "summaryFormatterRef", {
|
|
691
619
|
get: function () {
|
|
692
|
-
return this.
|
|
620
|
+
return this.bx;
|
|
693
621
|
},
|
|
694
622
|
set: function (a) {
|
|
695
|
-
this.
|
|
623
|
+
this.bx = a;
|
|
696
624
|
this.g("SummaryFormatterRef");
|
|
697
625
|
},
|
|
698
626
|
enumerable: false,
|