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
@@ -0,0 +1,74 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Description } from "./Description";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let FormatCellEventArgsDescription = /*@__PURE__*/ (() => {
13
+ class FormatCellEventArgsDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.l = 0;
17
+ this.n = null;
18
+ this.p = null;
19
+ this.o = null;
20
+ this.i = false;
21
+ this.h = false;
22
+ }
23
+ get_type() {
24
+ return "FormatCellEventArgs";
25
+ }
26
+ get type() {
27
+ return this.get_type();
28
+ }
29
+ get row() {
30
+ return this.l;
31
+ }
32
+ set row(a) {
33
+ this.l = a;
34
+ this.g("Row");
35
+ }
36
+ get itemRef() {
37
+ return this.n;
38
+ }
39
+ set itemRef(a) {
40
+ this.n = a;
41
+ this.g("ItemRef");
42
+ }
43
+ get valueRef() {
44
+ return this.p;
45
+ }
46
+ set valueRef(a) {
47
+ this.p = a;
48
+ this.g("ValueRef");
49
+ }
50
+ get text() {
51
+ return this.o;
52
+ }
53
+ set text(a) {
54
+ this.o = a;
55
+ this.g("Text");
56
+ }
57
+ get isSummary() {
58
+ return this.i;
59
+ }
60
+ set isSummary(a) {
61
+ this.i = a;
62
+ this.g("IsSummary");
63
+ }
64
+ get isGroup() {
65
+ return this.h;
66
+ }
67
+ set isGroup(a) {
68
+ this.h = a;
69
+ this.g("IsGroup");
70
+ }
71
+ }
72
+ FormatCellEventArgsDescription.$t = markType(FormatCellEventArgsDescription, 'FormatCellEventArgsDescription', Description.$);
73
+ return FormatCellEventArgsDescription;
74
+ })();
@@ -0,0 +1,42 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, String_$type, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { FormatCellEventArgsDescription } from "./FormatCellEventArgsDescription";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let FormatCellEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
14
+ class FormatCellEventArgsDescriptionMetadata extends Base {
15
+ static b(a) {
16
+ if (FormatCellEventArgsDescriptionMetadata.a == null) {
17
+ FormatCellEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
18
+ FormatCellEventArgsDescriptionMetadata.c(FormatCellEventArgsDescriptionMetadata.a);
19
+ }
20
+ if (a.k(FormatCellEventArgsDescriptionMetadata.a)) {
21
+ return;
22
+ }
23
+ a.ac(FormatCellEventArgsDescriptionMetadata.a);
24
+ }
25
+ static c(a) {
26
+ a.item("Row", "Number:int");
27
+ a.item("ItemRef", "(w:Item,wf:Item)DataRef");
28
+ a.item("ValueRef", "(w:Value,wf:Value)DataRef");
29
+ a.item("Text", "String");
30
+ a.item("IsSummary", "Boolean");
31
+ a.item("IsGroup", "Boolean");
32
+ }
33
+ static d(a) {
34
+ FormatCellEventArgsDescriptionMetadata.b(a);
35
+ a.ae("FormatCellEventArgs", () => new FormatCellEventArgsDescription());
36
+ a.ad("FormatCellEventArgs", FormatCellEventArgsDescriptionMetadata.a);
37
+ }
38
+ }
39
+ FormatCellEventArgsDescriptionMetadata.$t = markType(FormatCellEventArgsDescriptionMetadata, 'FormatCellEventArgsDescriptionMetadata');
40
+ FormatCellEventArgsDescriptionMetadata.a = null;
41
+ return FormatCellEventArgsDescriptionMetadata;
42
+ })();
@@ -13,32 +13,32 @@ export let ImageCellInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ImageCellInfoDescription extends CellInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.fn = null;
17
16
  this.fp = null;
18
- this.fo = null;
17
+ this.fr = null;
18
+ this.fq = null;
19
19
  }
20
20
  get_type() {
21
21
  return "ImageCellInfo";
22
22
  }
23
23
  get imagePath() {
24
- return this.fn;
24
+ return this.fp;
25
25
  }
26
26
  set imagePath(a) {
27
- this.fn = a;
27
+ this.fp = a;
28
28
  this.g("ImagePath");
29
29
  }
30
30
  get imageStretchOption() {
31
- return this.fp;
31
+ return this.fr;
32
32
  }
33
33
  set imageStretchOption(a) {
34
- this.fp = a;
34
+ this.fr = a;
35
35
  this.g("ImageStretchOption");
36
36
  }
37
37
  get imageResourceType() {
38
- return this.fo;
38
+ return this.fq;
39
39
  }
40
40
  set imageResourceType(a) {
41
- this.fo = a;
41
+ this.fq = a;
42
42
  this.g("ImageResourceType");
43
43
  }
44
44
  }
@@ -13,56 +13,56 @@ export let ImageColumnDescription = /*@__PURE__*/ (() => {
13
13
  class ImageColumnDescription extends DataGridColumnDescription {
14
14
  constructor() {
15
15
  super();
16
+ this.gb = null;
16
17
  this.f9 = null;
17
18
  this.f7 = null;
18
- this.f5 = null;
19
- this.f1 = null;
20
- this.f6 = null;
19
+ this.f3 = null;
21
20
  this.f8 = null;
21
+ this.ga = null;
22
22
  }
23
23
  get_type() {
24
24
  return "ImageColumn";
25
25
  }
26
26
  get imageStretchOption() {
27
- return this.f9;
27
+ return this.gb;
28
28
  }
29
29
  set imageStretchOption(a) {
30
- this.f9 = a;
30
+ this.gb = a;
31
31
  this.g("ImageStretchOption");
32
32
  }
33
33
  get editorType() {
34
- return this.f7;
34
+ return this.f9;
35
35
  }
36
36
  set editorType(a) {
37
- this.f7 = a;
37
+ this.f9 = a;
38
38
  this.g("EditorType");
39
39
  }
40
40
  get editorDataSourceRef() {
41
- return this.f5;
41
+ return this.f7;
42
42
  }
43
43
  set editorDataSourceRef(a) {
44
- this.f5 = a;
44
+ this.f7 = a;
45
45
  this.g("EditorDataSourceRef");
46
46
  }
47
47
  get editorDataSource() {
48
- return this.f1;
48
+ return this.f3;
49
49
  }
50
50
  set editorDataSource(a) {
51
- this.f1 = a;
51
+ this.f3 = a;
52
52
  this.g("EditorDataSource");
53
53
  }
54
54
  get editorTextField() {
55
- return this.f6;
55
+ return this.f8;
56
56
  }
57
57
  set editorTextField(a) {
58
- this.f6 = a;
58
+ this.f8 = a;
59
59
  this.g("EditorTextField");
60
60
  }
61
61
  get editorValueField() {
62
- return this.f8;
62
+ return this.ga;
63
63
  }
64
64
  set editorValueField(a) {
65
- this.f8 = a;
65
+ this.ga = a;
66
66
  this.g("EditorValueField");
67
67
  }
68
68
  }
@@ -13,48 +13,48 @@ export let ItemLegendDescription = /*@__PURE__*/ (() => {
13
13
  class ItemLegendDescription extends LegendBaseDescription {
14
14
  constructor() {
15
15
  super();
16
- this.y = null;
17
- this.u = null;
18
- this.v = null;
16
+ this.aa = null;
19
17
  this.w = null;
20
18
  this.x = null;
19
+ this.y = null;
20
+ this.z = null;
21
21
  }
22
22
  get width() {
23
- return this.y;
23
+ return this.aa;
24
24
  }
25
25
  set width(a) {
26
- this.y = a;
26
+ this.aa = a;
27
27
  this.g("Width");
28
28
  }
29
29
  get height() {
30
- return this.u;
30
+ return this.w;
31
31
  }
32
32
  set height(a) {
33
- this.u = a;
33
+ this.w = a;
34
34
  this.g("Height");
35
35
  }
36
36
  get_type() {
37
37
  return "ItemLegend";
38
38
  }
39
39
  get orientation() {
40
- return this.v;
40
+ return this.x;
41
41
  }
42
42
  set orientation(a) {
43
- this.v = a;
43
+ this.x = a;
44
44
  this.g("Orientation");
45
45
  }
46
46
  get textColor() {
47
- return this.w;
47
+ return this.y;
48
48
  }
49
49
  set textColor(a) {
50
- this.w = a;
50
+ this.y = a;
51
51
  this.g("TextColor");
52
52
  }
53
53
  get textStyle() {
54
- return this.x;
54
+ return this.z;
55
55
  }
56
56
  set textStyle(a) {
57
- this.x = a;
57
+ this.z = a;
58
58
  this.g("TextStyle");
59
59
  }
60
60
  }
@@ -19,6 +19,7 @@ export let LegendBaseDescription = /*@__PURE__*/ (() => {
19
19
  this.i = null;
20
20
  this.j = null;
21
21
  this.m = null;
22
+ this.n = null;
22
23
  }
23
24
  get background() {
24
25
  return this.h;
@@ -68,6 +69,13 @@ export let LegendBaseDescription = /*@__PURE__*/ (() => {
68
69
  this.m = a;
69
70
  this.g("LegendItemMouseMoveRef");
70
71
  }
72
+ get legendSizeChangedRef() {
73
+ return this.n;
74
+ }
75
+ set legendSizeChangedRef(a) {
76
+ this.n = a;
77
+ this.g("LegendSizeChangedRef");
78
+ }
71
79
  }
72
80
  LegendBaseDescription.$t = markType(LegendBaseDescription, 'LegendBaseDescription', Description.$);
73
81
  return LegendBaseDescription;
@@ -8,6 +8,7 @@ import { Base, String_$type, markType } from "./type";
8
8
  import { Dictionary$2 } from "./Dictionary$2";
9
9
  import { LegendMouseButtonEventArgsDescriptionMetadata } from "./LegendMouseButtonEventArgsDescriptionMetadata";
10
10
  import { LegendMouseEventArgsDescriptionMetadata } from "./LegendMouseEventArgsDescriptionMetadata";
11
+ import { LegendSizeChangedEventArgsDescriptionMetadata } from "./LegendSizeChangedEventArgsDescriptionMetadata";
11
12
  /**
12
13
  * @hidden
13
14
  */
@@ -27,6 +28,7 @@ export let LegendBaseDescriptionMetadata = /*@__PURE__*/ (() => {
27
28
  a.ac(LegendBaseDescriptionMetadata.a);
28
29
  LegendMouseButtonEventArgsDescriptionMetadata.d(a);
29
30
  LegendMouseEventArgsDescriptionMetadata.d(a);
31
+ LegendSizeChangedEventArgsDescriptionMetadata.d(a);
30
32
  }
31
33
  static c(a) {
32
34
  a.item("LegendItemMouseLeftButtonDownRef", "EventRef::legendItemMouseLeftButtonDown");
@@ -34,6 +36,7 @@ export let LegendBaseDescriptionMetadata = /*@__PURE__*/ (() => {
34
36
  a.item("LegendItemMouseEnterRef", "EventRef::legendItemMouseEnter");
35
37
  a.item("LegendItemMouseLeaveRef", "EventRef::legendItemMouseLeave");
36
38
  a.item("LegendItemMouseMoveRef", "EventRef::legendItemMouseMove");
39
+ a.item("LegendSizeChangedRef", "EventRef::legendSizeChanged");
37
40
  LegendBaseDescriptionMetadata.e(a);
38
41
  }
39
42
  static d(a) {
@@ -13,48 +13,48 @@ export let LegendDescription = /*@__PURE__*/ (() => {
13
13
  class LegendDescription extends LegendBaseDescription {
14
14
  constructor() {
15
15
  super();
16
- this.y = null;
17
- this.u = null;
18
- this.v = null;
16
+ this.aa = null;
19
17
  this.w = null;
20
18
  this.x = null;
19
+ this.y = null;
20
+ this.z = null;
21
21
  }
22
22
  get width() {
23
- return this.y;
23
+ return this.aa;
24
24
  }
25
25
  set width(a) {
26
- this.y = a;
26
+ this.aa = a;
27
27
  this.g("Width");
28
28
  }
29
29
  get height() {
30
- return this.u;
30
+ return this.w;
31
31
  }
32
32
  set height(a) {
33
- this.u = a;
33
+ this.w = a;
34
34
  this.g("Height");
35
35
  }
36
36
  get_type() {
37
37
  return "Legend";
38
38
  }
39
39
  get orientation() {
40
- return this.v;
40
+ return this.x;
41
41
  }
42
42
  set orientation(a) {
43
- this.v = a;
43
+ this.x = a;
44
44
  this.g("Orientation");
45
45
  }
46
46
  get textColor() {
47
- return this.w;
47
+ return this.y;
48
48
  }
49
49
  set textColor(a) {
50
- this.w = a;
50
+ this.y = a;
51
51
  this.g("TextColor");
52
52
  }
53
53
  get textStyle() {
54
- return this.x;
54
+ return this.z;
55
55
  }
56
56
  set textStyle(a) {
57
- this.x = a;
57
+ this.z = a;
58
58
  this.g("TextStyle");
59
59
  }
60
60
  }
@@ -0,0 +1,26 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Description } from "./Description";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let LegendSizeChangedEventArgsDescription = /*@__PURE__*/ (() => {
13
+ class LegendSizeChangedEventArgsDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ }
17
+ get_type() {
18
+ return "LegendSizeChangedEventArgs";
19
+ }
20
+ get type() {
21
+ return this.get_type();
22
+ }
23
+ }
24
+ LegendSizeChangedEventArgsDescription.$t = markType(LegendSizeChangedEventArgsDescription, 'LegendSizeChangedEventArgsDescription', Description.$);
25
+ return LegendSizeChangedEventArgsDescription;
26
+ })();
@@ -0,0 +1,36 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, String_$type, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { LegendSizeChangedEventArgsDescription } from "./LegendSizeChangedEventArgsDescription";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let LegendSizeChangedEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
14
+ class LegendSizeChangedEventArgsDescriptionMetadata extends Base {
15
+ static b(a) {
16
+ if (LegendSizeChangedEventArgsDescriptionMetadata.a == null) {
17
+ LegendSizeChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
18
+ LegendSizeChangedEventArgsDescriptionMetadata.c(LegendSizeChangedEventArgsDescriptionMetadata.a);
19
+ }
20
+ if (a.k(LegendSizeChangedEventArgsDescriptionMetadata.a)) {
21
+ return;
22
+ }
23
+ a.ac(LegendSizeChangedEventArgsDescriptionMetadata.a);
24
+ }
25
+ static c(a) {
26
+ }
27
+ static d(a) {
28
+ LegendSizeChangedEventArgsDescriptionMetadata.b(a);
29
+ a.ae("LegendSizeChangedEventArgs", () => new LegendSizeChangedEventArgsDescription());
30
+ a.ad("LegendSizeChangedEventArgs", LegendSizeChangedEventArgsDescriptionMetadata.a);
31
+ }
32
+ }
33
+ LegendSizeChangedEventArgsDescriptionMetadata.$t = markType(LegendSizeChangedEventArgsDescriptionMetadata, 'LegendSizeChangedEventArgsDescriptionMetadata');
34
+ LegendSizeChangedEventArgsDescriptionMetadata.a = null;
35
+ return LegendSizeChangedEventArgsDescriptionMetadata;
36
+ })();
@@ -13,112 +13,112 @@ export let NumericCellInfoDescription = /*@__PURE__*/ (() => {
13
13
  class NumericCellInfoDescription extends CellInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.fs = 0;
17
- this.fo = false;
18
- this.f2 = null;
19
- this.fl = null;
20
- this.f1 = null;
16
+ this.fu = 0;
17
+ this.fq = false;
18
+ this.f4 = null;
19
+ this.fn = null;
21
20
  this.f3 = null;
22
21
  this.f5 = null;
23
- this.f4 = null;
22
+ this.f7 = null;
24
23
  this.f6 = null;
25
- this.fu = 0;
26
- this.fv = 0;
24
+ this.f8 = null;
27
25
  this.fw = 0;
28
- this.fp = false;
26
+ this.fx = 0;
27
+ this.fy = 0;
28
+ this.fr = false;
29
29
  }
30
30
  get_type() {
31
31
  return "NumericCellInfo";
32
32
  }
33
33
  get numericValue() {
34
- return this.fs;
34
+ return this.fu;
35
35
  }
36
36
  set numericValue(a) {
37
- this.fs = a;
37
+ this.fu = a;
38
38
  this.g("NumericValue");
39
39
  }
40
40
  get hasDecimalValue() {
41
- return this.fo;
41
+ return this.fq;
42
42
  }
43
43
  set hasDecimalValue(a) {
44
- this.fo = a;
44
+ this.fq = a;
45
45
  this.g("HasDecimalValue");
46
46
  }
47
47
  get formatStringOverride() {
48
- return this.f2;
48
+ return this.f4;
49
49
  }
50
50
  set formatStringOverride(a) {
51
- this.f2 = a;
51
+ this.f4 = a;
52
52
  this.g("FormatStringOverride");
53
53
  }
54
54
  get formatSpecifiers() {
55
- return this.fl;
55
+ return this.fn;
56
56
  }
57
57
  set formatSpecifiers(a) {
58
- this.fl = a;
58
+ this.fn = a;
59
59
  this.g("FormatSpecifiers");
60
60
  }
61
61
  get formatOverrideRef() {
62
- return this.f1;
62
+ return this.f3;
63
63
  }
64
64
  set formatOverrideRef(a) {
65
- this.f1 = a;
65
+ this.f3 = a;
66
66
  this.g("FormatOverrideRef");
67
67
  }
68
68
  get negativePrefix() {
69
- return this.f3;
69
+ return this.f5;
70
70
  }
71
71
  set negativePrefix(a) {
72
- this.f3 = a;
72
+ this.f5 = a;
73
73
  this.g("NegativePrefix");
74
74
  }
75
75
  get positivePrefix() {
76
- return this.f5;
76
+ return this.f7;
77
77
  }
78
78
  set positivePrefix(a) {
79
- this.f5 = a;
79
+ this.f7 = a;
80
80
  this.g("PositivePrefix");
81
81
  }
82
82
  get negativeSuffix() {
83
- return this.f4;
83
+ return this.f6;
84
84
  }
85
85
  set negativeSuffix(a) {
86
- this.f4 = a;
86
+ this.f6 = a;
87
87
  this.g("NegativeSuffix");
88
88
  }
89
89
  get positiveSuffix() {
90
- return this.f6;
90
+ return this.f8;
91
91
  }
92
92
  set positiveSuffix(a) {
93
- this.f6 = a;
93
+ this.f8 = a;
94
94
  this.g("PositiveSuffix");
95
95
  }
96
96
  get maxFractionDigits() {
97
- return this.fu;
97
+ return this.fw;
98
98
  }
99
99
  set maxFractionDigits(a) {
100
- this.fu = a;
100
+ this.fw = a;
101
101
  this.g("MaxFractionDigits");
102
102
  }
103
103
  get minFractionDigits() {
104
- return this.fv;
104
+ return this.fx;
105
105
  }
106
106
  set minFractionDigits(a) {
107
- this.fv = a;
107
+ this.fx = a;
108
108
  this.g("MinFractionDigits");
109
109
  }
110
110
  get minIntegerDigits() {
111
- return this.fw;
111
+ return this.fy;
112
112
  }
113
113
  set minIntegerDigits(a) {
114
- this.fw = a;
114
+ this.fy = a;
115
115
  this.g("MinIntegerDigits");
116
116
  }
117
117
  get showGroupingSeparator() {
118
- return this.fp;
118
+ return this.fr;
119
119
  }
120
120
  set showGroupingSeparator(a) {
121
- this.fp = a;
121
+ this.fr = a;
122
122
  this.g("ShowGroupingSeparator");
123
123
  }
124
124
  }