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
@@ -14,171 +14,171 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(ButtonDescription, _super);
15
15
  function ButtonDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.a8 = 0;
18
- _this.a7 = 0;
19
- _this.e3 = null;
20
- _this.ey = null;
21
- _this.ev = null;
22
- _this.ef = null;
17
+ _this.ba = 0;
18
+ _this.a9 = 0;
19
+ _this.e5 = null;
20
+ _this.e0 = null;
21
+ _this.ex = null;
22
+ _this.eh = null;
23
+ _this.eg = null;
24
+ _this.et = null;
25
+ _this.eq = null;
23
26
  _this.ee = null;
24
- _this.er = null;
25
- _this.eo = null;
26
- _this.ec = null;
27
+ _this.cu = 0;
27
28
  _this.cs = 0;
28
- _this.cq = 0;
29
- _this.cr = 0;
30
- _this.ep = null;
31
- _this.af = 0;
32
- _this.ae = 0;
33
- _this.ag = 0;
29
+ _this.ct = 0;
30
+ _this.er = null;
34
31
  _this.ah = 0;
35
- _this.ed = null;
36
- _this.eg = null;
37
- _this.eh = null;
32
+ _this.ag = 0;
33
+ _this.ai = 0;
34
+ _this.aj = 0;
35
+ _this.ef = null;
38
36
  _this.ei = null;
39
- _this.cp = 0;
40
37
  _this.ej = null;
41
- _this.eq = null;
42
- _this.en = null;
43
38
  _this.ek = null;
39
+ _this.cr = 0;
44
40
  _this.el = null;
41
+ _this.es = null;
42
+ _this.ep = null;
45
43
  _this.em = null;
46
- _this.ad = 0;
47
- _this.gs = null;
44
+ _this.en = null;
45
+ _this.eo = null;
46
+ _this.af = 0;
48
47
  _this.gu = null;
49
- _this.gv = null;
50
48
  _this.gw = null;
51
- _this.dc = 0;
52
- _this.gz = null;
53
- _this.gt = null;
54
- _this.df = 0;
49
+ _this.gx = null;
50
+ _this.gy = null;
55
51
  _this.de = 0;
56
- _this.dd = 0;
57
- _this.be = 0;
52
+ _this.g1 = null;
53
+ _this.gv = null;
54
+ _this.dh = 0;
55
+ _this.dg = 0;
56
+ _this.df = 0;
58
57
  _this.bg = 0;
59
- _this.bf = 0;
60
- _this.bh = 0;
61
58
  _this.bi = 0;
62
- _this.g1 = null;
63
- _this.fg = null;
59
+ _this.bh = 0;
60
+ _this.bj = 0;
61
+ _this.bk = 0;
62
+ _this.g3 = null;
64
63
  _this.fi = null;
65
- _this.fj = null;
66
64
  _this.fk = null;
67
- _this.cy = 0;
68
- _this.fn = null;
69
- _this.fh = null;
70
- _this.c1 = 0;
65
+ _this.fl = null;
66
+ _this.fm = null;
71
67
  _this.c0 = 0;
72
- _this.cz = 0;
73
68
  _this.fp = null;
69
+ _this.fj = null;
70
+ _this.c3 = 0;
71
+ _this.c2 = 0;
72
+ _this.c1 = 0;
73
+ _this.fr = null;
74
+ _this.fs = null;
74
75
  _this.fq = null;
76
+ _this.fn = null;
75
77
  _this.fo = null;
76
- _this.fl = null;
77
- _this.fm = null;
78
- _this.aw = 0;
79
78
  _this.ay = 0;
80
- _this.ax = 0;
81
- _this.az = 0;
82
79
  _this.a0 = 0;
83
- _this.eu = null;
84
- _this.ez = null;
85
- _this.e0 = null;
86
- _this.e1 = null;
87
- _this.ct = 0;
88
- _this.e4 = null;
89
- _this.f0 = null;
90
- _this.ew = null;
91
- _this.dg = 0;
92
- _this.c3 = 0;
93
- _this.c2 = 0;
94
- _this.fv = null;
80
+ _this.az = 0;
95
81
  _this.a1 = 0;
96
- _this.fw = null;
82
+ _this.a2 = 0;
83
+ _this.ew = null;
84
+ _this.e1 = null;
85
+ _this.e2 = null;
86
+ _this.e3 = null;
87
+ _this.cv = 0;
88
+ _this.e6 = null;
89
+ _this.f2 = null;
90
+ _this.ey = null;
91
+ _this.di = 0;
92
+ _this.c5 = 0;
93
+ _this.c4 = 0;
97
94
  _this.fx = null;
95
+ _this.a3 = 0;
96
+ _this.fy = null;
97
+ _this.fz = null;
98
+ _this.g6 = null;
99
+ _this.f3 = null;
100
+ _this.g5 = null;
98
101
  _this.g4 = null;
99
- _this.f1 = null;
100
- _this.g3 = null;
101
102
  _this.g2 = null;
103
+ _this.gz = null;
102
104
  _this.g0 = null;
103
- _this.gx = null;
104
- _this.gy = null;
105
- _this.ft = null;
106
- _this.fu = null;
107
- _this.ai = 0;
108
- _this.ao = 0;
109
- _this.an = 0;
110
- _this.ap = 0;
105
+ _this.fv = null;
106
+ _this.fw = null;
107
+ _this.ak = 0;
111
108
  _this.aq = 0;
112
- _this.gh = null;
109
+ _this.ap = 0;
110
+ _this.ar = 0;
111
+ _this.as = 0;
113
112
  _this.gj = null;
114
- _this.gk = null;
115
113
  _this.gl = null;
116
- _this.c8 = 0;
117
- _this.go = null;
118
- _this.gi = null;
119
- _this.db = 0;
114
+ _this.gm = null;
115
+ _this.gn = null;
120
116
  _this.da = 0;
121
- _this.c9 = 0;
122
- _this.a9 = 0;
117
+ _this.gq = null;
118
+ _this.gk = null;
119
+ _this.dd = 0;
120
+ _this.dc = 0;
121
+ _this.db = 0;
123
122
  _this.bb = 0;
124
- _this.ba = 0;
125
- _this.bc = 0;
126
123
  _this.bd = 0;
127
- _this.gq = null;
124
+ _this.bc = 0;
125
+ _this.be = 0;
126
+ _this.bf = 0;
127
+ _this.gs = null;
128
+ _this.gt = null;
128
129
  _this.gr = null;
130
+ _this.go = null;
129
131
  _this.gp = null;
130
- _this.gm = null;
131
- _this.gn = null;
132
- _this.e5 = null;
133
132
  _this.e7 = null;
134
- _this.e8 = null;
135
133
  _this.e9 = null;
136
- _this.cu = 0;
137
- _this.fc = null;
138
- _this.e6 = null;
139
- _this.cx = 0;
134
+ _this.fa = null;
135
+ _this.fb = null;
140
136
  _this.cw = 0;
141
- _this.cv = 0;
142
- _this.ar = 0;
137
+ _this.fe = null;
138
+ _this.e8 = null;
139
+ _this.cz = 0;
140
+ _this.cy = 0;
141
+ _this.cx = 0;
143
142
  _this.at = 0;
144
- _this.as = 0;
145
- _this.au = 0;
146
143
  _this.av = 0;
147
- _this.fe = null;
144
+ _this.au = 0;
145
+ _this.aw = 0;
146
+ _this.ax = 0;
147
+ _this.fg = null;
148
+ _this.fh = null;
148
149
  _this.ff = null;
150
+ _this.fc = null;
149
151
  _this.fd = null;
150
- _this.fa = null;
151
- _this.fb = null;
152
- _this.f2 = null;
153
152
  _this.f4 = null;
154
- _this.f5 = null;
155
153
  _this.f6 = null;
156
- _this.c4 = 0;
157
- _this.f9 = null;
158
- _this.f3 = null;
159
- _this.c7 = 0;
154
+ _this.f7 = null;
155
+ _this.f8 = null;
160
156
  _this.c6 = 0;
161
- _this.c5 = 0;
162
- _this.a2 = 0;
157
+ _this.gb = null;
158
+ _this.f5 = null;
159
+ _this.c9 = 0;
160
+ _this.c8 = 0;
161
+ _this.c7 = 0;
163
162
  _this.a4 = 0;
164
- _this.a3 = 0;
165
- _this.a5 = 0;
166
163
  _this.a6 = 0;
167
- _this.gb = null;
164
+ _this.a5 = 0;
165
+ _this.a7 = 0;
166
+ _this.a8 = 0;
167
+ _this.gd = null;
168
+ _this.ge = null;
168
169
  _this.gc = null;
170
+ _this.f9 = null;
169
171
  _this.ga = null;
170
- _this.f7 = null;
171
- _this.f8 = null;
172
- _this.ge = null;
173
- _this.gd = null;
174
- _this.e2 = null;
175
- _this.fr = null;
176
- _this.fs = null;
177
- _this.es = null;
178
- _this.g5 = null;
179
172
  _this.gg = null;
180
- _this.dh = 0;
181
- _this.et = null;
173
+ _this.gf = null;
174
+ _this.e4 = null;
175
+ _this.ft = null;
176
+ _this.fu = null;
177
+ _this.eu = null;
178
+ _this.g7 = null;
179
+ _this.gi = null;
180
+ _this.dj = 0;
181
+ _this.ev = null;
182
182
  _this.o = false;
183
183
  _this.p = false;
184
184
  _this.q = false;
@@ -189,16 +189,17 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
189
189
  _this.j = false;
190
190
  _this.n = false;
191
191
  _this.l = false;
192
- _this.ak = 0;
193
192
  _this.am = 0;
193
+ _this.ao = 0;
194
+ _this.an = 0;
194
195
  _this.al = 0;
195
- _this.aj = 0;
196
- _this.fz = null;
197
- _this.g6 = null;
196
+ _this.f1 = null;
197
+ _this.g8 = null;
198
198
  _this.i = false;
199
- _this.ex = null;
200
- _this.fy = null;
201
- _this.gf = null;
199
+ _this.s = false;
200
+ _this.ez = null;
201
+ _this.f0 = null;
202
+ _this.gh = null;
202
203
  return _this;
203
204
  }
204
205
  ButtonDescription.prototype.get_type = function () {
@@ -213,10 +214,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
213
214
  });
214
215
  Object.defineProperty(ButtonDescription.prototype, "minWidth", {
215
216
  get: function () {
216
- return this.a8;
217
+ return this.ba;
217
218
  },
218
219
  set: function (a) {
219
- this.a8 = a;
220
+ this.ba = a;
220
221
  this.g("MinWidth");
221
222
  },
222
223
  enumerable: false,
@@ -224,10 +225,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
224
225
  });
225
226
  Object.defineProperty(ButtonDescription.prototype, "minHeight", {
226
227
  get: function () {
227
- return this.a7;
228
+ return this.a9;
228
229
  },
229
230
  set: function (a) {
230
- this.a7 = a;
231
+ this.a9 = a;
231
232
  this.g("MinHeight");
232
233
  },
233
234
  enumerable: false,
@@ -235,10 +236,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
235
236
  });
236
237
  Object.defineProperty(ButtonDescription.prototype, "displayType", {
237
238
  get: function () {
238
- return this.e3;
239
+ return this.e5;
239
240
  },
240
241
  set: function (a) {
241
- this.e3 = a;
242
+ this.e5 = a;
242
243
  this.g("DisplayType");
243
244
  },
244
245
  enumerable: false,
@@ -246,10 +247,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
246
247
  });
247
248
  Object.defineProperty(ButtonDescription.prototype, "density", {
248
249
  get: function () {
249
- return this.ey;
250
+ return this.e0;
250
251
  },
251
252
  set: function (a) {
252
- this.ey = a;
253
+ this.e0 = a;
253
254
  this.g("Density");
254
255
  },
255
256
  enumerable: false,
@@ -257,10 +258,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
257
258
  });
258
259
  Object.defineProperty(ButtonDescription.prototype, "baseTheme", {
259
260
  get: function () {
260
- return this.ev;
261
+ return this.ex;
261
262
  },
262
263
  set: function (a) {
263
- this.ev = a;
264
+ this.ex = a;
264
265
  this.g("BaseTheme");
265
266
  },
266
267
  enumerable: false,
@@ -268,10 +269,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
268
269
  });
269
270
  Object.defineProperty(ButtonDescription.prototype, "actualDensity", {
270
271
  get: function () {
271
- return this.ef;
272
+ return this.eh;
272
273
  },
273
274
  set: function (a) {
274
- this.ef = a;
275
+ this.eh = a;
275
276
  this.g("ActualDensity");
276
277
  },
277
278
  enumerable: false,
@@ -279,10 +280,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
279
280
  });
280
281
  Object.defineProperty(ButtonDescription.prototype, "actualBorderColor", {
281
282
  get: function () {
282
- return this.ee;
283
+ return this.eg;
283
284
  },
284
285
  set: function (a) {
285
- this.ee = a;
286
+ this.eg = a;
286
287
  this.g("ActualBorderColor");
287
288
  },
288
289
  enumerable: false,
@@ -290,10 +291,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
290
291
  });
291
292
  Object.defineProperty(ButtonDescription.prototype, "actualUmbraShadowColor", {
292
293
  get: function () {
293
- return this.er;
294
+ return this.et;
294
295
  },
295
296
  set: function (a) {
296
- this.er = a;
297
+ this.et = a;
297
298
  this.g("ActualUmbraShadowColor");
298
299
  },
299
300
  enumerable: false,
@@ -301,10 +302,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
301
302
  });
302
303
  Object.defineProperty(ButtonDescription.prototype, "actualPenumbraShadowColor", {
303
304
  get: function () {
304
- return this.eo;
305
+ return this.eq;
305
306
  },
306
307
  set: function (a) {
307
- this.eo = a;
308
+ this.eq = a;
308
309
  this.g("ActualPenumbraShadowColor");
309
310
  },
310
311
  enumerable: false,
@@ -312,10 +313,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
312
313
  });
313
314
  Object.defineProperty(ButtonDescription.prototype, "actualAmbientShadowColor", {
314
315
  get: function () {
315
- return this.ec;
316
+ return this.ee;
316
317
  },
317
318
  set: function (a) {
318
- this.ec = a;
319
+ this.ee = a;
319
320
  this.g("ActualAmbientShadowColor");
320
321
  },
321
322
  enumerable: false,
@@ -323,10 +324,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
323
324
  });
324
325
  Object.defineProperty(ButtonDescription.prototype, "actualRestingElevation", {
325
326
  get: function () {
326
- return this.cs;
327
+ return this.cu;
327
328
  },
328
329
  set: function (a) {
329
- this.cs = a;
330
+ this.cu = a;
330
331
  this.g("ActualRestingElevation");
331
332
  },
332
333
  enumerable: false,
@@ -334,10 +335,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
334
335
  });
335
336
  Object.defineProperty(ButtonDescription.prototype, "actualFocusElevation", {
336
337
  get: function () {
337
- return this.cq;
338
+ return this.cs;
338
339
  },
339
340
  set: function (a) {
340
- this.cq = a;
341
+ this.cs = a;
341
342
  this.g("ActualFocusElevation");
342
343
  },
343
344
  enumerable: false,
@@ -345,10 +346,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
345
346
  });
346
347
  Object.defineProperty(ButtonDescription.prototype, "actualHoverElevation", {
347
348
  get: function () {
348
- return this.cr;
349
+ return this.ct;
349
350
  },
350
351
  set: function (a) {
351
- this.cr = a;
352
+ this.ct = a;
352
353
  this.g("ActualHoverElevation");
353
354
  },
354
355
  enumerable: false,
@@ -356,10 +357,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
356
357
  });
357
358
  Object.defineProperty(ButtonDescription.prototype, "actualRippleColor", {
358
359
  get: function () {
359
- return this.ep;
360
+ return this.er;
360
361
  },
361
362
  set: function (a) {
362
- this.ep = a;
363
+ this.er = a;
363
364
  this.g("ActualRippleColor");
364
365
  },
365
366
  enumerable: false,
@@ -367,10 +368,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
367
368
  });
368
369
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusBottomRight", {
369
370
  get: function () {
370
- return this.af;
371
+ return this.ah;
371
372
  },
372
373
  set: function (a) {
373
- this.af = a;
374
+ this.ah = a;
374
375
  this.g("ActualCornerRadiusBottomRight");
375
376
  },
376
377
  enumerable: false,
@@ -378,10 +379,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
378
379
  });
379
380
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusBottomLeft", {
380
381
  get: function () {
381
- return this.ae;
382
+ return this.ag;
382
383
  },
383
384
  set: function (a) {
384
- this.ae = a;
385
+ this.ag = a;
385
386
  this.g("ActualCornerRadiusBottomLeft");
386
387
  },
387
388
  enumerable: false,
@@ -389,10 +390,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
389
390
  });
390
391
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusTopLeft", {
391
392
  get: function () {
392
- return this.ag;
393
+ return this.ai;
393
394
  },
394
395
  set: function (a) {
395
- this.ag = a;
396
+ this.ai = a;
396
397
  this.g("ActualCornerRadiusTopLeft");
397
398
  },
398
399
  enumerable: false,
@@ -400,10 +401,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
400
401
  });
401
402
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusTopRight", {
402
403
  get: function () {
403
- return this.ah;
404
+ return this.aj;
404
405
  },
405
406
  set: function (a) {
406
- this.ah = a;
407
+ this.aj = a;
407
408
  this.g("ActualCornerRadiusTopRight");
408
409
  },
409
410
  enumerable: false,
@@ -411,10 +412,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
411
412
  });
412
413
  Object.defineProperty(ButtonDescription.prototype, "actualBackgroundColor", {
413
414
  get: function () {
414
- return this.ed;
415
+ return this.ef;
415
416
  },
416
417
  set: function (a) {
417
- this.ed = a;
418
+ this.ef = a;
418
419
  this.g("ActualBackgroundColor");
419
420
  },
420
421
  enumerable: false,
@@ -422,10 +423,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
422
423
  });
423
424
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledBackgroundColor", {
424
425
  get: function () {
425
- return this.eg;
426
+ return this.ei;
426
427
  },
427
428
  set: function (a) {
428
- this.eg = a;
429
+ this.ei = a;
429
430
  this.g("ActualDisabledBackgroundColor");
430
431
  },
431
432
  enumerable: false,
@@ -433,10 +434,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
433
434
  });
434
435
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledBorderColor", {
435
436
  get: function () {
436
- return this.eh;
437
+ return this.ej;
437
438
  },
438
439
  set: function (a) {
439
- this.eh = a;
440
+ this.ej = a;
440
441
  this.g("ActualDisabledBorderColor");
441
442
  },
442
443
  enumerable: false,
@@ -444,10 +445,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
444
445
  });
445
446
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledTextColor", {
446
447
  get: function () {
447
- return this.ei;
448
+ return this.ek;
448
449
  },
449
450
  set: function (a) {
450
- this.ei = a;
451
+ this.ek = a;
451
452
  this.g("ActualDisabledTextColor");
452
453
  },
453
454
  enumerable: false,
@@ -455,10 +456,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
455
456
  });
456
457
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledElevation", {
457
458
  get: function () {
458
- return this.cp;
459
+ return this.cr;
459
460
  },
460
461
  set: function (a) {
461
- this.cp = a;
462
+ this.cr = a;
462
463
  this.g("ActualDisabledElevation");
463
464
  },
464
465
  enumerable: false,
@@ -466,10 +467,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
466
467
  });
467
468
  Object.defineProperty(ButtonDescription.prototype, "actualElevationMode", {
468
469
  get: function () {
469
- return this.ej;
470
+ return this.el;
470
471
  },
471
472
  set: function (a) {
472
- this.ej = a;
473
+ this.el = a;
473
474
  this.g("ActualElevationMode");
474
475
  },
475
476
  enumerable: false,
@@ -477,10 +478,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
477
478
  });
478
479
  Object.defineProperty(ButtonDescription.prototype, "actualTextColor", {
479
480
  get: function () {
480
- return this.eq;
481
+ return this.es;
481
482
  },
482
483
  set: function (a) {
483
- this.eq = a;
484
+ this.es = a;
484
485
  this.g("ActualTextColor");
485
486
  },
486
487
  enumerable: false,
@@ -488,10 +489,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
488
489
  });
489
490
  Object.defineProperty(ButtonDescription.prototype, "actualHoverTextColor", {
490
491
  get: function () {
491
- return this.en;
492
+ return this.ep;
492
493
  },
493
494
  set: function (a) {
494
- this.en = a;
495
+ this.ep = a;
495
496
  this.g("ActualHoverTextColor");
496
497
  },
497
498
  enumerable: false,
@@ -499,10 +500,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
499
500
  });
500
501
  Object.defineProperty(ButtonDescription.prototype, "actualFocusBackgroundColor", {
501
502
  get: function () {
502
- return this.ek;
503
+ return this.em;
503
504
  },
504
505
  set: function (a) {
505
- this.ek = a;
506
+ this.em = a;
506
507
  this.g("ActualFocusBackgroundColor");
507
508
  },
508
509
  enumerable: false,
@@ -510,10 +511,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
510
511
  });
511
512
  Object.defineProperty(ButtonDescription.prototype, "actualFocusTextColor", {
512
513
  get: function () {
513
- return this.el;
514
+ return this.en;
514
515
  },
515
516
  set: function (a) {
516
- this.el = a;
517
+ this.en = a;
517
518
  this.g("ActualFocusTextColor");
518
519
  },
519
520
  enumerable: false,
@@ -521,10 +522,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
521
522
  });
522
523
  Object.defineProperty(ButtonDescription.prototype, "actualHoverBackgroundColor", {
523
524
  get: function () {
524
- return this.em;
525
+ return this.eo;
525
526
  },
526
527
  set: function (a) {
527
- this.em = a;
528
+ this.eo = a;
528
529
  this.g("ActualHoverBackgroundColor");
529
530
  },
530
531
  enumerable: false,
@@ -532,10 +533,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
532
533
  });
533
534
  Object.defineProperty(ButtonDescription.prototype, "actualBorderWidth", {
534
535
  get: function () {
535
- return this.ad;
536
+ return this.af;
536
537
  },
537
538
  set: function (a) {
538
- this.ad = a;
539
+ this.af = a;
539
540
  this.g("ActualBorderWidth");
540
541
  },
541
542
  enumerable: false,
@@ -543,10 +544,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
543
544
  });
544
545
  Object.defineProperty(ButtonDescription.prototype, "raisedBackgroundColor", {
545
546
  get: function () {
546
- return this.gs;
547
+ return this.gu;
547
548
  },
548
549
  set: function (a) {
549
- this.gs = a;
550
+ this.gu = a;
550
551
  this.g("RaisedBackgroundColor");
551
552
  },
552
553
  enumerable: false,
@@ -554,10 +555,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
554
555
  });
555
556
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledBackgroundColor", {
556
557
  get: function () {
557
- return this.gu;
558
+ return this.gw;
558
559
  },
559
560
  set: function (a) {
560
- this.gu = a;
561
+ this.gw = a;
561
562
  this.g("RaisedDisabledBackgroundColor");
562
563
  },
563
564
  enumerable: false,
@@ -565,10 +566,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
565
566
  });
566
567
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledBorderColor", {
567
568
  get: function () {
568
- return this.gv;
569
+ return this.gx;
569
570
  },
570
571
  set: function (a) {
571
- this.gv = a;
572
+ this.gx = a;
572
573
  this.g("RaisedDisabledBorderColor");
573
574
  },
574
575
  enumerable: false,
@@ -576,10 +577,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
576
577
  });
577
578
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledTextColor", {
578
579
  get: function () {
579
- return this.gw;
580
+ return this.gy;
580
581
  },
581
582
  set: function (a) {
582
- this.gw = a;
583
+ this.gy = a;
583
584
  this.g("RaisedDisabledTextColor");
584
585
  },
585
586
  enumerable: false,
@@ -587,10 +588,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
587
588
  });
588
589
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledElevation", {
589
590
  get: function () {
590
- return this.dc;
591
+ return this.de;
591
592
  },
592
593
  set: function (a) {
593
- this.dc = a;
594
+ this.de = a;
594
595
  this.g("RaisedDisabledElevation");
595
596
  },
596
597
  enumerable: false,
@@ -598,10 +599,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
598
599
  });
599
600
  Object.defineProperty(ButtonDescription.prototype, "raisedHoverBackgroundColor", {
600
601
  get: function () {
601
- return this.gz;
602
+ return this.g1;
602
603
  },
603
604
  set: function (a) {
604
- this.gz = a;
605
+ this.g1 = a;
605
606
  this.g("RaisedHoverBackgroundColor");
606
607
  },
607
608
  enumerable: false,
@@ -609,10 +610,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
609
610
  });
610
611
  Object.defineProperty(ButtonDescription.prototype, "raisedBorderColor", {
611
612
  get: function () {
612
- return this.gt;
613
+ return this.gv;
613
614
  },
614
615
  set: function (a) {
615
- this.gt = a;
616
+ this.gv = a;
616
617
  this.g("RaisedBorderColor");
617
618
  },
618
619
  enumerable: false,
@@ -620,10 +621,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
620
621
  });
621
622
  Object.defineProperty(ButtonDescription.prototype, "raisedRestingElevation", {
622
623
  get: function () {
623
- return this.df;
624
+ return this.dh;
624
625
  },
625
626
  set: function (a) {
626
- this.df = a;
627
+ this.dh = a;
627
628
  this.g("RaisedRestingElevation");
628
629
  },
629
630
  enumerable: false,
@@ -631,10 +632,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
631
632
  });
632
633
  Object.defineProperty(ButtonDescription.prototype, "raisedHoverElevation", {
633
634
  get: function () {
634
- return this.de;
635
+ return this.dg;
635
636
  },
636
637
  set: function (a) {
637
- this.de = a;
638
+ this.dg = a;
638
639
  this.g("RaisedHoverElevation");
639
640
  },
640
641
  enumerable: false,
@@ -642,10 +643,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
642
643
  });
643
644
  Object.defineProperty(ButtonDescription.prototype, "raisedFocusElevation", {
644
645
  get: function () {
645
- return this.dd;
646
+ return this.df;
646
647
  },
647
648
  set: function (a) {
648
- this.dd = a;
649
+ this.df = a;
649
650
  this.g("RaisedFocusElevation");
650
651
  },
651
652
  enumerable: false,
@@ -653,10 +654,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
653
654
  });
654
655
  Object.defineProperty(ButtonDescription.prototype, "raisedBorderWidth", {
655
656
  get: function () {
656
- return this.be;
657
+ return this.bg;
657
658
  },
658
659
  set: function (a) {
659
- this.be = a;
660
+ this.bg = a;
660
661
  this.g("RaisedBorderWidth");
661
662
  },
662
663
  enumerable: false,
@@ -664,10 +665,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
664
665
  });
665
666
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusBottomRight", {
666
667
  get: function () {
667
- return this.bg;
668
+ return this.bi;
668
669
  },
669
670
  set: function (a) {
670
- this.bg = a;
671
+ this.bi = a;
671
672
  this.g("RaisedCornerRadiusBottomRight");
672
673
  },
673
674
  enumerable: false,
@@ -675,10 +676,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
675
676
  });
676
677
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusBottomLeft", {
677
678
  get: function () {
678
- return this.bf;
679
+ return this.bh;
679
680
  },
680
681
  set: function (a) {
681
- this.bf = a;
682
+ this.bh = a;
682
683
  this.g("RaisedCornerRadiusBottomLeft");
683
684
  },
684
685
  enumerable: false,
@@ -686,10 +687,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
686
687
  });
687
688
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusTopLeft", {
688
689
  get: function () {
689
- return this.bh;
690
+ return this.bj;
690
691
  },
691
692
  set: function (a) {
692
- this.bh = a;
693
+ this.bj = a;
693
694
  this.g("RaisedCornerRadiusTopLeft");
694
695
  },
695
696
  enumerable: false,
@@ -697,10 +698,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
697
698
  });
698
699
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusTopRight", {
699
700
  get: function () {
700
- return this.bi;
701
+ return this.bk;
701
702
  },
702
703
  set: function (a) {
703
- this.bi = a;
704
+ this.bk = a;
704
705
  this.g("RaisedCornerRadiusTopRight");
705
706
  },
706
707
  enumerable: false,
@@ -708,10 +709,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
708
709
  });
709
710
  Object.defineProperty(ButtonDescription.prototype, "raisedRippleColor", {
710
711
  get: function () {
711
- return this.g1;
712
+ return this.g3;
712
713
  },
713
714
  set: function (a) {
714
- this.g1 = a;
715
+ this.g3 = a;
715
716
  this.g("RaisedRippleColor");
716
717
  },
717
718
  enumerable: false,
@@ -719,10 +720,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
719
720
  });
720
721
  Object.defineProperty(ButtonDescription.prototype, "flatBackgroundColor", {
721
722
  get: function () {
722
- return this.fg;
723
+ return this.fi;
723
724
  },
724
725
  set: function (a) {
725
- this.fg = a;
726
+ this.fi = a;
726
727
  this.g("FlatBackgroundColor");
727
728
  },
728
729
  enumerable: false,
@@ -730,10 +731,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
730
731
  });
731
732
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledBackgroundColor", {
732
733
  get: function () {
733
- return this.fi;
734
+ return this.fk;
734
735
  },
735
736
  set: function (a) {
736
- this.fi = a;
737
+ this.fk = a;
737
738
  this.g("FlatDisabledBackgroundColor");
738
739
  },
739
740
  enumerable: false,
@@ -741,10 +742,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
741
742
  });
742
743
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledBorderColor", {
743
744
  get: function () {
744
- return this.fj;
745
+ return this.fl;
745
746
  },
746
747
  set: function (a) {
747
- this.fj = a;
748
+ this.fl = a;
748
749
  this.g("FlatDisabledBorderColor");
749
750
  },
750
751
  enumerable: false,
@@ -752,10 +753,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
752
753
  });
753
754
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledTextColor", {
754
755
  get: function () {
755
- return this.fk;
756
+ return this.fm;
756
757
  },
757
758
  set: function (a) {
758
- this.fk = a;
759
+ this.fm = a;
759
760
  this.g("FlatDisabledTextColor");
760
761
  },
761
762
  enumerable: false,
@@ -763,10 +764,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
763
764
  });
764
765
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledElevation", {
765
766
  get: function () {
766
- return this.cy;
767
+ return this.c0;
767
768
  },
768
769
  set: function (a) {
769
- this.cy = a;
770
+ this.c0 = a;
770
771
  this.g("FlatDisabledElevation");
771
772
  },
772
773
  enumerable: false,
@@ -774,10 +775,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
774
775
  });
775
776
  Object.defineProperty(ButtonDescription.prototype, "flatHoverBackgroundColor", {
776
777
  get: function () {
777
- return this.fn;
778
+ return this.fp;
778
779
  },
779
780
  set: function (a) {
780
- this.fn = a;
781
+ this.fp = a;
781
782
  this.g("FlatHoverBackgroundColor");
782
783
  },
783
784
  enumerable: false,
@@ -785,10 +786,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
785
786
  });
786
787
  Object.defineProperty(ButtonDescription.prototype, "flatBorderColor", {
787
788
  get: function () {
788
- return this.fh;
789
+ return this.fj;
789
790
  },
790
791
  set: function (a) {
791
- this.fh = a;
792
+ this.fj = a;
792
793
  this.g("FlatBorderColor");
793
794
  },
794
795
  enumerable: false,
@@ -796,10 +797,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
796
797
  });
797
798
  Object.defineProperty(ButtonDescription.prototype, "flatRestingElevation", {
798
799
  get: function () {
799
- return this.c1;
800
+ return this.c3;
800
801
  },
801
802
  set: function (a) {
802
- this.c1 = a;
803
+ this.c3 = a;
803
804
  this.g("FlatRestingElevation");
804
805
  },
805
806
  enumerable: false,
@@ -807,10 +808,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
807
808
  });
808
809
  Object.defineProperty(ButtonDescription.prototype, "flatHoverElevation", {
809
810
  get: function () {
810
- return this.c0;
811
+ return this.c2;
811
812
  },
812
813
  set: function (a) {
813
- this.c0 = a;
814
+ this.c2 = a;
814
815
  this.g("FlatHoverElevation");
815
816
  },
816
817
  enumerable: false,
@@ -818,10 +819,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
818
819
  });
819
820
  Object.defineProperty(ButtonDescription.prototype, "flatFocusElevation", {
820
821
  get: function () {
821
- return this.cz;
822
+ return this.c1;
822
823
  },
823
824
  set: function (a) {
824
- this.cz = a;
825
+ this.c1 = a;
825
826
  this.g("FlatFocusElevation");
826
827
  },
827
828
  enumerable: false,
@@ -829,10 +830,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
829
830
  });
830
831
  Object.defineProperty(ButtonDescription.prototype, "flatRippleColor", {
831
832
  get: function () {
832
- return this.fp;
833
+ return this.fr;
833
834
  },
834
835
  set: function (a) {
835
- this.fp = a;
836
+ this.fr = a;
836
837
  this.g("FlatRippleColor");
837
838
  },
838
839
  enumerable: false,
@@ -840,10 +841,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
840
841
  });
841
842
  Object.defineProperty(ButtonDescription.prototype, "flatTextColor", {
842
843
  get: function () {
843
- return this.fq;
844
+ return this.fs;
844
845
  },
845
846
  set: function (a) {
846
- this.fq = a;
847
+ this.fs = a;
847
848
  this.g("FlatTextColor");
848
849
  },
849
850
  enumerable: false,
@@ -851,10 +852,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
851
852
  });
852
853
  Object.defineProperty(ButtonDescription.prototype, "flatHoverTextColor", {
853
854
  get: function () {
854
- return this.fo;
855
+ return this.fq;
855
856
  },
856
857
  set: function (a) {
857
- this.fo = a;
858
+ this.fq = a;
858
859
  this.g("FlatHoverTextColor");
859
860
  },
860
861
  enumerable: false,
@@ -862,10 +863,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
862
863
  });
863
864
  Object.defineProperty(ButtonDescription.prototype, "flatFocusBackgroundColor", {
864
865
  get: function () {
865
- return this.fl;
866
+ return this.fn;
866
867
  },
867
868
  set: function (a) {
868
- this.fl = a;
869
+ this.fn = a;
869
870
  this.g("FlatFocusBackgroundColor");
870
871
  },
871
872
  enumerable: false,
@@ -873,10 +874,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
873
874
  });
874
875
  Object.defineProperty(ButtonDescription.prototype, "flatFocusTextColor", {
875
876
  get: function () {
876
- return this.fm;
877
+ return this.fo;
877
878
  },
878
879
  set: function (a) {
879
- this.fm = a;
880
+ this.fo = a;
880
881
  this.g("FlatFocusTextColor");
881
882
  },
882
883
  enumerable: false,
@@ -884,10 +885,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
884
885
  });
885
886
  Object.defineProperty(ButtonDescription.prototype, "flatBorderWidth", {
886
887
  get: function () {
887
- return this.aw;
888
+ return this.ay;
888
889
  },
889
890
  set: function (a) {
890
- this.aw = a;
891
+ this.ay = a;
891
892
  this.g("FlatBorderWidth");
892
893
  },
893
894
  enumerable: false,
@@ -895,10 +896,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
895
896
  });
896
897
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusBottomRight", {
897
898
  get: function () {
898
- return this.ay;
899
+ return this.a0;
899
900
  },
900
901
  set: function (a) {
901
- this.ay = a;
902
+ this.a0 = a;
902
903
  this.g("FlatCornerRadiusBottomRight");
903
904
  },
904
905
  enumerable: false,
@@ -906,10 +907,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
906
907
  });
907
908
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusBottomLeft", {
908
909
  get: function () {
909
- return this.ax;
910
+ return this.az;
910
911
  },
911
912
  set: function (a) {
912
- this.ax = a;
913
+ this.az = a;
913
914
  this.g("FlatCornerRadiusBottomLeft");
914
915
  },
915
916
  enumerable: false,
@@ -917,10 +918,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
917
918
  });
918
919
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusTopLeft", {
919
920
  get: function () {
920
- return this.az;
921
+ return this.a1;
921
922
  },
922
923
  set: function (a) {
923
- this.az = a;
924
+ this.a1 = a;
924
925
  this.g("FlatCornerRadiusTopLeft");
925
926
  },
926
927
  enumerable: false,
@@ -928,10 +929,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
928
929
  });
929
930
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusTopRight", {
930
931
  get: function () {
931
- return this.a0;
932
+ return this.a2;
932
933
  },
933
934
  set: function (a) {
934
- this.a0 = a;
935
+ this.a2 = a;
935
936
  this.g("FlatCornerRadiusTopRight");
936
937
  },
937
938
  enumerable: false,
@@ -939,10 +940,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
939
940
  });
940
941
  Object.defineProperty(ButtonDescription.prototype, "backgroundColor", {
941
942
  get: function () {
942
- return this.eu;
943
+ return this.ew;
943
944
  },
944
945
  set: function (a) {
945
- this.eu = a;
946
+ this.ew = a;
946
947
  this.g("BackgroundColor");
947
948
  },
948
949
  enumerable: false,
@@ -950,10 +951,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
950
951
  });
951
952
  Object.defineProperty(ButtonDescription.prototype, "disabledBackgroundColor", {
952
953
  get: function () {
953
- return this.ez;
954
+ return this.e1;
954
955
  },
955
956
  set: function (a) {
956
- this.ez = a;
957
+ this.e1 = a;
957
958
  this.g("DisabledBackgroundColor");
958
959
  },
959
960
  enumerable: false,
@@ -961,10 +962,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
961
962
  });
962
963
  Object.defineProperty(ButtonDescription.prototype, "disabledBorderColor", {
963
964
  get: function () {
964
- return this.e0;
965
+ return this.e2;
965
966
  },
966
967
  set: function (a) {
967
- this.e0 = a;
968
+ this.e2 = a;
968
969
  this.g("DisabledBorderColor");
969
970
  },
970
971
  enumerable: false,
@@ -972,10 +973,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
972
973
  });
973
974
  Object.defineProperty(ButtonDescription.prototype, "disabledTextColor", {
974
975
  get: function () {
975
- return this.e1;
976
+ return this.e3;
976
977
  },
977
978
  set: function (a) {
978
- this.e1 = a;
979
+ this.e3 = a;
979
980
  this.g("DisabledTextColor");
980
981
  },
981
982
  enumerable: false,
@@ -983,10 +984,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
983
984
  });
984
985
  Object.defineProperty(ButtonDescription.prototype, "disabledElevation", {
985
986
  get: function () {
986
- return this.ct;
987
+ return this.cv;
987
988
  },
988
989
  set: function (a) {
989
- this.ct = a;
990
+ this.cv = a;
990
991
  this.g("DisabledElevation");
991
992
  },
992
993
  enumerable: false,
@@ -994,10 +995,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
994
995
  });
995
996
  Object.defineProperty(ButtonDescription.prototype, "elevationMode", {
996
997
  get: function () {
997
- return this.e4;
998
+ return this.e6;
998
999
  },
999
1000
  set: function (a) {
1000
- this.e4 = a;
1001
+ this.e6 = a;
1001
1002
  this.g("ElevationMode");
1002
1003
  },
1003
1004
  enumerable: false,
@@ -1005,10 +1006,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1005
1006
  });
1006
1007
  Object.defineProperty(ButtonDescription.prototype, "hoverBackgroundColor", {
1007
1008
  get: function () {
1008
- return this.f0;
1009
+ return this.f2;
1009
1010
  },
1010
1011
  set: function (a) {
1011
- this.f0 = a;
1012
+ this.f2 = a;
1012
1013
  this.g("HoverBackgroundColor");
1013
1014
  },
1014
1015
  enumerable: false,
@@ -1016,10 +1017,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1016
1017
  });
1017
1018
  Object.defineProperty(ButtonDescription.prototype, "borderColor", {
1018
1019
  get: function () {
1019
- return this.ew;
1020
+ return this.ey;
1020
1021
  },
1021
1022
  set: function (a) {
1022
- this.ew = a;
1023
+ this.ey = a;
1023
1024
  this.g("BorderColor");
1024
1025
  },
1025
1026
  enumerable: false,
@@ -1027,10 +1028,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1027
1028
  });
1028
1029
  Object.defineProperty(ButtonDescription.prototype, "restingElevation", {
1029
1030
  get: function () {
1030
- return this.dg;
1031
+ return this.di;
1031
1032
  },
1032
1033
  set: function (a) {
1033
- this.dg = a;
1034
+ this.di = a;
1034
1035
  this.g("RestingElevation");
1035
1036
  },
1036
1037
  enumerable: false,
@@ -1038,10 +1039,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1038
1039
  });
1039
1040
  Object.defineProperty(ButtonDescription.prototype, "hoverElevation", {
1040
1041
  get: function () {
1041
- return this.c3;
1042
+ return this.c5;
1042
1043
  },
1043
1044
  set: function (a) {
1044
- this.c3 = a;
1045
+ this.c5 = a;
1045
1046
  this.g("HoverElevation");
1046
1047
  },
1047
1048
  enumerable: false,
@@ -1049,10 +1050,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1049
1050
  });
1050
1051
  Object.defineProperty(ButtonDescription.prototype, "focusElevation", {
1051
1052
  get: function () {
1052
- return this.c2;
1053
+ return this.c4;
1053
1054
  },
1054
1055
  set: function (a) {
1055
- this.c2 = a;
1056
+ this.c4 = a;
1056
1057
  this.g("FocusElevation");
1057
1058
  },
1058
1059
  enumerable: false,
@@ -1060,10 +1061,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1060
1061
  });
1061
1062
  Object.defineProperty(ButtonDescription.prototype, "fontFamily", {
1062
1063
  get: function () {
1063
- return this.fv;
1064
+ return this.fx;
1064
1065
  },
1065
1066
  set: function (a) {
1066
- this.fv = a;
1067
+ this.fx = a;
1067
1068
  this.g("FontFamily");
1068
1069
  },
1069
1070
  enumerable: false,
@@ -1071,10 +1072,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1071
1072
  });
1072
1073
  Object.defineProperty(ButtonDescription.prototype, "fontSize", {
1073
1074
  get: function () {
1074
- return this.a1;
1075
+ return this.a3;
1075
1076
  },
1076
1077
  set: function (a) {
1077
- this.a1 = a;
1078
+ this.a3 = a;
1078
1079
  this.g("FontSize");
1079
1080
  },
1080
1081
  enumerable: false,
@@ -1082,10 +1083,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1082
1083
  });
1083
1084
  Object.defineProperty(ButtonDescription.prototype, "fontStyle", {
1084
1085
  get: function () {
1085
- return this.fw;
1086
+ return this.fy;
1086
1087
  },
1087
1088
  set: function (a) {
1088
- this.fw = a;
1089
+ this.fy = a;
1089
1090
  this.g("FontStyle");
1090
1091
  },
1091
1092
  enumerable: false,
@@ -1093,10 +1094,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1093
1094
  });
1094
1095
  Object.defineProperty(ButtonDescription.prototype, "fontWeight", {
1095
1096
  get: function () {
1096
- return this.fx;
1097
+ return this.fz;
1097
1098
  },
1098
1099
  set: function (a) {
1099
- this.fx = a;
1100
+ this.fz = a;
1100
1101
  this.g("FontWeight");
1101
1102
  },
1102
1103
  enumerable: false,
@@ -1104,10 +1105,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1104
1105
  });
1105
1106
  Object.defineProperty(ButtonDescription.prototype, "textColor", {
1106
1107
  get: function () {
1107
- return this.g4;
1108
+ return this.g6;
1108
1109
  },
1109
1110
  set: function (a) {
1110
- this.g4 = a;
1111
+ this.g6 = a;
1111
1112
  this.g("TextColor");
1112
1113
  },
1113
1114
  enumerable: false,
@@ -1115,10 +1116,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1115
1116
  });
1116
1117
  Object.defineProperty(ButtonDescription.prototype, "hoverTextColor", {
1117
1118
  get: function () {
1118
- return this.f1;
1119
+ return this.f3;
1119
1120
  },
1120
1121
  set: function (a) {
1121
- this.f1 = a;
1122
+ this.f3 = a;
1122
1123
  this.g("HoverTextColor");
1123
1124
  },
1124
1125
  enumerable: false,
@@ -1126,10 +1127,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1126
1127
  });
1127
1128
  Object.defineProperty(ButtonDescription.prototype, "rippleColor", {
1128
1129
  get: function () {
1129
- return this.g3;
1130
+ return this.g5;
1130
1131
  },
1131
1132
  set: function (a) {
1132
- this.g3 = a;
1133
+ this.g5 = a;
1133
1134
  this.g("RippleColor");
1134
1135
  },
1135
1136
  enumerable: false,
@@ -1137,10 +1138,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1137
1138
  });
1138
1139
  Object.defineProperty(ButtonDescription.prototype, "raisedTextColor", {
1139
1140
  get: function () {
1140
- return this.g2;
1141
+ return this.g4;
1141
1142
  },
1142
1143
  set: function (a) {
1143
- this.g2 = a;
1144
+ this.g4 = a;
1144
1145
  this.g("RaisedTextColor");
1145
1146
  },
1146
1147
  enumerable: false,
@@ -1148,10 +1149,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1148
1149
  });
1149
1150
  Object.defineProperty(ButtonDescription.prototype, "raisedHoverTextColor", {
1150
1151
  get: function () {
1151
- return this.g0;
1152
+ return this.g2;
1152
1153
  },
1153
1154
  set: function (a) {
1154
- this.g0 = a;
1155
+ this.g2 = a;
1155
1156
  this.g("RaisedHoverTextColor");
1156
1157
  },
1157
1158
  enumerable: false,
@@ -1159,10 +1160,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1159
1160
  });
1160
1161
  Object.defineProperty(ButtonDescription.prototype, "raisedFocusBackgroundColor", {
1161
1162
  get: function () {
1162
- return this.gx;
1163
+ return this.gz;
1163
1164
  },
1164
1165
  set: function (a) {
1165
- this.gx = a;
1166
+ this.gz = a;
1166
1167
  this.g("RaisedFocusBackgroundColor");
1167
1168
  },
1168
1169
  enumerable: false,
@@ -1170,10 +1171,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1170
1171
  });
1171
1172
  Object.defineProperty(ButtonDescription.prototype, "raisedFocusTextColor", {
1172
1173
  get: function () {
1173
- return this.gy;
1174
+ return this.g0;
1174
1175
  },
1175
1176
  set: function (a) {
1176
- this.gy = a;
1177
+ this.g0 = a;
1177
1178
  this.g("RaisedFocusTextColor");
1178
1179
  },
1179
1180
  enumerable: false,
@@ -1181,10 +1182,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1181
1182
  });
1182
1183
  Object.defineProperty(ButtonDescription.prototype, "focusBackgroundColor", {
1183
1184
  get: function () {
1184
- return this.ft;
1185
+ return this.fv;
1185
1186
  },
1186
1187
  set: function (a) {
1187
- this.ft = a;
1188
+ this.fv = a;
1188
1189
  this.g("FocusBackgroundColor");
1189
1190
  },
1190
1191
  enumerable: false,
@@ -1192,10 +1193,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1192
1193
  });
1193
1194
  Object.defineProperty(ButtonDescription.prototype, "focusTextColor", {
1194
1195
  get: function () {
1195
- return this.fu;
1196
+ return this.fw;
1196
1197
  },
1197
1198
  set: function (a) {
1198
- this.fu = a;
1199
+ this.fw = a;
1199
1200
  this.g("FocusTextColor");
1200
1201
  },
1201
1202
  enumerable: false,
@@ -1203,10 +1204,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1203
1204
  });
1204
1205
  Object.defineProperty(ButtonDescription.prototype, "borderWidth", {
1205
1206
  get: function () {
1206
- return this.ai;
1207
+ return this.ak;
1207
1208
  },
1208
1209
  set: function (a) {
1209
- this.ai = a;
1210
+ this.ak = a;
1210
1211
  this.g("BorderWidth");
1211
1212
  },
1212
1213
  enumerable: false,
@@ -1214,10 +1215,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1214
1215
  });
1215
1216
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusBottomRight", {
1216
1217
  get: function () {
1217
- return this.ao;
1218
+ return this.aq;
1218
1219
  },
1219
1220
  set: function (a) {
1220
- this.ao = a;
1221
+ this.aq = a;
1221
1222
  this.g("CornerRadiusBottomRight");
1222
1223
  },
1223
1224
  enumerable: false,
@@ -1225,10 +1226,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1225
1226
  });
1226
1227
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusBottomLeft", {
1227
1228
  get: function () {
1228
- return this.an;
1229
+ return this.ap;
1229
1230
  },
1230
1231
  set: function (a) {
1231
- this.an = a;
1232
+ this.ap = a;
1232
1233
  this.g("CornerRadiusBottomLeft");
1233
1234
  },
1234
1235
  enumerable: false,
@@ -1236,10 +1237,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1236
1237
  });
1237
1238
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusTopLeft", {
1238
1239
  get: function () {
1239
- return this.ap;
1240
+ return this.ar;
1240
1241
  },
1241
1242
  set: function (a) {
1242
- this.ap = a;
1243
+ this.ar = a;
1243
1244
  this.g("CornerRadiusTopLeft");
1244
1245
  },
1245
1246
  enumerable: false,
@@ -1247,10 +1248,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1247
1248
  });
1248
1249
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusTopRight", {
1249
1250
  get: function () {
1250
- return this.aq;
1251
+ return this.as;
1251
1252
  },
1252
1253
  set: function (a) {
1253
- this.aq = a;
1254
+ this.as = a;
1254
1255
  this.g("CornerRadiusTopRight");
1255
1256
  },
1256
1257
  enumerable: false,
@@ -1258,10 +1259,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1258
1259
  });
1259
1260
  Object.defineProperty(ButtonDescription.prototype, "outlinedBackgroundColor", {
1260
1261
  get: function () {
1261
- return this.gh;
1262
+ return this.gj;
1262
1263
  },
1263
1264
  set: function (a) {
1264
- this.gh = a;
1265
+ this.gj = a;
1265
1266
  this.g("OutlinedBackgroundColor");
1266
1267
  },
1267
1268
  enumerable: false,
@@ -1269,10 +1270,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1269
1270
  });
1270
1271
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledBackgroundColor", {
1271
1272
  get: function () {
1272
- return this.gj;
1273
+ return this.gl;
1273
1274
  },
1274
1275
  set: function (a) {
1275
- this.gj = a;
1276
+ this.gl = a;
1276
1277
  this.g("OutlinedDisabledBackgroundColor");
1277
1278
  },
1278
1279
  enumerable: false,
@@ -1280,10 +1281,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1280
1281
  });
1281
1282
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledBorderColor", {
1282
1283
  get: function () {
1283
- return this.gk;
1284
+ return this.gm;
1284
1285
  },
1285
1286
  set: function (a) {
1286
- this.gk = a;
1287
+ this.gm = a;
1287
1288
  this.g("OutlinedDisabledBorderColor");
1288
1289
  },
1289
1290
  enumerable: false,
@@ -1291,10 +1292,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1291
1292
  });
1292
1293
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledTextColor", {
1293
1294
  get: function () {
1294
- return this.gl;
1295
+ return this.gn;
1295
1296
  },
1296
1297
  set: function (a) {
1297
- this.gl = a;
1298
+ this.gn = a;
1298
1299
  this.g("OutlinedDisabledTextColor");
1299
1300
  },
1300
1301
  enumerable: false,
@@ -1302,10 +1303,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1302
1303
  });
1303
1304
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledElevation", {
1304
1305
  get: function () {
1305
- return this.c8;
1306
+ return this.da;
1306
1307
  },
1307
1308
  set: function (a) {
1308
- this.c8 = a;
1309
+ this.da = a;
1309
1310
  this.g("OutlinedDisabledElevation");
1310
1311
  },
1311
1312
  enumerable: false,
@@ -1313,10 +1314,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1313
1314
  });
1314
1315
  Object.defineProperty(ButtonDescription.prototype, "outlinedHoverBackgroundColor", {
1315
1316
  get: function () {
1316
- return this.go;
1317
+ return this.gq;
1317
1318
  },
1318
1319
  set: function (a) {
1319
- this.go = a;
1320
+ this.gq = a;
1320
1321
  this.g("OutlinedHoverBackgroundColor");
1321
1322
  },
1322
1323
  enumerable: false,
@@ -1324,10 +1325,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1324
1325
  });
1325
1326
  Object.defineProperty(ButtonDescription.prototype, "outlinedBorderColor", {
1326
1327
  get: function () {
1327
- return this.gi;
1328
+ return this.gk;
1328
1329
  },
1329
1330
  set: function (a) {
1330
- this.gi = a;
1331
+ this.gk = a;
1331
1332
  this.g("OutlinedBorderColor");
1332
1333
  },
1333
1334
  enumerable: false,
@@ -1335,10 +1336,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1335
1336
  });
1336
1337
  Object.defineProperty(ButtonDescription.prototype, "outlinedRestingElevation", {
1337
1338
  get: function () {
1338
- return this.db;
1339
+ return this.dd;
1339
1340
  },
1340
1341
  set: function (a) {
1341
- this.db = a;
1342
+ this.dd = a;
1342
1343
  this.g("OutlinedRestingElevation");
1343
1344
  },
1344
1345
  enumerable: false,
@@ -1346,10 +1347,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1346
1347
  });
1347
1348
  Object.defineProperty(ButtonDescription.prototype, "outlinedHoverElevation", {
1348
1349
  get: function () {
1349
- return this.da;
1350
+ return this.dc;
1350
1351
  },
1351
1352
  set: function (a) {
1352
- this.da = a;
1353
+ this.dc = a;
1353
1354
  this.g("OutlinedHoverElevation");
1354
1355
  },
1355
1356
  enumerable: false,
@@ -1357,10 +1358,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1357
1358
  });
1358
1359
  Object.defineProperty(ButtonDescription.prototype, "outlinedFocusElevation", {
1359
1360
  get: function () {
1360
- return this.c9;
1361
+ return this.db;
1361
1362
  },
1362
1363
  set: function (a) {
1363
- this.c9 = a;
1364
+ this.db = a;
1364
1365
  this.g("OutlinedFocusElevation");
1365
1366
  },
1366
1367
  enumerable: false,
@@ -1368,10 +1369,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1368
1369
  });
1369
1370
  Object.defineProperty(ButtonDescription.prototype, "outlinedBorderWidth", {
1370
1371
  get: function () {
1371
- return this.a9;
1372
+ return this.bb;
1372
1373
  },
1373
1374
  set: function (a) {
1374
- this.a9 = a;
1375
+ this.bb = a;
1375
1376
  this.g("OutlinedBorderWidth");
1376
1377
  },
1377
1378
  enumerable: false,
@@ -1379,10 +1380,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1379
1380
  });
1380
1381
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusBottomRight", {
1381
1382
  get: function () {
1382
- return this.bb;
1383
+ return this.bd;
1383
1384
  },
1384
1385
  set: function (a) {
1385
- this.bb = a;
1386
+ this.bd = a;
1386
1387
  this.g("OutlinedCornerRadiusBottomRight");
1387
1388
  },
1388
1389
  enumerable: false,
@@ -1390,10 +1391,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1390
1391
  });
1391
1392
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusBottomLeft", {
1392
1393
  get: function () {
1393
- return this.ba;
1394
+ return this.bc;
1394
1395
  },
1395
1396
  set: function (a) {
1396
- this.ba = a;
1397
+ this.bc = a;
1397
1398
  this.g("OutlinedCornerRadiusBottomLeft");
1398
1399
  },
1399
1400
  enumerable: false,
@@ -1401,10 +1402,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1401
1402
  });
1402
1403
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusTopLeft", {
1403
1404
  get: function () {
1404
- return this.bc;
1405
+ return this.be;
1405
1406
  },
1406
1407
  set: function (a) {
1407
- this.bc = a;
1408
+ this.be = a;
1408
1409
  this.g("OutlinedCornerRadiusTopLeft");
1409
1410
  },
1410
1411
  enumerable: false,
@@ -1412,10 +1413,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1412
1413
  });
1413
1414
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusTopRight", {
1414
1415
  get: function () {
1415
- return this.bd;
1416
+ return this.bf;
1416
1417
  },
1417
1418
  set: function (a) {
1418
- this.bd = a;
1419
+ this.bf = a;
1419
1420
  this.g("OutlinedCornerRadiusTopRight");
1420
1421
  },
1421
1422
  enumerable: false,
@@ -1423,10 +1424,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1423
1424
  });
1424
1425
  Object.defineProperty(ButtonDescription.prototype, "outlinedRippleColor", {
1425
1426
  get: function () {
1426
- return this.gq;
1427
+ return this.gs;
1427
1428
  },
1428
1429
  set: function (a) {
1429
- this.gq = a;
1430
+ this.gs = a;
1430
1431
  this.g("OutlinedRippleColor");
1431
1432
  },
1432
1433
  enumerable: false,
@@ -1434,10 +1435,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1434
1435
  });
1435
1436
  Object.defineProperty(ButtonDescription.prototype, "outlinedTextColor", {
1436
1437
  get: function () {
1437
- return this.gr;
1438
+ return this.gt;
1438
1439
  },
1439
1440
  set: function (a) {
1440
- this.gr = a;
1441
+ this.gt = a;
1441
1442
  this.g("OutlinedTextColor");
1442
1443
  },
1443
1444
  enumerable: false,
@@ -1445,10 +1446,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1445
1446
  });
1446
1447
  Object.defineProperty(ButtonDescription.prototype, "outlinedHoverTextColor", {
1447
1448
  get: function () {
1448
- return this.gp;
1449
+ return this.gr;
1449
1450
  },
1450
1451
  set: function (a) {
1451
- this.gp = a;
1452
+ this.gr = a;
1452
1453
  this.g("OutlinedHoverTextColor");
1453
1454
  },
1454
1455
  enumerable: false,
@@ -1456,10 +1457,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1456
1457
  });
1457
1458
  Object.defineProperty(ButtonDescription.prototype, "outlinedFocusBackgroundColor", {
1458
1459
  get: function () {
1459
- return this.gm;
1460
+ return this.go;
1460
1461
  },
1461
1462
  set: function (a) {
1462
- this.gm = a;
1463
+ this.go = a;
1463
1464
  this.g("OutlinedFocusBackgroundColor");
1464
1465
  },
1465
1466
  enumerable: false,
@@ -1467,10 +1468,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1467
1468
  });
1468
1469
  Object.defineProperty(ButtonDescription.prototype, "outlinedFocusTextColor", {
1469
1470
  get: function () {
1470
- return this.gn;
1471
+ return this.gp;
1471
1472
  },
1472
1473
  set: function (a) {
1473
- this.gn = a;
1474
+ this.gp = a;
1474
1475
  this.g("OutlinedFocusTextColor");
1475
1476
  },
1476
1477
  enumerable: false,
@@ -1478,10 +1479,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1478
1479
  });
1479
1480
  Object.defineProperty(ButtonDescription.prototype, "fabBackgroundColor", {
1480
1481
  get: function () {
1481
- return this.e5;
1482
+ return this.e7;
1482
1483
  },
1483
1484
  set: function (a) {
1484
- this.e5 = a;
1485
+ this.e7 = a;
1485
1486
  this.g("FabBackgroundColor");
1486
1487
  },
1487
1488
  enumerable: false,
@@ -1489,10 +1490,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1489
1490
  });
1490
1491
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledBackgroundColor", {
1491
1492
  get: function () {
1492
- return this.e7;
1493
+ return this.e9;
1493
1494
  },
1494
1495
  set: function (a) {
1495
- this.e7 = a;
1496
+ this.e9 = a;
1496
1497
  this.g("FabDisabledBackgroundColor");
1497
1498
  },
1498
1499
  enumerable: false,
@@ -1500,10 +1501,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1500
1501
  });
1501
1502
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledBorderColor", {
1502
1503
  get: function () {
1503
- return this.e8;
1504
+ return this.fa;
1504
1505
  },
1505
1506
  set: function (a) {
1506
- this.e8 = a;
1507
+ this.fa = a;
1507
1508
  this.g("FabDisabledBorderColor");
1508
1509
  },
1509
1510
  enumerable: false,
@@ -1511,10 +1512,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1511
1512
  });
1512
1513
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledTextColor", {
1513
1514
  get: function () {
1514
- return this.e9;
1515
+ return this.fb;
1515
1516
  },
1516
1517
  set: function (a) {
1517
- this.e9 = a;
1518
+ this.fb = a;
1518
1519
  this.g("FabDisabledTextColor");
1519
1520
  },
1520
1521
  enumerable: false,
@@ -1522,10 +1523,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1522
1523
  });
1523
1524
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledElevation", {
1524
1525
  get: function () {
1525
- return this.cu;
1526
+ return this.cw;
1526
1527
  },
1527
1528
  set: function (a) {
1528
- this.cu = a;
1529
+ this.cw = a;
1529
1530
  this.g("FabDisabledElevation");
1530
1531
  },
1531
1532
  enumerable: false,
@@ -1533,10 +1534,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1533
1534
  });
1534
1535
  Object.defineProperty(ButtonDescription.prototype, "fabHoverBackgroundColor", {
1535
1536
  get: function () {
1536
- return this.fc;
1537
+ return this.fe;
1537
1538
  },
1538
1539
  set: function (a) {
1539
- this.fc = a;
1540
+ this.fe = a;
1540
1541
  this.g("FabHoverBackgroundColor");
1541
1542
  },
1542
1543
  enumerable: false,
@@ -1544,10 +1545,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1544
1545
  });
1545
1546
  Object.defineProperty(ButtonDescription.prototype, "fabBorderColor", {
1546
1547
  get: function () {
1547
- return this.e6;
1548
+ return this.e8;
1548
1549
  },
1549
1550
  set: function (a) {
1550
- this.e6 = a;
1551
+ this.e8 = a;
1551
1552
  this.g("FabBorderColor");
1552
1553
  },
1553
1554
  enumerable: false,
@@ -1555,10 +1556,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1555
1556
  });
1556
1557
  Object.defineProperty(ButtonDescription.prototype, "fabRestingElevation", {
1557
1558
  get: function () {
1558
- return this.cx;
1559
+ return this.cz;
1559
1560
  },
1560
1561
  set: function (a) {
1561
- this.cx = a;
1562
+ this.cz = a;
1562
1563
  this.g("FabRestingElevation");
1563
1564
  },
1564
1565
  enumerable: false,
@@ -1566,10 +1567,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1566
1567
  });
1567
1568
  Object.defineProperty(ButtonDescription.prototype, "fabHoverElevation", {
1568
1569
  get: function () {
1569
- return this.cw;
1570
+ return this.cy;
1570
1571
  },
1571
1572
  set: function (a) {
1572
- this.cw = a;
1573
+ this.cy = a;
1573
1574
  this.g("FabHoverElevation");
1574
1575
  },
1575
1576
  enumerable: false,
@@ -1577,10 +1578,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1577
1578
  });
1578
1579
  Object.defineProperty(ButtonDescription.prototype, "fabFocusElevation", {
1579
1580
  get: function () {
1580
- return this.cv;
1581
+ return this.cx;
1581
1582
  },
1582
1583
  set: function (a) {
1583
- this.cv = a;
1584
+ this.cx = a;
1584
1585
  this.g("FabFocusElevation");
1585
1586
  },
1586
1587
  enumerable: false,
@@ -1588,10 +1589,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1588
1589
  });
1589
1590
  Object.defineProperty(ButtonDescription.prototype, "fabBorderWidth", {
1590
1591
  get: function () {
1591
- return this.ar;
1592
+ return this.at;
1592
1593
  },
1593
1594
  set: function (a) {
1594
- this.ar = a;
1595
+ this.at = a;
1595
1596
  this.g("FabBorderWidth");
1596
1597
  },
1597
1598
  enumerable: false,
@@ -1599,10 +1600,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1599
1600
  });
1600
1601
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusBottomRight", {
1601
1602
  get: function () {
1602
- return this.at;
1603
+ return this.av;
1603
1604
  },
1604
1605
  set: function (a) {
1605
- this.at = a;
1606
+ this.av = a;
1606
1607
  this.g("FabCornerRadiusBottomRight");
1607
1608
  },
1608
1609
  enumerable: false,
@@ -1610,10 +1611,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1610
1611
  });
1611
1612
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusBottomLeft", {
1612
1613
  get: function () {
1613
- return this.as;
1614
+ return this.au;
1614
1615
  },
1615
1616
  set: function (a) {
1616
- this.as = a;
1617
+ this.au = a;
1617
1618
  this.g("FabCornerRadiusBottomLeft");
1618
1619
  },
1619
1620
  enumerable: false,
@@ -1621,10 +1622,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1621
1622
  });
1622
1623
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusTopLeft", {
1623
1624
  get: function () {
1624
- return this.au;
1625
+ return this.aw;
1625
1626
  },
1626
1627
  set: function (a) {
1627
- this.au = a;
1628
+ this.aw = a;
1628
1629
  this.g("FabCornerRadiusTopLeft");
1629
1630
  },
1630
1631
  enumerable: false,
@@ -1632,10 +1633,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1632
1633
  });
1633
1634
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusTopRight", {
1634
1635
  get: function () {
1635
- return this.av;
1636
+ return this.ax;
1636
1637
  },
1637
1638
  set: function (a) {
1638
- this.av = a;
1639
+ this.ax = a;
1639
1640
  this.g("FabCornerRadiusTopRight");
1640
1641
  },
1641
1642
  enumerable: false,
@@ -1643,10 +1644,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1643
1644
  });
1644
1645
  Object.defineProperty(ButtonDescription.prototype, "fabRippleColor", {
1645
1646
  get: function () {
1646
- return this.fe;
1647
+ return this.fg;
1647
1648
  },
1648
1649
  set: function (a) {
1649
- this.fe = a;
1650
+ this.fg = a;
1650
1651
  this.g("FabRippleColor");
1651
1652
  },
1652
1653
  enumerable: false,
@@ -1654,10 +1655,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1654
1655
  });
1655
1656
  Object.defineProperty(ButtonDescription.prototype, "fabTextColor", {
1656
1657
  get: function () {
1657
- return this.ff;
1658
+ return this.fh;
1658
1659
  },
1659
1660
  set: function (a) {
1660
- this.ff = a;
1661
+ this.fh = a;
1661
1662
  this.g("FabTextColor");
1662
1663
  },
1663
1664
  enumerable: false,
@@ -1665,10 +1666,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1665
1666
  });
1666
1667
  Object.defineProperty(ButtonDescription.prototype, "fabHoverTextColor", {
1667
1668
  get: function () {
1668
- return this.fd;
1669
+ return this.ff;
1669
1670
  },
1670
1671
  set: function (a) {
1671
- this.fd = a;
1672
+ this.ff = a;
1672
1673
  this.g("FabHoverTextColor");
1673
1674
  },
1674
1675
  enumerable: false,
@@ -1676,10 +1677,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1676
1677
  });
1677
1678
  Object.defineProperty(ButtonDescription.prototype, "fabFocusBackgroundColor", {
1678
1679
  get: function () {
1679
- return this.fa;
1680
+ return this.fc;
1680
1681
  },
1681
1682
  set: function (a) {
1682
- this.fa = a;
1683
+ this.fc = a;
1683
1684
  this.g("FabFocusBackgroundColor");
1684
1685
  },
1685
1686
  enumerable: false,
@@ -1687,10 +1688,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1687
1688
  });
1688
1689
  Object.defineProperty(ButtonDescription.prototype, "fabFocusTextColor", {
1689
1690
  get: function () {
1690
- return this.fb;
1691
+ return this.fd;
1691
1692
  },
1692
1693
  set: function (a) {
1693
- this.fb = a;
1694
+ this.fd = a;
1694
1695
  this.g("FabFocusTextColor");
1695
1696
  },
1696
1697
  enumerable: false,
@@ -1698,10 +1699,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1698
1699
  });
1699
1700
  Object.defineProperty(ButtonDescription.prototype, "iconBackgroundColor", {
1700
1701
  get: function () {
1701
- return this.f2;
1702
+ return this.f4;
1702
1703
  },
1703
1704
  set: function (a) {
1704
- this.f2 = a;
1705
+ this.f4 = a;
1705
1706
  this.g("IconBackgroundColor");
1706
1707
  },
1707
1708
  enumerable: false,
@@ -1709,10 +1710,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1709
1710
  });
1710
1711
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledBackgroundColor", {
1711
1712
  get: function () {
1712
- return this.f4;
1713
+ return this.f6;
1713
1714
  },
1714
1715
  set: function (a) {
1715
- this.f4 = a;
1716
+ this.f6 = a;
1716
1717
  this.g("IconDisabledBackgroundColor");
1717
1718
  },
1718
1719
  enumerable: false,
@@ -1720,10 +1721,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1720
1721
  });
1721
1722
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledBorderColor", {
1722
1723
  get: function () {
1723
- return this.f5;
1724
+ return this.f7;
1724
1725
  },
1725
1726
  set: function (a) {
1726
- this.f5 = a;
1727
+ this.f7 = a;
1727
1728
  this.g("IconDisabledBorderColor");
1728
1729
  },
1729
1730
  enumerable: false,
@@ -1731,10 +1732,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1731
1732
  });
1732
1733
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledTextColor", {
1733
1734
  get: function () {
1734
- return this.f6;
1735
+ return this.f8;
1735
1736
  },
1736
1737
  set: function (a) {
1737
- this.f6 = a;
1738
+ this.f8 = a;
1738
1739
  this.g("IconDisabledTextColor");
1739
1740
  },
1740
1741
  enumerable: false,
@@ -1742,10 +1743,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1742
1743
  });
1743
1744
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledElevation", {
1744
1745
  get: function () {
1745
- return this.c4;
1746
+ return this.c6;
1746
1747
  },
1747
1748
  set: function (a) {
1748
- this.c4 = a;
1749
+ this.c6 = a;
1749
1750
  this.g("IconDisabledElevation");
1750
1751
  },
1751
1752
  enumerable: false,
@@ -1753,10 +1754,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1753
1754
  });
1754
1755
  Object.defineProperty(ButtonDescription.prototype, "iconHoverBackgroundColor", {
1755
1756
  get: function () {
1756
- return this.f9;
1757
+ return this.gb;
1757
1758
  },
1758
1759
  set: function (a) {
1759
- this.f9 = a;
1760
+ this.gb = a;
1760
1761
  this.g("IconHoverBackgroundColor");
1761
1762
  },
1762
1763
  enumerable: false,
@@ -1764,10 +1765,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1764
1765
  });
1765
1766
  Object.defineProperty(ButtonDescription.prototype, "iconBorderColor", {
1766
1767
  get: function () {
1767
- return this.f3;
1768
+ return this.f5;
1768
1769
  },
1769
1770
  set: function (a) {
1770
- this.f3 = a;
1771
+ this.f5 = a;
1771
1772
  this.g("IconBorderColor");
1772
1773
  },
1773
1774
  enumerable: false,
@@ -1775,10 +1776,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1775
1776
  });
1776
1777
  Object.defineProperty(ButtonDescription.prototype, "iconRestingElevation", {
1777
1778
  get: function () {
1778
- return this.c7;
1779
+ return this.c9;
1779
1780
  },
1780
1781
  set: function (a) {
1781
- this.c7 = a;
1782
+ this.c9 = a;
1782
1783
  this.g("IconRestingElevation");
1783
1784
  },
1784
1785
  enumerable: false,
@@ -1786,10 +1787,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1786
1787
  });
1787
1788
  Object.defineProperty(ButtonDescription.prototype, "iconHoverElevation", {
1788
1789
  get: function () {
1789
- return this.c6;
1790
+ return this.c8;
1790
1791
  },
1791
1792
  set: function (a) {
1792
- this.c6 = a;
1793
+ this.c8 = a;
1793
1794
  this.g("IconHoverElevation");
1794
1795
  },
1795
1796
  enumerable: false,
@@ -1797,10 +1798,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1797
1798
  });
1798
1799
  Object.defineProperty(ButtonDescription.prototype, "iconFocusElevation", {
1799
1800
  get: function () {
1800
- return this.c5;
1801
+ return this.c7;
1801
1802
  },
1802
1803
  set: function (a) {
1803
- this.c5 = a;
1804
+ this.c7 = a;
1804
1805
  this.g("IconFocusElevation");
1805
1806
  },
1806
1807
  enumerable: false,
@@ -1808,10 +1809,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1808
1809
  });
1809
1810
  Object.defineProperty(ButtonDescription.prototype, "iconBorderWidth", {
1810
1811
  get: function () {
1811
- return this.a2;
1812
+ return this.a4;
1812
1813
  },
1813
1814
  set: function (a) {
1814
- this.a2 = a;
1815
+ this.a4 = a;
1815
1816
  this.g("IconBorderWidth");
1816
1817
  },
1817
1818
  enumerable: false,
@@ -1819,10 +1820,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1819
1820
  });
1820
1821
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusBottomRight", {
1821
1822
  get: function () {
1822
- return this.a4;
1823
+ return this.a6;
1823
1824
  },
1824
1825
  set: function (a) {
1825
- this.a4 = a;
1826
+ this.a6 = a;
1826
1827
  this.g("IconCornerRadiusBottomRight");
1827
1828
  },
1828
1829
  enumerable: false,
@@ -1830,10 +1831,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1830
1831
  });
1831
1832
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusBottomLeft", {
1832
1833
  get: function () {
1833
- return this.a3;
1834
+ return this.a5;
1834
1835
  },
1835
1836
  set: function (a) {
1836
- this.a3 = a;
1837
+ this.a5 = a;
1837
1838
  this.g("IconCornerRadiusBottomLeft");
1838
1839
  },
1839
1840
  enumerable: false,
@@ -1841,10 +1842,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1841
1842
  });
1842
1843
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusTopLeft", {
1843
1844
  get: function () {
1844
- return this.a5;
1845
+ return this.a7;
1845
1846
  },
1846
1847
  set: function (a) {
1847
- this.a5 = a;
1848
+ this.a7 = a;
1848
1849
  this.g("IconCornerRadiusTopLeft");
1849
1850
  },
1850
1851
  enumerable: false,
@@ -1852,10 +1853,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1852
1853
  });
1853
1854
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusTopRight", {
1854
1855
  get: function () {
1855
- return this.a6;
1856
+ return this.a8;
1856
1857
  },
1857
1858
  set: function (a) {
1858
- this.a6 = a;
1859
+ this.a8 = a;
1859
1860
  this.g("IconCornerRadiusTopRight");
1860
1861
  },
1861
1862
  enumerable: false,
@@ -1863,10 +1864,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1863
1864
  });
1864
1865
  Object.defineProperty(ButtonDescription.prototype, "iconRippleColor", {
1865
1866
  get: function () {
1866
- return this.gb;
1867
+ return this.gd;
1867
1868
  },
1868
1869
  set: function (a) {
1869
- this.gb = a;
1870
+ this.gd = a;
1870
1871
  this.g("IconRippleColor");
1871
1872
  },
1872
1873
  enumerable: false,
@@ -1874,10 +1875,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1874
1875
  });
1875
1876
  Object.defineProperty(ButtonDescription.prototype, "iconTextColor", {
1876
1877
  get: function () {
1877
- return this.gc;
1878
+ return this.ge;
1878
1879
  },
1879
1880
  set: function (a) {
1880
- this.gc = a;
1881
+ this.ge = a;
1881
1882
  this.g("IconTextColor");
1882
1883
  },
1883
1884
  enumerable: false,
@@ -1885,10 +1886,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1885
1886
  });
1886
1887
  Object.defineProperty(ButtonDescription.prototype, "iconHoverTextColor", {
1887
1888
  get: function () {
1888
- return this.ga;
1889
+ return this.gc;
1889
1890
  },
1890
1891
  set: function (a) {
1891
- this.ga = a;
1892
+ this.gc = a;
1892
1893
  this.g("IconHoverTextColor");
1893
1894
  },
1894
1895
  enumerable: false,
@@ -1896,10 +1897,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1896
1897
  });
1897
1898
  Object.defineProperty(ButtonDescription.prototype, "iconFocusBackgroundColor", {
1898
1899
  get: function () {
1899
- return this.f7;
1900
+ return this.f9;
1900
1901
  },
1901
1902
  set: function (a) {
1902
- this.f7 = a;
1903
+ this.f9 = a;
1903
1904
  this.g("IconFocusBackgroundColor");
1904
1905
  },
1905
1906
  enumerable: false,
@@ -1907,10 +1908,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1907
1908
  });
1908
1909
  Object.defineProperty(ButtonDescription.prototype, "iconFocusTextColor", {
1909
1910
  get: function () {
1910
- return this.f8;
1911
+ return this.ga;
1911
1912
  },
1912
1913
  set: function (a) {
1913
- this.f8 = a;
1914
+ this.ga = a;
1914
1915
  this.g("IconFocusTextColor");
1915
1916
  },
1916
1917
  enumerable: false,
@@ -1918,10 +1919,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1918
1919
  });
1919
1920
  Object.defineProperty(ButtonDescription.prototype, "inputId", {
1920
1921
  get: function () {
1921
- return this.ge;
1922
+ return this.gg;
1922
1923
  },
1923
1924
  set: function (a) {
1924
- this.ge = a;
1925
+ this.gg = a;
1925
1926
  this.g("InputId");
1926
1927
  },
1927
1928
  enumerable: false,
@@ -1929,10 +1930,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1929
1930
  });
1930
1931
  Object.defineProperty(ButtonDescription.prototype, "id", {
1931
1932
  get: function () {
1932
- return this.gd;
1933
+ return this.gf;
1933
1934
  },
1934
1935
  set: function (a) {
1935
- this.gd = a;
1936
+ this.gf = a;
1936
1937
  this.g("Id");
1937
1938
  },
1938
1939
  enumerable: false,
@@ -1940,10 +1941,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1940
1941
  });
1941
1942
  Object.defineProperty(ButtonDescription.prototype, "display", {
1942
1943
  get: function () {
1943
- return this.e2;
1944
+ return this.e4;
1944
1945
  },
1945
1946
  set: function (a) {
1946
- this.e2 = a;
1947
+ this.e4 = a;
1947
1948
  this.g("Display");
1948
1949
  },
1949
1950
  enumerable: false,
@@ -1951,10 +1952,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1951
1952
  });
1952
1953
  Object.defineProperty(ButtonDescription.prototype, "flexDirection", {
1953
1954
  get: function () {
1954
- return this.fr;
1955
+ return this.ft;
1955
1956
  },
1956
1957
  set: function (a) {
1957
- this.fr = a;
1958
+ this.ft = a;
1958
1959
  this.g("FlexDirection");
1959
1960
  },
1960
1961
  enumerable: false,
@@ -1962,10 +1963,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1962
1963
  });
1963
1964
  Object.defineProperty(ButtonDescription.prototype, "flexGrow", {
1964
1965
  get: function () {
1965
- return this.fs;
1966
+ return this.fu;
1966
1967
  },
1967
1968
  set: function (a) {
1968
- this.fs = a;
1969
+ this.fu = a;
1969
1970
  this.g("FlexGrow");
1970
1971
  },
1971
1972
  enumerable: false,
@@ -1973,10 +1974,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1973
1974
  });
1974
1975
  Object.defineProperty(ButtonDescription.prototype, "alignItems", {
1975
1976
  get: function () {
1976
- return this.es;
1977
+ return this.eu;
1977
1978
  },
1978
1979
  set: function (a) {
1979
- this.es = a;
1980
+ this.eu = a;
1980
1981
  this.g("AlignItems");
1981
1982
  },
1982
1983
  enumerable: false,
@@ -1984,10 +1985,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1984
1985
  });
1985
1986
  Object.defineProperty(ButtonDescription.prototype, "valueRef", {
1986
1987
  get: function () {
1987
- return this.g5;
1988
+ return this.g7;
1988
1989
  },
1989
1990
  set: function (a) {
1990
- this.g5 = a;
1991
+ this.g7 = a;
1991
1992
  this.g("ValueRef");
1992
1993
  },
1993
1994
  enumerable: false,
@@ -1995,10 +1996,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1995
1996
  });
1996
1997
  Object.defineProperty(ButtonDescription.prototype, "name", {
1997
1998
  get: function () {
1998
- return this.gg;
1999
+ return this.gi;
1999
2000
  },
2000
2001
  set: function (a) {
2001
- this.gg = a;
2002
+ this.gi = a;
2002
2003
  this.g("Name");
2003
2004
  },
2004
2005
  enumerable: false,
@@ -2006,10 +2007,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2006
2007
  });
2007
2008
  Object.defineProperty(ButtonDescription.prototype, "tabIndex", {
2008
2009
  get: function () {
2009
- return this.dh;
2010
+ return this.dj;
2010
2011
  },
2011
2012
  set: function (a) {
2012
- this.dh = a;
2013
+ this.dj = a;
2013
2014
  this.g("TabIndex");
2014
2015
  },
2015
2016
  enumerable: false,
@@ -2017,10 +2018,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2017
2018
  });
2018
2019
  Object.defineProperty(ButtonDescription.prototype, "ariaLabel", {
2019
2020
  get: function () {
2020
- return this.et;
2021
+ return this.ev;
2021
2022
  },
2022
2023
  set: function (a) {
2023
- this.et = a;
2024
+ this.ev = a;
2024
2025
  this.g("AriaLabel");
2025
2026
  },
2026
2027
  enumerable: false,
@@ -2138,10 +2139,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2138
2139
  });
2139
2140
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingLeft", {
2140
2141
  get: function () {
2141
- return this.ak;
2142
+ return this.am;
2142
2143
  },
2143
2144
  set: function (a) {
2144
- this.ak = a;
2145
+ this.am = a;
2145
2146
  this.g("ContentPaddingLeft");
2146
2147
  },
2147
2148
  enumerable: false,
@@ -2149,10 +2150,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2149
2150
  });
2150
2151
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingTop", {
2151
2152
  get: function () {
2152
- return this.am;
2153
+ return this.ao;
2153
2154
  },
2154
2155
  set: function (a) {
2155
- this.am = a;
2156
+ this.ao = a;
2156
2157
  this.g("ContentPaddingTop");
2157
2158
  },
2158
2159
  enumerable: false,
@@ -2160,10 +2161,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2160
2161
  });
2161
2162
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingRight", {
2162
2163
  get: function () {
2163
- return this.al;
2164
+ return this.an;
2164
2165
  },
2165
2166
  set: function (a) {
2166
- this.al = a;
2167
+ this.an = a;
2167
2168
  this.g("ContentPaddingRight");
2168
2169
  },
2169
2170
  enumerable: false,
@@ -2171,10 +2172,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2171
2172
  });
2172
2173
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingBottom", {
2173
2174
  get: function () {
2174
- return this.aj;
2175
+ return this.al;
2175
2176
  },
2176
2177
  set: function (a) {
2177
- this.aj = a;
2178
+ this.al = a;
2178
2179
  this.g("ContentPaddingBottom");
2179
2180
  },
2180
2181
  enumerable: false,
@@ -2182,10 +2183,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2182
2183
  });
2183
2184
  Object.defineProperty(ButtonDescription.prototype, "horizontalContentAlignment", {
2184
2185
  get: function () {
2185
- return this.fz;
2186
+ return this.f1;
2186
2187
  },
2187
2188
  set: function (a) {
2188
- this.fz = a;
2189
+ this.f1 = a;
2189
2190
  this.g("HorizontalContentAlignment");
2190
2191
  },
2191
2192
  enumerable: false,
@@ -2193,10 +2194,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2193
2194
  });
2194
2195
  Object.defineProperty(ButtonDescription.prototype, "verticalContentAlignment", {
2195
2196
  get: function () {
2196
- return this.g6;
2197
+ return this.g8;
2197
2198
  },
2198
2199
  set: function (a) {
2199
- this.g6 = a;
2200
+ this.g8 = a;
2200
2201
  this.g("VerticalContentAlignment");
2201
2202
  },
2202
2203
  enumerable: false,
@@ -2213,12 +2214,23 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2213
2214
  enumerable: false,
2214
2215
  configurable: true
2215
2216
  });
2217
+ Object.defineProperty(ButtonDescription.prototype, "stopPropagation", {
2218
+ get: function () {
2219
+ return this.s;
2220
+ },
2221
+ set: function (a) {
2222
+ this.s = a;
2223
+ this.g("StopPropagation");
2224
+ },
2225
+ enumerable: false,
2226
+ configurable: true
2227
+ });
2216
2228
  Object.defineProperty(ButtonDescription.prototype, "clickedRef", {
2217
2229
  get: function () {
2218
- return this.ex;
2230
+ return this.ez;
2219
2231
  },
2220
2232
  set: function (a) {
2221
- this.ex = a;
2233
+ this.ez = a;
2222
2234
  this.g("ClickedRef");
2223
2235
  },
2224
2236
  enumerable: false,
@@ -2226,10 +2238,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2226
2238
  });
2227
2239
  Object.defineProperty(ButtonDescription.prototype, "gotFocusRef", {
2228
2240
  get: function () {
2229
- return this.fy;
2241
+ return this.f0;
2230
2242
  },
2231
2243
  set: function (a) {
2232
- this.fy = a;
2244
+ this.f0 = a;
2233
2245
  this.g("GotFocusRef");
2234
2246
  },
2235
2247
  enumerable: false,
@@ -2237,10 +2249,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2237
2249
  });
2238
2250
  Object.defineProperty(ButtonDescription.prototype, "lostFocusRef", {
2239
2251
  get: function () {
2240
- return this.gf;
2252
+ return this.gh;
2241
2253
  },
2242
2254
  set: function (a) {
2243
- this.gf = a;
2255
+ this.gh = a;
2244
2256
  this.g("LostFocusRef");
2245
2257
  },
2246
2258
  enumerable: false,