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