igniteui-webcomponents-inputs 1.3.3 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (574) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +6800 -6407
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +7 -2
  3. package/esm2015/igniteui-webcomponents-inputs.js +0 -1
  4. package/esm2015/lib/ButtonClickEventArgs.js +0 -1
  5. package/esm2015/lib/ButtonDisplayStyle.js +0 -1
  6. package/esm2015/lib/ButtonGroupDisplayStyle.js +0 -1
  7. package/esm2015/lib/ButtonGroupOrientation.js +0 -1
  8. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +0 -1
  9. package/esm2015/lib/ButtonGroupView.js +0 -1
  10. package/esm2015/lib/ButtonGroupView_combined.js +191 -192
  11. package/esm2015/lib/ButtonGroupVisualModelExport.js +0 -1
  12. package/esm2015/lib/ButtonView.js +0 -1
  13. package/esm2015/lib/ButtonView_combined.js +463 -464
  14. package/esm2015/lib/ButtonVisualModelExport.js +0 -1
  15. package/esm2015/lib/CalendarView.js +0 -1
  16. package/esm2015/lib/CalendarView_combined.js +560 -522
  17. package/esm2015/lib/CalendarVisualModelExport.js +0 -1
  18. package/esm2015/lib/CheckboxChangeEventArgs.js +0 -1
  19. package/esm2015/lib/CheckboxLabelPosition.js +0 -1
  20. package/esm2015/lib/CheckboxView.js +0 -1
  21. package/esm2015/lib/CheckboxView_combined.js +102 -97
  22. package/esm2015/lib/CheckboxVisualModelExport.js +0 -1
  23. package/esm2015/lib/DateFormats.js +0 -1
  24. package/esm2015/lib/DatePicker.js +0 -1
  25. package/esm2015/lib/DatePickerView.js +0 -1
  26. package/esm2015/lib/DatePickerView_combined.js +708 -637
  27. package/esm2015/lib/DatePickerVisualModelExport.js +10 -11
  28. package/esm2015/lib/DateTimeValueFormatter.js +0 -1
  29. package/esm2015/lib/DayInfo.js +0 -1
  30. package/esm2015/lib/DayOfWeek.js +0 -1
  31. package/esm2015/lib/ElevationHelper.js +0 -1
  32. package/esm2015/lib/FirstWeek.js +0 -1
  33. package/esm2015/lib/GotFocusEventArgs.js +0 -1
  34. package/esm2015/lib/{Checkbox.js → IconClickedEventArgs.js} +10 -2
  35. package/esm2015/lib/IconView.js +0 -1
  36. package/esm2015/lib/IconView_combined.js +373 -325
  37. package/esm2015/lib/IconVisualModelExport.js +27 -19
  38. package/esm2015/lib/InputChangeEventArgs.js +0 -1
  39. package/esm2015/lib/InputGroupDisplayType.js +0 -1
  40. package/esm2015/lib/InputGroupView.js +0 -1
  41. package/esm2015/lib/InputGroupView_combined.js +1724 -1663
  42. package/esm2015/lib/InputGroupVisualModelExport.js +0 -1
  43. package/esm2015/lib/InputShiftType.js +0 -1
  44. package/esm2015/lib/InputView.js +0 -1
  45. package/esm2015/lib/InputVisualModelExport.js +3 -4
  46. package/esm2015/lib/KEYCODES.js +0 -1
  47. package/esm2015/lib/LabelShiftType.js +0 -1
  48. package/esm2015/lib/LabelView.js +0 -1
  49. package/esm2015/lib/LabelVisualModelExport.js +7 -8
  50. package/esm2015/lib/LostFocusEventArgs.js +0 -1
  51. package/esm2015/lib/MaskOptions.js +0 -1
  52. package/esm2015/lib/MaskParsingService.js +0 -1
  53. package/esm2015/lib/PrefixShiftType.js +0 -1
  54. package/esm2015/lib/PrefixView.js +0 -1
  55. package/esm2015/lib/PrefixVisualModelExport.js +0 -1
  56. package/esm2015/lib/Replaced.js +0 -1
  57. package/esm2015/lib/RippleView.js +0 -1
  58. package/esm2015/lib/RippleView_combined.js +11 -12
  59. package/esm2015/lib/RippleVisualModelExport.js +0 -1
  60. package/esm2015/lib/{ValueChangedEventArgs.js → SelectedValueChangedEventArgs.js} +4 -5
  61. package/esm2015/lib/SuffixShiftType.js +0 -1
  62. package/esm2015/lib/SuffixView.js +0 -1
  63. package/esm2015/lib/SuffixVisualModelExport.js +0 -1
  64. package/esm2015/lib/TextElementsVisualModelExport.js +0 -1
  65. package/esm2015/lib/ThemeResolver.js +0 -1
  66. package/esm2015/lib/{Icon.js → XButton.js} +1 -2
  67. package/{esm5/lib/Icon.js → esm2015/lib/XButtonGroup.js} +1 -2
  68. package/esm2015/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +6 -7
  69. package/{esm5/lib/Button.js → esm2015/lib/XCalendar.js} +1 -2
  70. package/esm2015/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +1 -2
  71. package/esm2015/lib/{Button.js → XCheckbox.js} +1 -2
  72. package/esm2015/lib/XIcon.js +7 -0
  73. package/esm2015/lib/XInput.js +7 -0
  74. package/esm2015/lib/XInputGroup.js +7 -0
  75. package/esm2015/lib/XInputGroupInputCollection.js +7 -0
  76. package/esm2015/lib/XInputGroupItem.js +7 -0
  77. package/esm2015/lib/XLabel.js +7 -0
  78. package/esm2015/lib/XPrefix.js +7 -0
  79. package/esm2015/lib/XRipple.js +7 -0
  80. package/esm2015/lib/XSuffix.js +7 -0
  81. package/esm2015/lib/igc-button-click-event-args.js +0 -1
  82. package/esm2015/lib/igc-button-group-selection-changed-event-args.js +0 -1
  83. package/esm2015/lib/igc-checkbox-change-event-args.js +0 -1
  84. package/esm2015/lib/igc-date-picker-component.js +107 -76
  85. package/esm2015/lib/igc-date-picker-module.js +8 -9
  86. package/esm2015/lib/igc-got-focus-event-args.js +0 -1
  87. package/esm2015/lib/igc-input-change-event-args.js +0 -1
  88. package/esm2015/lib/igc-lost-focus-event-args.js +0 -1
  89. package/esm2015/lib/{igc-value-changed-event-args.js → igc-selected-value-changed-event-args.js} +3 -4
  90. package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +36 -37
  91. package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +9 -10
  92. package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +38 -39
  93. package/esm2015/lib/{igc-checkbox-module.js → igc-x-button-group-module.js} +9 -10
  94. package/esm2015/lib/igc-x-button-module.js +21 -0
  95. package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +106 -82
  96. package/esm2015/lib/{igc-calendar-locale-en-module.js → igc-x-calendar-locale-en-module.js} +3 -4
  97. package/esm2015/lib/igc-x-calendar-module.js +21 -0
  98. package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +24 -25
  99. package/esm2015/lib/igc-x-checkbox-module.js +21 -0
  100. package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +83 -77
  101. package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +7 -8
  102. package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +85 -82
  103. package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +378 -378
  104. package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +9 -10
  105. package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +9 -10
  106. package/esm2015/lib/{igc-button-group-module.js → igc-x-input-group-module.js} +11 -10
  107. package/esm2015/lib/{igc-icon-module.js → igc-x-input-module.js} +7 -8
  108. package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +76 -65
  109. package/esm2015/lib/{igc-label-module.js → igc-x-label-module.js} +7 -8
  110. package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +18 -19
  111. package/esm2015/lib/{igc-prefix-module.js → igc-x-prefix-module.js} +7 -8
  112. package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +18 -19
  113. package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +7 -8
  114. package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +18 -19
  115. package/esm2015/public_api.js +43 -43
  116. package/esm5/igniteui-webcomponents-inputs.js +0 -1
  117. package/esm5/lib/ButtonClickEventArgs.js +0 -1
  118. package/esm5/lib/ButtonDisplayStyle.js +0 -1
  119. package/esm5/lib/ButtonGroupDisplayStyle.js +0 -1
  120. package/esm5/lib/ButtonGroupOrientation.js +0 -1
  121. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +0 -1
  122. package/esm5/lib/ButtonGroupView.js +0 -1
  123. package/esm5/lib/ButtonGroupView_combined.js +280 -281
  124. package/esm5/lib/ButtonGroupVisualModelExport.js +0 -1
  125. package/esm5/lib/ButtonView.js +0 -1
  126. package/esm5/lib/ButtonView_combined.js +625 -626
  127. package/esm5/lib/ButtonVisualModelExport.js +0 -1
  128. package/esm5/lib/CalendarView.js +0 -1
  129. package/esm5/lib/CalendarView_combined.js +615 -577
  130. package/esm5/lib/CalendarVisualModelExport.js +0 -1
  131. package/esm5/lib/CheckboxChangeEventArgs.js +0 -1
  132. package/esm5/lib/CheckboxLabelPosition.js +0 -1
  133. package/esm5/lib/CheckboxView.js +0 -1
  134. package/esm5/lib/CheckboxView_combined.js +154 -149
  135. package/esm5/lib/CheckboxVisualModelExport.js +0 -1
  136. package/esm5/lib/DateFormats.js +0 -1
  137. package/esm5/lib/DatePicker.js +0 -1
  138. package/esm5/lib/DatePickerView.js +0 -1
  139. package/esm5/lib/DatePickerView_combined.js +697 -618
  140. package/esm5/lib/DatePickerVisualModelExport.js +10 -11
  141. package/esm5/lib/DateTimeValueFormatter.js +0 -1
  142. package/esm5/lib/DayInfo.js +0 -1
  143. package/esm5/lib/DayOfWeek.js +0 -1
  144. package/esm5/lib/ElevationHelper.js +0 -1
  145. package/esm5/lib/FirstWeek.js +0 -1
  146. package/esm5/lib/GotFocusEventArgs.js +0 -1
  147. package/esm5/lib/IconClickedEventArgs.js +20 -0
  148. package/esm5/lib/IconView.js +0 -1
  149. package/esm5/lib/IconView_combined.js +370 -318
  150. package/esm5/lib/IconVisualModelExport.js +27 -19
  151. package/esm5/lib/InputChangeEventArgs.js +0 -1
  152. package/esm5/lib/InputGroupDisplayType.js +0 -1
  153. package/esm5/lib/InputGroupView.js +0 -1
  154. package/esm5/lib/InputGroupView_combined.js +1879 -1809
  155. package/esm5/lib/InputGroupVisualModelExport.js +0 -1
  156. package/esm5/lib/InputShiftType.js +0 -1
  157. package/esm5/lib/InputView.js +0 -1
  158. package/esm5/lib/InputVisualModelExport.js +3 -4
  159. package/esm5/lib/KEYCODES.js +0 -1
  160. package/esm5/lib/LabelShiftType.js +0 -1
  161. package/esm5/lib/LabelView.js +0 -1
  162. package/esm5/lib/LabelVisualModelExport.js +7 -8
  163. package/esm5/lib/LostFocusEventArgs.js +0 -1
  164. package/esm5/lib/MaskOptions.js +0 -1
  165. package/esm5/lib/MaskParsingService.js +0 -1
  166. package/esm5/lib/PrefixShiftType.js +0 -1
  167. package/esm5/lib/PrefixView.js +0 -1
  168. package/esm5/lib/PrefixVisualModelExport.js +0 -1
  169. package/esm5/lib/Replaced.js +0 -1
  170. package/esm5/lib/RippleView.js +0 -1
  171. package/esm5/lib/RippleView_combined.js +40 -41
  172. package/esm5/lib/RippleVisualModelExport.js +0 -1
  173. package/esm5/lib/{ValueChangedEventArgs.js → SelectedValueChangedEventArgs.js} +8 -9
  174. package/esm5/lib/SuffixShiftType.js +0 -1
  175. package/esm5/lib/SuffixView.js +0 -1
  176. package/esm5/lib/SuffixVisualModelExport.js +0 -1
  177. package/esm5/lib/TextElementsVisualModelExport.js +0 -1
  178. package/esm5/lib/ThemeResolver.js +0 -1
  179. package/esm5/lib/XButton.js +7 -0
  180. package/esm5/lib/XButtonGroup.js +7 -0
  181. package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +9 -10
  182. package/esm5/lib/XCalendar.js +7 -0
  183. package/esm5/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +4 -5
  184. package/esm5/lib/XCheckbox.js +7 -0
  185. package/esm5/lib/XIcon.js +7 -0
  186. package/esm5/lib/XInput.js +7 -0
  187. package/esm5/lib/XInputGroup.js +7 -0
  188. package/esm5/lib/XInputGroupInputCollection.js +7 -0
  189. package/esm5/lib/XInputGroupItem.js +7 -0
  190. package/esm5/lib/XLabel.js +7 -0
  191. package/esm5/lib/XPrefix.js +7 -0
  192. package/esm5/lib/XRipple.js +7 -0
  193. package/esm5/lib/XSuffix.js +7 -0
  194. package/esm5/lib/igc-button-click-event-args.js +0 -1
  195. package/esm5/lib/igc-button-group-selection-changed-event-args.js +0 -1
  196. package/esm5/lib/igc-checkbox-change-event-args.js +0 -1
  197. package/esm5/lib/igc-date-picker-component.js +114 -74
  198. package/esm5/lib/igc-date-picker-module.js +8 -9
  199. package/esm5/lib/igc-got-focus-event-args.js +0 -1
  200. package/esm5/lib/igc-input-change-event-args.js +0 -1
  201. package/esm5/lib/igc-lost-focus-event-args.js +0 -1
  202. package/esm5/lib/igc-selected-value-changed-event-args.js +50 -0
  203. package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +242 -243
  204. package/esm5/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +14 -15
  205. package/esm5/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +131 -132
  206. package/esm5/lib/igc-x-button-group-module.js +25 -0
  207. package/esm5/lib/{igc-prefix-module.js → igc-x-button-module.js} +13 -12
  208. package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +153 -124
  209. package/esm5/lib/{igc-calendar-locale-en-module.js → igc-x-calendar-locale-en-module.js} +7 -8
  210. package/esm5/lib/igc-x-calendar-module.js +25 -0
  211. package/esm5/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +83 -84
  212. package/esm5/lib/igc-x-checkbox-module.js +25 -0
  213. package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +134 -124
  214. package/esm5/lib/{igc-input-module.js → igc-x-icon-module.js} +11 -12
  215. package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +137 -125
  216. package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +578 -578
  217. package/esm5/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +14 -15
  218. package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +26 -27
  219. package/esm5/lib/igc-x-input-group-module.js +27 -0
  220. package/esm5/lib/{igc-icon-module.js → igc-x-input-module.js} +11 -12
  221. package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +125 -110
  222. package/esm5/lib/igc-x-label-module.js +23 -0
  223. package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +39 -40
  224. package/esm5/lib/{igc-label-module.js → igc-x-prefix-module.js} +11 -12
  225. package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +56 -57
  226. package/esm5/lib/igc-x-ripple-module.js +21 -0
  227. package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +39 -40
  228. package/esm5/public_api.js +43 -43
  229. package/fesm2015/igniteui-webcomponents-inputs.js +5317 -4979
  230. package/fesm5/igniteui-webcomponents-inputs.js +6761 -6369
  231. package/lib/ButtonGroupView_combined.d.ts +21 -21
  232. package/lib/ButtonView_combined.d.ts +19 -19
  233. package/lib/CalendarView_combined.d.ts +71 -67
  234. package/lib/CheckboxView_combined.d.ts +10 -10
  235. package/lib/DatePickerView_combined.d.ts +129 -125
  236. package/lib/DatePickerVisualModelExport.d.ts +5 -5
  237. package/lib/IconClickedEventArgs.d.ts +7 -0
  238. package/lib/IconView_combined.d.ts +83 -76
  239. package/lib/IconVisualModelExport.d.ts +10 -6
  240. package/lib/InputGroupView_combined.d.ts +389 -382
  241. package/lib/InputVisualModelExport.d.ts +2 -2
  242. package/lib/LabelVisualModelExport.d.ts +3 -3
  243. package/lib/RippleView_combined.d.ts +2 -2
  244. package/lib/{ValueChangedEventArgs.d.ts → SelectedValueChangedEventArgs.d.ts} +1 -1
  245. package/lib/XButton.d.ts +1 -0
  246. package/lib/XButtonGroup.d.ts +1 -0
  247. package/lib/{ButtonGroupButtonCollection.d.ts → XButtonGroupButtonCollection.d.ts} +2 -2
  248. package/lib/XCalendar.d.ts +1 -0
  249. package/lib/{CalendarLocaleEn.d.ts → XCalendarLocaleEn.d.ts} +1 -1
  250. package/lib/XCheckbox.d.ts +1 -0
  251. package/lib/XIcon.d.ts +1 -0
  252. package/lib/XInput.d.ts +1 -0
  253. package/lib/XInputGroup.d.ts +1 -0
  254. package/lib/XInputGroupInputCollection.d.ts +1 -0
  255. package/lib/XInputGroupItem.d.ts +1 -0
  256. package/lib/XLabel.d.ts +1 -0
  257. package/lib/XPrefix.d.ts +1 -0
  258. package/lib/XRipple.d.ts +1 -0
  259. package/lib/XSuffix.d.ts +1 -0
  260. package/lib/igc-date-picker-component.d.ts +8 -4
  261. package/lib/igc-selected-value-changed-event-args.d.ts +14 -0
  262. package/lib/{igc-button-component.d.ts → igc-x-button-component.d.ts} +7 -7
  263. package/lib/igc-x-button-group-button-collection.d.ts +8 -0
  264. package/lib/{igc-button-group-component.d.ts → igc-x-button-group-component.d.ts} +12 -12
  265. package/lib/igc-x-button-group-module.d.ts +3 -0
  266. package/lib/igc-x-button-module.d.ts +3 -0
  267. package/lib/{igc-calendar-component.d.ts → igc-x-calendar-component.d.ts} +13 -10
  268. package/lib/igc-x-calendar-locale-en-module.d.ts +3 -0
  269. package/lib/igc-x-calendar-module.d.ts +3 -0
  270. package/lib/{igc-checkbox-component.d.ts → igc-x-checkbox-component.d.ts} +7 -7
  271. package/lib/igc-x-checkbox-module.d.ts +3 -0
  272. package/lib/{igc-icon-component.d.ts → igc-x-icon-component.d.ts} +7 -6
  273. package/lib/igc-x-icon-module.d.ts +3 -0
  274. package/lib/{igc-input-component.d.ts → igc-x-input-component.d.ts} +15 -11
  275. package/lib/{igc-input-group-component.d.ts → igc-x-input-group-component.d.ts} +11 -11
  276. package/lib/igc-x-input-group-input-collection.d.ts +8 -0
  277. package/lib/{igc-input-group-item-component.d.ts → igc-x-input-group-item-component.d.ts} +6 -6
  278. package/lib/igc-x-input-group-module.d.ts +3 -0
  279. package/lib/igc-x-input-module.d.ts +3 -0
  280. package/lib/{igc-label-component.d.ts → igc-x-label-component.d.ts} +11 -6
  281. package/lib/igc-x-label-module.d.ts +3 -0
  282. package/lib/{igc-prefix-component.d.ts → igc-x-prefix-component.d.ts} +6 -6
  283. package/lib/igc-x-prefix-module.d.ts +3 -0
  284. package/lib/{igc-ripple-component.d.ts → igc-x-ripple-component.d.ts} +6 -6
  285. package/lib/igc-x-ripple-module.d.ts +3 -0
  286. package/lib/{igc-suffix-component.d.ts → igc-x-suffix-component.d.ts} +6 -6
  287. package/package.json +2 -2
  288. package/public_api.d.ts +43 -42
  289. package/bundles/igniteui-webcomponents-inputs.umd.js.map +0 -1
  290. package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +0 -1
  291. package/esm2015/igniteui-webcomponents-inputs.js.map +0 -1
  292. package/esm2015/lib/Button.js.map +0 -1
  293. package/esm2015/lib/ButtonClickEventArgs.js.map +0 -1
  294. package/esm2015/lib/ButtonDisplayStyle.js.map +0 -1
  295. package/esm2015/lib/ButtonGroup.js +0 -8
  296. package/esm2015/lib/ButtonGroup.js.map +0 -1
  297. package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
  298. package/esm2015/lib/ButtonGroupDisplayStyle.js.map +0 -1
  299. package/esm2015/lib/ButtonGroupOrientation.js.map +0 -1
  300. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js.map +0 -1
  301. package/esm2015/lib/ButtonGroupView.js.map +0 -1
  302. package/esm2015/lib/ButtonGroupView_combined.js.map +0 -1
  303. package/esm2015/lib/ButtonGroupVisualModelExport.js.map +0 -1
  304. package/esm2015/lib/ButtonView.js.map +0 -1
  305. package/esm2015/lib/ButtonView_combined.js.map +0 -1
  306. package/esm2015/lib/ButtonVisualModelExport.js.map +0 -1
  307. package/esm2015/lib/Calendar.js +0 -8
  308. package/esm2015/lib/Calendar.js.map +0 -1
  309. package/esm2015/lib/CalendarLocaleEn.js.map +0 -1
  310. package/esm2015/lib/CalendarView.js.map +0 -1
  311. package/esm2015/lib/CalendarView_combined.js.map +0 -1
  312. package/esm2015/lib/CalendarVisualModelExport.js.map +0 -1
  313. package/esm2015/lib/Checkbox.js.map +0 -1
  314. package/esm2015/lib/CheckboxChangeEventArgs.js.map +0 -1
  315. package/esm2015/lib/CheckboxLabelPosition.js.map +0 -1
  316. package/esm2015/lib/CheckboxView.js.map +0 -1
  317. package/esm2015/lib/CheckboxView_combined.js.map +0 -1
  318. package/esm2015/lib/CheckboxVisualModelExport.js.map +0 -1
  319. package/esm2015/lib/DateFormats.js.map +0 -1
  320. package/esm2015/lib/DatePicker.js.map +0 -1
  321. package/esm2015/lib/DatePickerView.js.map +0 -1
  322. package/esm2015/lib/DatePickerView_combined.js.map +0 -1
  323. package/esm2015/lib/DatePickerVisualModelExport.js.map +0 -1
  324. package/esm2015/lib/DateTimeValueFormatter.js.map +0 -1
  325. package/esm2015/lib/DayInfo.js.map +0 -1
  326. package/esm2015/lib/DayOfWeek.js.map +0 -1
  327. package/esm2015/lib/ElevationHelper.js.map +0 -1
  328. package/esm2015/lib/FirstWeek.js.map +0 -1
  329. package/esm2015/lib/GotFocusEventArgs.js.map +0 -1
  330. package/esm2015/lib/Icon.js.map +0 -1
  331. package/esm2015/lib/IconView.js.map +0 -1
  332. package/esm2015/lib/IconView_combined.js.map +0 -1
  333. package/esm2015/lib/IconVisualModelExport.js.map +0 -1
  334. package/esm2015/lib/Input.js +0 -8
  335. package/esm2015/lib/Input.js.map +0 -1
  336. package/esm2015/lib/InputChangeEventArgs.js.map +0 -1
  337. package/esm2015/lib/InputGroup.js +0 -8
  338. package/esm2015/lib/InputGroup.js.map +0 -1
  339. package/esm2015/lib/InputGroupDisplayType.js.map +0 -1
  340. package/esm2015/lib/InputGroupInputCollection.js +0 -8
  341. package/esm2015/lib/InputGroupInputCollection.js.map +0 -1
  342. package/esm2015/lib/InputGroupItem.js +0 -8
  343. package/esm2015/lib/InputGroupItem.js.map +0 -1
  344. package/esm2015/lib/InputGroupView.js.map +0 -1
  345. package/esm2015/lib/InputGroupView_combined.js.map +0 -1
  346. package/esm2015/lib/InputGroupVisualModelExport.js.map +0 -1
  347. package/esm2015/lib/InputShiftType.js.map +0 -1
  348. package/esm2015/lib/InputView.js.map +0 -1
  349. package/esm2015/lib/InputVisualModelExport.js.map +0 -1
  350. package/esm2015/lib/KEYCODES.js.map +0 -1
  351. package/esm2015/lib/Label.js +0 -8
  352. package/esm2015/lib/Label.js.map +0 -1
  353. package/esm2015/lib/LabelShiftType.js.map +0 -1
  354. package/esm2015/lib/LabelView.js.map +0 -1
  355. package/esm2015/lib/LabelVisualModelExport.js.map +0 -1
  356. package/esm2015/lib/LostFocusEventArgs.js.map +0 -1
  357. package/esm2015/lib/MaskOptions.js.map +0 -1
  358. package/esm2015/lib/MaskParsingService.js.map +0 -1
  359. package/esm2015/lib/Prefix.js +0 -8
  360. package/esm2015/lib/Prefix.js.map +0 -1
  361. package/esm2015/lib/PrefixShiftType.js.map +0 -1
  362. package/esm2015/lib/PrefixView.js.map +0 -1
  363. package/esm2015/lib/PrefixVisualModelExport.js.map +0 -1
  364. package/esm2015/lib/Replaced.js.map +0 -1
  365. package/esm2015/lib/Ripple.js +0 -8
  366. package/esm2015/lib/Ripple.js.map +0 -1
  367. package/esm2015/lib/RippleView.js.map +0 -1
  368. package/esm2015/lib/RippleView_combined.js.map +0 -1
  369. package/esm2015/lib/RippleVisualModelExport.js.map +0 -1
  370. package/esm2015/lib/Suffix.js +0 -8
  371. package/esm2015/lib/Suffix.js.map +0 -1
  372. package/esm2015/lib/SuffixShiftType.js.map +0 -1
  373. package/esm2015/lib/SuffixView.js.map +0 -1
  374. package/esm2015/lib/SuffixVisualModelExport.js.map +0 -1
  375. package/esm2015/lib/TextElementsVisualModelExport.js.map +0 -1
  376. package/esm2015/lib/ThemeResolver.js.map +0 -1
  377. package/esm2015/lib/ValueChangedEventArgs.js.map +0 -1
  378. package/esm2015/lib/igc-button-click-event-args.js.map +0 -1
  379. package/esm2015/lib/igc-button-component.js.map +0 -1
  380. package/esm2015/lib/igc-button-group-button-collection.js.map +0 -1
  381. package/esm2015/lib/igc-button-group-component.js.map +0 -1
  382. package/esm2015/lib/igc-button-group-module.js.map +0 -1
  383. package/esm2015/lib/igc-button-group-selection-changed-event-args.js.map +0 -1
  384. package/esm2015/lib/igc-button-module.js +0 -22
  385. package/esm2015/lib/igc-button-module.js.map +0 -1
  386. package/esm2015/lib/igc-calendar-component.js.map +0 -1
  387. package/esm2015/lib/igc-calendar-locale-en-module.js.map +0 -1
  388. package/esm2015/lib/igc-calendar-module.js +0 -22
  389. package/esm2015/lib/igc-calendar-module.js.map +0 -1
  390. package/esm2015/lib/igc-checkbox-change-event-args.js.map +0 -1
  391. package/esm2015/lib/igc-checkbox-component.js.map +0 -1
  392. package/esm2015/lib/igc-checkbox-module.js.map +0 -1
  393. package/esm2015/lib/igc-date-picker-component.js.map +0 -1
  394. package/esm2015/lib/igc-date-picker-module.js.map +0 -1
  395. package/esm2015/lib/igc-got-focus-event-args.js.map +0 -1
  396. package/esm2015/lib/igc-icon-component.js.map +0 -1
  397. package/esm2015/lib/igc-icon-module.js.map +0 -1
  398. package/esm2015/lib/igc-input-change-event-args.js.map +0 -1
  399. package/esm2015/lib/igc-input-component.js.map +0 -1
  400. package/esm2015/lib/igc-input-group-component.js.map +0 -1
  401. package/esm2015/lib/igc-input-group-input-collection.js.map +0 -1
  402. package/esm2015/lib/igc-input-group-item-component.js.map +0 -1
  403. package/esm2015/lib/igc-input-group-module.js +0 -24
  404. package/esm2015/lib/igc-input-group-module.js.map +0 -1
  405. package/esm2015/lib/igc-input-module.js.map +0 -1
  406. package/esm2015/lib/igc-label-component.js.map +0 -1
  407. package/esm2015/lib/igc-label-module.js.map +0 -1
  408. package/esm2015/lib/igc-lost-focus-event-args.js.map +0 -1
  409. package/esm2015/lib/igc-prefix-component.js.map +0 -1
  410. package/esm2015/lib/igc-prefix-module.js.map +0 -1
  411. package/esm2015/lib/igc-ripple-component.js.map +0 -1
  412. package/esm2015/lib/igc-ripple-module.js.map +0 -1
  413. package/esm2015/lib/igc-suffix-component.js.map +0 -1
  414. package/esm2015/lib/igc-value-changed-event-args.js.map +0 -1
  415. package/esm2015/public_api.js.map +0 -1
  416. package/esm5/igniteui-webcomponents-inputs.js.map +0 -1
  417. package/esm5/lib/Button.js.map +0 -1
  418. package/esm5/lib/ButtonClickEventArgs.js.map +0 -1
  419. package/esm5/lib/ButtonDisplayStyle.js.map +0 -1
  420. package/esm5/lib/ButtonGroup.js +0 -8
  421. package/esm5/lib/ButtonGroup.js.map +0 -1
  422. package/esm5/lib/ButtonGroupButtonCollection.js.map +0 -1
  423. package/esm5/lib/ButtonGroupDisplayStyle.js.map +0 -1
  424. package/esm5/lib/ButtonGroupOrientation.js.map +0 -1
  425. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js.map +0 -1
  426. package/esm5/lib/ButtonGroupView.js.map +0 -1
  427. package/esm5/lib/ButtonGroupView_combined.js.map +0 -1
  428. package/esm5/lib/ButtonGroupVisualModelExport.js.map +0 -1
  429. package/esm5/lib/ButtonView.js.map +0 -1
  430. package/esm5/lib/ButtonView_combined.js.map +0 -1
  431. package/esm5/lib/ButtonVisualModelExport.js.map +0 -1
  432. package/esm5/lib/Calendar.js +0 -8
  433. package/esm5/lib/Calendar.js.map +0 -1
  434. package/esm5/lib/CalendarLocaleEn.js.map +0 -1
  435. package/esm5/lib/CalendarView.js.map +0 -1
  436. package/esm5/lib/CalendarView_combined.js.map +0 -1
  437. package/esm5/lib/CalendarVisualModelExport.js.map +0 -1
  438. package/esm5/lib/Checkbox.js +0 -8
  439. package/esm5/lib/Checkbox.js.map +0 -1
  440. package/esm5/lib/CheckboxChangeEventArgs.js.map +0 -1
  441. package/esm5/lib/CheckboxLabelPosition.js.map +0 -1
  442. package/esm5/lib/CheckboxView.js.map +0 -1
  443. package/esm5/lib/CheckboxView_combined.js.map +0 -1
  444. package/esm5/lib/CheckboxVisualModelExport.js.map +0 -1
  445. package/esm5/lib/DateFormats.js.map +0 -1
  446. package/esm5/lib/DatePicker.js.map +0 -1
  447. package/esm5/lib/DatePickerView.js.map +0 -1
  448. package/esm5/lib/DatePickerView_combined.js.map +0 -1
  449. package/esm5/lib/DatePickerVisualModelExport.js.map +0 -1
  450. package/esm5/lib/DateTimeValueFormatter.js.map +0 -1
  451. package/esm5/lib/DayInfo.js.map +0 -1
  452. package/esm5/lib/DayOfWeek.js.map +0 -1
  453. package/esm5/lib/ElevationHelper.js.map +0 -1
  454. package/esm5/lib/FirstWeek.js.map +0 -1
  455. package/esm5/lib/GotFocusEventArgs.js.map +0 -1
  456. package/esm5/lib/Icon.js.map +0 -1
  457. package/esm5/lib/IconView.js.map +0 -1
  458. package/esm5/lib/IconView_combined.js.map +0 -1
  459. package/esm5/lib/IconVisualModelExport.js.map +0 -1
  460. package/esm5/lib/Input.js +0 -8
  461. package/esm5/lib/Input.js.map +0 -1
  462. package/esm5/lib/InputChangeEventArgs.js.map +0 -1
  463. package/esm5/lib/InputGroup.js +0 -8
  464. package/esm5/lib/InputGroup.js.map +0 -1
  465. package/esm5/lib/InputGroupDisplayType.js.map +0 -1
  466. package/esm5/lib/InputGroupInputCollection.js +0 -8
  467. package/esm5/lib/InputGroupInputCollection.js.map +0 -1
  468. package/esm5/lib/InputGroupItem.js +0 -8
  469. package/esm5/lib/InputGroupItem.js.map +0 -1
  470. package/esm5/lib/InputGroupView.js.map +0 -1
  471. package/esm5/lib/InputGroupView_combined.js.map +0 -1
  472. package/esm5/lib/InputGroupVisualModelExport.js.map +0 -1
  473. package/esm5/lib/InputShiftType.js.map +0 -1
  474. package/esm5/lib/InputView.js.map +0 -1
  475. package/esm5/lib/InputVisualModelExport.js.map +0 -1
  476. package/esm5/lib/KEYCODES.js.map +0 -1
  477. package/esm5/lib/Label.js +0 -8
  478. package/esm5/lib/Label.js.map +0 -1
  479. package/esm5/lib/LabelShiftType.js.map +0 -1
  480. package/esm5/lib/LabelView.js.map +0 -1
  481. package/esm5/lib/LabelVisualModelExport.js.map +0 -1
  482. package/esm5/lib/LostFocusEventArgs.js.map +0 -1
  483. package/esm5/lib/MaskOptions.js.map +0 -1
  484. package/esm5/lib/MaskParsingService.js.map +0 -1
  485. package/esm5/lib/Prefix.js +0 -8
  486. package/esm5/lib/Prefix.js.map +0 -1
  487. package/esm5/lib/PrefixShiftType.js.map +0 -1
  488. package/esm5/lib/PrefixView.js.map +0 -1
  489. package/esm5/lib/PrefixVisualModelExport.js.map +0 -1
  490. package/esm5/lib/Replaced.js.map +0 -1
  491. package/esm5/lib/Ripple.js +0 -8
  492. package/esm5/lib/Ripple.js.map +0 -1
  493. package/esm5/lib/RippleView.js.map +0 -1
  494. package/esm5/lib/RippleView_combined.js.map +0 -1
  495. package/esm5/lib/RippleVisualModelExport.js.map +0 -1
  496. package/esm5/lib/Suffix.js +0 -8
  497. package/esm5/lib/Suffix.js.map +0 -1
  498. package/esm5/lib/SuffixShiftType.js.map +0 -1
  499. package/esm5/lib/SuffixView.js.map +0 -1
  500. package/esm5/lib/SuffixVisualModelExport.js.map +0 -1
  501. package/esm5/lib/TextElementsVisualModelExport.js.map +0 -1
  502. package/esm5/lib/ThemeResolver.js.map +0 -1
  503. package/esm5/lib/ValueChangedEventArgs.js.map +0 -1
  504. package/esm5/lib/igc-button-click-event-args.js.map +0 -1
  505. package/esm5/lib/igc-button-component.js.map +0 -1
  506. package/esm5/lib/igc-button-group-button-collection.js.map +0 -1
  507. package/esm5/lib/igc-button-group-component.js.map +0 -1
  508. package/esm5/lib/igc-button-group-module.js +0 -26
  509. package/esm5/lib/igc-button-group-module.js.map +0 -1
  510. package/esm5/lib/igc-button-group-selection-changed-event-args.js.map +0 -1
  511. package/esm5/lib/igc-button-module.js +0 -26
  512. package/esm5/lib/igc-button-module.js.map +0 -1
  513. package/esm5/lib/igc-calendar-component.js.map +0 -1
  514. package/esm5/lib/igc-calendar-locale-en-module.js.map +0 -1
  515. package/esm5/lib/igc-calendar-module.js +0 -26
  516. package/esm5/lib/igc-calendar-module.js.map +0 -1
  517. package/esm5/lib/igc-checkbox-change-event-args.js.map +0 -1
  518. package/esm5/lib/igc-checkbox-component.js.map +0 -1
  519. package/esm5/lib/igc-checkbox-module.js +0 -26
  520. package/esm5/lib/igc-checkbox-module.js.map +0 -1
  521. package/esm5/lib/igc-date-picker-component.js.map +0 -1
  522. package/esm5/lib/igc-date-picker-module.js.map +0 -1
  523. package/esm5/lib/igc-got-focus-event-args.js.map +0 -1
  524. package/esm5/lib/igc-icon-component.js.map +0 -1
  525. package/esm5/lib/igc-icon-module.js.map +0 -1
  526. package/esm5/lib/igc-input-change-event-args.js.map +0 -1
  527. package/esm5/lib/igc-input-component.js.map +0 -1
  528. package/esm5/lib/igc-input-group-component.js.map +0 -1
  529. package/esm5/lib/igc-input-group-input-collection.js.map +0 -1
  530. package/esm5/lib/igc-input-group-item-component.js.map +0 -1
  531. package/esm5/lib/igc-input-group-module.js +0 -28
  532. package/esm5/lib/igc-input-group-module.js.map +0 -1
  533. package/esm5/lib/igc-input-module.js.map +0 -1
  534. package/esm5/lib/igc-label-component.js.map +0 -1
  535. package/esm5/lib/igc-label-module.js.map +0 -1
  536. package/esm5/lib/igc-lost-focus-event-args.js.map +0 -1
  537. package/esm5/lib/igc-prefix-component.js.map +0 -1
  538. package/esm5/lib/igc-prefix-module.js.map +0 -1
  539. package/esm5/lib/igc-ripple-component.js.map +0 -1
  540. package/esm5/lib/igc-ripple-module.js +0 -22
  541. package/esm5/lib/igc-ripple-module.js.map +0 -1
  542. package/esm5/lib/igc-suffix-component.js.map +0 -1
  543. package/esm5/lib/igc-value-changed-event-args.js +0 -51
  544. package/esm5/lib/igc-value-changed-event-args.js.map +0 -1
  545. package/esm5/public_api.js.map +0 -1
  546. package/fesm2015/igniteui-webcomponents-inputs.js.map +0 -1
  547. package/fesm5/igniteui-webcomponents-inputs.js.map +0 -1
  548. package/lib/Button.d.ts +0 -1
  549. package/lib/ButtonGroup.d.ts +0 -1
  550. package/lib/Calendar.d.ts +0 -1
  551. package/lib/Checkbox.d.ts +0 -1
  552. package/lib/Icon.d.ts +0 -1
  553. package/lib/Input.d.ts +0 -1
  554. package/lib/InputGroup.d.ts +0 -1
  555. package/lib/InputGroupInputCollection.d.ts +0 -1
  556. package/lib/InputGroupItem.d.ts +0 -1
  557. package/lib/Label.d.ts +0 -1
  558. package/lib/Prefix.d.ts +0 -1
  559. package/lib/Ripple.d.ts +0 -1
  560. package/lib/Suffix.d.ts +0 -1
  561. package/lib/igc-button-group-button-collection.d.ts +0 -8
  562. package/lib/igc-button-group-module.d.ts +0 -3
  563. package/lib/igc-button-module.d.ts +0 -3
  564. package/lib/igc-calendar-locale-en-module.d.ts +0 -3
  565. package/lib/igc-calendar-module.d.ts +0 -3
  566. package/lib/igc-checkbox-module.d.ts +0 -3
  567. package/lib/igc-icon-module.d.ts +0 -3
  568. package/lib/igc-input-group-input-collection.d.ts +0 -8
  569. package/lib/igc-input-group-module.d.ts +0 -3
  570. package/lib/igc-input-module.d.ts +0 -3
  571. package/lib/igc-label-module.d.ts +0 -3
  572. package/lib/igc-prefix-module.d.ts +0 -3
  573. package/lib/igc-ripple-module.d.ts +0 -3
  574. package/lib/igc-value-changed-event-args.d.ts +0 -14
@@ -1,10 +1,10 @@
1
- import { InputGroup } from "./InputGroup";
1
+ import { XInputGroup } from "./XInputGroup";
2
2
  import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
3
3
  import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
4
4
  import { TypeRegistrar } from "igniteui-webcomponents-core";
5
5
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
6
- import { IgcInputGroupItemComponent } from './igc-input-group-item-component';
7
- import { IgcInputGroupInputCollection } from './igc-input-group-input-collection';
6
+ import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
7
+ import { IgcXInputGroupInputCollection } from './igc-x-input-group-input-collection';
8
8
  import { CollectionAdapter } from "igniteui-webcomponents-core";
9
9
  import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
10
10
  import { InputGroupDisplayType_$type } from './InputGroupDisplayType';
@@ -13,8 +13,8 @@ import { Thickness } from "igniteui-webcomponents-core";
13
13
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
14
14
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
15
15
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
16
- export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
17
- class IgcInputGroupComponent extends IgcHTMLElement {
16
+ export let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
17
+ class IgcXInputGroupComponent extends IgcHTMLElement {
18
18
  constructor() {
19
19
  super();
20
20
  this.contentInputs = [];
@@ -83,7 +83,7 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
83
83
  */
84
84
  get inputs() {
85
85
  if (this._inputs === null) {
86
- let coll = new IgcInputGroupInputCollection();
86
+ let coll = new IgcXInputGroupInputCollection();
87
87
  let inner = coll._innerColl;
88
88
  inner.addListener((sender, e) => {
89
89
  switch (e.action) {
@@ -119,14 +119,14 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
119
119
  updateInputs() {
120
120
  this.contentInputs.length = 0;
121
121
  for (var i = 0; i < this.children.length; i++) {
122
- if (this.children[i] instanceof IgcInputGroupItemComponent) {
122
+ if (this.children[i] instanceof IgcXInputGroupItemComponent) {
123
123
  this.contentInputs.push(this.children[i]);
124
124
  }
125
125
  }
126
126
  var childContent = this.querySelector("igc-child-content");
127
127
  if (childContent) {
128
128
  for (var i = 0; i < childContent.children.length; i++) {
129
- if (childContent.children[i] instanceof IgcInputGroupItemComponent) {
129
+ if (childContent.children[i] instanceof IgcXInputGroupItemComponent) {
130
130
  this.contentInputs.push(childContent.children[i]);
131
131
  }
132
132
  }
@@ -144,7 +144,7 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
144
144
  this._wrapper.destroy();
145
145
  }
146
146
  createImplementation() {
147
- return new InputGroup();
147
+ return new XInputGroup();
148
148
  }
149
149
  disconnectedCallback() {
150
150
  this._disconnected = true;
@@ -160,8 +160,8 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
160
160
  }
161
161
  return;
162
162
  }
163
- this.classList.add("ig-input-group");
164
- this.classList.add("igc-input-group");
163
+ this.classList.add("ig-x-input-group");
164
+ this.classList.add("igc-x-input-group");
165
165
  this.appendChild(this._container.getNativeElement());
166
166
  this._attached = true;
167
167
  this.style.display = "inline-block";
@@ -173,6 +173,7 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
173
173
  this.afterContentInit();
174
174
  }
175
175
  afterContentInit() {
176
+ this.i.ensureShift();
176
177
  //this.i.notifySizeChanged();
177
178
  }
178
179
  /**
@@ -226,14 +227,14 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
226
227
  this._settingAttributes = false;
227
228
  }
228
229
  static get observedAttributes() {
229
- if (IgcInputGroupComponent._observedAttributesIgcInputGroupComponent == null) {
230
- let names = getAllPropertyNames(IgcInputGroupComponent);
230
+ if (IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent == null) {
231
+ let names = getAllPropertyNames(IgcXInputGroupComponent);
231
232
  for (let i = 0; i < names.length; i++) {
232
233
  names[i] = toSpinal(names[i]);
233
234
  }
234
- IgcInputGroupComponent._observedAttributesIgcInputGroupComponent = names;
235
+ IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent = names;
235
236
  }
236
- return IgcInputGroupComponent._observedAttributesIgcInputGroupComponent;
237
+ return IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent;
237
238
  }
238
239
  attributeChangedCallback(name, oldValue, newValue) {
239
240
  if (this._settingAttributes) {
@@ -245,50 +246,50 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
245
246
  this._updatingFromAttribute = false;
246
247
  }
247
248
  static register() {
248
- if (!IgcInputGroupComponent._isElementRegistered) {
249
- IgcInputGroupComponent._isElementRegistered = true;
250
- RegisterElementHelper.registerElement(IgcInputGroupComponent.htmlTagName, IgcInputGroupComponent);
249
+ if (!IgcXInputGroupComponent._isElementRegistered) {
250
+ IgcXInputGroupComponent._isElementRegistered = true;
251
+ RegisterElementHelper.registerElement(IgcXInputGroupComponent.htmlTagName, IgcXInputGroupComponent);
251
252
  }
252
253
  }
253
254
  /**
254
255
  * Gets or sets the display style to use for the button.
255
256
  */
256
257
  get displayType() {
257
- return this.i.k;
258
+ return this.i.d;
258
259
  }
259
260
  set displayType(v) {
260
- this.i.k = ensureEnum(InputGroupDisplayType_$type, v);
261
- this._a("displayType", enumToString(InputGroupDisplayType_$type, this.i.k));
261
+ this.i.d = ensureEnum(InputGroupDisplayType_$type, v);
262
+ this._a("displayType", enumToString(InputGroupDisplayType_$type, this.i.d));
262
263
  }
263
264
  /**
264
265
  * Gets or sets the display density to use for the input group.
265
266
  */
266
267
  get density() {
267
- return this.i.h;
268
+ return this.i.n;
268
269
  }
269
270
  set density(v) {
270
- this.i.h = ensureEnum(ControlDisplayDensity_$type, v);
271
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.h));
271
+ this.i.n = ensureEnum(ControlDisplayDensity_$type, v);
272
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.n));
272
273
  }
273
274
  /**
274
275
  * Gets the actual display density to use for the input group.
275
276
  */
276
277
  get actualDensity() {
277
- return this.i.g;
278
+ return this.i.m;
278
279
  }
279
280
  set actualDensity(v) {
280
- this.i.g = ensureEnum(ControlDisplayDensity_$type, v);
281
- this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.g));
281
+ this.i.m = ensureEnum(ControlDisplayDensity_$type, v);
282
+ this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.m));
282
283
  }
283
284
  /**
284
285
  * Gets or sets the base built in theme to use for the label.
285
286
  */
286
287
  get baseTheme() {
287
- return this.i.d;
288
+ return this.i.j;
288
289
  }
289
290
  set baseTheme(v) {
290
- this.i.d = ensureEnum(BaseControlTheme_$type, v);
291
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.d));
291
+ this.i.j = ensureEnum(BaseControlTheme_$type, v);
292
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.j));
292
293
  }
293
294
  get inputHasValue() {
294
295
  return this.i.af;
@@ -297,21 +298,21 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
297
298
  * Gets the actual item background color.
298
299
  */
299
300
  get actualBorderColor() {
300
- return brushToString(this.i.os);
301
+ return brushToString(this.i.ot);
301
302
  }
302
303
  set actualBorderColor(v) {
303
- this.i.os = stringToBrush(v);
304
- this._a("actualBorderColor", brushToString(this.i.os));
304
+ this.i.ot = stringToBrush(v);
305
+ this._a("actualBorderColor", brushToString(this.i.ot));
305
306
  }
306
307
  /**
307
308
  * Gets the actual item border color.
308
309
  */
309
310
  get actualFocusBorderColor() {
310
- return brushToString(this.i.ot);
311
+ return brushToString(this.i.ou);
311
312
  }
312
313
  set actualFocusBorderColor(v) {
313
- this.i.ot = stringToBrush(v);
314
- this._a("actualFocusBorderColor", brushToString(this.i.ot));
314
+ this.i.ou = stringToBrush(v);
315
+ this._a("actualFocusBorderColor", brushToString(this.i.ou));
315
316
  }
316
317
  /**
317
318
  * Gets the actual item border width.
@@ -334,88 +335,88 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
334
335
  this._a("actualFocusBorderWidth", this.i.cb);
335
336
  }
336
337
  get actualCornerRadiusBottomRight() {
337
- return this.i.mz ? this.i.mz.b : NaN;
338
+ return this.i.m0 ? this.i.m0.b : NaN;
338
339
  }
339
340
  set actualCornerRadiusBottomRight(v) {
340
341
  this.ensureActualCornerRadius();
341
- this.i.mz.b = +v;
342
- this._a("actualCornerRadiusBottomRight", this.i.mz.b);
343
- this.i.mz = this.i.mz;
342
+ this.i.m0.b = +v;
343
+ this._a("actualCornerRadiusBottomRight", this.i.m0.b);
344
+ this.i.m0 = this.i.m0;
344
345
  }
345
346
  get actualCornerRadiusBottomLeft() {
346
- return this.i.mz ? this.i.mz.a : NaN;
347
+ return this.i.m0 ? this.i.m0.a : NaN;
347
348
  }
348
349
  set actualCornerRadiusBottomLeft(v) {
349
350
  this.ensureActualCornerRadius();
350
- this.i.mz.a = +v;
351
- this._a("actualCornerRadiusBottomLeft", this.i.mz.a);
352
- this.i.mz = this.i.mz;
351
+ this.i.m0.a = +v;
352
+ this._a("actualCornerRadiusBottomLeft", this.i.m0.a);
353
+ this.i.m0 = this.i.m0;
353
354
  }
354
355
  get actualCornerRadiusTopLeft() {
355
- return this.i.mz ? this.i.mz.c : NaN;
356
+ return this.i.m0 ? this.i.m0.c : NaN;
356
357
  }
357
358
  set actualCornerRadiusTopLeft(v) {
358
359
  this.ensureActualCornerRadius();
359
- this.i.mz.c = +v;
360
- this._a("actualCornerRadiusTopLeft", this.i.mz.c);
361
- this.i.mz = this.i.mz;
360
+ this.i.m0.c = +v;
361
+ this._a("actualCornerRadiusTopLeft", this.i.m0.c);
362
+ this.i.m0 = this.i.m0;
362
363
  }
363
364
  get actualCornerRadiusTopRight() {
364
- return this.i.mz ? this.i.mz.d : NaN;
365
+ return this.i.m0 ? this.i.m0.d : NaN;
365
366
  }
366
367
  set actualCornerRadiusTopRight(v) {
367
368
  this.ensureActualCornerRadius();
368
- this.i.mz.d = +v;
369
- this._a("actualCornerRadiusTopRight", this.i.mz.d);
370
- this.i.mz = this.i.mz;
369
+ this.i.m0.d = +v;
370
+ this._a("actualCornerRadiusTopRight", this.i.m0.d);
371
+ this.i.m0 = this.i.m0;
371
372
  }
372
373
  ensureActualCornerRadius() {
373
- if (this.i.mz) {
374
+ if (this.i.m0) {
374
375
  return;
375
376
  }
376
- this.i.mz = new CornerRadius(2);
377
+ this.i.m0 = new CornerRadius(2);
377
378
  }
378
379
  get actualContentPaddingBottom() {
379
- return this.i.tf ? this.i.tf.b : NaN;
380
+ return this.i.tg ? this.i.tg.b : NaN;
380
381
  }
381
382
  set actualContentPaddingBottom(v) {
382
383
  this.ensureActualContentPadding();
383
- this.i.tf.b = +v;
384
- this._a("actualContentPaddingBottom", this.i.tf.b);
385
- this.i.tf = this.i.tf;
384
+ this.i.tg.b = +v;
385
+ this._a("actualContentPaddingBottom", this.i.tg.b);
386
+ this.i.tg = this.i.tg;
386
387
  }
387
388
  get actualContentPaddingLeft() {
388
- return this.i.tf ? this.i.tf.c : NaN;
389
+ return this.i.tg ? this.i.tg.c : NaN;
389
390
  }
390
391
  set actualContentPaddingLeft(v) {
391
392
  this.ensureActualContentPadding();
392
- this.i.tf.c = +v;
393
- this._a("actualContentPaddingLeft", this.i.tf.c);
394
- this.i.tf = this.i.tf;
393
+ this.i.tg.c = +v;
394
+ this._a("actualContentPaddingLeft", this.i.tg.c);
395
+ this.i.tg = this.i.tg;
395
396
  }
396
397
  get actualContentPaddingRight() {
397
- return this.i.tf ? this.i.tf.d : NaN;
398
+ return this.i.tg ? this.i.tg.d : NaN;
398
399
  }
399
400
  set actualContentPaddingRight(v) {
400
401
  this.ensureActualContentPadding();
401
- this.i.tf.d = +v;
402
- this._a("actualContentPaddingRight", this.i.tf.d);
403
- this.i.tf = this.i.tf;
402
+ this.i.tg.d = +v;
403
+ this._a("actualContentPaddingRight", this.i.tg.d);
404
+ this.i.tg = this.i.tg;
404
405
  }
405
406
  get actualContentPaddingTop() {
406
- return this.i.tf ? this.i.tf.e : NaN;
407
+ return this.i.tg ? this.i.tg.e : NaN;
407
408
  }
408
409
  set actualContentPaddingTop(v) {
409
410
  this.ensureActualContentPadding();
410
- this.i.tf.e = +v;
411
- this._a("actualContentPaddingTop", this.i.tf.e);
412
- this.i.tf = this.i.tf;
411
+ this.i.tg.e = +v;
412
+ this._a("actualContentPaddingTop", this.i.tg.e);
413
+ this.i.tg = this.i.tg;
413
414
  }
414
415
  ensureActualContentPadding() {
415
- if (this.i.tf) {
416
+ if (this.i.tg) {
416
417
  return;
417
418
  }
418
- this.i.tf = new Thickness(2);
419
+ this.i.tg = new Thickness(2);
419
420
  }
420
421
  /**
421
422
  * Gets the actual width to use for the underline element.
@@ -451,41 +452,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
451
452
  * Gets the actual color to use for the underline element.
452
453
  */
453
454
  get actualUnderlineColor() {
454
- return brushToString(this.i.ow);
455
+ return brushToString(this.i.ox);
455
456
  }
456
457
  set actualUnderlineColor(v) {
457
- this.i.ow = stringToBrush(v);
458
- this._a("actualUnderlineColor", brushToString(this.i.ow));
458
+ this.i.ox = stringToBrush(v);
459
+ this._a("actualUnderlineColor", brushToString(this.i.ox));
459
460
  }
460
461
  /**
461
462
  * Gets the actual color to use for the underline ripple element.
462
463
  */
463
464
  get actualUnderlineRippleColor() {
464
- return brushToString(this.i.ox);
465
+ return brushToString(this.i.oy);
465
466
  }
466
467
  set actualUnderlineRippleColor(v) {
467
- this.i.ox = stringToBrush(v);
468
- this._a("actualUnderlineRippleColor", brushToString(this.i.ox));
468
+ this.i.oy = stringToBrush(v);
469
+ this._a("actualUnderlineRippleColor", brushToString(this.i.oy));
469
470
  }
470
471
  /**
471
472
  * Gets the actual color to use for the underline element.
472
473
  */
473
474
  get actualHoverUnderlineColor() {
474
- return brushToString(this.i.ov);
475
+ return brushToString(this.i.ow);
475
476
  }
476
477
  set actualHoverUnderlineColor(v) {
477
- this.i.ov = stringToBrush(v);
478
- this._a("actualHoverUnderlineColor", brushToString(this.i.ov));
478
+ this.i.ow = stringToBrush(v);
479
+ this._a("actualHoverUnderlineColor", brushToString(this.i.ow));
479
480
  }
480
481
  /**
481
482
  * Gets the actual color to use for the underline element when focused.
482
483
  */
483
484
  get actualFocusUnderlineColor() {
484
- return brushToString(this.i.ou);
485
+ return brushToString(this.i.ov);
485
486
  }
486
487
  set actualFocusUnderlineColor(v) {
487
- this.i.ou = stringToBrush(v);
488
- this._a("actualFocusUnderlineColor", brushToString(this.i.ou));
488
+ this.i.ov = stringToBrush(v);
489
+ this._a("actualFocusUnderlineColor", brushToString(this.i.ov));
489
490
  }
490
491
  /**
491
492
  * Gets the actual opacity to use for the underline element.
@@ -541,11 +542,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
541
542
  * Gets the actual opacity to use for the underline ripple element.
542
543
  */
543
544
  get actualBackgroundColor() {
544
- return brushToString(this.i.or);
545
+ return brushToString(this.i.os);
545
546
  }
546
547
  set actualBackgroundColor(v) {
547
- this.i.or = stringToBrush(v);
548
- this._a("actualBackgroundColor", brushToString(this.i.or));
548
+ this.i.os = stringToBrush(v);
549
+ this._a("actualBackgroundColor", brushToString(this.i.os));
549
550
  }
550
551
  /**
551
552
  * Gets or sets the border width to use for the border of the item group.
@@ -571,95 +572,95 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
571
572
  * Gets or sets the color to use the border of the input group.
572
573
  */
573
574
  get borderColor() {
574
- return brushToString(this.i.oz);
575
+ return brushToString(this.i.o0);
575
576
  }
576
577
  set borderColor(v) {
577
- this.i.oz = stringToBrush(v);
578
- this._a("borderColor", brushToString(this.i.oz));
578
+ this.i.o0 = stringToBrush(v);
579
+ this._a("borderColor", brushToString(this.i.o0));
579
580
  }
580
581
  get cornerRadiusBottomRight() {
581
- return this.i.m3 ? this.i.m3.b : NaN;
582
+ return this.i.m4 ? this.i.m4.b : NaN;
582
583
  }
583
584
  set cornerRadiusBottomRight(v) {
584
585
  this.ensureCornerRadius();
585
- this.i.m3.b = +v;
586
- this._a("cornerRadiusBottomRight", this.i.m3.b);
587
- this.i.m3 = this.i.m3;
586
+ this.i.m4.b = +v;
587
+ this._a("cornerRadiusBottomRight", this.i.m4.b);
588
+ this.i.m4 = this.i.m4;
588
589
  }
589
590
  get cornerRadiusBottomLeft() {
590
- return this.i.m3 ? this.i.m3.a : NaN;
591
+ return this.i.m4 ? this.i.m4.a : NaN;
591
592
  }
592
593
  set cornerRadiusBottomLeft(v) {
593
594
  this.ensureCornerRadius();
594
- this.i.m3.a = +v;
595
- this._a("cornerRadiusBottomLeft", this.i.m3.a);
596
- this.i.m3 = this.i.m3;
595
+ this.i.m4.a = +v;
596
+ this._a("cornerRadiusBottomLeft", this.i.m4.a);
597
+ this.i.m4 = this.i.m4;
597
598
  }
598
599
  get cornerRadiusTopLeft() {
599
- return this.i.m3 ? this.i.m3.c : NaN;
600
+ return this.i.m4 ? this.i.m4.c : NaN;
600
601
  }
601
602
  set cornerRadiusTopLeft(v) {
602
603
  this.ensureCornerRadius();
603
- this.i.m3.c = +v;
604
- this._a("cornerRadiusTopLeft", this.i.m3.c);
605
- this.i.m3 = this.i.m3;
604
+ this.i.m4.c = +v;
605
+ this._a("cornerRadiusTopLeft", this.i.m4.c);
606
+ this.i.m4 = this.i.m4;
606
607
  }
607
608
  get cornerRadiusTopRight() {
608
- return this.i.m3 ? this.i.m3.d : NaN;
609
+ return this.i.m4 ? this.i.m4.d : NaN;
609
610
  }
610
611
  set cornerRadiusTopRight(v) {
611
612
  this.ensureCornerRadius();
612
- this.i.m3.d = +v;
613
- this._a("cornerRadiusTopRight", this.i.m3.d);
614
- this.i.m3 = this.i.m3;
613
+ this.i.m4.d = +v;
614
+ this._a("cornerRadiusTopRight", this.i.m4.d);
615
+ this.i.m4 = this.i.m4;
615
616
  }
616
617
  ensureCornerRadius() {
617
- if (this.i.m3) {
618
+ if (this.i.m4) {
618
619
  return;
619
620
  }
620
- this.i.m3 = new CornerRadius(2);
621
+ this.i.m4 = new CornerRadius(2);
621
622
  }
622
623
  get contentPaddingBottom() {
623
- return this.i.tj ? this.i.tj.b : NaN;
624
+ return this.i.tk ? this.i.tk.b : NaN;
624
625
  }
625
626
  set contentPaddingBottom(v) {
626
627
  this.ensureContentPadding();
627
- this.i.tj.b = +v;
628
- this._a("contentPaddingBottom", this.i.tj.b);
629
- this.i.tj = this.i.tj;
628
+ this.i.tk.b = +v;
629
+ this._a("contentPaddingBottom", this.i.tk.b);
630
+ this.i.tk = this.i.tk;
630
631
  }
631
632
  get contentPaddingLeft() {
632
- return this.i.tj ? this.i.tj.c : NaN;
633
+ return this.i.tk ? this.i.tk.c : NaN;
633
634
  }
634
635
  set contentPaddingLeft(v) {
635
636
  this.ensureContentPadding();
636
- this.i.tj.c = +v;
637
- this._a("contentPaddingLeft", this.i.tj.c);
638
- this.i.tj = this.i.tj;
637
+ this.i.tk.c = +v;
638
+ this._a("contentPaddingLeft", this.i.tk.c);
639
+ this.i.tk = this.i.tk;
639
640
  }
640
641
  get contentPaddingRight() {
641
- return this.i.tj ? this.i.tj.d : NaN;
642
+ return this.i.tk ? this.i.tk.d : NaN;
642
643
  }
643
644
  set contentPaddingRight(v) {
644
645
  this.ensureContentPadding();
645
- this.i.tj.d = +v;
646
- this._a("contentPaddingRight", this.i.tj.d);
647
- this.i.tj = this.i.tj;
646
+ this.i.tk.d = +v;
647
+ this._a("contentPaddingRight", this.i.tk.d);
648
+ this.i.tk = this.i.tk;
648
649
  }
649
650
  get contentPaddingTop() {
650
- return this.i.tj ? this.i.tj.e : NaN;
651
+ return this.i.tk ? this.i.tk.e : NaN;
651
652
  }
652
653
  set contentPaddingTop(v) {
653
654
  this.ensureContentPadding();
654
- this.i.tj.e = +v;
655
- this._a("contentPaddingTop", this.i.tj.e);
656
- this.i.tj = this.i.tj;
655
+ this.i.tk.e = +v;
656
+ this._a("contentPaddingTop", this.i.tk.e);
657
+ this.i.tk = this.i.tk;
657
658
  }
658
659
  ensureContentPadding() {
659
- if (this.i.tj) {
660
+ if (this.i.tk) {
660
661
  return;
661
662
  }
662
- this.i.tj = new Thickness(2);
663
+ this.i.tk = new Thickness(2);
663
664
  }
664
665
  /**
665
666
  * Gets or sets the width to use for the underline element.
@@ -695,41 +696,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
695
696
  * Gets or sets the color to use for the underline element.
696
697
  */
697
698
  get underlineColor() {
698
- return brushToString(this.i.s7);
699
+ return brushToString(this.i.s8);
699
700
  }
700
701
  set underlineColor(v) {
701
- this.i.s7 = stringToBrush(v);
702
- this._a("underlineColor", brushToString(this.i.s7));
702
+ this.i.s8 = stringToBrush(v);
703
+ this._a("underlineColor", brushToString(this.i.s8));
703
704
  }
704
705
  /**
705
706
  * Gets or sets the color to use for the underline ripple element.
706
707
  */
707
708
  get underlineRippleColor() {
708
- return brushToString(this.i.s8);
709
+ return brushToString(this.i.s9);
709
710
  }
710
711
  set underlineRippleColor(v) {
711
- this.i.s8 = stringToBrush(v);
712
- this._a("underlineRippleColor", brushToString(this.i.s8));
712
+ this.i.s9 = stringToBrush(v);
713
+ this._a("underlineRippleColor", brushToString(this.i.s9));
713
714
  }
714
715
  /**
715
716
  * Gets or sets the color to use for the underline element.
716
717
  */
717
718
  get hoverUnderlineColor() {
718
- return brushToString(this.i.ss);
719
+ return brushToString(this.i.st);
719
720
  }
720
721
  set hoverUnderlineColor(v) {
721
- this.i.ss = stringToBrush(v);
722
- this._a("hoverUnderlineColor", brushToString(this.i.ss));
722
+ this.i.st = stringToBrush(v);
723
+ this._a("hoverUnderlineColor", brushToString(this.i.st));
723
724
  }
724
725
  /**
725
726
  * Gets or sets the color to use for the underline element.
726
727
  */
727
728
  get focusUnderlineColor() {
728
- return brushToString(this.i.sr);
729
+ return brushToString(this.i.ss);
729
730
  }
730
731
  set focusUnderlineColor(v) {
731
- this.i.sr = stringToBrush(v);
732
- this._a("focusUnderlineColor", brushToString(this.i.sr));
732
+ this.i.ss = stringToBrush(v);
733
+ this._a("focusUnderlineColor", brushToString(this.i.ss));
733
734
  }
734
735
  /**
735
736
  * Gets or sets the color to use for the underline element.
@@ -785,11 +786,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
785
786
  * Gets or sets the background color to use for the input group.
786
787
  */
787
788
  get backgroundColor() {
788
- return brushToString(this.i.oy);
789
+ return brushToString(this.i.oz);
789
790
  }
790
791
  set backgroundColor(v) {
791
- this.i.oy = stringToBrush(v);
792
- this._a("backgroundColor", brushToString(this.i.oy));
792
+ this.i.oz = stringToBrush(v);
793
+ this._a("backgroundColor", brushToString(this.i.oz));
793
794
  }
794
795
  /**
795
796
  * Gets or sets the border width to use for the border of the item group when using type line.
@@ -815,105 +816,105 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
815
816
  * Gets or sets the focus color to use the border of the input group when type is line.
816
817
  */
817
818
  get lineTypeFocusBorderColor() {
818
- return brushToString(this.i.sv);
819
+ return brushToString(this.i.sw);
819
820
  }
820
821
  set lineTypeFocusBorderColor(v) {
821
- this.i.sv = stringToBrush(v);
822
- this._a("lineTypeFocusBorderColor", brushToString(this.i.sv));
822
+ this.i.sw = stringToBrush(v);
823
+ this._a("lineTypeFocusBorderColor", brushToString(this.i.sw));
823
824
  }
824
825
  /**
825
826
  * Gets or sets the color to use the border of the input group when type is line.
826
827
  */
827
828
  get lineTypeBorderColor() {
828
- return brushToString(this.i.su);
829
+ return brushToString(this.i.sv);
829
830
  }
830
831
  set lineTypeBorderColor(v) {
831
- this.i.su = stringToBrush(v);
832
- this._a("lineTypeBorderColor", brushToString(this.i.su));
832
+ this.i.sv = stringToBrush(v);
833
+ this._a("lineTypeBorderColor", brushToString(this.i.sv));
833
834
  }
834
835
  get lineTypeCornerRadiusBottomRight() {
835
- return this.i.nj ? this.i.nj.b : NaN;
836
+ return this.i.nk ? this.i.nk.b : NaN;
836
837
  }
837
838
  set lineTypeCornerRadiusBottomRight(v) {
838
839
  this.ensureLineTypeCornerRadius();
839
- this.i.nj.b = +v;
840
- this._a("lineTypeCornerRadiusBottomRight", this.i.nj.b);
841
- this.i.nj = this.i.nj;
840
+ this.i.nk.b = +v;
841
+ this._a("lineTypeCornerRadiusBottomRight", this.i.nk.b);
842
+ this.i.nk = this.i.nk;
842
843
  }
843
844
  get lineTypeCornerRadiusBottomLeft() {
844
- return this.i.nj ? this.i.nj.a : NaN;
845
+ return this.i.nk ? this.i.nk.a : NaN;
845
846
  }
846
847
  set lineTypeCornerRadiusBottomLeft(v) {
847
848
  this.ensureLineTypeCornerRadius();
848
- this.i.nj.a = +v;
849
- this._a("lineTypeCornerRadiusBottomLeft", this.i.nj.a);
850
- this.i.nj = this.i.nj;
849
+ this.i.nk.a = +v;
850
+ this._a("lineTypeCornerRadiusBottomLeft", this.i.nk.a);
851
+ this.i.nk = this.i.nk;
851
852
  }
852
853
  get lineTypeCornerRadiusTopLeft() {
853
- return this.i.nj ? this.i.nj.c : NaN;
854
+ return this.i.nk ? this.i.nk.c : NaN;
854
855
  }
855
856
  set lineTypeCornerRadiusTopLeft(v) {
856
857
  this.ensureLineTypeCornerRadius();
857
- this.i.nj.c = +v;
858
- this._a("lineTypeCornerRadiusTopLeft", this.i.nj.c);
859
- this.i.nj = this.i.nj;
858
+ this.i.nk.c = +v;
859
+ this._a("lineTypeCornerRadiusTopLeft", this.i.nk.c);
860
+ this.i.nk = this.i.nk;
860
861
  }
861
862
  get lineTypeCornerRadiusTopRight() {
862
- return this.i.nj ? this.i.nj.d : NaN;
863
+ return this.i.nk ? this.i.nk.d : NaN;
863
864
  }
864
865
  set lineTypeCornerRadiusTopRight(v) {
865
866
  this.ensureLineTypeCornerRadius();
866
- this.i.nj.d = +v;
867
- this._a("lineTypeCornerRadiusTopRight", this.i.nj.d);
868
- this.i.nj = this.i.nj;
867
+ this.i.nk.d = +v;
868
+ this._a("lineTypeCornerRadiusTopRight", this.i.nk.d);
869
+ this.i.nk = this.i.nk;
869
870
  }
870
871
  ensureLineTypeCornerRadius() {
871
- if (this.i.nj) {
872
+ if (this.i.nk) {
872
873
  return;
873
874
  }
874
- this.i.nj = new CornerRadius(2);
875
+ this.i.nk = new CornerRadius(2);
875
876
  }
876
877
  get lineTypeContentPaddingBottom() {
877
- return this.i.tz ? this.i.tz.b : NaN;
878
+ return this.i.t0 ? this.i.t0.b : NaN;
878
879
  }
879
880
  set lineTypeContentPaddingBottom(v) {
880
881
  this.ensureLineTypeContentPadding();
881
- this.i.tz.b = +v;
882
- this._a("lineTypeContentPaddingBottom", this.i.tz.b);
883
- this.i.tz = this.i.tz;
882
+ this.i.t0.b = +v;
883
+ this._a("lineTypeContentPaddingBottom", this.i.t0.b);
884
+ this.i.t0 = this.i.t0;
884
885
  }
885
886
  get lineTypeContentPaddingLeft() {
886
- return this.i.tz ? this.i.tz.c : NaN;
887
+ return this.i.t0 ? this.i.t0.c : NaN;
887
888
  }
888
889
  set lineTypeContentPaddingLeft(v) {
889
890
  this.ensureLineTypeContentPadding();
890
- this.i.tz.c = +v;
891
- this._a("lineTypeContentPaddingLeft", this.i.tz.c);
892
- this.i.tz = this.i.tz;
891
+ this.i.t0.c = +v;
892
+ this._a("lineTypeContentPaddingLeft", this.i.t0.c);
893
+ this.i.t0 = this.i.t0;
893
894
  }
894
895
  get lineTypeContentPaddingRight() {
895
- return this.i.tz ? this.i.tz.d : NaN;
896
+ return this.i.t0 ? this.i.t0.d : NaN;
896
897
  }
897
898
  set lineTypeContentPaddingRight(v) {
898
899
  this.ensureLineTypeContentPadding();
899
- this.i.tz.d = +v;
900
- this._a("lineTypeContentPaddingRight", this.i.tz.d);
901
- this.i.tz = this.i.tz;
900
+ this.i.t0.d = +v;
901
+ this._a("lineTypeContentPaddingRight", this.i.t0.d);
902
+ this.i.t0 = this.i.t0;
902
903
  }
903
904
  get lineTypeContentPaddingTop() {
904
- return this.i.tz ? this.i.tz.e : NaN;
905
+ return this.i.t0 ? this.i.t0.e : NaN;
905
906
  }
906
907
  set lineTypeContentPaddingTop(v) {
907
908
  this.ensureLineTypeContentPadding();
908
- this.i.tz.e = +v;
909
- this._a("lineTypeContentPaddingTop", this.i.tz.e);
910
- this.i.tz = this.i.tz;
909
+ this.i.t0.e = +v;
910
+ this._a("lineTypeContentPaddingTop", this.i.t0.e);
911
+ this.i.t0 = this.i.t0;
911
912
  }
912
913
  ensureLineTypeContentPadding() {
913
- if (this.i.tz) {
914
+ if (this.i.t0) {
914
915
  return;
915
916
  }
916
- this.i.tz = new Thickness(2);
917
+ this.i.t0 = new Thickness(2);
917
918
  }
918
919
  /**
919
920
  * Gets or sets the width to use for the underline element when type is line.
@@ -949,41 +950,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
949
950
  * Gets or sets the color to use for the underline element when type is line.
950
951
  */
951
952
  get lineTypeUnderlineColor() {
952
- return brushToString(this.i.sy);
953
+ return brushToString(this.i.sz);
953
954
  }
954
955
  set lineTypeUnderlineColor(v) {
955
- this.i.sy = stringToBrush(v);
956
- this._a("lineTypeUnderlineColor", brushToString(this.i.sy));
956
+ this.i.sz = stringToBrush(v);
957
+ this._a("lineTypeUnderlineColor", brushToString(this.i.sz));
957
958
  }
958
959
  /**
959
960
  * Gets or sets the color to use for the underline ripple element when type is line.
960
961
  */
961
962
  get lineTypeUnderlineRippleColor() {
962
- return brushToString(this.i.sz);
963
+ return brushToString(this.i.s0);
963
964
  }
964
965
  set lineTypeUnderlineRippleColor(v) {
965
- this.i.sz = stringToBrush(v);
966
- this._a("lineTypeUnderlineRippleColor", brushToString(this.i.sz));
966
+ this.i.s0 = stringToBrush(v);
967
+ this._a("lineTypeUnderlineRippleColor", brushToString(this.i.s0));
967
968
  }
968
969
  /**
969
970
  * Gets or sets the color to use for the underline element when type is line.
970
971
  */
971
972
  get lineTypeHoverUnderlineColor() {
972
- return brushToString(this.i.sx);
973
+ return brushToString(this.i.sy);
973
974
  }
974
975
  set lineTypeHoverUnderlineColor(v) {
975
- this.i.sx = stringToBrush(v);
976
- this._a("lineTypeHoverUnderlineColor", brushToString(this.i.sx));
976
+ this.i.sy = stringToBrush(v);
977
+ this._a("lineTypeHoverUnderlineColor", brushToString(this.i.sy));
977
978
  }
978
979
  /**
979
980
  * Gets or sets the color to use for the underline element when type is line.
980
981
  */
981
982
  get lineTypeFocusUnderlineColor() {
982
- return brushToString(this.i.sw);
983
+ return brushToString(this.i.sx);
983
984
  }
984
985
  set lineTypeFocusUnderlineColor(v) {
985
- this.i.sw = stringToBrush(v);
986
- this._a("lineTypeFocusUnderlineColor", brushToString(this.i.sw));
986
+ this.i.sx = stringToBrush(v);
987
+ this._a("lineTypeFocusUnderlineColor", brushToString(this.i.sx));
987
988
  }
988
989
  /**
989
990
  * Gets or sets the color to use for the underline element when type is line.
@@ -1039,11 +1040,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1039
1040
  * Gets or sets the background color to use for the input group when type is line.
1040
1041
  */
1041
1042
  get lineTypeBackgroundColor() {
1042
- return brushToString(this.i.st);
1043
+ return brushToString(this.i.su);
1043
1044
  }
1044
1045
  set lineTypeBackgroundColor(v) {
1045
- this.i.st = stringToBrush(v);
1046
- this._a("lineTypeBackgroundColor", brushToString(this.i.st));
1046
+ this.i.su = stringToBrush(v);
1047
+ this._a("lineTypeBackgroundColor", brushToString(this.i.su));
1047
1048
  }
1048
1049
  /**
1049
1050
  * Gets or sets the border width to use for the border of the item group when using type line.
@@ -1069,105 +1070,105 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1069
1070
  * Gets or sets the focus color to use the border of the input group when type is box.
1070
1071
  */
1071
1072
  get boxTypeFocusBorderColor() {
1072
- return brushToString(this.i.o9);
1073
+ return brushToString(this.i.pa);
1073
1074
  }
1074
1075
  set boxTypeFocusBorderColor(v) {
1075
- this.i.o9 = stringToBrush(v);
1076
- this._a("boxTypeFocusBorderColor", brushToString(this.i.o9));
1076
+ this.i.pa = stringToBrush(v);
1077
+ this._a("boxTypeFocusBorderColor", brushToString(this.i.pa));
1077
1078
  }
1078
1079
  /**
1079
1080
  * Gets or sets the color to use the border of the input group when type is box.
1080
1081
  */
1081
1082
  get boxTypeBorderColor() {
1082
- return brushToString(this.i.o8);
1083
+ return brushToString(this.i.o9);
1083
1084
  }
1084
1085
  set boxTypeBorderColor(v) {
1085
- this.i.o8 = stringToBrush(v);
1086
- this._a("boxTypeBorderColor", brushToString(this.i.o8));
1086
+ this.i.o9 = stringToBrush(v);
1087
+ this._a("boxTypeBorderColor", brushToString(this.i.o9));
1087
1088
  }
1088
1089
  get boxTypeCornerRadiusBottomRight() {
1089
- return this.i.m1 ? this.i.m1.b : NaN;
1090
+ return this.i.m2 ? this.i.m2.b : NaN;
1090
1091
  }
1091
1092
  set boxTypeCornerRadiusBottomRight(v) {
1092
1093
  this.ensureBoxTypeCornerRadius();
1093
- this.i.m1.b = +v;
1094
- this._a("boxTypeCornerRadiusBottomRight", this.i.m1.b);
1095
- this.i.m1 = this.i.m1;
1094
+ this.i.m2.b = +v;
1095
+ this._a("boxTypeCornerRadiusBottomRight", this.i.m2.b);
1096
+ this.i.m2 = this.i.m2;
1096
1097
  }
1097
1098
  get boxTypeCornerRadiusBottomLeft() {
1098
- return this.i.m1 ? this.i.m1.a : NaN;
1099
+ return this.i.m2 ? this.i.m2.a : NaN;
1099
1100
  }
1100
1101
  set boxTypeCornerRadiusBottomLeft(v) {
1101
1102
  this.ensureBoxTypeCornerRadius();
1102
- this.i.m1.a = +v;
1103
- this._a("boxTypeCornerRadiusBottomLeft", this.i.m1.a);
1104
- this.i.m1 = this.i.m1;
1103
+ this.i.m2.a = +v;
1104
+ this._a("boxTypeCornerRadiusBottomLeft", this.i.m2.a);
1105
+ this.i.m2 = this.i.m2;
1105
1106
  }
1106
1107
  get boxTypeCornerRadiusTopLeft() {
1107
- return this.i.m1 ? this.i.m1.c : NaN;
1108
+ return this.i.m2 ? this.i.m2.c : NaN;
1108
1109
  }
1109
1110
  set boxTypeCornerRadiusTopLeft(v) {
1110
1111
  this.ensureBoxTypeCornerRadius();
1111
- this.i.m1.c = +v;
1112
- this._a("boxTypeCornerRadiusTopLeft", this.i.m1.c);
1113
- this.i.m1 = this.i.m1;
1112
+ this.i.m2.c = +v;
1113
+ this._a("boxTypeCornerRadiusTopLeft", this.i.m2.c);
1114
+ this.i.m2 = this.i.m2;
1114
1115
  }
1115
1116
  get boxTypeCornerRadiusTopRight() {
1116
- return this.i.m1 ? this.i.m1.d : NaN;
1117
+ return this.i.m2 ? this.i.m2.d : NaN;
1117
1118
  }
1118
1119
  set boxTypeCornerRadiusTopRight(v) {
1119
1120
  this.ensureBoxTypeCornerRadius();
1120
- this.i.m1.d = +v;
1121
- this._a("boxTypeCornerRadiusTopRight", this.i.m1.d);
1122
- this.i.m1 = this.i.m1;
1121
+ this.i.m2.d = +v;
1122
+ this._a("boxTypeCornerRadiusTopRight", this.i.m2.d);
1123
+ this.i.m2 = this.i.m2;
1123
1124
  }
1124
1125
  ensureBoxTypeCornerRadius() {
1125
- if (this.i.m1) {
1126
+ if (this.i.m2) {
1126
1127
  return;
1127
1128
  }
1128
- this.i.m1 = new CornerRadius(2);
1129
+ this.i.m2 = new CornerRadius(2);
1129
1130
  }
1130
1131
  get boxTypeContentPaddingBottom() {
1131
- return this.i.th ? this.i.th.b : NaN;
1132
+ return this.i.ti ? this.i.ti.b : NaN;
1132
1133
  }
1133
1134
  set boxTypeContentPaddingBottom(v) {
1134
1135
  this.ensureBoxTypeContentPadding();
1135
- this.i.th.b = +v;
1136
- this._a("boxTypeContentPaddingBottom", this.i.th.b);
1137
- this.i.th = this.i.th;
1136
+ this.i.ti.b = +v;
1137
+ this._a("boxTypeContentPaddingBottom", this.i.ti.b);
1138
+ this.i.ti = this.i.ti;
1138
1139
  }
1139
1140
  get boxTypeContentPaddingLeft() {
1140
- return this.i.th ? this.i.th.c : NaN;
1141
+ return this.i.ti ? this.i.ti.c : NaN;
1141
1142
  }
1142
1143
  set boxTypeContentPaddingLeft(v) {
1143
1144
  this.ensureBoxTypeContentPadding();
1144
- this.i.th.c = +v;
1145
- this._a("boxTypeContentPaddingLeft", this.i.th.c);
1146
- this.i.th = this.i.th;
1145
+ this.i.ti.c = +v;
1146
+ this._a("boxTypeContentPaddingLeft", this.i.ti.c);
1147
+ this.i.ti = this.i.ti;
1147
1148
  }
1148
1149
  get boxTypeContentPaddingRight() {
1149
- return this.i.th ? this.i.th.d : NaN;
1150
+ return this.i.ti ? this.i.ti.d : NaN;
1150
1151
  }
1151
1152
  set boxTypeContentPaddingRight(v) {
1152
1153
  this.ensureBoxTypeContentPadding();
1153
- this.i.th.d = +v;
1154
- this._a("boxTypeContentPaddingRight", this.i.th.d);
1155
- this.i.th = this.i.th;
1154
+ this.i.ti.d = +v;
1155
+ this._a("boxTypeContentPaddingRight", this.i.ti.d);
1156
+ this.i.ti = this.i.ti;
1156
1157
  }
1157
1158
  get boxTypeContentPaddingTop() {
1158
- return this.i.th ? this.i.th.e : NaN;
1159
+ return this.i.ti ? this.i.ti.e : NaN;
1159
1160
  }
1160
1161
  set boxTypeContentPaddingTop(v) {
1161
1162
  this.ensureBoxTypeContentPadding();
1162
- this.i.th.e = +v;
1163
- this._a("boxTypeContentPaddingTop", this.i.th.e);
1164
- this.i.th = this.i.th;
1163
+ this.i.ti.e = +v;
1164
+ this._a("boxTypeContentPaddingTop", this.i.ti.e);
1165
+ this.i.ti = this.i.ti;
1165
1166
  }
1166
1167
  ensureBoxTypeContentPadding() {
1167
- if (this.i.th) {
1168
+ if (this.i.ti) {
1168
1169
  return;
1169
1170
  }
1170
- this.i.th = new Thickness(2);
1171
+ this.i.ti = new Thickness(2);
1171
1172
  }
1172
1173
  /**
1173
1174
  * Gets or sets the width to use for the underline element when type is box.
@@ -1203,41 +1204,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1203
1204
  * Gets or sets the color to use for the underline element when type is box.
1204
1205
  */
1205
1206
  get boxTypeUnderlineColor() {
1206
- return brushToString(this.i.pc);
1207
+ return brushToString(this.i.pd);
1207
1208
  }
1208
1209
  set boxTypeUnderlineColor(v) {
1209
- this.i.pc = stringToBrush(v);
1210
- this._a("boxTypeUnderlineColor", brushToString(this.i.pc));
1210
+ this.i.pd = stringToBrush(v);
1211
+ this._a("boxTypeUnderlineColor", brushToString(this.i.pd));
1211
1212
  }
1212
1213
  /**
1213
1214
  * Gets or sets the color to use for the underline ripple element when type is box.
1214
1215
  */
1215
1216
  get boxTypeUnderlineRippleColor() {
1216
- return brushToString(this.i.pd);
1217
+ return brushToString(this.i.pe);
1217
1218
  }
1218
1219
  set boxTypeUnderlineRippleColor(v) {
1219
- this.i.pd = stringToBrush(v);
1220
- this._a("boxTypeUnderlineRippleColor", brushToString(this.i.pd));
1220
+ this.i.pe = stringToBrush(v);
1221
+ this._a("boxTypeUnderlineRippleColor", brushToString(this.i.pe));
1221
1222
  }
1222
1223
  /**
1223
1224
  * Gets or sets the color to use for the underline element when type is box.
1224
1225
  */
1225
1226
  get boxTypeHoverUnderlineColor() {
1226
- return brushToString(this.i.pb);
1227
+ return brushToString(this.i.pc);
1227
1228
  }
1228
1229
  set boxTypeHoverUnderlineColor(v) {
1229
- this.i.pb = stringToBrush(v);
1230
- this._a("boxTypeHoverUnderlineColor", brushToString(this.i.pb));
1230
+ this.i.pc = stringToBrush(v);
1231
+ this._a("boxTypeHoverUnderlineColor", brushToString(this.i.pc));
1231
1232
  }
1232
1233
  /**
1233
1234
  * Gets or sets the color to use for the underline element when type is box.
1234
1235
  */
1235
1236
  get boxTypeFocusUnderlineColor() {
1236
- return brushToString(this.i.pa);
1237
+ return brushToString(this.i.pb);
1237
1238
  }
1238
1239
  set boxTypeFocusUnderlineColor(v) {
1239
- this.i.pa = stringToBrush(v);
1240
- this._a("boxTypeFocusUnderlineColor", brushToString(this.i.pa));
1240
+ this.i.pb = stringToBrush(v);
1241
+ this._a("boxTypeFocusUnderlineColor", brushToString(this.i.pb));
1241
1242
  }
1242
1243
  /**
1243
1244
  * Gets or sets the color to use for the underline element when type is box.
@@ -1293,11 +1294,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1293
1294
  * Gets or sets the background color to use for the input group when type is box.
1294
1295
  */
1295
1296
  get boxTypeBackgroundColor() {
1296
- return brushToString(this.i.o7);
1297
+ return brushToString(this.i.o8);
1297
1298
  }
1298
1299
  set boxTypeBackgroundColor(v) {
1299
- this.i.o7 = stringToBrush(v);
1300
- this._a("boxTypeBackgroundColor", brushToString(this.i.o7));
1300
+ this.i.o8 = stringToBrush(v);
1301
+ this._a("boxTypeBackgroundColor", brushToString(this.i.o8));
1301
1302
  }
1302
1303
  /**
1303
1304
  * Gets or sets the border width to use for the border of the item group when using type line.
@@ -1323,105 +1324,105 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1323
1324
  * Gets or sets the focus color to use the border of the input group when type is border.
1324
1325
  */
1325
1326
  get borderTypeFocusBorderColor() {
1326
- return brushToString(this.i.o2);
1327
+ return brushToString(this.i.o3);
1327
1328
  }
1328
1329
  set borderTypeFocusBorderColor(v) {
1329
- this.i.o2 = stringToBrush(v);
1330
- this._a("borderTypeFocusBorderColor", brushToString(this.i.o2));
1330
+ this.i.o3 = stringToBrush(v);
1331
+ this._a("borderTypeFocusBorderColor", brushToString(this.i.o3));
1331
1332
  }
1332
1333
  /**
1333
1334
  * Gets or sets the color to use the border of the input group when type is border.
1334
1335
  */
1335
1336
  get borderTypeBorderColor() {
1336
- return brushToString(this.i.o1);
1337
+ return brushToString(this.i.o2);
1337
1338
  }
1338
1339
  set borderTypeBorderColor(v) {
1339
- this.i.o1 = stringToBrush(v);
1340
- this._a("borderTypeBorderColor", brushToString(this.i.o1));
1340
+ this.i.o2 = stringToBrush(v);
1341
+ this._a("borderTypeBorderColor", brushToString(this.i.o2));
1341
1342
  }
1342
1343
  get borderTypeCornerRadiusBottomRight() {
1343
- return this.i.m0 ? this.i.m0.b : NaN;
1344
+ return this.i.m1 ? this.i.m1.b : NaN;
1344
1345
  }
1345
1346
  set borderTypeCornerRadiusBottomRight(v) {
1346
1347
  this.ensureBorderTypeCornerRadius();
1347
- this.i.m0.b = +v;
1348
- this._a("borderTypeCornerRadiusBottomRight", this.i.m0.b);
1349
- this.i.m0 = this.i.m0;
1348
+ this.i.m1.b = +v;
1349
+ this._a("borderTypeCornerRadiusBottomRight", this.i.m1.b);
1350
+ this.i.m1 = this.i.m1;
1350
1351
  }
1351
1352
  get borderTypeCornerRadiusBottomLeft() {
1352
- return this.i.m0 ? this.i.m0.a : NaN;
1353
+ return this.i.m1 ? this.i.m1.a : NaN;
1353
1354
  }
1354
1355
  set borderTypeCornerRadiusBottomLeft(v) {
1355
1356
  this.ensureBorderTypeCornerRadius();
1356
- this.i.m0.a = +v;
1357
- this._a("borderTypeCornerRadiusBottomLeft", this.i.m0.a);
1358
- this.i.m0 = this.i.m0;
1357
+ this.i.m1.a = +v;
1358
+ this._a("borderTypeCornerRadiusBottomLeft", this.i.m1.a);
1359
+ this.i.m1 = this.i.m1;
1359
1360
  }
1360
1361
  get borderTypeCornerRadiusTopLeft() {
1361
- return this.i.m0 ? this.i.m0.c : NaN;
1362
+ return this.i.m1 ? this.i.m1.c : NaN;
1362
1363
  }
1363
1364
  set borderTypeCornerRadiusTopLeft(v) {
1364
1365
  this.ensureBorderTypeCornerRadius();
1365
- this.i.m0.c = +v;
1366
- this._a("borderTypeCornerRadiusTopLeft", this.i.m0.c);
1367
- this.i.m0 = this.i.m0;
1366
+ this.i.m1.c = +v;
1367
+ this._a("borderTypeCornerRadiusTopLeft", this.i.m1.c);
1368
+ this.i.m1 = this.i.m1;
1368
1369
  }
1369
1370
  get borderTypeCornerRadiusTopRight() {
1370
- return this.i.m0 ? this.i.m0.d : NaN;
1371
+ return this.i.m1 ? this.i.m1.d : NaN;
1371
1372
  }
1372
1373
  set borderTypeCornerRadiusTopRight(v) {
1373
1374
  this.ensureBorderTypeCornerRadius();
1374
- this.i.m0.d = +v;
1375
- this._a("borderTypeCornerRadiusTopRight", this.i.m0.d);
1376
- this.i.m0 = this.i.m0;
1375
+ this.i.m1.d = +v;
1376
+ this._a("borderTypeCornerRadiusTopRight", this.i.m1.d);
1377
+ this.i.m1 = this.i.m1;
1377
1378
  }
1378
1379
  ensureBorderTypeCornerRadius() {
1379
- if (this.i.m0) {
1380
+ if (this.i.m1) {
1380
1381
  return;
1381
1382
  }
1382
- this.i.m0 = new CornerRadius(2);
1383
+ this.i.m1 = new CornerRadius(2);
1383
1384
  }
1384
1385
  get borderTypeContentPaddingBottom() {
1385
- return this.i.tg ? this.i.tg.b : NaN;
1386
+ return this.i.th ? this.i.th.b : NaN;
1386
1387
  }
1387
1388
  set borderTypeContentPaddingBottom(v) {
1388
1389
  this.ensureBorderTypeContentPadding();
1389
- this.i.tg.b = +v;
1390
- this._a("borderTypeContentPaddingBottom", this.i.tg.b);
1391
- this.i.tg = this.i.tg;
1390
+ this.i.th.b = +v;
1391
+ this._a("borderTypeContentPaddingBottom", this.i.th.b);
1392
+ this.i.th = this.i.th;
1392
1393
  }
1393
1394
  get borderTypeContentPaddingLeft() {
1394
- return this.i.tg ? this.i.tg.c : NaN;
1395
+ return this.i.th ? this.i.th.c : NaN;
1395
1396
  }
1396
1397
  set borderTypeContentPaddingLeft(v) {
1397
1398
  this.ensureBorderTypeContentPadding();
1398
- this.i.tg.c = +v;
1399
- this._a("borderTypeContentPaddingLeft", this.i.tg.c);
1400
- this.i.tg = this.i.tg;
1399
+ this.i.th.c = +v;
1400
+ this._a("borderTypeContentPaddingLeft", this.i.th.c);
1401
+ this.i.th = this.i.th;
1401
1402
  }
1402
1403
  get borderTypeContentPaddingRight() {
1403
- return this.i.tg ? this.i.tg.d : NaN;
1404
+ return this.i.th ? this.i.th.d : NaN;
1404
1405
  }
1405
1406
  set borderTypeContentPaddingRight(v) {
1406
1407
  this.ensureBorderTypeContentPadding();
1407
- this.i.tg.d = +v;
1408
- this._a("borderTypeContentPaddingRight", this.i.tg.d);
1409
- this.i.tg = this.i.tg;
1408
+ this.i.th.d = +v;
1409
+ this._a("borderTypeContentPaddingRight", this.i.th.d);
1410
+ this.i.th = this.i.th;
1410
1411
  }
1411
1412
  get borderTypeContentPaddingTop() {
1412
- return this.i.tg ? this.i.tg.e : NaN;
1413
+ return this.i.th ? this.i.th.e : NaN;
1413
1414
  }
1414
1415
  set borderTypeContentPaddingTop(v) {
1415
1416
  this.ensureBorderTypeContentPadding();
1416
- this.i.tg.e = +v;
1417
- this._a("borderTypeContentPaddingTop", this.i.tg.e);
1418
- this.i.tg = this.i.tg;
1417
+ this.i.th.e = +v;
1418
+ this._a("borderTypeContentPaddingTop", this.i.th.e);
1419
+ this.i.th = this.i.th;
1419
1420
  }
1420
1421
  ensureBorderTypeContentPadding() {
1421
- if (this.i.tg) {
1422
+ if (this.i.th) {
1422
1423
  return;
1423
1424
  }
1424
- this.i.tg = new Thickness(2);
1425
+ this.i.th = new Thickness(2);
1425
1426
  }
1426
1427
  /**
1427
1428
  * Gets or sets the width to use for the underline element when type is border.
@@ -1457,41 +1458,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1457
1458
  * Gets or sets the color to use for the underline element when type is border.
1458
1459
  */
1459
1460
  get borderTypeUnderlineColor() {
1460
- return brushToString(this.i.o5);
1461
+ return brushToString(this.i.o6);
1461
1462
  }
1462
1463
  set borderTypeUnderlineColor(v) {
1463
- this.i.o5 = stringToBrush(v);
1464
- this._a("borderTypeUnderlineColor", brushToString(this.i.o5));
1464
+ this.i.o6 = stringToBrush(v);
1465
+ this._a("borderTypeUnderlineColor", brushToString(this.i.o6));
1465
1466
  }
1466
1467
  /**
1467
1468
  * Gets or sets the color to use for the underline ripple element when type is border.
1468
1469
  */
1469
1470
  get borderTypeUnderlineRippleColor() {
1470
- return brushToString(this.i.o6);
1471
+ return brushToString(this.i.o7);
1471
1472
  }
1472
1473
  set borderTypeUnderlineRippleColor(v) {
1473
- this.i.o6 = stringToBrush(v);
1474
- this._a("borderTypeUnderlineRippleColor", brushToString(this.i.o6));
1474
+ this.i.o7 = stringToBrush(v);
1475
+ this._a("borderTypeUnderlineRippleColor", brushToString(this.i.o7));
1475
1476
  }
1476
1477
  /**
1477
1478
  * Gets or sets the color to use for the underline element when type is border.
1478
1479
  */
1479
1480
  get borderTypeHoverUnderlineColor() {
1480
- return brushToString(this.i.o4);
1481
+ return brushToString(this.i.o5);
1481
1482
  }
1482
1483
  set borderTypeHoverUnderlineColor(v) {
1483
- this.i.o4 = stringToBrush(v);
1484
- this._a("borderTypeHoverUnderlineColor", brushToString(this.i.o4));
1484
+ this.i.o5 = stringToBrush(v);
1485
+ this._a("borderTypeHoverUnderlineColor", brushToString(this.i.o5));
1485
1486
  }
1486
1487
  /**
1487
1488
  * Gets or sets the color to use for the underline element when type is border.
1488
1489
  */
1489
1490
  get borderTypeFocusUnderlineColor() {
1490
- return brushToString(this.i.o3);
1491
+ return brushToString(this.i.o4);
1491
1492
  }
1492
1493
  set borderTypeFocusUnderlineColor(v) {
1493
- this.i.o3 = stringToBrush(v);
1494
- this._a("borderTypeFocusUnderlineColor", brushToString(this.i.o3));
1494
+ this.i.o4 = stringToBrush(v);
1495
+ this._a("borderTypeFocusUnderlineColor", brushToString(this.i.o4));
1495
1496
  }
1496
1497
  /**
1497
1498
  * Gets or sets the color to use for the underline element when type is border.
@@ -1547,11 +1548,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1547
1548
  * Gets or sets the background color to use for the input group when type is border.
1548
1549
  */
1549
1550
  get borderTypeBackgroundColor() {
1550
- return brushToString(this.i.o0);
1551
+ return brushToString(this.i.o1);
1551
1552
  }
1552
1553
  set borderTypeBackgroundColor(v) {
1553
- this.i.o0 = stringToBrush(v);
1554
- this._a("borderTypeBackgroundColor", brushToString(this.i.o0));
1554
+ this.i.o1 = stringToBrush(v);
1555
+ this._a("borderTypeBackgroundColor", brushToString(this.i.o1));
1555
1556
  }
1556
1557
  /**
1557
1558
  * Gets or sets the search width to use for the border of the item group when using type line.
@@ -1577,105 +1578,105 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1577
1578
  * Gets or sets the focus color to use the search of the input group when type is search.
1578
1579
  */
1579
1580
  get searchTypeFocusBorderColor() {
1580
- return brushToString(this.i.s2);
1581
+ return brushToString(this.i.s3);
1581
1582
  }
1582
1583
  set searchTypeFocusBorderColor(v) {
1583
- this.i.s2 = stringToBrush(v);
1584
- this._a("searchTypeFocusBorderColor", brushToString(this.i.s2));
1584
+ this.i.s3 = stringToBrush(v);
1585
+ this._a("searchTypeFocusBorderColor", brushToString(this.i.s3));
1585
1586
  }
1586
1587
  /**
1587
1588
  * Gets or sets the color to use the search of the input group when type is search.
1588
1589
  */
1589
1590
  get searchTypeBorderColor() {
1590
- return brushToString(this.i.s1);
1591
+ return brushToString(this.i.s2);
1591
1592
  }
1592
1593
  set searchTypeBorderColor(v) {
1593
- this.i.s1 = stringToBrush(v);
1594
- this._a("searchTypeBorderColor", brushToString(this.i.s1));
1594
+ this.i.s2 = stringToBrush(v);
1595
+ this._a("searchTypeBorderColor", brushToString(this.i.s2));
1595
1596
  }
1596
1597
  get searchTypeCornerRadiusBottomRight() {
1597
- return this.i.nk ? this.i.nk.b : NaN;
1598
+ return this.i.nl ? this.i.nl.b : NaN;
1598
1599
  }
1599
1600
  set searchTypeCornerRadiusBottomRight(v) {
1600
1601
  this.ensureSearchTypeCornerRadius();
1601
- this.i.nk.b = +v;
1602
- this._a("searchTypeCornerRadiusBottomRight", this.i.nk.b);
1603
- this.i.nk = this.i.nk;
1602
+ this.i.nl.b = +v;
1603
+ this._a("searchTypeCornerRadiusBottomRight", this.i.nl.b);
1604
+ this.i.nl = this.i.nl;
1604
1605
  }
1605
1606
  get searchTypeCornerRadiusBottomLeft() {
1606
- return this.i.nk ? this.i.nk.a : NaN;
1607
+ return this.i.nl ? this.i.nl.a : NaN;
1607
1608
  }
1608
1609
  set searchTypeCornerRadiusBottomLeft(v) {
1609
1610
  this.ensureSearchTypeCornerRadius();
1610
- this.i.nk.a = +v;
1611
- this._a("searchTypeCornerRadiusBottomLeft", this.i.nk.a);
1612
- this.i.nk = this.i.nk;
1611
+ this.i.nl.a = +v;
1612
+ this._a("searchTypeCornerRadiusBottomLeft", this.i.nl.a);
1613
+ this.i.nl = this.i.nl;
1613
1614
  }
1614
1615
  get searchTypeCornerRadiusTopLeft() {
1615
- return this.i.nk ? this.i.nk.c : NaN;
1616
+ return this.i.nl ? this.i.nl.c : NaN;
1616
1617
  }
1617
1618
  set searchTypeCornerRadiusTopLeft(v) {
1618
1619
  this.ensureSearchTypeCornerRadius();
1619
- this.i.nk.c = +v;
1620
- this._a("searchTypeCornerRadiusTopLeft", this.i.nk.c);
1621
- this.i.nk = this.i.nk;
1620
+ this.i.nl.c = +v;
1621
+ this._a("searchTypeCornerRadiusTopLeft", this.i.nl.c);
1622
+ this.i.nl = this.i.nl;
1622
1623
  }
1623
1624
  get searchTypeCornerRadiusTopRight() {
1624
- return this.i.nk ? this.i.nk.d : NaN;
1625
+ return this.i.nl ? this.i.nl.d : NaN;
1625
1626
  }
1626
1627
  set searchTypeCornerRadiusTopRight(v) {
1627
1628
  this.ensureSearchTypeCornerRadius();
1628
- this.i.nk.d = +v;
1629
- this._a("searchTypeCornerRadiusTopRight", this.i.nk.d);
1630
- this.i.nk = this.i.nk;
1629
+ this.i.nl.d = +v;
1630
+ this._a("searchTypeCornerRadiusTopRight", this.i.nl.d);
1631
+ this.i.nl = this.i.nl;
1631
1632
  }
1632
1633
  ensureSearchTypeCornerRadius() {
1633
- if (this.i.nk) {
1634
+ if (this.i.nl) {
1634
1635
  return;
1635
1636
  }
1636
- this.i.nk = new CornerRadius(2);
1637
+ this.i.nl = new CornerRadius(2);
1637
1638
  }
1638
1639
  get searchTypeContentPaddingBottom() {
1639
- return this.i.t0 ? this.i.t0.b : NaN;
1640
+ return this.i.t1 ? this.i.t1.b : NaN;
1640
1641
  }
1641
1642
  set searchTypeContentPaddingBottom(v) {
1642
1643
  this.ensureSearchTypeContentPadding();
1643
- this.i.t0.b = +v;
1644
- this._a("searchTypeContentPaddingBottom", this.i.t0.b);
1645
- this.i.t0 = this.i.t0;
1644
+ this.i.t1.b = +v;
1645
+ this._a("searchTypeContentPaddingBottom", this.i.t1.b);
1646
+ this.i.t1 = this.i.t1;
1646
1647
  }
1647
1648
  get searchTypeContentPaddingLeft() {
1648
- return this.i.t0 ? this.i.t0.c : NaN;
1649
+ return this.i.t1 ? this.i.t1.c : NaN;
1649
1650
  }
1650
1651
  set searchTypeContentPaddingLeft(v) {
1651
1652
  this.ensureSearchTypeContentPadding();
1652
- this.i.t0.c = +v;
1653
- this._a("searchTypeContentPaddingLeft", this.i.t0.c);
1654
- this.i.t0 = this.i.t0;
1653
+ this.i.t1.c = +v;
1654
+ this._a("searchTypeContentPaddingLeft", this.i.t1.c);
1655
+ this.i.t1 = this.i.t1;
1655
1656
  }
1656
1657
  get searchTypeContentPaddingRight() {
1657
- return this.i.t0 ? this.i.t0.d : NaN;
1658
+ return this.i.t1 ? this.i.t1.d : NaN;
1658
1659
  }
1659
1660
  set searchTypeContentPaddingRight(v) {
1660
1661
  this.ensureSearchTypeContentPadding();
1661
- this.i.t0.d = +v;
1662
- this._a("searchTypeContentPaddingRight", this.i.t0.d);
1663
- this.i.t0 = this.i.t0;
1662
+ this.i.t1.d = +v;
1663
+ this._a("searchTypeContentPaddingRight", this.i.t1.d);
1664
+ this.i.t1 = this.i.t1;
1664
1665
  }
1665
1666
  get searchTypeContentPaddingTop() {
1666
- return this.i.t0 ? this.i.t0.e : NaN;
1667
+ return this.i.t1 ? this.i.t1.e : NaN;
1667
1668
  }
1668
1669
  set searchTypeContentPaddingTop(v) {
1669
1670
  this.ensureSearchTypeContentPadding();
1670
- this.i.t0.e = +v;
1671
- this._a("searchTypeContentPaddingTop", this.i.t0.e);
1672
- this.i.t0 = this.i.t0;
1671
+ this.i.t1.e = +v;
1672
+ this._a("searchTypeContentPaddingTop", this.i.t1.e);
1673
+ this.i.t1 = this.i.t1;
1673
1674
  }
1674
1675
  ensureSearchTypeContentPadding() {
1675
- if (this.i.t0) {
1676
+ if (this.i.t1) {
1676
1677
  return;
1677
1678
  }
1678
- this.i.t0 = new Thickness(2);
1679
+ this.i.t1 = new Thickness(2);
1679
1680
  }
1680
1681
  /**
1681
1682
  * Gets or sets the width to use for the underline element when type is search.
@@ -1711,41 +1712,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1711
1712
  * Gets or sets the color to use for the underline element when type is search.
1712
1713
  */
1713
1714
  get searchTypeUnderlineColor() {
1714
- return brushToString(this.i.s5);
1715
+ return brushToString(this.i.s6);
1715
1716
  }
1716
1717
  set searchTypeUnderlineColor(v) {
1717
- this.i.s5 = stringToBrush(v);
1718
- this._a("searchTypeUnderlineColor", brushToString(this.i.s5));
1718
+ this.i.s6 = stringToBrush(v);
1719
+ this._a("searchTypeUnderlineColor", brushToString(this.i.s6));
1719
1720
  }
1720
1721
  /**
1721
1722
  * Gets or sets the color to use for the underline ripple element when type is search.
1722
1723
  */
1723
1724
  get searchTypeUnderlineRippleColor() {
1724
- return brushToString(this.i.s6);
1725
+ return brushToString(this.i.s7);
1725
1726
  }
1726
1727
  set searchTypeUnderlineRippleColor(v) {
1727
- this.i.s6 = stringToBrush(v);
1728
- this._a("searchTypeUnderlineRippleColor", brushToString(this.i.s6));
1728
+ this.i.s7 = stringToBrush(v);
1729
+ this._a("searchTypeUnderlineRippleColor", brushToString(this.i.s7));
1729
1730
  }
1730
1731
  /**
1731
1732
  * Gets or sets the color to use for the underline element when type is search.
1732
1733
  */
1733
1734
  get searchTypeHoverUnderlineColor() {
1734
- return brushToString(this.i.s4);
1735
+ return brushToString(this.i.s5);
1735
1736
  }
1736
1737
  set searchTypeHoverUnderlineColor(v) {
1737
- this.i.s4 = stringToBrush(v);
1738
- this._a("searchTypeHoverUnderlineColor", brushToString(this.i.s4));
1738
+ this.i.s5 = stringToBrush(v);
1739
+ this._a("searchTypeHoverUnderlineColor", brushToString(this.i.s5));
1739
1740
  }
1740
1741
  /**
1741
1742
  * Gets or sets the color to use for the underline element when type is search.
1742
1743
  */
1743
1744
  get searchTypeFocusUnderlineColor() {
1744
- return brushToString(this.i.s3);
1745
+ return brushToString(this.i.s4);
1745
1746
  }
1746
1747
  set searchTypeFocusUnderlineColor(v) {
1747
- this.i.s3 = stringToBrush(v);
1748
- this._a("searchTypeFocusUnderlineColor", brushToString(this.i.s3));
1748
+ this.i.s4 = stringToBrush(v);
1749
+ this._a("searchTypeFocusUnderlineColor", brushToString(this.i.s4));
1749
1750
  }
1750
1751
  /**
1751
1752
  * Gets or sets the color to use for the underline element when type is search.
@@ -1801,11 +1802,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1801
1802
  * Gets or sets the background color to use for the input group when type is search.
1802
1803
  */
1803
1804
  get searchTypeBackgroundColor() {
1804
- return brushToString(this.i.s0);
1805
+ return brushToString(this.i.s1);
1805
1806
  }
1806
1807
  set searchTypeBackgroundColor(v) {
1807
- this.i.s0 = stringToBrush(v);
1808
- this._a("searchTypeBackgroundColor", brushToString(this.i.s0));
1808
+ this.i.s1 = stringToBrush(v);
1809
+ this._a("searchTypeBackgroundColor", brushToString(this.i.s1));
1809
1810
  }
1810
1811
  /**
1811
1812
  * Gets or sets whether the input group is expanded or not.
@@ -1851,11 +1852,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1851
1852
  * Gets or sets the color to use the hovered background of the inputs in the group.
1852
1853
  */
1853
1854
  get focusBorderColor() {
1854
- return brushToString(this.i.sq);
1855
+ return brushToString(this.i.sr);
1855
1856
  }
1856
1857
  set focusBorderColor(v) {
1857
- this.i.sq = stringToBrush(v);
1858
- this._a("focusBorderColor", brushToString(this.i.sq));
1858
+ this.i.sr = stringToBrush(v);
1859
+ this._a("focusBorderColor", brushToString(this.i.sr));
1859
1860
  }
1860
1861
  /**
1861
1862
  * Gets or sets the id to use for the checkbox.
@@ -1902,7 +1903,7 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1902
1903
  if (typeName.indexOf("Xam") === 0) {
1903
1904
  typeName = typeName.substring(3);
1904
1905
  }
1905
- genericPrefix = toSpinal("InputGroupComponent");
1906
+ genericPrefix = toSpinal("XInputGroupComponent");
1906
1907
  let additionalPrefixes = [];
1907
1908
  let prefix = toSpinal(typeName);
1908
1909
  additionalPrefixes.push(prefix + "-");
@@ -1958,9 +1959,8 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
1958
1959
  return (iv);
1959
1960
  }
1960
1961
  }
1961
- IgcInputGroupComponent._observedAttributesIgcInputGroupComponent = null;
1962
- IgcInputGroupComponent.htmlTagName = "igc-input-group";
1963
- IgcInputGroupComponent._isElementRegistered = false;
1964
- return IgcInputGroupComponent;
1962
+ IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent = null;
1963
+ IgcXInputGroupComponent.htmlTagName = "igc-x-input-group";
1964
+ IgcXInputGroupComponent._isElementRegistered = false;
1965
+ return IgcXInputGroupComponent;
1965
1966
  })();
1966
- //# sourceMappingURL=igc-input-group-component.js.map