igniteui-webcomponents-inputs 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (571) hide show
  1. package/License +27 -0
  2. package/README.md +18 -0
  3. package/bundles/igniteui-webcomponents-inputs.umd.js +32535 -0
  4. package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -0
  5. package/bundles/igniteui-webcomponents-inputs.umd.min.js +2 -0
  6. package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -0
  7. package/esm2015/igniteui-webcomponents-inputs.js +2 -0
  8. package/esm2015/igniteui-webcomponents-inputs.js.map +1 -0
  9. package/esm2015/lib/Button.js +8 -0
  10. package/esm2015/lib/Button.js.map +1 -0
  11. package/esm2015/lib/ButtonClickEventArgs.js +17 -0
  12. package/esm2015/lib/ButtonClickEventArgs.js.map +1 -0
  13. package/esm2015/lib/ButtonDisplayStyle.js +12 -0
  14. package/esm2015/lib/ButtonDisplayStyle.js.map +1 -0
  15. package/esm2015/lib/ButtonGroup.js +8 -0
  16. package/esm2015/lib/ButtonGroup.js.map +1 -0
  17. package/esm2015/lib/ButtonGroupButtonCollection.js +29 -0
  18. package/esm2015/lib/ButtonGroupButtonCollection.js.map +1 -0
  19. package/esm2015/lib/ButtonGroupDisplayStyle.js +12 -0
  20. package/esm2015/lib/ButtonGroupDisplayStyle.js.map +1 -0
  21. package/esm2015/lib/ButtonGroupOrientation.js +17 -0
  22. package/esm2015/lib/ButtonGroupOrientation.js.map +1 -0
  23. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +17 -0
  24. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js.map +1 -0
  25. package/esm2015/lib/ButtonGroupView.js +8 -0
  26. package/esm2015/lib/ButtonGroupView.js.map +1 -0
  27. package/esm2015/lib/ButtonGroupView_combined.js +1334 -0
  28. package/esm2015/lib/ButtonGroupView_combined.js.map +1 -0
  29. package/esm2015/lib/ButtonGroupVisualModelExport.js +57 -0
  30. package/esm2015/lib/ButtonGroupVisualModelExport.js.map +1 -0
  31. package/esm2015/lib/ButtonView.js +8 -0
  32. package/esm2015/lib/ButtonView.js.map +1 -0
  33. package/esm2015/lib/ButtonView_combined.js +2879 -0
  34. package/esm2015/lib/ButtonView_combined.js.map +1 -0
  35. package/esm2015/lib/ButtonVisualModelExport.js +110 -0
  36. package/esm2015/lib/ButtonVisualModelExport.js.map +1 -0
  37. package/esm2015/lib/Calendar.js +8 -0
  38. package/esm2015/lib/Calendar.js.map +1 -0
  39. package/esm2015/lib/CalendarLocaleEn.js +57 -0
  40. package/esm2015/lib/CalendarLocaleEn.js.map +1 -0
  41. package/esm2015/lib/CalendarView.js +8 -0
  42. package/esm2015/lib/CalendarView.js.map +1 -0
  43. package/esm2015/lib/CalendarView_combined.js +2753 -0
  44. package/esm2015/lib/CalendarView_combined.js.map +1 -0
  45. package/esm2015/lib/CalendarVisualModelExport.js +101 -0
  46. package/esm2015/lib/CalendarVisualModelExport.js.map +1 -0
  47. package/esm2015/lib/Checkbox.js +8 -0
  48. package/esm2015/lib/Checkbox.js.map +1 -0
  49. package/esm2015/lib/CheckboxChangeEventArgs.js +34 -0
  50. package/esm2015/lib/CheckboxChangeEventArgs.js.map +1 -0
  51. package/esm2015/lib/CheckboxLabelPosition.js +12 -0
  52. package/esm2015/lib/CheckboxLabelPosition.js.map +1 -0
  53. package/esm2015/lib/CheckboxView.js +8 -0
  54. package/esm2015/lib/CheckboxView.js.map +1 -0
  55. package/esm2015/lib/CheckboxView_combined.js +1026 -0
  56. package/esm2015/lib/CheckboxView_combined.js.map +1 -0
  57. package/esm2015/lib/CheckboxVisualModelExport.js +63 -0
  58. package/esm2015/lib/CheckboxVisualModelExport.js.map +1 -0
  59. package/esm2015/lib/DateFormats.js +26 -0
  60. package/esm2015/lib/DateFormats.js.map +1 -0
  61. package/esm2015/lib/DatePicker.js +8 -0
  62. package/esm2015/lib/DatePicker.js.map +1 -0
  63. package/esm2015/lib/DatePickerView.js +8 -0
  64. package/esm2015/lib/DatePickerView.js.map +1 -0
  65. package/esm2015/lib/DatePickerView_combined.js +1439 -0
  66. package/esm2015/lib/DatePickerView_combined.js.map +1 -0
  67. package/esm2015/lib/DatePickerVisualModelExport.js +71 -0
  68. package/esm2015/lib/DatePickerVisualModelExport.js.map +1 -0
  69. package/esm2015/lib/DateTimeValueFormatter.js +109 -0
  70. package/esm2015/lib/DateTimeValueFormatter.js.map +1 -0
  71. package/esm2015/lib/DayInfo.js +24 -0
  72. package/esm2015/lib/DayInfo.js.map +1 -0
  73. package/esm2015/lib/DayOfWeek.js +46 -0
  74. package/esm2015/lib/DayOfWeek.js.map +1 -0
  75. package/esm2015/lib/ElevationHelper.js +68 -0
  76. package/esm2015/lib/ElevationHelper.js.map +1 -0
  77. package/esm2015/lib/FirstWeek.js +30 -0
  78. package/esm2015/lib/FirstWeek.js.map +1 -0
  79. package/esm2015/lib/GotFocusEventArgs.js +17 -0
  80. package/esm2015/lib/GotFocusEventArgs.js.map +1 -0
  81. package/esm2015/lib/Icon.js +8 -0
  82. package/esm2015/lib/Icon.js.map +1 -0
  83. package/esm2015/lib/IconView.js +8 -0
  84. package/esm2015/lib/IconView.js.map +1 -0
  85. package/esm2015/lib/IconView_combined.js +557 -0
  86. package/esm2015/lib/IconView_combined.js.map +1 -0
  87. package/esm2015/lib/IconVisualModelExport.js +68 -0
  88. package/esm2015/lib/IconVisualModelExport.js.map +1 -0
  89. package/esm2015/lib/Input.js +8 -0
  90. package/esm2015/lib/Input.js.map +1 -0
  91. package/esm2015/lib/InputChangeEventArgs.js +34 -0
  92. package/esm2015/lib/InputChangeEventArgs.js.map +1 -0
  93. package/esm2015/lib/InputGroup.js +8 -0
  94. package/esm2015/lib/InputGroup.js.map +1 -0
  95. package/esm2015/lib/InputGroupDisplayType.js +19 -0
  96. package/esm2015/lib/InputGroupDisplayType.js.map +1 -0
  97. package/esm2015/lib/InputGroupInputCollection.js +8 -0
  98. package/esm2015/lib/InputGroupInputCollection.js.map +1 -0
  99. package/esm2015/lib/InputGroupItem.js +8 -0
  100. package/esm2015/lib/InputGroupItem.js.map +1 -0
  101. package/esm2015/lib/InputGroupView.js +8 -0
  102. package/esm2015/lib/InputGroupView.js.map +1 -0
  103. package/esm2015/lib/InputGroupView_combined.js +5152 -0
  104. package/esm2015/lib/InputGroupView_combined.js.map +1 -0
  105. package/esm2015/lib/InputGroupVisualModelExport.js +110 -0
  106. package/esm2015/lib/InputGroupVisualModelExport.js.map +1 -0
  107. package/esm2015/lib/InputShiftType.js +18 -0
  108. package/esm2015/lib/InputShiftType.js.map +1 -0
  109. package/esm2015/lib/InputView.js +8 -0
  110. package/esm2015/lib/InputView.js.map +1 -0
  111. package/esm2015/lib/InputVisualModelExport.js +79 -0
  112. package/esm2015/lib/InputVisualModelExport.js.map +1 -0
  113. package/esm2015/lib/KEYCODES.js +12 -0
  114. package/esm2015/lib/KEYCODES.js.map +1 -0
  115. package/esm2015/lib/Label.js +8 -0
  116. package/esm2015/lib/Label.js.map +1 -0
  117. package/esm2015/lib/LabelShiftType.js +18 -0
  118. package/esm2015/lib/LabelShiftType.js.map +1 -0
  119. package/esm2015/lib/LabelView.js +8 -0
  120. package/esm2015/lib/LabelView.js.map +1 -0
  121. package/esm2015/lib/LabelVisualModelExport.js +85 -0
  122. package/esm2015/lib/LabelVisualModelExport.js.map +1 -0
  123. package/esm2015/lib/LostFocusEventArgs.js +17 -0
  124. package/esm2015/lib/LostFocusEventArgs.js.map +1 -0
  125. package/esm2015/lib/MaskOptions.js +22 -0
  126. package/esm2015/lib/MaskOptions.js.map +1 -0
  127. package/esm2015/lib/MaskParsingService.js +214 -0
  128. package/esm2015/lib/MaskParsingService.js.map +1 -0
  129. package/esm2015/lib/Prefix.js +8 -0
  130. package/esm2015/lib/Prefix.js.map +1 -0
  131. package/esm2015/lib/PrefixShiftType.js +18 -0
  132. package/esm2015/lib/PrefixShiftType.js.map +1 -0
  133. package/esm2015/lib/PrefixView.js +8 -0
  134. package/esm2015/lib/PrefixView.js.map +1 -0
  135. package/esm2015/lib/PrefixVisualModelExport.js +36 -0
  136. package/esm2015/lib/PrefixVisualModelExport.js.map +1 -0
  137. package/esm2015/lib/Replaced.js +22 -0
  138. package/esm2015/lib/Replaced.js.map +1 -0
  139. package/esm2015/lib/Ripple.js +8 -0
  140. package/esm2015/lib/Ripple.js.map +1 -0
  141. package/esm2015/lib/RippleView.js +8 -0
  142. package/esm2015/lib/RippleView.js.map +1 -0
  143. package/esm2015/lib/RippleView_combined.js +397 -0
  144. package/esm2015/lib/RippleView_combined.js.map +1 -0
  145. package/esm2015/lib/RippleVisualModelExport.js +39 -0
  146. package/esm2015/lib/RippleVisualModelExport.js.map +1 -0
  147. package/esm2015/lib/Suffix.js +8 -0
  148. package/esm2015/lib/Suffix.js.map +1 -0
  149. package/esm2015/lib/SuffixShiftType.js +18 -0
  150. package/esm2015/lib/SuffixShiftType.js.map +1 -0
  151. package/esm2015/lib/SuffixView.js +8 -0
  152. package/esm2015/lib/SuffixView.js.map +1 -0
  153. package/esm2015/lib/SuffixVisualModelExport.js +35 -0
  154. package/esm2015/lib/SuffixVisualModelExport.js.map +1 -0
  155. package/esm2015/lib/TextElementsVisualModelExport.js +45 -0
  156. package/esm2015/lib/TextElementsVisualModelExport.js.map +1 -0
  157. package/esm2015/lib/ThemeResolver.js +53 -0
  158. package/esm2015/lib/ThemeResolver.js.map +1 -0
  159. package/esm2015/lib/ValueChangedEventArgs.js +34 -0
  160. package/esm2015/lib/ValueChangedEventArgs.js.map +1 -0
  161. package/esm2015/lib/igc-button-click-event-args.js +25 -0
  162. package/esm2015/lib/igc-button-click-event-args.js.map +1 -0
  163. package/esm2015/lib/igc-button-component.js +2010 -0
  164. package/esm2015/lib/igc-button-component.js.map +1 -0
  165. package/esm2015/lib/igc-button-group-button-collection.js +49 -0
  166. package/esm2015/lib/igc-button-group-button-collection.js.map +1 -0
  167. package/esm2015/lib/igc-button-group-component.js +1017 -0
  168. package/esm2015/lib/igc-button-group-component.js.map +1 -0
  169. package/esm2015/lib/igc-button-group-module.js +22 -0
  170. package/esm2015/lib/igc-button-group-module.js.map +1 -0
  171. package/esm2015/lib/igc-button-group-selection-changed-event-args.js +25 -0
  172. package/esm2015/lib/igc-button-group-selection-changed-event-args.js.map +1 -0
  173. package/esm2015/lib/igc-button-module.js +22 -0
  174. package/esm2015/lib/igc-button-module.js.map +1 -0
  175. package/esm2015/lib/igc-calendar-component.js +484 -0
  176. package/esm2015/lib/igc-calendar-component.js.map +1 -0
  177. package/esm2015/lib/igc-calendar-locale-en-module.js +14 -0
  178. package/esm2015/lib/igc-calendar-locale-en-module.js.map +1 -0
  179. package/esm2015/lib/igc-calendar-module.js +22 -0
  180. package/esm2015/lib/igc-calendar-module.js.map +1 -0
  181. package/esm2015/lib/igc-checkbox-change-event-args.js +38 -0
  182. package/esm2015/lib/igc-checkbox-change-event-args.js.map +1 -0
  183. package/esm2015/lib/igc-checkbox-component.js +620 -0
  184. package/esm2015/lib/igc-checkbox-component.js.map +1 -0
  185. package/esm2015/lib/igc-checkbox-module.js +22 -0
  186. package/esm2015/lib/igc-checkbox-module.js.map +1 -0
  187. package/esm2015/lib/igc-date-picker-component.js +604 -0
  188. package/esm2015/lib/igc-date-picker-component.js.map +1 -0
  189. package/esm2015/lib/igc-date-picker-module.js +26 -0
  190. package/esm2015/lib/igc-date-picker-module.js.map +1 -0
  191. package/esm2015/lib/igc-got-focus-event-args.js +25 -0
  192. package/esm2015/lib/igc-got-focus-event-args.js.map +1 -0
  193. package/esm2015/lib/igc-icon-component.js +490 -0
  194. package/esm2015/lib/igc-icon-component.js.map +1 -0
  195. package/esm2015/lib/igc-icon-module.js +20 -0
  196. package/esm2015/lib/igc-icon-module.js.map +1 -0
  197. package/esm2015/lib/igc-input-change-event-args.js +38 -0
  198. package/esm2015/lib/igc-input-change-event-args.js.map +1 -0
  199. package/esm2015/lib/igc-input-component.js +540 -0
  200. package/esm2015/lib/igc-input-component.js.map +1 -0
  201. package/esm2015/lib/igc-input-group-component.js +1966 -0
  202. package/esm2015/lib/igc-input-group-component.js.map +1 -0
  203. package/esm2015/lib/igc-input-group-input-collection.js +49 -0
  204. package/esm2015/lib/igc-input-group-input-collection.js.map +1 -0
  205. package/esm2015/lib/igc-input-group-item-component.js +176 -0
  206. package/esm2015/lib/igc-input-group-item-component.js.map +1 -0
  207. package/esm2015/lib/igc-input-group-module.js +24 -0
  208. package/esm2015/lib/igc-input-group-module.js.map +1 -0
  209. package/esm2015/lib/igc-input-module.js +20 -0
  210. package/esm2015/lib/igc-input-module.js.map +1 -0
  211. package/esm2015/lib/igc-label-component.js +400 -0
  212. package/esm2015/lib/igc-label-component.js.map +1 -0
  213. package/esm2015/lib/igc-label-module.js +20 -0
  214. package/esm2015/lib/igc-label-module.js.map +1 -0
  215. package/esm2015/lib/igc-lost-focus-event-args.js +25 -0
  216. package/esm2015/lib/igc-lost-focus-event-args.js.map +1 -0
  217. package/esm2015/lib/igc-prefix-component.js +186 -0
  218. package/esm2015/lib/igc-prefix-component.js.map +1 -0
  219. package/esm2015/lib/igc-prefix-module.js +20 -0
  220. package/esm2015/lib/igc-prefix-module.js.map +1 -0
  221. package/esm2015/lib/igc-ripple-component.js +380 -0
  222. package/esm2015/lib/igc-ripple-component.js.map +1 -0
  223. package/esm2015/lib/igc-ripple-module.js +18 -0
  224. package/esm2015/lib/igc-ripple-module.js.map +1 -0
  225. package/esm2015/lib/igc-suffix-component.js +186 -0
  226. package/esm2015/lib/igc-suffix-component.js.map +1 -0
  227. package/esm2015/lib/igc-value-changed-event-args.js +37 -0
  228. package/esm2015/lib/igc-value-changed-event-args.js.map +1 -0
  229. package/esm2015/public_api.js +103 -0
  230. package/esm2015/public_api.js.map +1 -0
  231. package/esm5/igniteui-webcomponents-inputs.js +2 -0
  232. package/esm5/igniteui-webcomponents-inputs.js.map +1 -0
  233. package/esm5/lib/Button.js +8 -0
  234. package/esm5/lib/Button.js.map +1 -0
  235. package/esm5/lib/ButtonClickEventArgs.js +21 -0
  236. package/esm5/lib/ButtonClickEventArgs.js.map +1 -0
  237. package/esm5/lib/ButtonDisplayStyle.js +12 -0
  238. package/esm5/lib/ButtonDisplayStyle.js.map +1 -0
  239. package/esm5/lib/ButtonGroup.js +8 -0
  240. package/esm5/lib/ButtonGroup.js.map +1 -0
  241. package/esm5/lib/ButtonGroupButtonCollection.js +31 -0
  242. package/esm5/lib/ButtonGroupButtonCollection.js.map +1 -0
  243. package/esm5/lib/ButtonGroupDisplayStyle.js +12 -0
  244. package/esm5/lib/ButtonGroupDisplayStyle.js.map +1 -0
  245. package/esm5/lib/ButtonGroupOrientation.js +17 -0
  246. package/esm5/lib/ButtonGroupOrientation.js.map +1 -0
  247. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +21 -0
  248. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js.map +1 -0
  249. package/esm5/lib/ButtonGroupView.js +8 -0
  250. package/esm5/lib/ButtonGroupView.js.map +1 -0
  251. package/esm5/lib/ButtonGroupView_combined.js +1702 -0
  252. package/esm5/lib/ButtonGroupView_combined.js.map +1 -0
  253. package/esm5/lib/ButtonGroupVisualModelExport.js +59 -0
  254. package/esm5/lib/ButtonGroupVisualModelExport.js.map +1 -0
  255. package/esm5/lib/ButtonView.js +8 -0
  256. package/esm5/lib/ButtonView.js.map +1 -0
  257. package/esm5/lib/ButtonView_combined.js +3529 -0
  258. package/esm5/lib/ButtonView_combined.js.map +1 -0
  259. package/esm5/lib/ButtonVisualModelExport.js +112 -0
  260. package/esm5/lib/ButtonVisualModelExport.js.map +1 -0
  261. package/esm5/lib/Calendar.js +8 -0
  262. package/esm5/lib/Calendar.js.map +1 -0
  263. package/esm5/lib/CalendarLocaleEn.js +59 -0
  264. package/esm5/lib/CalendarLocaleEn.js.map +1 -0
  265. package/esm5/lib/CalendarView.js +8 -0
  266. package/esm5/lib/CalendarView.js.map +1 -0
  267. package/esm5/lib/CalendarView_combined.js +2877 -0
  268. package/esm5/lib/CalendarView_combined.js.map +1 -0
  269. package/esm5/lib/CalendarVisualModelExport.js +103 -0
  270. package/esm5/lib/CalendarVisualModelExport.js.map +1 -0
  271. package/esm5/lib/Checkbox.js +8 -0
  272. package/esm5/lib/Checkbox.js.map +1 -0
  273. package/esm5/lib/CheckboxChangeEventArgs.js +44 -0
  274. package/esm5/lib/CheckboxChangeEventArgs.js.map +1 -0
  275. package/esm5/lib/CheckboxLabelPosition.js +12 -0
  276. package/esm5/lib/CheckboxLabelPosition.js.map +1 -0
  277. package/esm5/lib/CheckboxView.js +8 -0
  278. package/esm5/lib/CheckboxView.js.map +1 -0
  279. package/esm5/lib/CheckboxView_combined.js +1220 -0
  280. package/esm5/lib/CheckboxView_combined.js.map +1 -0
  281. package/esm5/lib/CheckboxVisualModelExport.js +65 -0
  282. package/esm5/lib/CheckboxVisualModelExport.js.map +1 -0
  283. package/esm5/lib/DateFormats.js +26 -0
  284. package/esm5/lib/DateFormats.js.map +1 -0
  285. package/esm5/lib/DatePicker.js +8 -0
  286. package/esm5/lib/DatePicker.js.map +1 -0
  287. package/esm5/lib/DatePickerView.js +8 -0
  288. package/esm5/lib/DatePickerView.js.map +1 -0
  289. package/esm5/lib/DatePickerView_combined.js +1539 -0
  290. package/esm5/lib/DatePickerView_combined.js.map +1 -0
  291. package/esm5/lib/DatePickerVisualModelExport.js +73 -0
  292. package/esm5/lib/DatePickerVisualModelExport.js.map +1 -0
  293. package/esm5/lib/DateTimeValueFormatter.js +111 -0
  294. package/esm5/lib/DateTimeValueFormatter.js.map +1 -0
  295. package/esm5/lib/DayInfo.js +26 -0
  296. package/esm5/lib/DayInfo.js.map +1 -0
  297. package/esm5/lib/DayOfWeek.js +46 -0
  298. package/esm5/lib/DayOfWeek.js.map +1 -0
  299. package/esm5/lib/ElevationHelper.js +72 -0
  300. package/esm5/lib/ElevationHelper.js.map +1 -0
  301. package/esm5/lib/FirstWeek.js +30 -0
  302. package/esm5/lib/FirstWeek.js.map +1 -0
  303. package/esm5/lib/GotFocusEventArgs.js +21 -0
  304. package/esm5/lib/GotFocusEventArgs.js.map +1 -0
  305. package/esm5/lib/Icon.js +8 -0
  306. package/esm5/lib/Icon.js.map +1 -0
  307. package/esm5/lib/IconView.js +8 -0
  308. package/esm5/lib/IconView.js.map +1 -0
  309. package/esm5/lib/IconView_combined.js +706 -0
  310. package/esm5/lib/IconView_combined.js.map +1 -0
  311. package/esm5/lib/IconVisualModelExport.js +74 -0
  312. package/esm5/lib/IconVisualModelExport.js.map +1 -0
  313. package/esm5/lib/Input.js +8 -0
  314. package/esm5/lib/Input.js.map +1 -0
  315. package/esm5/lib/InputChangeEventArgs.js +44 -0
  316. package/esm5/lib/InputChangeEventArgs.js.map +1 -0
  317. package/esm5/lib/InputGroup.js +8 -0
  318. package/esm5/lib/InputGroup.js.map +1 -0
  319. package/esm5/lib/InputGroupDisplayType.js +19 -0
  320. package/esm5/lib/InputGroupDisplayType.js.map +1 -0
  321. package/esm5/lib/InputGroupInputCollection.js +8 -0
  322. package/esm5/lib/InputGroupInputCollection.js.map +1 -0
  323. package/esm5/lib/InputGroupItem.js +8 -0
  324. package/esm5/lib/InputGroupItem.js.map +1 -0
  325. package/esm5/lib/InputGroupView.js +8 -0
  326. package/esm5/lib/InputGroupView.js.map +1 -0
  327. package/esm5/lib/InputGroupView_combined.js +6273 -0
  328. package/esm5/lib/InputGroupView_combined.js.map +1 -0
  329. package/esm5/lib/InputGroupVisualModelExport.js +112 -0
  330. package/esm5/lib/InputGroupVisualModelExport.js.map +1 -0
  331. package/esm5/lib/InputShiftType.js +18 -0
  332. package/esm5/lib/InputShiftType.js.map +1 -0
  333. package/esm5/lib/InputView.js +8 -0
  334. package/esm5/lib/InputView.js.map +1 -0
  335. package/esm5/lib/InputVisualModelExport.js +81 -0
  336. package/esm5/lib/InputVisualModelExport.js.map +1 -0
  337. package/esm5/lib/KEYCODES.js +12 -0
  338. package/esm5/lib/KEYCODES.js.map +1 -0
  339. package/esm5/lib/Label.js +8 -0
  340. package/esm5/lib/Label.js.map +1 -0
  341. package/esm5/lib/LabelShiftType.js +18 -0
  342. package/esm5/lib/LabelShiftType.js.map +1 -0
  343. package/esm5/lib/LabelView.js +8 -0
  344. package/esm5/lib/LabelView.js.map +1 -0
  345. package/esm5/lib/LabelVisualModelExport.js +87 -0
  346. package/esm5/lib/LabelVisualModelExport.js.map +1 -0
  347. package/esm5/lib/LostFocusEventArgs.js +21 -0
  348. package/esm5/lib/LostFocusEventArgs.js.map +1 -0
  349. package/esm5/lib/MaskOptions.js +24 -0
  350. package/esm5/lib/MaskOptions.js.map +1 -0
  351. package/esm5/lib/MaskParsingService.js +268 -0
  352. package/esm5/lib/MaskParsingService.js.map +1 -0
  353. package/esm5/lib/Prefix.js +8 -0
  354. package/esm5/lib/Prefix.js.map +1 -0
  355. package/esm5/lib/PrefixShiftType.js +18 -0
  356. package/esm5/lib/PrefixShiftType.js.map +1 -0
  357. package/esm5/lib/PrefixView.js +8 -0
  358. package/esm5/lib/PrefixView.js.map +1 -0
  359. package/esm5/lib/PrefixVisualModelExport.js +38 -0
  360. package/esm5/lib/PrefixVisualModelExport.js.map +1 -0
  361. package/esm5/lib/Replaced.js +24 -0
  362. package/esm5/lib/Replaced.js.map +1 -0
  363. package/esm5/lib/Ripple.js +8 -0
  364. package/esm5/lib/Ripple.js.map +1 -0
  365. package/esm5/lib/RippleView.js +8 -0
  366. package/esm5/lib/RippleView.js.map +1 -0
  367. package/esm5/lib/RippleView_combined.js +492 -0
  368. package/esm5/lib/RippleView_combined.js.map +1 -0
  369. package/esm5/lib/RippleVisualModelExport.js +41 -0
  370. package/esm5/lib/RippleVisualModelExport.js.map +1 -0
  371. package/esm5/lib/Suffix.js +8 -0
  372. package/esm5/lib/Suffix.js.map +1 -0
  373. package/esm5/lib/SuffixShiftType.js +18 -0
  374. package/esm5/lib/SuffixShiftType.js.map +1 -0
  375. package/esm5/lib/SuffixView.js +8 -0
  376. package/esm5/lib/SuffixView.js.map +1 -0
  377. package/esm5/lib/SuffixVisualModelExport.js +37 -0
  378. package/esm5/lib/SuffixVisualModelExport.js.map +1 -0
  379. package/esm5/lib/TextElementsVisualModelExport.js +47 -0
  380. package/esm5/lib/TextElementsVisualModelExport.js.map +1 -0
  381. package/esm5/lib/ThemeResolver.js +57 -0
  382. package/esm5/lib/ThemeResolver.js.map +1 -0
  383. package/esm5/lib/ValueChangedEventArgs.js +44 -0
  384. package/esm5/lib/ValueChangedEventArgs.js.map +1 -0
  385. package/esm5/lib/igc-button-click-event-args.js +31 -0
  386. package/esm5/lib/igc-button-click-event-args.js.map +1 -0
  387. package/esm5/lib/igc-button-component.js +2722 -0
  388. package/esm5/lib/igc-button-component.js.map +1 -0
  389. package/esm5/lib/igc-button-group-button-collection.js +54 -0
  390. package/esm5/lib/igc-button-group-button-collection.js.map +1 -0
  391. package/esm5/lib/igc-button-group-component.js +1318 -0
  392. package/esm5/lib/igc-button-group-component.js.map +1 -0
  393. package/esm5/lib/igc-button-group-module.js +26 -0
  394. package/esm5/lib/igc-button-group-module.js.map +1 -0
  395. package/esm5/lib/igc-button-group-selection-changed-event-args.js +31 -0
  396. package/esm5/lib/igc-button-group-selection-changed-event-args.js.map +1 -0
  397. package/esm5/lib/igc-button-module.js +26 -0
  398. package/esm5/lib/igc-button-module.js.map +1 -0
  399. package/esm5/lib/igc-calendar-component.js +595 -0
  400. package/esm5/lib/igc-calendar-component.js.map +1 -0
  401. package/esm5/lib/igc-calendar-locale-en-module.js +18 -0
  402. package/esm5/lib/igc-calendar-locale-en-module.js.map +1 -0
  403. package/esm5/lib/igc-calendar-module.js +26 -0
  404. package/esm5/lib/igc-calendar-module.js.map +1 -0
  405. package/esm5/lib/igc-checkbox-change-event-args.js +52 -0
  406. package/esm5/lib/igc-checkbox-change-event-args.js.map +1 -0
  407. package/esm5/lib/igc-checkbox-component.js +788 -0
  408. package/esm5/lib/igc-checkbox-component.js.map +1 -0
  409. package/esm5/lib/igc-checkbox-module.js +26 -0
  410. package/esm5/lib/igc-checkbox-module.js.map +1 -0
  411. package/esm5/lib/igc-date-picker-component.js +739 -0
  412. package/esm5/lib/igc-date-picker-component.js.map +1 -0
  413. package/esm5/lib/igc-date-picker-module.js +30 -0
  414. package/esm5/lib/igc-date-picker-module.js.map +1 -0
  415. package/esm5/lib/igc-got-focus-event-args.js +31 -0
  416. package/esm5/lib/igc-got-focus-event-args.js.map +1 -0
  417. package/esm5/lib/igc-icon-component.js +609 -0
  418. package/esm5/lib/igc-icon-component.js.map +1 -0
  419. package/esm5/lib/igc-icon-module.js +24 -0
  420. package/esm5/lib/igc-icon-module.js.map +1 -0
  421. package/esm5/lib/igc-input-change-event-args.js +52 -0
  422. package/esm5/lib/igc-input-change-event-args.js.map +1 -0
  423. package/esm5/lib/igc-input-component.js +676 -0
  424. package/esm5/lib/igc-input-component.js.map +1 -0
  425. package/esm5/lib/igc-input-group-component.js +2646 -0
  426. package/esm5/lib/igc-input-group-component.js.map +1 -0
  427. package/esm5/lib/igc-input-group-input-collection.js +54 -0
  428. package/esm5/lib/igc-input-group-input-collection.js.map +1 -0
  429. package/esm5/lib/igc-input-group-item-component.js +194 -0
  430. package/esm5/lib/igc-input-group-item-component.js.map +1 -0
  431. package/esm5/lib/igc-input-group-module.js +28 -0
  432. package/esm5/lib/igc-input-group-module.js.map +1 -0
  433. package/esm5/lib/igc-input-module.js +24 -0
  434. package/esm5/lib/igc-input-module.js.map +1 -0
  435. package/esm5/lib/igc-label-component.js +523 -0
  436. package/esm5/lib/igc-label-component.js.map +1 -0
  437. package/esm5/lib/igc-label-module.js +24 -0
  438. package/esm5/lib/igc-label-module.js.map +1 -0
  439. package/esm5/lib/igc-lost-focus-event-args.js +31 -0
  440. package/esm5/lib/igc-lost-focus-event-args.js.map +1 -0
  441. package/esm5/lib/igc-prefix-component.js +229 -0
  442. package/esm5/lib/igc-prefix-component.js.map +1 -0
  443. package/esm5/lib/igc-prefix-module.js +24 -0
  444. package/esm5/lib/igc-prefix-module.js.map +1 -0
  445. package/esm5/lib/igc-ripple-component.js +450 -0
  446. package/esm5/lib/igc-ripple-component.js.map +1 -0
  447. package/esm5/lib/igc-ripple-module.js +22 -0
  448. package/esm5/lib/igc-ripple-module.js.map +1 -0
  449. package/esm5/lib/igc-suffix-component.js +229 -0
  450. package/esm5/lib/igc-suffix-component.js.map +1 -0
  451. package/esm5/lib/igc-value-changed-event-args.js +51 -0
  452. package/esm5/lib/igc-value-changed-event-args.js.map +1 -0
  453. package/esm5/public_api.js +103 -0
  454. package/esm5/public_api.js.map +1 -0
  455. package/fesm2015/igniteui-webcomponents-inputs.js +26824 -0
  456. package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -0
  457. package/fesm5/igniteui-webcomponents-inputs.js +32419 -0
  458. package/fesm5/igniteui-webcomponents-inputs.js.map +1 -0
  459. package/igniteui-webcomponents-inputs.d.ts +1 -0
  460. package/lib/Button.d.ts +1 -0
  461. package/lib/ButtonClickEventArgs.d.ts +7 -0
  462. package/lib/ButtonDisplayStyle.d.ts +15 -0
  463. package/lib/ButtonGroup.d.ts +1 -0
  464. package/lib/ButtonGroupButtonCollection.d.ts +12 -0
  465. package/lib/ButtonGroupDisplayStyle.d.ts +12 -0
  466. package/lib/ButtonGroupOrientation.d.ts +9 -0
  467. package/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
  468. package/lib/ButtonGroupView.d.ts +1 -0
  469. package/lib/ButtonGroupView_combined.d.ts +306 -0
  470. package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
  471. package/lib/ButtonView.d.ts +1 -0
  472. package/lib/ButtonView_combined.d.ts +667 -0
  473. package/lib/ButtonVisualModelExport.d.ts +46 -0
  474. package/lib/Calendar.d.ts +1 -0
  475. package/lib/CalendarLocaleEn.d.ts +49 -0
  476. package/lib/CalendarView.d.ts +1 -0
  477. package/lib/CalendarView_combined.d.ts +206 -0
  478. package/lib/CalendarVisualModelExport.d.ts +33 -0
  479. package/lib/Checkbox.d.ts +1 -0
  480. package/lib/CheckboxChangeEventArgs.d.ts +11 -0
  481. package/lib/CheckboxLabelPosition.d.ts +12 -0
  482. package/lib/CheckboxView.d.ts +1 -0
  483. package/lib/CheckboxView_combined.d.ts +181 -0
  484. package/lib/CheckboxVisualModelExport.d.ts +28 -0
  485. package/lib/DateFormats.d.ts +18 -0
  486. package/lib/DatePicker.d.ts +1 -0
  487. package/lib/DatePickerView.d.ts +1 -0
  488. package/lib/DatePickerView_combined.d.ts +191 -0
  489. package/lib/DatePickerVisualModelExport.d.ts +24 -0
  490. package/lib/DateTimeValueFormatter.d.ts +20 -0
  491. package/lib/DayInfo.d.ts +13 -0
  492. package/lib/DayOfWeek.d.ts +38 -0
  493. package/lib/ElevationHelper.d.ts +16 -0
  494. package/lib/FirstWeek.d.ts +22 -0
  495. package/lib/GotFocusEventArgs.d.ts +7 -0
  496. package/lib/Icon.d.ts +1 -0
  497. package/lib/IconView.d.ts +1 -0
  498. package/lib/IconView_combined.d.ts +117 -0
  499. package/lib/IconVisualModelExport.d.ts +21 -0
  500. package/lib/Input.d.ts +1 -0
  501. package/lib/InputChangeEventArgs.d.ts +11 -0
  502. package/lib/InputGroup.d.ts +1 -0
  503. package/lib/InputGroupDisplayType.d.ts +11 -0
  504. package/lib/InputGroupInputCollection.d.ts +1 -0
  505. package/lib/InputGroupItem.d.ts +1 -0
  506. package/lib/InputGroupView.d.ts +1 -0
  507. package/lib/InputGroupView_combined.d.ts +1192 -0
  508. package/lib/InputGroupVisualModelExport.d.ts +44 -0
  509. package/lib/InputShiftType.d.ts +10 -0
  510. package/lib/InputView.d.ts +1 -0
  511. package/lib/InputVisualModelExport.d.ts +30 -0
  512. package/lib/KEYCODES.d.ts +26 -0
  513. package/lib/Label.d.ts +1 -0
  514. package/lib/LabelShiftType.d.ts +10 -0
  515. package/lib/LabelView.d.ts +1 -0
  516. package/lib/LabelVisualModelExport.d.ts +34 -0
  517. package/lib/LostFocusEventArgs.d.ts +7 -0
  518. package/lib/MaskOptions.d.ts +9 -0
  519. package/lib/MaskParsingService.d.ts +19 -0
  520. package/lib/Prefix.d.ts +1 -0
  521. package/lib/PrefixShiftType.d.ts +10 -0
  522. package/lib/PrefixView.d.ts +1 -0
  523. package/lib/PrefixVisualModelExport.d.ts +13 -0
  524. package/lib/Replaced.d.ts +9 -0
  525. package/lib/Ripple.d.ts +1 -0
  526. package/lib/RippleView.d.ts +1 -0
  527. package/lib/RippleView_combined.d.ts +89 -0
  528. package/lib/RippleVisualModelExport.d.ts +15 -0
  529. package/lib/Suffix.d.ts +1 -0
  530. package/lib/SuffixShiftType.d.ts +10 -0
  531. package/lib/SuffixView.d.ts +1 -0
  532. package/lib/SuffixVisualModelExport.d.ts +13 -0
  533. package/lib/TextElementsVisualModelExport.d.ts +16 -0
  534. package/lib/ThemeResolver.d.ts +18 -0
  535. package/lib/ValueChangedEventArgs.d.ts +11 -0
  536. package/lib/igc-button-click-event-args.d.ts +12 -0
  537. package/lib/igc-button-component.d.ts +671 -0
  538. package/lib/igc-button-group-button-collection.d.ts +8 -0
  539. package/lib/igc-button-group-component.d.ts +344 -0
  540. package/lib/igc-button-group-module.d.ts +3 -0
  541. package/lib/igc-button-group-selection-changed-event-args.d.ts +12 -0
  542. package/lib/igc-button-module.d.ts +3 -0
  543. package/lib/igc-calendar-component.d.ts +152 -0
  544. package/lib/igc-calendar-locale-en-module.d.ts +3 -0
  545. package/lib/igc-calendar-module.d.ts +3 -0
  546. package/lib/igc-checkbox-change-event-args.d.ts +14 -0
  547. package/lib/igc-checkbox-component.d.ts +198 -0
  548. package/lib/igc-checkbox-module.d.ts +3 -0
  549. package/lib/igc-date-picker-component.d.ts +174 -0
  550. package/lib/igc-date-picker-module.d.ts +3 -0
  551. package/lib/igc-got-focus-event-args.d.ts +12 -0
  552. package/lib/igc-icon-component.d.ts +148 -0
  553. package/lib/igc-icon-module.d.ts +3 -0
  554. package/lib/igc-input-change-event-args.d.ts +14 -0
  555. package/lib/igc-input-component.d.ts +145 -0
  556. package/lib/igc-input-group-component.d.ts +588 -0
  557. package/lib/igc-input-group-input-collection.d.ts +8 -0
  558. package/lib/igc-input-group-item-component.d.ts +39 -0
  559. package/lib/igc-input-group-module.d.ts +3 -0
  560. package/lib/igc-input-module.d.ts +3 -0
  561. package/lib/igc-label-component.d.ts +141 -0
  562. package/lib/igc-label-module.d.ts +3 -0
  563. package/lib/igc-lost-focus-event-args.d.ts +12 -0
  564. package/lib/igc-prefix-component.d.ts +55 -0
  565. package/lib/igc-prefix-module.d.ts +3 -0
  566. package/lib/igc-ripple-component.d.ts +104 -0
  567. package/lib/igc-ripple-module.d.ts +3 -0
  568. package/lib/igc-suffix-component.d.ts +55 -0
  569. package/lib/igc-value-changed-event-args.d.ts +14 -0
  570. package/package.json +35 -0
  571. package/public_api.d.ts +102 -0
@@ -0,0 +1,1702 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import * as tslib_1 from "tslib";
8
+ import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateCombine, enumGetBox, delegateRemove, fromEn } from "igniteui-webcomponents-core";
9
+ import { List$1 } from "igniteui-webcomponents-core";
10
+ import { ButtonGroupOrientation_$type } from "./ButtonGroupOrientation";
11
+ import { ButtonGroupDisplayStyle_$type } from "./ButtonGroupDisplayStyle";
12
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
13
+ import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
14
+ import { ButtonGroupButtonCollection } from "./ButtonGroupButtonCollection";
15
+ import { ThemeResolver } from "./ThemeResolver";
16
+ import { ButtonGroupSelectionChangedEventArgs } from "./ButtonGroupSelectionChangedEventArgs";
17
+ import { CornerRadius } from "igniteui-webcomponents-core";
18
+ import { ButtonGroupVisualModelExport } from "./ButtonGroupVisualModelExport";
19
+ import { AppearanceHelper } from "igniteui-webcomponents-core";
20
+ import { ButtonVisualModelExport } from "./ButtonVisualModelExport";
21
+ import { BrushUtil } from "igniteui-webcomponents-core";
22
+ import { isNaN_ } from "igniteui-webcomponents-core";
23
+ /**
24
+ * @hidden
25
+ */
26
+ var ButtonGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
27
+ tslib_1.__extends(ButtonGroupView, _super);
28
+ function ButtonGroupView() {
29
+ var _this = _super.call(this) || this;
30
+ _this.a = null;
31
+ _this.g = null;
32
+ _this.b = null;
33
+ _this.f = new List$1(Delegate_$type, 0);
34
+ _this.m = null;
35
+ _this.c = true;
36
+ _this.h = null;
37
+ _this.i = null;
38
+ _this.j = null;
39
+ _this.k = null;
40
+ return _this;
41
+ }
42
+ ButtonGroupView.prototype.v = function () {
43
+ };
44
+ ButtonGroupView.prototype.d = function () {
45
+ return true;
46
+ };
47
+ ButtonGroupView.prototype.p = function (a) {
48
+ };
49
+ ButtonGroupView.prototype.r = function (a) {
50
+ };
51
+ ButtonGroupView.prototype.q = function () {
52
+ };
53
+ Object.defineProperty(ButtonGroupView.prototype, "l", {
54
+ get: function () {
55
+ return this.h;
56
+ },
57
+ enumerable: true,
58
+ configurable: true
59
+ });
60
+ Object.defineProperty(ButtonGroupView.prototype, "ab", {
61
+ get: function () {
62
+ return null;
63
+ },
64
+ enumerable: true,
65
+ configurable: true
66
+ });
67
+ Object.defineProperty(ButtonGroupView.prototype, "e", {
68
+ get: function () {
69
+ return true;
70
+ },
71
+ enumerable: true,
72
+ configurable: true
73
+ });
74
+ ButtonGroupView.prototype.t = function (a) {
75
+ var e_1, _a;
76
+ var _this = this;
77
+ if (a == null) {
78
+ try {
79
+ for (var _b = tslib_1.__values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
80
+ var b = _c.value;
81
+ b();
82
+ }
83
+ }
84
+ catch (e_1_1) {
85
+ e_1 = { error: e_1_1 };
86
+ }
87
+ finally {
88
+ try {
89
+ if (_c && !_c.done && (_a = _b.return))
90
+ _a.call(_b);
91
+ }
92
+ finally {
93
+ if (e_1)
94
+ throw e_1.error;
95
+ }
96
+ }
97
+ this.f.clear();
98
+ }
99
+ this.g = a;
100
+ a.rootWrapper.setStyleProperty("position", "relative");
101
+ var c = this.g.createElement("div");
102
+ c.addClass("ig-button-content");
103
+ c.setStyleProperty("position", "relative");
104
+ c.setStyleProperty("display", "flex");
105
+ c.setStyleProperty("flex-direction", "row");
106
+ c.setStyleProperty("flex-wrap", "no-wrap");
107
+ c.setStyleProperty("align-items", "center");
108
+ this.j = c;
109
+ this.f.add(c.listen("click", runOn(this, this.n)));
110
+ this.g.append(c);
111
+ this.g.getPortal(c, "ChildContent", function (d) {
112
+ var comp_ = d.componentRef;
113
+ _this.k = comp_;
114
+ if (_this.a.r == 0) {
115
+ _this.j.setStyleProperty("flex-direction", "row");
116
+ comp_.display = 'flex';
117
+ comp_.flexDirection = 'row';
118
+ }
119
+ else {
120
+ _this.j.setStyleProperty("flex-direction", "column");
121
+ comp_.display = 'flex';
122
+ comp_.flexDirection = 'column';
123
+ }
124
+ }, true);
125
+ this.a.db();
126
+ };
127
+ ButtonGroupView.prototype.z = function (a) {
128
+ if (this.m != a) {
129
+ this.m = a;
130
+ if (this.i != null) {
131
+ this.i.setAttribute("d", this.m);
132
+ }
133
+ }
134
+ };
135
+ ButtonGroupView.prototype.y = function () {
136
+ var comp_ = this.k;
137
+ if (comp_ != null) {
138
+ if (this.a.r == 0) {
139
+ this.j.setStyleProperty("flex-direction", "row");
140
+ comp_.display = 'flex';
141
+ comp_.flexDirection = 'row';
142
+ }
143
+ else {
144
+ this.j.setStyleProperty("flex-direction", "column");
145
+ comp_.display = 'flex';
146
+ comp_.flexDirection = 'column';
147
+ }
148
+ }
149
+ };
150
+ ButtonGroupView.prototype.n = function (a) {
151
+ };
152
+ ButtonGroupView.prototype.w = function () {
153
+ if (this.d()) {
154
+ }
155
+ };
156
+ ButtonGroupView.prototype.s = function () {
157
+ this.c = true;
158
+ };
159
+ ButtonGroupView.prototype.u = function () {
160
+ var e_2, _a;
161
+ this.c = false;
162
+ try {
163
+ for (var _b = tslib_1.__values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
164
+ var a = _c.value;
165
+ a();
166
+ }
167
+ }
168
+ catch (e_2_1) {
169
+ e_2 = { error: e_2_1 };
170
+ }
171
+ finally {
172
+ try {
173
+ if (_c && !_c.done && (_a = _b.return))
174
+ _a.call(_b);
175
+ }
176
+ finally {
177
+ if (e_2)
178
+ throw e_2.error;
179
+ }
180
+ }
181
+ this.f.clear();
182
+ };
183
+ ButtonGroupView.prototype.aa = function (a) {
184
+ if (a != null) {
185
+ this.g.rootWrapper.setStyleProperty("font", a.fontString);
186
+ }
187
+ };
188
+ ButtonGroupView.prototype.x = function (a) {
189
+ if (this.a.r == 0) {
190
+ a.gc = "flex";
191
+ a.hf = "row";
192
+ a.fw = "center";
193
+ }
194
+ else {
195
+ a.gc = "flex";
196
+ a.hf = "column";
197
+ a.fw = "stretch";
198
+ }
199
+ };
200
+ ButtonGroupView.prototype.o = function (a) {
201
+ this.j.append(a);
202
+ };
203
+ ButtonGroupView.$t = markType(ButtonGroupView, 'ButtonGroupView');
204
+ return ButtonGroupView;
205
+ }(Base));
206
+ export { ButtonGroupView };
207
+ /**
208
+ * @hidden
209
+ */
210
+ var ButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
211
+ tslib_1.__extends(ButtonGroup, _super);
212
+ function ButtonGroup() {
213
+ var _this = _super.call(this) || this;
214
+ _this.o = 1;
215
+ _this.e = 0;
216
+ _this.i = 1;
217
+ _this.h = 1;
218
+ _this.a = new Array(0);
219
+ _this.u = false;
220
+ _this._view = null;
221
+ _this.ax = ThemeResolver.b(ButtonGroup.f, ButtonGroup.av, ButtonGroup.ap);
222
+ _this.gz = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gn, ButtonGroup.fn);
223
+ _this.g1 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gp, ButtonGroup.fp);
224
+ _this.g0 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.go, ButtonGroup.fo);
225
+ _this.g2 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gq, ButtonGroup.fq);
226
+ _this.aw = ThemeResolver.b(ButtonGroup.f, ButtonGroup.au, ButtonGroup.ao);
227
+ _this.g6 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gu, ButtonGroup.fu);
228
+ _this.g3 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gr, ButtonGroup.fr);
229
+ _this.g7 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gv, ButtonGroup.fv);
230
+ _this.ha = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gy, ButtonGroup.fy);
231
+ _this.g4 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gs, ButtonGroup.fs);
232
+ _this.g5 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gt, ButtonGroup.ft);
233
+ _this.g8 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gw, ButtonGroup.fw);
234
+ _this.g9 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gx, ButtonGroup.fx);
235
+ _this.ar = ThemeResolver.b(ButtonGroup.f, ButtonGroup.at, ButtonGroup.an);
236
+ _this.fz = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gb, ButtonGroup.fb);
237
+ _this.f1 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gd, ButtonGroup.fd);
238
+ _this.f0 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gc, ButtonGroup.fc);
239
+ _this.f2 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.ge, ButtonGroup.fe);
240
+ _this.aq = ThemeResolver.b(ButtonGroup.f, ButtonGroup.as, ButtonGroup.am);
241
+ _this.f6 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gi, ButtonGroup.fi);
242
+ _this.f3 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gf, ButtonGroup.ff);
243
+ _this.f7 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gj, ButtonGroup.fj);
244
+ _this.ga = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gm, ButtonGroup.fm);
245
+ _this.f4 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gg, ButtonGroup.fg);
246
+ _this.f5 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gh, ButtonGroup.fh);
247
+ _this.f8 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gk, ButtonGroup.fk);
248
+ _this.f9 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gl, ButtonGroup.fl);
249
+ _this.ad = ThemeResolver.b(ButtonGroup.f, ButtonGroup.av, ButtonGroup.ap);
250
+ _this.dm = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gn, ButtonGroup.fn);
251
+ _this.dp = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gp, ButtonGroup.fp);
252
+ _this.du = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gu, ButtonGroup.fu);
253
+ _this.dr = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gr, ButtonGroup.fr);
254
+ _this.dn = ThemeResolver.e(ButtonGroup.f, ButtonGroup.go, ButtonGroup.fo);
255
+ _this.dq = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gq, ButtonGroup.fq);
256
+ _this.ac = ThemeResolver.b(ButtonGroup.f, ButtonGroup.au, ButtonGroup.ao);
257
+ _this.dv = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gv, ButtonGroup.fv);
258
+ _this.dy = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gy, ButtonGroup.fy);
259
+ _this.ds = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gs, ButtonGroup.fs);
260
+ _this.dt = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gt, ButtonGroup.ft);
261
+ _this.dw = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gw, ButtonGroup.fw);
262
+ _this.dx = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gx, ButtonGroup.fx);
263
+ _this.ah = NaN;
264
+ _this.d7 = null;
265
+ _this.d9 = null;
266
+ _this.ee = null;
267
+ _this.eb = null;
268
+ _this.ec = null;
269
+ _this.d8 = null;
270
+ _this.ea = null;
271
+ _this.ag = NaN;
272
+ _this.ed = null;
273
+ _this.ev = null;
274
+ _this.ey = null;
275
+ _this.ew = null;
276
+ _this.ex = null;
277
+ _this.aj = NaN;
278
+ _this.ef = null;
279
+ _this.eh = null;
280
+ _this.em = null;
281
+ _this.ej = null;
282
+ _this.ek = null;
283
+ _this.eg = null;
284
+ _this.ei = null;
285
+ _this.ai = NaN;
286
+ _this.el = null;
287
+ _this.er = null;
288
+ _this.eu = null;
289
+ _this.es = null;
290
+ _this.et = null;
291
+ _this.af = NaN;
292
+ _this.dz = null;
293
+ _this.d1 = null;
294
+ _this.d6 = null;
295
+ _this.d3 = null;
296
+ _this.d4 = null;
297
+ _this.d0 = null;
298
+ _this.d2 = null;
299
+ _this.ae = NaN;
300
+ _this.d5 = null;
301
+ _this.en = null;
302
+ _this.eq = null;
303
+ _this.eo = null;
304
+ _this.ep = null;
305
+ _this.q = 0;
306
+ _this.a6 = "ig-buttongroup-" + ButtonGroup.a4++;
307
+ _this.w = false;
308
+ _this.v = false;
309
+ _this.x = false;
310
+ _this.propertyChanged = null;
311
+ _this.m = new ButtonGroupButtonCollection();
312
+ _this.selectionChanged = null;
313
+ var a = new ButtonGroupView();
314
+ a.a = _this;
315
+ _this.view = a;
316
+ _this.view.v();
317
+ var b = _this.m;
318
+ b.collectionChanged = delegateCombine(b.collectionChanged, runOn(_this, _this.c3));
319
+ var c = _this.m;
320
+ c.collectionResetting = delegateCombine(c.collectionResetting, runOn(_this, _this.c4));
321
+ return _this;
322
+ }
323
+ Object.defineProperty(ButtonGroup.prototype, "p", {
324
+ get: function () {
325
+ return this.o;
326
+ },
327
+ set: function (a) {
328
+ var b = this.o;
329
+ this.o = a;
330
+ if (b != this.o) {
331
+ this.da("DisplayType", enumGetBox(ButtonGroupDisplayStyle_$type, b), enumGetBox(ButtonGroupDisplayStyle_$type, a));
332
+ }
333
+ },
334
+ enumerable: true,
335
+ configurable: true
336
+ });
337
+ Object.defineProperty(ButtonGroup.prototype, "g", {
338
+ get: function () {
339
+ return this.e;
340
+ },
341
+ set: function (a) {
342
+ var b = this.e;
343
+ this.e = a;
344
+ if (b != this.e) {
345
+ this.da("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
346
+ }
347
+ },
348
+ enumerable: true,
349
+ configurable: true
350
+ });
351
+ ButtonGroup.prototype.c4 = function (a, b) {
352
+ var e_3, _a;
353
+ try {
354
+ for (var _b = tslib_1.__values(fromEnum(this.buttons)), _c = _b.next(); !_c.done; _c = _b.next()) {
355
+ var c = _c.value;
356
+ c.clicked = delegateRemove(c.clicked, runOn(this, this.c6));
357
+ }
358
+ }
359
+ catch (e_3_1) {
360
+ e_3 = { error: e_3_1 };
361
+ }
362
+ finally {
363
+ try {
364
+ if (_c && !_c.done && (_a = _b.return))
365
+ _a.call(_b);
366
+ }
367
+ finally {
368
+ if (e_3)
369
+ throw e_3.error;
370
+ }
371
+ }
372
+ this.df();
373
+ this.view.q();
374
+ };
375
+ ButtonGroup.prototype.appendContentChild = function (a) {
376
+ this.view.o(a);
377
+ };
378
+ ButtonGroup.prototype.c3 = function (a, b) {
379
+ var e_4, _a, e_5, _b;
380
+ if (b.oldItems != null) {
381
+ try {
382
+ for (var _c = tslib_1.__values(fromEn(b.oldItems)), _d = _c.next(); !_d.done; _d = _c.next()) {
383
+ var c = _d.value;
384
+ var d = c;
385
+ if (d != null) {
386
+ d.clicked = delegateRemove(d.clicked, runOn(this, this.c6));
387
+ }
388
+ this.view.r(d);
389
+ }
390
+ }
391
+ catch (e_4_1) {
392
+ e_4 = { error: e_4_1 };
393
+ }
394
+ finally {
395
+ try {
396
+ if (_d && !_d.done && (_a = _c.return))
397
+ _a.call(_c);
398
+ }
399
+ finally {
400
+ if (e_4)
401
+ throw e_4.error;
402
+ }
403
+ }
404
+ }
405
+ if (b.newItems != null) {
406
+ try {
407
+ for (var _e = tslib_1.__values(fromEn(b.newItems)), _f = _e.next(); !_f.done; _f = _e.next()) {
408
+ var e = _f.value;
409
+ var f = e;
410
+ if (f != null) {
411
+ f.clicked = delegateCombine(f.clicked, runOn(this, this.c6));
412
+ }
413
+ this.view.p(f);
414
+ }
415
+ }
416
+ catch (e_5_1) {
417
+ e_5 = { error: e_5_1 };
418
+ }
419
+ finally {
420
+ try {
421
+ if (_f && !_f.done && (_b = _e.return))
422
+ _b.call(_e);
423
+ }
424
+ finally {
425
+ if (e_5)
426
+ throw e_5.error;
427
+ }
428
+ }
429
+ }
430
+ this.df();
431
+ };
432
+ ButtonGroup.prototype.c6 = function (a, b) {
433
+ var c = a;
434
+ var d = this.buttons.indexOf(c);
435
+ this.de(c, d);
436
+ };
437
+ Object.defineProperty(ButtonGroup.prototype, "k", {
438
+ get: function () {
439
+ return this.i;
440
+ },
441
+ set: function (a) {
442
+ var b = this.i;
443
+ this.i = a;
444
+ if (b != this.i) {
445
+ this.da("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
446
+ }
447
+ },
448
+ enumerable: true,
449
+ configurable: true
450
+ });
451
+ Object.defineProperty(ButtonGroup.prototype, "j", {
452
+ get: function () {
453
+ return this.h;
454
+ },
455
+ set: function (a) {
456
+ var b = this.h;
457
+ this.h = a;
458
+ if (b != this.h) {
459
+ this.da("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
460
+ }
461
+ },
462
+ enumerable: true,
463
+ configurable: true
464
+ });
465
+ Object.defineProperty(ButtonGroup.prototype, "d", {
466
+ get: function () {
467
+ return this.a;
468
+ },
469
+ set: function (a) {
470
+ var b = this.a;
471
+ this.a = a;
472
+ if (b != this.a) {
473
+ this.da("SelectedIndices", b, a);
474
+ }
475
+ },
476
+ enumerable: true,
477
+ configurable: true
478
+ });
479
+ ButtonGroup.prototype.de = function (a, b) {
480
+ this.u = true;
481
+ if (this.aa(a)) {
482
+ this.d = this.b(this.d, a, b);
483
+ }
484
+ else {
485
+ if (!this.z) {
486
+ this.d = new Array(0);
487
+ }
488
+ this.d = this.c(this.d, a, b);
489
+ }
490
+ this.df();
491
+ if (this.selectionChanged != null) {
492
+ this.selectionChanged(this, new ButtonGroupSelectionChangedEventArgs());
493
+ }
494
+ this.u = false;
495
+ };
496
+ ButtonGroup.prototype.c = function (a, b, c) {
497
+ var d = new Array(Math.max(0, this.a.length + 1));
498
+ var e = 0;
499
+ for (var f = 0; f < this.a.length; f++) {
500
+ if (this.a[f] != c) {
501
+ d[e] = this.a[f];
502
+ e++;
503
+ }
504
+ }
505
+ d[e] = c;
506
+ return d;
507
+ };
508
+ ButtonGroup.prototype.b = function (a, b, c) {
509
+ var d = new Array(Math.max(0, this.a.length - 1));
510
+ var e = 0;
511
+ for (var f = 0; f < this.a.length; f++) {
512
+ if (this.a[f] != c) {
513
+ d[e] = this.a[f];
514
+ e++;
515
+ }
516
+ }
517
+ return d;
518
+ };
519
+ Object.defineProperty(ButtonGroup.prototype, "view", {
520
+ get: function () {
521
+ return this._view;
522
+ },
523
+ set: function (a) {
524
+ this._view = a;
525
+ },
526
+ enumerable: true,
527
+ configurable: true
528
+ });
529
+ ButtonGroup.prototype.destroy = function () {
530
+ this.provideContainer(null);
531
+ };
532
+ ButtonGroup.prototype.da = function (a, b, c) {
533
+ if (this.propertyChanged != null) {
534
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
535
+ }
536
+ this.dc(a, b, c);
537
+ };
538
+ ButtonGroup.prototype.dc = function (a, b, c) {
539
+ switch (a) {
540
+ case "BaseTheme":
541
+ this.dh(this.g);
542
+ this.dg();
543
+ break;
544
+ case "DisplayType":
545
+ case "ItemBorderColor":
546
+ case "ItemDisabledBorderColor":
547
+ case "ItemBackgroundColor":
548
+ case "ItemDisabledBackgroundColor":
549
+ case "SelectedItemBackgroundColor":
550
+ case "ItemTextColor":
551
+ case "ItemDisabledTextColor":
552
+ case "SelectedItemTextColor":
553
+ case "ItemHoverBackgroundColor":
554
+ case "SelectedItemHoverBackgroundColor":
555
+ case "ItemHoverTextColor":
556
+ case "SelectedItemHoverTextColor":
557
+ case "OutlinedItemBorderColor":
558
+ case "OutlinedItemDisabledBorderColor":
559
+ case "OutlinedItemBackgroundColor":
560
+ case "OutlinedItemDisabledBackgroundColor":
561
+ case "OutlinedSelectedItemBackgroundColor":
562
+ case "OutlinedItemTextColor":
563
+ case "OutlinedItemDisabledTextColor":
564
+ case "OutlinedSelectedItemTextColor":
565
+ case "OutlinedItemHoverBackgroundColor":
566
+ case ButtonGroup.cv:
567
+ case "OutlinedItemHoverTextColor":
568
+ case "OutlinedSelectedItemHoverTextColor":
569
+ case "FlatItemBorderColor":
570
+ case "FlatItemDisabledBorderColor":
571
+ case "FlatItemBackgroundColor":
572
+ case "FlatItemDisabledBackgroundColor":
573
+ case "FlatSelectedItemBackgroundColor":
574
+ case "FlatItemTextColor":
575
+ case "FlatItemDisabledTextColor":
576
+ case "FlatSelectedItemTextColor":
577
+ case "FlatItemHoverBackgroundColor":
578
+ case "FlatSelectedItemHoverBackgroundColor":
579
+ case "FlatItemHoverTextColor":
580
+ case "FlatSelectedItemHoverTextColor":
581
+ this.dg();
582
+ break;
583
+ case "ActualItemBorderColor":
584
+ case "ActualItemDisabledBorderColor":
585
+ case "ActualItemDisabledBackgroundColor":
586
+ case "ActualItemBackgroundColor":
587
+ case "ActualItemTextColor":
588
+ case "ActualItemDisabledTextColor":
589
+ case "ActualSelectedItemTextColor":
590
+ case "ActualSelectedItemBackgroundColor":
591
+ this.df();
592
+ break;
593
+ case "Orientation":
594
+ this.view.y();
595
+ this.df();
596
+ break;
597
+ case "Density":
598
+ this.j = this.k == 0 ? 1 : this.k;
599
+ break;
600
+ case "ActualDensity":
601
+ for (var d = 0; d < this.buttons.count; d++) {
602
+ this.buttons._inner[d].h = this.j;
603
+ }
604
+ break;
605
+ case "IsDisabled":
606
+ for (var e = 0; e < this.buttons.count; e++) {
607
+ this.buttons._inner[e].disabled = this.disabled;
608
+ }
609
+ break;
610
+ case "SelectedIndices":
611
+ if (!this.u) {
612
+ this.df();
613
+ }
614
+ break;
615
+ }
616
+ };
617
+ ButtonGroup.prototype.dl = function (a, b) {
618
+ 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);
619
+ };
620
+ ButtonGroup.prototype.dg = function () {
621
+ switch (this.p) {
622
+ case 1:
623
+ this.al = !isNaN_(this.a1) ? this.a1 : this.ax;
624
+ this.ez = this.hn != null ? this.hn : this.gz;
625
+ this.e1 = this.hp != null ? this.hp : this.g1;
626
+ this.e6 = this.hu != null ? this.hu : this.g6;
627
+ this.e3 = this.hr != null ? this.hr : this.g3;
628
+ this.e0 = this.ho != null ? this.ho : this.g0;
629
+ this.e2 = this.hq != null ? this.hq : this.g2;
630
+ this.ak = !isNaN_(this.a0) ? this.a0 : this.aw;
631
+ this.e7 = this.h7 != null ? this.h7 : this.g7;
632
+ this.fa = this.ia != null ? this.ia : this.ha;
633
+ this.e4 = this.hs != null ? this.hs : this.g4;
634
+ this.e5 = this.ht != null ? this.ht : this.g5;
635
+ this.e8 = this.h8 != null ? this.h8 : this.g8;
636
+ this.e9 = this.h9 != null ? this.h9 : this.g9;
637
+ break;
638
+ case 0:
639
+ this.al = !isNaN_(this.a1) ? this.a1 : this.ar;
640
+ this.ez = this.hn != null ? this.hn : this.fz;
641
+ this.e1 = this.hp != null ? this.hp : this.f1;
642
+ this.e6 = this.hu != null ? this.hu : this.f6;
643
+ this.e3 = this.hr != null ? this.hr : this.f3;
644
+ this.e0 = this.ho != null ? this.ho : this.f0;
645
+ this.e2 = this.hq != null ? this.hq : this.f2;
646
+ this.ak = !isNaN_(this.a0) ? this.a0 : this.aq;
647
+ this.e7 = this.h7 != null ? this.h7 : this.f7;
648
+ this.fa = this.ia != null ? this.ia : this.ga;
649
+ this.e4 = this.hs != null ? this.hs : this.f4;
650
+ this.e5 = this.ht != null ? this.ht : this.f5;
651
+ this.e8 = this.h8 != null ? this.h8 : this.f8;
652
+ this.e9 = this.h9 != null ? this.h9 : this.f9;
653
+ break;
654
+ }
655
+ };
656
+ ButtonGroup.prototype.df = function () {
657
+ for (var a = 0; a < this.buttons.count; a++) {
658
+ var b = this.buttons._inner[a];
659
+ b.h = this.j;
660
+ if (a == 0) {
661
+ this.di(b);
662
+ }
663
+ else if (a == this.buttons.count - 1) {
664
+ this.dj(b);
665
+ }
666
+ else {
667
+ this.dk(b);
668
+ }
669
+ b.s = 1;
670
+ b.ak = false;
671
+ if (this.v) {
672
+ b.disabled = this.disabled;
673
+ }
674
+ b.nm = this.e0;
675
+ b.ax = this.ak;
676
+ b.si = this.e2;
677
+ b.sh = this.e1;
678
+ b.sj = this.e3;
679
+ this.view.x(b);
680
+ if (this.aa(b)) {
681
+ b.nl = this.e7;
682
+ b.t8 = this.fa;
683
+ b.s8 = this.e8;
684
+ b.s9 = this.e9;
685
+ }
686
+ else {
687
+ b.nl = this.ez;
688
+ b.t8 = this.e6;
689
+ b.s8 = this.e4;
690
+ b.s9 = this.e5;
691
+ }
692
+ }
693
+ };
694
+ ButtonGroup.prototype.aa = function (a) {
695
+ var b = this.buttons.indexOf(a);
696
+ for (var c = 0; c < this.d.length; c++) {
697
+ if (this.d[c] == b) {
698
+ return true;
699
+ }
700
+ }
701
+ return false;
702
+ };
703
+ ButtonGroup.prototype.dk = function (a) {
704
+ a.ke = new CornerRadius(1, 0, 0, 0, 0);
705
+ };
706
+ ButtonGroup.prototype.dj = function (a) {
707
+ if (this.r == 1) {
708
+ a.ke = new CornerRadius(1, 0, 0, this.al, this.al);
709
+ }
710
+ else {
711
+ a.ke = new CornerRadius(1, 0, this.al, this.al, 0);
712
+ }
713
+ };
714
+ ButtonGroup.prototype.di = function (a) {
715
+ if (this.r == 1) {
716
+ a.ke = new CornerRadius(1, this.al, this.al, 0, 0);
717
+ }
718
+ else {
719
+ a.ke = new CornerRadius(1, this.al, 0, 0, this.al);
720
+ }
721
+ };
722
+ ButtonGroup.prototype.dh = function (a) {
723
+ this.ax = ThemeResolver.b(a, ButtonGroup.av, ButtonGroup.ap);
724
+ this.gz = ThemeResolver.e(a, ButtonGroup.gn, ButtonGroup.fn);
725
+ this.g1 = ThemeResolver.e(a, ButtonGroup.gp, ButtonGroup.fp);
726
+ this.g0 = ThemeResolver.e(a, ButtonGroup.go, ButtonGroup.fo);
727
+ this.g2 = ThemeResolver.e(a, ButtonGroup.gq, ButtonGroup.fq);
728
+ this.aw = ThemeResolver.b(a, ButtonGroup.au, ButtonGroup.ao);
729
+ this.g6 = ThemeResolver.e(a, ButtonGroup.gu, ButtonGroup.fu);
730
+ this.g3 = ThemeResolver.e(a, ButtonGroup.gr, ButtonGroup.fr);
731
+ this.g7 = ThemeResolver.e(a, ButtonGroup.gv, ButtonGroup.fv);
732
+ this.ha = ThemeResolver.e(a, ButtonGroup.gy, ButtonGroup.fy);
733
+ this.g4 = ThemeResolver.e(a, ButtonGroup.gs, ButtonGroup.fs);
734
+ this.g5 = ThemeResolver.e(a, ButtonGroup.gt, ButtonGroup.ft);
735
+ this.g8 = ThemeResolver.e(a, ButtonGroup.gw, ButtonGroup.fw);
736
+ this.g9 = ThemeResolver.e(a, ButtonGroup.gx, ButtonGroup.fx);
737
+ this.ar = ThemeResolver.b(a, ButtonGroup.at, ButtonGroup.an);
738
+ this.fz = ThemeResolver.e(a, ButtonGroup.gb, ButtonGroup.fb);
739
+ this.f1 = ThemeResolver.e(a, ButtonGroup.gd, ButtonGroup.fd);
740
+ this.f0 = ThemeResolver.e(a, ButtonGroup.gc, ButtonGroup.fc);
741
+ this.f2 = ThemeResolver.e(a, ButtonGroup.ge, ButtonGroup.fe);
742
+ this.aq = ThemeResolver.b(a, ButtonGroup.as, ButtonGroup.am);
743
+ this.f6 = ThemeResolver.e(a, ButtonGroup.gi, ButtonGroup.fi);
744
+ this.f3 = ThemeResolver.e(a, ButtonGroup.gf, ButtonGroup.ff);
745
+ this.f7 = ThemeResolver.e(a, ButtonGroup.gj, ButtonGroup.fj);
746
+ this.ga = ThemeResolver.e(a, ButtonGroup.gm, ButtonGroup.fm);
747
+ this.f4 = ThemeResolver.e(a, ButtonGroup.gg, ButtonGroup.fg);
748
+ this.f5 = ThemeResolver.e(a, ButtonGroup.gh, ButtonGroup.fh);
749
+ this.f8 = ThemeResolver.e(a, ButtonGroup.gk, ButtonGroup.fk);
750
+ this.f9 = ThemeResolver.e(a, ButtonGroup.gl, ButtonGroup.fl);
751
+ };
752
+ Object.defineProperty(ButtonGroup.prototype, "al", {
753
+ get: function () {
754
+ return this.ad;
755
+ },
756
+ set: function (a) {
757
+ var b = this.ad;
758
+ this.ad = a;
759
+ if (b != this.ad) {
760
+ this.da("ActualItemCornerRadius", b, a);
761
+ }
762
+ },
763
+ enumerable: true,
764
+ configurable: true
765
+ });
766
+ Object.defineProperty(ButtonGroup.prototype, "ez", {
767
+ get: function () {
768
+ return this.dm;
769
+ },
770
+ set: function (a) {
771
+ var b = this.dm;
772
+ this.dm = a;
773
+ if (b != this.dm) {
774
+ this.da("ActualItemBackgroundColor", b, a);
775
+ }
776
+ },
777
+ enumerable: true,
778
+ configurable: true
779
+ });
780
+ Object.defineProperty(ButtonGroup.prototype, "e1", {
781
+ get: function () {
782
+ return this.dp;
783
+ },
784
+ set: function (a) {
785
+ var b = this.dp;
786
+ this.dp = a;
787
+ if (b != this.dp) {
788
+ this.da("ActualItemDisabledBackgroundColor", b, a);
789
+ }
790
+ },
791
+ enumerable: true,
792
+ configurable: true
793
+ });
794
+ Object.defineProperty(ButtonGroup.prototype, "e6", {
795
+ get: function () {
796
+ return this.du;
797
+ },
798
+ set: function (a) {
799
+ var b = this.du;
800
+ this.du = a;
801
+ if (b != this.du) {
802
+ this.da("ActualItemTextColor", b, a);
803
+ }
804
+ },
805
+ enumerable: true,
806
+ configurable: true
807
+ });
808
+ Object.defineProperty(ButtonGroup.prototype, "e3", {
809
+ get: function () {
810
+ return this.dr;
811
+ },
812
+ set: function (a) {
813
+ var b = this.dr;
814
+ this.dr = a;
815
+ if (b != this.dr) {
816
+ this.da("ActualItemDisabledTextColor", b, a);
817
+ }
818
+ },
819
+ enumerable: true,
820
+ configurable: true
821
+ });
822
+ Object.defineProperty(ButtonGroup.prototype, "e0", {
823
+ get: function () {
824
+ return this.dn;
825
+ },
826
+ set: function (a) {
827
+ var b = this.dn;
828
+ this.dn = a;
829
+ if (b != this.dn) {
830
+ this.da("ActualItemBorderColor", b, a);
831
+ }
832
+ },
833
+ enumerable: true,
834
+ configurable: true
835
+ });
836
+ Object.defineProperty(ButtonGroup.prototype, "e2", {
837
+ get: function () {
838
+ return this.dq;
839
+ },
840
+ set: function (a) {
841
+ var b = this.dq;
842
+ this.dq = a;
843
+ if (b != this.dq) {
844
+ this.da("ActualItemDisabledBorderColor", b, a);
845
+ }
846
+ },
847
+ enumerable: true,
848
+ configurable: true
849
+ });
850
+ Object.defineProperty(ButtonGroup.prototype, "ak", {
851
+ get: function () {
852
+ return this.ac;
853
+ },
854
+ set: function (a) {
855
+ var b = this.ac;
856
+ this.ac = a;
857
+ if (b != this.ac) {
858
+ this.da("ActualItemBorderWidth", b, a);
859
+ }
860
+ },
861
+ enumerable: true,
862
+ configurable: true
863
+ });
864
+ Object.defineProperty(ButtonGroup.prototype, "e7", {
865
+ get: function () {
866
+ return this.dv;
867
+ },
868
+ set: function (a) {
869
+ var b = this.dv;
870
+ this.dv = a;
871
+ if (b != this.dv) {
872
+ this.da("ActualSelectedItemBackgroundColor", b, a);
873
+ }
874
+ },
875
+ enumerable: true,
876
+ configurable: true
877
+ });
878
+ Object.defineProperty(ButtonGroup.prototype, "fa", {
879
+ get: function () {
880
+ return this.dy;
881
+ },
882
+ set: function (a) {
883
+ var b = this.dy;
884
+ this.dy = a;
885
+ if (b != this.dy) {
886
+ this.da("ActualSelectedItemTextColor", b, a);
887
+ }
888
+ },
889
+ enumerable: true,
890
+ configurable: true
891
+ });
892
+ Object.defineProperty(ButtonGroup.prototype, "e4", {
893
+ get: function () {
894
+ return this.ds;
895
+ },
896
+ set: function (a) {
897
+ var b = this.ds;
898
+ this.ds = a;
899
+ if (b != this.ds) {
900
+ this.da("ActualItemHoverBackgroundColor", b, a);
901
+ }
902
+ },
903
+ enumerable: true,
904
+ configurable: true
905
+ });
906
+ Object.defineProperty(ButtonGroup.prototype, "e5", {
907
+ get: function () {
908
+ return this.dt;
909
+ },
910
+ set: function (a) {
911
+ var b = this.dt;
912
+ this.dt = a;
913
+ if (b != this.dt) {
914
+ this.da("ActualItemHoverTextColor", b, a);
915
+ }
916
+ },
917
+ enumerable: true,
918
+ configurable: true
919
+ });
920
+ Object.defineProperty(ButtonGroup.prototype, "e8", {
921
+ get: function () {
922
+ return this.dw;
923
+ },
924
+ set: function (a) {
925
+ var b = this.dw;
926
+ this.dw = a;
927
+ if (b != this.dw) {
928
+ this.da("ActualSelectedItemHoverBackgroundColor", b, a);
929
+ }
930
+ },
931
+ enumerable: true,
932
+ configurable: true
933
+ });
934
+ Object.defineProperty(ButtonGroup.prototype, "e9", {
935
+ get: function () {
936
+ return this.dx;
937
+ },
938
+ set: function (a) {
939
+ var b = this.dx;
940
+ this.dx = a;
941
+ if (b != this.dx) {
942
+ this.da("ActualSelectedItemHoverTextColor", b, a);
943
+ }
944
+ },
945
+ enumerable: true,
946
+ configurable: true
947
+ });
948
+ Object.defineProperty(ButtonGroup.prototype, "a1", {
949
+ get: function () {
950
+ return this.ah;
951
+ },
952
+ set: function (a) {
953
+ var b = this.ah;
954
+ this.ah = a;
955
+ if (b != this.ah) {
956
+ this.da("ItemCornerRadius", b, a);
957
+ }
958
+ },
959
+ enumerable: true,
960
+ configurable: true
961
+ });
962
+ Object.defineProperty(ButtonGroup.prototype, "hn", {
963
+ get: function () {
964
+ return this.d7;
965
+ },
966
+ set: function (a) {
967
+ var b = this.d7;
968
+ this.d7 = a;
969
+ if (b != this.d7) {
970
+ this.da("ItemBackgroundColor", b, a);
971
+ }
972
+ },
973
+ enumerable: true,
974
+ configurable: true
975
+ });
976
+ Object.defineProperty(ButtonGroup.prototype, "hp", {
977
+ get: function () {
978
+ return this.d9;
979
+ },
980
+ set: function (a) {
981
+ var b = this.d9;
982
+ this.d9 = a;
983
+ if (b != this.d9) {
984
+ this.da("ItemDisabledBackgroundColor", b, a);
985
+ }
986
+ },
987
+ enumerable: true,
988
+ configurable: true
989
+ });
990
+ Object.defineProperty(ButtonGroup.prototype, "hu", {
991
+ get: function () {
992
+ return this.ee;
993
+ },
994
+ set: function (a) {
995
+ var b = this.ee;
996
+ this.ee = a;
997
+ if (b != this.ee) {
998
+ this.da("ItemTextColor", b, a);
999
+ }
1000
+ },
1001
+ enumerable: true,
1002
+ configurable: true
1003
+ });
1004
+ Object.defineProperty(ButtonGroup.prototype, "hr", {
1005
+ get: function () {
1006
+ return this.eb;
1007
+ },
1008
+ set: function (a) {
1009
+ var b = this.eb;
1010
+ this.eb = a;
1011
+ if (b != this.eb) {
1012
+ this.da("ItemDisabledTextColor", b, a);
1013
+ }
1014
+ },
1015
+ enumerable: true,
1016
+ configurable: true
1017
+ });
1018
+ Object.defineProperty(ButtonGroup.prototype, "hs", {
1019
+ get: function () {
1020
+ return this.ec;
1021
+ },
1022
+ set: function (a) {
1023
+ var b = this.ec;
1024
+ this.ec = a;
1025
+ if (b != this.ec) {
1026
+ this.da("ItemHoverBackgroundColor", b, a);
1027
+ }
1028
+ },
1029
+ enumerable: true,
1030
+ configurable: true
1031
+ });
1032
+ Object.defineProperty(ButtonGroup.prototype, "ho", {
1033
+ get: function () {
1034
+ return this.d8;
1035
+ },
1036
+ set: function (a) {
1037
+ var b = this.d8;
1038
+ this.d8 = a;
1039
+ if (b != this.d8) {
1040
+ this.da("ItemBorderColor", b, a);
1041
+ }
1042
+ },
1043
+ enumerable: true,
1044
+ configurable: true
1045
+ });
1046
+ Object.defineProperty(ButtonGroup.prototype, "hq", {
1047
+ get: function () {
1048
+ return this.ea;
1049
+ },
1050
+ set: function (a) {
1051
+ var b = this.ea;
1052
+ this.ea = a;
1053
+ if (b != this.ea) {
1054
+ this.da("ItemDisabledBorderColor", b, a);
1055
+ }
1056
+ },
1057
+ enumerable: true,
1058
+ configurable: true
1059
+ });
1060
+ Object.defineProperty(ButtonGroup.prototype, "a0", {
1061
+ get: function () {
1062
+ return this.ag;
1063
+ },
1064
+ set: function (a) {
1065
+ var b = this.ag;
1066
+ this.ag = a;
1067
+ if (b != this.ag) {
1068
+ this.da("ItemBorderWidth", b, a);
1069
+ }
1070
+ },
1071
+ enumerable: true,
1072
+ configurable: true
1073
+ });
1074
+ Object.defineProperty(ButtonGroup.prototype, "ht", {
1075
+ get: function () {
1076
+ return this.ed;
1077
+ },
1078
+ set: function (a) {
1079
+ var b = this.ed;
1080
+ this.ed = a;
1081
+ if (b != this.ed) {
1082
+ this.da("ItemHoverTextColor", b, a);
1083
+ }
1084
+ },
1085
+ enumerable: true,
1086
+ configurable: true
1087
+ });
1088
+ Object.defineProperty(ButtonGroup.prototype, "h7", {
1089
+ get: function () {
1090
+ return this.ev;
1091
+ },
1092
+ set: function (a) {
1093
+ var b = this.ev;
1094
+ this.ev = a;
1095
+ if (b != this.ev) {
1096
+ this.da("SelectedItemBackgroundColor", b, a);
1097
+ }
1098
+ },
1099
+ enumerable: true,
1100
+ configurable: true
1101
+ });
1102
+ Object.defineProperty(ButtonGroup.prototype, "ia", {
1103
+ get: function () {
1104
+ return this.ey;
1105
+ },
1106
+ set: function (a) {
1107
+ var b = this.ey;
1108
+ this.ey = a;
1109
+ if (b != this.ey) {
1110
+ this.da("SelectedItemTextColor", b, a);
1111
+ }
1112
+ },
1113
+ enumerable: true,
1114
+ configurable: true
1115
+ });
1116
+ Object.defineProperty(ButtonGroup.prototype, "h8", {
1117
+ get: function () {
1118
+ return this.ew;
1119
+ },
1120
+ set: function (a) {
1121
+ var b = this.ew;
1122
+ this.ew = a;
1123
+ if (b != this.ew) {
1124
+ this.da("SelectedItemHoverBackgroundColor", b, a);
1125
+ }
1126
+ },
1127
+ enumerable: true,
1128
+ configurable: true
1129
+ });
1130
+ Object.defineProperty(ButtonGroup.prototype, "h9", {
1131
+ get: function () {
1132
+ return this.ex;
1133
+ },
1134
+ set: function (a) {
1135
+ var b = this.ex;
1136
+ this.ex = a;
1137
+ if (b != this.ex) {
1138
+ this.da("SelectedItemHoverTextColor", b, a);
1139
+ }
1140
+ },
1141
+ enumerable: true,
1142
+ configurable: true
1143
+ });
1144
+ Object.defineProperty(ButtonGroup.prototype, "a3", {
1145
+ get: function () {
1146
+ return this.aj;
1147
+ },
1148
+ set: function (a) {
1149
+ var b = this.aj;
1150
+ this.aj = a;
1151
+ if (b != this.aj) {
1152
+ this.da("OutlinedItemCornerRadius", b, a);
1153
+ }
1154
+ },
1155
+ enumerable: true,
1156
+ configurable: true
1157
+ });
1158
+ Object.defineProperty(ButtonGroup.prototype, "hv", {
1159
+ get: function () {
1160
+ return this.ef;
1161
+ },
1162
+ set: function (a) {
1163
+ var b = this.ef;
1164
+ this.ef = a;
1165
+ if (b != this.ef) {
1166
+ this.da("OutlinedItemBackgroundColor", b, a);
1167
+ }
1168
+ },
1169
+ enumerable: true,
1170
+ configurable: true
1171
+ });
1172
+ Object.defineProperty(ButtonGroup.prototype, "hx", {
1173
+ get: function () {
1174
+ return this.eh;
1175
+ },
1176
+ set: function (a) {
1177
+ var b = this.eh;
1178
+ this.eh = a;
1179
+ if (b != this.eh) {
1180
+ this.da("OutlinedItemDisabledBackgroundColor", b, a);
1181
+ }
1182
+ },
1183
+ enumerable: true,
1184
+ configurable: true
1185
+ });
1186
+ Object.defineProperty(ButtonGroup.prototype, "h2", {
1187
+ get: function () {
1188
+ return this.em;
1189
+ },
1190
+ set: function (a) {
1191
+ var b = this.em;
1192
+ this.em = a;
1193
+ if (b != this.em) {
1194
+ this.da("OutlinedItemTextColor", b, a);
1195
+ }
1196
+ },
1197
+ enumerable: true,
1198
+ configurable: true
1199
+ });
1200
+ Object.defineProperty(ButtonGroup.prototype, "hz", {
1201
+ get: function () {
1202
+ return this.ej;
1203
+ },
1204
+ set: function (a) {
1205
+ var b = this.ej;
1206
+ this.ej = a;
1207
+ if (b != this.ej) {
1208
+ this.da("OutlinedItemDisabledTextColor", b, a);
1209
+ }
1210
+ },
1211
+ enumerable: true,
1212
+ configurable: true
1213
+ });
1214
+ Object.defineProperty(ButtonGroup.prototype, "h0", {
1215
+ get: function () {
1216
+ return this.ek;
1217
+ },
1218
+ set: function (a) {
1219
+ var b = this.ek;
1220
+ this.ek = a;
1221
+ if (b != this.ek) {
1222
+ this.da("OutlinedItemHoverBackgroundColor", b, a);
1223
+ }
1224
+ },
1225
+ enumerable: true,
1226
+ configurable: true
1227
+ });
1228
+ Object.defineProperty(ButtonGroup.prototype, "hw", {
1229
+ get: function () {
1230
+ return this.eg;
1231
+ },
1232
+ set: function (a) {
1233
+ var b = this.eg;
1234
+ this.eg = a;
1235
+ if (b != this.eg) {
1236
+ this.da("OutlinedItemBorderColor", b, a);
1237
+ }
1238
+ },
1239
+ enumerable: true,
1240
+ configurable: true
1241
+ });
1242
+ Object.defineProperty(ButtonGroup.prototype, "hy", {
1243
+ get: function () {
1244
+ return this.ei;
1245
+ },
1246
+ set: function (a) {
1247
+ var b = this.ei;
1248
+ this.ei = a;
1249
+ if (b != this.ei) {
1250
+ this.da("OutlinedItemDisabledBorderColor", b, a);
1251
+ }
1252
+ },
1253
+ enumerable: true,
1254
+ configurable: true
1255
+ });
1256
+ Object.defineProperty(ButtonGroup.prototype, "a2", {
1257
+ get: function () {
1258
+ return this.ai;
1259
+ },
1260
+ set: function (a) {
1261
+ var b = this.ai;
1262
+ this.ai = a;
1263
+ if (b != this.ai) {
1264
+ this.da("OutlinedItemBorderWidth", b, a);
1265
+ }
1266
+ },
1267
+ enumerable: true,
1268
+ configurable: true
1269
+ });
1270
+ Object.defineProperty(ButtonGroup.prototype, "h1", {
1271
+ get: function () {
1272
+ return this.el;
1273
+ },
1274
+ set: function (a) {
1275
+ var b = this.el;
1276
+ this.el = a;
1277
+ if (b != this.el) {
1278
+ this.da("OutlinedItemHoverTextColor", b, a);
1279
+ }
1280
+ },
1281
+ enumerable: true,
1282
+ configurable: true
1283
+ });
1284
+ Object.defineProperty(ButtonGroup.prototype, "h3", {
1285
+ get: function () {
1286
+ return this.er;
1287
+ },
1288
+ set: function (a) {
1289
+ var b = this.er;
1290
+ this.er = a;
1291
+ if (b != this.er) {
1292
+ this.da("OutlinedSelectedItemBackgroundColor", b, a);
1293
+ }
1294
+ },
1295
+ enumerable: true,
1296
+ configurable: true
1297
+ });
1298
+ Object.defineProperty(ButtonGroup.prototype, "h6", {
1299
+ get: function () {
1300
+ return this.eu;
1301
+ },
1302
+ set: function (a) {
1303
+ var b = this.eu;
1304
+ this.eu = a;
1305
+ if (b != this.eu) {
1306
+ this.da("OutlinedSelectedItemTextColor", b, a);
1307
+ }
1308
+ },
1309
+ enumerable: true,
1310
+ configurable: true
1311
+ });
1312
+ Object.defineProperty(ButtonGroup.prototype, "h4", {
1313
+ get: function () {
1314
+ return this.es;
1315
+ },
1316
+ set: function (a) {
1317
+ var b = this.es;
1318
+ this.es = a;
1319
+ if (b != this.es) {
1320
+ this.da(ButtonGroup.cv, b, a);
1321
+ }
1322
+ },
1323
+ enumerable: true,
1324
+ configurable: true
1325
+ });
1326
+ Object.defineProperty(ButtonGroup.prototype, "h5", {
1327
+ get: function () {
1328
+ return this.et;
1329
+ },
1330
+ set: function (a) {
1331
+ var b = this.et;
1332
+ this.et = a;
1333
+ if (b != this.et) {
1334
+ this.da("OutlinedSelectedItemHoverTextColor", b, a);
1335
+ }
1336
+ },
1337
+ enumerable: true,
1338
+ configurable: true
1339
+ });
1340
+ Object.defineProperty(ButtonGroup.prototype, "az", {
1341
+ get: function () {
1342
+ return this.af;
1343
+ },
1344
+ set: function (a) {
1345
+ var b = this.af;
1346
+ this.af = a;
1347
+ if (b != this.af) {
1348
+ this.da("FlatItemCornerRadius", b, a);
1349
+ }
1350
+ },
1351
+ enumerable: true,
1352
+ configurable: true
1353
+ });
1354
+ Object.defineProperty(ButtonGroup.prototype, "hb", {
1355
+ get: function () {
1356
+ return this.dz;
1357
+ },
1358
+ set: function (a) {
1359
+ var b = this.dz;
1360
+ this.dz = a;
1361
+ if (b != this.dz) {
1362
+ this.da("FlatItemBackgroundColor", b, a);
1363
+ }
1364
+ },
1365
+ enumerable: true,
1366
+ configurable: true
1367
+ });
1368
+ Object.defineProperty(ButtonGroup.prototype, "hd", {
1369
+ get: function () {
1370
+ return this.d1;
1371
+ },
1372
+ set: function (a) {
1373
+ var b = this.d1;
1374
+ this.d1 = a;
1375
+ if (b != this.d1) {
1376
+ this.da("FlatItemDisabledBackgroundColor", b, a);
1377
+ }
1378
+ },
1379
+ enumerable: true,
1380
+ configurable: true
1381
+ });
1382
+ Object.defineProperty(ButtonGroup.prototype, "hi", {
1383
+ get: function () {
1384
+ return this.d6;
1385
+ },
1386
+ set: function (a) {
1387
+ var b = this.d6;
1388
+ this.d6 = a;
1389
+ if (b != this.d6) {
1390
+ this.da("FlatItemTextColor", b, a);
1391
+ }
1392
+ },
1393
+ enumerable: true,
1394
+ configurable: true
1395
+ });
1396
+ Object.defineProperty(ButtonGroup.prototype, "hf", {
1397
+ get: function () {
1398
+ return this.d3;
1399
+ },
1400
+ set: function (a) {
1401
+ var b = this.d3;
1402
+ this.d3 = a;
1403
+ if (b != this.d3) {
1404
+ this.da("FlatItemDisabledTextColor", b, a);
1405
+ }
1406
+ },
1407
+ enumerable: true,
1408
+ configurable: true
1409
+ });
1410
+ Object.defineProperty(ButtonGroup.prototype, "hg", {
1411
+ get: function () {
1412
+ return this.d4;
1413
+ },
1414
+ set: function (a) {
1415
+ var b = this.d4;
1416
+ this.d4 = a;
1417
+ if (b != this.d4) {
1418
+ this.da("FlatItemHoverBackgroundColor", b, a);
1419
+ }
1420
+ },
1421
+ enumerable: true,
1422
+ configurable: true
1423
+ });
1424
+ Object.defineProperty(ButtonGroup.prototype, "hc", {
1425
+ get: function () {
1426
+ return this.d0;
1427
+ },
1428
+ set: function (a) {
1429
+ var b = this.d0;
1430
+ this.d0 = a;
1431
+ if (b != this.d0) {
1432
+ this.da("FlatItemBorderColor", b, a);
1433
+ }
1434
+ },
1435
+ enumerable: true,
1436
+ configurable: true
1437
+ });
1438
+ Object.defineProperty(ButtonGroup.prototype, "he", {
1439
+ get: function () {
1440
+ return this.d2;
1441
+ },
1442
+ set: function (a) {
1443
+ var b = this.d2;
1444
+ this.d2 = a;
1445
+ if (b != this.d2) {
1446
+ this.da("FlatItemDisabledBorderColor", b, a);
1447
+ }
1448
+ },
1449
+ enumerable: true,
1450
+ configurable: true
1451
+ });
1452
+ Object.defineProperty(ButtonGroup.prototype, "ay", {
1453
+ get: function () {
1454
+ return this.ae;
1455
+ },
1456
+ set: function (a) {
1457
+ var b = this.ae;
1458
+ this.ae = a;
1459
+ if (b != this.ae) {
1460
+ this.da("FlatItemBorderWidth", b, a);
1461
+ }
1462
+ },
1463
+ enumerable: true,
1464
+ configurable: true
1465
+ });
1466
+ Object.defineProperty(ButtonGroup.prototype, "hh", {
1467
+ get: function () {
1468
+ return this.d5;
1469
+ },
1470
+ set: function (a) {
1471
+ var b = this.d5;
1472
+ this.d5 = a;
1473
+ if (b != this.d5) {
1474
+ this.da("FlatItemHoverTextColor", b, a);
1475
+ }
1476
+ },
1477
+ enumerable: true,
1478
+ configurable: true
1479
+ });
1480
+ Object.defineProperty(ButtonGroup.prototype, "hj", {
1481
+ get: function () {
1482
+ return this.en;
1483
+ },
1484
+ set: function (a) {
1485
+ var b = this.en;
1486
+ this.en = a;
1487
+ if (b != this.en) {
1488
+ this.da("FlatSelectedItemBackgroundColor", b, a);
1489
+ }
1490
+ },
1491
+ enumerable: true,
1492
+ configurable: true
1493
+ });
1494
+ Object.defineProperty(ButtonGroup.prototype, "hm", {
1495
+ get: function () {
1496
+ return this.eq;
1497
+ },
1498
+ set: function (a) {
1499
+ var b = this.eq;
1500
+ this.eq = a;
1501
+ if (b != this.eq) {
1502
+ this.da("FlatSelectedItemTextColor", b, a);
1503
+ }
1504
+ },
1505
+ enumerable: true,
1506
+ configurable: true
1507
+ });
1508
+ Object.defineProperty(ButtonGroup.prototype, "hk", {
1509
+ get: function () {
1510
+ return this.eo;
1511
+ },
1512
+ set: function (a) {
1513
+ var b = this.eo;
1514
+ this.eo = a;
1515
+ if (b != this.eo) {
1516
+ this.da("FlatSelectedItemHoverBackgroundColor", b, a);
1517
+ }
1518
+ },
1519
+ enumerable: true,
1520
+ configurable: true
1521
+ });
1522
+ Object.defineProperty(ButtonGroup.prototype, "hl", {
1523
+ get: function () {
1524
+ return this.ep;
1525
+ },
1526
+ set: function (a) {
1527
+ var b = this.ep;
1528
+ this.ep = a;
1529
+ if (b != this.ep) {
1530
+ this.da("FlatSelectedItemHoverTextColor", b, a);
1531
+ }
1532
+ },
1533
+ enumerable: true,
1534
+ configurable: true
1535
+ });
1536
+ Object.defineProperty(ButtonGroup.prototype, "r", {
1537
+ get: function () {
1538
+ return this.q;
1539
+ },
1540
+ set: function (a) {
1541
+ var b = this.q;
1542
+ this.q = a;
1543
+ if (b != this.q) {
1544
+ this.da("Orientation", enumGetBox(ButtonGroupOrientation_$type, b), enumGetBox(ButtonGroupOrientation_$type, a));
1545
+ }
1546
+ },
1547
+ enumerable: true,
1548
+ configurable: true
1549
+ });
1550
+ Object.defineProperty(ButtonGroup.prototype, "b5", {
1551
+ get: function () {
1552
+ return this.a6;
1553
+ },
1554
+ set: function (a) {
1555
+ var b = this.a6;
1556
+ this.a6 = a;
1557
+ if (b != this.a6) {
1558
+ this.da("Id", b, a);
1559
+ }
1560
+ },
1561
+ enumerable: true,
1562
+ configurable: true
1563
+ });
1564
+ Object.defineProperty(ButtonGroup.prototype, "disabled", {
1565
+ get: function () {
1566
+ return this.w;
1567
+ },
1568
+ set: function (a) {
1569
+ var b = this.w;
1570
+ this.w = a;
1571
+ this.v = true;
1572
+ if (b != this.w) {
1573
+ this.da("IsDisabled", b, a);
1574
+ }
1575
+ },
1576
+ enumerable: true,
1577
+ configurable: true
1578
+ });
1579
+ Object.defineProperty(ButtonGroup.prototype, "z", {
1580
+ get: function () {
1581
+ return this.x;
1582
+ },
1583
+ set: function (a) {
1584
+ var b = this.x;
1585
+ this.x = a;
1586
+ if (b != this.x) {
1587
+ this.da("IsMultiSelect", b, a);
1588
+ }
1589
+ },
1590
+ enumerable: true,
1591
+ configurable: true
1592
+ });
1593
+ ButtonGroup.prototype.db = function () {
1594
+ };
1595
+ ButtonGroup.prototype.onDetachedFromUI = function () {
1596
+ this.view.u();
1597
+ };
1598
+ ButtonGroup.prototype.onAttachedToUI = function () {
1599
+ this.view.s();
1600
+ };
1601
+ ButtonGroup.prototype.ab = function () {
1602
+ return this.view.d();
1603
+ };
1604
+ ButtonGroup.prototype.a5 = function () {
1605
+ return this.l();
1606
+ };
1607
+ ButtonGroup.prototype.bq = function () {
1608
+ var a = this.l();
1609
+ return a.l();
1610
+ };
1611
+ ButtonGroup.prototype.l = function () {
1612
+ var a = new ButtonGroupVisualModelExport();
1613
+ a.e = this.g;
1614
+ a.f = this.j;
1615
+ a.a = this.d;
1616
+ a.k = this.al;
1617
+ a.b = AppearanceHelper.a(this.ez);
1618
+ a.d = AppearanceHelper.a(this.e6);
1619
+ a.c = AppearanceHelper.a(this.e0);
1620
+ a.j = this.ak;
1621
+ a.g = this.disabled;
1622
+ a.h = this.z;
1623
+ a.i = new List$1(ButtonVisualModelExport.$, 0);
1624
+ for (var b = 0; b < this.buttons.count; b++) {
1625
+ a.i.add1(this.buttons._inner[b].ey());
1626
+ }
1627
+ return a;
1628
+ };
1629
+ ButtonGroup.prototype.provideContainer = function (a) {
1630
+ this.view.t(a);
1631
+ };
1632
+ Object.defineProperty(ButtonGroup.prototype, "buttons", {
1633
+ get: function () {
1634
+ return this.m;
1635
+ },
1636
+ enumerable: true,
1637
+ configurable: true
1638
+ });
1639
+ ButtonGroup.$t = markType(ButtonGroup, 'ButtonGroup', Base.$, [INotifyPropertyChanged_$type]);
1640
+ ButtonGroup.f = 2;
1641
+ ButtonGroup.av = 4;
1642
+ ButtonGroup.gn = BrushUtil.g(255, 255, 255, 255);
1643
+ ButtonGroup.gp = BrushUtil.g(10, 0, 0, 0);
1644
+ ButtonGroup.go = BrushUtil.g(255, 199, 199, 199);
1645
+ ButtonGroup.gq = BrushUtil.g(255, 199, 199, 199);
1646
+ ButtonGroup.au = 1;
1647
+ ButtonGroup.gu = BrushUtil.g(255, 0, 0, 0);
1648
+ ButtonGroup.gr = BrushUtil.g(66, 0, 0, 0);
1649
+ ButtonGroup.gv = BrushUtil.g(60, 0, 0, 0);
1650
+ ButtonGroup.gy = BrushUtil.g(255, 0, 0, 0);
1651
+ ButtonGroup.gs = BrushUtil.g(30, 0, 0, 0);
1652
+ ButtonGroup.gt = BrushUtil.g(255, 0, 0, 0);
1653
+ ButtonGroup.gw = BrushUtil.g(96, 0, 0, 0);
1654
+ ButtonGroup.gx = BrushUtil.g(255, 0, 0, 0);
1655
+ ButtonGroup.ap = 3;
1656
+ ButtonGroup.fn = BrushUtil.g(0, 255, 255, 255);
1657
+ ButtonGroup.fp = BrushUtil.g(10, 0, 0, 0);
1658
+ ButtonGroup.fo = BrushUtil.g(255, 33, 150, 243);
1659
+ ButtonGroup.fq = BrushUtil.g(255, 199, 199, 199);
1660
+ ButtonGroup.ao = 1;
1661
+ ButtonGroup.fu = BrushUtil.g(255, 33, 150, 243);
1662
+ ButtonGroup.fr = BrushUtil.g(66, 0, 0, 0);
1663
+ ButtonGroup.fv = BrushUtil.g(255, 33, 150, 243);
1664
+ ButtonGroup.fy = BrushUtil.g(255, 255, 255, 255);
1665
+ ButtonGroup.fs = BrushUtil.g(26, 33, 150, 243);
1666
+ ButtonGroup.ft = BrushUtil.g(255, 33, 150, 243);
1667
+ ButtonGroup.fw = BrushUtil.g(255, 33, 150, 243);
1668
+ ButtonGroup.fx = BrushUtil.g(255, 255, 255, 255);
1669
+ ButtonGroup.at = 4;
1670
+ ButtonGroup.gb = BrushUtil.g(0, 255, 255, 255);
1671
+ ButtonGroup.gd = BrushUtil.g(10, 0, 0, 0);
1672
+ ButtonGroup.gc = BrushUtil.g(0, 0, 0, 0);
1673
+ ButtonGroup.ge = BrushUtil.g(255, 199, 199, 199);
1674
+ ButtonGroup.as = 0;
1675
+ ButtonGroup.gi = BrushUtil.g(255, 228, 28, 119);
1676
+ ButtonGroup.gf = BrushUtil.g(66, 0, 0, 0);
1677
+ ButtonGroup.gj = BrushUtil.g(30, 228, 28, 119);
1678
+ ButtonGroup.gm = BrushUtil.g(255, 228, 28, 119);
1679
+ ButtonGroup.gg = BrushUtil.g(13, 228, 28, 119);
1680
+ ButtonGroup.gh = BrushUtil.g(255, 228, 28, 119);
1681
+ ButtonGroup.gk = BrushUtil.g(30, 228, 28, 119);
1682
+ ButtonGroup.gl = BrushUtil.g(255, 228, 28, 119);
1683
+ ButtonGroup.an = 0;
1684
+ ButtonGroup.fb = BrushUtil.g(0, 255, 255, 255);
1685
+ ButtonGroup.fd = BrushUtil.g(10, 0, 0, 0);
1686
+ ButtonGroup.fc = BrushUtil.g(0, 0, 0, 0);
1687
+ ButtonGroup.fe = BrushUtil.g(0, 0, 0, 0);
1688
+ ButtonGroup.am = 0;
1689
+ ButtonGroup.fi = BrushUtil.g(255, 119, 119, 119);
1690
+ ButtonGroup.ff = BrushUtil.g(66, 0, 0, 0);
1691
+ ButtonGroup.fj = BrushUtil.g(26, 33, 150, 243);
1692
+ ButtonGroup.fm = BrushUtil.g(255, 33, 150, 243);
1693
+ ButtonGroup.fg = BrushUtil.g(10, 33, 150, 243);
1694
+ ButtonGroup.fh = BrushUtil.g(255, 119, 119, 119);
1695
+ ButtonGroup.fk = BrushUtil.g(26, 33, 150, 243);
1696
+ ButtonGroup.fl = BrushUtil.g(255, 33, 150, 243);
1697
+ ButtonGroup.cv = "OutlinedSelectedItemHoverBackgroundColor";
1698
+ ButtonGroup.a4 = 0;
1699
+ return ButtonGroup;
1700
+ }(Base));
1701
+ export { ButtonGroup };
1702
+ //# sourceMappingURL=ButtonGroupView_combined.js.map