igniteui-angular-core 16.1.0-beta.0 → 16.1.0-beta.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-angular-core.umd.js +2258 -2739
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- 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/INativeUIElementBridge_combined.js +28 -20
- package/esm2015/lib/ImageColumnDescription.js +16 -15
- 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/NumericColumnDescription.js +42 -41
- package/esm2015/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm2015/lib/RearrangedListView.js +304 -303
- 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/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/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.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/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- 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/INativeUIElementBridge_combined.js +28 -20
- package/esm5/lib/ImageColumnDescription.js +16 -15
- 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/NumericColumnDescription.js +42 -41
- package/esm5/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm5/lib/RearrangedListView.js +304 -303
- 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/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/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.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/WebTreeGridDescription.js +30 -42
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm5/public_api.js +4 -8
- package/fesm2015/igniteui-angular-core.js +2191 -2541
- package/fesm5/igniteui-angular-core.js +2255 -2732
- 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/RearrangedListView.d.ts +50 -49
- 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/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/WebComboDescription.d.ts +33 -30
- 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/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
|
@@ -217,6 +217,7 @@ export let ButtonDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
217
217
|
a.item("HorizontalContentAlignment@names", "Left;Center;Right;Stretch");
|
|
218
218
|
a.item("VerticalContentAlignment", "ExportedType:string:VerticalAlignment");
|
|
219
219
|
a.item("VerticalContentAlignment@names", "Top;Center;Bottom;Stretch");
|
|
220
|
+
a.item("ClickTunneling", "Boolean");
|
|
220
221
|
a.item("ClickedRef", "EventRef::clicked");
|
|
221
222
|
a.item("GotFocusRef", "EventRef::gotFocus");
|
|
222
223
|
a.item("LostFocusRef", "EventRef::lostFocus");
|
|
@@ -1234,16 +1234,27 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
|
|
|
1234
1234
|
if (b.c == null) {
|
|
1235
1235
|
return "{null}";
|
|
1236
1236
|
}
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1237
|
+
if (b.b != null && b.b.knownType == 23) {
|
|
1238
|
+
let c = b.c;
|
|
1239
|
+
let d = "";
|
|
1240
|
+
for (let e = 0; e < c.length; e++) {
|
|
1241
|
+
if (e > 0) {
|
|
1242
|
+
d += ", ";
|
|
1243
|
+
}
|
|
1244
|
+
d += c[e];
|
|
1242
1245
|
}
|
|
1243
|
-
d
|
|
1246
|
+
return d;
|
|
1244
1247
|
}
|
|
1245
|
-
|
|
1246
|
-
|
|
1248
|
+
let f = b.c;
|
|
1249
|
+
let g = "[";
|
|
1250
|
+
for (let h = 0; h < f.length; h++) {
|
|
1251
|
+
if (h > 0) {
|
|
1252
|
+
g += ", ";
|
|
1253
|
+
}
|
|
1254
|
+
g += "\"" + f[h].toString() + "\"";
|
|
1255
|
+
}
|
|
1256
|
+
g += "]";
|
|
1257
|
+
return g;
|
|
1247
1258
|
}
|
|
1248
1259
|
get_w() {
|
|
1249
1260
|
return true;
|
|
@@ -13,44 +13,45 @@ export let ComboBoxColumnDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ComboBoxColumnDescription extends DataGridColumnDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.fj = null;
|
|
17
|
-
this.fg = null;
|
|
18
|
-
this.fk = null;
|
|
19
16
|
this.fl = null;
|
|
17
|
+
this.fh = null;
|
|
18
|
+
this.fm = null;
|
|
19
|
+
this.fn = null;
|
|
20
20
|
}
|
|
21
21
|
get_type() {
|
|
22
22
|
return "ComboBoxColumn";
|
|
23
23
|
}
|
|
24
24
|
get dataSourceRef() {
|
|
25
|
-
return this.
|
|
25
|
+
return this.fl;
|
|
26
26
|
}
|
|
27
27
|
set dataSourceRef(a) {
|
|
28
|
-
this.
|
|
28
|
+
this.fl = a;
|
|
29
29
|
this.g("DataSourceRef");
|
|
30
30
|
}
|
|
31
31
|
get dataSource() {
|
|
32
|
-
return this.
|
|
32
|
+
return this.fh;
|
|
33
33
|
}
|
|
34
34
|
set dataSource(a) {
|
|
35
|
-
this.
|
|
35
|
+
this.fh = a;
|
|
36
36
|
this.g("DataSource");
|
|
37
37
|
}
|
|
38
38
|
get textField() {
|
|
39
|
-
return this.
|
|
39
|
+
return this.fm;
|
|
40
40
|
}
|
|
41
41
|
set textField(a) {
|
|
42
|
-
this.
|
|
42
|
+
this.fm = a;
|
|
43
43
|
this.g("TextField");
|
|
44
44
|
}
|
|
45
45
|
get valueField() {
|
|
46
|
-
return this.
|
|
46
|
+
return this.fn;
|
|
47
47
|
}
|
|
48
48
|
set valueField(a) {
|
|
49
|
-
this.
|
|
49
|
+
this.fn = a;
|
|
50
50
|
this.g("ValueField");
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
ComboBoxColumnDescription.$t = markType(ComboBoxColumnDescription, 'ComboBoxColumnDescription', DataGridColumnDescription.$);
|
|
54
54
|
ComboBoxColumnDescription.__canMarshalByValue1 = true;
|
|
55
|
+
ComboBoxColumnDescription.__marshalByValueAlias1 = "ComboBoxColumn";
|
|
55
56
|
return ComboBoxColumnDescription;
|
|
56
57
|
})();
|
|
@@ -17,16 +17,16 @@ export let DataGridColumnDescription = /*@__PURE__*/ (() => {
|
|
|
17
17
|
this.dm = 0;
|
|
18
18
|
this.dl = 0;
|
|
19
19
|
this.dj = 0;
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
26
|
-
this.ek = null;
|
|
27
|
-
this.d2 = null;
|
|
20
|
+
this.ej = null;
|
|
21
|
+
this.ed = null;
|
|
22
|
+
this.ef = null;
|
|
23
|
+
this.d1 = null;
|
|
24
|
+
this.en = null;
|
|
25
|
+
this.d5 = null;
|
|
28
26
|
this.el = null;
|
|
29
27
|
this.d3 = null;
|
|
28
|
+
this.em = null;
|
|
29
|
+
this.d4 = null;
|
|
30
30
|
this.cc = null;
|
|
31
31
|
this.b8 = null;
|
|
32
32
|
this.da = 0;
|
|
@@ -39,14 +39,14 @@ export let DataGridColumnDescription = /*@__PURE__*/ (() => {
|
|
|
39
39
|
this.cs = false;
|
|
40
40
|
this.cr = false;
|
|
41
41
|
this.ct = false;
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
44
|
-
this.dw = null;
|
|
45
|
-
this.d5 = null;
|
|
46
|
-
this.dy = null;
|
|
47
|
-
this.d7 = null;
|
|
48
|
-
this.d6 = null;
|
|
42
|
+
this.eo = null;
|
|
43
|
+
this.ek = null;
|
|
49
44
|
this.dx = null;
|
|
45
|
+
this.d6 = null;
|
|
46
|
+
this.dz = null;
|
|
47
|
+
this.d8 = null;
|
|
48
|
+
this.d7 = null;
|
|
49
|
+
this.dy = null;
|
|
50
50
|
this.ch = false;
|
|
51
51
|
this.cl = false;
|
|
52
52
|
this.cj = false;
|
|
@@ -54,24 +54,24 @@ export let DataGridColumnDescription = /*@__PURE__*/ (() => {
|
|
|
54
54
|
this.ci = false;
|
|
55
55
|
this.cm = false;
|
|
56
56
|
this.co = false;
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
57
|
+
this.d9 = null;
|
|
58
|
+
this.d0 = null;
|
|
59
59
|
this.c9 = 0;
|
|
60
60
|
this.c7 = 0;
|
|
61
|
-
this.d9 = null;
|
|
62
|
-
this.c8 = 0;
|
|
63
61
|
this.ea = null;
|
|
62
|
+
this.c8 = 0;
|
|
64
63
|
this.eb = null;
|
|
65
|
-
this.
|
|
66
|
-
this.ef = null;
|
|
64
|
+
this.ec = null;
|
|
67
65
|
this.eh = null;
|
|
66
|
+
this.eg = null;
|
|
67
|
+
this.ei = null;
|
|
68
68
|
this.dg = 0;
|
|
69
69
|
this.di = 0;
|
|
70
70
|
this.dh = 0;
|
|
71
71
|
this.df = 0;
|
|
72
|
-
this.
|
|
72
|
+
this.ee = null;
|
|
73
73
|
this.b4 = null;
|
|
74
|
-
this.
|
|
74
|
+
this.d2 = null;
|
|
75
75
|
}
|
|
76
76
|
get_type() {
|
|
77
77
|
return "DataGridColumn";
|
|
@@ -105,73 +105,73 @@ export let DataGridColumnDescription = /*@__PURE__*/ (() => {
|
|
|
105
105
|
this.g("PaddingBottom");
|
|
106
106
|
}
|
|
107
107
|
get name() {
|
|
108
|
-
return this.
|
|
108
|
+
return this.ej;
|
|
109
109
|
}
|
|
110
110
|
set name(a) {
|
|
111
|
-
this.
|
|
111
|
+
this.ej = a;
|
|
112
112
|
this.g("Name");
|
|
113
113
|
}
|
|
114
114
|
get field() {
|
|
115
|
-
return this.
|
|
115
|
+
return this.ed;
|
|
116
116
|
}
|
|
117
117
|
set field(a) {
|
|
118
|
-
this.
|
|
118
|
+
this.ed = a;
|
|
119
119
|
this.g("Field");
|
|
120
120
|
}
|
|
121
121
|
get headerText() {
|
|
122
|
-
return this.
|
|
122
|
+
return this.ef;
|
|
123
123
|
}
|
|
124
124
|
set headerText(a) {
|
|
125
|
-
this.
|
|
125
|
+
this.ef = a;
|
|
126
126
|
this.g("HeaderText");
|
|
127
127
|
}
|
|
128
128
|
get actualHeaderText() {
|
|
129
|
-
return this.
|
|
129
|
+
return this.d1;
|
|
130
130
|
}
|
|
131
131
|
set actualHeaderText(a) {
|
|
132
|
-
this.
|
|
132
|
+
this.d1 = a;
|
|
133
133
|
this.g("ActualHeaderText");
|
|
134
134
|
}
|
|
135
135
|
get selectedBackground() {
|
|
136
|
-
return this.
|
|
136
|
+
return this.en;
|
|
137
137
|
}
|
|
138
138
|
set selectedBackground(a) {
|
|
139
|
-
this.
|
|
139
|
+
this.en = a;
|
|
140
140
|
this.g("SelectedBackground");
|
|
141
141
|
}
|
|
142
142
|
get actualSelectedBackground() {
|
|
143
|
-
return this.
|
|
143
|
+
return this.d5;
|
|
144
144
|
}
|
|
145
145
|
set actualSelectedBackground(a) {
|
|
146
|
-
this.
|
|
146
|
+
this.d5 = a;
|
|
147
147
|
this.g("ActualSelectedBackground");
|
|
148
148
|
}
|
|
149
149
|
get rowHoverBackground() {
|
|
150
|
-
return this.
|
|
150
|
+
return this.el;
|
|
151
151
|
}
|
|
152
152
|
set rowHoverBackground(a) {
|
|
153
|
-
this.
|
|
153
|
+
this.el = a;
|
|
154
154
|
this.g("RowHoverBackground");
|
|
155
155
|
}
|
|
156
156
|
get actualHoverBackground() {
|
|
157
|
-
return this.
|
|
157
|
+
return this.d3;
|
|
158
158
|
}
|
|
159
159
|
set actualHoverBackground(a) {
|
|
160
|
-
this.
|
|
160
|
+
this.d3 = a;
|
|
161
161
|
this.g("ActualHoverBackground");
|
|
162
162
|
}
|
|
163
163
|
get rowHoverTextColor() {
|
|
164
|
-
return this.
|
|
164
|
+
return this.em;
|
|
165
165
|
}
|
|
166
166
|
set rowHoverTextColor(a) {
|
|
167
|
-
this.
|
|
167
|
+
this.em = a;
|
|
168
168
|
this.g("RowHoverTextColor");
|
|
169
169
|
}
|
|
170
170
|
get actualRowHoverTextColor() {
|
|
171
|
-
return this.
|
|
171
|
+
return this.d4;
|
|
172
172
|
}
|
|
173
173
|
set actualRowHoverTextColor(a) {
|
|
174
|
-
this.
|
|
174
|
+
this.d4 = a;
|
|
175
175
|
this.g("ActualRowHoverTextColor");
|
|
176
176
|
}
|
|
177
177
|
get animationSettings() {
|
|
@@ -259,59 +259,59 @@ export let DataGridColumnDescription = /*@__PURE__*/ (() => {
|
|
|
259
259
|
this.g("ShouldRemoveWhenHidden");
|
|
260
260
|
}
|
|
261
261
|
get sortDirection() {
|
|
262
|
-
return this.
|
|
262
|
+
return this.eo;
|
|
263
263
|
}
|
|
264
264
|
set sortDirection(a) {
|
|
265
|
-
this.
|
|
265
|
+
this.eo = a;
|
|
266
266
|
this.g("SortDirection");
|
|
267
267
|
}
|
|
268
268
|
get pinned() {
|
|
269
|
-
return this.
|
|
269
|
+
return this.ek;
|
|
270
270
|
}
|
|
271
271
|
set pinned(a) {
|
|
272
|
-
this.
|
|
272
|
+
this.ek = a;
|
|
273
273
|
this.g("Pinned");
|
|
274
274
|
}
|
|
275
275
|
get actualColumnOptionsIconAlignment() {
|
|
276
|
-
return this.
|
|
276
|
+
return this.dx;
|
|
277
277
|
}
|
|
278
278
|
set actualColumnOptionsIconAlignment(a) {
|
|
279
|
-
this.
|
|
279
|
+
this.dx = a;
|
|
280
280
|
this.g("ActualColumnOptionsIconAlignment");
|
|
281
281
|
}
|
|
282
282
|
get columnOptionsIconAlignment() {
|
|
283
|
-
return this.
|
|
283
|
+
return this.d6;
|
|
284
284
|
}
|
|
285
285
|
set columnOptionsIconAlignment(a) {
|
|
286
|
-
this.
|
|
286
|
+
this.d6 = a;
|
|
287
287
|
this.g("ColumnOptionsIconAlignment");
|
|
288
288
|
}
|
|
289
289
|
get actualColumnOptionsIconColor() {
|
|
290
|
-
return this.
|
|
290
|
+
return this.dz;
|
|
291
291
|
}
|
|
292
292
|
set actualColumnOptionsIconColor(a) {
|
|
293
|
-
this.
|
|
293
|
+
this.dz = a;
|
|
294
294
|
this.g("ActualColumnOptionsIconColor");
|
|
295
295
|
}
|
|
296
296
|
get columnOptionsIconColor() {
|
|
297
|
-
return this.
|
|
297
|
+
return this.d8;
|
|
298
298
|
}
|
|
299
299
|
set columnOptionsIconColor(a) {
|
|
300
|
-
this.
|
|
300
|
+
this.d8 = a;
|
|
301
301
|
this.g("ColumnOptionsIconColor");
|
|
302
302
|
}
|
|
303
303
|
get columnOptionsIconBehavior() {
|
|
304
|
-
return this.
|
|
304
|
+
return this.d7;
|
|
305
305
|
}
|
|
306
306
|
set columnOptionsIconBehavior(a) {
|
|
307
|
-
this.
|
|
307
|
+
this.d7 = a;
|
|
308
308
|
this.g("ColumnOptionsIconBehavior");
|
|
309
309
|
}
|
|
310
310
|
get actualColumnOptionsIconBehavior() {
|
|
311
|
-
return this.
|
|
311
|
+
return this.dy;
|
|
312
312
|
}
|
|
313
313
|
set actualColumnOptionsIconBehavior(a) {
|
|
314
|
-
this.
|
|
314
|
+
this.dy = a;
|
|
315
315
|
this.g("ActualColumnOptionsIconBehavior");
|
|
316
316
|
}
|
|
317
317
|
get actualIsColumnOptionsEnabled() {
|
|
@@ -364,17 +364,17 @@ export let DataGridColumnDescription = /*@__PURE__*/ (() => {
|
|
|
364
364
|
this.g("IsEditable");
|
|
365
365
|
}
|
|
366
366
|
get deletedTextColor() {
|
|
367
|
-
return this.
|
|
367
|
+
return this.d9;
|
|
368
368
|
}
|
|
369
369
|
set deletedTextColor(a) {
|
|
370
|
-
this.
|
|
370
|
+
this.d9 = a;
|
|
371
371
|
this.g("DeletedTextColor");
|
|
372
372
|
}
|
|
373
373
|
get actualDeletedTextColor() {
|
|
374
|
-
return this.
|
|
374
|
+
return this.d0;
|
|
375
375
|
}
|
|
376
376
|
set actualDeletedTextColor(a) {
|
|
377
|
-
this.
|
|
377
|
+
this.d0 = a;
|
|
378
378
|
this.g("ActualDeletedTextColor");
|
|
379
379
|
}
|
|
380
380
|
get editOpacity() {
|
|
@@ -392,10 +392,10 @@ export let DataGridColumnDescription = /*@__PURE__*/ (() => {
|
|
|
392
392
|
this.g("ActualEditOpacity");
|
|
393
393
|
}
|
|
394
394
|
get editFontFamily() {
|
|
395
|
-
return this.
|
|
395
|
+
return this.ea;
|
|
396
396
|
}
|
|
397
397
|
set editFontFamily(a) {
|
|
398
|
-
this.
|
|
398
|
+
this.ea = a;
|
|
399
399
|
this.g("EditFontFamily");
|
|
400
400
|
}
|
|
401
401
|
get editFontSize() {
|
|
@@ -406,38 +406,38 @@ export let DataGridColumnDescription = /*@__PURE__*/ (() => {
|
|
|
406
406
|
this.g("EditFontSize");
|
|
407
407
|
}
|
|
408
408
|
get editFontStyle() {
|
|
409
|
-
return this.
|
|
409
|
+
return this.eb;
|
|
410
410
|
}
|
|
411
411
|
set editFontStyle(a) {
|
|
412
|
-
this.
|
|
412
|
+
this.eb = a;
|
|
413
413
|
this.g("EditFontStyle");
|
|
414
414
|
}
|
|
415
415
|
get editFontWeight() {
|
|
416
|
-
return this.
|
|
416
|
+
return this.ec;
|
|
417
417
|
}
|
|
418
418
|
set editFontWeight(a) {
|
|
419
|
-
this.
|
|
419
|
+
this.ec = a;
|
|
420
420
|
this.g("EditFontWeight");
|
|
421
421
|
}
|
|
422
422
|
get mergedCellMode() {
|
|
423
|
-
return this.
|
|
423
|
+
return this.eh;
|
|
424
424
|
}
|
|
425
425
|
set mergedCellMode(a) {
|
|
426
|
-
this.
|
|
426
|
+
this.eh = a;
|
|
427
427
|
this.g("MergedCellMode");
|
|
428
428
|
}
|
|
429
429
|
get mergedCellEvaluationCriteria() {
|
|
430
|
-
return this.
|
|
430
|
+
return this.eg;
|
|
431
431
|
}
|
|
432
432
|
set mergedCellEvaluationCriteria(a) {
|
|
433
|
-
this.
|
|
433
|
+
this.eg = a;
|
|
434
434
|
this.g("MergedCellEvaluationCriteria");
|
|
435
435
|
}
|
|
436
436
|
get mergedCellVerticalAlignment() {
|
|
437
|
-
return this.
|
|
437
|
+
return this.ei;
|
|
438
438
|
}
|
|
439
439
|
set mergedCellVerticalAlignment(a) {
|
|
440
|
-
this.
|
|
440
|
+
this.ei = a;
|
|
441
441
|
this.g("MergedCellVerticalAlignment");
|
|
442
442
|
}
|
|
443
443
|
get mergedCellPaddingLeft() {
|
|
@@ -469,10 +469,10 @@ export let DataGridColumnDescription = /*@__PURE__*/ (() => {
|
|
|
469
469
|
this.g("MergedCellPaddingBottom");
|
|
470
470
|
}
|
|
471
471
|
get filterComparisonType() {
|
|
472
|
-
return this.
|
|
472
|
+
return this.ee;
|
|
473
473
|
}
|
|
474
474
|
set filterComparisonType(a) {
|
|
475
|
-
this.
|
|
475
|
+
this.ee = a;
|
|
476
476
|
this.g("FilterComparisonType");
|
|
477
477
|
}
|
|
478
478
|
get filterOperands() {
|
|
@@ -483,14 +483,15 @@ export let DataGridColumnDescription = /*@__PURE__*/ (() => {
|
|
|
483
483
|
this.g("FilterOperands");
|
|
484
484
|
}
|
|
485
485
|
get actualHeaderTextChangeRef() {
|
|
486
|
-
return this.
|
|
486
|
+
return this.d2;
|
|
487
487
|
}
|
|
488
488
|
set actualHeaderTextChangeRef(a) {
|
|
489
|
-
this.
|
|
489
|
+
this.d2 = a;
|
|
490
490
|
this.g("ActualHeaderTextChangeRef");
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
493
|
DataGridColumnDescription.$t = markType(DataGridColumnDescription, 'DataGridColumnDescription', DefinitionBaseDescription.$);
|
|
494
494
|
DataGridColumnDescription.__canMarshalByValue = true;
|
|
495
|
+
DataGridColumnDescription.__marshalByValueAlias = "DataGridColumn";
|
|
495
496
|
return DataGridColumnDescription;
|
|
496
497
|
})();
|
|
@@ -13,100 +13,101 @@ export let DateTimeColumnDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class DateTimeColumnDescription extends DataGridColumnDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.fn = null;
|
|
17
|
-
this.fu = null;
|
|
18
16
|
this.fp = null;
|
|
19
|
-
this.
|
|
20
|
-
this.ft = null;
|
|
21
|
-
this.fl = false;
|
|
17
|
+
this.fw = null;
|
|
22
18
|
this.fr = null;
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
19
|
+
this.fh = null;
|
|
20
|
+
this.fv = null;
|
|
21
|
+
this.fm = false;
|
|
22
|
+
this.ft = null;
|
|
25
23
|
this.fq = null;
|
|
24
|
+
this.fj = null;
|
|
26
25
|
this.fs = null;
|
|
26
|
+
this.fu = null;
|
|
27
27
|
}
|
|
28
28
|
get_type() {
|
|
29
29
|
return "DateTimeColumn";
|
|
30
30
|
}
|
|
31
31
|
get dateTimeFormat() {
|
|
32
|
-
return this.
|
|
32
|
+
return this.fp;
|
|
33
33
|
}
|
|
34
34
|
set dateTimeFormat(a) {
|
|
35
|
-
this.
|
|
35
|
+
this.fp = a;
|
|
36
36
|
this.g("DateTimeFormat");
|
|
37
37
|
}
|
|
38
38
|
get formatString() {
|
|
39
|
-
return this.
|
|
39
|
+
return this.fw;
|
|
40
40
|
}
|
|
41
41
|
set formatString(a) {
|
|
42
|
-
this.
|
|
42
|
+
this.fw = a;
|
|
43
43
|
this.g("FormatString");
|
|
44
44
|
}
|
|
45
45
|
get editorFormatString() {
|
|
46
|
-
return this.
|
|
46
|
+
return this.fr;
|
|
47
47
|
}
|
|
48
48
|
set editorFormatString(a) {
|
|
49
|
-
this.
|
|
49
|
+
this.fr = a;
|
|
50
50
|
this.g("EditorFormatString");
|
|
51
51
|
}
|
|
52
52
|
get formatSpecifiers() {
|
|
53
|
-
return this.
|
|
53
|
+
return this.fh;
|
|
54
54
|
}
|
|
55
55
|
set formatSpecifiers(a) {
|
|
56
|
-
this.
|
|
56
|
+
this.fh = a;
|
|
57
57
|
this.g("FormatSpecifiers");
|
|
58
58
|
}
|
|
59
59
|
get formatOverrideRef() {
|
|
60
|
-
return this.
|
|
60
|
+
return this.fv;
|
|
61
61
|
}
|
|
62
62
|
set formatOverrideRef(a) {
|
|
63
|
-
this.
|
|
63
|
+
this.fv = a;
|
|
64
64
|
this.g("FormatOverrideRef");
|
|
65
65
|
}
|
|
66
66
|
get showTodayButton() {
|
|
67
|
-
return this.
|
|
67
|
+
return this.fm;
|
|
68
68
|
}
|
|
69
69
|
set showTodayButton(a) {
|
|
70
|
-
this.
|
|
70
|
+
this.fm = a;
|
|
71
71
|
this.g("ShowTodayButton");
|
|
72
72
|
}
|
|
73
73
|
get editorType() {
|
|
74
|
-
return this.
|
|
74
|
+
return this.ft;
|
|
75
75
|
}
|
|
76
76
|
set editorType(a) {
|
|
77
|
-
this.
|
|
77
|
+
this.ft = a;
|
|
78
78
|
this.g("EditorType");
|
|
79
79
|
}
|
|
80
80
|
get editorDataSourceRef() {
|
|
81
|
-
return this.
|
|
81
|
+
return this.fq;
|
|
82
82
|
}
|
|
83
83
|
set editorDataSourceRef(a) {
|
|
84
|
-
this.
|
|
84
|
+
this.fq = a;
|
|
85
85
|
this.g("EditorDataSourceRef");
|
|
86
86
|
}
|
|
87
87
|
get editorDataSource() {
|
|
88
|
-
return this.
|
|
88
|
+
return this.fj;
|
|
89
89
|
}
|
|
90
90
|
set editorDataSource(a) {
|
|
91
|
-
this.
|
|
91
|
+
this.fj = a;
|
|
92
92
|
this.g("EditorDataSource");
|
|
93
93
|
}
|
|
94
94
|
get editorTextField() {
|
|
95
|
-
return this.
|
|
95
|
+
return this.fs;
|
|
96
96
|
}
|
|
97
97
|
set editorTextField(a) {
|
|
98
|
-
this.
|
|
98
|
+
this.fs = a;
|
|
99
99
|
this.g("EditorTextField");
|
|
100
100
|
}
|
|
101
101
|
get editorValueField() {
|
|
102
|
-
return this.
|
|
102
|
+
return this.fu;
|
|
103
103
|
}
|
|
104
104
|
set editorValueField(a) {
|
|
105
|
-
this.
|
|
105
|
+
this.fu = a;
|
|
106
106
|
this.g("EditorValueField");
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
DateTimeColumnDescription.$t = markType(DateTimeColumnDescription, 'DateTimeColumnDescription', DataGridColumnDescription.$);
|
|
110
110
|
DateTimeColumnDescription.__canMarshalByValue1 = true;
|
|
111
|
+
DateTimeColumnDescription.__marshalByValueAlias1 = "DateTimeColumn";
|
|
111
112
|
return DateTimeColumnDescription;
|
|
112
113
|
})();
|
|
@@ -20,5 +20,6 @@ export let EditRowDefinitionDescription = /*@__PURE__*/ (() => {
|
|
|
20
20
|
}
|
|
21
21
|
EditRowDefinitionDescription.$t = markType(EditRowDefinitionDescription, 'EditRowDefinitionDescription', DefinitionBaseDescription.$);
|
|
22
22
|
EditRowDefinitionDescription.__canMarshalByValue = true;
|
|
23
|
+
EditRowDefinitionDescription.__marshalByValueAlias = "EditRowDefinition";
|
|
23
24
|
return EditRowDefinitionDescription;
|
|
24
25
|
})();
|
|
@@ -20,5 +20,6 @@ export let EditorDefinitionDescription = /*@__PURE__*/ (() => {
|
|
|
20
20
|
}
|
|
21
21
|
EditorDefinitionDescription.$t = markType(EditorDefinitionDescription, 'EditorDefinitionDescription', DefinitionBaseDescription.$);
|
|
22
22
|
EditorDefinitionDescription.__canMarshalByValue = true;
|
|
23
|
+
EditorDefinitionDescription.__marshalByValueAlias = "EditorDefinition";
|
|
23
24
|
return EditorDefinitionDescription;
|
|
24
25
|
})();
|
|
@@ -52,5 +52,6 @@ export let FilterRowDefinitionDescription = /*@__PURE__*/ (() => {
|
|
|
52
52
|
}
|
|
53
53
|
FilterRowDefinitionDescription.$t = markType(FilterRowDefinitionDescription, 'FilterRowDefinitionDescription', DefinitionBaseDescription.$);
|
|
54
54
|
FilterRowDefinitionDescription.__canMarshalByValue = true;
|
|
55
|
+
FilterRowDefinitionDescription.__marshalByValueAlias = "FilterRowDefinition";
|
|
55
56
|
return FilterRowDefinitionDescription;
|
|
56
57
|
})();
|
|
@@ -13,10 +13,10 @@ export let HeaderDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class HeaderDescription extends DefinitionBaseDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.cf = null;
|
|
17
|
-
this.cd = null;
|
|
18
16
|
this.cg = null;
|
|
19
17
|
this.ce = null;
|
|
18
|
+
this.ch = null;
|
|
19
|
+
this.cf = null;
|
|
20
20
|
this.b6 = 0;
|
|
21
21
|
this.b8 = 0;
|
|
22
22
|
this.b7 = 0;
|
|
@@ -26,31 +26,31 @@ export let HeaderDescription = /*@__PURE__*/ (() => {
|
|
|
26
26
|
return "Header";
|
|
27
27
|
}
|
|
28
28
|
get sortIndicatorColor() {
|
|
29
|
-
return this.
|
|
29
|
+
return this.cg;
|
|
30
30
|
}
|
|
31
31
|
set sortIndicatorColor(a) {
|
|
32
|
-
this.
|
|
32
|
+
this.cg = a;
|
|
33
33
|
this.g("SortIndicatorColor");
|
|
34
34
|
}
|
|
35
35
|
get actualSortIndicatorColor() {
|
|
36
|
-
return this.
|
|
36
|
+
return this.ce;
|
|
37
37
|
}
|
|
38
38
|
set actualSortIndicatorColor(a) {
|
|
39
|
-
this.
|
|
39
|
+
this.ce = a;
|
|
40
40
|
this.g("ActualSortIndicatorColor");
|
|
41
41
|
}
|
|
42
42
|
get sortIndicatorStyle() {
|
|
43
|
-
return this.
|
|
43
|
+
return this.ch;
|
|
44
44
|
}
|
|
45
45
|
set sortIndicatorStyle(a) {
|
|
46
|
-
this.
|
|
46
|
+
this.ch = a;
|
|
47
47
|
this.g("SortIndicatorStyle");
|
|
48
48
|
}
|
|
49
49
|
get actualSortIndicatorStyle() {
|
|
50
|
-
return this.
|
|
50
|
+
return this.cf;
|
|
51
51
|
}
|
|
52
52
|
set actualSortIndicatorStyle(a) {
|
|
53
|
-
this.
|
|
53
|
+
this.cf = a;
|
|
54
54
|
this.g("ActualSortIndicatorStyle");
|
|
55
55
|
}
|
|
56
56
|
get paddingLeft() {
|
|
@@ -84,5 +84,6 @@ export let HeaderDescription = /*@__PURE__*/ (() => {
|
|
|
84
84
|
}
|
|
85
85
|
HeaderDescription.$t = markType(HeaderDescription, 'HeaderDescription', DefinitionBaseDescription.$);
|
|
86
86
|
HeaderDescription.__canMarshalByValue = true;
|
|
87
|
+
HeaderDescription.__marshalByValueAlias = "Header";
|
|
87
88
|
return HeaderDescription;
|
|
88
89
|
})();
|