igniteui-angular-core 16.1.0-beta.0 → 16.1.0-beta.1
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 +747 -710
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/ButtonDescription.js +502 -494
- package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
- package/esm2015/lib/ComboBoxColumnDescription.js +12 -11
- package/esm2015/lib/DataGridColumnDescription.js +80 -79
- package/esm2015/lib/DateTimeColumnDescription.js +30 -29
- package/esm2015/lib/EditRowDefinitionDescription.js +1 -0
- package/esm2015/lib/EditorDefinitionDescription.js +1 -0
- package/esm2015/lib/FilterRowDefinitionDescription.js +1 -0
- package/esm2015/lib/HeaderDescription.js +11 -10
- package/esm2015/lib/ImageColumnDescription.js +16 -15
- package/esm2015/lib/NumericColumnDescription.js +42 -41
- package/esm2015/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm2015/lib/TemplateColumnDescription.js +7 -6
- package/esm2015/lib/TemplateHeaderDescription.js +4 -3
- package/esm2015/lib/TextColumnDescription.js +14 -13
- package/esm2015/lib/TextHeaderDescription.js +1 -0
- package/esm5/lib/ButtonDescription.js +506 -494
- package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
- package/esm5/lib/ComboBoxColumnDescription.js +12 -11
- package/esm5/lib/DataGridColumnDescription.js +80 -79
- package/esm5/lib/DateTimeColumnDescription.js +30 -29
- package/esm5/lib/EditRowDefinitionDescription.js +1 -0
- package/esm5/lib/EditorDefinitionDescription.js +1 -0
- package/esm5/lib/FilterRowDefinitionDescription.js +1 -0
- package/esm5/lib/HeaderDescription.js +11 -10
- package/esm5/lib/ImageColumnDescription.js +16 -15
- package/esm5/lib/NumericColumnDescription.js +42 -41
- package/esm5/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm5/lib/TemplateColumnDescription.js +7 -6
- package/esm5/lib/TemplateHeaderDescription.js +4 -3
- package/esm5/lib/TextColumnDescription.js +14 -13
- package/esm5/lib/TextHeaderDescription.js +1 -0
- package/fesm2015/igniteui-angular-core.js +743 -710
- package/fesm5/igniteui-angular-core.js +747 -710
- package/lib/ButtonDescription.d.ts +186 -183
- package/lib/ComboBoxColumnDescription.d.ts +5 -4
- package/lib/DataGridColumnDescription.d.ts +29 -28
- package/lib/DateTimeColumnDescription.d.ts +12 -11
- package/lib/EditRowDefinitionDescription.d.ts +1 -0
- package/lib/EditorDefinitionDescription.d.ts +1 -0
- package/lib/FilterRowDefinitionDescription.d.ts +1 -0
- package/lib/HeaderDescription.d.ts +5 -4
- package/lib/ImageColumnDescription.d.ts +7 -6
- package/lib/NumericColumnDescription.d.ts +17 -16
- package/lib/TemplateColumnDescription.d.ts +3 -2
- package/lib/TemplateHeaderDescription.d.ts +2 -1
- package/lib/TextColumnDescription.d.ts +6 -5
- package/lib/TextHeaderDescription.d.ts +1 -0
- package/package.json +1 -1
|
@@ -221,6 +221,7 @@ var ButtonDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
221
221
|
a.item("HorizontalContentAlignment@names", "Left;Center;Right;Stretch");
|
|
222
222
|
a.item("VerticalContentAlignment", "ExportedType:string:VerticalAlignment");
|
|
223
223
|
a.item("VerticalContentAlignment@names", "Top;Center;Bottom;Stretch");
|
|
224
|
+
a.item("ClickTunneling", "Boolean");
|
|
224
225
|
a.item("ClickedRef", "EventRef::clicked");
|
|
225
226
|
a.item("GotFocusRef", "EventRef::gotFocus");
|
|
226
227
|
a.item("LostFocusRef", "EventRef::lostFocus");
|
|
@@ -1380,16 +1380,27 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1380
1380
|
if (b.c == null) {
|
|
1381
1381
|
return "{null}";
|
|
1382
1382
|
}
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1383
|
+
if (b.b != null && b.b.knownType == 23) {
|
|
1384
|
+
var c = b.c;
|
|
1385
|
+
var d = "";
|
|
1386
|
+
for (var e = 0; e < c.length; e++) {
|
|
1387
|
+
if (e > 0) {
|
|
1388
|
+
d += ", ";
|
|
1389
|
+
}
|
|
1390
|
+
d += c[e];
|
|
1388
1391
|
}
|
|
1389
|
-
d
|
|
1392
|
+
return d;
|
|
1390
1393
|
}
|
|
1391
|
-
|
|
1392
|
-
|
|
1394
|
+
var f = b.c;
|
|
1395
|
+
var g = "[";
|
|
1396
|
+
for (var h = 0; h < f.length; h++) {
|
|
1397
|
+
if (h > 0) {
|
|
1398
|
+
g += ", ";
|
|
1399
|
+
}
|
|
1400
|
+
g += "\"" + f[h].toString() + "\"";
|
|
1401
|
+
}
|
|
1402
|
+
g += "]";
|
|
1403
|
+
return g;
|
|
1393
1404
|
};
|
|
1394
1405
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_w = function () {
|
|
1395
1406
|
return true;
|
|
@@ -14,10 +14,10 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(ComboBoxColumnDescription, _super);
|
|
15
15
|
function ComboBoxColumnDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.fj = null;
|
|
18
|
-
_this.fg = null;
|
|
19
|
-
_this.fk = null;
|
|
20
17
|
_this.fl = null;
|
|
18
|
+
_this.fh = null;
|
|
19
|
+
_this.fm = null;
|
|
20
|
+
_this.fn = null;
|
|
21
21
|
return _this;
|
|
22
22
|
}
|
|
23
23
|
ComboBoxColumnDescription.prototype.get_type = function () {
|
|
@@ -25,10 +25,10 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25
25
|
};
|
|
26
26
|
Object.defineProperty(ComboBoxColumnDescription.prototype, "dataSourceRef", {
|
|
27
27
|
get: function () {
|
|
28
|
-
return this.
|
|
28
|
+
return this.fl;
|
|
29
29
|
},
|
|
30
30
|
set: function (a) {
|
|
31
|
-
this.
|
|
31
|
+
this.fl = a;
|
|
32
32
|
this.g("DataSourceRef");
|
|
33
33
|
},
|
|
34
34
|
enumerable: false,
|
|
@@ -36,10 +36,10 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(ComboBoxColumnDescription.prototype, "dataSource", {
|
|
38
38
|
get: function () {
|
|
39
|
-
return this.
|
|
39
|
+
return this.fh;
|
|
40
40
|
},
|
|
41
41
|
set: function (a) {
|
|
42
|
-
this.
|
|
42
|
+
this.fh = a;
|
|
43
43
|
this.g("DataSource");
|
|
44
44
|
},
|
|
45
45
|
enumerable: false,
|
|
@@ -47,10 +47,10 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(ComboBoxColumnDescription.prototype, "textField", {
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.
|
|
50
|
+
return this.fm;
|
|
51
51
|
},
|
|
52
52
|
set: function (a) {
|
|
53
|
-
this.
|
|
53
|
+
this.fm = a;
|
|
54
54
|
this.g("TextField");
|
|
55
55
|
},
|
|
56
56
|
enumerable: false,
|
|
@@ -58,10 +58,10 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(ComboBoxColumnDescription.prototype, "valueField", {
|
|
60
60
|
get: function () {
|
|
61
|
-
return this.
|
|
61
|
+
return this.fn;
|
|
62
62
|
},
|
|
63
63
|
set: function (a) {
|
|
64
|
-
this.
|
|
64
|
+
this.fn = a;
|
|
65
65
|
this.g("ValueField");
|
|
66
66
|
},
|
|
67
67
|
enumerable: false,
|
|
@@ -69,6 +69,7 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
});
|
|
70
70
|
ComboBoxColumnDescription.$t = markType(ComboBoxColumnDescription, 'ComboBoxColumnDescription', DataGridColumnDescription.$);
|
|
71
71
|
ComboBoxColumnDescription.__canMarshalByValue1 = true;
|
|
72
|
+
ComboBoxColumnDescription.__marshalByValueAlias1 = "ComboBoxColumn";
|
|
72
73
|
return ComboBoxColumnDescription;
|
|
73
74
|
}(DataGridColumnDescription));
|
|
74
75
|
export { ComboBoxColumnDescription };
|
|
@@ -18,16 +18,16 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18
18
|
_this.dm = 0;
|
|
19
19
|
_this.dl = 0;
|
|
20
20
|
_this.dj = 0;
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
27
|
-
_this.ek = null;
|
|
28
|
-
_this.d2 = null;
|
|
21
|
+
_this.ej = null;
|
|
22
|
+
_this.ed = null;
|
|
23
|
+
_this.ef = null;
|
|
24
|
+
_this.d1 = null;
|
|
25
|
+
_this.en = null;
|
|
26
|
+
_this.d5 = null;
|
|
29
27
|
_this.el = null;
|
|
30
28
|
_this.d3 = null;
|
|
29
|
+
_this.em = null;
|
|
30
|
+
_this.d4 = null;
|
|
31
31
|
_this.cc = null;
|
|
32
32
|
_this.b8 = null;
|
|
33
33
|
_this.da = 0;
|
|
@@ -40,14 +40,14 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40
40
|
_this.cs = false;
|
|
41
41
|
_this.cr = false;
|
|
42
42
|
_this.ct = false;
|
|
43
|
-
_this.
|
|
44
|
-
_this.
|
|
45
|
-
_this.dw = null;
|
|
46
|
-
_this.d5 = null;
|
|
47
|
-
_this.dy = null;
|
|
48
|
-
_this.d7 = null;
|
|
49
|
-
_this.d6 = null;
|
|
43
|
+
_this.eo = null;
|
|
44
|
+
_this.ek = null;
|
|
50
45
|
_this.dx = null;
|
|
46
|
+
_this.d6 = null;
|
|
47
|
+
_this.dz = null;
|
|
48
|
+
_this.d8 = null;
|
|
49
|
+
_this.d7 = null;
|
|
50
|
+
_this.dy = null;
|
|
51
51
|
_this.ch = false;
|
|
52
52
|
_this.cl = false;
|
|
53
53
|
_this.cj = false;
|
|
@@ -55,24 +55,24 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
55
55
|
_this.ci = false;
|
|
56
56
|
_this.cm = false;
|
|
57
57
|
_this.co = false;
|
|
58
|
-
_this.
|
|
59
|
-
_this.
|
|
58
|
+
_this.d9 = null;
|
|
59
|
+
_this.d0 = null;
|
|
60
60
|
_this.c9 = 0;
|
|
61
61
|
_this.c7 = 0;
|
|
62
|
-
_this.d9 = null;
|
|
63
|
-
_this.c8 = 0;
|
|
64
62
|
_this.ea = null;
|
|
63
|
+
_this.c8 = 0;
|
|
65
64
|
_this.eb = null;
|
|
66
|
-
_this.
|
|
67
|
-
_this.ef = null;
|
|
65
|
+
_this.ec = null;
|
|
68
66
|
_this.eh = null;
|
|
67
|
+
_this.eg = null;
|
|
68
|
+
_this.ei = null;
|
|
69
69
|
_this.dg = 0;
|
|
70
70
|
_this.di = 0;
|
|
71
71
|
_this.dh = 0;
|
|
72
72
|
_this.df = 0;
|
|
73
|
-
_this.
|
|
73
|
+
_this.ee = null;
|
|
74
74
|
_this.b4 = null;
|
|
75
|
-
_this.
|
|
75
|
+
_this.d2 = null;
|
|
76
76
|
return _this;
|
|
77
77
|
}
|
|
78
78
|
DataGridColumnDescription.prototype.get_type = function () {
|
|
@@ -124,10 +124,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
124
124
|
});
|
|
125
125
|
Object.defineProperty(DataGridColumnDescription.prototype, "name", {
|
|
126
126
|
get: function () {
|
|
127
|
-
return this.
|
|
127
|
+
return this.ej;
|
|
128
128
|
},
|
|
129
129
|
set: function (a) {
|
|
130
|
-
this.
|
|
130
|
+
this.ej = a;
|
|
131
131
|
this.g("Name");
|
|
132
132
|
},
|
|
133
133
|
enumerable: false,
|
|
@@ -135,10 +135,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
135
135
|
});
|
|
136
136
|
Object.defineProperty(DataGridColumnDescription.prototype, "field", {
|
|
137
137
|
get: function () {
|
|
138
|
-
return this.
|
|
138
|
+
return this.ed;
|
|
139
139
|
},
|
|
140
140
|
set: function (a) {
|
|
141
|
-
this.
|
|
141
|
+
this.ed = a;
|
|
142
142
|
this.g("Field");
|
|
143
143
|
},
|
|
144
144
|
enumerable: false,
|
|
@@ -146,10 +146,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
146
146
|
});
|
|
147
147
|
Object.defineProperty(DataGridColumnDescription.prototype, "headerText", {
|
|
148
148
|
get: function () {
|
|
149
|
-
return this.
|
|
149
|
+
return this.ef;
|
|
150
150
|
},
|
|
151
151
|
set: function (a) {
|
|
152
|
-
this.
|
|
152
|
+
this.ef = a;
|
|
153
153
|
this.g("HeaderText");
|
|
154
154
|
},
|
|
155
155
|
enumerable: false,
|
|
@@ -157,10 +157,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
157
157
|
});
|
|
158
158
|
Object.defineProperty(DataGridColumnDescription.prototype, "actualHeaderText", {
|
|
159
159
|
get: function () {
|
|
160
|
-
return this.
|
|
160
|
+
return this.d1;
|
|
161
161
|
},
|
|
162
162
|
set: function (a) {
|
|
163
|
-
this.
|
|
163
|
+
this.d1 = a;
|
|
164
164
|
this.g("ActualHeaderText");
|
|
165
165
|
},
|
|
166
166
|
enumerable: false,
|
|
@@ -168,10 +168,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
168
168
|
});
|
|
169
169
|
Object.defineProperty(DataGridColumnDescription.prototype, "selectedBackground", {
|
|
170
170
|
get: function () {
|
|
171
|
-
return this.
|
|
171
|
+
return this.en;
|
|
172
172
|
},
|
|
173
173
|
set: function (a) {
|
|
174
|
-
this.
|
|
174
|
+
this.en = a;
|
|
175
175
|
this.g("SelectedBackground");
|
|
176
176
|
},
|
|
177
177
|
enumerable: false,
|
|
@@ -179,10 +179,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
179
179
|
});
|
|
180
180
|
Object.defineProperty(DataGridColumnDescription.prototype, "actualSelectedBackground", {
|
|
181
181
|
get: function () {
|
|
182
|
-
return this.
|
|
182
|
+
return this.d5;
|
|
183
183
|
},
|
|
184
184
|
set: function (a) {
|
|
185
|
-
this.
|
|
185
|
+
this.d5 = a;
|
|
186
186
|
this.g("ActualSelectedBackground");
|
|
187
187
|
},
|
|
188
188
|
enumerable: false,
|
|
@@ -190,10 +190,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
190
190
|
});
|
|
191
191
|
Object.defineProperty(DataGridColumnDescription.prototype, "rowHoverBackground", {
|
|
192
192
|
get: function () {
|
|
193
|
-
return this.
|
|
193
|
+
return this.el;
|
|
194
194
|
},
|
|
195
195
|
set: function (a) {
|
|
196
|
-
this.
|
|
196
|
+
this.el = a;
|
|
197
197
|
this.g("RowHoverBackground");
|
|
198
198
|
},
|
|
199
199
|
enumerable: false,
|
|
@@ -201,10 +201,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
201
201
|
});
|
|
202
202
|
Object.defineProperty(DataGridColumnDescription.prototype, "actualHoverBackground", {
|
|
203
203
|
get: function () {
|
|
204
|
-
return this.
|
|
204
|
+
return this.d3;
|
|
205
205
|
},
|
|
206
206
|
set: function (a) {
|
|
207
|
-
this.
|
|
207
|
+
this.d3 = a;
|
|
208
208
|
this.g("ActualHoverBackground");
|
|
209
209
|
},
|
|
210
210
|
enumerable: false,
|
|
@@ -212,10 +212,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
212
212
|
});
|
|
213
213
|
Object.defineProperty(DataGridColumnDescription.prototype, "rowHoverTextColor", {
|
|
214
214
|
get: function () {
|
|
215
|
-
return this.
|
|
215
|
+
return this.em;
|
|
216
216
|
},
|
|
217
217
|
set: function (a) {
|
|
218
|
-
this.
|
|
218
|
+
this.em = a;
|
|
219
219
|
this.g("RowHoverTextColor");
|
|
220
220
|
},
|
|
221
221
|
enumerable: false,
|
|
@@ -223,10 +223,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
223
223
|
});
|
|
224
224
|
Object.defineProperty(DataGridColumnDescription.prototype, "actualRowHoverTextColor", {
|
|
225
225
|
get: function () {
|
|
226
|
-
return this.
|
|
226
|
+
return this.d4;
|
|
227
227
|
},
|
|
228
228
|
set: function (a) {
|
|
229
|
-
this.
|
|
229
|
+
this.d4 = a;
|
|
230
230
|
this.g("ActualRowHoverTextColor");
|
|
231
231
|
},
|
|
232
232
|
enumerable: false,
|
|
@@ -366,10 +366,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
366
366
|
});
|
|
367
367
|
Object.defineProperty(DataGridColumnDescription.prototype, "sortDirection", {
|
|
368
368
|
get: function () {
|
|
369
|
-
return this.
|
|
369
|
+
return this.eo;
|
|
370
370
|
},
|
|
371
371
|
set: function (a) {
|
|
372
|
-
this.
|
|
372
|
+
this.eo = a;
|
|
373
373
|
this.g("SortDirection");
|
|
374
374
|
},
|
|
375
375
|
enumerable: false,
|
|
@@ -377,10 +377,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
377
377
|
});
|
|
378
378
|
Object.defineProperty(DataGridColumnDescription.prototype, "pinned", {
|
|
379
379
|
get: function () {
|
|
380
|
-
return this.
|
|
380
|
+
return this.ek;
|
|
381
381
|
},
|
|
382
382
|
set: function (a) {
|
|
383
|
-
this.
|
|
383
|
+
this.ek = a;
|
|
384
384
|
this.g("Pinned");
|
|
385
385
|
},
|
|
386
386
|
enumerable: false,
|
|
@@ -388,10 +388,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
388
388
|
});
|
|
389
389
|
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconAlignment", {
|
|
390
390
|
get: function () {
|
|
391
|
-
return this.
|
|
391
|
+
return this.dx;
|
|
392
392
|
},
|
|
393
393
|
set: function (a) {
|
|
394
|
-
this.
|
|
394
|
+
this.dx = a;
|
|
395
395
|
this.g("ActualColumnOptionsIconAlignment");
|
|
396
396
|
},
|
|
397
397
|
enumerable: false,
|
|
@@ -399,10 +399,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
399
399
|
});
|
|
400
400
|
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconAlignment", {
|
|
401
401
|
get: function () {
|
|
402
|
-
return this.
|
|
402
|
+
return this.d6;
|
|
403
403
|
},
|
|
404
404
|
set: function (a) {
|
|
405
|
-
this.
|
|
405
|
+
this.d6 = a;
|
|
406
406
|
this.g("ColumnOptionsIconAlignment");
|
|
407
407
|
},
|
|
408
408
|
enumerable: false,
|
|
@@ -410,10 +410,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
410
410
|
});
|
|
411
411
|
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconColor", {
|
|
412
412
|
get: function () {
|
|
413
|
-
return this.
|
|
413
|
+
return this.dz;
|
|
414
414
|
},
|
|
415
415
|
set: function (a) {
|
|
416
|
-
this.
|
|
416
|
+
this.dz = a;
|
|
417
417
|
this.g("ActualColumnOptionsIconColor");
|
|
418
418
|
},
|
|
419
419
|
enumerable: false,
|
|
@@ -421,10 +421,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
421
421
|
});
|
|
422
422
|
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconColor", {
|
|
423
423
|
get: function () {
|
|
424
|
-
return this.
|
|
424
|
+
return this.d8;
|
|
425
425
|
},
|
|
426
426
|
set: function (a) {
|
|
427
|
-
this.
|
|
427
|
+
this.d8 = a;
|
|
428
428
|
this.g("ColumnOptionsIconColor");
|
|
429
429
|
},
|
|
430
430
|
enumerable: false,
|
|
@@ -432,10 +432,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
432
432
|
});
|
|
433
433
|
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconBehavior", {
|
|
434
434
|
get: function () {
|
|
435
|
-
return this.
|
|
435
|
+
return this.d7;
|
|
436
436
|
},
|
|
437
437
|
set: function (a) {
|
|
438
|
-
this.
|
|
438
|
+
this.d7 = a;
|
|
439
439
|
this.g("ColumnOptionsIconBehavior");
|
|
440
440
|
},
|
|
441
441
|
enumerable: false,
|
|
@@ -443,10 +443,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
443
443
|
});
|
|
444
444
|
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconBehavior", {
|
|
445
445
|
get: function () {
|
|
446
|
-
return this.
|
|
446
|
+
return this.dy;
|
|
447
447
|
},
|
|
448
448
|
set: function (a) {
|
|
449
|
-
this.
|
|
449
|
+
this.dy = a;
|
|
450
450
|
this.g("ActualColumnOptionsIconBehavior");
|
|
451
451
|
},
|
|
452
452
|
enumerable: false,
|
|
@@ -531,10 +531,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
531
531
|
});
|
|
532
532
|
Object.defineProperty(DataGridColumnDescription.prototype, "deletedTextColor", {
|
|
533
533
|
get: function () {
|
|
534
|
-
return this.
|
|
534
|
+
return this.d9;
|
|
535
535
|
},
|
|
536
536
|
set: function (a) {
|
|
537
|
-
this.
|
|
537
|
+
this.d9 = a;
|
|
538
538
|
this.g("DeletedTextColor");
|
|
539
539
|
},
|
|
540
540
|
enumerable: false,
|
|
@@ -542,10 +542,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
542
542
|
});
|
|
543
543
|
Object.defineProperty(DataGridColumnDescription.prototype, "actualDeletedTextColor", {
|
|
544
544
|
get: function () {
|
|
545
|
-
return this.
|
|
545
|
+
return this.d0;
|
|
546
546
|
},
|
|
547
547
|
set: function (a) {
|
|
548
|
-
this.
|
|
548
|
+
this.d0 = a;
|
|
549
549
|
this.g("ActualDeletedTextColor");
|
|
550
550
|
},
|
|
551
551
|
enumerable: false,
|
|
@@ -575,10 +575,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
575
575
|
});
|
|
576
576
|
Object.defineProperty(DataGridColumnDescription.prototype, "editFontFamily", {
|
|
577
577
|
get: function () {
|
|
578
|
-
return this.
|
|
578
|
+
return this.ea;
|
|
579
579
|
},
|
|
580
580
|
set: function (a) {
|
|
581
|
-
this.
|
|
581
|
+
this.ea = a;
|
|
582
582
|
this.g("EditFontFamily");
|
|
583
583
|
},
|
|
584
584
|
enumerable: false,
|
|
@@ -597,10 +597,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
597
597
|
});
|
|
598
598
|
Object.defineProperty(DataGridColumnDescription.prototype, "editFontStyle", {
|
|
599
599
|
get: function () {
|
|
600
|
-
return this.
|
|
600
|
+
return this.eb;
|
|
601
601
|
},
|
|
602
602
|
set: function (a) {
|
|
603
|
-
this.
|
|
603
|
+
this.eb = a;
|
|
604
604
|
this.g("EditFontStyle");
|
|
605
605
|
},
|
|
606
606
|
enumerable: false,
|
|
@@ -608,10 +608,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
608
608
|
});
|
|
609
609
|
Object.defineProperty(DataGridColumnDescription.prototype, "editFontWeight", {
|
|
610
610
|
get: function () {
|
|
611
|
-
return this.
|
|
611
|
+
return this.ec;
|
|
612
612
|
},
|
|
613
613
|
set: function (a) {
|
|
614
|
-
this.
|
|
614
|
+
this.ec = a;
|
|
615
615
|
this.g("EditFontWeight");
|
|
616
616
|
},
|
|
617
617
|
enumerable: false,
|
|
@@ -619,10 +619,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
619
619
|
});
|
|
620
620
|
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellMode", {
|
|
621
621
|
get: function () {
|
|
622
|
-
return this.
|
|
622
|
+
return this.eh;
|
|
623
623
|
},
|
|
624
624
|
set: function (a) {
|
|
625
|
-
this.
|
|
625
|
+
this.eh = a;
|
|
626
626
|
this.g("MergedCellMode");
|
|
627
627
|
},
|
|
628
628
|
enumerable: false,
|
|
@@ -630,10 +630,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
630
630
|
});
|
|
631
631
|
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellEvaluationCriteria", {
|
|
632
632
|
get: function () {
|
|
633
|
-
return this.
|
|
633
|
+
return this.eg;
|
|
634
634
|
},
|
|
635
635
|
set: function (a) {
|
|
636
|
-
this.
|
|
636
|
+
this.eg = a;
|
|
637
637
|
this.g("MergedCellEvaluationCriteria");
|
|
638
638
|
},
|
|
639
639
|
enumerable: false,
|
|
@@ -641,10 +641,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
641
641
|
});
|
|
642
642
|
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellVerticalAlignment", {
|
|
643
643
|
get: function () {
|
|
644
|
-
return this.
|
|
644
|
+
return this.ei;
|
|
645
645
|
},
|
|
646
646
|
set: function (a) {
|
|
647
|
-
this.
|
|
647
|
+
this.ei = a;
|
|
648
648
|
this.g("MergedCellVerticalAlignment");
|
|
649
649
|
},
|
|
650
650
|
enumerable: false,
|
|
@@ -696,10 +696,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
696
696
|
});
|
|
697
697
|
Object.defineProperty(DataGridColumnDescription.prototype, "filterComparisonType", {
|
|
698
698
|
get: function () {
|
|
699
|
-
return this.
|
|
699
|
+
return this.ee;
|
|
700
700
|
},
|
|
701
701
|
set: function (a) {
|
|
702
|
-
this.
|
|
702
|
+
this.ee = a;
|
|
703
703
|
this.g("FilterComparisonType");
|
|
704
704
|
},
|
|
705
705
|
enumerable: false,
|
|
@@ -718,10 +718,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
718
718
|
});
|
|
719
719
|
Object.defineProperty(DataGridColumnDescription.prototype, "actualHeaderTextChangeRef", {
|
|
720
720
|
get: function () {
|
|
721
|
-
return this.
|
|
721
|
+
return this.d2;
|
|
722
722
|
},
|
|
723
723
|
set: function (a) {
|
|
724
|
-
this.
|
|
724
|
+
this.d2 = a;
|
|
725
725
|
this.g("ActualHeaderTextChangeRef");
|
|
726
726
|
},
|
|
727
727
|
enumerable: false,
|
|
@@ -729,6 +729,7 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
729
729
|
});
|
|
730
730
|
DataGridColumnDescription.$t = markType(DataGridColumnDescription, 'DataGridColumnDescription', DefinitionBaseDescription.$);
|
|
731
731
|
DataGridColumnDescription.__canMarshalByValue = true;
|
|
732
|
+
DataGridColumnDescription.__marshalByValueAlias = "DataGridColumn";
|
|
732
733
|
return DataGridColumnDescription;
|
|
733
734
|
}(DefinitionBaseDescription));
|
|
734
735
|
export { DataGridColumnDescription };
|