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,1334 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateCombine, enumGetBox, delegateRemove, fromEn } from "igniteui-webcomponents-core";
8
+ import { List$1 } from "igniteui-webcomponents-core";
9
+ import { ButtonGroupOrientation_$type } from "./ButtonGroupOrientation";
10
+ import { ButtonGroupDisplayStyle_$type } from "./ButtonGroupDisplayStyle";
11
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
12
+ import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
13
+ import { ButtonGroupButtonCollection } from "./ButtonGroupButtonCollection";
14
+ import { ThemeResolver } from "./ThemeResolver";
15
+ import { ButtonGroupSelectionChangedEventArgs } from "./ButtonGroupSelectionChangedEventArgs";
16
+ import { CornerRadius } from "igniteui-webcomponents-core";
17
+ import { ButtonGroupVisualModelExport } from "./ButtonGroupVisualModelExport";
18
+ import { AppearanceHelper } from "igniteui-webcomponents-core";
19
+ import { ButtonVisualModelExport } from "./ButtonVisualModelExport";
20
+ import { BrushUtil } from "igniteui-webcomponents-core";
21
+ import { isNaN_ } from "igniteui-webcomponents-core";
22
+ /**
23
+ * @hidden
24
+ */
25
+ export let ButtonGroupView = /*@__PURE__*/ (() => {
26
+ class ButtonGroupView extends Base {
27
+ constructor() {
28
+ super();
29
+ this.a = null;
30
+ this.g = null;
31
+ this.b = null;
32
+ this.f = new List$1(Delegate_$type, 0);
33
+ this.m = null;
34
+ this.c = true;
35
+ this.h = null;
36
+ this.i = null;
37
+ this.j = null;
38
+ this.k = null;
39
+ }
40
+ v() {
41
+ }
42
+ d() {
43
+ return true;
44
+ }
45
+ p(a) {
46
+ }
47
+ r(a) {
48
+ }
49
+ q() {
50
+ }
51
+ get l() {
52
+ return this.h;
53
+ }
54
+ get ab() {
55
+ return null;
56
+ }
57
+ get e() {
58
+ return true;
59
+ }
60
+ t(a) {
61
+ if (a == null) {
62
+ for (let b of fromEnum(this.f)) {
63
+ b();
64
+ }
65
+ this.f.clear();
66
+ }
67
+ this.g = a;
68
+ a.rootWrapper.setStyleProperty("position", "relative");
69
+ let c = this.g.createElement("div");
70
+ c.addClass("ig-button-content");
71
+ c.setStyleProperty("position", "relative");
72
+ c.setStyleProperty("display", "flex");
73
+ c.setStyleProperty("flex-direction", "row");
74
+ c.setStyleProperty("flex-wrap", "no-wrap");
75
+ c.setStyleProperty("align-items", "center");
76
+ this.j = c;
77
+ this.f.add(c.listen("click", runOn(this, this.n)));
78
+ this.g.append(c);
79
+ this.g.getPortal(c, "ChildContent", (d) => {
80
+ let comp_ = d.componentRef;
81
+ this.k = comp_;
82
+ if (this.a.r == 0) {
83
+ this.j.setStyleProperty("flex-direction", "row");
84
+ comp_.display = 'flex';
85
+ comp_.flexDirection = 'row';
86
+ }
87
+ else {
88
+ this.j.setStyleProperty("flex-direction", "column");
89
+ comp_.display = 'flex';
90
+ comp_.flexDirection = 'column';
91
+ }
92
+ }, true);
93
+ this.a.db();
94
+ }
95
+ z(a) {
96
+ if (this.m != a) {
97
+ this.m = a;
98
+ if (this.i != null) {
99
+ this.i.setAttribute("d", this.m);
100
+ }
101
+ }
102
+ }
103
+ y() {
104
+ let comp_ = this.k;
105
+ if (comp_ != null) {
106
+ if (this.a.r == 0) {
107
+ this.j.setStyleProperty("flex-direction", "row");
108
+ comp_.display = 'flex';
109
+ comp_.flexDirection = 'row';
110
+ }
111
+ else {
112
+ this.j.setStyleProperty("flex-direction", "column");
113
+ comp_.display = 'flex';
114
+ comp_.flexDirection = 'column';
115
+ }
116
+ }
117
+ }
118
+ n(a) {
119
+ }
120
+ w() {
121
+ if (this.d()) {
122
+ }
123
+ }
124
+ s() {
125
+ this.c = true;
126
+ }
127
+ u() {
128
+ this.c = false;
129
+ for (let a of fromEnum(this.f)) {
130
+ a();
131
+ }
132
+ this.f.clear();
133
+ }
134
+ aa(a) {
135
+ if (a != null) {
136
+ this.g.rootWrapper.setStyleProperty("font", a.fontString);
137
+ }
138
+ }
139
+ x(a) {
140
+ if (this.a.r == 0) {
141
+ a.gc = "flex";
142
+ a.hf = "row";
143
+ a.fw = "center";
144
+ }
145
+ else {
146
+ a.gc = "flex";
147
+ a.hf = "column";
148
+ a.fw = "stretch";
149
+ }
150
+ }
151
+ o(a) {
152
+ this.j.append(a);
153
+ }
154
+ }
155
+ ButtonGroupView.$t = /*@__PURE__*/ markType(ButtonGroupView, 'ButtonGroupView');
156
+ return ButtonGroupView;
157
+ })();
158
+ /**
159
+ * @hidden
160
+ */
161
+ export let ButtonGroup = /*@__PURE__*/ (() => {
162
+ class ButtonGroup extends Base {
163
+ constructor() {
164
+ super();
165
+ this.o = 1;
166
+ this.e = 0;
167
+ this.i = 1;
168
+ this.h = 1;
169
+ this.a = new Array(0);
170
+ this.u = false;
171
+ this._view = null;
172
+ this.ax = ThemeResolver.b(ButtonGroup.f, ButtonGroup.av, ButtonGroup.ap);
173
+ this.gz = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gn, ButtonGroup.fn);
174
+ this.g1 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gp, ButtonGroup.fp);
175
+ this.g0 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.go, ButtonGroup.fo);
176
+ this.g2 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gq, ButtonGroup.fq);
177
+ this.aw = ThemeResolver.b(ButtonGroup.f, ButtonGroup.au, ButtonGroup.ao);
178
+ this.g6 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gu, ButtonGroup.fu);
179
+ this.g3 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gr, ButtonGroup.fr);
180
+ this.g7 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gv, ButtonGroup.fv);
181
+ this.ha = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gy, ButtonGroup.fy);
182
+ this.g4 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gs, ButtonGroup.fs);
183
+ this.g5 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gt, ButtonGroup.ft);
184
+ this.g8 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gw, ButtonGroup.fw);
185
+ this.g9 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gx, ButtonGroup.fx);
186
+ this.ar = ThemeResolver.b(ButtonGroup.f, ButtonGroup.at, ButtonGroup.an);
187
+ this.fz = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gb, ButtonGroup.fb);
188
+ this.f1 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gd, ButtonGroup.fd);
189
+ this.f0 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gc, ButtonGroup.fc);
190
+ this.f2 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.ge, ButtonGroup.fe);
191
+ this.aq = ThemeResolver.b(ButtonGroup.f, ButtonGroup.as, ButtonGroup.am);
192
+ this.f6 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gi, ButtonGroup.fi);
193
+ this.f3 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gf, ButtonGroup.ff);
194
+ this.f7 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gj, ButtonGroup.fj);
195
+ this.ga = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gm, ButtonGroup.fm);
196
+ this.f4 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gg, ButtonGroup.fg);
197
+ this.f5 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gh, ButtonGroup.fh);
198
+ this.f8 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gk, ButtonGroup.fk);
199
+ this.f9 = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gl, ButtonGroup.fl);
200
+ this.ad = ThemeResolver.b(ButtonGroup.f, ButtonGroup.av, ButtonGroup.ap);
201
+ this.dm = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gn, ButtonGroup.fn);
202
+ this.dp = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gp, ButtonGroup.fp);
203
+ this.du = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gu, ButtonGroup.fu);
204
+ this.dr = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gr, ButtonGroup.fr);
205
+ this.dn = ThemeResolver.e(ButtonGroup.f, ButtonGroup.go, ButtonGroup.fo);
206
+ this.dq = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gq, ButtonGroup.fq);
207
+ this.ac = ThemeResolver.b(ButtonGroup.f, ButtonGroup.au, ButtonGroup.ao);
208
+ this.dv = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gv, ButtonGroup.fv);
209
+ this.dy = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gy, ButtonGroup.fy);
210
+ this.ds = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gs, ButtonGroup.fs);
211
+ this.dt = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gt, ButtonGroup.ft);
212
+ this.dw = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gw, ButtonGroup.fw);
213
+ this.dx = ThemeResolver.e(ButtonGroup.f, ButtonGroup.gx, ButtonGroup.fx);
214
+ this.ah = NaN;
215
+ this.d7 = null;
216
+ this.d9 = null;
217
+ this.ee = null;
218
+ this.eb = null;
219
+ this.ec = null;
220
+ this.d8 = null;
221
+ this.ea = null;
222
+ this.ag = NaN;
223
+ this.ed = null;
224
+ this.ev = null;
225
+ this.ey = null;
226
+ this.ew = null;
227
+ this.ex = null;
228
+ this.aj = NaN;
229
+ this.ef = null;
230
+ this.eh = null;
231
+ this.em = null;
232
+ this.ej = null;
233
+ this.ek = null;
234
+ this.eg = null;
235
+ this.ei = null;
236
+ this.ai = NaN;
237
+ this.el = null;
238
+ this.er = null;
239
+ this.eu = null;
240
+ this.es = null;
241
+ this.et = null;
242
+ this.af = NaN;
243
+ this.dz = null;
244
+ this.d1 = null;
245
+ this.d6 = null;
246
+ this.d3 = null;
247
+ this.d4 = null;
248
+ this.d0 = null;
249
+ this.d2 = null;
250
+ this.ae = NaN;
251
+ this.d5 = null;
252
+ this.en = null;
253
+ this.eq = null;
254
+ this.eo = null;
255
+ this.ep = null;
256
+ this.q = 0;
257
+ this.a6 = "ig-buttongroup-" + ButtonGroup.a4++;
258
+ this.w = false;
259
+ this.v = false;
260
+ this.x = false;
261
+ this.propertyChanged = null;
262
+ this.m = new ButtonGroupButtonCollection();
263
+ this.selectionChanged = null;
264
+ let a = new ButtonGroupView();
265
+ a.a = this;
266
+ this.view = a;
267
+ this.view.v();
268
+ let b = this.m;
269
+ b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.c3));
270
+ let c = this.m;
271
+ c.collectionResetting = delegateCombine(c.collectionResetting, runOn(this, this.c4));
272
+ }
273
+ get p() {
274
+ return this.o;
275
+ }
276
+ set p(a) {
277
+ let b = this.o;
278
+ this.o = a;
279
+ if (b != this.o) {
280
+ this.da("DisplayType", enumGetBox(ButtonGroupDisplayStyle_$type, b), enumGetBox(ButtonGroupDisplayStyle_$type, a));
281
+ }
282
+ }
283
+ get g() {
284
+ return this.e;
285
+ }
286
+ set g(a) {
287
+ let b = this.e;
288
+ this.e = a;
289
+ if (b != this.e) {
290
+ this.da("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
291
+ }
292
+ }
293
+ c4(a, b) {
294
+ for (let c of fromEnum(this.buttons)) {
295
+ c.clicked = delegateRemove(c.clicked, runOn(this, this.c6));
296
+ }
297
+ this.df();
298
+ this.view.q();
299
+ }
300
+ appendContentChild(a) {
301
+ this.view.o(a);
302
+ }
303
+ c3(a, b) {
304
+ if (b.oldItems != null) {
305
+ for (let c of fromEn(b.oldItems)) {
306
+ let d = c;
307
+ if (d != null) {
308
+ d.clicked = delegateRemove(d.clicked, runOn(this, this.c6));
309
+ }
310
+ this.view.r(d);
311
+ }
312
+ }
313
+ if (b.newItems != null) {
314
+ for (let e of fromEn(b.newItems)) {
315
+ let f = e;
316
+ if (f != null) {
317
+ f.clicked = delegateCombine(f.clicked, runOn(this, this.c6));
318
+ }
319
+ this.view.p(f);
320
+ }
321
+ }
322
+ this.df();
323
+ }
324
+ c6(a, b) {
325
+ let c = a;
326
+ let d = this.buttons.indexOf(c);
327
+ this.de(c, d);
328
+ }
329
+ get k() {
330
+ return this.i;
331
+ }
332
+ set k(a) {
333
+ let b = this.i;
334
+ this.i = a;
335
+ if (b != this.i) {
336
+ this.da("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
337
+ }
338
+ }
339
+ get j() {
340
+ return this.h;
341
+ }
342
+ set j(a) {
343
+ let b = this.h;
344
+ this.h = a;
345
+ if (b != this.h) {
346
+ this.da("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
347
+ }
348
+ }
349
+ get d() {
350
+ return this.a;
351
+ }
352
+ set d(a) {
353
+ let b = this.a;
354
+ this.a = a;
355
+ if (b != this.a) {
356
+ this.da("SelectedIndices", b, a);
357
+ }
358
+ }
359
+ de(a, b) {
360
+ this.u = true;
361
+ if (this.aa(a)) {
362
+ this.d = this.b(this.d, a, b);
363
+ }
364
+ else {
365
+ if (!this.z) {
366
+ this.d = new Array(0);
367
+ }
368
+ this.d = this.c(this.d, a, b);
369
+ }
370
+ this.df();
371
+ if (this.selectionChanged != null) {
372
+ this.selectionChanged(this, new ButtonGroupSelectionChangedEventArgs());
373
+ }
374
+ this.u = false;
375
+ }
376
+ c(a, b, c) {
377
+ let d = new Array(Math.max(0, this.a.length + 1));
378
+ let e = 0;
379
+ for (let f = 0; f < this.a.length; f++) {
380
+ if (this.a[f] != c) {
381
+ d[e] = this.a[f];
382
+ e++;
383
+ }
384
+ }
385
+ d[e] = c;
386
+ return d;
387
+ }
388
+ b(a, b, c) {
389
+ let d = new Array(Math.max(0, this.a.length - 1));
390
+ let e = 0;
391
+ for (let f = 0; f < this.a.length; f++) {
392
+ if (this.a[f] != c) {
393
+ d[e] = this.a[f];
394
+ e++;
395
+ }
396
+ }
397
+ return d;
398
+ }
399
+ get view() {
400
+ return this._view;
401
+ }
402
+ set view(a) {
403
+ this._view = a;
404
+ }
405
+ destroy() {
406
+ this.provideContainer(null);
407
+ }
408
+ da(a, b, c) {
409
+ if (this.propertyChanged != null) {
410
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
411
+ }
412
+ this.dc(a, b, c);
413
+ }
414
+ dc(a, b, c) {
415
+ switch (a) {
416
+ case "BaseTheme":
417
+ this.dh(this.g);
418
+ this.dg();
419
+ break;
420
+ case "DisplayType":
421
+ case "ItemBorderColor":
422
+ case "ItemDisabledBorderColor":
423
+ case "ItemBackgroundColor":
424
+ case "ItemDisabledBackgroundColor":
425
+ case "SelectedItemBackgroundColor":
426
+ case "ItemTextColor":
427
+ case "ItemDisabledTextColor":
428
+ case "SelectedItemTextColor":
429
+ case "ItemHoverBackgroundColor":
430
+ case "SelectedItemHoverBackgroundColor":
431
+ case "ItemHoverTextColor":
432
+ case "SelectedItemHoverTextColor":
433
+ case "OutlinedItemBorderColor":
434
+ case "OutlinedItemDisabledBorderColor":
435
+ case "OutlinedItemBackgroundColor":
436
+ case "OutlinedItemDisabledBackgroundColor":
437
+ case "OutlinedSelectedItemBackgroundColor":
438
+ case "OutlinedItemTextColor":
439
+ case "OutlinedItemDisabledTextColor":
440
+ case "OutlinedSelectedItemTextColor":
441
+ case "OutlinedItemHoverBackgroundColor":
442
+ case ButtonGroup.cv:
443
+ case "OutlinedItemHoverTextColor":
444
+ case "OutlinedSelectedItemHoverTextColor":
445
+ case "FlatItemBorderColor":
446
+ case "FlatItemDisabledBorderColor":
447
+ case "FlatItemBackgroundColor":
448
+ case "FlatItemDisabledBackgroundColor":
449
+ case "FlatSelectedItemBackgroundColor":
450
+ case "FlatItemTextColor":
451
+ case "FlatItemDisabledTextColor":
452
+ case "FlatSelectedItemTextColor":
453
+ case "FlatItemHoverBackgroundColor":
454
+ case "FlatSelectedItemHoverBackgroundColor":
455
+ case "FlatItemHoverTextColor":
456
+ case "FlatSelectedItemHoverTextColor":
457
+ this.dg();
458
+ break;
459
+ case "ActualItemBorderColor":
460
+ case "ActualItemDisabledBorderColor":
461
+ case "ActualItemDisabledBackgroundColor":
462
+ case "ActualItemBackgroundColor":
463
+ case "ActualItemTextColor":
464
+ case "ActualItemDisabledTextColor":
465
+ case "ActualSelectedItemTextColor":
466
+ case "ActualSelectedItemBackgroundColor":
467
+ this.df();
468
+ break;
469
+ case "Orientation":
470
+ this.view.y();
471
+ this.df();
472
+ break;
473
+ case "Density":
474
+ this.j = this.k == 0 ? 1 : this.k;
475
+ break;
476
+ case "ActualDensity":
477
+ for (let d = 0; d < this.buttons.count; d++) {
478
+ this.buttons._inner[d].h = this.j;
479
+ }
480
+ break;
481
+ case "IsDisabled":
482
+ for (let e = 0; e < this.buttons.count; e++) {
483
+ this.buttons._inner[e].disabled = this.disabled;
484
+ }
485
+ break;
486
+ case "SelectedIndices":
487
+ if (!this.u) {
488
+ this.df();
489
+ }
490
+ break;
491
+ }
492
+ }
493
+ dl(a, b) {
494
+ 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);
495
+ }
496
+ dg() {
497
+ switch (this.p) {
498
+ case 1:
499
+ this.al = !isNaN_(this.a1) ? this.a1 : this.ax;
500
+ this.ez = this.hn != null ? this.hn : this.gz;
501
+ this.e1 = this.hp != null ? this.hp : this.g1;
502
+ this.e6 = this.hu != null ? this.hu : this.g6;
503
+ this.e3 = this.hr != null ? this.hr : this.g3;
504
+ this.e0 = this.ho != null ? this.ho : this.g0;
505
+ this.e2 = this.hq != null ? this.hq : this.g2;
506
+ this.ak = !isNaN_(this.a0) ? this.a0 : this.aw;
507
+ this.e7 = this.h7 != null ? this.h7 : this.g7;
508
+ this.fa = this.ia != null ? this.ia : this.ha;
509
+ this.e4 = this.hs != null ? this.hs : this.g4;
510
+ this.e5 = this.ht != null ? this.ht : this.g5;
511
+ this.e8 = this.h8 != null ? this.h8 : this.g8;
512
+ this.e9 = this.h9 != null ? this.h9 : this.g9;
513
+ break;
514
+ case 0:
515
+ this.al = !isNaN_(this.a1) ? this.a1 : this.ar;
516
+ this.ez = this.hn != null ? this.hn : this.fz;
517
+ this.e1 = this.hp != null ? this.hp : this.f1;
518
+ this.e6 = this.hu != null ? this.hu : this.f6;
519
+ this.e3 = this.hr != null ? this.hr : this.f3;
520
+ this.e0 = this.ho != null ? this.ho : this.f0;
521
+ this.e2 = this.hq != null ? this.hq : this.f2;
522
+ this.ak = !isNaN_(this.a0) ? this.a0 : this.aq;
523
+ this.e7 = this.h7 != null ? this.h7 : this.f7;
524
+ this.fa = this.ia != null ? this.ia : this.ga;
525
+ this.e4 = this.hs != null ? this.hs : this.f4;
526
+ this.e5 = this.ht != null ? this.ht : this.f5;
527
+ this.e8 = this.h8 != null ? this.h8 : this.f8;
528
+ this.e9 = this.h9 != null ? this.h9 : this.f9;
529
+ break;
530
+ }
531
+ }
532
+ df() {
533
+ for (let a = 0; a < this.buttons.count; a++) {
534
+ let b = this.buttons._inner[a];
535
+ b.h = this.j;
536
+ if (a == 0) {
537
+ this.di(b);
538
+ }
539
+ else if (a == this.buttons.count - 1) {
540
+ this.dj(b);
541
+ }
542
+ else {
543
+ this.dk(b);
544
+ }
545
+ b.s = 1;
546
+ b.ak = false;
547
+ if (this.v) {
548
+ b.disabled = this.disabled;
549
+ }
550
+ b.nm = this.e0;
551
+ b.ax = this.ak;
552
+ b.si = this.e2;
553
+ b.sh = this.e1;
554
+ b.sj = this.e3;
555
+ this.view.x(b);
556
+ if (this.aa(b)) {
557
+ b.nl = this.e7;
558
+ b.t8 = this.fa;
559
+ b.s8 = this.e8;
560
+ b.s9 = this.e9;
561
+ }
562
+ else {
563
+ b.nl = this.ez;
564
+ b.t8 = this.e6;
565
+ b.s8 = this.e4;
566
+ b.s9 = this.e5;
567
+ }
568
+ }
569
+ }
570
+ aa(a) {
571
+ let b = this.buttons.indexOf(a);
572
+ for (let c = 0; c < this.d.length; c++) {
573
+ if (this.d[c] == b) {
574
+ return true;
575
+ }
576
+ }
577
+ return false;
578
+ }
579
+ dk(a) {
580
+ a.ke = new CornerRadius(1, 0, 0, 0, 0);
581
+ }
582
+ dj(a) {
583
+ if (this.r == 1) {
584
+ a.ke = new CornerRadius(1, 0, 0, this.al, this.al);
585
+ }
586
+ else {
587
+ a.ke = new CornerRadius(1, 0, this.al, this.al, 0);
588
+ }
589
+ }
590
+ di(a) {
591
+ if (this.r == 1) {
592
+ a.ke = new CornerRadius(1, this.al, this.al, 0, 0);
593
+ }
594
+ else {
595
+ a.ke = new CornerRadius(1, this.al, 0, 0, this.al);
596
+ }
597
+ }
598
+ dh(a) {
599
+ this.ax = ThemeResolver.b(a, ButtonGroup.av, ButtonGroup.ap);
600
+ this.gz = ThemeResolver.e(a, ButtonGroup.gn, ButtonGroup.fn);
601
+ this.g1 = ThemeResolver.e(a, ButtonGroup.gp, ButtonGroup.fp);
602
+ this.g0 = ThemeResolver.e(a, ButtonGroup.go, ButtonGroup.fo);
603
+ this.g2 = ThemeResolver.e(a, ButtonGroup.gq, ButtonGroup.fq);
604
+ this.aw = ThemeResolver.b(a, ButtonGroup.au, ButtonGroup.ao);
605
+ this.g6 = ThemeResolver.e(a, ButtonGroup.gu, ButtonGroup.fu);
606
+ this.g3 = ThemeResolver.e(a, ButtonGroup.gr, ButtonGroup.fr);
607
+ this.g7 = ThemeResolver.e(a, ButtonGroup.gv, ButtonGroup.fv);
608
+ this.ha = ThemeResolver.e(a, ButtonGroup.gy, ButtonGroup.fy);
609
+ this.g4 = ThemeResolver.e(a, ButtonGroup.gs, ButtonGroup.fs);
610
+ this.g5 = ThemeResolver.e(a, ButtonGroup.gt, ButtonGroup.ft);
611
+ this.g8 = ThemeResolver.e(a, ButtonGroup.gw, ButtonGroup.fw);
612
+ this.g9 = ThemeResolver.e(a, ButtonGroup.gx, ButtonGroup.fx);
613
+ this.ar = ThemeResolver.b(a, ButtonGroup.at, ButtonGroup.an);
614
+ this.fz = ThemeResolver.e(a, ButtonGroup.gb, ButtonGroup.fb);
615
+ this.f1 = ThemeResolver.e(a, ButtonGroup.gd, ButtonGroup.fd);
616
+ this.f0 = ThemeResolver.e(a, ButtonGroup.gc, ButtonGroup.fc);
617
+ this.f2 = ThemeResolver.e(a, ButtonGroup.ge, ButtonGroup.fe);
618
+ this.aq = ThemeResolver.b(a, ButtonGroup.as, ButtonGroup.am);
619
+ this.f6 = ThemeResolver.e(a, ButtonGroup.gi, ButtonGroup.fi);
620
+ this.f3 = ThemeResolver.e(a, ButtonGroup.gf, ButtonGroup.ff);
621
+ this.f7 = ThemeResolver.e(a, ButtonGroup.gj, ButtonGroup.fj);
622
+ this.ga = ThemeResolver.e(a, ButtonGroup.gm, ButtonGroup.fm);
623
+ this.f4 = ThemeResolver.e(a, ButtonGroup.gg, ButtonGroup.fg);
624
+ this.f5 = ThemeResolver.e(a, ButtonGroup.gh, ButtonGroup.fh);
625
+ this.f8 = ThemeResolver.e(a, ButtonGroup.gk, ButtonGroup.fk);
626
+ this.f9 = ThemeResolver.e(a, ButtonGroup.gl, ButtonGroup.fl);
627
+ }
628
+ get al() {
629
+ return this.ad;
630
+ }
631
+ set al(a) {
632
+ let b = this.ad;
633
+ this.ad = a;
634
+ if (b != this.ad) {
635
+ this.da("ActualItemCornerRadius", b, a);
636
+ }
637
+ }
638
+ get ez() {
639
+ return this.dm;
640
+ }
641
+ set ez(a) {
642
+ let b = this.dm;
643
+ this.dm = a;
644
+ if (b != this.dm) {
645
+ this.da("ActualItemBackgroundColor", b, a);
646
+ }
647
+ }
648
+ get e1() {
649
+ return this.dp;
650
+ }
651
+ set e1(a) {
652
+ let b = this.dp;
653
+ this.dp = a;
654
+ if (b != this.dp) {
655
+ this.da("ActualItemDisabledBackgroundColor", b, a);
656
+ }
657
+ }
658
+ get e6() {
659
+ return this.du;
660
+ }
661
+ set e6(a) {
662
+ let b = this.du;
663
+ this.du = a;
664
+ if (b != this.du) {
665
+ this.da("ActualItemTextColor", b, a);
666
+ }
667
+ }
668
+ get e3() {
669
+ return this.dr;
670
+ }
671
+ set e3(a) {
672
+ let b = this.dr;
673
+ this.dr = a;
674
+ if (b != this.dr) {
675
+ this.da("ActualItemDisabledTextColor", b, a);
676
+ }
677
+ }
678
+ get e0() {
679
+ return this.dn;
680
+ }
681
+ set e0(a) {
682
+ let b = this.dn;
683
+ this.dn = a;
684
+ if (b != this.dn) {
685
+ this.da("ActualItemBorderColor", b, a);
686
+ }
687
+ }
688
+ get e2() {
689
+ return this.dq;
690
+ }
691
+ set e2(a) {
692
+ let b = this.dq;
693
+ this.dq = a;
694
+ if (b != this.dq) {
695
+ this.da("ActualItemDisabledBorderColor", b, a);
696
+ }
697
+ }
698
+ get ak() {
699
+ return this.ac;
700
+ }
701
+ set ak(a) {
702
+ let b = this.ac;
703
+ this.ac = a;
704
+ if (b != this.ac) {
705
+ this.da("ActualItemBorderWidth", b, a);
706
+ }
707
+ }
708
+ get e7() {
709
+ return this.dv;
710
+ }
711
+ set e7(a) {
712
+ let b = this.dv;
713
+ this.dv = a;
714
+ if (b != this.dv) {
715
+ this.da("ActualSelectedItemBackgroundColor", b, a);
716
+ }
717
+ }
718
+ get fa() {
719
+ return this.dy;
720
+ }
721
+ set fa(a) {
722
+ let b = this.dy;
723
+ this.dy = a;
724
+ if (b != this.dy) {
725
+ this.da("ActualSelectedItemTextColor", b, a);
726
+ }
727
+ }
728
+ get e4() {
729
+ return this.ds;
730
+ }
731
+ set e4(a) {
732
+ let b = this.ds;
733
+ this.ds = a;
734
+ if (b != this.ds) {
735
+ this.da("ActualItemHoverBackgroundColor", b, a);
736
+ }
737
+ }
738
+ get e5() {
739
+ return this.dt;
740
+ }
741
+ set e5(a) {
742
+ let b = this.dt;
743
+ this.dt = a;
744
+ if (b != this.dt) {
745
+ this.da("ActualItemHoverTextColor", b, a);
746
+ }
747
+ }
748
+ get e8() {
749
+ return this.dw;
750
+ }
751
+ set e8(a) {
752
+ let b = this.dw;
753
+ this.dw = a;
754
+ if (b != this.dw) {
755
+ this.da("ActualSelectedItemHoverBackgroundColor", b, a);
756
+ }
757
+ }
758
+ get e9() {
759
+ return this.dx;
760
+ }
761
+ set e9(a) {
762
+ let b = this.dx;
763
+ this.dx = a;
764
+ if (b != this.dx) {
765
+ this.da("ActualSelectedItemHoverTextColor", b, a);
766
+ }
767
+ }
768
+ get a1() {
769
+ return this.ah;
770
+ }
771
+ set a1(a) {
772
+ let b = this.ah;
773
+ this.ah = a;
774
+ if (b != this.ah) {
775
+ this.da("ItemCornerRadius", b, a);
776
+ }
777
+ }
778
+ get hn() {
779
+ return this.d7;
780
+ }
781
+ set hn(a) {
782
+ let b = this.d7;
783
+ this.d7 = a;
784
+ if (b != this.d7) {
785
+ this.da("ItemBackgroundColor", b, a);
786
+ }
787
+ }
788
+ get hp() {
789
+ return this.d9;
790
+ }
791
+ set hp(a) {
792
+ let b = this.d9;
793
+ this.d9 = a;
794
+ if (b != this.d9) {
795
+ this.da("ItemDisabledBackgroundColor", b, a);
796
+ }
797
+ }
798
+ get hu() {
799
+ return this.ee;
800
+ }
801
+ set hu(a) {
802
+ let b = this.ee;
803
+ this.ee = a;
804
+ if (b != this.ee) {
805
+ this.da("ItemTextColor", b, a);
806
+ }
807
+ }
808
+ get hr() {
809
+ return this.eb;
810
+ }
811
+ set hr(a) {
812
+ let b = this.eb;
813
+ this.eb = a;
814
+ if (b != this.eb) {
815
+ this.da("ItemDisabledTextColor", b, a);
816
+ }
817
+ }
818
+ get hs() {
819
+ return this.ec;
820
+ }
821
+ set hs(a) {
822
+ let b = this.ec;
823
+ this.ec = a;
824
+ if (b != this.ec) {
825
+ this.da("ItemHoverBackgroundColor", b, a);
826
+ }
827
+ }
828
+ get ho() {
829
+ return this.d8;
830
+ }
831
+ set ho(a) {
832
+ let b = this.d8;
833
+ this.d8 = a;
834
+ if (b != this.d8) {
835
+ this.da("ItemBorderColor", b, a);
836
+ }
837
+ }
838
+ get hq() {
839
+ return this.ea;
840
+ }
841
+ set hq(a) {
842
+ let b = this.ea;
843
+ this.ea = a;
844
+ if (b != this.ea) {
845
+ this.da("ItemDisabledBorderColor", b, a);
846
+ }
847
+ }
848
+ get a0() {
849
+ return this.ag;
850
+ }
851
+ set a0(a) {
852
+ let b = this.ag;
853
+ this.ag = a;
854
+ if (b != this.ag) {
855
+ this.da("ItemBorderWidth", b, a);
856
+ }
857
+ }
858
+ get ht() {
859
+ return this.ed;
860
+ }
861
+ set ht(a) {
862
+ let b = this.ed;
863
+ this.ed = a;
864
+ if (b != this.ed) {
865
+ this.da("ItemHoverTextColor", b, a);
866
+ }
867
+ }
868
+ get h7() {
869
+ return this.ev;
870
+ }
871
+ set h7(a) {
872
+ let b = this.ev;
873
+ this.ev = a;
874
+ if (b != this.ev) {
875
+ this.da("SelectedItemBackgroundColor", b, a);
876
+ }
877
+ }
878
+ get ia() {
879
+ return this.ey;
880
+ }
881
+ set ia(a) {
882
+ let b = this.ey;
883
+ this.ey = a;
884
+ if (b != this.ey) {
885
+ this.da("SelectedItemTextColor", b, a);
886
+ }
887
+ }
888
+ get h8() {
889
+ return this.ew;
890
+ }
891
+ set h8(a) {
892
+ let b = this.ew;
893
+ this.ew = a;
894
+ if (b != this.ew) {
895
+ this.da("SelectedItemHoverBackgroundColor", b, a);
896
+ }
897
+ }
898
+ get h9() {
899
+ return this.ex;
900
+ }
901
+ set h9(a) {
902
+ let b = this.ex;
903
+ this.ex = a;
904
+ if (b != this.ex) {
905
+ this.da("SelectedItemHoverTextColor", b, a);
906
+ }
907
+ }
908
+ get a3() {
909
+ return this.aj;
910
+ }
911
+ set a3(a) {
912
+ let b = this.aj;
913
+ this.aj = a;
914
+ if (b != this.aj) {
915
+ this.da("OutlinedItemCornerRadius", b, a);
916
+ }
917
+ }
918
+ get hv() {
919
+ return this.ef;
920
+ }
921
+ set hv(a) {
922
+ let b = this.ef;
923
+ this.ef = a;
924
+ if (b != this.ef) {
925
+ this.da("OutlinedItemBackgroundColor", b, a);
926
+ }
927
+ }
928
+ get hx() {
929
+ return this.eh;
930
+ }
931
+ set hx(a) {
932
+ let b = this.eh;
933
+ this.eh = a;
934
+ if (b != this.eh) {
935
+ this.da("OutlinedItemDisabledBackgroundColor", b, a);
936
+ }
937
+ }
938
+ get h2() {
939
+ return this.em;
940
+ }
941
+ set h2(a) {
942
+ let b = this.em;
943
+ this.em = a;
944
+ if (b != this.em) {
945
+ this.da("OutlinedItemTextColor", b, a);
946
+ }
947
+ }
948
+ get hz() {
949
+ return this.ej;
950
+ }
951
+ set hz(a) {
952
+ let b = this.ej;
953
+ this.ej = a;
954
+ if (b != this.ej) {
955
+ this.da("OutlinedItemDisabledTextColor", b, a);
956
+ }
957
+ }
958
+ get h0() {
959
+ return this.ek;
960
+ }
961
+ set h0(a) {
962
+ let b = this.ek;
963
+ this.ek = a;
964
+ if (b != this.ek) {
965
+ this.da("OutlinedItemHoverBackgroundColor", b, a);
966
+ }
967
+ }
968
+ get hw() {
969
+ return this.eg;
970
+ }
971
+ set hw(a) {
972
+ let b = this.eg;
973
+ this.eg = a;
974
+ if (b != this.eg) {
975
+ this.da("OutlinedItemBorderColor", b, a);
976
+ }
977
+ }
978
+ get hy() {
979
+ return this.ei;
980
+ }
981
+ set hy(a) {
982
+ let b = this.ei;
983
+ this.ei = a;
984
+ if (b != this.ei) {
985
+ this.da("OutlinedItemDisabledBorderColor", b, a);
986
+ }
987
+ }
988
+ get a2() {
989
+ return this.ai;
990
+ }
991
+ set a2(a) {
992
+ let b = this.ai;
993
+ this.ai = a;
994
+ if (b != this.ai) {
995
+ this.da("OutlinedItemBorderWidth", b, a);
996
+ }
997
+ }
998
+ get h1() {
999
+ return this.el;
1000
+ }
1001
+ set h1(a) {
1002
+ let b = this.el;
1003
+ this.el = a;
1004
+ if (b != this.el) {
1005
+ this.da("OutlinedItemHoverTextColor", b, a);
1006
+ }
1007
+ }
1008
+ get h3() {
1009
+ return this.er;
1010
+ }
1011
+ set h3(a) {
1012
+ let b = this.er;
1013
+ this.er = a;
1014
+ if (b != this.er) {
1015
+ this.da("OutlinedSelectedItemBackgroundColor", b, a);
1016
+ }
1017
+ }
1018
+ get h6() {
1019
+ return this.eu;
1020
+ }
1021
+ set h6(a) {
1022
+ let b = this.eu;
1023
+ this.eu = a;
1024
+ if (b != this.eu) {
1025
+ this.da("OutlinedSelectedItemTextColor", b, a);
1026
+ }
1027
+ }
1028
+ get h4() {
1029
+ return this.es;
1030
+ }
1031
+ set h4(a) {
1032
+ let b = this.es;
1033
+ this.es = a;
1034
+ if (b != this.es) {
1035
+ this.da(ButtonGroup.cv, b, a);
1036
+ }
1037
+ }
1038
+ get h5() {
1039
+ return this.et;
1040
+ }
1041
+ set h5(a) {
1042
+ let b = this.et;
1043
+ this.et = a;
1044
+ if (b != this.et) {
1045
+ this.da("OutlinedSelectedItemHoverTextColor", b, a);
1046
+ }
1047
+ }
1048
+ get az() {
1049
+ return this.af;
1050
+ }
1051
+ set az(a) {
1052
+ let b = this.af;
1053
+ this.af = a;
1054
+ if (b != this.af) {
1055
+ this.da("FlatItemCornerRadius", b, a);
1056
+ }
1057
+ }
1058
+ get hb() {
1059
+ return this.dz;
1060
+ }
1061
+ set hb(a) {
1062
+ let b = this.dz;
1063
+ this.dz = a;
1064
+ if (b != this.dz) {
1065
+ this.da("FlatItemBackgroundColor", b, a);
1066
+ }
1067
+ }
1068
+ get hd() {
1069
+ return this.d1;
1070
+ }
1071
+ set hd(a) {
1072
+ let b = this.d1;
1073
+ this.d1 = a;
1074
+ if (b != this.d1) {
1075
+ this.da("FlatItemDisabledBackgroundColor", b, a);
1076
+ }
1077
+ }
1078
+ get hi() {
1079
+ return this.d6;
1080
+ }
1081
+ set hi(a) {
1082
+ let b = this.d6;
1083
+ this.d6 = a;
1084
+ if (b != this.d6) {
1085
+ this.da("FlatItemTextColor", b, a);
1086
+ }
1087
+ }
1088
+ get hf() {
1089
+ return this.d3;
1090
+ }
1091
+ set hf(a) {
1092
+ let b = this.d3;
1093
+ this.d3 = a;
1094
+ if (b != this.d3) {
1095
+ this.da("FlatItemDisabledTextColor", b, a);
1096
+ }
1097
+ }
1098
+ get hg() {
1099
+ return this.d4;
1100
+ }
1101
+ set hg(a) {
1102
+ let b = this.d4;
1103
+ this.d4 = a;
1104
+ if (b != this.d4) {
1105
+ this.da("FlatItemHoverBackgroundColor", b, a);
1106
+ }
1107
+ }
1108
+ get hc() {
1109
+ return this.d0;
1110
+ }
1111
+ set hc(a) {
1112
+ let b = this.d0;
1113
+ this.d0 = a;
1114
+ if (b != this.d0) {
1115
+ this.da("FlatItemBorderColor", b, a);
1116
+ }
1117
+ }
1118
+ get he() {
1119
+ return this.d2;
1120
+ }
1121
+ set he(a) {
1122
+ let b = this.d2;
1123
+ this.d2 = a;
1124
+ if (b != this.d2) {
1125
+ this.da("FlatItemDisabledBorderColor", b, a);
1126
+ }
1127
+ }
1128
+ get ay() {
1129
+ return this.ae;
1130
+ }
1131
+ set ay(a) {
1132
+ let b = this.ae;
1133
+ this.ae = a;
1134
+ if (b != this.ae) {
1135
+ this.da("FlatItemBorderWidth", b, a);
1136
+ }
1137
+ }
1138
+ get hh() {
1139
+ return this.d5;
1140
+ }
1141
+ set hh(a) {
1142
+ let b = this.d5;
1143
+ this.d5 = a;
1144
+ if (b != this.d5) {
1145
+ this.da("FlatItemHoverTextColor", b, a);
1146
+ }
1147
+ }
1148
+ get hj() {
1149
+ return this.en;
1150
+ }
1151
+ set hj(a) {
1152
+ let b = this.en;
1153
+ this.en = a;
1154
+ if (b != this.en) {
1155
+ this.da("FlatSelectedItemBackgroundColor", b, a);
1156
+ }
1157
+ }
1158
+ get hm() {
1159
+ return this.eq;
1160
+ }
1161
+ set hm(a) {
1162
+ let b = this.eq;
1163
+ this.eq = a;
1164
+ if (b != this.eq) {
1165
+ this.da("FlatSelectedItemTextColor", b, a);
1166
+ }
1167
+ }
1168
+ get hk() {
1169
+ return this.eo;
1170
+ }
1171
+ set hk(a) {
1172
+ let b = this.eo;
1173
+ this.eo = a;
1174
+ if (b != this.eo) {
1175
+ this.da("FlatSelectedItemHoverBackgroundColor", b, a);
1176
+ }
1177
+ }
1178
+ get hl() {
1179
+ return this.ep;
1180
+ }
1181
+ set hl(a) {
1182
+ let b = this.ep;
1183
+ this.ep = a;
1184
+ if (b != this.ep) {
1185
+ this.da("FlatSelectedItemHoverTextColor", b, a);
1186
+ }
1187
+ }
1188
+ get r() {
1189
+ return this.q;
1190
+ }
1191
+ set r(a) {
1192
+ let b = this.q;
1193
+ this.q = a;
1194
+ if (b != this.q) {
1195
+ this.da("Orientation", enumGetBox(ButtonGroupOrientation_$type, b), enumGetBox(ButtonGroupOrientation_$type, a));
1196
+ }
1197
+ }
1198
+ get b5() {
1199
+ return this.a6;
1200
+ }
1201
+ set b5(a) {
1202
+ let b = this.a6;
1203
+ this.a6 = a;
1204
+ if (b != this.a6) {
1205
+ this.da("Id", b, a);
1206
+ }
1207
+ }
1208
+ get disabled() {
1209
+ return this.w;
1210
+ }
1211
+ set disabled(a) {
1212
+ let b = this.w;
1213
+ this.w = a;
1214
+ this.v = true;
1215
+ if (b != this.w) {
1216
+ this.da("IsDisabled", b, a);
1217
+ }
1218
+ }
1219
+ get z() {
1220
+ return this.x;
1221
+ }
1222
+ set z(a) {
1223
+ let b = this.x;
1224
+ this.x = a;
1225
+ if (b != this.x) {
1226
+ this.da("IsMultiSelect", b, a);
1227
+ }
1228
+ }
1229
+ db() {
1230
+ }
1231
+ onDetachedFromUI() {
1232
+ this.view.u();
1233
+ }
1234
+ onAttachedToUI() {
1235
+ this.view.s();
1236
+ }
1237
+ ab() {
1238
+ return this.view.d();
1239
+ }
1240
+ a5() {
1241
+ return this.l();
1242
+ }
1243
+ bq() {
1244
+ let a = this.l();
1245
+ return a.l();
1246
+ }
1247
+ l() {
1248
+ let a = new ButtonGroupVisualModelExport();
1249
+ a.e = this.g;
1250
+ a.f = this.j;
1251
+ a.a = this.d;
1252
+ a.k = this.al;
1253
+ a.b = AppearanceHelper.a(this.ez);
1254
+ a.d = AppearanceHelper.a(this.e6);
1255
+ a.c = AppearanceHelper.a(this.e0);
1256
+ a.j = this.ak;
1257
+ a.g = this.disabled;
1258
+ a.h = this.z;
1259
+ a.i = new List$1(ButtonVisualModelExport.$, 0);
1260
+ for (let b = 0; b < this.buttons.count; b++) {
1261
+ a.i.add1(this.buttons._inner[b].ey());
1262
+ }
1263
+ return a;
1264
+ }
1265
+ provideContainer(a) {
1266
+ this.view.t(a);
1267
+ }
1268
+ get buttons() {
1269
+ return this.m;
1270
+ }
1271
+ }
1272
+ ButtonGroup.$t = /*@__PURE__*/ markType(ButtonGroup, 'ButtonGroup', Base.$, [INotifyPropertyChanged_$type]);
1273
+ ButtonGroup.f = 2;
1274
+ ButtonGroup.av = 4;
1275
+ ButtonGroup.gn = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
1276
+ ButtonGroup.gp = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
1277
+ ButtonGroup.go = /*@__PURE__*/ BrushUtil.g(255, 199, 199, 199);
1278
+ ButtonGroup.gq = /*@__PURE__*/ BrushUtil.g(255, 199, 199, 199);
1279
+ ButtonGroup.au = 1;
1280
+ ButtonGroup.gu = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
1281
+ ButtonGroup.gr = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
1282
+ ButtonGroup.gv = /*@__PURE__*/ BrushUtil.g(60, 0, 0, 0);
1283
+ ButtonGroup.gy = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
1284
+ ButtonGroup.gs = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
1285
+ ButtonGroup.gt = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
1286
+ ButtonGroup.gw = /*@__PURE__*/ BrushUtil.g(96, 0, 0, 0);
1287
+ ButtonGroup.gx = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
1288
+ ButtonGroup.ap = 3;
1289
+ ButtonGroup.fn = /*@__PURE__*/ BrushUtil.g(0, 255, 255, 255);
1290
+ ButtonGroup.fp = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
1291
+ ButtonGroup.fo = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
1292
+ ButtonGroup.fq = /*@__PURE__*/ BrushUtil.g(255, 199, 199, 199);
1293
+ ButtonGroup.ao = 1;
1294
+ ButtonGroup.fu = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
1295
+ ButtonGroup.fr = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
1296
+ ButtonGroup.fv = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
1297
+ ButtonGroup.fy = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
1298
+ ButtonGroup.fs = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
1299
+ ButtonGroup.ft = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
1300
+ ButtonGroup.fw = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
1301
+ ButtonGroup.fx = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
1302
+ ButtonGroup.at = 4;
1303
+ ButtonGroup.gb = /*@__PURE__*/ BrushUtil.g(0, 255, 255, 255);
1304
+ ButtonGroup.gd = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
1305
+ ButtonGroup.gc = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
1306
+ ButtonGroup.ge = /*@__PURE__*/ BrushUtil.g(255, 199, 199, 199);
1307
+ ButtonGroup.as = 0;
1308
+ ButtonGroup.gi = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
1309
+ ButtonGroup.gf = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
1310
+ ButtonGroup.gj = /*@__PURE__*/ BrushUtil.g(30, 228, 28, 119);
1311
+ ButtonGroup.gm = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
1312
+ ButtonGroup.gg = /*@__PURE__*/ BrushUtil.g(13, 228, 28, 119);
1313
+ ButtonGroup.gh = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
1314
+ ButtonGroup.gk = /*@__PURE__*/ BrushUtil.g(30, 228, 28, 119);
1315
+ ButtonGroup.gl = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
1316
+ ButtonGroup.an = 0;
1317
+ ButtonGroup.fb = /*@__PURE__*/ BrushUtil.g(0, 255, 255, 255);
1318
+ ButtonGroup.fd = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
1319
+ ButtonGroup.fc = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
1320
+ ButtonGroup.fe = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
1321
+ ButtonGroup.am = 0;
1322
+ ButtonGroup.fi = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
1323
+ ButtonGroup.ff = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
1324
+ ButtonGroup.fj = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
1325
+ ButtonGroup.fm = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
1326
+ ButtonGroup.fg = /*@__PURE__*/ BrushUtil.g(10, 33, 150, 243);
1327
+ ButtonGroup.fh = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
1328
+ ButtonGroup.fk = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
1329
+ ButtonGroup.fl = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
1330
+ ButtonGroup.cv = "OutlinedSelectedItemHoverBackgroundColor";
1331
+ ButtonGroup.a4 = 0;
1332
+ return ButtonGroup;
1333
+ })();
1334
+ //# sourceMappingURL=ButtonGroupView_combined.js.map