igniteui-angular-core 20.0.0 → 20.0.1-beta.0

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 (195) hide show
  1. package/bundles/igniteui-angular-core.umd.js +3042 -2525
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CalloutLayerDescription.js +166 -134
  4. package/esm2015/lib/CalloutLayerDescriptionMetadata.js +4 -0
  5. package/esm2015/lib/CategoryChartDescription.js +126 -126
  6. package/esm2015/lib/CellInfoDescription.js +11 -3
  7. package/esm2015/lib/CellInfoDescriptionMetadata.js +1 -0
  8. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -14
  9. package/esm2015/lib/ComboBoxColumnDescription.js +11 -11
  10. package/esm2015/lib/CrosshairLayerDescription.js +97 -81
  11. package/esm2015/lib/CrosshairLayerDescriptionMetadata.js +2 -0
  12. package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
  13. package/esm2015/lib/DataGridColumnDescription.js +37 -29
  14. package/esm2015/lib/DataGridColumnDescriptionMetadata.js +3 -0
  15. package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
  16. package/esm2015/lib/DataPieChartDescription.js +34 -34
  17. package/esm2015/lib/DataSeriesToDescriptionCustomization.js +24 -3
  18. package/esm2015/lib/DateRangeDescriptorDescription.js +6 -8
  19. package/esm2015/lib/DateRangeDescriptorDescriptionMetadata.js +2 -1
  20. package/esm2015/lib/DateTimeCellInfoDescription.js +17 -17
  21. package/esm2015/lib/DateTimeColumnDescription.js +28 -28
  22. package/esm2015/lib/DomainChartDescription.js +835 -819
  23. package/esm2015/lib/DomainChartDescriptionMetadata.js +2 -0
  24. package/esm2015/lib/EditorCellInfoDescription.js +27 -27
  25. package/esm2015/lib/FilterCellInfoDescription.js +31 -31
  26. package/esm2015/lib/FinancialChartDescription.js +173 -173
  27. package/esm2015/lib/FormatCellEventArgsDescription.js +74 -0
  28. package/esm2015/lib/FormatCellEventArgsDescriptionMetadata.js +42 -0
  29. package/esm2015/lib/ImageCellInfoDescription.js +8 -8
  30. package/esm2015/lib/ImageColumnDescription.js +15 -15
  31. package/esm2015/lib/ItemLegendDescription.js +13 -13
  32. package/esm2015/lib/LegendBaseDescription.js +8 -0
  33. package/esm2015/lib/LegendBaseDescriptionMetadata.js +3 -0
  34. package/esm2015/lib/LegendDescription.js +13 -13
  35. package/esm2015/lib/LegendSizeChangedEventArgsDescription.js +26 -0
  36. package/esm2015/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +36 -0
  37. package/esm2015/lib/NumericCellInfoDescription.js +35 -35
  38. package/esm2015/lib/NumericColumnDescription.js +42 -42
  39. package/esm2015/lib/RadialBaseChartDescription.js +227 -227
  40. package/esm2015/lib/SectionHeaderCellInfoDescription.js +8 -8
  41. package/esm2015/lib/SummaryCellInfoDescription.js +18 -18
  42. package/esm2015/lib/TemplateCellInfoDescription.js +3 -3
  43. package/esm2015/lib/TemplateColumnDescription.js +6 -6
  44. package/esm2015/lib/TemplateHeaderCellInfoDescription.js +3 -3
  45. package/esm2015/lib/TextCellInfoDescription.js +3 -3
  46. package/esm2015/lib/TextColumnDescription.js +13 -13
  47. package/esm2015/lib/TextHeaderCellInfoDescription.js +14 -14
  48. package/esm2015/lib/ToolActionButtonInfoDescription.js +3 -3
  49. package/esm2015/lib/ToolActionButtonPairInfo.js +44 -0
  50. package/esm2015/lib/ToolActionButtonPairInfoDescription.js +49 -49
  51. package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
  52. package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +14 -14
  53. package/esm2015/lib/ToolActionColorEditorInfoDescription.js +3 -3
  54. package/esm2015/lib/ToolActionComboInfoDescription.js +12 -12
  55. package/esm2015/lib/ToolActionFieldSelectorInfo.js +1 -1
  56. package/esm2015/lib/ToolActionFieldSelectorInfoDescription.js +21 -21
  57. package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
  58. package/esm2015/lib/ToolActionIconMenuInfoDescription.js +3 -3
  59. package/esm2015/lib/ToolActionInfo.js +22 -0
  60. package/esm2015/lib/ToolActionInfoDescription.js +82 -58
  61. package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +3 -0
  62. package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
  63. package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
  64. package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
  65. package/esm2015/lib/ToolActionTextInputInfoDescription.js +3 -3
  66. package/esm2015/lib/WebCalendarResourceStringsDescription.js +37 -39
  67. package/esm2015/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -1
  68. package/esm2015/lib/XYChartDescription.js +227 -227
  69. package/esm2015/public_api.js +4 -0
  70. package/esm5/lib/CalloutLayerDescription.js +182 -134
  71. package/esm5/lib/CalloutLayerDescriptionMetadata.js +4 -0
  72. package/esm5/lib/CategoryChartDescription.js +126 -126
  73. package/esm5/lib/CellInfoDescription.js +15 -3
  74. package/esm5/lib/CellInfoDescriptionMetadata.js +1 -0
  75. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -14
  76. package/esm5/lib/ComboBoxColumnDescription.js +11 -11
  77. package/esm5/lib/CrosshairLayerDescription.js +104 -80
  78. package/esm5/lib/CrosshairLayerDescriptionMetadata.js +2 -0
  79. package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
  80. package/esm5/lib/DataGridColumnDescription.js +41 -29
  81. package/esm5/lib/DataGridColumnDescriptionMetadata.js +3 -0
  82. package/esm5/lib/DataPieBaseChartDescription.js +107 -107
  83. package/esm5/lib/DataPieChartDescription.js +34 -34
  84. package/esm5/lib/DataSeriesToDescriptionCustomization.js +32 -3
  85. package/esm5/lib/DateRangeDescriptorDescription.js +6 -8
  86. package/esm5/lib/DateRangeDescriptorDescriptionMetadata.js +2 -1
  87. package/esm5/lib/DateTimeCellInfoDescription.js +17 -17
  88. package/esm5/lib/DateTimeColumnDescription.js +28 -28
  89. package/esm5/lib/DomainChartDescription.js +843 -819
  90. package/esm5/lib/DomainChartDescriptionMetadata.js +2 -0
  91. package/esm5/lib/EditorCellInfoDescription.js +27 -27
  92. package/esm5/lib/FilterCellInfoDescription.js +31 -31
  93. package/esm5/lib/FinancialChartDescription.js +173 -173
  94. package/esm5/lib/FormatCellEventArgsDescription.js +104 -0
  95. package/esm5/lib/FormatCellEventArgsDescriptionMetadata.js +46 -0
  96. package/esm5/lib/ImageCellInfoDescription.js +8 -8
  97. package/esm5/lib/ImageColumnDescription.js +15 -15
  98. package/esm5/lib/ItemLegendDescription.js +13 -13
  99. package/esm5/lib/LegendBaseDescription.js +12 -0
  100. package/esm5/lib/LegendBaseDescriptionMetadata.js +3 -0
  101. package/esm5/lib/LegendDescription.js +13 -13
  102. package/esm5/lib/LegendSizeChangedEventArgsDescription.js +31 -0
  103. package/esm5/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +40 -0
  104. package/esm5/lib/NumericCellInfoDescription.js +35 -35
  105. package/esm5/lib/NumericColumnDescription.js +42 -42
  106. package/esm5/lib/RadialBaseChartDescription.js +227 -227
  107. package/esm5/lib/SectionHeaderCellInfoDescription.js +8 -8
  108. package/esm5/lib/SummaryCellInfoDescription.js +18 -18
  109. package/esm5/lib/TemplateCellInfoDescription.js +3 -3
  110. package/esm5/lib/TemplateColumnDescription.js +6 -6
  111. package/esm5/lib/TemplateHeaderCellInfoDescription.js +3 -3
  112. package/esm5/lib/TextCellInfoDescription.js +3 -3
  113. package/esm5/lib/TextColumnDescription.js +13 -13
  114. package/esm5/lib/TextHeaderCellInfoDescription.js +14 -14
  115. package/esm5/lib/ToolActionButtonInfoDescription.js +3 -3
  116. package/esm5/lib/ToolActionButtonPairInfo.js +68 -0
  117. package/esm5/lib/ToolActionButtonPairInfoDescription.js +49 -49
  118. package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
  119. package/esm5/lib/ToolActionCheckboxListInfoDescription.js +14 -14
  120. package/esm5/lib/ToolActionColorEditorInfoDescription.js +3 -3
  121. package/esm5/lib/ToolActionComboInfoDescription.js +12 -12
  122. package/esm5/lib/ToolActionFieldSelectorInfo.js +1 -1
  123. package/esm5/lib/ToolActionFieldSelectorInfoDescription.js +21 -21
  124. package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
  125. package/esm5/lib/ToolActionIconMenuInfoDescription.js +3 -3
  126. package/esm5/lib/ToolActionInfo.js +34 -0
  127. package/esm5/lib/ToolActionInfoDescription.js +94 -58
  128. package/esm5/lib/ToolActionInfoDescriptionMetadata.js +3 -0
  129. package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
  130. package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
  131. package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
  132. package/esm5/lib/ToolActionTextInputInfoDescription.js +3 -3
  133. package/esm5/lib/WebCalendarResourceStringsDescription.js +37 -39
  134. package/esm5/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -1
  135. package/esm5/lib/XYChartDescription.js +227 -227
  136. package/esm5/public_api.js +4 -0
  137. package/fesm2015/igniteui-angular-core.js +2905 -2527
  138. package/fesm5/igniteui-angular-core.js +3039 -2526
  139. package/lib/CalloutLayerDescription.d.ts +59 -47
  140. package/lib/CategoryChartDescription.d.ts +45 -45
  141. package/lib/CellInfoDescription.d.ts +4 -1
  142. package/lib/ComboBoxColumnDescription.d.ts +4 -4
  143. package/lib/CrosshairLayerDescription.d.ts +36 -30
  144. package/lib/DataGridColumnDescription.d.ts +13 -10
  145. package/lib/DataPieBaseChartDescription.d.ts +38 -38
  146. package/lib/DataPieChartDescription.d.ts +12 -12
  147. package/lib/DataSeriesToDescriptionCustomization.d.ts +8 -2
  148. package/lib/DateRangeDescriptorDescription.d.ts +2 -4
  149. package/lib/DateTimeCellInfoDescription.d.ts +6 -6
  150. package/lib/DateTimeColumnDescription.d.ts +11 -11
  151. package/lib/DomainChartDescription.d.ts +297 -291
  152. package/lib/EditorCellInfoDescription.d.ts +10 -10
  153. package/lib/FilterCellInfoDescription.d.ts +12 -12
  154. package/lib/FinancialChartDescription.d.ts +61 -61
  155. package/lib/FormatCellEventArgsDescription.d.ts +29 -0
  156. package/lib/FormatCellEventArgsDescriptionMetadata.d.ts +13 -0
  157. package/lib/ImageCellInfoDescription.d.ts +3 -3
  158. package/lib/ImageColumnDescription.d.ts +6 -6
  159. package/lib/ItemLegendDescription.d.ts +5 -5
  160. package/lib/LegendBaseDescription.d.ts +3 -0
  161. package/lib/LegendDescription.d.ts +5 -5
  162. package/lib/LegendSizeChangedEventArgsDescription.d.ts +11 -0
  163. package/lib/LegendSizeChangedEventArgsDescriptionMetadata.d.ts +13 -0
  164. package/lib/NumericCellInfoDescription.d.ts +13 -13
  165. package/lib/NumericColumnDescription.d.ts +16 -16
  166. package/lib/RadialBaseChartDescription.d.ts +80 -80
  167. package/lib/SectionHeaderCellInfoDescription.d.ts +3 -3
  168. package/lib/SummaryCellInfoDescription.d.ts +7 -7
  169. package/lib/TemplateCellInfoDescription.d.ts +1 -1
  170. package/lib/TemplateColumnDescription.d.ts +2 -2
  171. package/lib/TemplateHeaderCellInfoDescription.d.ts +1 -1
  172. package/lib/TextCellInfoDescription.d.ts +1 -1
  173. package/lib/TextColumnDescription.d.ts +5 -5
  174. package/lib/TextHeaderCellInfoDescription.d.ts +5 -5
  175. package/lib/ToolActionButtonInfoDescription.d.ts +1 -1
  176. package/lib/ToolActionButtonPairInfo.d.ts +18 -0
  177. package/lib/ToolActionButtonPairInfoDescription.d.ts +17 -17
  178. package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
  179. package/lib/ToolActionCheckboxListInfoDescription.d.ts +5 -5
  180. package/lib/ToolActionColorEditorInfoDescription.d.ts +1 -1
  181. package/lib/ToolActionComboInfoDescription.d.ts +4 -4
  182. package/lib/ToolActionFieldSelectorInfo.d.ts +1 -1
  183. package/lib/ToolActionFieldSelectorInfoDescription.d.ts +7 -7
  184. package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
  185. package/lib/ToolActionIconMenuInfoDescription.d.ts +1 -1
  186. package/lib/ToolActionInfo.d.ts +9 -0
  187. package/lib/ToolActionInfoDescription.d.ts +31 -22
  188. package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
  189. package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
  190. package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
  191. package/lib/ToolActionTextInputInfoDescription.d.ts +1 -1
  192. package/lib/WebCalendarResourceStringsDescription.d.ts +14 -16
  193. package/lib/XYChartDescription.d.ts +80 -80
  194. package/package.json +1 -2
  195. package/public_api.d.ts +4 -0
@@ -13,368 +13,368 @@ export let CategoryChartDescription = /*@__PURE__*/ (() => {
13
13
  class CategoryChartDescription extends XYChartDescription {
14
14
  constructor() {
15
15
  super();
16
+ this.y4 = null;
17
+ this.y9 = null;
18
+ this.y2 = null;
16
19
  this.y0 = null;
20
+ this.yt = 0;
21
+ this.yu = 0;
17
22
  this.y5 = null;
18
- this.yy = null;
19
- this.yw = null;
20
- this.yp = 0;
21
- this.yq = 0;
23
+ this.y8 = null;
22
24
  this.y1 = null;
23
- this.y4 = null;
24
- this.yx = null;
25
- this.yz = null;
26
- this.w7 = false;
27
- this.w8 = false;
28
- this.y2 = null;
29
25
  this.y3 = null;
30
- this.xu = 0;
31
- this.xx = 0;
32
- this.xt = 0;
33
- this.xw = 0;
34
- this.xv = 0;
35
- this.xy = 0;
36
- this.x4 = 0;
37
- this.yv = null;
38
- this.w9 = false;
39
- this.xa = false;
40
- this.xr = 0;
41
- this.xs = 0;
42
- this.xe = false;
43
26
  this.xb = false;
44
- this.xd = false;
45
- this.y6 = null;
46
- this.xf = false;
47
- this.yr = 0;
48
- this.x6 = 0;
49
- this.x5 = 0;
50
- this.x7 = 0;
51
- this.w1 = null;
52
- this.w2 = null;
53
27
  this.xc = false;
54
- this.xz = 0;
55
- this.x0 = 0;
28
+ this.y6 = null;
29
+ this.y7 = null;
30
+ this.xy = 0;
56
31
  this.x1 = 0;
32
+ this.xx = 0;
33
+ this.x0 = 0;
34
+ this.xz = 0;
57
35
  this.x2 = 0;
36
+ this.x8 = 0;
37
+ this.yz = null;
38
+ this.xd = false;
39
+ this.xe = false;
40
+ this.xv = 0;
41
+ this.xw = 0;
42
+ this.xi = false;
43
+ this.xf = false;
44
+ this.xh = false;
45
+ this.za = null;
46
+ this.xj = false;
47
+ this.yv = 0;
48
+ this.ya = 0;
49
+ this.x9 = 0;
50
+ this.yb = 0;
51
+ this.w5 = null;
52
+ this.w6 = null;
53
+ this.xg = false;
58
54
  this.x3 = 0;
59
- this.w5 = false;
60
- this.w6 = false;
55
+ this.x4 = 0;
56
+ this.x5 = 0;
57
+ this.x6 = 0;
58
+ this.x7 = 0;
59
+ this.w9 = false;
60
+ this.xa = false;
61
61
  }
62
62
  get tooltipTemplateRef() {
63
- return this.y0;
63
+ return this.y4;
64
64
  }
65
65
  set tooltipTemplateRef(a) {
66
- this.y0 = a;
66
+ this.y4 = a;
67
67
  this.g("TooltipTemplateRef");
68
68
  }
69
69
  get width() {
70
- return this.y5;
70
+ return this.y9;
71
71
  }
72
72
  set width(a) {
73
- this.y5 = a;
73
+ this.y9 = a;
74
74
  this.g("Width");
75
75
  }
76
76
  get height() {
77
- return this.yy;
77
+ return this.y2;
78
78
  }
79
79
  set height(a) {
80
- this.yy = a;
80
+ this.y2 = a;
81
81
  this.g("Height");
82
82
  }
83
83
  get background() {
84
- return this.yw;
84
+ return this.y0;
85
85
  }
86
86
  set background(a) {
87
- this.yw = a;
87
+ this.y0 = a;
88
88
  this.g("Background");
89
89
  }
90
90
  get_type() {
91
91
  return "CategoryChart";
92
92
  }
93
93
  get transitionInDuration() {
94
- return this.yp;
94
+ return this.yt;
95
95
  }
96
96
  set transitionInDuration(a) {
97
- this.yp = a;
97
+ this.yt = a;
98
98
  this.g("TransitionInDuration");
99
99
  }
100
100
  get transitionOutDuration() {
101
- return this.yq;
101
+ return this.yu;
102
102
  }
103
103
  set transitionOutDuration(a) {
104
- this.yq = a;
104
+ this.yu = a;
105
105
  this.g("TransitionOutDuration");
106
106
  }
107
107
  get transitionInEasingFunctionRef() {
108
- return this.y1;
108
+ return this.y5;
109
109
  }
110
110
  set transitionInEasingFunctionRef(a) {
111
- this.y1 = a;
111
+ this.y5 = a;
112
112
  this.g("TransitionInEasingFunctionRef");
113
113
  }
114
114
  get transitionOutEasingFunctionRef() {
115
- return this.y4;
115
+ return this.y8;
116
116
  }
117
117
  set transitionOutEasingFunctionRef(a) {
118
- this.y4 = a;
118
+ this.y8 = a;
119
119
  this.g("TransitionOutEasingFunctionRef");
120
120
  }
121
121
  get chartType() {
122
- return this.yx;
122
+ return this.y1;
123
123
  }
124
124
  set chartType(a) {
125
- this.yx = a;
125
+ this.y1 = a;
126
126
  this.g("ChartType");
127
127
  }
128
128
  get markerCollisionAvoidance() {
129
- return this.yz;
129
+ return this.y3;
130
130
  }
131
131
  set markerCollisionAvoidance(a) {
132
- this.yz = a;
132
+ this.y3 = a;
133
133
  this.g("MarkerCollisionAvoidance");
134
134
  }
135
135
  get isSplineShapePartOfRange() {
136
- return this.w7;
136
+ return this.xb;
137
137
  }
138
138
  set isSplineShapePartOfRange(a) {
139
- this.w7 = a;
139
+ this.xb = a;
140
140
  this.g("IsSplineShapePartOfRange");
141
141
  }
142
142
  get isTransitionInEnabled() {
143
- return this.w8;
143
+ return this.xc;
144
144
  }
145
145
  set isTransitionInEnabled(a) {
146
- this.w8 = a;
146
+ this.xc = a;
147
147
  this.g("IsTransitionInEnabled");
148
148
  }
149
149
  get transitionInMode() {
150
- return this.y2;
150
+ return this.y6;
151
151
  }
152
152
  set transitionInMode(a) {
153
- this.y2 = a;
153
+ this.y6 = a;
154
154
  this.g("TransitionInMode");
155
155
  }
156
156
  get transitionInSpeedType() {
157
- return this.y3;
157
+ return this.y7;
158
158
  }
159
159
  set transitionInSpeedType(a) {
160
- this.y3 = a;
160
+ this.y7 = a;
161
161
  this.g("TransitionInSpeedType");
162
162
  }
163
163
  get xAxisInterval() {
164
- return this.xu;
164
+ return this.xy;
165
165
  }
166
166
  set xAxisInterval(a) {
167
- this.xu = a;
167
+ this.xy = a;
168
168
  this.g("XAxisInterval");
169
169
  }
170
170
  get xAxisMinorInterval() {
171
- return this.xx;
171
+ return this.x1;
172
172
  }
173
173
  set xAxisMinorInterval(a) {
174
- this.xx = a;
174
+ this.x1 = a;
175
175
  this.g("XAxisMinorInterval");
176
176
  }
177
177
  get xAxisGap() {
178
- return this.xt;
178
+ return this.xx;
179
179
  }
180
180
  set xAxisGap(a) {
181
- this.xt = a;
181
+ this.xx = a;
182
182
  this.g("XAxisGap");
183
183
  }
184
184
  get xAxisMinimumGapSize() {
185
- return this.xw;
185
+ return this.x0;
186
186
  }
187
187
  set xAxisMinimumGapSize(a) {
188
- this.xw = a;
188
+ this.x0 = a;
189
189
  this.g("XAxisMinimumGapSize");
190
190
  }
191
191
  get xAxisMaximumGap() {
192
- return this.xv;
192
+ return this.xz;
193
193
  }
194
194
  set xAxisMaximumGap(a) {
195
- this.xv = a;
195
+ this.xz = a;
196
196
  this.g("XAxisMaximumGap");
197
197
  }
198
198
  get xAxisOverlap() {
199
- return this.xy;
199
+ return this.x2;
200
200
  }
201
201
  set xAxisOverlap(a) {
202
- this.xy = a;
202
+ this.x2 = a;
203
203
  this.g("XAxisOverlap");
204
204
  }
205
205
  get yAxisInterval() {
206
- return this.x4;
206
+ return this.x8;
207
207
  }
208
208
  set yAxisInterval(a) {
209
- this.x4 = a;
209
+ this.x8 = a;
210
210
  this.g("YAxisInterval");
211
211
  }
212
212
  get autoMarginAndAngleUpdateMode() {
213
- return this.yv;
213
+ return this.yz;
214
214
  }
215
215
  set autoMarginAndAngleUpdateMode(a) {
216
- this.yv = a;
216
+ this.yz = a;
217
217
  this.g("AutoMarginAndAngleUpdateMode");
218
218
  }
219
219
  get shouldAutoExpandMarginForInitialLabels() {
220
- return this.w9;
220
+ return this.xd;
221
221
  }
222
222
  set shouldAutoExpandMarginForInitialLabels(a) {
223
- this.w9 = a;
223
+ this.xd = a;
224
224
  this.g("ShouldAutoExpandMarginForInitialLabels");
225
225
  }
226
226
  get shouldConsiderAutoRotationForInitialLabels() {
227
- return this.xa;
227
+ return this.xe;
228
228
  }
229
229
  set shouldConsiderAutoRotationForInitialLabels(a) {
230
- this.xa = a;
230
+ this.xe = a;
231
231
  this.g("ShouldConsiderAutoRotationForInitialLabels");
232
232
  }
233
233
  get autoExpandMarginExtraPadding() {
234
- return this.xr;
234
+ return this.xv;
235
235
  }
236
236
  set autoExpandMarginExtraPadding(a) {
237
- this.xr = a;
237
+ this.xv = a;
238
238
  this.g("AutoExpandMarginExtraPadding");
239
239
  }
240
240
  get autoExpandMarginMaximumValue() {
241
- return this.xs;
241
+ return this.xw;
242
242
  }
243
243
  set autoExpandMarginMaximumValue(a) {
244
- this.xs = a;
244
+ this.xw = a;
245
245
  this.g("AutoExpandMarginMaximumValue");
246
246
  }
247
247
  get yAxisFavorLabellingScaleEnd() {
248
- return this.xe;
248
+ return this.xi;
249
249
  }
250
250
  set yAxisFavorLabellingScaleEnd(a) {
251
- this.xe = a;
251
+ this.xi = a;
252
252
  this.g("YAxisFavorLabellingScaleEnd");
253
253
  }
254
254
  get xAxisEnhancedIntervalPreferMoreCategoryLabels() {
255
- return this.xb;
255
+ return this.xf;
256
256
  }
257
257
  set xAxisEnhancedIntervalPreferMoreCategoryLabels(a) {
258
- this.xb = a;
258
+ this.xf = a;
259
259
  this.g("XAxisEnhancedIntervalPreferMoreCategoryLabels");
260
260
  }
261
261
  get yAxisEnhancedIntervalPreferMoreCategoryLabels() {
262
- return this.xd;
262
+ return this.xh;
263
263
  }
264
264
  set yAxisEnhancedIntervalPreferMoreCategoryLabels(a) {
265
- this.xd = a;
265
+ this.xh = a;
266
266
  this.g("YAxisEnhancedIntervalPreferMoreCategoryLabels");
267
267
  }
268
268
  get yAxisAutoRangeBufferMode() {
269
- return this.y6;
269
+ return this.za;
270
270
  }
271
271
  set yAxisAutoRangeBufferMode(a) {
272
- this.y6 = a;
272
+ this.za = a;
273
273
  this.g("YAxisAutoRangeBufferMode");
274
274
  }
275
275
  get yAxisIsLogarithmic() {
276
- return this.xf;
276
+ return this.xj;
277
277
  }
278
278
  set yAxisIsLogarithmic(a) {
279
- this.xf = a;
279
+ this.xj = a;
280
280
  this.g("YAxisIsLogarithmic");
281
281
  }
282
282
  get yAxisLogarithmBase() {
283
- return this.yr;
283
+ return this.yv;
284
284
  }
285
285
  set yAxisLogarithmBase(a) {
286
- this.yr = a;
286
+ this.yv = a;
287
287
  this.g("YAxisLogarithmBase");
288
288
  }
289
289
  get yAxisMinimumValue() {
290
- return this.x6;
290
+ return this.ya;
291
291
  }
292
292
  set yAxisMinimumValue(a) {
293
- this.x6 = a;
293
+ this.ya = a;
294
294
  this.g("YAxisMinimumValue");
295
295
  }
296
296
  get yAxisMaximumValue() {
297
- return this.x5;
297
+ return this.x9;
298
298
  }
299
299
  set yAxisMaximumValue(a) {
300
- this.x5 = a;
300
+ this.x9 = a;
301
301
  this.g("YAxisMaximumValue");
302
302
  }
303
303
  get yAxisMinorInterval() {
304
- return this.x7;
304
+ return this.yb;
305
305
  }
306
306
  set yAxisMinorInterval(a) {
307
- this.x7 = a;
307
+ this.yb = a;
308
308
  this.g("YAxisMinorInterval");
309
309
  }
310
310
  get negativeBrushes() {
311
- return this.w1;
311
+ return this.w5;
312
312
  }
313
313
  set negativeBrushes(a) {
314
- this.w1 = a;
314
+ this.w5 = a;
315
315
  this.g("NegativeBrushes");
316
316
  }
317
317
  get negativeOutlines() {
318
- return this.w2;
318
+ return this.w6;
319
319
  }
320
320
  set negativeOutlines(a) {
321
- this.w2 = a;
321
+ this.w6 = a;
322
322
  this.g("NegativeOutlines");
323
323
  }
324
324
  get yAxisAbbreviateLargeNumbers() {
325
- return this.xc;
325
+ return this.xg;
326
326
  }
327
327
  set yAxisAbbreviateLargeNumbers(a) {
328
- this.xc = a;
328
+ this.xg = a;
329
329
  this.g("YAxisAbbreviateLargeNumbers");
330
330
  }
331
331
  get xAxisZoomMaximumCategoryRange() {
332
- return this.xz;
332
+ return this.x3;
333
333
  }
334
334
  set xAxisZoomMaximumCategoryRange(a) {
335
- this.xz = a;
335
+ this.x3 = a;
336
336
  this.g("XAxisZoomMaximumCategoryRange");
337
337
  }
338
338
  get xAxisZoomMaximumItemSpan() {
339
- return this.x0;
339
+ return this.x4;
340
340
  }
341
341
  set xAxisZoomMaximumItemSpan(a) {
342
- this.x0 = a;
342
+ this.x4 = a;
343
343
  this.g("XAxisZoomMaximumItemSpan");
344
344
  }
345
345
  get xAxisZoomToCategoryRange() {
346
- return this.x1;
346
+ return this.x5;
347
347
  }
348
348
  set xAxisZoomToCategoryRange(a) {
349
- this.x1 = a;
349
+ this.x5 = a;
350
350
  this.g("XAxisZoomToCategoryRange");
351
351
  }
352
352
  get xAxisZoomToCategoryStart() {
353
- return this.x2;
353
+ return this.x6;
354
354
  }
355
355
  set xAxisZoomToCategoryStart(a) {
356
- this.x2 = a;
356
+ this.x6 = a;
357
357
  this.g("XAxisZoomToCategoryStart");
358
358
  }
359
359
  get xAxisZoomToItemSpan() {
360
- return this.x3;
360
+ return this.x7;
361
361
  }
362
362
  set xAxisZoomToItemSpan(a) {
363
- this.x3 = a;
363
+ this.x7 = a;
364
364
  this.g("XAxisZoomToItemSpan");
365
365
  }
366
366
  get isCategoryHighlightingEnabled() {
367
- return this.w5;
367
+ return this.w9;
368
368
  }
369
369
  set isCategoryHighlightingEnabled(a) {
370
- this.w5 = a;
370
+ this.w9 = a;
371
371
  this.g("IsCategoryHighlightingEnabled");
372
372
  }
373
373
  get isItemHighlightingEnabled() {
374
- return this.w6;
374
+ return this.xa;
375
375
  }
376
376
  set isItemHighlightingEnabled(a) {
377
- this.w6 = a;
377
+ this.xa = a;
378
378
  this.g("IsItemHighlightingEnabled");
379
379
  }
380
380
  }
@@ -48,7 +48,7 @@ export let CellInfoDescription = /*@__PURE__*/ (() => {
48
48
  this.a6 = 0;
49
49
  this.t = false;
50
50
  this.d3 = null;
51
- this.ej = null;
51
+ this.ek = null;
52
52
  this.dr = null;
53
53
  this.ds = null;
54
54
  this.dk = null;
@@ -66,6 +66,7 @@ export let CellInfoDescription = /*@__PURE__*/ (() => {
66
66
  this.a8 = 0;
67
67
  this.d8 = null;
68
68
  this.eb = null;
69
+ this.ej = null;
69
70
  this.ei = null;
70
71
  this.dq = null;
71
72
  this.dt = null;
@@ -369,10 +370,10 @@ export let CellInfoDescription = /*@__PURE__*/ (() => {
369
370
  this.g("HorizontalAlignment");
370
371
  }
371
372
  get verticalAlignment() {
372
- return this.ej;
373
+ return this.ek;
373
374
  }
374
375
  set verticalAlignment(a) {
375
- this.ej = a;
376
+ this.ek = a;
376
377
  this.g("VerticalAlignment");
377
378
  }
378
379
  get background() {
@@ -494,6 +495,13 @@ export let CellInfoDescription = /*@__PURE__*/ (() => {
494
495
  this.eb = a;
495
496
  this.g("RenderValue");
496
497
  }
498
+ get userFormattedValue() {
499
+ return this.ej;
500
+ }
501
+ set userFormattedValue(a) {
502
+ this.ej = a;
503
+ this.g("UserFormattedValue");
504
+ }
497
505
  get textColor() {
498
506
  return this.ei;
499
507
  }
@@ -78,6 +78,7 @@ export let CellInfoDescriptionMetadata = /*@__PURE__*/ (() => {
78
78
  a.item("PinnedRowOpacity", "Number:double");
79
79
  a.item("OriginalValueRef", "(w:OriginalValue,wf:OriginalValue)DataRef");
80
80
  a.item("RenderValue", "String");
81
+ a.item("UserFormattedValue", "String");
81
82
  a.item("TextColor", "Brush");
82
83
  a.item("ActualTextColor", "Brush");
83
84
  a.item("DeletedTextColor", "Brush");
@@ -2509,9 +2509,8 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
2509
2509
  }
2510
2510
  else if (typeCast(JsonDictionaryObject.$, d) !== null) {
2511
2511
  let h = d;
2512
- e.l("new " + a + "(");
2513
- e.l("{");
2514
- e.h();
2512
+ e.j("new " + a + "(");
2513
+ e.j("{ ");
2515
2514
  let i = true;
2516
2515
  for (let j = 0; j < b.length; j++) {
2517
2516
  let k = b[j];
@@ -2523,7 +2522,7 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
2523
2522
  i = false;
2524
2523
  }
2525
2524
  else {
2526
- e.l(",");
2525
+ e.j(", ");
2527
2526
  }
2528
2527
  e.j(this.w(k) + ": ");
2529
2528
  if (l.d) {
@@ -2544,9 +2543,7 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
2544
2543
  e.j(this.u(l, o));
2545
2544
  }
2546
2545
  }
2547
- e.l("");
2548
- e.f();
2549
- e.j("})");
2546
+ e.j(" })");
2550
2547
  }
2551
2548
  }
2552
2549
  u(a, b) {
@@ -3035,9 +3032,8 @@ export let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (()
3035
3032
  }
3036
3033
  else if (typeCast(JsonDictionaryObject.$, d) !== null) {
3037
3034
  let h = d;
3038
- e.l("new " + a + "()");
3039
- e.l("{");
3040
- e.h();
3035
+ e.j("new " + a + "()");
3036
+ e.j(" { ");
3041
3037
  for (let i = 0; i < b.length; i++) {
3042
3038
  let j = b[i];
3043
3039
  let k = c[i];
@@ -3045,7 +3041,7 @@ export let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (()
3045
3041
  continue;
3046
3042
  }
3047
3043
  if (i > 0) {
3048
- e.l(",");
3044
+ e.j(", ");
3049
3045
  }
3050
3046
  e.j(j + " = ");
3051
3047
  if (k.d) {
@@ -3069,9 +3065,7 @@ export let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (()
3069
3065
  }
3070
3066
  }
3071
3067
  }
3072
- e.l("");
3073
- e.f();
3074
- e.j("}");
3068
+ e.j(" }");
3075
3069
  }
3076
3070
  }
3077
3071
  u(a, b) {
@@ -13,40 +13,40 @@ export let ComboBoxColumnDescription = /*@__PURE__*/ (() => {
13
13
  class ComboBoxColumnDescription extends DataGridColumnDescription {
14
14
  constructor() {
15
15
  super();
16
- this.f5 = null;
17
- this.f1 = null;
18
- this.f6 = null;
19
16
  this.f7 = null;
17
+ this.f3 = null;
18
+ this.f8 = null;
19
+ this.f9 = null;
20
20
  }
21
21
  get_type() {
22
22
  return "ComboBoxColumn";
23
23
  }
24
24
  get dataSourceRef() {
25
- return this.f5;
25
+ return this.f7;
26
26
  }
27
27
  set dataSourceRef(a) {
28
- this.f5 = a;
28
+ this.f7 = a;
29
29
  this.g("DataSourceRef");
30
30
  }
31
31
  get dataSource() {
32
- return this.f1;
32
+ return this.f3;
33
33
  }
34
34
  set dataSource(a) {
35
- this.f1 = a;
35
+ this.f3 = a;
36
36
  this.g("DataSource");
37
37
  }
38
38
  get textField() {
39
- return this.f6;
39
+ return this.f8;
40
40
  }
41
41
  set textField(a) {
42
- this.f6 = a;
42
+ this.f8 = a;
43
43
  this.g("TextField");
44
44
  }
45
45
  get valueField() {
46
- return this.f7;
46
+ return this.f9;
47
47
  }
48
48
  set valueField(a) {
49
- this.f7 = a;
49
+ this.f9 = a;
50
50
  this.g("ValueField");
51
51
  }
52
52
  }