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,48 +13,48 @@ export let ToolActionCheckboxListInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionCheckboxListInfoDescription extends ToolActionInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.bn = null;
16
+ this.bt = null;
17
+ this.bs = null;
18
+ this.bu = null;
19
+ this.bp = false;
17
20
  this.bm = null;
18
- this.bo = null;
19
- this.bj = false;
20
- this.bg = null;
21
21
  }
22
22
  get_type() {
23
23
  return "ToolActionCheckboxListInfo";
24
24
  }
25
25
  get dataSourceRef() {
26
- return this.bn;
26
+ return this.bt;
27
27
  }
28
28
  set dataSourceRef(a) {
29
- this.bn = a;
29
+ this.bt = a;
30
30
  this.g("DataSourceRef");
31
31
  }
32
32
  get dataMemberPath() {
33
- return this.bm;
33
+ return this.bs;
34
34
  }
35
35
  set dataMemberPath(a) {
36
- this.bm = a;
36
+ this.bs = a;
37
37
  this.g("DataMemberPath");
38
38
  }
39
39
  get selectedMemberPath() {
40
- return this.bo;
40
+ return this.bu;
41
41
  }
42
42
  set selectedMemberPath(a) {
43
- this.bo = a;
43
+ this.bu = a;
44
44
  this.g("SelectedMemberPath");
45
45
  }
46
46
  get showSelectAll() {
47
- return this.bj;
47
+ return this.bp;
48
48
  }
49
49
  set showSelectAll(a) {
50
- this.bj = a;
50
+ this.bp = a;
51
51
  this.g("ShowSelectAll");
52
52
  }
53
53
  get primaryKey() {
54
- return this.bg;
54
+ return this.bm;
55
55
  }
56
56
  set primaryKey(a) {
57
- this.bg = a;
57
+ this.bm = a;
58
58
  this.g("PrimaryKey");
59
59
  }
60
60
  }
@@ -13,16 +13,16 @@ export let ToolActionColorEditorInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionColorEditorInfoDescription 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 "ToolActionColorEditorInfo";
20
20
  }
21
21
  get value() {
22
- return this.bi;
22
+ return this.bo;
23
23
  }
24
24
  set value(a) {
25
- this.bi = a;
25
+ this.bo = a;
26
26
  this.g("Value");
27
27
  }
28
28
  }
@@ -13,40 +13,40 @@ export let ToolActionComboInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionComboInfoDescription extends ToolActionInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.bi = null;
17
- this.bj = null;
18
- this.bl = null;
19
- this.bk = null;
16
+ this.bo = null;
17
+ this.bp = null;
18
+ this.br = null;
19
+ this.bq = null;
20
20
  }
21
21
  get_type() {
22
22
  return "ToolActionComboInfo";
23
23
  }
24
24
  get dataSourceRef() {
25
- return this.bi;
25
+ return this.bo;
26
26
  }
27
27
  set dataSourceRef(a) {
28
- this.bi = a;
28
+ this.bo = a;
29
29
  this.g("DataSourceRef");
30
30
  }
31
31
  get displayMemberPath() {
32
- return this.bj;
32
+ return this.bp;
33
33
  }
34
34
  set displayMemberPath(a) {
35
- this.bj = a;
35
+ this.bp = a;
36
36
  this.g("DisplayMemberPath");
37
37
  }
38
38
  get valueMemberPath() {
39
- return this.bl;
39
+ return this.br;
40
40
  }
41
41
  set valueMemberPath(a) {
42
- this.bl = a;
42
+ this.br = a;
43
43
  this.g("ValueMemberPath");
44
44
  }
45
45
  get selectedValuesRef() {
46
- return this.bk;
46
+ return this.bq;
47
47
  }
48
48
  set selectedValuesRef(a) {
49
- this.bk = a;
49
+ this.bq = a;
50
50
  this.g("SelectedValuesRef");
51
51
  }
52
52
  }
@@ -15,7 +15,7 @@ export let ToolActionFieldSelectorInfo = /*@__PURE__*/ (() => {
15
15
  super(...arguments);
16
16
  this._dataSource = null;
17
17
  this._fieldType = 0;
18
- this.ah = null;
18
+ this.ak = null;
19
19
  this._updateDataSource = false;
20
20
  this._singleSelection = false;
21
21
  this._aggregations = null;
@@ -13,64 +13,64 @@ export let ToolActionFieldSelectorInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionFieldSelectorInfoDescription extends ToolActionInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.bn = null;
17
- this.bo = null;
18
- this.bi = false;
19
- this.bh = false;
20
- this.bm = null;
21
- this.bp = null;
22
- this.bq = null;
16
+ this.bt = null;
17
+ this.bu = null;
18
+ this.bo = false;
19
+ this.bn = false;
20
+ this.bs = null;
21
+ this.bv = null;
22
+ this.bw = null;
23
23
  }
24
24
  get_type() {
25
25
  return "ToolActionFieldSelectorInfo";
26
26
  }
27
27
  get dataSourceRef() {
28
- return this.bn;
28
+ return this.bt;
29
29
  }
30
30
  set dataSourceRef(a) {
31
- this.bn = a;
31
+ this.bt = a;
32
32
  this.g("DataSourceRef");
33
33
  }
34
34
  get fieldType() {
35
- return this.bo;
35
+ return this.bu;
36
36
  }
37
37
  set fieldType(a) {
38
- this.bo = a;
38
+ this.bu = a;
39
39
  this.g("FieldType");
40
40
  }
41
41
  get updateDataSource() {
42
- return this.bi;
42
+ return this.bo;
43
43
  }
44
44
  set updateDataSource(a) {
45
- this.bi = a;
45
+ this.bo = a;
46
46
  this.g("UpdateDataSource");
47
47
  }
48
48
  get singleSelection() {
49
- return this.bh;
49
+ return this.bn;
50
50
  }
51
51
  set singleSelection(a) {
52
- this.bh = a;
52
+ this.bn = a;
53
53
  this.g("SingleSelection");
54
54
  }
55
55
  get aggregationsRef() {
56
- return this.bm;
56
+ return this.bs;
57
57
  }
58
58
  set aggregationsRef(a) {
59
- this.bm = a;
59
+ this.bs = a;
60
60
  this.g("AggregationsRef");
61
61
  }
62
62
  get rulesRef() {
63
- return this.bp;
63
+ return this.bv;
64
64
  }
65
65
  set rulesRef(a) {
66
- this.bp = a;
66
+ this.bv = a;
67
67
  this.g("RulesRef");
68
68
  }
69
69
  get selectedAggregationsRef() {
70
- return this.bq;
70
+ return this.bw;
71
71
  }
72
72
  set selectedAggregationsRef(a) {
73
- this.bq = a;
73
+ this.bw = a;
74
74
  this.g("SelectedAggregationsRef");
75
75
  }
76
76
  }
@@ -13,24 +13,24 @@ export let ToolActionIconButtonInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionIconButtonInfoDescription extends ToolActionInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.bj = 0;
17
- this.bh = false;
16
+ this.bp = 0;
17
+ this.bn = false;
18
18
  }
19
19
  get_type() {
20
20
  return "ToolActionIconButtonInfo";
21
21
  }
22
22
  get tooltipDelay() {
23
- return this.bj;
23
+ return this.bp;
24
24
  }
25
25
  set tooltipDelay(a) {
26
- this.bj = a;
26
+ this.bp = a;
27
27
  this.g("TooltipDelay");
28
28
  }
29
29
  get isMenuOpenOnStart() {
30
- return this.bh;
30
+ return this.bn;
31
31
  }
32
32
  set isMenuOpenOnStart(a) {
33
- this.bh = a;
33
+ this.bn = a;
34
34
  this.g("IsMenuOpenOnStart");
35
35
  }
36
36
  }
@@ -13,16 +13,16 @@ export let ToolActionIconMenuInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionIconMenuInfoDescription extends ToolActionIconButtonInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.bn = false;
16
+ this.bt = false;
17
17
  }
18
18
  get_type() {
19
19
  return "ToolActionIconMenuInfo";
20
20
  }
21
21
  get showArrowIcon() {
22
- return this.bn;
22
+ return this.bt;
23
23
  }
24
24
  set showArrowIcon(a) {
25
- this.bn = a;
25
+ this.bt = a;
26
26
  this.g("ShowArrowIcon");
27
27
  }
28
28
  }
@@ -31,6 +31,9 @@ export let ToolActionInfo = /*@__PURE__*/ (() => {
31
31
  this._iconViewBoxHeight = 0;
32
32
  this._iconWidth = 0;
33
33
  this._iconHeight = 0;
34
+ this._iconFill = null;
35
+ this._iconStroke = null;
36
+ this._iconStrokeWidth = 0;
34
37
  this._subPanelRowHeight = 0;
35
38
  this._height = 0;
36
39
  this._isDisabled = false;
@@ -49,6 +52,7 @@ export let ToolActionInfo = /*@__PURE__*/ (() => {
49
52
  this.iconViewBoxHeight = NaN;
50
53
  this.iconWidth = NaN;
51
54
  this.iconHeight = NaN;
55
+ this.iconStrokeWidth = NaN;
52
56
  this.paddingLeft = NaN;
53
57
  this.paddingRight = NaN;
54
58
  this.paddingBottom = NaN;
@@ -171,6 +175,24 @@ export let ToolActionInfo = /*@__PURE__*/ (() => {
171
175
  set iconHeight(a) {
172
176
  this._iconHeight = a;
173
177
  }
178
+ get iconFill() {
179
+ return this._iconFill;
180
+ }
181
+ set iconFill(a) {
182
+ this._iconFill = a;
183
+ }
184
+ get iconStroke() {
185
+ return this._iconStroke;
186
+ }
187
+ set iconStroke(a) {
188
+ this._iconStroke = a;
189
+ }
190
+ get iconStrokeWidth() {
191
+ return this._iconStrokeWidth;
192
+ }
193
+ set iconStrokeWidth(a) {
194
+ this._iconStrokeWidth = a;
195
+ }
174
196
  get subPanelRowHeight() {
175
197
  return this._subPanelRowHeight;
176
198
  }
@@ -13,33 +13,36 @@ export let ToolActionInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionInfoDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.az = null;
16
+ this.a3 = null;
17
+ this.av = null;
17
18
  this.at = null;
18
- this.ar = null;
19
- this.as = null;
20
- this.aa = 0;
19
+ this.au = null;
21
20
  this.ab = 0;
22
- this.z = 0;
23
21
  this.ac = 0;
24
- this.ay = null;
22
+ this.aa = 0;
23
+ this.ad = 0;
25
24
  this.a2 = null;
25
+ this.a6 = null;
26
+ this.a4 = null;
26
27
  this.a0 = null;
27
- this.ax = null;
28
- this.aw = null;
29
- this.v = 0;
28
+ this.ay = null;
30
29
  this.w = 0;
31
30
  this.x = 0;
32
- this.u = 0;
33
31
  this.y = 0;
32
+ this.v = 0;
33
+ this.z = 0;
34
34
  this.t = 0;
35
- this.ao = 0;
35
+ this.az = null;
36
+ this.a1 = null;
37
+ this.u = 0;
38
+ this.aq = 0;
36
39
  this.s = 0;
37
40
  this.n = false;
38
41
  this.o = false;
39
- this.a1 = null;
40
- this.av = null;
42
+ this.a5 = null;
43
+ this.ax = null;
41
44
  this.m = false;
42
- this.au = null;
45
+ this.aw = null;
43
46
  this.h = null;
44
47
  this.i = null;
45
48
  }
@@ -50,129 +53,129 @@ export let ToolActionInfoDescription = /*@__PURE__*/ (() => {
50
53
  return this.get_type();
51
54
  }
52
55
  get parentId() {
53
- return this.az;
56
+ return this.a3;
54
57
  }
55
58
  set parentId(a) {
56
- this.az = a;
59
+ this.a3 = a;
57
60
  this.g("ParentId");
58
61
  }
59
62
  get commandId() {
60
- return this.at;
63
+ return this.av;
61
64
  }
62
65
  set commandId(a) {
63
- this.at = a;
66
+ this.av = a;
64
67
  this.g("CommandId");
65
68
  }
66
69
  get commandArgument() {
67
- return this.ar;
70
+ return this.at;
68
71
  }
69
72
  set commandArgument(a) {
70
- this.ar = a;
73
+ this.at = a;
71
74
  this.g("CommandArgument");
72
75
  }
73
76
  get commandArgumentValueRef() {
74
- return this.as;
77
+ return this.au;
75
78
  }
76
79
  set commandArgumentValueRef(a) {
77
- this.as = a;
80
+ this.au = a;
78
81
  this.g("CommandArgumentValueRef");
79
82
  }
80
83
  get paddingLeft() {
81
- return this.aa;
84
+ return this.ab;
82
85
  }
83
86
  set paddingLeft(a) {
84
- this.aa = a;
87
+ this.ab = a;
85
88
  this.g("PaddingLeft");
86
89
  }
87
90
  get paddingRight() {
88
- return this.ab;
91
+ return this.ac;
89
92
  }
90
93
  set paddingRight(a) {
91
- this.ab = a;
94
+ this.ac = a;
92
95
  this.g("PaddingRight");
93
96
  }
94
97
  get paddingBottom() {
95
- return this.z;
98
+ return this.aa;
96
99
  }
97
100
  set paddingBottom(a) {
98
- this.z = a;
101
+ this.aa = a;
99
102
  this.g("PaddingBottom");
100
103
  }
101
104
  get paddingTop() {
102
- return this.ac;
105
+ return this.ad;
103
106
  }
104
107
  set paddingTop(a) {
105
- this.ac = a;
108
+ this.ad = a;
106
109
  this.g("PaddingTop");
107
110
  }
108
111
  get name() {
109
- return this.ay;
112
+ return this.a2;
110
113
  }
111
114
  set name(a) {
112
- this.ay = a;
115
+ this.a2 = a;
113
116
  this.g("Name");
114
117
  }
115
118
  get title() {
116
- return this.a2;
119
+ return this.a6;
117
120
  }
118
121
  set title(a) {
119
- this.a2 = a;
122
+ this.a6 = a;
120
123
  this.g("Title");
121
124
  }
122
125
  get subtitle() {
123
- return this.a0;
126
+ return this.a4;
124
127
  }
125
128
  set subtitle(a) {
126
- this.a0 = a;
129
+ this.a4 = a;
127
130
  this.g("Subtitle");
128
131
  }
129
132
  get iconName() {
130
- return this.ax;
133
+ return this.a0;
131
134
  }
132
135
  set iconName(a) {
133
- this.ax = a;
136
+ this.a0 = a;
134
137
  this.g("IconName");
135
138
  }
136
139
  get iconCollectionName() {
137
- return this.aw;
140
+ return this.ay;
138
141
  }
139
142
  set iconCollectionName(a) {
140
- this.aw = a;
143
+ this.ay = a;
141
144
  this.g("IconCollectionName");
142
145
  }
143
146
  get iconViewBoxLeft() {
144
- return this.v;
147
+ return this.w;
145
148
  }
146
149
  set iconViewBoxLeft(a) {
147
- this.v = a;
150
+ this.w = a;
148
151
  this.g("IconViewBoxLeft");
149
152
  }
150
153
  get iconViewBoxTop() {
151
- return this.w;
154
+ return this.x;
152
155
  }
153
156
  set iconViewBoxTop(a) {
154
- this.w = a;
157
+ this.x = a;
155
158
  this.g("IconViewBoxTop");
156
159
  }
157
160
  get iconViewBoxWidth() {
158
- return this.x;
161
+ return this.y;
159
162
  }
160
163
  set iconViewBoxWidth(a) {
161
- this.x = a;
164
+ this.y = a;
162
165
  this.g("IconViewBoxWidth");
163
166
  }
164
167
  get iconViewBoxHeight() {
165
- return this.u;
168
+ return this.v;
166
169
  }
167
170
  set iconViewBoxHeight(a) {
168
- this.u = a;
171
+ this.v = a;
169
172
  this.g("IconViewBoxHeight");
170
173
  }
171
174
  get iconWidth() {
172
- return this.y;
175
+ return this.z;
173
176
  }
174
177
  set iconWidth(a) {
175
- this.y = a;
178
+ this.z = a;
176
179
  this.g("IconWidth");
177
180
  }
178
181
  get iconHeight() {
@@ -182,11 +185,32 @@ export let ToolActionInfoDescription = /*@__PURE__*/ (() => {
182
185
  this.t = a;
183
186
  this.g("IconHeight");
184
187
  }
188
+ get iconFill() {
189
+ return this.az;
190
+ }
191
+ set iconFill(a) {
192
+ this.az = a;
193
+ this.g("IconFill");
194
+ }
195
+ get iconStroke() {
196
+ return this.a1;
197
+ }
198
+ set iconStroke(a) {
199
+ this.a1 = a;
200
+ this.g("IconStroke");
201
+ }
202
+ get iconStrokeWidth() {
203
+ return this.u;
204
+ }
205
+ set iconStrokeWidth(a) {
206
+ this.u = a;
207
+ this.g("IconStrokeWidth");
208
+ }
185
209
  get subPanelRowHeight() {
186
- return this.ao;
210
+ return this.aq;
187
211
  }
188
212
  set subPanelRowHeight(a) {
189
- this.ao = a;
213
+ this.aq = a;
190
214
  this.g("SubPanelRowHeight");
191
215
  }
192
216
  get height() {
@@ -211,17 +235,17 @@ export let ToolActionInfoDescription = /*@__PURE__*/ (() => {
211
235
  this.g("IsHighlighted");
212
236
  }
213
237
  get textColor() {
214
- return this.a1;
238
+ return this.a5;
215
239
  }
216
240
  set textColor(a) {
217
- this.a1 = a;
241
+ this.a5 = a;
218
242
  this.g("TextColor");
219
243
  }
220
244
  get disabledTextColor() {
221
- return this.av;
245
+ return this.ax;
222
246
  }
223
247
  set disabledTextColor(a) {
224
- this.av = a;
248
+ this.ax = a;
225
249
  this.g("DisabledTextColor");
226
250
  }
227
251
  get closeOnExecute() {
@@ -232,10 +256,10 @@ export let ToolActionInfoDescription = /*@__PURE__*/ (() => {
232
256
  this.g("CloseOnExecute");
233
257
  }
234
258
  get density() {
235
- return this.au;
259
+ return this.aw;
236
260
  }
237
261
  set density(a) {
238
- this.au = a;
262
+ this.aw = a;
239
263
  this.g("Density");
240
264
  }
241
265
  get actions() {
@@ -46,6 +46,9 @@ export let ToolActionInfoDescriptionMetadata = /*@__PURE__*/ (() => {
46
46
  a.item("IconViewBoxHeight", "Number:double");
47
47
  a.item("IconWidth", "Number:double");
48
48
  a.item("IconHeight", "Number:double");
49
+ a.item("IconFill", "String");
50
+ a.item("IconStroke", "String");
51
+ a.item("IconStrokeWidth", "Number:double");
49
52
  a.item("SubPanelRowHeight", "Number:int");
50
53
  a.item("Height", "Number:double");
51
54
  a.item("IsDisabled", "Boolean");
@@ -13,16 +13,16 @@ export let ToolActionNumberInputInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionNumberInputInfoDescription extends ToolActionInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.bh = 0;
16
+ this.bn = 0;
17
17
  }
18
18
  get_type() {
19
19
  return "ToolActionNumberInputInfo";
20
20
  }
21
21
  get value() {
22
- return this.bh;
22
+ return this.bn;
23
23
  }
24
24
  set value(a) {
25
- this.bh = a;
25
+ this.bn = a;
26
26
  this.g("Value");
27
27
  }
28
28
  }
@@ -13,24 +13,24 @@ export let ToolActionRadioInfoDescription = /*@__PURE__*/ (() => {
13
13
  class ToolActionRadioInfoDescription extends ToolActionInfoDescription {
14
14
  constructor() {
15
15
  super();
16
- this.bh = false;
17
- this.bk = null;
16
+ this.bn = false;
17
+ this.bq = null;
18
18
  }
19
19
  get_type() {
20
20
  return "ToolActionRadioInfo";
21
21
  }
22
22
  get isChecked() {
23
- return this.bh;
23
+ return this.bn;
24
24
  }
25
25
  set isChecked(a) {
26
- this.bh = a;
26
+ this.bn = a;
27
27
  this.g("IsChecked");
28
28
  }
29
29
  get channel() {
30
- return this.bk;
30
+ return this.bq;
31
31
  }
32
32
  set channel(a) {
33
- this.bk = a;
33
+ this.bq = a;
34
34
  this.g("Channel");
35
35
  }
36
36
  }