igniteui-webcomponents-inputs 1.3.3 → 1.4.2

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 (574) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +6800 -6407
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +7 -2
  3. package/esm2015/igniteui-webcomponents-inputs.js +0 -1
  4. package/esm2015/lib/ButtonClickEventArgs.js +0 -1
  5. package/esm2015/lib/ButtonDisplayStyle.js +0 -1
  6. package/esm2015/lib/ButtonGroupDisplayStyle.js +0 -1
  7. package/esm2015/lib/ButtonGroupOrientation.js +0 -1
  8. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +0 -1
  9. package/esm2015/lib/ButtonGroupView.js +0 -1
  10. package/esm2015/lib/ButtonGroupView_combined.js +191 -192
  11. package/esm2015/lib/ButtonGroupVisualModelExport.js +0 -1
  12. package/esm2015/lib/ButtonView.js +0 -1
  13. package/esm2015/lib/ButtonView_combined.js +463 -464
  14. package/esm2015/lib/ButtonVisualModelExport.js +0 -1
  15. package/esm2015/lib/CalendarView.js +0 -1
  16. package/esm2015/lib/CalendarView_combined.js +560 -522
  17. package/esm2015/lib/CalendarVisualModelExport.js +0 -1
  18. package/esm2015/lib/CheckboxChangeEventArgs.js +0 -1
  19. package/esm2015/lib/CheckboxLabelPosition.js +0 -1
  20. package/esm2015/lib/CheckboxView.js +0 -1
  21. package/esm2015/lib/CheckboxView_combined.js +102 -97
  22. package/esm2015/lib/CheckboxVisualModelExport.js +0 -1
  23. package/esm2015/lib/DateFormats.js +0 -1
  24. package/esm2015/lib/DatePicker.js +0 -1
  25. package/esm2015/lib/DatePickerView.js +0 -1
  26. package/esm2015/lib/DatePickerView_combined.js +708 -637
  27. package/esm2015/lib/DatePickerVisualModelExport.js +10 -11
  28. package/esm2015/lib/DateTimeValueFormatter.js +0 -1
  29. package/esm2015/lib/DayInfo.js +0 -1
  30. package/esm2015/lib/DayOfWeek.js +0 -1
  31. package/esm2015/lib/ElevationHelper.js +0 -1
  32. package/esm2015/lib/FirstWeek.js +0 -1
  33. package/esm2015/lib/GotFocusEventArgs.js +0 -1
  34. package/esm2015/lib/{Checkbox.js → IconClickedEventArgs.js} +10 -2
  35. package/esm2015/lib/IconView.js +0 -1
  36. package/esm2015/lib/IconView_combined.js +373 -325
  37. package/esm2015/lib/IconVisualModelExport.js +27 -19
  38. package/esm2015/lib/InputChangeEventArgs.js +0 -1
  39. package/esm2015/lib/InputGroupDisplayType.js +0 -1
  40. package/esm2015/lib/InputGroupView.js +0 -1
  41. package/esm2015/lib/InputGroupView_combined.js +1724 -1663
  42. package/esm2015/lib/InputGroupVisualModelExport.js +0 -1
  43. package/esm2015/lib/InputShiftType.js +0 -1
  44. package/esm2015/lib/InputView.js +0 -1
  45. package/esm2015/lib/InputVisualModelExport.js +3 -4
  46. package/esm2015/lib/KEYCODES.js +0 -1
  47. package/esm2015/lib/LabelShiftType.js +0 -1
  48. package/esm2015/lib/LabelView.js +0 -1
  49. package/esm2015/lib/LabelVisualModelExport.js +7 -8
  50. package/esm2015/lib/LostFocusEventArgs.js +0 -1
  51. package/esm2015/lib/MaskOptions.js +0 -1
  52. package/esm2015/lib/MaskParsingService.js +0 -1
  53. package/esm2015/lib/PrefixShiftType.js +0 -1
  54. package/esm2015/lib/PrefixView.js +0 -1
  55. package/esm2015/lib/PrefixVisualModelExport.js +0 -1
  56. package/esm2015/lib/Replaced.js +0 -1
  57. package/esm2015/lib/RippleView.js +0 -1
  58. package/esm2015/lib/RippleView_combined.js +11 -12
  59. package/esm2015/lib/RippleVisualModelExport.js +0 -1
  60. package/esm2015/lib/{ValueChangedEventArgs.js → SelectedValueChangedEventArgs.js} +4 -5
  61. package/esm2015/lib/SuffixShiftType.js +0 -1
  62. package/esm2015/lib/SuffixView.js +0 -1
  63. package/esm2015/lib/SuffixVisualModelExport.js +0 -1
  64. package/esm2015/lib/TextElementsVisualModelExport.js +0 -1
  65. package/esm2015/lib/ThemeResolver.js +0 -1
  66. package/esm2015/lib/{Icon.js → XButton.js} +1 -2
  67. package/{esm5/lib/Icon.js → esm2015/lib/XButtonGroup.js} +1 -2
  68. package/esm2015/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +6 -7
  69. package/{esm5/lib/Button.js → esm2015/lib/XCalendar.js} +1 -2
  70. package/esm2015/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +1 -2
  71. package/esm2015/lib/{Button.js → XCheckbox.js} +1 -2
  72. package/esm2015/lib/XIcon.js +7 -0
  73. package/esm2015/lib/XInput.js +7 -0
  74. package/esm2015/lib/XInputGroup.js +7 -0
  75. package/esm2015/lib/XInputGroupInputCollection.js +7 -0
  76. package/esm2015/lib/XInputGroupItem.js +7 -0
  77. package/esm2015/lib/XLabel.js +7 -0
  78. package/esm2015/lib/XPrefix.js +7 -0
  79. package/esm2015/lib/XRipple.js +7 -0
  80. package/esm2015/lib/XSuffix.js +7 -0
  81. package/esm2015/lib/igc-button-click-event-args.js +0 -1
  82. package/esm2015/lib/igc-button-group-selection-changed-event-args.js +0 -1
  83. package/esm2015/lib/igc-checkbox-change-event-args.js +0 -1
  84. package/esm2015/lib/igc-date-picker-component.js +107 -76
  85. package/esm2015/lib/igc-date-picker-module.js +8 -9
  86. package/esm2015/lib/igc-got-focus-event-args.js +0 -1
  87. package/esm2015/lib/igc-input-change-event-args.js +0 -1
  88. package/esm2015/lib/igc-lost-focus-event-args.js +0 -1
  89. package/esm2015/lib/{igc-value-changed-event-args.js → igc-selected-value-changed-event-args.js} +3 -4
  90. package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +36 -37
  91. package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +9 -10
  92. package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +38 -39
  93. package/esm2015/lib/{igc-checkbox-module.js → igc-x-button-group-module.js} +9 -10
  94. package/esm2015/lib/igc-x-button-module.js +21 -0
  95. package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +106 -82
  96. package/esm2015/lib/{igc-calendar-locale-en-module.js → igc-x-calendar-locale-en-module.js} +3 -4
  97. package/esm2015/lib/igc-x-calendar-module.js +21 -0
  98. package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +24 -25
  99. package/esm2015/lib/igc-x-checkbox-module.js +21 -0
  100. package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +83 -77
  101. package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +7 -8
  102. package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +85 -82
  103. package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +378 -378
  104. package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +9 -10
  105. package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +9 -10
  106. package/esm2015/lib/{igc-button-group-module.js → igc-x-input-group-module.js} +11 -10
  107. package/esm2015/lib/{igc-icon-module.js → igc-x-input-module.js} +7 -8
  108. package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +76 -65
  109. package/esm2015/lib/{igc-label-module.js → igc-x-label-module.js} +7 -8
  110. package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +18 -19
  111. package/esm2015/lib/{igc-prefix-module.js → igc-x-prefix-module.js} +7 -8
  112. package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +18 -19
  113. package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +7 -8
  114. package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +18 -19
  115. package/esm2015/public_api.js +43 -43
  116. package/esm5/igniteui-webcomponents-inputs.js +0 -1
  117. package/esm5/lib/ButtonClickEventArgs.js +0 -1
  118. package/esm5/lib/ButtonDisplayStyle.js +0 -1
  119. package/esm5/lib/ButtonGroupDisplayStyle.js +0 -1
  120. package/esm5/lib/ButtonGroupOrientation.js +0 -1
  121. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +0 -1
  122. package/esm5/lib/ButtonGroupView.js +0 -1
  123. package/esm5/lib/ButtonGroupView_combined.js +280 -281
  124. package/esm5/lib/ButtonGroupVisualModelExport.js +0 -1
  125. package/esm5/lib/ButtonView.js +0 -1
  126. package/esm5/lib/ButtonView_combined.js +625 -626
  127. package/esm5/lib/ButtonVisualModelExport.js +0 -1
  128. package/esm5/lib/CalendarView.js +0 -1
  129. package/esm5/lib/CalendarView_combined.js +615 -577
  130. package/esm5/lib/CalendarVisualModelExport.js +0 -1
  131. package/esm5/lib/CheckboxChangeEventArgs.js +0 -1
  132. package/esm5/lib/CheckboxLabelPosition.js +0 -1
  133. package/esm5/lib/CheckboxView.js +0 -1
  134. package/esm5/lib/CheckboxView_combined.js +154 -149
  135. package/esm5/lib/CheckboxVisualModelExport.js +0 -1
  136. package/esm5/lib/DateFormats.js +0 -1
  137. package/esm5/lib/DatePicker.js +0 -1
  138. package/esm5/lib/DatePickerView.js +0 -1
  139. package/esm5/lib/DatePickerView_combined.js +697 -618
  140. package/esm5/lib/DatePickerVisualModelExport.js +10 -11
  141. package/esm5/lib/DateTimeValueFormatter.js +0 -1
  142. package/esm5/lib/DayInfo.js +0 -1
  143. package/esm5/lib/DayOfWeek.js +0 -1
  144. package/esm5/lib/ElevationHelper.js +0 -1
  145. package/esm5/lib/FirstWeek.js +0 -1
  146. package/esm5/lib/GotFocusEventArgs.js +0 -1
  147. package/esm5/lib/IconClickedEventArgs.js +20 -0
  148. package/esm5/lib/IconView.js +0 -1
  149. package/esm5/lib/IconView_combined.js +370 -318
  150. package/esm5/lib/IconVisualModelExport.js +27 -19
  151. package/esm5/lib/InputChangeEventArgs.js +0 -1
  152. package/esm5/lib/InputGroupDisplayType.js +0 -1
  153. package/esm5/lib/InputGroupView.js +0 -1
  154. package/esm5/lib/InputGroupView_combined.js +1879 -1809
  155. package/esm5/lib/InputGroupVisualModelExport.js +0 -1
  156. package/esm5/lib/InputShiftType.js +0 -1
  157. package/esm5/lib/InputView.js +0 -1
  158. package/esm5/lib/InputVisualModelExport.js +3 -4
  159. package/esm5/lib/KEYCODES.js +0 -1
  160. package/esm5/lib/LabelShiftType.js +0 -1
  161. package/esm5/lib/LabelView.js +0 -1
  162. package/esm5/lib/LabelVisualModelExport.js +7 -8
  163. package/esm5/lib/LostFocusEventArgs.js +0 -1
  164. package/esm5/lib/MaskOptions.js +0 -1
  165. package/esm5/lib/MaskParsingService.js +0 -1
  166. package/esm5/lib/PrefixShiftType.js +0 -1
  167. package/esm5/lib/PrefixView.js +0 -1
  168. package/esm5/lib/PrefixVisualModelExport.js +0 -1
  169. package/esm5/lib/Replaced.js +0 -1
  170. package/esm5/lib/RippleView.js +0 -1
  171. package/esm5/lib/RippleView_combined.js +40 -41
  172. package/esm5/lib/RippleVisualModelExport.js +0 -1
  173. package/esm5/lib/{ValueChangedEventArgs.js → SelectedValueChangedEventArgs.js} +8 -9
  174. package/esm5/lib/SuffixShiftType.js +0 -1
  175. package/esm5/lib/SuffixView.js +0 -1
  176. package/esm5/lib/SuffixVisualModelExport.js +0 -1
  177. package/esm5/lib/TextElementsVisualModelExport.js +0 -1
  178. package/esm5/lib/ThemeResolver.js +0 -1
  179. package/esm5/lib/XButton.js +7 -0
  180. package/esm5/lib/XButtonGroup.js +7 -0
  181. package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +9 -10
  182. package/esm5/lib/XCalendar.js +7 -0
  183. package/esm5/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +4 -5
  184. package/esm5/lib/XCheckbox.js +7 -0
  185. package/esm5/lib/XIcon.js +7 -0
  186. package/esm5/lib/XInput.js +7 -0
  187. package/esm5/lib/XInputGroup.js +7 -0
  188. package/esm5/lib/XInputGroupInputCollection.js +7 -0
  189. package/esm5/lib/XInputGroupItem.js +7 -0
  190. package/esm5/lib/XLabel.js +7 -0
  191. package/esm5/lib/XPrefix.js +7 -0
  192. package/esm5/lib/XRipple.js +7 -0
  193. package/esm5/lib/XSuffix.js +7 -0
  194. package/esm5/lib/igc-button-click-event-args.js +0 -1
  195. package/esm5/lib/igc-button-group-selection-changed-event-args.js +0 -1
  196. package/esm5/lib/igc-checkbox-change-event-args.js +0 -1
  197. package/esm5/lib/igc-date-picker-component.js +114 -74
  198. package/esm5/lib/igc-date-picker-module.js +8 -9
  199. package/esm5/lib/igc-got-focus-event-args.js +0 -1
  200. package/esm5/lib/igc-input-change-event-args.js +0 -1
  201. package/esm5/lib/igc-lost-focus-event-args.js +0 -1
  202. package/esm5/lib/igc-selected-value-changed-event-args.js +50 -0
  203. package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +242 -243
  204. package/esm5/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +14 -15
  205. package/esm5/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +131 -132
  206. package/esm5/lib/igc-x-button-group-module.js +25 -0
  207. package/esm5/lib/{igc-prefix-module.js → igc-x-button-module.js} +13 -12
  208. package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +153 -124
  209. package/esm5/lib/{igc-calendar-locale-en-module.js → igc-x-calendar-locale-en-module.js} +7 -8
  210. package/esm5/lib/igc-x-calendar-module.js +25 -0
  211. package/esm5/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +83 -84
  212. package/esm5/lib/igc-x-checkbox-module.js +25 -0
  213. package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +134 -124
  214. package/esm5/lib/{igc-input-module.js → igc-x-icon-module.js} +11 -12
  215. package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +137 -125
  216. package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +578 -578
  217. package/esm5/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +14 -15
  218. package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +26 -27
  219. package/esm5/lib/igc-x-input-group-module.js +27 -0
  220. package/esm5/lib/{igc-icon-module.js → igc-x-input-module.js} +11 -12
  221. package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +125 -110
  222. package/esm5/lib/igc-x-label-module.js +23 -0
  223. package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +39 -40
  224. package/esm5/lib/{igc-label-module.js → igc-x-prefix-module.js} +11 -12
  225. package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +56 -57
  226. package/esm5/lib/igc-x-ripple-module.js +21 -0
  227. package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +39 -40
  228. package/esm5/public_api.js +43 -43
  229. package/fesm2015/igniteui-webcomponents-inputs.js +5317 -4979
  230. package/fesm5/igniteui-webcomponents-inputs.js +6761 -6369
  231. package/lib/ButtonGroupView_combined.d.ts +21 -21
  232. package/lib/ButtonView_combined.d.ts +19 -19
  233. package/lib/CalendarView_combined.d.ts +71 -67
  234. package/lib/CheckboxView_combined.d.ts +10 -10
  235. package/lib/DatePickerView_combined.d.ts +129 -125
  236. package/lib/DatePickerVisualModelExport.d.ts +5 -5
  237. package/lib/IconClickedEventArgs.d.ts +7 -0
  238. package/lib/IconView_combined.d.ts +83 -76
  239. package/lib/IconVisualModelExport.d.ts +10 -6
  240. package/lib/InputGroupView_combined.d.ts +389 -382
  241. package/lib/InputVisualModelExport.d.ts +2 -2
  242. package/lib/LabelVisualModelExport.d.ts +3 -3
  243. package/lib/RippleView_combined.d.ts +2 -2
  244. package/lib/{ValueChangedEventArgs.d.ts → SelectedValueChangedEventArgs.d.ts} +1 -1
  245. package/lib/XButton.d.ts +1 -0
  246. package/lib/XButtonGroup.d.ts +1 -0
  247. package/lib/{ButtonGroupButtonCollection.d.ts → XButtonGroupButtonCollection.d.ts} +2 -2
  248. package/lib/XCalendar.d.ts +1 -0
  249. package/lib/{CalendarLocaleEn.d.ts → XCalendarLocaleEn.d.ts} +1 -1
  250. package/lib/XCheckbox.d.ts +1 -0
  251. package/lib/XIcon.d.ts +1 -0
  252. package/lib/XInput.d.ts +1 -0
  253. package/lib/XInputGroup.d.ts +1 -0
  254. package/lib/XInputGroupInputCollection.d.ts +1 -0
  255. package/lib/XInputGroupItem.d.ts +1 -0
  256. package/lib/XLabel.d.ts +1 -0
  257. package/lib/XPrefix.d.ts +1 -0
  258. package/lib/XRipple.d.ts +1 -0
  259. package/lib/XSuffix.d.ts +1 -0
  260. package/lib/igc-date-picker-component.d.ts +8 -4
  261. package/lib/igc-selected-value-changed-event-args.d.ts +14 -0
  262. package/lib/{igc-button-component.d.ts → igc-x-button-component.d.ts} +7 -7
  263. package/lib/igc-x-button-group-button-collection.d.ts +8 -0
  264. package/lib/{igc-button-group-component.d.ts → igc-x-button-group-component.d.ts} +12 -12
  265. package/lib/igc-x-button-group-module.d.ts +3 -0
  266. package/lib/igc-x-button-module.d.ts +3 -0
  267. package/lib/{igc-calendar-component.d.ts → igc-x-calendar-component.d.ts} +13 -10
  268. package/lib/igc-x-calendar-locale-en-module.d.ts +3 -0
  269. package/lib/igc-x-calendar-module.d.ts +3 -0
  270. package/lib/{igc-checkbox-component.d.ts → igc-x-checkbox-component.d.ts} +7 -7
  271. package/lib/igc-x-checkbox-module.d.ts +3 -0
  272. package/lib/{igc-icon-component.d.ts → igc-x-icon-component.d.ts} +7 -6
  273. package/lib/igc-x-icon-module.d.ts +3 -0
  274. package/lib/{igc-input-component.d.ts → igc-x-input-component.d.ts} +15 -11
  275. package/lib/{igc-input-group-component.d.ts → igc-x-input-group-component.d.ts} +11 -11
  276. package/lib/igc-x-input-group-input-collection.d.ts +8 -0
  277. package/lib/{igc-input-group-item-component.d.ts → igc-x-input-group-item-component.d.ts} +6 -6
  278. package/lib/igc-x-input-group-module.d.ts +3 -0
  279. package/lib/igc-x-input-module.d.ts +3 -0
  280. package/lib/{igc-label-component.d.ts → igc-x-label-component.d.ts} +11 -6
  281. package/lib/igc-x-label-module.d.ts +3 -0
  282. package/lib/{igc-prefix-component.d.ts → igc-x-prefix-component.d.ts} +6 -6
  283. package/lib/igc-x-prefix-module.d.ts +3 -0
  284. package/lib/{igc-ripple-component.d.ts → igc-x-ripple-component.d.ts} +6 -6
  285. package/lib/igc-x-ripple-module.d.ts +3 -0
  286. package/lib/{igc-suffix-component.d.ts → igc-x-suffix-component.d.ts} +6 -6
  287. package/package.json +2 -2
  288. package/public_api.d.ts +43 -42
  289. package/bundles/igniteui-webcomponents-inputs.umd.js.map +0 -1
  290. package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +0 -1
  291. package/esm2015/igniteui-webcomponents-inputs.js.map +0 -1
  292. package/esm2015/lib/Button.js.map +0 -1
  293. package/esm2015/lib/ButtonClickEventArgs.js.map +0 -1
  294. package/esm2015/lib/ButtonDisplayStyle.js.map +0 -1
  295. package/esm2015/lib/ButtonGroup.js +0 -8
  296. package/esm2015/lib/ButtonGroup.js.map +0 -1
  297. package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
  298. package/esm2015/lib/ButtonGroupDisplayStyle.js.map +0 -1
  299. package/esm2015/lib/ButtonGroupOrientation.js.map +0 -1
  300. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js.map +0 -1
  301. package/esm2015/lib/ButtonGroupView.js.map +0 -1
  302. package/esm2015/lib/ButtonGroupView_combined.js.map +0 -1
  303. package/esm2015/lib/ButtonGroupVisualModelExport.js.map +0 -1
  304. package/esm2015/lib/ButtonView.js.map +0 -1
  305. package/esm2015/lib/ButtonView_combined.js.map +0 -1
  306. package/esm2015/lib/ButtonVisualModelExport.js.map +0 -1
  307. package/esm2015/lib/Calendar.js +0 -8
  308. package/esm2015/lib/Calendar.js.map +0 -1
  309. package/esm2015/lib/CalendarLocaleEn.js.map +0 -1
  310. package/esm2015/lib/CalendarView.js.map +0 -1
  311. package/esm2015/lib/CalendarView_combined.js.map +0 -1
  312. package/esm2015/lib/CalendarVisualModelExport.js.map +0 -1
  313. package/esm2015/lib/Checkbox.js.map +0 -1
  314. package/esm2015/lib/CheckboxChangeEventArgs.js.map +0 -1
  315. package/esm2015/lib/CheckboxLabelPosition.js.map +0 -1
  316. package/esm2015/lib/CheckboxView.js.map +0 -1
  317. package/esm2015/lib/CheckboxView_combined.js.map +0 -1
  318. package/esm2015/lib/CheckboxVisualModelExport.js.map +0 -1
  319. package/esm2015/lib/DateFormats.js.map +0 -1
  320. package/esm2015/lib/DatePicker.js.map +0 -1
  321. package/esm2015/lib/DatePickerView.js.map +0 -1
  322. package/esm2015/lib/DatePickerView_combined.js.map +0 -1
  323. package/esm2015/lib/DatePickerVisualModelExport.js.map +0 -1
  324. package/esm2015/lib/DateTimeValueFormatter.js.map +0 -1
  325. package/esm2015/lib/DayInfo.js.map +0 -1
  326. package/esm2015/lib/DayOfWeek.js.map +0 -1
  327. package/esm2015/lib/ElevationHelper.js.map +0 -1
  328. package/esm2015/lib/FirstWeek.js.map +0 -1
  329. package/esm2015/lib/GotFocusEventArgs.js.map +0 -1
  330. package/esm2015/lib/Icon.js.map +0 -1
  331. package/esm2015/lib/IconView.js.map +0 -1
  332. package/esm2015/lib/IconView_combined.js.map +0 -1
  333. package/esm2015/lib/IconVisualModelExport.js.map +0 -1
  334. package/esm2015/lib/Input.js +0 -8
  335. package/esm2015/lib/Input.js.map +0 -1
  336. package/esm2015/lib/InputChangeEventArgs.js.map +0 -1
  337. package/esm2015/lib/InputGroup.js +0 -8
  338. package/esm2015/lib/InputGroup.js.map +0 -1
  339. package/esm2015/lib/InputGroupDisplayType.js.map +0 -1
  340. package/esm2015/lib/InputGroupInputCollection.js +0 -8
  341. package/esm2015/lib/InputGroupInputCollection.js.map +0 -1
  342. package/esm2015/lib/InputGroupItem.js +0 -8
  343. package/esm2015/lib/InputGroupItem.js.map +0 -1
  344. package/esm2015/lib/InputGroupView.js.map +0 -1
  345. package/esm2015/lib/InputGroupView_combined.js.map +0 -1
  346. package/esm2015/lib/InputGroupVisualModelExport.js.map +0 -1
  347. package/esm2015/lib/InputShiftType.js.map +0 -1
  348. package/esm2015/lib/InputView.js.map +0 -1
  349. package/esm2015/lib/InputVisualModelExport.js.map +0 -1
  350. package/esm2015/lib/KEYCODES.js.map +0 -1
  351. package/esm2015/lib/Label.js +0 -8
  352. package/esm2015/lib/Label.js.map +0 -1
  353. package/esm2015/lib/LabelShiftType.js.map +0 -1
  354. package/esm2015/lib/LabelView.js.map +0 -1
  355. package/esm2015/lib/LabelVisualModelExport.js.map +0 -1
  356. package/esm2015/lib/LostFocusEventArgs.js.map +0 -1
  357. package/esm2015/lib/MaskOptions.js.map +0 -1
  358. package/esm2015/lib/MaskParsingService.js.map +0 -1
  359. package/esm2015/lib/Prefix.js +0 -8
  360. package/esm2015/lib/Prefix.js.map +0 -1
  361. package/esm2015/lib/PrefixShiftType.js.map +0 -1
  362. package/esm2015/lib/PrefixView.js.map +0 -1
  363. package/esm2015/lib/PrefixVisualModelExport.js.map +0 -1
  364. package/esm2015/lib/Replaced.js.map +0 -1
  365. package/esm2015/lib/Ripple.js +0 -8
  366. package/esm2015/lib/Ripple.js.map +0 -1
  367. package/esm2015/lib/RippleView.js.map +0 -1
  368. package/esm2015/lib/RippleView_combined.js.map +0 -1
  369. package/esm2015/lib/RippleVisualModelExport.js.map +0 -1
  370. package/esm2015/lib/Suffix.js +0 -8
  371. package/esm2015/lib/Suffix.js.map +0 -1
  372. package/esm2015/lib/SuffixShiftType.js.map +0 -1
  373. package/esm2015/lib/SuffixView.js.map +0 -1
  374. package/esm2015/lib/SuffixVisualModelExport.js.map +0 -1
  375. package/esm2015/lib/TextElementsVisualModelExport.js.map +0 -1
  376. package/esm2015/lib/ThemeResolver.js.map +0 -1
  377. package/esm2015/lib/ValueChangedEventArgs.js.map +0 -1
  378. package/esm2015/lib/igc-button-click-event-args.js.map +0 -1
  379. package/esm2015/lib/igc-button-component.js.map +0 -1
  380. package/esm2015/lib/igc-button-group-button-collection.js.map +0 -1
  381. package/esm2015/lib/igc-button-group-component.js.map +0 -1
  382. package/esm2015/lib/igc-button-group-module.js.map +0 -1
  383. package/esm2015/lib/igc-button-group-selection-changed-event-args.js.map +0 -1
  384. package/esm2015/lib/igc-button-module.js +0 -22
  385. package/esm2015/lib/igc-button-module.js.map +0 -1
  386. package/esm2015/lib/igc-calendar-component.js.map +0 -1
  387. package/esm2015/lib/igc-calendar-locale-en-module.js.map +0 -1
  388. package/esm2015/lib/igc-calendar-module.js +0 -22
  389. package/esm2015/lib/igc-calendar-module.js.map +0 -1
  390. package/esm2015/lib/igc-checkbox-change-event-args.js.map +0 -1
  391. package/esm2015/lib/igc-checkbox-component.js.map +0 -1
  392. package/esm2015/lib/igc-checkbox-module.js.map +0 -1
  393. package/esm2015/lib/igc-date-picker-component.js.map +0 -1
  394. package/esm2015/lib/igc-date-picker-module.js.map +0 -1
  395. package/esm2015/lib/igc-got-focus-event-args.js.map +0 -1
  396. package/esm2015/lib/igc-icon-component.js.map +0 -1
  397. package/esm2015/lib/igc-icon-module.js.map +0 -1
  398. package/esm2015/lib/igc-input-change-event-args.js.map +0 -1
  399. package/esm2015/lib/igc-input-component.js.map +0 -1
  400. package/esm2015/lib/igc-input-group-component.js.map +0 -1
  401. package/esm2015/lib/igc-input-group-input-collection.js.map +0 -1
  402. package/esm2015/lib/igc-input-group-item-component.js.map +0 -1
  403. package/esm2015/lib/igc-input-group-module.js +0 -24
  404. package/esm2015/lib/igc-input-group-module.js.map +0 -1
  405. package/esm2015/lib/igc-input-module.js.map +0 -1
  406. package/esm2015/lib/igc-label-component.js.map +0 -1
  407. package/esm2015/lib/igc-label-module.js.map +0 -1
  408. package/esm2015/lib/igc-lost-focus-event-args.js.map +0 -1
  409. package/esm2015/lib/igc-prefix-component.js.map +0 -1
  410. package/esm2015/lib/igc-prefix-module.js.map +0 -1
  411. package/esm2015/lib/igc-ripple-component.js.map +0 -1
  412. package/esm2015/lib/igc-ripple-module.js.map +0 -1
  413. package/esm2015/lib/igc-suffix-component.js.map +0 -1
  414. package/esm2015/lib/igc-value-changed-event-args.js.map +0 -1
  415. package/esm2015/public_api.js.map +0 -1
  416. package/esm5/igniteui-webcomponents-inputs.js.map +0 -1
  417. package/esm5/lib/Button.js.map +0 -1
  418. package/esm5/lib/ButtonClickEventArgs.js.map +0 -1
  419. package/esm5/lib/ButtonDisplayStyle.js.map +0 -1
  420. package/esm5/lib/ButtonGroup.js +0 -8
  421. package/esm5/lib/ButtonGroup.js.map +0 -1
  422. package/esm5/lib/ButtonGroupButtonCollection.js.map +0 -1
  423. package/esm5/lib/ButtonGroupDisplayStyle.js.map +0 -1
  424. package/esm5/lib/ButtonGroupOrientation.js.map +0 -1
  425. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js.map +0 -1
  426. package/esm5/lib/ButtonGroupView.js.map +0 -1
  427. package/esm5/lib/ButtonGroupView_combined.js.map +0 -1
  428. package/esm5/lib/ButtonGroupVisualModelExport.js.map +0 -1
  429. package/esm5/lib/ButtonView.js.map +0 -1
  430. package/esm5/lib/ButtonView_combined.js.map +0 -1
  431. package/esm5/lib/ButtonVisualModelExport.js.map +0 -1
  432. package/esm5/lib/Calendar.js +0 -8
  433. package/esm5/lib/Calendar.js.map +0 -1
  434. package/esm5/lib/CalendarLocaleEn.js.map +0 -1
  435. package/esm5/lib/CalendarView.js.map +0 -1
  436. package/esm5/lib/CalendarView_combined.js.map +0 -1
  437. package/esm5/lib/CalendarVisualModelExport.js.map +0 -1
  438. package/esm5/lib/Checkbox.js +0 -8
  439. package/esm5/lib/Checkbox.js.map +0 -1
  440. package/esm5/lib/CheckboxChangeEventArgs.js.map +0 -1
  441. package/esm5/lib/CheckboxLabelPosition.js.map +0 -1
  442. package/esm5/lib/CheckboxView.js.map +0 -1
  443. package/esm5/lib/CheckboxView_combined.js.map +0 -1
  444. package/esm5/lib/CheckboxVisualModelExport.js.map +0 -1
  445. package/esm5/lib/DateFormats.js.map +0 -1
  446. package/esm5/lib/DatePicker.js.map +0 -1
  447. package/esm5/lib/DatePickerView.js.map +0 -1
  448. package/esm5/lib/DatePickerView_combined.js.map +0 -1
  449. package/esm5/lib/DatePickerVisualModelExport.js.map +0 -1
  450. package/esm5/lib/DateTimeValueFormatter.js.map +0 -1
  451. package/esm5/lib/DayInfo.js.map +0 -1
  452. package/esm5/lib/DayOfWeek.js.map +0 -1
  453. package/esm5/lib/ElevationHelper.js.map +0 -1
  454. package/esm5/lib/FirstWeek.js.map +0 -1
  455. package/esm5/lib/GotFocusEventArgs.js.map +0 -1
  456. package/esm5/lib/Icon.js.map +0 -1
  457. package/esm5/lib/IconView.js.map +0 -1
  458. package/esm5/lib/IconView_combined.js.map +0 -1
  459. package/esm5/lib/IconVisualModelExport.js.map +0 -1
  460. package/esm5/lib/Input.js +0 -8
  461. package/esm5/lib/Input.js.map +0 -1
  462. package/esm5/lib/InputChangeEventArgs.js.map +0 -1
  463. package/esm5/lib/InputGroup.js +0 -8
  464. package/esm5/lib/InputGroup.js.map +0 -1
  465. package/esm5/lib/InputGroupDisplayType.js.map +0 -1
  466. package/esm5/lib/InputGroupInputCollection.js +0 -8
  467. package/esm5/lib/InputGroupInputCollection.js.map +0 -1
  468. package/esm5/lib/InputGroupItem.js +0 -8
  469. package/esm5/lib/InputGroupItem.js.map +0 -1
  470. package/esm5/lib/InputGroupView.js.map +0 -1
  471. package/esm5/lib/InputGroupView_combined.js.map +0 -1
  472. package/esm5/lib/InputGroupVisualModelExport.js.map +0 -1
  473. package/esm5/lib/InputShiftType.js.map +0 -1
  474. package/esm5/lib/InputView.js.map +0 -1
  475. package/esm5/lib/InputVisualModelExport.js.map +0 -1
  476. package/esm5/lib/KEYCODES.js.map +0 -1
  477. package/esm5/lib/Label.js +0 -8
  478. package/esm5/lib/Label.js.map +0 -1
  479. package/esm5/lib/LabelShiftType.js.map +0 -1
  480. package/esm5/lib/LabelView.js.map +0 -1
  481. package/esm5/lib/LabelVisualModelExport.js.map +0 -1
  482. package/esm5/lib/LostFocusEventArgs.js.map +0 -1
  483. package/esm5/lib/MaskOptions.js.map +0 -1
  484. package/esm5/lib/MaskParsingService.js.map +0 -1
  485. package/esm5/lib/Prefix.js +0 -8
  486. package/esm5/lib/Prefix.js.map +0 -1
  487. package/esm5/lib/PrefixShiftType.js.map +0 -1
  488. package/esm5/lib/PrefixView.js.map +0 -1
  489. package/esm5/lib/PrefixVisualModelExport.js.map +0 -1
  490. package/esm5/lib/Replaced.js.map +0 -1
  491. package/esm5/lib/Ripple.js +0 -8
  492. package/esm5/lib/Ripple.js.map +0 -1
  493. package/esm5/lib/RippleView.js.map +0 -1
  494. package/esm5/lib/RippleView_combined.js.map +0 -1
  495. package/esm5/lib/RippleVisualModelExport.js.map +0 -1
  496. package/esm5/lib/Suffix.js +0 -8
  497. package/esm5/lib/Suffix.js.map +0 -1
  498. package/esm5/lib/SuffixShiftType.js.map +0 -1
  499. package/esm5/lib/SuffixView.js.map +0 -1
  500. package/esm5/lib/SuffixVisualModelExport.js.map +0 -1
  501. package/esm5/lib/TextElementsVisualModelExport.js.map +0 -1
  502. package/esm5/lib/ThemeResolver.js.map +0 -1
  503. package/esm5/lib/ValueChangedEventArgs.js.map +0 -1
  504. package/esm5/lib/igc-button-click-event-args.js.map +0 -1
  505. package/esm5/lib/igc-button-component.js.map +0 -1
  506. package/esm5/lib/igc-button-group-button-collection.js.map +0 -1
  507. package/esm5/lib/igc-button-group-component.js.map +0 -1
  508. package/esm5/lib/igc-button-group-module.js +0 -26
  509. package/esm5/lib/igc-button-group-module.js.map +0 -1
  510. package/esm5/lib/igc-button-group-selection-changed-event-args.js.map +0 -1
  511. package/esm5/lib/igc-button-module.js +0 -26
  512. package/esm5/lib/igc-button-module.js.map +0 -1
  513. package/esm5/lib/igc-calendar-component.js.map +0 -1
  514. package/esm5/lib/igc-calendar-locale-en-module.js.map +0 -1
  515. package/esm5/lib/igc-calendar-module.js +0 -26
  516. package/esm5/lib/igc-calendar-module.js.map +0 -1
  517. package/esm5/lib/igc-checkbox-change-event-args.js.map +0 -1
  518. package/esm5/lib/igc-checkbox-component.js.map +0 -1
  519. package/esm5/lib/igc-checkbox-module.js +0 -26
  520. package/esm5/lib/igc-checkbox-module.js.map +0 -1
  521. package/esm5/lib/igc-date-picker-component.js.map +0 -1
  522. package/esm5/lib/igc-date-picker-module.js.map +0 -1
  523. package/esm5/lib/igc-got-focus-event-args.js.map +0 -1
  524. package/esm5/lib/igc-icon-component.js.map +0 -1
  525. package/esm5/lib/igc-icon-module.js.map +0 -1
  526. package/esm5/lib/igc-input-change-event-args.js.map +0 -1
  527. package/esm5/lib/igc-input-component.js.map +0 -1
  528. package/esm5/lib/igc-input-group-component.js.map +0 -1
  529. package/esm5/lib/igc-input-group-input-collection.js.map +0 -1
  530. package/esm5/lib/igc-input-group-item-component.js.map +0 -1
  531. package/esm5/lib/igc-input-group-module.js +0 -28
  532. package/esm5/lib/igc-input-group-module.js.map +0 -1
  533. package/esm5/lib/igc-input-module.js.map +0 -1
  534. package/esm5/lib/igc-label-component.js.map +0 -1
  535. package/esm5/lib/igc-label-module.js.map +0 -1
  536. package/esm5/lib/igc-lost-focus-event-args.js.map +0 -1
  537. package/esm5/lib/igc-prefix-component.js.map +0 -1
  538. package/esm5/lib/igc-prefix-module.js.map +0 -1
  539. package/esm5/lib/igc-ripple-component.js.map +0 -1
  540. package/esm5/lib/igc-ripple-module.js +0 -22
  541. package/esm5/lib/igc-ripple-module.js.map +0 -1
  542. package/esm5/lib/igc-suffix-component.js.map +0 -1
  543. package/esm5/lib/igc-value-changed-event-args.js +0 -51
  544. package/esm5/lib/igc-value-changed-event-args.js.map +0 -1
  545. package/esm5/public_api.js.map +0 -1
  546. package/fesm2015/igniteui-webcomponents-inputs.js.map +0 -1
  547. package/fesm5/igniteui-webcomponents-inputs.js.map +0 -1
  548. package/lib/Button.d.ts +0 -1
  549. package/lib/ButtonGroup.d.ts +0 -1
  550. package/lib/Calendar.d.ts +0 -1
  551. package/lib/Checkbox.d.ts +0 -1
  552. package/lib/Icon.d.ts +0 -1
  553. package/lib/Input.d.ts +0 -1
  554. package/lib/InputGroup.d.ts +0 -1
  555. package/lib/InputGroupInputCollection.d.ts +0 -1
  556. package/lib/InputGroupItem.d.ts +0 -1
  557. package/lib/Label.d.ts +0 -1
  558. package/lib/Prefix.d.ts +0 -1
  559. package/lib/Ripple.d.ts +0 -1
  560. package/lib/Suffix.d.ts +0 -1
  561. package/lib/igc-button-group-button-collection.d.ts +0 -8
  562. package/lib/igc-button-group-module.d.ts +0 -3
  563. package/lib/igc-button-module.d.ts +0 -3
  564. package/lib/igc-calendar-locale-en-module.d.ts +0 -3
  565. package/lib/igc-calendar-module.d.ts +0 -3
  566. package/lib/igc-checkbox-module.d.ts +0 -3
  567. package/lib/igc-icon-module.d.ts +0 -3
  568. package/lib/igc-input-group-input-collection.d.ts +0 -8
  569. package/lib/igc-input-group-module.d.ts +0 -3
  570. package/lib/igc-input-module.d.ts +0 -3
  571. package/lib/igc-label-module.d.ts +0 -3
  572. package/lib/igc-prefix-module.d.ts +0 -3
  573. package/lib/igc-ripple-module.d.ts +0 -3
  574. package/lib/igc-value-changed-event-args.d.ts +0 -14
@@ -1,14 +1,14 @@
1
1
  import * as tslib_1 from "tslib";
2
- import { Icon } from "./Icon";
2
+ import { XIcon } from "./XIcon";
3
3
  import { brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
4
4
  import { FontInfo } from "igniteui-webcomponents-core";
5
5
  import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
6
6
  import { TypeRegistrar } from "igniteui-webcomponents-core";
7
7
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
8
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
9
- var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10
- tslib_1.__extends(IgcIconComponent, _super);
11
- function IgcIconComponent() {
9
+ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10
+ tslib_1.__extends(IgcXIconComponent, _super);
11
+ function IgcXIconComponent() {
12
12
  var _this = _super.call(this) || this;
13
13
  _this._disconnected = false;
14
14
  _this._settingAttributes = false;
@@ -74,7 +74,7 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
74
74
  // this._checkbox.notifySizeChanged();
75
75
  //});
76
76
  }
77
- IgcIconComponent.prototype._onChildrenChanged = function () {
77
+ IgcXIconComponent.prototype._onChildrenChanged = function () {
78
78
  var children = [];
79
79
  for (var i = 0; i < this.childNodes.length; i++) {
80
80
  var child = this.childNodes[i];
@@ -85,23 +85,23 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
85
85
  this._portalManager.onChildrenChanged(children);
86
86
  };
87
87
  // supports angular themes or custom properties set in CSS
88
- IgcIconComponent.prototype.updateStyle = function () {
88
+ IgcXIconComponent.prototype.updateStyle = function () {
89
89
  this._styling(this, this);
90
90
  };
91
- IgcIconComponent.prototype.destroy = function () {
91
+ IgcXIconComponent.prototype.destroy = function () {
92
92
  this._icon.destroy();
93
93
  this._wrapper.destroy();
94
94
  };
95
- IgcIconComponent.prototype.createImplementation = function () {
96
- return new Icon();
95
+ IgcXIconComponent.prototype.createImplementation = function () {
96
+ return new XIcon();
97
97
  };
98
- IgcIconComponent.prototype.disconnectedCallback = function () {
98
+ IgcXIconComponent.prototype.disconnectedCallback = function () {
99
99
  this._disconnected = true;
100
100
  if (this.i) {
101
101
  this.i.onDetachedFromUI();
102
102
  }
103
103
  };
104
- IgcIconComponent.prototype.connectedCallback = function () {
104
+ IgcXIconComponent.prototype.connectedCallback = function () {
105
105
  if (this._disconnected) {
106
106
  this._disconnected = false;
107
107
  if (this.i) {
@@ -109,8 +109,8 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
109
109
  }
110
110
  return;
111
111
  }
112
- this.classList.add("ig-icon");
113
- this.classList.add("igc-icon");
112
+ this.classList.add("ig-x-icon");
113
+ this.classList.add("igc-x-icon");
114
114
  this.appendChild(this._container.getNativeElement());
115
115
  this._attached = true;
116
116
  this.style.display = "inline-block";
@@ -122,10 +122,10 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
122
122
  this._styling(this, this);
123
123
  this.afterContentInit();
124
124
  };
125
- IgcIconComponent.prototype.afterContentInit = function () {
125
+ IgcXIconComponent.prototype.afterContentInit = function () {
126
126
  //this.i.notifySizeChanged();
127
127
  };
128
- Object.defineProperty(IgcIconComponent.prototype, "i", {
128
+ Object.defineProperty(IgcXIconComponent.prototype, "i", {
129
129
  /**
130
130
  * @hidden
131
131
  */
@@ -137,7 +137,7 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
137
137
  enumerable: true,
138
138
  configurable: true
139
139
  });
140
- IgcIconComponent._createFromInternal = function (internal) {
140
+ IgcXIconComponent._createFromInternal = function (internal) {
141
141
  if (!internal) {
142
142
  return null;
143
143
  }
@@ -151,10 +151,10 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
151
151
  }
152
152
  return TypeRegistrar.create(externalName);
153
153
  };
154
- IgcIconComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
154
+ IgcXIconComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
155
155
  this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
156
156
  };
157
- IgcIconComponent.prototype._flushQueuedAttributes = function () {
157
+ IgcXIconComponent.prototype._flushQueuedAttributes = function () {
158
158
  this._settingAttributes = true;
159
159
  for (var i = 0; i < this._queuedSetAttributes.length; i++) {
160
160
  this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
@@ -162,7 +162,7 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
162
162
  this._settingAttributes = false;
163
163
  this._queuedSetAttributes.length = 0;
164
164
  };
165
- IgcIconComponent.prototype._a = function (attrName, attrValue) {
165
+ IgcXIconComponent.prototype._a = function (attrName, attrValue) {
166
166
  if (this._updatingFromAttribute) {
167
167
  return;
168
168
  }
@@ -179,21 +179,21 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
179
179
  }
180
180
  this._settingAttributes = false;
181
181
  };
182
- Object.defineProperty(IgcIconComponent, "observedAttributes", {
182
+ Object.defineProperty(IgcXIconComponent, "observedAttributes", {
183
183
  get: function () {
184
- if (IgcIconComponent._observedAttributesIgcIconComponent == null) {
185
- var names = getAllPropertyNames(IgcIconComponent);
184
+ if (IgcXIconComponent._observedAttributesIgcXIconComponent == null) {
185
+ var names = getAllPropertyNames(IgcXIconComponent);
186
186
  for (var i = 0; i < names.length; i++) {
187
187
  names[i] = toSpinal(names[i]);
188
188
  }
189
- IgcIconComponent._observedAttributesIgcIconComponent = names;
189
+ IgcXIconComponent._observedAttributesIgcXIconComponent = names;
190
190
  }
191
- return IgcIconComponent._observedAttributesIgcIconComponent;
191
+ return IgcXIconComponent._observedAttributesIgcXIconComponent;
192
192
  },
193
193
  enumerable: true,
194
194
  configurable: true
195
195
  });
196
- IgcIconComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
196
+ IgcXIconComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
197
197
  if (this._settingAttributes) {
198
198
  return;
199
199
  }
@@ -202,111 +202,111 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
202
202
  this[setName] = newValue;
203
203
  this._updatingFromAttribute = false;
204
204
  };
205
- IgcIconComponent.register = function () {
206
- if (!IgcIconComponent._isElementRegistered) {
207
- IgcIconComponent._isElementRegistered = true;
208
- RegisterElementHelper.registerElement(IgcIconComponent.htmlTagName, IgcIconComponent);
205
+ IgcXIconComponent.register = function () {
206
+ if (!IgcXIconComponent._isElementRegistered) {
207
+ IgcXIconComponent._isElementRegistered = true;
208
+ RegisterElementHelper.registerElement(IgcXIconComponent.htmlTagName, IgcXIconComponent);
209
209
  }
210
210
  };
211
- Object.defineProperty(IgcIconComponent.prototype, "actualFill", {
211
+ Object.defineProperty(IgcXIconComponent.prototype, "actualFill", {
212
212
  /**
213
213
  * Gets the color to use for the actual background.
214
214
  */
215
215
  get: function () {
216
- return brushToString(this.i.bo);
216
+ return brushToString(this.i.bu);
217
217
  },
218
218
  set: function (v) {
219
- this.i.bo = stringToBrush(v);
220
- this._a("actualFill", brushToString(this.i.bo));
219
+ this.i.bu = stringToBrush(v);
220
+ this._a("actualFill", brushToString(this.i.bu));
221
221
  },
222
222
  enumerable: true,
223
223
  configurable: true
224
224
  });
225
- Object.defineProperty(IgcIconComponent.prototype, "actualTextColor", {
225
+ Object.defineProperty(IgcXIconComponent.prototype, "actualTextColor", {
226
226
  /**
227
227
  * Gets the color to use for the actual text color.
228
228
  */
229
229
  get: function () {
230
- return brushToString(this.i.bs);
230
+ return brushToString(this.i.by);
231
231
  },
232
232
  set: function (v) {
233
- this.i.bs = stringToBrush(v);
234
- this._a("actualTextColor", brushToString(this.i.bs));
233
+ this.i.by = stringToBrush(v);
234
+ this._a("actualTextColor", brushToString(this.i.by));
235
235
  },
236
236
  enumerable: true,
237
237
  configurable: true
238
238
  });
239
- Object.defineProperty(IgcIconComponent.prototype, "actualHoverFill", {
239
+ Object.defineProperty(IgcXIconComponent.prototype, "actualHoverFill", {
240
240
  /**
241
241
  * Gets the color to use for the actual background.
242
242
  */
243
243
  get: function () {
244
- return brushToString(this.i.bp);
244
+ return brushToString(this.i.bv);
245
245
  },
246
246
  set: function (v) {
247
- this.i.bp = stringToBrush(v);
248
- this._a("actualHoverFill", brushToString(this.i.bp));
247
+ this.i.bv = stringToBrush(v);
248
+ this._a("actualHoverFill", brushToString(this.i.bv));
249
249
  },
250
250
  enumerable: true,
251
251
  configurable: true
252
252
  });
253
- Object.defineProperty(IgcIconComponent.prototype, "actualHoverStroke", {
253
+ Object.defineProperty(IgcXIconComponent.prototype, "actualHoverStroke", {
254
254
  /**
255
255
  * Gets the hover stroke to use for the icon.
256
256
  */
257
257
  get: function () {
258
- return brushToString(this.i.bq);
258
+ return brushToString(this.i.bw);
259
259
  },
260
260
  set: function (v) {
261
- this.i.bq = stringToBrush(v);
262
- this._a("actualHoverStroke", brushToString(this.i.bq));
261
+ this.i.bw = stringToBrush(v);
262
+ this._a("actualHoverStroke", brushToString(this.i.bw));
263
263
  },
264
264
  enumerable: true,
265
265
  configurable: true
266
266
  });
267
- Object.defineProperty(IgcIconComponent.prototype, "actualStroke", {
267
+ Object.defineProperty(IgcXIconComponent.prototype, "actualStroke", {
268
268
  /**
269
269
  * Gets the stroke to use for the icon.
270
270
  */
271
271
  get: function () {
272
- return brushToString(this.i.br);
272
+ return brushToString(this.i.bx);
273
273
  },
274
274
  set: function (v) {
275
- this.i.br = stringToBrush(v);
276
- this._a("actualStroke", brushToString(this.i.br));
275
+ this.i.bx = stringToBrush(v);
276
+ this._a("actualStroke", brushToString(this.i.bx));
277
277
  },
278
278
  enumerable: true,
279
279
  configurable: true
280
280
  });
281
- Object.defineProperty(IgcIconComponent.prototype, "actualHoverStrokeThickness", {
281
+ Object.defineProperty(IgcXIconComponent.prototype, "actualHoverStrokeThickness", {
282
282
  /**
283
283
  * Gets the hover stroke to use for the icon.
284
284
  */
285
285
  get: function () {
286
- return this.i.q;
286
+ return this.i.s;
287
287
  },
288
288
  set: function (v) {
289
- this.i.q = +v;
290
- this._a("actualHoverStrokeThickness", this.i.q);
289
+ this.i.s = +v;
290
+ this._a("actualHoverStrokeThickness", this.i.s);
291
291
  },
292
292
  enumerable: true,
293
293
  configurable: true
294
294
  });
295
- Object.defineProperty(IgcIconComponent.prototype, "actualStrokeThickness", {
295
+ Object.defineProperty(IgcXIconComponent.prototype, "actualStrokeThickness", {
296
296
  /**
297
297
  * Gets the stroke to use for the icon.
298
298
  */
299
299
  get: function () {
300
- return this.i.r;
300
+ return this.i.t;
301
301
  },
302
302
  set: function (v) {
303
- this.i.r = +v;
304
- this._a("actualStrokeThickness", this.i.r);
303
+ this.i.t = +v;
304
+ this._a("actualStrokeThickness", this.i.t);
305
305
  },
306
306
  enumerable: true,
307
307
  configurable: true
308
308
  });
309
- Object.defineProperty(IgcIconComponent.prototype, "fill", {
309
+ Object.defineProperty(IgcXIconComponent.prototype, "fill", {
310
310
  /**
311
311
  * Gets or sets the color to use for the actual background.
312
312
  */
@@ -320,21 +320,21 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
320
320
  enumerable: true,
321
321
  configurable: true
322
322
  });
323
- Object.defineProperty(IgcIconComponent.prototype, "textColor", {
323
+ Object.defineProperty(IgcXIconComponent.prototype, "textColor", {
324
324
  /**
325
325
  * Gets or sets the color to use for the text.
326
326
  */
327
327
  get: function () {
328
- return brushToString(this.i.b2);
328
+ return brushToString(this.i.b8);
329
329
  },
330
330
  set: function (v) {
331
- this.i.b2 = stringToBrush(v);
332
- this._a("textColor", brushToString(this.i.b2));
331
+ this.i.b8 = stringToBrush(v);
332
+ this._a("textColor", brushToString(this.i.b8));
333
333
  },
334
334
  enumerable: true,
335
335
  configurable: true
336
336
  });
337
- Object.defineProperty(IgcIconComponent.prototype, "svgPath", {
337
+ Object.defineProperty(IgcXIconComponent.prototype, "svgPath", {
338
338
  /**
339
339
  * Gets or sets the color to use for the text.
340
340
  */
@@ -347,164 +347,164 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
347
347
  enumerable: true,
348
348
  configurable: true
349
349
  });
350
- Object.defineProperty(IgcIconComponent.prototype, "hoverFill", {
350
+ Object.defineProperty(IgcXIconComponent.prototype, "hoverFill", {
351
351
  /**
352
352
  * Gets or sets the color to use for the actual background.
353
353
  */
354
354
  get: function () {
355
- return brushToString(this.i.by);
355
+ return brushToString(this.i.b4);
356
356
  },
357
357
  set: function (v) {
358
- this.i.by = stringToBrush(v);
359
- this._a("hoverFill", brushToString(this.i.by));
358
+ this.i.b4 = stringToBrush(v);
359
+ this._a("hoverFill", brushToString(this.i.b4));
360
360
  },
361
361
  enumerable: true,
362
362
  configurable: true
363
363
  });
364
- Object.defineProperty(IgcIconComponent.prototype, "hoverStroke", {
364
+ Object.defineProperty(IgcXIconComponent.prototype, "hoverStroke", {
365
365
  /**
366
366
  * Gets or sets the hover stroke to use for the icon.
367
367
  */
368
368
  get: function () {
369
- return brushToString(this.i.bz);
369
+ return brushToString(this.i.b5);
370
370
  },
371
371
  set: function (v) {
372
- this.i.bz = stringToBrush(v);
373
- this._a("hoverStroke", brushToString(this.i.bz));
372
+ this.i.b5 = stringToBrush(v);
373
+ this._a("hoverStroke", brushToString(this.i.b5));
374
374
  },
375
375
  enumerable: true,
376
376
  configurable: true
377
377
  });
378
- Object.defineProperty(IgcIconComponent.prototype, "stroke", {
378
+ Object.defineProperty(IgcXIconComponent.prototype, "stroke", {
379
379
  /**
380
380
  * Gets or sets the stroke to use for the icon.
381
381
  */
382
382
  get: function () {
383
- return brushToString(this.i.b1);
383
+ return brushToString(this.i.b7);
384
384
  },
385
385
  set: function (v) {
386
- this.i.b1 = stringToBrush(v);
387
- this._a("stroke", brushToString(this.i.b1));
386
+ this.i.b7 = stringToBrush(v);
387
+ this._a("stroke", brushToString(this.i.b7));
388
388
  },
389
389
  enumerable: true,
390
390
  configurable: true
391
391
  });
392
- Object.defineProperty(IgcIconComponent.prototype, "hoverStrokeThickness", {
392
+ Object.defineProperty(IgcXIconComponent.prototype, "hoverStrokeThickness", {
393
393
  /**
394
394
  * Gets or sets the hover stroke to use for the icon.
395
395
  */
396
396
  get: function () {
397
- return this.i.u;
397
+ return this.i.w;
398
398
  },
399
399
  set: function (v) {
400
- this.i.u = +v;
401
- this._a("hoverStrokeThickness", this.i.u);
400
+ this.i.w = +v;
401
+ this._a("hoverStrokeThickness", this.i.w);
402
402
  },
403
403
  enumerable: true,
404
404
  configurable: true
405
405
  });
406
- Object.defineProperty(IgcIconComponent.prototype, "strokeThickness", {
406
+ Object.defineProperty(IgcXIconComponent.prototype, "strokeThickness", {
407
407
  /**
408
408
  * Gets or sets the stroke to use for the icon.
409
409
  */
410
410
  get: function () {
411
- return this.i.v;
411
+ return this.i.y;
412
412
  },
413
413
  set: function (v) {
414
- this.i.v = +v;
415
- this._a("strokeThickness", this.i.v);
414
+ this.i.y = +v;
415
+ this._a("strokeThickness", this.i.y);
416
416
  },
417
417
  enumerable: true,
418
418
  configurable: true
419
419
  });
420
- Object.defineProperty(IgcIconComponent.prototype, "textStyle", {
420
+ Object.defineProperty(IgcXIconComponent.prototype, "textStyle", {
421
421
  /**
422
422
  * Gets or sets the use for the button.
423
423
  */
424
424
  get: function () {
425
- if (this.i.d == null) {
425
+ if (this.i.e == null) {
426
426
  return null;
427
427
  }
428
- return this.i.d.fontString;
428
+ return this.i.e.fontString;
429
429
  },
430
430
  set: function (v) {
431
431
  var fi = new FontInfo();
432
432
  fi.fontString = v;
433
- this.i.d = fi;
434
- this._a("textStyle", this.i.d != null ? this.i.d.fontString : "");
433
+ this.i.e = fi;
434
+ this._a("textStyle", this.i.e != null ? this.i.e.fontString : "");
435
435
  },
436
436
  enumerable: true,
437
437
  configurable: true
438
438
  });
439
- Object.defineProperty(IgcIconComponent.prototype, "hoverTextColor", {
439
+ Object.defineProperty(IgcXIconComponent.prototype, "hoverTextColor", {
440
440
  /**
441
441
  * Gets or sets the color to use for the hovered text of the button regardless of type.
442
442
  */
443
443
  get: function () {
444
- return brushToString(this.i.b0);
444
+ return brushToString(this.i.b6);
445
445
  },
446
446
  set: function (v) {
447
- this.i.b0 = stringToBrush(v);
448
- this._a("hoverTextColor", brushToString(this.i.b0));
447
+ this.i.b6 = stringToBrush(v);
448
+ this._a("hoverTextColor", brushToString(this.i.b6));
449
449
  },
450
450
  enumerable: true,
451
451
  configurable: true
452
452
  });
453
- Object.defineProperty(IgcIconComponent.prototype, "id", {
453
+ Object.defineProperty(IgcXIconComponent.prototype, "id", {
454
454
  /**
455
455
  * Gets or sets the id to use for the checkbox.
456
456
  */
457
457
  get: function () {
458
- return this.i.as;
458
+ return this.i.av;
459
459
  },
460
460
  set: function (v) {
461
- this.i.as = v;
461
+ this.i.av = v;
462
462
  },
463
463
  enumerable: true,
464
464
  configurable: true
465
465
  });
466
- Object.defineProperty(IgcIconComponent.prototype, "tabIndex", {
466
+ Object.defineProperty(IgcXIconComponent.prototype, "tabIndex", {
467
467
  /**
468
468
  * Gets or sets TabIndex to use for the checkbox.
469
469
  */
470
470
  get: function () {
471
- return this.i.x;
471
+ return this.i.aa;
472
472
  },
473
473
  set: function (v) {
474
- this.i.x = +v;
475
- this._a("tabIndex", this.i.x);
474
+ this.i.aa = +v;
475
+ this._a("tabIndex", this.i.aa);
476
476
  },
477
477
  enumerable: true,
478
478
  configurable: true
479
479
  });
480
- Object.defineProperty(IgcIconComponent.prototype, "ariaLabel", {
480
+ Object.defineProperty(IgcXIconComponent.prototype, "ariaLabel", {
481
481
  /**
482
482
  * Gets or sets the value of the aria-label attribute.
483
483
  */
484
484
  get: function () {
485
- return this.i.ak;
485
+ return this.i.an;
486
486
  },
487
487
  set: function (v) {
488
- this.i.ak = v;
488
+ this.i.an = v;
489
489
  },
490
490
  enumerable: true,
491
491
  configurable: true
492
492
  });
493
- Object.defineProperty(IgcIconComponent.prototype, "isHover", {
493
+ Object.defineProperty(IgcXIconComponent.prototype, "isHover", {
494
494
  /**
495
495
  * Gets or sets whether the icon is hovered.
496
496
  */
497
497
  get: function () {
498
- return this.i.k;
498
+ return this.i.l;
499
499
  },
500
500
  set: function (v) {
501
- this.i.k = ensureBool(v);
502
- this._a("isHover", this.i.k);
501
+ this.i.l = ensureBool(v);
502
+ this._a("isHover", this.i.l);
503
503
  },
504
504
  enumerable: true,
505
505
  configurable: true
506
506
  });
507
- Object.defineProperty(IgcIconComponent.prototype, "disabled", {
507
+ Object.defineProperty(IgcXIconComponent.prototype, "disabled", {
508
508
  /**
509
509
  * Gets or sets whether the checkbox is disabled.
510
510
  */
@@ -518,22 +518,33 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
518
518
  enumerable: true,
519
519
  configurable: true
520
520
  });
521
- IgcIconComponent.prototype.findByName = function (name) {
521
+ Object.defineProperty(IgcXIconComponent.prototype, "opacity", {
522
+ get: function () {
523
+ return this.i.x;
524
+ },
525
+ set: function (v) {
526
+ this.i.x = +v;
527
+ this._a("opacity", this.i.x);
528
+ },
529
+ enumerable: true,
530
+ configurable: true
531
+ });
532
+ IgcXIconComponent.prototype.findByName = function (name) {
522
533
  return null;
523
534
  };
524
- Object.defineProperty(IgcIconComponent.prototype, "hasUserValues", {
535
+ Object.defineProperty(IgcXIconComponent.prototype, "hasUserValues", {
525
536
  get: function () {
526
537
  return this._hasUserValues;
527
538
  },
528
539
  enumerable: true,
529
540
  configurable: true
530
541
  });
531
- IgcIconComponent.prototype.__m = function (propertyName) {
542
+ IgcXIconComponent.prototype.__m = function (propertyName) {
532
543
  if (!this._inStyling) {
533
544
  this._hasUserValues.add(propertyName);
534
545
  }
535
546
  };
536
- IgcIconComponent.prototype._styling = function (container, component, parent) {
547
+ IgcXIconComponent.prototype._styling = function (container, component, parent) {
537
548
  if (this._inStyling) {
538
549
  return;
539
550
  }
@@ -545,7 +556,7 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
545
556
  if (typeName.indexOf("Xam") === 0) {
546
557
  typeName = typeName.substring(3);
547
558
  }
548
- genericPrefix = toSpinal("IconComponent");
559
+ genericPrefix = toSpinal("XIconComponent");
549
560
  var additionalPrefixes = [];
550
561
  var prefix = toSpinal(typeName);
551
562
  additionalPrefixes.push(prefix + "-");
@@ -578,32 +589,31 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
578
589
  }
579
590
  this._inStyling = false;
580
591
  };
581
- IgcIconComponent.prototype.onDetachedFromUI = function () {
592
+ IgcXIconComponent.prototype.onDetachedFromUI = function () {
582
593
  this.i.onDetachedFromUI();
583
594
  };
584
- IgcIconComponent.prototype.onAttachedToUI = function () {
595
+ IgcXIconComponent.prototype.onAttachedToUI = function () {
585
596
  this.i.onAttachedToUI();
586
597
  };
587
598
  /**
588
599
  * Exports visual information about the current state of the grid.
589
600
 
590
601
  */
591
- IgcIconComponent.prototype.exportVisualModel = function () {
592
- var iv = this.i.z();
602
+ IgcXIconComponent.prototype.exportVisualModel = function () {
603
+ var iv = this.i.ac();
593
604
  return (iv);
594
605
  };
595
606
  /**
596
607
  * Returns a serialized copy of the exported visual model
597
608
 
598
609
  */
599
- IgcIconComponent.prototype.exportSerializedVisualModel = function () {
600
- var iv = this.i.am();
610
+ IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
611
+ var iv = this.i.ap();
601
612
  return (iv);
602
613
  };
603
- IgcIconComponent._observedAttributesIgcIconComponent = null;
604
- IgcIconComponent.htmlTagName = "igc-icon";
605
- IgcIconComponent._isElementRegistered = false;
606
- return IgcIconComponent;
614
+ IgcXIconComponent._observedAttributesIgcXIconComponent = null;
615
+ IgcXIconComponent.htmlTagName = "igc-x-icon";
616
+ IgcXIconComponent._isElementRegistered = false;
617
+ return IgcXIconComponent;
607
618
  }(IgcHTMLElement));
608
- export { IgcIconComponent };
609
- //# sourceMappingURL=igc-icon-component.js.map
619
+ export { IgcXIconComponent };
@@ -5,20 +5,19 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
  import { IgcChildContentModule } from "igniteui-webcomponents-core";
8
- import { IgcInputComponent } from './igc-input-component';
9
- import { Input } from './Input';
8
+ import { IgcXIconComponent } from './igc-x-icon-component';
9
+ import { XIcon } from './XIcon';
10
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
11
- var IgcInputModule = /** @class */ /*@__PURE__*/ (function () {
12
- function IgcInputModule() {
11
+ var IgcXIconModule = /** @class */ /*@__PURE__*/ (function () {
12
+ function IgcXIconModule() {
13
13
  }
14
- IgcInputModule.register = function () {
14
+ IgcXIconModule.register = function () {
15
15
  IgcChildContentModule.register();
16
- IgcInputComponent.register();
17
- TypeRegistrar.registerCons('IgcInputComponent', IgcInputComponent);
18
- TypeRegistrar.registerCons('IgcInputComponent', IgcInputComponent);
19
- TypeRegistrar.register('Input', Input.$type);
16
+ IgcXIconComponent.register();
17
+ TypeRegistrar.registerCons('IgcXIconComponent', IgcXIconComponent);
18
+ TypeRegistrar.registerCons('IgcXIconComponent', IgcXIconComponent);
19
+ TypeRegistrar.register('XIcon', XIcon.$type);
20
20
  };
21
- return IgcInputModule;
21
+ return IgcXIconModule;
22
22
  }());
23
- export { IgcInputModule };
24
- //# sourceMappingURL=igc-input-module.js.map
23
+ export { IgcXIconModule };