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,2046 @@
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
+ export let IgxXInputGroupComponent = /*@__PURE__*/ (() => {
16
+ class IgxXInputGroupComponent {
17
+ constructor(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
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, (c) => c.i, (i) => {
63
+ if (this._root && this._root.parentElement) {
64
+ i._styling(this._root, this, this);
65
+ }
66
+ }, (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
+ /**
75
+ * A collection or manually added axes for the chart.
76
+ */
77
+ get inputs() {
78
+ if (this._inputs === null) {
79
+ let coll = new IgxXInputGroupInputCollection();
80
+ let inner = coll._innerColl;
81
+ inner.addListener((sender, e) => {
82
+ switch (e.action) {
83
+ case NotifyCollectionChangedAction.Add:
84
+ this._inputsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
85
+ break;
86
+ case NotifyCollectionChangedAction.Remove:
87
+ this._inputsAdapter.removeManualItemAt(e.oldStartingIndex);
88
+ break;
89
+ case NotifyCollectionChangedAction.Replace:
90
+ this._inputsAdapter.removeManualItemAt(e.oldStartingIndex);
91
+ this._inputsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
92
+ break;
93
+ case NotifyCollectionChangedAction.Reset:
94
+ this._inputsAdapter.clearManualItems();
95
+ break;
96
+ }
97
+ });
98
+ this._inputs = coll;
99
+ }
100
+ return this._inputs;
101
+ }
102
+ // supports angular themes or custom properties set in CSS
103
+ updateStyle() {
104
+ this._styling(this._root, this);
105
+ }
106
+ ngOnDestroy() {
107
+ this._inputGroup.destroy();
108
+ this._wrapper.destroy();
109
+ }
110
+ ngAfterContentInit() {
111
+ this._inputsAdapter.updateQuery(this.contentInputs);
112
+ this._styling(this._root, this);
113
+ if (this.actualInputs && this.actualInputs.length > 0) {
114
+ var currInputs = this.actualInputs;
115
+ for (var i = 0; i < currInputs.length; i++) {
116
+ currInputs[i]._styling(this._root, this, this);
117
+ }
118
+ }
119
+ this.updateStyle();
120
+ }
121
+ ngAfterViewInit() {
122
+ this._portalManager.dynamicContent = this._dynamicContent;
123
+ this._portalManager.onChildContentChanged(this._childTemplateRef);
124
+ this.i.ensureShift();
125
+ }
126
+ createImplementation() {
127
+ return new XInputGroup();
128
+ }
129
+ get i() {
130
+ return this._implementation;
131
+ }
132
+ /**
133
+ * Gets or sets the display style to use for the button.
134
+ */
135
+ get displayType() {
136
+ return this.i.d;
137
+ }
138
+ set displayType(v) {
139
+ this.i.d = ensureEnum(InputGroupDisplayType_$type, v);
140
+ }
141
+ /**
142
+ * Gets or sets the display density to use for the input group.
143
+ */
144
+ get density() {
145
+ return this.i.t;
146
+ }
147
+ set density(v) {
148
+ this.i.t = ensureEnum(ControlDisplayDensity_$type, v);
149
+ }
150
+ /**
151
+ * Gets the actual display density to use for the input group.
152
+ */
153
+ get actualDensity() {
154
+ return this.i.s;
155
+ }
156
+ set actualDensity(v) {
157
+ this.i.s = ensureEnum(ControlDisplayDensity_$type, v);
158
+ }
159
+ /**
160
+ * Gets or sets the base built in theme to use for the label.
161
+ */
162
+ get baseTheme() {
163
+ return this.i.p;
164
+ }
165
+ set baseTheme(v) {
166
+ this.i.p = ensureEnum(BaseControlTheme_$type, v);
167
+ }
168
+ get inputHasValue() {
169
+ return this.i.al;
170
+ }
171
+ /**
172
+ * Gets the actual item background color.
173
+ */
174
+ get actualBorderColor() {
175
+ return brushToString(this.i.l6);
176
+ }
177
+ set actualBorderColor(v) {
178
+ this.i.l6 = stringToBrush(v);
179
+ }
180
+ /**
181
+ * Gets the actual item border color.
182
+ */
183
+ get actualFocusBorderColor() {
184
+ return brushToString(this.i.l7);
185
+ }
186
+ set actualFocusBorderColor(v) {
187
+ this.i.l7 = stringToBrush(v);
188
+ }
189
+ /**
190
+ * Gets the actual item border width.
191
+ */
192
+ get actualBorderWidth() {
193
+ return this.i.cg;
194
+ }
195
+ set actualBorderWidth(v) {
196
+ this.i.cg = +v;
197
+ }
198
+ /**
199
+ * Gets the actual item border width.
200
+ */
201
+ get actualFocusBorderWidth() {
202
+ return this.i.ch;
203
+ }
204
+ set actualFocusBorderWidth(v) {
205
+ this.i.ch = +v;
206
+ }
207
+ get actualCornerRadiusBottomRight() {
208
+ return this.i.ko ? this.i.ko.b : NaN;
209
+ }
210
+ set actualCornerRadiusBottomRight(v) {
211
+ this.ensureActualCornerRadius();
212
+ this.i.ko.b = +v;
213
+ this.i.ko = this.i.ko;
214
+ }
215
+ get actualCornerRadiusBottomLeft() {
216
+ return this.i.ko ? this.i.ko.a : NaN;
217
+ }
218
+ set actualCornerRadiusBottomLeft(v) {
219
+ this.ensureActualCornerRadius();
220
+ this.i.ko.a = +v;
221
+ this.i.ko = this.i.ko;
222
+ }
223
+ get actualCornerRadiusTopLeft() {
224
+ return this.i.ko ? this.i.ko.c : NaN;
225
+ }
226
+ set actualCornerRadiusTopLeft(v) {
227
+ this.ensureActualCornerRadius();
228
+ this.i.ko.c = +v;
229
+ this.i.ko = this.i.ko;
230
+ }
231
+ get actualCornerRadiusTopRight() {
232
+ return this.i.ko ? this.i.ko.d : NaN;
233
+ }
234
+ set actualCornerRadiusTopRight(v) {
235
+ this.ensureActualCornerRadius();
236
+ this.i.ko.d = +v;
237
+ this.i.ko = this.i.ko;
238
+ }
239
+ ensureActualCornerRadius() {
240
+ if (this.i.ko) {
241
+ return;
242
+ }
243
+ this.i.ko = new CornerRadius(2);
244
+ }
245
+ get actualContentPaddingBottom() {
246
+ return this.i.oe ? this.i.oe.bottom : NaN;
247
+ }
248
+ set actualContentPaddingBottom(v) {
249
+ this.ensureActualContentPadding();
250
+ this.i.oe.bottom = +v;
251
+ this.i.oe = this.i.oe;
252
+ }
253
+ get actualContentPaddingLeft() {
254
+ return this.i.oe ? this.i.oe.left : NaN;
255
+ }
256
+ set actualContentPaddingLeft(v) {
257
+ this.ensureActualContentPadding();
258
+ this.i.oe.left = +v;
259
+ this.i.oe = this.i.oe;
260
+ }
261
+ get actualContentPaddingRight() {
262
+ return this.i.oe ? this.i.oe.right : NaN;
263
+ }
264
+ set actualContentPaddingRight(v) {
265
+ this.ensureActualContentPadding();
266
+ this.i.oe.right = +v;
267
+ this.i.oe = this.i.oe;
268
+ }
269
+ get actualContentPaddingTop() {
270
+ return this.i.oe ? this.i.oe.top : NaN;
271
+ }
272
+ set actualContentPaddingTop(v) {
273
+ this.ensureActualContentPadding();
274
+ this.i.oe.top = +v;
275
+ this.i.oe = this.i.oe;
276
+ }
277
+ ensureActualContentPadding() {
278
+ if (this.i.oe) {
279
+ return;
280
+ }
281
+ this.i.oe = new Thickness(2);
282
+ }
283
+ /**
284
+ * Gets the actual width to use for the underline element.
285
+ */
286
+ get actualUnderlineWidth() {
287
+ return this.i.cp;
288
+ }
289
+ set actualUnderlineWidth(v) {
290
+ this.i.cp = +v;
291
+ }
292
+ /**
293
+ * Gets the actual width to use for the underline element.
294
+ */
295
+ get actualUnderlineRippleWidth() {
296
+ return this.i.co;
297
+ }
298
+ set actualUnderlineRippleWidth(v) {
299
+ this.i.co = +v;
300
+ }
301
+ /**
302
+ * Gets the width to use for the underline element when hovered.
303
+ */
304
+ get actualHoverUnderlineWidth() {
305
+ return this.i.cl;
306
+ }
307
+ set actualHoverUnderlineWidth(v) {
308
+ this.i.cl = +v;
309
+ }
310
+ /**
311
+ * Gets the actual color to use for the underline element.
312
+ */
313
+ get actualUnderlineColor() {
314
+ return brushToString(this.i.ma);
315
+ }
316
+ set actualUnderlineColor(v) {
317
+ this.i.ma = stringToBrush(v);
318
+ }
319
+ /**
320
+ * Gets the actual color to use for the underline ripple element.
321
+ */
322
+ get actualUnderlineRippleColor() {
323
+ return brushToString(this.i.mb);
324
+ }
325
+ set actualUnderlineRippleColor(v) {
326
+ this.i.mb = stringToBrush(v);
327
+ }
328
+ /**
329
+ * Gets the actual color to use for the underline element.
330
+ */
331
+ get actualHoverUnderlineColor() {
332
+ return brushToString(this.i.l9);
333
+ }
334
+ set actualHoverUnderlineColor(v) {
335
+ this.i.l9 = stringToBrush(v);
336
+ }
337
+ /**
338
+ * Gets the actual color to use for the underline element when focused.
339
+ */
340
+ get actualFocusUnderlineColor() {
341
+ return brushToString(this.i.l8);
342
+ }
343
+ set actualFocusUnderlineColor(v) {
344
+ this.i.l8 = stringToBrush(v);
345
+ }
346
+ /**
347
+ * Gets the actual opacity to use for the underline element.
348
+ */
349
+ get actualUnderlineOpacity() {
350
+ return this.i.cm;
351
+ }
352
+ set actualUnderlineOpacity(v) {
353
+ this.i.cm = +v;
354
+ }
355
+ /**
356
+ * Gets the actual opacity to use for the underline element when hovered.
357
+ */
358
+ get actualHoverUnderlineOpacity() {
359
+ return this.i.ck;
360
+ }
361
+ set actualHoverUnderlineOpacity(v) {
362
+ this.i.ck = +v;
363
+ }
364
+ /**
365
+ * Gets the actual opacity to use for the underline element when focused.
366
+ */
367
+ get actualFocusUnderlineOpacity() {
368
+ return this.i.ci;
369
+ }
370
+ set actualFocusUnderlineOpacity(v) {
371
+ this.i.ci = +v;
372
+ }
373
+ /**
374
+ * Gets the actual opacity to use for the underline ripple element when focused.
375
+ */
376
+ get actualFocusUnderlineRippleOpacity() {
377
+ return this.i.cj;
378
+ }
379
+ set actualFocusUnderlineRippleOpacity(v) {
380
+ this.i.cj = +v;
381
+ }
382
+ /**
383
+ * Gets the actual opacity to use for the underline ripple element.
384
+ */
385
+ get actualUnderlineRippleOpacity() {
386
+ return this.i.cn;
387
+ }
388
+ set actualUnderlineRippleOpacity(v) {
389
+ this.i.cn = +v;
390
+ }
391
+ /**
392
+ * Gets the actual opacity to use for the underline ripple element.
393
+ */
394
+ get actualBackgroundColor() {
395
+ return brushToString(this.i.l5);
396
+ }
397
+ set actualBackgroundColor(v) {
398
+ this.i.l5 = stringToBrush(v);
399
+ }
400
+ /**
401
+ * Gets or sets the border width to use for the border of the item group.
402
+ */
403
+ get borderWidth() {
404
+ return this.i.c0;
405
+ }
406
+ set borderWidth(v) {
407
+ this.i.c0 = +v;
408
+ }
409
+ /**
410
+ * Gets or sets the border width to use for the border of the item group when focused.
411
+ */
412
+ get focusBorderWidth() {
413
+ return this.i.eg;
414
+ }
415
+ set focusBorderWidth(v) {
416
+ this.i.eg = +v;
417
+ }
418
+ /**
419
+ * Gets or sets the color to use the border of the input group.
420
+ */
421
+ get borderColor() {
422
+ return brushToString(this.i.md);
423
+ }
424
+ set borderColor(v) {
425
+ this.i.md = stringToBrush(v);
426
+ }
427
+ get cornerRadiusBottomRight() {
428
+ return this.i.ks ? this.i.ks.b : NaN;
429
+ }
430
+ set cornerRadiusBottomRight(v) {
431
+ this.ensureCornerRadius();
432
+ this.i.ks.b = +v;
433
+ this.i.ks = this.i.ks;
434
+ }
435
+ get cornerRadiusBottomLeft() {
436
+ return this.i.ks ? this.i.ks.a : NaN;
437
+ }
438
+ set cornerRadiusBottomLeft(v) {
439
+ this.ensureCornerRadius();
440
+ this.i.ks.a = +v;
441
+ this.i.ks = this.i.ks;
442
+ }
443
+ get cornerRadiusTopLeft() {
444
+ return this.i.ks ? this.i.ks.c : NaN;
445
+ }
446
+ set cornerRadiusTopLeft(v) {
447
+ this.ensureCornerRadius();
448
+ this.i.ks.c = +v;
449
+ this.i.ks = this.i.ks;
450
+ }
451
+ get cornerRadiusTopRight() {
452
+ return this.i.ks ? this.i.ks.d : NaN;
453
+ }
454
+ set cornerRadiusTopRight(v) {
455
+ this.ensureCornerRadius();
456
+ this.i.ks.d = +v;
457
+ this.i.ks = this.i.ks;
458
+ }
459
+ ensureCornerRadius() {
460
+ if (this.i.ks) {
461
+ return;
462
+ }
463
+ this.i.ks = new CornerRadius(2);
464
+ }
465
+ get contentPaddingBottom() {
466
+ return this.i.oi ? this.i.oi.bottom : NaN;
467
+ }
468
+ set contentPaddingBottom(v) {
469
+ this.ensureContentPadding();
470
+ this.i.oi.bottom = +v;
471
+ this.i.oi = this.i.oi;
472
+ }
473
+ get contentPaddingLeft() {
474
+ return this.i.oi ? this.i.oi.left : NaN;
475
+ }
476
+ set contentPaddingLeft(v) {
477
+ this.ensureContentPadding();
478
+ this.i.oi.left = +v;
479
+ this.i.oi = this.i.oi;
480
+ }
481
+ get contentPaddingRight() {
482
+ return this.i.oi ? this.i.oi.right : NaN;
483
+ }
484
+ set contentPaddingRight(v) {
485
+ this.ensureContentPadding();
486
+ this.i.oi.right = +v;
487
+ this.i.oi = this.i.oi;
488
+ }
489
+ get contentPaddingTop() {
490
+ return this.i.oi ? this.i.oi.top : NaN;
491
+ }
492
+ set contentPaddingTop(v) {
493
+ this.ensureContentPadding();
494
+ this.i.oi.top = +v;
495
+ this.i.oi = this.i.oi;
496
+ }
497
+ ensureContentPadding() {
498
+ if (this.i.oi) {
499
+ return;
500
+ }
501
+ this.i.oi = new Thickness(2);
502
+ }
503
+ /**
504
+ * Gets or sets the width to use for the underline element.
505
+ */
506
+ get underlineWidth() {
507
+ return this.i.e8;
508
+ }
509
+ set underlineWidth(v) {
510
+ this.i.e8 = +v;
511
+ }
512
+ /**
513
+ * Gets or sets the width to use for the underline element.
514
+ */
515
+ get underlineRippleWidth() {
516
+ return this.i.e7;
517
+ }
518
+ set underlineRippleWidth(v) {
519
+ this.i.e7 = +v;
520
+ }
521
+ /**
522
+ * Gets or sets the width to use for the underline element when hovered.
523
+ */
524
+ get hoverUnderlineWidth() {
525
+ return this.i.ek;
526
+ }
527
+ set hoverUnderlineWidth(v) {
528
+ this.i.ek = +v;
529
+ }
530
+ /**
531
+ * Gets or sets the color to use for the underline element.
532
+ */
533
+ get underlineColor() {
534
+ return brushToString(this.i.n6);
535
+ }
536
+ set underlineColor(v) {
537
+ this.i.n6 = stringToBrush(v);
538
+ }
539
+ /**
540
+ * Gets or sets the color to use for the underline ripple element.
541
+ */
542
+ get underlineRippleColor() {
543
+ return brushToString(this.i.n7);
544
+ }
545
+ set underlineRippleColor(v) {
546
+ this.i.n7 = stringToBrush(v);
547
+ }
548
+ /**
549
+ * Gets or sets the color to use for the underline element.
550
+ */
551
+ get hoverUnderlineColor() {
552
+ return brushToString(this.i.nq);
553
+ }
554
+ set hoverUnderlineColor(v) {
555
+ this.i.nq = stringToBrush(v);
556
+ }
557
+ /**
558
+ * Gets or sets the color to use for the underline element.
559
+ */
560
+ get focusUnderlineColor() {
561
+ return brushToString(this.i.np);
562
+ }
563
+ set focusUnderlineColor(v) {
564
+ this.i.np = stringToBrush(v);
565
+ }
566
+ /**
567
+ * Gets or sets the color to use for the underline element.
568
+ */
569
+ get underlineOpacity() {
570
+ return this.i.e5;
571
+ }
572
+ set underlineOpacity(v) {
573
+ this.i.e5 = +v;
574
+ }
575
+ /**
576
+ * Gets or sets the color to use for the underline element.
577
+ */
578
+ get hoverUnderlineOpacity() {
579
+ return this.i.ej;
580
+ }
581
+ set hoverUnderlineOpacity(v) {
582
+ this.i.ej = +v;
583
+ }
584
+ /**
585
+ * Gets or sets the color to use for the underline element.
586
+ */
587
+ get focusUnderlineOpacity() {
588
+ return this.i.eh;
589
+ }
590
+ set focusUnderlineOpacity(v) {
591
+ this.i.eh = +v;
592
+ }
593
+ /**
594
+ * Gets or sets the opacity to use for the underline ripple element when focused.
595
+ */
596
+ get focusUnderlineRippleOpacity() {
597
+ return this.i.ei;
598
+ }
599
+ set focusUnderlineRippleOpacity(v) {
600
+ this.i.ei = +v;
601
+ }
602
+ /**
603
+ * Gets or sets the opacity to use for the underline ripple element.
604
+ */
605
+ get underlineRippleOpacity() {
606
+ return this.i.e6;
607
+ }
608
+ set underlineRippleOpacity(v) {
609
+ this.i.e6 = +v;
610
+ }
611
+ /**
612
+ * Gets or sets the background color to use for the input group.
613
+ */
614
+ get backgroundColor() {
615
+ return brushToString(this.i.mc);
616
+ }
617
+ set backgroundColor(v) {
618
+ this.i.mc = stringToBrush(v);
619
+ }
620
+ /**
621
+ * Gets or sets the border width to use for the border of the item group when using type line.
622
+ */
623
+ get lineTypeBorderWidth() {
624
+ return this.i.el;
625
+ }
626
+ set lineTypeBorderWidth(v) {
627
+ this.i.el = +v;
628
+ }
629
+ /**
630
+ * Gets or sets the border width to use for the border of the item group when focused when type is line.
631
+ */
632
+ get lineTypeFocusBorderWidth() {
633
+ return this.i.em;
634
+ }
635
+ set lineTypeFocusBorderWidth(v) {
636
+ this.i.em = +v;
637
+ }
638
+ /**
639
+ * Gets or sets the focus color to use the border of the input group when type is line.
640
+ */
641
+ get lineTypeFocusBorderColor() {
642
+ return brushToString(this.i.nt);
643
+ }
644
+ set lineTypeFocusBorderColor(v) {
645
+ this.i.nt = stringToBrush(v);
646
+ }
647
+ /**
648
+ * Gets or sets the color to use the border of the input group when type is line.
649
+ */
650
+ get lineTypeBorderColor() {
651
+ return brushToString(this.i.ns);
652
+ }
653
+ set lineTypeBorderColor(v) {
654
+ this.i.ns = stringToBrush(v);
655
+ }
656
+ get lineTypeCornerRadiusBottomRight() {
657
+ return this.i.kx ? this.i.kx.b : NaN;
658
+ }
659
+ set lineTypeCornerRadiusBottomRight(v) {
660
+ this.ensureLineTypeCornerRadius();
661
+ this.i.kx.b = +v;
662
+ this.i.kx = this.i.kx;
663
+ }
664
+ get lineTypeCornerRadiusBottomLeft() {
665
+ return this.i.kx ? this.i.kx.a : NaN;
666
+ }
667
+ set lineTypeCornerRadiusBottomLeft(v) {
668
+ this.ensureLineTypeCornerRadius();
669
+ this.i.kx.a = +v;
670
+ this.i.kx = this.i.kx;
671
+ }
672
+ get lineTypeCornerRadiusTopLeft() {
673
+ return this.i.kx ? this.i.kx.c : NaN;
674
+ }
675
+ set lineTypeCornerRadiusTopLeft(v) {
676
+ this.ensureLineTypeCornerRadius();
677
+ this.i.kx.c = +v;
678
+ this.i.kx = this.i.kx;
679
+ }
680
+ get lineTypeCornerRadiusTopRight() {
681
+ return this.i.kx ? this.i.kx.d : NaN;
682
+ }
683
+ set lineTypeCornerRadiusTopRight(v) {
684
+ this.ensureLineTypeCornerRadius();
685
+ this.i.kx.d = +v;
686
+ this.i.kx = this.i.kx;
687
+ }
688
+ ensureLineTypeCornerRadius() {
689
+ if (this.i.kx) {
690
+ return;
691
+ }
692
+ this.i.kx = new CornerRadius(2);
693
+ }
694
+ get lineTypeContentPaddingBottom() {
695
+ return this.i.on ? this.i.on.bottom : NaN;
696
+ }
697
+ set lineTypeContentPaddingBottom(v) {
698
+ this.ensureLineTypeContentPadding();
699
+ this.i.on.bottom = +v;
700
+ this.i.on = this.i.on;
701
+ }
702
+ get lineTypeContentPaddingLeft() {
703
+ return this.i.on ? this.i.on.left : NaN;
704
+ }
705
+ set lineTypeContentPaddingLeft(v) {
706
+ this.ensureLineTypeContentPadding();
707
+ this.i.on.left = +v;
708
+ this.i.on = this.i.on;
709
+ }
710
+ get lineTypeContentPaddingRight() {
711
+ return this.i.on ? this.i.on.right : NaN;
712
+ }
713
+ set lineTypeContentPaddingRight(v) {
714
+ this.ensureLineTypeContentPadding();
715
+ this.i.on.right = +v;
716
+ this.i.on = this.i.on;
717
+ }
718
+ get lineTypeContentPaddingTop() {
719
+ return this.i.on ? this.i.on.top : NaN;
720
+ }
721
+ set lineTypeContentPaddingTop(v) {
722
+ this.ensureLineTypeContentPadding();
723
+ this.i.on.top = +v;
724
+ this.i.on = this.i.on;
725
+ }
726
+ ensureLineTypeContentPadding() {
727
+ if (this.i.on) {
728
+ return;
729
+ }
730
+ this.i.on = new Thickness(2);
731
+ }
732
+ /**
733
+ * Gets or sets the width to use for the underline element when type is line.
734
+ */
735
+ get lineTypeUnderlineWidth() {
736
+ return this.i.eu;
737
+ }
738
+ set lineTypeUnderlineWidth(v) {
739
+ this.i.eu = +v;
740
+ }
741
+ /**
742
+ * Gets or sets the width to use for the underline element when type is line.
743
+ */
744
+ get lineTypeUnderlineRippleWidth() {
745
+ return this.i.et;
746
+ }
747
+ set lineTypeUnderlineRippleWidth(v) {
748
+ this.i.et = +v;
749
+ }
750
+ /**
751
+ * Gets or sets the width to use for the underline element when hovered when type is line.
752
+ */
753
+ get lineTypeHoverUnderlineWidth() {
754
+ return this.i.eq;
755
+ }
756
+ set lineTypeHoverUnderlineWidth(v) {
757
+ this.i.eq = +v;
758
+ }
759
+ /**
760
+ * Gets or sets the color to use for the underline element when type is line.
761
+ */
762
+ get lineTypeUnderlineColor() {
763
+ return brushToString(this.i.nw);
764
+ }
765
+ set lineTypeUnderlineColor(v) {
766
+ this.i.nw = stringToBrush(v);
767
+ }
768
+ /**
769
+ * Gets or sets the color to use for the underline ripple element when type is line.
770
+ */
771
+ get lineTypeUnderlineRippleColor() {
772
+ return brushToString(this.i.nx);
773
+ }
774
+ set lineTypeUnderlineRippleColor(v) {
775
+ this.i.nx = stringToBrush(v);
776
+ }
777
+ /**
778
+ * Gets or sets the color to use for the underline element when type is line.
779
+ */
780
+ get lineTypeHoverUnderlineColor() {
781
+ return brushToString(this.i.nv);
782
+ }
783
+ set lineTypeHoverUnderlineColor(v) {
784
+ this.i.nv = stringToBrush(v);
785
+ }
786
+ /**
787
+ * Gets or sets the color to use for the underline element when type is line.
788
+ */
789
+ get lineTypeFocusUnderlineColor() {
790
+ return brushToString(this.i.nu);
791
+ }
792
+ set lineTypeFocusUnderlineColor(v) {
793
+ this.i.nu = stringToBrush(v);
794
+ }
795
+ /**
796
+ * Gets or sets the color to use for the underline element when type is line.
797
+ */
798
+ get lineTypeUnderlineOpacity() {
799
+ return this.i.er;
800
+ }
801
+ set lineTypeUnderlineOpacity(v) {
802
+ this.i.er = +v;
803
+ }
804
+ /**
805
+ * Gets or sets the color to use for the underline element when type is line.
806
+ */
807
+ get lineTypeHoverUnderlineOpacity() {
808
+ return this.i.ep;
809
+ }
810
+ set lineTypeHoverUnderlineOpacity(v) {
811
+ this.i.ep = +v;
812
+ }
813
+ /**
814
+ * Gets or sets the color to use for the underline element when type is line.
815
+ */
816
+ get lineTypeFocusUnderlineOpacity() {
817
+ return this.i.en;
818
+ }
819
+ set lineTypeFocusUnderlineOpacity(v) {
820
+ this.i.en = +v;
821
+ }
822
+ /**
823
+ * Gets or sets the opacity to use for the underline ripple element when focused when type is line.
824
+ */
825
+ get lineTypeFocusUnderlineRippleOpacity() {
826
+ return this.i.eo;
827
+ }
828
+ set lineTypeFocusUnderlineRippleOpacity(v) {
829
+ this.i.eo = +v;
830
+ }
831
+ /**
832
+ * Gets or sets the opacity to use for the underline ripple element when type is line.
833
+ */
834
+ get lineTypeUnderlineRippleOpacity() {
835
+ return this.i.es;
836
+ }
837
+ set lineTypeUnderlineRippleOpacity(v) {
838
+ this.i.es = +v;
839
+ }
840
+ /**
841
+ * Gets or sets the background color to use for the input group when type is line.
842
+ */
843
+ get lineTypeBackgroundColor() {
844
+ return brushToString(this.i.nr);
845
+ }
846
+ set lineTypeBackgroundColor(v) {
847
+ this.i.nr = stringToBrush(v);
848
+ }
849
+ /**
850
+ * Gets or sets the border width to use for the border of the item group when using type line.
851
+ */
852
+ get boxTypeBorderWidth() {
853
+ return this.i.c1;
854
+ }
855
+ set boxTypeBorderWidth(v) {
856
+ this.i.c1 = +v;
857
+ }
858
+ /**
859
+ * Gets or sets the border width to use for the border of the item group when focused when type is box.
860
+ */
861
+ get boxTypeFocusBorderWidth() {
862
+ return this.i.c2;
863
+ }
864
+ set boxTypeFocusBorderWidth(v) {
865
+ this.i.c2 = +v;
866
+ }
867
+ /**
868
+ * Gets or sets the focus color to use the border of the input group when type is box.
869
+ */
870
+ get boxTypeFocusBorderColor() {
871
+ return brushToString(this.i.mn);
872
+ }
873
+ set boxTypeFocusBorderColor(v) {
874
+ this.i.mn = stringToBrush(v);
875
+ }
876
+ /**
877
+ * Gets or sets the color to use the border of the input group when type is box.
878
+ */
879
+ get boxTypeBorderColor() {
880
+ return brushToString(this.i.mm);
881
+ }
882
+ set boxTypeBorderColor(v) {
883
+ this.i.mm = stringToBrush(v);
884
+ }
885
+ get boxTypeCornerRadiusBottomRight() {
886
+ return this.i.kq ? this.i.kq.b : NaN;
887
+ }
888
+ set boxTypeCornerRadiusBottomRight(v) {
889
+ this.ensureBoxTypeCornerRadius();
890
+ this.i.kq.b = +v;
891
+ this.i.kq = this.i.kq;
892
+ }
893
+ get boxTypeCornerRadiusBottomLeft() {
894
+ return this.i.kq ? this.i.kq.a : NaN;
895
+ }
896
+ set boxTypeCornerRadiusBottomLeft(v) {
897
+ this.ensureBoxTypeCornerRadius();
898
+ this.i.kq.a = +v;
899
+ this.i.kq = this.i.kq;
900
+ }
901
+ get boxTypeCornerRadiusTopLeft() {
902
+ return this.i.kq ? this.i.kq.c : NaN;
903
+ }
904
+ set boxTypeCornerRadiusTopLeft(v) {
905
+ this.ensureBoxTypeCornerRadius();
906
+ this.i.kq.c = +v;
907
+ this.i.kq = this.i.kq;
908
+ }
909
+ get boxTypeCornerRadiusTopRight() {
910
+ return this.i.kq ? this.i.kq.d : NaN;
911
+ }
912
+ set boxTypeCornerRadiusTopRight(v) {
913
+ this.ensureBoxTypeCornerRadius();
914
+ this.i.kq.d = +v;
915
+ this.i.kq = this.i.kq;
916
+ }
917
+ ensureBoxTypeCornerRadius() {
918
+ if (this.i.kq) {
919
+ return;
920
+ }
921
+ this.i.kq = new CornerRadius(2);
922
+ }
923
+ get boxTypeContentPaddingBottom() {
924
+ return this.i.og ? this.i.og.bottom : NaN;
925
+ }
926
+ set boxTypeContentPaddingBottom(v) {
927
+ this.ensureBoxTypeContentPadding();
928
+ this.i.og.bottom = +v;
929
+ this.i.og = this.i.og;
930
+ }
931
+ get boxTypeContentPaddingLeft() {
932
+ return this.i.og ? this.i.og.left : NaN;
933
+ }
934
+ set boxTypeContentPaddingLeft(v) {
935
+ this.ensureBoxTypeContentPadding();
936
+ this.i.og.left = +v;
937
+ this.i.og = this.i.og;
938
+ }
939
+ get boxTypeContentPaddingRight() {
940
+ return this.i.og ? this.i.og.right : NaN;
941
+ }
942
+ set boxTypeContentPaddingRight(v) {
943
+ this.ensureBoxTypeContentPadding();
944
+ this.i.og.right = +v;
945
+ this.i.og = this.i.og;
946
+ }
947
+ get boxTypeContentPaddingTop() {
948
+ return this.i.og ? this.i.og.top : NaN;
949
+ }
950
+ set boxTypeContentPaddingTop(v) {
951
+ this.ensureBoxTypeContentPadding();
952
+ this.i.og.top = +v;
953
+ this.i.og = this.i.og;
954
+ }
955
+ ensureBoxTypeContentPadding() {
956
+ if (this.i.og) {
957
+ return;
958
+ }
959
+ this.i.og = new Thickness(2);
960
+ }
961
+ /**
962
+ * Gets or sets the width to use for the underline element when type is box.
963
+ */
964
+ get boxTypeUnderlineWidth() {
965
+ return this.i.da;
966
+ }
967
+ set boxTypeUnderlineWidth(v) {
968
+ this.i.da = +v;
969
+ }
970
+ /**
971
+ * Gets or sets the width to use for the underline element when type is box.
972
+ */
973
+ get boxTypeUnderlineRippleWidth() {
974
+ return this.i.c9;
975
+ }
976
+ set boxTypeUnderlineRippleWidth(v) {
977
+ this.i.c9 = +v;
978
+ }
979
+ /**
980
+ * Gets or sets the width to use for the underline element when hovered when type is box.
981
+ */
982
+ get boxTypeHoverUnderlineWidth() {
983
+ return this.i.c6;
984
+ }
985
+ set boxTypeHoverUnderlineWidth(v) {
986
+ this.i.c6 = +v;
987
+ }
988
+ /**
989
+ * Gets or sets the color to use for the underline element when type is box.
990
+ */
991
+ get boxTypeUnderlineColor() {
992
+ return brushToString(this.i.mq);
993
+ }
994
+ set boxTypeUnderlineColor(v) {
995
+ this.i.mq = stringToBrush(v);
996
+ }
997
+ /**
998
+ * Gets or sets the color to use for the underline ripple element when type is box.
999
+ */
1000
+ get boxTypeUnderlineRippleColor() {
1001
+ return brushToString(this.i.mr);
1002
+ }
1003
+ set boxTypeUnderlineRippleColor(v) {
1004
+ this.i.mr = stringToBrush(v);
1005
+ }
1006
+ /**
1007
+ * Gets or sets the color to use for the underline element when type is box.
1008
+ */
1009
+ get boxTypeHoverUnderlineColor() {
1010
+ return brushToString(this.i.mp);
1011
+ }
1012
+ set boxTypeHoverUnderlineColor(v) {
1013
+ this.i.mp = stringToBrush(v);
1014
+ }
1015
+ /**
1016
+ * Gets or sets the color to use for the underline element when type is box.
1017
+ */
1018
+ get boxTypeFocusUnderlineColor() {
1019
+ return brushToString(this.i.mo);
1020
+ }
1021
+ set boxTypeFocusUnderlineColor(v) {
1022
+ this.i.mo = stringToBrush(v);
1023
+ }
1024
+ /**
1025
+ * Gets or sets the color to use for the underline element when type is box.
1026
+ */
1027
+ get boxTypeUnderlineOpacity() {
1028
+ return this.i.c7;
1029
+ }
1030
+ set boxTypeUnderlineOpacity(v) {
1031
+ this.i.c7 = +v;
1032
+ }
1033
+ /**
1034
+ * Gets or sets the color to use for the underline element when type is box.
1035
+ */
1036
+ get boxTypeHoverUnderlineOpacity() {
1037
+ return this.i.c5;
1038
+ }
1039
+ set boxTypeHoverUnderlineOpacity(v) {
1040
+ this.i.c5 = +v;
1041
+ }
1042
+ /**
1043
+ * Gets or sets the color to use for the underline element when type is box.
1044
+ */
1045
+ get boxTypeFocusUnderlineOpacity() {
1046
+ return this.i.c3;
1047
+ }
1048
+ set boxTypeFocusUnderlineOpacity(v) {
1049
+ this.i.c3 = +v;
1050
+ }
1051
+ /**
1052
+ * Gets or sets the opacity to use for the underline ripple element when focused when type is box.
1053
+ */
1054
+ get boxTypeFocusUnderlineRippleOpacity() {
1055
+ return this.i.c4;
1056
+ }
1057
+ set boxTypeFocusUnderlineRippleOpacity(v) {
1058
+ this.i.c4 = +v;
1059
+ }
1060
+ /**
1061
+ * Gets or sets the opacity to use for the underline ripple element when type is box.
1062
+ */
1063
+ get boxTypeUnderlineRippleOpacity() {
1064
+ return this.i.c8;
1065
+ }
1066
+ set boxTypeUnderlineRippleOpacity(v) {
1067
+ this.i.c8 = +v;
1068
+ }
1069
+ /**
1070
+ * Gets or sets the background color to use for the input group when type is box.
1071
+ */
1072
+ get boxTypeBackgroundColor() {
1073
+ return brushToString(this.i.ml);
1074
+ }
1075
+ set boxTypeBackgroundColor(v) {
1076
+ this.i.ml = stringToBrush(v);
1077
+ }
1078
+ /**
1079
+ * Gets or sets the border width to use for the border of the item group when using type line.
1080
+ */
1081
+ get borderTypeBorderWidth() {
1082
+ return this.i.cq;
1083
+ }
1084
+ set borderTypeBorderWidth(v) {
1085
+ this.i.cq = +v;
1086
+ }
1087
+ /**
1088
+ * Gets or sets the border width to use for the border of the item group when focused when type is border.
1089
+ */
1090
+ get borderTypeFocusBorderWidth() {
1091
+ return this.i.cr;
1092
+ }
1093
+ set borderTypeFocusBorderWidth(v) {
1094
+ this.i.cr = +v;
1095
+ }
1096
+ /**
1097
+ * Gets or sets the focus color to use the border of the input group when type is border.
1098
+ */
1099
+ get borderTypeFocusBorderColor() {
1100
+ return brushToString(this.i.mg);
1101
+ }
1102
+ set borderTypeFocusBorderColor(v) {
1103
+ this.i.mg = stringToBrush(v);
1104
+ }
1105
+ /**
1106
+ * Gets or sets the color to use the border of the input group when type is border.
1107
+ */
1108
+ get borderTypeBorderColor() {
1109
+ return brushToString(this.i.mf);
1110
+ }
1111
+ set borderTypeBorderColor(v) {
1112
+ this.i.mf = stringToBrush(v);
1113
+ }
1114
+ get borderTypeCornerRadiusBottomRight() {
1115
+ return this.i.kp ? this.i.kp.b : NaN;
1116
+ }
1117
+ set borderTypeCornerRadiusBottomRight(v) {
1118
+ this.ensureBorderTypeCornerRadius();
1119
+ this.i.kp.b = +v;
1120
+ this.i.kp = this.i.kp;
1121
+ }
1122
+ get borderTypeCornerRadiusBottomLeft() {
1123
+ return this.i.kp ? this.i.kp.a : NaN;
1124
+ }
1125
+ set borderTypeCornerRadiusBottomLeft(v) {
1126
+ this.ensureBorderTypeCornerRadius();
1127
+ this.i.kp.a = +v;
1128
+ this.i.kp = this.i.kp;
1129
+ }
1130
+ get borderTypeCornerRadiusTopLeft() {
1131
+ return this.i.kp ? this.i.kp.c : NaN;
1132
+ }
1133
+ set borderTypeCornerRadiusTopLeft(v) {
1134
+ this.ensureBorderTypeCornerRadius();
1135
+ this.i.kp.c = +v;
1136
+ this.i.kp = this.i.kp;
1137
+ }
1138
+ get borderTypeCornerRadiusTopRight() {
1139
+ return this.i.kp ? this.i.kp.d : NaN;
1140
+ }
1141
+ set borderTypeCornerRadiusTopRight(v) {
1142
+ this.ensureBorderTypeCornerRadius();
1143
+ this.i.kp.d = +v;
1144
+ this.i.kp = this.i.kp;
1145
+ }
1146
+ ensureBorderTypeCornerRadius() {
1147
+ if (this.i.kp) {
1148
+ return;
1149
+ }
1150
+ this.i.kp = new CornerRadius(2);
1151
+ }
1152
+ get borderTypeContentPaddingBottom() {
1153
+ return this.i.of ? this.i.of.bottom : NaN;
1154
+ }
1155
+ set borderTypeContentPaddingBottom(v) {
1156
+ this.ensureBorderTypeContentPadding();
1157
+ this.i.of.bottom = +v;
1158
+ this.i.of = this.i.of;
1159
+ }
1160
+ get borderTypeContentPaddingLeft() {
1161
+ return this.i.of ? this.i.of.left : NaN;
1162
+ }
1163
+ set borderTypeContentPaddingLeft(v) {
1164
+ this.ensureBorderTypeContentPadding();
1165
+ this.i.of.left = +v;
1166
+ this.i.of = this.i.of;
1167
+ }
1168
+ get borderTypeContentPaddingRight() {
1169
+ return this.i.of ? this.i.of.right : NaN;
1170
+ }
1171
+ set borderTypeContentPaddingRight(v) {
1172
+ this.ensureBorderTypeContentPadding();
1173
+ this.i.of.right = +v;
1174
+ this.i.of = this.i.of;
1175
+ }
1176
+ get borderTypeContentPaddingTop() {
1177
+ return this.i.of ? this.i.of.top : NaN;
1178
+ }
1179
+ set borderTypeContentPaddingTop(v) {
1180
+ this.ensureBorderTypeContentPadding();
1181
+ this.i.of.top = +v;
1182
+ this.i.of = this.i.of;
1183
+ }
1184
+ ensureBorderTypeContentPadding() {
1185
+ if (this.i.of) {
1186
+ return;
1187
+ }
1188
+ this.i.of = new Thickness(2);
1189
+ }
1190
+ /**
1191
+ * Gets or sets the width to use for the underline element when type is border.
1192
+ */
1193
+ get borderTypeUnderlineWidth() {
1194
+ return this.i.cz;
1195
+ }
1196
+ set borderTypeUnderlineWidth(v) {
1197
+ this.i.cz = +v;
1198
+ }
1199
+ /**
1200
+ * Gets or sets the width to use for the underline element when type is border.
1201
+ */
1202
+ get borderTypeUnderlineRippleWidth() {
1203
+ return this.i.cy;
1204
+ }
1205
+ set borderTypeUnderlineRippleWidth(v) {
1206
+ this.i.cy = +v;
1207
+ }
1208
+ /**
1209
+ * Gets or sets the width to use for the underline element when hovered when type is border.
1210
+ */
1211
+ get borderTypeHoverUnderlineWidth() {
1212
+ return this.i.cv;
1213
+ }
1214
+ set borderTypeHoverUnderlineWidth(v) {
1215
+ this.i.cv = +v;
1216
+ }
1217
+ /**
1218
+ * Gets or sets the color to use for the underline element when type is border.
1219
+ */
1220
+ get borderTypeUnderlineColor() {
1221
+ return brushToString(this.i.mj);
1222
+ }
1223
+ set borderTypeUnderlineColor(v) {
1224
+ this.i.mj = stringToBrush(v);
1225
+ }
1226
+ /**
1227
+ * Gets or sets the color to use for the underline ripple element when type is border.
1228
+ */
1229
+ get borderTypeUnderlineRippleColor() {
1230
+ return brushToString(this.i.mk);
1231
+ }
1232
+ set borderTypeUnderlineRippleColor(v) {
1233
+ this.i.mk = stringToBrush(v);
1234
+ }
1235
+ /**
1236
+ * Gets or sets the color to use for the underline element when type is border.
1237
+ */
1238
+ get borderTypeHoverUnderlineColor() {
1239
+ return brushToString(this.i.mi);
1240
+ }
1241
+ set borderTypeHoverUnderlineColor(v) {
1242
+ this.i.mi = stringToBrush(v);
1243
+ }
1244
+ /**
1245
+ * Gets or sets the color to use for the underline element when type is border.
1246
+ */
1247
+ get borderTypeFocusUnderlineColor() {
1248
+ return brushToString(this.i.mh);
1249
+ }
1250
+ set borderTypeFocusUnderlineColor(v) {
1251
+ this.i.mh = stringToBrush(v);
1252
+ }
1253
+ /**
1254
+ * Gets or sets the color to use for the underline element when type is border.
1255
+ */
1256
+ get borderTypeUnderlineOpacity() {
1257
+ return this.i.cw;
1258
+ }
1259
+ set borderTypeUnderlineOpacity(v) {
1260
+ this.i.cw = +v;
1261
+ }
1262
+ /**
1263
+ * Gets or sets the color to use for the underline element when type is border.
1264
+ */
1265
+ get borderTypeHoverUnderlineOpacity() {
1266
+ return this.i.cu;
1267
+ }
1268
+ set borderTypeHoverUnderlineOpacity(v) {
1269
+ this.i.cu = +v;
1270
+ }
1271
+ /**
1272
+ * Gets or sets the color to use for the underline element when type is border.
1273
+ */
1274
+ get borderTypeFocusUnderlineOpacity() {
1275
+ return this.i.cs;
1276
+ }
1277
+ set borderTypeFocusUnderlineOpacity(v) {
1278
+ this.i.cs = +v;
1279
+ }
1280
+ /**
1281
+ * Gets or sets the opacity to use for the underline ripple element when focused when type is border.
1282
+ */
1283
+ get borderTypeFocusUnderlineRippleOpacity() {
1284
+ return this.i.ct;
1285
+ }
1286
+ set borderTypeFocusUnderlineRippleOpacity(v) {
1287
+ this.i.ct = +v;
1288
+ }
1289
+ /**
1290
+ * Gets or sets the opacity to use for the underline ripple element when type is border.
1291
+ */
1292
+ get borderTypeUnderlineRippleOpacity() {
1293
+ return this.i.cx;
1294
+ }
1295
+ set borderTypeUnderlineRippleOpacity(v) {
1296
+ this.i.cx = +v;
1297
+ }
1298
+ /**
1299
+ * Gets or sets the background color to use for the input group when type is border.
1300
+ */
1301
+ get borderTypeBackgroundColor() {
1302
+ return brushToString(this.i.me);
1303
+ }
1304
+ set borderTypeBackgroundColor(v) {
1305
+ this.i.me = stringToBrush(v);
1306
+ }
1307
+ /**
1308
+ * Gets or sets the search width to use for the border of the item group when using type line.
1309
+ */
1310
+ get searchTypeBorderWidth() {
1311
+ return this.i.ev;
1312
+ }
1313
+ set searchTypeBorderWidth(v) {
1314
+ this.i.ev = +v;
1315
+ }
1316
+ /**
1317
+ * Gets or sets the search width to use for the border of the item group when focused when type is search.
1318
+ */
1319
+ get searchTypeFocusBorderWidth() {
1320
+ return this.i.ew;
1321
+ }
1322
+ set searchTypeFocusBorderWidth(v) {
1323
+ this.i.ew = +v;
1324
+ }
1325
+ /**
1326
+ * Gets or sets the focus color to use the search of the input group when type is search.
1327
+ */
1328
+ get searchTypeFocusBorderColor() {
1329
+ return brushToString(this.i.n0);
1330
+ }
1331
+ set searchTypeFocusBorderColor(v) {
1332
+ this.i.n0 = stringToBrush(v);
1333
+ }
1334
+ /**
1335
+ * Gets or sets the color to use the search of the input group when type is search.
1336
+ */
1337
+ get searchTypeBorderColor() {
1338
+ return brushToString(this.i.nz);
1339
+ }
1340
+ set searchTypeBorderColor(v) {
1341
+ this.i.nz = stringToBrush(v);
1342
+ }
1343
+ get searchTypeCornerRadiusBottomRight() {
1344
+ return this.i.ky ? this.i.ky.b : NaN;
1345
+ }
1346
+ set searchTypeCornerRadiusBottomRight(v) {
1347
+ this.ensureSearchTypeCornerRadius();
1348
+ this.i.ky.b = +v;
1349
+ this.i.ky = this.i.ky;
1350
+ }
1351
+ get searchTypeCornerRadiusBottomLeft() {
1352
+ return this.i.ky ? this.i.ky.a : NaN;
1353
+ }
1354
+ set searchTypeCornerRadiusBottomLeft(v) {
1355
+ this.ensureSearchTypeCornerRadius();
1356
+ this.i.ky.a = +v;
1357
+ this.i.ky = this.i.ky;
1358
+ }
1359
+ get searchTypeCornerRadiusTopLeft() {
1360
+ return this.i.ky ? this.i.ky.c : NaN;
1361
+ }
1362
+ set searchTypeCornerRadiusTopLeft(v) {
1363
+ this.ensureSearchTypeCornerRadius();
1364
+ this.i.ky.c = +v;
1365
+ this.i.ky = this.i.ky;
1366
+ }
1367
+ get searchTypeCornerRadiusTopRight() {
1368
+ return this.i.ky ? this.i.ky.d : NaN;
1369
+ }
1370
+ set searchTypeCornerRadiusTopRight(v) {
1371
+ this.ensureSearchTypeCornerRadius();
1372
+ this.i.ky.d = +v;
1373
+ this.i.ky = this.i.ky;
1374
+ }
1375
+ ensureSearchTypeCornerRadius() {
1376
+ if (this.i.ky) {
1377
+ return;
1378
+ }
1379
+ this.i.ky = new CornerRadius(2);
1380
+ }
1381
+ get searchTypeContentPaddingBottom() {
1382
+ return this.i.oo ? this.i.oo.bottom : NaN;
1383
+ }
1384
+ set searchTypeContentPaddingBottom(v) {
1385
+ this.ensureSearchTypeContentPadding();
1386
+ this.i.oo.bottom = +v;
1387
+ this.i.oo = this.i.oo;
1388
+ }
1389
+ get searchTypeContentPaddingLeft() {
1390
+ return this.i.oo ? this.i.oo.left : NaN;
1391
+ }
1392
+ set searchTypeContentPaddingLeft(v) {
1393
+ this.ensureSearchTypeContentPadding();
1394
+ this.i.oo.left = +v;
1395
+ this.i.oo = this.i.oo;
1396
+ }
1397
+ get searchTypeContentPaddingRight() {
1398
+ return this.i.oo ? this.i.oo.right : NaN;
1399
+ }
1400
+ set searchTypeContentPaddingRight(v) {
1401
+ this.ensureSearchTypeContentPadding();
1402
+ this.i.oo.right = +v;
1403
+ this.i.oo = this.i.oo;
1404
+ }
1405
+ get searchTypeContentPaddingTop() {
1406
+ return this.i.oo ? this.i.oo.top : NaN;
1407
+ }
1408
+ set searchTypeContentPaddingTop(v) {
1409
+ this.ensureSearchTypeContentPadding();
1410
+ this.i.oo.top = +v;
1411
+ this.i.oo = this.i.oo;
1412
+ }
1413
+ ensureSearchTypeContentPadding() {
1414
+ if (this.i.oo) {
1415
+ return;
1416
+ }
1417
+ this.i.oo = new Thickness(2);
1418
+ }
1419
+ /**
1420
+ * Gets or sets the width to use for the underline element when type is search.
1421
+ */
1422
+ get searchTypeUnderlineWidth() {
1423
+ return this.i.e4;
1424
+ }
1425
+ set searchTypeUnderlineWidth(v) {
1426
+ this.i.e4 = +v;
1427
+ }
1428
+ /**
1429
+ * Gets or sets the width to use for the underline element when type is search.
1430
+ */
1431
+ get searchTypeUnderlineRippleWidth() {
1432
+ return this.i.e3;
1433
+ }
1434
+ set searchTypeUnderlineRippleWidth(v) {
1435
+ this.i.e3 = +v;
1436
+ }
1437
+ /**
1438
+ * Gets or sets the width to use for the underline element when hovered when type is search.
1439
+ */
1440
+ get searchTypeHoverUnderlineWidth() {
1441
+ return this.i.e0;
1442
+ }
1443
+ set searchTypeHoverUnderlineWidth(v) {
1444
+ this.i.e0 = +v;
1445
+ }
1446
+ /**
1447
+ * Gets or sets the color to use for the underline element when type is search.
1448
+ */
1449
+ get searchTypeUnderlineColor() {
1450
+ return brushToString(this.i.n3);
1451
+ }
1452
+ set searchTypeUnderlineColor(v) {
1453
+ this.i.n3 = stringToBrush(v);
1454
+ }
1455
+ /**
1456
+ * Gets or sets the color to use for the underline ripple element when type is search.
1457
+ */
1458
+ get searchTypeUnderlineRippleColor() {
1459
+ return brushToString(this.i.n4);
1460
+ }
1461
+ set searchTypeUnderlineRippleColor(v) {
1462
+ this.i.n4 = stringToBrush(v);
1463
+ }
1464
+ /**
1465
+ * Gets or sets the color to use for the underline element when type is search.
1466
+ */
1467
+ get searchTypeHoverUnderlineColor() {
1468
+ return brushToString(this.i.n2);
1469
+ }
1470
+ set searchTypeHoverUnderlineColor(v) {
1471
+ this.i.n2 = stringToBrush(v);
1472
+ }
1473
+ /**
1474
+ * Gets or sets the color to use for the underline element when type is search.
1475
+ */
1476
+ get searchTypeFocusUnderlineColor() {
1477
+ return brushToString(this.i.n1);
1478
+ }
1479
+ set searchTypeFocusUnderlineColor(v) {
1480
+ this.i.n1 = stringToBrush(v);
1481
+ }
1482
+ /**
1483
+ * Gets or sets the color to use for the underline element when type is search.
1484
+ */
1485
+ get searchTypeUnderlineOpacity() {
1486
+ return this.i.e1;
1487
+ }
1488
+ set searchTypeUnderlineOpacity(v) {
1489
+ this.i.e1 = +v;
1490
+ }
1491
+ /**
1492
+ * Gets or sets the color to use for the underline element when type is search.
1493
+ */
1494
+ get searchTypeHoverUnderlineOpacity() {
1495
+ return this.i.ez;
1496
+ }
1497
+ set searchTypeHoverUnderlineOpacity(v) {
1498
+ this.i.ez = +v;
1499
+ }
1500
+ /**
1501
+ * Gets or sets the color to use for the underline element when type is search.
1502
+ */
1503
+ get searchTypeFocusUnderlineOpacity() {
1504
+ return this.i.ex;
1505
+ }
1506
+ set searchTypeFocusUnderlineOpacity(v) {
1507
+ this.i.ex = +v;
1508
+ }
1509
+ /**
1510
+ * Gets or sets the opacity to use for the underline ripple element when focused when type is search.
1511
+ */
1512
+ get searchTypeFocusUnderlineRippleOpacity() {
1513
+ return this.i.ey;
1514
+ }
1515
+ set searchTypeFocusUnderlineRippleOpacity(v) {
1516
+ this.i.ey = +v;
1517
+ }
1518
+ /**
1519
+ * Gets or sets the opacity to use for the underline ripple element when type is search.
1520
+ */
1521
+ get searchTypeUnderlineRippleOpacity() {
1522
+ return this.i.e2;
1523
+ }
1524
+ set searchTypeUnderlineRippleOpacity(v) {
1525
+ this.i.e2 = +v;
1526
+ }
1527
+ /**
1528
+ * Gets or sets the background color to use for the input group when type is search.
1529
+ */
1530
+ get searchTypeBackgroundColor() {
1531
+ return brushToString(this.i.ny);
1532
+ }
1533
+ set searchTypeBackgroundColor(v) {
1534
+ this.i.ny = stringToBrush(v);
1535
+ }
1536
+ /**
1537
+ * Gets or sets whether the input group is expanded or not.
1538
+ */
1539
+ get isExpanded() {
1540
+ return this.i.an;
1541
+ }
1542
+ set isExpanded(v) {
1543
+ this.i.an = ensureBool(v);
1544
+ }
1545
+ /**
1546
+ * Gets or sets whether the input group is hovered or not.
1547
+ */
1548
+ get isHovered() {
1549
+ return this.i.ap;
1550
+ }
1551
+ set isHovered(v) {
1552
+ this.i.ap = ensureBool(v);
1553
+ }
1554
+ /**
1555
+ * Gets or sets whether the input group is hovered or not.
1556
+ */
1557
+ get isFocused() {
1558
+ return this.i.ao;
1559
+ }
1560
+ set isFocused(v) {
1561
+ this.i.ao = ensureBool(v);
1562
+ }
1563
+ /**
1564
+ * Gets or sets whether the input group is expanded or not.
1565
+ */
1566
+ get actualIsExpanded() {
1567
+ return this.i.ai;
1568
+ }
1569
+ set actualIsExpanded(v) {
1570
+ this.i.ai = ensureBool(v);
1571
+ }
1572
+ /**
1573
+ * Gets or sets the color to use the hovered background of the inputs in the group.
1574
+ */
1575
+ get focusBorderColor() {
1576
+ return brushToString(this.i.no);
1577
+ }
1578
+ set focusBorderColor(v) {
1579
+ this.i.no = stringToBrush(v);
1580
+ }
1581
+ /**
1582
+ * Gets or sets the id to use for the checkbox.
1583
+ */
1584
+ get id() {
1585
+ return this.i.hk;
1586
+ }
1587
+ set id(v) {
1588
+ this.i.hk = v;
1589
+ }
1590
+ /**
1591
+ * Gets or sets whether the checkbox is disabled.
1592
+ */
1593
+ get disabled() {
1594
+ return this.i.disabled;
1595
+ }
1596
+ set disabled(v) {
1597
+ this.i.disabled = ensureBool(v);
1598
+ }
1599
+ findByName(name) {
1600
+ if (this.findEphemera) {
1601
+ if (name && name.indexOf("@@e:") == 0) {
1602
+ return this.findEphemera(name);
1603
+ }
1604
+ }
1605
+ if (this.inputs != null && this.inputs.findByName && this.inputs.findByName(name)) {
1606
+ return this.inputs.findByName(name);
1607
+ }
1608
+ return null;
1609
+ }
1610
+ get hasUserValues() {
1611
+ return this._hasUserValues;
1612
+ }
1613
+ __m(propertyName) {
1614
+ if (!this._inStyling) {
1615
+ this._hasUserValues.add(propertyName);
1616
+ }
1617
+ }
1618
+ _styling(container, component, parent) {
1619
+ if (this._inStyling) {
1620
+ return;
1621
+ }
1622
+ this._inStyling = true;
1623
+ this._stylingContainer = container;
1624
+ this._stylingParent = component;
1625
+ let genericPrefix = "";
1626
+ let typeName = this.i.$type.name;
1627
+ if (typeName.indexOf("Xam") === 0) {
1628
+ typeName = typeName.substring(3);
1629
+ }
1630
+ genericPrefix = toSpinal("XInputGroupComponent");
1631
+ let additionalPrefixes = [];
1632
+ let prefix = toSpinal(typeName);
1633
+ additionalPrefixes.push(prefix + "-");
1634
+ let b = this.i.$type.baseType;
1635
+ while (b && b.name != "Object" &&
1636
+ b.name != "Base" &&
1637
+ b.name != "Control" &&
1638
+ b.Name != "DependencyObject" &&
1639
+ b.Name != "FrameworkElement") {
1640
+ typeName = b.name;
1641
+ if (typeName.indexOf("Xam") === 0) {
1642
+ typeName = typeName.substring(3);
1643
+ }
1644
+ let basePrefix = toSpinal(typeName);
1645
+ additionalPrefixes.push(basePrefix + "-");
1646
+ b = b.baseType;
1647
+ }
1648
+ if (parent) {
1649
+ let parentTypeName = parent.i.$type.name;
1650
+ if (parentTypeName.indexOf("Xam") === 0) {
1651
+ parentTypeName = parentTypeName.substring(3);
1652
+ }
1653
+ let parentPrefix = toSpinal(parentTypeName);
1654
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
1655
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
1656
+ }
1657
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
1658
+ if (this._otherStyling) {
1659
+ this._otherStyling(container, component, parent);
1660
+ }
1661
+ this._inStyling = false;
1662
+ }
1663
+ onDetachedFromUI() {
1664
+ this.i.onDetachedFromUI();
1665
+ }
1666
+ onAttachedToUI() {
1667
+ this.i.onAttachedToUI();
1668
+ }
1669
+ /**
1670
+ * Exports visual information about the current state of the grid.
1671
+
1672
+ */
1673
+ exportVisualModel() {
1674
+ let iv = this.i.fe();
1675
+ return (iv);
1676
+ }
1677
+ /**
1678
+ * Returns a serialized copy of the exported visual model
1679
+
1680
+ */
1681
+ exportSerializedVisualModel() {
1682
+ let iv = this.i.hb();
1683
+ return (iv);
1684
+ }
1685
+ _runInZone(act) {
1686
+ if (this._zoneRunner != null) {
1687
+ this._zoneRunner(act);
1688
+ }
1689
+ else {
1690
+ act();
1691
+ }
1692
+ }
1693
+ }
1694
+ 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 });
1695
+ 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>
1696
+ <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 });
1697
+ return IgxXInputGroupComponent;
1698
+ })();
1699
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXInputGroupComponent, decorators: [{
1700
+ type: Component,
1701
+ args: [{
1702
+ selector: 'igx-x-input-group',
1703
+ template: `<ng-template #childContent><ng-content></ng-content></ng-template>
1704
+ <ng-container #dynamicContent></ng-container>`,
1705
+ changeDetection: ChangeDetectionStrategy.OnPush,
1706
+ providers: [],
1707
+ host: { 'class': 'ig-input-group igx-input-group' },
1708
+ styles: [`
1709
+ :host {
1710
+ display: inline-block;
1711
+ }
1712
+ `]
1713
+ }]
1714
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _dynamicContent: [{
1715
+ type: ViewChild,
1716
+ args: ["dynamicContent", { read: ViewContainerRef, static: true }]
1717
+ }], _childTemplateRef: [{
1718
+ type: ViewChild,
1719
+ args: ["childContent", { read: TemplateRef, static: false }]
1720
+ }], contentInputs: [{
1721
+ type: ContentChildren,
1722
+ args: [IgxXInputGroupItemComponent]
1723
+ }], displayType: [{
1724
+ type: Input
1725
+ }], density: [{
1726
+ type: Input
1727
+ }], actualDensity: [{
1728
+ type: Input
1729
+ }], baseTheme: [{
1730
+ type: Input
1731
+ }], actualBorderColor: [{
1732
+ type: Input
1733
+ }], actualFocusBorderColor: [{
1734
+ type: Input
1735
+ }], actualBorderWidth: [{
1736
+ type: Input
1737
+ }], actualFocusBorderWidth: [{
1738
+ type: Input
1739
+ }], actualCornerRadiusBottomRight: [{
1740
+ type: Input
1741
+ }], actualCornerRadiusBottomLeft: [{
1742
+ type: Input
1743
+ }], actualCornerRadiusTopLeft: [{
1744
+ type: Input
1745
+ }], actualCornerRadiusTopRight: [{
1746
+ type: Input
1747
+ }], actualContentPaddingBottom: [{
1748
+ type: Input
1749
+ }], actualContentPaddingLeft: [{
1750
+ type: Input
1751
+ }], actualContentPaddingRight: [{
1752
+ type: Input
1753
+ }], actualContentPaddingTop: [{
1754
+ type: Input
1755
+ }], actualUnderlineWidth: [{
1756
+ type: Input
1757
+ }], actualUnderlineRippleWidth: [{
1758
+ type: Input
1759
+ }], actualHoverUnderlineWidth: [{
1760
+ type: Input
1761
+ }], actualUnderlineColor: [{
1762
+ type: Input
1763
+ }], actualUnderlineRippleColor: [{
1764
+ type: Input
1765
+ }], actualHoverUnderlineColor: [{
1766
+ type: Input
1767
+ }], actualFocusUnderlineColor: [{
1768
+ type: Input
1769
+ }], actualUnderlineOpacity: [{
1770
+ type: Input
1771
+ }], actualHoverUnderlineOpacity: [{
1772
+ type: Input
1773
+ }], actualFocusUnderlineOpacity: [{
1774
+ type: Input
1775
+ }], actualFocusUnderlineRippleOpacity: [{
1776
+ type: Input
1777
+ }], actualUnderlineRippleOpacity: [{
1778
+ type: Input
1779
+ }], actualBackgroundColor: [{
1780
+ type: Input
1781
+ }], borderWidth: [{
1782
+ type: Input
1783
+ }], focusBorderWidth: [{
1784
+ type: Input
1785
+ }], borderColor: [{
1786
+ type: Input
1787
+ }], cornerRadiusBottomRight: [{
1788
+ type: Input
1789
+ }], cornerRadiusBottomLeft: [{
1790
+ type: Input
1791
+ }], cornerRadiusTopLeft: [{
1792
+ type: Input
1793
+ }], cornerRadiusTopRight: [{
1794
+ type: Input
1795
+ }], contentPaddingBottom: [{
1796
+ type: Input
1797
+ }], contentPaddingLeft: [{
1798
+ type: Input
1799
+ }], contentPaddingRight: [{
1800
+ type: Input
1801
+ }], contentPaddingTop: [{
1802
+ type: Input
1803
+ }], underlineWidth: [{
1804
+ type: Input
1805
+ }], underlineRippleWidth: [{
1806
+ type: Input
1807
+ }], hoverUnderlineWidth: [{
1808
+ type: Input
1809
+ }], underlineColor: [{
1810
+ type: Input
1811
+ }], underlineRippleColor: [{
1812
+ type: Input
1813
+ }], hoverUnderlineColor: [{
1814
+ type: Input
1815
+ }], focusUnderlineColor: [{
1816
+ type: Input
1817
+ }], underlineOpacity: [{
1818
+ type: Input
1819
+ }], hoverUnderlineOpacity: [{
1820
+ type: Input
1821
+ }], focusUnderlineOpacity: [{
1822
+ type: Input
1823
+ }], focusUnderlineRippleOpacity: [{
1824
+ type: Input
1825
+ }], underlineRippleOpacity: [{
1826
+ type: Input
1827
+ }], backgroundColor: [{
1828
+ type: Input
1829
+ }], lineTypeBorderWidth: [{
1830
+ type: Input
1831
+ }], lineTypeFocusBorderWidth: [{
1832
+ type: Input
1833
+ }], lineTypeFocusBorderColor: [{
1834
+ type: Input
1835
+ }], lineTypeBorderColor: [{
1836
+ type: Input
1837
+ }], lineTypeCornerRadiusBottomRight: [{
1838
+ type: Input
1839
+ }], lineTypeCornerRadiusBottomLeft: [{
1840
+ type: Input
1841
+ }], lineTypeCornerRadiusTopLeft: [{
1842
+ type: Input
1843
+ }], lineTypeCornerRadiusTopRight: [{
1844
+ type: Input
1845
+ }], lineTypeContentPaddingBottom: [{
1846
+ type: Input
1847
+ }], lineTypeContentPaddingLeft: [{
1848
+ type: Input
1849
+ }], lineTypeContentPaddingRight: [{
1850
+ type: Input
1851
+ }], lineTypeContentPaddingTop: [{
1852
+ type: Input
1853
+ }], lineTypeUnderlineWidth: [{
1854
+ type: Input
1855
+ }], lineTypeUnderlineRippleWidth: [{
1856
+ type: Input
1857
+ }], lineTypeHoverUnderlineWidth: [{
1858
+ type: Input
1859
+ }], lineTypeUnderlineColor: [{
1860
+ type: Input
1861
+ }], lineTypeUnderlineRippleColor: [{
1862
+ type: Input
1863
+ }], lineTypeHoverUnderlineColor: [{
1864
+ type: Input
1865
+ }], lineTypeFocusUnderlineColor: [{
1866
+ type: Input
1867
+ }], lineTypeUnderlineOpacity: [{
1868
+ type: Input
1869
+ }], lineTypeHoverUnderlineOpacity: [{
1870
+ type: Input
1871
+ }], lineTypeFocusUnderlineOpacity: [{
1872
+ type: Input
1873
+ }], lineTypeFocusUnderlineRippleOpacity: [{
1874
+ type: Input
1875
+ }], lineTypeUnderlineRippleOpacity: [{
1876
+ type: Input
1877
+ }], lineTypeBackgroundColor: [{
1878
+ type: Input
1879
+ }], boxTypeBorderWidth: [{
1880
+ type: Input
1881
+ }], boxTypeFocusBorderWidth: [{
1882
+ type: Input
1883
+ }], boxTypeFocusBorderColor: [{
1884
+ type: Input
1885
+ }], boxTypeBorderColor: [{
1886
+ type: Input
1887
+ }], boxTypeCornerRadiusBottomRight: [{
1888
+ type: Input
1889
+ }], boxTypeCornerRadiusBottomLeft: [{
1890
+ type: Input
1891
+ }], boxTypeCornerRadiusTopLeft: [{
1892
+ type: Input
1893
+ }], boxTypeCornerRadiusTopRight: [{
1894
+ type: Input
1895
+ }], boxTypeContentPaddingBottom: [{
1896
+ type: Input
1897
+ }], boxTypeContentPaddingLeft: [{
1898
+ type: Input
1899
+ }], boxTypeContentPaddingRight: [{
1900
+ type: Input
1901
+ }], boxTypeContentPaddingTop: [{
1902
+ type: Input
1903
+ }], boxTypeUnderlineWidth: [{
1904
+ type: Input
1905
+ }], boxTypeUnderlineRippleWidth: [{
1906
+ type: Input
1907
+ }], boxTypeHoverUnderlineWidth: [{
1908
+ type: Input
1909
+ }], boxTypeUnderlineColor: [{
1910
+ type: Input
1911
+ }], boxTypeUnderlineRippleColor: [{
1912
+ type: Input
1913
+ }], boxTypeHoverUnderlineColor: [{
1914
+ type: Input
1915
+ }], boxTypeFocusUnderlineColor: [{
1916
+ type: Input
1917
+ }], boxTypeUnderlineOpacity: [{
1918
+ type: Input
1919
+ }], boxTypeHoverUnderlineOpacity: [{
1920
+ type: Input
1921
+ }], boxTypeFocusUnderlineOpacity: [{
1922
+ type: Input
1923
+ }], boxTypeFocusUnderlineRippleOpacity: [{
1924
+ type: Input
1925
+ }], boxTypeUnderlineRippleOpacity: [{
1926
+ type: Input
1927
+ }], boxTypeBackgroundColor: [{
1928
+ type: Input
1929
+ }], borderTypeBorderWidth: [{
1930
+ type: Input
1931
+ }], borderTypeFocusBorderWidth: [{
1932
+ type: Input
1933
+ }], borderTypeFocusBorderColor: [{
1934
+ type: Input
1935
+ }], borderTypeBorderColor: [{
1936
+ type: Input
1937
+ }], borderTypeCornerRadiusBottomRight: [{
1938
+ type: Input
1939
+ }], borderTypeCornerRadiusBottomLeft: [{
1940
+ type: Input
1941
+ }], borderTypeCornerRadiusTopLeft: [{
1942
+ type: Input
1943
+ }], borderTypeCornerRadiusTopRight: [{
1944
+ type: Input
1945
+ }], borderTypeContentPaddingBottom: [{
1946
+ type: Input
1947
+ }], borderTypeContentPaddingLeft: [{
1948
+ type: Input
1949
+ }], borderTypeContentPaddingRight: [{
1950
+ type: Input
1951
+ }], borderTypeContentPaddingTop: [{
1952
+ type: Input
1953
+ }], borderTypeUnderlineWidth: [{
1954
+ type: Input
1955
+ }], borderTypeUnderlineRippleWidth: [{
1956
+ type: Input
1957
+ }], borderTypeHoverUnderlineWidth: [{
1958
+ type: Input
1959
+ }], borderTypeUnderlineColor: [{
1960
+ type: Input
1961
+ }], borderTypeUnderlineRippleColor: [{
1962
+ type: Input
1963
+ }], borderTypeHoverUnderlineColor: [{
1964
+ type: Input
1965
+ }], borderTypeFocusUnderlineColor: [{
1966
+ type: Input
1967
+ }], borderTypeUnderlineOpacity: [{
1968
+ type: Input
1969
+ }], borderTypeHoverUnderlineOpacity: [{
1970
+ type: Input
1971
+ }], borderTypeFocusUnderlineOpacity: [{
1972
+ type: Input
1973
+ }], borderTypeFocusUnderlineRippleOpacity: [{
1974
+ type: Input
1975
+ }], borderTypeUnderlineRippleOpacity: [{
1976
+ type: Input
1977
+ }], borderTypeBackgroundColor: [{
1978
+ type: Input
1979
+ }], searchTypeBorderWidth: [{
1980
+ type: Input
1981
+ }], searchTypeFocusBorderWidth: [{
1982
+ type: Input
1983
+ }], searchTypeFocusBorderColor: [{
1984
+ type: Input
1985
+ }], searchTypeBorderColor: [{
1986
+ type: Input
1987
+ }], searchTypeCornerRadiusBottomRight: [{
1988
+ type: Input
1989
+ }], searchTypeCornerRadiusBottomLeft: [{
1990
+ type: Input
1991
+ }], searchTypeCornerRadiusTopLeft: [{
1992
+ type: Input
1993
+ }], searchTypeCornerRadiusTopRight: [{
1994
+ type: Input
1995
+ }], searchTypeContentPaddingBottom: [{
1996
+ type: Input
1997
+ }], searchTypeContentPaddingLeft: [{
1998
+ type: Input
1999
+ }], searchTypeContentPaddingRight: [{
2000
+ type: Input
2001
+ }], searchTypeContentPaddingTop: [{
2002
+ type: Input
2003
+ }], searchTypeUnderlineWidth: [{
2004
+ type: Input
2005
+ }], searchTypeUnderlineRippleWidth: [{
2006
+ type: Input
2007
+ }], searchTypeHoverUnderlineWidth: [{
2008
+ type: Input
2009
+ }], searchTypeUnderlineColor: [{
2010
+ type: Input
2011
+ }], searchTypeUnderlineRippleColor: [{
2012
+ type: Input
2013
+ }], searchTypeHoverUnderlineColor: [{
2014
+ type: Input
2015
+ }], searchTypeFocusUnderlineColor: [{
2016
+ type: Input
2017
+ }], searchTypeUnderlineOpacity: [{
2018
+ type: Input
2019
+ }], searchTypeHoverUnderlineOpacity: [{
2020
+ type: Input
2021
+ }], searchTypeFocusUnderlineOpacity: [{
2022
+ type: Input
2023
+ }], searchTypeFocusUnderlineRippleOpacity: [{
2024
+ type: Input
2025
+ }], searchTypeUnderlineRippleOpacity: [{
2026
+ type: Input
2027
+ }], searchTypeBackgroundColor: [{
2028
+ type: Input
2029
+ }], isExpanded: [{
2030
+ type: Input
2031
+ }], isHovered: [{
2032
+ type: Input
2033
+ }], isFocused: [{
2034
+ type: Input
2035
+ }], actualIsExpanded: [{
2036
+ type: Input
2037
+ }], focusBorderColor: [{
2038
+ type: Input
2039
+ }], id: [{
2040
+ type: HostBinding,
2041
+ args: ['attr.id']
2042
+ }, {
2043
+ type: Input
2044
+ }], disabled: [{
2045
+ type: Input
2046
+ }] } });