igniteui-webcomponents-inputs 1.3.3 → 1.4.0

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 (369) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +5252 -5006
  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 +20 -18
  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 +388 -357
  14. package/esm2015/lib/DatePickerView_combined.js.map +1 -1
  15. package/esm2015/lib/IconClickedEventArgs.js +17 -0
  16. package/esm2015/lib/IconClickedEventArgs.js.map +1 -0
  17. package/esm2015/lib/IconView_combined.js +373 -324
  18. package/esm2015/lib/IconView_combined.js.map +1 -1
  19. package/esm2015/lib/IconVisualModelExport.js +27 -18
  20. package/esm2015/lib/IconVisualModelExport.js.map +1 -1
  21. package/esm2015/lib/InputGroupView_combined.js +1589 -1528
  22. package/esm2015/lib/InputGroupView_combined.js.map +1 -1
  23. package/esm2015/lib/RippleView_combined.js +11 -11
  24. package/esm2015/lib/RippleView_combined.js.map +1 -1
  25. package/esm2015/lib/{Button.js → XButton.js} +2 -2
  26. package/esm2015/lib/XButton.js.map +1 -0
  27. package/esm2015/lib/{ButtonGroup.js → XButtonGroup.js} +2 -2
  28. package/esm2015/lib/XButtonGroup.js.map +1 -0
  29. package/esm2015/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +7 -7
  30. package/esm2015/lib/XButtonGroupButtonCollection.js.map +1 -0
  31. package/esm2015/lib/XCheckbox.js +8 -0
  32. package/esm2015/lib/XCheckbox.js.map +1 -0
  33. package/{esm5/lib/Icon.js → esm2015/lib/XIcon.js} +2 -2
  34. package/esm2015/lib/XIcon.js.map +1 -0
  35. package/esm2015/lib/XInput.js +8 -0
  36. package/esm2015/lib/XInput.js.map +1 -0
  37. package/esm2015/lib/XInputGroup.js +8 -0
  38. package/esm2015/lib/XInputGroup.js.map +1 -0
  39. package/esm2015/lib/XInputGroupInputCollection.js +8 -0
  40. package/esm2015/lib/XInputGroupInputCollection.js.map +1 -0
  41. package/esm2015/lib/XInputGroupItem.js +8 -0
  42. package/esm2015/lib/XInputGroupItem.js.map +1 -0
  43. package/esm2015/lib/XLabel.js +8 -0
  44. package/esm2015/lib/XLabel.js.map +1 -0
  45. package/esm2015/lib/{Checkbox.js → XPrefix.js} +2 -2
  46. package/esm2015/lib/XPrefix.js.map +1 -0
  47. package/esm2015/lib/{Label.js → XRipple.js} +2 -2
  48. package/esm2015/lib/XRipple.js.map +1 -0
  49. package/esm2015/lib/XSuffix.js +8 -0
  50. package/esm2015/lib/XSuffix.js.map +1 -0
  51. package/esm2015/lib/igc-calendar-module.js +4 -4
  52. package/esm2015/lib/igc-calendar-module.js.map +1 -1
  53. package/esm2015/lib/igc-date-picker-component.js +48 -41
  54. package/esm2015/lib/igc-date-picker-component.js.map +1 -1
  55. package/esm2015/lib/igc-date-picker-module.js +6 -6
  56. package/esm2015/lib/igc-date-picker-module.js.map +1 -1
  57. package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +19 -19
  58. package/esm2015/lib/igc-x-button-component.js.map +1 -0
  59. package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +10 -10
  60. package/esm2015/lib/igc-x-button-group-button-collection.js.map +1 -0
  61. package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +24 -24
  62. package/esm2015/lib/igc-x-button-group-component.js.map +1 -0
  63. package/esm2015/lib/{igc-button-group-module.js → igc-x-button-group-module.js} +10 -10
  64. package/esm2015/lib/igc-x-button-group-module.js.map +1 -0
  65. package/esm2015/lib/{igc-button-module.js → igc-x-button-module.js} +10 -10
  66. package/esm2015/lib/igc-x-button-module.js.map +1 -0
  67. package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +19 -19
  68. package/esm2015/lib/igc-x-checkbox-component.js.map +1 -0
  69. package/esm2015/lib/{igc-checkbox-module.js → igc-x-checkbox-module.js} +10 -10
  70. package/esm2015/lib/igc-x-checkbox-module.js.map +1 -0
  71. package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +84 -77
  72. package/esm2015/lib/igc-x-icon-component.js.map +1 -0
  73. package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +8 -8
  74. package/esm2015/lib/igc-x-icon-module.js.map +1 -0
  75. package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +72 -67
  76. package/esm2015/lib/igc-x-input-component.js.map +1 -0
  77. package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +367 -366
  78. package/esm2015/lib/igc-x-input-group-component.js.map +1 -0
  79. package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +10 -10
  80. package/esm2015/lib/igc-x-input-group-input-collection.js.map +1 -0
  81. package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +10 -10
  82. package/esm2015/lib/igc-x-input-group-item-component.js.map +1 -0
  83. package/esm2015/lib/igc-x-input-group-module.js +24 -0
  84. package/esm2015/lib/igc-x-input-group-module.js.map +1 -0
  85. package/esm2015/lib/{igc-prefix-module.js → igc-x-input-module.js} +8 -8
  86. package/esm2015/lib/igc-x-input-module.js.map +1 -0
  87. package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +68 -56
  88. package/esm2015/lib/igc-x-label-component.js.map +1 -0
  89. package/esm2015/lib/{igc-label-module.js → igc-x-label-module.js} +8 -8
  90. package/esm2015/lib/igc-x-label-module.js.map +1 -0
  91. package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +19 -19
  92. package/esm2015/lib/igc-x-prefix-component.js.map +1 -0
  93. package/esm2015/lib/{igc-icon-module.js → igc-x-prefix-module.js} +8 -8
  94. package/esm2015/lib/igc-x-prefix-module.js.map +1 -0
  95. package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +19 -19
  96. package/esm2015/lib/igc-x-ripple-component.js.map +1 -0
  97. package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +8 -8
  98. package/esm2015/lib/igc-x-ripple-module.js.map +1 -0
  99. package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +19 -19
  100. package/esm2015/lib/igc-x-suffix-component.js.map +1 -0
  101. package/esm2015/public_api.js +36 -35
  102. package/esm2015/public_api.js.map +1 -1
  103. package/esm5/lib/ButtonGroupView_combined.js +233 -233
  104. package/esm5/lib/ButtonGroupView_combined.js.map +1 -1
  105. package/esm5/lib/ButtonView_combined.js +579 -579
  106. package/esm5/lib/ButtonView_combined.js.map +1 -1
  107. package/esm5/lib/CalendarView_combined.js +20 -18
  108. package/esm5/lib/CalendarView_combined.js.map +1 -1
  109. package/esm5/lib/CheckboxView_combined.js +140 -134
  110. package/esm5/lib/CheckboxView_combined.js.map +1 -1
  111. package/esm5/lib/DatePickerView_combined.js +378 -343
  112. package/esm5/lib/DatePickerView_combined.js.map +1 -1
  113. package/esm5/lib/IconClickedEventArgs.js +21 -0
  114. package/esm5/lib/IconClickedEventArgs.js.map +1 -0
  115. package/esm5/lib/IconView_combined.js +371 -318
  116. package/esm5/lib/IconView_combined.js.map +1 -1
  117. package/esm5/lib/IconVisualModelExport.js +27 -18
  118. package/esm5/lib/IconVisualModelExport.js.map +1 -1
  119. package/esm5/lib/InputGroupView_combined.js +1767 -1697
  120. package/esm5/lib/InputGroupView_combined.js.map +1 -1
  121. package/esm5/lib/RippleView_combined.js +40 -40
  122. package/esm5/lib/RippleView_combined.js.map +1 -1
  123. package/{esm2015/lib/Input.js → esm5/lib/XButton.js} +2 -2
  124. package/esm5/lib/XButton.js.map +1 -0
  125. package/esm5/lib/XButtonGroup.js +8 -0
  126. package/esm5/lib/XButtonGroup.js.map +1 -0
  127. package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +10 -10
  128. package/esm5/lib/XButtonGroupButtonCollection.js.map +1 -0
  129. package/esm5/lib/XCheckbox.js +8 -0
  130. package/esm5/lib/XCheckbox.js.map +1 -0
  131. package/{esm2015/lib/Icon.js → esm5/lib/XIcon.js} +2 -2
  132. package/esm5/lib/XIcon.js.map +1 -0
  133. package/esm5/lib/XInput.js +8 -0
  134. package/esm5/lib/XInput.js.map +1 -0
  135. package/esm5/lib/XInputGroup.js +8 -0
  136. package/esm5/lib/XInputGroup.js.map +1 -0
  137. package/esm5/lib/XInputGroupInputCollection.js +8 -0
  138. package/esm5/lib/XInputGroupInputCollection.js.map +1 -0
  139. package/esm5/lib/XInputGroupItem.js +8 -0
  140. package/esm5/lib/XInputGroupItem.js.map +1 -0
  141. package/esm5/lib/XLabel.js +8 -0
  142. package/esm5/lib/XLabel.js.map +1 -0
  143. package/esm5/lib/XPrefix.js +8 -0
  144. package/esm5/lib/XPrefix.js.map +1 -0
  145. package/esm5/lib/XRipple.js +8 -0
  146. package/esm5/lib/XRipple.js.map +1 -0
  147. package/esm5/lib/XSuffix.js +8 -0
  148. package/esm5/lib/XSuffix.js.map +1 -0
  149. package/esm5/lib/igc-calendar-module.js +4 -4
  150. package/esm5/lib/igc-calendar-module.js.map +1 -1
  151. package/esm5/lib/igc-date-picker-component.js +52 -41
  152. package/esm5/lib/igc-date-picker-component.js.map +1 -1
  153. package/esm5/lib/igc-date-picker-module.js +6 -6
  154. package/esm5/lib/igc-date-picker-module.js.map +1 -1
  155. package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +225 -225
  156. package/esm5/lib/igc-x-button-component.js.map +1 -0
  157. package/esm5/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +15 -15
  158. package/esm5/lib/igc-x-button-group-button-collection.js.map +1 -0
  159. package/esm5/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +117 -117
  160. package/esm5/lib/igc-x-button-group-component.js.map +1 -0
  161. package/esm5/lib/igc-x-button-group-module.js +26 -0
  162. package/esm5/lib/igc-x-button-group-module.js.map +1 -0
  163. package/esm5/lib/igc-x-button-module.js +26 -0
  164. package/esm5/lib/igc-x-button-module.js.map +1 -0
  165. package/esm5/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +78 -78
  166. package/esm5/lib/igc-x-checkbox-component.js.map +1 -0
  167. package/esm5/lib/igc-x-checkbox-module.js +26 -0
  168. package/esm5/lib/igc-x-checkbox-module.js.map +1 -0
  169. package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +135 -124
  170. package/esm5/lib/igc-x-icon-component.js.map +1 -0
  171. package/esm5/lib/{igc-label-module.js → igc-x-icon-module.js} +12 -12
  172. package/esm5/lib/igc-x-icon-module.js.map +1 -0
  173. package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +124 -110
  174. package/esm5/lib/igc-x-input-component.js.map +1 -0
  175. package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +567 -566
  176. package/esm5/lib/igc-x-input-group-component.js.map +1 -0
  177. package/esm5/lib/igc-x-input-group-input-collection.js +54 -0
  178. package/esm5/lib/igc-x-input-group-input-collection.js.map +1 -0
  179. package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +27 -27
  180. package/esm5/lib/igc-x-input-group-item-component.js.map +1 -0
  181. package/esm5/lib/igc-x-input-group-module.js +28 -0
  182. package/esm5/lib/igc-x-input-group-module.js.map +1 -0
  183. package/esm5/lib/{igc-prefix-module.js → igc-x-input-module.js} +12 -12
  184. package/esm5/lib/igc-x-input-module.js.map +1 -0
  185. package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +117 -101
  186. package/esm5/lib/igc-x-label-component.js.map +1 -0
  187. package/esm5/lib/{igc-icon-module.js → igc-x-label-module.js} +12 -12
  188. package/esm5/lib/igc-x-label-module.js.map +1 -0
  189. package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +40 -40
  190. package/esm5/lib/igc-x-prefix-component.js.map +1 -0
  191. package/esm5/lib/{igc-input-module.js → igc-x-prefix-module.js} +12 -12
  192. package/esm5/lib/igc-x-prefix-module.js.map +1 -0
  193. package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +57 -57
  194. package/esm5/lib/igc-x-ripple-component.js.map +1 -0
  195. package/esm5/lib/igc-x-ripple-module.js +22 -0
  196. package/esm5/lib/igc-x-ripple-module.js.map +1 -0
  197. package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +40 -40
  198. package/esm5/lib/igc-x-suffix-component.js.map +1 -0
  199. package/esm5/public_api.js +36 -35
  200. package/esm5/public_api.js.map +1 -1
  201. package/fesm2015/igniteui-webcomponents-inputs.js +3863 -3658
  202. package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -1
  203. package/fesm5/igniteui-webcomponents-inputs.js +5218 -4973
  204. package/fesm5/igniteui-webcomponents-inputs.js.map +1 -1
  205. package/lib/ButtonGroupView_combined.d.ts +8 -8
  206. package/lib/ButtonView_combined.d.ts +2 -2
  207. package/lib/CalendarView_combined.d.ts +4 -4
  208. package/lib/CheckboxView_combined.d.ts +4 -4
  209. package/lib/DatePickerView_combined.d.ts +77 -75
  210. package/lib/IconClickedEventArgs.d.ts +7 -0
  211. package/lib/IconView_combined.d.ts +82 -74
  212. package/lib/IconVisualModelExport.d.ts +10 -6
  213. package/lib/InputGroupView_combined.d.ts +360 -353
  214. package/lib/RippleView_combined.d.ts +2 -2
  215. package/lib/XButton.d.ts +1 -0
  216. package/lib/XButtonGroup.d.ts +1 -0
  217. package/lib/{ButtonGroupButtonCollection.d.ts → XButtonGroupButtonCollection.d.ts} +2 -2
  218. package/lib/XCheckbox.d.ts +1 -0
  219. package/lib/XIcon.d.ts +1 -0
  220. package/lib/XInput.d.ts +1 -0
  221. package/lib/XInputGroup.d.ts +1 -0
  222. package/lib/XInputGroupInputCollection.d.ts +1 -0
  223. package/lib/XInputGroupItem.d.ts +1 -0
  224. package/lib/XLabel.d.ts +1 -0
  225. package/lib/XPrefix.d.ts +1 -0
  226. package/lib/XRipple.d.ts +1 -0
  227. package/lib/XSuffix.d.ts +1 -0
  228. package/lib/igc-date-picker-component.d.ts +1 -0
  229. package/lib/{igc-button-component.d.ts → igc-x-button-component.d.ts} +7 -7
  230. package/lib/igc-x-button-group-button-collection.d.ts +8 -0
  231. package/lib/{igc-button-group-component.d.ts → igc-x-button-group-component.d.ts} +12 -12
  232. package/lib/igc-x-button-group-module.d.ts +3 -0
  233. package/lib/igc-x-button-module.d.ts +3 -0
  234. package/lib/{igc-checkbox-component.d.ts → igc-x-checkbox-component.d.ts} +7 -7
  235. package/lib/igc-x-checkbox-module.d.ts +3 -0
  236. package/lib/{igc-icon-component.d.ts → igc-x-icon-component.d.ts} +7 -6
  237. package/lib/igc-x-icon-module.d.ts +3 -0
  238. package/lib/{igc-input-component.d.ts → igc-x-input-component.d.ts} +15 -11
  239. package/lib/{igc-input-group-component.d.ts → igc-x-input-group-component.d.ts} +11 -11
  240. package/lib/igc-x-input-group-input-collection.d.ts +8 -0
  241. package/lib/{igc-input-group-item-component.d.ts → igc-x-input-group-item-component.d.ts} +6 -6
  242. package/lib/igc-x-input-group-module.d.ts +3 -0
  243. package/lib/igc-x-input-module.d.ts +3 -0
  244. package/lib/{igc-label-component.d.ts → igc-x-label-component.d.ts} +11 -6
  245. package/lib/igc-x-label-module.d.ts +3 -0
  246. package/lib/{igc-prefix-component.d.ts → igc-x-prefix-component.d.ts} +6 -6
  247. package/lib/igc-x-prefix-module.d.ts +3 -0
  248. package/lib/{igc-ripple-component.d.ts → igc-x-ripple-component.d.ts} +6 -6
  249. package/lib/igc-x-ripple-module.d.ts +3 -0
  250. package/lib/{igc-suffix-component.d.ts → igc-x-suffix-component.d.ts} +6 -6
  251. package/package.json +2 -2
  252. package/public_api.d.ts +36 -35
  253. package/esm2015/lib/Button.js.map +0 -1
  254. package/esm2015/lib/ButtonGroup.js.map +0 -1
  255. package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
  256. package/esm2015/lib/Checkbox.js.map +0 -1
  257. package/esm2015/lib/Icon.js.map +0 -1
  258. package/esm2015/lib/Input.js.map +0 -1
  259. package/esm2015/lib/InputGroup.js +0 -8
  260. package/esm2015/lib/InputGroup.js.map +0 -1
  261. package/esm2015/lib/InputGroupInputCollection.js +0 -8
  262. package/esm2015/lib/InputGroupInputCollection.js.map +0 -1
  263. package/esm2015/lib/InputGroupItem.js +0 -8
  264. package/esm2015/lib/InputGroupItem.js.map +0 -1
  265. package/esm2015/lib/Label.js.map +0 -1
  266. package/esm2015/lib/Prefix.js +0 -8
  267. package/esm2015/lib/Prefix.js.map +0 -1
  268. package/esm2015/lib/Ripple.js +0 -8
  269. package/esm2015/lib/Ripple.js.map +0 -1
  270. package/esm2015/lib/Suffix.js +0 -8
  271. package/esm2015/lib/Suffix.js.map +0 -1
  272. package/esm2015/lib/igc-button-component.js.map +0 -1
  273. package/esm2015/lib/igc-button-group-button-collection.js.map +0 -1
  274. package/esm2015/lib/igc-button-group-component.js.map +0 -1
  275. package/esm2015/lib/igc-button-group-module.js.map +0 -1
  276. package/esm2015/lib/igc-button-module.js.map +0 -1
  277. package/esm2015/lib/igc-checkbox-component.js.map +0 -1
  278. package/esm2015/lib/igc-checkbox-module.js.map +0 -1
  279. package/esm2015/lib/igc-icon-component.js.map +0 -1
  280. package/esm2015/lib/igc-icon-module.js.map +0 -1
  281. package/esm2015/lib/igc-input-component.js.map +0 -1
  282. package/esm2015/lib/igc-input-group-component.js.map +0 -1
  283. package/esm2015/lib/igc-input-group-input-collection.js.map +0 -1
  284. package/esm2015/lib/igc-input-group-item-component.js.map +0 -1
  285. package/esm2015/lib/igc-input-group-module.js +0 -24
  286. package/esm2015/lib/igc-input-group-module.js.map +0 -1
  287. package/esm2015/lib/igc-input-module.js.map +0 -1
  288. package/esm2015/lib/igc-label-component.js.map +0 -1
  289. package/esm2015/lib/igc-label-module.js.map +0 -1
  290. package/esm2015/lib/igc-prefix-component.js.map +0 -1
  291. package/esm2015/lib/igc-prefix-module.js.map +0 -1
  292. package/esm2015/lib/igc-ripple-component.js.map +0 -1
  293. package/esm2015/lib/igc-ripple-module.js.map +0 -1
  294. package/esm2015/lib/igc-suffix-component.js.map +0 -1
  295. package/esm5/lib/Button.js +0 -8
  296. package/esm5/lib/Button.js.map +0 -1
  297. package/esm5/lib/ButtonGroup.js +0 -8
  298. package/esm5/lib/ButtonGroup.js.map +0 -1
  299. package/esm5/lib/ButtonGroupButtonCollection.js.map +0 -1
  300. package/esm5/lib/Checkbox.js +0 -8
  301. package/esm5/lib/Checkbox.js.map +0 -1
  302. package/esm5/lib/Icon.js.map +0 -1
  303. package/esm5/lib/Input.js +0 -8
  304. package/esm5/lib/Input.js.map +0 -1
  305. package/esm5/lib/InputGroup.js +0 -8
  306. package/esm5/lib/InputGroup.js.map +0 -1
  307. package/esm5/lib/InputGroupInputCollection.js +0 -8
  308. package/esm5/lib/InputGroupInputCollection.js.map +0 -1
  309. package/esm5/lib/InputGroupItem.js +0 -8
  310. package/esm5/lib/InputGroupItem.js.map +0 -1
  311. package/esm5/lib/Label.js +0 -8
  312. package/esm5/lib/Label.js.map +0 -1
  313. package/esm5/lib/Prefix.js +0 -8
  314. package/esm5/lib/Prefix.js.map +0 -1
  315. package/esm5/lib/Ripple.js +0 -8
  316. package/esm5/lib/Ripple.js.map +0 -1
  317. package/esm5/lib/Suffix.js +0 -8
  318. package/esm5/lib/Suffix.js.map +0 -1
  319. package/esm5/lib/igc-button-component.js.map +0 -1
  320. package/esm5/lib/igc-button-group-button-collection.js.map +0 -1
  321. package/esm5/lib/igc-button-group-component.js.map +0 -1
  322. package/esm5/lib/igc-button-group-module.js +0 -26
  323. package/esm5/lib/igc-button-group-module.js.map +0 -1
  324. package/esm5/lib/igc-button-module.js +0 -26
  325. package/esm5/lib/igc-button-module.js.map +0 -1
  326. package/esm5/lib/igc-checkbox-component.js.map +0 -1
  327. package/esm5/lib/igc-checkbox-module.js +0 -26
  328. package/esm5/lib/igc-checkbox-module.js.map +0 -1
  329. package/esm5/lib/igc-icon-component.js.map +0 -1
  330. package/esm5/lib/igc-icon-module.js.map +0 -1
  331. package/esm5/lib/igc-input-component.js.map +0 -1
  332. package/esm5/lib/igc-input-group-component.js.map +0 -1
  333. package/esm5/lib/igc-input-group-input-collection.js +0 -54
  334. package/esm5/lib/igc-input-group-input-collection.js.map +0 -1
  335. package/esm5/lib/igc-input-group-item-component.js.map +0 -1
  336. package/esm5/lib/igc-input-group-module.js +0 -28
  337. package/esm5/lib/igc-input-group-module.js.map +0 -1
  338. package/esm5/lib/igc-input-module.js.map +0 -1
  339. package/esm5/lib/igc-label-component.js.map +0 -1
  340. package/esm5/lib/igc-label-module.js.map +0 -1
  341. package/esm5/lib/igc-prefix-component.js.map +0 -1
  342. package/esm5/lib/igc-prefix-module.js.map +0 -1
  343. package/esm5/lib/igc-ripple-component.js.map +0 -1
  344. package/esm5/lib/igc-ripple-module.js +0 -22
  345. package/esm5/lib/igc-ripple-module.js.map +0 -1
  346. package/esm5/lib/igc-suffix-component.js.map +0 -1
  347. package/lib/Button.d.ts +0 -1
  348. package/lib/ButtonGroup.d.ts +0 -1
  349. package/lib/Checkbox.d.ts +0 -1
  350. package/lib/Icon.d.ts +0 -1
  351. package/lib/Input.d.ts +0 -1
  352. package/lib/InputGroup.d.ts +0 -1
  353. package/lib/InputGroupInputCollection.d.ts +0 -1
  354. package/lib/InputGroupItem.d.ts +0 -1
  355. package/lib/Label.d.ts +0 -1
  356. package/lib/Prefix.d.ts +0 -1
  357. package/lib/Ripple.d.ts +0 -1
  358. package/lib/Suffix.d.ts +0 -1
  359. package/lib/igc-button-group-button-collection.d.ts +0 -8
  360. package/lib/igc-button-group-module.d.ts +0 -3
  361. package/lib/igc-button-module.d.ts +0 -3
  362. package/lib/igc-checkbox-module.d.ts +0 -3
  363. package/lib/igc-icon-module.d.ts +0 -3
  364. package/lib/igc-input-group-input-collection.d.ts +0 -8
  365. package/lib/igc-input-group-module.d.ts +0 -3
  366. package/lib/igc-input-module.d.ts +0 -3
  367. package/lib/igc-label-module.d.ts +0 -3
  368. package/lib/igc-prefix-module.d.ts +0 -3
  369. package/lib/igc-ripple-module.d.ts +0 -3
@@ -1,5 +1,5 @@
1
1
  import * as tslib_1 from "tslib";
2
- import { Button } from "./Button";
2
+ import { XButton } from "./XButton";
3
3
  import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
4
4
  import { FontInfo } from "igniteui-webcomponents-core";
5
5
  import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
@@ -13,9 +13,9 @@ import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
13
13
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
14
14
  import { ElevationMode_$type } from "igniteui-webcomponents-core";
15
15
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
16
- var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
17
- tslib_1.__extends(IgcButtonComponent, _super);
18
- function IgcButtonComponent() {
16
+ var IgcXButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
17
+ tslib_1.__extends(IgcXButtonComponent, _super);
18
+ function IgcXButtonComponent() {
19
19
  var _this = _super.call(this) || this;
20
20
  _this._disconnected = false;
21
21
  _this._settingAttributes = false;
@@ -83,19 +83,19 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
83
83
  // this._checkbox.notifySizeChanged();
84
84
  //});
85
85
  }
86
- IgcButtonComponent.prototype._onDisplayChanged = function () {
86
+ IgcXButtonComponent.prototype._onDisplayChanged = function () {
87
87
  this.style.display = this.display;
88
88
  };
89
- IgcButtonComponent.prototype._onFlexDirectionChanged = function () {
89
+ IgcXButtonComponent.prototype._onFlexDirectionChanged = function () {
90
90
  this.style.flexDirection = this.flexDirection;
91
91
  };
92
- IgcButtonComponent.prototype._onFlexGrowChanged = function () {
92
+ IgcXButtonComponent.prototype._onFlexGrowChanged = function () {
93
93
  this.style.flexGrow = this.flexGrow;
94
94
  };
95
- IgcButtonComponent.prototype._onAlignItemsChanged = function () {
95
+ IgcXButtonComponent.prototype._onAlignItemsChanged = function () {
96
96
  this.style.alignItems = this.alignItems;
97
97
  };
98
- IgcButtonComponent.prototype._onChildrenChanged = function () {
98
+ IgcXButtonComponent.prototype._onChildrenChanged = function () {
99
99
  var children = [];
100
100
  for (var i = 0; i < this.childNodes.length; i++) {
101
101
  var child = this.childNodes[i];
@@ -106,23 +106,23 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
106
106
  this._portalManager.onChildrenChanged(children);
107
107
  };
108
108
  // supports angular themes or custom properties set in CSS
109
- IgcButtonComponent.prototype.updateStyle = function () {
109
+ IgcXButtonComponent.prototype.updateStyle = function () {
110
110
  this._styling(this, this);
111
111
  };
112
- IgcButtonComponent.prototype.destroy = function () {
112
+ IgcXButtonComponent.prototype.destroy = function () {
113
113
  this._button.destroy();
114
114
  this._wrapper.destroy();
115
115
  };
116
- IgcButtonComponent.prototype.createImplementation = function () {
117
- return new Button();
116
+ IgcXButtonComponent.prototype.createImplementation = function () {
117
+ return new XButton();
118
118
  };
119
- IgcButtonComponent.prototype.disconnectedCallback = function () {
119
+ IgcXButtonComponent.prototype.disconnectedCallback = function () {
120
120
  this._disconnected = true;
121
121
  if (this.i) {
122
122
  this.i.onDetachedFromUI();
123
123
  }
124
124
  };
125
- IgcButtonComponent.prototype.connectedCallback = function () {
125
+ IgcXButtonComponent.prototype.connectedCallback = function () {
126
126
  if (this._disconnected) {
127
127
  this._disconnected = false;
128
128
  if (this.i) {
@@ -130,8 +130,8 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
130
130
  }
131
131
  return;
132
132
  }
133
- this.classList.add("ig-button");
134
- this.classList.add("igc-button");
133
+ this.classList.add("ig-x-button");
134
+ this.classList.add("igc-x-button");
135
135
  this.appendChild(this._container.getNativeElement());
136
136
  this._attached = true;
137
137
  this.style.display = this.display;
@@ -142,10 +142,10 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
142
142
  this._styling(this, this);
143
143
  this.afterContentInit();
144
144
  };
145
- IgcButtonComponent.prototype.afterContentInit = function () {
145
+ IgcXButtonComponent.prototype.afterContentInit = function () {
146
146
  //this.i.notifySizeChanged();
147
147
  };
148
- Object.defineProperty(IgcButtonComponent.prototype, "i", {
148
+ Object.defineProperty(IgcXButtonComponent.prototype, "i", {
149
149
  /**
150
150
  * @hidden
151
151
  */
@@ -157,7 +157,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
157
157
  enumerable: true,
158
158
  configurable: true
159
159
  });
160
- IgcButtonComponent._createFromInternal = function (internal) {
160
+ IgcXButtonComponent._createFromInternal = function (internal) {
161
161
  if (!internal) {
162
162
  return null;
163
163
  }
@@ -171,10 +171,10 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
171
171
  }
172
172
  return TypeRegistrar.create(externalName);
173
173
  };
174
- IgcButtonComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
174
+ IgcXButtonComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
175
175
  this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
176
176
  };
177
- IgcButtonComponent.prototype._flushQueuedAttributes = function () {
177
+ IgcXButtonComponent.prototype._flushQueuedAttributes = function () {
178
178
  this._settingAttributes = true;
179
179
  for (var i = 0; i < this._queuedSetAttributes.length; i++) {
180
180
  this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
@@ -182,7 +182,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
182
182
  this._settingAttributes = false;
183
183
  this._queuedSetAttributes.length = 0;
184
184
  };
185
- IgcButtonComponent.prototype._a = function (attrName, attrValue) {
185
+ IgcXButtonComponent.prototype._a = function (attrName, attrValue) {
186
186
  if (this._updatingFromAttribute) {
187
187
  return;
188
188
  }
@@ -199,21 +199,21 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
199
199
  }
200
200
  this._settingAttributes = false;
201
201
  };
202
- Object.defineProperty(IgcButtonComponent, "observedAttributes", {
202
+ Object.defineProperty(IgcXButtonComponent, "observedAttributes", {
203
203
  get: function () {
204
- if (IgcButtonComponent._observedAttributesIgcButtonComponent == null) {
205
- var names = getAllPropertyNames(IgcButtonComponent);
204
+ if (IgcXButtonComponent._observedAttributesIgcXButtonComponent == null) {
205
+ var names = getAllPropertyNames(IgcXButtonComponent);
206
206
  for (var i = 0; i < names.length; i++) {
207
207
  names[i] = toSpinal(names[i]);
208
208
  }
209
- IgcButtonComponent._observedAttributesIgcButtonComponent = names;
209
+ IgcXButtonComponent._observedAttributesIgcXButtonComponent = names;
210
210
  }
211
- return IgcButtonComponent._observedAttributesIgcButtonComponent;
211
+ return IgcXButtonComponent._observedAttributesIgcXButtonComponent;
212
212
  },
213
213
  enumerable: true,
214
214
  configurable: true
215
215
  });
216
- IgcButtonComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
216
+ IgcXButtonComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
217
217
  if (this._settingAttributes) {
218
218
  return;
219
219
  }
@@ -222,13 +222,13 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
222
222
  this[setName] = newValue;
223
223
  this._updatingFromAttribute = false;
224
224
  };
225
- IgcButtonComponent.register = function () {
226
- if (!IgcButtonComponent._isElementRegistered) {
227
- IgcButtonComponent._isElementRegistered = true;
228
- RegisterElementHelper.registerElement(IgcButtonComponent.htmlTagName, IgcButtonComponent);
225
+ IgcXButtonComponent.register = function () {
226
+ if (!IgcXButtonComponent._isElementRegistered) {
227
+ IgcXButtonComponent._isElementRegistered = true;
228
+ RegisterElementHelper.registerElement(IgcXButtonComponent.htmlTagName, IgcXButtonComponent);
229
229
  }
230
230
  };
231
- Object.defineProperty(IgcButtonComponent.prototype, "minWidth", {
231
+ Object.defineProperty(IgcXButtonComponent.prototype, "minWidth", {
232
232
  /**
233
233
  * Gets or sets the min width to use for the button.
234
234
  */
@@ -242,7 +242,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
242
242
  enumerable: true,
243
243
  configurable: true
244
244
  });
245
- Object.defineProperty(IgcButtonComponent.prototype, "minHeight", {
245
+ Object.defineProperty(IgcXButtonComponent.prototype, "minHeight", {
246
246
  /**
247
247
  * Gets or sets the min height to use for the button.
248
248
  */
@@ -256,7 +256,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
256
256
  enumerable: true,
257
257
  configurable: true
258
258
  });
259
- Object.defineProperty(IgcButtonComponent.prototype, "displayType", {
259
+ Object.defineProperty(IgcXButtonComponent.prototype, "displayType", {
260
260
  /**
261
261
  * Gets or sets the display style to use for the button.
262
262
  */
@@ -270,7 +270,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
270
270
  enumerable: true,
271
271
  configurable: true
272
272
  });
273
- Object.defineProperty(IgcButtonComponent.prototype, "density", {
273
+ Object.defineProperty(IgcXButtonComponent.prototype, "density", {
274
274
  /**
275
275
  * Gets or sets the display density to use for the button.
276
276
  */
@@ -284,7 +284,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
284
284
  enumerable: true,
285
285
  configurable: true
286
286
  });
287
- Object.defineProperty(IgcButtonComponent.prototype, "baseTheme", {
287
+ Object.defineProperty(IgcXButtonComponent.prototype, "baseTheme", {
288
288
  /**
289
289
  * Gets or sets the base built in theme to use for the button.
290
290
  */
@@ -298,7 +298,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
298
298
  enumerable: true,
299
299
  configurable: true
300
300
  });
301
- Object.defineProperty(IgcButtonComponent.prototype, "actualDensity", {
301
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualDensity", {
302
302
  /**
303
303
  * Gets the actual display density to use for the label.
304
304
  */
@@ -312,7 +312,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
312
312
  enumerable: true,
313
313
  configurable: true
314
314
  });
315
- Object.defineProperty(IgcButtonComponent.prototype, "actualBorderColor", {
315
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualBorderColor", {
316
316
  /**
317
317
  * Gets or sets the color to use for the check mark when the checkbox is checked.
318
318
  */
@@ -326,7 +326,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
326
326
  enumerable: true,
327
327
  configurable: true
328
328
  });
329
- Object.defineProperty(IgcButtonComponent.prototype, "actualUmbraShadowColor", {
329
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualUmbraShadowColor", {
330
330
  /**
331
331
  * Gets or sets the color to use for the check mark when the checkbox is checked.
332
332
  */
@@ -340,7 +340,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
340
340
  enumerable: true,
341
341
  configurable: true
342
342
  });
343
- Object.defineProperty(IgcButtonComponent.prototype, "actualPenumbraShadowColor", {
343
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualPenumbraShadowColor", {
344
344
  /**
345
345
  * Gets or sets the color to use for the check mark when the checkbox is checked.
346
346
  */
@@ -354,7 +354,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
354
354
  enumerable: true,
355
355
  configurable: true
356
356
  });
357
- Object.defineProperty(IgcButtonComponent.prototype, "actualAmbientShadowColor", {
357
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualAmbientShadowColor", {
358
358
  /**
359
359
  * Gets or sets the color to use for the check mark when the checkbox is checked.
360
360
  */
@@ -368,7 +368,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
368
368
  enumerable: true,
369
369
  configurable: true
370
370
  });
371
- Object.defineProperty(IgcButtonComponent.prototype, "actualRestingElevation", {
371
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualRestingElevation", {
372
372
  /**
373
373
  * Gets or sets the color to use for the check mark when the checkbox is checked.
374
374
  */
@@ -382,7 +382,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
382
382
  enumerable: true,
383
383
  configurable: true
384
384
  });
385
- Object.defineProperty(IgcButtonComponent.prototype, "actualFocusElevation", {
385
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualFocusElevation", {
386
386
  /**
387
387
  * Gets or sets the color to use for the check mark when the checkbox is checked.
388
388
  */
@@ -396,7 +396,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
396
396
  enumerable: true,
397
397
  configurable: true
398
398
  });
399
- Object.defineProperty(IgcButtonComponent.prototype, "actualHoverElevation", {
399
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualHoverElevation", {
400
400
  /**
401
401
  * Gets or sets the color to use for the check mark when the checkbox is checked.
402
402
  */
@@ -410,7 +410,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
410
410
  enumerable: true,
411
411
  configurable: true
412
412
  });
413
- Object.defineProperty(IgcButtonComponent.prototype, "actualRippleColor", {
413
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualRippleColor", {
414
414
  /**
415
415
  * Gets or sets the color to use for the ripple when the button is pressed.
416
416
  */
@@ -424,7 +424,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
424
424
  enumerable: true,
425
425
  configurable: true
426
426
  });
427
- Object.defineProperty(IgcButtonComponent.prototype, "actualCornerRadiusBottomRight", {
427
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualCornerRadiusBottomRight", {
428
428
  get: function () {
429
429
  return this.i.kc ? this.i.kc.b : NaN;
430
430
  },
@@ -437,7 +437,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
437
437
  enumerable: true,
438
438
  configurable: true
439
439
  });
440
- Object.defineProperty(IgcButtonComponent.prototype, "actualCornerRadiusBottomLeft", {
440
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualCornerRadiusBottomLeft", {
441
441
  get: function () {
442
442
  return this.i.kc ? this.i.kc.a : NaN;
443
443
  },
@@ -450,7 +450,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
450
450
  enumerable: true,
451
451
  configurable: true
452
452
  });
453
- Object.defineProperty(IgcButtonComponent.prototype, "actualCornerRadiusTopLeft", {
453
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualCornerRadiusTopLeft", {
454
454
  get: function () {
455
455
  return this.i.kc ? this.i.kc.c : NaN;
456
456
  },
@@ -463,7 +463,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
463
463
  enumerable: true,
464
464
  configurable: true
465
465
  });
466
- Object.defineProperty(IgcButtonComponent.prototype, "actualCornerRadiusTopRight", {
466
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualCornerRadiusTopRight", {
467
467
  get: function () {
468
468
  return this.i.kc ? this.i.kc.d : NaN;
469
469
  },
@@ -476,13 +476,13 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
476
476
  enumerable: true,
477
477
  configurable: true
478
478
  });
479
- IgcButtonComponent.prototype.ensureActualCornerRadius = function () {
479
+ IgcXButtonComponent.prototype.ensureActualCornerRadius = function () {
480
480
  if (this.i.kc) {
481
481
  return;
482
482
  }
483
483
  this.i.kc = new CornerRadius(2);
484
484
  };
485
- Object.defineProperty(IgcButtonComponent.prototype, "actualBackgroundColor", {
485
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualBackgroundColor", {
486
486
  /**
487
487
  * Gets the color to use for the actual background.
488
488
  */
@@ -496,7 +496,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
496
496
  enumerable: true,
497
497
  configurable: true
498
498
  });
499
- Object.defineProperty(IgcButtonComponent.prototype, "actualDisabledBackgroundColor", {
499
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualDisabledBackgroundColor", {
500
500
  /**
501
501
  * Gets the actual color to use for the disabled background of the button.
502
502
  */
@@ -510,7 +510,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
510
510
  enumerable: true,
511
511
  configurable: true
512
512
  });
513
- Object.defineProperty(IgcButtonComponent.prototype, "actualDisabledBorderColor", {
513
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualDisabledBorderColor", {
514
514
  /**
515
515
  * Gets the actual color to use for the disabled border of the button.
516
516
  */
@@ -524,7 +524,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
524
524
  enumerable: true,
525
525
  configurable: true
526
526
  });
527
- Object.defineProperty(IgcButtonComponent.prototype, "actualDisabledTextColor", {
527
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualDisabledTextColor", {
528
528
  /**
529
529
  * Gets the actual color to use for the disabled text of the button.
530
530
  */
@@ -538,7 +538,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
538
538
  enumerable: true,
539
539
  configurable: true
540
540
  });
541
- Object.defineProperty(IgcButtonComponent.prototype, "actualDisabledElevation", {
541
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualDisabledElevation", {
542
542
  /**
543
543
  * Gets the actual disabled elevation to use for the button.
544
544
  */
@@ -552,7 +552,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
552
552
  enumerable: true,
553
553
  configurable: true
554
554
  });
555
- Object.defineProperty(IgcButtonComponent.prototype, "actualElevationMode", {
555
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualElevationMode", {
556
556
  /**
557
557
  * Gets the actual disabled elevation to use for the button.
558
558
  */
@@ -566,7 +566,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
566
566
  enumerable: true,
567
567
  configurable: true
568
568
  });
569
- Object.defineProperty(IgcButtonComponent.prototype, "actualTextColor", {
569
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualTextColor", {
570
570
  /**
571
571
  * Gets the color to use for the actual background.
572
572
  */
@@ -580,7 +580,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
580
580
  enumerable: true,
581
581
  configurable: true
582
582
  });
583
- Object.defineProperty(IgcButtonComponent.prototype, "actualHoverTextColor", {
583
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualHoverTextColor", {
584
584
  /**
585
585
  * Gets the color to use for the actual background.
586
586
  */
@@ -594,7 +594,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
594
594
  enumerable: true,
595
595
  configurable: true
596
596
  });
597
- Object.defineProperty(IgcButtonComponent.prototype, "actualFocusBackgroundColor", {
597
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualFocusBackgroundColor", {
598
598
  /**
599
599
  * Gets the color to use for the actual background.
600
600
  */
@@ -608,7 +608,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
608
608
  enumerable: true,
609
609
  configurable: true
610
610
  });
611
- Object.defineProperty(IgcButtonComponent.prototype, "actualFocusTextColor", {
611
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualFocusTextColor", {
612
612
  /**
613
613
  * Gets the actual color to use for the focused text.
614
614
  */
@@ -622,7 +622,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
622
622
  enumerable: true,
623
623
  configurable: true
624
624
  });
625
- Object.defineProperty(IgcButtonComponent.prototype, "actualHoverBackgroundColor", {
625
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualHoverBackgroundColor", {
626
626
  /**
627
627
  * Gets the hover color to use for the actual background.
628
628
  */
@@ -636,7 +636,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
636
636
  enumerable: true,
637
637
  configurable: true
638
638
  });
639
- Object.defineProperty(IgcButtonComponent.prototype, "actualBorderWidth", {
639
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualBorderWidth", {
640
640
  /**
641
641
  * Gets or sets the Width to use for the check mark when the checkbox is checked.
642
642
  */
@@ -650,7 +650,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
650
650
  enumerable: true,
651
651
  configurable: true
652
652
  });
653
- Object.defineProperty(IgcButtonComponent.prototype, "raisedBackgroundColor", {
653
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedBackgroundColor", {
654
654
  /**
655
655
  * Gets or sets the color to use for the background of the button when the type is raised.
656
656
  */
@@ -664,7 +664,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
664
664
  enumerable: true,
665
665
  configurable: true
666
666
  });
667
- Object.defineProperty(IgcButtonComponent.prototype, "raisedDisabledBackgroundColor", {
667
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedDisabledBackgroundColor", {
668
668
  /**
669
669
  * Gets or sets the color to use for the disabled background of the button when the type is raised.
670
670
  */
@@ -678,7 +678,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
678
678
  enumerable: true,
679
679
  configurable: true
680
680
  });
681
- Object.defineProperty(IgcButtonComponent.prototype, "raisedDisabledBorderColor", {
681
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedDisabledBorderColor", {
682
682
  /**
683
683
  * Gets or sets the color to use for the disabled border of the button when the type is raised.
684
684
  */
@@ -692,7 +692,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
692
692
  enumerable: true,
693
693
  configurable: true
694
694
  });
695
- Object.defineProperty(IgcButtonComponent.prototype, "raisedDisabledTextColor", {
695
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedDisabledTextColor", {
696
696
  /**
697
697
  * Gets or sets the color to use for the disabled text of the button when the type is raised.
698
698
  */
@@ -706,7 +706,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
706
706
  enumerable: true,
707
707
  configurable: true
708
708
  });
709
- Object.defineProperty(IgcButtonComponent.prototype, "raisedDisabledElevation", {
709
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedDisabledElevation", {
710
710
  /**
711
711
  * Gets or sets the disabled elevation to use for the button when the type is raised.
712
712
  */
@@ -720,7 +720,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
720
720
  enumerable: true,
721
721
  configurable: true
722
722
  });
723
- Object.defineProperty(IgcButtonComponent.prototype, "raisedHoverBackgroundColor", {
723
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedHoverBackgroundColor", {
724
724
  /**
725
725
  * Gets or sets the hover color to use for the background of the button when the type is raised.
726
726
  */
@@ -734,7 +734,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
734
734
  enumerable: true,
735
735
  configurable: true
736
736
  });
737
- Object.defineProperty(IgcButtonComponent.prototype, "raisedBorderColor", {
737
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedBorderColor", {
738
738
  /**
739
739
  * Gets or sets the border color to use for the button when the type is raised.
740
740
  */
@@ -748,7 +748,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
748
748
  enumerable: true,
749
749
  configurable: true
750
750
  });
751
- Object.defineProperty(IgcButtonComponent.prototype, "raisedRestingElevation", {
751
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedRestingElevation", {
752
752
  /**
753
753
  * Gets or sets the elevation to use for the button when the type is raised.
754
754
  */
@@ -762,7 +762,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
762
762
  enumerable: true,
763
763
  configurable: true
764
764
  });
765
- Object.defineProperty(IgcButtonComponent.prototype, "raisedHoverElevation", {
765
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedHoverElevation", {
766
766
  /**
767
767
  * Gets or sets the hover elevation to use for the button when the type is raised.
768
768
  */
@@ -776,7 +776,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
776
776
  enumerable: true,
777
777
  configurable: true
778
778
  });
779
- Object.defineProperty(IgcButtonComponent.prototype, "raisedFocusElevation", {
779
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedFocusElevation", {
780
780
  /**
781
781
  * Gets or sets the focus elevation to use for the button when the type is raised.
782
782
  */
@@ -790,7 +790,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
790
790
  enumerable: true,
791
791
  configurable: true
792
792
  });
793
- Object.defineProperty(IgcButtonComponent.prototype, "raisedBorderWidth", {
793
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedBorderWidth", {
794
794
  /**
795
795
  * Gets or sets the width to use for the button border when the type is raised.
796
796
  */
@@ -804,7 +804,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
804
804
  enumerable: true,
805
805
  configurable: true
806
806
  });
807
- Object.defineProperty(IgcButtonComponent.prototype, "raisedCornerRadiusBottomRight", {
807
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedCornerRadiusBottomRight", {
808
808
  get: function () {
809
809
  return this.i.ky ? this.i.ky.b : NaN;
810
810
  },
@@ -817,7 +817,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
817
817
  enumerable: true,
818
818
  configurable: true
819
819
  });
820
- Object.defineProperty(IgcButtonComponent.prototype, "raisedCornerRadiusBottomLeft", {
820
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedCornerRadiusBottomLeft", {
821
821
  get: function () {
822
822
  return this.i.ky ? this.i.ky.a : NaN;
823
823
  },
@@ -830,7 +830,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
830
830
  enumerable: true,
831
831
  configurable: true
832
832
  });
833
- Object.defineProperty(IgcButtonComponent.prototype, "raisedCornerRadiusTopLeft", {
833
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedCornerRadiusTopLeft", {
834
834
  get: function () {
835
835
  return this.i.ky ? this.i.ky.c : NaN;
836
836
  },
@@ -843,7 +843,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
843
843
  enumerable: true,
844
844
  configurable: true
845
845
  });
846
- Object.defineProperty(IgcButtonComponent.prototype, "raisedCornerRadiusTopRight", {
846
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedCornerRadiusTopRight", {
847
847
  get: function () {
848
848
  return this.i.ky ? this.i.ky.d : NaN;
849
849
  },
@@ -856,13 +856,13 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
856
856
  enumerable: true,
857
857
  configurable: true
858
858
  });
859
- IgcButtonComponent.prototype.ensureRaisedCornerRadius = function () {
859
+ IgcXButtonComponent.prototype.ensureRaisedCornerRadius = function () {
860
860
  if (this.i.ky) {
861
861
  return;
862
862
  }
863
863
  this.i.ky = new CornerRadius(2);
864
864
  };
865
- Object.defineProperty(IgcButtonComponent.prototype, "raisedRippleColor", {
865
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedRippleColor", {
866
866
  /**
867
867
  * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
868
868
  */
@@ -876,7 +876,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
876
876
  enumerable: true,
877
877
  configurable: true
878
878
  });
879
- Object.defineProperty(IgcButtonComponent.prototype, "flatBackgroundColor", {
879
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatBackgroundColor", {
880
880
  /**
881
881
  * Gets or sets the color to use for the background of the button when the type is flat.
882
882
  */
@@ -890,7 +890,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
890
890
  enumerable: true,
891
891
  configurable: true
892
892
  });
893
- Object.defineProperty(IgcButtonComponent.prototype, "flatDisabledBackgroundColor", {
893
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatDisabledBackgroundColor", {
894
894
  /**
895
895
  * Gets or sets the color to use for the disabled background of the button when the type is flat.
896
896
  */
@@ -904,7 +904,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
904
904
  enumerable: true,
905
905
  configurable: true
906
906
  });
907
- Object.defineProperty(IgcButtonComponent.prototype, "flatDisabledBorderColor", {
907
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatDisabledBorderColor", {
908
908
  /**
909
909
  * Gets or sets the color to use for the disabled border of the button when the type is flat.
910
910
  */
@@ -918,7 +918,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
918
918
  enumerable: true,
919
919
  configurable: true
920
920
  });
921
- Object.defineProperty(IgcButtonComponent.prototype, "flatDisabledTextColor", {
921
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatDisabledTextColor", {
922
922
  /**
923
923
  * Gets or sets the color to use for the disabled text of the button when the type is flat.
924
924
  */
@@ -932,7 +932,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
932
932
  enumerable: true,
933
933
  configurable: true
934
934
  });
935
- Object.defineProperty(IgcButtonComponent.prototype, "flatDisabledElevation", {
935
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatDisabledElevation", {
936
936
  /**
937
937
  * Gets or sets the disabled elevation to use for the button when the type is flat.
938
938
  */
@@ -946,7 +946,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
946
946
  enumerable: true,
947
947
  configurable: true
948
948
  });
949
- Object.defineProperty(IgcButtonComponent.prototype, "flatHoverBackgroundColor", {
949
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatHoverBackgroundColor", {
950
950
  /**
951
951
  * Gets or sets the hover color to use for the background of the button when the type is flat.
952
952
  */
@@ -960,7 +960,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
960
960
  enumerable: true,
961
961
  configurable: true
962
962
  });
963
- Object.defineProperty(IgcButtonComponent.prototype, "flatBorderColor", {
963
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatBorderColor", {
964
964
  /**
965
965
  * Gets or sets the border color to use for the button when the type is flat.
966
966
  */
@@ -974,7 +974,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
974
974
  enumerable: true,
975
975
  configurable: true
976
976
  });
977
- Object.defineProperty(IgcButtonComponent.prototype, "flatRestingElevation", {
977
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatRestingElevation", {
978
978
  /**
979
979
  * Gets or sets the elevation to use for the button when the type is flat.
980
980
  */
@@ -988,7 +988,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
988
988
  enumerable: true,
989
989
  configurable: true
990
990
  });
991
- Object.defineProperty(IgcButtonComponent.prototype, "flatHoverElevation", {
991
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatHoverElevation", {
992
992
  /**
993
993
  * Gets or sets the hover elevation to use for the button when the type is flat.
994
994
  */
@@ -1002,7 +1002,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1002
1002
  enumerable: true,
1003
1003
  configurable: true
1004
1004
  });
1005
- Object.defineProperty(IgcButtonComponent.prototype, "flatFocusElevation", {
1005
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatFocusElevation", {
1006
1006
  /**
1007
1007
  * Gets or sets the focus elevation to use for the button when the type is flat.
1008
1008
  */
@@ -1016,7 +1016,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1016
1016
  enumerable: true,
1017
1017
  configurable: true
1018
1018
  });
1019
- Object.defineProperty(IgcButtonComponent.prototype, "flatRippleColor", {
1019
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatRippleColor", {
1020
1020
  /**
1021
1021
  * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
1022
1022
  */
@@ -1030,7 +1030,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1030
1030
  enumerable: true,
1031
1031
  configurable: true
1032
1032
  });
1033
- Object.defineProperty(IgcButtonComponent.prototype, "flatTextColor", {
1033
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatTextColor", {
1034
1034
  /**
1035
1035
  * Gets or sets the color to use for the text of the button when type is flat.
1036
1036
  */
@@ -1044,7 +1044,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1044
1044
  enumerable: true,
1045
1045
  configurable: true
1046
1046
  });
1047
- Object.defineProperty(IgcButtonComponent.prototype, "flatHoverTextColor", {
1047
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatHoverTextColor", {
1048
1048
  /**
1049
1049
  * Gets or sets the color to use for the hovered text of the button when type is flat.
1050
1050
  */
@@ -1058,7 +1058,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1058
1058
  enumerable: true,
1059
1059
  configurable: true
1060
1060
  });
1061
- Object.defineProperty(IgcButtonComponent.prototype, "flatFocusBackgroundColor", {
1061
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatFocusBackgroundColor", {
1062
1062
  /**
1063
1063
  * Gets or sets the color to use for the backround the button when it is focused and flat.
1064
1064
  */
@@ -1072,7 +1072,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1072
1072
  enumerable: true,
1073
1073
  configurable: true
1074
1074
  });
1075
- Object.defineProperty(IgcButtonComponent.prototype, "flatFocusTextColor", {
1075
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatFocusTextColor", {
1076
1076
  /**
1077
1077
  * Gets or sets the color to use for the text the button when it is focused and flat.
1078
1078
  */
@@ -1086,7 +1086,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1086
1086
  enumerable: true,
1087
1087
  configurable: true
1088
1088
  });
1089
- Object.defineProperty(IgcButtonComponent.prototype, "flatBorderWidth", {
1089
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatBorderWidth", {
1090
1090
  /**
1091
1091
  * Gets or sets the width to use for the button border when the type is flat.
1092
1092
  */
@@ -1100,7 +1100,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1100
1100
  enumerable: true,
1101
1101
  configurable: true
1102
1102
  });
1103
- Object.defineProperty(IgcButtonComponent.prototype, "flatCornerRadiusBottomRight", {
1103
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatCornerRadiusBottomRight", {
1104
1104
  get: function () {
1105
1105
  return this.i.kv ? this.i.kv.b : NaN;
1106
1106
  },
@@ -1113,7 +1113,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1113
1113
  enumerable: true,
1114
1114
  configurable: true
1115
1115
  });
1116
- Object.defineProperty(IgcButtonComponent.prototype, "flatCornerRadiusBottomLeft", {
1116
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatCornerRadiusBottomLeft", {
1117
1117
  get: function () {
1118
1118
  return this.i.kv ? this.i.kv.a : NaN;
1119
1119
  },
@@ -1126,7 +1126,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1126
1126
  enumerable: true,
1127
1127
  configurable: true
1128
1128
  });
1129
- Object.defineProperty(IgcButtonComponent.prototype, "flatCornerRadiusTopLeft", {
1129
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatCornerRadiusTopLeft", {
1130
1130
  get: function () {
1131
1131
  return this.i.kv ? this.i.kv.c : NaN;
1132
1132
  },
@@ -1139,7 +1139,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1139
1139
  enumerable: true,
1140
1140
  configurable: true
1141
1141
  });
1142
- Object.defineProperty(IgcButtonComponent.prototype, "flatCornerRadiusTopRight", {
1142
+ Object.defineProperty(IgcXButtonComponent.prototype, "flatCornerRadiusTopRight", {
1143
1143
  get: function () {
1144
1144
  return this.i.kv ? this.i.kv.d : NaN;
1145
1145
  },
@@ -1152,13 +1152,13 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1152
1152
  enumerable: true,
1153
1153
  configurable: true
1154
1154
  });
1155
- IgcButtonComponent.prototype.ensureFlatCornerRadius = function () {
1155
+ IgcXButtonComponent.prototype.ensureFlatCornerRadius = function () {
1156
1156
  if (this.i.kv) {
1157
1157
  return;
1158
1158
  }
1159
1159
  this.i.kv = new CornerRadius(2);
1160
1160
  };
1161
- Object.defineProperty(IgcButtonComponent.prototype, "backgroundColor", {
1161
+ Object.defineProperty(IgcXButtonComponent.prototype, "backgroundColor", {
1162
1162
  /**
1163
1163
  * Gets or sets the color to use for the background when the button regardless of type.
1164
1164
  */
@@ -1172,7 +1172,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1172
1172
  enumerable: true,
1173
1173
  configurable: true
1174
1174
  });
1175
- Object.defineProperty(IgcButtonComponent.prototype, "disabledBackgroundColor", {
1175
+ Object.defineProperty(IgcXButtonComponent.prototype, "disabledBackgroundColor", {
1176
1176
  /**
1177
1177
  * Gets or sets the color to use for the disabled background of the button when the type is disabled.
1178
1178
  */
@@ -1186,7 +1186,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1186
1186
  enumerable: true,
1187
1187
  configurable: true
1188
1188
  });
1189
- Object.defineProperty(IgcButtonComponent.prototype, "disabledBorderColor", {
1189
+ Object.defineProperty(IgcXButtonComponent.prototype, "disabledBorderColor", {
1190
1190
  /**
1191
1191
  * Gets or sets the color to use for the disabled border of the button when the type is raised.
1192
1192
  */
@@ -1200,7 +1200,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1200
1200
  enumerable: true,
1201
1201
  configurable: true
1202
1202
  });
1203
- Object.defineProperty(IgcButtonComponent.prototype, "disabledTextColor", {
1203
+ Object.defineProperty(IgcXButtonComponent.prototype, "disabledTextColor", {
1204
1204
  /**
1205
1205
  * Gets or sets the color to use for the disabled text of the button when the type is raised.
1206
1206
  */
@@ -1214,7 +1214,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1214
1214
  enumerable: true,
1215
1215
  configurable: true
1216
1216
  });
1217
- Object.defineProperty(IgcButtonComponent.prototype, "disabledElevation", {
1217
+ Object.defineProperty(IgcXButtonComponent.prototype, "disabledElevation", {
1218
1218
  /**
1219
1219
  * Gets or sets the disabled elevation to use for the button when the type is raised.
1220
1220
  */
@@ -1228,7 +1228,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1228
1228
  enumerable: true,
1229
1229
  configurable: true
1230
1230
  });
1231
- Object.defineProperty(IgcButtonComponent.prototype, "elevationMode", {
1231
+ Object.defineProperty(IgcXButtonComponent.prototype, "elevationMode", {
1232
1232
  /**
1233
1233
  * Gets or sets the disabled elevation to use for the button when the type is raised.
1234
1234
  */
@@ -1242,7 +1242,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1242
1242
  enumerable: true,
1243
1243
  configurable: true
1244
1244
  });
1245
- Object.defineProperty(IgcButtonComponent.prototype, "hoverBackgroundColor", {
1245
+ Object.defineProperty(IgcXButtonComponent.prototype, "hoverBackgroundColor", {
1246
1246
  /**
1247
1247
  * Gets or sets the hover color to use for the background of the button when the type is hovered.
1248
1248
  */
@@ -1256,7 +1256,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1256
1256
  enumerable: true,
1257
1257
  configurable: true
1258
1258
  });
1259
- Object.defineProperty(IgcButtonComponent.prototype, "borderColor", {
1259
+ Object.defineProperty(IgcXButtonComponent.prototype, "borderColor", {
1260
1260
  /**
1261
1261
  * Gets or sets the border color to use for the button regardless of type.
1262
1262
  */
@@ -1270,7 +1270,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1270
1270
  enumerable: true,
1271
1271
  configurable: true
1272
1272
  });
1273
- Object.defineProperty(IgcButtonComponent.prototype, "restingElevation", {
1273
+ Object.defineProperty(IgcXButtonComponent.prototype, "restingElevation", {
1274
1274
  /**
1275
1275
  * Gets or sets the elevation to use for the button regardless of type.
1276
1276
  */
@@ -1284,7 +1284,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1284
1284
  enumerable: true,
1285
1285
  configurable: true
1286
1286
  });
1287
- Object.defineProperty(IgcButtonComponent.prototype, "hoverElevation", {
1287
+ Object.defineProperty(IgcXButtonComponent.prototype, "hoverElevation", {
1288
1288
  /**
1289
1289
  * Gets or sets the hover elevation to use for the button regardless of type.
1290
1290
  */
@@ -1298,7 +1298,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1298
1298
  enumerable: true,
1299
1299
  configurable: true
1300
1300
  });
1301
- Object.defineProperty(IgcButtonComponent.prototype, "focusElevation", {
1301
+ Object.defineProperty(IgcXButtonComponent.prototype, "focusElevation", {
1302
1302
  /**
1303
1303
  * Gets or sets the focus elevation to use for the button regardless of type.
1304
1304
  */
@@ -1312,7 +1312,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1312
1312
  enumerable: true,
1313
1313
  configurable: true
1314
1314
  });
1315
- Object.defineProperty(IgcButtonComponent.prototype, "textStyle", {
1315
+ Object.defineProperty(IgcXButtonComponent.prototype, "textStyle", {
1316
1316
  /**
1317
1317
  * Gets or sets the use for the button.
1318
1318
  */
@@ -1331,7 +1331,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1331
1331
  enumerable: true,
1332
1332
  configurable: true
1333
1333
  });
1334
- Object.defineProperty(IgcButtonComponent.prototype, "textColor", {
1334
+ Object.defineProperty(IgcXButtonComponent.prototype, "textColor", {
1335
1335
  /**
1336
1336
  * Gets or sets the color to use for the text of the button regardless of type.
1337
1337
  */
@@ -1345,7 +1345,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1345
1345
  enumerable: true,
1346
1346
  configurable: true
1347
1347
  });
1348
- Object.defineProperty(IgcButtonComponent.prototype, "hoverTextColor", {
1348
+ Object.defineProperty(IgcXButtonComponent.prototype, "hoverTextColor", {
1349
1349
  /**
1350
1350
  * Gets or sets the color to use for the hovered text of the button regardless of type.
1351
1351
  */
@@ -1359,7 +1359,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1359
1359
  enumerable: true,
1360
1360
  configurable: true
1361
1361
  });
1362
- Object.defineProperty(IgcButtonComponent.prototype, "rippleColor", {
1362
+ Object.defineProperty(IgcXButtonComponent.prototype, "rippleColor", {
1363
1363
  /**
1364
1364
  * Gets or sets the color to use for the background of the button regardless of type.
1365
1365
  */
@@ -1373,7 +1373,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1373
1373
  enumerable: true,
1374
1374
  configurable: true
1375
1375
  });
1376
- Object.defineProperty(IgcButtonComponent.prototype, "raisedTextColor", {
1376
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedTextColor", {
1377
1377
  /**
1378
1378
  * Gets or sets the color to use for the text of the button when type is raised.
1379
1379
  */
@@ -1387,7 +1387,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1387
1387
  enumerable: true,
1388
1388
  configurable: true
1389
1389
  });
1390
- Object.defineProperty(IgcButtonComponent.prototype, "raisedHoverTextColor", {
1390
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedHoverTextColor", {
1391
1391
  /**
1392
1392
  * Gets or sets the color to use for the hovered text of the button when type is raised.
1393
1393
  */
@@ -1401,7 +1401,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1401
1401
  enumerable: true,
1402
1402
  configurable: true
1403
1403
  });
1404
- Object.defineProperty(IgcButtonComponent.prototype, "raisedFocusBackgroundColor", {
1404
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedFocusBackgroundColor", {
1405
1405
  /**
1406
1406
  * Gets or sets the color to use for the backround the button when it is focused and raised.
1407
1407
  */
@@ -1415,7 +1415,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1415
1415
  enumerable: true,
1416
1416
  configurable: true
1417
1417
  });
1418
- Object.defineProperty(IgcButtonComponent.prototype, "raisedFocusTextColor", {
1418
+ Object.defineProperty(IgcXButtonComponent.prototype, "raisedFocusTextColor", {
1419
1419
  /**
1420
1420
  * Gets or sets the color to use for the text the button when it is focused and raised.
1421
1421
  */
@@ -1429,7 +1429,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1429
1429
  enumerable: true,
1430
1430
  configurable: true
1431
1431
  });
1432
- Object.defineProperty(IgcButtonComponent.prototype, "focusBackgroundColor", {
1432
+ Object.defineProperty(IgcXButtonComponent.prototype, "focusBackgroundColor", {
1433
1433
  /**
1434
1434
  * Gets or sets the color to use for the backround the button when it is focused.
1435
1435
  */
@@ -1443,7 +1443,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1443
1443
  enumerable: true,
1444
1444
  configurable: true
1445
1445
  });
1446
- Object.defineProperty(IgcButtonComponent.prototype, "focusTextColor", {
1446
+ Object.defineProperty(IgcXButtonComponent.prototype, "focusTextColor", {
1447
1447
  /**
1448
1448
  * Gets or sets the color to use for the text of the button when it is focused.
1449
1449
  */
@@ -1457,7 +1457,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1457
1457
  enumerable: true,
1458
1458
  configurable: true
1459
1459
  });
1460
- Object.defineProperty(IgcButtonComponent.prototype, "borderWidth", {
1460
+ Object.defineProperty(IgcXButtonComponent.prototype, "borderWidth", {
1461
1461
  /**
1462
1462
  * Gets or sets the width to use for the button border regardless of type.
1463
1463
  */
@@ -1471,7 +1471,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1471
1471
  enumerable: true,
1472
1472
  configurable: true
1473
1473
  });
1474
- Object.defineProperty(IgcButtonComponent.prototype, "cornerRadiusBottomRight", {
1474
+ Object.defineProperty(IgcXButtonComponent.prototype, "cornerRadiusBottomRight", {
1475
1475
  get: function () {
1476
1476
  return this.i.ke ? this.i.ke.b : NaN;
1477
1477
  },
@@ -1484,7 +1484,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1484
1484
  enumerable: true,
1485
1485
  configurable: true
1486
1486
  });
1487
- Object.defineProperty(IgcButtonComponent.prototype, "cornerRadiusBottomLeft", {
1487
+ Object.defineProperty(IgcXButtonComponent.prototype, "cornerRadiusBottomLeft", {
1488
1488
  get: function () {
1489
1489
  return this.i.ke ? this.i.ke.a : NaN;
1490
1490
  },
@@ -1497,7 +1497,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1497
1497
  enumerable: true,
1498
1498
  configurable: true
1499
1499
  });
1500
- Object.defineProperty(IgcButtonComponent.prototype, "cornerRadiusTopLeft", {
1500
+ Object.defineProperty(IgcXButtonComponent.prototype, "cornerRadiusTopLeft", {
1501
1501
  get: function () {
1502
1502
  return this.i.ke ? this.i.ke.c : NaN;
1503
1503
  },
@@ -1510,7 +1510,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1510
1510
  enumerable: true,
1511
1511
  configurable: true
1512
1512
  });
1513
- Object.defineProperty(IgcButtonComponent.prototype, "cornerRadiusTopRight", {
1513
+ Object.defineProperty(IgcXButtonComponent.prototype, "cornerRadiusTopRight", {
1514
1514
  get: function () {
1515
1515
  return this.i.ke ? this.i.ke.d : NaN;
1516
1516
  },
@@ -1523,13 +1523,13 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1523
1523
  enumerable: true,
1524
1524
  configurable: true
1525
1525
  });
1526
- IgcButtonComponent.prototype.ensureCornerRadius = function () {
1526
+ IgcXButtonComponent.prototype.ensureCornerRadius = function () {
1527
1527
  if (this.i.ke) {
1528
1528
  return;
1529
1529
  }
1530
1530
  this.i.ke = new CornerRadius(2);
1531
1531
  };
1532
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedBackgroundColor", {
1532
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedBackgroundColor", {
1533
1533
  /**
1534
1534
  * Gets or sets the color to use for the background of the button when the type is outlined.
1535
1535
  */
@@ -1543,7 +1543,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1543
1543
  enumerable: true,
1544
1544
  configurable: true
1545
1545
  });
1546
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedDisabledBackgroundColor", {
1546
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedDisabledBackgroundColor", {
1547
1547
  /**
1548
1548
  * Gets or sets the color to use for the disabled background of the button when the type is outlined.
1549
1549
  */
@@ -1557,7 +1557,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1557
1557
  enumerable: true,
1558
1558
  configurable: true
1559
1559
  });
1560
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedDisabledBorderColor", {
1560
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedDisabledBorderColor", {
1561
1561
  /**
1562
1562
  * Gets or sets the color to use for the disabled border of the button when the type is outlined.
1563
1563
  */
@@ -1571,7 +1571,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1571
1571
  enumerable: true,
1572
1572
  configurable: true
1573
1573
  });
1574
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedDisabledTextColor", {
1574
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedDisabledTextColor", {
1575
1575
  /**
1576
1576
  * Gets or sets the color to use for the disabled text of the button when the type is outlined.
1577
1577
  */
@@ -1585,7 +1585,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1585
1585
  enumerable: true,
1586
1586
  configurable: true
1587
1587
  });
1588
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedDisabledElevation", {
1588
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedDisabledElevation", {
1589
1589
  /**
1590
1590
  * Gets or sets the disabled elevation to use for the button when the type is outlined.
1591
1591
  */
@@ -1599,7 +1599,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1599
1599
  enumerable: true,
1600
1600
  configurable: true
1601
1601
  });
1602
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedHoverBackgroundColor", {
1602
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedHoverBackgroundColor", {
1603
1603
  /**
1604
1604
  * Gets or sets the hover color to use for the background of the button when the type is hoveredOutlined.
1605
1605
  */
@@ -1613,7 +1613,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1613
1613
  enumerable: true,
1614
1614
  configurable: true
1615
1615
  });
1616
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedBorderColor", {
1616
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedBorderColor", {
1617
1617
  /**
1618
1618
  * Gets or sets the border color to use for the button when the type is outlined.
1619
1619
  */
@@ -1627,7 +1627,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1627
1627
  enumerable: true,
1628
1628
  configurable: true
1629
1629
  });
1630
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedRestingElevation", {
1630
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedRestingElevation", {
1631
1631
  /**
1632
1632
  * Gets or sets the elevation to use for the button when the type is outlined.
1633
1633
  */
@@ -1641,7 +1641,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1641
1641
  enumerable: true,
1642
1642
  configurable: true
1643
1643
  });
1644
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedHoverElevation", {
1644
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedHoverElevation", {
1645
1645
  /**
1646
1646
  * Gets or sets the hover elevation to use for the button when the type is outlined.
1647
1647
  */
@@ -1655,7 +1655,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1655
1655
  enumerable: true,
1656
1656
  configurable: true
1657
1657
  });
1658
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedFocusElevation", {
1658
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedFocusElevation", {
1659
1659
  /**
1660
1660
  * Gets or sets the focus elevation to use for the button when the type is outlined.
1661
1661
  */
@@ -1669,7 +1669,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1669
1669
  enumerable: true,
1670
1670
  configurable: true
1671
1671
  });
1672
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedBorderWidth", {
1672
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedBorderWidth", {
1673
1673
  /**
1674
1674
  * Gets or sets the width to use for the button border when the type is outlined.
1675
1675
  */
@@ -1683,7 +1683,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1683
1683
  enumerable: true,
1684
1684
  configurable: true
1685
1685
  });
1686
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedCornerRadiusBottomRight", {
1686
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedCornerRadiusBottomRight", {
1687
1687
  get: function () {
1688
1688
  return this.i.kx ? this.i.kx.b : NaN;
1689
1689
  },
@@ -1696,7 +1696,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1696
1696
  enumerable: true,
1697
1697
  configurable: true
1698
1698
  });
1699
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedCornerRadiusBottomLeft", {
1699
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedCornerRadiusBottomLeft", {
1700
1700
  get: function () {
1701
1701
  return this.i.kx ? this.i.kx.a : NaN;
1702
1702
  },
@@ -1709,7 +1709,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1709
1709
  enumerable: true,
1710
1710
  configurable: true
1711
1711
  });
1712
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedCornerRadiusTopLeft", {
1712
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedCornerRadiusTopLeft", {
1713
1713
  get: function () {
1714
1714
  return this.i.kx ? this.i.kx.c : NaN;
1715
1715
  },
@@ -1722,7 +1722,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1722
1722
  enumerable: true,
1723
1723
  configurable: true
1724
1724
  });
1725
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedCornerRadiusTopRight", {
1725
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedCornerRadiusTopRight", {
1726
1726
  get: function () {
1727
1727
  return this.i.kx ? this.i.kx.d : NaN;
1728
1728
  },
@@ -1735,13 +1735,13 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1735
1735
  enumerable: true,
1736
1736
  configurable: true
1737
1737
  });
1738
- IgcButtonComponent.prototype.ensureOutlinedCornerRadius = function () {
1738
+ IgcXButtonComponent.prototype.ensureOutlinedCornerRadius = function () {
1739
1739
  if (this.i.kx) {
1740
1740
  return;
1741
1741
  }
1742
1742
  this.i.kx = new CornerRadius(2);
1743
1743
  };
1744
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedRippleColor", {
1744
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedRippleColor", {
1745
1745
  /**
1746
1746
  * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
1747
1747
  */
@@ -1755,7 +1755,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1755
1755
  enumerable: true,
1756
1756
  configurable: true
1757
1757
  });
1758
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedTextColor", {
1758
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedTextColor", {
1759
1759
  /**
1760
1760
  * Gets or sets the color to use for the text of the button when type is outlined.
1761
1761
  */
@@ -1769,7 +1769,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1769
1769
  enumerable: true,
1770
1770
  configurable: true
1771
1771
  });
1772
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedHoverTextColor", {
1772
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedHoverTextColor", {
1773
1773
  /**
1774
1774
  * Gets or sets the color to use for the hovered text of the button when type is outlined.
1775
1775
  */
@@ -1783,7 +1783,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1783
1783
  enumerable: true,
1784
1784
  configurable: true
1785
1785
  });
1786
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedFocusBackgroundColor", {
1786
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedFocusBackgroundColor", {
1787
1787
  /**
1788
1788
  * Gets or sets the color to use for the backround the button when it is focused and outlined.
1789
1789
  */
@@ -1797,7 +1797,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1797
1797
  enumerable: true,
1798
1798
  configurable: true
1799
1799
  });
1800
- Object.defineProperty(IgcButtonComponent.prototype, "outlinedFocusTextColor", {
1800
+ Object.defineProperty(IgcXButtonComponent.prototype, "outlinedFocusTextColor", {
1801
1801
  /**
1802
1802
  * Gets or sets the color to use for the text the button when it is focused and outlined.
1803
1803
  */
@@ -1811,7 +1811,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1811
1811
  enumerable: true,
1812
1812
  configurable: true
1813
1813
  });
1814
- Object.defineProperty(IgcButtonComponent.prototype, "fabBackgroundColor", {
1814
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabBackgroundColor", {
1815
1815
  /**
1816
1816
  * Gets or sets the color to use for the background of the button when the type is floating action button.
1817
1817
  */
@@ -1825,7 +1825,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1825
1825
  enumerable: true,
1826
1826
  configurable: true
1827
1827
  });
1828
- Object.defineProperty(IgcButtonComponent.prototype, "fabDisabledBackgroundColor", {
1828
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabDisabledBackgroundColor", {
1829
1829
  /**
1830
1830
  * Gets or sets the color to use for the disabled background of the button when the type is fab.
1831
1831
  */
@@ -1839,7 +1839,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1839
1839
  enumerable: true,
1840
1840
  configurable: true
1841
1841
  });
1842
- Object.defineProperty(IgcButtonComponent.prototype, "fabDisabledBorderColor", {
1842
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabDisabledBorderColor", {
1843
1843
  /**
1844
1844
  * Gets or sets the color to use for the disabled border of the button when the type is fab.
1845
1845
  */
@@ -1853,7 +1853,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1853
1853
  enumerable: true,
1854
1854
  configurable: true
1855
1855
  });
1856
- Object.defineProperty(IgcButtonComponent.prototype, "fabDisabledTextColor", {
1856
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabDisabledTextColor", {
1857
1857
  /**
1858
1858
  * Gets or sets the color to use for the disabled text of the button when the type is fab.
1859
1859
  */
@@ -1867,7 +1867,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1867
1867
  enumerable: true,
1868
1868
  configurable: true
1869
1869
  });
1870
- Object.defineProperty(IgcButtonComponent.prototype, "fabDisabledElevation", {
1870
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabDisabledElevation", {
1871
1871
  /**
1872
1872
  * Gets or sets the disabled elevation to use for the button when the type is fab.
1873
1873
  */
@@ -1881,7 +1881,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1881
1881
  enumerable: true,
1882
1882
  configurable: true
1883
1883
  });
1884
- Object.defineProperty(IgcButtonComponent.prototype, "fabHoverBackgroundColor", {
1884
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabHoverBackgroundColor", {
1885
1885
  /**
1886
1886
  * Gets or sets the hover color to use for the background of the button when the type is hoveredFab.
1887
1887
  */
@@ -1895,7 +1895,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1895
1895
  enumerable: true,
1896
1896
  configurable: true
1897
1897
  });
1898
- Object.defineProperty(IgcButtonComponent.prototype, "fabBorderColor", {
1898
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabBorderColor", {
1899
1899
  /**
1900
1900
  * Gets or sets the border color to use for the button when the type is floating action button.
1901
1901
  */
@@ -1909,7 +1909,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1909
1909
  enumerable: true,
1910
1910
  configurable: true
1911
1911
  });
1912
- Object.defineProperty(IgcButtonComponent.prototype, "fabRestingElevation", {
1912
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabRestingElevation", {
1913
1913
  /**
1914
1914
  * Gets or sets the elevation to use for the button when the type is floating action button.
1915
1915
  */
@@ -1923,7 +1923,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1923
1923
  enumerable: true,
1924
1924
  configurable: true
1925
1925
  });
1926
- Object.defineProperty(IgcButtonComponent.prototype, "fabHoverElevation", {
1926
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabHoverElevation", {
1927
1927
  /**
1928
1928
  * Gets or sets the hover elevation to use for the button when the type is floating action button.
1929
1929
  */
@@ -1937,7 +1937,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1937
1937
  enumerable: true,
1938
1938
  configurable: true
1939
1939
  });
1940
- Object.defineProperty(IgcButtonComponent.prototype, "fabFocusElevation", {
1940
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabFocusElevation", {
1941
1941
  /**
1942
1942
  * Gets or sets the focus elevation to use for the button when the type is floating action button.
1943
1943
  */
@@ -1951,7 +1951,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1951
1951
  enumerable: true,
1952
1952
  configurable: true
1953
1953
  });
1954
- Object.defineProperty(IgcButtonComponent.prototype, "fabBorderWidth", {
1954
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabBorderWidth", {
1955
1955
  /**
1956
1956
  * Gets or sets the width to use for the button border when the type is floating action button.
1957
1957
  */
@@ -1965,7 +1965,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1965
1965
  enumerable: true,
1966
1966
  configurable: true
1967
1967
  });
1968
- Object.defineProperty(IgcButtonComponent.prototype, "fabCornerRadiusBottomRight", {
1968
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabCornerRadiusBottomRight", {
1969
1969
  get: function () {
1970
1970
  return this.i.ku ? this.i.ku.b : NaN;
1971
1971
  },
@@ -1978,7 +1978,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1978
1978
  enumerable: true,
1979
1979
  configurable: true
1980
1980
  });
1981
- Object.defineProperty(IgcButtonComponent.prototype, "fabCornerRadiusBottomLeft", {
1981
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabCornerRadiusBottomLeft", {
1982
1982
  get: function () {
1983
1983
  return this.i.ku ? this.i.ku.a : NaN;
1984
1984
  },
@@ -1991,7 +1991,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1991
1991
  enumerable: true,
1992
1992
  configurable: true
1993
1993
  });
1994
- Object.defineProperty(IgcButtonComponent.prototype, "fabCornerRadiusTopLeft", {
1994
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabCornerRadiusTopLeft", {
1995
1995
  get: function () {
1996
1996
  return this.i.ku ? this.i.ku.c : NaN;
1997
1997
  },
@@ -2004,7 +2004,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2004
2004
  enumerable: true,
2005
2005
  configurable: true
2006
2006
  });
2007
- Object.defineProperty(IgcButtonComponent.prototype, "fabCornerRadiusTopRight", {
2007
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabCornerRadiusTopRight", {
2008
2008
  get: function () {
2009
2009
  return this.i.ku ? this.i.ku.d : NaN;
2010
2010
  },
@@ -2017,13 +2017,13 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2017
2017
  enumerable: true,
2018
2018
  configurable: true
2019
2019
  });
2020
- IgcButtonComponent.prototype.ensureFabCornerRadius = function () {
2020
+ IgcXButtonComponent.prototype.ensureFabCornerRadius = function () {
2021
2021
  if (this.i.ku) {
2022
2022
  return;
2023
2023
  }
2024
2024
  this.i.ku = new CornerRadius(2);
2025
2025
  };
2026
- Object.defineProperty(IgcButtonComponent.prototype, "fabRippleColor", {
2026
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabRippleColor", {
2027
2027
  /**
2028
2028
  * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
2029
2029
  */
@@ -2037,7 +2037,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2037
2037
  enumerable: true,
2038
2038
  configurable: true
2039
2039
  });
2040
- Object.defineProperty(IgcButtonComponent.prototype, "fabTextColor", {
2040
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabTextColor", {
2041
2041
  /**
2042
2042
  * Gets or sets the color to use for the text of the button when type is floating action button.
2043
2043
  */
@@ -2051,7 +2051,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2051
2051
  enumerable: true,
2052
2052
  configurable: true
2053
2053
  });
2054
- Object.defineProperty(IgcButtonComponent.prototype, "fabHoverTextColor", {
2054
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabHoverTextColor", {
2055
2055
  /**
2056
2056
  * Gets or sets the color to use for the hovered text of the button when type is floating action button.
2057
2057
  */
@@ -2065,7 +2065,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2065
2065
  enumerable: true,
2066
2066
  configurable: true
2067
2067
  });
2068
- Object.defineProperty(IgcButtonComponent.prototype, "fabFocusBackgroundColor", {
2068
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabFocusBackgroundColor", {
2069
2069
  /**
2070
2070
  * Gets or sets the color to use for the backround the button when it is focused and fab.
2071
2071
  */
@@ -2079,7 +2079,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2079
2079
  enumerable: true,
2080
2080
  configurable: true
2081
2081
  });
2082
- Object.defineProperty(IgcButtonComponent.prototype, "fabFocusTextColor", {
2082
+ Object.defineProperty(IgcXButtonComponent.prototype, "fabFocusTextColor", {
2083
2083
  /**
2084
2084
  * Gets or sets the color to use for the text the button when it is focused and fab.
2085
2085
  */
@@ -2093,7 +2093,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2093
2093
  enumerable: true,
2094
2094
  configurable: true
2095
2095
  });
2096
- Object.defineProperty(IgcButtonComponent.prototype, "iconBackgroundColor", {
2096
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconBackgroundColor", {
2097
2097
  /**
2098
2098
  * Gets or sets the color to use for the background of the button when the type is icon.
2099
2099
  */
@@ -2107,7 +2107,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2107
2107
  enumerable: true,
2108
2108
  configurable: true
2109
2109
  });
2110
- Object.defineProperty(IgcButtonComponent.prototype, "iconDisabledBackgroundColor", {
2110
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconDisabledBackgroundColor", {
2111
2111
  /**
2112
2112
  * Gets or sets the color to use for the disabled background of the button when the type is icon.
2113
2113
  */
@@ -2121,7 +2121,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2121
2121
  enumerable: true,
2122
2122
  configurable: true
2123
2123
  });
2124
- Object.defineProperty(IgcButtonComponent.prototype, "iconDisabledBorderColor", {
2124
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconDisabledBorderColor", {
2125
2125
  /**
2126
2126
  * Gets or sets the color to use for the disabled border of the button when the type is icon.
2127
2127
  */
@@ -2135,7 +2135,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2135
2135
  enumerable: true,
2136
2136
  configurable: true
2137
2137
  });
2138
- Object.defineProperty(IgcButtonComponent.prototype, "iconDisabledTextColor", {
2138
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconDisabledTextColor", {
2139
2139
  /**
2140
2140
  * Gets or sets the color to use for the disabled text of the button when the type is icon.
2141
2141
  */
@@ -2149,7 +2149,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2149
2149
  enumerable: true,
2150
2150
  configurable: true
2151
2151
  });
2152
- Object.defineProperty(IgcButtonComponent.prototype, "iconDisabledElevation", {
2152
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconDisabledElevation", {
2153
2153
  /**
2154
2154
  * Gets or sets the disabled elevation to use for the button when the type is icon.
2155
2155
  */
@@ -2163,7 +2163,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2163
2163
  enumerable: true,
2164
2164
  configurable: true
2165
2165
  });
2166
- Object.defineProperty(IgcButtonComponent.prototype, "iconHoverBackgroundColor", {
2166
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconHoverBackgroundColor", {
2167
2167
  /**
2168
2168
  * Gets or sets the hover color to use for the background of the button when the type is hoveredIcon.
2169
2169
  */
@@ -2177,7 +2177,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2177
2177
  enumerable: true,
2178
2178
  configurable: true
2179
2179
  });
2180
- Object.defineProperty(IgcButtonComponent.prototype, "iconBorderColor", {
2180
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconBorderColor", {
2181
2181
  /**
2182
2182
  * Gets or sets the border color to use for the button when the type is icon.
2183
2183
  */
@@ -2191,7 +2191,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2191
2191
  enumerable: true,
2192
2192
  configurable: true
2193
2193
  });
2194
- Object.defineProperty(IgcButtonComponent.prototype, "iconRestingElevation", {
2194
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconRestingElevation", {
2195
2195
  /**
2196
2196
  * Gets or sets the elevation to use for the button when the type is icon.
2197
2197
  */
@@ -2205,7 +2205,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2205
2205
  enumerable: true,
2206
2206
  configurable: true
2207
2207
  });
2208
- Object.defineProperty(IgcButtonComponent.prototype, "iconHoverElevation", {
2208
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconHoverElevation", {
2209
2209
  /**
2210
2210
  * Gets or sets the hover elevation to use for the button when the type is icon.
2211
2211
  */
@@ -2219,7 +2219,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2219
2219
  enumerable: true,
2220
2220
  configurable: true
2221
2221
  });
2222
- Object.defineProperty(IgcButtonComponent.prototype, "iconFocusElevation", {
2222
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconFocusElevation", {
2223
2223
  /**
2224
2224
  * Gets or sets the focus elevation to use for the button when the type is icon.
2225
2225
  */
@@ -2233,7 +2233,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2233
2233
  enumerable: true,
2234
2234
  configurable: true
2235
2235
  });
2236
- Object.defineProperty(IgcButtonComponent.prototype, "iconBorderWidth", {
2236
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconBorderWidth", {
2237
2237
  /**
2238
2238
  * Gets or sets the width to use for the button border when the type is icon.
2239
2239
  */
@@ -2247,7 +2247,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2247
2247
  enumerable: true,
2248
2248
  configurable: true
2249
2249
  });
2250
- Object.defineProperty(IgcButtonComponent.prototype, "iconCornerRadiusBottomRight", {
2250
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconCornerRadiusBottomRight", {
2251
2251
  get: function () {
2252
2252
  return this.i.kw ? this.i.kw.b : NaN;
2253
2253
  },
@@ -2260,7 +2260,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2260
2260
  enumerable: true,
2261
2261
  configurable: true
2262
2262
  });
2263
- Object.defineProperty(IgcButtonComponent.prototype, "iconCornerRadiusBottomLeft", {
2263
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconCornerRadiusBottomLeft", {
2264
2264
  get: function () {
2265
2265
  return this.i.kw ? this.i.kw.a : NaN;
2266
2266
  },
@@ -2273,7 +2273,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2273
2273
  enumerable: true,
2274
2274
  configurable: true
2275
2275
  });
2276
- Object.defineProperty(IgcButtonComponent.prototype, "iconCornerRadiusTopLeft", {
2276
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconCornerRadiusTopLeft", {
2277
2277
  get: function () {
2278
2278
  return this.i.kw ? this.i.kw.c : NaN;
2279
2279
  },
@@ -2286,7 +2286,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2286
2286
  enumerable: true,
2287
2287
  configurable: true
2288
2288
  });
2289
- Object.defineProperty(IgcButtonComponent.prototype, "iconCornerRadiusTopRight", {
2289
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconCornerRadiusTopRight", {
2290
2290
  get: function () {
2291
2291
  return this.i.kw ? this.i.kw.d : NaN;
2292
2292
  },
@@ -2299,13 +2299,13 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2299
2299
  enumerable: true,
2300
2300
  configurable: true
2301
2301
  });
2302
- IgcButtonComponent.prototype.ensureIconCornerRadius = function () {
2302
+ IgcXButtonComponent.prototype.ensureIconCornerRadius = function () {
2303
2303
  if (this.i.kw) {
2304
2304
  return;
2305
2305
  }
2306
2306
  this.i.kw = new CornerRadius(2);
2307
2307
  };
2308
- Object.defineProperty(IgcButtonComponent.prototype, "iconRippleColor", {
2308
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconRippleColor", {
2309
2309
  /**
2310
2310
  * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
2311
2311
  */
@@ -2319,7 +2319,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2319
2319
  enumerable: true,
2320
2320
  configurable: true
2321
2321
  });
2322
- Object.defineProperty(IgcButtonComponent.prototype, "iconTextColor", {
2322
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconTextColor", {
2323
2323
  /**
2324
2324
  * Gets or sets the color to use for the text of the button when type is icon.
2325
2325
  */
@@ -2333,7 +2333,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2333
2333
  enumerable: true,
2334
2334
  configurable: true
2335
2335
  });
2336
- Object.defineProperty(IgcButtonComponent.prototype, "iconHoverTextColor", {
2336
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconHoverTextColor", {
2337
2337
  /**
2338
2338
  * Gets or sets the color to use for the hovered text of the button when type is icon.
2339
2339
  */
@@ -2347,7 +2347,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2347
2347
  enumerable: true,
2348
2348
  configurable: true
2349
2349
  });
2350
- Object.defineProperty(IgcButtonComponent.prototype, "iconFocusBackgroundColor", {
2350
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconFocusBackgroundColor", {
2351
2351
  /**
2352
2352
  * Gets or sets the color to use for the backround the button when it is focused and icon.
2353
2353
  */
@@ -2361,7 +2361,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2361
2361
  enumerable: true,
2362
2362
  configurable: true
2363
2363
  });
2364
- Object.defineProperty(IgcButtonComponent.prototype, "iconFocusTextColor", {
2364
+ Object.defineProperty(IgcXButtonComponent.prototype, "iconFocusTextColor", {
2365
2365
  /**
2366
2366
  * Gets or sets the color to use for the text the button when it is focused and icon.
2367
2367
  */
@@ -2375,7 +2375,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2375
2375
  enumerable: true,
2376
2376
  configurable: true
2377
2377
  });
2378
- Object.defineProperty(IgcButtonComponent.prototype, "inputId", {
2378
+ Object.defineProperty(IgcXButtonComponent.prototype, "inputId", {
2379
2379
  /**
2380
2380
  * Gets or sets the id to use for the internal native checkbox.
2381
2381
  */
@@ -2388,7 +2388,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2388
2388
  enumerable: true,
2389
2389
  configurable: true
2390
2390
  });
2391
- Object.defineProperty(IgcButtonComponent.prototype, "id", {
2391
+ Object.defineProperty(IgcXButtonComponent.prototype, "id", {
2392
2392
  /**
2393
2393
  * Gets or sets the id to use for the checkbox.
2394
2394
  */
@@ -2401,7 +2401,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2401
2401
  enumerable: true,
2402
2402
  configurable: true
2403
2403
  });
2404
- Object.defineProperty(IgcButtonComponent.prototype, "display", {
2404
+ Object.defineProperty(IgcXButtonComponent.prototype, "display", {
2405
2405
  /**
2406
2406
  * Gets or sets the id to use for the checkbox.
2407
2407
  */
@@ -2414,7 +2414,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2414
2414
  enumerable: true,
2415
2415
  configurable: true
2416
2416
  });
2417
- Object.defineProperty(IgcButtonComponent.prototype, "flexDirection", {
2417
+ Object.defineProperty(IgcXButtonComponent.prototype, "flexDirection", {
2418
2418
  /**
2419
2419
  * Gets or sets the id to use for the checkbox.
2420
2420
  */
@@ -2427,7 +2427,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2427
2427
  enumerable: true,
2428
2428
  configurable: true
2429
2429
  });
2430
- Object.defineProperty(IgcButtonComponent.prototype, "flexGrow", {
2430
+ Object.defineProperty(IgcXButtonComponent.prototype, "flexGrow", {
2431
2431
  /**
2432
2432
  * Gets or sets the flex-grow setting for the button.
2433
2433
  */
@@ -2440,7 +2440,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2440
2440
  enumerable: true,
2441
2441
  configurable: true
2442
2442
  });
2443
- Object.defineProperty(IgcButtonComponent.prototype, "alignItems", {
2443
+ Object.defineProperty(IgcXButtonComponent.prototype, "alignItems", {
2444
2444
  /**
2445
2445
  * Gets or sets the id to use for the checkbox.
2446
2446
  */
@@ -2453,7 +2453,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2453
2453
  enumerable: true,
2454
2454
  configurable: true
2455
2455
  });
2456
- Object.defineProperty(IgcButtonComponent.prototype, "value", {
2456
+ Object.defineProperty(IgcXButtonComponent.prototype, "value", {
2457
2457
  /**
2458
2458
  * Gets or sets value to use for the checkbox.
2459
2459
  */
@@ -2466,7 +2466,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2466
2466
  enumerable: true,
2467
2467
  configurable: true
2468
2468
  });
2469
- Object.defineProperty(IgcButtonComponent.prototype, "name", {
2469
+ Object.defineProperty(IgcXButtonComponent.prototype, "name", {
2470
2470
  /**
2471
2471
  * Gets or sets name to use for the button.
2472
2472
  */
@@ -2479,7 +2479,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2479
2479
  enumerable: true,
2480
2480
  configurable: true
2481
2481
  });
2482
- Object.defineProperty(IgcButtonComponent.prototype, "tabIndex", {
2482
+ Object.defineProperty(IgcXButtonComponent.prototype, "tabIndex", {
2483
2483
  /**
2484
2484
  * Gets or sets TabIndex to use for the checkbox.
2485
2485
  */
@@ -2493,7 +2493,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2493
2493
  enumerable: true,
2494
2494
  configurable: true
2495
2495
  });
2496
- Object.defineProperty(IgcButtonComponent.prototype, "ariaLabel", {
2496
+ Object.defineProperty(IgcXButtonComponent.prototype, "ariaLabel", {
2497
2497
  /**
2498
2498
  * Gets or sets the value of the aria-label attribute.
2499
2499
  */
@@ -2506,7 +2506,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2506
2506
  enumerable: true,
2507
2507
  configurable: true
2508
2508
  });
2509
- Object.defineProperty(IgcButtonComponent.prototype, "focused", {
2509
+ Object.defineProperty(IgcXButtonComponent.prototype, "focused", {
2510
2510
  /**
2511
2511
  * Gets or sets if the checkbox is Focused.
2512
2512
  */
@@ -2520,7 +2520,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2520
2520
  enumerable: true,
2521
2521
  configurable: true
2522
2522
  });
2523
- Object.defineProperty(IgcButtonComponent.prototype, "isFocusStyleEnabled", {
2523
+ Object.defineProperty(IgcXButtonComponent.prototype, "isFocusStyleEnabled", {
2524
2524
  /**
2525
2525
  * Gets or sets if the button show use styling to show focus.
2526
2526
  */
@@ -2534,7 +2534,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2534
2534
  enumerable: true,
2535
2535
  configurable: true
2536
2536
  });
2537
- Object.defineProperty(IgcButtonComponent.prototype, "disableRipple", {
2537
+ Object.defineProperty(IgcXButtonComponent.prototype, "disableRipple", {
2538
2538
  /**
2539
2539
  * Gets or sets whether to disable the ripple effect for the button.
2540
2540
  */
@@ -2548,7 +2548,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2548
2548
  enumerable: true,
2549
2549
  configurable: true
2550
2550
  });
2551
- Object.defineProperty(IgcButtonComponent.prototype, "actualDisableRipple", {
2551
+ Object.defineProperty(IgcXButtonComponent.prototype, "actualDisableRipple", {
2552
2552
  /**
2553
2553
  * Gets whether to actually disable the ripple effect for the button.
2554
2554
  */
@@ -2562,7 +2562,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2562
2562
  enumerable: true,
2563
2563
  configurable: true
2564
2564
  });
2565
- Object.defineProperty(IgcButtonComponent.prototype, "isHover", {
2565
+ Object.defineProperty(IgcXButtonComponent.prototype, "isHover", {
2566
2566
  /**
2567
2567
  * Gets or sets whether the checkbox is checked.
2568
2568
  */
@@ -2576,7 +2576,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2576
2576
  enumerable: true,
2577
2577
  configurable: true
2578
2578
  });
2579
- Object.defineProperty(IgcButtonComponent.prototype, "disabled", {
2579
+ Object.defineProperty(IgcXButtonComponent.prototype, "disabled", {
2580
2580
  /**
2581
2581
  * Gets or sets whether the checkbox is disabled.
2582
2582
  */
@@ -2590,7 +2590,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2590
2590
  enumerable: true,
2591
2591
  configurable: true
2592
2592
  });
2593
- Object.defineProperty(IgcButtonComponent.prototype, "disableTransitions", {
2593
+ Object.defineProperty(IgcXButtonComponent.prototype, "disableTransitions", {
2594
2594
  /**
2595
2595
  * Gets or sets whether the checkbox transitions are disabled.
2596
2596
  */
@@ -2604,22 +2604,22 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2604
2604
  enumerable: true,
2605
2605
  configurable: true
2606
2606
  });
2607
- IgcButtonComponent.prototype.findByName = function (name) {
2607
+ IgcXButtonComponent.prototype.findByName = function (name) {
2608
2608
  return null;
2609
2609
  };
2610
- Object.defineProperty(IgcButtonComponent.prototype, "hasUserValues", {
2610
+ Object.defineProperty(IgcXButtonComponent.prototype, "hasUserValues", {
2611
2611
  get: function () {
2612
2612
  return this._hasUserValues;
2613
2613
  },
2614
2614
  enumerable: true,
2615
2615
  configurable: true
2616
2616
  });
2617
- IgcButtonComponent.prototype.__m = function (propertyName) {
2617
+ IgcXButtonComponent.prototype.__m = function (propertyName) {
2618
2618
  if (!this._inStyling) {
2619
2619
  this._hasUserValues.add(propertyName);
2620
2620
  }
2621
2621
  };
2622
- IgcButtonComponent.prototype._styling = function (container, component, parent) {
2622
+ IgcXButtonComponent.prototype._styling = function (container, component, parent) {
2623
2623
  if (this._inStyling) {
2624
2624
  return;
2625
2625
  }
@@ -2631,7 +2631,7 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2631
2631
  if (typeName.indexOf("Xam") === 0) {
2632
2632
  typeName = typeName.substring(3);
2633
2633
  }
2634
- genericPrefix = toSpinal("ButtonComponent");
2634
+ genericPrefix = toSpinal("XButtonComponent");
2635
2635
  var additionalPrefixes = [];
2636
2636
  var prefix = toSpinal(typeName);
2637
2637
  additionalPrefixes.push(prefix + "-");
@@ -2664,17 +2664,17 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2664
2664
  }
2665
2665
  this._inStyling = false;
2666
2666
  };
2667
- IgcButtonComponent.prototype.onDetachedFromUI = function () {
2667
+ IgcXButtonComponent.prototype.onDetachedFromUI = function () {
2668
2668
  this.i.onDetachedFromUI();
2669
2669
  };
2670
- IgcButtonComponent.prototype.onAttachedToUI = function () {
2670
+ IgcXButtonComponent.prototype.onAttachedToUI = function () {
2671
2671
  this.i.onAttachedToUI();
2672
2672
  };
2673
2673
  /**
2674
2674
  * Exports visual information about the current state of the grid.
2675
2675
 
2676
2676
  */
2677
- IgcButtonComponent.prototype.exportVisualModel = function () {
2677
+ IgcXButtonComponent.prototype.exportVisualModel = function () {
2678
2678
  var iv = this.i.ey();
2679
2679
  return (iv);
2680
2680
  };
@@ -2682,11 +2682,11 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2682
2682
  * Returns a serialized copy of the exported visual model
2683
2683
 
2684
2684
  */
2685
- IgcButtonComponent.prototype.exportSerializedVisualModel = function () {
2685
+ IgcXButtonComponent.prototype.exportSerializedVisualModel = function () {
2686
2686
  var iv = this.i.gg();
2687
2687
  return (iv);
2688
2688
  };
2689
- Object.defineProperty(IgcButtonComponent.prototype, "clicked", {
2689
+ Object.defineProperty(IgcXButtonComponent.prototype, "clicked", {
2690
2690
  get: function () {
2691
2691
  return this._clicked;
2692
2692
  },
@@ -2713,10 +2713,10 @@ var IgcButtonComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2713
2713
  enumerable: true,
2714
2714
  configurable: true
2715
2715
  });
2716
- IgcButtonComponent._observedAttributesIgcButtonComponent = null;
2717
- IgcButtonComponent.htmlTagName = "igc-button";
2718
- IgcButtonComponent._isElementRegistered = false;
2719
- return IgcButtonComponent;
2716
+ IgcXButtonComponent._observedAttributesIgcXButtonComponent = null;
2717
+ IgcXButtonComponent.htmlTagName = "igc-x-button";
2718
+ IgcXButtonComponent._isElementRegistered = false;
2719
+ return IgcXButtonComponent;
2720
2720
  }(IgcHTMLElement));
2721
- export { IgcButtonComponent };
2722
- //# sourceMappingURL=igc-button-component.js.map
2721
+ export { IgcXButtonComponent };
2722
+ //# sourceMappingURL=igc-x-button-component.js.map