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
@@ -16,91 +16,93 @@ export let ToolPanelDescription = /*@__PURE__*/ (() => {
16
16
  this.h = null;
17
17
  this.j = false;
18
18
  this.k = false;
19
- this.be = 0;
20
- this.b9 = null;
21
- this.z = 0;
22
- this.ca = null;
19
+ this.bg = 0;
20
+ this.l = false;
23
21
  this.cb = null;
24
- this.cv = null;
25
- this.ak = 0;
26
- this.cw = null;
27
- this.cx = null;
28
- this.b8 = null;
29
- this.cf = null;
30
- this.bo = null;
31
- this.b7 = null;
32
- this.bl = null;
33
- this.cu = null;
34
- this.b0 = null;
22
+ this.ab = 0;
23
+ this.cc = null;
24
+ this.cd = null;
25
+ this.cy = null;
26
+ this.am = 0;
27
+ this.cz = null;
28
+ this.c0 = null;
29
+ this.ca = null;
35
30
  this.ch = null;
36
31
  this.bq = null;
37
- this.ct = null;
38
- this.bz = null;
39
- this.ci = null;
40
- this.br = null;
41
- this.cm = null;
42
- this.bv = null;
43
- this.cz = null;
32
+ this.b9 = null;
33
+ this.bn = null;
34
+ this.cx = null;
44
35
  this.b2 = null;
36
+ this.cj = null;
37
+ this.bs = null;
38
+ this.cw = null;
45
39
  this.b1 = null;
46
- this.cy = null;
47
- this.cg = null;
48
- this.bp = null;
49
40
  this.ck = null;
50
41
  this.bt = null;
51
- this.cj = null;
52
- this.bs = null;
53
- this.c1 = null;
42
+ this.co = null;
43
+ this.bx = null;
44
+ this.c2 = null;
54
45
  this.b4 = null;
55
- this.c0 = null;
56
46
  this.b3 = null;
57
- this.al = 0;
47
+ this.c1 = null;
48
+ this.ci = null;
49
+ this.br = null;
50
+ this.cm = null;
51
+ this.bv = null;
52
+ this.cl = null;
53
+ this.bu = null;
54
+ this.c4 = null;
55
+ this.b6 = null;
56
+ this.c3 = null;
57
+ this.b5 = null;
58
+ this.an = 0;
59
+ this.z = 0;
60
+ this.ao = 0;
61
+ this.aa = 0;
62
+ this.cp = null;
63
+ this.by = null;
64
+ this.cq = null;
65
+ this.bz = null;
66
+ this.aj = 0;
67
+ this.w = 0;
68
+ this.ak = 0;
58
69
  this.x = 0;
59
- this.am = 0;
70
+ this.al = 0;
60
71
  this.y = 0;
61
- this.cn = null;
62
- this.bw = null;
63
- this.co = null;
64
- this.bx = null;
65
- this.ah = 0;
66
- this.u = 0;
67
72
  this.ai = 0;
68
73
  this.v = 0;
69
- this.aj = 0;
70
- this.w = 0;
74
+ this.af = 0;
75
+ this.s = 0;
71
76
  this.ag = 0;
72
77
  this.t = 0;
73
- this.ad = 0;
74
- this.q = 0;
78
+ this.ah = 0;
79
+ this.u = 0;
75
80
  this.ae = 0;
76
81
  this.r = 0;
77
- this.af = 0;
78
- this.s = 0;
82
+ this.cu = null;
83
+ this.bi = 0;
84
+ this.ad = 0;
85
+ this.q = 0;
79
86
  this.ac = 0;
80
87
  this.p = 0;
81
- this.cs = null;
82
- this.bg = 0;
83
- this.ab = 0;
84
- this.o = 0;
85
- this.aa = 0;
86
- this.n = 0;
87
- this.cl = null;
88
- this.bu = null;
89
- this.cp = null;
90
- this.by = null;
91
- this.c2 = null;
92
- this.b5 = null;
93
- this.cc = null;
94
- this.bm = null;
95
- this.c3 = null;
96
- this.b6 = null;
97
- this.cd = null;
98
- this.bn = null;
99
- this.bf = 0;
100
- this.bd = 0;
101
- this.cq = null;
102
- this.ce = null;
88
+ this.cn = null;
89
+ this.bw = null;
103
90
  this.cr = null;
91
+ this.b0 = null;
92
+ this.c5 = null;
93
+ this.b7 = null;
94
+ this.ce = null;
95
+ this.bo = null;
96
+ this.c6 = null;
97
+ this.b8 = null;
98
+ this.cf = null;
99
+ this.bp = null;
100
+ this.bh = 0;
101
+ this.bf = 0;
102
+ this.cv = null;
103
+ this.cs = null;
104
+ this.cg = null;
105
+ this.ct = null;
104
106
  }
105
107
  get_type() {
106
108
  return "ToolPanel";
@@ -130,598 +132,612 @@ export let ToolPanelDescription = /*@__PURE__*/ (() => {
130
132
  this.g("ShowTooltipOnHover");
131
133
  }
132
134
  get dropdownClickBuffer() {
133
- return this.be;
135
+ return this.bg;
134
136
  }
135
137
  set dropdownClickBuffer(a) {
136
- this.be = a;
138
+ this.bg = a;
137
139
  this.g("DropdownClickBuffer");
138
140
  }
141
+ get stopPropagation() {
142
+ return this.l;
143
+ }
144
+ set stopPropagation(a) {
145
+ this.l = a;
146
+ this.g("StopPropagation");
147
+ }
139
148
  get cellFontFamily() {
140
- return this.b9;
149
+ return this.cb;
141
150
  }
142
151
  set cellFontFamily(a) {
143
- this.b9 = a;
152
+ this.cb = a;
144
153
  this.g("CellFontFamily");
145
154
  }
146
155
  get cellFontSize() {
147
- return this.z;
156
+ return this.ab;
148
157
  }
149
158
  set cellFontSize(a) {
150
- this.z = a;
159
+ this.ab = a;
151
160
  this.g("CellFontSize");
152
161
  }
153
162
  get cellFontStyle() {
154
- return this.ca;
163
+ return this.cc;
155
164
  }
156
165
  set cellFontStyle(a) {
157
- this.ca = a;
166
+ this.cc = a;
158
167
  this.g("CellFontStyle");
159
168
  }
160
169
  get cellFontWeight() {
161
- return this.cb;
170
+ return this.cd;
162
171
  }
163
172
  set cellFontWeight(a) {
164
- this.cb = a;
173
+ this.cd = a;
165
174
  this.g("CellFontWeight");
166
175
  }
167
176
  get subtitleFontFamily() {
168
- return this.cv;
177
+ return this.cy;
169
178
  }
170
179
  set subtitleFontFamily(a) {
171
- this.cv = a;
180
+ this.cy = a;
172
181
  this.g("SubtitleFontFamily");
173
182
  }
174
183
  get subtitleFontSize() {
175
- return this.ak;
184
+ return this.am;
176
185
  }
177
186
  set subtitleFontSize(a) {
178
- this.ak = a;
187
+ this.am = a;
179
188
  this.g("SubtitleFontSize");
180
189
  }
181
190
  get subtitleFontStyle() {
182
- return this.cw;
191
+ return this.cz;
183
192
  }
184
193
  set subtitleFontStyle(a) {
185
- this.cw = a;
194
+ this.cz = a;
186
195
  this.g("SubtitleFontStyle");
187
196
  }
188
197
  get subtitleFontWeight() {
189
- return this.cx;
198
+ return this.c0;
190
199
  }
191
200
  set subtitleFontWeight(a) {
192
- this.cx = a;
201
+ this.c0 = a;
193
202
  this.g("SubtitleFontWeight");
194
203
  }
195
204
  get baseTheme() {
196
- return this.b8;
205
+ return this.ca;
197
206
  }
198
207
  set baseTheme(a) {
199
- this.b8 = a;
208
+ this.ca = a;
200
209
  this.g("BaseTheme");
201
210
  }
202
211
  get density() {
203
- return this.cf;
212
+ return this.ch;
204
213
  }
205
214
  set density(a) {
206
- this.cf = a;
215
+ this.ch = a;
207
216
  this.g("Density");
208
217
  }
209
218
  get actualDensity() {
210
- return this.bo;
219
+ return this.bq;
211
220
  }
212
221
  set actualDensity(a) {
213
- this.bo = a;
222
+ this.bq = a;
214
223
  this.g("ActualDensity");
215
224
  }
216
225
  get backgroundColor() {
217
- return this.b7;
226
+ return this.b9;
218
227
  }
219
228
  set backgroundColor(a) {
220
- this.b7 = a;
229
+ this.b9 = a;
221
230
  this.g("BackgroundColor");
222
231
  }
223
232
  get actualBackgroundColor() {
224
- return this.bl;
233
+ return this.bn;
225
234
  }
226
235
  set actualBackgroundColor(a) {
227
- this.bl = a;
236
+ this.bn = a;
228
237
  this.g("ActualBackgroundColor");
229
238
  }
230
239
  get submenuBackgroundColor() {
231
- return this.cu;
240
+ return this.cx;
232
241
  }
233
242
  set submenuBackgroundColor(a) {
234
- this.cu = a;
243
+ this.cx = a;
235
244
  this.g("SubmenuBackgroundColor");
236
245
  }
237
246
  get actualSubmenuBackgroundColor() {
238
- return this.b0;
247
+ return this.b2;
239
248
  }
240
249
  set actualSubmenuBackgroundColor(a) {
241
- this.b0 = a;
250
+ this.b2 = a;
242
251
  this.g("ActualSubmenuBackgroundColor");
243
252
  }
244
253
  get groupHeaderBackgroundColor() {
245
- return this.ch;
254
+ return this.cj;
246
255
  }
247
256
  set groupHeaderBackgroundColor(a) {
248
- this.ch = a;
257
+ this.cj = a;
249
258
  this.g("GroupHeaderBackgroundColor");
250
259
  }
251
260
  get actualGroupHeaderBackgroundColor() {
252
- return this.bq;
261
+ return this.bs;
253
262
  }
254
263
  set actualGroupHeaderBackgroundColor(a) {
255
- this.bq = a;
264
+ this.bs = a;
256
265
  this.g("ActualGroupHeaderBackgroundColor");
257
266
  }
258
267
  get separatorBackgroundColor() {
259
- return this.ct;
268
+ return this.cw;
260
269
  }
261
270
  set separatorBackgroundColor(a) {
262
- this.ct = a;
271
+ this.cw = a;
263
272
  this.g("SeparatorBackgroundColor");
264
273
  }
265
274
  get actualSeparatorBackgroundColor() {
266
- return this.bz;
275
+ return this.b1;
267
276
  }
268
277
  set actualSeparatorBackgroundColor(a) {
269
- this.bz = a;
278
+ this.b1 = a;
270
279
  this.g("ActualSeparatorBackgroundColor");
271
280
  }
272
281
  get groupHeaderSeparatorBackgroundColor() {
273
- return this.ci;
282
+ return this.ck;
274
283
  }
275
284
  set groupHeaderSeparatorBackgroundColor(a) {
276
- this.ci = a;
285
+ this.ck = a;
277
286
  this.g("GroupHeaderSeparatorBackgroundColor");
278
287
  }
279
288
  get actualGroupHeaderSeparatorBackgroundColor() {
280
- return this.br;
289
+ return this.bt;
281
290
  }
282
291
  set actualGroupHeaderSeparatorBackgroundColor(a) {
283
- this.br = a;
292
+ this.bt = a;
284
293
  this.g("ActualGroupHeaderSeparatorBackgroundColor");
285
294
  }
286
295
  get hoverBackgroundColor() {
287
- return this.cm;
296
+ return this.co;
288
297
  }
289
298
  set hoverBackgroundColor(a) {
290
- this.cm = a;
299
+ this.co = a;
291
300
  this.g("HoverBackgroundColor");
292
301
  }
293
302
  get actualHoverBackgroundColor() {
294
- return this.bv;
303
+ return this.bx;
295
304
  }
296
305
  set actualHoverBackgroundColor(a) {
297
- this.bv = a;
306
+ this.bx = a;
298
307
  this.g("ActualHoverBackgroundColor");
299
308
  }
300
309
  get textColor() {
301
- return this.cz;
310
+ return this.c2;
302
311
  }
303
312
  set textColor(a) {
304
- this.cz = a;
313
+ this.c2 = a;
305
314
  this.g("TextColor");
306
315
  }
307
316
  get actualTextColor() {
308
- return this.b2;
317
+ return this.b4;
309
318
  }
310
319
  set actualTextColor(a) {
311
- this.b2 = a;
320
+ this.b4 = a;
312
321
  this.g("ActualTextColor");
313
322
  }
314
323
  get actualSubtitleTextColor() {
315
- return this.b1;
324
+ return this.b3;
316
325
  }
317
326
  set actualSubtitleTextColor(a) {
318
- this.b1 = a;
327
+ this.b3 = a;
319
328
  this.g("ActualSubtitleTextColor");
320
329
  }
321
330
  get subtitleTextColor() {
322
- return this.cy;
331
+ return this.c1;
323
332
  }
324
333
  set subtitleTextColor(a) {
325
- this.cy = a;
334
+ this.c1 = a;
326
335
  this.g("SubtitleTextColor");
327
336
  }
328
337
  get disabledTextColor() {
329
- return this.cg;
338
+ return this.ci;
330
339
  }
331
340
  set disabledTextColor(a) {
332
- this.cg = a;
341
+ this.ci = a;
333
342
  this.g("DisabledTextColor");
334
343
  }
335
344
  get actualDisabledTextColor() {
336
- return this.bp;
345
+ return this.br;
337
346
  }
338
347
  set actualDisabledTextColor(a) {
339
- this.bp = a;
348
+ this.br = a;
340
349
  this.g("ActualDisabledTextColor");
341
350
  }
342
351
  get groupHeaderTextColor() {
343
- return this.ck;
352
+ return this.cm;
344
353
  }
345
354
  set groupHeaderTextColor(a) {
346
- this.ck = a;
355
+ this.cm = a;
347
356
  this.g("GroupHeaderTextColor");
348
357
  }
349
358
  get actualGroupHeaderTextColor() {
350
- return this.bt;
359
+ return this.bv;
351
360
  }
352
361
  set actualGroupHeaderTextColor(a) {
353
- this.bt = a;
362
+ this.bv = a;
354
363
  this.g("ActualGroupHeaderTextColor");
355
364
  }
356
365
  get groupHeaderSubtitleTextColor() {
357
- return this.cj;
366
+ return this.cl;
358
367
  }
359
368
  set groupHeaderSubtitleTextColor(a) {
360
- this.cj = a;
369
+ this.cl = a;
361
370
  this.g("GroupHeaderSubtitleTextColor");
362
371
  }
363
372
  get actualGroupHeaderSubtitleTextColor() {
364
- return this.bs;
373
+ return this.bu;
365
374
  }
366
375
  set actualGroupHeaderSubtitleTextColor(a) {
367
- this.bs = a;
376
+ this.bu = a;
368
377
  this.g("ActualGroupHeaderSubtitleTextColor");
369
378
  }
370
379
  get toolTipTextColor() {
371
- return this.c1;
380
+ return this.c4;
372
381
  }
373
382
  set toolTipTextColor(a) {
374
- this.c1 = a;
383
+ this.c4 = a;
375
384
  this.g("ToolTipTextColor");
376
385
  }
377
386
  get actualToolTipTextColor() {
378
- return this.b4;
387
+ return this.b6;
379
388
  }
380
389
  set actualToolTipTextColor(a) {
381
- this.b4 = a;
390
+ this.b6 = a;
382
391
  this.g("ActualToolTipTextColor");
383
392
  }
384
393
  get toolTipBackgroundColor() {
385
- return this.c0;
394
+ return this.c3;
386
395
  }
387
396
  set toolTipBackgroundColor(a) {
388
- this.c0 = a;
397
+ this.c3 = a;
389
398
  this.g("ToolTipBackgroundColor");
390
399
  }
391
400
  get actualToolTipBackgroundColor() {
392
- return this.b3;
401
+ return this.b5;
393
402
  }
394
403
  set actualToolTipBackgroundColor(a) {
395
- this.b3 = a;
404
+ this.b5 = a;
396
405
  this.g("ActualToolTipBackgroundColor");
397
406
  }
398
407
  get toolTipCornerRadius() {
399
- return this.al;
408
+ return this.an;
400
409
  }
401
410
  set toolTipCornerRadius(a) {
402
- this.al = a;
411
+ this.an = a;
403
412
  this.g("ToolTipCornerRadius");
404
413
  }
405
414
  get actualToolTipCornerRadius() {
406
- return this.x;
415
+ return this.z;
407
416
  }
408
417
  set actualToolTipCornerRadius(a) {
409
- this.x = a;
418
+ this.z = a;
410
419
  this.g("ActualToolTipCornerRadius");
411
420
  }
412
421
  get toolTipElevation() {
413
- return this.am;
422
+ return this.ao;
414
423
  }
415
424
  set toolTipElevation(a) {
416
- this.am = a;
425
+ this.ao = a;
417
426
  this.g("ToolTipElevation");
418
427
  }
419
428
  get actualToolTipElevation() {
420
- return this.y;
429
+ return this.aa;
421
430
  }
422
431
  set actualToolTipElevation(a) {
423
- this.y = a;
432
+ this.aa = a;
424
433
  this.g("ActualToolTipElevation");
425
434
  }
426
435
  get iconFill() {
427
- return this.cn;
436
+ return this.cp;
428
437
  }
429
438
  set iconFill(a) {
430
- this.cn = a;
439
+ this.cp = a;
431
440
  this.g("IconFill");
432
441
  }
433
442
  get actualIconFill() {
434
- return this.bw;
443
+ return this.by;
435
444
  }
436
445
  set actualIconFill(a) {
437
- this.bw = a;
446
+ this.by = a;
438
447
  this.g("ActualIconFill");
439
448
  }
440
449
  get iconStroke() {
441
- return this.co;
450
+ return this.cq;
442
451
  }
443
452
  set iconStroke(a) {
444
- this.co = a;
453
+ this.cq = a;
445
454
  this.g("IconStroke");
446
455
  }
447
456
  get actualIconStroke() {
448
- return this.bx;
457
+ return this.bz;
449
458
  }
450
459
  set actualIconStroke(a) {
451
- this.bx = a;
460
+ this.bz = a;
452
461
  this.g("ActualIconStroke");
453
462
  }
454
463
  get separatorVerticalPaddingLeft() {
455
- return this.ah;
464
+ return this.aj;
456
465
  }
457
466
  set separatorVerticalPaddingLeft(a) {
458
- this.ah = a;
467
+ this.aj = a;
459
468
  this.g("SeparatorVerticalPaddingLeft");
460
469
  }
461
470
  get actualSeparatorVerticalPaddingLeft() {
462
- return this.u;
471
+ return this.w;
463
472
  }
464
473
  set actualSeparatorVerticalPaddingLeft(a) {
465
- this.u = a;
474
+ this.w = a;
466
475
  this.g("ActualSeparatorVerticalPaddingLeft");
467
476
  }
468
477
  get separatorVerticalPaddingRight() {
469
- return this.ai;
478
+ return this.ak;
470
479
  }
471
480
  set separatorVerticalPaddingRight(a) {
472
- this.ai = a;
481
+ this.ak = a;
473
482
  this.g("SeparatorVerticalPaddingRight");
474
483
  }
475
484
  get actualSeparatorVerticalPaddingRight() {
476
- return this.v;
485
+ return this.x;
477
486
  }
478
487
  set actualSeparatorVerticalPaddingRight(a) {
479
- this.v = a;
488
+ this.x = a;
480
489
  this.g("ActualSeparatorVerticalPaddingRight");
481
490
  }
482
491
  get separatorVerticalPaddingTop() {
483
- return this.aj;
492
+ return this.al;
484
493
  }
485
494
  set separatorVerticalPaddingTop(a) {
486
- this.aj = a;
495
+ this.al = a;
487
496
  this.g("SeparatorVerticalPaddingTop");
488
497
  }
489
498
  get actualSeparatorVerticalPaddingTop() {
490
- return this.w;
499
+ return this.y;
491
500
  }
492
501
  set actualSeparatorVerticalPaddingTop(a) {
493
- this.w = a;
502
+ this.y = a;
494
503
  this.g("ActualSeparatorVerticalPaddingTop");
495
504
  }
496
505
  get separatorVerticalPaddingBottom() {
497
- return this.ag;
506
+ return this.ai;
498
507
  }
499
508
  set separatorVerticalPaddingBottom(a) {
500
- this.ag = a;
509
+ this.ai = a;
501
510
  this.g("SeparatorVerticalPaddingBottom");
502
511
  }
503
512
  get actualSeparatorVerticalPaddingBottom() {
504
- return this.t;
513
+ return this.v;
505
514
  }
506
515
  set actualSeparatorVerticalPaddingBottom(a) {
507
- this.t = a;
516
+ this.v = a;
508
517
  this.g("ActualSeparatorVerticalPaddingBottom");
509
518
  }
510
519
  get separatorHorizontalPaddingLeft() {
511
- return this.ad;
520
+ return this.af;
512
521
  }
513
522
  set separatorHorizontalPaddingLeft(a) {
514
- this.ad = a;
523
+ this.af = a;
515
524
  this.g("SeparatorHorizontalPaddingLeft");
516
525
  }
517
526
  get actualSeparatorHorizontalPaddingLeft() {
518
- return this.q;
527
+ return this.s;
519
528
  }
520
529
  set actualSeparatorHorizontalPaddingLeft(a) {
521
- this.q = a;
530
+ this.s = a;
522
531
  this.g("ActualSeparatorHorizontalPaddingLeft");
523
532
  }
524
533
  get separatorHorizontalPaddingRight() {
525
- return this.ae;
534
+ return this.ag;
526
535
  }
527
536
  set separatorHorizontalPaddingRight(a) {
528
- this.ae = a;
537
+ this.ag = a;
529
538
  this.g("SeparatorHorizontalPaddingRight");
530
539
  }
531
540
  get actualSeparatorHorizontalPaddingRight() {
532
- return this.r;
541
+ return this.t;
533
542
  }
534
543
  set actualSeparatorHorizontalPaddingRight(a) {
535
- this.r = a;
544
+ this.t = a;
536
545
  this.g("ActualSeparatorHorizontalPaddingRight");
537
546
  }
538
547
  get separatorHorizontalPaddingTop() {
539
- return this.af;
548
+ return this.ah;
540
549
  }
541
550
  set separatorHorizontalPaddingTop(a) {
542
- this.af = a;
551
+ this.ah = a;
543
552
  this.g("SeparatorHorizontalPaddingTop");
544
553
  }
545
554
  get actualSeparatorHorizontalPaddingTop() {
546
- return this.s;
555
+ return this.u;
547
556
  }
548
557
  set actualSeparatorHorizontalPaddingTop(a) {
549
- this.s = a;
558
+ this.u = a;
550
559
  this.g("ActualSeparatorHorizontalPaddingTop");
551
560
  }
552
561
  get separatorHorizontalPaddingBottom() {
553
- return this.ac;
562
+ return this.ae;
554
563
  }
555
564
  set separatorHorizontalPaddingBottom(a) {
556
- this.ac = a;
565
+ this.ae = a;
557
566
  this.g("SeparatorHorizontalPaddingBottom");
558
567
  }
559
568
  get actualSeparatorHorizontalPaddingBottom() {
560
- return this.p;
569
+ return this.r;
561
570
  }
562
571
  set actualSeparatorHorizontalPaddingBottom(a) {
563
- this.p = a;
572
+ this.r = a;
564
573
  this.g("ActualSeparatorHorizontalPaddingBottom");
565
574
  }
566
575
  get orientation() {
567
- return this.cs;
576
+ return this.cu;
568
577
  }
569
578
  set orientation(a) {
570
- this.cs = a;
579
+ this.cu = a;
571
580
  this.g("Orientation");
572
581
  }
573
582
  get rowHeight() {
574
- return this.bg;
583
+ return this.bi;
575
584
  }
576
585
  set rowHeight(a) {
577
- this.bg = a;
586
+ this.bi = a;
578
587
  this.g("RowHeight");
579
588
  }
580
589
  get highlightWidth() {
581
- return this.ab;
590
+ return this.ad;
582
591
  }
583
592
  set highlightWidth(a) {
584
- this.ab = a;
593
+ this.ad = a;
585
594
  this.g("HighlightWidth");
586
595
  }
587
596
  get actualHighlightWidth() {
588
- return this.o;
597
+ return this.q;
589
598
  }
590
599
  set actualHighlightWidth(a) {
591
- this.o = a;
600
+ this.q = a;
592
601
  this.g("ActualHighlightWidth");
593
602
  }
594
603
  get highlightRadius() {
595
- return this.aa;
604
+ return this.ac;
596
605
  }
597
606
  set highlightRadius(a) {
598
- this.aa = a;
607
+ this.ac = a;
599
608
  this.g("HighlightRadius");
600
609
  }
601
610
  get actualHighlightRadius() {
602
- return this.n;
611
+ return this.p;
603
612
  }
604
613
  set actualHighlightRadius(a) {
605
- this.n = a;
614
+ this.p = a;
606
615
  this.g("ActualHighlightRadius");
607
616
  }
608
617
  get highlightColor() {
609
- return this.cl;
618
+ return this.cn;
610
619
  }
611
620
  set highlightColor(a) {
612
- this.cl = a;
621
+ this.cn = a;
613
622
  this.g("HighlightColor");
614
623
  }
615
624
  get actualHighlightColor() {
616
- return this.bu;
625
+ return this.bw;
617
626
  }
618
627
  set actualHighlightColor(a) {
619
- this.bu = a;
628
+ this.bw = a;
620
629
  this.g("ActualHighlightColor");
621
630
  }
622
631
  get menuArrowStroke() {
623
- return this.cp;
632
+ return this.cr;
624
633
  }
625
634
  set menuArrowStroke(a) {
626
- this.cp = a;
635
+ this.cr = a;
627
636
  this.g("MenuArrowStroke");
628
637
  }
629
638
  get actualMenuArrowStroke() {
630
- return this.by;
639
+ return this.b0;
631
640
  }
632
641
  set actualMenuArrowStroke(a) {
633
- this.by = a;
642
+ this.b0 = a;
634
643
  this.g("ActualMenuArrowStroke");
635
644
  }
636
645
  get uncheckedBackgroundColor() {
637
- return this.c2;
646
+ return this.c5;
638
647
  }
639
648
  set uncheckedBackgroundColor(a) {
640
- this.c2 = a;
649
+ this.c5 = a;
641
650
  this.g("UncheckedBackgroundColor");
642
651
  }
643
652
  get actualUncheckedBackgroundColor() {
644
- return this.b5;
653
+ return this.b7;
645
654
  }
646
655
  set actualUncheckedBackgroundColor(a) {
647
- this.b5 = a;
656
+ this.b7 = a;
648
657
  this.g("ActualUncheckedBackgroundColor");
649
658
  }
650
659
  get checkedBackgroundColor() {
651
- return this.cc;
660
+ return this.ce;
652
661
  }
653
662
  set checkedBackgroundColor(a) {
654
- this.cc = a;
663
+ this.ce = a;
655
664
  this.g("CheckedBackgroundColor");
656
665
  }
657
666
  get actualCheckedBackgroundColor() {
658
- return this.bm;
667
+ return this.bo;
659
668
  }
660
669
  set actualCheckedBackgroundColor(a) {
661
- this.bm = a;
670
+ this.bo = a;
662
671
  this.g("ActualCheckedBackgroundColor");
663
672
  }
664
673
  get uncheckedBorderColor() {
665
- return this.c3;
674
+ return this.c6;
666
675
  }
667
676
  set uncheckedBorderColor(a) {
668
- this.c3 = a;
677
+ this.c6 = a;
669
678
  this.g("UncheckedBorderColor");
670
679
  }
671
680
  get actualUncheckedBorderColor() {
672
- return this.b6;
681
+ return this.b8;
673
682
  }
674
683
  set actualUncheckedBorderColor(a) {
675
- this.b6 = a;
684
+ this.b8 = a;
676
685
  this.g("ActualUncheckedBorderColor");
677
686
  }
678
687
  get checkedBorderColor() {
679
- return this.cd;
688
+ return this.cf;
680
689
  }
681
690
  set checkedBorderColor(a) {
682
- this.cd = a;
691
+ this.cf = a;
683
692
  this.g("CheckedBorderColor");
684
693
  }
685
694
  get actualCheckedBorderColor() {
686
- return this.bn;
695
+ return this.bp;
687
696
  }
688
697
  set actualCheckedBorderColor(a) {
689
- this.bn = a;
698
+ this.bp = a;
690
699
  this.g("ActualCheckedBorderColor");
691
700
  }
692
701
  get dropdownDelay() {
693
- return this.bf;
702
+ return this.bh;
694
703
  }
695
704
  set dropdownDelay(a) {
696
- this.bf = a;
705
+ this.bh = a;
697
706
  this.g("DropdownDelay");
698
707
  }
699
708
  get actualDropdownDelay() {
700
- return this.bd;
709
+ return this.bf;
701
710
  }
702
711
  set actualDropdownDelay(a) {
703
- this.bd = a;
712
+ this.bf = a;
704
713
  this.g("ActualDropdownDelay");
705
714
  }
715
+ get scrollbarStyle() {
716
+ return this.cv;
717
+ }
718
+ set scrollbarStyle(a) {
719
+ this.cv = a;
720
+ this.g("ScrollbarStyle");
721
+ }
706
722
  get nestedActionMode() {
707
- return this.cq;
723
+ return this.cs;
708
724
  }
709
725
  set nestedActionMode(a) {
710
- this.cq = a;
726
+ this.cs = a;
711
727
  this.g("NestedActionMode");
712
728
  }
713
729
  get contentRefreshedRef() {
714
- return this.ce;
730
+ return this.cg;
715
731
  }
716
732
  set contentRefreshedRef(a) {
717
- this.ce = a;
733
+ this.cg = a;
718
734
  this.g("ContentRefreshedRef");
719
735
  }
720
736
  get onCommandRef() {
721
- return this.cr;
737
+ return this.ct;
722
738
  }
723
739
  set onCommandRef(a) {
724
- this.cr = a;
740
+ this.ct = a;
725
741
  this.g("OnCommandRef");
726
742
  }
727
743
  }