igniteui-webcomponents-inputs 7.1.1-beta.2 → 7.1.1-beta.3

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