igniteui-webcomponents-inputs 1.3.3 → 1.4.2

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 (574) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +6800 -6407
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +7 -2
  3. package/esm2015/igniteui-webcomponents-inputs.js +0 -1
  4. package/esm2015/lib/ButtonClickEventArgs.js +0 -1
  5. package/esm2015/lib/ButtonDisplayStyle.js +0 -1
  6. package/esm2015/lib/ButtonGroupDisplayStyle.js +0 -1
  7. package/esm2015/lib/ButtonGroupOrientation.js +0 -1
  8. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +0 -1
  9. package/esm2015/lib/ButtonGroupView.js +0 -1
  10. package/esm2015/lib/ButtonGroupView_combined.js +191 -192
  11. package/esm2015/lib/ButtonGroupVisualModelExport.js +0 -1
  12. package/esm2015/lib/ButtonView.js +0 -1
  13. package/esm2015/lib/ButtonView_combined.js +463 -464
  14. package/esm2015/lib/ButtonVisualModelExport.js +0 -1
  15. package/esm2015/lib/CalendarView.js +0 -1
  16. package/esm2015/lib/CalendarView_combined.js +560 -522
  17. package/esm2015/lib/CalendarVisualModelExport.js +0 -1
  18. package/esm2015/lib/CheckboxChangeEventArgs.js +0 -1
  19. package/esm2015/lib/CheckboxLabelPosition.js +0 -1
  20. package/esm2015/lib/CheckboxView.js +0 -1
  21. package/esm2015/lib/CheckboxView_combined.js +102 -97
  22. package/esm2015/lib/CheckboxVisualModelExport.js +0 -1
  23. package/esm2015/lib/DateFormats.js +0 -1
  24. package/esm2015/lib/DatePicker.js +0 -1
  25. package/esm2015/lib/DatePickerView.js +0 -1
  26. package/esm2015/lib/DatePickerView_combined.js +708 -637
  27. package/esm2015/lib/DatePickerVisualModelExport.js +10 -11
  28. package/esm2015/lib/DateTimeValueFormatter.js +0 -1
  29. package/esm2015/lib/DayInfo.js +0 -1
  30. package/esm2015/lib/DayOfWeek.js +0 -1
  31. package/esm2015/lib/ElevationHelper.js +0 -1
  32. package/esm2015/lib/FirstWeek.js +0 -1
  33. package/esm2015/lib/GotFocusEventArgs.js +0 -1
  34. package/esm2015/lib/{Checkbox.js → IconClickedEventArgs.js} +10 -2
  35. package/esm2015/lib/IconView.js +0 -1
  36. package/esm2015/lib/IconView_combined.js +373 -325
  37. package/esm2015/lib/IconVisualModelExport.js +27 -19
  38. package/esm2015/lib/InputChangeEventArgs.js +0 -1
  39. package/esm2015/lib/InputGroupDisplayType.js +0 -1
  40. package/esm2015/lib/InputGroupView.js +0 -1
  41. package/esm2015/lib/InputGroupView_combined.js +1724 -1663
  42. package/esm2015/lib/InputGroupVisualModelExport.js +0 -1
  43. package/esm2015/lib/InputShiftType.js +0 -1
  44. package/esm2015/lib/InputView.js +0 -1
  45. package/esm2015/lib/InputVisualModelExport.js +3 -4
  46. package/esm2015/lib/KEYCODES.js +0 -1
  47. package/esm2015/lib/LabelShiftType.js +0 -1
  48. package/esm2015/lib/LabelView.js +0 -1
  49. package/esm2015/lib/LabelVisualModelExport.js +7 -8
  50. package/esm2015/lib/LostFocusEventArgs.js +0 -1
  51. package/esm2015/lib/MaskOptions.js +0 -1
  52. package/esm2015/lib/MaskParsingService.js +0 -1
  53. package/esm2015/lib/PrefixShiftType.js +0 -1
  54. package/esm2015/lib/PrefixView.js +0 -1
  55. package/esm2015/lib/PrefixVisualModelExport.js +0 -1
  56. package/esm2015/lib/Replaced.js +0 -1
  57. package/esm2015/lib/RippleView.js +0 -1
  58. package/esm2015/lib/RippleView_combined.js +11 -12
  59. package/esm2015/lib/RippleVisualModelExport.js +0 -1
  60. package/esm2015/lib/{ValueChangedEventArgs.js → SelectedValueChangedEventArgs.js} +4 -5
  61. package/esm2015/lib/SuffixShiftType.js +0 -1
  62. package/esm2015/lib/SuffixView.js +0 -1
  63. package/esm2015/lib/SuffixVisualModelExport.js +0 -1
  64. package/esm2015/lib/TextElementsVisualModelExport.js +0 -1
  65. package/esm2015/lib/ThemeResolver.js +0 -1
  66. package/esm2015/lib/{Icon.js → XButton.js} +1 -2
  67. package/{esm5/lib/Icon.js → esm2015/lib/XButtonGroup.js} +1 -2
  68. package/esm2015/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +6 -7
  69. package/{esm5/lib/Button.js → esm2015/lib/XCalendar.js} +1 -2
  70. package/esm2015/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +1 -2
  71. package/esm2015/lib/{Button.js → XCheckbox.js} +1 -2
  72. package/esm2015/lib/XIcon.js +7 -0
  73. package/esm2015/lib/XInput.js +7 -0
  74. package/esm2015/lib/XInputGroup.js +7 -0
  75. package/esm2015/lib/XInputGroupInputCollection.js +7 -0
  76. package/esm2015/lib/XInputGroupItem.js +7 -0
  77. package/esm2015/lib/XLabel.js +7 -0
  78. package/esm2015/lib/XPrefix.js +7 -0
  79. package/esm2015/lib/XRipple.js +7 -0
  80. package/esm2015/lib/XSuffix.js +7 -0
  81. package/esm2015/lib/igc-button-click-event-args.js +0 -1
  82. package/esm2015/lib/igc-button-group-selection-changed-event-args.js +0 -1
  83. package/esm2015/lib/igc-checkbox-change-event-args.js +0 -1
  84. package/esm2015/lib/igc-date-picker-component.js +107 -76
  85. package/esm2015/lib/igc-date-picker-module.js +8 -9
  86. package/esm2015/lib/igc-got-focus-event-args.js +0 -1
  87. package/esm2015/lib/igc-input-change-event-args.js +0 -1
  88. package/esm2015/lib/igc-lost-focus-event-args.js +0 -1
  89. package/esm2015/lib/{igc-value-changed-event-args.js → igc-selected-value-changed-event-args.js} +3 -4
  90. package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +36 -37
  91. package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +9 -10
  92. package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +38 -39
  93. package/esm2015/lib/{igc-checkbox-module.js → igc-x-button-group-module.js} +9 -10
  94. package/esm2015/lib/igc-x-button-module.js +21 -0
  95. package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +106 -82
  96. package/esm2015/lib/{igc-calendar-locale-en-module.js → igc-x-calendar-locale-en-module.js} +3 -4
  97. package/esm2015/lib/igc-x-calendar-module.js +21 -0
  98. package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +24 -25
  99. package/esm2015/lib/igc-x-checkbox-module.js +21 -0
  100. package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +83 -77
  101. package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +7 -8
  102. package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +85 -82
  103. package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +378 -378
  104. package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +9 -10
  105. package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +9 -10
  106. package/esm2015/lib/{igc-button-group-module.js → igc-x-input-group-module.js} +11 -10
  107. package/esm2015/lib/{igc-icon-module.js → igc-x-input-module.js} +7 -8
  108. package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +76 -65
  109. package/esm2015/lib/{igc-label-module.js → igc-x-label-module.js} +7 -8
  110. package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +18 -19
  111. package/esm2015/lib/{igc-prefix-module.js → igc-x-prefix-module.js} +7 -8
  112. package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +18 -19
  113. package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +7 -8
  114. package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +18 -19
  115. package/esm2015/public_api.js +43 -43
  116. package/esm5/igniteui-webcomponents-inputs.js +0 -1
  117. package/esm5/lib/ButtonClickEventArgs.js +0 -1
  118. package/esm5/lib/ButtonDisplayStyle.js +0 -1
  119. package/esm5/lib/ButtonGroupDisplayStyle.js +0 -1
  120. package/esm5/lib/ButtonGroupOrientation.js +0 -1
  121. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +0 -1
  122. package/esm5/lib/ButtonGroupView.js +0 -1
  123. package/esm5/lib/ButtonGroupView_combined.js +280 -281
  124. package/esm5/lib/ButtonGroupVisualModelExport.js +0 -1
  125. package/esm5/lib/ButtonView.js +0 -1
  126. package/esm5/lib/ButtonView_combined.js +625 -626
  127. package/esm5/lib/ButtonVisualModelExport.js +0 -1
  128. package/esm5/lib/CalendarView.js +0 -1
  129. package/esm5/lib/CalendarView_combined.js +615 -577
  130. package/esm5/lib/CalendarVisualModelExport.js +0 -1
  131. package/esm5/lib/CheckboxChangeEventArgs.js +0 -1
  132. package/esm5/lib/CheckboxLabelPosition.js +0 -1
  133. package/esm5/lib/CheckboxView.js +0 -1
  134. package/esm5/lib/CheckboxView_combined.js +154 -149
  135. package/esm5/lib/CheckboxVisualModelExport.js +0 -1
  136. package/esm5/lib/DateFormats.js +0 -1
  137. package/esm5/lib/DatePicker.js +0 -1
  138. package/esm5/lib/DatePickerView.js +0 -1
  139. package/esm5/lib/DatePickerView_combined.js +697 -618
  140. package/esm5/lib/DatePickerVisualModelExport.js +10 -11
  141. package/esm5/lib/DateTimeValueFormatter.js +0 -1
  142. package/esm5/lib/DayInfo.js +0 -1
  143. package/esm5/lib/DayOfWeek.js +0 -1
  144. package/esm5/lib/ElevationHelper.js +0 -1
  145. package/esm5/lib/FirstWeek.js +0 -1
  146. package/esm5/lib/GotFocusEventArgs.js +0 -1
  147. package/esm5/lib/IconClickedEventArgs.js +20 -0
  148. package/esm5/lib/IconView.js +0 -1
  149. package/esm5/lib/IconView_combined.js +370 -318
  150. package/esm5/lib/IconVisualModelExport.js +27 -19
  151. package/esm5/lib/InputChangeEventArgs.js +0 -1
  152. package/esm5/lib/InputGroupDisplayType.js +0 -1
  153. package/esm5/lib/InputGroupView.js +0 -1
  154. package/esm5/lib/InputGroupView_combined.js +1879 -1809
  155. package/esm5/lib/InputGroupVisualModelExport.js +0 -1
  156. package/esm5/lib/InputShiftType.js +0 -1
  157. package/esm5/lib/InputView.js +0 -1
  158. package/esm5/lib/InputVisualModelExport.js +3 -4
  159. package/esm5/lib/KEYCODES.js +0 -1
  160. package/esm5/lib/LabelShiftType.js +0 -1
  161. package/esm5/lib/LabelView.js +0 -1
  162. package/esm5/lib/LabelVisualModelExport.js +7 -8
  163. package/esm5/lib/LostFocusEventArgs.js +0 -1
  164. package/esm5/lib/MaskOptions.js +0 -1
  165. package/esm5/lib/MaskParsingService.js +0 -1
  166. package/esm5/lib/PrefixShiftType.js +0 -1
  167. package/esm5/lib/PrefixView.js +0 -1
  168. package/esm5/lib/PrefixVisualModelExport.js +0 -1
  169. package/esm5/lib/Replaced.js +0 -1
  170. package/esm5/lib/RippleView.js +0 -1
  171. package/esm5/lib/RippleView_combined.js +40 -41
  172. package/esm5/lib/RippleVisualModelExport.js +0 -1
  173. package/esm5/lib/{ValueChangedEventArgs.js → SelectedValueChangedEventArgs.js} +8 -9
  174. package/esm5/lib/SuffixShiftType.js +0 -1
  175. package/esm5/lib/SuffixView.js +0 -1
  176. package/esm5/lib/SuffixVisualModelExport.js +0 -1
  177. package/esm5/lib/TextElementsVisualModelExport.js +0 -1
  178. package/esm5/lib/ThemeResolver.js +0 -1
  179. package/esm5/lib/XButton.js +7 -0
  180. package/esm5/lib/XButtonGroup.js +7 -0
  181. package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +9 -10
  182. package/esm5/lib/XCalendar.js +7 -0
  183. package/esm5/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +4 -5
  184. package/esm5/lib/XCheckbox.js +7 -0
  185. package/esm5/lib/XIcon.js +7 -0
  186. package/esm5/lib/XInput.js +7 -0
  187. package/esm5/lib/XInputGroup.js +7 -0
  188. package/esm5/lib/XInputGroupInputCollection.js +7 -0
  189. package/esm5/lib/XInputGroupItem.js +7 -0
  190. package/esm5/lib/XLabel.js +7 -0
  191. package/esm5/lib/XPrefix.js +7 -0
  192. package/esm5/lib/XRipple.js +7 -0
  193. package/esm5/lib/XSuffix.js +7 -0
  194. package/esm5/lib/igc-button-click-event-args.js +0 -1
  195. package/esm5/lib/igc-button-group-selection-changed-event-args.js +0 -1
  196. package/esm5/lib/igc-checkbox-change-event-args.js +0 -1
  197. package/esm5/lib/igc-date-picker-component.js +114 -74
  198. package/esm5/lib/igc-date-picker-module.js +8 -9
  199. package/esm5/lib/igc-got-focus-event-args.js +0 -1
  200. package/esm5/lib/igc-input-change-event-args.js +0 -1
  201. package/esm5/lib/igc-lost-focus-event-args.js +0 -1
  202. package/esm5/lib/igc-selected-value-changed-event-args.js +50 -0
  203. package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +242 -243
  204. package/esm5/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +14 -15
  205. package/esm5/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +131 -132
  206. package/esm5/lib/igc-x-button-group-module.js +25 -0
  207. package/esm5/lib/{igc-prefix-module.js → igc-x-button-module.js} +13 -12
  208. package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +153 -124
  209. package/esm5/lib/{igc-calendar-locale-en-module.js → igc-x-calendar-locale-en-module.js} +7 -8
  210. package/esm5/lib/igc-x-calendar-module.js +25 -0
  211. package/esm5/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +83 -84
  212. package/esm5/lib/igc-x-checkbox-module.js +25 -0
  213. package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +134 -124
  214. package/esm5/lib/{igc-input-module.js → igc-x-icon-module.js} +11 -12
  215. package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +137 -125
  216. package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +578 -578
  217. package/esm5/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +14 -15
  218. package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +26 -27
  219. package/esm5/lib/igc-x-input-group-module.js +27 -0
  220. package/esm5/lib/{igc-icon-module.js → igc-x-input-module.js} +11 -12
  221. package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +125 -110
  222. package/esm5/lib/igc-x-label-module.js +23 -0
  223. package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +39 -40
  224. package/esm5/lib/{igc-label-module.js → igc-x-prefix-module.js} +11 -12
  225. package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +56 -57
  226. package/esm5/lib/igc-x-ripple-module.js +21 -0
  227. package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +39 -40
  228. package/esm5/public_api.js +43 -43
  229. package/fesm2015/igniteui-webcomponents-inputs.js +5317 -4979
  230. package/fesm5/igniteui-webcomponents-inputs.js +6761 -6369
  231. package/lib/ButtonGroupView_combined.d.ts +21 -21
  232. package/lib/ButtonView_combined.d.ts +19 -19
  233. package/lib/CalendarView_combined.d.ts +71 -67
  234. package/lib/CheckboxView_combined.d.ts +10 -10
  235. package/lib/DatePickerView_combined.d.ts +129 -125
  236. package/lib/DatePickerVisualModelExport.d.ts +5 -5
  237. package/lib/IconClickedEventArgs.d.ts +7 -0
  238. package/lib/IconView_combined.d.ts +83 -76
  239. package/lib/IconVisualModelExport.d.ts +10 -6
  240. package/lib/InputGroupView_combined.d.ts +389 -382
  241. package/lib/InputVisualModelExport.d.ts +2 -2
  242. package/lib/LabelVisualModelExport.d.ts +3 -3
  243. package/lib/RippleView_combined.d.ts +2 -2
  244. package/lib/{ValueChangedEventArgs.d.ts → SelectedValueChangedEventArgs.d.ts} +1 -1
  245. package/lib/XButton.d.ts +1 -0
  246. package/lib/XButtonGroup.d.ts +1 -0
  247. package/lib/{ButtonGroupButtonCollection.d.ts → XButtonGroupButtonCollection.d.ts} +2 -2
  248. package/lib/XCalendar.d.ts +1 -0
  249. package/lib/{CalendarLocaleEn.d.ts → XCalendarLocaleEn.d.ts} +1 -1
  250. package/lib/XCheckbox.d.ts +1 -0
  251. package/lib/XIcon.d.ts +1 -0
  252. package/lib/XInput.d.ts +1 -0
  253. package/lib/XInputGroup.d.ts +1 -0
  254. package/lib/XInputGroupInputCollection.d.ts +1 -0
  255. package/lib/XInputGroupItem.d.ts +1 -0
  256. package/lib/XLabel.d.ts +1 -0
  257. package/lib/XPrefix.d.ts +1 -0
  258. package/lib/XRipple.d.ts +1 -0
  259. package/lib/XSuffix.d.ts +1 -0
  260. package/lib/igc-date-picker-component.d.ts +8 -4
  261. package/lib/igc-selected-value-changed-event-args.d.ts +14 -0
  262. package/lib/{igc-button-component.d.ts → igc-x-button-component.d.ts} +7 -7
  263. package/lib/igc-x-button-group-button-collection.d.ts +8 -0
  264. package/lib/{igc-button-group-component.d.ts → igc-x-button-group-component.d.ts} +12 -12
  265. package/lib/igc-x-button-group-module.d.ts +3 -0
  266. package/lib/igc-x-button-module.d.ts +3 -0
  267. package/lib/{igc-calendar-component.d.ts → igc-x-calendar-component.d.ts} +13 -10
  268. package/lib/igc-x-calendar-locale-en-module.d.ts +3 -0
  269. package/lib/igc-x-calendar-module.d.ts +3 -0
  270. package/lib/{igc-checkbox-component.d.ts → igc-x-checkbox-component.d.ts} +7 -7
  271. package/lib/igc-x-checkbox-module.d.ts +3 -0
  272. package/lib/{igc-icon-component.d.ts → igc-x-icon-component.d.ts} +7 -6
  273. package/lib/igc-x-icon-module.d.ts +3 -0
  274. package/lib/{igc-input-component.d.ts → igc-x-input-component.d.ts} +15 -11
  275. package/lib/{igc-input-group-component.d.ts → igc-x-input-group-component.d.ts} +11 -11
  276. package/lib/igc-x-input-group-input-collection.d.ts +8 -0
  277. package/lib/{igc-input-group-item-component.d.ts → igc-x-input-group-item-component.d.ts} +6 -6
  278. package/lib/igc-x-input-group-module.d.ts +3 -0
  279. package/lib/igc-x-input-module.d.ts +3 -0
  280. package/lib/{igc-label-component.d.ts → igc-x-label-component.d.ts} +11 -6
  281. package/lib/igc-x-label-module.d.ts +3 -0
  282. package/lib/{igc-prefix-component.d.ts → igc-x-prefix-component.d.ts} +6 -6
  283. package/lib/igc-x-prefix-module.d.ts +3 -0
  284. package/lib/{igc-ripple-component.d.ts → igc-x-ripple-component.d.ts} +6 -6
  285. package/lib/igc-x-ripple-module.d.ts +3 -0
  286. package/lib/{igc-suffix-component.d.ts → igc-x-suffix-component.d.ts} +6 -6
  287. package/package.json +2 -2
  288. package/public_api.d.ts +43 -42
  289. package/bundles/igniteui-webcomponents-inputs.umd.js.map +0 -1
  290. package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +0 -1
  291. package/esm2015/igniteui-webcomponents-inputs.js.map +0 -1
  292. package/esm2015/lib/Button.js.map +0 -1
  293. package/esm2015/lib/ButtonClickEventArgs.js.map +0 -1
  294. package/esm2015/lib/ButtonDisplayStyle.js.map +0 -1
  295. package/esm2015/lib/ButtonGroup.js +0 -8
  296. package/esm2015/lib/ButtonGroup.js.map +0 -1
  297. package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
  298. package/esm2015/lib/ButtonGroupDisplayStyle.js.map +0 -1
  299. package/esm2015/lib/ButtonGroupOrientation.js.map +0 -1
  300. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js.map +0 -1
  301. package/esm2015/lib/ButtonGroupView.js.map +0 -1
  302. package/esm2015/lib/ButtonGroupView_combined.js.map +0 -1
  303. package/esm2015/lib/ButtonGroupVisualModelExport.js.map +0 -1
  304. package/esm2015/lib/ButtonView.js.map +0 -1
  305. package/esm2015/lib/ButtonView_combined.js.map +0 -1
  306. package/esm2015/lib/ButtonVisualModelExport.js.map +0 -1
  307. package/esm2015/lib/Calendar.js +0 -8
  308. package/esm2015/lib/Calendar.js.map +0 -1
  309. package/esm2015/lib/CalendarLocaleEn.js.map +0 -1
  310. package/esm2015/lib/CalendarView.js.map +0 -1
  311. package/esm2015/lib/CalendarView_combined.js.map +0 -1
  312. package/esm2015/lib/CalendarVisualModelExport.js.map +0 -1
  313. package/esm2015/lib/Checkbox.js.map +0 -1
  314. package/esm2015/lib/CheckboxChangeEventArgs.js.map +0 -1
  315. package/esm2015/lib/CheckboxLabelPosition.js.map +0 -1
  316. package/esm2015/lib/CheckboxView.js.map +0 -1
  317. package/esm2015/lib/CheckboxView_combined.js.map +0 -1
  318. package/esm2015/lib/CheckboxVisualModelExport.js.map +0 -1
  319. package/esm2015/lib/DateFormats.js.map +0 -1
  320. package/esm2015/lib/DatePicker.js.map +0 -1
  321. package/esm2015/lib/DatePickerView.js.map +0 -1
  322. package/esm2015/lib/DatePickerView_combined.js.map +0 -1
  323. package/esm2015/lib/DatePickerVisualModelExport.js.map +0 -1
  324. package/esm2015/lib/DateTimeValueFormatter.js.map +0 -1
  325. package/esm2015/lib/DayInfo.js.map +0 -1
  326. package/esm2015/lib/DayOfWeek.js.map +0 -1
  327. package/esm2015/lib/ElevationHelper.js.map +0 -1
  328. package/esm2015/lib/FirstWeek.js.map +0 -1
  329. package/esm2015/lib/GotFocusEventArgs.js.map +0 -1
  330. package/esm2015/lib/Icon.js.map +0 -1
  331. package/esm2015/lib/IconView.js.map +0 -1
  332. package/esm2015/lib/IconView_combined.js.map +0 -1
  333. package/esm2015/lib/IconVisualModelExport.js.map +0 -1
  334. package/esm2015/lib/Input.js +0 -8
  335. package/esm2015/lib/Input.js.map +0 -1
  336. package/esm2015/lib/InputChangeEventArgs.js.map +0 -1
  337. package/esm2015/lib/InputGroup.js +0 -8
  338. package/esm2015/lib/InputGroup.js.map +0 -1
  339. package/esm2015/lib/InputGroupDisplayType.js.map +0 -1
  340. package/esm2015/lib/InputGroupInputCollection.js +0 -8
  341. package/esm2015/lib/InputGroupInputCollection.js.map +0 -1
  342. package/esm2015/lib/InputGroupItem.js +0 -8
  343. package/esm2015/lib/InputGroupItem.js.map +0 -1
  344. package/esm2015/lib/InputGroupView.js.map +0 -1
  345. package/esm2015/lib/InputGroupView_combined.js.map +0 -1
  346. package/esm2015/lib/InputGroupVisualModelExport.js.map +0 -1
  347. package/esm2015/lib/InputShiftType.js.map +0 -1
  348. package/esm2015/lib/InputView.js.map +0 -1
  349. package/esm2015/lib/InputVisualModelExport.js.map +0 -1
  350. package/esm2015/lib/KEYCODES.js.map +0 -1
  351. package/esm2015/lib/Label.js +0 -8
  352. package/esm2015/lib/Label.js.map +0 -1
  353. package/esm2015/lib/LabelShiftType.js.map +0 -1
  354. package/esm2015/lib/LabelView.js.map +0 -1
  355. package/esm2015/lib/LabelVisualModelExport.js.map +0 -1
  356. package/esm2015/lib/LostFocusEventArgs.js.map +0 -1
  357. package/esm2015/lib/MaskOptions.js.map +0 -1
  358. package/esm2015/lib/MaskParsingService.js.map +0 -1
  359. package/esm2015/lib/Prefix.js +0 -8
  360. package/esm2015/lib/Prefix.js.map +0 -1
  361. package/esm2015/lib/PrefixShiftType.js.map +0 -1
  362. package/esm2015/lib/PrefixView.js.map +0 -1
  363. package/esm2015/lib/PrefixVisualModelExport.js.map +0 -1
  364. package/esm2015/lib/Replaced.js.map +0 -1
  365. package/esm2015/lib/Ripple.js +0 -8
  366. package/esm2015/lib/Ripple.js.map +0 -1
  367. package/esm2015/lib/RippleView.js.map +0 -1
  368. package/esm2015/lib/RippleView_combined.js.map +0 -1
  369. package/esm2015/lib/RippleVisualModelExport.js.map +0 -1
  370. package/esm2015/lib/Suffix.js +0 -8
  371. package/esm2015/lib/Suffix.js.map +0 -1
  372. package/esm2015/lib/SuffixShiftType.js.map +0 -1
  373. package/esm2015/lib/SuffixView.js.map +0 -1
  374. package/esm2015/lib/SuffixVisualModelExport.js.map +0 -1
  375. package/esm2015/lib/TextElementsVisualModelExport.js.map +0 -1
  376. package/esm2015/lib/ThemeResolver.js.map +0 -1
  377. package/esm2015/lib/ValueChangedEventArgs.js.map +0 -1
  378. package/esm2015/lib/igc-button-click-event-args.js.map +0 -1
  379. package/esm2015/lib/igc-button-component.js.map +0 -1
  380. package/esm2015/lib/igc-button-group-button-collection.js.map +0 -1
  381. package/esm2015/lib/igc-button-group-component.js.map +0 -1
  382. package/esm2015/lib/igc-button-group-module.js.map +0 -1
  383. package/esm2015/lib/igc-button-group-selection-changed-event-args.js.map +0 -1
  384. package/esm2015/lib/igc-button-module.js +0 -22
  385. package/esm2015/lib/igc-button-module.js.map +0 -1
  386. package/esm2015/lib/igc-calendar-component.js.map +0 -1
  387. package/esm2015/lib/igc-calendar-locale-en-module.js.map +0 -1
  388. package/esm2015/lib/igc-calendar-module.js +0 -22
  389. package/esm2015/lib/igc-calendar-module.js.map +0 -1
  390. package/esm2015/lib/igc-checkbox-change-event-args.js.map +0 -1
  391. package/esm2015/lib/igc-checkbox-component.js.map +0 -1
  392. package/esm2015/lib/igc-checkbox-module.js.map +0 -1
  393. package/esm2015/lib/igc-date-picker-component.js.map +0 -1
  394. package/esm2015/lib/igc-date-picker-module.js.map +0 -1
  395. package/esm2015/lib/igc-got-focus-event-args.js.map +0 -1
  396. package/esm2015/lib/igc-icon-component.js.map +0 -1
  397. package/esm2015/lib/igc-icon-module.js.map +0 -1
  398. package/esm2015/lib/igc-input-change-event-args.js.map +0 -1
  399. package/esm2015/lib/igc-input-component.js.map +0 -1
  400. package/esm2015/lib/igc-input-group-component.js.map +0 -1
  401. package/esm2015/lib/igc-input-group-input-collection.js.map +0 -1
  402. package/esm2015/lib/igc-input-group-item-component.js.map +0 -1
  403. package/esm2015/lib/igc-input-group-module.js +0 -24
  404. package/esm2015/lib/igc-input-group-module.js.map +0 -1
  405. package/esm2015/lib/igc-input-module.js.map +0 -1
  406. package/esm2015/lib/igc-label-component.js.map +0 -1
  407. package/esm2015/lib/igc-label-module.js.map +0 -1
  408. package/esm2015/lib/igc-lost-focus-event-args.js.map +0 -1
  409. package/esm2015/lib/igc-prefix-component.js.map +0 -1
  410. package/esm2015/lib/igc-prefix-module.js.map +0 -1
  411. package/esm2015/lib/igc-ripple-component.js.map +0 -1
  412. package/esm2015/lib/igc-ripple-module.js.map +0 -1
  413. package/esm2015/lib/igc-suffix-component.js.map +0 -1
  414. package/esm2015/lib/igc-value-changed-event-args.js.map +0 -1
  415. package/esm2015/public_api.js.map +0 -1
  416. package/esm5/igniteui-webcomponents-inputs.js.map +0 -1
  417. package/esm5/lib/Button.js.map +0 -1
  418. package/esm5/lib/ButtonClickEventArgs.js.map +0 -1
  419. package/esm5/lib/ButtonDisplayStyle.js.map +0 -1
  420. package/esm5/lib/ButtonGroup.js +0 -8
  421. package/esm5/lib/ButtonGroup.js.map +0 -1
  422. package/esm5/lib/ButtonGroupButtonCollection.js.map +0 -1
  423. package/esm5/lib/ButtonGroupDisplayStyle.js.map +0 -1
  424. package/esm5/lib/ButtonGroupOrientation.js.map +0 -1
  425. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js.map +0 -1
  426. package/esm5/lib/ButtonGroupView.js.map +0 -1
  427. package/esm5/lib/ButtonGroupView_combined.js.map +0 -1
  428. package/esm5/lib/ButtonGroupVisualModelExport.js.map +0 -1
  429. package/esm5/lib/ButtonView.js.map +0 -1
  430. package/esm5/lib/ButtonView_combined.js.map +0 -1
  431. package/esm5/lib/ButtonVisualModelExport.js.map +0 -1
  432. package/esm5/lib/Calendar.js +0 -8
  433. package/esm5/lib/Calendar.js.map +0 -1
  434. package/esm5/lib/CalendarLocaleEn.js.map +0 -1
  435. package/esm5/lib/CalendarView.js.map +0 -1
  436. package/esm5/lib/CalendarView_combined.js.map +0 -1
  437. package/esm5/lib/CalendarVisualModelExport.js.map +0 -1
  438. package/esm5/lib/Checkbox.js +0 -8
  439. package/esm5/lib/Checkbox.js.map +0 -1
  440. package/esm5/lib/CheckboxChangeEventArgs.js.map +0 -1
  441. package/esm5/lib/CheckboxLabelPosition.js.map +0 -1
  442. package/esm5/lib/CheckboxView.js.map +0 -1
  443. package/esm5/lib/CheckboxView_combined.js.map +0 -1
  444. package/esm5/lib/CheckboxVisualModelExport.js.map +0 -1
  445. package/esm5/lib/DateFormats.js.map +0 -1
  446. package/esm5/lib/DatePicker.js.map +0 -1
  447. package/esm5/lib/DatePickerView.js.map +0 -1
  448. package/esm5/lib/DatePickerView_combined.js.map +0 -1
  449. package/esm5/lib/DatePickerVisualModelExport.js.map +0 -1
  450. package/esm5/lib/DateTimeValueFormatter.js.map +0 -1
  451. package/esm5/lib/DayInfo.js.map +0 -1
  452. package/esm5/lib/DayOfWeek.js.map +0 -1
  453. package/esm5/lib/ElevationHelper.js.map +0 -1
  454. package/esm5/lib/FirstWeek.js.map +0 -1
  455. package/esm5/lib/GotFocusEventArgs.js.map +0 -1
  456. package/esm5/lib/Icon.js.map +0 -1
  457. package/esm5/lib/IconView.js.map +0 -1
  458. package/esm5/lib/IconView_combined.js.map +0 -1
  459. package/esm5/lib/IconVisualModelExport.js.map +0 -1
  460. package/esm5/lib/Input.js +0 -8
  461. package/esm5/lib/Input.js.map +0 -1
  462. package/esm5/lib/InputChangeEventArgs.js.map +0 -1
  463. package/esm5/lib/InputGroup.js +0 -8
  464. package/esm5/lib/InputGroup.js.map +0 -1
  465. package/esm5/lib/InputGroupDisplayType.js.map +0 -1
  466. package/esm5/lib/InputGroupInputCollection.js +0 -8
  467. package/esm5/lib/InputGroupInputCollection.js.map +0 -1
  468. package/esm5/lib/InputGroupItem.js +0 -8
  469. package/esm5/lib/InputGroupItem.js.map +0 -1
  470. package/esm5/lib/InputGroupView.js.map +0 -1
  471. package/esm5/lib/InputGroupView_combined.js.map +0 -1
  472. package/esm5/lib/InputGroupVisualModelExport.js.map +0 -1
  473. package/esm5/lib/InputShiftType.js.map +0 -1
  474. package/esm5/lib/InputView.js.map +0 -1
  475. package/esm5/lib/InputVisualModelExport.js.map +0 -1
  476. package/esm5/lib/KEYCODES.js.map +0 -1
  477. package/esm5/lib/Label.js +0 -8
  478. package/esm5/lib/Label.js.map +0 -1
  479. package/esm5/lib/LabelShiftType.js.map +0 -1
  480. package/esm5/lib/LabelView.js.map +0 -1
  481. package/esm5/lib/LabelVisualModelExport.js.map +0 -1
  482. package/esm5/lib/LostFocusEventArgs.js.map +0 -1
  483. package/esm5/lib/MaskOptions.js.map +0 -1
  484. package/esm5/lib/MaskParsingService.js.map +0 -1
  485. package/esm5/lib/Prefix.js +0 -8
  486. package/esm5/lib/Prefix.js.map +0 -1
  487. package/esm5/lib/PrefixShiftType.js.map +0 -1
  488. package/esm5/lib/PrefixView.js.map +0 -1
  489. package/esm5/lib/PrefixVisualModelExport.js.map +0 -1
  490. package/esm5/lib/Replaced.js.map +0 -1
  491. package/esm5/lib/Ripple.js +0 -8
  492. package/esm5/lib/Ripple.js.map +0 -1
  493. package/esm5/lib/RippleView.js.map +0 -1
  494. package/esm5/lib/RippleView_combined.js.map +0 -1
  495. package/esm5/lib/RippleVisualModelExport.js.map +0 -1
  496. package/esm5/lib/Suffix.js +0 -8
  497. package/esm5/lib/Suffix.js.map +0 -1
  498. package/esm5/lib/SuffixShiftType.js.map +0 -1
  499. package/esm5/lib/SuffixView.js.map +0 -1
  500. package/esm5/lib/SuffixVisualModelExport.js.map +0 -1
  501. package/esm5/lib/TextElementsVisualModelExport.js.map +0 -1
  502. package/esm5/lib/ThemeResolver.js.map +0 -1
  503. package/esm5/lib/ValueChangedEventArgs.js.map +0 -1
  504. package/esm5/lib/igc-button-click-event-args.js.map +0 -1
  505. package/esm5/lib/igc-button-component.js.map +0 -1
  506. package/esm5/lib/igc-button-group-button-collection.js.map +0 -1
  507. package/esm5/lib/igc-button-group-component.js.map +0 -1
  508. package/esm5/lib/igc-button-group-module.js +0 -26
  509. package/esm5/lib/igc-button-group-module.js.map +0 -1
  510. package/esm5/lib/igc-button-group-selection-changed-event-args.js.map +0 -1
  511. package/esm5/lib/igc-button-module.js +0 -26
  512. package/esm5/lib/igc-button-module.js.map +0 -1
  513. package/esm5/lib/igc-calendar-component.js.map +0 -1
  514. package/esm5/lib/igc-calendar-locale-en-module.js.map +0 -1
  515. package/esm5/lib/igc-calendar-module.js +0 -26
  516. package/esm5/lib/igc-calendar-module.js.map +0 -1
  517. package/esm5/lib/igc-checkbox-change-event-args.js.map +0 -1
  518. package/esm5/lib/igc-checkbox-component.js.map +0 -1
  519. package/esm5/lib/igc-checkbox-module.js +0 -26
  520. package/esm5/lib/igc-checkbox-module.js.map +0 -1
  521. package/esm5/lib/igc-date-picker-component.js.map +0 -1
  522. package/esm5/lib/igc-date-picker-module.js.map +0 -1
  523. package/esm5/lib/igc-got-focus-event-args.js.map +0 -1
  524. package/esm5/lib/igc-icon-component.js.map +0 -1
  525. package/esm5/lib/igc-icon-module.js.map +0 -1
  526. package/esm5/lib/igc-input-change-event-args.js.map +0 -1
  527. package/esm5/lib/igc-input-component.js.map +0 -1
  528. package/esm5/lib/igc-input-group-component.js.map +0 -1
  529. package/esm5/lib/igc-input-group-input-collection.js.map +0 -1
  530. package/esm5/lib/igc-input-group-item-component.js.map +0 -1
  531. package/esm5/lib/igc-input-group-module.js +0 -28
  532. package/esm5/lib/igc-input-group-module.js.map +0 -1
  533. package/esm5/lib/igc-input-module.js.map +0 -1
  534. package/esm5/lib/igc-label-component.js.map +0 -1
  535. package/esm5/lib/igc-label-module.js.map +0 -1
  536. package/esm5/lib/igc-lost-focus-event-args.js.map +0 -1
  537. package/esm5/lib/igc-prefix-component.js.map +0 -1
  538. package/esm5/lib/igc-prefix-module.js.map +0 -1
  539. package/esm5/lib/igc-ripple-component.js.map +0 -1
  540. package/esm5/lib/igc-ripple-module.js +0 -22
  541. package/esm5/lib/igc-ripple-module.js.map +0 -1
  542. package/esm5/lib/igc-suffix-component.js.map +0 -1
  543. package/esm5/lib/igc-value-changed-event-args.js +0 -51
  544. package/esm5/lib/igc-value-changed-event-args.js.map +0 -1
  545. package/esm5/public_api.js.map +0 -1
  546. package/fesm2015/igniteui-webcomponents-inputs.js.map +0 -1
  547. package/fesm5/igniteui-webcomponents-inputs.js.map +0 -1
  548. package/lib/Button.d.ts +0 -1
  549. package/lib/ButtonGroup.d.ts +0 -1
  550. package/lib/Calendar.d.ts +0 -1
  551. package/lib/Checkbox.d.ts +0 -1
  552. package/lib/Icon.d.ts +0 -1
  553. package/lib/Input.d.ts +0 -1
  554. package/lib/InputGroup.d.ts +0 -1
  555. package/lib/InputGroupInputCollection.d.ts +0 -1
  556. package/lib/InputGroupItem.d.ts +0 -1
  557. package/lib/Label.d.ts +0 -1
  558. package/lib/Prefix.d.ts +0 -1
  559. package/lib/Ripple.d.ts +0 -1
  560. package/lib/Suffix.d.ts +0 -1
  561. package/lib/igc-button-group-button-collection.d.ts +0 -8
  562. package/lib/igc-button-group-module.d.ts +0 -3
  563. package/lib/igc-button-module.d.ts +0 -3
  564. package/lib/igc-calendar-locale-en-module.d.ts +0 -3
  565. package/lib/igc-calendar-module.d.ts +0 -3
  566. package/lib/igc-checkbox-module.d.ts +0 -3
  567. package/lib/igc-icon-module.d.ts +0 -3
  568. package/lib/igc-input-group-input-collection.d.ts +0 -8
  569. package/lib/igc-input-group-module.d.ts +0 -3
  570. package/lib/igc-input-module.d.ts +0 -3
  571. package/lib/igc-label-module.d.ts +0 -3
  572. package/lib/igc-prefix-module.d.ts +0 -3
  573. package/lib/igc-ripple-module.d.ts +0 -3
  574. package/lib/igc-value-changed-event-args.d.ts +0 -14
@@ -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,69 +279,69 @@ 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
  */
292
292
  get: function () {
293
- return this.i.p;
293
+ return this.i.i;
294
294
  },
295
295
  set: function (v) {
296
- this.i.p = ensureEnum(ButtonGroupDisplayStyle_$type, v);
297
- this._a("displayType", enumToString(ButtonGroupDisplayStyle_$type, this.i.p));
296
+ this.i.i = ensureEnum(ButtonGroupDisplayStyle_$type, v);
297
+ this._a("displayType", enumToString(ButtonGroupDisplayStyle_$type, this.i.i));
298
298
  },
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
  */
306
306
  get: function () {
307
- return this.i.g;
307
+ return this.i.p;
308
308
  },
309
309
  set: function (v) {
310
- this.i.g = ensureEnum(BaseControlTheme_$type, v);
311
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.g));
310
+ this.i.p = ensureEnum(BaseControlTheme_$type, v);
311
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.p));
312
312
  },
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
  */
320
320
  get: function () {
321
- return this.i.k;
321
+ return this.i.t;
322
322
  },
323
323
  set: function (v) {
324
- this.i.k = ensureEnum(ControlDisplayDensity_$type, v);
325
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.k));
324
+ this.i.t = ensureEnum(ControlDisplayDensity_$type, v);
325
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.t));
326
326
  },
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
  */
334
334
  get: function () {
335
- return this.i.j;
335
+ return this.i.s;
336
336
  },
337
337
  set: function (v) {
338
- this.i.j = ensureEnum(ControlDisplayDensity_$type, v);
339
- this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.j));
338
+ this.i.s = ensureEnum(ControlDisplayDensity_$type, v);
339
+ this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.s));
340
340
  },
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
  */
@@ -358,7 +358,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
358
358
  enumerable: true,
359
359
  configurable: true
360
360
  });
361
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemCornerRadius", {
361
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemCornerRadius", {
362
362
  /**
363
363
  * Gets the actual item corner radius for the appropriate corners.
364
364
  */
@@ -372,7 +372,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
372
372
  enumerable: true,
373
373
  configurable: true
374
374
  });
375
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemBackgroundColor", {
375
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBackgroundColor", {
376
376
  /**
377
377
  * Gets the actual item background color.
378
378
  */
@@ -386,7 +386,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
386
386
  enumerable: true,
387
387
  configurable: true
388
388
  });
389
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemDisabledBackgroundColor", {
389
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledBackgroundColor", {
390
390
  /**
391
391
  * Gets the actual item background color.
392
392
  */
@@ -400,7 +400,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
400
400
  enumerable: true,
401
401
  configurable: true
402
402
  });
403
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemTextColor", {
403
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemTextColor", {
404
404
  /**
405
405
  * Gets the actual item text color.
406
406
  */
@@ -414,7 +414,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
414
414
  enumerable: true,
415
415
  configurable: true
416
416
  });
417
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemDisabledTextColor", {
417
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledTextColor", {
418
418
  /**
419
419
  * Gets the actual item text color.
420
420
  */
@@ -428,7 +428,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
428
428
  enumerable: true,
429
429
  configurable: true
430
430
  });
431
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemBorderColor", {
431
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBorderColor", {
432
432
  /**
433
433
  * Gets the actual item border color.
434
434
  */
@@ -442,7 +442,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
442
442
  enumerable: true,
443
443
  configurable: true
444
444
  });
445
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemDisabledBorderColor", {
445
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledBorderColor", {
446
446
  /**
447
447
  * Gets the actual item border color.
448
448
  */
@@ -456,7 +456,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
456
456
  enumerable: true,
457
457
  configurable: true
458
458
  });
459
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemBorderWidth", {
459
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBorderWidth", {
460
460
  /**
461
461
  * Gets the actual item border width.
462
462
  */
@@ -470,7 +470,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
470
470
  enumerable: true,
471
471
  configurable: true
472
472
  });
473
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualSelectedItemBackgroundColor", {
473
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemBackgroundColor", {
474
474
  /**
475
475
  * Gets the actual selected item background color.
476
476
  */
@@ -484,7 +484,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
484
484
  enumerable: true,
485
485
  configurable: true
486
486
  });
487
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualSelectedItemTextColor", {
487
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemTextColor", {
488
488
  /**
489
489
  * Gets the stroke actual selected item text color.
490
490
  */
@@ -498,7 +498,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
498
498
  enumerable: true,
499
499
  configurable: true
500
500
  });
501
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemHoverBackgroundColor", {
501
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemHoverBackgroundColor", {
502
502
  /**
503
503
  * Gets the actual item hovered background color.
504
504
  */
@@ -512,7 +512,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
512
512
  enumerable: true,
513
513
  configurable: true
514
514
  });
515
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualItemHoverTextColor", {
515
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemHoverTextColor", {
516
516
  /**
517
517
  * Gets the actual item text color.
518
518
  */
@@ -526,7 +526,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
526
526
  enumerable: true,
527
527
  configurable: true
528
528
  });
529
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualSelectedItemHoverBackgroundColor", {
529
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemHoverBackgroundColor", {
530
530
  /**
531
531
  * Gets the actual selected item hovered background color.
532
532
  */
@@ -540,7 +540,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
540
540
  enumerable: true,
541
541
  configurable: true
542
542
  });
543
- Object.defineProperty(IgcButtonGroupComponent.prototype, "actualSelectedItemHoverTextColor", {
543
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemHoverTextColor", {
544
544
  /**
545
545
  * Gets the actual selected item hovered text color.
546
546
  */
@@ -554,7 +554,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
554
554
  enumerable: true,
555
555
  configurable: true
556
556
  });
557
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemCornerRadius", {
557
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemCornerRadius", {
558
558
  /**
559
559
  * Gets or sets the corner radius to use for the appropriate corners for the item buttons.
560
560
  */
@@ -568,7 +568,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
568
568
  enumerable: true,
569
569
  configurable: true
570
570
  });
571
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemBackgroundColor", {
571
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBackgroundColor", {
572
572
  /**
573
573
  * Gets or sets the color to use the background of the buttons in the group.
574
574
  */
@@ -582,7 +582,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
582
582
  enumerable: true,
583
583
  configurable: true
584
584
  });
585
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemDisabledBackgroundColor", {
585
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledBackgroundColor", {
586
586
  /**
587
587
  * Gets or sets the disabled color to use the background of the buttons in the group.
588
588
  */
@@ -596,7 +596,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
596
596
  enumerable: true,
597
597
  configurable: true
598
598
  });
599
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemTextColor", {
599
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemTextColor", {
600
600
  /**
601
601
  * Gets or sets the color to use the text of the buttons in the group.
602
602
  */
@@ -610,7 +610,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
610
610
  enumerable: true,
611
611
  configurable: true
612
612
  });
613
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemDisabledTextColor", {
613
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledTextColor", {
614
614
  /**
615
615
  * Gets or sets the disabled color to use the text of the buttons in the group.
616
616
  */
@@ -624,7 +624,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
624
624
  enumerable: true,
625
625
  configurable: true
626
626
  });
627
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemHoverBackgroundColor", {
627
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemHoverBackgroundColor", {
628
628
  /**
629
629
  * Gets or sets the color to use the hovered background of the buttons in the group.
630
630
  */
@@ -638,7 +638,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
638
638
  enumerable: true,
639
639
  configurable: true
640
640
  });
641
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemBorderColor", {
641
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBorderColor", {
642
642
  /**
643
643
  * Gets or sets the color to use the border of the buttons in the group.
644
644
  */
@@ -652,7 +652,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
652
652
  enumerable: true,
653
653
  configurable: true
654
654
  });
655
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemDisabledBorderColor", {
655
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledBorderColor", {
656
656
  /**
657
657
  * Gets or sets the disabled color to use the border of the buttons in the group.
658
658
  */
@@ -666,7 +666,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
666
666
  enumerable: true,
667
667
  configurable: true
668
668
  });
669
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemBorderWidth", {
669
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBorderWidth", {
670
670
  /**
671
671
  * Gets or sets the border width to use for the buttons in the group.
672
672
  */
@@ -680,7 +680,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
680
680
  enumerable: true,
681
681
  configurable: true
682
682
  });
683
- Object.defineProperty(IgcButtonGroupComponent.prototype, "itemHoverTextColor", {
683
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemHoverTextColor", {
684
684
  /**
685
685
  * Gets or sets the color to use the hovered text of the buttons in the group.
686
686
  */
@@ -694,7 +694,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
694
694
  enumerable: true,
695
695
  configurable: true
696
696
  });
697
- Object.defineProperty(IgcButtonGroupComponent.prototype, "selectedItemBackgroundColor", {
697
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemBackgroundColor", {
698
698
  /**
699
699
  * Gets or sets the color to use the background of the buttons in the group that are selected.
700
700
  */
@@ -708,7 +708,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
708
708
  enumerable: true,
709
709
  configurable: true
710
710
  });
711
- Object.defineProperty(IgcButtonGroupComponent.prototype, "selectedItemTextColor", {
711
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemTextColor", {
712
712
  /**
713
713
  * Gets or sets the color to use the text of the buttons in the group that are selected.
714
714
  */
@@ -722,7 +722,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
722
722
  enumerable: true,
723
723
  configurable: true
724
724
  });
725
- Object.defineProperty(IgcButtonGroupComponent.prototype, "selectedItemHoverBackgroundColor", {
725
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemHoverBackgroundColor", {
726
726
  /**
727
727
  * Gets or sets the color to use the hovered background of the buttons in the group that are selected.
728
728
  */
@@ -736,7 +736,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
736
736
  enumerable: true,
737
737
  configurable: true
738
738
  });
739
- Object.defineProperty(IgcButtonGroupComponent.prototype, "selectedItemHoverTextColor", {
739
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemHoverTextColor", {
740
740
  /**
741
741
  * Gets or sets the color to use the hovered text of the buttons in the group that are selected.
742
742
  */
@@ -750,7 +750,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
750
750
  enumerable: true,
751
751
  configurable: true
752
752
  });
753
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemCornerRadius", {
753
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemCornerRadius", {
754
754
  /**
755
755
  * Gets or sets the corner radius to use for the appropriate corners for the outlined type item buttons.
756
756
  */
@@ -764,7 +764,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
764
764
  enumerable: true,
765
765
  configurable: true
766
766
  });
767
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemBackgroundColor", {
767
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBackgroundColor", {
768
768
  /**
769
769
  * Gets or sets the color to use the background of the buttons in the group when type is outlined.
770
770
  */
@@ -778,7 +778,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
778
778
  enumerable: true,
779
779
  configurable: true
780
780
  });
781
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemDisabledBackgroundColor", {
781
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledBackgroundColor", {
782
782
  /**
783
783
  * Gets or sets the disabled color to use the background of the buttons in the group when type is outlined.
784
784
  */
@@ -792,7 +792,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
792
792
  enumerable: true,
793
793
  configurable: true
794
794
  });
795
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemTextColor", {
795
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemTextColor", {
796
796
  /**
797
797
  * Gets or sets the color to use the text of the buttons in the group when type is outlined.
798
798
  */
@@ -806,7 +806,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
806
806
  enumerable: true,
807
807
  configurable: true
808
808
  });
809
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemDisabledTextColor", {
809
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledTextColor", {
810
810
  /**
811
811
  * Gets or sets the disabled color to use the text of the buttons in the group when type is outlined.
812
812
  */
@@ -820,7 +820,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
820
820
  enumerable: true,
821
821
  configurable: true
822
822
  });
823
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemHoverBackgroundColor", {
823
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemHoverBackgroundColor", {
824
824
  /**
825
825
  * Gets or sets the color to use the hovered background of the buttons in the group when type is outlined.
826
826
  */
@@ -834,7 +834,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
834
834
  enumerable: true,
835
835
  configurable: true
836
836
  });
837
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemBorderColor", {
837
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBorderColor", {
838
838
  /**
839
839
  * Gets or sets the color to use the border of the buttons in the group when type is outlined.
840
840
  */
@@ -848,7 +848,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
848
848
  enumerable: true,
849
849
  configurable: true
850
850
  });
851
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemDisabledBorderColor", {
851
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledBorderColor", {
852
852
  /**
853
853
  * Gets or sets the disabled color to use the border of the buttons in the group when type is outlined.
854
854
  */
@@ -862,7 +862,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
862
862
  enumerable: true,
863
863
  configurable: true
864
864
  });
865
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemBorderWidth", {
865
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBorderWidth", {
866
866
  /**
867
867
  * Gets or sets the border width to use for the buttons in the group when type is outlined.
868
868
  */
@@ -876,7 +876,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
876
876
  enumerable: true,
877
877
  configurable: true
878
878
  });
879
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedItemHoverTextColor", {
879
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemHoverTextColor", {
880
880
  /**
881
881
  * Gets or sets the color to use the hovered text of the buttons in the group when type is outlined.
882
882
  */
@@ -890,7 +890,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
890
890
  enumerable: true,
891
891
  configurable: true
892
892
  });
893
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedSelectedItemBackgroundColor", {
893
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemBackgroundColor", {
894
894
  /**
895
895
  * Gets or sets the color to use the background of the buttons in the group that are selected when type is outlined.
896
896
  */
@@ -904,7 +904,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
904
904
  enumerable: true,
905
905
  configurable: true
906
906
  });
907
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedSelectedItemTextColor", {
907
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemTextColor", {
908
908
  /**
909
909
  * Gets or sets the color to use the text of the buttons in the group that are selected when type is outlined.
910
910
  */
@@ -918,7 +918,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
918
918
  enumerable: true,
919
919
  configurable: true
920
920
  });
921
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedSelectedItemHoverBackgroundColor", {
921
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemHoverBackgroundColor", {
922
922
  /**
923
923
  * Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is outlined.
924
924
  */
@@ -932,7 +932,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
932
932
  enumerable: true,
933
933
  configurable: true
934
934
  });
935
- Object.defineProperty(IgcButtonGroupComponent.prototype, "outlinedSelectedItemHoverTextColor", {
935
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemHoverTextColor", {
936
936
  /**
937
937
  * Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is outlined.
938
938
  */
@@ -946,7 +946,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
946
946
  enumerable: true,
947
947
  configurable: true
948
948
  });
949
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemCornerRadius", {
949
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemCornerRadius", {
950
950
  /**
951
951
  * Gets or sets the corner radius to use for the appropriate corners for the flat type item buttons.
952
952
  */
@@ -960,7 +960,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
960
960
  enumerable: true,
961
961
  configurable: true
962
962
  });
963
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemBackgroundColor", {
963
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBackgroundColor", {
964
964
  /**
965
965
  * Gets or sets the color to use the background of the buttons in the group when type is flat.
966
966
  */
@@ -974,7 +974,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
974
974
  enumerable: true,
975
975
  configurable: true
976
976
  });
977
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemDisabledBackgroundColor", {
977
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledBackgroundColor", {
978
978
  /**
979
979
  * Gets or sets the disabled color to use the background of the buttons in the group when type is flat.
980
980
  */
@@ -988,7 +988,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
988
988
  enumerable: true,
989
989
  configurable: true
990
990
  });
991
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemTextColor", {
991
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemTextColor", {
992
992
  /**
993
993
  * Gets or sets the color to use the text of the buttons in the group when type is flat.
994
994
  */
@@ -1002,7 +1002,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1002
1002
  enumerable: true,
1003
1003
  configurable: true
1004
1004
  });
1005
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemDisabledTextColor", {
1005
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledTextColor", {
1006
1006
  /**
1007
1007
  * Gets or sets the disabled color to use the text of the buttons in the group when type is flat.
1008
1008
  */
@@ -1016,7 +1016,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1016
1016
  enumerable: true,
1017
1017
  configurable: true
1018
1018
  });
1019
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemHoverBackgroundColor", {
1019
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemHoverBackgroundColor", {
1020
1020
  /**
1021
1021
  * Gets or sets the color to use the hovered background of the buttons in the group when type is flat.
1022
1022
  */
@@ -1030,7 +1030,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1030
1030
  enumerable: true,
1031
1031
  configurable: true
1032
1032
  });
1033
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemBorderColor", {
1033
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBorderColor", {
1034
1034
  /**
1035
1035
  * Gets or sets the color to use the border of the buttons in the group when type is flat.
1036
1036
  */
@@ -1044,7 +1044,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1044
1044
  enumerable: true,
1045
1045
  configurable: true
1046
1046
  });
1047
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemDisabledBorderColor", {
1047
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledBorderColor", {
1048
1048
  /**
1049
1049
  * Gets or sets the disabled color to use the border of the buttons in the group when type is flat.
1050
1050
  */
@@ -1058,7 +1058,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1058
1058
  enumerable: true,
1059
1059
  configurable: true
1060
1060
  });
1061
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemBorderWidth", {
1061
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBorderWidth", {
1062
1062
  /**
1063
1063
  * Gets or sets the border width to use for the buttons in the group when type is flat.
1064
1064
  */
@@ -1072,7 +1072,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1072
1072
  enumerable: true,
1073
1073
  configurable: true
1074
1074
  });
1075
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatItemHoverTextColor", {
1075
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemHoverTextColor", {
1076
1076
  /**
1077
1077
  * Gets or sets the color to use the hovered text of the buttons in the group when type is flat.
1078
1078
  */
@@ -1086,7 +1086,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1086
1086
  enumerable: true,
1087
1087
  configurable: true
1088
1088
  });
1089
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatSelectedItemBackgroundColor", {
1089
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemBackgroundColor", {
1090
1090
  /**
1091
1091
  * Gets or sets the color to use the background of the buttons in the group that are selected when type is flat.
1092
1092
  */
@@ -1100,7 +1100,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1100
1100
  enumerable: true,
1101
1101
  configurable: true
1102
1102
  });
1103
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatSelectedItemTextColor", {
1103
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemTextColor", {
1104
1104
  /**
1105
1105
  * Gets or sets the color to use the text of the buttons in the group that are selected when type is flat.
1106
1106
  */
@@ -1114,7 +1114,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1114
1114
  enumerable: true,
1115
1115
  configurable: true
1116
1116
  });
1117
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatSelectedItemHoverBackgroundColor", {
1117
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemHoverBackgroundColor", {
1118
1118
  /**
1119
1119
  * Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is flat.
1120
1120
  */
@@ -1128,7 +1128,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1128
1128
  enumerable: true,
1129
1129
  configurable: true
1130
1130
  });
1131
- Object.defineProperty(IgcButtonGroupComponent.prototype, "flatSelectedItemHoverTextColor", {
1131
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemHoverTextColor", {
1132
1132
  /**
1133
1133
  * Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is flat.
1134
1134
  */
@@ -1142,21 +1142,21 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1142
1142
  enumerable: true,
1143
1143
  configurable: true
1144
1144
  });
1145
- Object.defineProperty(IgcButtonGroupComponent.prototype, "orientation", {
1145
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "orientation", {
1146
1146
  /**
1147
1147
  * Gets or sets the oreientation to use the button group when type is outlined.
1148
1148
  */
1149
1149
  get: function () {
1150
- return this.i.r;
1150
+ return this.i.k;
1151
1151
  },
1152
1152
  set: function (v) {
1153
- this.i.r = ensureEnum(ButtonGroupOrientation_$type, v);
1154
- this._a("orientation", enumToString(ButtonGroupOrientation_$type, this.i.r));
1153
+ this.i.k = ensureEnum(ButtonGroupOrientation_$type, v);
1154
+ this._a("orientation", enumToString(ButtonGroupOrientation_$type, this.i.k));
1155
1155
  },
1156
1156
  enumerable: true,
1157
1157
  configurable: true
1158
1158
  });
1159
- Object.defineProperty(IgcButtonGroupComponent.prototype, "id", {
1159
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "id", {
1160
1160
  /**
1161
1161
  * Gets or sets the id to use for the button group.
1162
1162
  */
@@ -1169,7 +1169,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1169
1169
  enumerable: true,
1170
1170
  configurable: true
1171
1171
  });
1172
- Object.defineProperty(IgcButtonGroupComponent.prototype, "disabled", {
1172
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "disabled", {
1173
1173
  /**
1174
1174
  * Gets or sets whether the checkbox is disabled.
1175
1175
  */
@@ -1183,7 +1183,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1183
1183
  enumerable: true,
1184
1184
  configurable: true
1185
1185
  });
1186
- Object.defineProperty(IgcButtonGroupComponent.prototype, "isMultiSelect", {
1186
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "isMultiSelect", {
1187
1187
  /**
1188
1188
  * Gets or sets whether the group supports multi-select.
1189
1189
  */
@@ -1197,25 +1197,25 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1197
1197
  enumerable: true,
1198
1198
  configurable: true
1199
1199
  });
1200
- IgcButtonGroupComponent.prototype.findByName = function (name) {
1200
+ IgcXButtonGroupComponent.prototype.findByName = function (name) {
1201
1201
  if (this.buttons != null && this.buttons.findByName && this.buttons.findByName(name)) {
1202
1202
  return this.buttons.findByName(name);
1203
1203
  }
1204
1204
  return null;
1205
1205
  };
1206
- Object.defineProperty(IgcButtonGroupComponent.prototype, "hasUserValues", {
1206
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "hasUserValues", {
1207
1207
  get: function () {
1208
1208
  return this._hasUserValues;
1209
1209
  },
1210
1210
  enumerable: true,
1211
1211
  configurable: true
1212
1212
  });
1213
- IgcButtonGroupComponent.prototype.__m = function (propertyName) {
1213
+ IgcXButtonGroupComponent.prototype.__m = function (propertyName) {
1214
1214
  if (!this._inStyling) {
1215
1215
  this._hasUserValues.add(propertyName);
1216
1216
  }
1217
1217
  };
1218
- IgcButtonGroupComponent.prototype._styling = function (container, component, parent) {
1218
+ IgcXButtonGroupComponent.prototype._styling = function (container, component, parent) {
1219
1219
  if (this._inStyling) {
1220
1220
  return;
1221
1221
  }
@@ -1227,7 +1227,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1227
1227
  if (typeName.indexOf("Xam") === 0) {
1228
1228
  typeName = typeName.substring(3);
1229
1229
  }
1230
- genericPrefix = toSpinal("ButtonGroupComponent");
1230
+ genericPrefix = toSpinal("XButtonGroupComponent");
1231
1231
  var additionalPrefixes = [];
1232
1232
  var prefix = toSpinal(typeName);
1233
1233
  additionalPrefixes.push(prefix + "-");
@@ -1260,17 +1260,17 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1260
1260
  }
1261
1261
  this._inStyling = false;
1262
1262
  };
1263
- IgcButtonGroupComponent.prototype.onDetachedFromUI = function () {
1263
+ IgcXButtonGroupComponent.prototype.onDetachedFromUI = function () {
1264
1264
  this.i.onDetachedFromUI();
1265
1265
  };
1266
- IgcButtonGroupComponent.prototype.onAttachedToUI = function () {
1266
+ IgcXButtonGroupComponent.prototype.onAttachedToUI = function () {
1267
1267
  this.i.onAttachedToUI();
1268
1268
  };
1269
1269
  /**
1270
1270
  * Exports visual information about the current state of the grid.
1271
1271
 
1272
1272
  */
1273
- IgcButtonGroupComponent.prototype.exportVisualModel = function () {
1273
+ IgcXButtonGroupComponent.prototype.exportVisualModel = function () {
1274
1274
  var iv = this.i.a5();
1275
1275
  return (iv);
1276
1276
  };
@@ -1278,11 +1278,11 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1278
1278
  * Returns a serialized copy of the exported visual model
1279
1279
 
1280
1280
  */
1281
- IgcButtonGroupComponent.prototype.exportSerializedVisualModel = function () {
1281
+ IgcXButtonGroupComponent.prototype.exportSerializedVisualModel = function () {
1282
1282
  var iv = this.i.bq();
1283
1283
  return (iv);
1284
1284
  };
1285
- Object.defineProperty(IgcButtonGroupComponent.prototype, "selectionChanged", {
1285
+ Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectionChanged", {
1286
1286
  get: function () {
1287
1287
  return this._selectionChanged;
1288
1288
  },
@@ -1309,10 +1309,9 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1309
1309
  enumerable: true,
1310
1310
  configurable: true
1311
1311
  });
1312
- IgcButtonGroupComponent._observedAttributesIgcButtonGroupComponent = null;
1313
- IgcButtonGroupComponent.htmlTagName = "igc-button-group";
1314
- IgcButtonGroupComponent._isElementRegistered = false;
1315
- return IgcButtonGroupComponent;
1312
+ IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent = null;
1313
+ IgcXButtonGroupComponent.htmlTagName = "igc-x-button-group";
1314
+ IgcXButtonGroupComponent._isElementRegistered = false;
1315
+ return IgcXButtonGroupComponent;
1316
1316
  }(IgcHTMLElement));
1317
- export { IgcButtonGroupComponent };
1318
- //# sourceMappingURL=igc-button-group-component.js.map
1317
+ export { IgcXButtonGroupComponent };