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,11 +1,11 @@
1
1
  import * as tslib_1 from "tslib";
2
- import { InputGroup } from "./InputGroup";
2
+ import { XInputGroup } from "./XInputGroup";
3
3
  import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
4
4
  import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
5
5
  import { TypeRegistrar } from "igniteui-webcomponents-core";
6
6
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
7
- import { IgcInputGroupItemComponent } from './igc-input-group-item-component';
8
- import { IgcInputGroupInputCollection } from './igc-input-group-input-collection';
7
+ import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
8
+ import { IgcXInputGroupInputCollection } from './igc-x-input-group-input-collection';
9
9
  import { CollectionAdapter } from "igniteui-webcomponents-core";
10
10
  import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
11
11
  import { InputGroupDisplayType_$type } from './InputGroupDisplayType';
@@ -14,9 +14,9 @@ import { Thickness } from "igniteui-webcomponents-core";
14
14
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
15
15
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
16
16
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
17
- var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
18
- tslib_1.__extends(IgcInputGroupComponent, _super);
19
- function IgcInputGroupComponent() {
17
+ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
18
+ tslib_1.__extends(IgcXInputGroupComponent, _super);
19
+ function IgcXInputGroupComponent() {
20
20
  var _this = _super.call(this) || this;
21
21
  _this.contentInputs = [];
22
22
  /**
@@ -97,14 +97,14 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
97
97
  // this._checkbox.notifySizeChanged();
98
98
  //});
99
99
  }
100
- Object.defineProperty(IgcInputGroupComponent.prototype, "inputs", {
100
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "inputs", {
101
101
  /**
102
102
  * A collection or manually added axes for the chart.
103
103
  */
104
104
  get: function () {
105
105
  var _this = this;
106
106
  if (this._inputs === null) {
107
- var coll = new IgcInputGroupInputCollection();
107
+ var coll = new IgcXInputGroupInputCollection();
108
108
  var inner = coll._innerColl;
109
109
  inner.addListener(function (sender, e) {
110
110
  switch (e.action) {
@@ -130,7 +130,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
130
130
  enumerable: true,
131
131
  configurable: true
132
132
  });
133
- IgcInputGroupComponent.prototype._onChildrenChanged = function () {
133
+ IgcXInputGroupComponent.prototype._onChildrenChanged = function () {
134
134
  var children = [];
135
135
  for (var i = 0; i < this.childNodes.length; i++) {
136
136
  var child = this.childNodes[i];
@@ -140,17 +140,17 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
140
140
  }
141
141
  this._portalManager.onChildrenChanged(children);
142
142
  };
143
- IgcInputGroupComponent.prototype.updateInputs = function () {
143
+ IgcXInputGroupComponent.prototype.updateInputs = function () {
144
144
  this.contentInputs.length = 0;
145
145
  for (var i = 0; i < this.children.length; i++) {
146
- if (this.children[i] instanceof IgcInputGroupItemComponent) {
146
+ if (this.children[i] instanceof IgcXInputGroupItemComponent) {
147
147
  this.contentInputs.push(this.children[i]);
148
148
  }
149
149
  }
150
150
  var childContent = this.querySelector("igc-child-content");
151
151
  if (childContent) {
152
152
  for (var i = 0; i < childContent.children.length; i++) {
153
- if (childContent.children[i] instanceof IgcInputGroupItemComponent) {
153
+ if (childContent.children[i] instanceof IgcXInputGroupItemComponent) {
154
154
  this.contentInputs.push(childContent.children[i]);
155
155
  }
156
156
  }
@@ -160,23 +160,23 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
160
160
  }
161
161
  };
162
162
  // supports angular themes or custom properties set in CSS
163
- IgcInputGroupComponent.prototype.updateStyle = function () {
163
+ IgcXInputGroupComponent.prototype.updateStyle = function () {
164
164
  this._styling(this, this);
165
165
  };
166
- IgcInputGroupComponent.prototype.destroy = function () {
166
+ IgcXInputGroupComponent.prototype.destroy = function () {
167
167
  this._inputGroup.destroy();
168
168
  this._wrapper.destroy();
169
169
  };
170
- IgcInputGroupComponent.prototype.createImplementation = function () {
171
- return new InputGroup();
170
+ IgcXInputGroupComponent.prototype.createImplementation = function () {
171
+ return new XInputGroup();
172
172
  };
173
- IgcInputGroupComponent.prototype.disconnectedCallback = function () {
173
+ IgcXInputGroupComponent.prototype.disconnectedCallback = function () {
174
174
  this._disconnected = true;
175
175
  if (this.i) {
176
176
  this.i.onDetachedFromUI();
177
177
  }
178
178
  };
179
- IgcInputGroupComponent.prototype.connectedCallback = function () {
179
+ IgcXInputGroupComponent.prototype.connectedCallback = function () {
180
180
  if (this._disconnected) {
181
181
  this._disconnected = false;
182
182
  if (this.i) {
@@ -184,8 +184,8 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
184
184
  }
185
185
  return;
186
186
  }
187
- this.classList.add("ig-input-group");
188
- this.classList.add("igc-input-group");
187
+ this.classList.add("ig-x-input-group");
188
+ this.classList.add("igc-x-input-group");
189
189
  this.appendChild(this._container.getNativeElement());
190
190
  this._attached = true;
191
191
  this.style.display = "inline-block";
@@ -196,10 +196,11 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
196
196
  this._styling(this, this);
197
197
  this.afterContentInit();
198
198
  };
199
- IgcInputGroupComponent.prototype.afterContentInit = function () {
199
+ IgcXInputGroupComponent.prototype.afterContentInit = function () {
200
+ this.i.ensureShift();
200
201
  //this.i.notifySizeChanged();
201
202
  };
202
- Object.defineProperty(IgcInputGroupComponent.prototype, "i", {
203
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "i", {
203
204
  /**
204
205
  * @hidden
205
206
  */
@@ -211,7 +212,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
211
212
  enumerable: true,
212
213
  configurable: true
213
214
  });
214
- IgcInputGroupComponent._createFromInternal = function (internal) {
215
+ IgcXInputGroupComponent._createFromInternal = function (internal) {
215
216
  if (!internal) {
216
217
  return null;
217
218
  }
@@ -225,10 +226,10 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
225
226
  }
226
227
  return TypeRegistrar.create(externalName);
227
228
  };
228
- IgcInputGroupComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
229
+ IgcXInputGroupComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
229
230
  this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
230
231
  };
231
- IgcInputGroupComponent.prototype._flushQueuedAttributes = function () {
232
+ IgcXInputGroupComponent.prototype._flushQueuedAttributes = function () {
232
233
  this._settingAttributes = true;
233
234
  for (var i = 0; i < this._queuedSetAttributes.length; i++) {
234
235
  this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
@@ -236,7 +237,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
236
237
  this._settingAttributes = false;
237
238
  this._queuedSetAttributes.length = 0;
238
239
  };
239
- IgcInputGroupComponent.prototype._a = function (attrName, attrValue) {
240
+ IgcXInputGroupComponent.prototype._a = function (attrName, attrValue) {
240
241
  if (this._updatingFromAttribute) {
241
242
  return;
242
243
  }
@@ -253,21 +254,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
253
254
  }
254
255
  this._settingAttributes = false;
255
256
  };
256
- Object.defineProperty(IgcInputGroupComponent, "observedAttributes", {
257
+ Object.defineProperty(IgcXInputGroupComponent, "observedAttributes", {
257
258
  get: function () {
258
- if (IgcInputGroupComponent._observedAttributesIgcInputGroupComponent == null) {
259
- var names = getAllPropertyNames(IgcInputGroupComponent);
259
+ if (IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent == null) {
260
+ var names = getAllPropertyNames(IgcXInputGroupComponent);
260
261
  for (var i = 0; i < names.length; i++) {
261
262
  names[i] = toSpinal(names[i]);
262
263
  }
263
- IgcInputGroupComponent._observedAttributesIgcInputGroupComponent = names;
264
+ IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent = names;
264
265
  }
265
- return IgcInputGroupComponent._observedAttributesIgcInputGroupComponent;
266
+ return IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent;
266
267
  },
267
268
  enumerable: true,
268
269
  configurable: true
269
270
  });
270
- IgcInputGroupComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
271
+ IgcXInputGroupComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
271
272
  if (this._settingAttributes) {
272
273
  return;
273
274
  }
@@ -276,13 +277,13 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
276
277
  this[setName] = newValue;
277
278
  this._updatingFromAttribute = false;
278
279
  };
279
- IgcInputGroupComponent.register = function () {
280
- if (!IgcInputGroupComponent._isElementRegistered) {
281
- IgcInputGroupComponent._isElementRegistered = true;
282
- RegisterElementHelper.registerElement(IgcInputGroupComponent.htmlTagName, IgcInputGroupComponent);
280
+ IgcXInputGroupComponent.register = function () {
281
+ if (!IgcXInputGroupComponent._isElementRegistered) {
282
+ IgcXInputGroupComponent._isElementRegistered = true;
283
+ RegisterElementHelper.registerElement(IgcXInputGroupComponent.htmlTagName, IgcXInputGroupComponent);
283
284
  }
284
285
  };
285
- Object.defineProperty(IgcInputGroupComponent.prototype, "displayType", {
286
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "displayType", {
286
287
  /**
287
288
  * Gets or sets the display style to use for the button.
288
289
  */
@@ -296,7 +297,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
296
297
  enumerable: true,
297
298
  configurable: true
298
299
  });
299
- Object.defineProperty(IgcInputGroupComponent.prototype, "density", {
300
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "density", {
300
301
  /**
301
302
  * Gets or sets the display density to use for the input group.
302
303
  */
@@ -310,7 +311,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
310
311
  enumerable: true,
311
312
  configurable: true
312
313
  });
313
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualDensity", {
314
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualDensity", {
314
315
  /**
315
316
  * Gets the actual display density to use for the input group.
316
317
  */
@@ -324,7 +325,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
324
325
  enumerable: true,
325
326
  configurable: true
326
327
  });
327
- Object.defineProperty(IgcInputGroupComponent.prototype, "baseTheme", {
328
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "baseTheme", {
328
329
  /**
329
330
  * Gets or sets the base built in theme to use for the label.
330
331
  */
@@ -338,42 +339,42 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
338
339
  enumerable: true,
339
340
  configurable: true
340
341
  });
341
- Object.defineProperty(IgcInputGroupComponent.prototype, "inputHasValue", {
342
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "inputHasValue", {
342
343
  get: function () {
343
344
  return this.i.af;
344
345
  },
345
346
  enumerable: true,
346
347
  configurable: true
347
348
  });
348
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualBorderColor", {
349
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualBorderColor", {
349
350
  /**
350
351
  * Gets the actual item background color.
351
352
  */
352
353
  get: function () {
353
- return brushToString(this.i.os);
354
+ return brushToString(this.i.ot);
354
355
  },
355
356
  set: function (v) {
356
- this.i.os = stringToBrush(v);
357
- this._a("actualBorderColor", brushToString(this.i.os));
357
+ this.i.ot = stringToBrush(v);
358
+ this._a("actualBorderColor", brushToString(this.i.ot));
358
359
  },
359
360
  enumerable: true,
360
361
  configurable: true
361
362
  });
362
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualFocusBorderColor", {
363
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualFocusBorderColor", {
363
364
  /**
364
365
  * Gets the actual item border color.
365
366
  */
366
367
  get: function () {
367
- return brushToString(this.i.ot);
368
+ return brushToString(this.i.ou);
368
369
  },
369
370
  set: function (v) {
370
- this.i.ot = stringToBrush(v);
371
- this._a("actualFocusBorderColor", brushToString(this.i.ot));
371
+ this.i.ou = stringToBrush(v);
372
+ this._a("actualFocusBorderColor", brushToString(this.i.ou));
372
373
  },
373
374
  enumerable: true,
374
375
  configurable: true
375
376
  });
376
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualBorderWidth", {
377
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualBorderWidth", {
377
378
  /**
378
379
  * Gets the actual item border width.
379
380
  */
@@ -387,7 +388,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
387
388
  enumerable: true,
388
389
  configurable: true
389
390
  });
390
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualFocusBorderWidth", {
391
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualFocusBorderWidth", {
391
392
  /**
392
393
  * Gets the actual item border width.
393
394
  */
@@ -401,123 +402,123 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
401
402
  enumerable: true,
402
403
  configurable: true
403
404
  });
404
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualCornerRadiusBottomRight", {
405
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualCornerRadiusBottomRight", {
405
406
  get: function () {
406
- return this.i.mz ? this.i.mz.b : NaN;
407
+ return this.i.m0 ? this.i.m0.b : NaN;
407
408
  },
408
409
  set: function (v) {
409
410
  this.ensureActualCornerRadius();
410
- this.i.mz.b = +v;
411
- this._a("actualCornerRadiusBottomRight", this.i.mz.b);
412
- this.i.mz = this.i.mz;
411
+ this.i.m0.b = +v;
412
+ this._a("actualCornerRadiusBottomRight", this.i.m0.b);
413
+ this.i.m0 = this.i.m0;
413
414
  },
414
415
  enumerable: true,
415
416
  configurable: true
416
417
  });
417
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualCornerRadiusBottomLeft", {
418
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualCornerRadiusBottomLeft", {
418
419
  get: function () {
419
- return this.i.mz ? this.i.mz.a : NaN;
420
+ return this.i.m0 ? this.i.m0.a : NaN;
420
421
  },
421
422
  set: function (v) {
422
423
  this.ensureActualCornerRadius();
423
- this.i.mz.a = +v;
424
- this._a("actualCornerRadiusBottomLeft", this.i.mz.a);
425
- this.i.mz = this.i.mz;
424
+ this.i.m0.a = +v;
425
+ this._a("actualCornerRadiusBottomLeft", this.i.m0.a);
426
+ this.i.m0 = this.i.m0;
426
427
  },
427
428
  enumerable: true,
428
429
  configurable: true
429
430
  });
430
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualCornerRadiusTopLeft", {
431
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualCornerRadiusTopLeft", {
431
432
  get: function () {
432
- return this.i.mz ? this.i.mz.c : NaN;
433
+ return this.i.m0 ? this.i.m0.c : NaN;
433
434
  },
434
435
  set: function (v) {
435
436
  this.ensureActualCornerRadius();
436
- this.i.mz.c = +v;
437
- this._a("actualCornerRadiusTopLeft", this.i.mz.c);
438
- this.i.mz = this.i.mz;
437
+ this.i.m0.c = +v;
438
+ this._a("actualCornerRadiusTopLeft", this.i.m0.c);
439
+ this.i.m0 = this.i.m0;
439
440
  },
440
441
  enumerable: true,
441
442
  configurable: true
442
443
  });
443
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualCornerRadiusTopRight", {
444
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualCornerRadiusTopRight", {
444
445
  get: function () {
445
- return this.i.mz ? this.i.mz.d : NaN;
446
+ return this.i.m0 ? this.i.m0.d : NaN;
446
447
  },
447
448
  set: function (v) {
448
449
  this.ensureActualCornerRadius();
449
- this.i.mz.d = +v;
450
- this._a("actualCornerRadiusTopRight", this.i.mz.d);
451
- this.i.mz = this.i.mz;
450
+ this.i.m0.d = +v;
451
+ this._a("actualCornerRadiusTopRight", this.i.m0.d);
452
+ this.i.m0 = this.i.m0;
452
453
  },
453
454
  enumerable: true,
454
455
  configurable: true
455
456
  });
456
- IgcInputGroupComponent.prototype.ensureActualCornerRadius = function () {
457
- if (this.i.mz) {
457
+ IgcXInputGroupComponent.prototype.ensureActualCornerRadius = function () {
458
+ if (this.i.m0) {
458
459
  return;
459
460
  }
460
- this.i.mz = new CornerRadius(2);
461
+ this.i.m0 = new CornerRadius(2);
461
462
  };
462
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualContentPaddingBottom", {
463
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingBottom", {
463
464
  get: function () {
464
- return this.i.tf ? this.i.tf.b : NaN;
465
+ return this.i.tg ? this.i.tg.b : NaN;
465
466
  },
466
467
  set: function (v) {
467
468
  this.ensureActualContentPadding();
468
- this.i.tf.b = +v;
469
- this._a("actualContentPaddingBottom", this.i.tf.b);
470
- this.i.tf = this.i.tf;
469
+ this.i.tg.b = +v;
470
+ this._a("actualContentPaddingBottom", this.i.tg.b);
471
+ this.i.tg = this.i.tg;
471
472
  },
472
473
  enumerable: true,
473
474
  configurable: true
474
475
  });
475
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualContentPaddingLeft", {
476
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingLeft", {
476
477
  get: function () {
477
- return this.i.tf ? this.i.tf.c : NaN;
478
+ return this.i.tg ? this.i.tg.c : NaN;
478
479
  },
479
480
  set: function (v) {
480
481
  this.ensureActualContentPadding();
481
- this.i.tf.c = +v;
482
- this._a("actualContentPaddingLeft", this.i.tf.c);
483
- this.i.tf = this.i.tf;
482
+ this.i.tg.c = +v;
483
+ this._a("actualContentPaddingLeft", this.i.tg.c);
484
+ this.i.tg = this.i.tg;
484
485
  },
485
486
  enumerable: true,
486
487
  configurable: true
487
488
  });
488
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualContentPaddingRight", {
489
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingRight", {
489
490
  get: function () {
490
- return this.i.tf ? this.i.tf.d : NaN;
491
+ return this.i.tg ? this.i.tg.d : NaN;
491
492
  },
492
493
  set: function (v) {
493
494
  this.ensureActualContentPadding();
494
- this.i.tf.d = +v;
495
- this._a("actualContentPaddingRight", this.i.tf.d);
496
- this.i.tf = this.i.tf;
495
+ this.i.tg.d = +v;
496
+ this._a("actualContentPaddingRight", this.i.tg.d);
497
+ this.i.tg = this.i.tg;
497
498
  },
498
499
  enumerable: true,
499
500
  configurable: true
500
501
  });
501
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualContentPaddingTop", {
502
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingTop", {
502
503
  get: function () {
503
- return this.i.tf ? this.i.tf.e : NaN;
504
+ return this.i.tg ? this.i.tg.e : NaN;
504
505
  },
505
506
  set: function (v) {
506
507
  this.ensureActualContentPadding();
507
- this.i.tf.e = +v;
508
- this._a("actualContentPaddingTop", this.i.tf.e);
509
- this.i.tf = this.i.tf;
508
+ this.i.tg.e = +v;
509
+ this._a("actualContentPaddingTop", this.i.tg.e);
510
+ this.i.tg = this.i.tg;
510
511
  },
511
512
  enumerable: true,
512
513
  configurable: true
513
514
  });
514
- IgcInputGroupComponent.prototype.ensureActualContentPadding = function () {
515
- if (this.i.tf) {
515
+ IgcXInputGroupComponent.prototype.ensureActualContentPadding = function () {
516
+ if (this.i.tg) {
516
517
  return;
517
518
  }
518
- this.i.tf = new Thickness(2);
519
+ this.i.tg = new Thickness(2);
519
520
  };
520
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualUnderlineWidth", {
521
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineWidth", {
521
522
  /**
522
523
  * Gets the actual width to use for the underline element.
523
524
  */
@@ -531,7 +532,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
531
532
  enumerable: true,
532
533
  configurable: true
533
534
  });
534
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualUnderlineRippleWidth", {
535
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineRippleWidth", {
535
536
  /**
536
537
  * Gets the actual width to use for the underline element.
537
538
  */
@@ -545,7 +546,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
545
546
  enumerable: true,
546
547
  configurable: true
547
548
  });
548
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualHoverUnderlineWidth", {
549
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualHoverUnderlineWidth", {
549
550
  /**
550
551
  * Gets the width to use for the underline element when hovered.
551
552
  */
@@ -559,63 +560,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
559
560
  enumerable: true,
560
561
  configurable: true
561
562
  });
562
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualUnderlineColor", {
563
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineColor", {
563
564
  /**
564
565
  * Gets the actual color to use for the underline element.
565
566
  */
566
567
  get: function () {
567
- return brushToString(this.i.ow);
568
+ return brushToString(this.i.ox);
568
569
  },
569
570
  set: function (v) {
570
- this.i.ow = stringToBrush(v);
571
- this._a("actualUnderlineColor", brushToString(this.i.ow));
571
+ this.i.ox = stringToBrush(v);
572
+ this._a("actualUnderlineColor", brushToString(this.i.ox));
572
573
  },
573
574
  enumerable: true,
574
575
  configurable: true
575
576
  });
576
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualUnderlineRippleColor", {
577
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineRippleColor", {
577
578
  /**
578
579
  * Gets the actual color to use for the underline ripple element.
579
580
  */
580
581
  get: function () {
581
- return brushToString(this.i.ox);
582
+ return brushToString(this.i.oy);
582
583
  },
583
584
  set: function (v) {
584
- this.i.ox = stringToBrush(v);
585
- this._a("actualUnderlineRippleColor", brushToString(this.i.ox));
585
+ this.i.oy = stringToBrush(v);
586
+ this._a("actualUnderlineRippleColor", brushToString(this.i.oy));
586
587
  },
587
588
  enumerable: true,
588
589
  configurable: true
589
590
  });
590
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualHoverUnderlineColor", {
591
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualHoverUnderlineColor", {
591
592
  /**
592
593
  * Gets the actual color to use for the underline element.
593
594
  */
594
595
  get: function () {
595
- return brushToString(this.i.ov);
596
+ return brushToString(this.i.ow);
596
597
  },
597
598
  set: function (v) {
598
- this.i.ov = stringToBrush(v);
599
- this._a("actualHoverUnderlineColor", brushToString(this.i.ov));
599
+ this.i.ow = stringToBrush(v);
600
+ this._a("actualHoverUnderlineColor", brushToString(this.i.ow));
600
601
  },
601
602
  enumerable: true,
602
603
  configurable: true
603
604
  });
604
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualFocusUnderlineColor", {
605
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualFocusUnderlineColor", {
605
606
  /**
606
607
  * Gets the actual color to use for the underline element when focused.
607
608
  */
608
609
  get: function () {
609
- return brushToString(this.i.ou);
610
+ return brushToString(this.i.ov);
610
611
  },
611
612
  set: function (v) {
612
- this.i.ou = stringToBrush(v);
613
- this._a("actualFocusUnderlineColor", brushToString(this.i.ou));
613
+ this.i.ov = stringToBrush(v);
614
+ this._a("actualFocusUnderlineColor", brushToString(this.i.ov));
614
615
  },
615
616
  enumerable: true,
616
617
  configurable: true
617
618
  });
618
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualUnderlineOpacity", {
619
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineOpacity", {
619
620
  /**
620
621
  * Gets the actual opacity to use for the underline element.
621
622
  */
@@ -629,7 +630,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
629
630
  enumerable: true,
630
631
  configurable: true
631
632
  });
632
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualHoverUnderlineOpacity", {
633
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualHoverUnderlineOpacity", {
633
634
  /**
634
635
  * Gets the actual opacity to use for the underline element when hovered.
635
636
  */
@@ -643,7 +644,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
643
644
  enumerable: true,
644
645
  configurable: true
645
646
  });
646
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualFocusUnderlineOpacity", {
647
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualFocusUnderlineOpacity", {
647
648
  /**
648
649
  * Gets the actual opacity to use for the underline element when focused.
649
650
  */
@@ -657,7 +658,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
657
658
  enumerable: true,
658
659
  configurable: true
659
660
  });
660
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualFocusUnderlineRippleOpacity", {
661
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualFocusUnderlineRippleOpacity", {
661
662
  /**
662
663
  * Gets the actual opacity to use for the underline ripple element when focused.
663
664
  */
@@ -671,7 +672,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
671
672
  enumerable: true,
672
673
  configurable: true
673
674
  });
674
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualUnderlineRippleOpacity", {
675
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineRippleOpacity", {
675
676
  /**
676
677
  * Gets the actual opacity to use for the underline ripple element.
677
678
  */
@@ -685,21 +686,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
685
686
  enumerable: true,
686
687
  configurable: true
687
688
  });
688
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualBackgroundColor", {
689
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualBackgroundColor", {
689
690
  /**
690
691
  * Gets the actual opacity to use for the underline ripple element.
691
692
  */
692
693
  get: function () {
693
- return brushToString(this.i.or);
694
+ return brushToString(this.i.os);
694
695
  },
695
696
  set: function (v) {
696
- this.i.or = stringToBrush(v);
697
- this._a("actualBackgroundColor", brushToString(this.i.or));
697
+ this.i.os = stringToBrush(v);
698
+ this._a("actualBackgroundColor", brushToString(this.i.os));
698
699
  },
699
700
  enumerable: true,
700
701
  configurable: true
701
702
  });
702
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderWidth", {
703
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderWidth", {
703
704
  /**
704
705
  * Gets or sets the border width to use for the border of the item group.
705
706
  */
@@ -713,7 +714,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
713
714
  enumerable: true,
714
715
  configurable: true
715
716
  });
716
- Object.defineProperty(IgcInputGroupComponent.prototype, "focusBorderWidth", {
717
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "focusBorderWidth", {
717
718
  /**
718
719
  * Gets or sets the border width to use for the border of the item group when focused.
719
720
  */
@@ -727,137 +728,137 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
727
728
  enumerable: true,
728
729
  configurable: true
729
730
  });
730
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderColor", {
731
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderColor", {
731
732
  /**
732
733
  * Gets or sets the color to use the border of the input group.
733
734
  */
734
735
  get: function () {
735
- return brushToString(this.i.oz);
736
+ return brushToString(this.i.o0);
736
737
  },
737
738
  set: function (v) {
738
- this.i.oz = stringToBrush(v);
739
- this._a("borderColor", brushToString(this.i.oz));
739
+ this.i.o0 = stringToBrush(v);
740
+ this._a("borderColor", brushToString(this.i.o0));
740
741
  },
741
742
  enumerable: true,
742
743
  configurable: true
743
744
  });
744
- Object.defineProperty(IgcInputGroupComponent.prototype, "cornerRadiusBottomRight", {
745
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "cornerRadiusBottomRight", {
745
746
  get: function () {
746
- return this.i.m3 ? this.i.m3.b : NaN;
747
+ return this.i.m4 ? this.i.m4.b : NaN;
747
748
  },
748
749
  set: function (v) {
749
750
  this.ensureCornerRadius();
750
- this.i.m3.b = +v;
751
- this._a("cornerRadiusBottomRight", this.i.m3.b);
752
- this.i.m3 = this.i.m3;
751
+ this.i.m4.b = +v;
752
+ this._a("cornerRadiusBottomRight", this.i.m4.b);
753
+ this.i.m4 = this.i.m4;
753
754
  },
754
755
  enumerable: true,
755
756
  configurable: true
756
757
  });
757
- Object.defineProperty(IgcInputGroupComponent.prototype, "cornerRadiusBottomLeft", {
758
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "cornerRadiusBottomLeft", {
758
759
  get: function () {
759
- return this.i.m3 ? this.i.m3.a : NaN;
760
+ return this.i.m4 ? this.i.m4.a : NaN;
760
761
  },
761
762
  set: function (v) {
762
763
  this.ensureCornerRadius();
763
- this.i.m3.a = +v;
764
- this._a("cornerRadiusBottomLeft", this.i.m3.a);
765
- this.i.m3 = this.i.m3;
764
+ this.i.m4.a = +v;
765
+ this._a("cornerRadiusBottomLeft", this.i.m4.a);
766
+ this.i.m4 = this.i.m4;
766
767
  },
767
768
  enumerable: true,
768
769
  configurable: true
769
770
  });
770
- Object.defineProperty(IgcInputGroupComponent.prototype, "cornerRadiusTopLeft", {
771
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "cornerRadiusTopLeft", {
771
772
  get: function () {
772
- return this.i.m3 ? this.i.m3.c : NaN;
773
+ return this.i.m4 ? this.i.m4.c : NaN;
773
774
  },
774
775
  set: function (v) {
775
776
  this.ensureCornerRadius();
776
- this.i.m3.c = +v;
777
- this._a("cornerRadiusTopLeft", this.i.m3.c);
778
- this.i.m3 = this.i.m3;
777
+ this.i.m4.c = +v;
778
+ this._a("cornerRadiusTopLeft", this.i.m4.c);
779
+ this.i.m4 = this.i.m4;
779
780
  },
780
781
  enumerable: true,
781
782
  configurable: true
782
783
  });
783
- Object.defineProperty(IgcInputGroupComponent.prototype, "cornerRadiusTopRight", {
784
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "cornerRadiusTopRight", {
784
785
  get: function () {
785
- return this.i.m3 ? this.i.m3.d : NaN;
786
+ return this.i.m4 ? this.i.m4.d : NaN;
786
787
  },
787
788
  set: function (v) {
788
789
  this.ensureCornerRadius();
789
- this.i.m3.d = +v;
790
- this._a("cornerRadiusTopRight", this.i.m3.d);
791
- this.i.m3 = this.i.m3;
790
+ this.i.m4.d = +v;
791
+ this._a("cornerRadiusTopRight", this.i.m4.d);
792
+ this.i.m4 = this.i.m4;
792
793
  },
793
794
  enumerable: true,
794
795
  configurable: true
795
796
  });
796
- IgcInputGroupComponent.prototype.ensureCornerRadius = function () {
797
- if (this.i.m3) {
797
+ IgcXInputGroupComponent.prototype.ensureCornerRadius = function () {
798
+ if (this.i.m4) {
798
799
  return;
799
800
  }
800
- this.i.m3 = new CornerRadius(2);
801
+ this.i.m4 = new CornerRadius(2);
801
802
  };
802
- Object.defineProperty(IgcInputGroupComponent.prototype, "contentPaddingBottom", {
803
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingBottom", {
803
804
  get: function () {
804
- return this.i.tj ? this.i.tj.b : NaN;
805
+ return this.i.tk ? this.i.tk.b : NaN;
805
806
  },
806
807
  set: function (v) {
807
808
  this.ensureContentPadding();
808
- this.i.tj.b = +v;
809
- this._a("contentPaddingBottom", this.i.tj.b);
810
- this.i.tj = this.i.tj;
809
+ this.i.tk.b = +v;
810
+ this._a("contentPaddingBottom", this.i.tk.b);
811
+ this.i.tk = this.i.tk;
811
812
  },
812
813
  enumerable: true,
813
814
  configurable: true
814
815
  });
815
- Object.defineProperty(IgcInputGroupComponent.prototype, "contentPaddingLeft", {
816
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingLeft", {
816
817
  get: function () {
817
- return this.i.tj ? this.i.tj.c : NaN;
818
+ return this.i.tk ? this.i.tk.c : NaN;
818
819
  },
819
820
  set: function (v) {
820
821
  this.ensureContentPadding();
821
- this.i.tj.c = +v;
822
- this._a("contentPaddingLeft", this.i.tj.c);
823
- this.i.tj = this.i.tj;
822
+ this.i.tk.c = +v;
823
+ this._a("contentPaddingLeft", this.i.tk.c);
824
+ this.i.tk = this.i.tk;
824
825
  },
825
826
  enumerable: true,
826
827
  configurable: true
827
828
  });
828
- Object.defineProperty(IgcInputGroupComponent.prototype, "contentPaddingRight", {
829
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingRight", {
829
830
  get: function () {
830
- return this.i.tj ? this.i.tj.d : NaN;
831
+ return this.i.tk ? this.i.tk.d : NaN;
831
832
  },
832
833
  set: function (v) {
833
834
  this.ensureContentPadding();
834
- this.i.tj.d = +v;
835
- this._a("contentPaddingRight", this.i.tj.d);
836
- this.i.tj = this.i.tj;
835
+ this.i.tk.d = +v;
836
+ this._a("contentPaddingRight", this.i.tk.d);
837
+ this.i.tk = this.i.tk;
837
838
  },
838
839
  enumerable: true,
839
840
  configurable: true
840
841
  });
841
- Object.defineProperty(IgcInputGroupComponent.prototype, "contentPaddingTop", {
842
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingTop", {
842
843
  get: function () {
843
- return this.i.tj ? this.i.tj.e : NaN;
844
+ return this.i.tk ? this.i.tk.e : NaN;
844
845
  },
845
846
  set: function (v) {
846
847
  this.ensureContentPadding();
847
- this.i.tj.e = +v;
848
- this._a("contentPaddingTop", this.i.tj.e);
849
- this.i.tj = this.i.tj;
848
+ this.i.tk.e = +v;
849
+ this._a("contentPaddingTop", this.i.tk.e);
850
+ this.i.tk = this.i.tk;
850
851
  },
851
852
  enumerable: true,
852
853
  configurable: true
853
854
  });
854
- IgcInputGroupComponent.prototype.ensureContentPadding = function () {
855
- if (this.i.tj) {
855
+ IgcXInputGroupComponent.prototype.ensureContentPadding = function () {
856
+ if (this.i.tk) {
856
857
  return;
857
858
  }
858
- this.i.tj = new Thickness(2);
859
+ this.i.tk = new Thickness(2);
859
860
  };
860
- Object.defineProperty(IgcInputGroupComponent.prototype, "underlineWidth", {
861
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineWidth", {
861
862
  /**
862
863
  * Gets or sets the width to use for the underline element.
863
864
  */
@@ -871,7 +872,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
871
872
  enumerable: true,
872
873
  configurable: true
873
874
  });
874
- Object.defineProperty(IgcInputGroupComponent.prototype, "underlineRippleWidth", {
875
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineRippleWidth", {
875
876
  /**
876
877
  * Gets or sets the width to use for the underline element.
877
878
  */
@@ -885,7 +886,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
885
886
  enumerable: true,
886
887
  configurable: true
887
888
  });
888
- Object.defineProperty(IgcInputGroupComponent.prototype, "hoverUnderlineWidth", {
889
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "hoverUnderlineWidth", {
889
890
  /**
890
891
  * Gets or sets the width to use for the underline element when hovered.
891
892
  */
@@ -899,63 +900,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
899
900
  enumerable: true,
900
901
  configurable: true
901
902
  });
902
- Object.defineProperty(IgcInputGroupComponent.prototype, "underlineColor", {
903
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineColor", {
903
904
  /**
904
905
  * Gets or sets the color to use for the underline element.
905
906
  */
906
907
  get: function () {
907
- return brushToString(this.i.s7);
908
+ return brushToString(this.i.s8);
908
909
  },
909
910
  set: function (v) {
910
- this.i.s7 = stringToBrush(v);
911
- this._a("underlineColor", brushToString(this.i.s7));
911
+ this.i.s8 = stringToBrush(v);
912
+ this._a("underlineColor", brushToString(this.i.s8));
912
913
  },
913
914
  enumerable: true,
914
915
  configurable: true
915
916
  });
916
- Object.defineProperty(IgcInputGroupComponent.prototype, "underlineRippleColor", {
917
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineRippleColor", {
917
918
  /**
918
919
  * Gets or sets the color to use for the underline ripple element.
919
920
  */
920
921
  get: function () {
921
- return brushToString(this.i.s8);
922
+ return brushToString(this.i.s9);
922
923
  },
923
924
  set: function (v) {
924
- this.i.s8 = stringToBrush(v);
925
- this._a("underlineRippleColor", brushToString(this.i.s8));
925
+ this.i.s9 = stringToBrush(v);
926
+ this._a("underlineRippleColor", brushToString(this.i.s9));
926
927
  },
927
928
  enumerable: true,
928
929
  configurable: true
929
930
  });
930
- Object.defineProperty(IgcInputGroupComponent.prototype, "hoverUnderlineColor", {
931
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "hoverUnderlineColor", {
931
932
  /**
932
933
  * Gets or sets the color to use for the underline element.
933
934
  */
934
935
  get: function () {
935
- return brushToString(this.i.ss);
936
+ return brushToString(this.i.st);
936
937
  },
937
938
  set: function (v) {
938
- this.i.ss = stringToBrush(v);
939
- this._a("hoverUnderlineColor", brushToString(this.i.ss));
939
+ this.i.st = stringToBrush(v);
940
+ this._a("hoverUnderlineColor", brushToString(this.i.st));
940
941
  },
941
942
  enumerable: true,
942
943
  configurable: true
943
944
  });
944
- Object.defineProperty(IgcInputGroupComponent.prototype, "focusUnderlineColor", {
945
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "focusUnderlineColor", {
945
946
  /**
946
947
  * Gets or sets the color to use for the underline element.
947
948
  */
948
949
  get: function () {
949
- return brushToString(this.i.sr);
950
+ return brushToString(this.i.ss);
950
951
  },
951
952
  set: function (v) {
952
- this.i.sr = stringToBrush(v);
953
- this._a("focusUnderlineColor", brushToString(this.i.sr));
953
+ this.i.ss = stringToBrush(v);
954
+ this._a("focusUnderlineColor", brushToString(this.i.ss));
954
955
  },
955
956
  enumerable: true,
956
957
  configurable: true
957
958
  });
958
- Object.defineProperty(IgcInputGroupComponent.prototype, "underlineOpacity", {
959
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineOpacity", {
959
960
  /**
960
961
  * Gets or sets the color to use for the underline element.
961
962
  */
@@ -969,7 +970,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
969
970
  enumerable: true,
970
971
  configurable: true
971
972
  });
972
- Object.defineProperty(IgcInputGroupComponent.prototype, "hoverUnderlineOpacity", {
973
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "hoverUnderlineOpacity", {
973
974
  /**
974
975
  * Gets or sets the color to use for the underline element.
975
976
  */
@@ -983,7 +984,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
983
984
  enumerable: true,
984
985
  configurable: true
985
986
  });
986
- Object.defineProperty(IgcInputGroupComponent.prototype, "focusUnderlineOpacity", {
987
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "focusUnderlineOpacity", {
987
988
  /**
988
989
  * Gets or sets the color to use for the underline element.
989
990
  */
@@ -997,7 +998,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
997
998
  enumerable: true,
998
999
  configurable: true
999
1000
  });
1000
- Object.defineProperty(IgcInputGroupComponent.prototype, "focusUnderlineRippleOpacity", {
1001
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "focusUnderlineRippleOpacity", {
1001
1002
  /**
1002
1003
  * Gets or sets the opacity to use for the underline ripple element when focused.
1003
1004
  */
@@ -1011,7 +1012,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1011
1012
  enumerable: true,
1012
1013
  configurable: true
1013
1014
  });
1014
- Object.defineProperty(IgcInputGroupComponent.prototype, "underlineRippleOpacity", {
1015
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineRippleOpacity", {
1015
1016
  /**
1016
1017
  * Gets or sets the opacity to use for the underline ripple element.
1017
1018
  */
@@ -1025,21 +1026,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1025
1026
  enumerable: true,
1026
1027
  configurable: true
1027
1028
  });
1028
- Object.defineProperty(IgcInputGroupComponent.prototype, "backgroundColor", {
1029
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "backgroundColor", {
1029
1030
  /**
1030
1031
  * Gets or sets the background color to use for the input group.
1031
1032
  */
1032
1033
  get: function () {
1033
- return brushToString(this.i.oy);
1034
+ return brushToString(this.i.oz);
1034
1035
  },
1035
1036
  set: function (v) {
1036
- this.i.oy = stringToBrush(v);
1037
- this._a("backgroundColor", brushToString(this.i.oy));
1037
+ this.i.oz = stringToBrush(v);
1038
+ this._a("backgroundColor", brushToString(this.i.oz));
1038
1039
  },
1039
1040
  enumerable: true,
1040
1041
  configurable: true
1041
1042
  });
1042
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeBorderWidth", {
1043
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeBorderWidth", {
1043
1044
  /**
1044
1045
  * Gets or sets the border width to use for the border of the item group when using type line.
1045
1046
  */
@@ -1053,7 +1054,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1053
1054
  enumerable: true,
1054
1055
  configurable: true
1055
1056
  });
1056
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeFocusBorderWidth", {
1057
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeFocusBorderWidth", {
1057
1058
  /**
1058
1059
  * Gets or sets the border width to use for the border of the item group when focused when type is line.
1059
1060
  */
@@ -1067,151 +1068,151 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1067
1068
  enumerable: true,
1068
1069
  configurable: true
1069
1070
  });
1070
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeFocusBorderColor", {
1071
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeFocusBorderColor", {
1071
1072
  /**
1072
1073
  * Gets or sets the focus color to use the border of the input group when type is line.
1073
1074
  */
1074
1075
  get: function () {
1075
- return brushToString(this.i.sv);
1076
+ return brushToString(this.i.sw);
1076
1077
  },
1077
1078
  set: function (v) {
1078
- this.i.sv = stringToBrush(v);
1079
- this._a("lineTypeFocusBorderColor", brushToString(this.i.sv));
1079
+ this.i.sw = stringToBrush(v);
1080
+ this._a("lineTypeFocusBorderColor", brushToString(this.i.sw));
1080
1081
  },
1081
1082
  enumerable: true,
1082
1083
  configurable: true
1083
1084
  });
1084
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeBorderColor", {
1085
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeBorderColor", {
1085
1086
  /**
1086
1087
  * Gets or sets the color to use the border of the input group when type is line.
1087
1088
  */
1088
1089
  get: function () {
1089
- return brushToString(this.i.su);
1090
+ return brushToString(this.i.sv);
1090
1091
  },
1091
1092
  set: function (v) {
1092
- this.i.su = stringToBrush(v);
1093
- this._a("lineTypeBorderColor", brushToString(this.i.su));
1093
+ this.i.sv = stringToBrush(v);
1094
+ this._a("lineTypeBorderColor", brushToString(this.i.sv));
1094
1095
  },
1095
1096
  enumerable: true,
1096
1097
  configurable: true
1097
1098
  });
1098
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeCornerRadiusBottomRight", {
1099
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeCornerRadiusBottomRight", {
1099
1100
  get: function () {
1100
- return this.i.nj ? this.i.nj.b : NaN;
1101
+ return this.i.nk ? this.i.nk.b : NaN;
1101
1102
  },
1102
1103
  set: function (v) {
1103
1104
  this.ensureLineTypeCornerRadius();
1104
- this.i.nj.b = +v;
1105
- this._a("lineTypeCornerRadiusBottomRight", this.i.nj.b);
1106
- this.i.nj = this.i.nj;
1105
+ this.i.nk.b = +v;
1106
+ this._a("lineTypeCornerRadiusBottomRight", this.i.nk.b);
1107
+ this.i.nk = this.i.nk;
1107
1108
  },
1108
1109
  enumerable: true,
1109
1110
  configurable: true
1110
1111
  });
1111
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeCornerRadiusBottomLeft", {
1112
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeCornerRadiusBottomLeft", {
1112
1113
  get: function () {
1113
- return this.i.nj ? this.i.nj.a : NaN;
1114
+ return this.i.nk ? this.i.nk.a : NaN;
1114
1115
  },
1115
1116
  set: function (v) {
1116
1117
  this.ensureLineTypeCornerRadius();
1117
- this.i.nj.a = +v;
1118
- this._a("lineTypeCornerRadiusBottomLeft", this.i.nj.a);
1119
- this.i.nj = this.i.nj;
1118
+ this.i.nk.a = +v;
1119
+ this._a("lineTypeCornerRadiusBottomLeft", this.i.nk.a);
1120
+ this.i.nk = this.i.nk;
1120
1121
  },
1121
1122
  enumerable: true,
1122
1123
  configurable: true
1123
1124
  });
1124
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeCornerRadiusTopLeft", {
1125
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeCornerRadiusTopLeft", {
1125
1126
  get: function () {
1126
- return this.i.nj ? this.i.nj.c : NaN;
1127
+ return this.i.nk ? this.i.nk.c : NaN;
1127
1128
  },
1128
1129
  set: function (v) {
1129
1130
  this.ensureLineTypeCornerRadius();
1130
- this.i.nj.c = +v;
1131
- this._a("lineTypeCornerRadiusTopLeft", this.i.nj.c);
1132
- this.i.nj = this.i.nj;
1131
+ this.i.nk.c = +v;
1132
+ this._a("lineTypeCornerRadiusTopLeft", this.i.nk.c);
1133
+ this.i.nk = this.i.nk;
1133
1134
  },
1134
1135
  enumerable: true,
1135
1136
  configurable: true
1136
1137
  });
1137
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeCornerRadiusTopRight", {
1138
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeCornerRadiusTopRight", {
1138
1139
  get: function () {
1139
- return this.i.nj ? this.i.nj.d : NaN;
1140
+ return this.i.nk ? this.i.nk.d : NaN;
1140
1141
  },
1141
1142
  set: function (v) {
1142
1143
  this.ensureLineTypeCornerRadius();
1143
- this.i.nj.d = +v;
1144
- this._a("lineTypeCornerRadiusTopRight", this.i.nj.d);
1145
- this.i.nj = this.i.nj;
1144
+ this.i.nk.d = +v;
1145
+ this._a("lineTypeCornerRadiusTopRight", this.i.nk.d);
1146
+ this.i.nk = this.i.nk;
1146
1147
  },
1147
1148
  enumerable: true,
1148
1149
  configurable: true
1149
1150
  });
1150
- IgcInputGroupComponent.prototype.ensureLineTypeCornerRadius = function () {
1151
- if (this.i.nj) {
1151
+ IgcXInputGroupComponent.prototype.ensureLineTypeCornerRadius = function () {
1152
+ if (this.i.nk) {
1152
1153
  return;
1153
1154
  }
1154
- this.i.nj = new CornerRadius(2);
1155
+ this.i.nk = new CornerRadius(2);
1155
1156
  };
1156
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeContentPaddingBottom", {
1157
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingBottom", {
1157
1158
  get: function () {
1158
- return this.i.tz ? this.i.tz.b : NaN;
1159
+ return this.i.t0 ? this.i.t0.b : NaN;
1159
1160
  },
1160
1161
  set: function (v) {
1161
1162
  this.ensureLineTypeContentPadding();
1162
- this.i.tz.b = +v;
1163
- this._a("lineTypeContentPaddingBottom", this.i.tz.b);
1164
- this.i.tz = this.i.tz;
1163
+ this.i.t0.b = +v;
1164
+ this._a("lineTypeContentPaddingBottom", this.i.t0.b);
1165
+ this.i.t0 = this.i.t0;
1165
1166
  },
1166
1167
  enumerable: true,
1167
1168
  configurable: true
1168
1169
  });
1169
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeContentPaddingLeft", {
1170
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingLeft", {
1170
1171
  get: function () {
1171
- return this.i.tz ? this.i.tz.c : NaN;
1172
+ return this.i.t0 ? this.i.t0.c : NaN;
1172
1173
  },
1173
1174
  set: function (v) {
1174
1175
  this.ensureLineTypeContentPadding();
1175
- this.i.tz.c = +v;
1176
- this._a("lineTypeContentPaddingLeft", this.i.tz.c);
1177
- this.i.tz = this.i.tz;
1176
+ this.i.t0.c = +v;
1177
+ this._a("lineTypeContentPaddingLeft", this.i.t0.c);
1178
+ this.i.t0 = this.i.t0;
1178
1179
  },
1179
1180
  enumerable: true,
1180
1181
  configurable: true
1181
1182
  });
1182
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeContentPaddingRight", {
1183
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingRight", {
1183
1184
  get: function () {
1184
- return this.i.tz ? this.i.tz.d : NaN;
1185
+ return this.i.t0 ? this.i.t0.d : NaN;
1185
1186
  },
1186
1187
  set: function (v) {
1187
1188
  this.ensureLineTypeContentPadding();
1188
- this.i.tz.d = +v;
1189
- this._a("lineTypeContentPaddingRight", this.i.tz.d);
1190
- this.i.tz = this.i.tz;
1189
+ this.i.t0.d = +v;
1190
+ this._a("lineTypeContentPaddingRight", this.i.t0.d);
1191
+ this.i.t0 = this.i.t0;
1191
1192
  },
1192
1193
  enumerable: true,
1193
1194
  configurable: true
1194
1195
  });
1195
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeContentPaddingTop", {
1196
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingTop", {
1196
1197
  get: function () {
1197
- return this.i.tz ? this.i.tz.e : NaN;
1198
+ return this.i.t0 ? this.i.t0.e : NaN;
1198
1199
  },
1199
1200
  set: function (v) {
1200
1201
  this.ensureLineTypeContentPadding();
1201
- this.i.tz.e = +v;
1202
- this._a("lineTypeContentPaddingTop", this.i.tz.e);
1203
- this.i.tz = this.i.tz;
1202
+ this.i.t0.e = +v;
1203
+ this._a("lineTypeContentPaddingTop", this.i.t0.e);
1204
+ this.i.t0 = this.i.t0;
1204
1205
  },
1205
1206
  enumerable: true,
1206
1207
  configurable: true
1207
1208
  });
1208
- IgcInputGroupComponent.prototype.ensureLineTypeContentPadding = function () {
1209
- if (this.i.tz) {
1209
+ IgcXInputGroupComponent.prototype.ensureLineTypeContentPadding = function () {
1210
+ if (this.i.t0) {
1210
1211
  return;
1211
1212
  }
1212
- this.i.tz = new Thickness(2);
1213
+ this.i.t0 = new Thickness(2);
1213
1214
  };
1214
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeUnderlineWidth", {
1215
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineWidth", {
1215
1216
  /**
1216
1217
  * Gets or sets the width to use for the underline element when type is line.
1217
1218
  */
@@ -1225,7 +1226,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1225
1226
  enumerable: true,
1226
1227
  configurable: true
1227
1228
  });
1228
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeUnderlineRippleWidth", {
1229
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineRippleWidth", {
1229
1230
  /**
1230
1231
  * Gets or sets the width to use for the underline element when type is line.
1231
1232
  */
@@ -1239,7 +1240,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1239
1240
  enumerable: true,
1240
1241
  configurable: true
1241
1242
  });
1242
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeHoverUnderlineWidth", {
1243
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeHoverUnderlineWidth", {
1243
1244
  /**
1244
1245
  * Gets or sets the width to use for the underline element when hovered when type is line.
1245
1246
  */
@@ -1253,63 +1254,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1253
1254
  enumerable: true,
1254
1255
  configurable: true
1255
1256
  });
1256
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeUnderlineColor", {
1257
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineColor", {
1257
1258
  /**
1258
1259
  * Gets or sets the color to use for the underline element when type is line.
1259
1260
  */
1260
1261
  get: function () {
1261
- return brushToString(this.i.sy);
1262
+ return brushToString(this.i.sz);
1262
1263
  },
1263
1264
  set: function (v) {
1264
- this.i.sy = stringToBrush(v);
1265
- this._a("lineTypeUnderlineColor", brushToString(this.i.sy));
1265
+ this.i.sz = stringToBrush(v);
1266
+ this._a("lineTypeUnderlineColor", brushToString(this.i.sz));
1266
1267
  },
1267
1268
  enumerable: true,
1268
1269
  configurable: true
1269
1270
  });
1270
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeUnderlineRippleColor", {
1271
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineRippleColor", {
1271
1272
  /**
1272
1273
  * Gets or sets the color to use for the underline ripple element when type is line.
1273
1274
  */
1274
1275
  get: function () {
1275
- return brushToString(this.i.sz);
1276
+ return brushToString(this.i.s0);
1276
1277
  },
1277
1278
  set: function (v) {
1278
- this.i.sz = stringToBrush(v);
1279
- this._a("lineTypeUnderlineRippleColor", brushToString(this.i.sz));
1279
+ this.i.s0 = stringToBrush(v);
1280
+ this._a("lineTypeUnderlineRippleColor", brushToString(this.i.s0));
1280
1281
  },
1281
1282
  enumerable: true,
1282
1283
  configurable: true
1283
1284
  });
1284
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeHoverUnderlineColor", {
1285
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeHoverUnderlineColor", {
1285
1286
  /**
1286
1287
  * Gets or sets the color to use for the underline element when type is line.
1287
1288
  */
1288
1289
  get: function () {
1289
- return brushToString(this.i.sx);
1290
+ return brushToString(this.i.sy);
1290
1291
  },
1291
1292
  set: function (v) {
1292
- this.i.sx = stringToBrush(v);
1293
- this._a("lineTypeHoverUnderlineColor", brushToString(this.i.sx));
1293
+ this.i.sy = stringToBrush(v);
1294
+ this._a("lineTypeHoverUnderlineColor", brushToString(this.i.sy));
1294
1295
  },
1295
1296
  enumerable: true,
1296
1297
  configurable: true
1297
1298
  });
1298
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeFocusUnderlineColor", {
1299
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeFocusUnderlineColor", {
1299
1300
  /**
1300
1301
  * Gets or sets the color to use for the underline element when type is line.
1301
1302
  */
1302
1303
  get: function () {
1303
- return brushToString(this.i.sw);
1304
+ return brushToString(this.i.sx);
1304
1305
  },
1305
1306
  set: function (v) {
1306
- this.i.sw = stringToBrush(v);
1307
- this._a("lineTypeFocusUnderlineColor", brushToString(this.i.sw));
1307
+ this.i.sx = stringToBrush(v);
1308
+ this._a("lineTypeFocusUnderlineColor", brushToString(this.i.sx));
1308
1309
  },
1309
1310
  enumerable: true,
1310
1311
  configurable: true
1311
1312
  });
1312
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeUnderlineOpacity", {
1313
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineOpacity", {
1313
1314
  /**
1314
1315
  * Gets or sets the color to use for the underline element when type is line.
1315
1316
  */
@@ -1323,7 +1324,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1323
1324
  enumerable: true,
1324
1325
  configurable: true
1325
1326
  });
1326
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeHoverUnderlineOpacity", {
1327
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeHoverUnderlineOpacity", {
1327
1328
  /**
1328
1329
  * Gets or sets the color to use for the underline element when type is line.
1329
1330
  */
@@ -1337,7 +1338,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1337
1338
  enumerable: true,
1338
1339
  configurable: true
1339
1340
  });
1340
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeFocusUnderlineOpacity", {
1341
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeFocusUnderlineOpacity", {
1341
1342
  /**
1342
1343
  * Gets or sets the color to use for the underline element when type is line.
1343
1344
  */
@@ -1351,7 +1352,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1351
1352
  enumerable: true,
1352
1353
  configurable: true
1353
1354
  });
1354
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeFocusUnderlineRippleOpacity", {
1355
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeFocusUnderlineRippleOpacity", {
1355
1356
  /**
1356
1357
  * Gets or sets the opacity to use for the underline ripple element when focused when type is line.
1357
1358
  */
@@ -1365,7 +1366,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1365
1366
  enumerable: true,
1366
1367
  configurable: true
1367
1368
  });
1368
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeUnderlineRippleOpacity", {
1369
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineRippleOpacity", {
1369
1370
  /**
1370
1371
  * Gets or sets the opacity to use for the underline ripple element when type is line.
1371
1372
  */
@@ -1379,21 +1380,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1379
1380
  enumerable: true,
1380
1381
  configurable: true
1381
1382
  });
1382
- Object.defineProperty(IgcInputGroupComponent.prototype, "lineTypeBackgroundColor", {
1383
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeBackgroundColor", {
1383
1384
  /**
1384
1385
  * Gets or sets the background color to use for the input group when type is line.
1385
1386
  */
1386
1387
  get: function () {
1387
- return brushToString(this.i.st);
1388
+ return brushToString(this.i.su);
1388
1389
  },
1389
1390
  set: function (v) {
1390
- this.i.st = stringToBrush(v);
1391
- this._a("lineTypeBackgroundColor", brushToString(this.i.st));
1391
+ this.i.su = stringToBrush(v);
1392
+ this._a("lineTypeBackgroundColor", brushToString(this.i.su));
1392
1393
  },
1393
1394
  enumerable: true,
1394
1395
  configurable: true
1395
1396
  });
1396
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeBorderWidth", {
1397
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeBorderWidth", {
1397
1398
  /**
1398
1399
  * Gets or sets the border width to use for the border of the item group when using type line.
1399
1400
  */
@@ -1407,7 +1408,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1407
1408
  enumerable: true,
1408
1409
  configurable: true
1409
1410
  });
1410
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeFocusBorderWidth", {
1411
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeFocusBorderWidth", {
1411
1412
  /**
1412
1413
  * Gets or sets the border width to use for the border of the item group when focused when type is box.
1413
1414
  */
@@ -1421,151 +1422,151 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1421
1422
  enumerable: true,
1422
1423
  configurable: true
1423
1424
  });
1424
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeFocusBorderColor", {
1425
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeFocusBorderColor", {
1425
1426
  /**
1426
1427
  * Gets or sets the focus color to use the border of the input group when type is box.
1427
1428
  */
1428
1429
  get: function () {
1429
- return brushToString(this.i.o9);
1430
+ return brushToString(this.i.pa);
1430
1431
  },
1431
1432
  set: function (v) {
1432
- this.i.o9 = stringToBrush(v);
1433
- this._a("boxTypeFocusBorderColor", brushToString(this.i.o9));
1433
+ this.i.pa = stringToBrush(v);
1434
+ this._a("boxTypeFocusBorderColor", brushToString(this.i.pa));
1434
1435
  },
1435
1436
  enumerable: true,
1436
1437
  configurable: true
1437
1438
  });
1438
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeBorderColor", {
1439
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeBorderColor", {
1439
1440
  /**
1440
1441
  * Gets or sets the color to use the border of the input group when type is box.
1441
1442
  */
1442
1443
  get: function () {
1443
- return brushToString(this.i.o8);
1444
+ return brushToString(this.i.o9);
1444
1445
  },
1445
1446
  set: function (v) {
1446
- this.i.o8 = stringToBrush(v);
1447
- this._a("boxTypeBorderColor", brushToString(this.i.o8));
1447
+ this.i.o9 = stringToBrush(v);
1448
+ this._a("boxTypeBorderColor", brushToString(this.i.o9));
1448
1449
  },
1449
1450
  enumerable: true,
1450
1451
  configurable: true
1451
1452
  });
1452
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeCornerRadiusBottomRight", {
1453
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeCornerRadiusBottomRight", {
1453
1454
  get: function () {
1454
- return this.i.m1 ? this.i.m1.b : NaN;
1455
+ return this.i.m2 ? this.i.m2.b : NaN;
1455
1456
  },
1456
1457
  set: function (v) {
1457
1458
  this.ensureBoxTypeCornerRadius();
1458
- this.i.m1.b = +v;
1459
- this._a("boxTypeCornerRadiusBottomRight", this.i.m1.b);
1460
- this.i.m1 = this.i.m1;
1459
+ this.i.m2.b = +v;
1460
+ this._a("boxTypeCornerRadiusBottomRight", this.i.m2.b);
1461
+ this.i.m2 = this.i.m2;
1461
1462
  },
1462
1463
  enumerable: true,
1463
1464
  configurable: true
1464
1465
  });
1465
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeCornerRadiusBottomLeft", {
1466
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeCornerRadiusBottomLeft", {
1466
1467
  get: function () {
1467
- return this.i.m1 ? this.i.m1.a : NaN;
1468
+ return this.i.m2 ? this.i.m2.a : NaN;
1468
1469
  },
1469
1470
  set: function (v) {
1470
1471
  this.ensureBoxTypeCornerRadius();
1471
- this.i.m1.a = +v;
1472
- this._a("boxTypeCornerRadiusBottomLeft", this.i.m1.a);
1473
- this.i.m1 = this.i.m1;
1472
+ this.i.m2.a = +v;
1473
+ this._a("boxTypeCornerRadiusBottomLeft", this.i.m2.a);
1474
+ this.i.m2 = this.i.m2;
1474
1475
  },
1475
1476
  enumerable: true,
1476
1477
  configurable: true
1477
1478
  });
1478
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeCornerRadiusTopLeft", {
1479
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeCornerRadiusTopLeft", {
1479
1480
  get: function () {
1480
- return this.i.m1 ? this.i.m1.c : NaN;
1481
+ return this.i.m2 ? this.i.m2.c : NaN;
1481
1482
  },
1482
1483
  set: function (v) {
1483
1484
  this.ensureBoxTypeCornerRadius();
1484
- this.i.m1.c = +v;
1485
- this._a("boxTypeCornerRadiusTopLeft", this.i.m1.c);
1486
- this.i.m1 = this.i.m1;
1485
+ this.i.m2.c = +v;
1486
+ this._a("boxTypeCornerRadiusTopLeft", this.i.m2.c);
1487
+ this.i.m2 = this.i.m2;
1487
1488
  },
1488
1489
  enumerable: true,
1489
1490
  configurable: true
1490
1491
  });
1491
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeCornerRadiusTopRight", {
1492
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeCornerRadiusTopRight", {
1492
1493
  get: function () {
1493
- return this.i.m1 ? this.i.m1.d : NaN;
1494
+ return this.i.m2 ? this.i.m2.d : NaN;
1494
1495
  },
1495
1496
  set: function (v) {
1496
1497
  this.ensureBoxTypeCornerRadius();
1497
- this.i.m1.d = +v;
1498
- this._a("boxTypeCornerRadiusTopRight", this.i.m1.d);
1499
- this.i.m1 = this.i.m1;
1498
+ this.i.m2.d = +v;
1499
+ this._a("boxTypeCornerRadiusTopRight", this.i.m2.d);
1500
+ this.i.m2 = this.i.m2;
1500
1501
  },
1501
1502
  enumerable: true,
1502
1503
  configurable: true
1503
1504
  });
1504
- IgcInputGroupComponent.prototype.ensureBoxTypeCornerRadius = function () {
1505
- if (this.i.m1) {
1505
+ IgcXInputGroupComponent.prototype.ensureBoxTypeCornerRadius = function () {
1506
+ if (this.i.m2) {
1506
1507
  return;
1507
1508
  }
1508
- this.i.m1 = new CornerRadius(2);
1509
+ this.i.m2 = new CornerRadius(2);
1509
1510
  };
1510
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeContentPaddingBottom", {
1511
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingBottom", {
1511
1512
  get: function () {
1512
- return this.i.th ? this.i.th.b : NaN;
1513
+ return this.i.ti ? this.i.ti.b : NaN;
1513
1514
  },
1514
1515
  set: function (v) {
1515
1516
  this.ensureBoxTypeContentPadding();
1516
- this.i.th.b = +v;
1517
- this._a("boxTypeContentPaddingBottom", this.i.th.b);
1518
- this.i.th = this.i.th;
1517
+ this.i.ti.b = +v;
1518
+ this._a("boxTypeContentPaddingBottom", this.i.ti.b);
1519
+ this.i.ti = this.i.ti;
1519
1520
  },
1520
1521
  enumerable: true,
1521
1522
  configurable: true
1522
1523
  });
1523
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeContentPaddingLeft", {
1524
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingLeft", {
1524
1525
  get: function () {
1525
- return this.i.th ? this.i.th.c : NaN;
1526
+ return this.i.ti ? this.i.ti.c : NaN;
1526
1527
  },
1527
1528
  set: function (v) {
1528
1529
  this.ensureBoxTypeContentPadding();
1529
- this.i.th.c = +v;
1530
- this._a("boxTypeContentPaddingLeft", this.i.th.c);
1531
- this.i.th = this.i.th;
1530
+ this.i.ti.c = +v;
1531
+ this._a("boxTypeContentPaddingLeft", this.i.ti.c);
1532
+ this.i.ti = this.i.ti;
1532
1533
  },
1533
1534
  enumerable: true,
1534
1535
  configurable: true
1535
1536
  });
1536
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeContentPaddingRight", {
1537
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingRight", {
1537
1538
  get: function () {
1538
- return this.i.th ? this.i.th.d : NaN;
1539
+ return this.i.ti ? this.i.ti.d : NaN;
1539
1540
  },
1540
1541
  set: function (v) {
1541
1542
  this.ensureBoxTypeContentPadding();
1542
- this.i.th.d = +v;
1543
- this._a("boxTypeContentPaddingRight", this.i.th.d);
1544
- this.i.th = this.i.th;
1543
+ this.i.ti.d = +v;
1544
+ this._a("boxTypeContentPaddingRight", this.i.ti.d);
1545
+ this.i.ti = this.i.ti;
1545
1546
  },
1546
1547
  enumerable: true,
1547
1548
  configurable: true
1548
1549
  });
1549
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeContentPaddingTop", {
1550
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingTop", {
1550
1551
  get: function () {
1551
- return this.i.th ? this.i.th.e : NaN;
1552
+ return this.i.ti ? this.i.ti.e : NaN;
1552
1553
  },
1553
1554
  set: function (v) {
1554
1555
  this.ensureBoxTypeContentPadding();
1555
- this.i.th.e = +v;
1556
- this._a("boxTypeContentPaddingTop", this.i.th.e);
1557
- this.i.th = this.i.th;
1556
+ this.i.ti.e = +v;
1557
+ this._a("boxTypeContentPaddingTop", this.i.ti.e);
1558
+ this.i.ti = this.i.ti;
1558
1559
  },
1559
1560
  enumerable: true,
1560
1561
  configurable: true
1561
1562
  });
1562
- IgcInputGroupComponent.prototype.ensureBoxTypeContentPadding = function () {
1563
- if (this.i.th) {
1563
+ IgcXInputGroupComponent.prototype.ensureBoxTypeContentPadding = function () {
1564
+ if (this.i.ti) {
1564
1565
  return;
1565
1566
  }
1566
- this.i.th = new Thickness(2);
1567
+ this.i.ti = new Thickness(2);
1567
1568
  };
1568
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeUnderlineWidth", {
1569
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineWidth", {
1569
1570
  /**
1570
1571
  * Gets or sets the width to use for the underline element when type is box.
1571
1572
  */
@@ -1579,7 +1580,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1579
1580
  enumerable: true,
1580
1581
  configurable: true
1581
1582
  });
1582
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeUnderlineRippleWidth", {
1583
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineRippleWidth", {
1583
1584
  /**
1584
1585
  * Gets or sets the width to use for the underline element when type is box.
1585
1586
  */
@@ -1593,7 +1594,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1593
1594
  enumerable: true,
1594
1595
  configurable: true
1595
1596
  });
1596
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeHoverUnderlineWidth", {
1597
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeHoverUnderlineWidth", {
1597
1598
  /**
1598
1599
  * Gets or sets the width to use for the underline element when hovered when type is box.
1599
1600
  */
@@ -1607,63 +1608,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1607
1608
  enumerable: true,
1608
1609
  configurable: true
1609
1610
  });
1610
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeUnderlineColor", {
1611
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineColor", {
1611
1612
  /**
1612
1613
  * Gets or sets the color to use for the underline element when type is box.
1613
1614
  */
1614
1615
  get: function () {
1615
- return brushToString(this.i.pc);
1616
+ return brushToString(this.i.pd);
1616
1617
  },
1617
1618
  set: function (v) {
1618
- this.i.pc = stringToBrush(v);
1619
- this._a("boxTypeUnderlineColor", brushToString(this.i.pc));
1619
+ this.i.pd = stringToBrush(v);
1620
+ this._a("boxTypeUnderlineColor", brushToString(this.i.pd));
1620
1621
  },
1621
1622
  enumerable: true,
1622
1623
  configurable: true
1623
1624
  });
1624
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeUnderlineRippleColor", {
1625
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineRippleColor", {
1625
1626
  /**
1626
1627
  * Gets or sets the color to use for the underline ripple element when type is box.
1627
1628
  */
1628
1629
  get: function () {
1629
- return brushToString(this.i.pd);
1630
+ return brushToString(this.i.pe);
1630
1631
  },
1631
1632
  set: function (v) {
1632
- this.i.pd = stringToBrush(v);
1633
- this._a("boxTypeUnderlineRippleColor", brushToString(this.i.pd));
1633
+ this.i.pe = stringToBrush(v);
1634
+ this._a("boxTypeUnderlineRippleColor", brushToString(this.i.pe));
1634
1635
  },
1635
1636
  enumerable: true,
1636
1637
  configurable: true
1637
1638
  });
1638
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeHoverUnderlineColor", {
1639
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeHoverUnderlineColor", {
1639
1640
  /**
1640
1641
  * Gets or sets the color to use for the underline element when type is box.
1641
1642
  */
1642
1643
  get: function () {
1643
- return brushToString(this.i.pb);
1644
+ return brushToString(this.i.pc);
1644
1645
  },
1645
1646
  set: function (v) {
1646
- this.i.pb = stringToBrush(v);
1647
- this._a("boxTypeHoverUnderlineColor", brushToString(this.i.pb));
1647
+ this.i.pc = stringToBrush(v);
1648
+ this._a("boxTypeHoverUnderlineColor", brushToString(this.i.pc));
1648
1649
  },
1649
1650
  enumerable: true,
1650
1651
  configurable: true
1651
1652
  });
1652
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeFocusUnderlineColor", {
1653
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeFocusUnderlineColor", {
1653
1654
  /**
1654
1655
  * Gets or sets the color to use for the underline element when type is box.
1655
1656
  */
1656
1657
  get: function () {
1657
- return brushToString(this.i.pa);
1658
+ return brushToString(this.i.pb);
1658
1659
  },
1659
1660
  set: function (v) {
1660
- this.i.pa = stringToBrush(v);
1661
- this._a("boxTypeFocusUnderlineColor", brushToString(this.i.pa));
1661
+ this.i.pb = stringToBrush(v);
1662
+ this._a("boxTypeFocusUnderlineColor", brushToString(this.i.pb));
1662
1663
  },
1663
1664
  enumerable: true,
1664
1665
  configurable: true
1665
1666
  });
1666
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeUnderlineOpacity", {
1667
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineOpacity", {
1667
1668
  /**
1668
1669
  * Gets or sets the color to use for the underline element when type is box.
1669
1670
  */
@@ -1677,7 +1678,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1677
1678
  enumerable: true,
1678
1679
  configurable: true
1679
1680
  });
1680
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeHoverUnderlineOpacity", {
1681
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeHoverUnderlineOpacity", {
1681
1682
  /**
1682
1683
  * Gets or sets the color to use for the underline element when type is box.
1683
1684
  */
@@ -1691,7 +1692,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1691
1692
  enumerable: true,
1692
1693
  configurable: true
1693
1694
  });
1694
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeFocusUnderlineOpacity", {
1695
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeFocusUnderlineOpacity", {
1695
1696
  /**
1696
1697
  * Gets or sets the color to use for the underline element when type is box.
1697
1698
  */
@@ -1705,7 +1706,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1705
1706
  enumerable: true,
1706
1707
  configurable: true
1707
1708
  });
1708
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeFocusUnderlineRippleOpacity", {
1709
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeFocusUnderlineRippleOpacity", {
1709
1710
  /**
1710
1711
  * Gets or sets the opacity to use for the underline ripple element when focused when type is box.
1711
1712
  */
@@ -1719,7 +1720,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1719
1720
  enumerable: true,
1720
1721
  configurable: true
1721
1722
  });
1722
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeUnderlineRippleOpacity", {
1723
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineRippleOpacity", {
1723
1724
  /**
1724
1725
  * Gets or sets the opacity to use for the underline ripple element when type is box.
1725
1726
  */
@@ -1733,21 +1734,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1733
1734
  enumerable: true,
1734
1735
  configurable: true
1735
1736
  });
1736
- Object.defineProperty(IgcInputGroupComponent.prototype, "boxTypeBackgroundColor", {
1737
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeBackgroundColor", {
1737
1738
  /**
1738
1739
  * Gets or sets the background color to use for the input group when type is box.
1739
1740
  */
1740
1741
  get: function () {
1741
- return brushToString(this.i.o7);
1742
+ return brushToString(this.i.o8);
1742
1743
  },
1743
1744
  set: function (v) {
1744
- this.i.o7 = stringToBrush(v);
1745
- this._a("boxTypeBackgroundColor", brushToString(this.i.o7));
1745
+ this.i.o8 = stringToBrush(v);
1746
+ this._a("boxTypeBackgroundColor", brushToString(this.i.o8));
1746
1747
  },
1747
1748
  enumerable: true,
1748
1749
  configurable: true
1749
1750
  });
1750
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeBorderWidth", {
1751
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeBorderWidth", {
1751
1752
  /**
1752
1753
  * Gets or sets the border width to use for the border of the item group when using type line.
1753
1754
  */
@@ -1761,7 +1762,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1761
1762
  enumerable: true,
1762
1763
  configurable: true
1763
1764
  });
1764
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeFocusBorderWidth", {
1765
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeFocusBorderWidth", {
1765
1766
  /**
1766
1767
  * Gets or sets the border width to use for the border of the item group when focused when type is border.
1767
1768
  */
@@ -1775,151 +1776,151 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1775
1776
  enumerable: true,
1776
1777
  configurable: true
1777
1778
  });
1778
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeFocusBorderColor", {
1779
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeFocusBorderColor", {
1779
1780
  /**
1780
1781
  * Gets or sets the focus color to use the border of the input group when type is border.
1781
1782
  */
1782
1783
  get: function () {
1783
- return brushToString(this.i.o2);
1784
+ return brushToString(this.i.o3);
1784
1785
  },
1785
1786
  set: function (v) {
1786
- this.i.o2 = stringToBrush(v);
1787
- this._a("borderTypeFocusBorderColor", brushToString(this.i.o2));
1787
+ this.i.o3 = stringToBrush(v);
1788
+ this._a("borderTypeFocusBorderColor", brushToString(this.i.o3));
1788
1789
  },
1789
1790
  enumerable: true,
1790
1791
  configurable: true
1791
1792
  });
1792
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeBorderColor", {
1793
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeBorderColor", {
1793
1794
  /**
1794
1795
  * Gets or sets the color to use the border of the input group when type is border.
1795
1796
  */
1796
1797
  get: function () {
1797
- return brushToString(this.i.o1);
1798
+ return brushToString(this.i.o2);
1798
1799
  },
1799
1800
  set: function (v) {
1800
- this.i.o1 = stringToBrush(v);
1801
- this._a("borderTypeBorderColor", brushToString(this.i.o1));
1801
+ this.i.o2 = stringToBrush(v);
1802
+ this._a("borderTypeBorderColor", brushToString(this.i.o2));
1802
1803
  },
1803
1804
  enumerable: true,
1804
1805
  configurable: true
1805
1806
  });
1806
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeCornerRadiusBottomRight", {
1807
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeCornerRadiusBottomRight", {
1807
1808
  get: function () {
1808
- return this.i.m0 ? this.i.m0.b : NaN;
1809
+ return this.i.m1 ? this.i.m1.b : NaN;
1809
1810
  },
1810
1811
  set: function (v) {
1811
1812
  this.ensureBorderTypeCornerRadius();
1812
- this.i.m0.b = +v;
1813
- this._a("borderTypeCornerRadiusBottomRight", this.i.m0.b);
1814
- this.i.m0 = this.i.m0;
1813
+ this.i.m1.b = +v;
1814
+ this._a("borderTypeCornerRadiusBottomRight", this.i.m1.b);
1815
+ this.i.m1 = this.i.m1;
1815
1816
  },
1816
1817
  enumerable: true,
1817
1818
  configurable: true
1818
1819
  });
1819
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeCornerRadiusBottomLeft", {
1820
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeCornerRadiusBottomLeft", {
1820
1821
  get: function () {
1821
- return this.i.m0 ? this.i.m0.a : NaN;
1822
+ return this.i.m1 ? this.i.m1.a : NaN;
1822
1823
  },
1823
1824
  set: function (v) {
1824
1825
  this.ensureBorderTypeCornerRadius();
1825
- this.i.m0.a = +v;
1826
- this._a("borderTypeCornerRadiusBottomLeft", this.i.m0.a);
1827
- this.i.m0 = this.i.m0;
1826
+ this.i.m1.a = +v;
1827
+ this._a("borderTypeCornerRadiusBottomLeft", this.i.m1.a);
1828
+ this.i.m1 = this.i.m1;
1828
1829
  },
1829
1830
  enumerable: true,
1830
1831
  configurable: true
1831
1832
  });
1832
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeCornerRadiusTopLeft", {
1833
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeCornerRadiusTopLeft", {
1833
1834
  get: function () {
1834
- return this.i.m0 ? this.i.m0.c : NaN;
1835
+ return this.i.m1 ? this.i.m1.c : NaN;
1835
1836
  },
1836
1837
  set: function (v) {
1837
1838
  this.ensureBorderTypeCornerRadius();
1838
- this.i.m0.c = +v;
1839
- this._a("borderTypeCornerRadiusTopLeft", this.i.m0.c);
1840
- this.i.m0 = this.i.m0;
1839
+ this.i.m1.c = +v;
1840
+ this._a("borderTypeCornerRadiusTopLeft", this.i.m1.c);
1841
+ this.i.m1 = this.i.m1;
1841
1842
  },
1842
1843
  enumerable: true,
1843
1844
  configurable: true
1844
1845
  });
1845
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeCornerRadiusTopRight", {
1846
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeCornerRadiusTopRight", {
1846
1847
  get: function () {
1847
- return this.i.m0 ? this.i.m0.d : NaN;
1848
+ return this.i.m1 ? this.i.m1.d : NaN;
1848
1849
  },
1849
1850
  set: function (v) {
1850
1851
  this.ensureBorderTypeCornerRadius();
1851
- this.i.m0.d = +v;
1852
- this._a("borderTypeCornerRadiusTopRight", this.i.m0.d);
1853
- this.i.m0 = this.i.m0;
1852
+ this.i.m1.d = +v;
1853
+ this._a("borderTypeCornerRadiusTopRight", this.i.m1.d);
1854
+ this.i.m1 = this.i.m1;
1854
1855
  },
1855
1856
  enumerable: true,
1856
1857
  configurable: true
1857
1858
  });
1858
- IgcInputGroupComponent.prototype.ensureBorderTypeCornerRadius = function () {
1859
- if (this.i.m0) {
1859
+ IgcXInputGroupComponent.prototype.ensureBorderTypeCornerRadius = function () {
1860
+ if (this.i.m1) {
1860
1861
  return;
1861
1862
  }
1862
- this.i.m0 = new CornerRadius(2);
1863
+ this.i.m1 = new CornerRadius(2);
1863
1864
  };
1864
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeContentPaddingBottom", {
1865
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingBottom", {
1865
1866
  get: function () {
1866
- return this.i.tg ? this.i.tg.b : NaN;
1867
+ return this.i.th ? this.i.th.b : NaN;
1867
1868
  },
1868
1869
  set: function (v) {
1869
1870
  this.ensureBorderTypeContentPadding();
1870
- this.i.tg.b = +v;
1871
- this._a("borderTypeContentPaddingBottom", this.i.tg.b);
1872
- this.i.tg = this.i.tg;
1871
+ this.i.th.b = +v;
1872
+ this._a("borderTypeContentPaddingBottom", this.i.th.b);
1873
+ this.i.th = this.i.th;
1873
1874
  },
1874
1875
  enumerable: true,
1875
1876
  configurable: true
1876
1877
  });
1877
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeContentPaddingLeft", {
1878
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingLeft", {
1878
1879
  get: function () {
1879
- return this.i.tg ? this.i.tg.c : NaN;
1880
+ return this.i.th ? this.i.th.c : NaN;
1880
1881
  },
1881
1882
  set: function (v) {
1882
1883
  this.ensureBorderTypeContentPadding();
1883
- this.i.tg.c = +v;
1884
- this._a("borderTypeContentPaddingLeft", this.i.tg.c);
1885
- this.i.tg = this.i.tg;
1884
+ this.i.th.c = +v;
1885
+ this._a("borderTypeContentPaddingLeft", this.i.th.c);
1886
+ this.i.th = this.i.th;
1886
1887
  },
1887
1888
  enumerable: true,
1888
1889
  configurable: true
1889
1890
  });
1890
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeContentPaddingRight", {
1891
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingRight", {
1891
1892
  get: function () {
1892
- return this.i.tg ? this.i.tg.d : NaN;
1893
+ return this.i.th ? this.i.th.d : NaN;
1893
1894
  },
1894
1895
  set: function (v) {
1895
1896
  this.ensureBorderTypeContentPadding();
1896
- this.i.tg.d = +v;
1897
- this._a("borderTypeContentPaddingRight", this.i.tg.d);
1898
- this.i.tg = this.i.tg;
1897
+ this.i.th.d = +v;
1898
+ this._a("borderTypeContentPaddingRight", this.i.th.d);
1899
+ this.i.th = this.i.th;
1899
1900
  },
1900
1901
  enumerable: true,
1901
1902
  configurable: true
1902
1903
  });
1903
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeContentPaddingTop", {
1904
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingTop", {
1904
1905
  get: function () {
1905
- return this.i.tg ? this.i.tg.e : NaN;
1906
+ return this.i.th ? this.i.th.e : NaN;
1906
1907
  },
1907
1908
  set: function (v) {
1908
1909
  this.ensureBorderTypeContentPadding();
1909
- this.i.tg.e = +v;
1910
- this._a("borderTypeContentPaddingTop", this.i.tg.e);
1911
- this.i.tg = this.i.tg;
1910
+ this.i.th.e = +v;
1911
+ this._a("borderTypeContentPaddingTop", this.i.th.e);
1912
+ this.i.th = this.i.th;
1912
1913
  },
1913
1914
  enumerable: true,
1914
1915
  configurable: true
1915
1916
  });
1916
- IgcInputGroupComponent.prototype.ensureBorderTypeContentPadding = function () {
1917
- if (this.i.tg) {
1917
+ IgcXInputGroupComponent.prototype.ensureBorderTypeContentPadding = function () {
1918
+ if (this.i.th) {
1918
1919
  return;
1919
1920
  }
1920
- this.i.tg = new Thickness(2);
1921
+ this.i.th = new Thickness(2);
1921
1922
  };
1922
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeUnderlineWidth", {
1923
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineWidth", {
1923
1924
  /**
1924
1925
  * Gets or sets the width to use for the underline element when type is border.
1925
1926
  */
@@ -1933,7 +1934,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1933
1934
  enumerable: true,
1934
1935
  configurable: true
1935
1936
  });
1936
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeUnderlineRippleWidth", {
1937
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineRippleWidth", {
1937
1938
  /**
1938
1939
  * Gets or sets the width to use for the underline element when type is border.
1939
1940
  */
@@ -1947,7 +1948,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1947
1948
  enumerable: true,
1948
1949
  configurable: true
1949
1950
  });
1950
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeHoverUnderlineWidth", {
1951
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeHoverUnderlineWidth", {
1951
1952
  /**
1952
1953
  * Gets or sets the width to use for the underline element when hovered when type is border.
1953
1954
  */
@@ -1961,63 +1962,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1961
1962
  enumerable: true,
1962
1963
  configurable: true
1963
1964
  });
1964
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeUnderlineColor", {
1965
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineColor", {
1965
1966
  /**
1966
1967
  * Gets or sets the color to use for the underline element when type is border.
1967
1968
  */
1968
1969
  get: function () {
1969
- return brushToString(this.i.o5);
1970
+ return brushToString(this.i.o6);
1970
1971
  },
1971
1972
  set: function (v) {
1972
- this.i.o5 = stringToBrush(v);
1973
- this._a("borderTypeUnderlineColor", brushToString(this.i.o5));
1973
+ this.i.o6 = stringToBrush(v);
1974
+ this._a("borderTypeUnderlineColor", brushToString(this.i.o6));
1974
1975
  },
1975
1976
  enumerable: true,
1976
1977
  configurable: true
1977
1978
  });
1978
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeUnderlineRippleColor", {
1979
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineRippleColor", {
1979
1980
  /**
1980
1981
  * Gets or sets the color to use for the underline ripple element when type is border.
1981
1982
  */
1982
1983
  get: function () {
1983
- return brushToString(this.i.o6);
1984
+ return brushToString(this.i.o7);
1984
1985
  },
1985
1986
  set: function (v) {
1986
- this.i.o6 = stringToBrush(v);
1987
- this._a("borderTypeUnderlineRippleColor", brushToString(this.i.o6));
1987
+ this.i.o7 = stringToBrush(v);
1988
+ this._a("borderTypeUnderlineRippleColor", brushToString(this.i.o7));
1988
1989
  },
1989
1990
  enumerable: true,
1990
1991
  configurable: true
1991
1992
  });
1992
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeHoverUnderlineColor", {
1993
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeHoverUnderlineColor", {
1993
1994
  /**
1994
1995
  * Gets or sets the color to use for the underline element when type is border.
1995
1996
  */
1996
1997
  get: function () {
1997
- return brushToString(this.i.o4);
1998
+ return brushToString(this.i.o5);
1998
1999
  },
1999
2000
  set: function (v) {
2000
- this.i.o4 = stringToBrush(v);
2001
- this._a("borderTypeHoverUnderlineColor", brushToString(this.i.o4));
2001
+ this.i.o5 = stringToBrush(v);
2002
+ this._a("borderTypeHoverUnderlineColor", brushToString(this.i.o5));
2002
2003
  },
2003
2004
  enumerable: true,
2004
2005
  configurable: true
2005
2006
  });
2006
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeFocusUnderlineColor", {
2007
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeFocusUnderlineColor", {
2007
2008
  /**
2008
2009
  * Gets or sets the color to use for the underline element when type is border.
2009
2010
  */
2010
2011
  get: function () {
2011
- return brushToString(this.i.o3);
2012
+ return brushToString(this.i.o4);
2012
2013
  },
2013
2014
  set: function (v) {
2014
- this.i.o3 = stringToBrush(v);
2015
- this._a("borderTypeFocusUnderlineColor", brushToString(this.i.o3));
2015
+ this.i.o4 = stringToBrush(v);
2016
+ this._a("borderTypeFocusUnderlineColor", brushToString(this.i.o4));
2016
2017
  },
2017
2018
  enumerable: true,
2018
2019
  configurable: true
2019
2020
  });
2020
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeUnderlineOpacity", {
2021
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineOpacity", {
2021
2022
  /**
2022
2023
  * Gets or sets the color to use for the underline element when type is border.
2023
2024
  */
@@ -2031,7 +2032,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2031
2032
  enumerable: true,
2032
2033
  configurable: true
2033
2034
  });
2034
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeHoverUnderlineOpacity", {
2035
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeHoverUnderlineOpacity", {
2035
2036
  /**
2036
2037
  * Gets or sets the color to use for the underline element when type is border.
2037
2038
  */
@@ -2045,7 +2046,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2045
2046
  enumerable: true,
2046
2047
  configurable: true
2047
2048
  });
2048
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeFocusUnderlineOpacity", {
2049
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeFocusUnderlineOpacity", {
2049
2050
  /**
2050
2051
  * Gets or sets the color to use for the underline element when type is border.
2051
2052
  */
@@ -2059,7 +2060,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2059
2060
  enumerable: true,
2060
2061
  configurable: true
2061
2062
  });
2062
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeFocusUnderlineRippleOpacity", {
2063
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeFocusUnderlineRippleOpacity", {
2063
2064
  /**
2064
2065
  * Gets or sets the opacity to use for the underline ripple element when focused when type is border.
2065
2066
  */
@@ -2073,7 +2074,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2073
2074
  enumerable: true,
2074
2075
  configurable: true
2075
2076
  });
2076
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeUnderlineRippleOpacity", {
2077
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineRippleOpacity", {
2077
2078
  /**
2078
2079
  * Gets or sets the opacity to use for the underline ripple element when type is border.
2079
2080
  */
@@ -2087,21 +2088,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2087
2088
  enumerable: true,
2088
2089
  configurable: true
2089
2090
  });
2090
- Object.defineProperty(IgcInputGroupComponent.prototype, "borderTypeBackgroundColor", {
2091
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeBackgroundColor", {
2091
2092
  /**
2092
2093
  * Gets or sets the background color to use for the input group when type is border.
2093
2094
  */
2094
2095
  get: function () {
2095
- return brushToString(this.i.o0);
2096
+ return brushToString(this.i.o1);
2096
2097
  },
2097
2098
  set: function (v) {
2098
- this.i.o0 = stringToBrush(v);
2099
- this._a("borderTypeBackgroundColor", brushToString(this.i.o0));
2099
+ this.i.o1 = stringToBrush(v);
2100
+ this._a("borderTypeBackgroundColor", brushToString(this.i.o1));
2100
2101
  },
2101
2102
  enumerable: true,
2102
2103
  configurable: true
2103
2104
  });
2104
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeBorderWidth", {
2105
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeBorderWidth", {
2105
2106
  /**
2106
2107
  * Gets or sets the search width to use for the border of the item group when using type line.
2107
2108
  */
@@ -2115,7 +2116,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2115
2116
  enumerable: true,
2116
2117
  configurable: true
2117
2118
  });
2118
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeFocusBorderWidth", {
2119
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeFocusBorderWidth", {
2119
2120
  /**
2120
2121
  * Gets or sets the search width to use for the border of the item group when focused when type is search.
2121
2122
  */
@@ -2129,151 +2130,151 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2129
2130
  enumerable: true,
2130
2131
  configurable: true
2131
2132
  });
2132
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeFocusBorderColor", {
2133
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeFocusBorderColor", {
2133
2134
  /**
2134
2135
  * Gets or sets the focus color to use the search of the input group when type is search.
2135
2136
  */
2136
2137
  get: function () {
2137
- return brushToString(this.i.s2);
2138
+ return brushToString(this.i.s3);
2138
2139
  },
2139
2140
  set: function (v) {
2140
- this.i.s2 = stringToBrush(v);
2141
- this._a("searchTypeFocusBorderColor", brushToString(this.i.s2));
2141
+ this.i.s3 = stringToBrush(v);
2142
+ this._a("searchTypeFocusBorderColor", brushToString(this.i.s3));
2142
2143
  },
2143
2144
  enumerable: true,
2144
2145
  configurable: true
2145
2146
  });
2146
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeBorderColor", {
2147
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeBorderColor", {
2147
2148
  /**
2148
2149
  * Gets or sets the color to use the search of the input group when type is search.
2149
2150
  */
2150
2151
  get: function () {
2151
- return brushToString(this.i.s1);
2152
+ return brushToString(this.i.s2);
2152
2153
  },
2153
2154
  set: function (v) {
2154
- this.i.s1 = stringToBrush(v);
2155
- this._a("searchTypeBorderColor", brushToString(this.i.s1));
2155
+ this.i.s2 = stringToBrush(v);
2156
+ this._a("searchTypeBorderColor", brushToString(this.i.s2));
2156
2157
  },
2157
2158
  enumerable: true,
2158
2159
  configurable: true
2159
2160
  });
2160
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeCornerRadiusBottomRight", {
2161
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeCornerRadiusBottomRight", {
2161
2162
  get: function () {
2162
- return this.i.nk ? this.i.nk.b : NaN;
2163
+ return this.i.nl ? this.i.nl.b : NaN;
2163
2164
  },
2164
2165
  set: function (v) {
2165
2166
  this.ensureSearchTypeCornerRadius();
2166
- this.i.nk.b = +v;
2167
- this._a("searchTypeCornerRadiusBottomRight", this.i.nk.b);
2168
- this.i.nk = this.i.nk;
2167
+ this.i.nl.b = +v;
2168
+ this._a("searchTypeCornerRadiusBottomRight", this.i.nl.b);
2169
+ this.i.nl = this.i.nl;
2169
2170
  },
2170
2171
  enumerable: true,
2171
2172
  configurable: true
2172
2173
  });
2173
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeCornerRadiusBottomLeft", {
2174
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeCornerRadiusBottomLeft", {
2174
2175
  get: function () {
2175
- return this.i.nk ? this.i.nk.a : NaN;
2176
+ return this.i.nl ? this.i.nl.a : NaN;
2176
2177
  },
2177
2178
  set: function (v) {
2178
2179
  this.ensureSearchTypeCornerRadius();
2179
- this.i.nk.a = +v;
2180
- this._a("searchTypeCornerRadiusBottomLeft", this.i.nk.a);
2181
- this.i.nk = this.i.nk;
2180
+ this.i.nl.a = +v;
2181
+ this._a("searchTypeCornerRadiusBottomLeft", this.i.nl.a);
2182
+ this.i.nl = this.i.nl;
2182
2183
  },
2183
2184
  enumerable: true,
2184
2185
  configurable: true
2185
2186
  });
2186
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeCornerRadiusTopLeft", {
2187
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeCornerRadiusTopLeft", {
2187
2188
  get: function () {
2188
- return this.i.nk ? this.i.nk.c : NaN;
2189
+ return this.i.nl ? this.i.nl.c : NaN;
2189
2190
  },
2190
2191
  set: function (v) {
2191
2192
  this.ensureSearchTypeCornerRadius();
2192
- this.i.nk.c = +v;
2193
- this._a("searchTypeCornerRadiusTopLeft", this.i.nk.c);
2194
- this.i.nk = this.i.nk;
2193
+ this.i.nl.c = +v;
2194
+ this._a("searchTypeCornerRadiusTopLeft", this.i.nl.c);
2195
+ this.i.nl = this.i.nl;
2195
2196
  },
2196
2197
  enumerable: true,
2197
2198
  configurable: true
2198
2199
  });
2199
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeCornerRadiusTopRight", {
2200
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeCornerRadiusTopRight", {
2200
2201
  get: function () {
2201
- return this.i.nk ? this.i.nk.d : NaN;
2202
+ return this.i.nl ? this.i.nl.d : NaN;
2202
2203
  },
2203
2204
  set: function (v) {
2204
2205
  this.ensureSearchTypeCornerRadius();
2205
- this.i.nk.d = +v;
2206
- this._a("searchTypeCornerRadiusTopRight", this.i.nk.d);
2207
- this.i.nk = this.i.nk;
2206
+ this.i.nl.d = +v;
2207
+ this._a("searchTypeCornerRadiusTopRight", this.i.nl.d);
2208
+ this.i.nl = this.i.nl;
2208
2209
  },
2209
2210
  enumerable: true,
2210
2211
  configurable: true
2211
2212
  });
2212
- IgcInputGroupComponent.prototype.ensureSearchTypeCornerRadius = function () {
2213
- if (this.i.nk) {
2213
+ IgcXInputGroupComponent.prototype.ensureSearchTypeCornerRadius = function () {
2214
+ if (this.i.nl) {
2214
2215
  return;
2215
2216
  }
2216
- this.i.nk = new CornerRadius(2);
2217
+ this.i.nl = new CornerRadius(2);
2217
2218
  };
2218
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeContentPaddingBottom", {
2219
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingBottom", {
2219
2220
  get: function () {
2220
- return this.i.t0 ? this.i.t0.b : NaN;
2221
+ return this.i.t1 ? this.i.t1.b : NaN;
2221
2222
  },
2222
2223
  set: function (v) {
2223
2224
  this.ensureSearchTypeContentPadding();
2224
- this.i.t0.b = +v;
2225
- this._a("searchTypeContentPaddingBottom", this.i.t0.b);
2226
- this.i.t0 = this.i.t0;
2225
+ this.i.t1.b = +v;
2226
+ this._a("searchTypeContentPaddingBottom", this.i.t1.b);
2227
+ this.i.t1 = this.i.t1;
2227
2228
  },
2228
2229
  enumerable: true,
2229
2230
  configurable: true
2230
2231
  });
2231
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeContentPaddingLeft", {
2232
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingLeft", {
2232
2233
  get: function () {
2233
- return this.i.t0 ? this.i.t0.c : NaN;
2234
+ return this.i.t1 ? this.i.t1.c : NaN;
2234
2235
  },
2235
2236
  set: function (v) {
2236
2237
  this.ensureSearchTypeContentPadding();
2237
- this.i.t0.c = +v;
2238
- this._a("searchTypeContentPaddingLeft", this.i.t0.c);
2239
- this.i.t0 = this.i.t0;
2238
+ this.i.t1.c = +v;
2239
+ this._a("searchTypeContentPaddingLeft", this.i.t1.c);
2240
+ this.i.t1 = this.i.t1;
2240
2241
  },
2241
2242
  enumerable: true,
2242
2243
  configurable: true
2243
2244
  });
2244
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeContentPaddingRight", {
2245
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingRight", {
2245
2246
  get: function () {
2246
- return this.i.t0 ? this.i.t0.d : NaN;
2247
+ return this.i.t1 ? this.i.t1.d : NaN;
2247
2248
  },
2248
2249
  set: function (v) {
2249
2250
  this.ensureSearchTypeContentPadding();
2250
- this.i.t0.d = +v;
2251
- this._a("searchTypeContentPaddingRight", this.i.t0.d);
2252
- this.i.t0 = this.i.t0;
2251
+ this.i.t1.d = +v;
2252
+ this._a("searchTypeContentPaddingRight", this.i.t1.d);
2253
+ this.i.t1 = this.i.t1;
2253
2254
  },
2254
2255
  enumerable: true,
2255
2256
  configurable: true
2256
2257
  });
2257
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeContentPaddingTop", {
2258
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingTop", {
2258
2259
  get: function () {
2259
- return this.i.t0 ? this.i.t0.e : NaN;
2260
+ return this.i.t1 ? this.i.t1.e : NaN;
2260
2261
  },
2261
2262
  set: function (v) {
2262
2263
  this.ensureSearchTypeContentPadding();
2263
- this.i.t0.e = +v;
2264
- this._a("searchTypeContentPaddingTop", this.i.t0.e);
2265
- this.i.t0 = this.i.t0;
2264
+ this.i.t1.e = +v;
2265
+ this._a("searchTypeContentPaddingTop", this.i.t1.e);
2266
+ this.i.t1 = this.i.t1;
2266
2267
  },
2267
2268
  enumerable: true,
2268
2269
  configurable: true
2269
2270
  });
2270
- IgcInputGroupComponent.prototype.ensureSearchTypeContentPadding = function () {
2271
- if (this.i.t0) {
2271
+ IgcXInputGroupComponent.prototype.ensureSearchTypeContentPadding = function () {
2272
+ if (this.i.t1) {
2272
2273
  return;
2273
2274
  }
2274
- this.i.t0 = new Thickness(2);
2275
+ this.i.t1 = new Thickness(2);
2275
2276
  };
2276
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeUnderlineWidth", {
2277
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineWidth", {
2277
2278
  /**
2278
2279
  * Gets or sets the width to use for the underline element when type is search.
2279
2280
  */
@@ -2287,7 +2288,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2287
2288
  enumerable: true,
2288
2289
  configurable: true
2289
2290
  });
2290
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeUnderlineRippleWidth", {
2291
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineRippleWidth", {
2291
2292
  /**
2292
2293
  * Gets or sets the width to use for the underline element when type is search.
2293
2294
  */
@@ -2301,7 +2302,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2301
2302
  enumerable: true,
2302
2303
  configurable: true
2303
2304
  });
2304
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeHoverUnderlineWidth", {
2305
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeHoverUnderlineWidth", {
2305
2306
  /**
2306
2307
  * Gets or sets the width to use for the underline element when hovered when type is search.
2307
2308
  */
@@ -2315,63 +2316,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2315
2316
  enumerable: true,
2316
2317
  configurable: true
2317
2318
  });
2318
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeUnderlineColor", {
2319
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineColor", {
2319
2320
  /**
2320
2321
  * Gets or sets the color to use for the underline element when type is search.
2321
2322
  */
2322
2323
  get: function () {
2323
- return brushToString(this.i.s5);
2324
+ return brushToString(this.i.s6);
2324
2325
  },
2325
2326
  set: function (v) {
2326
- this.i.s5 = stringToBrush(v);
2327
- this._a("searchTypeUnderlineColor", brushToString(this.i.s5));
2327
+ this.i.s6 = stringToBrush(v);
2328
+ this._a("searchTypeUnderlineColor", brushToString(this.i.s6));
2328
2329
  },
2329
2330
  enumerable: true,
2330
2331
  configurable: true
2331
2332
  });
2332
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeUnderlineRippleColor", {
2333
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineRippleColor", {
2333
2334
  /**
2334
2335
  * Gets or sets the color to use for the underline ripple element when type is search.
2335
2336
  */
2336
2337
  get: function () {
2337
- return brushToString(this.i.s6);
2338
+ return brushToString(this.i.s7);
2338
2339
  },
2339
2340
  set: function (v) {
2340
- this.i.s6 = stringToBrush(v);
2341
- this._a("searchTypeUnderlineRippleColor", brushToString(this.i.s6));
2341
+ this.i.s7 = stringToBrush(v);
2342
+ this._a("searchTypeUnderlineRippleColor", brushToString(this.i.s7));
2342
2343
  },
2343
2344
  enumerable: true,
2344
2345
  configurable: true
2345
2346
  });
2346
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeHoverUnderlineColor", {
2347
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeHoverUnderlineColor", {
2347
2348
  /**
2348
2349
  * Gets or sets the color to use for the underline element when type is search.
2349
2350
  */
2350
2351
  get: function () {
2351
- return brushToString(this.i.s4);
2352
+ return brushToString(this.i.s5);
2352
2353
  },
2353
2354
  set: function (v) {
2354
- this.i.s4 = stringToBrush(v);
2355
- this._a("searchTypeHoverUnderlineColor", brushToString(this.i.s4));
2355
+ this.i.s5 = stringToBrush(v);
2356
+ this._a("searchTypeHoverUnderlineColor", brushToString(this.i.s5));
2356
2357
  },
2357
2358
  enumerable: true,
2358
2359
  configurable: true
2359
2360
  });
2360
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeFocusUnderlineColor", {
2361
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeFocusUnderlineColor", {
2361
2362
  /**
2362
2363
  * Gets or sets the color to use for the underline element when type is search.
2363
2364
  */
2364
2365
  get: function () {
2365
- return brushToString(this.i.s3);
2366
+ return brushToString(this.i.s4);
2366
2367
  },
2367
2368
  set: function (v) {
2368
- this.i.s3 = stringToBrush(v);
2369
- this._a("searchTypeFocusUnderlineColor", brushToString(this.i.s3));
2369
+ this.i.s4 = stringToBrush(v);
2370
+ this._a("searchTypeFocusUnderlineColor", brushToString(this.i.s4));
2370
2371
  },
2371
2372
  enumerable: true,
2372
2373
  configurable: true
2373
2374
  });
2374
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeUnderlineOpacity", {
2375
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineOpacity", {
2375
2376
  /**
2376
2377
  * Gets or sets the color to use for the underline element when type is search.
2377
2378
  */
@@ -2385,7 +2386,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2385
2386
  enumerable: true,
2386
2387
  configurable: true
2387
2388
  });
2388
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeHoverUnderlineOpacity", {
2389
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeHoverUnderlineOpacity", {
2389
2390
  /**
2390
2391
  * Gets or sets the color to use for the underline element when type is search.
2391
2392
  */
@@ -2399,7 +2400,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2399
2400
  enumerable: true,
2400
2401
  configurable: true
2401
2402
  });
2402
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeFocusUnderlineOpacity", {
2403
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeFocusUnderlineOpacity", {
2403
2404
  /**
2404
2405
  * Gets or sets the color to use for the underline element when type is search.
2405
2406
  */
@@ -2413,7 +2414,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2413
2414
  enumerable: true,
2414
2415
  configurable: true
2415
2416
  });
2416
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeFocusUnderlineRippleOpacity", {
2417
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeFocusUnderlineRippleOpacity", {
2417
2418
  /**
2418
2419
  * Gets or sets the opacity to use for the underline ripple element when focused when type is search.
2419
2420
  */
@@ -2427,7 +2428,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2427
2428
  enumerable: true,
2428
2429
  configurable: true
2429
2430
  });
2430
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeUnderlineRippleOpacity", {
2431
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineRippleOpacity", {
2431
2432
  /**
2432
2433
  * Gets or sets the opacity to use for the underline ripple element when type is search.
2433
2434
  */
@@ -2441,21 +2442,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2441
2442
  enumerable: true,
2442
2443
  configurable: true
2443
2444
  });
2444
- Object.defineProperty(IgcInputGroupComponent.prototype, "searchTypeBackgroundColor", {
2445
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeBackgroundColor", {
2445
2446
  /**
2446
2447
  * Gets or sets the background color to use for the input group when type is search.
2447
2448
  */
2448
2449
  get: function () {
2449
- return brushToString(this.i.s0);
2450
+ return brushToString(this.i.s1);
2450
2451
  },
2451
2452
  set: function (v) {
2452
- this.i.s0 = stringToBrush(v);
2453
- this._a("searchTypeBackgroundColor", brushToString(this.i.s0));
2453
+ this.i.s1 = stringToBrush(v);
2454
+ this._a("searchTypeBackgroundColor", brushToString(this.i.s1));
2454
2455
  },
2455
2456
  enumerable: true,
2456
2457
  configurable: true
2457
2458
  });
2458
- Object.defineProperty(IgcInputGroupComponent.prototype, "isExpanded", {
2459
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "isExpanded", {
2459
2460
  /**
2460
2461
  * Gets or sets whether the input group is expanded or not.
2461
2462
  */
@@ -2469,7 +2470,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2469
2470
  enumerable: true,
2470
2471
  configurable: true
2471
2472
  });
2472
- Object.defineProperty(IgcInputGroupComponent.prototype, "isHovered", {
2473
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "isHovered", {
2473
2474
  /**
2474
2475
  * Gets or sets whether the input group is hovered or not.
2475
2476
  */
@@ -2483,7 +2484,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2483
2484
  enumerable: true,
2484
2485
  configurable: true
2485
2486
  });
2486
- Object.defineProperty(IgcInputGroupComponent.prototype, "isFocused", {
2487
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "isFocused", {
2487
2488
  /**
2488
2489
  * Gets or sets whether the input group is hovered or not.
2489
2490
  */
@@ -2497,7 +2498,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2497
2498
  enumerable: true,
2498
2499
  configurable: true
2499
2500
  });
2500
- Object.defineProperty(IgcInputGroupComponent.prototype, "actualIsExpanded", {
2501
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "actualIsExpanded", {
2501
2502
  /**
2502
2503
  * Gets or sets whether the input group is expanded or not.
2503
2504
  */
@@ -2511,21 +2512,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2511
2512
  enumerable: true,
2512
2513
  configurable: true
2513
2514
  });
2514
- Object.defineProperty(IgcInputGroupComponent.prototype, "focusBorderColor", {
2515
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "focusBorderColor", {
2515
2516
  /**
2516
2517
  * Gets or sets the color to use the hovered background of the inputs in the group.
2517
2518
  */
2518
2519
  get: function () {
2519
- return brushToString(this.i.sq);
2520
+ return brushToString(this.i.sr);
2520
2521
  },
2521
2522
  set: function (v) {
2522
- this.i.sq = stringToBrush(v);
2523
- this._a("focusBorderColor", brushToString(this.i.sq));
2523
+ this.i.sr = stringToBrush(v);
2524
+ this._a("focusBorderColor", brushToString(this.i.sr));
2524
2525
  },
2525
2526
  enumerable: true,
2526
2527
  configurable: true
2527
2528
  });
2528
- Object.defineProperty(IgcInputGroupComponent.prototype, "id", {
2529
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "id", {
2529
2530
  /**
2530
2531
  * Gets or sets the id to use for the checkbox.
2531
2532
  */
@@ -2538,7 +2539,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2538
2539
  enumerable: true,
2539
2540
  configurable: true
2540
2541
  });
2541
- Object.defineProperty(IgcInputGroupComponent.prototype, "disabled", {
2542
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "disabled", {
2542
2543
  /**
2543
2544
  * Gets or sets whether the checkbox is disabled.
2544
2545
  */
@@ -2552,25 +2553,25 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2552
2553
  enumerable: true,
2553
2554
  configurable: true
2554
2555
  });
2555
- IgcInputGroupComponent.prototype.findByName = function (name) {
2556
+ IgcXInputGroupComponent.prototype.findByName = function (name) {
2556
2557
  if (this.inputs != null && this.inputs.findByName && this.inputs.findByName(name)) {
2557
2558
  return this.inputs.findByName(name);
2558
2559
  }
2559
2560
  return null;
2560
2561
  };
2561
- Object.defineProperty(IgcInputGroupComponent.prototype, "hasUserValues", {
2562
+ Object.defineProperty(IgcXInputGroupComponent.prototype, "hasUserValues", {
2562
2563
  get: function () {
2563
2564
  return this._hasUserValues;
2564
2565
  },
2565
2566
  enumerable: true,
2566
2567
  configurable: true
2567
2568
  });
2568
- IgcInputGroupComponent.prototype.__m = function (propertyName) {
2569
+ IgcXInputGroupComponent.prototype.__m = function (propertyName) {
2569
2570
  if (!this._inStyling) {
2570
2571
  this._hasUserValues.add(propertyName);
2571
2572
  }
2572
2573
  };
2573
- IgcInputGroupComponent.prototype._styling = function (container, component, parent) {
2574
+ IgcXInputGroupComponent.prototype._styling = function (container, component, parent) {
2574
2575
  if (this._inStyling) {
2575
2576
  return;
2576
2577
  }
@@ -2582,7 +2583,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2582
2583
  if (typeName.indexOf("Xam") === 0) {
2583
2584
  typeName = typeName.substring(3);
2584
2585
  }
2585
- genericPrefix = toSpinal("InputGroupComponent");
2586
+ genericPrefix = toSpinal("XInputGroupComponent");
2586
2587
  var additionalPrefixes = [];
2587
2588
  var prefix = toSpinal(typeName);
2588
2589
  additionalPrefixes.push(prefix + "-");
@@ -2615,17 +2616,17 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2615
2616
  }
2616
2617
  this._inStyling = false;
2617
2618
  };
2618
- IgcInputGroupComponent.prototype.onDetachedFromUI = function () {
2619
+ IgcXInputGroupComponent.prototype.onDetachedFromUI = function () {
2619
2620
  this.i.onDetachedFromUI();
2620
2621
  };
2621
- IgcInputGroupComponent.prototype.onAttachedToUI = function () {
2622
+ IgcXInputGroupComponent.prototype.onAttachedToUI = function () {
2622
2623
  this.i.onAttachedToUI();
2623
2624
  };
2624
2625
  /**
2625
2626
  * Exports visual information about the current state of the grid.
2626
2627
 
2627
2628
  */
2628
- IgcInputGroupComponent.prototype.exportVisualModel = function () {
2629
+ IgcXInputGroupComponent.prototype.exportVisualModel = function () {
2629
2630
  var iv = this.i.ia();
2630
2631
  return (iv);
2631
2632
  };
@@ -2633,14 +2634,14 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2633
2634
  * Returns a serialized copy of the exported visual model
2634
2635
 
2635
2636
  */
2636
- IgcInputGroupComponent.prototype.exportSerializedVisualModel = function () {
2637
+ IgcXInputGroupComponent.prototype.exportSerializedVisualModel = function () {
2637
2638
  var iv = this.i.j9();
2638
2639
  return (iv);
2639
2640
  };
2640
- IgcInputGroupComponent._observedAttributesIgcInputGroupComponent = null;
2641
- IgcInputGroupComponent.htmlTagName = "igc-input-group";
2642
- IgcInputGroupComponent._isElementRegistered = false;
2643
- return IgcInputGroupComponent;
2641
+ IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent = null;
2642
+ IgcXInputGroupComponent.htmlTagName = "igc-x-input-group";
2643
+ IgcXInputGroupComponent._isElementRegistered = false;
2644
+ return IgcXInputGroupComponent;
2644
2645
  }(IgcHTMLElement));
2645
- export { IgcInputGroupComponent };
2646
- //# sourceMappingURL=igc-input-group-component.js.map
2646
+ export { IgcXInputGroupComponent };
2647
+ //# sourceMappingURL=igc-x-input-group-component.js.map