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,763 +0,0 @@
1
- import { __extends, __values } from "tslib";
2
- import { XInput } from "./XInput";
3
- import { ensureEnum, brushToString, stringToBrush, ensureBool, NamePatcher, toSpinal, enumToString, getAllPropertyNames } from "igniteui-webcomponents-core";
4
- import { FontInfo } from "igniteui-webcomponents-core";
5
- import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
6
- import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
7
- import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
- import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
9
- import { IgcInputChangeEventArgs } from './igc-input-change-event-args';
10
- import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
11
- import { IgcKeyEventArgs } from "igniteui-webcomponents-core";
12
- import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
13
- import { HorizontalAlignment_$type } from "igniteui-webcomponents-core";
14
- var requiredStyle = "\n\n";
15
- var pending = [];
16
- var checked = /*@__PURE__*/ new WeakMap(); // TODO why not WeakSet?
17
- function ensureCss() {
18
- if (!document) {
19
- return;
20
- }
21
- if (checked.has(document)) {
22
- return;
23
- }
24
- injectCss(requiredStyle, "data-ig-input-style", function () {
25
- var temp = pending;
26
- pending = null;
27
- temp.forEach(function (v, i, a) {
28
- //v.styleUpdated();
29
- });
30
- });
31
- checked.set(document, true);
32
- }
33
- function injectCss(style, attributeName, onload) {
34
- if (onload === void 0) {
35
- onload = null;
36
- }
37
- for (var i = 0; i < document.head.children.length; i++) {
38
- var child = document.head.children[i];
39
- if (child.tagName &&
40
- child.tagName.toLowerCase() == "style" && child.hasAttribute(attributeName)) {
41
- return;
42
- }
43
- }
44
- var styleEle = document.createElement("style");
45
- styleEle.textContent = style;
46
- styleEle.setAttribute(attributeName, 'true');
47
- if (onload) {
48
- var onloadResolved = function () {
49
- styleEle.onload = null;
50
- onload();
51
- };
52
- styleEle.onload = onloadResolved;
53
- }
54
- document.head.appendChild(styleEle);
55
- }
56
- export var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
57
- __extends(IgcXInputComponent, _super);
58
- function IgcXInputComponent() {
59
- var _this = _super.call(this) || this;
60
- _this._disconnected = false;
61
- _this._keyDown = null;
62
- _this._keyDown_wrapped = null;
63
- _this._keyUp = null;
64
- _this._keyUp_wrapped = null;
65
- _this._keyPress = null;
66
- _this._keyPress_wrapped = null;
67
- _this._change = null;
68
- _this._change_wrapped = null;
69
- _this._changing = null;
70
- _this._changing_wrapped = null;
71
- _this._compositionEnd = null;
72
- _this._compositionEnd_wrapped = null;
73
- ensureCss();
74
- if (_this._styling) {
75
- NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
76
- }
77
- _this._portalManager = new PortalManager("inputContent");
78
- _this._renderer = new WebComponentRenderer(_this, document, true, {}, _this._portalManager);
79
- _this._container = _this._renderer.createElement("div");
80
- _this._renderer.updateRoot(_this._container);
81
- _this._implementation = _this.createImplementation();
82
- _this._implementation.externalObject = _this;
83
- //this._container.setStyleProperty("width", "100%");
84
- //this._container.setStyleProperty("height", "100%");
85
- var root;
86
- root = _this._container;
87
- if (_this._container.getNativeElement() != null) {
88
- root = _this._container.getNativeElement();
89
- }
90
- _this._wrapper = _this._renderer;
91
- var input = _this.i;
92
- _this._input = input;
93
- input.provideContainer(_this._renderer);
94
- _this._onChildrenChanged();
95
- //Checkbox.notifySizeChanged();
96
- var mut = new MutationObserver(function (list) {
97
- var e_1, _b;
98
- try {
99
- for (var list_1 = __values(list), list_1_1 = list_1.next(); !list_1_1.done; list_1_1 = list_1.next()) {
100
- var mutation = list_1_1.value;
101
- if (mutation.type == 'childList') {
102
- _this._onChildrenChanged();
103
- }
104
- }
105
- }
106
- catch (e_1_1) {
107
- e_1 = { error: e_1_1 };
108
- }
109
- finally {
110
- try {
111
- if (list_1_1 && !list_1_1.done && (_b = list_1.return))
112
- _b.call(list_1);
113
- }
114
- finally {
115
- if (e_1)
116
- throw e_1.error;
117
- }
118
- }
119
- });
120
- mut.observe(_this, {
121
- childList: true
122
- });
123
- return _this;
124
- //this._renderer.addSizeWatcher(() => {
125
- // this._checkbox.notifySizeChanged();
126
- //});
127
- }
128
- IgcXInputComponent.prototype._onChildrenChanged = function () {
129
- var children = [];
130
- for (var i = 0; i < this.childNodes.length; i++) {
131
- var child = this.childNodes[i];
132
- if (child !== this._container.getNativeElement()) {
133
- children.push(child);
134
- }
135
- }
136
- this._portalManager.onChildrenChanged(children);
137
- };
138
- // supports angular themes or custom properties set in CSS
139
- IgcXInputComponent.prototype.updateStyle = function () {
140
- this._styling(this, this);
141
- };
142
- IgcXInputComponent.prototype.destroy = function () {
143
- this._input.destroy();
144
- this._wrapper.destroy();
145
- };
146
- IgcXInputComponent.prototype.createImplementation = function () {
147
- return new XInput();
148
- };
149
- IgcXInputComponent.prototype.disconnectedCallback = function () {
150
- this._disconnected = true;
151
- if (this.i) {
152
- this.i.onDetachedFromUI();
153
- }
154
- };
155
- IgcXInputComponent.prototype.connectedCallback = function () {
156
- if (this._disconnected) {
157
- this._disconnected = false;
158
- if (this.i) {
159
- this.i.onAttachedToUI();
160
- }
161
- return;
162
- }
163
- this.classList.add("ig-x-input");
164
- this.classList.add("igc-x-input");
165
- this.appendChild(this._container.getNativeElement());
166
- this._attached = true;
167
- this.style.display = "inline-block";
168
- this.style.verticalAlign = "middle";
169
- //this.style.height = this._height;
170
- //this.style.width = this._width;
171
- this._flushQueuedAttributes();
172
- // supports themes or custom properties set in CSS
173
- this._styling(this, this);
174
- this.afterContentInit();
175
- };
176
- IgcXInputComponent.prototype.afterContentInit = function () {
177
- //this.i.notifySizeChanged();
178
- };
179
- Object.defineProperty(IgcXInputComponent.prototype, "i", {
180
- /**
181
- * @hidden
182
- */
183
- get: function () {
184
- return this._implementation;
185
- },
186
- enumerable: false,
187
- configurable: true
188
- });
189
- Object.defineProperty(IgcXInputComponent, "observedAttributes", {
190
- get: function () {
191
- if (IgcXInputComponent._observedAttributesIgcXInputComponent == null) {
192
- var names = getAllPropertyNames(IgcXInputComponent);
193
- for (var i = 0; i < names.length; i++) {
194
- names[i] = toSpinal(names[i]);
195
- }
196
- IgcXInputComponent._observedAttributesIgcXInputComponent = names;
197
- }
198
- return IgcXInputComponent._observedAttributesIgcXInputComponent;
199
- },
200
- enumerable: false,
201
- configurable: true
202
- });
203
- IgcXInputComponent.register = function () {
204
- if (!IgcXInputComponent._isElementRegistered) {
205
- IgcXInputComponent._isElementRegistered = true;
206
- RegisterElementHelper.registerElement(IgcXInputComponent.htmlTagName, IgcXInputComponent);
207
- }
208
- };
209
- Object.defineProperty(IgcXInputComponent.prototype, "baseTheme", {
210
- /**
211
- * Gets or sets the base built in theme to use for the button.
212
- */
213
- get: function () {
214
- return this.i.w;
215
- },
216
- set: function (v) {
217
- this.i.w = ensureEnum(BaseControlTheme_$type, v);
218
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.w));
219
- },
220
- enumerable: false,
221
- configurable: true
222
- });
223
- Object.defineProperty(IgcXInputComponent.prototype, "density", {
224
- /**
225
- * Gets or sets the display density to use for the input.
226
- */
227
- get: function () {
228
- return this.i.aa;
229
- },
230
- set: function (v) {
231
- this.i.aa = ensureEnum(ControlDisplayDensity_$type, v);
232
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.aa));
233
- },
234
- enumerable: false,
235
- configurable: true
236
- });
237
- Object.defineProperty(IgcXInputComponent.prototype, "actualDensity", {
238
- /**
239
- * Gets the actual display density to use for the label.
240
- */
241
- get: function () {
242
- return this.i.z;
243
- },
244
- set: function (v) {
245
- this.i.z = ensureEnum(ControlDisplayDensity_$type, v);
246
- this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.z));
247
- },
248
- enumerable: false,
249
- configurable: true
250
- });
251
- Object.defineProperty(IgcXInputComponent.prototype, "mask", {
252
- /**
253
- * Gets/Sets the input mask for the input.
254
- */
255
- get: function () {
256
- return this.i.ce;
257
- },
258
- set: function (v) {
259
- this.i.ce = v;
260
- },
261
- enumerable: false,
262
- configurable: true
263
- });
264
- Object.defineProperty(IgcXInputComponent.prototype, "promptChar", {
265
- /**
266
- * Gets/Sets the character representing a fillable spot in the input mask
267
- */
268
- get: function () {
269
- return this.i.ci;
270
- },
271
- set: function (v) {
272
- this.i.ci = v;
273
- },
274
- enumerable: false,
275
- configurable: true
276
- });
277
- Object.defineProperty(IgcXInputComponent.prototype, "includeLiterals", {
278
- /**
279
- * Specifies if the bound value includes the formatting symbols.
280
- */
281
- get: function () {
282
- return this.i.au;
283
- },
284
- set: function (v) {
285
- this.i.au = ensureBool(v);
286
- this._a("includeLiterals", this.i.au);
287
- },
288
- enumerable: false,
289
- configurable: true
290
- });
291
- Object.defineProperty(IgcXInputComponent.prototype, "showSpinner", {
292
- get: function () {
293
- return this.i.a1;
294
- },
295
- set: function (v) {
296
- this.i.a1 = ensureBool(v);
297
- this._a("showSpinner", this.i.a1);
298
- },
299
- enumerable: false,
300
- configurable: true
301
- });
302
- Object.defineProperty(IgcXInputComponent.prototype, "actualTextColor", {
303
- /**
304
- * Gets the actual color to use for the text color.
305
- */
306
- get: function () {
307
- return brushToString(this.i.d4);
308
- },
309
- set: function (v) {
310
- this.i.d4 = stringToBrush(v);
311
- this._a("actualTextColor", brushToString(this.i.d4));
312
- },
313
- enumerable: false,
314
- configurable: true
315
- });
316
- Object.defineProperty(IgcXInputComponent.prototype, "actualHoverTextColor", {
317
- /**
318
- * Gets the actual hover color to use for the text.
319
- */
320
- get: function () {
321
- return brushToString(this.i.d3);
322
- },
323
- set: function (v) {
324
- this.i.d3 = stringToBrush(v);
325
- this._a("actualHoverTextColor", brushToString(this.i.d3));
326
- },
327
- enumerable: false,
328
- configurable: true
329
- });
330
- Object.defineProperty(IgcXInputComponent.prototype, "textColor", {
331
- /**
332
- * Gets or sets the color to use for the text.
333
- */
334
- get: function () {
335
- return brushToString(this.i.d8);
336
- },
337
- set: function (v) {
338
- this.i.d8 = stringToBrush(v);
339
- this._a("textColor", brushToString(this.i.d8));
340
- },
341
- enumerable: false,
342
- configurable: true
343
- });
344
- Object.defineProperty(IgcXInputComponent.prototype, "textStyle", {
345
- /**
346
- * Gets or sets the use for the button.
347
- */
348
- get: function () {
349
- if (this.i.af == null) {
350
- return null;
351
- }
352
- return this.i.af.fontString;
353
- },
354
- set: function (v) {
355
- var fi = new FontInfo();
356
- fi.fontString = v;
357
- this.i.af = fi;
358
- this._a("textStyle", this.i.af != null ? this.i.af.fontString : "");
359
- },
360
- enumerable: false,
361
- configurable: true
362
- });
363
- Object.defineProperty(IgcXInputComponent.prototype, "inputType", {
364
- /**
365
- * Gets or sets the type to use for the input.
366
- */
367
- get: function () {
368
- return this.i.b8;
369
- },
370
- set: function (v) {
371
- this.i.b8 = v;
372
- },
373
- enumerable: false,
374
- configurable: true
375
- });
376
- Object.defineProperty(IgcXInputComponent.prototype, "placeholder", {
377
- /**
378
- * Gets or sets the placeholder to use for the input.
379
- */
380
- get: function () {
381
- return this.i.cg;
382
- },
383
- set: function (v) {
384
- this.i.cg = v;
385
- },
386
- enumerable: false,
387
- configurable: true
388
- });
389
- Object.defineProperty(IgcXInputComponent.prototype, "hoverTextColor", {
390
- /**
391
- * Gets or sets the color to use for the hovered text of the button regardless of type.
392
- */
393
- get: function () {
394
- return brushToString(this.i.d7);
395
- },
396
- set: function (v) {
397
- this.i.d7 = stringToBrush(v);
398
- this._a("hoverTextColor", brushToString(this.i.d7));
399
- },
400
- enumerable: false,
401
- configurable: true
402
- });
403
- Object.defineProperty(IgcXInputComponent.prototype, "id", {
404
- /**
405
- * Gets or sets the id to use for the checkbox.
406
- */
407
- get: function () {
408
- return this.i.b5;
409
- },
410
- set: function (v) {
411
- this.i.b5 = v;
412
- },
413
- enumerable: false,
414
- configurable: true
415
- });
416
- Object.defineProperty(IgcXInputComponent.prototype, "tabIndex", {
417
- /**
418
- * Gets or sets TabIndex to use for the checkbox.
419
- */
420
- get: function () {
421
- return this.i.be;
422
- },
423
- set: function (v) {
424
- this.i.be = +v;
425
- this._a("tabIndex", this.i.be);
426
- },
427
- enumerable: false,
428
- configurable: true
429
- });
430
- Object.defineProperty(IgcXInputComponent.prototype, "for", {
431
- /**
432
- * Gets or sets the for attribute to use for the input.
433
- */
434
- get: function () {
435
- return this.i.b2;
436
- },
437
- set: function (v) {
438
- this.i.b2 = v;
439
- },
440
- enumerable: false,
441
- configurable: true
442
- });
443
- Object.defineProperty(IgcXInputComponent.prototype, "ariaLabel", {
444
- /**
445
- * Gets or sets the value of the aria-label attribute.
446
- */
447
- get: function () {
448
- return this.i.bx;
449
- },
450
- set: function (v) {
451
- this.i.bx = v;
452
- },
453
- enumerable: false,
454
- configurable: true
455
- });
456
- Object.defineProperty(IgcXInputComponent.prototype, "isHover", {
457
- /**
458
- * Gets or sets whether the input is hovered.
459
- */
460
- get: function () {
461
- return this.i.aw;
462
- },
463
- set: function (v) {
464
- this.i.aw = ensureBool(v);
465
- this._a("isHover", this.i.aw);
466
- },
467
- enumerable: false,
468
- configurable: true
469
- });
470
- Object.defineProperty(IgcXInputComponent.prototype, "value", {
471
- /**
472
- * Gets or sets the value for the input.
473
- */
474
- get: function () {
475
- return this.i.cq;
476
- },
477
- set: function (v) {
478
- this.i.cq = v;
479
- },
480
- enumerable: false,
481
- configurable: true
482
- });
483
- Object.defineProperty(IgcXInputComponent.prototype, "hasValue", {
484
- get: function () {
485
- return this.i.at;
486
- },
487
- enumerable: false,
488
- configurable: true
489
- });
490
- Object.defineProperty(IgcXInputComponent.prototype, "disabled", {
491
- /**
492
- * Gets or sets whether the checkbox is disabled.
493
- */
494
- get: function () {
495
- return this.i.disabled;
496
- },
497
- set: function (v) {
498
- this.i.disabled = ensureBool(v);
499
- this._a("disabled", this.i.disabled);
500
- },
501
- enumerable: false,
502
- configurable: true
503
- });
504
- Object.defineProperty(IgcXInputComponent.prototype, "readonly", {
505
- /**
506
- * Gets or sets whether the checkbox is readonly.
507
- */
508
- get: function () {
509
- return this.i.readonly;
510
- },
511
- set: function (v) {
512
- this.i.readonly = ensureBool(v);
513
- this._a("readonly", this.i.readonly);
514
- },
515
- enumerable: false,
516
- configurable: true
517
- });
518
- Object.defineProperty(IgcXInputComponent.prototype, "textAlignment", {
519
- /**
520
- * Gets or sets the alignment of the text.
521
- */
522
- get: function () {
523
- return this.i.dy;
524
- },
525
- set: function (v) {
526
- this.i.dy = ensureEnum(HorizontalAlignment_$type, v);
527
- this._a("textAlignment", enumToString(HorizontalAlignment_$type, this.i.dy));
528
- },
529
- enumerable: false,
530
- configurable: true
531
- });
532
- Object.defineProperty(IgcXInputComponent.prototype, "selectionStart", {
533
- /**
534
- * Returns / Sets the beginning index of the selected text. When nothing is selected, this returns the position of the text input cursor (caret) inside of the input.
535
- */
536
- get: function () {
537
- return this.i.selectionStart;
538
- },
539
- set: function (v) {
540
- this.i.selectionStart = +v;
541
- this._a("selectionStart", this.i.selectionStart);
542
- },
543
- enumerable: false,
544
- configurable: true
545
- });
546
- Object.defineProperty(IgcXInputComponent.prototype, "selectionEnd", {
547
- /**
548
- * Returns / Sets the end index of the selected text. When nothing is selected, this returns the position of the text input cursor (caret) inside of the input.
549
- */
550
- get: function () {
551
- return this.i.selectionEnd;
552
- },
553
- set: function (v) {
554
- this.i.selectionEnd = +v;
555
- this._a("selectionEnd", this.i.selectionEnd);
556
- },
557
- enumerable: false,
558
- configurable: true
559
- });
560
- IgcXInputComponent.prototype.onDetachedFromUI = function () {
561
- this.i.onDetachedFromUI();
562
- };
563
- IgcXInputComponent.prototype.onAttachedToUI = function () {
564
- this.i.onAttachedToUI();
565
- };
566
- /**
567
- * Exports visual information about the current state of the grid.
568
-
569
- */
570
- IgcXInputComponent.prototype.exportVisualModel = function () {
571
- var iv = this.i.bg();
572
- return (iv);
573
- };
574
- /**
575
- * Returns a serialized copy of the exported visual model
576
-
577
- */
578
- IgcXInputComponent.prototype.exportSerializedVisualModel = function () {
579
- var iv = this.i.b1();
580
- return (iv);
581
- };
582
- IgcXInputComponent.prototype.setSelectionRange = function (selectionStart, selectionEnd) {
583
- this.i.dr(selectionStart, selectionEnd);
584
- };
585
- IgcXInputComponent.prototype.blur = function () {
586
- this.i.ct();
587
- };
588
- IgcXInputComponent.prototype.select = function () {
589
- this.i.dp();
590
- };
591
- Object.defineProperty(IgcXInputComponent.prototype, "keyDown", {
592
- get: function () {
593
- return this._keyDown;
594
- },
595
- set: function (ev) {
596
- var _this = this;
597
- if (this._keyDown_wrapped !== null) {
598
- this.i.keyDown = delegateRemove(this.i.keyDown, this._keyDown_wrapped);
599
- this._keyDown_wrapped = null;
600
- this._keyDown = null;
601
- }
602
- this._keyDown = ev;
603
- this._keyDown_wrapped = function (o, e) {
604
- var outerArgs = new IgcKeyEventArgs();
605
- outerArgs._provideImplementation(e);
606
- if (_this.beforeKeyDown) {
607
- _this.beforeKeyDown(_this, outerArgs);
608
- }
609
- if (_this._keyDown) {
610
- _this._keyDown(_this, outerArgs);
611
- }
612
- };
613
- this.i.keyDown = delegateCombine(this.i.keyDown, this._keyDown_wrapped);
614
- ;
615
- },
616
- enumerable: false,
617
- configurable: true
618
- });
619
- Object.defineProperty(IgcXInputComponent.prototype, "keyUp", {
620
- get: function () {
621
- return this._keyUp;
622
- },
623
- set: function (ev) {
624
- var _this = this;
625
- if (this._keyUp_wrapped !== null) {
626
- this.i.keyUp = delegateRemove(this.i.keyUp, this._keyUp_wrapped);
627
- this._keyUp_wrapped = null;
628
- this._keyUp = null;
629
- }
630
- this._keyUp = ev;
631
- this._keyUp_wrapped = function (o, e) {
632
- var outerArgs = new IgcKeyEventArgs();
633
- outerArgs._provideImplementation(e);
634
- if (_this.beforeKeyUp) {
635
- _this.beforeKeyUp(_this, outerArgs);
636
- }
637
- if (_this._keyUp) {
638
- _this._keyUp(_this, outerArgs);
639
- }
640
- };
641
- this.i.keyUp = delegateCombine(this.i.keyUp, this._keyUp_wrapped);
642
- ;
643
- },
644
- enumerable: false,
645
- configurable: true
646
- });
647
- Object.defineProperty(IgcXInputComponent.prototype, "keyPress", {
648
- get: function () {
649
- return this._keyPress;
650
- },
651
- set: function (ev) {
652
- var _this = this;
653
- if (this._keyPress_wrapped !== null) {
654
- this.i.keyPress = delegateRemove(this.i.keyPress, this._keyPress_wrapped);
655
- this._keyPress_wrapped = null;
656
- this._keyPress = null;
657
- }
658
- this._keyPress = ev;
659
- this._keyPress_wrapped = function (o, e) {
660
- var outerArgs = new IgcKeyEventArgs();
661
- outerArgs._provideImplementation(e);
662
- if (_this.beforeKeyPress) {
663
- _this.beforeKeyPress(_this, outerArgs);
664
- }
665
- if (_this._keyPress) {
666
- _this._keyPress(_this, outerArgs);
667
- }
668
- };
669
- this.i.keyPress = delegateCombine(this.i.keyPress, this._keyPress_wrapped);
670
- ;
671
- },
672
- enumerable: false,
673
- configurable: true
674
- });
675
- Object.defineProperty(IgcXInputComponent.prototype, "change", {
676
- get: function () {
677
- return this._change;
678
- },
679
- set: function (ev) {
680
- var _this = this;
681
- if (this._change_wrapped !== null) {
682
- this.i.change = delegateRemove(this.i.change, this._change_wrapped);
683
- this._change_wrapped = null;
684
- this._change = null;
685
- }
686
- this._change = ev;
687
- this._change_wrapped = function (o, e) {
688
- var outerArgs = new IgcInputChangeEventArgs();
689
- outerArgs._provideImplementation(e);
690
- if (_this.beforeChange) {
691
- _this.beforeChange(_this, outerArgs);
692
- }
693
- if (_this._change) {
694
- _this._change(_this, outerArgs);
695
- }
696
- };
697
- this.i.change = delegateCombine(this.i.change, this._change_wrapped);
698
- ;
699
- },
700
- enumerable: false,
701
- configurable: true
702
- });
703
- Object.defineProperty(IgcXInputComponent.prototype, "changing", {
704
- get: function () {
705
- return this._changing;
706
- },
707
- set: function (ev) {
708
- var _this = this;
709
- if (this._changing_wrapped !== null) {
710
- this.i.changing = delegateRemove(this.i.changing, this._changing_wrapped);
711
- this._changing_wrapped = null;
712
- this._changing = null;
713
- }
714
- this._changing = ev;
715
- this._changing_wrapped = function (o, e) {
716
- var outerArgs = new IgcInputChangeEventArgs();
717
- outerArgs._provideImplementation(e);
718
- if (_this.beforeChanging) {
719
- _this.beforeChanging(_this, outerArgs);
720
- }
721
- if (_this._changing) {
722
- _this._changing(_this, outerArgs);
723
- }
724
- };
725
- this.i.changing = delegateCombine(this.i.changing, this._changing_wrapped);
726
- ;
727
- },
728
- enumerable: false,
729
- configurable: true
730
- });
731
- Object.defineProperty(IgcXInputComponent.prototype, "compositionEnd", {
732
- get: function () {
733
- return this._compositionEnd;
734
- },
735
- set: function (ev) {
736
- var _this = this;
737
- if (this._compositionEnd_wrapped !== null) {
738
- this.i.compositionEnd = delegateRemove(this.i.compositionEnd, this._compositionEnd_wrapped);
739
- this._compositionEnd_wrapped = null;
740
- this._compositionEnd = null;
741
- }
742
- this._compositionEnd = ev;
743
- this._compositionEnd_wrapped = function (o, e) {
744
- var outerArgs = new IgcInputChangeEventArgs();
745
- outerArgs._provideImplementation(e);
746
- if (_this.beforeCompositionEnd) {
747
- _this.beforeCompositionEnd(_this, outerArgs);
748
- }
749
- if (_this._compositionEnd) {
750
- _this._compositionEnd(_this, outerArgs);
751
- }
752
- };
753
- this.i.compositionEnd = delegateCombine(this.i.compositionEnd, this._compositionEnd_wrapped);
754
- ;
755
- },
756
- enumerable: false,
757
- configurable: true
758
- });
759
- IgcXInputComponent._observedAttributesIgcXInputComponent = null;
760
- IgcXInputComponent.htmlTagName = "igc-x-input";
761
- IgcXInputComponent._isElementRegistered = false;
762
- return IgcXInputComponent;
763
- }(IgcXInputGroupItemComponent));