igniteui-webcomponents-inputs 1.3.1 → 1.4.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 (395) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +7356 -6830
  2. package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -1
  3. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  4. package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -1
  5. package/esm2015/lib/ButtonGroupView_combined.js +138 -138
  6. package/esm2015/lib/ButtonGroupView_combined.js.map +1 -1
  7. package/esm2015/lib/ButtonView_combined.js +404 -404
  8. package/esm2015/lib/ButtonView_combined.js.map +1 -1
  9. package/esm2015/lib/CalendarView_combined.js +1898 -1666
  10. package/esm2015/lib/CalendarView_combined.js.map +1 -1
  11. package/esm2015/lib/CheckboxView_combined.js +83 -77
  12. package/esm2015/lib/CheckboxView_combined.js.map +1 -1
  13. package/esm2015/lib/DatePickerView_combined.js +403 -370
  14. package/esm2015/lib/DatePickerView_combined.js.map +1 -1
  15. package/esm2015/lib/DateTimeValueFormatter.js +42 -2
  16. package/esm2015/lib/DateTimeValueFormatter.js.map +1 -1
  17. package/esm2015/lib/IconClickedEventArgs.js +17 -0
  18. package/esm2015/lib/IconClickedEventArgs.js.map +1 -0
  19. package/esm2015/lib/IconView_combined.js +373 -324
  20. package/esm2015/lib/IconView_combined.js.map +1 -1
  21. package/esm2015/lib/IconVisualModelExport.js +27 -18
  22. package/esm2015/lib/IconVisualModelExport.js.map +1 -1
  23. package/esm2015/lib/InputGroupView_combined.js +1589 -1528
  24. package/esm2015/lib/InputGroupView_combined.js.map +1 -1
  25. package/esm2015/lib/RippleView_combined.js +11 -11
  26. package/esm2015/lib/RippleView_combined.js.map +1 -1
  27. package/esm2015/lib/{Button.js → XButton.js} +2 -2
  28. package/esm2015/lib/XButton.js.map +1 -0
  29. package/esm2015/lib/{ButtonGroup.js → XButtonGroup.js} +2 -2
  30. package/esm2015/lib/XButtonGroup.js.map +1 -0
  31. package/esm2015/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +7 -7
  32. package/esm2015/lib/XButtonGroupButtonCollection.js.map +1 -0
  33. package/esm2015/lib/XCalendar.js +8 -0
  34. package/esm2015/lib/XCalendar.js.map +1 -0
  35. package/esm2015/lib/XCheckbox.js +8 -0
  36. package/esm2015/lib/XCheckbox.js.map +1 -0
  37. package/{esm5/lib/Icon.js → esm2015/lib/XIcon.js} +2 -2
  38. package/esm2015/lib/XIcon.js.map +1 -0
  39. package/esm2015/lib/XInput.js +8 -0
  40. package/esm2015/lib/XInput.js.map +1 -0
  41. package/esm2015/lib/XInputGroup.js +8 -0
  42. package/esm2015/lib/XInputGroup.js.map +1 -0
  43. package/esm2015/lib/XInputGroupInputCollection.js +8 -0
  44. package/esm2015/lib/XInputGroupInputCollection.js.map +1 -0
  45. package/esm2015/lib/XInputGroupItem.js +8 -0
  46. package/esm2015/lib/XInputGroupItem.js.map +1 -0
  47. package/esm2015/lib/XLabel.js +8 -0
  48. package/esm2015/lib/XLabel.js.map +1 -0
  49. package/esm2015/lib/{Calendar.js → XPrefix.js} +2 -2
  50. package/esm2015/lib/XPrefix.js.map +1 -0
  51. package/esm2015/lib/{Input.js → XRipple.js} +2 -2
  52. package/esm2015/lib/XRipple.js.map +1 -0
  53. package/esm2015/lib/{Checkbox.js → XSuffix.js} +2 -2
  54. package/esm2015/lib/XSuffix.js.map +1 -0
  55. package/esm2015/lib/igc-date-picker-component.js +48 -41
  56. package/esm2015/lib/igc-date-picker-component.js.map +1 -1
  57. package/esm2015/lib/igc-date-picker-module.js +8 -8
  58. package/esm2015/lib/igc-date-picker-module.js.map +1 -1
  59. package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +19 -19
  60. package/esm2015/lib/igc-x-button-component.js.map +1 -0
  61. package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +10 -10
  62. package/esm2015/lib/igc-x-button-group-button-collection.js.map +1 -0
  63. package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +28 -24
  64. package/esm2015/lib/{igc-button-group-component.js.map → igc-x-button-group-component.js.map} +1 -1
  65. package/esm2015/lib/{igc-button-group-module.js → igc-x-button-group-module.js} +10 -10
  66. package/esm2015/lib/igc-x-button-group-module.js.map +1 -0
  67. package/esm2015/lib/{igc-button-module.js → igc-x-button-module.js} +10 -10
  68. package/esm2015/lib/igc-x-button-module.js.map +1 -0
  69. package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +81 -81
  70. package/esm2015/lib/igc-x-calendar-component.js.map +1 -0
  71. package/esm2015/lib/igc-x-calendar-module.js +22 -0
  72. package/esm2015/lib/igc-x-calendar-module.js.map +1 -0
  73. package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +19 -19
  74. package/esm2015/lib/igc-x-checkbox-component.js.map +1 -0
  75. package/esm2015/lib/{igc-checkbox-module.js → igc-x-checkbox-module.js} +10 -10
  76. package/esm2015/lib/igc-x-checkbox-module.js.map +1 -0
  77. package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +84 -77
  78. package/esm2015/lib/igc-x-icon-component.js.map +1 -0
  79. package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +8 -8
  80. package/esm2015/lib/igc-x-icon-module.js.map +1 -0
  81. package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +72 -67
  82. package/esm2015/lib/igc-x-input-component.js.map +1 -0
  83. package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +367 -366
  84. package/esm2015/lib/igc-x-input-group-component.js.map +1 -0
  85. package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +10 -10
  86. package/esm2015/lib/igc-x-input-group-input-collection.js.map +1 -0
  87. package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +10 -10
  88. package/esm2015/lib/igc-x-input-group-item-component.js.map +1 -0
  89. package/esm2015/lib/igc-x-input-group-module.js +24 -0
  90. package/esm2015/lib/igc-x-input-group-module.js.map +1 -0
  91. package/esm2015/lib/{igc-prefix-module.js → igc-x-input-module.js} +8 -8
  92. package/esm2015/lib/igc-x-input-module.js.map +1 -0
  93. package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +68 -56
  94. package/esm2015/lib/igc-x-label-component.js.map +1 -0
  95. package/esm2015/lib/{igc-icon-module.js → igc-x-label-module.js} +8 -8
  96. package/esm2015/lib/igc-x-label-module.js.map +1 -0
  97. package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +19 -19
  98. package/esm2015/lib/igc-x-prefix-component.js.map +1 -0
  99. package/esm2015/lib/{igc-label-module.js → igc-x-prefix-module.js} +8 -8
  100. package/esm2015/lib/igc-x-prefix-module.js.map +1 -0
  101. package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +19 -19
  102. package/esm2015/lib/igc-x-ripple-component.js.map +1 -0
  103. package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +8 -8
  104. package/esm2015/lib/igc-x-ripple-module.js.map +1 -0
  105. package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +19 -19
  106. package/esm2015/lib/igc-x-suffix-component.js.map +1 -0
  107. package/esm2015/public_api.js +39 -38
  108. package/esm2015/public_api.js.map +1 -1
  109. package/esm5/lib/ButtonGroupView_combined.js +233 -233
  110. package/esm5/lib/ButtonGroupView_combined.js.map +1 -1
  111. package/esm5/lib/ButtonView_combined.js +579 -579
  112. package/esm5/lib/ButtonView_combined.js.map +1 -1
  113. package/esm5/lib/CalendarView_combined.js +1922 -1690
  114. package/esm5/lib/CalendarView_combined.js.map +1 -1
  115. package/esm5/lib/CheckboxView_combined.js +140 -134
  116. package/esm5/lib/CheckboxView_combined.js.map +1 -1
  117. package/esm5/lib/DatePickerView_combined.js +397 -356
  118. package/esm5/lib/DatePickerView_combined.js.map +1 -1
  119. package/esm5/lib/DateTimeValueFormatter.js +42 -2
  120. package/esm5/lib/DateTimeValueFormatter.js.map +1 -1
  121. package/esm5/lib/IconClickedEventArgs.js +21 -0
  122. package/esm5/lib/IconClickedEventArgs.js.map +1 -0
  123. package/esm5/lib/IconView_combined.js +371 -318
  124. package/esm5/lib/IconView_combined.js.map +1 -1
  125. package/esm5/lib/IconVisualModelExport.js +27 -18
  126. package/esm5/lib/IconVisualModelExport.js.map +1 -1
  127. package/esm5/lib/InputGroupView_combined.js +1767 -1697
  128. package/esm5/lib/InputGroupView_combined.js.map +1 -1
  129. package/esm5/lib/RippleView_combined.js +40 -40
  130. package/esm5/lib/RippleView_combined.js.map +1 -1
  131. package/{esm2015/lib/Label.js → esm5/lib/XButton.js} +2 -2
  132. package/esm5/lib/XButton.js.map +1 -0
  133. package/esm5/lib/XButtonGroup.js +8 -0
  134. package/esm5/lib/XButtonGroup.js.map +1 -0
  135. package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +10 -10
  136. package/esm5/lib/XButtonGroupButtonCollection.js.map +1 -0
  137. package/esm5/lib/XCalendar.js +8 -0
  138. package/esm5/lib/XCalendar.js.map +1 -0
  139. package/esm5/lib/XCheckbox.js +8 -0
  140. package/esm5/lib/XCheckbox.js.map +1 -0
  141. package/{esm2015/lib/Icon.js → esm5/lib/XIcon.js} +2 -2
  142. package/esm5/lib/XIcon.js.map +1 -0
  143. package/esm5/lib/XInput.js +8 -0
  144. package/esm5/lib/XInput.js.map +1 -0
  145. package/esm5/lib/XInputGroup.js +8 -0
  146. package/esm5/lib/XInputGroup.js.map +1 -0
  147. package/esm5/lib/XInputGroupInputCollection.js +8 -0
  148. package/esm5/lib/XInputGroupInputCollection.js.map +1 -0
  149. package/esm5/lib/XInputGroupItem.js +8 -0
  150. package/esm5/lib/XInputGroupItem.js.map +1 -0
  151. package/esm5/lib/XLabel.js +8 -0
  152. package/esm5/lib/XLabel.js.map +1 -0
  153. package/esm5/lib/XPrefix.js +8 -0
  154. package/esm5/lib/XPrefix.js.map +1 -0
  155. package/esm5/lib/XRipple.js +8 -0
  156. package/esm5/lib/XRipple.js.map +1 -0
  157. package/esm5/lib/XSuffix.js +8 -0
  158. package/esm5/lib/XSuffix.js.map +1 -0
  159. package/esm5/lib/igc-date-picker-component.js +52 -41
  160. package/esm5/lib/igc-date-picker-component.js.map +1 -1
  161. package/esm5/lib/igc-date-picker-module.js +8 -8
  162. package/esm5/lib/igc-date-picker-module.js.map +1 -1
  163. package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +225 -225
  164. package/esm5/lib/igc-x-button-component.js.map +1 -0
  165. package/esm5/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +15 -15
  166. package/esm5/lib/igc-x-button-group-button-collection.js.map +1 -0
  167. package/esm5/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +121 -117
  168. package/esm5/lib/igc-x-button-group-component.js.map +1 -0
  169. package/esm5/lib/igc-x-button-group-module.js +26 -0
  170. package/esm5/lib/igc-x-button-group-module.js.map +1 -0
  171. package/esm5/lib/igc-x-button-module.js +26 -0
  172. package/esm5/lib/igc-x-button-module.js.map +1 -0
  173. package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +126 -126
  174. package/esm5/lib/igc-x-calendar-component.js.map +1 -0
  175. package/esm5/lib/igc-x-calendar-module.js +26 -0
  176. package/esm5/lib/igc-x-calendar-module.js.map +1 -0
  177. package/esm5/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +78 -78
  178. package/esm5/lib/igc-x-checkbox-component.js.map +1 -0
  179. package/esm5/lib/igc-x-checkbox-module.js +26 -0
  180. package/esm5/lib/igc-x-checkbox-module.js.map +1 -0
  181. package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +135 -124
  182. package/esm5/lib/igc-x-icon-component.js.map +1 -0
  183. package/esm5/lib/{igc-label-module.js → igc-x-icon-module.js} +12 -12
  184. package/esm5/lib/igc-x-icon-module.js.map +1 -0
  185. package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +124 -110
  186. package/esm5/lib/igc-x-input-component.js.map +1 -0
  187. package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +567 -566
  188. package/esm5/lib/igc-x-input-group-component.js.map +1 -0
  189. package/esm5/lib/igc-x-input-group-input-collection.js +54 -0
  190. package/esm5/lib/igc-x-input-group-input-collection.js.map +1 -0
  191. package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +27 -27
  192. package/esm5/lib/igc-x-input-group-item-component.js.map +1 -0
  193. package/esm5/lib/igc-x-input-group-module.js +28 -0
  194. package/esm5/lib/igc-x-input-group-module.js.map +1 -0
  195. package/esm5/lib/{igc-prefix-module.js → igc-x-input-module.js} +12 -12
  196. package/esm5/lib/igc-x-input-module.js.map +1 -0
  197. package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +117 -101
  198. package/esm5/lib/igc-x-label-component.js.map +1 -0
  199. package/esm5/lib/{igc-icon-module.js → igc-x-label-module.js} +12 -12
  200. package/esm5/lib/igc-x-label-module.js.map +1 -0
  201. package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +40 -40
  202. package/esm5/lib/igc-x-prefix-component.js.map +1 -0
  203. package/esm5/lib/{igc-input-module.js → igc-x-prefix-module.js} +12 -12
  204. package/esm5/lib/igc-x-prefix-module.js.map +1 -0
  205. package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +57 -57
  206. package/esm5/lib/igc-x-ripple-component.js.map +1 -0
  207. package/esm5/lib/igc-x-ripple-module.js +22 -0
  208. package/esm5/lib/igc-x-ripple-module.js.map +1 -0
  209. package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +40 -40
  210. package/esm5/lib/igc-x-suffix-component.js.map +1 -0
  211. package/esm5/public_api.js +39 -38
  212. package/esm5/public_api.js.map +1 -1
  213. package/fesm2015/igniteui-webcomponents-inputs.js +5899 -5418
  214. package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -1
  215. package/fesm5/igniteui-webcomponents-inputs.js +7319 -6794
  216. package/fesm5/igniteui-webcomponents-inputs.js.map +1 -1
  217. package/lib/ButtonGroupView_combined.d.ts +8 -8
  218. package/lib/ButtonView_combined.d.ts +2 -2
  219. package/lib/CalendarView_combined.d.ts +153 -136
  220. package/lib/CheckboxView_combined.d.ts +4 -4
  221. package/lib/DatePickerView_combined.d.ts +79 -77
  222. package/lib/DateTimeValueFormatter.d.ts +3 -2
  223. package/lib/IconClickedEventArgs.d.ts +7 -0
  224. package/lib/IconView_combined.d.ts +82 -74
  225. package/lib/IconVisualModelExport.d.ts +10 -6
  226. package/lib/InputGroupView_combined.d.ts +360 -353
  227. package/lib/RippleView_combined.d.ts +2 -2
  228. package/lib/XButton.d.ts +1 -0
  229. package/lib/XButtonGroup.d.ts +1 -0
  230. package/lib/{ButtonGroupButtonCollection.d.ts → XButtonGroupButtonCollection.d.ts} +2 -2
  231. package/lib/XCalendar.d.ts +1 -0
  232. package/lib/XCheckbox.d.ts +1 -0
  233. package/lib/XIcon.d.ts +1 -0
  234. package/lib/XInput.d.ts +1 -0
  235. package/lib/XInputGroup.d.ts +1 -0
  236. package/lib/XInputGroupInputCollection.d.ts +1 -0
  237. package/lib/XInputGroupItem.d.ts +1 -0
  238. package/lib/XLabel.d.ts +1 -0
  239. package/lib/XPrefix.d.ts +1 -0
  240. package/lib/XRipple.d.ts +1 -0
  241. package/lib/XSuffix.d.ts +1 -0
  242. package/lib/igc-date-picker-component.d.ts +1 -0
  243. package/lib/{igc-button-component.d.ts → igc-x-button-component.d.ts} +7 -7
  244. package/lib/igc-x-button-group-button-collection.d.ts +8 -0
  245. package/lib/{igc-button-group-component.d.ts → igc-x-button-group-component.d.ts} +12 -12
  246. package/lib/igc-x-button-group-module.d.ts +3 -0
  247. package/lib/igc-x-button-module.d.ts +3 -0
  248. package/lib/{igc-calendar-component.d.ts → igc-x-calendar-component.d.ts} +7 -7
  249. package/lib/igc-x-calendar-module.d.ts +3 -0
  250. package/lib/{igc-checkbox-component.d.ts → igc-x-checkbox-component.d.ts} +7 -7
  251. package/lib/igc-x-checkbox-module.d.ts +3 -0
  252. package/lib/{igc-icon-component.d.ts → igc-x-icon-component.d.ts} +7 -6
  253. package/lib/igc-x-icon-module.d.ts +3 -0
  254. package/lib/{igc-input-component.d.ts → igc-x-input-component.d.ts} +15 -11
  255. package/lib/{igc-input-group-component.d.ts → igc-x-input-group-component.d.ts} +11 -11
  256. package/lib/igc-x-input-group-input-collection.d.ts +8 -0
  257. package/lib/{igc-input-group-item-component.d.ts → igc-x-input-group-item-component.d.ts} +6 -6
  258. package/lib/igc-x-input-group-module.d.ts +3 -0
  259. package/lib/igc-x-input-module.d.ts +3 -0
  260. package/lib/{igc-label-component.d.ts → igc-x-label-component.d.ts} +11 -6
  261. package/lib/igc-x-label-module.d.ts +3 -0
  262. package/lib/{igc-prefix-component.d.ts → igc-x-prefix-component.d.ts} +6 -6
  263. package/lib/igc-x-prefix-module.d.ts +3 -0
  264. package/lib/{igc-ripple-component.d.ts → igc-x-ripple-component.d.ts} +6 -6
  265. package/lib/igc-x-ripple-module.d.ts +3 -0
  266. package/lib/{igc-suffix-component.d.ts → igc-x-suffix-component.d.ts} +6 -6
  267. package/package.json +2 -2
  268. package/public_api.d.ts +39 -38
  269. package/esm2015/lib/Button.js.map +0 -1
  270. package/esm2015/lib/ButtonGroup.js.map +0 -1
  271. package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
  272. package/esm2015/lib/Calendar.js.map +0 -1
  273. package/esm2015/lib/Checkbox.js.map +0 -1
  274. package/esm2015/lib/Icon.js.map +0 -1
  275. package/esm2015/lib/Input.js.map +0 -1
  276. package/esm2015/lib/InputGroup.js +0 -8
  277. package/esm2015/lib/InputGroup.js.map +0 -1
  278. package/esm2015/lib/InputGroupInputCollection.js +0 -8
  279. package/esm2015/lib/InputGroupInputCollection.js.map +0 -1
  280. package/esm2015/lib/InputGroupItem.js +0 -8
  281. package/esm2015/lib/InputGroupItem.js.map +0 -1
  282. package/esm2015/lib/Label.js.map +0 -1
  283. package/esm2015/lib/Prefix.js +0 -8
  284. package/esm2015/lib/Prefix.js.map +0 -1
  285. package/esm2015/lib/Ripple.js +0 -8
  286. package/esm2015/lib/Ripple.js.map +0 -1
  287. package/esm2015/lib/Suffix.js +0 -8
  288. package/esm2015/lib/Suffix.js.map +0 -1
  289. package/esm2015/lib/igc-button-component.js.map +0 -1
  290. package/esm2015/lib/igc-button-group-button-collection.js.map +0 -1
  291. package/esm2015/lib/igc-button-group-module.js.map +0 -1
  292. package/esm2015/lib/igc-button-module.js.map +0 -1
  293. package/esm2015/lib/igc-calendar-component.js.map +0 -1
  294. package/esm2015/lib/igc-calendar-module.js +0 -22
  295. package/esm2015/lib/igc-calendar-module.js.map +0 -1
  296. package/esm2015/lib/igc-checkbox-component.js.map +0 -1
  297. package/esm2015/lib/igc-checkbox-module.js.map +0 -1
  298. package/esm2015/lib/igc-icon-component.js.map +0 -1
  299. package/esm2015/lib/igc-icon-module.js.map +0 -1
  300. package/esm2015/lib/igc-input-component.js.map +0 -1
  301. package/esm2015/lib/igc-input-group-component.js.map +0 -1
  302. package/esm2015/lib/igc-input-group-input-collection.js.map +0 -1
  303. package/esm2015/lib/igc-input-group-item-component.js.map +0 -1
  304. package/esm2015/lib/igc-input-group-module.js +0 -24
  305. package/esm2015/lib/igc-input-group-module.js.map +0 -1
  306. package/esm2015/lib/igc-input-module.js.map +0 -1
  307. package/esm2015/lib/igc-label-component.js.map +0 -1
  308. package/esm2015/lib/igc-label-module.js.map +0 -1
  309. package/esm2015/lib/igc-prefix-component.js.map +0 -1
  310. package/esm2015/lib/igc-prefix-module.js.map +0 -1
  311. package/esm2015/lib/igc-ripple-component.js.map +0 -1
  312. package/esm2015/lib/igc-ripple-module.js.map +0 -1
  313. package/esm2015/lib/igc-suffix-component.js.map +0 -1
  314. package/esm5/lib/Button.js +0 -8
  315. package/esm5/lib/Button.js.map +0 -1
  316. package/esm5/lib/ButtonGroup.js +0 -8
  317. package/esm5/lib/ButtonGroup.js.map +0 -1
  318. package/esm5/lib/ButtonGroupButtonCollection.js.map +0 -1
  319. package/esm5/lib/Calendar.js +0 -8
  320. package/esm5/lib/Calendar.js.map +0 -1
  321. package/esm5/lib/Checkbox.js +0 -8
  322. package/esm5/lib/Checkbox.js.map +0 -1
  323. package/esm5/lib/Icon.js.map +0 -1
  324. package/esm5/lib/Input.js +0 -8
  325. package/esm5/lib/Input.js.map +0 -1
  326. package/esm5/lib/InputGroup.js +0 -8
  327. package/esm5/lib/InputGroup.js.map +0 -1
  328. package/esm5/lib/InputGroupInputCollection.js +0 -8
  329. package/esm5/lib/InputGroupInputCollection.js.map +0 -1
  330. package/esm5/lib/InputGroupItem.js +0 -8
  331. package/esm5/lib/InputGroupItem.js.map +0 -1
  332. package/esm5/lib/Label.js +0 -8
  333. package/esm5/lib/Label.js.map +0 -1
  334. package/esm5/lib/Prefix.js +0 -8
  335. package/esm5/lib/Prefix.js.map +0 -1
  336. package/esm5/lib/Ripple.js +0 -8
  337. package/esm5/lib/Ripple.js.map +0 -1
  338. package/esm5/lib/Suffix.js +0 -8
  339. package/esm5/lib/Suffix.js.map +0 -1
  340. package/esm5/lib/igc-button-component.js.map +0 -1
  341. package/esm5/lib/igc-button-group-button-collection.js.map +0 -1
  342. package/esm5/lib/igc-button-group-component.js.map +0 -1
  343. package/esm5/lib/igc-button-group-module.js +0 -26
  344. package/esm5/lib/igc-button-group-module.js.map +0 -1
  345. package/esm5/lib/igc-button-module.js +0 -26
  346. package/esm5/lib/igc-button-module.js.map +0 -1
  347. package/esm5/lib/igc-calendar-component.js.map +0 -1
  348. package/esm5/lib/igc-calendar-module.js +0 -26
  349. package/esm5/lib/igc-calendar-module.js.map +0 -1
  350. package/esm5/lib/igc-checkbox-component.js.map +0 -1
  351. package/esm5/lib/igc-checkbox-module.js +0 -26
  352. package/esm5/lib/igc-checkbox-module.js.map +0 -1
  353. package/esm5/lib/igc-icon-component.js.map +0 -1
  354. package/esm5/lib/igc-icon-module.js.map +0 -1
  355. package/esm5/lib/igc-input-component.js.map +0 -1
  356. package/esm5/lib/igc-input-group-component.js.map +0 -1
  357. package/esm5/lib/igc-input-group-input-collection.js +0 -54
  358. package/esm5/lib/igc-input-group-input-collection.js.map +0 -1
  359. package/esm5/lib/igc-input-group-item-component.js.map +0 -1
  360. package/esm5/lib/igc-input-group-module.js +0 -28
  361. package/esm5/lib/igc-input-group-module.js.map +0 -1
  362. package/esm5/lib/igc-input-module.js.map +0 -1
  363. package/esm5/lib/igc-label-component.js.map +0 -1
  364. package/esm5/lib/igc-label-module.js.map +0 -1
  365. package/esm5/lib/igc-prefix-component.js.map +0 -1
  366. package/esm5/lib/igc-prefix-module.js.map +0 -1
  367. package/esm5/lib/igc-ripple-component.js.map +0 -1
  368. package/esm5/lib/igc-ripple-module.js +0 -22
  369. package/esm5/lib/igc-ripple-module.js.map +0 -1
  370. package/esm5/lib/igc-suffix-component.js.map +0 -1
  371. package/lib/Button.d.ts +0 -1
  372. package/lib/ButtonGroup.d.ts +0 -1
  373. package/lib/Calendar.d.ts +0 -1
  374. package/lib/Checkbox.d.ts +0 -1
  375. package/lib/Icon.d.ts +0 -1
  376. package/lib/Input.d.ts +0 -1
  377. package/lib/InputGroup.d.ts +0 -1
  378. package/lib/InputGroupInputCollection.d.ts +0 -1
  379. package/lib/InputGroupItem.d.ts +0 -1
  380. package/lib/Label.d.ts +0 -1
  381. package/lib/Prefix.d.ts +0 -1
  382. package/lib/Ripple.d.ts +0 -1
  383. package/lib/Suffix.d.ts +0 -1
  384. package/lib/igc-button-group-button-collection.d.ts +0 -8
  385. package/lib/igc-button-group-module.d.ts +0 -3
  386. package/lib/igc-button-module.d.ts +0 -3
  387. package/lib/igc-calendar-module.d.ts +0 -3
  388. package/lib/igc-checkbox-module.d.ts +0 -3
  389. package/lib/igc-icon-module.d.ts +0 -3
  390. package/lib/igc-input-group-input-collection.d.ts +0 -8
  391. package/lib/igc-input-group-module.d.ts +0 -3
  392. package/lib/igc-input-module.d.ts +0 -3
  393. package/lib/igc-label-module.d.ts +0 -3
  394. package/lib/igc-prefix-module.d.ts +0 -3
  395. package/lib/igc-ripple-module.d.ts +0 -3
@@ -1,12 +1,12 @@
1
1
  import * as tslib_1 from "tslib";
2
- import { ButtonGroup } from "./ButtonGroup";
2
+ import { XButtonGroup } from "./XButtonGroup";
3
3
  import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
4
4
  import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
5
5
  import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
6
6
  import { TypeRegistrar } from "igniteui-webcomponents-core";
7
7
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
- import { IgcButtonComponent } from './igc-button-component';
9
- import { IgcButtonGroupButtonCollection } from './igc-button-group-button-collection';
8
+ import { IgcXButtonComponent } from './igc-x-button-component';
9
+ import { IgcXButtonGroupButtonCollection } from './igc-x-button-group-button-collection';
10
10
  import { CollectionAdapter } from "igniteui-webcomponents-core";
11
11
  import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
12
12
  import { ButtonGroupOrientation_$type } from './ButtonGroupOrientation';
@@ -15,9 +15,9 @@ import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
15
15
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
16
16
  import { ButtonGroupDisplayStyle_$type } from './ButtonGroupDisplayStyle';
17
17
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
18
- var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
19
- tslib_1.__extends(IgcButtonGroupComponent, _super);
20
- function IgcButtonGroupComponent() {
18
+ var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
19
+ tslib_1.__extends(IgcXButtonGroupComponent, _super);
20
+ function IgcXButtonGroupComponent() {
21
21
  var _this = _super.call(this) || this;
22
22
  _this.contentButtons = [];
23
23
  /**
@@ -100,14 +100,14 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
100
100
  // this._checkbox.notifySizeChanged();
101
101
  //});
102
102
  }
103
- Object.defineProperty(IgcButtonGroupComponent.prototype, "buttons", {
103
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "buttons", {
104
104
  /**
105
105
  * A collection or manually added axes for the chart.
106
106
  */
107
107
  get: function () {
108
108
  var _this = this;
109
109
  if (this._buttons === null) {
110
- var coll = new IgcButtonGroupButtonCollection();
110
+ var coll = new IgcXButtonGroupButtonCollection();
111
111
  var inner = coll._innerColl;
112
112
  inner.addListener(function (sender, e) {
113
113
  switch (e.action) {
@@ -133,7 +133,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
133
133
  enumerable: true,
134
134
  configurable: true
135
135
  });
136
- IgcButtonGroupComponent.prototype._onChildrenChanged = function () {
136
+ IgcXButtonGroupComponent.prototype._onChildrenChanged = function () {
137
137
  var children = [];
138
138
  for (var i = 0; i < this.childNodes.length; i++) {
139
139
  var child = this.childNodes[i];
@@ -143,17 +143,17 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
143
143
  }
144
144
  this._portalManager.onChildrenChanged(children);
145
145
  };
146
- IgcButtonGroupComponent.prototype.updateButtons = function () {
146
+ IgcXButtonGroupComponent.prototype.updateButtons = function () {
147
147
  this.contentButtons.length = 0;
148
148
  for (var i = 0; i < this.children.length; i++) {
149
- if (this.children[i] instanceof IgcButtonComponent) {
149
+ if (this.children[i] instanceof IgcXButtonComponent) {
150
150
  this.contentButtons.push(this.children[i]);
151
151
  }
152
152
  }
153
153
  var childContent = this.querySelector("igc-child-content");
154
154
  if (childContent) {
155
155
  for (var i = 0; i < childContent.children.length; i++) {
156
- if (childContent.children[i] instanceof IgcButtonComponent) {
156
+ if (childContent.children[i] instanceof IgcXButtonComponent) {
157
157
  this.contentButtons.push(childContent.children[i]);
158
158
  }
159
159
  }
@@ -163,23 +163,23 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
163
163
  }
164
164
  };
165
165
  // supports angular themes or custom properties set in CSS
166
- IgcButtonGroupComponent.prototype.updateStyle = function () {
166
+ IgcXButtonGroupComponent.prototype.updateStyle = function () {
167
167
  this._styling(this, this);
168
168
  };
169
- IgcButtonGroupComponent.prototype.destroy = function () {
169
+ IgcXButtonGroupComponent.prototype.destroy = function () {
170
170
  this._buttonGroup.destroy();
171
171
  this._wrapper.destroy();
172
172
  };
173
- IgcButtonGroupComponent.prototype.createImplementation = function () {
174
- return new ButtonGroup();
173
+ IgcXButtonGroupComponent.prototype.createImplementation = function () {
174
+ return new XButtonGroup();
175
175
  };
176
- IgcButtonGroupComponent.prototype.disconnectedCallback = function () {
176
+ IgcXButtonGroupComponent.prototype.disconnectedCallback = function () {
177
177
  this._disconnected = true;
178
178
  if (this.i) {
179
179
  this.i.onDetachedFromUI();
180
180
  }
181
181
  };
182
- IgcButtonGroupComponent.prototype.connectedCallback = function () {
182
+ IgcXButtonGroupComponent.prototype.connectedCallback = function () {
183
183
  if (this._disconnected) {
184
184
  this._disconnected = false;
185
185
  if (this.i) {
@@ -187,8 +187,8 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
187
187
  }
188
188
  return;
189
189
  }
190
- this.classList.add("ig-button-group");
191
- this.classList.add("igc-button-group");
190
+ this.classList.add("ig-x-button-group");
191
+ this.classList.add("igc-x-button-group");
192
192
  this.appendChild(this._container.getNativeElement());
193
193
  this._attached = true;
194
194
  this.style.display = "inline-block";
@@ -199,10 +199,10 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
199
199
  this._styling(this, this);
200
200
  this.afterContentInit();
201
201
  };
202
- IgcButtonGroupComponent.prototype.afterContentInit = function () {
202
+ IgcXButtonGroupComponent.prototype.afterContentInit = function () {
203
203
  //this.i.notifySizeChanged();
204
204
  };
205
- Object.defineProperty(IgcButtonGroupComponent.prototype, "i", {
205
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "i", {
206
206
  /**
207
207
  * @hidden
208
208
  */
@@ -214,7 +214,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
214
214
  enumerable: true,
215
215
  configurable: true
216
216
  });
217
- IgcButtonGroupComponent._createFromInternal = function (internal) {
217
+ IgcXButtonGroupComponent._createFromInternal = function (internal) {
218
218
  if (!internal) {
219
219
  return null;
220
220
  }
@@ -228,10 +228,10 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
228
228
  }
229
229
  return TypeRegistrar.create(externalName);
230
230
  };
231
- IgcButtonGroupComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
231
+ IgcXButtonGroupComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
232
232
  this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
233
233
  };
234
- IgcButtonGroupComponent.prototype._flushQueuedAttributes = function () {
234
+ IgcXButtonGroupComponent.prototype._flushQueuedAttributes = function () {
235
235
  this._settingAttributes = true;
236
236
  for (var i = 0; i < this._queuedSetAttributes.length; i++) {
237
237
  this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
@@ -239,7 +239,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
239
239
  this._settingAttributes = false;
240
240
  this._queuedSetAttributes.length = 0;
241
241
  };
242
- IgcButtonGroupComponent.prototype._a = function (attrName, attrValue) {
242
+ IgcXButtonGroupComponent.prototype._a = function (attrName, attrValue) {
243
243
  if (this._updatingFromAttribute) {
244
244
  return;
245
245
  }
@@ -256,21 +256,21 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
256
256
  }
257
257
  this._settingAttributes = false;
258
258
  };
259
- Object.defineProperty(IgcButtonGroupComponent, "observedAttributes", {
259
+ Object.defineProperty(IgcXButtonGroupComponent, "observedAttributes", {
260
260
  get: function () {
261
- if (IgcButtonGroupComponent._observedAttributesIgcButtonGroupComponent == null) {
262
- var names = getAllPropertyNames(IgcButtonGroupComponent);
261
+ if (IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent == null) {
262
+ var names = getAllPropertyNames(IgcXButtonGroupComponent);
263
263
  for (var i = 0; i < names.length; i++) {
264
264
  names[i] = toSpinal(names[i]);
265
265
  }
266
- IgcButtonGroupComponent._observedAttributesIgcButtonGroupComponent = names;
266
+ IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent = names;
267
267
  }
268
- return IgcButtonGroupComponent._observedAttributesIgcButtonGroupComponent;
268
+ return IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent;
269
269
  },
270
270
  enumerable: true,
271
271
  configurable: true
272
272
  });
273
- IgcButtonGroupComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
273
+ IgcXButtonGroupComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
274
274
  if (this._settingAttributes) {
275
275
  return;
276
276
  }
@@ -279,13 +279,13 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
279
279
  this[setName] = newValue;
280
280
  this._updatingFromAttribute = false;
281
281
  };
282
- IgcButtonGroupComponent.register = function () {
283
- if (!IgcButtonGroupComponent._isElementRegistered) {
284
- IgcButtonGroupComponent._isElementRegistered = true;
285
- RegisterElementHelper.registerElement(IgcButtonGroupComponent.htmlTagName, IgcButtonGroupComponent);
282
+ IgcXButtonGroupComponent.register = function () {
283
+ if (!IgcXButtonGroupComponent._isElementRegistered) {
284
+ IgcXButtonGroupComponent._isElementRegistered = true;
285
+ RegisterElementHelper.registerElement(IgcXButtonGroupComponent.htmlTagName, IgcXButtonGroupComponent);
286
286
  }
287
287
  };
288
- Object.defineProperty(IgcButtonGroupComponent.prototype, "displayType", {
288
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "displayType", {
289
289
  /**
290
290
  * Gets or sets the display style to use for the button.
291
291
  */
@@ -299,7 +299,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
299
299
  enumerable: true,
300
300
  configurable: true
301
301
  });
302
- Object.defineProperty(IgcButtonGroupComponent.prototype, "baseTheme", {
302
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "baseTheme", {
303
303
  /**
304
304
  * Gets or sets the base built in theme to use for the button group.
305
305
  */
@@ -313,7 +313,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
313
313
  enumerable: true,
314
314
  configurable: true
315
315
  });
316
- Object.defineProperty(IgcButtonGroupComponent.prototype, "density", {
316
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "density", {
317
317
  /**
318
318
  * Gets or sets the display density to use for the button group.
319
319
  */
@@ -327,7 +327,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
327
327
  enumerable: true,
328
328
  configurable: true
329
329
  });
330
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualDensity", {
330
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualDensity", {
331
331
  /**
332
332
  * Gets the actual display density to use for the button group.
333
333
  */
@@ -341,7 +341,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
341
341
  enumerable: true,
342
342
  configurable: true
343
343
  });
344
- Object.defineProperty(IgcButtonGroupComponent.prototype, "selectedIndices", {
344
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedIndices", {
345
345
  /**
346
346
  * Gets the currently selected button indices.
347
347
  */
@@ -349,12 +349,16 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
349
349
  return this.i.d;
350
350
  },
351
351
  set: function (v) {
352
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
353
+ var re = /\s*(?:,|\s|$)\s*/gm;
354
+ v = v.split(re);
355
+ }
352
356
  this.i.d = v;
353
357
  },
354
358
  enumerable: true,
355
359
  configurable: true
356
360
  });
357
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemCornerRadius", {
361
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemCornerRadius", {
358
362
  /**
359
363
  * Gets the actual item corner radius for the appropriate corners.
360
364
  */
@@ -368,7 +372,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
368
372
  enumerable: true,
369
373
  configurable: true
370
374
  });
371
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemBackgroundColor", {
375
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBackgroundColor", {
372
376
  /**
373
377
  * Gets the actual item background color.
374
378
  */
@@ -382,7 +386,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
382
386
  enumerable: true,
383
387
  configurable: true
384
388
  });
385
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemDisabledBackgroundColor", {
389
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledBackgroundColor", {
386
390
  /**
387
391
  * Gets the actual item background color.
388
392
  */
@@ -396,7 +400,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
396
400
  enumerable: true,
397
401
  configurable: true
398
402
  });
399
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemTextColor", {
403
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemTextColor", {
400
404
  /**
401
405
  * Gets the actual item text color.
402
406
  */
@@ -410,7 +414,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
410
414
  enumerable: true,
411
415
  configurable: true
412
416
  });
413
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemDisabledTextColor", {
417
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledTextColor", {
414
418
  /**
415
419
  * Gets the actual item text color.
416
420
  */
@@ -424,7 +428,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
424
428
  enumerable: true,
425
429
  configurable: true
426
430
  });
427
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemBorderColor", {
431
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBorderColor", {
428
432
  /**
429
433
  * Gets the actual item border color.
430
434
  */
@@ -438,7 +442,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
438
442
  enumerable: true,
439
443
  configurable: true
440
444
  });
441
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemDisabledBorderColor", {
445
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledBorderColor", {
442
446
  /**
443
447
  * Gets the actual item border color.
444
448
  */
@@ -452,7 +456,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
452
456
  enumerable: true,
453
457
  configurable: true
454
458
  });
455
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemBorderWidth", {
459
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBorderWidth", {
456
460
  /**
457
461
  * Gets the actual item border width.
458
462
  */
@@ -466,7 +470,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
466
470
  enumerable: true,
467
471
  configurable: true
468
472
  });
469
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualSelectedItemBackgroundColor", {
473
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemBackgroundColor", {
470
474
  /**
471
475
  * Gets the actual selected item background color.
472
476
  */
@@ -480,7 +484,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
480
484
  enumerable: true,
481
485
  configurable: true
482
486
  });
483
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualSelectedItemTextColor", {
487
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemTextColor", {
484
488
  /**
485
489
  * Gets the stroke actual selected item text color.
486
490
  */
@@ -494,7 +498,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
494
498
  enumerable: true,
495
499
  configurable: true
496
500
  });
497
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemHoverBackgroundColor", {
501
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemHoverBackgroundColor", {
498
502
  /**
499
503
  * Gets the actual item hovered background color.
500
504
  */
@@ -508,7 +512,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
508
512
  enumerable: true,
509
513
  configurable: true
510
514
  });
511
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemHoverTextColor", {
515
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemHoverTextColor", {
512
516
  /**
513
517
  * Gets the actual item text color.
514
518
  */
@@ -522,7 +526,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
522
526
  enumerable: true,
523
527
  configurable: true
524
528
  });
525
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualSelectedItemHoverBackgroundColor", {
529
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemHoverBackgroundColor", {
526
530
  /**
527
531
  * Gets the actual selected item hovered background color.
528
532
  */
@@ -536,7 +540,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
536
540
  enumerable: true,
537
541
  configurable: true
538
542
  });
539
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualSelectedItemHoverTextColor", {
543
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemHoverTextColor", {
540
544
  /**
541
545
  * Gets the actual selected item hovered text color.
542
546
  */
@@ -550,7 +554,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
550
554
  enumerable: true,
551
555
  configurable: true
552
556
  });
553
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemCornerRadius", {
557
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemCornerRadius", {
554
558
  /**
555
559
  * Gets or sets the corner radius to use for the appropriate corners for the item buttons.
556
560
  */
@@ -564,7 +568,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
564
568
  enumerable: true,
565
569
  configurable: true
566
570
  });
567
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemBackgroundColor", {
571
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBackgroundColor", {
568
572
  /**
569
573
  * Gets or sets the color to use the background of the buttons in the group.
570
574
  */
@@ -578,7 +582,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
578
582
  enumerable: true,
579
583
  configurable: true
580
584
  });
581
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemDisabledBackgroundColor", {
585
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledBackgroundColor", {
582
586
  /**
583
587
  * Gets or sets the disabled color to use the background of the buttons in the group.
584
588
  */
@@ -592,7 +596,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
592
596
  enumerable: true,
593
597
  configurable: true
594
598
  });
595
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemTextColor", {
599
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemTextColor", {
596
600
  /**
597
601
  * Gets or sets the color to use the text of the buttons in the group.
598
602
  */
@@ -606,7 +610,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
606
610
  enumerable: true,
607
611
  configurable: true
608
612
  });
609
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemDisabledTextColor", {
613
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledTextColor", {
610
614
  /**
611
615
  * Gets or sets the disabled color to use the text of the buttons in the group.
612
616
  */
@@ -620,7 +624,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
620
624
  enumerable: true,
621
625
  configurable: true
622
626
  });
623
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemHoverBackgroundColor", {
627
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemHoverBackgroundColor", {
624
628
  /**
625
629
  * Gets or sets the color to use the hovered background of the buttons in the group.
626
630
  */
@@ -634,7 +638,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
634
638
  enumerable: true,
635
639
  configurable: true
636
640
  });
637
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemBorderColor", {
641
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBorderColor", {
638
642
  /**
639
643
  * Gets or sets the color to use the border of the buttons in the group.
640
644
  */
@@ -648,7 +652,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
648
652
  enumerable: true,
649
653
  configurable: true
650
654
  });
651
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemDisabledBorderColor", {
655
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledBorderColor", {
652
656
  /**
653
657
  * Gets or sets the disabled color to use the border of the buttons in the group.
654
658
  */
@@ -662,7 +666,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
662
666
  enumerable: true,
663
667
  configurable: true
664
668
  });
665
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemBorderWidth", {
669
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBorderWidth", {
666
670
  /**
667
671
  * Gets or sets the border width to use for the buttons in the group.
668
672
  */
@@ -676,7 +680,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
676
680
  enumerable: true,
677
681
  configurable: true
678
682
  });
679
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemHoverTextColor", {
683
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemHoverTextColor", {
680
684
  /**
681
685
  * Gets or sets the color to use the hovered text of the buttons in the group.
682
686
  */
@@ -690,7 +694,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
690
694
  enumerable: true,
691
695
  configurable: true
692
696
  });
693
- Object.defineProperty(IgcButtonGroupComponent.prototype, "selectedItemBackgroundColor", {
697
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemBackgroundColor", {
694
698
  /**
695
699
  * Gets or sets the color to use the background of the buttons in the group that are selected.
696
700
  */
@@ -704,7 +708,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
704
708
  enumerable: true,
705
709
  configurable: true
706
710
  });
707
- Object.defineProperty(IgcButtonGroupComponent.prototype, "selectedItemTextColor", {
711
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemTextColor", {
708
712
  /**
709
713
  * Gets or sets the color to use the text of the buttons in the group that are selected.
710
714
  */
@@ -718,7 +722,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
718
722
  enumerable: true,
719
723
  configurable: true
720
724
  });
721
- Object.defineProperty(IgcButtonGroupComponent.prototype, "selectedItemHoverBackgroundColor", {
725
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemHoverBackgroundColor", {
722
726
  /**
723
727
  * Gets or sets the color to use the hovered background of the buttons in the group that are selected.
724
728
  */
@@ -732,7 +736,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
732
736
  enumerable: true,
733
737
  configurable: true
734
738
  });
735
- Object.defineProperty(IgcButtonGroupComponent.prototype, "selectedItemHoverTextColor", {
739
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemHoverTextColor", {
736
740
  /**
737
741
  * Gets or sets the color to use the hovered text of the buttons in the group that are selected.
738
742
  */
@@ -746,7 +750,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
746
750
  enumerable: true,
747
751
  configurable: true
748
752
  });
749
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemCornerRadius", {
753
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemCornerRadius", {
750
754
  /**
751
755
  * Gets or sets the corner radius to use for the appropriate corners for the outlined type item buttons.
752
756
  */
@@ -760,7 +764,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
760
764
  enumerable: true,
761
765
  configurable: true
762
766
  });
763
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemBackgroundColor", {
767
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBackgroundColor", {
764
768
  /**
765
769
  * Gets or sets the color to use the background of the buttons in the group when type is outlined.
766
770
  */
@@ -774,7 +778,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
774
778
  enumerable: true,
775
779
  configurable: true
776
780
  });
777
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemDisabledBackgroundColor", {
781
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledBackgroundColor", {
778
782
  /**
779
783
  * Gets or sets the disabled color to use the background of the buttons in the group when type is outlined.
780
784
  */
@@ -788,7 +792,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
788
792
  enumerable: true,
789
793
  configurable: true
790
794
  });
791
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemTextColor", {
795
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemTextColor", {
792
796
  /**
793
797
  * Gets or sets the color to use the text of the buttons in the group when type is outlined.
794
798
  */
@@ -802,7 +806,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
802
806
  enumerable: true,
803
807
  configurable: true
804
808
  });
805
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemDisabledTextColor", {
809
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledTextColor", {
806
810
  /**
807
811
  * Gets or sets the disabled color to use the text of the buttons in the group when type is outlined.
808
812
  */
@@ -816,7 +820,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
816
820
  enumerable: true,
817
821
  configurable: true
818
822
  });
819
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemHoverBackgroundColor", {
823
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemHoverBackgroundColor", {
820
824
  /**
821
825
  * Gets or sets the color to use the hovered background of the buttons in the group when type is outlined.
822
826
  */
@@ -830,7 +834,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
830
834
  enumerable: true,
831
835
  configurable: true
832
836
  });
833
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemBorderColor", {
837
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBorderColor", {
834
838
  /**
835
839
  * Gets or sets the color to use the border of the buttons in the group when type is outlined.
836
840
  */
@@ -844,7 +848,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
844
848
  enumerable: true,
845
849
  configurable: true
846
850
  });
847
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemDisabledBorderColor", {
851
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledBorderColor", {
848
852
  /**
849
853
  * Gets or sets the disabled color to use the border of the buttons in the group when type is outlined.
850
854
  */
@@ -858,7 +862,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
858
862
  enumerable: true,
859
863
  configurable: true
860
864
  });
861
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemBorderWidth", {
865
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBorderWidth", {
862
866
  /**
863
867
  * Gets or sets the border width to use for the buttons in the group when type is outlined.
864
868
  */
@@ -872,7 +876,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
872
876
  enumerable: true,
873
877
  configurable: true
874
878
  });
875
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemHoverTextColor", {
879
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemHoverTextColor", {
876
880
  /**
877
881
  * Gets or sets the color to use the hovered text of the buttons in the group when type is outlined.
878
882
  */
@@ -886,7 +890,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
886
890
  enumerable: true,
887
891
  configurable: true
888
892
  });
889
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedSelectedItemBackgroundColor", {
893
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemBackgroundColor", {
890
894
  /**
891
895
  * Gets or sets the color to use the background of the buttons in the group that are selected when type is outlined.
892
896
  */
@@ -900,7 +904,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
900
904
  enumerable: true,
901
905
  configurable: true
902
906
  });
903
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedSelectedItemTextColor", {
907
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemTextColor", {
904
908
  /**
905
909
  * Gets or sets the color to use the text of the buttons in the group that are selected when type is outlined.
906
910
  */
@@ -914,7 +918,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
914
918
  enumerable: true,
915
919
  configurable: true
916
920
  });
917
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedSelectedItemHoverBackgroundColor", {
921
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemHoverBackgroundColor", {
918
922
  /**
919
923
  * Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is outlined.
920
924
  */
@@ -928,7 +932,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
928
932
  enumerable: true,
929
933
  configurable: true
930
934
  });
931
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedSelectedItemHoverTextColor", {
935
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemHoverTextColor", {
932
936
  /**
933
937
  * Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is outlined.
934
938
  */
@@ -942,7 +946,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
942
946
  enumerable: true,
943
947
  configurable: true
944
948
  });
945
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemCornerRadius", {
949
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemCornerRadius", {
946
950
  /**
947
951
  * Gets or sets the corner radius to use for the appropriate corners for the flat type item buttons.
948
952
  */
@@ -956,7 +960,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
956
960
  enumerable: true,
957
961
  configurable: true
958
962
  });
959
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemBackgroundColor", {
963
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBackgroundColor", {
960
964
  /**
961
965
  * Gets or sets the color to use the background of the buttons in the group when type is flat.
962
966
  */
@@ -970,7 +974,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
970
974
  enumerable: true,
971
975
  configurable: true
972
976
  });
973
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemDisabledBackgroundColor", {
977
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledBackgroundColor", {
974
978
  /**
975
979
  * Gets or sets the disabled color to use the background of the buttons in the group when type is flat.
976
980
  */
@@ -984,7 +988,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
984
988
  enumerable: true,
985
989
  configurable: true
986
990
  });
987
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemTextColor", {
991
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemTextColor", {
988
992
  /**
989
993
  * Gets or sets the color to use the text of the buttons in the group when type is flat.
990
994
  */
@@ -998,7 +1002,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
998
1002
  enumerable: true,
999
1003
  configurable: true
1000
1004
  });
1001
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemDisabledTextColor", {
1005
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledTextColor", {
1002
1006
  /**
1003
1007
  * Gets or sets the disabled color to use the text of the buttons in the group when type is flat.
1004
1008
  */
@@ -1012,7 +1016,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1012
1016
  enumerable: true,
1013
1017
  configurable: true
1014
1018
  });
1015
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemHoverBackgroundColor", {
1019
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemHoverBackgroundColor", {
1016
1020
  /**
1017
1021
  * Gets or sets the color to use the hovered background of the buttons in the group when type is flat.
1018
1022
  */
@@ -1026,7 +1030,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1026
1030
  enumerable: true,
1027
1031
  configurable: true
1028
1032
  });
1029
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemBorderColor", {
1033
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBorderColor", {
1030
1034
  /**
1031
1035
  * Gets or sets the color to use the border of the buttons in the group when type is flat.
1032
1036
  */
@@ -1040,7 +1044,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1040
1044
  enumerable: true,
1041
1045
  configurable: true
1042
1046
  });
1043
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemDisabledBorderColor", {
1047
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledBorderColor", {
1044
1048
  /**
1045
1049
  * Gets or sets the disabled color to use the border of the buttons in the group when type is flat.
1046
1050
  */
@@ -1054,7 +1058,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1054
1058
  enumerable: true,
1055
1059
  configurable: true
1056
1060
  });
1057
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemBorderWidth", {
1061
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBorderWidth", {
1058
1062
  /**
1059
1063
  * Gets or sets the border width to use for the buttons in the group when type is flat.
1060
1064
  */
@@ -1068,7 +1072,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1068
1072
  enumerable: true,
1069
1073
  configurable: true
1070
1074
  });
1071
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemHoverTextColor", {
1075
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemHoverTextColor", {
1072
1076
  /**
1073
1077
  * Gets or sets the color to use the hovered text of the buttons in the group when type is flat.
1074
1078
  */
@@ -1082,7 +1086,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1082
1086
  enumerable: true,
1083
1087
  configurable: true
1084
1088
  });
1085
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatSelectedItemBackgroundColor", {
1089
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemBackgroundColor", {
1086
1090
  /**
1087
1091
  * Gets or sets the color to use the background of the buttons in the group that are selected when type is flat.
1088
1092
  */
@@ -1096,7 +1100,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1096
1100
  enumerable: true,
1097
1101
  configurable: true
1098
1102
  });
1099
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatSelectedItemTextColor", {
1103
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemTextColor", {
1100
1104
  /**
1101
1105
  * Gets or sets the color to use the text of the buttons in the group that are selected when type is flat.
1102
1106
  */
@@ -1110,7 +1114,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1110
1114
  enumerable: true,
1111
1115
  configurable: true
1112
1116
  });
1113
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatSelectedItemHoverBackgroundColor", {
1117
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemHoverBackgroundColor", {
1114
1118
  /**
1115
1119
  * Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is flat.
1116
1120
  */
@@ -1124,7 +1128,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1124
1128
  enumerable: true,
1125
1129
  configurable: true
1126
1130
  });
1127
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatSelectedItemHoverTextColor", {
1131
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemHoverTextColor", {
1128
1132
  /**
1129
1133
  * Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is flat.
1130
1134
  */
@@ -1138,7 +1142,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1138
1142
  enumerable: true,
1139
1143
  configurable: true
1140
1144
  });
1141
- Object.defineProperty(IgcButtonGroupComponent.prototype, "orientation", {
1145
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "orientation", {
1142
1146
  /**
1143
1147
  * Gets or sets the oreientation to use the button group when type is outlined.
1144
1148
  */
@@ -1152,7 +1156,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1152
1156
  enumerable: true,
1153
1157
  configurable: true
1154
1158
  });
1155
- Object.defineProperty(IgcButtonGroupComponent.prototype, "id", {
1159
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "id", {
1156
1160
  /**
1157
1161
  * Gets or sets the id to use for the button group.
1158
1162
  */
@@ -1165,7 +1169,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1165
1169
  enumerable: true,
1166
1170
  configurable: true
1167
1171
  });
1168
- Object.defineProperty(IgcButtonGroupComponent.prototype, "disabled", {
1172
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "disabled", {
1169
1173
  /**
1170
1174
  * Gets or sets whether the checkbox is disabled.
1171
1175
  */
@@ -1179,7 +1183,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1179
1183
  enumerable: true,
1180
1184
  configurable: true
1181
1185
  });
1182
- Object.defineProperty(IgcButtonGroupComponent.prototype, "isMultiSelect", {
1186
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "isMultiSelect", {
1183
1187
  /**
1184
1188
  * Gets or sets whether the group supports multi-select.
1185
1189
  */
@@ -1193,25 +1197,25 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1193
1197
  enumerable: true,
1194
1198
  configurable: true
1195
1199
  });
1196
- IgcButtonGroupComponent.prototype.findByName = function (name) {
1200
+ IgcXButtonGroupComponent.prototype.findByName = function (name) {
1197
1201
  if (this.buttons != null && this.buttons.findByName && this.buttons.findByName(name)) {
1198
1202
  return this.buttons.findByName(name);
1199
1203
  }
1200
1204
  return null;
1201
1205
  };
1202
- Object.defineProperty(IgcButtonGroupComponent.prototype, "hasUserValues", {
1206
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "hasUserValues", {
1203
1207
  get: function () {
1204
1208
  return this._hasUserValues;
1205
1209
  },
1206
1210
  enumerable: true,
1207
1211
  configurable: true
1208
1212
  });
1209
- IgcButtonGroupComponent.prototype.__m = function (propertyName) {
1213
+ IgcXButtonGroupComponent.prototype.__m = function (propertyName) {
1210
1214
  if (!this._inStyling) {
1211
1215
  this._hasUserValues.add(propertyName);
1212
1216
  }
1213
1217
  };
1214
- IgcButtonGroupComponent.prototype._styling = function (container, component, parent) {
1218
+ IgcXButtonGroupComponent.prototype._styling = function (container, component, parent) {
1215
1219
  if (this._inStyling) {
1216
1220
  return;
1217
1221
  }
@@ -1223,7 +1227,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1223
1227
  if (typeName.indexOf("Xam") === 0) {
1224
1228
  typeName = typeName.substring(3);
1225
1229
  }
1226
- genericPrefix = toSpinal("ButtonGroupComponent");
1230
+ genericPrefix = toSpinal("XButtonGroupComponent");
1227
1231
  var additionalPrefixes = [];
1228
1232
  var prefix = toSpinal(typeName);
1229
1233
  additionalPrefixes.push(prefix + "-");
@@ -1256,17 +1260,17 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1256
1260
  }
1257
1261
  this._inStyling = false;
1258
1262
  };
1259
- IgcButtonGroupComponent.prototype.onDetachedFromUI = function () {
1263
+ IgcXButtonGroupComponent.prototype.onDetachedFromUI = function () {
1260
1264
  this.i.onDetachedFromUI();
1261
1265
  };
1262
- IgcButtonGroupComponent.prototype.onAttachedToUI = function () {
1266
+ IgcXButtonGroupComponent.prototype.onAttachedToUI = function () {
1263
1267
  this.i.onAttachedToUI();
1264
1268
  };
1265
1269
  /**
1266
1270
  * Exports visual information about the current state of the grid.
1267
1271
 
1268
1272
  */
1269
- IgcButtonGroupComponent.prototype.exportVisualModel = function () {
1273
+ IgcXButtonGroupComponent.prototype.exportVisualModel = function () {
1270
1274
  var iv = this.i.a5();
1271
1275
  return (iv);
1272
1276
  };
@@ -1274,11 +1278,11 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1274
1278
  * Returns a serialized copy of the exported visual model
1275
1279
 
1276
1280
  */
1277
- IgcButtonGroupComponent.prototype.exportSerializedVisualModel = function () {
1281
+ IgcXButtonGroupComponent.prototype.exportSerializedVisualModel = function () {
1278
1282
  var iv = this.i.bq();
1279
1283
  return (iv);
1280
1284
  };
1281
- Object.defineProperty(IgcButtonGroupComponent.prototype, "selectionChanged", {
1285
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectionChanged", {
1282
1286
  get: function () {
1283
1287
  return this._selectionChanged;
1284
1288
  },
@@ -1305,10 +1309,10 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1305
1309
  enumerable: true,
1306
1310
  configurable: true
1307
1311
  });
1308
- IgcButtonGroupComponent._observedAttributesIgcButtonGroupComponent = null;
1309
- IgcButtonGroupComponent.htmlTagName = "igc-button-group";
1310
- IgcButtonGroupComponent._isElementRegistered = false;
1311
- return IgcButtonGroupComponent;
1312
+ IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent = null;
1313
+ IgcXButtonGroupComponent.htmlTagName = "igc-x-button-group";
1314
+ IgcXButtonGroupComponent._isElementRegistered = false;
1315
+ return IgcXButtonGroupComponent;
1312
1316
  }(IgcHTMLElement));
1313
- export { IgcButtonGroupComponent };
1314
- //# sourceMappingURL=igc-button-group-component.js.map
1317
+ export { IgcXButtonGroupComponent };
1318
+ //# sourceMappingURL=igc-x-button-group-component.js.map