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