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