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
@@ -13,171 +13,171 @@ export let ButtonDescription = /*@__PURE__*/ (() => {
13
13
  class ButtonDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.a8 = 0;
17
- this.a7 = 0;
18
- this.e3 = null;
19
- this.ey = null;
20
- this.ev = null;
21
- this.ef = null;
16
+ this.ba = 0;
17
+ this.a9 = 0;
18
+ this.e5 = null;
19
+ this.e0 = null;
20
+ this.ex = null;
21
+ this.eh = null;
22
+ this.eg = null;
23
+ this.et = null;
24
+ this.eq = null;
22
25
  this.ee = null;
23
- this.er = null;
24
- this.eo = null;
25
- this.ec = null;
26
+ this.cu = 0;
26
27
  this.cs = 0;
27
- this.cq = 0;
28
- this.cr = 0;
29
- this.ep = null;
30
- this.af = 0;
31
- this.ae = 0;
32
- this.ag = 0;
28
+ this.ct = 0;
29
+ this.er = null;
33
30
  this.ah = 0;
34
- this.ed = null;
35
- this.eg = null;
36
- this.eh = null;
31
+ this.ag = 0;
32
+ this.ai = 0;
33
+ this.aj = 0;
34
+ this.ef = null;
37
35
  this.ei = null;
38
- this.cp = 0;
39
36
  this.ej = null;
40
- this.eq = null;
41
- this.en = null;
42
37
  this.ek = null;
38
+ this.cr = 0;
43
39
  this.el = null;
40
+ this.es = null;
41
+ this.ep = null;
44
42
  this.em = null;
45
- this.ad = 0;
46
- this.gs = null;
43
+ this.en = null;
44
+ this.eo = null;
45
+ this.af = 0;
47
46
  this.gu = null;
48
- this.gv = null;
49
47
  this.gw = null;
50
- this.dc = 0;
51
- this.gz = null;
52
- this.gt = null;
53
- this.df = 0;
48
+ this.gx = null;
49
+ this.gy = null;
54
50
  this.de = 0;
55
- this.dd = 0;
56
- this.be = 0;
51
+ this.g1 = null;
52
+ this.gv = null;
53
+ this.dh = 0;
54
+ this.dg = 0;
55
+ this.df = 0;
57
56
  this.bg = 0;
58
- this.bf = 0;
59
- this.bh = 0;
60
57
  this.bi = 0;
61
- this.g1 = null;
62
- this.fg = null;
58
+ this.bh = 0;
59
+ this.bj = 0;
60
+ this.bk = 0;
61
+ this.g3 = null;
63
62
  this.fi = null;
64
- this.fj = null;
65
63
  this.fk = null;
66
- this.cy = 0;
67
- this.fn = null;
68
- this.fh = null;
69
- this.c1 = 0;
64
+ this.fl = null;
65
+ this.fm = null;
70
66
  this.c0 = 0;
71
- this.cz = 0;
72
67
  this.fp = null;
68
+ this.fj = null;
69
+ this.c3 = 0;
70
+ this.c2 = 0;
71
+ this.c1 = 0;
72
+ this.fr = null;
73
+ this.fs = null;
73
74
  this.fq = null;
75
+ this.fn = null;
74
76
  this.fo = null;
75
- this.fl = null;
76
- this.fm = null;
77
- this.aw = 0;
78
77
  this.ay = 0;
79
- this.ax = 0;
80
- this.az = 0;
81
78
  this.a0 = 0;
82
- this.eu = null;
83
- this.ez = null;
84
- this.e0 = null;
85
- this.e1 = null;
86
- this.ct = 0;
87
- this.e4 = null;
88
- this.f0 = null;
89
- this.ew = null;
90
- this.dg = 0;
91
- this.c3 = 0;
92
- this.c2 = 0;
93
- this.fv = null;
79
+ this.az = 0;
94
80
  this.a1 = 0;
95
- this.fw = null;
81
+ this.a2 = 0;
82
+ this.ew = null;
83
+ this.e1 = null;
84
+ this.e2 = null;
85
+ this.e3 = null;
86
+ this.cv = 0;
87
+ this.e6 = null;
88
+ this.f2 = null;
89
+ this.ey = null;
90
+ this.di = 0;
91
+ this.c5 = 0;
92
+ this.c4 = 0;
96
93
  this.fx = null;
94
+ this.a3 = 0;
95
+ this.fy = null;
96
+ this.fz = null;
97
+ this.g6 = null;
98
+ this.f3 = null;
99
+ this.g5 = null;
97
100
  this.g4 = null;
98
- this.f1 = null;
99
- this.g3 = null;
100
101
  this.g2 = null;
102
+ this.gz = null;
101
103
  this.g0 = null;
102
- this.gx = null;
103
- this.gy = null;
104
- this.ft = null;
105
- this.fu = null;
106
- this.ai = 0;
107
- this.ao = 0;
108
- this.an = 0;
109
- this.ap = 0;
104
+ this.fv = null;
105
+ this.fw = null;
106
+ this.ak = 0;
110
107
  this.aq = 0;
111
- this.gh = null;
108
+ this.ap = 0;
109
+ this.ar = 0;
110
+ this.as = 0;
112
111
  this.gj = null;
113
- this.gk = null;
114
112
  this.gl = null;
115
- this.c8 = 0;
116
- this.go = null;
117
- this.gi = null;
118
- this.db = 0;
113
+ this.gm = null;
114
+ this.gn = null;
119
115
  this.da = 0;
120
- this.c9 = 0;
121
- this.a9 = 0;
116
+ this.gq = null;
117
+ this.gk = null;
118
+ this.dd = 0;
119
+ this.dc = 0;
120
+ this.db = 0;
122
121
  this.bb = 0;
123
- this.ba = 0;
124
- this.bc = 0;
125
122
  this.bd = 0;
126
- this.gq = null;
123
+ this.bc = 0;
124
+ this.be = 0;
125
+ this.bf = 0;
126
+ this.gs = null;
127
+ this.gt = null;
127
128
  this.gr = null;
129
+ this.go = null;
128
130
  this.gp = null;
129
- this.gm = null;
130
- this.gn = null;
131
- this.e5 = null;
132
131
  this.e7 = null;
133
- this.e8 = null;
134
132
  this.e9 = null;
135
- this.cu = 0;
136
- this.fc = null;
137
- this.e6 = null;
138
- this.cx = 0;
133
+ this.fa = null;
134
+ this.fb = null;
139
135
  this.cw = 0;
140
- this.cv = 0;
141
- this.ar = 0;
136
+ this.fe = null;
137
+ this.e8 = null;
138
+ this.cz = 0;
139
+ this.cy = 0;
140
+ this.cx = 0;
142
141
  this.at = 0;
143
- this.as = 0;
144
- this.au = 0;
145
142
  this.av = 0;
146
- this.fe = null;
143
+ this.au = 0;
144
+ this.aw = 0;
145
+ this.ax = 0;
146
+ this.fg = null;
147
+ this.fh = null;
147
148
  this.ff = null;
149
+ this.fc = null;
148
150
  this.fd = null;
149
- this.fa = null;
150
- this.fb = null;
151
- this.f2 = null;
152
151
  this.f4 = null;
153
- this.f5 = null;
154
152
  this.f6 = null;
155
- this.c4 = 0;
156
- this.f9 = null;
157
- this.f3 = null;
158
- this.c7 = 0;
153
+ this.f7 = null;
154
+ this.f8 = null;
159
155
  this.c6 = 0;
160
- this.c5 = 0;
161
- this.a2 = 0;
156
+ this.gb = null;
157
+ this.f5 = null;
158
+ this.c9 = 0;
159
+ this.c8 = 0;
160
+ this.c7 = 0;
162
161
  this.a4 = 0;
163
- this.a3 = 0;
164
- this.a5 = 0;
165
162
  this.a6 = 0;
166
- this.gb = null;
163
+ this.a5 = 0;
164
+ this.a7 = 0;
165
+ this.a8 = 0;
166
+ this.gd = null;
167
+ this.ge = null;
167
168
  this.gc = null;
169
+ this.f9 = null;
168
170
  this.ga = null;
169
- this.f7 = null;
170
- this.f8 = null;
171
- this.ge = null;
172
- this.gd = null;
173
- this.e2 = null;
174
- this.fr = null;
175
- this.fs = null;
176
- this.es = null;
177
- this.g5 = null;
178
171
  this.gg = null;
179
- this.dh = 0;
180
- this.et = null;
172
+ this.gf = null;
173
+ this.e4 = null;
174
+ this.ft = null;
175
+ this.fu = null;
176
+ this.eu = null;
177
+ this.g7 = null;
178
+ this.gi = null;
179
+ this.dj = 0;
180
+ this.ev = null;
181
181
  this.o = false;
182
182
  this.p = false;
183
183
  this.q = false;
@@ -188,16 +188,17 @@ export let ButtonDescription = /*@__PURE__*/ (() => {
188
188
  this.j = false;
189
189
  this.n = false;
190
190
  this.l = false;
191
- this.ak = 0;
192
191
  this.am = 0;
192
+ this.ao = 0;
193
+ this.an = 0;
193
194
  this.al = 0;
194
- this.aj = 0;
195
- this.fz = null;
196
- this.g6 = null;
195
+ this.f1 = null;
196
+ this.g8 = null;
197
197
  this.i = false;
198
- this.ex = null;
199
- this.fy = null;
200
- this.gf = null;
198
+ this.s = false;
199
+ this.ez = null;
200
+ this.f0 = null;
201
+ this.gh = null;
201
202
  }
202
203
  get_type() {
203
204
  return "Button";
@@ -206,1158 +207,1158 @@ export let ButtonDescription = /*@__PURE__*/ (() => {
206
207
  return this.get_type();
207
208
  }
208
209
  get minWidth() {
209
- return this.a8;
210
+ return this.ba;
210
211
  }
211
212
  set minWidth(a) {
212
- this.a8 = a;
213
+ this.ba = a;
213
214
  this.g("MinWidth");
214
215
  }
215
216
  get minHeight() {
216
- return this.a7;
217
+ return this.a9;
217
218
  }
218
219
  set minHeight(a) {
219
- this.a7 = a;
220
+ this.a9 = a;
220
221
  this.g("MinHeight");
221
222
  }
222
223
  get displayType() {
223
- return this.e3;
224
+ return this.e5;
224
225
  }
225
226
  set displayType(a) {
226
- this.e3 = a;
227
+ this.e5 = a;
227
228
  this.g("DisplayType");
228
229
  }
229
230
  get density() {
230
- return this.ey;
231
+ return this.e0;
231
232
  }
232
233
  set density(a) {
233
- this.ey = a;
234
+ this.e0 = a;
234
235
  this.g("Density");
235
236
  }
236
237
  get baseTheme() {
237
- return this.ev;
238
+ return this.ex;
238
239
  }
239
240
  set baseTheme(a) {
240
- this.ev = a;
241
+ this.ex = a;
241
242
  this.g("BaseTheme");
242
243
  }
243
244
  get actualDensity() {
244
- return this.ef;
245
+ return this.eh;
245
246
  }
246
247
  set actualDensity(a) {
247
- this.ef = a;
248
+ this.eh = a;
248
249
  this.g("ActualDensity");
249
250
  }
250
251
  get actualBorderColor() {
251
- return this.ee;
252
+ return this.eg;
252
253
  }
253
254
  set actualBorderColor(a) {
254
- this.ee = a;
255
+ this.eg = a;
255
256
  this.g("ActualBorderColor");
256
257
  }
257
258
  get actualUmbraShadowColor() {
258
- return this.er;
259
+ return this.et;
259
260
  }
260
261
  set actualUmbraShadowColor(a) {
261
- this.er = a;
262
+ this.et = a;
262
263
  this.g("ActualUmbraShadowColor");
263
264
  }
264
265
  get actualPenumbraShadowColor() {
265
- return this.eo;
266
+ return this.eq;
266
267
  }
267
268
  set actualPenumbraShadowColor(a) {
268
- this.eo = a;
269
+ this.eq = a;
269
270
  this.g("ActualPenumbraShadowColor");
270
271
  }
271
272
  get actualAmbientShadowColor() {
272
- return this.ec;
273
+ return this.ee;
273
274
  }
274
275
  set actualAmbientShadowColor(a) {
275
- this.ec = a;
276
+ this.ee = a;
276
277
  this.g("ActualAmbientShadowColor");
277
278
  }
278
279
  get actualRestingElevation() {
279
- return this.cs;
280
+ return this.cu;
280
281
  }
281
282
  set actualRestingElevation(a) {
282
- this.cs = a;
283
+ this.cu = a;
283
284
  this.g("ActualRestingElevation");
284
285
  }
285
286
  get actualFocusElevation() {
286
- return this.cq;
287
+ return this.cs;
287
288
  }
288
289
  set actualFocusElevation(a) {
289
- this.cq = a;
290
+ this.cs = a;
290
291
  this.g("ActualFocusElevation");
291
292
  }
292
293
  get actualHoverElevation() {
293
- return this.cr;
294
+ return this.ct;
294
295
  }
295
296
  set actualHoverElevation(a) {
296
- this.cr = a;
297
+ this.ct = a;
297
298
  this.g("ActualHoverElevation");
298
299
  }
299
300
  get actualRippleColor() {
300
- return this.ep;
301
+ return this.er;
301
302
  }
302
303
  set actualRippleColor(a) {
303
- this.ep = a;
304
+ this.er = a;
304
305
  this.g("ActualRippleColor");
305
306
  }
306
307
  get actualCornerRadiusBottomRight() {
307
- return this.af;
308
+ return this.ah;
308
309
  }
309
310
  set actualCornerRadiusBottomRight(a) {
310
- this.af = a;
311
+ this.ah = a;
311
312
  this.g("ActualCornerRadiusBottomRight");
312
313
  }
313
314
  get actualCornerRadiusBottomLeft() {
314
- return this.ae;
315
+ return this.ag;
315
316
  }
316
317
  set actualCornerRadiusBottomLeft(a) {
317
- this.ae = a;
318
+ this.ag = a;
318
319
  this.g("ActualCornerRadiusBottomLeft");
319
320
  }
320
321
  get actualCornerRadiusTopLeft() {
321
- return this.ag;
322
+ return this.ai;
322
323
  }
323
324
  set actualCornerRadiusTopLeft(a) {
324
- this.ag = a;
325
+ this.ai = a;
325
326
  this.g("ActualCornerRadiusTopLeft");
326
327
  }
327
328
  get actualCornerRadiusTopRight() {
328
- return this.ah;
329
+ return this.aj;
329
330
  }
330
331
  set actualCornerRadiusTopRight(a) {
331
- this.ah = a;
332
+ this.aj = a;
332
333
  this.g("ActualCornerRadiusTopRight");
333
334
  }
334
335
  get actualBackgroundColor() {
335
- return this.ed;
336
+ return this.ef;
336
337
  }
337
338
  set actualBackgroundColor(a) {
338
- this.ed = a;
339
+ this.ef = a;
339
340
  this.g("ActualBackgroundColor");
340
341
  }
341
342
  get actualDisabledBackgroundColor() {
342
- return this.eg;
343
+ return this.ei;
343
344
  }
344
345
  set actualDisabledBackgroundColor(a) {
345
- this.eg = a;
346
+ this.ei = a;
346
347
  this.g("ActualDisabledBackgroundColor");
347
348
  }
348
349
  get actualDisabledBorderColor() {
349
- return this.eh;
350
+ return this.ej;
350
351
  }
351
352
  set actualDisabledBorderColor(a) {
352
- this.eh = a;
353
+ this.ej = a;
353
354
  this.g("ActualDisabledBorderColor");
354
355
  }
355
356
  get actualDisabledTextColor() {
356
- return this.ei;
357
+ return this.ek;
357
358
  }
358
359
  set actualDisabledTextColor(a) {
359
- this.ei = a;
360
+ this.ek = a;
360
361
  this.g("ActualDisabledTextColor");
361
362
  }
362
363
  get actualDisabledElevation() {
363
- return this.cp;
364
+ return this.cr;
364
365
  }
365
366
  set actualDisabledElevation(a) {
366
- this.cp = a;
367
+ this.cr = a;
367
368
  this.g("ActualDisabledElevation");
368
369
  }
369
370
  get actualElevationMode() {
370
- return this.ej;
371
+ return this.el;
371
372
  }
372
373
  set actualElevationMode(a) {
373
- this.ej = a;
374
+ this.el = a;
374
375
  this.g("ActualElevationMode");
375
376
  }
376
377
  get actualTextColor() {
377
- return this.eq;
378
+ return this.es;
378
379
  }
379
380
  set actualTextColor(a) {
380
- this.eq = a;
381
+ this.es = a;
381
382
  this.g("ActualTextColor");
382
383
  }
383
384
  get actualHoverTextColor() {
384
- return this.en;
385
+ return this.ep;
385
386
  }
386
387
  set actualHoverTextColor(a) {
387
- this.en = a;
388
+ this.ep = a;
388
389
  this.g("ActualHoverTextColor");
389
390
  }
390
391
  get actualFocusBackgroundColor() {
391
- return this.ek;
392
+ return this.em;
392
393
  }
393
394
  set actualFocusBackgroundColor(a) {
394
- this.ek = a;
395
+ this.em = a;
395
396
  this.g("ActualFocusBackgroundColor");
396
397
  }
397
398
  get actualFocusTextColor() {
398
- return this.el;
399
+ return this.en;
399
400
  }
400
401
  set actualFocusTextColor(a) {
401
- this.el = a;
402
+ this.en = a;
402
403
  this.g("ActualFocusTextColor");
403
404
  }
404
405
  get actualHoverBackgroundColor() {
405
- return this.em;
406
+ return this.eo;
406
407
  }
407
408
  set actualHoverBackgroundColor(a) {
408
- this.em = a;
409
+ this.eo = a;
409
410
  this.g("ActualHoverBackgroundColor");
410
411
  }
411
412
  get actualBorderWidth() {
412
- return this.ad;
413
+ return this.af;
413
414
  }
414
415
  set actualBorderWidth(a) {
415
- this.ad = a;
416
+ this.af = a;
416
417
  this.g("ActualBorderWidth");
417
418
  }
418
419
  get raisedBackgroundColor() {
419
- return this.gs;
420
+ return this.gu;
420
421
  }
421
422
  set raisedBackgroundColor(a) {
422
- this.gs = a;
423
+ this.gu = a;
423
424
  this.g("RaisedBackgroundColor");
424
425
  }
425
426
  get raisedDisabledBackgroundColor() {
426
- return this.gu;
427
+ return this.gw;
427
428
  }
428
429
  set raisedDisabledBackgroundColor(a) {
429
- this.gu = a;
430
+ this.gw = a;
430
431
  this.g("RaisedDisabledBackgroundColor");
431
432
  }
432
433
  get raisedDisabledBorderColor() {
433
- return this.gv;
434
+ return this.gx;
434
435
  }
435
436
  set raisedDisabledBorderColor(a) {
436
- this.gv = a;
437
+ this.gx = a;
437
438
  this.g("RaisedDisabledBorderColor");
438
439
  }
439
440
  get raisedDisabledTextColor() {
440
- return this.gw;
441
+ return this.gy;
441
442
  }
442
443
  set raisedDisabledTextColor(a) {
443
- this.gw = a;
444
+ this.gy = a;
444
445
  this.g("RaisedDisabledTextColor");
445
446
  }
446
447
  get raisedDisabledElevation() {
447
- return this.dc;
448
+ return this.de;
448
449
  }
449
450
  set raisedDisabledElevation(a) {
450
- this.dc = a;
451
+ this.de = a;
451
452
  this.g("RaisedDisabledElevation");
452
453
  }
453
454
  get raisedHoverBackgroundColor() {
454
- return this.gz;
455
+ return this.g1;
455
456
  }
456
457
  set raisedHoverBackgroundColor(a) {
457
- this.gz = a;
458
+ this.g1 = a;
458
459
  this.g("RaisedHoverBackgroundColor");
459
460
  }
460
461
  get raisedBorderColor() {
461
- return this.gt;
462
+ return this.gv;
462
463
  }
463
464
  set raisedBorderColor(a) {
464
- this.gt = a;
465
+ this.gv = a;
465
466
  this.g("RaisedBorderColor");
466
467
  }
467
468
  get raisedRestingElevation() {
468
- return this.df;
469
+ return this.dh;
469
470
  }
470
471
  set raisedRestingElevation(a) {
471
- this.df = a;
472
+ this.dh = a;
472
473
  this.g("RaisedRestingElevation");
473
474
  }
474
475
  get raisedHoverElevation() {
475
- return this.de;
476
+ return this.dg;
476
477
  }
477
478
  set raisedHoverElevation(a) {
478
- this.de = a;
479
+ this.dg = a;
479
480
  this.g("RaisedHoverElevation");
480
481
  }
481
482
  get raisedFocusElevation() {
482
- return this.dd;
483
+ return this.df;
483
484
  }
484
485
  set raisedFocusElevation(a) {
485
- this.dd = a;
486
+ this.df = a;
486
487
  this.g("RaisedFocusElevation");
487
488
  }
488
489
  get raisedBorderWidth() {
489
- return this.be;
490
+ return this.bg;
490
491
  }
491
492
  set raisedBorderWidth(a) {
492
- this.be = a;
493
+ this.bg = a;
493
494
  this.g("RaisedBorderWidth");
494
495
  }
495
496
  get raisedCornerRadiusBottomRight() {
496
- return this.bg;
497
+ return this.bi;
497
498
  }
498
499
  set raisedCornerRadiusBottomRight(a) {
499
- this.bg = a;
500
+ this.bi = a;
500
501
  this.g("RaisedCornerRadiusBottomRight");
501
502
  }
502
503
  get raisedCornerRadiusBottomLeft() {
503
- return this.bf;
504
+ return this.bh;
504
505
  }
505
506
  set raisedCornerRadiusBottomLeft(a) {
506
- this.bf = a;
507
+ this.bh = a;
507
508
  this.g("RaisedCornerRadiusBottomLeft");
508
509
  }
509
510
  get raisedCornerRadiusTopLeft() {
510
- return this.bh;
511
+ return this.bj;
511
512
  }
512
513
  set raisedCornerRadiusTopLeft(a) {
513
- this.bh = a;
514
+ this.bj = a;
514
515
  this.g("RaisedCornerRadiusTopLeft");
515
516
  }
516
517
  get raisedCornerRadiusTopRight() {
517
- return this.bi;
518
+ return this.bk;
518
519
  }
519
520
  set raisedCornerRadiusTopRight(a) {
520
- this.bi = a;
521
+ this.bk = a;
521
522
  this.g("RaisedCornerRadiusTopRight");
522
523
  }
523
524
  get raisedRippleColor() {
524
- return this.g1;
525
+ return this.g3;
525
526
  }
526
527
  set raisedRippleColor(a) {
527
- this.g1 = a;
528
+ this.g3 = a;
528
529
  this.g("RaisedRippleColor");
529
530
  }
530
531
  get flatBackgroundColor() {
531
- return this.fg;
532
+ return this.fi;
532
533
  }
533
534
  set flatBackgroundColor(a) {
534
- this.fg = a;
535
+ this.fi = a;
535
536
  this.g("FlatBackgroundColor");
536
537
  }
537
538
  get flatDisabledBackgroundColor() {
538
- return this.fi;
539
+ return this.fk;
539
540
  }
540
541
  set flatDisabledBackgroundColor(a) {
541
- this.fi = a;
542
+ this.fk = a;
542
543
  this.g("FlatDisabledBackgroundColor");
543
544
  }
544
545
  get flatDisabledBorderColor() {
545
- return this.fj;
546
+ return this.fl;
546
547
  }
547
548
  set flatDisabledBorderColor(a) {
548
- this.fj = a;
549
+ this.fl = a;
549
550
  this.g("FlatDisabledBorderColor");
550
551
  }
551
552
  get flatDisabledTextColor() {
552
- return this.fk;
553
+ return this.fm;
553
554
  }
554
555
  set flatDisabledTextColor(a) {
555
- this.fk = a;
556
+ this.fm = a;
556
557
  this.g("FlatDisabledTextColor");
557
558
  }
558
559
  get flatDisabledElevation() {
559
- return this.cy;
560
+ return this.c0;
560
561
  }
561
562
  set flatDisabledElevation(a) {
562
- this.cy = a;
563
+ this.c0 = a;
563
564
  this.g("FlatDisabledElevation");
564
565
  }
565
566
  get flatHoverBackgroundColor() {
566
- return this.fn;
567
+ return this.fp;
567
568
  }
568
569
  set flatHoverBackgroundColor(a) {
569
- this.fn = a;
570
+ this.fp = a;
570
571
  this.g("FlatHoverBackgroundColor");
571
572
  }
572
573
  get flatBorderColor() {
573
- return this.fh;
574
+ return this.fj;
574
575
  }
575
576
  set flatBorderColor(a) {
576
- this.fh = a;
577
+ this.fj = a;
577
578
  this.g("FlatBorderColor");
578
579
  }
579
580
  get flatRestingElevation() {
580
- return this.c1;
581
+ return this.c3;
581
582
  }
582
583
  set flatRestingElevation(a) {
583
- this.c1 = a;
584
+ this.c3 = a;
584
585
  this.g("FlatRestingElevation");
585
586
  }
586
587
  get flatHoverElevation() {
587
- return this.c0;
588
+ return this.c2;
588
589
  }
589
590
  set flatHoverElevation(a) {
590
- this.c0 = a;
591
+ this.c2 = a;
591
592
  this.g("FlatHoverElevation");
592
593
  }
593
594
  get flatFocusElevation() {
594
- return this.cz;
595
+ return this.c1;
595
596
  }
596
597
  set flatFocusElevation(a) {
597
- this.cz = a;
598
+ this.c1 = a;
598
599
  this.g("FlatFocusElevation");
599
600
  }
600
601
  get flatRippleColor() {
601
- return this.fp;
602
+ return this.fr;
602
603
  }
603
604
  set flatRippleColor(a) {
604
- this.fp = a;
605
+ this.fr = a;
605
606
  this.g("FlatRippleColor");
606
607
  }
607
608
  get flatTextColor() {
608
- return this.fq;
609
+ return this.fs;
609
610
  }
610
611
  set flatTextColor(a) {
611
- this.fq = a;
612
+ this.fs = a;
612
613
  this.g("FlatTextColor");
613
614
  }
614
615
  get flatHoverTextColor() {
615
- return this.fo;
616
+ return this.fq;
616
617
  }
617
618
  set flatHoverTextColor(a) {
618
- this.fo = a;
619
+ this.fq = a;
619
620
  this.g("FlatHoverTextColor");
620
621
  }
621
622
  get flatFocusBackgroundColor() {
622
- return this.fl;
623
+ return this.fn;
623
624
  }
624
625
  set flatFocusBackgroundColor(a) {
625
- this.fl = a;
626
+ this.fn = a;
626
627
  this.g("FlatFocusBackgroundColor");
627
628
  }
628
629
  get flatFocusTextColor() {
629
- return this.fm;
630
+ return this.fo;
630
631
  }
631
632
  set flatFocusTextColor(a) {
632
- this.fm = a;
633
+ this.fo = a;
633
634
  this.g("FlatFocusTextColor");
634
635
  }
635
636
  get flatBorderWidth() {
636
- return this.aw;
637
+ return this.ay;
637
638
  }
638
639
  set flatBorderWidth(a) {
639
- this.aw = a;
640
+ this.ay = a;
640
641
  this.g("FlatBorderWidth");
641
642
  }
642
643
  get flatCornerRadiusBottomRight() {
643
- return this.ay;
644
+ return this.a0;
644
645
  }
645
646
  set flatCornerRadiusBottomRight(a) {
646
- this.ay = a;
647
+ this.a0 = a;
647
648
  this.g("FlatCornerRadiusBottomRight");
648
649
  }
649
650
  get flatCornerRadiusBottomLeft() {
650
- return this.ax;
651
+ return this.az;
651
652
  }
652
653
  set flatCornerRadiusBottomLeft(a) {
653
- this.ax = a;
654
+ this.az = a;
654
655
  this.g("FlatCornerRadiusBottomLeft");
655
656
  }
656
657
  get flatCornerRadiusTopLeft() {
657
- return this.az;
658
+ return this.a1;
658
659
  }
659
660
  set flatCornerRadiusTopLeft(a) {
660
- this.az = a;
661
+ this.a1 = a;
661
662
  this.g("FlatCornerRadiusTopLeft");
662
663
  }
663
664
  get flatCornerRadiusTopRight() {
664
- return this.a0;
665
+ return this.a2;
665
666
  }
666
667
  set flatCornerRadiusTopRight(a) {
667
- this.a0 = a;
668
+ this.a2 = a;
668
669
  this.g("FlatCornerRadiusTopRight");
669
670
  }
670
671
  get backgroundColor() {
671
- return this.eu;
672
+ return this.ew;
672
673
  }
673
674
  set backgroundColor(a) {
674
- this.eu = a;
675
+ this.ew = a;
675
676
  this.g("BackgroundColor");
676
677
  }
677
678
  get disabledBackgroundColor() {
678
- return this.ez;
679
+ return this.e1;
679
680
  }
680
681
  set disabledBackgroundColor(a) {
681
- this.ez = a;
682
+ this.e1 = a;
682
683
  this.g("DisabledBackgroundColor");
683
684
  }
684
685
  get disabledBorderColor() {
685
- return this.e0;
686
+ return this.e2;
686
687
  }
687
688
  set disabledBorderColor(a) {
688
- this.e0 = a;
689
+ this.e2 = a;
689
690
  this.g("DisabledBorderColor");
690
691
  }
691
692
  get disabledTextColor() {
692
- return this.e1;
693
+ return this.e3;
693
694
  }
694
695
  set disabledTextColor(a) {
695
- this.e1 = a;
696
+ this.e3 = a;
696
697
  this.g("DisabledTextColor");
697
698
  }
698
699
  get disabledElevation() {
699
- return this.ct;
700
+ return this.cv;
700
701
  }
701
702
  set disabledElevation(a) {
702
- this.ct = a;
703
+ this.cv = a;
703
704
  this.g("DisabledElevation");
704
705
  }
705
706
  get elevationMode() {
706
- return this.e4;
707
+ return this.e6;
707
708
  }
708
709
  set elevationMode(a) {
709
- this.e4 = a;
710
+ this.e6 = a;
710
711
  this.g("ElevationMode");
711
712
  }
712
713
  get hoverBackgroundColor() {
713
- return this.f0;
714
+ return this.f2;
714
715
  }
715
716
  set hoverBackgroundColor(a) {
716
- this.f0 = a;
717
+ this.f2 = a;
717
718
  this.g("HoverBackgroundColor");
718
719
  }
719
720
  get borderColor() {
720
- return this.ew;
721
+ return this.ey;
721
722
  }
722
723
  set borderColor(a) {
723
- this.ew = a;
724
+ this.ey = a;
724
725
  this.g("BorderColor");
725
726
  }
726
727
  get restingElevation() {
727
- return this.dg;
728
+ return this.di;
728
729
  }
729
730
  set restingElevation(a) {
730
- this.dg = a;
731
+ this.di = a;
731
732
  this.g("RestingElevation");
732
733
  }
733
734
  get hoverElevation() {
734
- return this.c3;
735
+ return this.c5;
735
736
  }
736
737
  set hoverElevation(a) {
737
- this.c3 = a;
738
+ this.c5 = a;
738
739
  this.g("HoverElevation");
739
740
  }
740
741
  get focusElevation() {
741
- return this.c2;
742
+ return this.c4;
742
743
  }
743
744
  set focusElevation(a) {
744
- this.c2 = a;
745
+ this.c4 = a;
745
746
  this.g("FocusElevation");
746
747
  }
747
748
  get fontFamily() {
748
- return this.fv;
749
+ return this.fx;
749
750
  }
750
751
  set fontFamily(a) {
751
- this.fv = a;
752
+ this.fx = a;
752
753
  this.g("FontFamily");
753
754
  }
754
755
  get fontSize() {
755
- return this.a1;
756
+ return this.a3;
756
757
  }
757
758
  set fontSize(a) {
758
- this.a1 = a;
759
+ this.a3 = a;
759
760
  this.g("FontSize");
760
761
  }
761
762
  get fontStyle() {
762
- return this.fw;
763
+ return this.fy;
763
764
  }
764
765
  set fontStyle(a) {
765
- this.fw = a;
766
+ this.fy = a;
766
767
  this.g("FontStyle");
767
768
  }
768
769
  get fontWeight() {
769
- return this.fx;
770
+ return this.fz;
770
771
  }
771
772
  set fontWeight(a) {
772
- this.fx = a;
773
+ this.fz = a;
773
774
  this.g("FontWeight");
774
775
  }
775
776
  get textColor() {
776
- return this.g4;
777
+ return this.g6;
777
778
  }
778
779
  set textColor(a) {
779
- this.g4 = a;
780
+ this.g6 = a;
780
781
  this.g("TextColor");
781
782
  }
782
783
  get hoverTextColor() {
783
- return this.f1;
784
+ return this.f3;
784
785
  }
785
786
  set hoverTextColor(a) {
786
- this.f1 = a;
787
+ this.f3 = a;
787
788
  this.g("HoverTextColor");
788
789
  }
789
790
  get rippleColor() {
790
- return this.g3;
791
+ return this.g5;
791
792
  }
792
793
  set rippleColor(a) {
793
- this.g3 = a;
794
+ this.g5 = a;
794
795
  this.g("RippleColor");
795
796
  }
796
797
  get raisedTextColor() {
797
- return this.g2;
798
+ return this.g4;
798
799
  }
799
800
  set raisedTextColor(a) {
800
- this.g2 = a;
801
+ this.g4 = a;
801
802
  this.g("RaisedTextColor");
802
803
  }
803
804
  get raisedHoverTextColor() {
804
- return this.g0;
805
+ return this.g2;
805
806
  }
806
807
  set raisedHoverTextColor(a) {
807
- this.g0 = a;
808
+ this.g2 = a;
808
809
  this.g("RaisedHoverTextColor");
809
810
  }
810
811
  get raisedFocusBackgroundColor() {
811
- return this.gx;
812
+ return this.gz;
812
813
  }
813
814
  set raisedFocusBackgroundColor(a) {
814
- this.gx = a;
815
+ this.gz = a;
815
816
  this.g("RaisedFocusBackgroundColor");
816
817
  }
817
818
  get raisedFocusTextColor() {
818
- return this.gy;
819
+ return this.g0;
819
820
  }
820
821
  set raisedFocusTextColor(a) {
821
- this.gy = a;
822
+ this.g0 = a;
822
823
  this.g("RaisedFocusTextColor");
823
824
  }
824
825
  get focusBackgroundColor() {
825
- return this.ft;
826
+ return this.fv;
826
827
  }
827
828
  set focusBackgroundColor(a) {
828
- this.ft = a;
829
+ this.fv = a;
829
830
  this.g("FocusBackgroundColor");
830
831
  }
831
832
  get focusTextColor() {
832
- return this.fu;
833
+ return this.fw;
833
834
  }
834
835
  set focusTextColor(a) {
835
- this.fu = a;
836
+ this.fw = a;
836
837
  this.g("FocusTextColor");
837
838
  }
838
839
  get borderWidth() {
839
- return this.ai;
840
+ return this.ak;
840
841
  }
841
842
  set borderWidth(a) {
842
- this.ai = a;
843
+ this.ak = a;
843
844
  this.g("BorderWidth");
844
845
  }
845
846
  get cornerRadiusBottomRight() {
846
- return this.ao;
847
+ return this.aq;
847
848
  }
848
849
  set cornerRadiusBottomRight(a) {
849
- this.ao = a;
850
+ this.aq = a;
850
851
  this.g("CornerRadiusBottomRight");
851
852
  }
852
853
  get cornerRadiusBottomLeft() {
853
- return this.an;
854
+ return this.ap;
854
855
  }
855
856
  set cornerRadiusBottomLeft(a) {
856
- this.an = a;
857
+ this.ap = a;
857
858
  this.g("CornerRadiusBottomLeft");
858
859
  }
859
860
  get cornerRadiusTopLeft() {
860
- return this.ap;
861
+ return this.ar;
861
862
  }
862
863
  set cornerRadiusTopLeft(a) {
863
- this.ap = a;
864
+ this.ar = a;
864
865
  this.g("CornerRadiusTopLeft");
865
866
  }
866
867
  get cornerRadiusTopRight() {
867
- return this.aq;
868
+ return this.as;
868
869
  }
869
870
  set cornerRadiusTopRight(a) {
870
- this.aq = a;
871
+ this.as = a;
871
872
  this.g("CornerRadiusTopRight");
872
873
  }
873
874
  get outlinedBackgroundColor() {
874
- return this.gh;
875
+ return this.gj;
875
876
  }
876
877
  set outlinedBackgroundColor(a) {
877
- this.gh = a;
878
+ this.gj = a;
878
879
  this.g("OutlinedBackgroundColor");
879
880
  }
880
881
  get outlinedDisabledBackgroundColor() {
881
- return this.gj;
882
+ return this.gl;
882
883
  }
883
884
  set outlinedDisabledBackgroundColor(a) {
884
- this.gj = a;
885
+ this.gl = a;
885
886
  this.g("OutlinedDisabledBackgroundColor");
886
887
  }
887
888
  get outlinedDisabledBorderColor() {
888
- return this.gk;
889
+ return this.gm;
889
890
  }
890
891
  set outlinedDisabledBorderColor(a) {
891
- this.gk = a;
892
+ this.gm = a;
892
893
  this.g("OutlinedDisabledBorderColor");
893
894
  }
894
895
  get outlinedDisabledTextColor() {
895
- return this.gl;
896
+ return this.gn;
896
897
  }
897
898
  set outlinedDisabledTextColor(a) {
898
- this.gl = a;
899
+ this.gn = a;
899
900
  this.g("OutlinedDisabledTextColor");
900
901
  }
901
902
  get outlinedDisabledElevation() {
902
- return this.c8;
903
+ return this.da;
903
904
  }
904
905
  set outlinedDisabledElevation(a) {
905
- this.c8 = a;
906
+ this.da = a;
906
907
  this.g("OutlinedDisabledElevation");
907
908
  }
908
909
  get outlinedHoverBackgroundColor() {
909
- return this.go;
910
+ return this.gq;
910
911
  }
911
912
  set outlinedHoverBackgroundColor(a) {
912
- this.go = a;
913
+ this.gq = a;
913
914
  this.g("OutlinedHoverBackgroundColor");
914
915
  }
915
916
  get outlinedBorderColor() {
916
- return this.gi;
917
+ return this.gk;
917
918
  }
918
919
  set outlinedBorderColor(a) {
919
- this.gi = a;
920
+ this.gk = a;
920
921
  this.g("OutlinedBorderColor");
921
922
  }
922
923
  get outlinedRestingElevation() {
923
- return this.db;
924
+ return this.dd;
924
925
  }
925
926
  set outlinedRestingElevation(a) {
926
- this.db = a;
927
+ this.dd = a;
927
928
  this.g("OutlinedRestingElevation");
928
929
  }
929
930
  get outlinedHoverElevation() {
930
- return this.da;
931
+ return this.dc;
931
932
  }
932
933
  set outlinedHoverElevation(a) {
933
- this.da = a;
934
+ this.dc = a;
934
935
  this.g("OutlinedHoverElevation");
935
936
  }
936
937
  get outlinedFocusElevation() {
937
- return this.c9;
938
+ return this.db;
938
939
  }
939
940
  set outlinedFocusElevation(a) {
940
- this.c9 = a;
941
+ this.db = a;
941
942
  this.g("OutlinedFocusElevation");
942
943
  }
943
944
  get outlinedBorderWidth() {
944
- return this.a9;
945
+ return this.bb;
945
946
  }
946
947
  set outlinedBorderWidth(a) {
947
- this.a9 = a;
948
+ this.bb = a;
948
949
  this.g("OutlinedBorderWidth");
949
950
  }
950
951
  get outlinedCornerRadiusBottomRight() {
951
- return this.bb;
952
+ return this.bd;
952
953
  }
953
954
  set outlinedCornerRadiusBottomRight(a) {
954
- this.bb = a;
955
+ this.bd = a;
955
956
  this.g("OutlinedCornerRadiusBottomRight");
956
957
  }
957
958
  get outlinedCornerRadiusBottomLeft() {
958
- return this.ba;
959
+ return this.bc;
959
960
  }
960
961
  set outlinedCornerRadiusBottomLeft(a) {
961
- this.ba = a;
962
+ this.bc = a;
962
963
  this.g("OutlinedCornerRadiusBottomLeft");
963
964
  }
964
965
  get outlinedCornerRadiusTopLeft() {
965
- return this.bc;
966
+ return this.be;
966
967
  }
967
968
  set outlinedCornerRadiusTopLeft(a) {
968
- this.bc = a;
969
+ this.be = a;
969
970
  this.g("OutlinedCornerRadiusTopLeft");
970
971
  }
971
972
  get outlinedCornerRadiusTopRight() {
972
- return this.bd;
973
+ return this.bf;
973
974
  }
974
975
  set outlinedCornerRadiusTopRight(a) {
975
- this.bd = a;
976
+ this.bf = a;
976
977
  this.g("OutlinedCornerRadiusTopRight");
977
978
  }
978
979
  get outlinedRippleColor() {
979
- return this.gq;
980
+ return this.gs;
980
981
  }
981
982
  set outlinedRippleColor(a) {
982
- this.gq = a;
983
+ this.gs = a;
983
984
  this.g("OutlinedRippleColor");
984
985
  }
985
986
  get outlinedTextColor() {
986
- return this.gr;
987
+ return this.gt;
987
988
  }
988
989
  set outlinedTextColor(a) {
989
- this.gr = a;
990
+ this.gt = a;
990
991
  this.g("OutlinedTextColor");
991
992
  }
992
993
  get outlinedHoverTextColor() {
993
- return this.gp;
994
+ return this.gr;
994
995
  }
995
996
  set outlinedHoverTextColor(a) {
996
- this.gp = a;
997
+ this.gr = a;
997
998
  this.g("OutlinedHoverTextColor");
998
999
  }
999
1000
  get outlinedFocusBackgroundColor() {
1000
- return this.gm;
1001
+ return this.go;
1001
1002
  }
1002
1003
  set outlinedFocusBackgroundColor(a) {
1003
- this.gm = a;
1004
+ this.go = a;
1004
1005
  this.g("OutlinedFocusBackgroundColor");
1005
1006
  }
1006
1007
  get outlinedFocusTextColor() {
1007
- return this.gn;
1008
+ return this.gp;
1008
1009
  }
1009
1010
  set outlinedFocusTextColor(a) {
1010
- this.gn = a;
1011
+ this.gp = a;
1011
1012
  this.g("OutlinedFocusTextColor");
1012
1013
  }
1013
1014
  get fabBackgroundColor() {
1014
- return this.e5;
1015
+ return this.e7;
1015
1016
  }
1016
1017
  set fabBackgroundColor(a) {
1017
- this.e5 = a;
1018
+ this.e7 = a;
1018
1019
  this.g("FabBackgroundColor");
1019
1020
  }
1020
1021
  get fabDisabledBackgroundColor() {
1021
- return this.e7;
1022
+ return this.e9;
1022
1023
  }
1023
1024
  set fabDisabledBackgroundColor(a) {
1024
- this.e7 = a;
1025
+ this.e9 = a;
1025
1026
  this.g("FabDisabledBackgroundColor");
1026
1027
  }
1027
1028
  get fabDisabledBorderColor() {
1028
- return this.e8;
1029
+ return this.fa;
1029
1030
  }
1030
1031
  set fabDisabledBorderColor(a) {
1031
- this.e8 = a;
1032
+ this.fa = a;
1032
1033
  this.g("FabDisabledBorderColor");
1033
1034
  }
1034
1035
  get fabDisabledTextColor() {
1035
- return this.e9;
1036
+ return this.fb;
1036
1037
  }
1037
1038
  set fabDisabledTextColor(a) {
1038
- this.e9 = a;
1039
+ this.fb = a;
1039
1040
  this.g("FabDisabledTextColor");
1040
1041
  }
1041
1042
  get fabDisabledElevation() {
1042
- return this.cu;
1043
+ return this.cw;
1043
1044
  }
1044
1045
  set fabDisabledElevation(a) {
1045
- this.cu = a;
1046
+ this.cw = a;
1046
1047
  this.g("FabDisabledElevation");
1047
1048
  }
1048
1049
  get fabHoverBackgroundColor() {
1049
- return this.fc;
1050
+ return this.fe;
1050
1051
  }
1051
1052
  set fabHoverBackgroundColor(a) {
1052
- this.fc = a;
1053
+ this.fe = a;
1053
1054
  this.g("FabHoverBackgroundColor");
1054
1055
  }
1055
1056
  get fabBorderColor() {
1056
- return this.e6;
1057
+ return this.e8;
1057
1058
  }
1058
1059
  set fabBorderColor(a) {
1059
- this.e6 = a;
1060
+ this.e8 = a;
1060
1061
  this.g("FabBorderColor");
1061
1062
  }
1062
1063
  get fabRestingElevation() {
1063
- return this.cx;
1064
+ return this.cz;
1064
1065
  }
1065
1066
  set fabRestingElevation(a) {
1066
- this.cx = a;
1067
+ this.cz = a;
1067
1068
  this.g("FabRestingElevation");
1068
1069
  }
1069
1070
  get fabHoverElevation() {
1070
- return this.cw;
1071
+ return this.cy;
1071
1072
  }
1072
1073
  set fabHoverElevation(a) {
1073
- this.cw = a;
1074
+ this.cy = a;
1074
1075
  this.g("FabHoverElevation");
1075
1076
  }
1076
1077
  get fabFocusElevation() {
1077
- return this.cv;
1078
+ return this.cx;
1078
1079
  }
1079
1080
  set fabFocusElevation(a) {
1080
- this.cv = a;
1081
+ this.cx = a;
1081
1082
  this.g("FabFocusElevation");
1082
1083
  }
1083
1084
  get fabBorderWidth() {
1084
- return this.ar;
1085
+ return this.at;
1085
1086
  }
1086
1087
  set fabBorderWidth(a) {
1087
- this.ar = a;
1088
+ this.at = a;
1088
1089
  this.g("FabBorderWidth");
1089
1090
  }
1090
1091
  get fabCornerRadiusBottomRight() {
1091
- return this.at;
1092
+ return this.av;
1092
1093
  }
1093
1094
  set fabCornerRadiusBottomRight(a) {
1094
- this.at = a;
1095
+ this.av = a;
1095
1096
  this.g("FabCornerRadiusBottomRight");
1096
1097
  }
1097
1098
  get fabCornerRadiusBottomLeft() {
1098
- return this.as;
1099
+ return this.au;
1099
1100
  }
1100
1101
  set fabCornerRadiusBottomLeft(a) {
1101
- this.as = a;
1102
+ this.au = a;
1102
1103
  this.g("FabCornerRadiusBottomLeft");
1103
1104
  }
1104
1105
  get fabCornerRadiusTopLeft() {
1105
- return this.au;
1106
+ return this.aw;
1106
1107
  }
1107
1108
  set fabCornerRadiusTopLeft(a) {
1108
- this.au = a;
1109
+ this.aw = a;
1109
1110
  this.g("FabCornerRadiusTopLeft");
1110
1111
  }
1111
1112
  get fabCornerRadiusTopRight() {
1112
- return this.av;
1113
+ return this.ax;
1113
1114
  }
1114
1115
  set fabCornerRadiusTopRight(a) {
1115
- this.av = a;
1116
+ this.ax = a;
1116
1117
  this.g("FabCornerRadiusTopRight");
1117
1118
  }
1118
1119
  get fabRippleColor() {
1119
- return this.fe;
1120
+ return this.fg;
1120
1121
  }
1121
1122
  set fabRippleColor(a) {
1122
- this.fe = a;
1123
+ this.fg = a;
1123
1124
  this.g("FabRippleColor");
1124
1125
  }
1125
1126
  get fabTextColor() {
1126
- return this.ff;
1127
+ return this.fh;
1127
1128
  }
1128
1129
  set fabTextColor(a) {
1129
- this.ff = a;
1130
+ this.fh = a;
1130
1131
  this.g("FabTextColor");
1131
1132
  }
1132
1133
  get fabHoverTextColor() {
1133
- return this.fd;
1134
+ return this.ff;
1134
1135
  }
1135
1136
  set fabHoverTextColor(a) {
1136
- this.fd = a;
1137
+ this.ff = a;
1137
1138
  this.g("FabHoverTextColor");
1138
1139
  }
1139
1140
  get fabFocusBackgroundColor() {
1140
- return this.fa;
1141
+ return this.fc;
1141
1142
  }
1142
1143
  set fabFocusBackgroundColor(a) {
1143
- this.fa = a;
1144
+ this.fc = a;
1144
1145
  this.g("FabFocusBackgroundColor");
1145
1146
  }
1146
1147
  get fabFocusTextColor() {
1147
- return this.fb;
1148
+ return this.fd;
1148
1149
  }
1149
1150
  set fabFocusTextColor(a) {
1150
- this.fb = a;
1151
+ this.fd = a;
1151
1152
  this.g("FabFocusTextColor");
1152
1153
  }
1153
1154
  get iconBackgroundColor() {
1154
- return this.f2;
1155
+ return this.f4;
1155
1156
  }
1156
1157
  set iconBackgroundColor(a) {
1157
- this.f2 = a;
1158
+ this.f4 = a;
1158
1159
  this.g("IconBackgroundColor");
1159
1160
  }
1160
1161
  get iconDisabledBackgroundColor() {
1161
- return this.f4;
1162
+ return this.f6;
1162
1163
  }
1163
1164
  set iconDisabledBackgroundColor(a) {
1164
- this.f4 = a;
1165
+ this.f6 = a;
1165
1166
  this.g("IconDisabledBackgroundColor");
1166
1167
  }
1167
1168
  get iconDisabledBorderColor() {
1168
- return this.f5;
1169
+ return this.f7;
1169
1170
  }
1170
1171
  set iconDisabledBorderColor(a) {
1171
- this.f5 = a;
1172
+ this.f7 = a;
1172
1173
  this.g("IconDisabledBorderColor");
1173
1174
  }
1174
1175
  get iconDisabledTextColor() {
1175
- return this.f6;
1176
+ return this.f8;
1176
1177
  }
1177
1178
  set iconDisabledTextColor(a) {
1178
- this.f6 = a;
1179
+ this.f8 = a;
1179
1180
  this.g("IconDisabledTextColor");
1180
1181
  }
1181
1182
  get iconDisabledElevation() {
1182
- return this.c4;
1183
+ return this.c6;
1183
1184
  }
1184
1185
  set iconDisabledElevation(a) {
1185
- this.c4 = a;
1186
+ this.c6 = a;
1186
1187
  this.g("IconDisabledElevation");
1187
1188
  }
1188
1189
  get iconHoverBackgroundColor() {
1189
- return this.f9;
1190
+ return this.gb;
1190
1191
  }
1191
1192
  set iconHoverBackgroundColor(a) {
1192
- this.f9 = a;
1193
+ this.gb = a;
1193
1194
  this.g("IconHoverBackgroundColor");
1194
1195
  }
1195
1196
  get iconBorderColor() {
1196
- return this.f3;
1197
+ return this.f5;
1197
1198
  }
1198
1199
  set iconBorderColor(a) {
1199
- this.f3 = a;
1200
+ this.f5 = a;
1200
1201
  this.g("IconBorderColor");
1201
1202
  }
1202
1203
  get iconRestingElevation() {
1203
- return this.c7;
1204
+ return this.c9;
1204
1205
  }
1205
1206
  set iconRestingElevation(a) {
1206
- this.c7 = a;
1207
+ this.c9 = a;
1207
1208
  this.g("IconRestingElevation");
1208
1209
  }
1209
1210
  get iconHoverElevation() {
1210
- return this.c6;
1211
+ return this.c8;
1211
1212
  }
1212
1213
  set iconHoverElevation(a) {
1213
- this.c6 = a;
1214
+ this.c8 = a;
1214
1215
  this.g("IconHoverElevation");
1215
1216
  }
1216
1217
  get iconFocusElevation() {
1217
- return this.c5;
1218
+ return this.c7;
1218
1219
  }
1219
1220
  set iconFocusElevation(a) {
1220
- this.c5 = a;
1221
+ this.c7 = a;
1221
1222
  this.g("IconFocusElevation");
1222
1223
  }
1223
1224
  get iconBorderWidth() {
1224
- return this.a2;
1225
+ return this.a4;
1225
1226
  }
1226
1227
  set iconBorderWidth(a) {
1227
- this.a2 = a;
1228
+ this.a4 = a;
1228
1229
  this.g("IconBorderWidth");
1229
1230
  }
1230
1231
  get iconCornerRadiusBottomRight() {
1231
- return this.a4;
1232
+ return this.a6;
1232
1233
  }
1233
1234
  set iconCornerRadiusBottomRight(a) {
1234
- this.a4 = a;
1235
+ this.a6 = a;
1235
1236
  this.g("IconCornerRadiusBottomRight");
1236
1237
  }
1237
1238
  get iconCornerRadiusBottomLeft() {
1238
- return this.a3;
1239
+ return this.a5;
1239
1240
  }
1240
1241
  set iconCornerRadiusBottomLeft(a) {
1241
- this.a3 = a;
1242
+ this.a5 = a;
1242
1243
  this.g("IconCornerRadiusBottomLeft");
1243
1244
  }
1244
1245
  get iconCornerRadiusTopLeft() {
1245
- return this.a5;
1246
+ return this.a7;
1246
1247
  }
1247
1248
  set iconCornerRadiusTopLeft(a) {
1248
- this.a5 = a;
1249
+ this.a7 = a;
1249
1250
  this.g("IconCornerRadiusTopLeft");
1250
1251
  }
1251
1252
  get iconCornerRadiusTopRight() {
1252
- return this.a6;
1253
+ return this.a8;
1253
1254
  }
1254
1255
  set iconCornerRadiusTopRight(a) {
1255
- this.a6 = a;
1256
+ this.a8 = a;
1256
1257
  this.g("IconCornerRadiusTopRight");
1257
1258
  }
1258
1259
  get iconRippleColor() {
1259
- return this.gb;
1260
+ return this.gd;
1260
1261
  }
1261
1262
  set iconRippleColor(a) {
1262
- this.gb = a;
1263
+ this.gd = a;
1263
1264
  this.g("IconRippleColor");
1264
1265
  }
1265
1266
  get iconTextColor() {
1266
- return this.gc;
1267
+ return this.ge;
1267
1268
  }
1268
1269
  set iconTextColor(a) {
1269
- this.gc = a;
1270
+ this.ge = a;
1270
1271
  this.g("IconTextColor");
1271
1272
  }
1272
1273
  get iconHoverTextColor() {
1273
- return this.ga;
1274
+ return this.gc;
1274
1275
  }
1275
1276
  set iconHoverTextColor(a) {
1276
- this.ga = a;
1277
+ this.gc = a;
1277
1278
  this.g("IconHoverTextColor");
1278
1279
  }
1279
1280
  get iconFocusBackgroundColor() {
1280
- return this.f7;
1281
+ return this.f9;
1281
1282
  }
1282
1283
  set iconFocusBackgroundColor(a) {
1283
- this.f7 = a;
1284
+ this.f9 = a;
1284
1285
  this.g("IconFocusBackgroundColor");
1285
1286
  }
1286
1287
  get iconFocusTextColor() {
1287
- return this.f8;
1288
+ return this.ga;
1288
1289
  }
1289
1290
  set iconFocusTextColor(a) {
1290
- this.f8 = a;
1291
+ this.ga = a;
1291
1292
  this.g("IconFocusTextColor");
1292
1293
  }
1293
1294
  get inputId() {
1294
- return this.ge;
1295
+ return this.gg;
1295
1296
  }
1296
1297
  set inputId(a) {
1297
- this.ge = a;
1298
+ this.gg = a;
1298
1299
  this.g("InputId");
1299
1300
  }
1300
1301
  get id() {
1301
- return this.gd;
1302
+ return this.gf;
1302
1303
  }
1303
1304
  set id(a) {
1304
- this.gd = a;
1305
+ this.gf = a;
1305
1306
  this.g("Id");
1306
1307
  }
1307
1308
  get display() {
1308
- return this.e2;
1309
+ return this.e4;
1309
1310
  }
1310
1311
  set display(a) {
1311
- this.e2 = a;
1312
+ this.e4 = a;
1312
1313
  this.g("Display");
1313
1314
  }
1314
1315
  get flexDirection() {
1315
- return this.fr;
1316
+ return this.ft;
1316
1317
  }
1317
1318
  set flexDirection(a) {
1318
- this.fr = a;
1319
+ this.ft = a;
1319
1320
  this.g("FlexDirection");
1320
1321
  }
1321
1322
  get flexGrow() {
1322
- return this.fs;
1323
+ return this.fu;
1323
1324
  }
1324
1325
  set flexGrow(a) {
1325
- this.fs = a;
1326
+ this.fu = a;
1326
1327
  this.g("FlexGrow");
1327
1328
  }
1328
1329
  get alignItems() {
1329
- return this.es;
1330
+ return this.eu;
1330
1331
  }
1331
1332
  set alignItems(a) {
1332
- this.es = a;
1333
+ this.eu = a;
1333
1334
  this.g("AlignItems");
1334
1335
  }
1335
1336
  get valueRef() {
1336
- return this.g5;
1337
+ return this.g7;
1337
1338
  }
1338
1339
  set valueRef(a) {
1339
- this.g5 = a;
1340
+ this.g7 = a;
1340
1341
  this.g("ValueRef");
1341
1342
  }
1342
1343
  get name() {
1343
- return this.gg;
1344
+ return this.gi;
1344
1345
  }
1345
1346
  set name(a) {
1346
- this.gg = a;
1347
+ this.gi = a;
1347
1348
  this.g("Name");
1348
1349
  }
1349
1350
  get tabIndex() {
1350
- return this.dh;
1351
+ return this.dj;
1351
1352
  }
1352
1353
  set tabIndex(a) {
1353
- this.dh = a;
1354
+ this.dj = a;
1354
1355
  this.g("TabIndex");
1355
1356
  }
1356
1357
  get ariaLabel() {
1357
- return this.et;
1358
+ return this.ev;
1358
1359
  }
1359
1360
  set ariaLabel(a) {
1360
- this.et = a;
1361
+ this.ev = a;
1361
1362
  this.g("AriaLabel");
1362
1363
  }
1363
1364
  get fillAvailableSpace() {
@@ -1431,45 +1432,45 @@ export let ButtonDescription = /*@__PURE__*/ (() => {
1431
1432
  this.g("DisablePointer");
1432
1433
  }
1433
1434
  get contentPaddingLeft() {
1434
- return this.ak;
1435
+ return this.am;
1435
1436
  }
1436
1437
  set contentPaddingLeft(a) {
1437
- this.ak = a;
1438
+ this.am = a;
1438
1439
  this.g("ContentPaddingLeft");
1439
1440
  }
1440
1441
  get contentPaddingTop() {
1441
- return this.am;
1442
+ return this.ao;
1442
1443
  }
1443
1444
  set contentPaddingTop(a) {
1444
- this.am = a;
1445
+ this.ao = a;
1445
1446
  this.g("ContentPaddingTop");
1446
1447
  }
1447
1448
  get contentPaddingRight() {
1448
- return this.al;
1449
+ return this.an;
1449
1450
  }
1450
1451
  set contentPaddingRight(a) {
1451
- this.al = a;
1452
+ this.an = a;
1452
1453
  this.g("ContentPaddingRight");
1453
1454
  }
1454
1455
  get contentPaddingBottom() {
1455
- return this.aj;
1456
+ return this.al;
1456
1457
  }
1457
1458
  set contentPaddingBottom(a) {
1458
- this.aj = a;
1459
+ this.al = a;
1459
1460
  this.g("ContentPaddingBottom");
1460
1461
  }
1461
1462
  get horizontalContentAlignment() {
1462
- return this.fz;
1463
+ return this.f1;
1463
1464
  }
1464
1465
  set horizontalContentAlignment(a) {
1465
- this.fz = a;
1466
+ this.f1 = a;
1466
1467
  this.g("HorizontalContentAlignment");
1467
1468
  }
1468
1469
  get verticalContentAlignment() {
1469
- return this.g6;
1470
+ return this.g8;
1470
1471
  }
1471
1472
  set verticalContentAlignment(a) {
1472
- this.g6 = a;
1473
+ this.g8 = a;
1473
1474
  this.g("VerticalContentAlignment");
1474
1475
  }
1475
1476
  get clickTunneling() {
@@ -1479,25 +1480,32 @@ export let ButtonDescription = /*@__PURE__*/ (() => {
1479
1480
  this.i = a;
1480
1481
  this.g("ClickTunneling");
1481
1482
  }
1483
+ get stopPropagation() {
1484
+ return this.s;
1485
+ }
1486
+ set stopPropagation(a) {
1487
+ this.s = a;
1488
+ this.g("StopPropagation");
1489
+ }
1482
1490
  get clickedRef() {
1483
- return this.ex;
1491
+ return this.ez;
1484
1492
  }
1485
1493
  set clickedRef(a) {
1486
- this.ex = a;
1494
+ this.ez = a;
1487
1495
  this.g("ClickedRef");
1488
1496
  }
1489
1497
  get gotFocusRef() {
1490
- return this.fy;
1498
+ return this.f0;
1491
1499
  }
1492
1500
  set gotFocusRef(a) {
1493
- this.fy = a;
1501
+ this.f0 = a;
1494
1502
  this.g("GotFocusRef");
1495
1503
  }
1496
1504
  get lostFocusRef() {
1497
- return this.gf;
1505
+ return this.gh;
1498
1506
  }
1499
1507
  set lostFocusRef(a) {
1500
- this.gf = a;
1508
+ this.gh = a;
1501
1509
  this.g("LostFocusRef");
1502
1510
  }
1503
1511
  }