igniteui-angular-core 20.0.0 → 20.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,312 +13,312 @@ export let DataPieBaseChartDescription = /*@__PURE__*/ (() => {
13
13
  class DataPieBaseChartDescription extends RadialBaseChartDescription {
14
14
  constructor() {
15
15
  super();
16
- this.yh = null;
17
- this.w4 = null;
18
- this.x9 = null;
19
- this.w2 = null;
20
- this.ye = null;
21
- this.w3 = null;
22
- this.x7 = null;
23
- this.w1 = null;
24
- this.xj = 0;
25
- this.yj = null;
26
- this.yi = null;
27
- this.ya = null;
28
- this.x3 = null;
29
16
  this.yl = null;
30
- this.x6 = null;
31
- this.x5 = null;
17
+ this.w8 = null;
32
18
  this.yd = null;
33
- this.xk = 0;
34
- this.yc = null;
35
- this.x4 = null;
36
- this.xb = false;
37
- this.yk = null;
38
- this.xh = 0;
39
- this.xi = 0;
19
+ this.w6 = null;
20
+ this.yi = null;
21
+ this.w7 = null;
22
+ this.yb = null;
23
+ this.w5 = null;
40
24
  this.xn = 0;
41
- this.xc = false;
42
- this.x1 = 0;
43
- this.xp = 0;
25
+ this.yn = null;
26
+ this.ym = null;
27
+ this.ye = null;
28
+ this.x7 = null;
29
+ this.yp = null;
30
+ this.ya = null;
31
+ this.x9 = null;
32
+ this.yh = null;
44
33
  this.xo = 0;
45
- this.xq = 0;
34
+ this.yg = null;
35
+ this.x8 = null;
36
+ this.xf = false;
37
+ this.yo = null;
46
38
  this.xl = 0;
47
39
  this.xm = 0;
48
- this.yg = null;
40
+ this.xr = 0;
41
+ this.xg = false;
42
+ this.x5 = 0;
43
+ this.xt = 0;
44
+ this.xs = 0;
45
+ this.xu = 0;
46
+ this.xp = 0;
47
+ this.xq = 0;
48
+ this.yk = null;
49
+ this.yj = null;
50
+ this.yc = null;
51
+ this.xd = false;
52
+ this.xe = false;
49
53
  this.yf = null;
50
- this.x8 = null;
51
- this.w9 = false;
52
- this.xa = false;
53
- this.yb = null;
54
54
  }
55
55
  get_type() {
56
56
  return "DataPieBaseChart";
57
57
  }
58
58
  get sliceLabelFormat() {
59
- return this.yh;
59
+ return this.yl;
60
60
  }
61
61
  set sliceLabelFormat(a) {
62
- this.yh = a;
62
+ this.yl = a;
63
63
  this.g("SliceLabelFormat");
64
64
  }
65
65
  get sliceLabelFormatSpecifiers() {
66
- return this.w4;
66
+ return this.w8;
67
67
  }
68
68
  set sliceLabelFormatSpecifiers(a) {
69
- this.w4 = a;
69
+ this.w8 = a;
70
70
  this.g("SliceLabelFormatSpecifiers");
71
71
  }
72
72
  get legendSliceLabelFormat() {
73
- return this.x9;
73
+ return this.yd;
74
74
  }
75
75
  set legendSliceLabelFormat(a) {
76
- this.x9 = a;
76
+ this.yd = a;
77
77
  this.g("LegendSliceLabelFormat");
78
78
  }
79
79
  get legendSliceLabelFormatSpecifiers() {
80
- return this.w2;
80
+ return this.w6;
81
81
  }
82
82
  set legendSliceLabelFormatSpecifiers(a) {
83
- this.w2 = a;
83
+ this.w6 = a;
84
84
  this.g("LegendSliceLabelFormatSpecifiers");
85
85
  }
86
86
  get othersSliceLabelFormat() {
87
- return this.ye;
87
+ return this.yi;
88
88
  }
89
89
  set othersSliceLabelFormat(a) {
90
- this.ye = a;
90
+ this.yi = a;
91
91
  this.g("OthersSliceLabelFormat");
92
92
  }
93
93
  get othersSliceLabelFormatSpecifiers() {
94
- return this.w3;
94
+ return this.w7;
95
95
  }
96
96
  set othersSliceLabelFormatSpecifiers(a) {
97
- this.w3 = a;
97
+ this.w7 = a;
98
98
  this.g("OthersSliceLabelFormatSpecifiers");
99
99
  }
100
100
  get legendOthersSliceLabelFormat() {
101
- return this.x7;
101
+ return this.yb;
102
102
  }
103
103
  set legendOthersSliceLabelFormat(a) {
104
- this.x7 = a;
104
+ this.yb = a;
105
105
  this.g("LegendOthersSliceLabelFormat");
106
106
  }
107
107
  get legendOthersSliceLabelFormatSpecifiers() {
108
- return this.w1;
108
+ return this.w5;
109
109
  }
110
110
  set legendOthersSliceLabelFormatSpecifiers(a) {
111
- this.w1 = a;
111
+ this.w5 = a;
112
112
  this.g("LegendOthersSliceLabelFormatSpecifiers");
113
113
  }
114
114
  get innerExtent() {
115
- return this.xj;
115
+ return this.xn;
116
116
  }
117
117
  set innerExtent(a) {
118
- this.xj = a;
118
+ this.xn = a;
119
119
  this.g("InnerExtent");
120
120
  }
121
121
  get sweepDirection() {
122
- return this.yj;
122
+ return this.yn;
123
123
  }
124
124
  set sweepDirection(a) {
125
- this.yj = a;
125
+ this.yn = a;
126
126
  this.g("SweepDirection");
127
127
  }
128
128
  get sliceLabelPositionMode() {
129
- return this.yi;
129
+ return this.ym;
130
130
  }
131
131
  set sliceLabelPositionMode(a) {
132
- this.yi = a;
132
+ this.ym = a;
133
133
  this.g("SliceLabelPositionMode");
134
134
  }
135
135
  get lightSliceLabelColor() {
136
- return this.ya;
136
+ return this.ye;
137
137
  }
138
138
  set lightSliceLabelColor(a) {
139
- this.ya = a;
139
+ this.ye = a;
140
140
  this.g("LightSliceLabelColor");
141
141
  }
142
142
  get darkSliceLabelColor() {
143
- return this.x3;
143
+ return this.x7;
144
144
  }
145
145
  set darkSliceLabelColor(a) {
146
- this.x3 = a;
146
+ this.x7 = a;
147
147
  this.g("DarkSliceLabelColor");
148
148
  }
149
149
  get valueMemberPath() {
150
- return this.yl;
150
+ return this.yp;
151
151
  }
152
152
  set valueMemberPath(a) {
153
- this.yl = a;
153
+ this.yp = a;
154
154
  this.g("ValueMemberPath");
155
155
  }
156
156
  get legendLabelMemberPath() {
157
- return this.x6;
157
+ return this.ya;
158
158
  }
159
159
  set legendLabelMemberPath(a) {
160
- this.x6 = a;
160
+ this.ya = a;
161
161
  this.g("LegendLabelMemberPath");
162
162
  }
163
163
  get legendEmptyValuesMode() {
164
- return this.x5;
164
+ return this.x9;
165
165
  }
166
166
  set legendEmptyValuesMode(a) {
167
- this.x5 = a;
167
+ this.x9 = a;
168
168
  this.g("LegendEmptyValuesMode");
169
169
  }
170
170
  get othersCategoryType() {
171
- return this.yd;
171
+ return this.yh;
172
172
  }
173
173
  set othersCategoryType(a) {
174
- this.yd = a;
174
+ this.yh = a;
175
175
  this.g("OthersCategoryType");
176
176
  }
177
177
  get othersCategoryThreshold() {
178
- return this.xk;
178
+ return this.xo;
179
179
  }
180
180
  set othersCategoryThreshold(a) {
181
- this.xk = a;
181
+ this.xo = a;
182
182
  this.g("OthersCategoryThreshold");
183
183
  }
184
184
  get othersCategoryText() {
185
- return this.yc;
185
+ return this.yg;
186
186
  }
187
187
  set othersCategoryText(a) {
188
- this.yc = a;
188
+ this.yg = a;
189
189
  this.g("OthersCategoryText");
190
190
  }
191
191
  get labelMemberPath() {
192
- return this.x4;
192
+ return this.x8;
193
193
  }
194
194
  set labelMemberPath(a) {
195
- this.x4 = a;
195
+ this.x8 = a;
196
196
  this.g("LabelMemberPath");
197
197
  }
198
198
  get valueAxisFavorLabellingScaleEnd() {
199
- return this.xb;
199
+ return this.xf;
200
200
  }
201
201
  set valueAxisFavorLabellingScaleEnd(a) {
202
- this.xb = a;
202
+ this.xf = a;
203
203
  this.g("ValueAxisFavorLabellingScaleEnd");
204
204
  }
205
205
  get valueAxisAutoRangeBufferMode() {
206
- return this.yk;
206
+ return this.yo;
207
207
  }
208
208
  set valueAxisAutoRangeBufferMode(a) {
209
- this.yk = a;
209
+ this.yo = a;
210
210
  this.g("ValueAxisAutoRangeBufferMode");
211
211
  }
212
212
  get angleAxisInterval() {
213
- return this.xh;
213
+ return this.xl;
214
214
  }
215
215
  set angleAxisInterval(a) {
216
- this.xh = a;
216
+ this.xl = a;
217
217
  this.g("AngleAxisInterval");
218
218
  }
219
219
  get angleAxisMinorInterval() {
220
- return this.xi;
220
+ return this.xm;
221
221
  }
222
222
  set angleAxisMinorInterval(a) {
223
- this.xi = a;
223
+ this.xm = a;
224
224
  this.g("AngleAxisMinorInterval");
225
225
  }
226
226
  get valueAxisInterval() {
227
- return this.xn;
227
+ return this.xr;
228
228
  }
229
229
  set valueAxisInterval(a) {
230
- this.xn = a;
230
+ this.xr = a;
231
231
  this.g("ValueAxisInterval");
232
232
  }
233
233
  get valueAxisIsLogarithmic() {
234
- return this.xc;
234
+ return this.xg;
235
235
  }
236
236
  set valueAxisIsLogarithmic(a) {
237
- this.xc = a;
237
+ this.xg = a;
238
238
  this.g("ValueAxisIsLogarithmic");
239
239
  }
240
240
  get valueAxisLogarithmBase() {
241
- return this.x1;
241
+ return this.x5;
242
242
  }
243
243
  set valueAxisLogarithmBase(a) {
244
- this.x1 = a;
244
+ this.x5 = a;
245
245
  this.g("ValueAxisLogarithmBase");
246
246
  }
247
247
  get valueAxisMinimumValue() {
248
- return this.xp;
248
+ return this.xt;
249
249
  }
250
250
  set valueAxisMinimumValue(a) {
251
- this.xp = a;
251
+ this.xt = a;
252
252
  this.g("ValueAxisMinimumValue");
253
253
  }
254
254
  get valueAxisMaximumValue() {
255
- return this.xo;
255
+ return this.xs;
256
256
  }
257
257
  set valueAxisMaximumValue(a) {
258
- this.xo = a;
258
+ this.xs = a;
259
259
  this.g("ValueAxisMaximumValue");
260
260
  }
261
261
  get valueAxisMinorInterval() {
262
- return this.xq;
262
+ return this.xu;
263
263
  }
264
264
  set valueAxisMinorInterval(a) {
265
- this.xq = a;
265
+ this.xu = a;
266
266
  this.g("ValueAxisMinorInterval");
267
267
  }
268
268
  get radiusExtent() {
269
- return this.xl;
269
+ return this.xp;
270
270
  }
271
271
  set radiusExtent(a) {
272
- this.xl = a;
272
+ this.xp = a;
273
273
  this.g("RadiusExtent");
274
274
  }
275
275
  get startAngle() {
276
- return this.xm;
276
+ return this.xq;
277
277
  }
278
278
  set startAngle(a) {
279
- this.xm = a;
279
+ this.xq = a;
280
280
  this.g("StartAngle");
281
281
  }
282
282
  get sliceLabelContentSeparator() {
283
- return this.yg;
283
+ return this.yk;
284
284
  }
285
285
  set sliceLabelContentSeparator(a) {
286
- this.yg = a;
286
+ this.yk = a;
287
287
  this.g("SliceLabelContentSeparator");
288
288
  }
289
289
  get sliceLabelContentMode() {
290
- return this.yf;
290
+ return this.yj;
291
291
  }
292
292
  set sliceLabelContentMode(a) {
293
- this.yf = a;
293
+ this.yj = a;
294
294
  this.g("SliceLabelContentMode");
295
295
  }
296
296
  get legendSliceLabelContentMode() {
297
- return this.x8;
297
+ return this.yc;
298
298
  }
299
299
  set legendSliceLabelContentMode(a) {
300
- this.x8 = a;
300
+ this.yc = a;
301
301
  this.g("LegendSliceLabelContentMode");
302
302
  }
303
303
  get angleAxisFavorLabellingScaleEnd() {
304
- return this.w9;
304
+ return this.xd;
305
305
  }
306
306
  set angleAxisFavorLabellingScaleEnd(a) {
307
- this.w9 = a;
307
+ this.xd = a;
308
308
  this.g("AngleAxisFavorLabellingScaleEnd");
309
309
  }
310
310
  get valueAxisAbbreviateLargeNumbers() {
311
- return this.xa;
311
+ return this.xe;
312
312
  }
313
313
  set valueAxisAbbreviateLargeNumbers(a) {
314
- this.xa = a;
314
+ this.xe = a;
315
315
  this.g("ValueAxisAbbreviateLargeNumbers");
316
316
  }
317
317
  get markerCollision() {
318
- return this.yb;
318
+ return this.yf;
319
319
  }
320
320
  set markerCollision(a) {
321
- this.yb = a;
321
+ this.yf = a;
322
322
  this.g("MarkerCollision");
323
323
  }
324
324
  }
@@ -13,104 +13,104 @@ export let DataPieChartDescription = /*@__PURE__*/ (() => {
13
13
  class DataPieChartDescription extends DataPieBaseChartDescription {
14
14
  constructor() {
15
15
  super();
16
- this.y7 = 0;
17
- this.y8 = 0;
18
- this.zf = null;
19
- this.zi = null;
20
- this.zc = null;
21
- this.y5 = false;
16
+ this.zb = 0;
17
+ this.zc = 0;
18
+ this.zj = null;
19
+ this.zm = null;
22
20
  this.zg = null;
21
+ this.y9 = false;
22
+ this.zk = null;
23
+ this.zl = null;
24
+ this.zi = null;
25
+ this.zn = null;
23
26
  this.zh = null;
24
- this.ze = null;
25
- this.zj = null;
26
- this.zd = null;
27
- this.zb = null;
27
+ this.zf = null;
28
28
  }
29
29
  get_type() {
30
30
  return "DataPieChart";
31
31
  }
32
32
  get transitionInDuration() {
33
- return this.y7;
33
+ return this.zb;
34
34
  }
35
35
  set transitionInDuration(a) {
36
- this.y7 = a;
36
+ this.zb = a;
37
37
  this.g("TransitionInDuration");
38
38
  }
39
39
  get transitionOutDuration() {
40
- return this.y8;
40
+ return this.zc;
41
41
  }
42
42
  set transitionOutDuration(a) {
43
- this.y8 = a;
43
+ this.zc = a;
44
44
  this.g("TransitionOutDuration");
45
45
  }
46
46
  get transitionInEasingFunctionRef() {
47
- return this.zf;
47
+ return this.zj;
48
48
  }
49
49
  set transitionInEasingFunctionRef(a) {
50
- this.zf = a;
50
+ this.zj = a;
51
51
  this.g("TransitionInEasingFunctionRef");
52
52
  }
53
53
  get transitionOutEasingFunctionRef() {
54
- return this.zi;
54
+ return this.zm;
55
55
  }
56
56
  set transitionOutEasingFunctionRef(a) {
57
- this.zi = a;
57
+ this.zm = a;
58
58
  this.g("TransitionOutEasingFunctionRef");
59
59
  }
60
60
  get chartType() {
61
- return this.zc;
61
+ return this.zg;
62
62
  }
63
63
  set chartType(a) {
64
- this.zc = a;
64
+ this.zg = a;
65
65
  this.g("ChartType");
66
66
  }
67
67
  get isTransitionInEnabled() {
68
- return this.y5;
68
+ return this.y9;
69
69
  }
70
70
  set isTransitionInEnabled(a) {
71
- this.y5 = a;
71
+ this.y9 = a;
72
72
  this.g("IsTransitionInEnabled");
73
73
  }
74
74
  get transitionInMode() {
75
- return this.zg;
75
+ return this.zk;
76
76
  }
77
77
  set transitionInMode(a) {
78
- this.zg = a;
78
+ this.zk = a;
79
79
  this.g("TransitionInMode");
80
80
  }
81
81
  get transitionInSpeedType() {
82
- return this.zh;
82
+ return this.zl;
83
83
  }
84
84
  set transitionInSpeedType(a) {
85
- this.zh = a;
85
+ this.zl = a;
86
86
  this.g("TransitionInSpeedType");
87
87
  }
88
88
  get tooltipTemplateRef() {
89
- return this.ze;
89
+ return this.zi;
90
90
  }
91
91
  set tooltipTemplateRef(a) {
92
- this.ze = a;
92
+ this.zi = a;
93
93
  this.g("TooltipTemplateRef");
94
94
  }
95
95
  get width() {
96
- return this.zj;
96
+ return this.zn;
97
97
  }
98
98
  set width(a) {
99
- this.zj = a;
99
+ this.zn = a;
100
100
  this.g("Width");
101
101
  }
102
102
  get height() {
103
- return this.zd;
103
+ return this.zh;
104
104
  }
105
105
  set height(a) {
106
- this.zd = a;
106
+ this.zh = a;
107
107
  this.g("Height");
108
108
  }
109
109
  get background() {
110
- return this.zb;
110
+ return this.zf;
111
111
  }
112
112
  set background(a) {
113
- this.zb = a;
113
+ this.zf = a;
114
114
  this.g("Background");
115
115
  }
116
116
  }
@@ -12,10 +12,12 @@ export let DataSeriesToDescriptionCustomization = /*@__PURE__*/ (() => {
12
12
  class DataSeriesToDescriptionCustomization extends Base {
13
13
  constructor() {
14
14
  super();
15
+ this._owner = null;
15
16
  this._order = 0;
16
17
  this._matchType = null;
17
18
  this._propertyName = null;
18
- this._propertyValue = null;
19
+ this.j = null;
20
+ this.i = null;
19
21
  this._isCollectionInsertionAtEnd = false;
20
22
  this._isCollectionInsertionAtStart = false;
21
23
  this._isCollectionInsertionAtIndex = false;
@@ -26,6 +28,12 @@ export let DataSeriesToDescriptionCustomization = /*@__PURE__*/ (() => {
26
28
  this.order = -1;
27
29
  this.matchParentIndex = -1;
28
30
  }
31
+ get owner() {
32
+ return this._owner;
33
+ }
34
+ set owner(a) {
35
+ this._owner = a;
36
+ }
29
37
  get order() {
30
38
  return this._order;
31
39
  }
@@ -45,10 +53,23 @@ export let DataSeriesToDescriptionCustomization = /*@__PURE__*/ (() => {
45
53
  this._propertyName = a;
46
54
  }
47
55
  get propertyValue() {
48
- return this._propertyValue;
56
+ if (this.j == null && this.e != null) {
57
+ this.j = this.e(this.owner, this.pendingDescription);
58
+ }
59
+ return this.j;
49
60
  }
50
61
  set propertyValue(a) {
51
- this._propertyValue = a;
62
+ this.j = a;
63
+ }
64
+ get pendingDescription() {
65
+ return this.i;
66
+ }
67
+ set pendingDescription(a) {
68
+ let b = this.i;
69
+ this.i = a;
70
+ if (this.e != null && this.i != null && this.i != b) {
71
+ this.j = null;
72
+ }
52
73
  }
53
74
  get isCollectionInsertionAtEnd() {
54
75
  return this._isCollectionInsertionAtEnd;
@@ -13,8 +13,8 @@ export let DateRangeDescriptorDescription = /*@__PURE__*/ (() => {
13
13
  class DateRangeDescriptorDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.l = null;
17
- this.i = null;
16
+ this.j = null;
17
+ this.h = null;
18
18
  }
19
19
  get_type() {
20
20
  return "DateRangeDescriptor";
@@ -23,22 +23,20 @@ export let DateRangeDescriptorDescription = /*@__PURE__*/ (() => {
23
23
  return this.get_type();
24
24
  }
25
25
  get rangeType() {
26
- return this.l;
26
+ return this.j;
27
27
  }
28
28
  set rangeType(a) {
29
- this.l = a;
29
+ this.j = a;
30
30
  this.g("RangeType");
31
31
  }
32
32
  get dateRange() {
33
- return this.i;
33
+ return this.h;
34
34
  }
35
35
  set dateRange(a) {
36
- this.i = a;
36
+ this.h = a;
37
37
  this.g("DateRange");
38
38
  }
39
39
  }
40
40
  DateRangeDescriptorDescription.$t = markType(DateRangeDescriptorDescription, 'DateRangeDescriptorDescription', Description.$);
41
- DateRangeDescriptorDescription.__marshalByValue = true;
42
- DateRangeDescriptorDescription.__marshalByValueAlias = "DateRangeDescriptor";
43
41
  return DateRangeDescriptorDescription;
44
42
  })();
@@ -25,9 +25,10 @@ export let DateRangeDescriptorDescriptionMetadata = /*@__PURE__*/ (() => {
25
25
  static c(a) {
26
26
  a.item("__skipModuleRegisterWebComponents", "Boolean");
27
27
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
28
- a.item("__marshalByValue", "Boolean");
28
+ a.item("__isPlainObject", "Boolean");
29
29
  a.item("RangeType", "(wc:Type)ExportedType:string:DateRangeType");
30
30
  a.item("RangeType@names", "After;Before;Between;Specific;Weekdays;Weekends");
31
+ a.item("RangeType@constantValues", "0;1;2;3;4;5");
31
32
  a.item("DateRange", "Unknown");
32
33
  }
33
34
  static d(a) {