igniteui-angular-core 18.2.0 → 19.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 (325) hide show
  1. package/bundles/igniteui-angular-core.umd.js +12567 -12110
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/ButtonDescription.js +479 -471
  4. package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
  6. package/esm2015/lib/ComponentRendererReferenceResolverEventArgs.js +33 -0
  7. package/esm2015/lib/ComponentRenderer_combined.js +589 -556
  8. package/esm2015/lib/ComponentSizeHelpers.js +53 -0
  9. package/esm2015/lib/DOMExecutionContext.js +10 -4
  10. package/esm2015/lib/DescriptionTreeReconciler.js +48 -46
  11. package/esm2015/lib/FunnelChartDescription.js +130 -114
  12. package/esm2015/lib/FunnelChartDescriptionMetadata.js +4 -0
  13. package/esm2015/lib/{WebChildGridRowDescription.js → FunnelChartSelectedItemsChangedEventArgsDescription.js} +22 -30
  14. package/esm2015/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +39 -0
  15. package/esm2015/lib/GridBridge.js +2 -2
  16. package/esm2015/lib/IDataSeriesAdapterRule_combined.js +14 -6
  17. package/esm2015/lib/INativeUIElementBridge_combined.js +2 -2
  18. package/esm2015/lib/{WebValidatorHandlerDescription.js → ListPanelContentRebindEventArgsDescription.js} +13 -5
  19. package/esm2015/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +37 -0
  20. package/esm2015/lib/ListPanelContentRecycledEventArgsDescription.js +34 -0
  21. package/esm2015/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +37 -0
  22. package/esm2015/lib/ListPanelDescription.js +54 -38
  23. package/esm2015/lib/ListPanelDescriptionMetadata_combined.js +7 -1
  24. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  25. package/esm2015/lib/NativeUIButton.js +18 -12
  26. package/esm2015/lib/NativeUIButtonGroup.js +2 -2
  27. package/esm2015/lib/NativeUICheckbox.js +8 -8
  28. package/esm2015/lib/NativeUICheckboxList.js +14 -14
  29. package/esm2015/lib/NativeUICombo.js +6 -6
  30. package/esm2015/lib/NativeUIElementBridge.js +2 -2
  31. package/esm2015/lib/NativeUIGrid.js +2 -2
  32. package/esm2015/lib/NativeUIIcon.js +4 -4
  33. package/esm2015/lib/NativeUIIconButton.js +16 -16
  34. package/esm2015/lib/NativeUIInput.js +14 -14
  35. package/esm2015/lib/NativeUIPopup.js +4 -4
  36. package/esm2015/lib/NativeUISlider.js +14 -14
  37. package/esm2015/lib/ScrollbarStyle.js +5 -1
  38. package/esm2015/lib/ScrollerView_combined.js +12 -0
  39. package/esm2015/lib/ToolActionButtonDescription.js +6 -6
  40. package/esm2015/lib/ToolActionButtonInfoDescription.js +3 -3
  41. package/esm2015/lib/ToolActionButtonPairDescription.js +104 -104
  42. package/esm2015/lib/ToolActionButtonPairInfoDescription.js +43 -43
  43. package/esm2015/lib/ToolActionCheckboxDescription.js +23 -23
  44. package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
  45. package/esm2015/lib/ToolActionCheckboxListDescription.js +21 -21
  46. package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +15 -15
  47. package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
  48. package/esm2015/lib/ToolActionColorEditorInfoDescription.js +3 -3
  49. package/esm2015/lib/ToolActionComboDescription.js +11 -11
  50. package/esm2015/lib/ToolActionComboInfoDescription.js +12 -12
  51. package/esm2015/lib/ToolActionDescription.js +172 -156
  52. package/esm2015/lib/ToolActionDescriptionMetadata.js +2 -0
  53. package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
  54. package/esm2015/lib/ToolActionIconButtonDescription.js +29 -29
  55. package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
  56. package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
  57. package/esm2015/lib/ToolActionIconMenuInfoDescription.js +3 -3
  58. package/esm2015/lib/ToolActionInfoDescription.js +74 -58
  59. package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +2 -0
  60. package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
  61. package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
  62. package/esm2015/lib/ToolActionRadioDescription.js +30 -30
  63. package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
  64. package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
  65. package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
  66. package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
  67. package/esm2015/lib/ToolActionTextInputInfoDescription.js +3 -3
  68. package/esm2015/lib/ToolPanelDescription.js +251 -235
  69. package/esm2015/lib/ToolPanelDescriptionMetadata.js +3 -0
  70. package/esm2015/lib/ToolbarDescription.js +165 -149
  71. package/esm2015/lib/ToolbarDescriptionMetadata.js +3 -0
  72. package/esm2015/lib/WebAvatarDescriptionMetadata.js +1 -1
  73. package/esm2015/lib/WebButtonDescriptionMetadata.js +1 -1
  74. package/esm2015/lib/WebCarouselDescriptionMetadata.js +2 -2
  75. package/esm2015/lib/WebCheckboxBaseDescription.js +31 -23
  76. package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
  77. package/esm2015/lib/WebCheckboxDescription.js +3 -3
  78. package/esm2015/lib/WebColumnDescription.js +146 -138
  79. package/esm2015/lib/WebColumnDescriptionMetadata.js +1 -0
  80. package/esm2015/lib/WebColumnGroupDescription.js +12 -12
  81. package/esm2015/lib/WebComboDescription.js +59 -51
  82. package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
  83. package/esm2015/lib/WebDatePickerDescription.js +56 -48
  84. package/esm2015/lib/WebDatePickerDescriptionMetadata.js +1 -0
  85. package/esm2015/lib/WebDateTimeInputDescription.js +25 -25
  86. package/esm2015/lib/WebDockManagerDescription.js +31 -23
  87. package/esm2015/lib/WebDockManagerDescriptionMetadata.js +3 -2
  88. package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
  89. package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
  90. package/esm2015/lib/WebIconButtonDescriptionMetadata.js +1 -1
  91. package/esm2015/lib/WebInputBaseDescription.js +24 -16
  92. package/esm2015/lib/WebInputBaseDescriptionMetadata.js +1 -0
  93. package/esm2015/lib/WebInputDescription.js +36 -36
  94. package/esm2015/lib/WebInputDescriptionMetadata.js +1 -1
  95. package/esm2015/lib/WebLinearProgressDescriptionMetadata.js +1 -1
  96. package/esm2015/lib/WebMaskInputBaseDescription.js +3 -3
  97. package/esm2015/lib/WebMaskInputDescription.js +10 -10
  98. package/esm2015/lib/WebNavDrawerDescriptionMetadata.js +1 -1
  99. package/esm2015/lib/WebRadioDescription.js +31 -23
  100. package/esm2015/lib/WebRadioDescriptionMetadata.js +2 -1
  101. package/esm2015/lib/WebRadioGroupDescription.js +12 -4
  102. package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +2 -1
  103. package/esm2015/lib/WebRatingDescription.js +22 -14
  104. package/esm2015/lib/WebRatingDescriptionMetadata.js +1 -0
  105. package/esm2015/lib/WebSelectDescription.js +43 -35
  106. package/esm2015/lib/WebSelectDescriptionMetadata.js +1 -0
  107. package/esm2015/lib/WebSliderBaseDescriptionMetadata.js +1 -1
  108. package/esm2015/lib/WebSliderDescription.js +17 -9
  109. package/esm2015/lib/WebSliderDescriptionMetadata.js +1 -0
  110. package/esm2015/lib/WebSplitPaneDescription.js +25 -17
  111. package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  112. package/esm2015/lib/WebStepperDescriptionMetadata.js +4 -4
  113. package/esm2015/lib/WebTabsDescriptionMetadata.js +1 -1
  114. package/esm2015/lib/WebTextareaDescription.js +45 -37
  115. package/esm2015/lib/WebTextareaDescriptionMetadata.js +5 -4
  116. package/esm2015/lib/angular-renderer.js +21 -1
  117. package/esm2015/lib/igx-component-renderer-container-component.js +5 -1
  118. package/esm2015/lib/type.js +3 -2
  119. package/esm2015/public_api.js +8 -7
  120. package/esm5/lib/ButtonDescription.js +483 -471
  121. package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
  122. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
  123. package/esm5/lib/ComponentRendererReferenceResolverEventArgs.js +43 -0
  124. package/esm5/lib/ComponentRenderer_combined.js +588 -555
  125. package/esm5/lib/ComponentSizeHelpers.js +57 -0
  126. package/esm5/lib/DOMExecutionContext.js +14 -4
  127. package/esm5/lib/DescriptionTreeReconciler.js +48 -46
  128. package/esm5/lib/FunnelChartDescription.js +137 -113
  129. package/esm5/lib/FunnelChartDescriptionMetadata.js +4 -0
  130. package/esm5/lib/{WebChildGridRowDescription.js → FunnelChartSelectedItemsChangedEventArgsDescription.js} +23 -35
  131. package/esm5/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +43 -0
  132. package/esm5/lib/GridBridge.js +2 -2
  133. package/esm5/lib/IDataSeriesAdapterRule_combined.js +14 -6
  134. package/esm5/lib/INativeUIElementBridge_combined.js +2 -2
  135. package/esm5/lib/ListPanelContentRebindEventArgsDescription.js +44 -0
  136. package/esm5/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +41 -0
  137. package/esm5/lib/ListPanelContentRecycledEventArgsDescription.js +44 -0
  138. package/esm5/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +41 -0
  139. package/esm5/lib/ListPanelDescription.js +62 -38
  140. package/esm5/lib/ListPanelDescriptionMetadata_combined.js +7 -1
  141. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  142. package/esm5/lib/NativeUIButton.js +17 -7
  143. package/esm5/lib/NativeUIButtonGroup.js +2 -2
  144. package/esm5/lib/NativeUICheckbox.js +8 -8
  145. package/esm5/lib/NativeUICheckboxList.js +14 -14
  146. package/esm5/lib/NativeUICombo.js +6 -6
  147. package/esm5/lib/NativeUIElementBridge.js +2 -2
  148. package/esm5/lib/NativeUIGrid.js +2 -2
  149. package/esm5/lib/NativeUIIcon.js +4 -4
  150. package/esm5/lib/NativeUIIconButton.js +8 -8
  151. package/esm5/lib/NativeUIInput.js +14 -14
  152. package/esm5/lib/NativeUIPopup.js +4 -4
  153. package/esm5/lib/NativeUISlider.js +14 -14
  154. package/esm5/lib/ScrollbarStyle.js +5 -1
  155. package/esm5/lib/ScrollerView_combined.js +12 -0
  156. package/esm5/lib/ToolActionButtonDescription.js +6 -6
  157. package/esm5/lib/ToolActionButtonInfoDescription.js +3 -3
  158. package/esm5/lib/ToolActionButtonPairDescription.js +104 -104
  159. package/esm5/lib/ToolActionButtonPairInfoDescription.js +43 -43
  160. package/esm5/lib/ToolActionCheckboxDescription.js +23 -23
  161. package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
  162. package/esm5/lib/ToolActionCheckboxListDescription.js +21 -21
  163. package/esm5/lib/ToolActionCheckboxListInfoDescription.js +15 -15
  164. package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
  165. package/esm5/lib/ToolActionColorEditorInfoDescription.js +3 -3
  166. package/esm5/lib/ToolActionComboDescription.js +11 -11
  167. package/esm5/lib/ToolActionComboInfoDescription.js +12 -12
  168. package/esm5/lib/ToolActionDescription.js +180 -156
  169. package/esm5/lib/ToolActionDescriptionMetadata.js +2 -0
  170. package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
  171. package/esm5/lib/ToolActionIconButtonDescription.js +29 -29
  172. package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
  173. package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
  174. package/esm5/lib/ToolActionIconMenuInfoDescription.js +3 -3
  175. package/esm5/lib/ToolActionInfoDescription.js +81 -57
  176. package/esm5/lib/ToolActionInfoDescriptionMetadata.js +2 -0
  177. package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
  178. package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
  179. package/esm5/lib/ToolActionRadioDescription.js +30 -30
  180. package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
  181. package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
  182. package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
  183. package/esm5/lib/ToolActionTextInputDescription.js +3 -3
  184. package/esm5/lib/ToolActionTextInputInfoDescription.js +3 -3
  185. package/esm5/lib/ToolPanelDescription.js +259 -235
  186. package/esm5/lib/ToolPanelDescriptionMetadata.js +3 -0
  187. package/esm5/lib/ToolbarDescription.js +173 -149
  188. package/esm5/lib/ToolbarDescriptionMetadata.js +3 -0
  189. package/esm5/lib/WebAvatarDescriptionMetadata.js +1 -1
  190. package/esm5/lib/WebButtonDescriptionMetadata.js +1 -1
  191. package/esm5/lib/WebCarouselDescriptionMetadata.js +2 -2
  192. package/esm5/lib/WebCheckboxBaseDescription.js +35 -23
  193. package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
  194. package/esm5/lib/WebCheckboxDescription.js +3 -3
  195. package/esm5/lib/WebColumnDescription.js +150 -138
  196. package/esm5/lib/WebColumnDescriptionMetadata.js +1 -0
  197. package/esm5/lib/WebColumnGroupDescription.js +12 -12
  198. package/esm5/lib/WebComboDescription.js +63 -51
  199. package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
  200. package/esm5/lib/WebDatePickerDescription.js +60 -48
  201. package/esm5/lib/WebDatePickerDescriptionMetadata.js +1 -0
  202. package/esm5/lib/WebDateTimeInputDescription.js +25 -25
  203. package/esm5/lib/WebDockManagerDescription.js +35 -23
  204. package/esm5/lib/WebDockManagerDescriptionMetadata.js +3 -2
  205. package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
  206. package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
  207. package/esm5/lib/WebIconButtonDescriptionMetadata.js +1 -1
  208. package/esm5/lib/WebInputBaseDescription.js +28 -16
  209. package/esm5/lib/WebInputBaseDescriptionMetadata.js +1 -0
  210. package/esm5/lib/WebInputDescription.js +36 -36
  211. package/esm5/lib/WebInputDescriptionMetadata.js +1 -1
  212. package/esm5/lib/WebLinearProgressDescriptionMetadata.js +1 -1
  213. package/esm5/lib/WebMaskInputBaseDescription.js +3 -3
  214. package/esm5/lib/WebMaskInputDescription.js +10 -10
  215. package/esm5/lib/WebNavDrawerDescriptionMetadata.js +1 -1
  216. package/esm5/lib/WebRadioDescription.js +35 -23
  217. package/esm5/lib/WebRadioDescriptionMetadata.js +2 -1
  218. package/esm5/lib/WebRadioGroupDescription.js +15 -3
  219. package/esm5/lib/WebRadioGroupDescriptionMetadata.js +2 -1
  220. package/esm5/lib/WebRatingDescription.js +26 -14
  221. package/esm5/lib/WebRatingDescriptionMetadata.js +1 -0
  222. package/esm5/lib/WebSelectDescription.js +47 -35
  223. package/esm5/lib/WebSelectDescriptionMetadata.js +1 -0
  224. package/esm5/lib/WebSliderBaseDescriptionMetadata.js +1 -1
  225. package/esm5/lib/WebSliderDescription.js +21 -9
  226. package/esm5/lib/WebSliderDescriptionMetadata.js +1 -0
  227. package/esm5/lib/WebSplitPaneDescription.js +29 -17
  228. package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  229. package/esm5/lib/WebStepperDescriptionMetadata.js +4 -4
  230. package/esm5/lib/WebTabsDescriptionMetadata.js +1 -1
  231. package/esm5/lib/WebTextareaDescription.js +49 -37
  232. package/esm5/lib/WebTextareaDescriptionMetadata.js +5 -4
  233. package/esm5/lib/angular-renderer.js +21 -2
  234. package/esm5/lib/igx-component-renderer-container-component.js +5 -1
  235. package/esm5/lib/type.js +6 -2
  236. package/esm5/public_api.js +8 -7
  237. package/fesm2015/igniteui-angular-core.js +11407 -11058
  238. package/fesm5/igniteui-angular-core.js +12560 -12104
  239. package/lib/ButtonDescription.d.ts +177 -174
  240. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +26 -26
  241. package/lib/ComponentRendererReferenceResolverEventArgs.d.ts +13 -0
  242. package/lib/ComponentRenderer_combined.d.ts +115 -110
  243. package/lib/ComponentSizeHelpers.d.ts +15 -0
  244. package/lib/DOMExecutionContext.d.ts +3 -1
  245. package/lib/FunnelChartDescription.d.ts +46 -40
  246. package/lib/FunnelChartSelectedItemsChangedEventArgsDescription.d.ts +20 -0
  247. package/lib/{WebGridActionButtonDescriptionMetadata.d.ts → FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.d.ts} +1 -1
  248. package/lib/IDataLegend.d.ts +1 -0
  249. package/lib/ILegendSeries.d.ts +1 -0
  250. package/lib/{WebValidatorHandlerDescription.d.ts → ListPanelContentRebindEventArgsDescription.d.ts} +4 -1
  251. package/lib/{WebValidatorHandlerDescriptionMetadata.d.ts → ListPanelContentRebindEventArgsDescriptionMetadata.d.ts} +1 -1
  252. package/lib/ListPanelContentRecycledEventArgsDescription.d.ts +14 -0
  253. package/lib/{WebChildGridRowDescriptionMetadata.d.ts → ListPanelContentRecycledEventArgsDescriptionMetadata.d.ts} +1 -1
  254. package/lib/ListPanelDescription.d.ts +19 -13
  255. package/lib/NativeUIBuiltInProperties.d.ts +49 -48
  256. package/lib/NativeUIButton.d.ts +12 -10
  257. package/lib/NativeUIIconButton.d.ts +6 -6
  258. package/lib/ScrollbarStyle.d.ts +5 -1
  259. package/lib/ToolActionButtonDescription.d.ts +2 -2
  260. package/lib/ToolActionButtonInfoDescription.d.ts +1 -1
  261. package/lib/ToolActionButtonPairDescription.d.ts +37 -37
  262. package/lib/ToolActionButtonPairInfoDescription.d.ts +17 -17
  263. package/lib/ToolActionCheckboxDescription.d.ts +9 -9
  264. package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
  265. package/lib/ToolActionCheckboxListDescription.d.ts +7 -7
  266. package/lib/ToolActionCheckboxListInfoDescription.d.ts +5 -5
  267. package/lib/ToolActionColorEditorDescription.d.ts +1 -1
  268. package/lib/ToolActionColorEditorInfoDescription.d.ts +1 -1
  269. package/lib/ToolActionComboDescription.d.ts +4 -4
  270. package/lib/ToolActionComboInfoDescription.d.ts +4 -4
  271. package/lib/ToolActionDescription.d.ts +60 -54
  272. package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
  273. package/lib/ToolActionIconButtonDescription.d.ts +11 -11
  274. package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
  275. package/lib/ToolActionIconMenuDescription.d.ts +3 -3
  276. package/lib/ToolActionIconMenuInfoDescription.d.ts +1 -1
  277. package/lib/ToolActionInfoDescription.d.ts +28 -22
  278. package/lib/ToolActionNumberInputDescription.d.ts +1 -1
  279. package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
  280. package/lib/ToolActionRadioDescription.d.ts +11 -11
  281. package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
  282. package/lib/ToolActionSeparatorDescription.d.ts +2 -2
  283. package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
  284. package/lib/ToolActionTextInputDescription.d.ts +1 -1
  285. package/lib/ToolActionTextInputInfoDescription.d.ts +1 -1
  286. package/lib/ToolPanelDescription.d.ts +91 -85
  287. package/lib/ToolbarDescription.d.ts +59 -53
  288. package/lib/WebCheckboxBaseDescription.d.ts +12 -9
  289. package/lib/WebCheckboxDescription.d.ts +1 -1
  290. package/lib/WebColumnDescription.d.ts +53 -50
  291. package/lib/WebColumnGroupDescription.d.ts +4 -4
  292. package/lib/WebComboDescription.d.ts +21 -18
  293. package/lib/WebDatePickerDescription.d.ts +20 -17
  294. package/lib/WebDateTimeInputDescription.d.ts +9 -9
  295. package/lib/WebDockManagerDescription.d.ts +11 -8
  296. package/lib/WebInputBaseDescription.d.ts +9 -6
  297. package/lib/WebInputDescription.d.ts +13 -13
  298. package/lib/WebMaskInputBaseDescription.d.ts +1 -1
  299. package/lib/WebMaskInputDescription.d.ts +4 -4
  300. package/lib/WebRadioDescription.d.ts +12 -9
  301. package/lib/WebRadioGroupDescription.d.ts +4 -1
  302. package/lib/WebRatingDescription.d.ts +8 -5
  303. package/lib/WebSelectDescription.d.ts +16 -13
  304. package/lib/WebSliderDescription.d.ts +6 -3
  305. package/lib/WebSplitPaneDescription.d.ts +9 -6
  306. package/lib/WebTextareaDescription.d.ts +16 -13
  307. package/lib/angular-renderer.d.ts +2 -0
  308. package/lib/dom.d.ts +2 -0
  309. package/lib/type.d.ts +2 -1
  310. package/package.json +4 -4
  311. package/public_api.d.ts +8 -7
  312. package/esm2015/lib/WebChildGridRowDescriptionMetadata.js +0 -48
  313. package/esm2015/lib/WebChildGridRowDescriptionModule.js +0 -20
  314. package/esm2015/lib/WebGridActionButtonDescription.js +0 -66
  315. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -47
  316. package/esm2015/lib/WebValidatorHandlerDescriptionMetadata.js +0 -39
  317. package/esm5/lib/WebChildGridRowDescriptionMetadata.js +0 -52
  318. package/esm5/lib/WebChildGridRowDescriptionModule.js +0 -24
  319. package/esm5/lib/WebGridActionButtonDescription.js +0 -92
  320. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -51
  321. package/esm5/lib/WebValidatorHandlerDescription.js +0 -31
  322. package/esm5/lib/WebValidatorHandlerDescriptionMetadata.js +0 -43
  323. package/lib/WebChildGridRowDescription.d.ts +0 -24
  324. package/lib/WebChildGridRowDescriptionModule.d.ts +0 -9
  325. package/lib/WebGridActionButtonDescription.d.ts +0 -26
@@ -17,91 +17,93 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
17
17
  _this.h = null;
18
18
  _this.j = false;
19
19
  _this.k = false;
20
- _this.be = 0;
21
- _this.b9 = null;
22
- _this.z = 0;
23
- _this.ca = null;
20
+ _this.bg = 0;
21
+ _this.l = false;
24
22
  _this.cb = null;
25
- _this.cv = null;
26
- _this.ak = 0;
27
- _this.cw = null;
28
- _this.cx = null;
29
- _this.b8 = null;
30
- _this.cf = null;
31
- _this.bo = null;
32
- _this.b7 = null;
33
- _this.bl = null;
34
- _this.cu = null;
35
- _this.b0 = null;
23
+ _this.ab = 0;
24
+ _this.cc = null;
25
+ _this.cd = null;
26
+ _this.cy = null;
27
+ _this.am = 0;
28
+ _this.cz = null;
29
+ _this.c0 = null;
30
+ _this.ca = null;
36
31
  _this.ch = null;
37
32
  _this.bq = null;
38
- _this.ct = null;
39
- _this.bz = null;
40
- _this.ci = null;
41
- _this.br = null;
42
- _this.cm = null;
43
- _this.bv = null;
44
- _this.cz = null;
33
+ _this.b9 = null;
34
+ _this.bn = null;
35
+ _this.cx = null;
45
36
  _this.b2 = null;
37
+ _this.cj = null;
38
+ _this.bs = null;
39
+ _this.cw = null;
46
40
  _this.b1 = null;
47
- _this.cy = null;
48
- _this.cg = null;
49
- _this.bp = null;
50
41
  _this.ck = null;
51
42
  _this.bt = null;
52
- _this.cj = null;
53
- _this.bs = null;
54
- _this.c1 = null;
43
+ _this.co = null;
44
+ _this.bx = null;
45
+ _this.c2 = null;
55
46
  _this.b4 = null;
56
- _this.c0 = null;
57
47
  _this.b3 = null;
58
- _this.al = 0;
48
+ _this.c1 = null;
49
+ _this.ci = null;
50
+ _this.br = null;
51
+ _this.cm = null;
52
+ _this.bv = null;
53
+ _this.cl = null;
54
+ _this.bu = null;
55
+ _this.c4 = null;
56
+ _this.b6 = null;
57
+ _this.c3 = null;
58
+ _this.b5 = null;
59
+ _this.an = 0;
60
+ _this.z = 0;
61
+ _this.ao = 0;
62
+ _this.aa = 0;
63
+ _this.cp = null;
64
+ _this.by = null;
65
+ _this.cq = null;
66
+ _this.bz = null;
67
+ _this.aj = 0;
68
+ _this.w = 0;
69
+ _this.ak = 0;
59
70
  _this.x = 0;
60
- _this.am = 0;
71
+ _this.al = 0;
61
72
  _this.y = 0;
62
- _this.cn = null;
63
- _this.bw = null;
64
- _this.co = null;
65
- _this.bx = null;
66
- _this.ah = 0;
67
- _this.u = 0;
68
73
  _this.ai = 0;
69
74
  _this.v = 0;
70
- _this.aj = 0;
71
- _this.w = 0;
75
+ _this.af = 0;
76
+ _this.s = 0;
72
77
  _this.ag = 0;
73
78
  _this.t = 0;
74
- _this.ad = 0;
75
- _this.q = 0;
79
+ _this.ah = 0;
80
+ _this.u = 0;
76
81
  _this.ae = 0;
77
82
  _this.r = 0;
78
- _this.af = 0;
79
- _this.s = 0;
83
+ _this.cu = null;
84
+ _this.bi = 0;
85
+ _this.ad = 0;
86
+ _this.q = 0;
80
87
  _this.ac = 0;
81
88
  _this.p = 0;
82
- _this.cs = null;
83
- _this.bg = 0;
84
- _this.ab = 0;
85
- _this.o = 0;
86
- _this.aa = 0;
87
- _this.n = 0;
88
- _this.cl = null;
89
- _this.bu = null;
90
- _this.cp = null;
91
- _this.by = null;
92
- _this.c2 = null;
93
- _this.b5 = null;
94
- _this.cc = null;
95
- _this.bm = null;
96
- _this.c3 = null;
97
- _this.b6 = null;
98
- _this.cd = null;
99
- _this.bn = null;
100
- _this.bf = 0;
101
- _this.bd = 0;
102
- _this.cq = null;
103
- _this.ce = null;
89
+ _this.cn = null;
90
+ _this.bw = null;
104
91
  _this.cr = null;
92
+ _this.b0 = null;
93
+ _this.c5 = null;
94
+ _this.b7 = null;
95
+ _this.ce = null;
96
+ _this.bo = null;
97
+ _this.c6 = null;
98
+ _this.b8 = null;
99
+ _this.cf = null;
100
+ _this.bp = null;
101
+ _this.bh = 0;
102
+ _this.bf = 0;
103
+ _this.cv = null;
104
+ _this.cs = null;
105
+ _this.cg = null;
106
+ _this.ct = null;
105
107
  return _this;
106
108
  }
107
109
  ToolPanelDescription.prototype.get_type = function () {
@@ -149,21 +151,32 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
149
151
  });
150
152
  Object.defineProperty(ToolPanelDescription.prototype, "dropdownClickBuffer", {
151
153
  get: function () {
152
- return this.be;
154
+ return this.bg;
153
155
  },
154
156
  set: function (a) {
155
- this.be = a;
157
+ this.bg = a;
156
158
  this.g("DropdownClickBuffer");
157
159
  },
158
160
  enumerable: false,
159
161
  configurable: true
160
162
  });
163
+ Object.defineProperty(ToolPanelDescription.prototype, "stopPropagation", {
164
+ get: function () {
165
+ return this.l;
166
+ },
167
+ set: function (a) {
168
+ this.l = a;
169
+ this.g("StopPropagation");
170
+ },
171
+ enumerable: false,
172
+ configurable: true
173
+ });
161
174
  Object.defineProperty(ToolPanelDescription.prototype, "cellFontFamily", {
162
175
  get: function () {
163
- return this.b9;
176
+ return this.cb;
164
177
  },
165
178
  set: function (a) {
166
- this.b9 = a;
179
+ this.cb = a;
167
180
  this.g("CellFontFamily");
168
181
  },
169
182
  enumerable: false,
@@ -171,10 +184,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
171
184
  });
172
185
  Object.defineProperty(ToolPanelDescription.prototype, "cellFontSize", {
173
186
  get: function () {
174
- return this.z;
187
+ return this.ab;
175
188
  },
176
189
  set: function (a) {
177
- this.z = a;
190
+ this.ab = a;
178
191
  this.g("CellFontSize");
179
192
  },
180
193
  enumerable: false,
@@ -182,10 +195,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
182
195
  });
183
196
  Object.defineProperty(ToolPanelDescription.prototype, "cellFontStyle", {
184
197
  get: function () {
185
- return this.ca;
198
+ return this.cc;
186
199
  },
187
200
  set: function (a) {
188
- this.ca = a;
201
+ this.cc = a;
189
202
  this.g("CellFontStyle");
190
203
  },
191
204
  enumerable: false,
@@ -193,10 +206,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
193
206
  });
194
207
  Object.defineProperty(ToolPanelDescription.prototype, "cellFontWeight", {
195
208
  get: function () {
196
- return this.cb;
209
+ return this.cd;
197
210
  },
198
211
  set: function (a) {
199
- this.cb = a;
212
+ this.cd = a;
200
213
  this.g("CellFontWeight");
201
214
  },
202
215
  enumerable: false,
@@ -204,10 +217,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
204
217
  });
205
218
  Object.defineProperty(ToolPanelDescription.prototype, "subtitleFontFamily", {
206
219
  get: function () {
207
- return this.cv;
220
+ return this.cy;
208
221
  },
209
222
  set: function (a) {
210
- this.cv = a;
223
+ this.cy = a;
211
224
  this.g("SubtitleFontFamily");
212
225
  },
213
226
  enumerable: false,
@@ -215,10 +228,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
215
228
  });
216
229
  Object.defineProperty(ToolPanelDescription.prototype, "subtitleFontSize", {
217
230
  get: function () {
218
- return this.ak;
231
+ return this.am;
219
232
  },
220
233
  set: function (a) {
221
- this.ak = a;
234
+ this.am = a;
222
235
  this.g("SubtitleFontSize");
223
236
  },
224
237
  enumerable: false,
@@ -226,10 +239,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
226
239
  });
227
240
  Object.defineProperty(ToolPanelDescription.prototype, "subtitleFontStyle", {
228
241
  get: function () {
229
- return this.cw;
242
+ return this.cz;
230
243
  },
231
244
  set: function (a) {
232
- this.cw = a;
245
+ this.cz = a;
233
246
  this.g("SubtitleFontStyle");
234
247
  },
235
248
  enumerable: false,
@@ -237,10 +250,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
237
250
  });
238
251
  Object.defineProperty(ToolPanelDescription.prototype, "subtitleFontWeight", {
239
252
  get: function () {
240
- return this.cx;
253
+ return this.c0;
241
254
  },
242
255
  set: function (a) {
243
- this.cx = a;
256
+ this.c0 = a;
244
257
  this.g("SubtitleFontWeight");
245
258
  },
246
259
  enumerable: false,
@@ -248,10 +261,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
248
261
  });
249
262
  Object.defineProperty(ToolPanelDescription.prototype, "baseTheme", {
250
263
  get: function () {
251
- return this.b8;
264
+ return this.ca;
252
265
  },
253
266
  set: function (a) {
254
- this.b8 = a;
267
+ this.ca = a;
255
268
  this.g("BaseTheme");
256
269
  },
257
270
  enumerable: false,
@@ -259,10 +272,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
259
272
  });
260
273
  Object.defineProperty(ToolPanelDescription.prototype, "density", {
261
274
  get: function () {
262
- return this.cf;
275
+ return this.ch;
263
276
  },
264
277
  set: function (a) {
265
- this.cf = a;
278
+ this.ch = a;
266
279
  this.g("Density");
267
280
  },
268
281
  enumerable: false,
@@ -270,10 +283,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
270
283
  });
271
284
  Object.defineProperty(ToolPanelDescription.prototype, "actualDensity", {
272
285
  get: function () {
273
- return this.bo;
286
+ return this.bq;
274
287
  },
275
288
  set: function (a) {
276
- this.bo = a;
289
+ this.bq = a;
277
290
  this.g("ActualDensity");
278
291
  },
279
292
  enumerable: false,
@@ -281,10 +294,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
281
294
  });
282
295
  Object.defineProperty(ToolPanelDescription.prototype, "backgroundColor", {
283
296
  get: function () {
284
- return this.b7;
297
+ return this.b9;
285
298
  },
286
299
  set: function (a) {
287
- this.b7 = a;
300
+ this.b9 = a;
288
301
  this.g("BackgroundColor");
289
302
  },
290
303
  enumerable: false,
@@ -292,10 +305,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
292
305
  });
293
306
  Object.defineProperty(ToolPanelDescription.prototype, "actualBackgroundColor", {
294
307
  get: function () {
295
- return this.bl;
308
+ return this.bn;
296
309
  },
297
310
  set: function (a) {
298
- this.bl = a;
311
+ this.bn = a;
299
312
  this.g("ActualBackgroundColor");
300
313
  },
301
314
  enumerable: false,
@@ -303,10 +316,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
303
316
  });
304
317
  Object.defineProperty(ToolPanelDescription.prototype, "submenuBackgroundColor", {
305
318
  get: function () {
306
- return this.cu;
319
+ return this.cx;
307
320
  },
308
321
  set: function (a) {
309
- this.cu = a;
322
+ this.cx = a;
310
323
  this.g("SubmenuBackgroundColor");
311
324
  },
312
325
  enumerable: false,
@@ -314,10 +327,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
314
327
  });
315
328
  Object.defineProperty(ToolPanelDescription.prototype, "actualSubmenuBackgroundColor", {
316
329
  get: function () {
317
- return this.b0;
330
+ return this.b2;
318
331
  },
319
332
  set: function (a) {
320
- this.b0 = a;
333
+ this.b2 = a;
321
334
  this.g("ActualSubmenuBackgroundColor");
322
335
  },
323
336
  enumerable: false,
@@ -325,10 +338,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
325
338
  });
326
339
  Object.defineProperty(ToolPanelDescription.prototype, "groupHeaderBackgroundColor", {
327
340
  get: function () {
328
- return this.ch;
341
+ return this.cj;
329
342
  },
330
343
  set: function (a) {
331
- this.ch = a;
344
+ this.cj = a;
332
345
  this.g("GroupHeaderBackgroundColor");
333
346
  },
334
347
  enumerable: false,
@@ -336,10 +349,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
336
349
  });
337
350
  Object.defineProperty(ToolPanelDescription.prototype, "actualGroupHeaderBackgroundColor", {
338
351
  get: function () {
339
- return this.bq;
352
+ return this.bs;
340
353
  },
341
354
  set: function (a) {
342
- this.bq = a;
355
+ this.bs = a;
343
356
  this.g("ActualGroupHeaderBackgroundColor");
344
357
  },
345
358
  enumerable: false,
@@ -347,10 +360,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
347
360
  });
348
361
  Object.defineProperty(ToolPanelDescription.prototype, "separatorBackgroundColor", {
349
362
  get: function () {
350
- return this.ct;
363
+ return this.cw;
351
364
  },
352
365
  set: function (a) {
353
- this.ct = a;
366
+ this.cw = a;
354
367
  this.g("SeparatorBackgroundColor");
355
368
  },
356
369
  enumerable: false,
@@ -358,10 +371,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
358
371
  });
359
372
  Object.defineProperty(ToolPanelDescription.prototype, "actualSeparatorBackgroundColor", {
360
373
  get: function () {
361
- return this.bz;
374
+ return this.b1;
362
375
  },
363
376
  set: function (a) {
364
- this.bz = a;
377
+ this.b1 = a;
365
378
  this.g("ActualSeparatorBackgroundColor");
366
379
  },
367
380
  enumerable: false,
@@ -369,10 +382,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
369
382
  });
370
383
  Object.defineProperty(ToolPanelDescription.prototype, "groupHeaderSeparatorBackgroundColor", {
371
384
  get: function () {
372
- return this.ci;
385
+ return this.ck;
373
386
  },
374
387
  set: function (a) {
375
- this.ci = a;
388
+ this.ck = a;
376
389
  this.g("GroupHeaderSeparatorBackgroundColor");
377
390
  },
378
391
  enumerable: false,
@@ -380,10 +393,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
380
393
  });
381
394
  Object.defineProperty(ToolPanelDescription.prototype, "actualGroupHeaderSeparatorBackgroundColor", {
382
395
  get: function () {
383
- return this.br;
396
+ return this.bt;
384
397
  },
385
398
  set: function (a) {
386
- this.br = a;
399
+ this.bt = a;
387
400
  this.g("ActualGroupHeaderSeparatorBackgroundColor");
388
401
  },
389
402
  enumerable: false,
@@ -391,10 +404,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
391
404
  });
392
405
  Object.defineProperty(ToolPanelDescription.prototype, "hoverBackgroundColor", {
393
406
  get: function () {
394
- return this.cm;
407
+ return this.co;
395
408
  },
396
409
  set: function (a) {
397
- this.cm = a;
410
+ this.co = a;
398
411
  this.g("HoverBackgroundColor");
399
412
  },
400
413
  enumerable: false,
@@ -402,10 +415,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
402
415
  });
403
416
  Object.defineProperty(ToolPanelDescription.prototype, "actualHoverBackgroundColor", {
404
417
  get: function () {
405
- return this.bv;
418
+ return this.bx;
406
419
  },
407
420
  set: function (a) {
408
- this.bv = a;
421
+ this.bx = a;
409
422
  this.g("ActualHoverBackgroundColor");
410
423
  },
411
424
  enumerable: false,
@@ -413,10 +426,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
413
426
  });
414
427
  Object.defineProperty(ToolPanelDescription.prototype, "textColor", {
415
428
  get: function () {
416
- return this.cz;
429
+ return this.c2;
417
430
  },
418
431
  set: function (a) {
419
- this.cz = a;
432
+ this.c2 = a;
420
433
  this.g("TextColor");
421
434
  },
422
435
  enumerable: false,
@@ -424,10 +437,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
424
437
  });
425
438
  Object.defineProperty(ToolPanelDescription.prototype, "actualTextColor", {
426
439
  get: function () {
427
- return this.b2;
440
+ return this.b4;
428
441
  },
429
442
  set: function (a) {
430
- this.b2 = a;
443
+ this.b4 = a;
431
444
  this.g("ActualTextColor");
432
445
  },
433
446
  enumerable: false,
@@ -435,10 +448,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
435
448
  });
436
449
  Object.defineProperty(ToolPanelDescription.prototype, "actualSubtitleTextColor", {
437
450
  get: function () {
438
- return this.b1;
451
+ return this.b3;
439
452
  },
440
453
  set: function (a) {
441
- this.b1 = a;
454
+ this.b3 = a;
442
455
  this.g("ActualSubtitleTextColor");
443
456
  },
444
457
  enumerable: false,
@@ -446,10 +459,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
446
459
  });
447
460
  Object.defineProperty(ToolPanelDescription.prototype, "subtitleTextColor", {
448
461
  get: function () {
449
- return this.cy;
462
+ return this.c1;
450
463
  },
451
464
  set: function (a) {
452
- this.cy = a;
465
+ this.c1 = a;
453
466
  this.g("SubtitleTextColor");
454
467
  },
455
468
  enumerable: false,
@@ -457,10 +470,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
457
470
  });
458
471
  Object.defineProperty(ToolPanelDescription.prototype, "disabledTextColor", {
459
472
  get: function () {
460
- return this.cg;
473
+ return this.ci;
461
474
  },
462
475
  set: function (a) {
463
- this.cg = a;
476
+ this.ci = a;
464
477
  this.g("DisabledTextColor");
465
478
  },
466
479
  enumerable: false,
@@ -468,10 +481,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
468
481
  });
469
482
  Object.defineProperty(ToolPanelDescription.prototype, "actualDisabledTextColor", {
470
483
  get: function () {
471
- return this.bp;
484
+ return this.br;
472
485
  },
473
486
  set: function (a) {
474
- this.bp = a;
487
+ this.br = a;
475
488
  this.g("ActualDisabledTextColor");
476
489
  },
477
490
  enumerable: false,
@@ -479,10 +492,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
479
492
  });
480
493
  Object.defineProperty(ToolPanelDescription.prototype, "groupHeaderTextColor", {
481
494
  get: function () {
482
- return this.ck;
495
+ return this.cm;
483
496
  },
484
497
  set: function (a) {
485
- this.ck = a;
498
+ this.cm = a;
486
499
  this.g("GroupHeaderTextColor");
487
500
  },
488
501
  enumerable: false,
@@ -490,10 +503,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
490
503
  });
491
504
  Object.defineProperty(ToolPanelDescription.prototype, "actualGroupHeaderTextColor", {
492
505
  get: function () {
493
- return this.bt;
506
+ return this.bv;
494
507
  },
495
508
  set: function (a) {
496
- this.bt = a;
509
+ this.bv = a;
497
510
  this.g("ActualGroupHeaderTextColor");
498
511
  },
499
512
  enumerable: false,
@@ -501,10 +514,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
501
514
  });
502
515
  Object.defineProperty(ToolPanelDescription.prototype, "groupHeaderSubtitleTextColor", {
503
516
  get: function () {
504
- return this.cj;
517
+ return this.cl;
505
518
  },
506
519
  set: function (a) {
507
- this.cj = a;
520
+ this.cl = a;
508
521
  this.g("GroupHeaderSubtitleTextColor");
509
522
  },
510
523
  enumerable: false,
@@ -512,10 +525,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
512
525
  });
513
526
  Object.defineProperty(ToolPanelDescription.prototype, "actualGroupHeaderSubtitleTextColor", {
514
527
  get: function () {
515
- return this.bs;
528
+ return this.bu;
516
529
  },
517
530
  set: function (a) {
518
- this.bs = a;
531
+ this.bu = a;
519
532
  this.g("ActualGroupHeaderSubtitleTextColor");
520
533
  },
521
534
  enumerable: false,
@@ -523,10 +536,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
523
536
  });
524
537
  Object.defineProperty(ToolPanelDescription.prototype, "toolTipTextColor", {
525
538
  get: function () {
526
- return this.c1;
539
+ return this.c4;
527
540
  },
528
541
  set: function (a) {
529
- this.c1 = a;
542
+ this.c4 = a;
530
543
  this.g("ToolTipTextColor");
531
544
  },
532
545
  enumerable: false,
@@ -534,10 +547,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
534
547
  });
535
548
  Object.defineProperty(ToolPanelDescription.prototype, "actualToolTipTextColor", {
536
549
  get: function () {
537
- return this.b4;
550
+ return this.b6;
538
551
  },
539
552
  set: function (a) {
540
- this.b4 = a;
553
+ this.b6 = a;
541
554
  this.g("ActualToolTipTextColor");
542
555
  },
543
556
  enumerable: false,
@@ -545,10 +558,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
545
558
  });
546
559
  Object.defineProperty(ToolPanelDescription.prototype, "toolTipBackgroundColor", {
547
560
  get: function () {
548
- return this.c0;
561
+ return this.c3;
549
562
  },
550
563
  set: function (a) {
551
- this.c0 = a;
564
+ this.c3 = a;
552
565
  this.g("ToolTipBackgroundColor");
553
566
  },
554
567
  enumerable: false,
@@ -556,10 +569,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
556
569
  });
557
570
  Object.defineProperty(ToolPanelDescription.prototype, "actualToolTipBackgroundColor", {
558
571
  get: function () {
559
- return this.b3;
572
+ return this.b5;
560
573
  },
561
574
  set: function (a) {
562
- this.b3 = a;
575
+ this.b5 = a;
563
576
  this.g("ActualToolTipBackgroundColor");
564
577
  },
565
578
  enumerable: false,
@@ -567,10 +580,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
567
580
  });
568
581
  Object.defineProperty(ToolPanelDescription.prototype, "toolTipCornerRadius", {
569
582
  get: function () {
570
- return this.al;
583
+ return this.an;
571
584
  },
572
585
  set: function (a) {
573
- this.al = a;
586
+ this.an = a;
574
587
  this.g("ToolTipCornerRadius");
575
588
  },
576
589
  enumerable: false,
@@ -578,10 +591,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
578
591
  });
579
592
  Object.defineProperty(ToolPanelDescription.prototype, "actualToolTipCornerRadius", {
580
593
  get: function () {
581
- return this.x;
594
+ return this.z;
582
595
  },
583
596
  set: function (a) {
584
- this.x = a;
597
+ this.z = a;
585
598
  this.g("ActualToolTipCornerRadius");
586
599
  },
587
600
  enumerable: false,
@@ -589,10 +602,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
589
602
  });
590
603
  Object.defineProperty(ToolPanelDescription.prototype, "toolTipElevation", {
591
604
  get: function () {
592
- return this.am;
605
+ return this.ao;
593
606
  },
594
607
  set: function (a) {
595
- this.am = a;
608
+ this.ao = a;
596
609
  this.g("ToolTipElevation");
597
610
  },
598
611
  enumerable: false,
@@ -600,10 +613,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
600
613
  });
601
614
  Object.defineProperty(ToolPanelDescription.prototype, "actualToolTipElevation", {
602
615
  get: function () {
603
- return this.y;
616
+ return this.aa;
604
617
  },
605
618
  set: function (a) {
606
- this.y = a;
619
+ this.aa = a;
607
620
  this.g("ActualToolTipElevation");
608
621
  },
609
622
  enumerable: false,
@@ -611,10 +624,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
611
624
  });
612
625
  Object.defineProperty(ToolPanelDescription.prototype, "iconFill", {
613
626
  get: function () {
614
- return this.cn;
627
+ return this.cp;
615
628
  },
616
629
  set: function (a) {
617
- this.cn = a;
630
+ this.cp = a;
618
631
  this.g("IconFill");
619
632
  },
620
633
  enumerable: false,
@@ -622,10 +635,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
622
635
  });
623
636
  Object.defineProperty(ToolPanelDescription.prototype, "actualIconFill", {
624
637
  get: function () {
625
- return this.bw;
638
+ return this.by;
626
639
  },
627
640
  set: function (a) {
628
- this.bw = a;
641
+ this.by = a;
629
642
  this.g("ActualIconFill");
630
643
  },
631
644
  enumerable: false,
@@ -633,10 +646,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
633
646
  });
634
647
  Object.defineProperty(ToolPanelDescription.prototype, "iconStroke", {
635
648
  get: function () {
636
- return this.co;
649
+ return this.cq;
637
650
  },
638
651
  set: function (a) {
639
- this.co = a;
652
+ this.cq = a;
640
653
  this.g("IconStroke");
641
654
  },
642
655
  enumerable: false,
@@ -644,10 +657,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
644
657
  });
645
658
  Object.defineProperty(ToolPanelDescription.prototype, "actualIconStroke", {
646
659
  get: function () {
647
- return this.bx;
660
+ return this.bz;
648
661
  },
649
662
  set: function (a) {
650
- this.bx = a;
663
+ this.bz = a;
651
664
  this.g("ActualIconStroke");
652
665
  },
653
666
  enumerable: false,
@@ -655,10 +668,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
655
668
  });
656
669
  Object.defineProperty(ToolPanelDescription.prototype, "separatorVerticalPaddingLeft", {
657
670
  get: function () {
658
- return this.ah;
671
+ return this.aj;
659
672
  },
660
673
  set: function (a) {
661
- this.ah = a;
674
+ this.aj = a;
662
675
  this.g("SeparatorVerticalPaddingLeft");
663
676
  },
664
677
  enumerable: false,
@@ -666,10 +679,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
666
679
  });
667
680
  Object.defineProperty(ToolPanelDescription.prototype, "actualSeparatorVerticalPaddingLeft", {
668
681
  get: function () {
669
- return this.u;
682
+ return this.w;
670
683
  },
671
684
  set: function (a) {
672
- this.u = a;
685
+ this.w = a;
673
686
  this.g("ActualSeparatorVerticalPaddingLeft");
674
687
  },
675
688
  enumerable: false,
@@ -677,10 +690,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
677
690
  });
678
691
  Object.defineProperty(ToolPanelDescription.prototype, "separatorVerticalPaddingRight", {
679
692
  get: function () {
680
- return this.ai;
693
+ return this.ak;
681
694
  },
682
695
  set: function (a) {
683
- this.ai = a;
696
+ this.ak = a;
684
697
  this.g("SeparatorVerticalPaddingRight");
685
698
  },
686
699
  enumerable: false,
@@ -688,10 +701,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
688
701
  });
689
702
  Object.defineProperty(ToolPanelDescription.prototype, "actualSeparatorVerticalPaddingRight", {
690
703
  get: function () {
691
- return this.v;
704
+ return this.x;
692
705
  },
693
706
  set: function (a) {
694
- this.v = a;
707
+ this.x = a;
695
708
  this.g("ActualSeparatorVerticalPaddingRight");
696
709
  },
697
710
  enumerable: false,
@@ -699,10 +712,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
699
712
  });
700
713
  Object.defineProperty(ToolPanelDescription.prototype, "separatorVerticalPaddingTop", {
701
714
  get: function () {
702
- return this.aj;
715
+ return this.al;
703
716
  },
704
717
  set: function (a) {
705
- this.aj = a;
718
+ this.al = a;
706
719
  this.g("SeparatorVerticalPaddingTop");
707
720
  },
708
721
  enumerable: false,
@@ -710,10 +723,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
710
723
  });
711
724
  Object.defineProperty(ToolPanelDescription.prototype, "actualSeparatorVerticalPaddingTop", {
712
725
  get: function () {
713
- return this.w;
726
+ return this.y;
714
727
  },
715
728
  set: function (a) {
716
- this.w = a;
729
+ this.y = a;
717
730
  this.g("ActualSeparatorVerticalPaddingTop");
718
731
  },
719
732
  enumerable: false,
@@ -721,10 +734,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
721
734
  });
722
735
  Object.defineProperty(ToolPanelDescription.prototype, "separatorVerticalPaddingBottom", {
723
736
  get: function () {
724
- return this.ag;
737
+ return this.ai;
725
738
  },
726
739
  set: function (a) {
727
- this.ag = a;
740
+ this.ai = a;
728
741
  this.g("SeparatorVerticalPaddingBottom");
729
742
  },
730
743
  enumerable: false,
@@ -732,10 +745,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
732
745
  });
733
746
  Object.defineProperty(ToolPanelDescription.prototype, "actualSeparatorVerticalPaddingBottom", {
734
747
  get: function () {
735
- return this.t;
748
+ return this.v;
736
749
  },
737
750
  set: function (a) {
738
- this.t = a;
751
+ this.v = a;
739
752
  this.g("ActualSeparatorVerticalPaddingBottom");
740
753
  },
741
754
  enumerable: false,
@@ -743,10 +756,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
743
756
  });
744
757
  Object.defineProperty(ToolPanelDescription.prototype, "separatorHorizontalPaddingLeft", {
745
758
  get: function () {
746
- return this.ad;
759
+ return this.af;
747
760
  },
748
761
  set: function (a) {
749
- this.ad = a;
762
+ this.af = a;
750
763
  this.g("SeparatorHorizontalPaddingLeft");
751
764
  },
752
765
  enumerable: false,
@@ -754,10 +767,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
754
767
  });
755
768
  Object.defineProperty(ToolPanelDescription.prototype, "actualSeparatorHorizontalPaddingLeft", {
756
769
  get: function () {
757
- return this.q;
770
+ return this.s;
758
771
  },
759
772
  set: function (a) {
760
- this.q = a;
773
+ this.s = a;
761
774
  this.g("ActualSeparatorHorizontalPaddingLeft");
762
775
  },
763
776
  enumerable: false,
@@ -765,10 +778,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
765
778
  });
766
779
  Object.defineProperty(ToolPanelDescription.prototype, "separatorHorizontalPaddingRight", {
767
780
  get: function () {
768
- return this.ae;
781
+ return this.ag;
769
782
  },
770
783
  set: function (a) {
771
- this.ae = a;
784
+ this.ag = a;
772
785
  this.g("SeparatorHorizontalPaddingRight");
773
786
  },
774
787
  enumerable: false,
@@ -776,10 +789,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
776
789
  });
777
790
  Object.defineProperty(ToolPanelDescription.prototype, "actualSeparatorHorizontalPaddingRight", {
778
791
  get: function () {
779
- return this.r;
792
+ return this.t;
780
793
  },
781
794
  set: function (a) {
782
- this.r = a;
795
+ this.t = a;
783
796
  this.g("ActualSeparatorHorizontalPaddingRight");
784
797
  },
785
798
  enumerable: false,
@@ -787,10 +800,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
787
800
  });
788
801
  Object.defineProperty(ToolPanelDescription.prototype, "separatorHorizontalPaddingTop", {
789
802
  get: function () {
790
- return this.af;
803
+ return this.ah;
791
804
  },
792
805
  set: function (a) {
793
- this.af = a;
806
+ this.ah = a;
794
807
  this.g("SeparatorHorizontalPaddingTop");
795
808
  },
796
809
  enumerable: false,
@@ -798,10 +811,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
798
811
  });
799
812
  Object.defineProperty(ToolPanelDescription.prototype, "actualSeparatorHorizontalPaddingTop", {
800
813
  get: function () {
801
- return this.s;
814
+ return this.u;
802
815
  },
803
816
  set: function (a) {
804
- this.s = a;
817
+ this.u = a;
805
818
  this.g("ActualSeparatorHorizontalPaddingTop");
806
819
  },
807
820
  enumerable: false,
@@ -809,10 +822,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
809
822
  });
810
823
  Object.defineProperty(ToolPanelDescription.prototype, "separatorHorizontalPaddingBottom", {
811
824
  get: function () {
812
- return this.ac;
825
+ return this.ae;
813
826
  },
814
827
  set: function (a) {
815
- this.ac = a;
828
+ this.ae = a;
816
829
  this.g("SeparatorHorizontalPaddingBottom");
817
830
  },
818
831
  enumerable: false,
@@ -820,10 +833,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
820
833
  });
821
834
  Object.defineProperty(ToolPanelDescription.prototype, "actualSeparatorHorizontalPaddingBottom", {
822
835
  get: function () {
823
- return this.p;
836
+ return this.r;
824
837
  },
825
838
  set: function (a) {
826
- this.p = a;
839
+ this.r = a;
827
840
  this.g("ActualSeparatorHorizontalPaddingBottom");
828
841
  },
829
842
  enumerable: false,
@@ -831,10 +844,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
831
844
  });
832
845
  Object.defineProperty(ToolPanelDescription.prototype, "orientation", {
833
846
  get: function () {
834
- return this.cs;
847
+ return this.cu;
835
848
  },
836
849
  set: function (a) {
837
- this.cs = a;
850
+ this.cu = a;
838
851
  this.g("Orientation");
839
852
  },
840
853
  enumerable: false,
@@ -842,10 +855,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
842
855
  });
843
856
  Object.defineProperty(ToolPanelDescription.prototype, "rowHeight", {
844
857
  get: function () {
845
- return this.bg;
858
+ return this.bi;
846
859
  },
847
860
  set: function (a) {
848
- this.bg = a;
861
+ this.bi = a;
849
862
  this.g("RowHeight");
850
863
  },
851
864
  enumerable: false,
@@ -853,10 +866,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
853
866
  });
854
867
  Object.defineProperty(ToolPanelDescription.prototype, "highlightWidth", {
855
868
  get: function () {
856
- return this.ab;
869
+ return this.ad;
857
870
  },
858
871
  set: function (a) {
859
- this.ab = a;
872
+ this.ad = a;
860
873
  this.g("HighlightWidth");
861
874
  },
862
875
  enumerable: false,
@@ -864,10 +877,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
864
877
  });
865
878
  Object.defineProperty(ToolPanelDescription.prototype, "actualHighlightWidth", {
866
879
  get: function () {
867
- return this.o;
880
+ return this.q;
868
881
  },
869
882
  set: function (a) {
870
- this.o = a;
883
+ this.q = a;
871
884
  this.g("ActualHighlightWidth");
872
885
  },
873
886
  enumerable: false,
@@ -875,10 +888,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
875
888
  });
876
889
  Object.defineProperty(ToolPanelDescription.prototype, "highlightRadius", {
877
890
  get: function () {
878
- return this.aa;
891
+ return this.ac;
879
892
  },
880
893
  set: function (a) {
881
- this.aa = a;
894
+ this.ac = a;
882
895
  this.g("HighlightRadius");
883
896
  },
884
897
  enumerable: false,
@@ -886,10 +899,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
886
899
  });
887
900
  Object.defineProperty(ToolPanelDescription.prototype, "actualHighlightRadius", {
888
901
  get: function () {
889
- return this.n;
902
+ return this.p;
890
903
  },
891
904
  set: function (a) {
892
- this.n = a;
905
+ this.p = a;
893
906
  this.g("ActualHighlightRadius");
894
907
  },
895
908
  enumerable: false,
@@ -897,10 +910,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
897
910
  });
898
911
  Object.defineProperty(ToolPanelDescription.prototype, "highlightColor", {
899
912
  get: function () {
900
- return this.cl;
913
+ return this.cn;
901
914
  },
902
915
  set: function (a) {
903
- this.cl = a;
916
+ this.cn = a;
904
917
  this.g("HighlightColor");
905
918
  },
906
919
  enumerable: false,
@@ -908,10 +921,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
908
921
  });
909
922
  Object.defineProperty(ToolPanelDescription.prototype, "actualHighlightColor", {
910
923
  get: function () {
911
- return this.bu;
924
+ return this.bw;
912
925
  },
913
926
  set: function (a) {
914
- this.bu = a;
927
+ this.bw = a;
915
928
  this.g("ActualHighlightColor");
916
929
  },
917
930
  enumerable: false,
@@ -919,10 +932,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
919
932
  });
920
933
  Object.defineProperty(ToolPanelDescription.prototype, "menuArrowStroke", {
921
934
  get: function () {
922
- return this.cp;
935
+ return this.cr;
923
936
  },
924
937
  set: function (a) {
925
- this.cp = a;
938
+ this.cr = a;
926
939
  this.g("MenuArrowStroke");
927
940
  },
928
941
  enumerable: false,
@@ -930,10 +943,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
930
943
  });
931
944
  Object.defineProperty(ToolPanelDescription.prototype, "actualMenuArrowStroke", {
932
945
  get: function () {
933
- return this.by;
946
+ return this.b0;
934
947
  },
935
948
  set: function (a) {
936
- this.by = a;
949
+ this.b0 = a;
937
950
  this.g("ActualMenuArrowStroke");
938
951
  },
939
952
  enumerable: false,
@@ -941,10 +954,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
941
954
  });
942
955
  Object.defineProperty(ToolPanelDescription.prototype, "uncheckedBackgroundColor", {
943
956
  get: function () {
944
- return this.c2;
957
+ return this.c5;
945
958
  },
946
959
  set: function (a) {
947
- this.c2 = a;
960
+ this.c5 = a;
948
961
  this.g("UncheckedBackgroundColor");
949
962
  },
950
963
  enumerable: false,
@@ -952,10 +965,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
952
965
  });
953
966
  Object.defineProperty(ToolPanelDescription.prototype, "actualUncheckedBackgroundColor", {
954
967
  get: function () {
955
- return this.b5;
968
+ return this.b7;
956
969
  },
957
970
  set: function (a) {
958
- this.b5 = a;
971
+ this.b7 = a;
959
972
  this.g("ActualUncheckedBackgroundColor");
960
973
  },
961
974
  enumerable: false,
@@ -963,10 +976,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
963
976
  });
964
977
  Object.defineProperty(ToolPanelDescription.prototype, "checkedBackgroundColor", {
965
978
  get: function () {
966
- return this.cc;
979
+ return this.ce;
967
980
  },
968
981
  set: function (a) {
969
- this.cc = a;
982
+ this.ce = a;
970
983
  this.g("CheckedBackgroundColor");
971
984
  },
972
985
  enumerable: false,
@@ -974,10 +987,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
974
987
  });
975
988
  Object.defineProperty(ToolPanelDescription.prototype, "actualCheckedBackgroundColor", {
976
989
  get: function () {
977
- return this.bm;
990
+ return this.bo;
978
991
  },
979
992
  set: function (a) {
980
- this.bm = a;
993
+ this.bo = a;
981
994
  this.g("ActualCheckedBackgroundColor");
982
995
  },
983
996
  enumerable: false,
@@ -985,10 +998,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
985
998
  });
986
999
  Object.defineProperty(ToolPanelDescription.prototype, "uncheckedBorderColor", {
987
1000
  get: function () {
988
- return this.c3;
1001
+ return this.c6;
989
1002
  },
990
1003
  set: function (a) {
991
- this.c3 = a;
1004
+ this.c6 = a;
992
1005
  this.g("UncheckedBorderColor");
993
1006
  },
994
1007
  enumerable: false,
@@ -996,10 +1009,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
996
1009
  });
997
1010
  Object.defineProperty(ToolPanelDescription.prototype, "actualUncheckedBorderColor", {
998
1011
  get: function () {
999
- return this.b6;
1012
+ return this.b8;
1000
1013
  },
1001
1014
  set: function (a) {
1002
- this.b6 = a;
1015
+ this.b8 = a;
1003
1016
  this.g("ActualUncheckedBorderColor");
1004
1017
  },
1005
1018
  enumerable: false,
@@ -1007,10 +1020,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1007
1020
  });
1008
1021
  Object.defineProperty(ToolPanelDescription.prototype, "checkedBorderColor", {
1009
1022
  get: function () {
1010
- return this.cd;
1023
+ return this.cf;
1011
1024
  },
1012
1025
  set: function (a) {
1013
- this.cd = a;
1026
+ this.cf = a;
1014
1027
  this.g("CheckedBorderColor");
1015
1028
  },
1016
1029
  enumerable: false,
@@ -1018,10 +1031,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1018
1031
  });
1019
1032
  Object.defineProperty(ToolPanelDescription.prototype, "actualCheckedBorderColor", {
1020
1033
  get: function () {
1021
- return this.bn;
1034
+ return this.bp;
1022
1035
  },
1023
1036
  set: function (a) {
1024
- this.bn = a;
1037
+ this.bp = a;
1025
1038
  this.g("ActualCheckedBorderColor");
1026
1039
  },
1027
1040
  enumerable: false,
@@ -1029,10 +1042,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1029
1042
  });
1030
1043
  Object.defineProperty(ToolPanelDescription.prototype, "dropdownDelay", {
1031
1044
  get: function () {
1032
- return this.bf;
1045
+ return this.bh;
1033
1046
  },
1034
1047
  set: function (a) {
1035
- this.bf = a;
1048
+ this.bh = a;
1036
1049
  this.g("DropdownDelay");
1037
1050
  },
1038
1051
  enumerable: false,
@@ -1040,21 +1053,32 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1040
1053
  });
1041
1054
  Object.defineProperty(ToolPanelDescription.prototype, "actualDropdownDelay", {
1042
1055
  get: function () {
1043
- return this.bd;
1056
+ return this.bf;
1044
1057
  },
1045
1058
  set: function (a) {
1046
- this.bd = a;
1059
+ this.bf = a;
1047
1060
  this.g("ActualDropdownDelay");
1048
1061
  },
1049
1062
  enumerable: false,
1050
1063
  configurable: true
1051
1064
  });
1065
+ Object.defineProperty(ToolPanelDescription.prototype, "scrollbarStyle", {
1066
+ get: function () {
1067
+ return this.cv;
1068
+ },
1069
+ set: function (a) {
1070
+ this.cv = a;
1071
+ this.g("ScrollbarStyle");
1072
+ },
1073
+ enumerable: false,
1074
+ configurable: true
1075
+ });
1052
1076
  Object.defineProperty(ToolPanelDescription.prototype, "nestedActionMode", {
1053
1077
  get: function () {
1054
- return this.cq;
1078
+ return this.cs;
1055
1079
  },
1056
1080
  set: function (a) {
1057
- this.cq = a;
1081
+ this.cs = a;
1058
1082
  this.g("NestedActionMode");
1059
1083
  },
1060
1084
  enumerable: false,
@@ -1062,10 +1086,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1062
1086
  });
1063
1087
  Object.defineProperty(ToolPanelDescription.prototype, "contentRefreshedRef", {
1064
1088
  get: function () {
1065
- return this.ce;
1089
+ return this.cg;
1066
1090
  },
1067
1091
  set: function (a) {
1068
- this.ce = a;
1092
+ this.cg = a;
1069
1093
  this.g("ContentRefreshedRef");
1070
1094
  },
1071
1095
  enumerable: false,
@@ -1073,10 +1097,10 @@ var ToolPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1073
1097
  });
1074
1098
  Object.defineProperty(ToolPanelDescription.prototype, "onCommandRef", {
1075
1099
  get: function () {
1076
- return this.cr;
1100
+ return this.ct;
1077
1101
  },
1078
1102
  set: function (a) {
1079
- this.cr = a;
1103
+ this.ct = a;
1080
1104
  this.g("OnCommandRef");
1081
1105
  },
1082
1106
  enumerable: false,