igniteui-angular-inputs 16.1.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (406) hide show
  1. package/License +27 -0
  2. package/README.md +19 -0
  3. package/bundles/igniteui-angular-inputs.umd.js +36173 -0
  4. package/bundles/igniteui-angular-inputs.umd.min.js +7 -0
  5. package/esm2015/igniteui-angular-inputs.js +4 -0
  6. package/esm2015/lib/ButtonClickEventArgs.js +16 -0
  7. package/esm2015/lib/ButtonDisplayStyle.js +11 -0
  8. package/esm2015/lib/ButtonGroupDisplayStyle.js +11 -0
  9. package/esm2015/lib/ButtonGroupOrientation.js +16 -0
  10. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +16 -0
  11. package/esm2015/lib/ButtonGroupView.js +7 -0
  12. package/esm2015/lib/ButtonGroupView_combined.js +1333 -0
  13. package/esm2015/lib/ButtonGroupVisualModelExport.js +56 -0
  14. package/esm2015/lib/ButtonView.js +7 -0
  15. package/esm2015/lib/ButtonView_combined.js +3291 -0
  16. package/esm2015/lib/ButtonVisualModelExport.js +109 -0
  17. package/esm2015/lib/CalendarView.js +7 -0
  18. package/esm2015/lib/CalendarView_combined.js +2791 -0
  19. package/esm2015/lib/CalendarVisualModelExport.js +100 -0
  20. package/esm2015/lib/CheckboxChangeEventArgs.js +33 -0
  21. package/esm2015/lib/CheckboxLabelPosition.js +11 -0
  22. package/esm2015/lib/CheckboxView.js +7 -0
  23. package/esm2015/lib/CheckboxView_combined.js +1105 -0
  24. package/esm2015/lib/CheckboxVisualModelExport.js +62 -0
  25. package/esm2015/lib/DateFormats.js +25 -0
  26. package/esm2015/lib/DatePicker.js +7 -0
  27. package/esm2015/lib/DatePickerView.js +7 -0
  28. package/esm2015/lib/DatePickerView_combined.js +1578 -0
  29. package/esm2015/lib/DatePickerVisualModelExport.js +70 -0
  30. package/esm2015/lib/DateTimeValueFormatter.js +108 -0
  31. package/esm2015/lib/DayInfo.js +23 -0
  32. package/esm2015/lib/DayOfWeek.js +45 -0
  33. package/esm2015/lib/ElevationHelper.js +67 -0
  34. package/esm2015/lib/FirstWeek.js +29 -0
  35. package/esm2015/lib/GotFocusEventArgs.js +16 -0
  36. package/esm2015/lib/IconClickedEventArgs.js +16 -0
  37. package/esm2015/lib/IconView.js +7 -0
  38. package/esm2015/lib/IconView_combined.js +815 -0
  39. package/esm2015/lib/IconVisualModelExport.js +76 -0
  40. package/esm2015/lib/InputChangeEventArgs.js +33 -0
  41. package/esm2015/lib/InputGroupDisplayType.js +18 -0
  42. package/esm2015/lib/InputGroupView.js +7 -0
  43. package/esm2015/lib/InputGroupView_combined.js +5518 -0
  44. package/esm2015/lib/InputGroupVisualModelExport.js +109 -0
  45. package/esm2015/lib/InputShiftType.js +17 -0
  46. package/esm2015/lib/InputView.js +7 -0
  47. package/esm2015/lib/InputVisualModelExport.js +78 -0
  48. package/esm2015/lib/KEYCODES.js +11 -0
  49. package/esm2015/lib/LabelShiftType.js +17 -0
  50. package/esm2015/lib/LabelView.js +7 -0
  51. package/esm2015/lib/LabelVisualModelExport.js +84 -0
  52. package/esm2015/lib/LostFocusEventArgs.js +16 -0
  53. package/esm2015/lib/MaskOptions.js +21 -0
  54. package/esm2015/lib/MaskParsingService.js +213 -0
  55. package/esm2015/lib/NativeUIXInputsFactory.js +185 -0
  56. package/esm2015/lib/PrefixShiftType.js +17 -0
  57. package/esm2015/lib/PrefixView.js +7 -0
  58. package/esm2015/lib/PrefixVisualModelExport.js +35 -0
  59. package/esm2015/lib/Replaced.js +21 -0
  60. package/esm2015/lib/RippleView.js +7 -0
  61. package/esm2015/lib/RippleView_combined.js +396 -0
  62. package/esm2015/lib/RippleVisualModelExport.js +38 -0
  63. package/esm2015/lib/SelectedValueChangedEventArgs.js +33 -0
  64. package/esm2015/lib/SuffixShiftType.js +17 -0
  65. package/esm2015/lib/SuffixView.js +7 -0
  66. package/esm2015/lib/SuffixVisualModelExport.js +34 -0
  67. package/esm2015/lib/TextElementsVisualModelExport.js +44 -0
  68. package/esm2015/lib/Theme.js +48 -0
  69. package/esm2015/lib/ThemeResolver.js +176 -0
  70. package/esm2015/lib/XButton.js +7 -0
  71. package/esm2015/lib/XButtonBridge.js +297 -0
  72. package/esm2015/lib/XButtonGroup.js +7 -0
  73. package/esm2015/lib/XButtonGroupButtonCollection.js +28 -0
  74. package/esm2015/lib/XCalendar.js +7 -0
  75. package/esm2015/lib/XCalendarLocaleEn.js +56 -0
  76. package/esm2015/lib/XCheckbox.js +7 -0
  77. package/esm2015/lib/XCheckboxBridge.js +78 -0
  78. package/esm2015/lib/XComponentBridge.js +48 -0
  79. package/esm2015/lib/XIcon.js +7 -0
  80. package/esm2015/lib/XIconBridge.js +93 -0
  81. package/esm2015/lib/XIconButtonBridge.js +77 -0
  82. package/esm2015/lib/XInput.js +7 -0
  83. package/esm2015/lib/XInputBridge.js +215 -0
  84. package/esm2015/lib/XInputGroup.js +7 -0
  85. package/esm2015/lib/XInputGroupInputCollection.js +7 -0
  86. package/esm2015/lib/XInputGroupItem.js +7 -0
  87. package/esm2015/lib/XLabel.js +7 -0
  88. package/esm2015/lib/XPopupBridge.js +287 -0
  89. package/esm2015/lib/XPrefix.js +7 -0
  90. package/esm2015/lib/XRipple.js +7 -0
  91. package/esm2015/lib/XSuffix.js +7 -0
  92. package/esm2015/lib/igx-button-click-event-args.js +24 -0
  93. package/esm2015/lib/igx-button-group-selection-changed-event-args.js +24 -0
  94. package/esm2015/lib/igx-checkbox-change-event-args.js +37 -0
  95. package/esm2015/lib/igx-date-picker-component.js +596 -0
  96. package/esm2015/lib/igx-date-picker-dynamic-module.js +66 -0
  97. package/esm2015/lib/igx-date-picker-module.js +60 -0
  98. package/esm2015/lib/igx-got-focus-event-args.js +24 -0
  99. package/esm2015/lib/igx-input-change-event-args.js +37 -0
  100. package/esm2015/lib/igx-lost-focus-event-args.js +24 -0
  101. package/esm2015/lib/igx-selected-value-changed-event-args.js +36 -0
  102. package/esm2015/lib/igx-x-button-component.js +2286 -0
  103. package/esm2015/lib/igx-x-button-dynamic-module.js +52 -0
  104. package/esm2015/lib/igx-x-button-group-button-collection.js +48 -0
  105. package/esm2015/lib/igx-x-button-group-component.js +1000 -0
  106. package/esm2015/lib/igx-x-button-group-dynamic-module.js +52 -0
  107. package/esm2015/lib/igx-x-button-group-module.js +46 -0
  108. package/esm2015/lib/igx-x-button-module.js +46 -0
  109. package/esm2015/lib/igx-x-calendar-component.js +468 -0
  110. package/esm2015/lib/igx-x-calendar-dynamic-module.js +52 -0
  111. package/esm2015/lib/igx-x-calendar-locale-en-module.js +31 -0
  112. package/esm2015/lib/igx-x-calendar-module.js +46 -0
  113. package/esm2015/lib/igx-x-checkbox-component.js +586 -0
  114. package/esm2015/lib/igx-x-checkbox-dynamic-module.js +52 -0
  115. package/esm2015/lib/igx-x-checkbox-module.js +46 -0
  116. package/esm2015/lib/igx-x-icon-component.js +596 -0
  117. package/esm2015/lib/igx-x-icon-dynamic-module.js +45 -0
  118. package/esm2015/lib/igx-x-icon-module.js +39 -0
  119. package/esm2015/lib/igx-x-input-component.js +551 -0
  120. package/esm2015/lib/igx-x-input-dynamic-module.js +45 -0
  121. package/esm2015/lib/igx-x-input-group-component.js +2046 -0
  122. package/esm2015/lib/igx-x-input-group-dynamic-module.js +59 -0
  123. package/esm2015/lib/igx-x-input-group-input-collection.js +48 -0
  124. package/esm2015/lib/igx-x-input-group-item-component.js +140 -0
  125. package/esm2015/lib/igx-x-input-group-module.js +53 -0
  126. package/esm2015/lib/igx-x-input-module.js +39 -0
  127. package/esm2015/lib/igx-x-label-component.js +423 -0
  128. package/esm2015/lib/igx-x-label-dynamic-module.js +45 -0
  129. package/esm2015/lib/igx-x-label-module.js +39 -0
  130. package/esm2015/lib/igx-x-prefix-component.js +165 -0
  131. package/esm2015/lib/igx-x-prefix-dynamic-module.js +45 -0
  132. package/esm2015/lib/igx-x-prefix-module.js +39 -0
  133. package/esm2015/lib/igx-x-ripple-component.js +322 -0
  134. package/esm2015/lib/igx-x-ripple-dynamic-module.js +38 -0
  135. package/esm2015/lib/igx-x-ripple-module.js +36 -0
  136. package/esm2015/lib/igx-x-suffix-component.js +165 -0
  137. package/esm2015/public_api.js +123 -0
  138. package/esm5/igniteui-angular-inputs.js +4 -0
  139. package/esm5/lib/ButtonClickEventArgs.js +20 -0
  140. package/esm5/lib/ButtonDisplayStyle.js +11 -0
  141. package/esm5/lib/ButtonGroupDisplayStyle.js +11 -0
  142. package/esm5/lib/ButtonGroupOrientation.js +16 -0
  143. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +20 -0
  144. package/esm5/lib/ButtonGroupView.js +7 -0
  145. package/esm5/lib/ButtonGroupView_combined.js +1701 -0
  146. package/esm5/lib/ButtonGroupVisualModelExport.js +58 -0
  147. package/esm5/lib/ButtonView.js +7 -0
  148. package/esm5/lib/ButtonView_combined.js +3985 -0
  149. package/esm5/lib/ButtonVisualModelExport.js +111 -0
  150. package/esm5/lib/CalendarView.js +7 -0
  151. package/esm5/lib/CalendarView_combined.js +2915 -0
  152. package/esm5/lib/CalendarVisualModelExport.js +102 -0
  153. package/esm5/lib/CheckboxChangeEventArgs.js +43 -0
  154. package/esm5/lib/CheckboxLabelPosition.js +11 -0
  155. package/esm5/lib/CheckboxView.js +7 -0
  156. package/esm5/lib/CheckboxView_combined.js +1303 -0
  157. package/esm5/lib/CheckboxVisualModelExport.js +64 -0
  158. package/esm5/lib/DateFormats.js +25 -0
  159. package/esm5/lib/DatePicker.js +7 -0
  160. package/esm5/lib/DatePickerView.js +7 -0
  161. package/esm5/lib/DatePickerView_combined.js +1690 -0
  162. package/esm5/lib/DatePickerVisualModelExport.js +72 -0
  163. package/esm5/lib/DateTimeValueFormatter.js +110 -0
  164. package/esm5/lib/DayInfo.js +25 -0
  165. package/esm5/lib/DayOfWeek.js +45 -0
  166. package/esm5/lib/ElevationHelper.js +71 -0
  167. package/esm5/lib/FirstWeek.js +29 -0
  168. package/esm5/lib/GotFocusEventArgs.js +20 -0
  169. package/esm5/lib/IconClickedEventArgs.js +20 -0
  170. package/esm5/lib/IconView.js +7 -0
  171. package/esm5/lib/IconView_combined.js +1012 -0
  172. package/esm5/lib/IconVisualModelExport.js +82 -0
  173. package/esm5/lib/InputChangeEventArgs.js +43 -0
  174. package/esm5/lib/InputGroupDisplayType.js +18 -0
  175. package/esm5/lib/InputGroupView.js +7 -0
  176. package/esm5/lib/InputGroupView_combined.js +6660 -0
  177. package/esm5/lib/InputGroupVisualModelExport.js +111 -0
  178. package/esm5/lib/InputShiftType.js +17 -0
  179. package/esm5/lib/InputView.js +7 -0
  180. package/esm5/lib/InputVisualModelExport.js +80 -0
  181. package/esm5/lib/KEYCODES.js +11 -0
  182. package/esm5/lib/LabelShiftType.js +17 -0
  183. package/esm5/lib/LabelView.js +7 -0
  184. package/esm5/lib/LabelVisualModelExport.js +86 -0
  185. package/esm5/lib/LostFocusEventArgs.js +20 -0
  186. package/esm5/lib/MaskOptions.js +23 -0
  187. package/esm5/lib/MaskParsingService.js +267 -0
  188. package/esm5/lib/NativeUIXInputsFactory.js +195 -0
  189. package/esm5/lib/PrefixShiftType.js +17 -0
  190. package/esm5/lib/PrefixView.js +7 -0
  191. package/esm5/lib/PrefixVisualModelExport.js +37 -0
  192. package/esm5/lib/Replaced.js +23 -0
  193. package/esm5/lib/RippleView.js +7 -0
  194. package/esm5/lib/RippleView_combined.js +491 -0
  195. package/esm5/lib/RippleVisualModelExport.js +40 -0
  196. package/esm5/lib/SelectedValueChangedEventArgs.js +43 -0
  197. package/esm5/lib/SuffixShiftType.js +17 -0
  198. package/esm5/lib/SuffixView.js +7 -0
  199. package/esm5/lib/SuffixVisualModelExport.js +36 -0
  200. package/esm5/lib/TextElementsVisualModelExport.js +46 -0
  201. package/esm5/lib/Theme.js +58 -0
  202. package/esm5/lib/ThemeResolver.js +182 -0
  203. package/esm5/lib/XButton.js +7 -0
  204. package/esm5/lib/XButtonBridge.js +299 -0
  205. package/esm5/lib/XButtonGroup.js +7 -0
  206. package/esm5/lib/XButtonGroupButtonCollection.js +30 -0
  207. package/esm5/lib/XCalendar.js +7 -0
  208. package/esm5/lib/XCalendarLocaleEn.js +58 -0
  209. package/esm5/lib/XCheckbox.js +7 -0
  210. package/esm5/lib/XCheckboxBridge.js +80 -0
  211. package/esm5/lib/XComponentBridge.js +54 -0
  212. package/esm5/lib/XIcon.js +7 -0
  213. package/esm5/lib/XIconBridge.js +95 -0
  214. package/esm5/lib/XIconButtonBridge.js +79 -0
  215. package/esm5/lib/XInput.js +7 -0
  216. package/esm5/lib/XInputBridge.js +217 -0
  217. package/esm5/lib/XInputGroup.js +7 -0
  218. package/esm5/lib/XInputGroupInputCollection.js +7 -0
  219. package/esm5/lib/XInputGroupItem.js +7 -0
  220. package/esm5/lib/XLabel.js +7 -0
  221. package/esm5/lib/XPopupBridge.js +289 -0
  222. package/esm5/lib/XPrefix.js +7 -0
  223. package/esm5/lib/XRipple.js +7 -0
  224. package/esm5/lib/XSuffix.js +7 -0
  225. package/esm5/lib/igx-button-click-event-args.js +30 -0
  226. package/esm5/lib/igx-button-group-selection-changed-event-args.js +30 -0
  227. package/esm5/lib/igx-checkbox-change-event-args.js +51 -0
  228. package/esm5/lib/igx-date-picker-component.js +720 -0
  229. package/esm5/lib/igx-date-picker-dynamic-module.js +65 -0
  230. package/esm5/lib/igx-date-picker-module.js +59 -0
  231. package/esm5/lib/igx-got-focus-event-args.js +30 -0
  232. package/esm5/lib/igx-input-change-event-args.js +51 -0
  233. package/esm5/lib/igx-lost-focus-event-args.js +30 -0
  234. package/esm5/lib/igx-selected-value-changed-event-args.js +50 -0
  235. package/esm5/lib/igx-x-button-component.js +3018 -0
  236. package/esm5/lib/igx-x-button-dynamic-module.js +51 -0
  237. package/esm5/lib/igx-x-button-group-button-collection.js +53 -0
  238. package/esm5/lib/igx-x-button-group-component.js +1272 -0
  239. package/esm5/lib/igx-x-button-group-dynamic-module.js +51 -0
  240. package/esm5/lib/igx-x-button-group-module.js +45 -0
  241. package/esm5/lib/igx-x-button-module.js +45 -0
  242. package/esm5/lib/igx-x-calendar-component.js +572 -0
  243. package/esm5/lib/igx-x-calendar-dynamic-module.js +51 -0
  244. package/esm5/lib/igx-x-calendar-locale-en-module.js +30 -0
  245. package/esm5/lib/igx-x-calendar-module.js +45 -0
  246. package/esm5/lib/igx-x-checkbox-component.js +724 -0
  247. package/esm5/lib/igx-x-checkbox-dynamic-module.js +51 -0
  248. package/esm5/lib/igx-x-checkbox-module.js +45 -0
  249. package/esm5/lib/igx-x-icon-component.js +732 -0
  250. package/esm5/lib/igx-x-icon-dynamic-module.js +44 -0
  251. package/esm5/lib/igx-x-icon-module.js +38 -0
  252. package/esm5/lib/igx-x-input-component.js +683 -0
  253. package/esm5/lib/igx-x-input-dynamic-module.js +44 -0
  254. package/esm5/lib/igx-x-input-group-component.js +2697 -0
  255. package/esm5/lib/igx-x-input-group-dynamic-module.js +58 -0
  256. package/esm5/lib/igx-x-input-group-input-collection.js +53 -0
  257. package/esm5/lib/igx-x-input-group-item-component.js +151 -0
  258. package/esm5/lib/igx-x-input-group-module.js +52 -0
  259. package/esm5/lib/igx-x-input-module.js +38 -0
  260. package/esm5/lib/igx-x-label-component.js +522 -0
  261. package/esm5/lib/igx-x-label-dynamic-module.js +44 -0
  262. package/esm5/lib/igx-x-label-module.js +38 -0
  263. package/esm5/lib/igx-x-prefix-component.js +180 -0
  264. package/esm5/lib/igx-x-prefix-dynamic-module.js +44 -0
  265. package/esm5/lib/igx-x-prefix-module.js +38 -0
  266. package/esm5/lib/igx-x-ripple-component.js +381 -0
  267. package/esm5/lib/igx-x-ripple-dynamic-module.js +37 -0
  268. package/esm5/lib/igx-x-ripple-module.js +35 -0
  269. package/esm5/lib/igx-x-suffix-component.js +180 -0
  270. package/esm5/public_api.js +123 -0
  271. package/fesm2015/igniteui-angular-inputs.js +30534 -0
  272. package/fesm5/igniteui-angular-inputs.js +36038 -0
  273. package/igniteui-angular-inputs.d.ts +5 -0
  274. package/lib/ButtonClickEventArgs.d.ts +7 -0
  275. package/lib/ButtonDisplayStyle.d.ts +15 -0
  276. package/lib/ButtonGroupDisplayStyle.d.ts +12 -0
  277. package/lib/ButtonGroupOrientation.d.ts +9 -0
  278. package/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
  279. package/lib/ButtonGroupView.d.ts +1 -0
  280. package/lib/ButtonGroupView_combined.d.ts +372 -0
  281. package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
  282. package/lib/ButtonView.d.ts +1 -0
  283. package/lib/ButtonView_combined.d.ts +695 -0
  284. package/lib/ButtonVisualModelExport.d.ts +46 -0
  285. package/lib/CalendarView.d.ts +1 -0
  286. package/lib/CalendarView_combined.d.ts +231 -0
  287. package/lib/CalendarVisualModelExport.d.ts +33 -0
  288. package/lib/CheckboxChangeEventArgs.d.ts +13 -0
  289. package/lib/CheckboxLabelPosition.d.ts +12 -0
  290. package/lib/CheckboxView.d.ts +1 -0
  291. package/lib/CheckboxView_combined.d.ts +214 -0
  292. package/lib/CheckboxVisualModelExport.d.ts +28 -0
  293. package/lib/DateFormats.d.ts +18 -0
  294. package/lib/DatePicker.d.ts +1 -0
  295. package/lib/DatePickerView.d.ts +1 -0
  296. package/lib/DatePickerView_combined.d.ts +225 -0
  297. package/lib/DatePickerVisualModelExport.d.ts +24 -0
  298. package/lib/DateTimeValueFormatter.d.ts +20 -0
  299. package/lib/DayInfo.d.ts +13 -0
  300. package/lib/DayOfWeek.d.ts +38 -0
  301. package/lib/ElevationHelper.d.ts +16 -0
  302. package/lib/FirstWeek.d.ts +22 -0
  303. package/lib/GotFocusEventArgs.d.ts +7 -0
  304. package/lib/IconClickedEventArgs.d.ts +7 -0
  305. package/lib/IconView.d.ts +1 -0
  306. package/lib/IconView_combined.d.ts +198 -0
  307. package/lib/IconVisualModelExport.d.ts +26 -0
  308. package/lib/InputChangeEventArgs.d.ts +13 -0
  309. package/lib/InputGroupDisplayType.d.ts +11 -0
  310. package/lib/InputGroupView.d.ts +1 -0
  311. package/lib/InputGroupView_combined.d.ts +1202 -0
  312. package/lib/InputGroupVisualModelExport.d.ts +44 -0
  313. package/lib/InputShiftType.d.ts +10 -0
  314. package/lib/InputView.d.ts +1 -0
  315. package/lib/InputVisualModelExport.d.ts +30 -0
  316. package/lib/KEYCODES.d.ts +27 -0
  317. package/lib/LabelShiftType.d.ts +10 -0
  318. package/lib/LabelView.d.ts +1 -0
  319. package/lib/LabelVisualModelExport.d.ts +34 -0
  320. package/lib/LostFocusEventArgs.d.ts +7 -0
  321. package/lib/MaskOptions.d.ts +9 -0
  322. package/lib/MaskParsingService.d.ts +19 -0
  323. package/lib/NativeUIXInputsFactory.d.ts +24 -0
  324. package/lib/PrefixShiftType.d.ts +10 -0
  325. package/lib/PrefixView.d.ts +1 -0
  326. package/lib/PrefixVisualModelExport.d.ts +13 -0
  327. package/lib/Replaced.d.ts +9 -0
  328. package/lib/RippleView.d.ts +1 -0
  329. package/lib/RippleView_combined.d.ts +98 -0
  330. package/lib/RippleVisualModelExport.d.ts +15 -0
  331. package/lib/SelectedValueChangedEventArgs.d.ts +13 -0
  332. package/lib/SuffixShiftType.d.ts +10 -0
  333. package/lib/SuffixView.d.ts +1 -0
  334. package/lib/SuffixVisualModelExport.d.ts +13 -0
  335. package/lib/TextElementsVisualModelExport.d.ts +16 -0
  336. package/lib/Theme.d.ts +15 -0
  337. package/lib/ThemeResolver.d.ts +56 -0
  338. package/lib/XButton.d.ts +1 -0
  339. package/lib/XButtonBridge.d.ts +39 -0
  340. package/lib/XButtonGroup.d.ts +1 -0
  341. package/lib/XButtonGroupButtonCollection.d.ts +12 -0
  342. package/lib/XCalendar.d.ts +1 -0
  343. package/lib/XCalendarLocaleEn.d.ts +49 -0
  344. package/lib/XCheckbox.d.ts +1 -0
  345. package/lib/XCheckboxBridge.d.ts +19 -0
  346. package/lib/XComponentBridge.d.ts +18 -0
  347. package/lib/XIcon.d.ts +1 -0
  348. package/lib/XIconBridge.d.ts +14 -0
  349. package/lib/XIconButtonBridge.d.ts +16 -0
  350. package/lib/XInput.d.ts +1 -0
  351. package/lib/XInputBridge.d.ts +28 -0
  352. package/lib/XInputGroup.d.ts +1 -0
  353. package/lib/XInputGroupInputCollection.d.ts +1 -0
  354. package/lib/XInputGroupItem.d.ts +1 -0
  355. package/lib/XLabel.d.ts +1 -0
  356. package/lib/XPopupBridge.d.ts +52 -0
  357. package/lib/XPrefix.d.ts +1 -0
  358. package/lib/XRipple.d.ts +1 -0
  359. package/lib/XSuffix.d.ts +1 -0
  360. package/lib/igx-button-click-event-args.d.ts +12 -0
  361. package/lib/igx-button-group-selection-changed-event-args.d.ts +12 -0
  362. package/lib/igx-checkbox-change-event-args.d.ts +18 -0
  363. package/lib/igx-date-picker-component.d.ts +215 -0
  364. package/lib/igx-date-picker-dynamic-module.d.ts +13 -0
  365. package/lib/igx-date-picker-module.d.ts +13 -0
  366. package/lib/igx-got-focus-event-args.d.ts +12 -0
  367. package/lib/igx-input-change-event-args.d.ts +17 -0
  368. package/lib/igx-lost-focus-event-args.d.ts +12 -0
  369. package/lib/igx-selected-value-changed-event-args.d.ts +16 -0
  370. package/lib/igx-x-button-component.d.ts +980 -0
  371. package/lib/igx-x-button-dynamic-module.d.ts +11 -0
  372. package/lib/igx-x-button-group-button-collection.d.ts +8 -0
  373. package/lib/igx-x-button-group-component.d.ts +416 -0
  374. package/lib/igx-x-button-group-dynamic-module.d.ts +11 -0
  375. package/lib/igx-x-button-group-module.d.ts +11 -0
  376. package/lib/igx-x-button-module.d.ts +11 -0
  377. package/lib/igx-x-calendar-component.d.ts +177 -0
  378. package/lib/igx-x-calendar-dynamic-module.d.ts +11 -0
  379. package/lib/igx-x-calendar-locale-en-module.d.ts +8 -0
  380. package/lib/igx-x-calendar-module.d.ts +11 -0
  381. package/lib/igx-x-checkbox-component.d.ts +238 -0
  382. package/lib/igx-x-checkbox-dynamic-module.d.ts +11 -0
  383. package/lib/igx-x-checkbox-module.d.ts +11 -0
  384. package/lib/igx-x-icon-component.d.ts +255 -0
  385. package/lib/igx-x-icon-dynamic-module.d.ts +10 -0
  386. package/lib/igx-x-icon-module.d.ts +10 -0
  387. package/lib/igx-x-input-component.d.ts +212 -0
  388. package/lib/igx-x-input-dynamic-module.d.ts +10 -0
  389. package/lib/igx-x-input-group-component.d.ts +855 -0
  390. package/lib/igx-x-input-group-dynamic-module.d.ts +12 -0
  391. package/lib/igx-x-input-group-input-collection.d.ts +8 -0
  392. package/lib/igx-x-input-group-item-component.d.ts +35 -0
  393. package/lib/igx-x-input-group-module.d.ts +12 -0
  394. package/lib/igx-x-input-module.d.ts +10 -0
  395. package/lib/igx-x-label-component.d.ts +175 -0
  396. package/lib/igx-x-label-dynamic-module.d.ts +10 -0
  397. package/lib/igx-x-label-module.d.ts +10 -0
  398. package/lib/igx-x-prefix-component.d.ts +60 -0
  399. package/lib/igx-x-prefix-dynamic-module.d.ts +10 -0
  400. package/lib/igx-x-prefix-module.d.ts +10 -0
  401. package/lib/igx-x-ripple-component.d.ts +110 -0
  402. package/lib/igx-x-ripple-dynamic-module.d.ts +9 -0
  403. package/lib/igx-x-ripple-module.d.ts +9 -0
  404. package/lib/igx-x-suffix-component.d.ts +60 -0
  405. package/package.json +39 -0
  406. package/public_api.d.ts +123 -0
@@ -0,0 +1,2697 @@
1
+ import { TemplateRef, Component, ViewContainerRef, ViewChild, ContentChildren, Input, ChangeDetectionStrategy, HostBinding } from '@angular/core';
2
+ import { XInputGroup } from "./XInputGroup";
3
+ import { ensureEnum, brushToString, stringToBrush, ensureBool, toSpinal, initializePropertiesFromCss, NamePatcher } from "igniteui-angular-core";
4
+ import { AngularRenderer, PortalManager } from "igniteui-angular-core";
5
+ import { IgxXInputGroupItemComponent } from './igx-x-input-group-item-component';
6
+ import { IgxXInputGroupInputCollection } from './igx-x-input-group-input-collection';
7
+ import { CollectionAdapter } from "igniteui-angular-core";
8
+ import { NotifyCollectionChangedAction } from "igniteui-angular-core";
9
+ import { InputGroupDisplayType_$type } from './InputGroupDisplayType';
10
+ import { CornerRadius } from "igniteui-angular-core";
11
+ import { Thickness } from "igniteui-angular-core";
12
+ import { ControlDisplayDensity_$type } from "igniteui-angular-core";
13
+ import { BaseControlTheme_$type } from "igniteui-angular-core";
14
+ import * as i0 from "@angular/core";
15
+ var IgxXInputGroupComponent = /** @class */ /*@__PURE__*/ (function () {
16
+ function IgxXInputGroupComponent(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
17
+ var _this = this;
18
+ this.renderer = renderer;
19
+ this._elRef = _elRef;
20
+ this.ngZone = ngZone;
21
+ this.injector = injector;
22
+ this.componentFactoryResolver = componentFactoryResolver;
23
+ this._wrapper = null;
24
+ this._portalManager = null;
25
+ this._root = null;
26
+ /**
27
+ * The style mappings actually present in the chart. Do not directly modify this array.
28
+ * This array's contents can be modified by causing Angular to reproject the child content.
29
+ * Or adding and removing stye mappings from the manual style mapping collection on the styleMappings property.
30
+ */
31
+ this.actualInputs = [];
32
+ this._inputs = null;
33
+ this._inputsAdapter = null;
34
+ this._implementation = null;
35
+ this.__p = null;
36
+ this._hasUserValues = new Set();
37
+ this._stylingContainer = null;
38
+ this._stylingParent = null;
39
+ this._inStyling = false;
40
+ this._zoneRunner = null;
41
+ if (this._styling) {
42
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
43
+ }
44
+ this._implementation = this.createImplementation();
45
+ this._implementation.externalObject = this;
46
+ if (renderer) {
47
+ this.container = renderer.createElement("div");
48
+ renderer.appendChild(_elRef.element.nativeElement, this.container);
49
+ renderer.setStyle(this.container, "display", "inline-block");
50
+ }
51
+ var root;
52
+ root = this.container;
53
+ if (this.container != null) {
54
+ root = this.container;
55
+ }
56
+ if (root && root.nativeElement) {
57
+ root = root.nativeElement;
58
+ }
59
+ this._root = root;
60
+ var inputGroup = this.i;
61
+ this._inputGroup = inputGroup;
62
+ this._inputsAdapter = new CollectionAdapter([], this.i.inputs, this.actualInputs, function (c) { return c.i; }, function (i) {
63
+ if (_this._root && _this._root.parentElement) {
64
+ i._styling(_this._root, _this, _this);
65
+ }
66
+ }, function (i) { });
67
+ if (renderer) {
68
+ this._portalManager = new PortalManager("inputContent", componentFactoryResolver);
69
+ var ren = new AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {}, this._portalManager);
70
+ this._wrapper = ren;
71
+ inputGroup.provideContainer(ren);
72
+ }
73
+ }
74
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "inputs", {
75
+ /**
76
+ * A collection or manually added axes for the chart.
77
+ */
78
+ get: function () {
79
+ var _this = this;
80
+ if (this._inputs === null) {
81
+ var coll = new IgxXInputGroupInputCollection();
82
+ var inner = coll._innerColl;
83
+ inner.addListener(function (sender, e) {
84
+ switch (e.action) {
85
+ case NotifyCollectionChangedAction.Add:
86
+ _this._inputsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
87
+ break;
88
+ case NotifyCollectionChangedAction.Remove:
89
+ _this._inputsAdapter.removeManualItemAt(e.oldStartingIndex);
90
+ break;
91
+ case NotifyCollectionChangedAction.Replace:
92
+ _this._inputsAdapter.removeManualItemAt(e.oldStartingIndex);
93
+ _this._inputsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
94
+ break;
95
+ case NotifyCollectionChangedAction.Reset:
96
+ _this._inputsAdapter.clearManualItems();
97
+ break;
98
+ }
99
+ });
100
+ this._inputs = coll;
101
+ }
102
+ return this._inputs;
103
+ },
104
+ enumerable: false,
105
+ configurable: true
106
+ });
107
+ // supports angular themes or custom properties set in CSS
108
+ IgxXInputGroupComponent.prototype.updateStyle = function () {
109
+ this._styling(this._root, this);
110
+ };
111
+ IgxXInputGroupComponent.prototype.ngOnDestroy = function () {
112
+ this._inputGroup.destroy();
113
+ this._wrapper.destroy();
114
+ };
115
+ IgxXInputGroupComponent.prototype.ngAfterContentInit = function () {
116
+ this._inputsAdapter.updateQuery(this.contentInputs);
117
+ this._styling(this._root, this);
118
+ if (this.actualInputs && this.actualInputs.length > 0) {
119
+ var currInputs = this.actualInputs;
120
+ for (var i = 0; i < currInputs.length; i++) {
121
+ currInputs[i]._styling(this._root, this, this);
122
+ }
123
+ }
124
+ this.updateStyle();
125
+ };
126
+ IgxXInputGroupComponent.prototype.ngAfterViewInit = function () {
127
+ this._portalManager.dynamicContent = this._dynamicContent;
128
+ this._portalManager.onChildContentChanged(this._childTemplateRef);
129
+ this.i.ensureShift();
130
+ };
131
+ IgxXInputGroupComponent.prototype.createImplementation = function () {
132
+ return new XInputGroup();
133
+ };
134
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "i", {
135
+ get: function () {
136
+ return this._implementation;
137
+ },
138
+ enumerable: false,
139
+ configurable: true
140
+ });
141
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "displayType", {
142
+ /**
143
+ * Gets or sets the display style to use for the button.
144
+ */
145
+ get: function () {
146
+ return this.i.d;
147
+ },
148
+ set: function (v) {
149
+ this.i.d = ensureEnum(InputGroupDisplayType_$type, v);
150
+ },
151
+ enumerable: false,
152
+ configurable: true
153
+ });
154
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "density", {
155
+ /**
156
+ * Gets or sets the display density to use for the input group.
157
+ */
158
+ get: function () {
159
+ return this.i.t;
160
+ },
161
+ set: function (v) {
162
+ this.i.t = ensureEnum(ControlDisplayDensity_$type, v);
163
+ },
164
+ enumerable: false,
165
+ configurable: true
166
+ });
167
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualDensity", {
168
+ /**
169
+ * Gets the actual display density to use for the input group.
170
+ */
171
+ get: function () {
172
+ return this.i.s;
173
+ },
174
+ set: function (v) {
175
+ this.i.s = ensureEnum(ControlDisplayDensity_$type, v);
176
+ },
177
+ enumerable: false,
178
+ configurable: true
179
+ });
180
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "baseTheme", {
181
+ /**
182
+ * Gets or sets the base built in theme to use for the label.
183
+ */
184
+ get: function () {
185
+ return this.i.p;
186
+ },
187
+ set: function (v) {
188
+ this.i.p = ensureEnum(BaseControlTheme_$type, v);
189
+ },
190
+ enumerable: false,
191
+ configurable: true
192
+ });
193
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "inputHasValue", {
194
+ get: function () {
195
+ return this.i.al;
196
+ },
197
+ enumerable: false,
198
+ configurable: true
199
+ });
200
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualBorderColor", {
201
+ /**
202
+ * Gets the actual item background color.
203
+ */
204
+ get: function () {
205
+ return brushToString(this.i.l6);
206
+ },
207
+ set: function (v) {
208
+ this.i.l6 = stringToBrush(v);
209
+ },
210
+ enumerable: false,
211
+ configurable: true
212
+ });
213
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualFocusBorderColor", {
214
+ /**
215
+ * Gets the actual item border color.
216
+ */
217
+ get: function () {
218
+ return brushToString(this.i.l7);
219
+ },
220
+ set: function (v) {
221
+ this.i.l7 = stringToBrush(v);
222
+ },
223
+ enumerable: false,
224
+ configurable: true
225
+ });
226
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualBorderWidth", {
227
+ /**
228
+ * Gets the actual item border width.
229
+ */
230
+ get: function () {
231
+ return this.i.cg;
232
+ },
233
+ set: function (v) {
234
+ this.i.cg = +v;
235
+ },
236
+ enumerable: false,
237
+ configurable: true
238
+ });
239
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualFocusBorderWidth", {
240
+ /**
241
+ * Gets the actual item border width.
242
+ */
243
+ get: function () {
244
+ return this.i.ch;
245
+ },
246
+ set: function (v) {
247
+ this.i.ch = +v;
248
+ },
249
+ enumerable: false,
250
+ configurable: true
251
+ });
252
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualCornerRadiusBottomRight", {
253
+ get: function () {
254
+ return this.i.ko ? this.i.ko.b : NaN;
255
+ },
256
+ set: function (v) {
257
+ this.ensureActualCornerRadius();
258
+ this.i.ko.b = +v;
259
+ this.i.ko = this.i.ko;
260
+ },
261
+ enumerable: false,
262
+ configurable: true
263
+ });
264
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualCornerRadiusBottomLeft", {
265
+ get: function () {
266
+ return this.i.ko ? this.i.ko.a : NaN;
267
+ },
268
+ set: function (v) {
269
+ this.ensureActualCornerRadius();
270
+ this.i.ko.a = +v;
271
+ this.i.ko = this.i.ko;
272
+ },
273
+ enumerable: false,
274
+ configurable: true
275
+ });
276
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualCornerRadiusTopLeft", {
277
+ get: function () {
278
+ return this.i.ko ? this.i.ko.c : NaN;
279
+ },
280
+ set: function (v) {
281
+ this.ensureActualCornerRadius();
282
+ this.i.ko.c = +v;
283
+ this.i.ko = this.i.ko;
284
+ },
285
+ enumerable: false,
286
+ configurable: true
287
+ });
288
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualCornerRadiusTopRight", {
289
+ get: function () {
290
+ return this.i.ko ? this.i.ko.d : NaN;
291
+ },
292
+ set: function (v) {
293
+ this.ensureActualCornerRadius();
294
+ this.i.ko.d = +v;
295
+ this.i.ko = this.i.ko;
296
+ },
297
+ enumerable: false,
298
+ configurable: true
299
+ });
300
+ IgxXInputGroupComponent.prototype.ensureActualCornerRadius = function () {
301
+ if (this.i.ko) {
302
+ return;
303
+ }
304
+ this.i.ko = new CornerRadius(2);
305
+ };
306
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualContentPaddingBottom", {
307
+ get: function () {
308
+ return this.i.oe ? this.i.oe.bottom : NaN;
309
+ },
310
+ set: function (v) {
311
+ this.ensureActualContentPadding();
312
+ this.i.oe.bottom = +v;
313
+ this.i.oe = this.i.oe;
314
+ },
315
+ enumerable: false,
316
+ configurable: true
317
+ });
318
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualContentPaddingLeft", {
319
+ get: function () {
320
+ return this.i.oe ? this.i.oe.left : NaN;
321
+ },
322
+ set: function (v) {
323
+ this.ensureActualContentPadding();
324
+ this.i.oe.left = +v;
325
+ this.i.oe = this.i.oe;
326
+ },
327
+ enumerable: false,
328
+ configurable: true
329
+ });
330
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualContentPaddingRight", {
331
+ get: function () {
332
+ return this.i.oe ? this.i.oe.right : NaN;
333
+ },
334
+ set: function (v) {
335
+ this.ensureActualContentPadding();
336
+ this.i.oe.right = +v;
337
+ this.i.oe = this.i.oe;
338
+ },
339
+ enumerable: false,
340
+ configurable: true
341
+ });
342
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualContentPaddingTop", {
343
+ get: function () {
344
+ return this.i.oe ? this.i.oe.top : NaN;
345
+ },
346
+ set: function (v) {
347
+ this.ensureActualContentPadding();
348
+ this.i.oe.top = +v;
349
+ this.i.oe = this.i.oe;
350
+ },
351
+ enumerable: false,
352
+ configurable: true
353
+ });
354
+ IgxXInputGroupComponent.prototype.ensureActualContentPadding = function () {
355
+ if (this.i.oe) {
356
+ return;
357
+ }
358
+ this.i.oe = new Thickness(2);
359
+ };
360
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualUnderlineWidth", {
361
+ /**
362
+ * Gets the actual width to use for the underline element.
363
+ */
364
+ get: function () {
365
+ return this.i.cp;
366
+ },
367
+ set: function (v) {
368
+ this.i.cp = +v;
369
+ },
370
+ enumerable: false,
371
+ configurable: true
372
+ });
373
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualUnderlineRippleWidth", {
374
+ /**
375
+ * Gets the actual width to use for the underline element.
376
+ */
377
+ get: function () {
378
+ return this.i.co;
379
+ },
380
+ set: function (v) {
381
+ this.i.co = +v;
382
+ },
383
+ enumerable: false,
384
+ configurable: true
385
+ });
386
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualHoverUnderlineWidth", {
387
+ /**
388
+ * Gets the width to use for the underline element when hovered.
389
+ */
390
+ get: function () {
391
+ return this.i.cl;
392
+ },
393
+ set: function (v) {
394
+ this.i.cl = +v;
395
+ },
396
+ enumerable: false,
397
+ configurable: true
398
+ });
399
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualUnderlineColor", {
400
+ /**
401
+ * Gets the actual color to use for the underline element.
402
+ */
403
+ get: function () {
404
+ return brushToString(this.i.ma);
405
+ },
406
+ set: function (v) {
407
+ this.i.ma = stringToBrush(v);
408
+ },
409
+ enumerable: false,
410
+ configurable: true
411
+ });
412
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualUnderlineRippleColor", {
413
+ /**
414
+ * Gets the actual color to use for the underline ripple element.
415
+ */
416
+ get: function () {
417
+ return brushToString(this.i.mb);
418
+ },
419
+ set: function (v) {
420
+ this.i.mb = stringToBrush(v);
421
+ },
422
+ enumerable: false,
423
+ configurable: true
424
+ });
425
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualHoverUnderlineColor", {
426
+ /**
427
+ * Gets the actual color to use for the underline element.
428
+ */
429
+ get: function () {
430
+ return brushToString(this.i.l9);
431
+ },
432
+ set: function (v) {
433
+ this.i.l9 = stringToBrush(v);
434
+ },
435
+ enumerable: false,
436
+ configurable: true
437
+ });
438
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualFocusUnderlineColor", {
439
+ /**
440
+ * Gets the actual color to use for the underline element when focused.
441
+ */
442
+ get: function () {
443
+ return brushToString(this.i.l8);
444
+ },
445
+ set: function (v) {
446
+ this.i.l8 = stringToBrush(v);
447
+ },
448
+ enumerable: false,
449
+ configurable: true
450
+ });
451
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualUnderlineOpacity", {
452
+ /**
453
+ * Gets the actual opacity to use for the underline element.
454
+ */
455
+ get: function () {
456
+ return this.i.cm;
457
+ },
458
+ set: function (v) {
459
+ this.i.cm = +v;
460
+ },
461
+ enumerable: false,
462
+ configurable: true
463
+ });
464
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualHoverUnderlineOpacity", {
465
+ /**
466
+ * Gets the actual opacity to use for the underline element when hovered.
467
+ */
468
+ get: function () {
469
+ return this.i.ck;
470
+ },
471
+ set: function (v) {
472
+ this.i.ck = +v;
473
+ },
474
+ enumerable: false,
475
+ configurable: true
476
+ });
477
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualFocusUnderlineOpacity", {
478
+ /**
479
+ * Gets the actual opacity to use for the underline element when focused.
480
+ */
481
+ get: function () {
482
+ return this.i.ci;
483
+ },
484
+ set: function (v) {
485
+ this.i.ci = +v;
486
+ },
487
+ enumerable: false,
488
+ configurable: true
489
+ });
490
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualFocusUnderlineRippleOpacity", {
491
+ /**
492
+ * Gets the actual opacity to use for the underline ripple element when focused.
493
+ */
494
+ get: function () {
495
+ return this.i.cj;
496
+ },
497
+ set: function (v) {
498
+ this.i.cj = +v;
499
+ },
500
+ enumerable: false,
501
+ configurable: true
502
+ });
503
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualUnderlineRippleOpacity", {
504
+ /**
505
+ * Gets the actual opacity to use for the underline ripple element.
506
+ */
507
+ get: function () {
508
+ return this.i.cn;
509
+ },
510
+ set: function (v) {
511
+ this.i.cn = +v;
512
+ },
513
+ enumerable: false,
514
+ configurable: true
515
+ });
516
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualBackgroundColor", {
517
+ /**
518
+ * Gets the actual opacity to use for the underline ripple element.
519
+ */
520
+ get: function () {
521
+ return brushToString(this.i.l5);
522
+ },
523
+ set: function (v) {
524
+ this.i.l5 = stringToBrush(v);
525
+ },
526
+ enumerable: false,
527
+ configurable: true
528
+ });
529
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderWidth", {
530
+ /**
531
+ * Gets or sets the border width to use for the border of the item group.
532
+ */
533
+ get: function () {
534
+ return this.i.c0;
535
+ },
536
+ set: function (v) {
537
+ this.i.c0 = +v;
538
+ },
539
+ enumerable: false,
540
+ configurable: true
541
+ });
542
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "focusBorderWidth", {
543
+ /**
544
+ * Gets or sets the border width to use for the border of the item group when focused.
545
+ */
546
+ get: function () {
547
+ return this.i.eg;
548
+ },
549
+ set: function (v) {
550
+ this.i.eg = +v;
551
+ },
552
+ enumerable: false,
553
+ configurable: true
554
+ });
555
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderColor", {
556
+ /**
557
+ * Gets or sets the color to use the border of the input group.
558
+ */
559
+ get: function () {
560
+ return brushToString(this.i.md);
561
+ },
562
+ set: function (v) {
563
+ this.i.md = stringToBrush(v);
564
+ },
565
+ enumerable: false,
566
+ configurable: true
567
+ });
568
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "cornerRadiusBottomRight", {
569
+ get: function () {
570
+ return this.i.ks ? this.i.ks.b : NaN;
571
+ },
572
+ set: function (v) {
573
+ this.ensureCornerRadius();
574
+ this.i.ks.b = +v;
575
+ this.i.ks = this.i.ks;
576
+ },
577
+ enumerable: false,
578
+ configurable: true
579
+ });
580
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "cornerRadiusBottomLeft", {
581
+ get: function () {
582
+ return this.i.ks ? this.i.ks.a : NaN;
583
+ },
584
+ set: function (v) {
585
+ this.ensureCornerRadius();
586
+ this.i.ks.a = +v;
587
+ this.i.ks = this.i.ks;
588
+ },
589
+ enumerable: false,
590
+ configurable: true
591
+ });
592
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "cornerRadiusTopLeft", {
593
+ get: function () {
594
+ return this.i.ks ? this.i.ks.c : NaN;
595
+ },
596
+ set: function (v) {
597
+ this.ensureCornerRadius();
598
+ this.i.ks.c = +v;
599
+ this.i.ks = this.i.ks;
600
+ },
601
+ enumerable: false,
602
+ configurable: true
603
+ });
604
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "cornerRadiusTopRight", {
605
+ get: function () {
606
+ return this.i.ks ? this.i.ks.d : NaN;
607
+ },
608
+ set: function (v) {
609
+ this.ensureCornerRadius();
610
+ this.i.ks.d = +v;
611
+ this.i.ks = this.i.ks;
612
+ },
613
+ enumerable: false,
614
+ configurable: true
615
+ });
616
+ IgxXInputGroupComponent.prototype.ensureCornerRadius = function () {
617
+ if (this.i.ks) {
618
+ return;
619
+ }
620
+ this.i.ks = new CornerRadius(2);
621
+ };
622
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "contentPaddingBottom", {
623
+ get: function () {
624
+ return this.i.oi ? this.i.oi.bottom : NaN;
625
+ },
626
+ set: function (v) {
627
+ this.ensureContentPadding();
628
+ this.i.oi.bottom = +v;
629
+ this.i.oi = this.i.oi;
630
+ },
631
+ enumerable: false,
632
+ configurable: true
633
+ });
634
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "contentPaddingLeft", {
635
+ get: function () {
636
+ return this.i.oi ? this.i.oi.left : NaN;
637
+ },
638
+ set: function (v) {
639
+ this.ensureContentPadding();
640
+ this.i.oi.left = +v;
641
+ this.i.oi = this.i.oi;
642
+ },
643
+ enumerable: false,
644
+ configurable: true
645
+ });
646
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "contentPaddingRight", {
647
+ get: function () {
648
+ return this.i.oi ? this.i.oi.right : NaN;
649
+ },
650
+ set: function (v) {
651
+ this.ensureContentPadding();
652
+ this.i.oi.right = +v;
653
+ this.i.oi = this.i.oi;
654
+ },
655
+ enumerable: false,
656
+ configurable: true
657
+ });
658
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "contentPaddingTop", {
659
+ get: function () {
660
+ return this.i.oi ? this.i.oi.top : NaN;
661
+ },
662
+ set: function (v) {
663
+ this.ensureContentPadding();
664
+ this.i.oi.top = +v;
665
+ this.i.oi = this.i.oi;
666
+ },
667
+ enumerable: false,
668
+ configurable: true
669
+ });
670
+ IgxXInputGroupComponent.prototype.ensureContentPadding = function () {
671
+ if (this.i.oi) {
672
+ return;
673
+ }
674
+ this.i.oi = new Thickness(2);
675
+ };
676
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "underlineWidth", {
677
+ /**
678
+ * Gets or sets the width to use for the underline element.
679
+ */
680
+ get: function () {
681
+ return this.i.e8;
682
+ },
683
+ set: function (v) {
684
+ this.i.e8 = +v;
685
+ },
686
+ enumerable: false,
687
+ configurable: true
688
+ });
689
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "underlineRippleWidth", {
690
+ /**
691
+ * Gets or sets the width to use for the underline element.
692
+ */
693
+ get: function () {
694
+ return this.i.e7;
695
+ },
696
+ set: function (v) {
697
+ this.i.e7 = +v;
698
+ },
699
+ enumerable: false,
700
+ configurable: true
701
+ });
702
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "hoverUnderlineWidth", {
703
+ /**
704
+ * Gets or sets the width to use for the underline element when hovered.
705
+ */
706
+ get: function () {
707
+ return this.i.ek;
708
+ },
709
+ set: function (v) {
710
+ this.i.ek = +v;
711
+ },
712
+ enumerable: false,
713
+ configurable: true
714
+ });
715
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "underlineColor", {
716
+ /**
717
+ * Gets or sets the color to use for the underline element.
718
+ */
719
+ get: function () {
720
+ return brushToString(this.i.n6);
721
+ },
722
+ set: function (v) {
723
+ this.i.n6 = stringToBrush(v);
724
+ },
725
+ enumerable: false,
726
+ configurable: true
727
+ });
728
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "underlineRippleColor", {
729
+ /**
730
+ * Gets or sets the color to use for the underline ripple element.
731
+ */
732
+ get: function () {
733
+ return brushToString(this.i.n7);
734
+ },
735
+ set: function (v) {
736
+ this.i.n7 = stringToBrush(v);
737
+ },
738
+ enumerable: false,
739
+ configurable: true
740
+ });
741
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "hoverUnderlineColor", {
742
+ /**
743
+ * Gets or sets the color to use for the underline element.
744
+ */
745
+ get: function () {
746
+ return brushToString(this.i.nq);
747
+ },
748
+ set: function (v) {
749
+ this.i.nq = stringToBrush(v);
750
+ },
751
+ enumerable: false,
752
+ configurable: true
753
+ });
754
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "focusUnderlineColor", {
755
+ /**
756
+ * Gets or sets the color to use for the underline element.
757
+ */
758
+ get: function () {
759
+ return brushToString(this.i.np);
760
+ },
761
+ set: function (v) {
762
+ this.i.np = stringToBrush(v);
763
+ },
764
+ enumerable: false,
765
+ configurable: true
766
+ });
767
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "underlineOpacity", {
768
+ /**
769
+ * Gets or sets the color to use for the underline element.
770
+ */
771
+ get: function () {
772
+ return this.i.e5;
773
+ },
774
+ set: function (v) {
775
+ this.i.e5 = +v;
776
+ },
777
+ enumerable: false,
778
+ configurable: true
779
+ });
780
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "hoverUnderlineOpacity", {
781
+ /**
782
+ * Gets or sets the color to use for the underline element.
783
+ */
784
+ get: function () {
785
+ return this.i.ej;
786
+ },
787
+ set: function (v) {
788
+ this.i.ej = +v;
789
+ },
790
+ enumerable: false,
791
+ configurable: true
792
+ });
793
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "focusUnderlineOpacity", {
794
+ /**
795
+ * Gets or sets the color to use for the underline element.
796
+ */
797
+ get: function () {
798
+ return this.i.eh;
799
+ },
800
+ set: function (v) {
801
+ this.i.eh = +v;
802
+ },
803
+ enumerable: false,
804
+ configurable: true
805
+ });
806
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "focusUnderlineRippleOpacity", {
807
+ /**
808
+ * Gets or sets the opacity to use for the underline ripple element when focused.
809
+ */
810
+ get: function () {
811
+ return this.i.ei;
812
+ },
813
+ set: function (v) {
814
+ this.i.ei = +v;
815
+ },
816
+ enumerable: false,
817
+ configurable: true
818
+ });
819
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "underlineRippleOpacity", {
820
+ /**
821
+ * Gets or sets the opacity to use for the underline ripple element.
822
+ */
823
+ get: function () {
824
+ return this.i.e6;
825
+ },
826
+ set: function (v) {
827
+ this.i.e6 = +v;
828
+ },
829
+ enumerable: false,
830
+ configurable: true
831
+ });
832
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "backgroundColor", {
833
+ /**
834
+ * Gets or sets the background color to use for the input group.
835
+ */
836
+ get: function () {
837
+ return brushToString(this.i.mc);
838
+ },
839
+ set: function (v) {
840
+ this.i.mc = stringToBrush(v);
841
+ },
842
+ enumerable: false,
843
+ configurable: true
844
+ });
845
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeBorderWidth", {
846
+ /**
847
+ * Gets or sets the border width to use for the border of the item group when using type line.
848
+ */
849
+ get: function () {
850
+ return this.i.el;
851
+ },
852
+ set: function (v) {
853
+ this.i.el = +v;
854
+ },
855
+ enumerable: false,
856
+ configurable: true
857
+ });
858
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeFocusBorderWidth", {
859
+ /**
860
+ * Gets or sets the border width to use for the border of the item group when focused when type is line.
861
+ */
862
+ get: function () {
863
+ return this.i.em;
864
+ },
865
+ set: function (v) {
866
+ this.i.em = +v;
867
+ },
868
+ enumerable: false,
869
+ configurable: true
870
+ });
871
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeFocusBorderColor", {
872
+ /**
873
+ * Gets or sets the focus color to use the border of the input group when type is line.
874
+ */
875
+ get: function () {
876
+ return brushToString(this.i.nt);
877
+ },
878
+ set: function (v) {
879
+ this.i.nt = stringToBrush(v);
880
+ },
881
+ enumerable: false,
882
+ configurable: true
883
+ });
884
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeBorderColor", {
885
+ /**
886
+ * Gets or sets the color to use the border of the input group when type is line.
887
+ */
888
+ get: function () {
889
+ return brushToString(this.i.ns);
890
+ },
891
+ set: function (v) {
892
+ this.i.ns = stringToBrush(v);
893
+ },
894
+ enumerable: false,
895
+ configurable: true
896
+ });
897
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeCornerRadiusBottomRight", {
898
+ get: function () {
899
+ return this.i.kx ? this.i.kx.b : NaN;
900
+ },
901
+ set: function (v) {
902
+ this.ensureLineTypeCornerRadius();
903
+ this.i.kx.b = +v;
904
+ this.i.kx = this.i.kx;
905
+ },
906
+ enumerable: false,
907
+ configurable: true
908
+ });
909
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeCornerRadiusBottomLeft", {
910
+ get: function () {
911
+ return this.i.kx ? this.i.kx.a : NaN;
912
+ },
913
+ set: function (v) {
914
+ this.ensureLineTypeCornerRadius();
915
+ this.i.kx.a = +v;
916
+ this.i.kx = this.i.kx;
917
+ },
918
+ enumerable: false,
919
+ configurable: true
920
+ });
921
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeCornerRadiusTopLeft", {
922
+ get: function () {
923
+ return this.i.kx ? this.i.kx.c : NaN;
924
+ },
925
+ set: function (v) {
926
+ this.ensureLineTypeCornerRadius();
927
+ this.i.kx.c = +v;
928
+ this.i.kx = this.i.kx;
929
+ },
930
+ enumerable: false,
931
+ configurable: true
932
+ });
933
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeCornerRadiusTopRight", {
934
+ get: function () {
935
+ return this.i.kx ? this.i.kx.d : NaN;
936
+ },
937
+ set: function (v) {
938
+ this.ensureLineTypeCornerRadius();
939
+ this.i.kx.d = +v;
940
+ this.i.kx = this.i.kx;
941
+ },
942
+ enumerable: false,
943
+ configurable: true
944
+ });
945
+ IgxXInputGroupComponent.prototype.ensureLineTypeCornerRadius = function () {
946
+ if (this.i.kx) {
947
+ return;
948
+ }
949
+ this.i.kx = new CornerRadius(2);
950
+ };
951
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeContentPaddingBottom", {
952
+ get: function () {
953
+ return this.i.on ? this.i.on.bottom : NaN;
954
+ },
955
+ set: function (v) {
956
+ this.ensureLineTypeContentPadding();
957
+ this.i.on.bottom = +v;
958
+ this.i.on = this.i.on;
959
+ },
960
+ enumerable: false,
961
+ configurable: true
962
+ });
963
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeContentPaddingLeft", {
964
+ get: function () {
965
+ return this.i.on ? this.i.on.left : NaN;
966
+ },
967
+ set: function (v) {
968
+ this.ensureLineTypeContentPadding();
969
+ this.i.on.left = +v;
970
+ this.i.on = this.i.on;
971
+ },
972
+ enumerable: false,
973
+ configurable: true
974
+ });
975
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeContentPaddingRight", {
976
+ get: function () {
977
+ return this.i.on ? this.i.on.right : NaN;
978
+ },
979
+ set: function (v) {
980
+ this.ensureLineTypeContentPadding();
981
+ this.i.on.right = +v;
982
+ this.i.on = this.i.on;
983
+ },
984
+ enumerable: false,
985
+ configurable: true
986
+ });
987
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeContentPaddingTop", {
988
+ get: function () {
989
+ return this.i.on ? this.i.on.top : NaN;
990
+ },
991
+ set: function (v) {
992
+ this.ensureLineTypeContentPadding();
993
+ this.i.on.top = +v;
994
+ this.i.on = this.i.on;
995
+ },
996
+ enumerable: false,
997
+ configurable: true
998
+ });
999
+ IgxXInputGroupComponent.prototype.ensureLineTypeContentPadding = function () {
1000
+ if (this.i.on) {
1001
+ return;
1002
+ }
1003
+ this.i.on = new Thickness(2);
1004
+ };
1005
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeUnderlineWidth", {
1006
+ /**
1007
+ * Gets or sets the width to use for the underline element when type is line.
1008
+ */
1009
+ get: function () {
1010
+ return this.i.eu;
1011
+ },
1012
+ set: function (v) {
1013
+ this.i.eu = +v;
1014
+ },
1015
+ enumerable: false,
1016
+ configurable: true
1017
+ });
1018
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeUnderlineRippleWidth", {
1019
+ /**
1020
+ * Gets or sets the width to use for the underline element when type is line.
1021
+ */
1022
+ get: function () {
1023
+ return this.i.et;
1024
+ },
1025
+ set: function (v) {
1026
+ this.i.et = +v;
1027
+ },
1028
+ enumerable: false,
1029
+ configurable: true
1030
+ });
1031
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeHoverUnderlineWidth", {
1032
+ /**
1033
+ * Gets or sets the width to use for the underline element when hovered when type is line.
1034
+ */
1035
+ get: function () {
1036
+ return this.i.eq;
1037
+ },
1038
+ set: function (v) {
1039
+ this.i.eq = +v;
1040
+ },
1041
+ enumerable: false,
1042
+ configurable: true
1043
+ });
1044
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeUnderlineColor", {
1045
+ /**
1046
+ * Gets or sets the color to use for the underline element when type is line.
1047
+ */
1048
+ get: function () {
1049
+ return brushToString(this.i.nw);
1050
+ },
1051
+ set: function (v) {
1052
+ this.i.nw = stringToBrush(v);
1053
+ },
1054
+ enumerable: false,
1055
+ configurable: true
1056
+ });
1057
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeUnderlineRippleColor", {
1058
+ /**
1059
+ * Gets or sets the color to use for the underline ripple element when type is line.
1060
+ */
1061
+ get: function () {
1062
+ return brushToString(this.i.nx);
1063
+ },
1064
+ set: function (v) {
1065
+ this.i.nx = stringToBrush(v);
1066
+ },
1067
+ enumerable: false,
1068
+ configurable: true
1069
+ });
1070
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeHoverUnderlineColor", {
1071
+ /**
1072
+ * Gets or sets the color to use for the underline element when type is line.
1073
+ */
1074
+ get: function () {
1075
+ return brushToString(this.i.nv);
1076
+ },
1077
+ set: function (v) {
1078
+ this.i.nv = stringToBrush(v);
1079
+ },
1080
+ enumerable: false,
1081
+ configurable: true
1082
+ });
1083
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeFocusUnderlineColor", {
1084
+ /**
1085
+ * Gets or sets the color to use for the underline element when type is line.
1086
+ */
1087
+ get: function () {
1088
+ return brushToString(this.i.nu);
1089
+ },
1090
+ set: function (v) {
1091
+ this.i.nu = stringToBrush(v);
1092
+ },
1093
+ enumerable: false,
1094
+ configurable: true
1095
+ });
1096
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeUnderlineOpacity", {
1097
+ /**
1098
+ * Gets or sets the color to use for the underline element when type is line.
1099
+ */
1100
+ get: function () {
1101
+ return this.i.er;
1102
+ },
1103
+ set: function (v) {
1104
+ this.i.er = +v;
1105
+ },
1106
+ enumerable: false,
1107
+ configurable: true
1108
+ });
1109
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeHoverUnderlineOpacity", {
1110
+ /**
1111
+ * Gets or sets the color to use for the underline element when type is line.
1112
+ */
1113
+ get: function () {
1114
+ return this.i.ep;
1115
+ },
1116
+ set: function (v) {
1117
+ this.i.ep = +v;
1118
+ },
1119
+ enumerable: false,
1120
+ configurable: true
1121
+ });
1122
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeFocusUnderlineOpacity", {
1123
+ /**
1124
+ * Gets or sets the color to use for the underline element when type is line.
1125
+ */
1126
+ get: function () {
1127
+ return this.i.en;
1128
+ },
1129
+ set: function (v) {
1130
+ this.i.en = +v;
1131
+ },
1132
+ enumerable: false,
1133
+ configurable: true
1134
+ });
1135
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeFocusUnderlineRippleOpacity", {
1136
+ /**
1137
+ * Gets or sets the opacity to use for the underline ripple element when focused when type is line.
1138
+ */
1139
+ get: function () {
1140
+ return this.i.eo;
1141
+ },
1142
+ set: function (v) {
1143
+ this.i.eo = +v;
1144
+ },
1145
+ enumerable: false,
1146
+ configurable: true
1147
+ });
1148
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeUnderlineRippleOpacity", {
1149
+ /**
1150
+ * Gets or sets the opacity to use for the underline ripple element when type is line.
1151
+ */
1152
+ get: function () {
1153
+ return this.i.es;
1154
+ },
1155
+ set: function (v) {
1156
+ this.i.es = +v;
1157
+ },
1158
+ enumerable: false,
1159
+ configurable: true
1160
+ });
1161
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "lineTypeBackgroundColor", {
1162
+ /**
1163
+ * Gets or sets the background color to use for the input group when type is line.
1164
+ */
1165
+ get: function () {
1166
+ return brushToString(this.i.nr);
1167
+ },
1168
+ set: function (v) {
1169
+ this.i.nr = stringToBrush(v);
1170
+ },
1171
+ enumerable: false,
1172
+ configurable: true
1173
+ });
1174
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeBorderWidth", {
1175
+ /**
1176
+ * Gets or sets the border width to use for the border of the item group when using type line.
1177
+ */
1178
+ get: function () {
1179
+ return this.i.c1;
1180
+ },
1181
+ set: function (v) {
1182
+ this.i.c1 = +v;
1183
+ },
1184
+ enumerable: false,
1185
+ configurable: true
1186
+ });
1187
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeFocusBorderWidth", {
1188
+ /**
1189
+ * Gets or sets the border width to use for the border of the item group when focused when type is box.
1190
+ */
1191
+ get: function () {
1192
+ return this.i.c2;
1193
+ },
1194
+ set: function (v) {
1195
+ this.i.c2 = +v;
1196
+ },
1197
+ enumerable: false,
1198
+ configurable: true
1199
+ });
1200
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeFocusBorderColor", {
1201
+ /**
1202
+ * Gets or sets the focus color to use the border of the input group when type is box.
1203
+ */
1204
+ get: function () {
1205
+ return brushToString(this.i.mn);
1206
+ },
1207
+ set: function (v) {
1208
+ this.i.mn = stringToBrush(v);
1209
+ },
1210
+ enumerable: false,
1211
+ configurable: true
1212
+ });
1213
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeBorderColor", {
1214
+ /**
1215
+ * Gets or sets the color to use the border of the input group when type is box.
1216
+ */
1217
+ get: function () {
1218
+ return brushToString(this.i.mm);
1219
+ },
1220
+ set: function (v) {
1221
+ this.i.mm = stringToBrush(v);
1222
+ },
1223
+ enumerable: false,
1224
+ configurable: true
1225
+ });
1226
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeCornerRadiusBottomRight", {
1227
+ get: function () {
1228
+ return this.i.kq ? this.i.kq.b : NaN;
1229
+ },
1230
+ set: function (v) {
1231
+ this.ensureBoxTypeCornerRadius();
1232
+ this.i.kq.b = +v;
1233
+ this.i.kq = this.i.kq;
1234
+ },
1235
+ enumerable: false,
1236
+ configurable: true
1237
+ });
1238
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeCornerRadiusBottomLeft", {
1239
+ get: function () {
1240
+ return this.i.kq ? this.i.kq.a : NaN;
1241
+ },
1242
+ set: function (v) {
1243
+ this.ensureBoxTypeCornerRadius();
1244
+ this.i.kq.a = +v;
1245
+ this.i.kq = this.i.kq;
1246
+ },
1247
+ enumerable: false,
1248
+ configurable: true
1249
+ });
1250
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeCornerRadiusTopLeft", {
1251
+ get: function () {
1252
+ return this.i.kq ? this.i.kq.c : NaN;
1253
+ },
1254
+ set: function (v) {
1255
+ this.ensureBoxTypeCornerRadius();
1256
+ this.i.kq.c = +v;
1257
+ this.i.kq = this.i.kq;
1258
+ },
1259
+ enumerable: false,
1260
+ configurable: true
1261
+ });
1262
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeCornerRadiusTopRight", {
1263
+ get: function () {
1264
+ return this.i.kq ? this.i.kq.d : NaN;
1265
+ },
1266
+ set: function (v) {
1267
+ this.ensureBoxTypeCornerRadius();
1268
+ this.i.kq.d = +v;
1269
+ this.i.kq = this.i.kq;
1270
+ },
1271
+ enumerable: false,
1272
+ configurable: true
1273
+ });
1274
+ IgxXInputGroupComponent.prototype.ensureBoxTypeCornerRadius = function () {
1275
+ if (this.i.kq) {
1276
+ return;
1277
+ }
1278
+ this.i.kq = new CornerRadius(2);
1279
+ };
1280
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeContentPaddingBottom", {
1281
+ get: function () {
1282
+ return this.i.og ? this.i.og.bottom : NaN;
1283
+ },
1284
+ set: function (v) {
1285
+ this.ensureBoxTypeContentPadding();
1286
+ this.i.og.bottom = +v;
1287
+ this.i.og = this.i.og;
1288
+ },
1289
+ enumerable: false,
1290
+ configurable: true
1291
+ });
1292
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeContentPaddingLeft", {
1293
+ get: function () {
1294
+ return this.i.og ? this.i.og.left : NaN;
1295
+ },
1296
+ set: function (v) {
1297
+ this.ensureBoxTypeContentPadding();
1298
+ this.i.og.left = +v;
1299
+ this.i.og = this.i.og;
1300
+ },
1301
+ enumerable: false,
1302
+ configurable: true
1303
+ });
1304
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeContentPaddingRight", {
1305
+ get: function () {
1306
+ return this.i.og ? this.i.og.right : NaN;
1307
+ },
1308
+ set: function (v) {
1309
+ this.ensureBoxTypeContentPadding();
1310
+ this.i.og.right = +v;
1311
+ this.i.og = this.i.og;
1312
+ },
1313
+ enumerable: false,
1314
+ configurable: true
1315
+ });
1316
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeContentPaddingTop", {
1317
+ get: function () {
1318
+ return this.i.og ? this.i.og.top : NaN;
1319
+ },
1320
+ set: function (v) {
1321
+ this.ensureBoxTypeContentPadding();
1322
+ this.i.og.top = +v;
1323
+ this.i.og = this.i.og;
1324
+ },
1325
+ enumerable: false,
1326
+ configurable: true
1327
+ });
1328
+ IgxXInputGroupComponent.prototype.ensureBoxTypeContentPadding = function () {
1329
+ if (this.i.og) {
1330
+ return;
1331
+ }
1332
+ this.i.og = new Thickness(2);
1333
+ };
1334
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeUnderlineWidth", {
1335
+ /**
1336
+ * Gets or sets the width to use for the underline element when type is box.
1337
+ */
1338
+ get: function () {
1339
+ return this.i.da;
1340
+ },
1341
+ set: function (v) {
1342
+ this.i.da = +v;
1343
+ },
1344
+ enumerable: false,
1345
+ configurable: true
1346
+ });
1347
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeUnderlineRippleWidth", {
1348
+ /**
1349
+ * Gets or sets the width to use for the underline element when type is box.
1350
+ */
1351
+ get: function () {
1352
+ return this.i.c9;
1353
+ },
1354
+ set: function (v) {
1355
+ this.i.c9 = +v;
1356
+ },
1357
+ enumerable: false,
1358
+ configurable: true
1359
+ });
1360
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeHoverUnderlineWidth", {
1361
+ /**
1362
+ * Gets or sets the width to use for the underline element when hovered when type is box.
1363
+ */
1364
+ get: function () {
1365
+ return this.i.c6;
1366
+ },
1367
+ set: function (v) {
1368
+ this.i.c6 = +v;
1369
+ },
1370
+ enumerable: false,
1371
+ configurable: true
1372
+ });
1373
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeUnderlineColor", {
1374
+ /**
1375
+ * Gets or sets the color to use for the underline element when type is box.
1376
+ */
1377
+ get: function () {
1378
+ return brushToString(this.i.mq);
1379
+ },
1380
+ set: function (v) {
1381
+ this.i.mq = stringToBrush(v);
1382
+ },
1383
+ enumerable: false,
1384
+ configurable: true
1385
+ });
1386
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeUnderlineRippleColor", {
1387
+ /**
1388
+ * Gets or sets the color to use for the underline ripple element when type is box.
1389
+ */
1390
+ get: function () {
1391
+ return brushToString(this.i.mr);
1392
+ },
1393
+ set: function (v) {
1394
+ this.i.mr = stringToBrush(v);
1395
+ },
1396
+ enumerable: false,
1397
+ configurable: true
1398
+ });
1399
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeHoverUnderlineColor", {
1400
+ /**
1401
+ * Gets or sets the color to use for the underline element when type is box.
1402
+ */
1403
+ get: function () {
1404
+ return brushToString(this.i.mp);
1405
+ },
1406
+ set: function (v) {
1407
+ this.i.mp = stringToBrush(v);
1408
+ },
1409
+ enumerable: false,
1410
+ configurable: true
1411
+ });
1412
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeFocusUnderlineColor", {
1413
+ /**
1414
+ * Gets or sets the color to use for the underline element when type is box.
1415
+ */
1416
+ get: function () {
1417
+ return brushToString(this.i.mo);
1418
+ },
1419
+ set: function (v) {
1420
+ this.i.mo = stringToBrush(v);
1421
+ },
1422
+ enumerable: false,
1423
+ configurable: true
1424
+ });
1425
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeUnderlineOpacity", {
1426
+ /**
1427
+ * Gets or sets the color to use for the underline element when type is box.
1428
+ */
1429
+ get: function () {
1430
+ return this.i.c7;
1431
+ },
1432
+ set: function (v) {
1433
+ this.i.c7 = +v;
1434
+ },
1435
+ enumerable: false,
1436
+ configurable: true
1437
+ });
1438
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeHoverUnderlineOpacity", {
1439
+ /**
1440
+ * Gets or sets the color to use for the underline element when type is box.
1441
+ */
1442
+ get: function () {
1443
+ return this.i.c5;
1444
+ },
1445
+ set: function (v) {
1446
+ this.i.c5 = +v;
1447
+ },
1448
+ enumerable: false,
1449
+ configurable: true
1450
+ });
1451
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeFocusUnderlineOpacity", {
1452
+ /**
1453
+ * Gets or sets the color to use for the underline element when type is box.
1454
+ */
1455
+ get: function () {
1456
+ return this.i.c3;
1457
+ },
1458
+ set: function (v) {
1459
+ this.i.c3 = +v;
1460
+ },
1461
+ enumerable: false,
1462
+ configurable: true
1463
+ });
1464
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeFocusUnderlineRippleOpacity", {
1465
+ /**
1466
+ * Gets or sets the opacity to use for the underline ripple element when focused when type is box.
1467
+ */
1468
+ get: function () {
1469
+ return this.i.c4;
1470
+ },
1471
+ set: function (v) {
1472
+ this.i.c4 = +v;
1473
+ },
1474
+ enumerable: false,
1475
+ configurable: true
1476
+ });
1477
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeUnderlineRippleOpacity", {
1478
+ /**
1479
+ * Gets or sets the opacity to use for the underline ripple element when type is box.
1480
+ */
1481
+ get: function () {
1482
+ return this.i.c8;
1483
+ },
1484
+ set: function (v) {
1485
+ this.i.c8 = +v;
1486
+ },
1487
+ enumerable: false,
1488
+ configurable: true
1489
+ });
1490
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "boxTypeBackgroundColor", {
1491
+ /**
1492
+ * Gets or sets the background color to use for the input group when type is box.
1493
+ */
1494
+ get: function () {
1495
+ return brushToString(this.i.ml);
1496
+ },
1497
+ set: function (v) {
1498
+ this.i.ml = stringToBrush(v);
1499
+ },
1500
+ enumerable: false,
1501
+ configurable: true
1502
+ });
1503
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeBorderWidth", {
1504
+ /**
1505
+ * Gets or sets the border width to use for the border of the item group when using type line.
1506
+ */
1507
+ get: function () {
1508
+ return this.i.cq;
1509
+ },
1510
+ set: function (v) {
1511
+ this.i.cq = +v;
1512
+ },
1513
+ enumerable: false,
1514
+ configurable: true
1515
+ });
1516
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeFocusBorderWidth", {
1517
+ /**
1518
+ * Gets or sets the border width to use for the border of the item group when focused when type is border.
1519
+ */
1520
+ get: function () {
1521
+ return this.i.cr;
1522
+ },
1523
+ set: function (v) {
1524
+ this.i.cr = +v;
1525
+ },
1526
+ enumerable: false,
1527
+ configurable: true
1528
+ });
1529
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeFocusBorderColor", {
1530
+ /**
1531
+ * Gets or sets the focus color to use the border of the input group when type is border.
1532
+ */
1533
+ get: function () {
1534
+ return brushToString(this.i.mg);
1535
+ },
1536
+ set: function (v) {
1537
+ this.i.mg = stringToBrush(v);
1538
+ },
1539
+ enumerable: false,
1540
+ configurable: true
1541
+ });
1542
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeBorderColor", {
1543
+ /**
1544
+ * Gets or sets the color to use the border of the input group when type is border.
1545
+ */
1546
+ get: function () {
1547
+ return brushToString(this.i.mf);
1548
+ },
1549
+ set: function (v) {
1550
+ this.i.mf = stringToBrush(v);
1551
+ },
1552
+ enumerable: false,
1553
+ configurable: true
1554
+ });
1555
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeCornerRadiusBottomRight", {
1556
+ get: function () {
1557
+ return this.i.kp ? this.i.kp.b : NaN;
1558
+ },
1559
+ set: function (v) {
1560
+ this.ensureBorderTypeCornerRadius();
1561
+ this.i.kp.b = +v;
1562
+ this.i.kp = this.i.kp;
1563
+ },
1564
+ enumerable: false,
1565
+ configurable: true
1566
+ });
1567
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeCornerRadiusBottomLeft", {
1568
+ get: function () {
1569
+ return this.i.kp ? this.i.kp.a : NaN;
1570
+ },
1571
+ set: function (v) {
1572
+ this.ensureBorderTypeCornerRadius();
1573
+ this.i.kp.a = +v;
1574
+ this.i.kp = this.i.kp;
1575
+ },
1576
+ enumerable: false,
1577
+ configurable: true
1578
+ });
1579
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeCornerRadiusTopLeft", {
1580
+ get: function () {
1581
+ return this.i.kp ? this.i.kp.c : NaN;
1582
+ },
1583
+ set: function (v) {
1584
+ this.ensureBorderTypeCornerRadius();
1585
+ this.i.kp.c = +v;
1586
+ this.i.kp = this.i.kp;
1587
+ },
1588
+ enumerable: false,
1589
+ configurable: true
1590
+ });
1591
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeCornerRadiusTopRight", {
1592
+ get: function () {
1593
+ return this.i.kp ? this.i.kp.d : NaN;
1594
+ },
1595
+ set: function (v) {
1596
+ this.ensureBorderTypeCornerRadius();
1597
+ this.i.kp.d = +v;
1598
+ this.i.kp = this.i.kp;
1599
+ },
1600
+ enumerable: false,
1601
+ configurable: true
1602
+ });
1603
+ IgxXInputGroupComponent.prototype.ensureBorderTypeCornerRadius = function () {
1604
+ if (this.i.kp) {
1605
+ return;
1606
+ }
1607
+ this.i.kp = new CornerRadius(2);
1608
+ };
1609
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeContentPaddingBottom", {
1610
+ get: function () {
1611
+ return this.i.of ? this.i.of.bottom : NaN;
1612
+ },
1613
+ set: function (v) {
1614
+ this.ensureBorderTypeContentPadding();
1615
+ this.i.of.bottom = +v;
1616
+ this.i.of = this.i.of;
1617
+ },
1618
+ enumerable: false,
1619
+ configurable: true
1620
+ });
1621
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeContentPaddingLeft", {
1622
+ get: function () {
1623
+ return this.i.of ? this.i.of.left : NaN;
1624
+ },
1625
+ set: function (v) {
1626
+ this.ensureBorderTypeContentPadding();
1627
+ this.i.of.left = +v;
1628
+ this.i.of = this.i.of;
1629
+ },
1630
+ enumerable: false,
1631
+ configurable: true
1632
+ });
1633
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeContentPaddingRight", {
1634
+ get: function () {
1635
+ return this.i.of ? this.i.of.right : NaN;
1636
+ },
1637
+ set: function (v) {
1638
+ this.ensureBorderTypeContentPadding();
1639
+ this.i.of.right = +v;
1640
+ this.i.of = this.i.of;
1641
+ },
1642
+ enumerable: false,
1643
+ configurable: true
1644
+ });
1645
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeContentPaddingTop", {
1646
+ get: function () {
1647
+ return this.i.of ? this.i.of.top : NaN;
1648
+ },
1649
+ set: function (v) {
1650
+ this.ensureBorderTypeContentPadding();
1651
+ this.i.of.top = +v;
1652
+ this.i.of = this.i.of;
1653
+ },
1654
+ enumerable: false,
1655
+ configurable: true
1656
+ });
1657
+ IgxXInputGroupComponent.prototype.ensureBorderTypeContentPadding = function () {
1658
+ if (this.i.of) {
1659
+ return;
1660
+ }
1661
+ this.i.of = new Thickness(2);
1662
+ };
1663
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeUnderlineWidth", {
1664
+ /**
1665
+ * Gets or sets the width to use for the underline element when type is border.
1666
+ */
1667
+ get: function () {
1668
+ return this.i.cz;
1669
+ },
1670
+ set: function (v) {
1671
+ this.i.cz = +v;
1672
+ },
1673
+ enumerable: false,
1674
+ configurable: true
1675
+ });
1676
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeUnderlineRippleWidth", {
1677
+ /**
1678
+ * Gets or sets the width to use for the underline element when type is border.
1679
+ */
1680
+ get: function () {
1681
+ return this.i.cy;
1682
+ },
1683
+ set: function (v) {
1684
+ this.i.cy = +v;
1685
+ },
1686
+ enumerable: false,
1687
+ configurable: true
1688
+ });
1689
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeHoverUnderlineWidth", {
1690
+ /**
1691
+ * Gets or sets the width to use for the underline element when hovered when type is border.
1692
+ */
1693
+ get: function () {
1694
+ return this.i.cv;
1695
+ },
1696
+ set: function (v) {
1697
+ this.i.cv = +v;
1698
+ },
1699
+ enumerable: false,
1700
+ configurable: true
1701
+ });
1702
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeUnderlineColor", {
1703
+ /**
1704
+ * Gets or sets the color to use for the underline element when type is border.
1705
+ */
1706
+ get: function () {
1707
+ return brushToString(this.i.mj);
1708
+ },
1709
+ set: function (v) {
1710
+ this.i.mj = stringToBrush(v);
1711
+ },
1712
+ enumerable: false,
1713
+ configurable: true
1714
+ });
1715
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeUnderlineRippleColor", {
1716
+ /**
1717
+ * Gets or sets the color to use for the underline ripple element when type is border.
1718
+ */
1719
+ get: function () {
1720
+ return brushToString(this.i.mk);
1721
+ },
1722
+ set: function (v) {
1723
+ this.i.mk = stringToBrush(v);
1724
+ },
1725
+ enumerable: false,
1726
+ configurable: true
1727
+ });
1728
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeHoverUnderlineColor", {
1729
+ /**
1730
+ * Gets or sets the color to use for the underline element when type is border.
1731
+ */
1732
+ get: function () {
1733
+ return brushToString(this.i.mi);
1734
+ },
1735
+ set: function (v) {
1736
+ this.i.mi = stringToBrush(v);
1737
+ },
1738
+ enumerable: false,
1739
+ configurable: true
1740
+ });
1741
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeFocusUnderlineColor", {
1742
+ /**
1743
+ * Gets or sets the color to use for the underline element when type is border.
1744
+ */
1745
+ get: function () {
1746
+ return brushToString(this.i.mh);
1747
+ },
1748
+ set: function (v) {
1749
+ this.i.mh = stringToBrush(v);
1750
+ },
1751
+ enumerable: false,
1752
+ configurable: true
1753
+ });
1754
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeUnderlineOpacity", {
1755
+ /**
1756
+ * Gets or sets the color to use for the underline element when type is border.
1757
+ */
1758
+ get: function () {
1759
+ return this.i.cw;
1760
+ },
1761
+ set: function (v) {
1762
+ this.i.cw = +v;
1763
+ },
1764
+ enumerable: false,
1765
+ configurable: true
1766
+ });
1767
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeHoverUnderlineOpacity", {
1768
+ /**
1769
+ * Gets or sets the color to use for the underline element when type is border.
1770
+ */
1771
+ get: function () {
1772
+ return this.i.cu;
1773
+ },
1774
+ set: function (v) {
1775
+ this.i.cu = +v;
1776
+ },
1777
+ enumerable: false,
1778
+ configurable: true
1779
+ });
1780
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeFocusUnderlineOpacity", {
1781
+ /**
1782
+ * Gets or sets the color to use for the underline element when type is border.
1783
+ */
1784
+ get: function () {
1785
+ return this.i.cs;
1786
+ },
1787
+ set: function (v) {
1788
+ this.i.cs = +v;
1789
+ },
1790
+ enumerable: false,
1791
+ configurable: true
1792
+ });
1793
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeFocusUnderlineRippleOpacity", {
1794
+ /**
1795
+ * Gets or sets the opacity to use for the underline ripple element when focused when type is border.
1796
+ */
1797
+ get: function () {
1798
+ return this.i.ct;
1799
+ },
1800
+ set: function (v) {
1801
+ this.i.ct = +v;
1802
+ },
1803
+ enumerable: false,
1804
+ configurable: true
1805
+ });
1806
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeUnderlineRippleOpacity", {
1807
+ /**
1808
+ * Gets or sets the opacity to use for the underline ripple element when type is border.
1809
+ */
1810
+ get: function () {
1811
+ return this.i.cx;
1812
+ },
1813
+ set: function (v) {
1814
+ this.i.cx = +v;
1815
+ },
1816
+ enumerable: false,
1817
+ configurable: true
1818
+ });
1819
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "borderTypeBackgroundColor", {
1820
+ /**
1821
+ * Gets or sets the background color to use for the input group when type is border.
1822
+ */
1823
+ get: function () {
1824
+ return brushToString(this.i.me);
1825
+ },
1826
+ set: function (v) {
1827
+ this.i.me = stringToBrush(v);
1828
+ },
1829
+ enumerable: false,
1830
+ configurable: true
1831
+ });
1832
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeBorderWidth", {
1833
+ /**
1834
+ * Gets or sets the search width to use for the border of the item group when using type line.
1835
+ */
1836
+ get: function () {
1837
+ return this.i.ev;
1838
+ },
1839
+ set: function (v) {
1840
+ this.i.ev = +v;
1841
+ },
1842
+ enumerable: false,
1843
+ configurable: true
1844
+ });
1845
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeFocusBorderWidth", {
1846
+ /**
1847
+ * Gets or sets the search width to use for the border of the item group when focused when type is search.
1848
+ */
1849
+ get: function () {
1850
+ return this.i.ew;
1851
+ },
1852
+ set: function (v) {
1853
+ this.i.ew = +v;
1854
+ },
1855
+ enumerable: false,
1856
+ configurable: true
1857
+ });
1858
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeFocusBorderColor", {
1859
+ /**
1860
+ * Gets or sets the focus color to use the search of the input group when type is search.
1861
+ */
1862
+ get: function () {
1863
+ return brushToString(this.i.n0);
1864
+ },
1865
+ set: function (v) {
1866
+ this.i.n0 = stringToBrush(v);
1867
+ },
1868
+ enumerable: false,
1869
+ configurable: true
1870
+ });
1871
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeBorderColor", {
1872
+ /**
1873
+ * Gets or sets the color to use the search of the input group when type is search.
1874
+ */
1875
+ get: function () {
1876
+ return brushToString(this.i.nz);
1877
+ },
1878
+ set: function (v) {
1879
+ this.i.nz = stringToBrush(v);
1880
+ },
1881
+ enumerable: false,
1882
+ configurable: true
1883
+ });
1884
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeCornerRadiusBottomRight", {
1885
+ get: function () {
1886
+ return this.i.ky ? this.i.ky.b : NaN;
1887
+ },
1888
+ set: function (v) {
1889
+ this.ensureSearchTypeCornerRadius();
1890
+ this.i.ky.b = +v;
1891
+ this.i.ky = this.i.ky;
1892
+ },
1893
+ enumerable: false,
1894
+ configurable: true
1895
+ });
1896
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeCornerRadiusBottomLeft", {
1897
+ get: function () {
1898
+ return this.i.ky ? this.i.ky.a : NaN;
1899
+ },
1900
+ set: function (v) {
1901
+ this.ensureSearchTypeCornerRadius();
1902
+ this.i.ky.a = +v;
1903
+ this.i.ky = this.i.ky;
1904
+ },
1905
+ enumerable: false,
1906
+ configurable: true
1907
+ });
1908
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeCornerRadiusTopLeft", {
1909
+ get: function () {
1910
+ return this.i.ky ? this.i.ky.c : NaN;
1911
+ },
1912
+ set: function (v) {
1913
+ this.ensureSearchTypeCornerRadius();
1914
+ this.i.ky.c = +v;
1915
+ this.i.ky = this.i.ky;
1916
+ },
1917
+ enumerable: false,
1918
+ configurable: true
1919
+ });
1920
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeCornerRadiusTopRight", {
1921
+ get: function () {
1922
+ return this.i.ky ? this.i.ky.d : NaN;
1923
+ },
1924
+ set: function (v) {
1925
+ this.ensureSearchTypeCornerRadius();
1926
+ this.i.ky.d = +v;
1927
+ this.i.ky = this.i.ky;
1928
+ },
1929
+ enumerable: false,
1930
+ configurable: true
1931
+ });
1932
+ IgxXInputGroupComponent.prototype.ensureSearchTypeCornerRadius = function () {
1933
+ if (this.i.ky) {
1934
+ return;
1935
+ }
1936
+ this.i.ky = new CornerRadius(2);
1937
+ };
1938
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeContentPaddingBottom", {
1939
+ get: function () {
1940
+ return this.i.oo ? this.i.oo.bottom : NaN;
1941
+ },
1942
+ set: function (v) {
1943
+ this.ensureSearchTypeContentPadding();
1944
+ this.i.oo.bottom = +v;
1945
+ this.i.oo = this.i.oo;
1946
+ },
1947
+ enumerable: false,
1948
+ configurable: true
1949
+ });
1950
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeContentPaddingLeft", {
1951
+ get: function () {
1952
+ return this.i.oo ? this.i.oo.left : NaN;
1953
+ },
1954
+ set: function (v) {
1955
+ this.ensureSearchTypeContentPadding();
1956
+ this.i.oo.left = +v;
1957
+ this.i.oo = this.i.oo;
1958
+ },
1959
+ enumerable: false,
1960
+ configurable: true
1961
+ });
1962
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeContentPaddingRight", {
1963
+ get: function () {
1964
+ return this.i.oo ? this.i.oo.right : NaN;
1965
+ },
1966
+ set: function (v) {
1967
+ this.ensureSearchTypeContentPadding();
1968
+ this.i.oo.right = +v;
1969
+ this.i.oo = this.i.oo;
1970
+ },
1971
+ enumerable: false,
1972
+ configurable: true
1973
+ });
1974
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeContentPaddingTop", {
1975
+ get: function () {
1976
+ return this.i.oo ? this.i.oo.top : NaN;
1977
+ },
1978
+ set: function (v) {
1979
+ this.ensureSearchTypeContentPadding();
1980
+ this.i.oo.top = +v;
1981
+ this.i.oo = this.i.oo;
1982
+ },
1983
+ enumerable: false,
1984
+ configurable: true
1985
+ });
1986
+ IgxXInputGroupComponent.prototype.ensureSearchTypeContentPadding = function () {
1987
+ if (this.i.oo) {
1988
+ return;
1989
+ }
1990
+ this.i.oo = new Thickness(2);
1991
+ };
1992
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeUnderlineWidth", {
1993
+ /**
1994
+ * Gets or sets the width to use for the underline element when type is search.
1995
+ */
1996
+ get: function () {
1997
+ return this.i.e4;
1998
+ },
1999
+ set: function (v) {
2000
+ this.i.e4 = +v;
2001
+ },
2002
+ enumerable: false,
2003
+ configurable: true
2004
+ });
2005
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeUnderlineRippleWidth", {
2006
+ /**
2007
+ * Gets or sets the width to use for the underline element when type is search.
2008
+ */
2009
+ get: function () {
2010
+ return this.i.e3;
2011
+ },
2012
+ set: function (v) {
2013
+ this.i.e3 = +v;
2014
+ },
2015
+ enumerable: false,
2016
+ configurable: true
2017
+ });
2018
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeHoverUnderlineWidth", {
2019
+ /**
2020
+ * Gets or sets the width to use for the underline element when hovered when type is search.
2021
+ */
2022
+ get: function () {
2023
+ return this.i.e0;
2024
+ },
2025
+ set: function (v) {
2026
+ this.i.e0 = +v;
2027
+ },
2028
+ enumerable: false,
2029
+ configurable: true
2030
+ });
2031
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeUnderlineColor", {
2032
+ /**
2033
+ * Gets or sets the color to use for the underline element when type is search.
2034
+ */
2035
+ get: function () {
2036
+ return brushToString(this.i.n3);
2037
+ },
2038
+ set: function (v) {
2039
+ this.i.n3 = stringToBrush(v);
2040
+ },
2041
+ enumerable: false,
2042
+ configurable: true
2043
+ });
2044
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeUnderlineRippleColor", {
2045
+ /**
2046
+ * Gets or sets the color to use for the underline ripple element when type is search.
2047
+ */
2048
+ get: function () {
2049
+ return brushToString(this.i.n4);
2050
+ },
2051
+ set: function (v) {
2052
+ this.i.n4 = stringToBrush(v);
2053
+ },
2054
+ enumerable: false,
2055
+ configurable: true
2056
+ });
2057
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeHoverUnderlineColor", {
2058
+ /**
2059
+ * Gets or sets the color to use for the underline element when type is search.
2060
+ */
2061
+ get: function () {
2062
+ return brushToString(this.i.n2);
2063
+ },
2064
+ set: function (v) {
2065
+ this.i.n2 = stringToBrush(v);
2066
+ },
2067
+ enumerable: false,
2068
+ configurable: true
2069
+ });
2070
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeFocusUnderlineColor", {
2071
+ /**
2072
+ * Gets or sets the color to use for the underline element when type is search.
2073
+ */
2074
+ get: function () {
2075
+ return brushToString(this.i.n1);
2076
+ },
2077
+ set: function (v) {
2078
+ this.i.n1 = stringToBrush(v);
2079
+ },
2080
+ enumerable: false,
2081
+ configurable: true
2082
+ });
2083
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeUnderlineOpacity", {
2084
+ /**
2085
+ * Gets or sets the color to use for the underline element when type is search.
2086
+ */
2087
+ get: function () {
2088
+ return this.i.e1;
2089
+ },
2090
+ set: function (v) {
2091
+ this.i.e1 = +v;
2092
+ },
2093
+ enumerable: false,
2094
+ configurable: true
2095
+ });
2096
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeHoverUnderlineOpacity", {
2097
+ /**
2098
+ * Gets or sets the color to use for the underline element when type is search.
2099
+ */
2100
+ get: function () {
2101
+ return this.i.ez;
2102
+ },
2103
+ set: function (v) {
2104
+ this.i.ez = +v;
2105
+ },
2106
+ enumerable: false,
2107
+ configurable: true
2108
+ });
2109
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeFocusUnderlineOpacity", {
2110
+ /**
2111
+ * Gets or sets the color to use for the underline element when type is search.
2112
+ */
2113
+ get: function () {
2114
+ return this.i.ex;
2115
+ },
2116
+ set: function (v) {
2117
+ this.i.ex = +v;
2118
+ },
2119
+ enumerable: false,
2120
+ configurable: true
2121
+ });
2122
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeFocusUnderlineRippleOpacity", {
2123
+ /**
2124
+ * Gets or sets the opacity to use for the underline ripple element when focused when type is search.
2125
+ */
2126
+ get: function () {
2127
+ return this.i.ey;
2128
+ },
2129
+ set: function (v) {
2130
+ this.i.ey = +v;
2131
+ },
2132
+ enumerable: false,
2133
+ configurable: true
2134
+ });
2135
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeUnderlineRippleOpacity", {
2136
+ /**
2137
+ * Gets or sets the opacity to use for the underline ripple element when type is search.
2138
+ */
2139
+ get: function () {
2140
+ return this.i.e2;
2141
+ },
2142
+ set: function (v) {
2143
+ this.i.e2 = +v;
2144
+ },
2145
+ enumerable: false,
2146
+ configurable: true
2147
+ });
2148
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "searchTypeBackgroundColor", {
2149
+ /**
2150
+ * Gets or sets the background color to use for the input group when type is search.
2151
+ */
2152
+ get: function () {
2153
+ return brushToString(this.i.ny);
2154
+ },
2155
+ set: function (v) {
2156
+ this.i.ny = stringToBrush(v);
2157
+ },
2158
+ enumerable: false,
2159
+ configurable: true
2160
+ });
2161
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "isExpanded", {
2162
+ /**
2163
+ * Gets or sets whether the input group is expanded or not.
2164
+ */
2165
+ get: function () {
2166
+ return this.i.an;
2167
+ },
2168
+ set: function (v) {
2169
+ this.i.an = ensureBool(v);
2170
+ },
2171
+ enumerable: false,
2172
+ configurable: true
2173
+ });
2174
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "isHovered", {
2175
+ /**
2176
+ * Gets or sets whether the input group is hovered or not.
2177
+ */
2178
+ get: function () {
2179
+ return this.i.ap;
2180
+ },
2181
+ set: function (v) {
2182
+ this.i.ap = ensureBool(v);
2183
+ },
2184
+ enumerable: false,
2185
+ configurable: true
2186
+ });
2187
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "isFocused", {
2188
+ /**
2189
+ * Gets or sets whether the input group is hovered or not.
2190
+ */
2191
+ get: function () {
2192
+ return this.i.ao;
2193
+ },
2194
+ set: function (v) {
2195
+ this.i.ao = ensureBool(v);
2196
+ },
2197
+ enumerable: false,
2198
+ configurable: true
2199
+ });
2200
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "actualIsExpanded", {
2201
+ /**
2202
+ * Gets or sets whether the input group is expanded or not.
2203
+ */
2204
+ get: function () {
2205
+ return this.i.ai;
2206
+ },
2207
+ set: function (v) {
2208
+ this.i.ai = ensureBool(v);
2209
+ },
2210
+ enumerable: false,
2211
+ configurable: true
2212
+ });
2213
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "focusBorderColor", {
2214
+ /**
2215
+ * Gets or sets the color to use the hovered background of the inputs in the group.
2216
+ */
2217
+ get: function () {
2218
+ return brushToString(this.i.no);
2219
+ },
2220
+ set: function (v) {
2221
+ this.i.no = stringToBrush(v);
2222
+ },
2223
+ enumerable: false,
2224
+ configurable: true
2225
+ });
2226
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "id", {
2227
+ /**
2228
+ * Gets or sets the id to use for the checkbox.
2229
+ */
2230
+ get: function () {
2231
+ return this.i.hk;
2232
+ },
2233
+ set: function (v) {
2234
+ this.i.hk = v;
2235
+ },
2236
+ enumerable: false,
2237
+ configurable: true
2238
+ });
2239
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "disabled", {
2240
+ /**
2241
+ * Gets or sets whether the checkbox is disabled.
2242
+ */
2243
+ get: function () {
2244
+ return this.i.disabled;
2245
+ },
2246
+ set: function (v) {
2247
+ this.i.disabled = ensureBool(v);
2248
+ },
2249
+ enumerable: false,
2250
+ configurable: true
2251
+ });
2252
+ IgxXInputGroupComponent.prototype.findByName = function (name) {
2253
+ if (this.findEphemera) {
2254
+ if (name && name.indexOf("@@e:") == 0) {
2255
+ return this.findEphemera(name);
2256
+ }
2257
+ }
2258
+ if (this.inputs != null && this.inputs.findByName && this.inputs.findByName(name)) {
2259
+ return this.inputs.findByName(name);
2260
+ }
2261
+ return null;
2262
+ };
2263
+ Object.defineProperty(IgxXInputGroupComponent.prototype, "hasUserValues", {
2264
+ get: function () {
2265
+ return this._hasUserValues;
2266
+ },
2267
+ enumerable: false,
2268
+ configurable: true
2269
+ });
2270
+ IgxXInputGroupComponent.prototype.__m = function (propertyName) {
2271
+ if (!this._inStyling) {
2272
+ this._hasUserValues.add(propertyName);
2273
+ }
2274
+ };
2275
+ IgxXInputGroupComponent.prototype._styling = function (container, component, parent) {
2276
+ if (this._inStyling) {
2277
+ return;
2278
+ }
2279
+ this._inStyling = true;
2280
+ this._stylingContainer = container;
2281
+ this._stylingParent = component;
2282
+ var genericPrefix = "";
2283
+ var typeName = this.i.$type.name;
2284
+ if (typeName.indexOf("Xam") === 0) {
2285
+ typeName = typeName.substring(3);
2286
+ }
2287
+ genericPrefix = toSpinal("XInputGroupComponent");
2288
+ var additionalPrefixes = [];
2289
+ var prefix = toSpinal(typeName);
2290
+ additionalPrefixes.push(prefix + "-");
2291
+ var b = this.i.$type.baseType;
2292
+ while (b && b.name != "Object" &&
2293
+ b.name != "Base" &&
2294
+ b.name != "Control" &&
2295
+ b.Name != "DependencyObject" &&
2296
+ b.Name != "FrameworkElement") {
2297
+ typeName = b.name;
2298
+ if (typeName.indexOf("Xam") === 0) {
2299
+ typeName = typeName.substring(3);
2300
+ }
2301
+ var basePrefix = toSpinal(typeName);
2302
+ additionalPrefixes.push(basePrefix + "-");
2303
+ b = b.baseType;
2304
+ }
2305
+ if (parent) {
2306
+ var parentTypeName = parent.i.$type.name;
2307
+ if (parentTypeName.indexOf("Xam") === 0) {
2308
+ parentTypeName = parentTypeName.substring(3);
2309
+ }
2310
+ var parentPrefix = toSpinal(parentTypeName);
2311
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
2312
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
2313
+ }
2314
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
2315
+ if (this._otherStyling) {
2316
+ this._otherStyling(container, component, parent);
2317
+ }
2318
+ this._inStyling = false;
2319
+ };
2320
+ IgxXInputGroupComponent.prototype.onDetachedFromUI = function () {
2321
+ this.i.onDetachedFromUI();
2322
+ };
2323
+ IgxXInputGroupComponent.prototype.onAttachedToUI = function () {
2324
+ this.i.onAttachedToUI();
2325
+ };
2326
+ /**
2327
+ * Exports visual information about the current state of the grid.
2328
+
2329
+ */
2330
+ IgxXInputGroupComponent.prototype.exportVisualModel = function () {
2331
+ var iv = this.i.fe();
2332
+ return (iv);
2333
+ };
2334
+ /**
2335
+ * Returns a serialized copy of the exported visual model
2336
+
2337
+ */
2338
+ IgxXInputGroupComponent.prototype.exportSerializedVisualModel = function () {
2339
+ var iv = this.i.hb();
2340
+ return (iv);
2341
+ };
2342
+ IgxXInputGroupComponent.prototype._runInZone = function (act) {
2343
+ if (this._zoneRunner != null) {
2344
+ this._zoneRunner(act);
2345
+ }
2346
+ else {
2347
+ act();
2348
+ }
2349
+ };
2350
+ IgxXInputGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXInputGroupComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
2351
+ IgxXInputGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXInputGroupComponent, selector: "igx-x-input-group", inputs: { displayType: "displayType", density: "density", actualDensity: "actualDensity", baseTheme: "baseTheme", actualBorderColor: "actualBorderColor", actualFocusBorderColor: "actualFocusBorderColor", actualBorderWidth: "actualBorderWidth", actualFocusBorderWidth: "actualFocusBorderWidth", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", actualContentPaddingBottom: "actualContentPaddingBottom", actualContentPaddingLeft: "actualContentPaddingLeft", actualContentPaddingRight: "actualContentPaddingRight", actualContentPaddingTop: "actualContentPaddingTop", actualUnderlineWidth: "actualUnderlineWidth", actualUnderlineRippleWidth: "actualUnderlineRippleWidth", actualHoverUnderlineWidth: "actualHoverUnderlineWidth", actualUnderlineColor: "actualUnderlineColor", actualUnderlineRippleColor: "actualUnderlineRippleColor", actualHoverUnderlineColor: "actualHoverUnderlineColor", actualFocusUnderlineColor: "actualFocusUnderlineColor", actualUnderlineOpacity: "actualUnderlineOpacity", actualHoverUnderlineOpacity: "actualHoverUnderlineOpacity", actualFocusUnderlineOpacity: "actualFocusUnderlineOpacity", actualFocusUnderlineRippleOpacity: "actualFocusUnderlineRippleOpacity", actualUnderlineRippleOpacity: "actualUnderlineRippleOpacity", actualBackgroundColor: "actualBackgroundColor", borderWidth: "borderWidth", focusBorderWidth: "focusBorderWidth", borderColor: "borderColor", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", contentPaddingBottom: "contentPaddingBottom", contentPaddingLeft: "contentPaddingLeft", contentPaddingRight: "contentPaddingRight", contentPaddingTop: "contentPaddingTop", underlineWidth: "underlineWidth", underlineRippleWidth: "underlineRippleWidth", hoverUnderlineWidth: "hoverUnderlineWidth", underlineColor: "underlineColor", underlineRippleColor: "underlineRippleColor", hoverUnderlineColor: "hoverUnderlineColor", focusUnderlineColor: "focusUnderlineColor", underlineOpacity: "underlineOpacity", hoverUnderlineOpacity: "hoverUnderlineOpacity", focusUnderlineOpacity: "focusUnderlineOpacity", focusUnderlineRippleOpacity: "focusUnderlineRippleOpacity", underlineRippleOpacity: "underlineRippleOpacity", backgroundColor: "backgroundColor", lineTypeBorderWidth: "lineTypeBorderWidth", lineTypeFocusBorderWidth: "lineTypeFocusBorderWidth", lineTypeFocusBorderColor: "lineTypeFocusBorderColor", lineTypeBorderColor: "lineTypeBorderColor", lineTypeCornerRadiusBottomRight: "lineTypeCornerRadiusBottomRight", lineTypeCornerRadiusBottomLeft: "lineTypeCornerRadiusBottomLeft", lineTypeCornerRadiusTopLeft: "lineTypeCornerRadiusTopLeft", lineTypeCornerRadiusTopRight: "lineTypeCornerRadiusTopRight", lineTypeContentPaddingBottom: "lineTypeContentPaddingBottom", lineTypeContentPaddingLeft: "lineTypeContentPaddingLeft", lineTypeContentPaddingRight: "lineTypeContentPaddingRight", lineTypeContentPaddingTop: "lineTypeContentPaddingTop", lineTypeUnderlineWidth: "lineTypeUnderlineWidth", lineTypeUnderlineRippleWidth: "lineTypeUnderlineRippleWidth", lineTypeHoverUnderlineWidth: "lineTypeHoverUnderlineWidth", lineTypeUnderlineColor: "lineTypeUnderlineColor", lineTypeUnderlineRippleColor: "lineTypeUnderlineRippleColor", lineTypeHoverUnderlineColor: "lineTypeHoverUnderlineColor", lineTypeFocusUnderlineColor: "lineTypeFocusUnderlineColor", lineTypeUnderlineOpacity: "lineTypeUnderlineOpacity", lineTypeHoverUnderlineOpacity: "lineTypeHoverUnderlineOpacity", lineTypeFocusUnderlineOpacity: "lineTypeFocusUnderlineOpacity", lineTypeFocusUnderlineRippleOpacity: "lineTypeFocusUnderlineRippleOpacity", lineTypeUnderlineRippleOpacity: "lineTypeUnderlineRippleOpacity", lineTypeBackgroundColor: "lineTypeBackgroundColor", boxTypeBorderWidth: "boxTypeBorderWidth", boxTypeFocusBorderWidth: "boxTypeFocusBorderWidth", boxTypeFocusBorderColor: "boxTypeFocusBorderColor", boxTypeBorderColor: "boxTypeBorderColor", boxTypeCornerRadiusBottomRight: "boxTypeCornerRadiusBottomRight", boxTypeCornerRadiusBottomLeft: "boxTypeCornerRadiusBottomLeft", boxTypeCornerRadiusTopLeft: "boxTypeCornerRadiusTopLeft", boxTypeCornerRadiusTopRight: "boxTypeCornerRadiusTopRight", boxTypeContentPaddingBottom: "boxTypeContentPaddingBottom", boxTypeContentPaddingLeft: "boxTypeContentPaddingLeft", boxTypeContentPaddingRight: "boxTypeContentPaddingRight", boxTypeContentPaddingTop: "boxTypeContentPaddingTop", boxTypeUnderlineWidth: "boxTypeUnderlineWidth", boxTypeUnderlineRippleWidth: "boxTypeUnderlineRippleWidth", boxTypeHoverUnderlineWidth: "boxTypeHoverUnderlineWidth", boxTypeUnderlineColor: "boxTypeUnderlineColor", boxTypeUnderlineRippleColor: "boxTypeUnderlineRippleColor", boxTypeHoverUnderlineColor: "boxTypeHoverUnderlineColor", boxTypeFocusUnderlineColor: "boxTypeFocusUnderlineColor", boxTypeUnderlineOpacity: "boxTypeUnderlineOpacity", boxTypeHoverUnderlineOpacity: "boxTypeHoverUnderlineOpacity", boxTypeFocusUnderlineOpacity: "boxTypeFocusUnderlineOpacity", boxTypeFocusUnderlineRippleOpacity: "boxTypeFocusUnderlineRippleOpacity", boxTypeUnderlineRippleOpacity: "boxTypeUnderlineRippleOpacity", boxTypeBackgroundColor: "boxTypeBackgroundColor", borderTypeBorderWidth: "borderTypeBorderWidth", borderTypeFocusBorderWidth: "borderTypeFocusBorderWidth", borderTypeFocusBorderColor: "borderTypeFocusBorderColor", borderTypeBorderColor: "borderTypeBorderColor", borderTypeCornerRadiusBottomRight: "borderTypeCornerRadiusBottomRight", borderTypeCornerRadiusBottomLeft: "borderTypeCornerRadiusBottomLeft", borderTypeCornerRadiusTopLeft: "borderTypeCornerRadiusTopLeft", borderTypeCornerRadiusTopRight: "borderTypeCornerRadiusTopRight", borderTypeContentPaddingBottom: "borderTypeContentPaddingBottom", borderTypeContentPaddingLeft: "borderTypeContentPaddingLeft", borderTypeContentPaddingRight: "borderTypeContentPaddingRight", borderTypeContentPaddingTop: "borderTypeContentPaddingTop", borderTypeUnderlineWidth: "borderTypeUnderlineWidth", borderTypeUnderlineRippleWidth: "borderTypeUnderlineRippleWidth", borderTypeHoverUnderlineWidth: "borderTypeHoverUnderlineWidth", borderTypeUnderlineColor: "borderTypeUnderlineColor", borderTypeUnderlineRippleColor: "borderTypeUnderlineRippleColor", borderTypeHoverUnderlineColor: "borderTypeHoverUnderlineColor", borderTypeFocusUnderlineColor: "borderTypeFocusUnderlineColor", borderTypeUnderlineOpacity: "borderTypeUnderlineOpacity", borderTypeHoverUnderlineOpacity: "borderTypeHoverUnderlineOpacity", borderTypeFocusUnderlineOpacity: "borderTypeFocusUnderlineOpacity", borderTypeFocusUnderlineRippleOpacity: "borderTypeFocusUnderlineRippleOpacity", borderTypeUnderlineRippleOpacity: "borderTypeUnderlineRippleOpacity", borderTypeBackgroundColor: "borderTypeBackgroundColor", searchTypeBorderWidth: "searchTypeBorderWidth", searchTypeFocusBorderWidth: "searchTypeFocusBorderWidth", searchTypeFocusBorderColor: "searchTypeFocusBorderColor", searchTypeBorderColor: "searchTypeBorderColor", searchTypeCornerRadiusBottomRight: "searchTypeCornerRadiusBottomRight", searchTypeCornerRadiusBottomLeft: "searchTypeCornerRadiusBottomLeft", searchTypeCornerRadiusTopLeft: "searchTypeCornerRadiusTopLeft", searchTypeCornerRadiusTopRight: "searchTypeCornerRadiusTopRight", searchTypeContentPaddingBottom: "searchTypeContentPaddingBottom", searchTypeContentPaddingLeft: "searchTypeContentPaddingLeft", searchTypeContentPaddingRight: "searchTypeContentPaddingRight", searchTypeContentPaddingTop: "searchTypeContentPaddingTop", searchTypeUnderlineWidth: "searchTypeUnderlineWidth", searchTypeUnderlineRippleWidth: "searchTypeUnderlineRippleWidth", searchTypeHoverUnderlineWidth: "searchTypeHoverUnderlineWidth", searchTypeUnderlineColor: "searchTypeUnderlineColor", searchTypeUnderlineRippleColor: "searchTypeUnderlineRippleColor", searchTypeHoverUnderlineColor: "searchTypeHoverUnderlineColor", searchTypeFocusUnderlineColor: "searchTypeFocusUnderlineColor", searchTypeUnderlineOpacity: "searchTypeUnderlineOpacity", searchTypeHoverUnderlineOpacity: "searchTypeHoverUnderlineOpacity", searchTypeFocusUnderlineOpacity: "searchTypeFocusUnderlineOpacity", searchTypeFocusUnderlineRippleOpacity: "searchTypeFocusUnderlineRippleOpacity", searchTypeUnderlineRippleOpacity: "searchTypeUnderlineRippleOpacity", searchTypeBackgroundColor: "searchTypeBackgroundColor", isExpanded: "isExpanded", isHovered: "isHovered", isFocused: "isFocused", actualIsExpanded: "actualIsExpanded", focusBorderColor: "focusBorderColor", id: "id", disabled: "disabled" }, host: { properties: { "attr.id": "this.id" }, classAttribute: "ig-input-group igx-input-group" }, providers: [], queries: [{ propertyName: "contentInputs", predicate: IgxXInputGroupItemComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2352
+ return IgxXInputGroupComponent;
2353
+ }());
2354
+ export { IgxXInputGroupComponent };
2355
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXInputGroupComponent, decorators: [{
2356
+ type: Component,
2357
+ args: [{
2358
+ selector: 'igx-x-input-group',
2359
+ template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>",
2360
+ changeDetection: ChangeDetectionStrategy.OnPush,
2361
+ providers: [],
2362
+ host: { 'class': 'ig-input-group igx-input-group' },
2363
+ styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n\t\t}\n\t"]
2364
+ }]
2365
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _dynamicContent: [{
2366
+ type: ViewChild,
2367
+ args: ["dynamicContent", { read: ViewContainerRef, static: true }]
2368
+ }], _childTemplateRef: [{
2369
+ type: ViewChild,
2370
+ args: ["childContent", { read: TemplateRef, static: false }]
2371
+ }], contentInputs: [{
2372
+ type: ContentChildren,
2373
+ args: [IgxXInputGroupItemComponent]
2374
+ }], displayType: [{
2375
+ type: Input
2376
+ }], density: [{
2377
+ type: Input
2378
+ }], actualDensity: [{
2379
+ type: Input
2380
+ }], baseTheme: [{
2381
+ type: Input
2382
+ }], actualBorderColor: [{
2383
+ type: Input
2384
+ }], actualFocusBorderColor: [{
2385
+ type: Input
2386
+ }], actualBorderWidth: [{
2387
+ type: Input
2388
+ }], actualFocusBorderWidth: [{
2389
+ type: Input
2390
+ }], actualCornerRadiusBottomRight: [{
2391
+ type: Input
2392
+ }], actualCornerRadiusBottomLeft: [{
2393
+ type: Input
2394
+ }], actualCornerRadiusTopLeft: [{
2395
+ type: Input
2396
+ }], actualCornerRadiusTopRight: [{
2397
+ type: Input
2398
+ }], actualContentPaddingBottom: [{
2399
+ type: Input
2400
+ }], actualContentPaddingLeft: [{
2401
+ type: Input
2402
+ }], actualContentPaddingRight: [{
2403
+ type: Input
2404
+ }], actualContentPaddingTop: [{
2405
+ type: Input
2406
+ }], actualUnderlineWidth: [{
2407
+ type: Input
2408
+ }], actualUnderlineRippleWidth: [{
2409
+ type: Input
2410
+ }], actualHoverUnderlineWidth: [{
2411
+ type: Input
2412
+ }], actualUnderlineColor: [{
2413
+ type: Input
2414
+ }], actualUnderlineRippleColor: [{
2415
+ type: Input
2416
+ }], actualHoverUnderlineColor: [{
2417
+ type: Input
2418
+ }], actualFocusUnderlineColor: [{
2419
+ type: Input
2420
+ }], actualUnderlineOpacity: [{
2421
+ type: Input
2422
+ }], actualHoverUnderlineOpacity: [{
2423
+ type: Input
2424
+ }], actualFocusUnderlineOpacity: [{
2425
+ type: Input
2426
+ }], actualFocusUnderlineRippleOpacity: [{
2427
+ type: Input
2428
+ }], actualUnderlineRippleOpacity: [{
2429
+ type: Input
2430
+ }], actualBackgroundColor: [{
2431
+ type: Input
2432
+ }], borderWidth: [{
2433
+ type: Input
2434
+ }], focusBorderWidth: [{
2435
+ type: Input
2436
+ }], borderColor: [{
2437
+ type: Input
2438
+ }], cornerRadiusBottomRight: [{
2439
+ type: Input
2440
+ }], cornerRadiusBottomLeft: [{
2441
+ type: Input
2442
+ }], cornerRadiusTopLeft: [{
2443
+ type: Input
2444
+ }], cornerRadiusTopRight: [{
2445
+ type: Input
2446
+ }], contentPaddingBottom: [{
2447
+ type: Input
2448
+ }], contentPaddingLeft: [{
2449
+ type: Input
2450
+ }], contentPaddingRight: [{
2451
+ type: Input
2452
+ }], contentPaddingTop: [{
2453
+ type: Input
2454
+ }], underlineWidth: [{
2455
+ type: Input
2456
+ }], underlineRippleWidth: [{
2457
+ type: Input
2458
+ }], hoverUnderlineWidth: [{
2459
+ type: Input
2460
+ }], underlineColor: [{
2461
+ type: Input
2462
+ }], underlineRippleColor: [{
2463
+ type: Input
2464
+ }], hoverUnderlineColor: [{
2465
+ type: Input
2466
+ }], focusUnderlineColor: [{
2467
+ type: Input
2468
+ }], underlineOpacity: [{
2469
+ type: Input
2470
+ }], hoverUnderlineOpacity: [{
2471
+ type: Input
2472
+ }], focusUnderlineOpacity: [{
2473
+ type: Input
2474
+ }], focusUnderlineRippleOpacity: [{
2475
+ type: Input
2476
+ }], underlineRippleOpacity: [{
2477
+ type: Input
2478
+ }], backgroundColor: [{
2479
+ type: Input
2480
+ }], lineTypeBorderWidth: [{
2481
+ type: Input
2482
+ }], lineTypeFocusBorderWidth: [{
2483
+ type: Input
2484
+ }], lineTypeFocusBorderColor: [{
2485
+ type: Input
2486
+ }], lineTypeBorderColor: [{
2487
+ type: Input
2488
+ }], lineTypeCornerRadiusBottomRight: [{
2489
+ type: Input
2490
+ }], lineTypeCornerRadiusBottomLeft: [{
2491
+ type: Input
2492
+ }], lineTypeCornerRadiusTopLeft: [{
2493
+ type: Input
2494
+ }], lineTypeCornerRadiusTopRight: [{
2495
+ type: Input
2496
+ }], lineTypeContentPaddingBottom: [{
2497
+ type: Input
2498
+ }], lineTypeContentPaddingLeft: [{
2499
+ type: Input
2500
+ }], lineTypeContentPaddingRight: [{
2501
+ type: Input
2502
+ }], lineTypeContentPaddingTop: [{
2503
+ type: Input
2504
+ }], lineTypeUnderlineWidth: [{
2505
+ type: Input
2506
+ }], lineTypeUnderlineRippleWidth: [{
2507
+ type: Input
2508
+ }], lineTypeHoverUnderlineWidth: [{
2509
+ type: Input
2510
+ }], lineTypeUnderlineColor: [{
2511
+ type: Input
2512
+ }], lineTypeUnderlineRippleColor: [{
2513
+ type: Input
2514
+ }], lineTypeHoverUnderlineColor: [{
2515
+ type: Input
2516
+ }], lineTypeFocusUnderlineColor: [{
2517
+ type: Input
2518
+ }], lineTypeUnderlineOpacity: [{
2519
+ type: Input
2520
+ }], lineTypeHoverUnderlineOpacity: [{
2521
+ type: Input
2522
+ }], lineTypeFocusUnderlineOpacity: [{
2523
+ type: Input
2524
+ }], lineTypeFocusUnderlineRippleOpacity: [{
2525
+ type: Input
2526
+ }], lineTypeUnderlineRippleOpacity: [{
2527
+ type: Input
2528
+ }], lineTypeBackgroundColor: [{
2529
+ type: Input
2530
+ }], boxTypeBorderWidth: [{
2531
+ type: Input
2532
+ }], boxTypeFocusBorderWidth: [{
2533
+ type: Input
2534
+ }], boxTypeFocusBorderColor: [{
2535
+ type: Input
2536
+ }], boxTypeBorderColor: [{
2537
+ type: Input
2538
+ }], boxTypeCornerRadiusBottomRight: [{
2539
+ type: Input
2540
+ }], boxTypeCornerRadiusBottomLeft: [{
2541
+ type: Input
2542
+ }], boxTypeCornerRadiusTopLeft: [{
2543
+ type: Input
2544
+ }], boxTypeCornerRadiusTopRight: [{
2545
+ type: Input
2546
+ }], boxTypeContentPaddingBottom: [{
2547
+ type: Input
2548
+ }], boxTypeContentPaddingLeft: [{
2549
+ type: Input
2550
+ }], boxTypeContentPaddingRight: [{
2551
+ type: Input
2552
+ }], boxTypeContentPaddingTop: [{
2553
+ type: Input
2554
+ }], boxTypeUnderlineWidth: [{
2555
+ type: Input
2556
+ }], boxTypeUnderlineRippleWidth: [{
2557
+ type: Input
2558
+ }], boxTypeHoverUnderlineWidth: [{
2559
+ type: Input
2560
+ }], boxTypeUnderlineColor: [{
2561
+ type: Input
2562
+ }], boxTypeUnderlineRippleColor: [{
2563
+ type: Input
2564
+ }], boxTypeHoverUnderlineColor: [{
2565
+ type: Input
2566
+ }], boxTypeFocusUnderlineColor: [{
2567
+ type: Input
2568
+ }], boxTypeUnderlineOpacity: [{
2569
+ type: Input
2570
+ }], boxTypeHoverUnderlineOpacity: [{
2571
+ type: Input
2572
+ }], boxTypeFocusUnderlineOpacity: [{
2573
+ type: Input
2574
+ }], boxTypeFocusUnderlineRippleOpacity: [{
2575
+ type: Input
2576
+ }], boxTypeUnderlineRippleOpacity: [{
2577
+ type: Input
2578
+ }], boxTypeBackgroundColor: [{
2579
+ type: Input
2580
+ }], borderTypeBorderWidth: [{
2581
+ type: Input
2582
+ }], borderTypeFocusBorderWidth: [{
2583
+ type: Input
2584
+ }], borderTypeFocusBorderColor: [{
2585
+ type: Input
2586
+ }], borderTypeBorderColor: [{
2587
+ type: Input
2588
+ }], borderTypeCornerRadiusBottomRight: [{
2589
+ type: Input
2590
+ }], borderTypeCornerRadiusBottomLeft: [{
2591
+ type: Input
2592
+ }], borderTypeCornerRadiusTopLeft: [{
2593
+ type: Input
2594
+ }], borderTypeCornerRadiusTopRight: [{
2595
+ type: Input
2596
+ }], borderTypeContentPaddingBottom: [{
2597
+ type: Input
2598
+ }], borderTypeContentPaddingLeft: [{
2599
+ type: Input
2600
+ }], borderTypeContentPaddingRight: [{
2601
+ type: Input
2602
+ }], borderTypeContentPaddingTop: [{
2603
+ type: Input
2604
+ }], borderTypeUnderlineWidth: [{
2605
+ type: Input
2606
+ }], borderTypeUnderlineRippleWidth: [{
2607
+ type: Input
2608
+ }], borderTypeHoverUnderlineWidth: [{
2609
+ type: Input
2610
+ }], borderTypeUnderlineColor: [{
2611
+ type: Input
2612
+ }], borderTypeUnderlineRippleColor: [{
2613
+ type: Input
2614
+ }], borderTypeHoverUnderlineColor: [{
2615
+ type: Input
2616
+ }], borderTypeFocusUnderlineColor: [{
2617
+ type: Input
2618
+ }], borderTypeUnderlineOpacity: [{
2619
+ type: Input
2620
+ }], borderTypeHoverUnderlineOpacity: [{
2621
+ type: Input
2622
+ }], borderTypeFocusUnderlineOpacity: [{
2623
+ type: Input
2624
+ }], borderTypeFocusUnderlineRippleOpacity: [{
2625
+ type: Input
2626
+ }], borderTypeUnderlineRippleOpacity: [{
2627
+ type: Input
2628
+ }], borderTypeBackgroundColor: [{
2629
+ type: Input
2630
+ }], searchTypeBorderWidth: [{
2631
+ type: Input
2632
+ }], searchTypeFocusBorderWidth: [{
2633
+ type: Input
2634
+ }], searchTypeFocusBorderColor: [{
2635
+ type: Input
2636
+ }], searchTypeBorderColor: [{
2637
+ type: Input
2638
+ }], searchTypeCornerRadiusBottomRight: [{
2639
+ type: Input
2640
+ }], searchTypeCornerRadiusBottomLeft: [{
2641
+ type: Input
2642
+ }], searchTypeCornerRadiusTopLeft: [{
2643
+ type: Input
2644
+ }], searchTypeCornerRadiusTopRight: [{
2645
+ type: Input
2646
+ }], searchTypeContentPaddingBottom: [{
2647
+ type: Input
2648
+ }], searchTypeContentPaddingLeft: [{
2649
+ type: Input
2650
+ }], searchTypeContentPaddingRight: [{
2651
+ type: Input
2652
+ }], searchTypeContentPaddingTop: [{
2653
+ type: Input
2654
+ }], searchTypeUnderlineWidth: [{
2655
+ type: Input
2656
+ }], searchTypeUnderlineRippleWidth: [{
2657
+ type: Input
2658
+ }], searchTypeHoverUnderlineWidth: [{
2659
+ type: Input
2660
+ }], searchTypeUnderlineColor: [{
2661
+ type: Input
2662
+ }], searchTypeUnderlineRippleColor: [{
2663
+ type: Input
2664
+ }], searchTypeHoverUnderlineColor: [{
2665
+ type: Input
2666
+ }], searchTypeFocusUnderlineColor: [{
2667
+ type: Input
2668
+ }], searchTypeUnderlineOpacity: [{
2669
+ type: Input
2670
+ }], searchTypeHoverUnderlineOpacity: [{
2671
+ type: Input
2672
+ }], searchTypeFocusUnderlineOpacity: [{
2673
+ type: Input
2674
+ }], searchTypeFocusUnderlineRippleOpacity: [{
2675
+ type: Input
2676
+ }], searchTypeUnderlineRippleOpacity: [{
2677
+ type: Input
2678
+ }], searchTypeBackgroundColor: [{
2679
+ type: Input
2680
+ }], isExpanded: [{
2681
+ type: Input
2682
+ }], isHovered: [{
2683
+ type: Input
2684
+ }], isFocused: [{
2685
+ type: Input
2686
+ }], actualIsExpanded: [{
2687
+ type: Input
2688
+ }], focusBorderColor: [{
2689
+ type: Input
2690
+ }], id: [{
2691
+ type: HostBinding,
2692
+ args: ['attr.id']
2693
+ }, {
2694
+ type: Input
2695
+ }], disabled: [{
2696
+ type: Input
2697
+ }] } });