igniteui-webcomponents-inputs 1.3.3

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