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.
Files changed (172) hide show
  1. package/bundles/igniteui-angular-core.umd.js +2258 -2739
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/ButtonDescription.js +502 -494
  4. package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
  6. package/esm2015/lib/ComboBoxColumnDescription.js +12 -11
  7. package/esm2015/lib/DataGridColumnDescription.js +80 -79
  8. package/esm2015/lib/DateTimeColumnDescription.js +30 -29
  9. package/esm2015/lib/EditRowDefinitionDescription.js +1 -0
  10. package/esm2015/lib/EditorDefinitionDescription.js +1 -0
  11. package/esm2015/lib/FilterRowDefinitionDescription.js +1 -0
  12. package/esm2015/lib/HeaderDescription.js +11 -10
  13. package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
  14. package/esm2015/lib/ImageColumnDescription.js +16 -15
  15. package/esm2015/lib/LocalDataSource_combined.js +53 -52
  16. package/esm2015/lib/NativeUIButton.js +7 -5
  17. package/esm2015/lib/NativeUICheckbox.js +7 -5
  18. package/esm2015/lib/NativeUIDropDown.js +7 -5
  19. package/esm2015/lib/NativeUIGrid.js +7 -5
  20. package/esm2015/lib/NativeUIInput.js +7 -5
  21. package/esm2015/lib/NativeUIPopup.js +14 -10
  22. package/esm2015/lib/NativeUISlider.js +14 -10
  23. package/esm2015/lib/NumericColumnDescription.js +42 -41
  24. package/esm2015/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
  25. package/esm2015/lib/RearrangedListView.js +304 -303
  26. package/esm2015/lib/TemplateColumnDescription.js +7 -6
  27. package/esm2015/lib/TemplateHeaderDescription.js +4 -3
  28. package/esm2015/lib/TextColumnDescription.js +14 -13
  29. package/esm2015/lib/TextHeaderDescription.js +1 -0
  30. package/esm2015/lib/WebActionStripDescription.js +57 -1
  31. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  32. package/esm2015/lib/WebColumnDescription.js +129 -177
  33. package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
  34. package/esm2015/lib/WebColumnGroupDescription.js +6 -6
  35. package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
  36. package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  37. package/esm2015/lib/WebComboDescription.js +90 -82
  38. package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
  39. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  40. package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
  41. package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  42. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
  43. package/esm2015/lib/WebGridDescription.js +48 -72
  44. package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
  45. package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
  46. package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
  47. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
  48. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
  49. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
  50. package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  51. package/esm2015/lib/WebPivotGridDescription.js +42 -58
  52. package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
  53. package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  54. package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
  55. package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  56. package/esm2015/lib/WebTreeGridDescription.js +30 -38
  57. package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
  58. package/esm2015/public_api.js +4 -8
  59. package/esm5/lib/ButtonDescription.js +506 -494
  60. package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
  61. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
  62. package/esm5/lib/ComboBoxColumnDescription.js +12 -11
  63. package/esm5/lib/DataGridColumnDescription.js +80 -79
  64. package/esm5/lib/DateTimeColumnDescription.js +30 -29
  65. package/esm5/lib/EditRowDefinitionDescription.js +1 -0
  66. package/esm5/lib/EditorDefinitionDescription.js +1 -0
  67. package/esm5/lib/FilterRowDefinitionDescription.js +1 -0
  68. package/esm5/lib/HeaderDescription.js +11 -10
  69. package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
  70. package/esm5/lib/ImageColumnDescription.js +16 -15
  71. package/esm5/lib/LocalDataSource_combined.js +53 -52
  72. package/esm5/lib/NativeUIButton.js +7 -5
  73. package/esm5/lib/NativeUICheckbox.js +7 -5
  74. package/esm5/lib/NativeUIDropDown.js +7 -5
  75. package/esm5/lib/NativeUIGrid.js +7 -5
  76. package/esm5/lib/NativeUIInput.js +7 -5
  77. package/esm5/lib/NativeUIPopup.js +14 -10
  78. package/esm5/lib/NativeUISlider.js +14 -10
  79. package/esm5/lib/NumericColumnDescription.js +42 -41
  80. package/esm5/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
  81. package/esm5/lib/RearrangedListView.js +304 -303
  82. package/esm5/lib/TemplateColumnDescription.js +7 -6
  83. package/esm5/lib/TemplateHeaderDescription.js +4 -3
  84. package/esm5/lib/TextColumnDescription.js +14 -13
  85. package/esm5/lib/TextHeaderDescription.js +1 -0
  86. package/esm5/lib/WebActionStripDescription.js +79 -1
  87. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  88. package/esm5/lib/WebColumnDescription.js +129 -201
  89. package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
  90. package/esm5/lib/WebColumnGroupDescription.js +6 -6
  91. package/esm5/lib/WebColumnLayoutDescription.js +1 -14
  92. package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  93. package/esm5/lib/WebComboDescription.js +94 -82
  94. package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
  95. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  96. package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
  97. package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  98. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
  99. package/esm5/lib/WebGridDescription.js +48 -84
  100. package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
  101. package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
  102. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
  103. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
  104. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
  105. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
  106. package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  107. package/esm5/lib/WebPivotGridDescription.js +41 -65
  108. package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
  109. package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  110. package/esm5/lib/WebRowDirectiveDescription.js +6 -18
  111. package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  112. package/esm5/lib/WebTreeGridDescription.js +30 -42
  113. package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
  114. package/esm5/public_api.js +4 -8
  115. package/fesm2015/igniteui-angular-core.js +2191 -2541
  116. package/fesm5/igniteui-angular-core.js +2255 -2732
  117. package/lib/ButtonDescription.d.ts +186 -183
  118. package/lib/ComboBoxColumnDescription.d.ts +5 -4
  119. package/lib/DataGridColumnDescription.d.ts +29 -28
  120. package/lib/DateTimeColumnDescription.d.ts +12 -11
  121. package/lib/EditRowDefinitionDescription.d.ts +1 -0
  122. package/lib/EditorDefinitionDescription.d.ts +1 -0
  123. package/lib/FilterRowDefinitionDescription.d.ts +1 -0
  124. package/lib/HeaderDescription.d.ts +5 -4
  125. package/lib/ImageColumnDescription.d.ts +7 -6
  126. package/lib/NumericColumnDescription.d.ts +17 -16
  127. package/lib/RearrangedListView.d.ts +50 -49
  128. package/lib/TemplateColumnDescription.d.ts +3 -2
  129. package/lib/TemplateHeaderDescription.d.ts +2 -1
  130. package/lib/TextColumnDescription.d.ts +6 -5
  131. package/lib/TextHeaderDescription.d.ts +1 -0
  132. package/lib/WebActionStripDescription.d.ts +27 -1
  133. package/lib/WebColumnDescription.d.ts +46 -64
  134. package/lib/WebColumnGroupDescription.d.ts +2 -2
  135. package/lib/WebColumnLayoutDescription.d.ts +0 -3
  136. package/lib/WebComboDescription.d.ts +33 -30
  137. package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
  138. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
  139. package/lib/WebGridDescription.d.ts +17 -27
  140. package/lib/WebGridEditingActionsDescription.d.ts +4 -4
  141. package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
  142. package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
  143. package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
  144. package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  145. package/lib/WebPivotGridDescription.d.ts +15 -21
  146. package/lib/WebRowDirectiveDescription.d.ts +2 -5
  147. package/lib/WebTreeGridDescription.d.ts +10 -13
  148. package/package.json +1 -1
  149. package/public_api.d.ts +4 -8
  150. package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
  151. package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
  152. package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
  153. package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
  154. package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
  155. package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
  156. package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
  157. package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
  158. package/esm5/lib/WebActionStripDescription_combined.js +0 -157
  159. package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
  160. package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
  161. package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
  162. package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
  163. package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
  164. package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
  165. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
  166. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
  167. package/lib/WebActionStripDescription_combined.d.ts +0 -49
  168. package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
  169. package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
  170. package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
  171. package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
  172. 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
- let c = b.c;
1238
- let d = "[";
1239
- for (let e = 0; e < c.length; e++) {
1240
- if (e > 0) {
1241
- d += ", ";
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 += "\"" + c[e].toString() + "\"";
1246
+ return d;
1244
1247
  }
1245
- d += "]";
1246
- return d;
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.fj;
25
+ return this.fl;
26
26
  }
27
27
  set dataSourceRef(a) {
28
- this.fj = a;
28
+ this.fl = a;
29
29
  this.g("DataSourceRef");
30
30
  }
31
31
  get dataSource() {
32
- return this.fg;
32
+ return this.fh;
33
33
  }
34
34
  set dataSource(a) {
35
- this.fg = a;
35
+ this.fh = a;
36
36
  this.g("DataSource");
37
37
  }
38
38
  get textField() {
39
- return this.fk;
39
+ return this.fm;
40
40
  }
41
41
  set textField(a) {
42
- this.fk = a;
42
+ this.fm = a;
43
43
  this.g("TextField");
44
44
  }
45
45
  get valueField() {
46
- return this.fl;
46
+ return this.fn;
47
47
  }
48
48
  set valueField(a) {
49
- this.fl = a;
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.ei = null;
21
- this.ec = null;
22
- this.ee = null;
23
- this.d0 = null;
24
- this.em = null;
25
- this.d4 = null;
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.en = null;
43
- this.ej = null;
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.d8 = null;
58
- this.dz = null;
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.eg = null;
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.ed = null;
72
+ this.ee = null;
73
73
  this.b4 = null;
74
- this.d1 = null;
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.ei;
108
+ return this.ej;
109
109
  }
110
110
  set name(a) {
111
- this.ei = a;
111
+ this.ej = a;
112
112
  this.g("Name");
113
113
  }
114
114
  get field() {
115
- return this.ec;
115
+ return this.ed;
116
116
  }
117
117
  set field(a) {
118
- this.ec = a;
118
+ this.ed = a;
119
119
  this.g("Field");
120
120
  }
121
121
  get headerText() {
122
- return this.ee;
122
+ return this.ef;
123
123
  }
124
124
  set headerText(a) {
125
- this.ee = a;
125
+ this.ef = a;
126
126
  this.g("HeaderText");
127
127
  }
128
128
  get actualHeaderText() {
129
- return this.d0;
129
+ return this.d1;
130
130
  }
131
131
  set actualHeaderText(a) {
132
- this.d0 = a;
132
+ this.d1 = a;
133
133
  this.g("ActualHeaderText");
134
134
  }
135
135
  get selectedBackground() {
136
- return this.em;
136
+ return this.en;
137
137
  }
138
138
  set selectedBackground(a) {
139
- this.em = a;
139
+ this.en = a;
140
140
  this.g("SelectedBackground");
141
141
  }
142
142
  get actualSelectedBackground() {
143
- return this.d4;
143
+ return this.d5;
144
144
  }
145
145
  set actualSelectedBackground(a) {
146
- this.d4 = a;
146
+ this.d5 = a;
147
147
  this.g("ActualSelectedBackground");
148
148
  }
149
149
  get rowHoverBackground() {
150
- return this.ek;
150
+ return this.el;
151
151
  }
152
152
  set rowHoverBackground(a) {
153
- this.ek = a;
153
+ this.el = a;
154
154
  this.g("RowHoverBackground");
155
155
  }
156
156
  get actualHoverBackground() {
157
- return this.d2;
157
+ return this.d3;
158
158
  }
159
159
  set actualHoverBackground(a) {
160
- this.d2 = a;
160
+ this.d3 = a;
161
161
  this.g("ActualHoverBackground");
162
162
  }
163
163
  get rowHoverTextColor() {
164
- return this.el;
164
+ return this.em;
165
165
  }
166
166
  set rowHoverTextColor(a) {
167
- this.el = a;
167
+ this.em = a;
168
168
  this.g("RowHoverTextColor");
169
169
  }
170
170
  get actualRowHoverTextColor() {
171
- return this.d3;
171
+ return this.d4;
172
172
  }
173
173
  set actualRowHoverTextColor(a) {
174
- this.d3 = a;
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.en;
262
+ return this.eo;
263
263
  }
264
264
  set sortDirection(a) {
265
- this.en = a;
265
+ this.eo = a;
266
266
  this.g("SortDirection");
267
267
  }
268
268
  get pinned() {
269
- return this.ej;
269
+ return this.ek;
270
270
  }
271
271
  set pinned(a) {
272
- this.ej = a;
272
+ this.ek = a;
273
273
  this.g("Pinned");
274
274
  }
275
275
  get actualColumnOptionsIconAlignment() {
276
- return this.dw;
276
+ return this.dx;
277
277
  }
278
278
  set actualColumnOptionsIconAlignment(a) {
279
- this.dw = a;
279
+ this.dx = a;
280
280
  this.g("ActualColumnOptionsIconAlignment");
281
281
  }
282
282
  get columnOptionsIconAlignment() {
283
- return this.d5;
283
+ return this.d6;
284
284
  }
285
285
  set columnOptionsIconAlignment(a) {
286
- this.d5 = a;
286
+ this.d6 = a;
287
287
  this.g("ColumnOptionsIconAlignment");
288
288
  }
289
289
  get actualColumnOptionsIconColor() {
290
- return this.dy;
290
+ return this.dz;
291
291
  }
292
292
  set actualColumnOptionsIconColor(a) {
293
- this.dy = a;
293
+ this.dz = a;
294
294
  this.g("ActualColumnOptionsIconColor");
295
295
  }
296
296
  get columnOptionsIconColor() {
297
- return this.d7;
297
+ return this.d8;
298
298
  }
299
299
  set columnOptionsIconColor(a) {
300
- this.d7 = a;
300
+ this.d8 = a;
301
301
  this.g("ColumnOptionsIconColor");
302
302
  }
303
303
  get columnOptionsIconBehavior() {
304
- return this.d6;
304
+ return this.d7;
305
305
  }
306
306
  set columnOptionsIconBehavior(a) {
307
- this.d6 = a;
307
+ this.d7 = a;
308
308
  this.g("ColumnOptionsIconBehavior");
309
309
  }
310
310
  get actualColumnOptionsIconBehavior() {
311
- return this.dx;
311
+ return this.dy;
312
312
  }
313
313
  set actualColumnOptionsIconBehavior(a) {
314
- this.dx = a;
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.d8;
367
+ return this.d9;
368
368
  }
369
369
  set deletedTextColor(a) {
370
- this.d8 = a;
370
+ this.d9 = a;
371
371
  this.g("DeletedTextColor");
372
372
  }
373
373
  get actualDeletedTextColor() {
374
- return this.dz;
374
+ return this.d0;
375
375
  }
376
376
  set actualDeletedTextColor(a) {
377
- this.dz = a;
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.d9;
395
+ return this.ea;
396
396
  }
397
397
  set editFontFamily(a) {
398
- this.d9 = a;
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.ea;
409
+ return this.eb;
410
410
  }
411
411
  set editFontStyle(a) {
412
- this.ea = a;
412
+ this.eb = a;
413
413
  this.g("EditFontStyle");
414
414
  }
415
415
  get editFontWeight() {
416
- return this.eb;
416
+ return this.ec;
417
417
  }
418
418
  set editFontWeight(a) {
419
- this.eb = a;
419
+ this.ec = a;
420
420
  this.g("EditFontWeight");
421
421
  }
422
422
  get mergedCellMode() {
423
- return this.eg;
423
+ return this.eh;
424
424
  }
425
425
  set mergedCellMode(a) {
426
- this.eg = a;
426
+ this.eh = a;
427
427
  this.g("MergedCellMode");
428
428
  }
429
429
  get mergedCellEvaluationCriteria() {
430
- return this.ef;
430
+ return this.eg;
431
431
  }
432
432
  set mergedCellEvaluationCriteria(a) {
433
- this.ef = a;
433
+ this.eg = a;
434
434
  this.g("MergedCellEvaluationCriteria");
435
435
  }
436
436
  get mergedCellVerticalAlignment() {
437
- return this.eh;
437
+ return this.ei;
438
438
  }
439
439
  set mergedCellVerticalAlignment(a) {
440
- this.eh = a;
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.ed;
472
+ return this.ee;
473
473
  }
474
474
  set filterComparisonType(a) {
475
- this.ed = a;
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.d1;
486
+ return this.d2;
487
487
  }
488
488
  set actualHeaderTextChangeRef(a) {
489
- this.d1 = a;
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.fg = null;
20
- this.ft = null;
21
- this.fl = false;
17
+ this.fw = null;
22
18
  this.fr = null;
23
- this.fo = null;
24
- this.fi = null;
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.fn;
32
+ return this.fp;
33
33
  }
34
34
  set dateTimeFormat(a) {
35
- this.fn = a;
35
+ this.fp = a;
36
36
  this.g("DateTimeFormat");
37
37
  }
38
38
  get formatString() {
39
- return this.fu;
39
+ return this.fw;
40
40
  }
41
41
  set formatString(a) {
42
- this.fu = a;
42
+ this.fw = a;
43
43
  this.g("FormatString");
44
44
  }
45
45
  get editorFormatString() {
46
- return this.fp;
46
+ return this.fr;
47
47
  }
48
48
  set editorFormatString(a) {
49
- this.fp = a;
49
+ this.fr = a;
50
50
  this.g("EditorFormatString");
51
51
  }
52
52
  get formatSpecifiers() {
53
- return this.fg;
53
+ return this.fh;
54
54
  }
55
55
  set formatSpecifiers(a) {
56
- this.fg = a;
56
+ this.fh = a;
57
57
  this.g("FormatSpecifiers");
58
58
  }
59
59
  get formatOverrideRef() {
60
- return this.ft;
60
+ return this.fv;
61
61
  }
62
62
  set formatOverrideRef(a) {
63
- this.ft = a;
63
+ this.fv = a;
64
64
  this.g("FormatOverrideRef");
65
65
  }
66
66
  get showTodayButton() {
67
- return this.fl;
67
+ return this.fm;
68
68
  }
69
69
  set showTodayButton(a) {
70
- this.fl = a;
70
+ this.fm = a;
71
71
  this.g("ShowTodayButton");
72
72
  }
73
73
  get editorType() {
74
- return this.fr;
74
+ return this.ft;
75
75
  }
76
76
  set editorType(a) {
77
- this.fr = a;
77
+ this.ft = a;
78
78
  this.g("EditorType");
79
79
  }
80
80
  get editorDataSourceRef() {
81
- return this.fo;
81
+ return this.fq;
82
82
  }
83
83
  set editorDataSourceRef(a) {
84
- this.fo = a;
84
+ this.fq = a;
85
85
  this.g("EditorDataSourceRef");
86
86
  }
87
87
  get editorDataSource() {
88
- return this.fi;
88
+ return this.fj;
89
89
  }
90
90
  set editorDataSource(a) {
91
- this.fi = a;
91
+ this.fj = a;
92
92
  this.g("EditorDataSource");
93
93
  }
94
94
  get editorTextField() {
95
- return this.fq;
95
+ return this.fs;
96
96
  }
97
97
  set editorTextField(a) {
98
- this.fq = a;
98
+ this.fs = a;
99
99
  this.g("EditorTextField");
100
100
  }
101
101
  get editorValueField() {
102
- return this.fs;
102
+ return this.fu;
103
103
  }
104
104
  set editorValueField(a) {
105
- this.fs = a;
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.cf;
29
+ return this.cg;
30
30
  }
31
31
  set sortIndicatorColor(a) {
32
- this.cf = a;
32
+ this.cg = a;
33
33
  this.g("SortIndicatorColor");
34
34
  }
35
35
  get actualSortIndicatorColor() {
36
- return this.cd;
36
+ return this.ce;
37
37
  }
38
38
  set actualSortIndicatorColor(a) {
39
- this.cd = a;
39
+ this.ce = a;
40
40
  this.g("ActualSortIndicatorColor");
41
41
  }
42
42
  get sortIndicatorStyle() {
43
- return this.cg;
43
+ return this.ch;
44
44
  }
45
45
  set sortIndicatorStyle(a) {
46
- this.cg = a;
46
+ this.ch = a;
47
47
  this.g("SortIndicatorStyle");
48
48
  }
49
49
  get actualSortIndicatorStyle() {
50
- return this.ce;
50
+ return this.cf;
51
51
  }
52
52
  set actualSortIndicatorStyle(a) {
53
- this.ce = a;
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
  })();