igniteui-angular-inputs 16.1.0-beta.1

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 (406) hide show
  1. package/License +27 -0
  2. package/README.md +19 -0
  3. package/bundles/igniteui-angular-inputs.umd.js +36173 -0
  4. package/bundles/igniteui-angular-inputs.umd.min.js +7 -0
  5. package/esm2015/igniteui-angular-inputs.js +4 -0
  6. package/esm2015/lib/ButtonClickEventArgs.js +16 -0
  7. package/esm2015/lib/ButtonDisplayStyle.js +11 -0
  8. package/esm2015/lib/ButtonGroupDisplayStyle.js +11 -0
  9. package/esm2015/lib/ButtonGroupOrientation.js +16 -0
  10. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +16 -0
  11. package/esm2015/lib/ButtonGroupView.js +7 -0
  12. package/esm2015/lib/ButtonGroupView_combined.js +1333 -0
  13. package/esm2015/lib/ButtonGroupVisualModelExport.js +56 -0
  14. package/esm2015/lib/ButtonView.js +7 -0
  15. package/esm2015/lib/ButtonView_combined.js +3291 -0
  16. package/esm2015/lib/ButtonVisualModelExport.js +109 -0
  17. package/esm2015/lib/CalendarView.js +7 -0
  18. package/esm2015/lib/CalendarView_combined.js +2791 -0
  19. package/esm2015/lib/CalendarVisualModelExport.js +100 -0
  20. package/esm2015/lib/CheckboxChangeEventArgs.js +33 -0
  21. package/esm2015/lib/CheckboxLabelPosition.js +11 -0
  22. package/esm2015/lib/CheckboxView.js +7 -0
  23. package/esm2015/lib/CheckboxView_combined.js +1105 -0
  24. package/esm2015/lib/CheckboxVisualModelExport.js +62 -0
  25. package/esm2015/lib/DateFormats.js +25 -0
  26. package/esm2015/lib/DatePicker.js +7 -0
  27. package/esm2015/lib/DatePickerView.js +7 -0
  28. package/esm2015/lib/DatePickerView_combined.js +1578 -0
  29. package/esm2015/lib/DatePickerVisualModelExport.js +70 -0
  30. package/esm2015/lib/DateTimeValueFormatter.js +108 -0
  31. package/esm2015/lib/DayInfo.js +23 -0
  32. package/esm2015/lib/DayOfWeek.js +45 -0
  33. package/esm2015/lib/ElevationHelper.js +67 -0
  34. package/esm2015/lib/FirstWeek.js +29 -0
  35. package/esm2015/lib/GotFocusEventArgs.js +16 -0
  36. package/esm2015/lib/IconClickedEventArgs.js +16 -0
  37. package/esm2015/lib/IconView.js +7 -0
  38. package/esm2015/lib/IconView_combined.js +815 -0
  39. package/esm2015/lib/IconVisualModelExport.js +76 -0
  40. package/esm2015/lib/InputChangeEventArgs.js +33 -0
  41. package/esm2015/lib/InputGroupDisplayType.js +18 -0
  42. package/esm2015/lib/InputGroupView.js +7 -0
  43. package/esm2015/lib/InputGroupView_combined.js +5518 -0
  44. package/esm2015/lib/InputGroupVisualModelExport.js +109 -0
  45. package/esm2015/lib/InputShiftType.js +17 -0
  46. package/esm2015/lib/InputView.js +7 -0
  47. package/esm2015/lib/InputVisualModelExport.js +78 -0
  48. package/esm2015/lib/KEYCODES.js +11 -0
  49. package/esm2015/lib/LabelShiftType.js +17 -0
  50. package/esm2015/lib/LabelView.js +7 -0
  51. package/esm2015/lib/LabelVisualModelExport.js +84 -0
  52. package/esm2015/lib/LostFocusEventArgs.js +16 -0
  53. package/esm2015/lib/MaskOptions.js +21 -0
  54. package/esm2015/lib/MaskParsingService.js +213 -0
  55. package/esm2015/lib/NativeUIXInputsFactory.js +185 -0
  56. package/esm2015/lib/PrefixShiftType.js +17 -0
  57. package/esm2015/lib/PrefixView.js +7 -0
  58. package/esm2015/lib/PrefixVisualModelExport.js +35 -0
  59. package/esm2015/lib/Replaced.js +21 -0
  60. package/esm2015/lib/RippleView.js +7 -0
  61. package/esm2015/lib/RippleView_combined.js +396 -0
  62. package/esm2015/lib/RippleVisualModelExport.js +38 -0
  63. package/esm2015/lib/SelectedValueChangedEventArgs.js +33 -0
  64. package/esm2015/lib/SuffixShiftType.js +17 -0
  65. package/esm2015/lib/SuffixView.js +7 -0
  66. package/esm2015/lib/SuffixVisualModelExport.js +34 -0
  67. package/esm2015/lib/TextElementsVisualModelExport.js +44 -0
  68. package/esm2015/lib/Theme.js +48 -0
  69. package/esm2015/lib/ThemeResolver.js +176 -0
  70. package/esm2015/lib/XButton.js +7 -0
  71. package/esm2015/lib/XButtonBridge.js +297 -0
  72. package/esm2015/lib/XButtonGroup.js +7 -0
  73. package/esm2015/lib/XButtonGroupButtonCollection.js +28 -0
  74. package/esm2015/lib/XCalendar.js +7 -0
  75. package/esm2015/lib/XCalendarLocaleEn.js +56 -0
  76. package/esm2015/lib/XCheckbox.js +7 -0
  77. package/esm2015/lib/XCheckboxBridge.js +78 -0
  78. package/esm2015/lib/XComponentBridge.js +48 -0
  79. package/esm2015/lib/XIcon.js +7 -0
  80. package/esm2015/lib/XIconBridge.js +93 -0
  81. package/esm2015/lib/XIconButtonBridge.js +77 -0
  82. package/esm2015/lib/XInput.js +7 -0
  83. package/esm2015/lib/XInputBridge.js +215 -0
  84. package/esm2015/lib/XInputGroup.js +7 -0
  85. package/esm2015/lib/XInputGroupInputCollection.js +7 -0
  86. package/esm2015/lib/XInputGroupItem.js +7 -0
  87. package/esm2015/lib/XLabel.js +7 -0
  88. package/esm2015/lib/XPopupBridge.js +287 -0
  89. package/esm2015/lib/XPrefix.js +7 -0
  90. package/esm2015/lib/XRipple.js +7 -0
  91. package/esm2015/lib/XSuffix.js +7 -0
  92. package/esm2015/lib/igx-button-click-event-args.js +24 -0
  93. package/esm2015/lib/igx-button-group-selection-changed-event-args.js +24 -0
  94. package/esm2015/lib/igx-checkbox-change-event-args.js +37 -0
  95. package/esm2015/lib/igx-date-picker-component.js +596 -0
  96. package/esm2015/lib/igx-date-picker-dynamic-module.js +66 -0
  97. package/esm2015/lib/igx-date-picker-module.js +60 -0
  98. package/esm2015/lib/igx-got-focus-event-args.js +24 -0
  99. package/esm2015/lib/igx-input-change-event-args.js +37 -0
  100. package/esm2015/lib/igx-lost-focus-event-args.js +24 -0
  101. package/esm2015/lib/igx-selected-value-changed-event-args.js +36 -0
  102. package/esm2015/lib/igx-x-button-component.js +2286 -0
  103. package/esm2015/lib/igx-x-button-dynamic-module.js +52 -0
  104. package/esm2015/lib/igx-x-button-group-button-collection.js +48 -0
  105. package/esm2015/lib/igx-x-button-group-component.js +1000 -0
  106. package/esm2015/lib/igx-x-button-group-dynamic-module.js +52 -0
  107. package/esm2015/lib/igx-x-button-group-module.js +46 -0
  108. package/esm2015/lib/igx-x-button-module.js +46 -0
  109. package/esm2015/lib/igx-x-calendar-component.js +468 -0
  110. package/esm2015/lib/igx-x-calendar-dynamic-module.js +52 -0
  111. package/esm2015/lib/igx-x-calendar-locale-en-module.js +31 -0
  112. package/esm2015/lib/igx-x-calendar-module.js +46 -0
  113. package/esm2015/lib/igx-x-checkbox-component.js +586 -0
  114. package/esm2015/lib/igx-x-checkbox-dynamic-module.js +52 -0
  115. package/esm2015/lib/igx-x-checkbox-module.js +46 -0
  116. package/esm2015/lib/igx-x-icon-component.js +596 -0
  117. package/esm2015/lib/igx-x-icon-dynamic-module.js +45 -0
  118. package/esm2015/lib/igx-x-icon-module.js +39 -0
  119. package/esm2015/lib/igx-x-input-component.js +551 -0
  120. package/esm2015/lib/igx-x-input-dynamic-module.js +45 -0
  121. package/esm2015/lib/igx-x-input-group-component.js +2046 -0
  122. package/esm2015/lib/igx-x-input-group-dynamic-module.js +59 -0
  123. package/esm2015/lib/igx-x-input-group-input-collection.js +48 -0
  124. package/esm2015/lib/igx-x-input-group-item-component.js +140 -0
  125. package/esm2015/lib/igx-x-input-group-module.js +53 -0
  126. package/esm2015/lib/igx-x-input-module.js +39 -0
  127. package/esm2015/lib/igx-x-label-component.js +423 -0
  128. package/esm2015/lib/igx-x-label-dynamic-module.js +45 -0
  129. package/esm2015/lib/igx-x-label-module.js +39 -0
  130. package/esm2015/lib/igx-x-prefix-component.js +165 -0
  131. package/esm2015/lib/igx-x-prefix-dynamic-module.js +45 -0
  132. package/esm2015/lib/igx-x-prefix-module.js +39 -0
  133. package/esm2015/lib/igx-x-ripple-component.js +322 -0
  134. package/esm2015/lib/igx-x-ripple-dynamic-module.js +38 -0
  135. package/esm2015/lib/igx-x-ripple-module.js +36 -0
  136. package/esm2015/lib/igx-x-suffix-component.js +165 -0
  137. package/esm2015/public_api.js +123 -0
  138. package/esm5/igniteui-angular-inputs.js +4 -0
  139. package/esm5/lib/ButtonClickEventArgs.js +20 -0
  140. package/esm5/lib/ButtonDisplayStyle.js +11 -0
  141. package/esm5/lib/ButtonGroupDisplayStyle.js +11 -0
  142. package/esm5/lib/ButtonGroupOrientation.js +16 -0
  143. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +20 -0
  144. package/esm5/lib/ButtonGroupView.js +7 -0
  145. package/esm5/lib/ButtonGroupView_combined.js +1701 -0
  146. package/esm5/lib/ButtonGroupVisualModelExport.js +58 -0
  147. package/esm5/lib/ButtonView.js +7 -0
  148. package/esm5/lib/ButtonView_combined.js +3985 -0
  149. package/esm5/lib/ButtonVisualModelExport.js +111 -0
  150. package/esm5/lib/CalendarView.js +7 -0
  151. package/esm5/lib/CalendarView_combined.js +2915 -0
  152. package/esm5/lib/CalendarVisualModelExport.js +102 -0
  153. package/esm5/lib/CheckboxChangeEventArgs.js +43 -0
  154. package/esm5/lib/CheckboxLabelPosition.js +11 -0
  155. package/esm5/lib/CheckboxView.js +7 -0
  156. package/esm5/lib/CheckboxView_combined.js +1303 -0
  157. package/esm5/lib/CheckboxVisualModelExport.js +64 -0
  158. package/esm5/lib/DateFormats.js +25 -0
  159. package/esm5/lib/DatePicker.js +7 -0
  160. package/esm5/lib/DatePickerView.js +7 -0
  161. package/esm5/lib/DatePickerView_combined.js +1690 -0
  162. package/esm5/lib/DatePickerVisualModelExport.js +72 -0
  163. package/esm5/lib/DateTimeValueFormatter.js +110 -0
  164. package/esm5/lib/DayInfo.js +25 -0
  165. package/esm5/lib/DayOfWeek.js +45 -0
  166. package/esm5/lib/ElevationHelper.js +71 -0
  167. package/esm5/lib/FirstWeek.js +29 -0
  168. package/esm5/lib/GotFocusEventArgs.js +20 -0
  169. package/esm5/lib/IconClickedEventArgs.js +20 -0
  170. package/esm5/lib/IconView.js +7 -0
  171. package/esm5/lib/IconView_combined.js +1012 -0
  172. package/esm5/lib/IconVisualModelExport.js +82 -0
  173. package/esm5/lib/InputChangeEventArgs.js +43 -0
  174. package/esm5/lib/InputGroupDisplayType.js +18 -0
  175. package/esm5/lib/InputGroupView.js +7 -0
  176. package/esm5/lib/InputGroupView_combined.js +6660 -0
  177. package/esm5/lib/InputGroupVisualModelExport.js +111 -0
  178. package/esm5/lib/InputShiftType.js +17 -0
  179. package/esm5/lib/InputView.js +7 -0
  180. package/esm5/lib/InputVisualModelExport.js +80 -0
  181. package/esm5/lib/KEYCODES.js +11 -0
  182. package/esm5/lib/LabelShiftType.js +17 -0
  183. package/esm5/lib/LabelView.js +7 -0
  184. package/esm5/lib/LabelVisualModelExport.js +86 -0
  185. package/esm5/lib/LostFocusEventArgs.js +20 -0
  186. package/esm5/lib/MaskOptions.js +23 -0
  187. package/esm5/lib/MaskParsingService.js +267 -0
  188. package/esm5/lib/NativeUIXInputsFactory.js +195 -0
  189. package/esm5/lib/PrefixShiftType.js +17 -0
  190. package/esm5/lib/PrefixView.js +7 -0
  191. package/esm5/lib/PrefixVisualModelExport.js +37 -0
  192. package/esm5/lib/Replaced.js +23 -0
  193. package/esm5/lib/RippleView.js +7 -0
  194. package/esm5/lib/RippleView_combined.js +491 -0
  195. package/esm5/lib/RippleVisualModelExport.js +40 -0
  196. package/esm5/lib/SelectedValueChangedEventArgs.js +43 -0
  197. package/esm5/lib/SuffixShiftType.js +17 -0
  198. package/esm5/lib/SuffixView.js +7 -0
  199. package/esm5/lib/SuffixVisualModelExport.js +36 -0
  200. package/esm5/lib/TextElementsVisualModelExport.js +46 -0
  201. package/esm5/lib/Theme.js +58 -0
  202. package/esm5/lib/ThemeResolver.js +182 -0
  203. package/esm5/lib/XButton.js +7 -0
  204. package/esm5/lib/XButtonBridge.js +299 -0
  205. package/esm5/lib/XButtonGroup.js +7 -0
  206. package/esm5/lib/XButtonGroupButtonCollection.js +30 -0
  207. package/esm5/lib/XCalendar.js +7 -0
  208. package/esm5/lib/XCalendarLocaleEn.js +58 -0
  209. package/esm5/lib/XCheckbox.js +7 -0
  210. package/esm5/lib/XCheckboxBridge.js +80 -0
  211. package/esm5/lib/XComponentBridge.js +54 -0
  212. package/esm5/lib/XIcon.js +7 -0
  213. package/esm5/lib/XIconBridge.js +95 -0
  214. package/esm5/lib/XIconButtonBridge.js +79 -0
  215. package/esm5/lib/XInput.js +7 -0
  216. package/esm5/lib/XInputBridge.js +217 -0
  217. package/esm5/lib/XInputGroup.js +7 -0
  218. package/esm5/lib/XInputGroupInputCollection.js +7 -0
  219. package/esm5/lib/XInputGroupItem.js +7 -0
  220. package/esm5/lib/XLabel.js +7 -0
  221. package/esm5/lib/XPopupBridge.js +289 -0
  222. package/esm5/lib/XPrefix.js +7 -0
  223. package/esm5/lib/XRipple.js +7 -0
  224. package/esm5/lib/XSuffix.js +7 -0
  225. package/esm5/lib/igx-button-click-event-args.js +30 -0
  226. package/esm5/lib/igx-button-group-selection-changed-event-args.js +30 -0
  227. package/esm5/lib/igx-checkbox-change-event-args.js +51 -0
  228. package/esm5/lib/igx-date-picker-component.js +720 -0
  229. package/esm5/lib/igx-date-picker-dynamic-module.js +65 -0
  230. package/esm5/lib/igx-date-picker-module.js +59 -0
  231. package/esm5/lib/igx-got-focus-event-args.js +30 -0
  232. package/esm5/lib/igx-input-change-event-args.js +51 -0
  233. package/esm5/lib/igx-lost-focus-event-args.js +30 -0
  234. package/esm5/lib/igx-selected-value-changed-event-args.js +50 -0
  235. package/esm5/lib/igx-x-button-component.js +3018 -0
  236. package/esm5/lib/igx-x-button-dynamic-module.js +51 -0
  237. package/esm5/lib/igx-x-button-group-button-collection.js +53 -0
  238. package/esm5/lib/igx-x-button-group-component.js +1272 -0
  239. package/esm5/lib/igx-x-button-group-dynamic-module.js +51 -0
  240. package/esm5/lib/igx-x-button-group-module.js +45 -0
  241. package/esm5/lib/igx-x-button-module.js +45 -0
  242. package/esm5/lib/igx-x-calendar-component.js +572 -0
  243. package/esm5/lib/igx-x-calendar-dynamic-module.js +51 -0
  244. package/esm5/lib/igx-x-calendar-locale-en-module.js +30 -0
  245. package/esm5/lib/igx-x-calendar-module.js +45 -0
  246. package/esm5/lib/igx-x-checkbox-component.js +724 -0
  247. package/esm5/lib/igx-x-checkbox-dynamic-module.js +51 -0
  248. package/esm5/lib/igx-x-checkbox-module.js +45 -0
  249. package/esm5/lib/igx-x-icon-component.js +732 -0
  250. package/esm5/lib/igx-x-icon-dynamic-module.js +44 -0
  251. package/esm5/lib/igx-x-icon-module.js +38 -0
  252. package/esm5/lib/igx-x-input-component.js +683 -0
  253. package/esm5/lib/igx-x-input-dynamic-module.js +44 -0
  254. package/esm5/lib/igx-x-input-group-component.js +2697 -0
  255. package/esm5/lib/igx-x-input-group-dynamic-module.js +58 -0
  256. package/esm5/lib/igx-x-input-group-input-collection.js +53 -0
  257. package/esm5/lib/igx-x-input-group-item-component.js +151 -0
  258. package/esm5/lib/igx-x-input-group-module.js +52 -0
  259. package/esm5/lib/igx-x-input-module.js +38 -0
  260. package/esm5/lib/igx-x-label-component.js +522 -0
  261. package/esm5/lib/igx-x-label-dynamic-module.js +44 -0
  262. package/esm5/lib/igx-x-label-module.js +38 -0
  263. package/esm5/lib/igx-x-prefix-component.js +180 -0
  264. package/esm5/lib/igx-x-prefix-dynamic-module.js +44 -0
  265. package/esm5/lib/igx-x-prefix-module.js +38 -0
  266. package/esm5/lib/igx-x-ripple-component.js +381 -0
  267. package/esm5/lib/igx-x-ripple-dynamic-module.js +37 -0
  268. package/esm5/lib/igx-x-ripple-module.js +35 -0
  269. package/esm5/lib/igx-x-suffix-component.js +180 -0
  270. package/esm5/public_api.js +123 -0
  271. package/fesm2015/igniteui-angular-inputs.js +30534 -0
  272. package/fesm5/igniteui-angular-inputs.js +36038 -0
  273. package/igniteui-angular-inputs.d.ts +5 -0
  274. package/lib/ButtonClickEventArgs.d.ts +7 -0
  275. package/lib/ButtonDisplayStyle.d.ts +15 -0
  276. package/lib/ButtonGroupDisplayStyle.d.ts +12 -0
  277. package/lib/ButtonGroupOrientation.d.ts +9 -0
  278. package/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
  279. package/lib/ButtonGroupView.d.ts +1 -0
  280. package/lib/ButtonGroupView_combined.d.ts +372 -0
  281. package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
  282. package/lib/ButtonView.d.ts +1 -0
  283. package/lib/ButtonView_combined.d.ts +695 -0
  284. package/lib/ButtonVisualModelExport.d.ts +46 -0
  285. package/lib/CalendarView.d.ts +1 -0
  286. package/lib/CalendarView_combined.d.ts +231 -0
  287. package/lib/CalendarVisualModelExport.d.ts +33 -0
  288. package/lib/CheckboxChangeEventArgs.d.ts +13 -0
  289. package/lib/CheckboxLabelPosition.d.ts +12 -0
  290. package/lib/CheckboxView.d.ts +1 -0
  291. package/lib/CheckboxView_combined.d.ts +214 -0
  292. package/lib/CheckboxVisualModelExport.d.ts +28 -0
  293. package/lib/DateFormats.d.ts +18 -0
  294. package/lib/DatePicker.d.ts +1 -0
  295. package/lib/DatePickerView.d.ts +1 -0
  296. package/lib/DatePickerView_combined.d.ts +225 -0
  297. package/lib/DatePickerVisualModelExport.d.ts +24 -0
  298. package/lib/DateTimeValueFormatter.d.ts +20 -0
  299. package/lib/DayInfo.d.ts +13 -0
  300. package/lib/DayOfWeek.d.ts +38 -0
  301. package/lib/ElevationHelper.d.ts +16 -0
  302. package/lib/FirstWeek.d.ts +22 -0
  303. package/lib/GotFocusEventArgs.d.ts +7 -0
  304. package/lib/IconClickedEventArgs.d.ts +7 -0
  305. package/lib/IconView.d.ts +1 -0
  306. package/lib/IconView_combined.d.ts +198 -0
  307. package/lib/IconVisualModelExport.d.ts +26 -0
  308. package/lib/InputChangeEventArgs.d.ts +13 -0
  309. package/lib/InputGroupDisplayType.d.ts +11 -0
  310. package/lib/InputGroupView.d.ts +1 -0
  311. package/lib/InputGroupView_combined.d.ts +1202 -0
  312. package/lib/InputGroupVisualModelExport.d.ts +44 -0
  313. package/lib/InputShiftType.d.ts +10 -0
  314. package/lib/InputView.d.ts +1 -0
  315. package/lib/InputVisualModelExport.d.ts +30 -0
  316. package/lib/KEYCODES.d.ts +27 -0
  317. package/lib/LabelShiftType.d.ts +10 -0
  318. package/lib/LabelView.d.ts +1 -0
  319. package/lib/LabelVisualModelExport.d.ts +34 -0
  320. package/lib/LostFocusEventArgs.d.ts +7 -0
  321. package/lib/MaskOptions.d.ts +9 -0
  322. package/lib/MaskParsingService.d.ts +19 -0
  323. package/lib/NativeUIXInputsFactory.d.ts +24 -0
  324. package/lib/PrefixShiftType.d.ts +10 -0
  325. package/lib/PrefixView.d.ts +1 -0
  326. package/lib/PrefixVisualModelExport.d.ts +13 -0
  327. package/lib/Replaced.d.ts +9 -0
  328. package/lib/RippleView.d.ts +1 -0
  329. package/lib/RippleView_combined.d.ts +98 -0
  330. package/lib/RippleVisualModelExport.d.ts +15 -0
  331. package/lib/SelectedValueChangedEventArgs.d.ts +13 -0
  332. package/lib/SuffixShiftType.d.ts +10 -0
  333. package/lib/SuffixView.d.ts +1 -0
  334. package/lib/SuffixVisualModelExport.d.ts +13 -0
  335. package/lib/TextElementsVisualModelExport.d.ts +16 -0
  336. package/lib/Theme.d.ts +15 -0
  337. package/lib/ThemeResolver.d.ts +56 -0
  338. package/lib/XButton.d.ts +1 -0
  339. package/lib/XButtonBridge.d.ts +39 -0
  340. package/lib/XButtonGroup.d.ts +1 -0
  341. package/lib/XButtonGroupButtonCollection.d.ts +12 -0
  342. package/lib/XCalendar.d.ts +1 -0
  343. package/lib/XCalendarLocaleEn.d.ts +49 -0
  344. package/lib/XCheckbox.d.ts +1 -0
  345. package/lib/XCheckboxBridge.d.ts +19 -0
  346. package/lib/XComponentBridge.d.ts +18 -0
  347. package/lib/XIcon.d.ts +1 -0
  348. package/lib/XIconBridge.d.ts +14 -0
  349. package/lib/XIconButtonBridge.d.ts +16 -0
  350. package/lib/XInput.d.ts +1 -0
  351. package/lib/XInputBridge.d.ts +28 -0
  352. package/lib/XInputGroup.d.ts +1 -0
  353. package/lib/XInputGroupInputCollection.d.ts +1 -0
  354. package/lib/XInputGroupItem.d.ts +1 -0
  355. package/lib/XLabel.d.ts +1 -0
  356. package/lib/XPopupBridge.d.ts +52 -0
  357. package/lib/XPrefix.d.ts +1 -0
  358. package/lib/XRipple.d.ts +1 -0
  359. package/lib/XSuffix.d.ts +1 -0
  360. package/lib/igx-button-click-event-args.d.ts +12 -0
  361. package/lib/igx-button-group-selection-changed-event-args.d.ts +12 -0
  362. package/lib/igx-checkbox-change-event-args.d.ts +18 -0
  363. package/lib/igx-date-picker-component.d.ts +215 -0
  364. package/lib/igx-date-picker-dynamic-module.d.ts +13 -0
  365. package/lib/igx-date-picker-module.d.ts +13 -0
  366. package/lib/igx-got-focus-event-args.d.ts +12 -0
  367. package/lib/igx-input-change-event-args.d.ts +17 -0
  368. package/lib/igx-lost-focus-event-args.d.ts +12 -0
  369. package/lib/igx-selected-value-changed-event-args.d.ts +16 -0
  370. package/lib/igx-x-button-component.d.ts +980 -0
  371. package/lib/igx-x-button-dynamic-module.d.ts +11 -0
  372. package/lib/igx-x-button-group-button-collection.d.ts +8 -0
  373. package/lib/igx-x-button-group-component.d.ts +416 -0
  374. package/lib/igx-x-button-group-dynamic-module.d.ts +11 -0
  375. package/lib/igx-x-button-group-module.d.ts +11 -0
  376. package/lib/igx-x-button-module.d.ts +11 -0
  377. package/lib/igx-x-calendar-component.d.ts +177 -0
  378. package/lib/igx-x-calendar-dynamic-module.d.ts +11 -0
  379. package/lib/igx-x-calendar-locale-en-module.d.ts +8 -0
  380. package/lib/igx-x-calendar-module.d.ts +11 -0
  381. package/lib/igx-x-checkbox-component.d.ts +238 -0
  382. package/lib/igx-x-checkbox-dynamic-module.d.ts +11 -0
  383. package/lib/igx-x-checkbox-module.d.ts +11 -0
  384. package/lib/igx-x-icon-component.d.ts +255 -0
  385. package/lib/igx-x-icon-dynamic-module.d.ts +10 -0
  386. package/lib/igx-x-icon-module.d.ts +10 -0
  387. package/lib/igx-x-input-component.d.ts +212 -0
  388. package/lib/igx-x-input-dynamic-module.d.ts +10 -0
  389. package/lib/igx-x-input-group-component.d.ts +855 -0
  390. package/lib/igx-x-input-group-dynamic-module.d.ts +12 -0
  391. package/lib/igx-x-input-group-input-collection.d.ts +8 -0
  392. package/lib/igx-x-input-group-item-component.d.ts +35 -0
  393. package/lib/igx-x-input-group-module.d.ts +12 -0
  394. package/lib/igx-x-input-module.d.ts +10 -0
  395. package/lib/igx-x-label-component.d.ts +175 -0
  396. package/lib/igx-x-label-dynamic-module.d.ts +10 -0
  397. package/lib/igx-x-label-module.d.ts +10 -0
  398. package/lib/igx-x-prefix-component.d.ts +60 -0
  399. package/lib/igx-x-prefix-dynamic-module.d.ts +10 -0
  400. package/lib/igx-x-prefix-module.d.ts +10 -0
  401. package/lib/igx-x-ripple-component.d.ts +110 -0
  402. package/lib/igx-x-ripple-dynamic-module.d.ts +9 -0
  403. package/lib/igx-x-ripple-module.d.ts +9 -0
  404. package/lib/igx-x-suffix-component.d.ts +60 -0
  405. package/package.json +39 -0
  406. package/public_api.d.ts +123 -0
@@ -0,0 +1,1272 @@
1
+ import { Output, TemplateRef, EventEmitter, Component, ViewContainerRef, ViewChild, ContentChildren, Input, ChangeDetectionStrategy, HostBinding } from '@angular/core';
2
+ import { XButtonGroup } from "./XButtonGroup";
3
+ import { ensureEnum, brushToString, stringToBrush, ensureBool, toSpinal, initializePropertiesFromCss, NamePatcher } from "igniteui-angular-core";
4
+ import { AngularRenderer, PortalManager } from "igniteui-angular-core";
5
+ import { delegateCombine } from "igniteui-angular-core";
6
+ import { IgxXButtonComponent } from './igx-x-button-component';
7
+ import { IgxXButtonGroupButtonCollection } from './igx-x-button-group-button-collection';
8
+ import { CollectionAdapter } from "igniteui-angular-core";
9
+ import { NotifyCollectionChangedAction } from "igniteui-angular-core";
10
+ import { IgxButtonGroupSelectionChangedEventArgs } from './igx-button-group-selection-changed-event-args';
11
+ import { ButtonGroupOrientation_$type } from './ButtonGroupOrientation';
12
+ import { ControlDisplayDensity_$type } from "igniteui-angular-core";
13
+ import { BaseControlTheme_$type } from "igniteui-angular-core";
14
+ import { ButtonGroupDisplayStyle_$type } from './ButtonGroupDisplayStyle';
15
+ import * as i0 from "@angular/core";
16
+ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
17
+ function IgxXButtonGroupComponent(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
18
+ var _this = this;
19
+ this.renderer = renderer;
20
+ this._elRef = _elRef;
21
+ this.ngZone = ngZone;
22
+ this.injector = injector;
23
+ this.componentFactoryResolver = componentFactoryResolver;
24
+ this._wrapper = null;
25
+ this._portalManager = null;
26
+ this._root = null;
27
+ /**
28
+ * The style mappings actually present in the chart. Do not directly modify this array.
29
+ * This array's contents can be modified by causing Angular to reproject the child content.
30
+ * Or adding and removing stye mappings from the manual style mapping collection on the styleMappings property.
31
+ */
32
+ this.actualButtons = [];
33
+ this._buttons = null;
34
+ this._buttonsAdapter = null;
35
+ this._implementation = null;
36
+ this.__p = null;
37
+ this._hasUserValues = new Set();
38
+ this._stylingContainer = null;
39
+ this._stylingParent = null;
40
+ this._inStyling = false;
41
+ this._selectionChanged = null;
42
+ this._zoneRunner = null;
43
+ if (this._styling) {
44
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
45
+ }
46
+ this._implementation = this.createImplementation();
47
+ this._implementation.externalObject = this;
48
+ if (renderer) {
49
+ this.container = renderer.createElement("div");
50
+ renderer.appendChild(_elRef.element.nativeElement, this.container);
51
+ renderer.setStyle(this.container, "display", "inline-block");
52
+ }
53
+ var root;
54
+ root = this.container;
55
+ if (this.container != null) {
56
+ root = this.container;
57
+ }
58
+ if (root && root.nativeElement) {
59
+ root = root.nativeElement;
60
+ }
61
+ this._root = root;
62
+ var buttonGroup = this.i;
63
+ this._buttonGroup = buttonGroup;
64
+ this._buttonsAdapter = new CollectionAdapter([], this.i.buttons, this.actualButtons, function (c) { return c.i; }, function (i) {
65
+ if (_this._root && _this._root.parentElement) {
66
+ i._styling(_this._root, _this, _this);
67
+ }
68
+ }, function (i) { });
69
+ if (renderer) {
70
+ this._portalManager = new PortalManager("buttonContent", componentFactoryResolver);
71
+ var ren = new AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {}, this._portalManager);
72
+ this._wrapper = ren;
73
+ buttonGroup.provideContainer(ren);
74
+ }
75
+ }
76
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "buttons", {
77
+ /**
78
+ * A collection or manually added axes for the chart.
79
+ */
80
+ get: function () {
81
+ var _this = this;
82
+ if (this._buttons === null) {
83
+ var coll = new IgxXButtonGroupButtonCollection();
84
+ var inner = coll._innerColl;
85
+ inner.addListener(function (sender, e) {
86
+ switch (e.action) {
87
+ case NotifyCollectionChangedAction.Add:
88
+ _this._buttonsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
89
+ break;
90
+ case NotifyCollectionChangedAction.Remove:
91
+ _this._buttonsAdapter.removeManualItemAt(e.oldStartingIndex);
92
+ break;
93
+ case NotifyCollectionChangedAction.Replace:
94
+ _this._buttonsAdapter.removeManualItemAt(e.oldStartingIndex);
95
+ _this._buttonsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
96
+ break;
97
+ case NotifyCollectionChangedAction.Reset:
98
+ _this._buttonsAdapter.clearManualItems();
99
+ break;
100
+ }
101
+ });
102
+ this._buttons = coll;
103
+ }
104
+ return this._buttons;
105
+ },
106
+ enumerable: false,
107
+ configurable: true
108
+ });
109
+ // supports angular themes or custom properties set in CSS
110
+ IgxXButtonGroupComponent.prototype.updateStyle = function () {
111
+ this._styling(this._root, this);
112
+ };
113
+ IgxXButtonGroupComponent.prototype.ngOnDestroy = function () {
114
+ this._buttonGroup.destroy();
115
+ this._wrapper.destroy();
116
+ };
117
+ IgxXButtonGroupComponent.prototype.ngAfterContentInit = function () {
118
+ this._buttonsAdapter.updateQuery(this.contentButtons);
119
+ this._styling(this._root, this);
120
+ if (this.actualButtons && this.actualButtons.length > 0) {
121
+ var currButtons = this.actualButtons;
122
+ for (var i = 0; i < currButtons.length; i++) {
123
+ currButtons[i]._styling(this._root, this, this);
124
+ }
125
+ }
126
+ this.updateStyle();
127
+ };
128
+ IgxXButtonGroupComponent.prototype.ngAfterViewInit = function () {
129
+ this._portalManager.dynamicContent = this._dynamicContent;
130
+ this._portalManager.onChildContentChanged(this._childTemplateRef);
131
+ };
132
+ IgxXButtonGroupComponent.prototype.createImplementation = function () {
133
+ return new XButtonGroup();
134
+ };
135
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "i", {
136
+ get: function () {
137
+ return this._implementation;
138
+ },
139
+ enumerable: false,
140
+ configurable: true
141
+ });
142
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "displayType", {
143
+ /**
144
+ * Gets or sets the display style to use for the button.
145
+ */
146
+ get: function () {
147
+ return this.i.i;
148
+ },
149
+ set: function (v) {
150
+ this.i.i = ensureEnum(ButtonGroupDisplayStyle_$type, v);
151
+ },
152
+ enumerable: false,
153
+ configurable: true
154
+ });
155
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "baseTheme", {
156
+ /**
157
+ * Gets or sets the base built in theme to use for the button group.
158
+ */
159
+ get: function () {
160
+ return this.i.p;
161
+ },
162
+ set: function (v) {
163
+ this.i.p = ensureEnum(BaseControlTheme_$type, v);
164
+ },
165
+ enumerable: false,
166
+ configurable: true
167
+ });
168
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "density", {
169
+ /**
170
+ * Gets or sets the display density to use for the button group.
171
+ */
172
+ get: function () {
173
+ return this.i.t;
174
+ },
175
+ set: function (v) {
176
+ this.i.t = ensureEnum(ControlDisplayDensity_$type, v);
177
+ },
178
+ enumerable: false,
179
+ configurable: true
180
+ });
181
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualDensity", {
182
+ /**
183
+ * Gets the actual display density to use for the button group.
184
+ */
185
+ get: function () {
186
+ return this.i.s;
187
+ },
188
+ set: function (v) {
189
+ this.i.s = ensureEnum(ControlDisplayDensity_$type, v);
190
+ },
191
+ enumerable: false,
192
+ configurable: true
193
+ });
194
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "selectedIndices", {
195
+ /**
196
+ * Gets the currently selected button indices.
197
+ */
198
+ get: function () {
199
+ return this.i.d;
200
+ },
201
+ set: function (v) {
202
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
203
+ var re = /\s*(?:,|\s|$)\s*/gm;
204
+ v = v.split(re);
205
+ }
206
+ this.i.d = v;
207
+ },
208
+ enumerable: false,
209
+ configurable: true
210
+ });
211
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualItemCornerRadius", {
212
+ /**
213
+ * Gets the actual item corner radius for the appropriate corners.
214
+ */
215
+ get: function () {
216
+ return this.i.al;
217
+ },
218
+ set: function (v) {
219
+ this.i.al = +v;
220
+ },
221
+ enumerable: false,
222
+ configurable: true
223
+ });
224
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualItemBackgroundColor", {
225
+ /**
226
+ * Gets the actual item background color.
227
+ */
228
+ get: function () {
229
+ return brushToString(this.i.ez);
230
+ },
231
+ set: function (v) {
232
+ this.i.ez = stringToBrush(v);
233
+ },
234
+ enumerable: false,
235
+ configurable: true
236
+ });
237
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualItemDisabledBackgroundColor", {
238
+ /**
239
+ * Gets the actual item background color.
240
+ */
241
+ get: function () {
242
+ return brushToString(this.i.e1);
243
+ },
244
+ set: function (v) {
245
+ this.i.e1 = stringToBrush(v);
246
+ },
247
+ enumerable: false,
248
+ configurable: true
249
+ });
250
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualItemTextColor", {
251
+ /**
252
+ * Gets the actual item text color.
253
+ */
254
+ get: function () {
255
+ return brushToString(this.i.e6);
256
+ },
257
+ set: function (v) {
258
+ this.i.e6 = stringToBrush(v);
259
+ },
260
+ enumerable: false,
261
+ configurable: true
262
+ });
263
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualItemDisabledTextColor", {
264
+ /**
265
+ * Gets the actual item text color.
266
+ */
267
+ get: function () {
268
+ return brushToString(this.i.e3);
269
+ },
270
+ set: function (v) {
271
+ this.i.e3 = stringToBrush(v);
272
+ },
273
+ enumerable: false,
274
+ configurable: true
275
+ });
276
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualItemBorderColor", {
277
+ /**
278
+ * Gets the actual item border color.
279
+ */
280
+ get: function () {
281
+ return brushToString(this.i.e0);
282
+ },
283
+ set: function (v) {
284
+ this.i.e0 = stringToBrush(v);
285
+ },
286
+ enumerable: false,
287
+ configurable: true
288
+ });
289
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualItemDisabledBorderColor", {
290
+ /**
291
+ * Gets the actual item border color.
292
+ */
293
+ get: function () {
294
+ return brushToString(this.i.e2);
295
+ },
296
+ set: function (v) {
297
+ this.i.e2 = stringToBrush(v);
298
+ },
299
+ enumerable: false,
300
+ configurable: true
301
+ });
302
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualItemBorderWidth", {
303
+ /**
304
+ * Gets the actual item border width.
305
+ */
306
+ get: function () {
307
+ return this.i.ak;
308
+ },
309
+ set: function (v) {
310
+ this.i.ak = +v;
311
+ },
312
+ enumerable: false,
313
+ configurable: true
314
+ });
315
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualSelectedItemBackgroundColor", {
316
+ /**
317
+ * Gets the actual selected item background color.
318
+ */
319
+ get: function () {
320
+ return brushToString(this.i.e7);
321
+ },
322
+ set: function (v) {
323
+ this.i.e7 = stringToBrush(v);
324
+ },
325
+ enumerable: false,
326
+ configurable: true
327
+ });
328
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualSelectedItemTextColor", {
329
+ /**
330
+ * Gets the stroke actual selected item text color.
331
+ */
332
+ get: function () {
333
+ return brushToString(this.i.fa);
334
+ },
335
+ set: function (v) {
336
+ this.i.fa = stringToBrush(v);
337
+ },
338
+ enumerable: false,
339
+ configurable: true
340
+ });
341
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualItemHoverBackgroundColor", {
342
+ /**
343
+ * Gets the actual item hovered background color.
344
+ */
345
+ get: function () {
346
+ return brushToString(this.i.e4);
347
+ },
348
+ set: function (v) {
349
+ this.i.e4 = stringToBrush(v);
350
+ },
351
+ enumerable: false,
352
+ configurable: true
353
+ });
354
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualItemHoverTextColor", {
355
+ /**
356
+ * Gets the actual item text color.
357
+ */
358
+ get: function () {
359
+ return brushToString(this.i.e5);
360
+ },
361
+ set: function (v) {
362
+ this.i.e5 = stringToBrush(v);
363
+ },
364
+ enumerable: false,
365
+ configurable: true
366
+ });
367
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualSelectedItemHoverBackgroundColor", {
368
+ /**
369
+ * Gets the actual selected item hovered background color.
370
+ */
371
+ get: function () {
372
+ return brushToString(this.i.e8);
373
+ },
374
+ set: function (v) {
375
+ this.i.e8 = stringToBrush(v);
376
+ },
377
+ enumerable: false,
378
+ configurable: true
379
+ });
380
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "actualSelectedItemHoverTextColor", {
381
+ /**
382
+ * Gets the actual selected item hovered text color.
383
+ */
384
+ get: function () {
385
+ return brushToString(this.i.e9);
386
+ },
387
+ set: function (v) {
388
+ this.i.e9 = stringToBrush(v);
389
+ },
390
+ enumerable: false,
391
+ configurable: true
392
+ });
393
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "itemCornerRadius", {
394
+ /**
395
+ * Gets or sets the corner radius to use for the appropriate corners for the item buttons.
396
+ */
397
+ get: function () {
398
+ return this.i.a1;
399
+ },
400
+ set: function (v) {
401
+ this.i.a1 = +v;
402
+ },
403
+ enumerable: false,
404
+ configurable: true
405
+ });
406
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "itemBackgroundColor", {
407
+ /**
408
+ * Gets or sets the color to use the background of the buttons in the group.
409
+ */
410
+ get: function () {
411
+ return brushToString(this.i.hn);
412
+ },
413
+ set: function (v) {
414
+ this.i.hn = stringToBrush(v);
415
+ },
416
+ enumerable: false,
417
+ configurable: true
418
+ });
419
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "itemDisabledBackgroundColor", {
420
+ /**
421
+ * Gets or sets the disabled color to use the background of the buttons in the group.
422
+ */
423
+ get: function () {
424
+ return brushToString(this.i.hp);
425
+ },
426
+ set: function (v) {
427
+ this.i.hp = stringToBrush(v);
428
+ },
429
+ enumerable: false,
430
+ configurable: true
431
+ });
432
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "itemTextColor", {
433
+ /**
434
+ * Gets or sets the color to use the text of the buttons in the group.
435
+ */
436
+ get: function () {
437
+ return brushToString(this.i.hu);
438
+ },
439
+ set: function (v) {
440
+ this.i.hu = stringToBrush(v);
441
+ },
442
+ enumerable: false,
443
+ configurable: true
444
+ });
445
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "itemDisabledTextColor", {
446
+ /**
447
+ * Gets or sets the disabled color to use the text of the buttons in the group.
448
+ */
449
+ get: function () {
450
+ return brushToString(this.i.hr);
451
+ },
452
+ set: function (v) {
453
+ this.i.hr = stringToBrush(v);
454
+ },
455
+ enumerable: false,
456
+ configurable: true
457
+ });
458
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "itemHoverBackgroundColor", {
459
+ /**
460
+ * Gets or sets the color to use the hovered background of the buttons in the group.
461
+ */
462
+ get: function () {
463
+ return brushToString(this.i.hs);
464
+ },
465
+ set: function (v) {
466
+ this.i.hs = stringToBrush(v);
467
+ },
468
+ enumerable: false,
469
+ configurable: true
470
+ });
471
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "itemBorderColor", {
472
+ /**
473
+ * Gets or sets the color to use the border of the buttons in the group.
474
+ */
475
+ get: function () {
476
+ return brushToString(this.i.ho);
477
+ },
478
+ set: function (v) {
479
+ this.i.ho = stringToBrush(v);
480
+ },
481
+ enumerable: false,
482
+ configurable: true
483
+ });
484
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "itemDisabledBorderColor", {
485
+ /**
486
+ * Gets or sets the disabled color to use the border of the buttons in the group.
487
+ */
488
+ get: function () {
489
+ return brushToString(this.i.hq);
490
+ },
491
+ set: function (v) {
492
+ this.i.hq = stringToBrush(v);
493
+ },
494
+ enumerable: false,
495
+ configurable: true
496
+ });
497
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "itemBorderWidth", {
498
+ /**
499
+ * Gets or sets the border width to use for the buttons in the group.
500
+ */
501
+ get: function () {
502
+ return this.i.a0;
503
+ },
504
+ set: function (v) {
505
+ this.i.a0 = +v;
506
+ },
507
+ enumerable: false,
508
+ configurable: true
509
+ });
510
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "itemHoverTextColor", {
511
+ /**
512
+ * Gets or sets the color to use the hovered text of the buttons in the group.
513
+ */
514
+ get: function () {
515
+ return brushToString(this.i.ht);
516
+ },
517
+ set: function (v) {
518
+ this.i.ht = stringToBrush(v);
519
+ },
520
+ enumerable: false,
521
+ configurable: true
522
+ });
523
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "selectedItemBackgroundColor", {
524
+ /**
525
+ * Gets or sets the color to use the background of the buttons in the group that are selected.
526
+ */
527
+ get: function () {
528
+ return brushToString(this.i.h7);
529
+ },
530
+ set: function (v) {
531
+ this.i.h7 = stringToBrush(v);
532
+ },
533
+ enumerable: false,
534
+ configurable: true
535
+ });
536
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "selectedItemTextColor", {
537
+ /**
538
+ * Gets or sets the color to use the text of the buttons in the group that are selected.
539
+ */
540
+ get: function () {
541
+ return brushToString(this.i.ia);
542
+ },
543
+ set: function (v) {
544
+ this.i.ia = stringToBrush(v);
545
+ },
546
+ enumerable: false,
547
+ configurable: true
548
+ });
549
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "selectedItemHoverBackgroundColor", {
550
+ /**
551
+ * Gets or sets the color to use the hovered background of the buttons in the group that are selected.
552
+ */
553
+ get: function () {
554
+ return brushToString(this.i.h8);
555
+ },
556
+ set: function (v) {
557
+ this.i.h8 = stringToBrush(v);
558
+ },
559
+ enumerable: false,
560
+ configurable: true
561
+ });
562
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "selectedItemHoverTextColor", {
563
+ /**
564
+ * Gets or sets the color to use the hovered text of the buttons in the group that are selected.
565
+ */
566
+ get: function () {
567
+ return brushToString(this.i.h9);
568
+ },
569
+ set: function (v) {
570
+ this.i.h9 = stringToBrush(v);
571
+ },
572
+ enumerable: false,
573
+ configurable: true
574
+ });
575
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedItemCornerRadius", {
576
+ /**
577
+ * Gets or sets the corner radius to use for the appropriate corners for the outlined type item buttons.
578
+ */
579
+ get: function () {
580
+ return this.i.a3;
581
+ },
582
+ set: function (v) {
583
+ this.i.a3 = +v;
584
+ },
585
+ enumerable: false,
586
+ configurable: true
587
+ });
588
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedItemBackgroundColor", {
589
+ /**
590
+ * Gets or sets the color to use the background of the buttons in the group when type is outlined.
591
+ */
592
+ get: function () {
593
+ return brushToString(this.i.hv);
594
+ },
595
+ set: function (v) {
596
+ this.i.hv = stringToBrush(v);
597
+ },
598
+ enumerable: false,
599
+ configurable: true
600
+ });
601
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedItemDisabledBackgroundColor", {
602
+ /**
603
+ * Gets or sets the disabled color to use the background of the buttons in the group when type is outlined.
604
+ */
605
+ get: function () {
606
+ return brushToString(this.i.hx);
607
+ },
608
+ set: function (v) {
609
+ this.i.hx = stringToBrush(v);
610
+ },
611
+ enumerable: false,
612
+ configurable: true
613
+ });
614
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedItemTextColor", {
615
+ /**
616
+ * Gets or sets the color to use the text of the buttons in the group when type is outlined.
617
+ */
618
+ get: function () {
619
+ return brushToString(this.i.h2);
620
+ },
621
+ set: function (v) {
622
+ this.i.h2 = stringToBrush(v);
623
+ },
624
+ enumerable: false,
625
+ configurable: true
626
+ });
627
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedItemDisabledTextColor", {
628
+ /**
629
+ * Gets or sets the disabled color to use the text of the buttons in the group when type is outlined.
630
+ */
631
+ get: function () {
632
+ return brushToString(this.i.hz);
633
+ },
634
+ set: function (v) {
635
+ this.i.hz = stringToBrush(v);
636
+ },
637
+ enumerable: false,
638
+ configurable: true
639
+ });
640
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedItemHoverBackgroundColor", {
641
+ /**
642
+ * Gets or sets the color to use the hovered background of the buttons in the group when type is outlined.
643
+ */
644
+ get: function () {
645
+ return brushToString(this.i.h0);
646
+ },
647
+ set: function (v) {
648
+ this.i.h0 = stringToBrush(v);
649
+ },
650
+ enumerable: false,
651
+ configurable: true
652
+ });
653
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedItemBorderColor", {
654
+ /**
655
+ * Gets or sets the color to use the border of the buttons in the group when type is outlined.
656
+ */
657
+ get: function () {
658
+ return brushToString(this.i.hw);
659
+ },
660
+ set: function (v) {
661
+ this.i.hw = stringToBrush(v);
662
+ },
663
+ enumerable: false,
664
+ configurable: true
665
+ });
666
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedItemDisabledBorderColor", {
667
+ /**
668
+ * Gets or sets the disabled color to use the border of the buttons in the group when type is outlined.
669
+ */
670
+ get: function () {
671
+ return brushToString(this.i.hy);
672
+ },
673
+ set: function (v) {
674
+ this.i.hy = stringToBrush(v);
675
+ },
676
+ enumerable: false,
677
+ configurable: true
678
+ });
679
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedItemBorderWidth", {
680
+ /**
681
+ * Gets or sets the border width to use for the buttons in the group when type is outlined.
682
+ */
683
+ get: function () {
684
+ return this.i.a2;
685
+ },
686
+ set: function (v) {
687
+ this.i.a2 = +v;
688
+ },
689
+ enumerable: false,
690
+ configurable: true
691
+ });
692
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedItemHoverTextColor", {
693
+ /**
694
+ * Gets or sets the color to use the hovered text of the buttons in the group when type is outlined.
695
+ */
696
+ get: function () {
697
+ return brushToString(this.i.h1);
698
+ },
699
+ set: function (v) {
700
+ this.i.h1 = stringToBrush(v);
701
+ },
702
+ enumerable: false,
703
+ configurable: true
704
+ });
705
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedSelectedItemBackgroundColor", {
706
+ /**
707
+ * Gets or sets the color to use the background of the buttons in the group that are selected when type is outlined.
708
+ */
709
+ get: function () {
710
+ return brushToString(this.i.h3);
711
+ },
712
+ set: function (v) {
713
+ this.i.h3 = stringToBrush(v);
714
+ },
715
+ enumerable: false,
716
+ configurable: true
717
+ });
718
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedSelectedItemTextColor", {
719
+ /**
720
+ * Gets or sets the color to use the text of the buttons in the group that are selected when type is outlined.
721
+ */
722
+ get: function () {
723
+ return brushToString(this.i.h6);
724
+ },
725
+ set: function (v) {
726
+ this.i.h6 = stringToBrush(v);
727
+ },
728
+ enumerable: false,
729
+ configurable: true
730
+ });
731
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedSelectedItemHoverBackgroundColor", {
732
+ /**
733
+ * Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is outlined.
734
+ */
735
+ get: function () {
736
+ return brushToString(this.i.h4);
737
+ },
738
+ set: function (v) {
739
+ this.i.h4 = stringToBrush(v);
740
+ },
741
+ enumerable: false,
742
+ configurable: true
743
+ });
744
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "outlinedSelectedItemHoverTextColor", {
745
+ /**
746
+ * Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is outlined.
747
+ */
748
+ get: function () {
749
+ return brushToString(this.i.h5);
750
+ },
751
+ set: function (v) {
752
+ this.i.h5 = stringToBrush(v);
753
+ },
754
+ enumerable: false,
755
+ configurable: true
756
+ });
757
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatItemCornerRadius", {
758
+ /**
759
+ * Gets or sets the corner radius to use for the appropriate corners for the flat type item buttons.
760
+ */
761
+ get: function () {
762
+ return this.i.az;
763
+ },
764
+ set: function (v) {
765
+ this.i.az = +v;
766
+ },
767
+ enumerable: false,
768
+ configurable: true
769
+ });
770
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatItemBackgroundColor", {
771
+ /**
772
+ * Gets or sets the color to use the background of the buttons in the group when type is flat.
773
+ */
774
+ get: function () {
775
+ return brushToString(this.i.hb);
776
+ },
777
+ set: function (v) {
778
+ this.i.hb = stringToBrush(v);
779
+ },
780
+ enumerable: false,
781
+ configurable: true
782
+ });
783
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatItemDisabledBackgroundColor", {
784
+ /**
785
+ * Gets or sets the disabled color to use the background of the buttons in the group when type is flat.
786
+ */
787
+ get: function () {
788
+ return brushToString(this.i.hd);
789
+ },
790
+ set: function (v) {
791
+ this.i.hd = stringToBrush(v);
792
+ },
793
+ enumerable: false,
794
+ configurable: true
795
+ });
796
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatItemTextColor", {
797
+ /**
798
+ * Gets or sets the color to use the text of the buttons in the group when type is flat.
799
+ */
800
+ get: function () {
801
+ return brushToString(this.i.hi);
802
+ },
803
+ set: function (v) {
804
+ this.i.hi = stringToBrush(v);
805
+ },
806
+ enumerable: false,
807
+ configurable: true
808
+ });
809
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatItemDisabledTextColor", {
810
+ /**
811
+ * Gets or sets the disabled color to use the text of the buttons in the group when type is flat.
812
+ */
813
+ get: function () {
814
+ return brushToString(this.i.hf);
815
+ },
816
+ set: function (v) {
817
+ this.i.hf = stringToBrush(v);
818
+ },
819
+ enumerable: false,
820
+ configurable: true
821
+ });
822
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatItemHoverBackgroundColor", {
823
+ /**
824
+ * Gets or sets the color to use the hovered background of the buttons in the group when type is flat.
825
+ */
826
+ get: function () {
827
+ return brushToString(this.i.hg);
828
+ },
829
+ set: function (v) {
830
+ this.i.hg = stringToBrush(v);
831
+ },
832
+ enumerable: false,
833
+ configurable: true
834
+ });
835
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatItemBorderColor", {
836
+ /**
837
+ * Gets or sets the color to use the border of the buttons in the group when type is flat.
838
+ */
839
+ get: function () {
840
+ return brushToString(this.i.hc);
841
+ },
842
+ set: function (v) {
843
+ this.i.hc = stringToBrush(v);
844
+ },
845
+ enumerable: false,
846
+ configurable: true
847
+ });
848
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatItemDisabledBorderColor", {
849
+ /**
850
+ * Gets or sets the disabled color to use the border of the buttons in the group when type is flat.
851
+ */
852
+ get: function () {
853
+ return brushToString(this.i.he);
854
+ },
855
+ set: function (v) {
856
+ this.i.he = stringToBrush(v);
857
+ },
858
+ enumerable: false,
859
+ configurable: true
860
+ });
861
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatItemBorderWidth", {
862
+ /**
863
+ * Gets or sets the border width to use for the buttons in the group when type is flat.
864
+ */
865
+ get: function () {
866
+ return this.i.ay;
867
+ },
868
+ set: function (v) {
869
+ this.i.ay = +v;
870
+ },
871
+ enumerable: false,
872
+ configurable: true
873
+ });
874
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatItemHoverTextColor", {
875
+ /**
876
+ * Gets or sets the color to use the hovered text of the buttons in the group when type is flat.
877
+ */
878
+ get: function () {
879
+ return brushToString(this.i.hh);
880
+ },
881
+ set: function (v) {
882
+ this.i.hh = stringToBrush(v);
883
+ },
884
+ enumerable: false,
885
+ configurable: true
886
+ });
887
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatSelectedItemBackgroundColor", {
888
+ /**
889
+ * Gets or sets the color to use the background of the buttons in the group that are selected when type is flat.
890
+ */
891
+ get: function () {
892
+ return brushToString(this.i.hj);
893
+ },
894
+ set: function (v) {
895
+ this.i.hj = stringToBrush(v);
896
+ },
897
+ enumerable: false,
898
+ configurable: true
899
+ });
900
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatSelectedItemTextColor", {
901
+ /**
902
+ * Gets or sets the color to use the text of the buttons in the group that are selected when type is flat.
903
+ */
904
+ get: function () {
905
+ return brushToString(this.i.hm);
906
+ },
907
+ set: function (v) {
908
+ this.i.hm = stringToBrush(v);
909
+ },
910
+ enumerable: false,
911
+ configurable: true
912
+ });
913
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatSelectedItemHoverBackgroundColor", {
914
+ /**
915
+ * Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is flat.
916
+ */
917
+ get: function () {
918
+ return brushToString(this.i.hk);
919
+ },
920
+ set: function (v) {
921
+ this.i.hk = stringToBrush(v);
922
+ },
923
+ enumerable: false,
924
+ configurable: true
925
+ });
926
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "flatSelectedItemHoverTextColor", {
927
+ /**
928
+ * Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is flat.
929
+ */
930
+ get: function () {
931
+ return brushToString(this.i.hl);
932
+ },
933
+ set: function (v) {
934
+ this.i.hl = stringToBrush(v);
935
+ },
936
+ enumerable: false,
937
+ configurable: true
938
+ });
939
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "orientation", {
940
+ /**
941
+ * Gets or sets the oreientation to use the button group when type is outlined.
942
+ */
943
+ get: function () {
944
+ return this.i.k;
945
+ },
946
+ set: function (v) {
947
+ this.i.k = ensureEnum(ButtonGroupOrientation_$type, v);
948
+ },
949
+ enumerable: false,
950
+ configurable: true
951
+ });
952
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "id", {
953
+ /**
954
+ * Gets or sets the id to use for the button group.
955
+ */
956
+ get: function () {
957
+ return this.i.b5;
958
+ },
959
+ set: function (v) {
960
+ this.i.b5 = v;
961
+ },
962
+ enumerable: false,
963
+ configurable: true
964
+ });
965
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "disabled", {
966
+ /**
967
+ * Gets or sets whether the checkbox is disabled.
968
+ */
969
+ get: function () {
970
+ return this.i.disabled;
971
+ },
972
+ set: function (v) {
973
+ this.i.disabled = ensureBool(v);
974
+ },
975
+ enumerable: false,
976
+ configurable: true
977
+ });
978
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "isMultiSelect", {
979
+ /**
980
+ * Gets or sets whether the group supports multi-select.
981
+ */
982
+ get: function () {
983
+ return this.i.z;
984
+ },
985
+ set: function (v) {
986
+ this.i.z = ensureBool(v);
987
+ },
988
+ enumerable: false,
989
+ configurable: true
990
+ });
991
+ IgxXButtonGroupComponent.prototype.findByName = function (name) {
992
+ if (this.findEphemera) {
993
+ if (name && name.indexOf("@@e:") == 0) {
994
+ return this.findEphemera(name);
995
+ }
996
+ }
997
+ if (this.buttons != null && this.buttons.findByName && this.buttons.findByName(name)) {
998
+ return this.buttons.findByName(name);
999
+ }
1000
+ return null;
1001
+ };
1002
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "hasUserValues", {
1003
+ get: function () {
1004
+ return this._hasUserValues;
1005
+ },
1006
+ enumerable: false,
1007
+ configurable: true
1008
+ });
1009
+ IgxXButtonGroupComponent.prototype.__m = function (propertyName) {
1010
+ if (!this._inStyling) {
1011
+ this._hasUserValues.add(propertyName);
1012
+ }
1013
+ };
1014
+ IgxXButtonGroupComponent.prototype._styling = function (container, component, parent) {
1015
+ if (this._inStyling) {
1016
+ return;
1017
+ }
1018
+ this._inStyling = true;
1019
+ this._stylingContainer = container;
1020
+ this._stylingParent = component;
1021
+ var genericPrefix = "";
1022
+ var typeName = this.i.$type.name;
1023
+ if (typeName.indexOf("Xam") === 0) {
1024
+ typeName = typeName.substring(3);
1025
+ }
1026
+ genericPrefix = toSpinal("XButtonGroupComponent");
1027
+ var additionalPrefixes = [];
1028
+ var prefix = toSpinal(typeName);
1029
+ additionalPrefixes.push(prefix + "-");
1030
+ var b = this.i.$type.baseType;
1031
+ while (b && b.name != "Object" &&
1032
+ b.name != "Base" &&
1033
+ b.name != "Control" &&
1034
+ b.Name != "DependencyObject" &&
1035
+ b.Name != "FrameworkElement") {
1036
+ typeName = b.name;
1037
+ if (typeName.indexOf("Xam") === 0) {
1038
+ typeName = typeName.substring(3);
1039
+ }
1040
+ var basePrefix = toSpinal(typeName);
1041
+ additionalPrefixes.push(basePrefix + "-");
1042
+ b = b.baseType;
1043
+ }
1044
+ if (parent) {
1045
+ var parentTypeName = parent.i.$type.name;
1046
+ if (parentTypeName.indexOf("Xam") === 0) {
1047
+ parentTypeName = parentTypeName.substring(3);
1048
+ }
1049
+ var parentPrefix = toSpinal(parentTypeName);
1050
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
1051
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
1052
+ }
1053
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
1054
+ if (this._otherStyling) {
1055
+ this._otherStyling(container, component, parent);
1056
+ }
1057
+ this._inStyling = false;
1058
+ };
1059
+ IgxXButtonGroupComponent.prototype.onDetachedFromUI = function () {
1060
+ this.i.onDetachedFromUI();
1061
+ };
1062
+ IgxXButtonGroupComponent.prototype.onAttachedToUI = function () {
1063
+ this.i.onAttachedToUI();
1064
+ };
1065
+ /**
1066
+ * Exports visual information about the current state of the grid.
1067
+
1068
+ */
1069
+ IgxXButtonGroupComponent.prototype.exportVisualModel = function () {
1070
+ var iv = this.i.a5();
1071
+ return (iv);
1072
+ };
1073
+ /**
1074
+ * Returns a serialized copy of the exported visual model
1075
+
1076
+ */
1077
+ IgxXButtonGroupComponent.prototype.exportSerializedVisualModel = function () {
1078
+ var iv = this.i.bq();
1079
+ return (iv);
1080
+ };
1081
+ Object.defineProperty(IgxXButtonGroupComponent.prototype, "selectionChanged", {
1082
+ get: function () {
1083
+ var _this = this;
1084
+ if (this._selectionChanged == null) {
1085
+ this._selectionChanged = new EventEmitter();
1086
+ this.i.selectionChanged = delegateCombine(this.i.selectionChanged, function (o, e) {
1087
+ _this._runInZone(function () {
1088
+ var outerArgs = new IgxButtonGroupSelectionChangedEventArgs();
1089
+ outerArgs._provideImplementation(e);
1090
+ if (_this.beforeSelectionChanged) {
1091
+ _this.beforeSelectionChanged(_this, outerArgs);
1092
+ }
1093
+ _this._selectionChanged.emit({
1094
+ sender: _this,
1095
+ args: outerArgs
1096
+ });
1097
+ });
1098
+ });
1099
+ }
1100
+ return this._selectionChanged;
1101
+ },
1102
+ enumerable: false,
1103
+ configurable: true
1104
+ });
1105
+ IgxXButtonGroupComponent.prototype._runInZone = function (act) {
1106
+ if (this._zoneRunner != null) {
1107
+ this._zoneRunner(act);
1108
+ }
1109
+ else {
1110
+ act();
1111
+ }
1112
+ };
1113
+ IgxXButtonGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXButtonGroupComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
1114
+ IgxXButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXButtonGroupComponent, selector: "igx-x-button-group", inputs: { displayType: "displayType", baseTheme: "baseTheme", density: "density", actualDensity: "actualDensity", selectedIndices: "selectedIndices", actualItemCornerRadius: "actualItemCornerRadius", actualItemBackgroundColor: "actualItemBackgroundColor", actualItemDisabledBackgroundColor: "actualItemDisabledBackgroundColor", actualItemTextColor: "actualItemTextColor", actualItemDisabledTextColor: "actualItemDisabledTextColor", actualItemBorderColor: "actualItemBorderColor", actualItemDisabledBorderColor: "actualItemDisabledBorderColor", actualItemBorderWidth: "actualItemBorderWidth", actualSelectedItemBackgroundColor: "actualSelectedItemBackgroundColor", actualSelectedItemTextColor: "actualSelectedItemTextColor", actualItemHoverBackgroundColor: "actualItemHoverBackgroundColor", actualItemHoverTextColor: "actualItemHoverTextColor", actualSelectedItemHoverBackgroundColor: "actualSelectedItemHoverBackgroundColor", actualSelectedItemHoverTextColor: "actualSelectedItemHoverTextColor", itemCornerRadius: "itemCornerRadius", itemBackgroundColor: "itemBackgroundColor", itemDisabledBackgroundColor: "itemDisabledBackgroundColor", itemTextColor: "itemTextColor", itemDisabledTextColor: "itemDisabledTextColor", itemHoverBackgroundColor: "itemHoverBackgroundColor", itemBorderColor: "itemBorderColor", itemDisabledBorderColor: "itemDisabledBorderColor", itemBorderWidth: "itemBorderWidth", itemHoverTextColor: "itemHoverTextColor", selectedItemBackgroundColor: "selectedItemBackgroundColor", selectedItemTextColor: "selectedItemTextColor", selectedItemHoverBackgroundColor: "selectedItemHoverBackgroundColor", selectedItemHoverTextColor: "selectedItemHoverTextColor", outlinedItemCornerRadius: "outlinedItemCornerRadius", outlinedItemBackgroundColor: "outlinedItemBackgroundColor", outlinedItemDisabledBackgroundColor: "outlinedItemDisabledBackgroundColor", outlinedItemTextColor: "outlinedItemTextColor", outlinedItemDisabledTextColor: "outlinedItemDisabledTextColor", outlinedItemHoverBackgroundColor: "outlinedItemHoverBackgroundColor", outlinedItemBorderColor: "outlinedItemBorderColor", outlinedItemDisabledBorderColor: "outlinedItemDisabledBorderColor", outlinedItemBorderWidth: "outlinedItemBorderWidth", outlinedItemHoverTextColor: "outlinedItemHoverTextColor", outlinedSelectedItemBackgroundColor: "outlinedSelectedItemBackgroundColor", outlinedSelectedItemTextColor: "outlinedSelectedItemTextColor", outlinedSelectedItemHoverBackgroundColor: "outlinedSelectedItemHoverBackgroundColor", outlinedSelectedItemHoverTextColor: "outlinedSelectedItemHoverTextColor", flatItemCornerRadius: "flatItemCornerRadius", flatItemBackgroundColor: "flatItemBackgroundColor", flatItemDisabledBackgroundColor: "flatItemDisabledBackgroundColor", flatItemTextColor: "flatItemTextColor", flatItemDisabledTextColor: "flatItemDisabledTextColor", flatItemHoverBackgroundColor: "flatItemHoverBackgroundColor", flatItemBorderColor: "flatItemBorderColor", flatItemDisabledBorderColor: "flatItemDisabledBorderColor", flatItemBorderWidth: "flatItemBorderWidth", flatItemHoverTextColor: "flatItemHoverTextColor", flatSelectedItemBackgroundColor: "flatSelectedItemBackgroundColor", flatSelectedItemTextColor: "flatSelectedItemTextColor", flatSelectedItemHoverBackgroundColor: "flatSelectedItemHoverBackgroundColor", flatSelectedItemHoverTextColor: "flatSelectedItemHoverTextColor", orientation: "orientation", id: "id", disabled: "disabled", isMultiSelect: "isMultiSelect" }, outputs: { selectionChanged: "selectionChanged" }, host: { properties: { "attr.id": "this.id" }, classAttribute: "ig-x-button-group igx-x-button-group" }, providers: [], queries: [{ propertyName: "contentButtons", predicate: IgxXButtonComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1115
+ return IgxXButtonGroupComponent;
1116
+ }());
1117
+ export { IgxXButtonGroupComponent };
1118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXButtonGroupComponent, decorators: [{
1119
+ type: Component,
1120
+ args: [{
1121
+ selector: 'igx-x-button-group',
1122
+ template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>",
1123
+ changeDetection: ChangeDetectionStrategy.OnPush,
1124
+ providers: [],
1125
+ host: { 'class': 'ig-x-button-group igx-x-button-group' },
1126
+ styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n\t\t}\n\t"]
1127
+ }]
1128
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _dynamicContent: [{
1129
+ type: ViewChild,
1130
+ args: ["dynamicContent", { read: ViewContainerRef, static: true }]
1131
+ }], _childTemplateRef: [{
1132
+ type: ViewChild,
1133
+ args: ["childContent", { read: TemplateRef, static: false }]
1134
+ }], contentButtons: [{
1135
+ type: ContentChildren,
1136
+ args: [IgxXButtonComponent]
1137
+ }], displayType: [{
1138
+ type: Input
1139
+ }], baseTheme: [{
1140
+ type: Input
1141
+ }], density: [{
1142
+ type: Input
1143
+ }], actualDensity: [{
1144
+ type: Input
1145
+ }], selectedIndices: [{
1146
+ type: Input
1147
+ }], actualItemCornerRadius: [{
1148
+ type: Input
1149
+ }], actualItemBackgroundColor: [{
1150
+ type: Input
1151
+ }], actualItemDisabledBackgroundColor: [{
1152
+ type: Input
1153
+ }], actualItemTextColor: [{
1154
+ type: Input
1155
+ }], actualItemDisabledTextColor: [{
1156
+ type: Input
1157
+ }], actualItemBorderColor: [{
1158
+ type: Input
1159
+ }], actualItemDisabledBorderColor: [{
1160
+ type: Input
1161
+ }], actualItemBorderWidth: [{
1162
+ type: Input
1163
+ }], actualSelectedItemBackgroundColor: [{
1164
+ type: Input
1165
+ }], actualSelectedItemTextColor: [{
1166
+ type: Input
1167
+ }], actualItemHoverBackgroundColor: [{
1168
+ type: Input
1169
+ }], actualItemHoverTextColor: [{
1170
+ type: Input
1171
+ }], actualSelectedItemHoverBackgroundColor: [{
1172
+ type: Input
1173
+ }], actualSelectedItemHoverTextColor: [{
1174
+ type: Input
1175
+ }], itemCornerRadius: [{
1176
+ type: Input
1177
+ }], itemBackgroundColor: [{
1178
+ type: Input
1179
+ }], itemDisabledBackgroundColor: [{
1180
+ type: Input
1181
+ }], itemTextColor: [{
1182
+ type: Input
1183
+ }], itemDisabledTextColor: [{
1184
+ type: Input
1185
+ }], itemHoverBackgroundColor: [{
1186
+ type: Input
1187
+ }], itemBorderColor: [{
1188
+ type: Input
1189
+ }], itemDisabledBorderColor: [{
1190
+ type: Input
1191
+ }], itemBorderWidth: [{
1192
+ type: Input
1193
+ }], itemHoverTextColor: [{
1194
+ type: Input
1195
+ }], selectedItemBackgroundColor: [{
1196
+ type: Input
1197
+ }], selectedItemTextColor: [{
1198
+ type: Input
1199
+ }], selectedItemHoverBackgroundColor: [{
1200
+ type: Input
1201
+ }], selectedItemHoverTextColor: [{
1202
+ type: Input
1203
+ }], outlinedItemCornerRadius: [{
1204
+ type: Input
1205
+ }], outlinedItemBackgroundColor: [{
1206
+ type: Input
1207
+ }], outlinedItemDisabledBackgroundColor: [{
1208
+ type: Input
1209
+ }], outlinedItemTextColor: [{
1210
+ type: Input
1211
+ }], outlinedItemDisabledTextColor: [{
1212
+ type: Input
1213
+ }], outlinedItemHoverBackgroundColor: [{
1214
+ type: Input
1215
+ }], outlinedItemBorderColor: [{
1216
+ type: Input
1217
+ }], outlinedItemDisabledBorderColor: [{
1218
+ type: Input
1219
+ }], outlinedItemBorderWidth: [{
1220
+ type: Input
1221
+ }], outlinedItemHoverTextColor: [{
1222
+ type: Input
1223
+ }], outlinedSelectedItemBackgroundColor: [{
1224
+ type: Input
1225
+ }], outlinedSelectedItemTextColor: [{
1226
+ type: Input
1227
+ }], outlinedSelectedItemHoverBackgroundColor: [{
1228
+ type: Input
1229
+ }], outlinedSelectedItemHoverTextColor: [{
1230
+ type: Input
1231
+ }], flatItemCornerRadius: [{
1232
+ type: Input
1233
+ }], flatItemBackgroundColor: [{
1234
+ type: Input
1235
+ }], flatItemDisabledBackgroundColor: [{
1236
+ type: Input
1237
+ }], flatItemTextColor: [{
1238
+ type: Input
1239
+ }], flatItemDisabledTextColor: [{
1240
+ type: Input
1241
+ }], flatItemHoverBackgroundColor: [{
1242
+ type: Input
1243
+ }], flatItemBorderColor: [{
1244
+ type: Input
1245
+ }], flatItemDisabledBorderColor: [{
1246
+ type: Input
1247
+ }], flatItemBorderWidth: [{
1248
+ type: Input
1249
+ }], flatItemHoverTextColor: [{
1250
+ type: Input
1251
+ }], flatSelectedItemBackgroundColor: [{
1252
+ type: Input
1253
+ }], flatSelectedItemTextColor: [{
1254
+ type: Input
1255
+ }], flatSelectedItemHoverBackgroundColor: [{
1256
+ type: Input
1257
+ }], flatSelectedItemHoverTextColor: [{
1258
+ type: Input
1259
+ }], orientation: [{
1260
+ type: Input
1261
+ }], id: [{
1262
+ type: HostBinding,
1263
+ args: ['attr.id']
1264
+ }, {
1265
+ type: Input
1266
+ }], disabled: [{
1267
+ type: Input
1268
+ }], isMultiSelect: [{
1269
+ type: Input
1270
+ }], selectionChanged: [{
1271
+ type: Output
1272
+ }] } });