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,32 +13,32 @@ export let SectionHeaderCellInfoDescription = /*@__PURE__*/ (() => {
13
13
  class SectionHeaderCellInfoDescription extends CellInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.fo = null;
17
- this.fn = null;
16
+ this.fq = null;
18
17
  this.fp = null;
18
+ this.fr = null;
19
19
  }
20
20
  get_type() {
21
21
  return "SectionHeaderCellInfo";
22
22
  }
23
23
  get resolvedText() {
24
- return this.fo;
24
+ return this.fq;
25
25
  }
26
26
  set resolvedText(a) {
27
- this.fo = a;
27
+ this.fq = a;
28
28
  this.g("ResolvedText");
29
29
  }
30
30
  get resolvedSummaryText() {
31
- return this.fn;
31
+ return this.fp;
32
32
  }
33
33
  set resolvedSummaryText(a) {
34
- this.fn = a;
34
+ this.fp = a;
35
35
  this.g("ResolvedSummaryText");
36
36
  }
37
37
  get summaryDisplayMode() {
38
- return this.fp;
38
+ return this.fr;
39
39
  }
40
40
  set summaryDisplayMode(a) {
41
- this.fp = a;
41
+ this.fr = a;
42
42
  this.g("SummaryDisplayMode");
43
43
  }
44
44
  }
@@ -13,64 +13,64 @@ export let SummaryCellInfoDescription = /*@__PURE__*/ (() => {
13
13
  class SummaryCellInfoDescription extends CellInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.fp = null;
17
- this.fq = null;
18
- this.fu = null;
19
16
  this.fr = null;
20
- this.fm = 0;
21
17
  this.fs = null;
18
+ this.fw = null;
22
19
  this.ft = null;
20
+ this.fo = 0;
21
+ this.fu = null;
22
+ this.fv = null;
23
23
  }
24
24
  get_type() {
25
25
  return "SummaryCellInfo";
26
26
  }
27
27
  get resolvedSummaryLabel() {
28
- return this.fp;
28
+ return this.fr;
29
29
  }
30
30
  set resolvedSummaryLabel(a) {
31
- this.fp = a;
31
+ this.fr = a;
32
32
  this.g("ResolvedSummaryLabel");
33
33
  }
34
34
  get resolvedSummaryValue() {
35
- return this.fq;
35
+ return this.fs;
36
36
  }
37
37
  set resolvedSummaryValue(a) {
38
- this.fq = a;
38
+ this.fs = a;
39
39
  this.g("ResolvedSummaryValue");
40
40
  }
41
41
  get summaryLabelTextColor() {
42
- return this.fu;
42
+ return this.fw;
43
43
  }
44
44
  set summaryLabelTextColor(a) {
45
- this.fu = a;
45
+ this.fw = a;
46
46
  this.g("SummaryLabelTextColor");
47
47
  }
48
48
  get summaryLabelFontFamily() {
49
- return this.fr;
49
+ return this.ft;
50
50
  }
51
51
  set summaryLabelFontFamily(a) {
52
- this.fr = a;
52
+ this.ft = a;
53
53
  this.g("SummaryLabelFontFamily");
54
54
  }
55
55
  get summaryLabelFontSize() {
56
- return this.fm;
56
+ return this.fo;
57
57
  }
58
58
  set summaryLabelFontSize(a) {
59
- this.fm = a;
59
+ this.fo = a;
60
60
  this.g("SummaryLabelFontSize");
61
61
  }
62
62
  get summaryLabelFontStyle() {
63
- return this.fs;
63
+ return this.fu;
64
64
  }
65
65
  set summaryLabelFontStyle(a) {
66
- this.fs = a;
66
+ this.fu = a;
67
67
  this.g("SummaryLabelFontStyle");
68
68
  }
69
69
  get summaryLabelFontWeight() {
70
- return this.ft;
70
+ return this.fv;
71
71
  }
72
72
  set summaryLabelFontWeight(a) {
73
- this.ft = a;
73
+ this.fv = a;
74
74
  this.g("SummaryLabelFontWeight");
75
75
  }
76
76
  }
@@ -13,16 +13,16 @@ export let TemplateCellInfoDescription = /*@__PURE__*/ (() => {
13
13
  class TemplateCellInfoDescription extends CellInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.fn = null;
16
+ this.fp = null;
17
17
  }
18
18
  get_type() {
19
19
  return "TemplateCellInfo";
20
20
  }
21
21
  get valueRef() {
22
- return this.fn;
22
+ return this.fp;
23
23
  }
24
24
  set valueRef(a) {
25
- this.fn = a;
25
+ this.fp = a;
26
26
  this.g("ValueRef");
27
27
  }
28
28
  }
@@ -13,24 +13,24 @@ export let TemplateColumnDescription = /*@__PURE__*/ (() => {
13
13
  class TemplateColumnDescription extends DataGridColumnDescription {
14
14
  constructor() {
15
15
  super();
16
- this.f4 = null;
17
- this.f3 = null;
16
+ this.f6 = null;
17
+ this.f5 = null;
18
18
  }
19
19
  get templateRef() {
20
- return this.f4;
20
+ return this.f6;
21
21
  }
22
22
  set templateRef(a) {
23
- this.f4 = a;
23
+ this.f6 = a;
24
24
  this.g("TemplateRef");
25
25
  }
26
26
  get_type() {
27
27
  return "TemplateColumn";
28
28
  }
29
29
  get cellUpdatingRef() {
30
- return this.f3;
30
+ return this.f5;
31
31
  }
32
32
  set cellUpdatingRef(a) {
33
- this.f3 = a;
33
+ this.f5 = a;
34
34
  this.g("CellUpdatingRef");
35
35
  }
36
36
  }
@@ -13,16 +13,16 @@ export let TemplateHeaderCellInfoDescription = /*@__PURE__*/ (() => {
13
13
  class TemplateHeaderCellInfoDescription extends TemplateCellInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.fq = false;
16
+ this.fs = false;
17
17
  }
18
18
  get_type() {
19
19
  return "TemplateHeaderCellInfo";
20
20
  }
21
21
  get isFilterUIVisible() {
22
- return this.fq;
22
+ return this.fs;
23
23
  }
24
24
  set isFilterUIVisible(a) {
25
- this.fq = a;
25
+ this.fs = a;
26
26
  this.g("IsFilterUIVisible");
27
27
  }
28
28
  }
@@ -13,16 +13,16 @@ export let TextCellInfoDescription = /*@__PURE__*/ (() => {
13
13
  class TextCellInfoDescription extends CellInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.fn = null;
16
+ this.fp = null;
17
17
  }
18
18
  get_type() {
19
19
  return "TextCellInfo";
20
20
  }
21
21
  get textValue() {
22
- return this.fn;
22
+ return this.fp;
23
23
  }
24
24
  set textValue(a) {
25
- this.fn = a;
25
+ this.fp = a;
26
26
  this.g("TextValue");
27
27
  }
28
28
  }
@@ -13,48 +13,48 @@ export let TextColumnDescription = /*@__PURE__*/ (() => {
13
13
  class TextColumnDescription extends DataGridColumnDescription {
14
14
  constructor() {
15
15
  super();
16
+ this.f9 = null;
16
17
  this.f7 = null;
17
- this.f5 = null;
18
- this.f1 = null;
19
- this.f6 = null;
18
+ this.f3 = null;
20
19
  this.f8 = null;
20
+ this.ga = null;
21
21
  }
22
22
  get_type() {
23
23
  return "TextColumn";
24
24
  }
25
25
  get editorType() {
26
- return this.f7;
26
+ return this.f9;
27
27
  }
28
28
  set editorType(a) {
29
- this.f7 = a;
29
+ this.f9 = a;
30
30
  this.g("EditorType");
31
31
  }
32
32
  get editorDataSourceRef() {
33
- return this.f5;
33
+ return this.f7;
34
34
  }
35
35
  set editorDataSourceRef(a) {
36
- this.f5 = a;
36
+ this.f7 = a;
37
37
  this.g("EditorDataSourceRef");
38
38
  }
39
39
  get editorDataSource() {
40
- return this.f1;
40
+ return this.f3;
41
41
  }
42
42
  set editorDataSource(a) {
43
- this.f1 = a;
43
+ this.f3 = a;
44
44
  this.g("EditorDataSource");
45
45
  }
46
46
  get editorTextField() {
47
- return this.f6;
47
+ return this.f8;
48
48
  }
49
49
  set editorTextField(a) {
50
- this.f6 = a;
50
+ this.f8 = a;
51
51
  this.g("EditorTextField");
52
52
  }
53
53
  get editorValueField() {
54
- return this.f8;
54
+ return this.ga;
55
55
  }
56
56
  set editorValueField(a) {
57
- this.f8 = a;
57
+ this.ga = a;
58
58
  this.g("EditorValueField");
59
59
  }
60
60
  }
@@ -13,48 +13,48 @@ export let TextHeaderCellInfoDescription = /*@__PURE__*/ (() => {
13
13
  class TextHeaderCellInfoDescription extends TextCellInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.fq = false;
17
- this.fw = null;
18
- this.ft = null;
16
+ this.fs = false;
17
+ this.fy = null;
19
18
  this.fv = null;
20
- this.fu = null;
19
+ this.fx = null;
20
+ this.fw = null;
21
21
  }
22
22
  get_type() {
23
23
  return "TextHeaderCellInfo";
24
24
  }
25
25
  get isColumnOptionsEnabled() {
26
- return this.fq;
26
+ return this.fs;
27
27
  }
28
28
  set isColumnOptionsEnabled(a) {
29
- this.fq = a;
29
+ this.fs = a;
30
30
  this.g("IsColumnOptionsEnabled");
31
31
  }
32
32
  get sortIndicatorStyle() {
33
- return this.fw;
33
+ return this.fy;
34
34
  }
35
35
  set sortIndicatorStyle(a) {
36
- this.fw = a;
36
+ this.fy = a;
37
37
  this.g("SortIndicatorStyle");
38
38
  }
39
39
  get columnOptionsIconAlignment() {
40
- return this.ft;
40
+ return this.fv;
41
41
  }
42
42
  set columnOptionsIconAlignment(a) {
43
- this.ft = a;
43
+ this.fv = a;
44
44
  this.g("ColumnOptionsIconAlignment");
45
45
  }
46
46
  get columnOptionsIconColor() {
47
- return this.fv;
47
+ return this.fx;
48
48
  }
49
49
  set columnOptionsIconColor(a) {
50
- this.fv = a;
50
+ this.fx = a;
51
51
  this.g("ColumnOptionsIconColor");
52
52
  }
53
53
  get columnOptionsIconBehavior() {
54
- return this.fu;
54
+ return this.fw;
55
55
  }
56
56
  set columnOptionsIconBehavior(a) {
57
- this.fu = a;
57
+ this.fw = a;
58
58
  this.g("ColumnOptionsIconBehavior");
59
59
  }
60
60
  }
@@ -13,16 +13,16 @@ export let ToolActionButtonInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionButtonInfoDescription extends ToolActionInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.bi = null;
16
+ this.bo = null;
17
17
  }
18
18
  get_type() {
19
19
  return "ToolActionButtonInfo";
20
20
  }
21
21
  get displayType() {
22
- return this.bi;
22
+ return this.bo;
23
23
  }
24
24
  set displayType(a) {
25
- this.bi = a;
25
+ this.bo = a;
26
26
  this.g("DisplayType");
27
27
  }
28
28
  }
@@ -17,6 +17,9 @@ export let ToolActionButtonPairInfo = /*@__PURE__*/ (() => {
17
17
  this._leftCommandArgument = null;
18
18
  this._leftIconName = null;
19
19
  this._leftIconCollectionName = null;
20
+ this._leftIconFill = null;
21
+ this._leftIconStroke = null;
22
+ this._leftIconStrokeWidth = 0;
20
23
  this._isToggleDisabled = false;
21
24
  this._leftIconViewBoxLeft = 0;
22
25
  this._leftIconViewBoxTop = 0;
@@ -26,6 +29,9 @@ export let ToolActionButtonPairInfo = /*@__PURE__*/ (() => {
26
29
  this._rightCommandArgument = null;
27
30
  this._rightIconName = null;
28
31
  this._rightIconCollectionName = null;
32
+ this._rightIconFill = null;
33
+ this._rightIconStroke = null;
34
+ this._rightIconStrokeWidth = 0;
29
35
  this._rightIconViewBoxLeft = 0;
30
36
  this._rightIconViewBoxTop = 0;
31
37
  this._rightIconViewBoxWidth = 0;
@@ -34,10 +40,12 @@ export let ToolActionButtonPairInfo = /*@__PURE__*/ (() => {
34
40
  this.leftIconViewBoxTop = NaN;
35
41
  this.leftIconViewBoxWidth = NaN;
36
42
  this.leftIconViewBoxHeight = NaN;
43
+ this.leftIconStrokeWidth = NaN;
37
44
  this.rightIconViewBoxLeft = NaN;
38
45
  this.rightIconViewBoxTop = NaN;
39
46
  this.rightIconViewBoxWidth = NaN;
40
47
  this.rightIconViewBoxHeight = NaN;
48
+ this.rightIconStrokeWidth = NaN;
41
49
  }
42
50
  get_d() {
43
51
  return 13;
@@ -66,6 +74,24 @@ export let ToolActionButtonPairInfo = /*@__PURE__*/ (() => {
66
74
  set leftIconCollectionName(a) {
67
75
  this._leftIconCollectionName = a;
68
76
  }
77
+ get leftIconFill() {
78
+ return this._leftIconFill;
79
+ }
80
+ set leftIconFill(a) {
81
+ this._leftIconFill = a;
82
+ }
83
+ get leftIconStroke() {
84
+ return this._leftIconStroke;
85
+ }
86
+ set leftIconStroke(a) {
87
+ this._leftIconStroke = a;
88
+ }
89
+ get leftIconStrokeWidth() {
90
+ return this._leftIconStrokeWidth;
91
+ }
92
+ set leftIconStrokeWidth(a) {
93
+ this._leftIconStrokeWidth = a;
94
+ }
69
95
  get isToggleDisabled() {
70
96
  return this._isToggleDisabled;
71
97
  }
@@ -120,6 +146,24 @@ export let ToolActionButtonPairInfo = /*@__PURE__*/ (() => {
120
146
  set rightIconCollectionName(a) {
121
147
  this._rightIconCollectionName = a;
122
148
  }
149
+ get rightIconFill() {
150
+ return this._rightIconFill;
151
+ }
152
+ set rightIconFill(a) {
153
+ this._rightIconFill = a;
154
+ }
155
+ get rightIconStroke() {
156
+ return this._rightIconStroke;
157
+ }
158
+ set rightIconStroke(a) {
159
+ this._rightIconStroke = a;
160
+ }
161
+ get rightIconStrokeWidth() {
162
+ return this._rightIconStrokeWidth;
163
+ }
164
+ set rightIconStrokeWidth(a) {
165
+ this._rightIconStrokeWidth = a;
166
+ }
123
167
  get rightIconViewBoxLeft() {
124
168
  return this._rightIconViewBoxLeft;
125
169
  }
@@ -13,144 +13,144 @@ export let ToolActionButtonPairInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionButtonPairInfoDescription extends ToolActionInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.b3 = null;
17
- this.b0 = null;
18
- this.b2 = null;
19
- this.b1 = null;
20
- this.bh = false;
21
- this.bk = 0;
22
- this.bl = 0;
23
- this.bm = 0;
24
- this.bj = 0;
25
- this.b7 = null;
26
- this.b4 = null;
16
+ this.b9 = null;
27
17
  this.b6 = null;
28
- this.b5 = null;
29
- this.bo = 0;
30
- this.bp = 0;
18
+ this.b8 = null;
19
+ this.b7 = null;
20
+ this.bn = false;
31
21
  this.bq = 0;
32
- this.bn = 0;
22
+ this.br = 0;
23
+ this.bs = 0;
24
+ this.bp = 0;
25
+ this.cd = null;
26
+ this.ca = null;
27
+ this.cc = null;
28
+ this.cb = null;
29
+ this.bu = 0;
30
+ this.bv = 0;
31
+ this.bw = 0;
32
+ this.bt = 0;
33
33
  }
34
34
  get_type() {
35
35
  return "ToolActionButtonPairInfo";
36
36
  }
37
37
  get leftTitle() {
38
- return this.b3;
38
+ return this.b9;
39
39
  }
40
40
  set leftTitle(a) {
41
- this.b3 = a;
41
+ this.b9 = a;
42
42
  this.g("LeftTitle");
43
43
  }
44
44
  get leftCommandArgument() {
45
- return this.b0;
45
+ return this.b6;
46
46
  }
47
47
  set leftCommandArgument(a) {
48
- this.b0 = a;
48
+ this.b6 = a;
49
49
  this.g("LeftCommandArgument");
50
50
  }
51
51
  get leftIconName() {
52
- return this.b2;
52
+ return this.b8;
53
53
  }
54
54
  set leftIconName(a) {
55
- this.b2 = a;
55
+ this.b8 = a;
56
56
  this.g("LeftIconName");
57
57
  }
58
58
  get leftIconCollectionName() {
59
- return this.b1;
59
+ return this.b7;
60
60
  }
61
61
  set leftIconCollectionName(a) {
62
- this.b1 = a;
62
+ this.b7 = a;
63
63
  this.g("LeftIconCollectionName");
64
64
  }
65
65
  get isToggleDisabled() {
66
- return this.bh;
66
+ return this.bn;
67
67
  }
68
68
  set isToggleDisabled(a) {
69
- this.bh = a;
69
+ this.bn = a;
70
70
  this.g("IsToggleDisabled");
71
71
  }
72
72
  get leftIconViewBoxLeft() {
73
- return this.bk;
73
+ return this.bq;
74
74
  }
75
75
  set leftIconViewBoxLeft(a) {
76
- this.bk = a;
76
+ this.bq = a;
77
77
  this.g("LeftIconViewBoxLeft");
78
78
  }
79
79
  get leftIconViewBoxTop() {
80
- return this.bl;
80
+ return this.br;
81
81
  }
82
82
  set leftIconViewBoxTop(a) {
83
- this.bl = a;
83
+ this.br = a;
84
84
  this.g("LeftIconViewBoxTop");
85
85
  }
86
86
  get leftIconViewBoxWidth() {
87
- return this.bm;
87
+ return this.bs;
88
88
  }
89
89
  set leftIconViewBoxWidth(a) {
90
- this.bm = a;
90
+ this.bs = a;
91
91
  this.g("LeftIconViewBoxWidth");
92
92
  }
93
93
  get leftIconViewBoxHeight() {
94
- return this.bj;
94
+ return this.bp;
95
95
  }
96
96
  set leftIconViewBoxHeight(a) {
97
- this.bj = a;
97
+ this.bp = a;
98
98
  this.g("LeftIconViewBoxHeight");
99
99
  }
100
100
  get rightTitle() {
101
- return this.b7;
101
+ return this.cd;
102
102
  }
103
103
  set rightTitle(a) {
104
- this.b7 = a;
104
+ this.cd = a;
105
105
  this.g("RightTitle");
106
106
  }
107
107
  get rightCommandArgument() {
108
- return this.b4;
108
+ return this.ca;
109
109
  }
110
110
  set rightCommandArgument(a) {
111
- this.b4 = a;
111
+ this.ca = a;
112
112
  this.g("RightCommandArgument");
113
113
  }
114
114
  get rightIconName() {
115
- return this.b6;
115
+ return this.cc;
116
116
  }
117
117
  set rightIconName(a) {
118
- this.b6 = a;
118
+ this.cc = a;
119
119
  this.g("RightIconName");
120
120
  }
121
121
  get rightIconCollectionName() {
122
- return this.b5;
122
+ return this.cb;
123
123
  }
124
124
  set rightIconCollectionName(a) {
125
- this.b5 = a;
125
+ this.cb = a;
126
126
  this.g("RightIconCollectionName");
127
127
  }
128
128
  get rightIconViewBoxLeft() {
129
- return this.bo;
129
+ return this.bu;
130
130
  }
131
131
  set rightIconViewBoxLeft(a) {
132
- this.bo = a;
132
+ this.bu = a;
133
133
  this.g("RightIconViewBoxLeft");
134
134
  }
135
135
  get rightIconViewBoxTop() {
136
- return this.bp;
136
+ return this.bv;
137
137
  }
138
138
  set rightIconViewBoxTop(a) {
139
- this.bp = a;
139
+ this.bv = a;
140
140
  this.g("RightIconViewBoxTop");
141
141
  }
142
142
  get rightIconViewBoxWidth() {
143
- return this.bq;
143
+ return this.bw;
144
144
  }
145
145
  set rightIconViewBoxWidth(a) {
146
- this.bq = a;
146
+ this.bw = a;
147
147
  this.g("RightIconViewBoxWidth");
148
148
  }
149
149
  get rightIconViewBoxHeight() {
150
- return this.bn;
150
+ return this.bt;
151
151
  }
152
152
  set rightIconViewBoxHeight(a) {
153
- this.bn = a;
153
+ this.bt = a;
154
154
  this.g("RightIconViewBoxHeight");
155
155
  }
156
156
  }
@@ -13,16 +13,16 @@ export let ToolActionCheckboxInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionCheckboxInfoDescription extends ToolActionInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.bh = false;
16
+ this.bn = false;
17
17
  }
18
18
  get_type() {
19
19
  return "ToolActionCheckboxInfo";
20
20
  }
21
21
  get isChecked() {
22
- return this.bh;
22
+ return this.bn;
23
23
  }
24
24
  set isChecked(a) {
25
- this.bh = a;
25
+ this.bn = a;
26
26
  this.g("IsChecked");
27
27
  }
28
28
  }