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
@@ -14,55 +14,59 @@ export let CalloutLayerDescription = /*@__PURE__*/ (() => {
14
14
  constructor() {
15
15
  super();
16
16
  this.gj = false;
17
- this.g8 = 0;
18
- this.g6 = 0;
19
- this.g9 = 0;
20
- this.g7 = 0;
21
- this.id = null;
22
- this.ii = null;
23
- this.ij = null;
24
- this.ib = null;
25
17
  this.gl = false;
26
- this.ic = null;
18
+ this.gk = false;
19
+ this.gm = false;
20
+ this.hg = 0;
21
+ this.he = 0;
22
+ this.hh = 0;
23
+ this.hf = 0;
24
+ this.im = null;
25
+ this.ir = null;
26
+ this.is = null;
27
+ this.ik = null;
28
+ this.go = false;
29
+ this.il = null;
27
30
  this.gg = null;
28
- this.h9 = null;
29
- this.ie = null;
30
- this.ig = null;
31
- this.h8 = null;
31
+ this.ii = null;
32
+ this.io = null;
33
+ this.ip = null;
34
+ this.ih = null;
32
35
  this.gf = null;
33
- this.gk = false;
34
- this.gp = false;
36
+ this.gn = false;
37
+ this.gt = false;
38
+ this.gw = false;
35
39
  this.gs = false;
36
- this.go = false;
40
+ this.gu = false;
41
+ this.gv = false;
42
+ this.gx = false;
43
+ this.ij = null;
44
+ this.h3 = null;
45
+ this.hd = 0;
37
46
  this.gq = false;
38
- this.gr = false;
39
- this.gt = false;
47
+ this.gp = false;
48
+ this.hz = 0;
49
+ this.ig = null;
40
50
  this.ia = null;
41
- this.hv = null;
42
- this.g5 = 0;
43
- this.gn = false;
44
- this.gm = false;
45
- this.hr = 0;
46
51
  this.h7 = null;
47
- this.h2 = null;
48
- this.hz = null;
49
- this.hw = null;
50
- this.hs = 0;
51
- this.h3 = null;
52
- this.h1 = null;
53
- this.hb = 0;
54
- this.hd = 0;
55
- this.hc = 0;
56
- this.ha = 0;
57
- this.hx = null;
58
- this.he = 0;
59
- this.hf = 0;
60
- this.ih = null;
61
- this.h6 = null;
62
52
  this.h4 = null;
63
- this.hy = null;
64
- this.h0 = null;
53
+ this.gr = false;
54
+ this.h0 = 0;
55
+ this.ib = null;
56
+ this.h9 = null;
57
+ this.hj = 0;
58
+ this.hl = 0;
59
+ this.hk = 0;
60
+ this.hi = 0;
65
61
  this.h5 = null;
62
+ this.hm = 0;
63
+ this.hn = 0;
64
+ this.iq = null;
65
+ this.ie = null;
66
+ this.ic = null;
67
+ this.h6 = null;
68
+ this.h8 = null;
69
+ this.id = null;
66
70
  }
67
71
  get_type() {
68
72
  return "CalloutLayer";
@@ -74,74 +78,95 @@ export let CalloutLayerDescription = /*@__PURE__*/ (() => {
74
78
  this.gj = a;
75
79
  this.g("CalloutExpandsAxisBufferEnabled");
76
80
  }
81
+ get calloutExpandsAxisBufferOnlyWhenVisible() {
82
+ return this.gl;
83
+ }
84
+ set calloutExpandsAxisBufferOnlyWhenVisible(a) {
85
+ this.gl = a;
86
+ this.g("CalloutExpandsAxisBufferOnlyWhenVisible");
87
+ }
88
+ get calloutExpandsAxisBufferOnInitialVisibility() {
89
+ return this.gk;
90
+ }
91
+ set calloutExpandsAxisBufferOnInitialVisibility(a) {
92
+ this.gk = a;
93
+ this.g("CalloutExpandsAxisBufferOnInitialVisibility");
94
+ }
95
+ get calloutSuspendedWhenShiftingToVisible() {
96
+ return this.gm;
97
+ }
98
+ set calloutSuspendedWhenShiftingToVisible(a) {
99
+ this.gm = a;
100
+ this.g("CalloutSuspendedWhenShiftingToVisible");
101
+ }
77
102
  get calloutExpandsAxisBufferMinHeight() {
78
- return this.g8;
103
+ return this.hg;
79
104
  }
80
105
  set calloutExpandsAxisBufferMinHeight(a) {
81
- this.g8 = a;
106
+ this.hg = a;
82
107
  this.g("CalloutExpandsAxisBufferMinHeight");
83
108
  }
84
109
  get calloutExpandsAxisBufferMaxHeight() {
85
- return this.g6;
110
+ return this.he;
86
111
  }
87
112
  set calloutExpandsAxisBufferMaxHeight(a) {
88
- this.g6 = a;
113
+ this.he = a;
89
114
  this.g("CalloutExpandsAxisBufferMaxHeight");
90
115
  }
91
116
  get calloutExpandsAxisBufferMinWidth() {
92
- return this.g9;
117
+ return this.hh;
93
118
  }
94
119
  set calloutExpandsAxisBufferMinWidth(a) {
95
- this.g9 = a;
120
+ this.hh = a;
96
121
  this.g("CalloutExpandsAxisBufferMinWidth");
97
122
  }
98
123
  get calloutExpandsAxisBufferMaxWidth() {
99
- return this.g7;
124
+ return this.hf;
100
125
  }
101
126
  set calloutExpandsAxisBufferMaxWidth(a) {
102
- this.g7 = a;
127
+ this.hf = a;
103
128
  this.g("CalloutExpandsAxisBufferMaxWidth");
104
129
  }
105
130
  get labelMemberPath() {
106
- return this.id;
131
+ return this.im;
107
132
  }
108
133
  set labelMemberPath(a) {
109
- this.id = a;
134
+ this.im = a;
110
135
  this.g("LabelMemberPath");
111
136
  }
112
137
  get xMemberPath() {
113
- return this.ii;
138
+ return this.ir;
114
139
  }
115
140
  set xMemberPath(a) {
116
- this.ii = a;
141
+ this.ir = a;
117
142
  this.g("XMemberPath");
118
143
  }
119
144
  get yMemberPath() {
120
- return this.ij;
145
+ return this.is;
121
146
  }
122
147
  set yMemberPath(a) {
123
- this.ij = a;
148
+ this.is = a;
124
149
  this.g("YMemberPath");
125
150
  }
126
151
  get keyMemberPath() {
127
- return this.ib;
152
+ return this.ik;
128
153
  }
129
154
  set keyMemberPath(a) {
130
- this.ib = a;
155
+ this.ik = a;
131
156
  this.g("KeyMemberPath");
132
157
  }
133
158
  get isCalloutOffsettingEnabled() {
134
- return this.gl;
159
+ return this.go;
135
160
  }
136
161
  set isCalloutOffsettingEnabled(a) {
137
- this.gl = a;
162
+ this.go = a;
138
163
  this.g("IsCalloutOffsettingEnabled");
139
164
  }
140
165
  get labelFormat() {
141
- return this.ic;
166
+ return this.il;
142
167
  }
143
168
  set labelFormat(a) {
144
- this.ic = a;
169
+ this.il = a;
145
170
  this.g("LabelFormat");
146
171
  }
147
172
  get labelFormatSpecifiers() {
@@ -152,31 +177,31 @@ export let CalloutLayerDescription = /*@__PURE__*/ (() => {
152
177
  this.g("LabelFormatSpecifiers");
153
178
  }
154
179
  get contentMemberPath() {
155
- return this.h9;
180
+ return this.ii;
156
181
  }
157
182
  set contentMemberPath(a) {
158
- this.h9 = a;
183
+ this.ii = a;
159
184
  this.g("ContentMemberPath");
160
185
  }
161
186
  get targetSeriesName() {
162
- return this.ie;
187
+ return this.io;
163
188
  }
164
189
  set targetSeriesName(a) {
165
- this.ie = a;
190
+ this.io = a;
166
191
  this.g("TargetSeriesName");
167
192
  }
168
193
  get targetSeriesRef() {
169
- return this.ig;
194
+ return this.ip;
170
195
  }
171
196
  set targetSeriesRef(a) {
172
- this.ig = a;
197
+ this.ip = a;
173
198
  this.g("TargetSeriesRef");
174
199
  }
175
200
  get collisionChannel() {
176
- return this.h8;
201
+ return this.ih;
177
202
  }
178
203
  set collisionChannel(a) {
179
- this.h8 = a;
204
+ this.ih = a;
180
205
  this.g("CollisionChannel");
181
206
  }
182
207
  get allowedPositions() {
@@ -187,234 +212,241 @@ export let CalloutLayerDescription = /*@__PURE__*/ (() => {
187
212
  this.g("AllowedPositions");
188
213
  }
189
214
  get isAutoCalloutBehaviorEnabled() {
190
- return this.gk;
215
+ return this.gn;
191
216
  }
192
217
  set isAutoCalloutBehaviorEnabled(a) {
193
- this.gk = a;
218
+ this.gn = a;
194
219
  this.g("IsAutoCalloutBehaviorEnabled");
195
220
  }
196
221
  get useInterpolatedValueForAutoCalloutLabels() {
197
- return this.gp;
222
+ return this.gt;
198
223
  }
199
224
  set useInterpolatedValueForAutoCalloutLabels(a) {
200
- this.gp = a;
225
+ this.gt = a;
201
226
  this.g("UseInterpolatedValueForAutoCalloutLabels");
202
227
  }
203
228
  get useSeriesColorForOutline() {
204
- return this.gs;
229
+ return this.gw;
205
230
  }
206
231
  set useSeriesColorForOutline(a) {
207
- this.gs = a;
232
+ this.gw = a;
208
233
  this.g("UseSeriesColorForOutline");
209
234
  }
210
235
  get useAutoContrastingLabelColors() {
211
- return this.go;
236
+ return this.gs;
212
237
  }
213
238
  set useAutoContrastingLabelColors(a) {
214
- this.go = a;
239
+ this.gs = a;
215
240
  this.g("UseAutoContrastingLabelColors");
216
241
  }
217
242
  get useItemColorForFill() {
218
- return this.gq;
243
+ return this.gu;
219
244
  }
220
245
  set useItemColorForFill(a) {
221
- this.gq = a;
246
+ this.gu = a;
222
247
  this.g("UseItemColorForFill");
223
248
  }
224
249
  get useItemColorForOutline() {
225
- return this.gr;
250
+ return this.gv;
226
251
  }
227
252
  set useItemColorForOutline(a) {
228
- this.gr = a;
253
+ this.gv = a;
229
254
  this.g("UseItemColorForOutline");
230
255
  }
231
256
  get useValueForAutoCalloutLabels() {
232
- return this.gt;
257
+ return this.gx;
233
258
  }
234
259
  set useValueForAutoCalloutLabels(a) {
235
- this.gt = a;
260
+ this.gx = a;
236
261
  this.g("UseValueForAutoCalloutLabels");
237
262
  }
238
263
  get highlightedValueLabelMode() {
239
- return this.ia;
264
+ return this.ij;
240
265
  }
241
266
  set highlightedValueLabelMode(a) {
242
- this.ia = a;
267
+ this.ij = a;
243
268
  this.g("HighlightedValueLabelMode");
244
269
  }
245
270
  get autoCalloutVisibilityMode() {
246
- return this.hv;
271
+ return this.h3;
247
272
  }
248
273
  set autoCalloutVisibilityMode(a) {
249
- this.hv = a;
274
+ this.h3 = a;
250
275
  this.g("AutoCalloutVisibilityMode");
251
276
  }
252
277
  get calloutCornerRadius() {
253
- return this.g5;
278
+ return this.hd;
254
279
  }
255
280
  set calloutCornerRadius(a) {
256
- this.g5 = a;
281
+ this.hd = a;
257
282
  this.g("CalloutCornerRadius");
258
283
  }
259
284
  get isCustomCalloutStyleEnabled() {
260
- return this.gn;
285
+ return this.gq;
261
286
  }
262
287
  set isCustomCalloutStyleEnabled(a) {
263
- this.gn = a;
288
+ this.gq = a;
264
289
  this.g("IsCustomCalloutStyleEnabled");
265
290
  }
266
291
  get isCustomCalloutRenderStyleEnabled() {
267
- return this.gm;
292
+ return this.gp;
268
293
  }
269
294
  set isCustomCalloutRenderStyleEnabled(a) {
270
- this.gm = a;
295
+ this.gp = a;
271
296
  this.g("IsCustomCalloutRenderStyleEnabled");
272
297
  }
273
298
  get autoCalloutLabelPrecision() {
274
- return this.hr;
299
+ return this.hz;
275
300
  }
276
301
  set autoCalloutLabelPrecision(a) {
277
- this.hr = a;
302
+ this.hz = a;
278
303
  this.g("AutoCalloutLabelPrecision");
279
304
  }
280
305
  get calloutTextColor() {
281
- return this.h7;
306
+ return this.ig;
282
307
  }
283
308
  set calloutTextColor(a) {
284
- this.h7 = a;
309
+ this.ig = a;
285
310
  this.g("CalloutTextColor");
286
311
  }
287
312
  get calloutLightTextColor() {
288
- return this.h2;
313
+ return this.ia;
289
314
  }
290
315
  set calloutLightTextColor(a) {
291
- this.h2 = a;
316
+ this.ia = a;
292
317
  this.g("CalloutLightTextColor");
293
318
  }
294
319
  get calloutDarkTextColor() {
295
- return this.hz;
320
+ return this.h7;
296
321
  }
297
322
  set calloutDarkTextColor(a) {
298
- this.hz = a;
323
+ this.h7 = a;
299
324
  this.g("CalloutDarkTextColor");
300
325
  }
301
326
  get calloutBackground() {
302
- return this.hw;
327
+ return this.h4;
303
328
  }
304
329
  set calloutBackground(a) {
305
- this.hw = a;
330
+ this.h4 = a;
306
331
  this.g("CalloutBackground");
307
332
  }
333
+ get shouldTruncateOnBoundaryCollisions() {
334
+ return this.gr;
335
+ }
336
+ set shouldTruncateOnBoundaryCollisions(a) {
337
+ this.gr = a;
338
+ this.g("ShouldTruncateOnBoundaryCollisions");
339
+ }
308
340
  get calloutInterpolatedValuePrecision() {
309
- return this.hs;
341
+ return this.h0;
310
342
  }
311
343
  set calloutInterpolatedValuePrecision(a) {
312
- this.hs = a;
344
+ this.h0 = a;
313
345
  this.g("CalloutInterpolatedValuePrecision");
314
346
  }
315
347
  get calloutOutline() {
316
- return this.h3;
348
+ return this.ib;
317
349
  }
318
350
  set calloutOutline(a) {
319
- this.h3 = a;
351
+ this.ib = a;
320
352
  this.g("CalloutOutline");
321
353
  }
322
354
  get calloutLeaderBrush() {
323
- return this.h1;
355
+ return this.h9;
324
356
  }
325
357
  set calloutLeaderBrush(a) {
326
- this.h1 = a;
358
+ this.h9 = a;
327
359
  this.g("CalloutLeaderBrush");
328
360
  }
329
361
  get calloutPaddingLeft() {
330
- return this.hb;
362
+ return this.hj;
331
363
  }
332
364
  set calloutPaddingLeft(a) {
333
- this.hb = a;
365
+ this.hj = a;
334
366
  this.g("CalloutPaddingLeft");
335
367
  }
336
368
  get calloutPaddingTop() {
337
- return this.hd;
369
+ return this.hl;
338
370
  }
339
371
  set calloutPaddingTop(a) {
340
- this.hd = a;
372
+ this.hl = a;
341
373
  this.g("CalloutPaddingTop");
342
374
  }
343
375
  get calloutPaddingRight() {
344
- return this.hc;
376
+ return this.hk;
345
377
  }
346
378
  set calloutPaddingRight(a) {
347
- this.hc = a;
379
+ this.hk = a;
348
380
  this.g("CalloutPaddingRight");
349
381
  }
350
382
  get calloutPaddingBottom() {
351
- return this.ha;
383
+ return this.hi;
352
384
  }
353
385
  set calloutPaddingBottom(a) {
354
- this.ha = a;
386
+ this.hi = a;
355
387
  this.g("CalloutPaddingBottom");
356
388
  }
357
389
  get calloutCollisionMode() {
358
- return this.hx;
390
+ return this.h5;
359
391
  }
360
392
  set calloutCollisionMode(a) {
361
- this.hx = a;
393
+ this.h5 = a;
362
394
  this.g("CalloutCollisionMode");
363
395
  }
364
396
  get calloutPositionPadding() {
365
- return this.he;
397
+ return this.hm;
366
398
  }
367
399
  set calloutPositionPadding(a) {
368
- this.he = a;
400
+ this.hm = a;
369
401
  this.g("CalloutPositionPadding");
370
402
  }
371
403
  get calloutStrokeThickness() {
372
- return this.hf;
404
+ return this.hn;
373
405
  }
374
406
  set calloutStrokeThickness(a) {
375
- this.hf = a;
407
+ this.hn = a;
376
408
  this.g("CalloutStrokeThickness");
377
409
  }
378
410
  get textStyle() {
379
- return this.ih;
411
+ return this.iq;
380
412
  }
381
413
  set textStyle(a) {
382
- this.ih = a;
414
+ this.iq = a;
383
415
  this.g("TextStyle");
384
416
  }
385
417
  get calloutStyleUpdatingRef() {
386
- return this.h6;
418
+ return this.ie;
387
419
  }
388
420
  set calloutStyleUpdatingRef(a) {
389
- this.h6 = a;
421
+ this.ie = a;
390
422
  this.g("CalloutStyleUpdatingRef");
391
423
  }
392
424
  get calloutRenderStyleUpdatingRef() {
393
- return this.h4;
425
+ return this.ic;
394
426
  }
395
427
  set calloutRenderStyleUpdatingRef(a) {
396
- this.h4 = a;
428
+ this.ic = a;
397
429
  this.g("CalloutRenderStyleUpdatingRef");
398
430
  }
399
431
  get calloutContentUpdatingRef() {
400
- return this.hy;
432
+ return this.h6;
401
433
  }
402
434
  set calloutContentUpdatingRef(a) {
403
- this.hy = a;
435
+ this.h6 = a;
404
436
  this.g("CalloutContentUpdatingRef");
405
437
  }
406
438
  get calloutLabelUpdatingRef() {
407
- return this.h0;
439
+ return this.h8;
408
440
  }
409
441
  set calloutLabelUpdatingRef(a) {
410
- this.h0 = a;
442
+ this.h8 = a;
411
443
  this.g("CalloutLabelUpdatingRef");
412
444
  }
413
445
  get calloutSeriesSelectingRef() {
414
- return this.h5;
446
+ return this.id;
415
447
  }
416
448
  set calloutSeriesSelectingRef(a) {
417
- this.h5 = a;
449
+ this.id = a;
418
450
  this.g("CalloutSeriesSelectingRef");
419
451
  }
420
452
  }
@@ -36,6 +36,9 @@ export let CalloutLayerDescriptionMetadata = /*@__PURE__*/ (() => {
36
36
  static c(a) {
37
37
  AnnotationLayerDescriptionMetadata.c(a);
38
38
  a.item("CalloutExpandsAxisBufferEnabled", "Boolean");
39
+ a.item("CalloutExpandsAxisBufferOnlyWhenVisible", "Boolean");
40
+ a.item("CalloutExpandsAxisBufferOnInitialVisibility", "Boolean");
41
+ a.item("CalloutSuspendedWhenShiftingToVisible", "Boolean");
39
42
  a.item("CalloutExpandsAxisBufferMinHeight", "Number:double");
40
43
  a.item("CalloutExpandsAxisBufferMaxHeight", "Number:double");
41
44
  a.item("CalloutExpandsAxisBufferMinWidth", "Number:double");
@@ -73,6 +76,7 @@ export let CalloutLayerDescriptionMetadata = /*@__PURE__*/ (() => {
73
76
  a.item("CalloutLightTextColor", "Brush");
74
77
  a.item("CalloutDarkTextColor", "Brush");
75
78
  a.item("CalloutBackground", "Brush");
79
+ a.item("ShouldTruncateOnBoundaryCollisions", "Boolean");
76
80
  a.item("CalloutInterpolatedValuePrecision", "Number:int");
77
81
  a.item("CalloutOutline", "Brush");
78
82
  a.item("CalloutLeaderBrush", "Brush");