igniteui-webcomponents-inputs 1.3.0 → 1.4.0

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