igniteui-angular-inputs 16.1.0-beta.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 (406) hide show
  1. package/License +27 -0
  2. package/README.md +19 -0
  3. package/bundles/igniteui-angular-inputs.umd.js +36173 -0
  4. package/bundles/igniteui-angular-inputs.umd.min.js +7 -0
  5. package/esm2015/igniteui-angular-inputs.js +4 -0
  6. package/esm2015/lib/ButtonClickEventArgs.js +16 -0
  7. package/esm2015/lib/ButtonDisplayStyle.js +11 -0
  8. package/esm2015/lib/ButtonGroupDisplayStyle.js +11 -0
  9. package/esm2015/lib/ButtonGroupOrientation.js +16 -0
  10. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +16 -0
  11. package/esm2015/lib/ButtonGroupView.js +7 -0
  12. package/esm2015/lib/ButtonGroupView_combined.js +1333 -0
  13. package/esm2015/lib/ButtonGroupVisualModelExport.js +56 -0
  14. package/esm2015/lib/ButtonView.js +7 -0
  15. package/esm2015/lib/ButtonView_combined.js +3291 -0
  16. package/esm2015/lib/ButtonVisualModelExport.js +109 -0
  17. package/esm2015/lib/CalendarView.js +7 -0
  18. package/esm2015/lib/CalendarView_combined.js +2791 -0
  19. package/esm2015/lib/CalendarVisualModelExport.js +100 -0
  20. package/esm2015/lib/CheckboxChangeEventArgs.js +33 -0
  21. package/esm2015/lib/CheckboxLabelPosition.js +11 -0
  22. package/esm2015/lib/CheckboxView.js +7 -0
  23. package/esm2015/lib/CheckboxView_combined.js +1105 -0
  24. package/esm2015/lib/CheckboxVisualModelExport.js +62 -0
  25. package/esm2015/lib/DateFormats.js +25 -0
  26. package/esm2015/lib/DatePicker.js +7 -0
  27. package/esm2015/lib/DatePickerView.js +7 -0
  28. package/esm2015/lib/DatePickerView_combined.js +1578 -0
  29. package/esm2015/lib/DatePickerVisualModelExport.js +70 -0
  30. package/esm2015/lib/DateTimeValueFormatter.js +108 -0
  31. package/esm2015/lib/DayInfo.js +23 -0
  32. package/esm2015/lib/DayOfWeek.js +45 -0
  33. package/esm2015/lib/ElevationHelper.js +67 -0
  34. package/esm2015/lib/FirstWeek.js +29 -0
  35. package/esm2015/lib/GotFocusEventArgs.js +16 -0
  36. package/esm2015/lib/IconClickedEventArgs.js +16 -0
  37. package/esm2015/lib/IconView.js +7 -0
  38. package/esm2015/lib/IconView_combined.js +815 -0
  39. package/esm2015/lib/IconVisualModelExport.js +76 -0
  40. package/esm2015/lib/InputChangeEventArgs.js +33 -0
  41. package/esm2015/lib/InputGroupDisplayType.js +18 -0
  42. package/esm2015/lib/InputGroupView.js +7 -0
  43. package/esm2015/lib/InputGroupView_combined.js +5518 -0
  44. package/esm2015/lib/InputGroupVisualModelExport.js +109 -0
  45. package/esm2015/lib/InputShiftType.js +17 -0
  46. package/esm2015/lib/InputView.js +7 -0
  47. package/esm2015/lib/InputVisualModelExport.js +78 -0
  48. package/esm2015/lib/KEYCODES.js +11 -0
  49. package/esm2015/lib/LabelShiftType.js +17 -0
  50. package/esm2015/lib/LabelView.js +7 -0
  51. package/esm2015/lib/LabelVisualModelExport.js +84 -0
  52. package/esm2015/lib/LostFocusEventArgs.js +16 -0
  53. package/esm2015/lib/MaskOptions.js +21 -0
  54. package/esm2015/lib/MaskParsingService.js +213 -0
  55. package/esm2015/lib/NativeUIXInputsFactory.js +185 -0
  56. package/esm2015/lib/PrefixShiftType.js +17 -0
  57. package/esm2015/lib/PrefixView.js +7 -0
  58. package/esm2015/lib/PrefixVisualModelExport.js +35 -0
  59. package/esm2015/lib/Replaced.js +21 -0
  60. package/esm2015/lib/RippleView.js +7 -0
  61. package/esm2015/lib/RippleView_combined.js +396 -0
  62. package/esm2015/lib/RippleVisualModelExport.js +38 -0
  63. package/esm2015/lib/SelectedValueChangedEventArgs.js +33 -0
  64. package/esm2015/lib/SuffixShiftType.js +17 -0
  65. package/esm2015/lib/SuffixView.js +7 -0
  66. package/esm2015/lib/SuffixVisualModelExport.js +34 -0
  67. package/esm2015/lib/TextElementsVisualModelExport.js +44 -0
  68. package/esm2015/lib/Theme.js +48 -0
  69. package/esm2015/lib/ThemeResolver.js +176 -0
  70. package/esm2015/lib/XButton.js +7 -0
  71. package/esm2015/lib/XButtonBridge.js +297 -0
  72. package/esm2015/lib/XButtonGroup.js +7 -0
  73. package/esm2015/lib/XButtonGroupButtonCollection.js +28 -0
  74. package/esm2015/lib/XCalendar.js +7 -0
  75. package/esm2015/lib/XCalendarLocaleEn.js +56 -0
  76. package/esm2015/lib/XCheckbox.js +7 -0
  77. package/esm2015/lib/XCheckboxBridge.js +78 -0
  78. package/esm2015/lib/XComponentBridge.js +48 -0
  79. package/esm2015/lib/XIcon.js +7 -0
  80. package/esm2015/lib/XIconBridge.js +93 -0
  81. package/esm2015/lib/XIconButtonBridge.js +77 -0
  82. package/esm2015/lib/XInput.js +7 -0
  83. package/esm2015/lib/XInputBridge.js +215 -0
  84. package/esm2015/lib/XInputGroup.js +7 -0
  85. package/esm2015/lib/XInputGroupInputCollection.js +7 -0
  86. package/esm2015/lib/XInputGroupItem.js +7 -0
  87. package/esm2015/lib/XLabel.js +7 -0
  88. package/esm2015/lib/XPopupBridge.js +287 -0
  89. package/esm2015/lib/XPrefix.js +7 -0
  90. package/esm2015/lib/XRipple.js +7 -0
  91. package/esm2015/lib/XSuffix.js +7 -0
  92. package/esm2015/lib/igx-button-click-event-args.js +24 -0
  93. package/esm2015/lib/igx-button-group-selection-changed-event-args.js +24 -0
  94. package/esm2015/lib/igx-checkbox-change-event-args.js +37 -0
  95. package/esm2015/lib/igx-date-picker-component.js +596 -0
  96. package/esm2015/lib/igx-date-picker-dynamic-module.js +66 -0
  97. package/esm2015/lib/igx-date-picker-module.js +60 -0
  98. package/esm2015/lib/igx-got-focus-event-args.js +24 -0
  99. package/esm2015/lib/igx-input-change-event-args.js +37 -0
  100. package/esm2015/lib/igx-lost-focus-event-args.js +24 -0
  101. package/esm2015/lib/igx-selected-value-changed-event-args.js +36 -0
  102. package/esm2015/lib/igx-x-button-component.js +2286 -0
  103. package/esm2015/lib/igx-x-button-dynamic-module.js +52 -0
  104. package/esm2015/lib/igx-x-button-group-button-collection.js +48 -0
  105. package/esm2015/lib/igx-x-button-group-component.js +1000 -0
  106. package/esm2015/lib/igx-x-button-group-dynamic-module.js +52 -0
  107. package/esm2015/lib/igx-x-button-group-module.js +46 -0
  108. package/esm2015/lib/igx-x-button-module.js +46 -0
  109. package/esm2015/lib/igx-x-calendar-component.js +468 -0
  110. package/esm2015/lib/igx-x-calendar-dynamic-module.js +52 -0
  111. package/esm2015/lib/igx-x-calendar-locale-en-module.js +31 -0
  112. package/esm2015/lib/igx-x-calendar-module.js +46 -0
  113. package/esm2015/lib/igx-x-checkbox-component.js +586 -0
  114. package/esm2015/lib/igx-x-checkbox-dynamic-module.js +52 -0
  115. package/esm2015/lib/igx-x-checkbox-module.js +46 -0
  116. package/esm2015/lib/igx-x-icon-component.js +596 -0
  117. package/esm2015/lib/igx-x-icon-dynamic-module.js +45 -0
  118. package/esm2015/lib/igx-x-icon-module.js +39 -0
  119. package/esm2015/lib/igx-x-input-component.js +551 -0
  120. package/esm2015/lib/igx-x-input-dynamic-module.js +45 -0
  121. package/esm2015/lib/igx-x-input-group-component.js +2046 -0
  122. package/esm2015/lib/igx-x-input-group-dynamic-module.js +59 -0
  123. package/esm2015/lib/igx-x-input-group-input-collection.js +48 -0
  124. package/esm2015/lib/igx-x-input-group-item-component.js +140 -0
  125. package/esm2015/lib/igx-x-input-group-module.js +53 -0
  126. package/esm2015/lib/igx-x-input-module.js +39 -0
  127. package/esm2015/lib/igx-x-label-component.js +423 -0
  128. package/esm2015/lib/igx-x-label-dynamic-module.js +45 -0
  129. package/esm2015/lib/igx-x-label-module.js +39 -0
  130. package/esm2015/lib/igx-x-prefix-component.js +165 -0
  131. package/esm2015/lib/igx-x-prefix-dynamic-module.js +45 -0
  132. package/esm2015/lib/igx-x-prefix-module.js +39 -0
  133. package/esm2015/lib/igx-x-ripple-component.js +322 -0
  134. package/esm2015/lib/igx-x-ripple-dynamic-module.js +38 -0
  135. package/esm2015/lib/igx-x-ripple-module.js +36 -0
  136. package/esm2015/lib/igx-x-suffix-component.js +165 -0
  137. package/esm2015/public_api.js +123 -0
  138. package/esm5/igniteui-angular-inputs.js +4 -0
  139. package/esm5/lib/ButtonClickEventArgs.js +20 -0
  140. package/esm5/lib/ButtonDisplayStyle.js +11 -0
  141. package/esm5/lib/ButtonGroupDisplayStyle.js +11 -0
  142. package/esm5/lib/ButtonGroupOrientation.js +16 -0
  143. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +20 -0
  144. package/esm5/lib/ButtonGroupView.js +7 -0
  145. package/esm5/lib/ButtonGroupView_combined.js +1701 -0
  146. package/esm5/lib/ButtonGroupVisualModelExport.js +58 -0
  147. package/esm5/lib/ButtonView.js +7 -0
  148. package/esm5/lib/ButtonView_combined.js +3985 -0
  149. package/esm5/lib/ButtonVisualModelExport.js +111 -0
  150. package/esm5/lib/CalendarView.js +7 -0
  151. package/esm5/lib/CalendarView_combined.js +2915 -0
  152. package/esm5/lib/CalendarVisualModelExport.js +102 -0
  153. package/esm5/lib/CheckboxChangeEventArgs.js +43 -0
  154. package/esm5/lib/CheckboxLabelPosition.js +11 -0
  155. package/esm5/lib/CheckboxView.js +7 -0
  156. package/esm5/lib/CheckboxView_combined.js +1303 -0
  157. package/esm5/lib/CheckboxVisualModelExport.js +64 -0
  158. package/esm5/lib/DateFormats.js +25 -0
  159. package/esm5/lib/DatePicker.js +7 -0
  160. package/esm5/lib/DatePickerView.js +7 -0
  161. package/esm5/lib/DatePickerView_combined.js +1690 -0
  162. package/esm5/lib/DatePickerVisualModelExport.js +72 -0
  163. package/esm5/lib/DateTimeValueFormatter.js +110 -0
  164. package/esm5/lib/DayInfo.js +25 -0
  165. package/esm5/lib/DayOfWeek.js +45 -0
  166. package/esm5/lib/ElevationHelper.js +71 -0
  167. package/esm5/lib/FirstWeek.js +29 -0
  168. package/esm5/lib/GotFocusEventArgs.js +20 -0
  169. package/esm5/lib/IconClickedEventArgs.js +20 -0
  170. package/esm5/lib/IconView.js +7 -0
  171. package/esm5/lib/IconView_combined.js +1012 -0
  172. package/esm5/lib/IconVisualModelExport.js +82 -0
  173. package/esm5/lib/InputChangeEventArgs.js +43 -0
  174. package/esm5/lib/InputGroupDisplayType.js +18 -0
  175. package/esm5/lib/InputGroupView.js +7 -0
  176. package/esm5/lib/InputGroupView_combined.js +6660 -0
  177. package/esm5/lib/InputGroupVisualModelExport.js +111 -0
  178. package/esm5/lib/InputShiftType.js +17 -0
  179. package/esm5/lib/InputView.js +7 -0
  180. package/esm5/lib/InputVisualModelExport.js +80 -0
  181. package/esm5/lib/KEYCODES.js +11 -0
  182. package/esm5/lib/LabelShiftType.js +17 -0
  183. package/esm5/lib/LabelView.js +7 -0
  184. package/esm5/lib/LabelVisualModelExport.js +86 -0
  185. package/esm5/lib/LostFocusEventArgs.js +20 -0
  186. package/esm5/lib/MaskOptions.js +23 -0
  187. package/esm5/lib/MaskParsingService.js +267 -0
  188. package/esm5/lib/NativeUIXInputsFactory.js +195 -0
  189. package/esm5/lib/PrefixShiftType.js +17 -0
  190. package/esm5/lib/PrefixView.js +7 -0
  191. package/esm5/lib/PrefixVisualModelExport.js +37 -0
  192. package/esm5/lib/Replaced.js +23 -0
  193. package/esm5/lib/RippleView.js +7 -0
  194. package/esm5/lib/RippleView_combined.js +491 -0
  195. package/esm5/lib/RippleVisualModelExport.js +40 -0
  196. package/esm5/lib/SelectedValueChangedEventArgs.js +43 -0
  197. package/esm5/lib/SuffixShiftType.js +17 -0
  198. package/esm5/lib/SuffixView.js +7 -0
  199. package/esm5/lib/SuffixVisualModelExport.js +36 -0
  200. package/esm5/lib/TextElementsVisualModelExport.js +46 -0
  201. package/esm5/lib/Theme.js +58 -0
  202. package/esm5/lib/ThemeResolver.js +182 -0
  203. package/esm5/lib/XButton.js +7 -0
  204. package/esm5/lib/XButtonBridge.js +299 -0
  205. package/esm5/lib/XButtonGroup.js +7 -0
  206. package/esm5/lib/XButtonGroupButtonCollection.js +30 -0
  207. package/esm5/lib/XCalendar.js +7 -0
  208. package/esm5/lib/XCalendarLocaleEn.js +58 -0
  209. package/esm5/lib/XCheckbox.js +7 -0
  210. package/esm5/lib/XCheckboxBridge.js +80 -0
  211. package/esm5/lib/XComponentBridge.js +54 -0
  212. package/esm5/lib/XIcon.js +7 -0
  213. package/esm5/lib/XIconBridge.js +95 -0
  214. package/esm5/lib/XIconButtonBridge.js +79 -0
  215. package/esm5/lib/XInput.js +7 -0
  216. package/esm5/lib/XInputBridge.js +217 -0
  217. package/esm5/lib/XInputGroup.js +7 -0
  218. package/esm5/lib/XInputGroupInputCollection.js +7 -0
  219. package/esm5/lib/XInputGroupItem.js +7 -0
  220. package/esm5/lib/XLabel.js +7 -0
  221. package/esm5/lib/XPopupBridge.js +289 -0
  222. package/esm5/lib/XPrefix.js +7 -0
  223. package/esm5/lib/XRipple.js +7 -0
  224. package/esm5/lib/XSuffix.js +7 -0
  225. package/esm5/lib/igx-button-click-event-args.js +30 -0
  226. package/esm5/lib/igx-button-group-selection-changed-event-args.js +30 -0
  227. package/esm5/lib/igx-checkbox-change-event-args.js +51 -0
  228. package/esm5/lib/igx-date-picker-component.js +720 -0
  229. package/esm5/lib/igx-date-picker-dynamic-module.js +65 -0
  230. package/esm5/lib/igx-date-picker-module.js +59 -0
  231. package/esm5/lib/igx-got-focus-event-args.js +30 -0
  232. package/esm5/lib/igx-input-change-event-args.js +51 -0
  233. package/esm5/lib/igx-lost-focus-event-args.js +30 -0
  234. package/esm5/lib/igx-selected-value-changed-event-args.js +50 -0
  235. package/esm5/lib/igx-x-button-component.js +3018 -0
  236. package/esm5/lib/igx-x-button-dynamic-module.js +51 -0
  237. package/esm5/lib/igx-x-button-group-button-collection.js +53 -0
  238. package/esm5/lib/igx-x-button-group-component.js +1272 -0
  239. package/esm5/lib/igx-x-button-group-dynamic-module.js +51 -0
  240. package/esm5/lib/igx-x-button-group-module.js +45 -0
  241. package/esm5/lib/igx-x-button-module.js +45 -0
  242. package/esm5/lib/igx-x-calendar-component.js +572 -0
  243. package/esm5/lib/igx-x-calendar-dynamic-module.js +51 -0
  244. package/esm5/lib/igx-x-calendar-locale-en-module.js +30 -0
  245. package/esm5/lib/igx-x-calendar-module.js +45 -0
  246. package/esm5/lib/igx-x-checkbox-component.js +724 -0
  247. package/esm5/lib/igx-x-checkbox-dynamic-module.js +51 -0
  248. package/esm5/lib/igx-x-checkbox-module.js +45 -0
  249. package/esm5/lib/igx-x-icon-component.js +732 -0
  250. package/esm5/lib/igx-x-icon-dynamic-module.js +44 -0
  251. package/esm5/lib/igx-x-icon-module.js +38 -0
  252. package/esm5/lib/igx-x-input-component.js +683 -0
  253. package/esm5/lib/igx-x-input-dynamic-module.js +44 -0
  254. package/esm5/lib/igx-x-input-group-component.js +2697 -0
  255. package/esm5/lib/igx-x-input-group-dynamic-module.js +58 -0
  256. package/esm5/lib/igx-x-input-group-input-collection.js +53 -0
  257. package/esm5/lib/igx-x-input-group-item-component.js +151 -0
  258. package/esm5/lib/igx-x-input-group-module.js +52 -0
  259. package/esm5/lib/igx-x-input-module.js +38 -0
  260. package/esm5/lib/igx-x-label-component.js +522 -0
  261. package/esm5/lib/igx-x-label-dynamic-module.js +44 -0
  262. package/esm5/lib/igx-x-label-module.js +38 -0
  263. package/esm5/lib/igx-x-prefix-component.js +180 -0
  264. package/esm5/lib/igx-x-prefix-dynamic-module.js +44 -0
  265. package/esm5/lib/igx-x-prefix-module.js +38 -0
  266. package/esm5/lib/igx-x-ripple-component.js +381 -0
  267. package/esm5/lib/igx-x-ripple-dynamic-module.js +37 -0
  268. package/esm5/lib/igx-x-ripple-module.js +35 -0
  269. package/esm5/lib/igx-x-suffix-component.js +180 -0
  270. package/esm5/public_api.js +123 -0
  271. package/fesm2015/igniteui-angular-inputs.js +30534 -0
  272. package/fesm5/igniteui-angular-inputs.js +36038 -0
  273. package/igniteui-angular-inputs.d.ts +5 -0
  274. package/lib/ButtonClickEventArgs.d.ts +7 -0
  275. package/lib/ButtonDisplayStyle.d.ts +15 -0
  276. package/lib/ButtonGroupDisplayStyle.d.ts +12 -0
  277. package/lib/ButtonGroupOrientation.d.ts +9 -0
  278. package/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
  279. package/lib/ButtonGroupView.d.ts +1 -0
  280. package/lib/ButtonGroupView_combined.d.ts +372 -0
  281. package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
  282. package/lib/ButtonView.d.ts +1 -0
  283. package/lib/ButtonView_combined.d.ts +695 -0
  284. package/lib/ButtonVisualModelExport.d.ts +46 -0
  285. package/lib/CalendarView.d.ts +1 -0
  286. package/lib/CalendarView_combined.d.ts +231 -0
  287. package/lib/CalendarVisualModelExport.d.ts +33 -0
  288. package/lib/CheckboxChangeEventArgs.d.ts +13 -0
  289. package/lib/CheckboxLabelPosition.d.ts +12 -0
  290. package/lib/CheckboxView.d.ts +1 -0
  291. package/lib/CheckboxView_combined.d.ts +214 -0
  292. package/lib/CheckboxVisualModelExport.d.ts +28 -0
  293. package/lib/DateFormats.d.ts +18 -0
  294. package/lib/DatePicker.d.ts +1 -0
  295. package/lib/DatePickerView.d.ts +1 -0
  296. package/lib/DatePickerView_combined.d.ts +225 -0
  297. package/lib/DatePickerVisualModelExport.d.ts +24 -0
  298. package/lib/DateTimeValueFormatter.d.ts +20 -0
  299. package/lib/DayInfo.d.ts +13 -0
  300. package/lib/DayOfWeek.d.ts +38 -0
  301. package/lib/ElevationHelper.d.ts +16 -0
  302. package/lib/FirstWeek.d.ts +22 -0
  303. package/lib/GotFocusEventArgs.d.ts +7 -0
  304. package/lib/IconClickedEventArgs.d.ts +7 -0
  305. package/lib/IconView.d.ts +1 -0
  306. package/lib/IconView_combined.d.ts +198 -0
  307. package/lib/IconVisualModelExport.d.ts +26 -0
  308. package/lib/InputChangeEventArgs.d.ts +13 -0
  309. package/lib/InputGroupDisplayType.d.ts +11 -0
  310. package/lib/InputGroupView.d.ts +1 -0
  311. package/lib/InputGroupView_combined.d.ts +1202 -0
  312. package/lib/InputGroupVisualModelExport.d.ts +44 -0
  313. package/lib/InputShiftType.d.ts +10 -0
  314. package/lib/InputView.d.ts +1 -0
  315. package/lib/InputVisualModelExport.d.ts +30 -0
  316. package/lib/KEYCODES.d.ts +27 -0
  317. package/lib/LabelShiftType.d.ts +10 -0
  318. package/lib/LabelView.d.ts +1 -0
  319. package/lib/LabelVisualModelExport.d.ts +34 -0
  320. package/lib/LostFocusEventArgs.d.ts +7 -0
  321. package/lib/MaskOptions.d.ts +9 -0
  322. package/lib/MaskParsingService.d.ts +19 -0
  323. package/lib/NativeUIXInputsFactory.d.ts +24 -0
  324. package/lib/PrefixShiftType.d.ts +10 -0
  325. package/lib/PrefixView.d.ts +1 -0
  326. package/lib/PrefixVisualModelExport.d.ts +13 -0
  327. package/lib/Replaced.d.ts +9 -0
  328. package/lib/RippleView.d.ts +1 -0
  329. package/lib/RippleView_combined.d.ts +98 -0
  330. package/lib/RippleVisualModelExport.d.ts +15 -0
  331. package/lib/SelectedValueChangedEventArgs.d.ts +13 -0
  332. package/lib/SuffixShiftType.d.ts +10 -0
  333. package/lib/SuffixView.d.ts +1 -0
  334. package/lib/SuffixVisualModelExport.d.ts +13 -0
  335. package/lib/TextElementsVisualModelExport.d.ts +16 -0
  336. package/lib/Theme.d.ts +15 -0
  337. package/lib/ThemeResolver.d.ts +56 -0
  338. package/lib/XButton.d.ts +1 -0
  339. package/lib/XButtonBridge.d.ts +39 -0
  340. package/lib/XButtonGroup.d.ts +1 -0
  341. package/lib/XButtonGroupButtonCollection.d.ts +12 -0
  342. package/lib/XCalendar.d.ts +1 -0
  343. package/lib/XCalendarLocaleEn.d.ts +49 -0
  344. package/lib/XCheckbox.d.ts +1 -0
  345. package/lib/XCheckboxBridge.d.ts +19 -0
  346. package/lib/XComponentBridge.d.ts +18 -0
  347. package/lib/XIcon.d.ts +1 -0
  348. package/lib/XIconBridge.d.ts +14 -0
  349. package/lib/XIconButtonBridge.d.ts +16 -0
  350. package/lib/XInput.d.ts +1 -0
  351. package/lib/XInputBridge.d.ts +28 -0
  352. package/lib/XInputGroup.d.ts +1 -0
  353. package/lib/XInputGroupInputCollection.d.ts +1 -0
  354. package/lib/XInputGroupItem.d.ts +1 -0
  355. package/lib/XLabel.d.ts +1 -0
  356. package/lib/XPopupBridge.d.ts +52 -0
  357. package/lib/XPrefix.d.ts +1 -0
  358. package/lib/XRipple.d.ts +1 -0
  359. package/lib/XSuffix.d.ts +1 -0
  360. package/lib/igx-button-click-event-args.d.ts +12 -0
  361. package/lib/igx-button-group-selection-changed-event-args.d.ts +12 -0
  362. package/lib/igx-checkbox-change-event-args.d.ts +18 -0
  363. package/lib/igx-date-picker-component.d.ts +215 -0
  364. package/lib/igx-date-picker-dynamic-module.d.ts +13 -0
  365. package/lib/igx-date-picker-module.d.ts +13 -0
  366. package/lib/igx-got-focus-event-args.d.ts +12 -0
  367. package/lib/igx-input-change-event-args.d.ts +17 -0
  368. package/lib/igx-lost-focus-event-args.d.ts +12 -0
  369. package/lib/igx-selected-value-changed-event-args.d.ts +16 -0
  370. package/lib/igx-x-button-component.d.ts +980 -0
  371. package/lib/igx-x-button-dynamic-module.d.ts +11 -0
  372. package/lib/igx-x-button-group-button-collection.d.ts +8 -0
  373. package/lib/igx-x-button-group-component.d.ts +416 -0
  374. package/lib/igx-x-button-group-dynamic-module.d.ts +11 -0
  375. package/lib/igx-x-button-group-module.d.ts +11 -0
  376. package/lib/igx-x-button-module.d.ts +11 -0
  377. package/lib/igx-x-calendar-component.d.ts +177 -0
  378. package/lib/igx-x-calendar-dynamic-module.d.ts +11 -0
  379. package/lib/igx-x-calendar-locale-en-module.d.ts +8 -0
  380. package/lib/igx-x-calendar-module.d.ts +11 -0
  381. package/lib/igx-x-checkbox-component.d.ts +238 -0
  382. package/lib/igx-x-checkbox-dynamic-module.d.ts +11 -0
  383. package/lib/igx-x-checkbox-module.d.ts +11 -0
  384. package/lib/igx-x-icon-component.d.ts +255 -0
  385. package/lib/igx-x-icon-dynamic-module.d.ts +10 -0
  386. package/lib/igx-x-icon-module.d.ts +10 -0
  387. package/lib/igx-x-input-component.d.ts +212 -0
  388. package/lib/igx-x-input-dynamic-module.d.ts +10 -0
  389. package/lib/igx-x-input-group-component.d.ts +855 -0
  390. package/lib/igx-x-input-group-dynamic-module.d.ts +12 -0
  391. package/lib/igx-x-input-group-input-collection.d.ts +8 -0
  392. package/lib/igx-x-input-group-item-component.d.ts +35 -0
  393. package/lib/igx-x-input-group-module.d.ts +12 -0
  394. package/lib/igx-x-input-module.d.ts +10 -0
  395. package/lib/igx-x-label-component.d.ts +175 -0
  396. package/lib/igx-x-label-dynamic-module.d.ts +10 -0
  397. package/lib/igx-x-label-module.d.ts +10 -0
  398. package/lib/igx-x-prefix-component.d.ts +60 -0
  399. package/lib/igx-x-prefix-dynamic-module.d.ts +10 -0
  400. package/lib/igx-x-prefix-module.d.ts +10 -0
  401. package/lib/igx-x-ripple-component.d.ts +110 -0
  402. package/lib/igx-x-ripple-dynamic-module.d.ts +9 -0
  403. package/lib/igx-x-ripple-module.d.ts +9 -0
  404. package/lib/igx-x-suffix-component.d.ts +60 -0
  405. package/package.json +39 -0
  406. package/public_api.d.ts +123 -0
@@ -0,0 +1,3291 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, String_$type } from "igniteui-angular-core";
8
+ import { List$1 } from "igniteui-angular-core";
9
+ import { XRipple } from "./XRipple";
10
+ import { NativeUI } from "igniteui-angular-core";
11
+ import { ControlDisplayDensity_$type } from "igniteui-angular-core";
12
+ import { HorizontalAlignment_$type } from "igniteui-angular-core";
13
+ import { KeyFrameAnimationFactory } from "igniteui-angular-core";
14
+ import { ElevationMode_$type } from "igniteui-angular-core";
15
+ import { ElevationHelper } from "./ElevationHelper";
16
+ import { ButtonDisplayStyle_$type } from "./ButtonDisplayStyle";
17
+ import { isNaN_ } from "igniteui-angular-core";
18
+ import { BaseControlTheme_$type } from "igniteui-angular-core";
19
+ import { CornerRadius } from "igniteui-angular-core";
20
+ import { VerticalAlignment_$type } from "igniteui-angular-core";
21
+ import { AnimationKeyFrameEffectTiming } from "igniteui-angular-core";
22
+ import { ThemeResolver } from "./ThemeResolver";
23
+ import { ButtonClickEventArgs } from "./ButtonClickEventArgs";
24
+ import { MouseEventArgs } from "igniteui-angular-core";
25
+ import { FocusEventArgs } from "igniteui-angular-core";
26
+ import { Thickness } from "igniteui-angular-core";
27
+ import { BrushUtil } from "igniteui-angular-core";
28
+ import { ButtonVisualModelExport } from "./ButtonVisualModelExport";
29
+ import { UIElementPropertyAccessorFactory } from "igniteui-angular-core";
30
+ import { AppearanceHelper } from "igniteui-angular-core";
31
+ import { FontUtil } from "igniteui-angular-core";
32
+ import { Dictionary$2 } from "igniteui-angular-core";
33
+ import { Theme } from "./Theme";
34
+ /**
35
+ * @hidden
36
+ */
37
+ export let ButtonView = /*@__PURE__*/ (() => {
38
+ class ButtonView extends Base {
39
+ constructor() {
40
+ super();
41
+ this.b = null;
42
+ this.k = null;
43
+ this.d = null;
44
+ this.h = new List$1(Delegate_$type, 0);
45
+ this.e = true;
46
+ this.n = null;
47
+ this.j = NaN;
48
+ this.i = NaN;
49
+ this.l = null;
50
+ this.c = null;
51
+ this.m = null;
52
+ this.p = null;
53
+ this.o = null;
54
+ }
55
+ ao() {
56
+ }
57
+ g() {
58
+ return true;
59
+ }
60
+ get q() {
61
+ return this.n;
62
+ }
63
+ get s() {
64
+ return this.m;
65
+ }
66
+ ai(a) {
67
+ if (a == null) {
68
+ for (let b of fromEnum(this.h)) {
69
+ b();
70
+ }
71
+ this.h.clear();
72
+ return;
73
+ }
74
+ this.k = a;
75
+ this.k.rootWrapper.setStyleProperty("display", "flex");
76
+ this.k.rootWrapper.setStyleProperty("flex-direction", "row");
77
+ this.k.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
78
+ this.k.rootWrapper.setStyleProperty("align-items", "center");
79
+ let c = this.k.createElement("button");
80
+ this.n = c;
81
+ this.n.setStyleProperty("position", "relative");
82
+ this.n.setStyleProperty("display", "inline-flex");
83
+ this.n.setStyleProperty("align-items", "center");
84
+ this.n.setStyleProperty("justify-content", "center");
85
+ this.ay();
86
+ this.n.setStyleProperty("border", "none");
87
+ this.n.setStyleProperty("cursor", "pointer");
88
+ this.n.setStyleProperty("user-select", "none");
89
+ this.n.setStyleProperty("outline-style", "none");
90
+ this.n.setStyleProperty("-webkit-tap-highlight-color", "transparent");
91
+ this.n.setStyleProperty("overflow", "hidden");
92
+ this.n.setStyleProperty("white-space", "no-wrap");
93
+ this.n.setStyleProperty("color", "#000");
94
+ this.n.setStyleProperty("background", this.b.nf._fill);
95
+ NativeUI.n(this.n, this.b.kr);
96
+ this.n.setAttribute("id", this.b.hu);
97
+ this.av();
98
+ this.h.add(c.listen("change", runOn(this, this.x)));
99
+ this.h.add(c.listen("click", runOn(this, this.y)));
100
+ this.h.add(c.listen("focus", runOn(this, this.z)));
101
+ this.h.add(c.listen("blur", runOn(this, this.w)));
102
+ this.h.add(this.k.rootWrapper.listen("mouseenter", runOn(this, this.u)));
103
+ this.h.add(this.k.rootWrapper.listen("mouseleave", runOn(this, this.v)));
104
+ this.h.add(this.k.rootWrapper.listen("focusin", runOn(this, this.aa)));
105
+ this.h.add(this.k.rootWrapper.listen("focusout", runOn(this, this.ab)));
106
+ this.k.append(c);
107
+ let d = this.k.createElement("div");
108
+ let e = this.k.getSubRenderer(d);
109
+ d.setStyleProperty("position", "absolute");
110
+ d.setStyleProperty("width", "100%");
111
+ d.setStyleProperty("height", "100%");
112
+ d.setStyleProperty("left", "0px");
113
+ d.setStyleProperty("top", "0px");
114
+ d.setStyleProperty("overflow", "hidden");
115
+ let f = new XRipple();
116
+ f.provideContainer(e);
117
+ f.q = c;
118
+ let g = this.k.getExternal(f, this.k.rootWrapper, this.k.getExternal(this.b, null, null));
119
+ f.h = false;
120
+ f.k = true;
121
+ this.c = f;
122
+ this.n.append(d);
123
+ let h = this.k.createElement("div");
124
+ h.addClass("ig-button-content");
125
+ h.setStyleProperty("font-family", "Verdana");
126
+ h.setStyleProperty("font-weight", "400");
127
+ h.setStyleProperty("font-size", ".875rem");
128
+ this.m = h;
129
+ this.h.add(h.listen("click", runOn(this, this.t)));
130
+ this.n.append(h);
131
+ this.o = h;
132
+ this.k.getPortal(h, "ChildContent", (i) => {
133
+ let comp_ = i.componentRef;
134
+ this.p = comp_;
135
+ {
136
+ this.o.setStyleProperty("flex-direction", this.b.g0);
137
+ this.o.setStyleProperty("align-items", this.b.e7);
138
+ let direction_ = this.b.g0;
139
+ let display_ = this.b.ff != null ? this.b.ff : this.b.fw;
140
+ let alignItems_ = this.b.e7;
141
+ comp_.display = display_;
142
+ comp_.flexDirection = direction_;
143
+ comp_.alignItems = alignItems_;
144
+ }
145
+ }, true);
146
+ this.b.ke();
147
+ }
148
+ ak() {
149
+ this.c.i = this.b.ap;
150
+ }
151
+ ay() {
152
+ let a = "2.25rem";
153
+ let b = "2.25rem";
154
+ let c = "2.25rem";
155
+ let d = "2.25rem";
156
+ let e = "3.5rem";
157
+ let f = "3.5rem";
158
+ let g = "3.5rem";
159
+ let h = "3.5rem";
160
+ let i = "5.5rem";
161
+ let j = "2.25rem";
162
+ let k = "0px";
163
+ let l = ".9375rem";
164
+ let m = ".5625rem 1rem";
165
+ switch (this.b.q) {
166
+ case 2:
167
+ m = ".375rem .75rem";
168
+ j = "1.875rem";
169
+ e = "3rem";
170
+ f = "3rem";
171
+ g = "3rem";
172
+ h = "3rem";
173
+ l = ".6875rem";
174
+ break;
175
+ case 3:
176
+ m = ".1875rem 1rem";
177
+ j = "1.5rem";
178
+ f = "2.5rem";
179
+ e = "2.5rem";
180
+ h = "2.5rem";
181
+ g = "2.5rem";
182
+ l = ".4375rem";
183
+ break;
184
+ }
185
+ if (!isNaN_(this.b.bi) && !isNaN_(this.b.bk) && !isNaN_(this.b.bj) && !isNaN_(this.b.bh)) {
186
+ m = this.b.bk + "px " + this.b.bj + "px " + this.b.bh + "px " + this.b.bi + "px";
187
+ }
188
+ if (this.b.e == 4) {
189
+ this.n.setStyleProperty("min-width", a);
190
+ this.n.setStyleProperty("min-height", b);
191
+ this.n.setStyleProperty("padding", k);
192
+ this.n.setStyleProperty("width", c);
193
+ this.n.setStyleProperty("height", d);
194
+ }
195
+ else if (this.b.e == 3) {
196
+ this.n.setStyleProperty("min-width", e);
197
+ this.n.setStyleProperty("min-height", f);
198
+ this.n.setStyleProperty("padding", l);
199
+ this.n.setStyleProperty("width", g);
200
+ this.n.setStyleProperty("height", h);
201
+ }
202
+ else {
203
+ this.n.setStyleProperty("min-width", i);
204
+ this.n.setStyleProperty("min-height", j);
205
+ this.n.setStyleProperty("padding", m);
206
+ }
207
+ if (!isNaN_(this.b.bf) && this.b.bf > 0) {
208
+ this.n.setStyleProperty("border-style", "solid");
209
+ }
210
+ else {
211
+ this.n.setStyleProperty("border-style", "none");
212
+ }
213
+ if (!isNaN_(this.j)) {
214
+ this.n.setStyleProperty("min-width", this.j.toString() + "px");
215
+ }
216
+ if (!isNaN_(this.i)) {
217
+ this.n.setStyleProperty("min-height", this.i.toString() + "px");
218
+ }
219
+ if (this.b.av) {
220
+ this.n.setStyleProperty("width", "100%");
221
+ this.n.setStyleProperty("height", "100%");
222
+ this.k.rootWrapper.setStyleProperty("height", "100%");
223
+ }
224
+ else {
225
+ this.n.setStyleProperty("width", "auto");
226
+ this.n.setStyleProperty("height", "auto");
227
+ this.k.rootWrapper.setStyleProperty("height", "auto");
228
+ }
229
+ }
230
+ as() {
231
+ switch (this.b.k5) {
232
+ case 1:
233
+ this.n.setStyleProperty("justify-content", "center");
234
+ this.o.setStyleProperty("flex-grow", "unset");
235
+ break;
236
+ case 3:
237
+ this.n.setStyleProperty("justify-content", "stretch");
238
+ this.o.setStyleProperty("flex-grow", "1");
239
+ break;
240
+ case 0:
241
+ this.n.setStyleProperty("justify-content", "left");
242
+ this.o.setStyleProperty("flex-grow", "unset");
243
+ break;
244
+ case 2:
245
+ this.n.setStyleProperty("justify-content", "right");
246
+ this.o.setStyleProperty("flex-grow", "unset");
247
+ break;
248
+ }
249
+ }
250
+ au(a) {
251
+ this.j = a;
252
+ }
253
+ at(a) {
254
+ this.i = a;
255
+ }
256
+ aq() {
257
+ this.n.setAttribute("disabled", this.b.disabled ? "true" : "false");
258
+ this.n.setProperty("disabled", this.b.disabled);
259
+ }
260
+ al() {
261
+ if (this.k != null) {
262
+ this.k.rootWrapper.setStyleProperty("display", this.b.fw);
263
+ let comp_ = this.p;
264
+ if (this.p != null) {
265
+ this.o.setStyleProperty("display", this.b.fw);
266
+ let display_ = this.b.ff != null ? this.b.fw : this.b.ff;
267
+ comp_.display = display_;
268
+ }
269
+ let ext_ = this.k.getExternal(this.b, null, null);
270
+ if (ext_ && ext_._onDisplayChanged) {
271
+ ext_._onDisplayChanged();
272
+ }
273
+ ;
274
+ }
275
+ }
276
+ ah() {
277
+ if (this.k != null) {
278
+ let comp_ = this.p;
279
+ if (this.p != null) {
280
+ let display_ = this.b.ff != null ? this.b.ff : this.b.fw;
281
+ comp_.display = display_;
282
+ }
283
+ }
284
+ }
285
+ af() {
286
+ if (this.k != null) {
287
+ this.k.rootWrapper.setStyleProperty("align-items", this.b.e7);
288
+ this.n.setStyleProperty("align-items", this.b.e7);
289
+ let comp_ = this.p;
290
+ if (this.p != null) {
291
+ this.o.setStyleProperty("align-items", this.b.e7);
292
+ let alignItems_ = this.b.e7;
293
+ comp_.alignItems = alignItems_;
294
+ }
295
+ let ext_ = this.k.getExternal(this.b, null, null);
296
+ if (ext_ && ext_._onAlignItemsChanged) {
297
+ ext_._onAlignItemsChanged();
298
+ }
299
+ ;
300
+ }
301
+ }
302
+ am() {
303
+ if (this.k != null) {
304
+ this.k.rootWrapper.setStyleProperty("flex-direction", this.b.g0);
305
+ this.n.setStyleProperty("flex-direction", this.b.g0);
306
+ let ext_ = this.k.getExternal(this.b, null, null);
307
+ let comp_ = this.p;
308
+ if (this.p != null) {
309
+ this.o.setStyleProperty("flex-direction", this.b.g0);
310
+ let direction_ = this.b.g0;
311
+ comp_.flexDirection = direction_;
312
+ }
313
+ if (ext_ && ext_._onFlexDirectionChanged) {
314
+ ext_._onFlexDirectionChanged();
315
+ }
316
+ ;
317
+ }
318
+ }
319
+ an() {
320
+ if (this.k != null) {
321
+ this.k.rootWrapper.setStyleProperty("flex-grow", this.b.g2);
322
+ this.n.setStyleProperty("flex-grow", this.b.g2);
323
+ let ext_ = this.k.getExternal(this.b, null, null);
324
+ if (ext_ && ext_._onFlexGrowChanged) {
325
+ ext_._onFlexGrowChanged();
326
+ }
327
+ ;
328
+ }
329
+ }
330
+ t(a) {
331
+ }
332
+ av() {
333
+ if (this.g()) {
334
+ let a = this.b.hu;
335
+ this.n.setAttribute("name", this.b.h2);
336
+ this.n.setProperty("value", this.b.ea);
337
+ if (this.b.aw) {
338
+ this.n.setAttribute("tabindex", this.b.d3.toString());
339
+ }
340
+ this.n.setProperty("disabled", this.b.disabled);
341
+ {
342
+ }
343
+ this.n.setAttribute("aria-label", this.b.e9);
344
+ this.n.setStyleProperty("cursor", !this.b.as ? "pointer" : "unset");
345
+ }
346
+ }
347
+ ap() {
348
+ if (this.g()) {
349
+ let a = this.b.hu;
350
+ this.n.setAttribute("id", a);
351
+ }
352
+ }
353
+ u(a) {
354
+ this.b.kb();
355
+ }
356
+ v(a) {
357
+ this.b.kc();
358
+ }
359
+ w(a) {
360
+ this.b.j5();
361
+ }
362
+ z(a) {
363
+ this.b.j8();
364
+ }
365
+ y(a) {
366
+ if (!this.b.aq) {
367
+ a.preventDefault();
368
+ }
369
+ this.b.j6();
370
+ }
371
+ aa(a) {
372
+ this.b.j9();
373
+ }
374
+ ab(a) {
375
+ this.b.ka(a.originalEvent.relatedTarget);
376
+ }
377
+ f() {
378
+ return false;
379
+ }
380
+ x(a) {
381
+ }
382
+ ae() {
383
+ if (KeyFrameAnimationFactory.h == null) {
384
+ KeyFrameAnimationFactory.h = this.k;
385
+ }
386
+ }
387
+ ag() {
388
+ this.e = true;
389
+ this.h.add(this.n.listen("change", runOn(this, this.x)));
390
+ this.h.add(this.n.listen("click", runOn(this, this.y)));
391
+ this.h.add(this.n.listen("focus", runOn(this, this.z)));
392
+ this.h.add(this.n.listen("blur", runOn(this, this.w)));
393
+ this.h.add(this.m.listen("click", runOn(this, this.t)));
394
+ this.h.add(this.n.listen("mouseenter", runOn(this, this.u)));
395
+ this.h.add(this.n.listen("mouseleave", runOn(this, this.v)));
396
+ this.h.add(this.n.listen("focusin", runOn(this, this.aa)));
397
+ this.h.add(this.n.listen("focusout", runOn(this, this.ab)));
398
+ }
399
+ aj() {
400
+ this.e = false;
401
+ for (let a of fromEnum(this.h)) {
402
+ a();
403
+ }
404
+ this.h.clear();
405
+ }
406
+ ar() {
407
+ let model_ = this.b;
408
+ if (model_.externalObject && model_.externalObject.refreshDefaults) {
409
+ model_.externalObject.refreshDefaults();
410
+ }
411
+ ;
412
+ }
413
+ aw(a, b) {
414
+ this.c.ax = a;
415
+ this.c.aw = b;
416
+ }
417
+ ax(a, b) {
418
+ let c = ElevationHelper.e(a, this.b.nr, this.b.no, this.b.ne, b);
419
+ this.n.setStyleProperty("box-shadow", c);
420
+ }
421
+ az(a) {
422
+ if (a != null) {
423
+ this.m.setStyleProperty("font", a.fontString);
424
+ }
425
+ }
426
+ ac(a) {
427
+ this.m.append(a);
428
+ }
429
+ ad() {
430
+ this.m.removeChildren();
431
+ }
432
+ r() {
433
+ return this.m.getChildCount() > 0 ? this.m.getChildAt(0) : null;
434
+ }
435
+ a() {
436
+ let rect_ = this.k.rootWrapper.getNativeElement().getBoundingClientRect();
437
+ let a = (rect_.top);
438
+ let b = (rect_.left);
439
+ let c = new Array(2);
440
+ c[0] = a;
441
+ c[1] = b;
442
+ return c;
443
+ }
444
+ }
445
+ ButtonView.$t = markType(ButtonView, 'ButtonView');
446
+ return ButtonView;
447
+ })();
448
+ /**
449
+ * @hidden
450
+ */
451
+ export let XButton = /*@__PURE__*/ (() => {
452
+ class XButton extends Base {
453
+ constructor() {
454
+ super();
455
+ this._view = null;
456
+ this.d9 = null;
457
+ this.pf = XButton.k.ae(XButton.m, "UmbraShadowColor");
458
+ this.o3 = XButton.k.ae(XButton.m, "PenumbraShadowColor");
459
+ this.nu = XButton.k.ae(XButton.m, "AmbientShadowColor");
460
+ this.v = XButton.k.d(XButton.m, "ElevationMode");
461
+ this.o6 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBackgroundColor");
462
+ this.o7 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBorderColor");
463
+ this.o8 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledTextColor");
464
+ this.da = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledElevation");
465
+ this.dd = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "RestingElevation");
466
+ this.dc = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverElevation");
467
+ this.db = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusElevation");
468
+ this.o5 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderColor");
469
+ this.pd = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "RippleColor");
470
+ this.ky = XButton.k.y(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "CornerRadius");
471
+ this.bp = XButton.k.i(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderWidth");
472
+ this.o4 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "BackgroundColor");
473
+ this.pe = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "TextColor");
474
+ this.pc = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverTextColor");
475
+ this.pb = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverBackgroundColor");
476
+ this.o9 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusBackgroundColor");
477
+ this.pa = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusTextColor");
478
+ this.n8 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBackgroundColor");
479
+ this.n9 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBorderColor");
480
+ this.oa = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledTextColor");
481
+ this.cy = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledElevation");
482
+ this.c1 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "RestingElevation");
483
+ this.c0 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverElevation");
484
+ this.cz = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusElevation");
485
+ this.n7 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderColor");
486
+ this.of = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "RippleColor");
487
+ this.kv = XButton.k.y(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "CornerRadius");
488
+ this.bm = XButton.k.i(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderWidth");
489
+ this.n6 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "BackgroundColor");
490
+ this.og = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "TextColor");
491
+ this.oe = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverTextColor");
492
+ this.od = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverBackgroundColor");
493
+ this.ob = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusBackgroundColor");
494
+ this.oc = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusTextColor");
495
+ this.ou = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBackgroundColor");
496
+ this.ov = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBorderColor");
497
+ this.ow = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledTextColor");
498
+ this.c6 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledElevation");
499
+ this.c9 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "RestingElevation");
500
+ this.c8 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverElevation");
501
+ this.c7 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusElevation");
502
+ this.ot = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderColor");
503
+ this.o1 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "RippleColor");
504
+ this.kx = XButton.k.y(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "CornerRadius");
505
+ this.bo = XButton.k.i(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderWidth");
506
+ this.os = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "BackgroundColor");
507
+ this.o2 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "TextColor");
508
+ this.o0 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverTextColor");
509
+ this.oz = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverBackgroundColor");
510
+ this.ox = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusBackgroundColor");
511
+ this.oy = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusTextColor");
512
+ this.oj = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBackgroundColor");
513
+ this.ok = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBorderColor");
514
+ this.ol = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledTextColor");
515
+ this.c2 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledElevation");
516
+ this.c5 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "RestingElevation");
517
+ this.c4 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverElevation");
518
+ this.c3 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusElevation");
519
+ this.oi = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderColor");
520
+ this.oq = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "RippleColor");
521
+ this.kw = XButton.k.y(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "CornerRadius");
522
+ this.bn = XButton.k.i(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderWidth");
523
+ this.oh = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "BackgroundColor");
524
+ this.or = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "TextColor");
525
+ this.op = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverTextColor");
526
+ this.oo = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverBackgroundColor");
527
+ this.om = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusBackgroundColor");
528
+ this.on = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusTextColor");
529
+ this.nx = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBackgroundColor");
530
+ this.ny = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBorderColor");
531
+ this.nz = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledTextColor");
532
+ this.cu = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledElevation");
533
+ this.cx = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "RestingElevation");
534
+ this.cw = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverElevation");
535
+ this.cv = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusElevation");
536
+ this.nw = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderColor");
537
+ this.n4 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "RippleColor");
538
+ this.ku = XButton.k.y(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "CornerRadius");
539
+ this.bl = XButton.k.i(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderWidth");
540
+ this.nv = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "BackgroundColor");
541
+ this.n5 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "TextColor");
542
+ this.n3 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverTextColor");
543
+ this.n2 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverBackgroundColor");
544
+ this.n0 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusBackgroundColor");
545
+ this.n1 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusTextColor");
546
+ this.bc = NaN;
547
+ this.bb = NaN;
548
+ this.d = 0;
549
+ this.p = 0;
550
+ this.l = 0;
551
+ this.o = 1;
552
+ this.k8 = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderColor");
553
+ this.lj = ThemeResolver.ag(XButton.m, XButton.k, "UmbraShadowColor");
554
+ this.lg = ThemeResolver.ag(XButton.m, XButton.k, "PenumbraShadowColor");
555
+ this.k6 = ThemeResolver.ag(XButton.m, XButton.k, "AmbientShadowColor");
556
+ this.b0 = ThemeResolver.p(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "RestingElevation");
557
+ this.by = ThemeResolver.p(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusElevation");
558
+ this.bz = ThemeResolver.p(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverElevation");
559
+ this.lh = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "RippleColor");
560
+ this.kk = ThemeResolver.aa(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "CornerRadius");
561
+ this.k7 = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "BackgroundColor");
562
+ this.k9 = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBackgroundColor");
563
+ this.la = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBorderColor");
564
+ this.lb = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledTextColor");
565
+ this.bx = ThemeResolver.p(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledElevation");
566
+ this.s = ThemeResolver.f(XButton.m, XButton.k, "ElevationMode");
567
+ this.li = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "TextColor");
568
+ this.lf = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverTextColor");
569
+ this.lc = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusBackgroundColor");
570
+ this.ld = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusTextColor");
571
+ this.le = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverBackgroundColor");
572
+ this.a2 = ThemeResolver.k(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderWidth");
573
+ this.m1 = null;
574
+ this.m3 = null;
575
+ this.m4 = null;
576
+ this.m5 = null;
577
+ this.ck = -1;
578
+ this.m8 = null;
579
+ this.m2 = null;
580
+ this.cn = -1;
581
+ this.cm = -1;
582
+ this.cl = -1;
583
+ this.be = NaN;
584
+ this.kq = new CornerRadius(1, NaN, NaN, NaN, NaN);
585
+ this.na = null;
586
+ this.lz = null;
587
+ this.l1 = null;
588
+ this.l2 = null;
589
+ this.l3 = null;
590
+ this.b6 = -1;
591
+ this.l6 = null;
592
+ this.l0 = null;
593
+ this.b9 = -1;
594
+ this.b8 = -1;
595
+ this.b7 = -1;
596
+ this.l8 = null;
597
+ this.l9 = null;
598
+ this.l7 = null;
599
+ this.l4 = null;
600
+ this.l5 = null;
601
+ this.a9 = NaN;
602
+ this.kn = new CornerRadius(1, NaN, NaN, NaN, NaN);
603
+ this.lk = null;
604
+ this.lm = null;
605
+ this.ln = null;
606
+ this.lo = null;
607
+ this.b1 = -1;
608
+ this.t = 0;
609
+ this.mc = null;
610
+ this.ll = null;
611
+ this.co = -1;
612
+ this.cb = -1;
613
+ this.ca = -1;
614
+ this.z = null;
615
+ this.nd = null;
616
+ this.me = null;
617
+ this.nc = null;
618
+ this.nb = null;
619
+ this.m9 = null;
620
+ this.m6 = null;
621
+ this.m7 = null;
622
+ this.ma = null;
623
+ this.mb = null;
624
+ this.a3 = NaN;
625
+ this.kl = new CornerRadius(1, NaN, NaN, NaN, NaN);
626
+ this.mq = null;
627
+ this.ms = null;
628
+ this.mt = null;
629
+ this.mu = null;
630
+ this.cg = -1;
631
+ this.mx = null;
632
+ this.mr = null;
633
+ this.cj = -1;
634
+ this.ci = -1;
635
+ this.ch = -1;
636
+ this.bd = NaN;
637
+ this.kp = new CornerRadius(1, NaN, NaN, NaN, NaN);
638
+ this.mz = null;
639
+ this.m0 = null;
640
+ this.my = null;
641
+ this.mv = null;
642
+ this.mw = null;
643
+ this.lp = null;
644
+ this.lr = null;
645
+ this.ls = null;
646
+ this.lt = null;
647
+ this.b2 = -1;
648
+ this.md = null;
649
+ this.lq = null;
650
+ this.b5 = -1;
651
+ this.b4 = -1;
652
+ this.b3 = -1;
653
+ this.a8 = NaN;
654
+ this.km = new CornerRadius(1, NaN, NaN, NaN, NaN);
655
+ this.lx = null;
656
+ this.ly = null;
657
+ this.lw = null;
658
+ this.lu = null;
659
+ this.lv = null;
660
+ this.mf = null;
661
+ this.mh = null;
662
+ this.mi = null;
663
+ this.mj = null;
664
+ this.cc = -1;
665
+ this.mm = null;
666
+ this.mg = null;
667
+ this.cf = -1;
668
+ this.ce = -1;
669
+ this.cd = -1;
670
+ this.ba = NaN;
671
+ this.ko = new CornerRadius(1, NaN, NaN, NaN, NaN);
672
+ this.mo = null;
673
+ this.mp = null;
674
+ this.mn = null;
675
+ this.mk = null;
676
+ this.ml = null;
677
+ this.ei = "ig-native-button-" + XButton.d5++;
678
+ this.eh = "ig-button-" + XButton.d4++;
679
+ this.ee = "inline-block";
680
+ this.ed = null;
681
+ this.ef = "inline-block";
682
+ this.eg = null;
683
+ this.eb = "center";
684
+ this.d6 = null;
685
+ this.ej = null;
686
+ this.cp = 0;
687
+ this.ak = false;
688
+ this.ec = null;
689
+ this.aj = false;
690
+ this.am = false;
691
+ this.an = true;
692
+ this.ah = false;
693
+ this.ad = false;
694
+ this.af = false;
695
+ this.ao = false;
696
+ this.al = false;
697
+ this.ai = false;
698
+ this.ag = false;
699
+ this.a5 = NaN;
700
+ this.a7 = NaN;
701
+ this.a6 = NaN;
702
+ this.a4 = NaN;
703
+ this.k4 = 1;
704
+ this.q8 = 1;
705
+ this.ae = true;
706
+ this.propertyChanged = null;
707
+ this.clicked = null;
708
+ this.mouseEnter = null;
709
+ this.mouseLeave = null;
710
+ this.gotFocus = null;
711
+ this.lostFocus = null;
712
+ let a = new ButtonView();
713
+ a.b = this;
714
+ this.view = a;
715
+ this.view.ao();
716
+ }
717
+ get view() {
718
+ return this._view;
719
+ }
720
+ set view(a) {
721
+ this._view = a;
722
+ }
723
+ destroy() {
724
+ this.provideContainer(null);
725
+ }
726
+ kd(a, b, c) {
727
+ if (this.propertyChanged != null) {
728
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
729
+ }
730
+ this.kf(a, b, c);
731
+ }
732
+ kf(a, b, c) {
733
+ switch (a) {
734
+ case "CornerRadius":
735
+ case "BorderColor":
736
+ case "RestingElevation":
737
+ case "HoverElevation":
738
+ case "FocusElevation":
739
+ case "RippleColor":
740
+ case "BorderWidth":
741
+ case "BackgroundColor":
742
+ case "DisabledBackgroundColor":
743
+ case "DisabledBorderColor":
744
+ case "DisabledTextColor":
745
+ case "DisabledElevation":
746
+ case "HoverBackgroundColor":
747
+ case "TextStyle":
748
+ case "FocusTextColor":
749
+ case "TextColor":
750
+ case "HoverTextColor":
751
+ case "FocusBackgroundColor":
752
+ case "RaisedBorderColor":
753
+ case "RaisedRestingElevation":
754
+ case "RaisedFocusElevation":
755
+ case "RaisedHoverElevation":
756
+ case "RaisedRippleColor":
757
+ case "RaisedBorderWidth":
758
+ case "RaisedBackgroundColor":
759
+ case "RaisedDisabledBackgroundColor":
760
+ case "RaisedDisabledBorderColor":
761
+ case "RaisedDisabledTextColor":
762
+ case "RaisedDisabledElevation":
763
+ case "RaisedHoverBackgroundColor":
764
+ case "RaisedCornerRadius":
765
+ case "RaisedFocusBackgroundColor":
766
+ case "RaisedFocusTextColor":
767
+ case "RaisedTextColor":
768
+ case "RaisedHoverTextColor":
769
+ case "FlatBorderColor":
770
+ case "FlatRestingElevation":
771
+ case "FlatFocusElevation":
772
+ case "FlatHoverElevation":
773
+ case "FlatRippleColor":
774
+ case "FlatBorderWidth":
775
+ case "FlatBackgroundColor":
776
+ case "FlatDisabledBackgroundColor":
777
+ case "FlatDisabledBorderColor":
778
+ case "FlatDisabledTextColor":
779
+ case "FlatDisabledElevation":
780
+ case "FlatHoverBackgroundColor":
781
+ case "FlatCornerRadius":
782
+ case "FlatFocusBackgroundColor":
783
+ case "FlatFocusTextColor":
784
+ case "FlatTextColor":
785
+ case "FlatHoverTextColor":
786
+ case "OutlinedRippleColor":
787
+ case "OutlinedRestingElevation":
788
+ case "OutlinedFocusElevation":
789
+ case "OutlinedHoverElevation":
790
+ case "OutlinedBorderColor":
791
+ case "OutlinedBorderWidth":
792
+ case "OutlinedBackgroundColor":
793
+ case "OutlinedDisabledBackgroundColor":
794
+ case "OutlinedDisabledBorderColor":
795
+ case "OutlinedDisabledTextColor":
796
+ case "OutlinedDisabledElevation":
797
+ case "OutlinedHoverBackgroundColor":
798
+ case "OutlinedCornerRadius":
799
+ case "OutlinedFocusBackgroundColor":
800
+ case "OutlinedFocusTextColor":
801
+ case "OutlinedTextColor":
802
+ case "OutlinedHoverTextColor":
803
+ case "FabBorderColor":
804
+ case "FabRippleColor":
805
+ case "FabRestingElevation":
806
+ case "FabFocusElevation":
807
+ case "FabHoverElevation":
808
+ case "FabBorderWidth":
809
+ case "FabBackgroundColor":
810
+ case "FabDisabledBackgroundColor":
811
+ case "FabDisabledBorderColor":
812
+ case "FabDisabledTextColor":
813
+ case "FabDisabledElevation":
814
+ case "FabHoverBackgroundColor":
815
+ case "FabCornerRadius":
816
+ case "FabFocusBackgroundColor":
817
+ case "FabFocusTextColor":
818
+ case "FabTextColor":
819
+ case "FabHoverTextColor":
820
+ case "IconRestingElevation":
821
+ case "IconFocusElevation":
822
+ case "IconHoverElevation":
823
+ case "IconBorderColor":
824
+ case "IconRippleColor":
825
+ case "IconBorderWidth":
826
+ case "IconBackgroundColor":
827
+ case "IconDisabledBackgroundColor":
828
+ case "IconDisabledBorderColor":
829
+ case "IconDisabledTextColor":
830
+ case "IconDisabledElevation":
831
+ case "IconHoverBackgroundColor":
832
+ case "IconCornerRadius":
833
+ case "IconFocusBackgroundColor":
834
+ case "IconFocusTextColor":
835
+ case "IconTextColor":
836
+ case "IconHoverTextColor":
837
+ case "ElevationMode":
838
+ this.ki();
839
+ break;
840
+ case "BaseTheme":
841
+ this.kj(this.n == 0 ? 2 : this.n);
842
+ this.ki();
843
+ break;
844
+ case "IsDisabled":
845
+ this.ap = this.disabled || this.at;
846
+ this.ki();
847
+ this.view.aq();
848
+ break;
849
+ case "DisableRipple":
850
+ this.ap = this.disabled || this.at;
851
+ this.ki();
852
+ break;
853
+ case "DisableHover":
854
+ this.kh();
855
+ break;
856
+ case "ActualDisableRipple":
857
+ this.view.ak();
858
+ break;
859
+ case "ActualBackgroundColor":
860
+ case "ActualDisabledBackgroundColor":
861
+ case "ActualDisabledBorderColor":
862
+ case "ActualDisabledTextColor":
863
+ case "ActualDisabledElevation":
864
+ case "ActualHoverBackgroundColor":
865
+ case "ActualBorderColor":
866
+ case "ActualFocusTextColor":
867
+ case "ActualHoverTextColor":
868
+ case "ActualElevationMode":
869
+ this.kh();
870
+ break;
871
+ case "Density":
872
+ this.q = this.r == 0 ? 1 : this.r;
873
+ break;
874
+ case "ActualDensity":
875
+ case "ActualBorderWidth":
876
+ case "ActualCornerRadius":
877
+ this.view.ay();
878
+ this.kh();
879
+ break;
880
+ case "DisplayType":
881
+ this.view.ay();
882
+ this.ki();
883
+ this.kh();
884
+ break;
885
+ case "ContentPaddingLeft":
886
+ case "ContentPaddingTop":
887
+ case "ContentPaddingRight":
888
+ case "ContentPaddingBottom":
889
+ case "FillAvailableSpace":
890
+ this.view.ay();
891
+ break;
892
+ case "HorizontalContentAlignment":
893
+ case "VerticalContentAlignment":
894
+ this.view.as();
895
+ break;
896
+ case "InputId":
897
+ this.view.ap();
898
+ break;
899
+ case "Display":
900
+ this.view.al();
901
+ break;
902
+ case "ChildContentDisplay":
903
+ this.view.ah();
904
+ break;
905
+ case "FlexDirection":
906
+ this.view.am();
907
+ break;
908
+ case "FlexGrow":
909
+ this.view.an();
910
+ break;
911
+ case "AlignItems":
912
+ this.view.af();
913
+ break;
914
+ case "TabIndex":
915
+ case "DisablePointer":
916
+ this.view.av();
917
+ break;
918
+ case "MinWidth":
919
+ this.view.au(this.bu);
920
+ this.view.ay();
921
+ break;
922
+ case "MinHeight":
923
+ this.view.at(this.bt);
924
+ this.view.ay();
925
+ break;
926
+ }
927
+ }
928
+ ks(a, b) {
929
+ return new CornerRadius(1, !isNaN_(a.c) ? a.c : b.c, !isNaN_(a.d) ? a.d : b.d, !isNaN_(a.b) ? a.b : b.b, !isNaN_(a.a) ? a.a : b.a);
930
+ }
931
+ ki() {
932
+ this.u = this.w != 0 ? this.w : this.v;
933
+ this.nr = this.pf;
934
+ this.no = this.o3;
935
+ this.ne = this.nu;
936
+ switch (this.e) {
937
+ case 0:
938
+ this.nh = this.pg != null ? this.pg : this.qx != null ? this.qx : this.o6;
939
+ this.ni = this.ph != null ? this.ph : this.qy != null ? this.qy : this.o7;
940
+ this.nj = this.pi != null ? this.pi : this.qz != null ? this.qz : this.o8;
941
+ this.cq = this.de >= 0 ? this.de : this.dy >= 0 ? this.dy : this.da;
942
+ this.ct = this.d2 >= 0 ? this.d2 : this.d1 >= 0 ? this.d1 : this.dd;
943
+ this.cs = this.dp >= 0 ? this.dp : this.d0 >= 0 ? this.d0 : this.dc;
944
+ this.cr = this.dn >= 0 ? this.dn : this.dz >= 0 ? this.dz : this.db;
945
+ this.ng = this.nt != null ? this.nt : this.qw != null ? this.qw : this.o5;
946
+ this.nf = this.ns != null ? this.ns : this.qv != null ? this.qv : this.o4;
947
+ this.nm = this.p7 != null ? this.p7 : this.q2 != null ? this.q2 : this.pb;
948
+ this.kr = this.ks(this.kt, this.ks(this.k3, this.ky));
949
+ this.bf = !isNaN_(this.bg) ? this.bg : !isNaN_(this.bw) ? this.bw : this.bp;
950
+ this.np = this.q6 != null ? this.q6 : this.q4 != null ? this.q4 : this.pd;
951
+ this.nk = this.p5 != null ? this.p5 : this.q0 != null ? this.q0 : this.o9;
952
+ this.nl = this.p6 != null ? this.p6 : this.q1 != null ? this.q1 : this.pa;
953
+ this.nq = this.q7 != null ? this.q7 : this.q5 != null ? this.q5 : this.pe;
954
+ this.nn = this.p8 != null ? this.p8 : this.q3 != null ? this.q3 : this.pc;
955
+ break;
956
+ case 2:
957
+ this.nh = this.pg != null ? this.pg : this.qm != null ? this.qm : this.ou;
958
+ this.ni = this.ph != null ? this.ph : this.qn != null ? this.qn : this.ov;
959
+ this.nj = this.pi != null ? this.pi : this.qo != null ? this.qo : this.ow;
960
+ this.cq = this.de >= 0 ? this.de : this.du >= 0 ? this.du : this.c6;
961
+ this.ct = this.d2 >= 0 ? this.d2 : this.dx >= 0 ? this.dx : this.c9;
962
+ this.cs = this.dp >= 0 ? this.dp : this.dw >= 0 ? this.dw : this.c8;
963
+ this.cr = this.dn >= 0 ? this.dn : this.dv >= 0 ? this.dv : this.c7;
964
+ this.ng = this.nt != null ? this.nt : this.ql != null ? this.ql : this.ot;
965
+ this.nf = this.p7 != null ? this.p7 : this.ns != null ? this.ns : this.qk != null ? this.qk : this.os;
966
+ this.nm = this.qr != null ? this.qr : this.oz;
967
+ this.kr = this.ks(this.kt, this.ks(this.k2, this.kx));
968
+ this.bf = !isNaN_(this.bg) ? this.bg : !isNaN_(this.bv) ? this.bv : this.bo;
969
+ this.np = this.q6 != null ? this.q6 : this.qt != null ? this.qt : this.o1;
970
+ this.nk = this.p5 != null ? this.p5 : this.qp != null ? this.qp : this.ox;
971
+ this.nl = this.p6 != null ? this.p6 : this.qq != null ? this.qq : this.oy;
972
+ this.nq = this.q7 != null ? this.q7 : this.qu != null ? this.qu : this.o2;
973
+ this.nn = this.p8 != null ? this.p8 : this.qs != null ? this.qs : this.o0;
974
+ break;
975
+ case 1:
976
+ this.nh = this.pg != null ? this.pg : this.pw != null ? this.pw : this.n8;
977
+ this.ni = this.ph != null ? this.ph : this.px != null ? this.px : this.n9;
978
+ this.nj = this.pi != null ? this.pi : this.py != null ? this.py : this.oa;
979
+ this.cq = this.de >= 0 ? this.de : this.dj >= 0 ? this.dj : this.cy;
980
+ this.ct = this.d2 >= 0 ? this.d2 : this.dm >= 0 ? this.dm : this.c1;
981
+ this.cs = this.dp >= 0 ? this.dp : this.dl >= 0 ? this.dl : this.c0;
982
+ this.cr = this.dn >= 0 ? this.dn : this.dk >= 0 ? this.dk : this.cz;
983
+ this.ng = this.nt != null ? this.nt : this.pv != null ? this.pv : this.n7;
984
+ this.nf = this.ns != null ? this.ns : this.pu != null ? this.pu : this.n6;
985
+ this.nm = this.p7 != null ? this.p7 : this.p1 != null ? this.p1 : this.od;
986
+ this.kr = this.ks(this.kt, this.ks(this.k0, this.kv));
987
+ this.bf = !isNaN_(this.bg) ? this.bg : !isNaN_(this.br) ? this.br : this.bm;
988
+ this.np = this.q6 != null ? this.q6 : this.p3 != null ? this.p3 : this.of;
989
+ this.nk = this.p5 != null ? this.p5 : this.pz != null ? this.pz : this.ob;
990
+ this.nl = this.p6 != null ? this.p6 : this.p0 != null ? this.p0 : this.oc;
991
+ this.nq = this.q7 != null ? this.q7 : this.p4 != null ? this.p4 : this.og;
992
+ this.nn = this.p8 != null ? this.p8 : this.p2 != null ? this.p2 : this.oe;
993
+ break;
994
+ case 4:
995
+ this.nh = this.pg != null ? this.pg : this.qb != null ? this.qb : this.oj;
996
+ this.ni = this.ph != null ? this.ph : this.qc != null ? this.qc : this.ok;
997
+ this.nj = this.pi != null ? this.pi : this.qd != null ? this.qd : this.ol;
998
+ this.cq = this.de >= 0 ? this.de : this.dq >= 0 ? this.dq : this.c2;
999
+ this.ct = this.d2 >= 0 ? this.d2 : this.dt >= 0 ? this.dt : this.c5;
1000
+ this.cs = this.dp >= 0 ? this.dp : this.ds >= 0 ? this.ds : this.c4;
1001
+ this.cr = this.dn >= 0 ? this.dn : this.dr >= 0 ? this.dr : this.c3;
1002
+ this.ng = this.nt != null ? this.nt : this.qa != null ? this.qa : this.oi;
1003
+ this.nf = this.ns != null ? this.ns : this.p9 != null ? this.p9 : this.oh;
1004
+ this.nm = this.p7 != null ? this.p7 : this.qg != null ? this.qg : this.oo;
1005
+ this.kr = this.ks(this.kt, this.ks(this.k1, this.kw));
1006
+ this.bf = !isNaN_(this.bg) ? this.bg : !isNaN_(this.bs) ? this.bs : this.bn;
1007
+ this.np = this.q6 != null ? this.q6 : this.qi != null ? this.qi : this.oq;
1008
+ this.nk = this.p5 != null ? this.p5 : this.qe != null ? this.qe : this.om;
1009
+ this.nl = this.p6 != null ? this.p6 : this.qf != null ? this.qf : this.on;
1010
+ this.nq = this.q7 != null ? this.q7 : this.qj != null ? this.qj : this.or;
1011
+ this.nn = this.p8 != null ? this.p8 : this.qh != null ? this.qh : this.op;
1012
+ break;
1013
+ case 3:
1014
+ this.nh = this.pg != null ? this.pg : this.pl != null ? this.pl : this.nx;
1015
+ this.ni = this.ph != null ? this.ph : this.pm != null ? this.pm : this.ny;
1016
+ this.nj = this.pi != null ? this.pi : this.pn != null ? this.pn : this.nz;
1017
+ this.cq = this.de >= 0 ? this.de : this.df >= 0 ? this.df : this.cu;
1018
+ this.ct = this.d2 >= 0 ? this.d2 : this.di >= 0 ? this.di : this.cx;
1019
+ this.cs = this.dp >= 0 ? this.dp : this.dh >= 0 ? this.dh : this.cw;
1020
+ this.cr = this.dn >= 0 ? this.dn : this.dg >= 0 ? this.dg : this.cv;
1021
+ this.ng = this.nt != null ? this.nt : this.pk != null ? this.pk : this.nw;
1022
+ this.nf = this.ns != null ? this.ns : this.pj != null ? this.pj : this.nv;
1023
+ this.nm = this.p7 != null ? this.p7 : this.pq != null ? this.pq : this.n2;
1024
+ this.kr = this.ks(this.kt, this.ks(this.kz, this.ku));
1025
+ this.bf = !isNaN_(this.bg) ? this.bg : !isNaN_(this.bq) ? this.bq : this.bl;
1026
+ this.np = this.q6 != null ? this.q6 : this.ps != null ? this.ps : this.pd;
1027
+ this.nk = this.p5 != null ? this.p5 : this.po != null ? this.po : this.n0;
1028
+ this.nl = this.p6 != null ? this.p6 : this.pp != null ? this.pp : this.n1;
1029
+ this.nq = this.q7 != null ? this.q7 : this.pt != null ? this.pt : this.n5;
1030
+ this.nn = this.p8 != null ? this.p8 : this.pr != null ? this.pr : this.n3;
1031
+ break;
1032
+ }
1033
+ }
1034
+ j6() {
1035
+ if (this.disabled) {
1036
+ return;
1037
+ }
1038
+ if (this.clicked != null) {
1039
+ this.clicked(this, new ButtonClickEventArgs());
1040
+ }
1041
+ }
1042
+ j5() {
1043
+ this.focused = false;
1044
+ this.kh();
1045
+ }
1046
+ j8() {
1047
+ this.focused = true;
1048
+ this.kh();
1049
+ }
1050
+ kc() {
1051
+ this.a0 = false;
1052
+ this.kh();
1053
+ if (this.mouseLeave != null) {
1054
+ this.mouseLeave(this, new MouseEventArgs());
1055
+ }
1056
+ }
1057
+ kb() {
1058
+ this.a0 = true;
1059
+ this.kh();
1060
+ if (this.mouseEnter != null) {
1061
+ this.mouseEnter(this, new MouseEventArgs());
1062
+ }
1063
+ }
1064
+ j9() {
1065
+ if (this.gotFocus != null) {
1066
+ this.gotFocus(this, new FocusEventArgs());
1067
+ }
1068
+ }
1069
+ ka(a) {
1070
+ if (this.lostFocus != null) {
1071
+ this.lostFocus(this, ((() => {
1072
+ let $ret = new FocusEventArgs();
1073
+ $ret.a = a;
1074
+ return $ret;
1075
+ })()));
1076
+ }
1077
+ }
1078
+ kh() {
1079
+ let a = this.view.q;
1080
+ if (a == null) {
1081
+ return;
1082
+ }
1083
+ NativeUI.n(a, this.kr);
1084
+ NativeUI.m(a, this.ng);
1085
+ if (!isNaN_(this.bf)) {
1086
+ NativeUI.o(a, new Thickness(0, this.bf));
1087
+ }
1088
+ if (this.disabled) {
1089
+ this.view.ax(this.cq, this.u);
1090
+ }
1091
+ else if (this.focused && this.az) {
1092
+ this.view.ax(this.cr, this.u);
1093
+ }
1094
+ else {
1095
+ if (this.a0 && !this.ar) {
1096
+ this.view.ax(this.cs, this.u);
1097
+ }
1098
+ else {
1099
+ this.view.ax(this.ct, this.u);
1100
+ }
1101
+ }
1102
+ if (this.disabled) {
1103
+ NativeUI.l(a, this.nh);
1104
+ }
1105
+ else if (this.focused && this.az) {
1106
+ NativeUI.l(a, this.nk);
1107
+ }
1108
+ else {
1109
+ if (this.a0 && !this.ar) {
1110
+ NativeUI.l(a, this.nm);
1111
+ }
1112
+ else {
1113
+ NativeUI.l(a, this.nf);
1114
+ }
1115
+ }
1116
+ this.view.aw(this.np, BrushUtil.g(0, 0, 0, 0));
1117
+ if (this.aa != null) {
1118
+ this.view.az(this.aa);
1119
+ }
1120
+ if (this.disabled) {
1121
+ NativeUI.p(this.view.s, this.nj);
1122
+ NativeUI.q(this.view.s, this.nj);
1123
+ }
1124
+ else if (this.focused && this.az) {
1125
+ NativeUI.p(this.view.s, this.nl);
1126
+ NativeUI.q(this.view.s, this.nl);
1127
+ }
1128
+ else {
1129
+ if (this.a0 && !this.ar) {
1130
+ NativeUI.p(this.view.s, this.nn);
1131
+ NativeUI.q(this.view.s, this.nn);
1132
+ }
1133
+ else {
1134
+ NativeUI.p(this.view.s, this.nq);
1135
+ NativeUI.q(this.view.s, this.nq);
1136
+ }
1137
+ }
1138
+ }
1139
+ kj(a) {
1140
+ this.pf = XButton.k.ae(a, "UmbraShadowColor");
1141
+ this.o3 = XButton.k.ae(a, "PenumbraShadowColor");
1142
+ this.nu = XButton.k.ae(a, "AmbientShadowColor");
1143
+ this.v = XButton.k.d(a, "ElevationMode");
1144
+ this.o6 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBackgroundColor");
1145
+ this.o7 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBorderColor");
1146
+ this.o8 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledTextColor");
1147
+ this.da = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledElevation");
1148
+ this.dd = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "RestingElevation");
1149
+ this.dc = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverElevation");
1150
+ this.db = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusElevation");
1151
+ this.o5 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderColor");
1152
+ this.pd = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "RippleColor");
1153
+ this.ky = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 0), "CornerRadius");
1154
+ this.bp = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderWidth");
1155
+ this.o4 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BackgroundColor");
1156
+ this.pe = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "TextColor");
1157
+ this.pc = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverTextColor");
1158
+ this.pb = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverBackgroundColor");
1159
+ this.o9 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusBackgroundColor");
1160
+ this.pa = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusTextColor");
1161
+ this.n8 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBackgroundColor");
1162
+ this.n9 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBorderColor");
1163
+ this.oa = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledTextColor");
1164
+ this.cy = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledElevation");
1165
+ this.c1 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "RestingElevation");
1166
+ this.c0 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverElevation");
1167
+ this.cz = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusElevation");
1168
+ this.n7 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderColor");
1169
+ this.of = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "RippleColor");
1170
+ this.kv = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 1), "CornerRadius");
1171
+ this.bm = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderWidth");
1172
+ this.n6 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BackgroundColor");
1173
+ this.og = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "TextColor");
1174
+ this.oe = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverTextColor");
1175
+ this.od = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverBackgroundColor");
1176
+ this.ob = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusBackgroundColor");
1177
+ this.oc = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusTextColor");
1178
+ this.ou = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBackgroundColor");
1179
+ this.ov = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBorderColor");
1180
+ this.ow = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledTextColor");
1181
+ this.c6 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledElevation");
1182
+ this.c9 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "RestingElevation");
1183
+ this.c8 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverElevation");
1184
+ this.c7 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusElevation");
1185
+ this.ot = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderColor");
1186
+ this.o1 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "RippleColor");
1187
+ this.kx = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 2), "CornerRadius");
1188
+ this.bo = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderWidth");
1189
+ this.os = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BackgroundColor");
1190
+ this.o2 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "TextColor");
1191
+ this.o0 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverTextColor");
1192
+ this.oz = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverBackgroundColor");
1193
+ this.ox = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusBackgroundColor");
1194
+ this.oy = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusTextColor");
1195
+ this.oj = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBackgroundColor");
1196
+ this.ok = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBorderColor");
1197
+ this.ol = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledTextColor");
1198
+ this.c2 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledElevation");
1199
+ this.c5 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "RestingElevation");
1200
+ this.c4 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverElevation");
1201
+ this.c3 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusElevation");
1202
+ this.oi = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderColor");
1203
+ this.oq = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "RippleColor");
1204
+ this.kw = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 4), "CornerRadius");
1205
+ this.bn = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderWidth");
1206
+ this.oh = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BackgroundColor");
1207
+ this.or = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "TextColor");
1208
+ this.op = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverTextColor");
1209
+ this.oo = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverBackgroundColor");
1210
+ this.om = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusBackgroundColor");
1211
+ this.on = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusTextColor");
1212
+ this.nx = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBackgroundColor");
1213
+ this.ny = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBorderColor");
1214
+ this.nz = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledTextColor");
1215
+ this.cu = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledElevation");
1216
+ this.cx = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "RestingElevation");
1217
+ this.cw = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverElevation");
1218
+ this.cv = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusElevation");
1219
+ this.nw = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderColor");
1220
+ this.n4 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "RippleColor");
1221
+ this.ku = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 3), "CornerRadius");
1222
+ this.bl = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderWidth");
1223
+ this.nv = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BackgroundColor");
1224
+ this.n5 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "TextColor");
1225
+ this.n3 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverTextColor");
1226
+ this.n2 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverBackgroundColor");
1227
+ this.n0 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusBackgroundColor");
1228
+ this.n1 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusTextColor");
1229
+ }
1230
+ get bu() {
1231
+ return this.bc;
1232
+ }
1233
+ set bu(a) {
1234
+ let b = this.bc;
1235
+ this.bc = a;
1236
+ if (b != this.bc) {
1237
+ this.kd("MinWidth", b, a);
1238
+ }
1239
+ }
1240
+ get bt() {
1241
+ return this.bb;
1242
+ }
1243
+ set bt(a) {
1244
+ let b = this.bb;
1245
+ this.bb = a;
1246
+ if (b != this.bb) {
1247
+ this.kd("MinHeight", b, a);
1248
+ }
1249
+ }
1250
+ get e() {
1251
+ return this.d;
1252
+ }
1253
+ set e(a) {
1254
+ let b = this.d;
1255
+ this.d = a;
1256
+ if (b != this.d) {
1257
+ this.kd("DisplayType", enumGetBox(ButtonDisplayStyle_$type, b), enumGetBox(ButtonDisplayStyle_$type, a));
1258
+ }
1259
+ }
1260
+ get r() {
1261
+ return this.p;
1262
+ }
1263
+ set r(a) {
1264
+ let b = this.p;
1265
+ this.p = a;
1266
+ if (b != this.p) {
1267
+ this.kd("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
1268
+ }
1269
+ }
1270
+ get n() {
1271
+ return this.l;
1272
+ }
1273
+ set n(a) {
1274
+ let b = this.l;
1275
+ this.l = a;
1276
+ if (b != this.l) {
1277
+ this.kd("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
1278
+ }
1279
+ }
1280
+ get q() {
1281
+ return this.o;
1282
+ }
1283
+ set q(a) {
1284
+ let b = this.o;
1285
+ this.o = a;
1286
+ if (b != this.o) {
1287
+ this.kd("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
1288
+ }
1289
+ }
1290
+ get ng() {
1291
+ return this.k8;
1292
+ }
1293
+ set ng(a) {
1294
+ let b = this.k8;
1295
+ this.k8 = a;
1296
+ if (b != this.k8) {
1297
+ this.kd("ActualBorderColor", b, a);
1298
+ }
1299
+ }
1300
+ get nr() {
1301
+ return this.lj;
1302
+ }
1303
+ set nr(a) {
1304
+ let b = this.lj;
1305
+ this.lj = a;
1306
+ if (b != this.lj) {
1307
+ this.kd("ActualUmbraShadowColor", b, a);
1308
+ }
1309
+ }
1310
+ get no() {
1311
+ return this.lg;
1312
+ }
1313
+ set no(a) {
1314
+ let b = this.lg;
1315
+ this.lg = a;
1316
+ if (b != this.lg) {
1317
+ this.kd("ActualPenumbraShadowColor", b, a);
1318
+ }
1319
+ }
1320
+ get ne() {
1321
+ return this.k6;
1322
+ }
1323
+ set ne(a) {
1324
+ let b = this.k6;
1325
+ this.k6 = a;
1326
+ if (b != this.k6) {
1327
+ this.kd("ActualAmbientShadowColor", b, a);
1328
+ }
1329
+ }
1330
+ get ct() {
1331
+ return this.b0;
1332
+ }
1333
+ set ct(a) {
1334
+ let b = this.b0;
1335
+ this.b0 = a;
1336
+ if (b != this.b0) {
1337
+ this.kd("ActualRestingElevation", b, a);
1338
+ }
1339
+ }
1340
+ get cr() {
1341
+ return this.by;
1342
+ }
1343
+ set cr(a) {
1344
+ let b = this.by;
1345
+ this.by = a;
1346
+ if (b != this.by) {
1347
+ this.kd("ActualFocusElevation", b, a);
1348
+ }
1349
+ }
1350
+ get cs() {
1351
+ return this.bz;
1352
+ }
1353
+ set cs(a) {
1354
+ let b = this.bz;
1355
+ this.bz = a;
1356
+ if (b != this.bz) {
1357
+ this.kd("ActualHoverElevation", b, a);
1358
+ }
1359
+ }
1360
+ get np() {
1361
+ return this.lh;
1362
+ }
1363
+ set np(a) {
1364
+ let b = this.lh;
1365
+ this.lh = a;
1366
+ if (b != this.lh) {
1367
+ this.kd("ActualRippleColor", b, a);
1368
+ }
1369
+ }
1370
+ get kr() {
1371
+ return this.kk;
1372
+ }
1373
+ set kr(a) {
1374
+ let b = this.kk;
1375
+ this.kk = a;
1376
+ if (b != this.kk) {
1377
+ this.kd("ActualCornerRadius", b, a);
1378
+ }
1379
+ }
1380
+ get nf() {
1381
+ return this.k7;
1382
+ }
1383
+ set nf(a) {
1384
+ let b = this.k7;
1385
+ this.k7 = a;
1386
+ if (b != this.k7) {
1387
+ this.kd("ActualBackgroundColor", b, a);
1388
+ }
1389
+ }
1390
+ get nh() {
1391
+ return this.k9;
1392
+ }
1393
+ set nh(a) {
1394
+ let b = this.k9;
1395
+ this.k9 = a;
1396
+ if (b != this.k9) {
1397
+ this.kd("ActualDisabledBackgroundColor", b, a);
1398
+ }
1399
+ }
1400
+ get ni() {
1401
+ return this.la;
1402
+ }
1403
+ set ni(a) {
1404
+ let b = this.la;
1405
+ this.la = a;
1406
+ if (b != this.la) {
1407
+ this.kd("ActualDisabledBorderColor", b, a);
1408
+ }
1409
+ }
1410
+ get nj() {
1411
+ return this.lb;
1412
+ }
1413
+ set nj(a) {
1414
+ let b = this.lb;
1415
+ this.lb = a;
1416
+ if (b != this.lb) {
1417
+ this.kd("ActualDisabledTextColor", b, a);
1418
+ }
1419
+ }
1420
+ get cq() {
1421
+ return this.bx;
1422
+ }
1423
+ set cq(a) {
1424
+ let b = this.bx;
1425
+ this.bx = a;
1426
+ if (b != this.bx) {
1427
+ this.kd("ActualDisabledElevation", b, a);
1428
+ }
1429
+ }
1430
+ get u() {
1431
+ return this.s;
1432
+ }
1433
+ set u(a) {
1434
+ let b = this.s;
1435
+ this.s = a;
1436
+ if (b != this.s) {
1437
+ this.kd("ActualElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
1438
+ }
1439
+ }
1440
+ get nq() {
1441
+ return this.li;
1442
+ }
1443
+ set nq(a) {
1444
+ let b = this.li;
1445
+ this.li = a;
1446
+ if (b != this.li) {
1447
+ this.kd("ActualTextColor", b, a);
1448
+ }
1449
+ }
1450
+ get nn() {
1451
+ return this.lf;
1452
+ }
1453
+ set nn(a) {
1454
+ let b = this.lf;
1455
+ this.lf = a;
1456
+ if (b != this.lf) {
1457
+ this.kd("ActualHoverTextColor", b, a);
1458
+ }
1459
+ }
1460
+ get nk() {
1461
+ return this.lc;
1462
+ }
1463
+ set nk(a) {
1464
+ let b = this.lc;
1465
+ this.lc = a;
1466
+ if (b != this.lc) {
1467
+ this.kd("ActualFocusBackgroundColor", b, a);
1468
+ }
1469
+ }
1470
+ get nl() {
1471
+ return this.ld;
1472
+ }
1473
+ set nl(a) {
1474
+ let b = this.ld;
1475
+ this.ld = a;
1476
+ if (b != this.ld) {
1477
+ this.kd("ActualFocusTextColor", b, a);
1478
+ }
1479
+ }
1480
+ get nm() {
1481
+ return this.le;
1482
+ }
1483
+ set nm(a) {
1484
+ let b = this.le;
1485
+ this.le = a;
1486
+ if (b != this.le) {
1487
+ this.kd("ActualHoverBackgroundColor", b, a);
1488
+ }
1489
+ }
1490
+ get bf() {
1491
+ return this.a2;
1492
+ }
1493
+ set bf(a) {
1494
+ let b = this.a2;
1495
+ this.a2 = a;
1496
+ if (b != this.a2) {
1497
+ this.kd("ActualBorderWidth", b, a);
1498
+ }
1499
+ }
1500
+ get qv() {
1501
+ return this.m1;
1502
+ }
1503
+ set qv(a) {
1504
+ let b = this.m1;
1505
+ this.m1 = a;
1506
+ if (b != this.m1) {
1507
+ this.kd("RaisedBackgroundColor", b, a);
1508
+ }
1509
+ }
1510
+ get qx() {
1511
+ return this.m3;
1512
+ }
1513
+ set qx(a) {
1514
+ let b = this.m3;
1515
+ this.m3 = a;
1516
+ if (b != this.m3) {
1517
+ this.kd("RaisedDisabledBackgroundColor", b, a);
1518
+ }
1519
+ }
1520
+ get qy() {
1521
+ return this.m4;
1522
+ }
1523
+ set qy(a) {
1524
+ let b = this.m4;
1525
+ this.m4 = a;
1526
+ if (b != this.m4) {
1527
+ this.kd("RaisedDisabledBorderColor", b, a);
1528
+ }
1529
+ }
1530
+ get qz() {
1531
+ return this.m5;
1532
+ }
1533
+ set qz(a) {
1534
+ let b = this.m5;
1535
+ this.m5 = a;
1536
+ if (b != this.m5) {
1537
+ this.kd("RaisedDisabledTextColor", b, a);
1538
+ }
1539
+ }
1540
+ get dy() {
1541
+ return this.ck;
1542
+ }
1543
+ set dy(a) {
1544
+ let b = this.ck;
1545
+ this.ck = a;
1546
+ if (b != this.ck) {
1547
+ this.kd("RaisedDisabledElevation", b, a);
1548
+ }
1549
+ }
1550
+ get q2() {
1551
+ return this.m8;
1552
+ }
1553
+ set q2(a) {
1554
+ let b = this.m8;
1555
+ this.m8 = a;
1556
+ if (b != this.m8) {
1557
+ this.kd("RaisedHoverBackgroundColor", b, a);
1558
+ }
1559
+ }
1560
+ get qw() {
1561
+ return this.m2;
1562
+ }
1563
+ set qw(a) {
1564
+ let b = this.m2;
1565
+ this.m2 = a;
1566
+ if (b != this.m2) {
1567
+ this.kd("RaisedBorderColor", b, a);
1568
+ }
1569
+ }
1570
+ get d1() {
1571
+ return this.cn;
1572
+ }
1573
+ set d1(a) {
1574
+ let b = this.cn;
1575
+ this.cn = a;
1576
+ if (b != this.cn) {
1577
+ this.kd("RaisedRestingElevation", b, a);
1578
+ }
1579
+ }
1580
+ get d0() {
1581
+ return this.cm;
1582
+ }
1583
+ set d0(a) {
1584
+ let b = this.cm;
1585
+ this.cm = a;
1586
+ if (b != this.cm) {
1587
+ this.kd("RaisedHoverElevation", b, a);
1588
+ }
1589
+ }
1590
+ get dz() {
1591
+ return this.cl;
1592
+ }
1593
+ set dz(a) {
1594
+ let b = this.cl;
1595
+ this.cl = a;
1596
+ if (b != this.cl) {
1597
+ this.kd("RaisedFocusElevation", b, a);
1598
+ }
1599
+ }
1600
+ get bw() {
1601
+ return this.be;
1602
+ }
1603
+ set bw(a) {
1604
+ let b = this.be;
1605
+ this.be = a;
1606
+ if (b != this.be) {
1607
+ this.kd("RaisedBorderWidth", b, a);
1608
+ }
1609
+ }
1610
+ get k3() {
1611
+ return this.kq;
1612
+ }
1613
+ set k3(a) {
1614
+ let b = this.kq;
1615
+ this.kq = a;
1616
+ {
1617
+ this.kd("RaisedCornerRadius", b, a);
1618
+ }
1619
+ }
1620
+ get q4() {
1621
+ return this.na;
1622
+ }
1623
+ set q4(a) {
1624
+ let b = this.na;
1625
+ this.na = a;
1626
+ if (b != this.na) {
1627
+ this.kd("RaisedRippleColor", b, a);
1628
+ }
1629
+ }
1630
+ get pu() {
1631
+ return this.lz;
1632
+ }
1633
+ set pu(a) {
1634
+ let b = this.lz;
1635
+ this.lz = a;
1636
+ if (b != this.lz) {
1637
+ this.kd("FlatBackgroundColor", b, a);
1638
+ }
1639
+ }
1640
+ get pw() {
1641
+ return this.l1;
1642
+ }
1643
+ set pw(a) {
1644
+ let b = this.l1;
1645
+ this.l1 = a;
1646
+ if (b != this.l1) {
1647
+ this.kd("FlatDisabledBackgroundColor", b, a);
1648
+ }
1649
+ }
1650
+ get px() {
1651
+ return this.l2;
1652
+ }
1653
+ set px(a) {
1654
+ let b = this.l2;
1655
+ this.l2 = a;
1656
+ if (b != this.l2) {
1657
+ this.kd("FlatDisabledBorderColor", b, a);
1658
+ }
1659
+ }
1660
+ get py() {
1661
+ return this.l3;
1662
+ }
1663
+ set py(a) {
1664
+ let b = this.l3;
1665
+ this.l3 = a;
1666
+ if (b != this.l3) {
1667
+ this.kd("FlatDisabledTextColor", b, a);
1668
+ }
1669
+ }
1670
+ get dj() {
1671
+ return this.b6;
1672
+ }
1673
+ set dj(a) {
1674
+ let b = this.b6;
1675
+ this.b6 = a;
1676
+ if (b != this.b6) {
1677
+ this.kd("FlatDisabledElevation", b, a);
1678
+ }
1679
+ }
1680
+ get p1() {
1681
+ return this.l6;
1682
+ }
1683
+ set p1(a) {
1684
+ let b = this.l6;
1685
+ this.l6 = a;
1686
+ if (b != this.l6) {
1687
+ this.kd("FlatHoverBackgroundColor", b, a);
1688
+ }
1689
+ }
1690
+ get pv() {
1691
+ return this.l0;
1692
+ }
1693
+ set pv(a) {
1694
+ let b = this.l0;
1695
+ this.l0 = a;
1696
+ if (b != this.l0) {
1697
+ this.kd("FlatBorderColor", b, a);
1698
+ }
1699
+ }
1700
+ get dm() {
1701
+ return this.b9;
1702
+ }
1703
+ set dm(a) {
1704
+ let b = this.b9;
1705
+ this.b9 = a;
1706
+ if (b != this.b9) {
1707
+ this.kd("FlatRestingElevation", b, a);
1708
+ }
1709
+ }
1710
+ get dl() {
1711
+ return this.b8;
1712
+ }
1713
+ set dl(a) {
1714
+ let b = this.b8;
1715
+ this.b8 = a;
1716
+ if (b != this.b8) {
1717
+ this.kd("FlatHoverElevation", b, a);
1718
+ }
1719
+ }
1720
+ get dk() {
1721
+ return this.b7;
1722
+ }
1723
+ set dk(a) {
1724
+ let b = this.b7;
1725
+ this.b7 = a;
1726
+ if (b != this.b7) {
1727
+ this.kd("FlatFocusElevation", b, a);
1728
+ }
1729
+ }
1730
+ get p3() {
1731
+ return this.l8;
1732
+ }
1733
+ set p3(a) {
1734
+ let b = this.l8;
1735
+ this.l8 = a;
1736
+ if (b != this.l8) {
1737
+ this.kd("FlatRippleColor", b, a);
1738
+ }
1739
+ }
1740
+ get p4() {
1741
+ return this.l9;
1742
+ }
1743
+ set p4(a) {
1744
+ let b = this.l9;
1745
+ this.l9 = a;
1746
+ if (b != this.l9) {
1747
+ this.kd("FlatTextColor", b, a);
1748
+ }
1749
+ }
1750
+ get p2() {
1751
+ return this.l7;
1752
+ }
1753
+ set p2(a) {
1754
+ let b = this.l7;
1755
+ this.l7 = a;
1756
+ if (b != this.l7) {
1757
+ this.kd("FlatHoverTextColor", b, a);
1758
+ }
1759
+ }
1760
+ get pz() {
1761
+ return this.l4;
1762
+ }
1763
+ set pz(a) {
1764
+ let b = this.l4;
1765
+ this.l4 = a;
1766
+ if (b != this.l4) {
1767
+ this.kd("FlatFocusBackgroundColor", b, a);
1768
+ }
1769
+ }
1770
+ get p0() {
1771
+ return this.l5;
1772
+ }
1773
+ set p0(a) {
1774
+ let b = this.l5;
1775
+ this.l5 = a;
1776
+ if (b != this.l5) {
1777
+ this.kd("FlatFocusTextColor", b, a);
1778
+ }
1779
+ }
1780
+ get br() {
1781
+ return this.a9;
1782
+ }
1783
+ set br(a) {
1784
+ let b = this.a9;
1785
+ this.a9 = a;
1786
+ if (b != this.a9) {
1787
+ this.kd("FlatBorderWidth", b, a);
1788
+ }
1789
+ }
1790
+ get k0() {
1791
+ return this.kn;
1792
+ }
1793
+ set k0(a) {
1794
+ let b = this.kn;
1795
+ this.kn = a;
1796
+ {
1797
+ this.kd("FlatCornerRadius", b, a);
1798
+ }
1799
+ }
1800
+ get ns() {
1801
+ return this.lk;
1802
+ }
1803
+ set ns(a) {
1804
+ let b = this.lk;
1805
+ this.lk = a;
1806
+ if (b != this.lk) {
1807
+ this.kd("BackgroundColor", b, a);
1808
+ }
1809
+ }
1810
+ get pg() {
1811
+ return this.lm;
1812
+ }
1813
+ set pg(a) {
1814
+ let b = this.lm;
1815
+ this.lm = a;
1816
+ if (b != this.lm) {
1817
+ this.kd("DisabledBackgroundColor", b, a);
1818
+ }
1819
+ }
1820
+ get ph() {
1821
+ return this.ln;
1822
+ }
1823
+ set ph(a) {
1824
+ let b = this.ln;
1825
+ this.ln = a;
1826
+ if (b != this.ln) {
1827
+ this.kd("DisabledBorderColor", b, a);
1828
+ }
1829
+ }
1830
+ get pi() {
1831
+ return this.lo;
1832
+ }
1833
+ set pi(a) {
1834
+ let b = this.lo;
1835
+ this.lo = a;
1836
+ if (b != this.lo) {
1837
+ this.kd("DisabledTextColor", b, a);
1838
+ }
1839
+ }
1840
+ get de() {
1841
+ return this.b1;
1842
+ }
1843
+ set de(a) {
1844
+ let b = this.b1;
1845
+ this.b1 = a;
1846
+ if (b != this.b1) {
1847
+ this.kd("DisabledElevation", b, a);
1848
+ }
1849
+ }
1850
+ get w() {
1851
+ return this.t;
1852
+ }
1853
+ set w(a) {
1854
+ let b = this.t;
1855
+ this.t = a;
1856
+ if (b != this.t) {
1857
+ this.kd("ElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
1858
+ }
1859
+ }
1860
+ get p7() {
1861
+ return this.mc;
1862
+ }
1863
+ set p7(a) {
1864
+ let b = this.mc;
1865
+ this.mc = a;
1866
+ if (b != this.mc) {
1867
+ this.kd("HoverBackgroundColor", b, a);
1868
+ }
1869
+ }
1870
+ get nt() {
1871
+ return this.ll;
1872
+ }
1873
+ set nt(a) {
1874
+ let b = this.ll;
1875
+ this.ll = a;
1876
+ if (b != this.ll) {
1877
+ this.kd("BorderColor", b, a);
1878
+ }
1879
+ }
1880
+ get d2() {
1881
+ return this.co;
1882
+ }
1883
+ set d2(a) {
1884
+ let b = this.co;
1885
+ this.co = a;
1886
+ if (b != this.co) {
1887
+ this.kd("RestingElevation", b, a);
1888
+ }
1889
+ }
1890
+ get dp() {
1891
+ return this.cb;
1892
+ }
1893
+ set dp(a) {
1894
+ let b = this.cb;
1895
+ this.cb = a;
1896
+ if (b != this.cb) {
1897
+ this.kd("HoverElevation", b, a);
1898
+ }
1899
+ }
1900
+ get dn() {
1901
+ return this.ca;
1902
+ }
1903
+ set dn(a) {
1904
+ let b = this.ca;
1905
+ this.ca = a;
1906
+ if (b != this.ca) {
1907
+ this.kd("FocusElevation", b, a);
1908
+ }
1909
+ }
1910
+ get aa() {
1911
+ return this.z;
1912
+ }
1913
+ set aa(a) {
1914
+ let b = this.z;
1915
+ this.z = a;
1916
+ if (b != this.z) {
1917
+ this.kd("TextStyle", b, a);
1918
+ }
1919
+ }
1920
+ get q7() {
1921
+ return this.nd;
1922
+ }
1923
+ set q7(a) {
1924
+ let b = this.nd;
1925
+ this.nd = a;
1926
+ if (b != this.nd) {
1927
+ this.kd("TextColor", b, a);
1928
+ }
1929
+ }
1930
+ get p8() {
1931
+ return this.me;
1932
+ }
1933
+ set p8(a) {
1934
+ let b = this.me;
1935
+ this.me = a;
1936
+ if (b != this.me) {
1937
+ this.kd("HoverTextColor", b, a);
1938
+ }
1939
+ }
1940
+ get q6() {
1941
+ return this.nc;
1942
+ }
1943
+ set q6(a) {
1944
+ let b = this.nc;
1945
+ this.nc = a;
1946
+ if (b != this.nc) {
1947
+ this.kd("RippleColor", b, a);
1948
+ }
1949
+ }
1950
+ get q5() {
1951
+ return this.nb;
1952
+ }
1953
+ set q5(a) {
1954
+ let b = this.nb;
1955
+ this.nb = a;
1956
+ if (b != this.nb) {
1957
+ this.kd("RaisedTextColor", b, a);
1958
+ }
1959
+ }
1960
+ get q3() {
1961
+ return this.m9;
1962
+ }
1963
+ set q3(a) {
1964
+ let b = this.m9;
1965
+ this.m9 = a;
1966
+ if (b != this.m9) {
1967
+ this.kd("RaisedHoverTextColor", b, a);
1968
+ }
1969
+ }
1970
+ get q0() {
1971
+ return this.m6;
1972
+ }
1973
+ set q0(a) {
1974
+ let b = this.m6;
1975
+ this.m6 = a;
1976
+ if (b != this.m6) {
1977
+ this.kd("RaisedFocusBackgroundColor", b, a);
1978
+ }
1979
+ }
1980
+ get q1() {
1981
+ return this.m7;
1982
+ }
1983
+ set q1(a) {
1984
+ let b = this.m7;
1985
+ this.m7 = a;
1986
+ if (b != this.m7) {
1987
+ this.kd("RaisedFocusTextColor", b, a);
1988
+ }
1989
+ }
1990
+ get p5() {
1991
+ return this.ma;
1992
+ }
1993
+ set p5(a) {
1994
+ let b = this.ma;
1995
+ this.ma = a;
1996
+ if (b != this.ma) {
1997
+ this.kd("FocusBackgroundColor", b, a);
1998
+ }
1999
+ }
2000
+ get p6() {
2001
+ return this.mb;
2002
+ }
2003
+ set p6(a) {
2004
+ let b = this.mb;
2005
+ this.mb = a;
2006
+ if (b != this.mb) {
2007
+ this.kd("FocusTextColor", b, a);
2008
+ }
2009
+ }
2010
+ get bg() {
2011
+ return this.a3;
2012
+ }
2013
+ set bg(a) {
2014
+ let b = this.a3;
2015
+ this.a3 = a;
2016
+ if (b != this.a3) {
2017
+ this.kd("BorderWidth", b, a);
2018
+ }
2019
+ }
2020
+ get kt() {
2021
+ return this.kl;
2022
+ }
2023
+ set kt(a) {
2024
+ let b = this.kl;
2025
+ this.kl = a;
2026
+ {
2027
+ this.kd("CornerRadius", b, a);
2028
+ }
2029
+ }
2030
+ get qk() {
2031
+ return this.mq;
2032
+ }
2033
+ set qk(a) {
2034
+ let b = this.mq;
2035
+ this.mq = a;
2036
+ if (b != this.mq) {
2037
+ this.kd("OutlinedBackgroundColor", b, a);
2038
+ }
2039
+ }
2040
+ get qm() {
2041
+ return this.ms;
2042
+ }
2043
+ set qm(a) {
2044
+ let b = this.ms;
2045
+ this.ms = a;
2046
+ if (b != this.ms) {
2047
+ this.kd("OutlinedDisabledBackgroundColor", b, a);
2048
+ }
2049
+ }
2050
+ get qn() {
2051
+ return this.mt;
2052
+ }
2053
+ set qn(a) {
2054
+ let b = this.mt;
2055
+ this.mt = a;
2056
+ if (b != this.mt) {
2057
+ this.kd("OutlinedDisabledBorderColor", b, a);
2058
+ }
2059
+ }
2060
+ get qo() {
2061
+ return this.mu;
2062
+ }
2063
+ set qo(a) {
2064
+ let b = this.mu;
2065
+ this.mu = a;
2066
+ if (b != this.mu) {
2067
+ this.kd("OutlinedDisabledTextColor", b, a);
2068
+ }
2069
+ }
2070
+ get du() {
2071
+ return this.cg;
2072
+ }
2073
+ set du(a) {
2074
+ let b = this.cg;
2075
+ this.cg = a;
2076
+ if (b != this.cg) {
2077
+ this.kd("OutlinedDisabledElevation", b, a);
2078
+ }
2079
+ }
2080
+ get qr() {
2081
+ return this.mx;
2082
+ }
2083
+ set qr(a) {
2084
+ let b = this.mx;
2085
+ this.mx = a;
2086
+ if (b != this.mx) {
2087
+ this.kd("OutlinedHoverBackgroundColor", b, a);
2088
+ }
2089
+ }
2090
+ get ql() {
2091
+ return this.mr;
2092
+ }
2093
+ set ql(a) {
2094
+ let b = this.mr;
2095
+ this.mr = a;
2096
+ if (b != this.mr) {
2097
+ this.kd("OutlinedBorderColor", b, a);
2098
+ }
2099
+ }
2100
+ get dx() {
2101
+ return this.cj;
2102
+ }
2103
+ set dx(a) {
2104
+ let b = this.cj;
2105
+ this.cj = a;
2106
+ if (b != this.cj) {
2107
+ this.kd("OutlinedRestingElevation", b, a);
2108
+ }
2109
+ }
2110
+ get dw() {
2111
+ return this.ci;
2112
+ }
2113
+ set dw(a) {
2114
+ let b = this.ci;
2115
+ this.ci = a;
2116
+ if (b != this.ci) {
2117
+ this.kd("OutlinedHoverElevation", b, a);
2118
+ }
2119
+ }
2120
+ get dv() {
2121
+ return this.ch;
2122
+ }
2123
+ set dv(a) {
2124
+ let b = this.ch;
2125
+ this.ch = a;
2126
+ if (b != this.ch) {
2127
+ this.kd("OutlinedFocusElevation", b, a);
2128
+ }
2129
+ }
2130
+ get bv() {
2131
+ return this.bd;
2132
+ }
2133
+ set bv(a) {
2134
+ let b = this.bd;
2135
+ this.bd = a;
2136
+ if (b != this.bd) {
2137
+ this.kd("OutlinedBorderWidth", b, a);
2138
+ }
2139
+ }
2140
+ get k2() {
2141
+ return this.kp;
2142
+ }
2143
+ set k2(a) {
2144
+ let b = this.kp;
2145
+ this.kp = a;
2146
+ {
2147
+ this.kd("OutlinedCornerRadius", b, a);
2148
+ }
2149
+ }
2150
+ get qt() {
2151
+ return this.mz;
2152
+ }
2153
+ set qt(a) {
2154
+ let b = this.mz;
2155
+ this.mz = a;
2156
+ if (b != this.mz) {
2157
+ this.kd("OutlinedRippleColor", b, a);
2158
+ }
2159
+ }
2160
+ get qu() {
2161
+ return this.m0;
2162
+ }
2163
+ set qu(a) {
2164
+ let b = this.m0;
2165
+ this.m0 = a;
2166
+ if (b != this.m0) {
2167
+ this.kd("OutlinedTextColor", b, a);
2168
+ }
2169
+ }
2170
+ get qs() {
2171
+ return this.my;
2172
+ }
2173
+ set qs(a) {
2174
+ let b = this.my;
2175
+ this.my = a;
2176
+ if (b != this.my) {
2177
+ this.kd("OutlinedHoverTextColor", b, a);
2178
+ }
2179
+ }
2180
+ get qp() {
2181
+ return this.mv;
2182
+ }
2183
+ set qp(a) {
2184
+ let b = this.mv;
2185
+ this.mv = a;
2186
+ if (b != this.mv) {
2187
+ this.kd("OutlinedFocusBackgroundColor", b, a);
2188
+ }
2189
+ }
2190
+ get qq() {
2191
+ return this.mw;
2192
+ }
2193
+ set qq(a) {
2194
+ let b = this.mw;
2195
+ this.mw = a;
2196
+ if (b != this.mw) {
2197
+ this.kd("OutlinedFocusTextColor", b, a);
2198
+ }
2199
+ }
2200
+ get pj() {
2201
+ return this.lp;
2202
+ }
2203
+ set pj(a) {
2204
+ let b = this.lp;
2205
+ this.lp = a;
2206
+ if (b != this.lp) {
2207
+ this.kd("FabBackgroundColor", b, a);
2208
+ }
2209
+ }
2210
+ get pl() {
2211
+ return this.lr;
2212
+ }
2213
+ set pl(a) {
2214
+ let b = this.lr;
2215
+ this.lr = a;
2216
+ if (b != this.lr) {
2217
+ this.kd("FabDisabledBackgroundColor", b, a);
2218
+ }
2219
+ }
2220
+ get pm() {
2221
+ return this.ls;
2222
+ }
2223
+ set pm(a) {
2224
+ let b = this.ls;
2225
+ this.ls = a;
2226
+ if (b != this.ls) {
2227
+ this.kd("FabDisabledBorderColor", b, a);
2228
+ }
2229
+ }
2230
+ get pn() {
2231
+ return this.lt;
2232
+ }
2233
+ set pn(a) {
2234
+ let b = this.lt;
2235
+ this.lt = a;
2236
+ if (b != this.lt) {
2237
+ this.kd("FabDisabledTextColor", b, a);
2238
+ }
2239
+ }
2240
+ get df() {
2241
+ return this.b2;
2242
+ }
2243
+ set df(a) {
2244
+ let b = this.b2;
2245
+ this.b2 = a;
2246
+ if (b != this.b2) {
2247
+ this.kd("FabDisabledElevation", b, a);
2248
+ }
2249
+ }
2250
+ get pq() {
2251
+ return this.md;
2252
+ }
2253
+ set pq(a) {
2254
+ let b = this.md;
2255
+ this.md = a;
2256
+ if (b != this.md) {
2257
+ this.kd("FabHoverBackgroundColor", b, a);
2258
+ }
2259
+ }
2260
+ get pk() {
2261
+ return this.lq;
2262
+ }
2263
+ set pk(a) {
2264
+ let b = this.lq;
2265
+ this.lq = a;
2266
+ if (b != this.lq) {
2267
+ this.kd("FabBorderColor", b, a);
2268
+ }
2269
+ }
2270
+ get di() {
2271
+ return this.b5;
2272
+ }
2273
+ set di(a) {
2274
+ let b = this.b5;
2275
+ this.b5 = a;
2276
+ if (b != this.b5) {
2277
+ this.kd("FabRestingElevation", b, a);
2278
+ }
2279
+ }
2280
+ get dh() {
2281
+ return this.b4;
2282
+ }
2283
+ set dh(a) {
2284
+ let b = this.b4;
2285
+ this.b4 = a;
2286
+ if (b != this.b4) {
2287
+ this.kd("FabHoverElevation", b, a);
2288
+ }
2289
+ }
2290
+ get dg() {
2291
+ return this.b3;
2292
+ }
2293
+ set dg(a) {
2294
+ let b = this.b3;
2295
+ this.b3 = a;
2296
+ if (b != this.b3) {
2297
+ this.kd("FabFocusElevation", b, a);
2298
+ }
2299
+ }
2300
+ get bq() {
2301
+ return this.a8;
2302
+ }
2303
+ set bq(a) {
2304
+ let b = this.a8;
2305
+ this.a8 = a;
2306
+ if (b != this.a8) {
2307
+ this.kd("FabBorderWidth", b, a);
2308
+ }
2309
+ }
2310
+ get kz() {
2311
+ return this.km;
2312
+ }
2313
+ set kz(a) {
2314
+ let b = this.km;
2315
+ this.km = a;
2316
+ {
2317
+ this.kd("FabCornerRadius", b, a);
2318
+ }
2319
+ }
2320
+ get ps() {
2321
+ return this.lx;
2322
+ }
2323
+ set ps(a) {
2324
+ let b = this.lx;
2325
+ this.lx = a;
2326
+ if (b != this.lx) {
2327
+ this.kd("FabRippleColor", b, a);
2328
+ }
2329
+ }
2330
+ get pt() {
2331
+ return this.ly;
2332
+ }
2333
+ set pt(a) {
2334
+ let b = this.ly;
2335
+ this.ly = a;
2336
+ if (b != this.ly) {
2337
+ this.kd("FabTextColor", b, a);
2338
+ }
2339
+ }
2340
+ get pr() {
2341
+ return this.lw;
2342
+ }
2343
+ set pr(a) {
2344
+ let b = this.lw;
2345
+ this.lw = a;
2346
+ if (b != this.lw) {
2347
+ this.kd("FabHoverTextColor", b, a);
2348
+ }
2349
+ }
2350
+ get po() {
2351
+ return this.lu;
2352
+ }
2353
+ set po(a) {
2354
+ let b = this.lu;
2355
+ this.lu = a;
2356
+ if (b != this.lu) {
2357
+ this.kd("FabFocusBackgroundColor", b, a);
2358
+ }
2359
+ }
2360
+ get pp() {
2361
+ return this.lv;
2362
+ }
2363
+ set pp(a) {
2364
+ let b = this.lv;
2365
+ this.lv = a;
2366
+ if (b != this.lv) {
2367
+ this.kd("FabFocusTextColor", b, a);
2368
+ }
2369
+ }
2370
+ get p9() {
2371
+ return this.mf;
2372
+ }
2373
+ set p9(a) {
2374
+ let b = this.mf;
2375
+ this.mf = a;
2376
+ if (b != this.mf) {
2377
+ this.kd("IconBackgroundColor", b, a);
2378
+ }
2379
+ }
2380
+ get qb() {
2381
+ return this.mh;
2382
+ }
2383
+ set qb(a) {
2384
+ let b = this.mh;
2385
+ this.mh = a;
2386
+ if (b != this.mh) {
2387
+ this.kd("IconDisabledBackgroundColor", b, a);
2388
+ }
2389
+ }
2390
+ get qc() {
2391
+ return this.mi;
2392
+ }
2393
+ set qc(a) {
2394
+ let b = this.mi;
2395
+ this.mi = a;
2396
+ if (b != this.mi) {
2397
+ this.kd("IconDisabledBorderColor", b, a);
2398
+ }
2399
+ }
2400
+ get qd() {
2401
+ return this.mj;
2402
+ }
2403
+ set qd(a) {
2404
+ let b = this.mj;
2405
+ this.mj = a;
2406
+ if (b != this.mj) {
2407
+ this.kd("IconDisabledTextColor", b, a);
2408
+ }
2409
+ }
2410
+ get dq() {
2411
+ return this.cc;
2412
+ }
2413
+ set dq(a) {
2414
+ let b = this.cc;
2415
+ this.cc = a;
2416
+ if (b != this.cc) {
2417
+ this.kd("IconDisabledElevation", b, a);
2418
+ }
2419
+ }
2420
+ get qg() {
2421
+ return this.mm;
2422
+ }
2423
+ set qg(a) {
2424
+ let b = this.mm;
2425
+ this.mm = a;
2426
+ if (b != this.mm) {
2427
+ this.kd("IconHoverBackgroundColor", b, a);
2428
+ }
2429
+ }
2430
+ get qa() {
2431
+ return this.mg;
2432
+ }
2433
+ set qa(a) {
2434
+ let b = this.mg;
2435
+ this.mg = a;
2436
+ if (b != this.mg) {
2437
+ this.kd("IconBorderColor", b, a);
2438
+ }
2439
+ }
2440
+ get dt() {
2441
+ return this.cf;
2442
+ }
2443
+ set dt(a) {
2444
+ let b = this.cf;
2445
+ this.cf = a;
2446
+ if (b != this.cf) {
2447
+ this.kd("IconRestingElevation", b, a);
2448
+ }
2449
+ }
2450
+ get ds() {
2451
+ return this.ce;
2452
+ }
2453
+ set ds(a) {
2454
+ let b = this.ce;
2455
+ this.ce = a;
2456
+ if (b != this.ce) {
2457
+ this.kd("IconHoverElevation", b, a);
2458
+ }
2459
+ }
2460
+ get dr() {
2461
+ return this.cd;
2462
+ }
2463
+ set dr(a) {
2464
+ let b = this.cd;
2465
+ this.cd = a;
2466
+ if (b != this.cd) {
2467
+ this.kd("IconFocusElevation", b, a);
2468
+ }
2469
+ }
2470
+ get bs() {
2471
+ return this.ba;
2472
+ }
2473
+ set bs(a) {
2474
+ let b = this.ba;
2475
+ this.ba = a;
2476
+ if (b != this.ba) {
2477
+ this.kd("IconBorderWidth", b, a);
2478
+ }
2479
+ }
2480
+ get k1() {
2481
+ return this.ko;
2482
+ }
2483
+ set k1(a) {
2484
+ let b = this.ko;
2485
+ this.ko = a;
2486
+ {
2487
+ this.kd("IconCornerRadius", b, a);
2488
+ }
2489
+ }
2490
+ get qi() {
2491
+ return this.mo;
2492
+ }
2493
+ set qi(a) {
2494
+ let b = this.mo;
2495
+ this.mo = a;
2496
+ if (b != this.mo) {
2497
+ this.kd("IconRippleColor", b, a);
2498
+ }
2499
+ }
2500
+ get qj() {
2501
+ return this.mp;
2502
+ }
2503
+ set qj(a) {
2504
+ let b = this.mp;
2505
+ this.mp = a;
2506
+ if (b != this.mp) {
2507
+ this.kd("IconTextColor", b, a);
2508
+ }
2509
+ }
2510
+ get qh() {
2511
+ return this.mn;
2512
+ }
2513
+ set qh(a) {
2514
+ let b = this.mn;
2515
+ this.mn = a;
2516
+ if (b != this.mn) {
2517
+ this.kd("IconHoverTextColor", b, a);
2518
+ }
2519
+ }
2520
+ get qe() {
2521
+ return this.mk;
2522
+ }
2523
+ set qe(a) {
2524
+ let b = this.mk;
2525
+ this.mk = a;
2526
+ if (b != this.mk) {
2527
+ this.kd("IconFocusBackgroundColor", b, a);
2528
+ }
2529
+ }
2530
+ get qf() {
2531
+ return this.ml;
2532
+ }
2533
+ set qf(a) {
2534
+ let b = this.ml;
2535
+ this.ml = a;
2536
+ if (b != this.ml) {
2537
+ this.kd("IconFocusTextColor", b, a);
2538
+ }
2539
+ }
2540
+ get hu() {
2541
+ return this.ei;
2542
+ }
2543
+ set hu(a) {
2544
+ let b = this.ei;
2545
+ this.ei = a;
2546
+ if (b != this.ei) {
2547
+ this.kd("InputId", b, a);
2548
+ }
2549
+ }
2550
+ get hs() {
2551
+ return this.eh;
2552
+ }
2553
+ set hs(a) {
2554
+ let b = this.eh;
2555
+ this.eh = a;
2556
+ if (b != this.eh) {
2557
+ this.kd("Id", b, a);
2558
+ }
2559
+ }
2560
+ get fw() {
2561
+ return this.ee;
2562
+ }
2563
+ set fw(a) {
2564
+ let b = this.ee;
2565
+ this.ee = a;
2566
+ if (b != this.ee) {
2567
+ this.kd("Display", b, a);
2568
+ }
2569
+ }
2570
+ get ff() {
2571
+ return this.ed;
2572
+ }
2573
+ set ff(a) {
2574
+ let b = this.ed;
2575
+ this.ed = a;
2576
+ if (b != this.ed) {
2577
+ this.kd("ChildContentDisplay", b, this.ed);
2578
+ }
2579
+ }
2580
+ get g0() {
2581
+ return this.ef;
2582
+ }
2583
+ set g0(a) {
2584
+ let b = this.ef;
2585
+ this.ef = a;
2586
+ if (b != this.ef) {
2587
+ this.kd("FlexDirection", b, a);
2588
+ }
2589
+ }
2590
+ get g2() {
2591
+ return this.eg;
2592
+ }
2593
+ set g2(a) {
2594
+ let b = this.eg;
2595
+ this.eg = a;
2596
+ if (b != this.eg) {
2597
+ this.kd("FlexGrow", b, a);
2598
+ }
2599
+ }
2600
+ get e7() {
2601
+ return this.eb;
2602
+ }
2603
+ set e7(a) {
2604
+ let b = this.eb;
2605
+ this.eb = a;
2606
+ if (b != this.eb) {
2607
+ this.kd("AlignItems", b, a);
2608
+ }
2609
+ }
2610
+ get ea() {
2611
+ return this.d6;
2612
+ }
2613
+ set ea(a) {
2614
+ let b = this.d6;
2615
+ this.d6 = a;
2616
+ if (b != this.d6) {
2617
+ this.kd("Value", b, a);
2618
+ }
2619
+ }
2620
+ get h2() {
2621
+ return this.ej;
2622
+ }
2623
+ set h2(a) {
2624
+ let b = this.ej;
2625
+ this.ej = a;
2626
+ if (b != this.ej) {
2627
+ this.kd("Name", b, a);
2628
+ }
2629
+ }
2630
+ get aw() {
2631
+ return this.ak;
2632
+ }
2633
+ get d3() {
2634
+ return this.cp;
2635
+ }
2636
+ set d3(a) {
2637
+ let b = this.cp;
2638
+ this.cp = a;
2639
+ this.ak = true;
2640
+ if (b != this.cp) {
2641
+ this.kd("TabIndex", b, a);
2642
+ }
2643
+ }
2644
+ get e9() {
2645
+ return this.ec;
2646
+ }
2647
+ set e9(a) {
2648
+ let b = this.ec;
2649
+ this.ec = a;
2650
+ if (b != this.ec) {
2651
+ this.kd("AriaLabel", b, a);
2652
+ }
2653
+ }
2654
+ get av() {
2655
+ return this.aj;
2656
+ }
2657
+ set av(a) {
2658
+ let b = this.aj;
2659
+ this.aj = a;
2660
+ if (b != this.aj) {
2661
+ this.kd("FillAvailableSpace", b, this.aj);
2662
+ }
2663
+ }
2664
+ get focused() {
2665
+ return this.am;
2666
+ }
2667
+ set focused(a) {
2668
+ let b = this.am;
2669
+ this.am = a;
2670
+ if (b != this.am) {
2671
+ this.kd("IsFocused", b, a);
2672
+ }
2673
+ }
2674
+ get az() {
2675
+ return this.an;
2676
+ }
2677
+ set az(a) {
2678
+ let b = this.an;
2679
+ this.an = a;
2680
+ if (b != this.an) {
2681
+ this.kd("IsFocusStyleEnabled", b, a);
2682
+ }
2683
+ }
2684
+ get at() {
2685
+ return this.ah;
2686
+ }
2687
+ set at(a) {
2688
+ let b = this.ah;
2689
+ this.ah = a;
2690
+ if (b != this.ah) {
2691
+ this.kd("DisableRipple", b, a);
2692
+ }
2693
+ }
2694
+ get ap() {
2695
+ return this.ad;
2696
+ }
2697
+ set ap(a) {
2698
+ let b = this.ad;
2699
+ this.ad = a;
2700
+ if (b != this.ad) {
2701
+ this.kd("ActualDisableRipple", b, a);
2702
+ }
2703
+ }
2704
+ get ar() {
2705
+ return this.af;
2706
+ }
2707
+ set ar(a) {
2708
+ let b = this.af;
2709
+ this.af = a;
2710
+ if (b != this.af) {
2711
+ this.kd("DisableHover", b, this.af);
2712
+ }
2713
+ }
2714
+ get a0() {
2715
+ return this.ao;
2716
+ }
2717
+ set a0(a) {
2718
+ let b = this.ao;
2719
+ this.ao = a;
2720
+ if (b != this.ao) {
2721
+ this.kd("IsHover", b, a);
2722
+ }
2723
+ }
2724
+ get disabled() {
2725
+ return this.al;
2726
+ }
2727
+ set disabled(a) {
2728
+ let b = this.al;
2729
+ this.al = a;
2730
+ if (b != this.al) {
2731
+ this.kd("IsDisabled", b, a);
2732
+ }
2733
+ }
2734
+ get au() {
2735
+ return this.ai;
2736
+ }
2737
+ set au(a) {
2738
+ let b = this.ai;
2739
+ this.ai = a;
2740
+ if (b != this.ai) {
2741
+ this.kd("DisableTransitions", b, a);
2742
+ }
2743
+ }
2744
+ get as() {
2745
+ return this.ag;
2746
+ }
2747
+ set as(a) {
2748
+ let b = this.ag;
2749
+ this.ag = a;
2750
+ if (b != this.ag) {
2751
+ this.kd("DisablePointer", b, this.ag);
2752
+ }
2753
+ }
2754
+ get bi() {
2755
+ return this.a5;
2756
+ }
2757
+ set bi(a) {
2758
+ let b = this.a5;
2759
+ this.a5 = a;
2760
+ if (b != this.a5) {
2761
+ this.kd("ContentPaddingLeft", b, this.a5);
2762
+ }
2763
+ }
2764
+ get bk() {
2765
+ return this.a7;
2766
+ }
2767
+ set bk(a) {
2768
+ let b = this.a7;
2769
+ this.a7 = a;
2770
+ if (b != this.a7) {
2771
+ this.kd("ContentPaddingTop", b, this.a7);
2772
+ }
2773
+ }
2774
+ get bj() {
2775
+ return this.a6;
2776
+ }
2777
+ set bj(a) {
2778
+ let b = this.a6;
2779
+ this.a6 = a;
2780
+ if (b != this.a6) {
2781
+ this.kd("ContentPaddingRight", b, this.a6);
2782
+ }
2783
+ }
2784
+ get bh() {
2785
+ return this.a4;
2786
+ }
2787
+ set bh(a) {
2788
+ let b = this.a4;
2789
+ this.a4 = a;
2790
+ if (b != this.a4) {
2791
+ this.kd("ContentPaddingBottom", b, this.a4);
2792
+ }
2793
+ }
2794
+ get k5() {
2795
+ return this.k4;
2796
+ }
2797
+ set k5(a) {
2798
+ let b = this.k4;
2799
+ this.k4 = a;
2800
+ if (b != this.k4) {
2801
+ this.kd("HorizontalContentAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.k4));
2802
+ }
2803
+ }
2804
+ get q9() {
2805
+ return this.q8;
2806
+ }
2807
+ set q9(a) {
2808
+ let b = this.q8;
2809
+ this.q8 = a;
2810
+ if (b != this.q8) {
2811
+ this.kd("VerticalContentAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.q8));
2812
+ }
2813
+ }
2814
+ get aq() {
2815
+ return this.ae;
2816
+ }
2817
+ set aq(a) {
2818
+ let b = this.ae;
2819
+ this.ae = a;
2820
+ if (b != this.ae) {
2821
+ this.kd("ClickTunneling", b, this.ae);
2822
+ }
2823
+ }
2824
+ ke() {
2825
+ this.j3();
2826
+ this.view.aw(this.np, BrushUtil.g(0, 0, 0, 0));
2827
+ this.kh();
2828
+ }
2829
+ get a() {
2830
+ let a = new AnimationKeyFrameEffectTiming();
2831
+ a.g = 300;
2832
+ a.b = 0;
2833
+ return a;
2834
+ }
2835
+ j3() {
2836
+ this.view.ae();
2837
+ }
2838
+ onDetachedFromUI() {
2839
+ this.view.aj();
2840
+ }
2841
+ onAttachedToUI() {
2842
+ this.view.ag();
2843
+ }
2844
+ appendButtonContent(a) {
2845
+ this.view.ac(a);
2846
+ }
2847
+ clearButtonContent() {
2848
+ this.view.ad();
2849
+ }
2850
+ getButtonContent() {
2851
+ return this.view.r();
2852
+ }
2853
+ a1() {
2854
+ return this.view.g();
2855
+ }
2856
+ d7() {
2857
+ return this.b();
2858
+ }
2859
+ f0() {
2860
+ let a = this.b();
2861
+ return a.ab();
2862
+ }
2863
+ b() {
2864
+ let a = this.view.q;
2865
+ let b = this.view.s;
2866
+ let c = new ButtonVisualModelExport();
2867
+ let d = UIElementPropertyAccessorFactory.c.a(12, 0);
2868
+ let e = d.b(a);
2869
+ let f = this.view.a();
2870
+ c.s = f[0];
2871
+ c.q = f[1];
2872
+ c.p = NativeUI.d(a);
2873
+ c.t = NativeUI.j(a);
2874
+ c.h = this.n;
2875
+ c.i = this.q;
2876
+ c.c = AppearanceHelper.a(NativeUI.ai(a));
2877
+ c.g = AppearanceHelper.a(this.nr);
2878
+ c.d = AppearanceHelper.a(this.no);
2879
+ c.a = AppearanceHelper.a(this.ne);
2880
+ c.u = this.ct;
2881
+ c.e = AppearanceHelper.a(this.np);
2882
+ c.ah = this.kr;
2883
+ c.b = AppearanceHelper.a(NativeUI.ah(a));
2884
+ c.j = this.u;
2885
+ c.f = AppearanceHelper.a(NativeUI.aj(b));
2886
+ c.o = this.bf;
2887
+ c.x = this.fw;
2888
+ c.y = this.g0;
2889
+ c.z = this.g2;
2890
+ c.w = this.e7;
2891
+ c.v = this.view.s.getNativeElement().innerText;
2892
+ c.aa = this.h2;
2893
+ c.m = this.focused;
2894
+ c.k = this.ap;
2895
+ c.n = this.a0;
2896
+ c.l = this.disabled;
2897
+ if (this.aa != null) {
2898
+ let g = this.aa;
2899
+ if (this.view != null && g.n == null) {
2900
+ let h = this.view.k;
2901
+ let i = FontUtil.getFontInfoFromString(h, g.fontString);
2902
+ g.n = i.n;
2903
+ g.d = i.d;
2904
+ g.o = i.o;
2905
+ g.q = i.q;
2906
+ g.r = i.r;
2907
+ g.s = i.s;
2908
+ }
2909
+ if (g.n != null) {
2910
+ c.ac = g.n;
2911
+ }
2912
+ if (!isNaN_(g.d)) {
2913
+ c.r = g.d;
2914
+ }
2915
+ if (g.s != null) {
2916
+ c.ag = g.s;
2917
+ }
2918
+ if (g.q != null) {
2919
+ c.ae = g.q;
2920
+ }
2921
+ if (g.o != null) {
2922
+ c.ad = g.q;
2923
+ }
2924
+ }
2925
+ return c;
2926
+ }
2927
+ provideContainer(a) {
2928
+ this.view.ai(a);
2929
+ }
2930
+ }
2931
+ XButton.$t = markType(XButton, 'XButton', Base.$, [INotifyPropertyChanged_$type]);
2932
+ XButton.m = 2;
2933
+ XButton.d5 = 0;
2934
+ XButton.d4 = 0;
2935
+ XButton.i = new Theme(1, ((() => {
2936
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
2937
+ $ret.addItem("UmbraShadowColor", BrushUtil.g(66, 0, 0, 0));
2938
+ $ret.addItem("PenumbraShadowColor", BrushUtil.g(30, 0, 0, 0));
2939
+ $ret.addItem("AmbientShadowColor", BrushUtil.g(20, 0, 0, 0));
2940
+ $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 1));
2941
+ return $ret;
2942
+ })()), ((() => {
2943
+ let $ret = new Dictionary$2(Base.$, Theme.$, 0);
2944
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((() => {
2945
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
2946
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
2947
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
2948
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
2949
+ $ret.addItem("DisabledElevation", 0);
2950
+ $ret.addItem("RestingElevation", 2);
2951
+ $ret.addItem("HoverElevation", 4);
2952
+ $ret.addItem("FocusElevation", 8);
2953
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
2954
+ $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
2955
+ $ret.addItem("CornerRadius", new CornerRadius(0, 4));
2956
+ $ret.addItem("BorderWidth", NaN);
2957
+ $ret.addItem("BackgroundColor", BrushUtil.g(255, 228, 28, 119));
2958
+ $ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
2959
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
2960
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 220, 83, 145));
2961
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 220, 83, 145));
2962
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
2963
+ return $ret;
2964
+ })())));
2965
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((() => {
2966
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
2967
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
2968
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
2969
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
2970
+ $ret.addItem("DisabledElevation", 0);
2971
+ $ret.addItem("RestingElevation", 0);
2972
+ $ret.addItem("HoverElevation", 0);
2973
+ $ret.addItem("FocusElevation", 0);
2974
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
2975
+ $ret.addItem("RippleColor", null);
2976
+ $ret.addItem("CornerRadius", new CornerRadius(0, 4));
2977
+ $ret.addItem("BorderWidth", NaN);
2978
+ $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
2979
+ $ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
2980
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 228, 28, 119));
2981
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(13, 228, 28, 119));
2982
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(30, 228, 28, 119));
2983
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 228, 28, 119));
2984
+ return $ret;
2985
+ })())));
2986
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((() => {
2987
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
2988
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
2989
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(30, 0, 0, 0));
2990
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
2991
+ $ret.addItem("DisabledElevation", 0);
2992
+ $ret.addItem("RestingElevation", 0);
2993
+ $ret.addItem("HoverElevation", 0);
2994
+ $ret.addItem("FocusElevation", 0);
2995
+ $ret.addItem("BorderColor", BrushUtil.g(30, 0, 0, 0));
2996
+ $ret.addItem("RippleColor", BrushUtil.g(0, 0, 0, 0));
2997
+ $ret.addItem("CornerRadius", new CornerRadius(0, 4));
2998
+ $ret.addItem("BorderWidth", 1);
2999
+ $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
3000
+ $ret.addItem("TextColor", BrushUtil.g(255, 228, 28, 119));
3001
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 228, 28, 119));
3002
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(13, 228, 28, 119));
3003
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(30, 228, 28, 119));
3004
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 228, 28, 119));
3005
+ return $ret;
3006
+ })())));
3007
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((() => {
3008
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3009
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
3010
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
3011
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3012
+ $ret.addItem("DisabledElevation", 0);
3013
+ $ret.addItem("RestingElevation", 0);
3014
+ $ret.addItem("HoverElevation", 0);
3015
+ $ret.addItem("FocusElevation", 0);
3016
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
3017
+ $ret.addItem("RippleColor", null);
3018
+ $ret.addItem("CornerRadius", new CornerRadius(0, 28));
3019
+ $ret.addItem("BorderWidth", NaN);
3020
+ $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
3021
+ $ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
3022
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
3023
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(30, 0, 0, 0));
3024
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(66, 0, 0, 0));
3025
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
3026
+ return $ret;
3027
+ })())));
3028
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((() => {
3029
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3030
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
3031
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
3032
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3033
+ $ret.addItem("DisabledElevation", 0);
3034
+ $ret.addItem("RestingElevation", 6);
3035
+ $ret.addItem("HoverElevation", 12);
3036
+ $ret.addItem("FocusElevation", 12);
3037
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
3038
+ $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
3039
+ $ret.addItem("CornerRadius", new CornerRadius(0, 28));
3040
+ $ret.addItem("BorderWidth", NaN);
3041
+ $ret.addItem("BackgroundColor", BrushUtil.g(255, 228, 28, 119));
3042
+ $ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
3043
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
3044
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 220, 83, 145));
3045
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 220, 83, 145));
3046
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
3047
+ return $ret;
3048
+ })())));
3049
+ return $ret;
3050
+ })()));
3051
+ XButton.h = new Theme(1, ((() => {
3052
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3053
+ $ret.addItem("UmbraShadowColor", BrushUtil.g(100, 33, 150, 243));
3054
+ $ret.addItem("PenumbraShadowColor", BrushUtil.g(70, 33, 150, 243));
3055
+ $ret.addItem("AmbientShadowColor", BrushUtil.g(40, 33, 150, 243));
3056
+ $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
3057
+ return $ret;
3058
+ })()), ((() => {
3059
+ let $ret = new Dictionary$2(Base.$, Theme.$, 0);
3060
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((() => {
3061
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3062
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
3063
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
3064
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3065
+ $ret.addItem("DisabledElevation", 0);
3066
+ $ret.addItem("RestingElevation", 0);
3067
+ $ret.addItem("HoverElevation", 0);
3068
+ $ret.addItem("FocusElevation", 2);
3069
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
3070
+ $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
3071
+ $ret.addItem("CornerRadius", new CornerRadius(0, 3));
3072
+ $ret.addItem("BorderWidth", NaN);
3073
+ $ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
3074
+ $ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
3075
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
3076
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
3077
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
3078
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
3079
+ return $ret;
3080
+ })())));
3081
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((() => {
3082
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3083
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
3084
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
3085
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3086
+ $ret.addItem("DisabledElevation", 0);
3087
+ $ret.addItem("RestingElevation", 0);
3088
+ $ret.addItem("HoverElevation", 0);
3089
+ $ret.addItem("FocusElevation", 2);
3090
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
3091
+ $ret.addItem("RippleColor", BrushUtil.g(100, 33, 150, 243));
3092
+ $ret.addItem("CornerRadius", new CornerRadius(0, 3));
3093
+ $ret.addItem("BorderWidth", NaN);
3094
+ $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
3095
+ $ret.addItem("TextColor", BrushUtil.g(255, 119, 119, 119));
3096
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 119, 119, 119));
3097
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
3098
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(0, 0, 0, 0));
3099
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 33, 150, 243));
3100
+ return $ret;
3101
+ })())));
3102
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((() => {
3103
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3104
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
3105
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(30, 0, 0, 0));
3106
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3107
+ $ret.addItem("DisabledElevation", 0);
3108
+ $ret.addItem("RestingElevation", 0);
3109
+ $ret.addItem("HoverElevation", 0);
3110
+ $ret.addItem("FocusElevation", 2);
3111
+ $ret.addItem("BorderColor", BrushUtil.g(255, 33, 150, 243));
3112
+ $ret.addItem("RippleColor", BrushUtil.g(0, 0, 0, 0));
3113
+ $ret.addItem("CornerRadius", new CornerRadius(0, 3));
3114
+ $ret.addItem("BorderWidth", 1);
3115
+ $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
3116
+ $ret.addItem("TextColor", BrushUtil.g(255, 33, 150, 243));
3117
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 33, 150, 243));
3118
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
3119
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 33, 150, 243));
3120
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
3121
+ return $ret;
3122
+ })())));
3123
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((() => {
3124
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3125
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
3126
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
3127
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3128
+ $ret.addItem("DisabledElevation", 0);
3129
+ $ret.addItem("RestingElevation", 0);
3130
+ $ret.addItem("HoverElevation", 0);
3131
+ $ret.addItem("FocusElevation", 2);
3132
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
3133
+ $ret.addItem("RippleColor", null);
3134
+ $ret.addItem("CornerRadius", new CornerRadius(0, 28));
3135
+ $ret.addItem("BorderWidth", NaN);
3136
+ $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
3137
+ $ret.addItem("TextColor", BrushUtil.g(255, 119, 119, 119));
3138
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 119, 119, 119));
3139
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(30, 0, 0, 0));
3140
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(66, 0, 0, 0));
3141
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 33, 150, 243));
3142
+ return $ret;
3143
+ })())));
3144
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((() => {
3145
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3146
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
3147
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
3148
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3149
+ $ret.addItem("DisabledElevation", 0);
3150
+ $ret.addItem("RestingElevation", 0);
3151
+ $ret.addItem("HoverElevation", 0);
3152
+ $ret.addItem("FocusElevation", 2);
3153
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
3154
+ $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
3155
+ $ret.addItem("CornerRadius", new CornerRadius(0, 28));
3156
+ $ret.addItem("BorderWidth", NaN);
3157
+ $ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
3158
+ $ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
3159
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
3160
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
3161
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
3162
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
3163
+ return $ret;
3164
+ })())));
3165
+ return $ret;
3166
+ })()));
3167
+ XButton.j = new Theme(1, ((() => {
3168
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3169
+ $ret.addItem("UmbraShadowColor", BrushUtil.g(100, 33, 150, 243));
3170
+ $ret.addItem("PenumbraShadowColor", BrushUtil.g(70, 33, 150, 243));
3171
+ $ret.addItem("AmbientShadowColor", BrushUtil.g(40, 33, 150, 243));
3172
+ $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
3173
+ return $ret;
3174
+ })()), ((() => {
3175
+ let $ret = new Dictionary$2(Base.$, Theme.$, 0);
3176
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((() => {
3177
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3178
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
3179
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
3180
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3181
+ $ret.addItem("DisabledElevation", 0);
3182
+ $ret.addItem("RestingElevation", 0);
3183
+ $ret.addItem("HoverElevation", 0);
3184
+ $ret.addItem("FocusElevation", 2);
3185
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
3186
+ $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
3187
+ $ret.addItem("CornerRadius", new CornerRadius(0, 3));
3188
+ $ret.addItem("BorderWidth", NaN);
3189
+ $ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
3190
+ $ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
3191
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
3192
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
3193
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
3194
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
3195
+ return $ret;
3196
+ })())));
3197
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((() => {
3198
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3199
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
3200
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
3201
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3202
+ $ret.addItem("DisabledElevation", 0);
3203
+ $ret.addItem("RestingElevation", 0);
3204
+ $ret.addItem("HoverElevation", 0);
3205
+ $ret.addItem("FocusElevation", 2);
3206
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
3207
+ $ret.addItem("RippleColor", BrushUtil.g(100, 33, 150, 243));
3208
+ $ret.addItem("CornerRadius", new CornerRadius(0, 3));
3209
+ $ret.addItem("BorderWidth", NaN);
3210
+ $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
3211
+ $ret.addItem("TextColor", BrushUtil.g(255, 119, 119, 119));
3212
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 119, 119, 119));
3213
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
3214
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(0, 0, 0, 0));
3215
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 33, 150, 243));
3216
+ return $ret;
3217
+ })())));
3218
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((() => {
3219
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3220
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
3221
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(30, 0, 0, 0));
3222
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3223
+ $ret.addItem("DisabledElevation", 0);
3224
+ $ret.addItem("RestingElevation", 0);
3225
+ $ret.addItem("HoverElevation", 0);
3226
+ $ret.addItem("FocusElevation", 2);
3227
+ $ret.addItem("BorderColor", BrushUtil.g(255, 33, 150, 243));
3228
+ $ret.addItem("RippleColor", BrushUtil.g(0, 0, 0, 0));
3229
+ $ret.addItem("CornerRadius", new CornerRadius(0, 3));
3230
+ $ret.addItem("BorderWidth", 1);
3231
+ $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
3232
+ $ret.addItem("TextColor", BrushUtil.g(255, 33, 150, 243));
3233
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 33, 150, 243));
3234
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
3235
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 33, 150, 243));
3236
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
3237
+ return $ret;
3238
+ })())));
3239
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((() => {
3240
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3241
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
3242
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
3243
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3244
+ $ret.addItem("DisabledElevation", 0);
3245
+ $ret.addItem("RestingElevation", 0);
3246
+ $ret.addItem("HoverElevation", 0);
3247
+ $ret.addItem("FocusElevation", 2);
3248
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
3249
+ $ret.addItem("RippleColor", null);
3250
+ $ret.addItem("CornerRadius", new CornerRadius(0, 28));
3251
+ $ret.addItem("BorderWidth", NaN);
3252
+ $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
3253
+ $ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
3254
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
3255
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(51, 178, 191, 220));
3256
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(51, 178, 191, 220));
3257
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
3258
+ return $ret;
3259
+ })())));
3260
+ $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((() => {
3261
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
3262
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
3263
+ $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
3264
+ $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
3265
+ $ret.addItem("DisabledElevation", 0);
3266
+ $ret.addItem("RestingElevation", 0);
3267
+ $ret.addItem("HoverElevation", 0);
3268
+ $ret.addItem("FocusElevation", 2);
3269
+ $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
3270
+ $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
3271
+ $ret.addItem("CornerRadius", new CornerRadius(0, 28));
3272
+ $ret.addItem("BorderWidth", NaN);
3273
+ $ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
3274
+ $ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
3275
+ $ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
3276
+ $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
3277
+ $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
3278
+ $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
3279
+ return $ret;
3280
+ })())));
3281
+ return $ret;
3282
+ })()));
3283
+ XButton.k = new ThemeResolver(1, ((() => {
3284
+ let $ret = new Dictionary$2(BaseControlTheme_$type, Theme.$, 0);
3285
+ $ret.addItem(2, XButton.i);
3286
+ $ret.addItem(1, XButton.h);
3287
+ $ret.addItem(3, XButton.j);
3288
+ return $ret;
3289
+ })()), 2);
3290
+ return XButton;
3291
+ })();