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
@@ -5,10 +5,9 @@ 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 { Localization } from "igniteui-webcomponents-core";
8
- import { CalendarLocaleEn } from './CalendarLocaleEn';
9
- export class IgcCalendarLocaleEnModule {
8
+ import { XCalendarLocaleEn } from './XCalendarLocaleEn';
9
+ export class IgcXCalendarLocaleEnModule {
10
10
  static register() {
11
- Localization.register("Calendar-en", new CalendarLocaleEn());
11
+ Localization.register("XCalendar-en", new XCalendarLocaleEn());
12
12
  }
13
13
  }
14
- //# sourceMappingURL=igc-calendar-locale-en-module.js.map
@@ -0,0 +1,21 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { IgcXButtonModule } from './igc-x-button-module';
8
+ import { IgcXIconModule } from './igc-x-icon-module';
9
+ import { IgcXCalendarComponent } from './igc-x-calendar-component';
10
+ import { XCalendar } from './XCalendar';
11
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
12
+ export class IgcXCalendarModule {
13
+ static register() {
14
+ IgcXButtonModule.register();
15
+ IgcXIconModule.register();
16
+ IgcXCalendarComponent.register();
17
+ TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
18
+ TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
19
+ TypeRegistrar.register('XCalendar', XCalendar.$type);
20
+ }
21
+ }
@@ -1,4 +1,4 @@
1
- import { Checkbox } from "./Checkbox";
1
+ import { XCheckbox } from "./XCheckbox";
2
2
  import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
3
3
  import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
4
4
  import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
@@ -10,8 +10,8 @@ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
10
10
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
11
11
  let pending = [];
12
12
  let checked = /*@__PURE__*/ new WeakMap(); // TODO why not WeakSet?
13
- export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
14
- class IgcCheckboxComponent extends IgcHTMLElement {
13
+ export let IgcXCheckboxComponent = /*@__PURE__*/ (() => {
14
+ class IgcXCheckboxComponent extends IgcHTMLElement {
15
15
  constructor() {
16
16
  super();
17
17
  this._disconnected = false;
@@ -81,7 +81,7 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
81
81
  this._wrapper.destroy();
82
82
  }
83
83
  createImplementation() {
84
- return new Checkbox();
84
+ return new XCheckbox();
85
85
  }
86
86
  disconnectedCallback() {
87
87
  this._disconnected = true;
@@ -97,8 +97,8 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
97
97
  }
98
98
  return;
99
99
  }
100
- this.classList.add("ig-checkbox");
101
- this.classList.add("igc-checkbox");
100
+ this.classList.add("ig-x-checkbox");
101
+ this.classList.add("igc-x-checkbox");
102
102
  this.appendChild(this._container.getNativeElement());
103
103
  this._attached = true;
104
104
  this.style.display = "inline-block";
@@ -164,14 +164,14 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
164
164
  this._settingAttributes = false;
165
165
  }
166
166
  static get observedAttributes() {
167
- if (IgcCheckboxComponent._observedAttributesIgcCheckboxComponent == null) {
168
- let names = getAllPropertyNames(IgcCheckboxComponent);
167
+ if (IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent == null) {
168
+ let names = getAllPropertyNames(IgcXCheckboxComponent);
169
169
  for (let i = 0; i < names.length; i++) {
170
170
  names[i] = toSpinal(names[i]);
171
171
  }
172
- IgcCheckboxComponent._observedAttributesIgcCheckboxComponent = names;
172
+ IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent = names;
173
173
  }
174
- return IgcCheckboxComponent._observedAttributesIgcCheckboxComponent;
174
+ return IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent;
175
175
  }
176
176
  attributeChangedCallback(name, oldValue, newValue) {
177
177
  if (this._settingAttributes) {
@@ -183,20 +183,20 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
183
183
  this._updatingFromAttribute = false;
184
184
  }
185
185
  static register() {
186
- if (!IgcCheckboxComponent._isElementRegistered) {
187
- IgcCheckboxComponent._isElementRegistered = true;
188
- RegisterElementHelper.registerElement(IgcCheckboxComponent.htmlTagName, IgcCheckboxComponent);
186
+ if (!IgcXCheckboxComponent._isElementRegistered) {
187
+ IgcXCheckboxComponent._isElementRegistered = true;
188
+ RegisterElementHelper.registerElement(IgcXCheckboxComponent.htmlTagName, IgcXCheckboxComponent);
189
189
  }
190
190
  }
191
191
  /**
192
192
  * Gets or sets the base built in theme to use for the checkbox.
193
193
  */
194
194
  get baseTheme() {
195
- return this.i.d;
195
+ return this.i.i;
196
196
  }
197
197
  set baseTheme(v) {
198
- this.i.d = ensureEnum(BaseControlTheme_$type, v);
199
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.d));
198
+ this.i.i = ensureEnum(BaseControlTheme_$type, v);
199
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.i));
200
200
  }
201
201
  /**
202
202
  * Gets or sets the color to use for the background when the checkbox is unchecked.
@@ -455,11 +455,11 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
455
455
  * Gets or sets LabelPosition to use for the checkbox.
456
456
  */
457
457
  get labelPosition() {
458
- return this.i.h;
458
+ return this.i.e;
459
459
  }
460
460
  set labelPosition(v) {
461
- this.i.h = ensureEnum(CheckboxLabelPosition_$type, v);
462
- this._a("labelPosition", enumToString(CheckboxLabelPosition_$type, this.i.h));
461
+ this.i.e = ensureEnum(CheckboxLabelPosition_$type, v);
462
+ this._a("labelPosition", enumToString(CheckboxLabelPosition_$type, this.i.e));
463
463
  }
464
464
  /**
465
465
  * Gets or sets whether to disable the ripple effect for the checkbox.
@@ -534,7 +534,7 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
534
534
  if (typeName.indexOf("Xam") === 0) {
535
535
  typeName = typeName.substring(3);
536
536
  }
537
- genericPrefix = toSpinal("CheckboxComponent");
537
+ genericPrefix = toSpinal("XCheckboxComponent");
538
538
  let additionalPrefixes = [];
539
539
  let prefix = toSpinal(typeName);
540
540
  additionalPrefixes.push(prefix + "-");
@@ -612,9 +612,8 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
612
612
  this.i.change = delegateCombine(this.i.change, this._change_wrapped);
613
613
  }
614
614
  }
615
- IgcCheckboxComponent._observedAttributesIgcCheckboxComponent = null;
616
- IgcCheckboxComponent.htmlTagName = "igc-checkbox";
617
- IgcCheckboxComponent._isElementRegistered = false;
618
- return IgcCheckboxComponent;
615
+ IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent = null;
616
+ IgcXCheckboxComponent.htmlTagName = "igc-x-checkbox";
617
+ IgcXCheckboxComponent._isElementRegistered = false;
618
+ return IgcXCheckboxComponent;
619
619
  })();
620
- //# sourceMappingURL=igc-checkbox-component.js.map
@@ -0,0 +1,21 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { IgcXRippleModule } from './igc-x-ripple-module';
8
+ import { IgcChildContentModule } from "igniteui-webcomponents-core";
9
+ import { IgcXCheckboxComponent } from './igc-x-checkbox-component';
10
+ import { XCheckbox } from './XCheckbox';
11
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
12
+ export class IgcXCheckboxModule {
13
+ static register() {
14
+ IgcXRippleModule.register();
15
+ IgcChildContentModule.register();
16
+ IgcXCheckboxComponent.register();
17
+ TypeRegistrar.registerCons('IgcXCheckboxComponent', IgcXCheckboxComponent);
18
+ TypeRegistrar.registerCons('IgcXCheckboxComponent', IgcXCheckboxComponent);
19
+ TypeRegistrar.register('XCheckbox', XCheckbox.$type);
20
+ }
21
+ }
@@ -1,12 +1,12 @@
1
- import { Icon } from "./Icon";
1
+ import { XIcon } from "./XIcon";
2
2
  import { brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
3
3
  import { FontInfo } from "igniteui-webcomponents-core";
4
4
  import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
5
5
  import { TypeRegistrar } from "igniteui-webcomponents-core";
6
6
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
7
7
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
8
- export let IgcIconComponent = /*@__PURE__*/ (() => {
9
- class IgcIconComponent extends IgcHTMLElement {
8
+ export let IgcXIconComponent = /*@__PURE__*/ (() => {
9
+ class IgcXIconComponent extends IgcHTMLElement {
10
10
  constructor() {
11
11
  super();
12
12
  this._disconnected = false;
@@ -74,7 +74,7 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
74
74
  this._wrapper.destroy();
75
75
  }
76
76
  createImplementation() {
77
- return new Icon();
77
+ return new XIcon();
78
78
  }
79
79
  disconnectedCallback() {
80
80
  this._disconnected = true;
@@ -90,8 +90,8 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
90
90
  }
91
91
  return;
92
92
  }
93
- this.classList.add("ig-icon");
94
- this.classList.add("igc-icon");
93
+ this.classList.add("ig-x-icon");
94
+ this.classList.add("igc-x-icon");
95
95
  this.appendChild(this._container.getNativeElement());
96
96
  this._attached = true;
97
97
  this.style.display = "inline-block";
@@ -157,14 +157,14 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
157
157
  this._settingAttributes = false;
158
158
  }
159
159
  static get observedAttributes() {
160
- if (IgcIconComponent._observedAttributesIgcIconComponent == null) {
161
- let names = getAllPropertyNames(IgcIconComponent);
160
+ if (IgcXIconComponent._observedAttributesIgcXIconComponent == null) {
161
+ let names = getAllPropertyNames(IgcXIconComponent);
162
162
  for (let i = 0; i < names.length; i++) {
163
163
  names[i] = toSpinal(names[i]);
164
164
  }
165
- IgcIconComponent._observedAttributesIgcIconComponent = names;
165
+ IgcXIconComponent._observedAttributesIgcXIconComponent = names;
166
166
  }
167
- return IgcIconComponent._observedAttributesIgcIconComponent;
167
+ return IgcXIconComponent._observedAttributesIgcXIconComponent;
168
168
  }
169
169
  attributeChangedCallback(name, oldValue, newValue) {
170
170
  if (this._settingAttributes) {
@@ -176,80 +176,80 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
176
176
  this._updatingFromAttribute = false;
177
177
  }
178
178
  static register() {
179
- if (!IgcIconComponent._isElementRegistered) {
180
- IgcIconComponent._isElementRegistered = true;
181
- RegisterElementHelper.registerElement(IgcIconComponent.htmlTagName, IgcIconComponent);
179
+ if (!IgcXIconComponent._isElementRegistered) {
180
+ IgcXIconComponent._isElementRegistered = true;
181
+ RegisterElementHelper.registerElement(IgcXIconComponent.htmlTagName, IgcXIconComponent);
182
182
  }
183
183
  }
184
184
  /**
185
185
  * Gets the color to use for the actual background.
186
186
  */
187
187
  get actualFill() {
188
- return brushToString(this.i.bo);
188
+ return brushToString(this.i.bu);
189
189
  }
190
190
  set actualFill(v) {
191
- this.i.bo = stringToBrush(v);
192
- this._a("actualFill", brushToString(this.i.bo));
191
+ this.i.bu = stringToBrush(v);
192
+ this._a("actualFill", brushToString(this.i.bu));
193
193
  }
194
194
  /**
195
195
  * Gets the color to use for the actual text color.
196
196
  */
197
197
  get actualTextColor() {
198
- return brushToString(this.i.bs);
198
+ return brushToString(this.i.by);
199
199
  }
200
200
  set actualTextColor(v) {
201
- this.i.bs = stringToBrush(v);
202
- this._a("actualTextColor", brushToString(this.i.bs));
201
+ this.i.by = stringToBrush(v);
202
+ this._a("actualTextColor", brushToString(this.i.by));
203
203
  }
204
204
  /**
205
205
  * Gets the color to use for the actual background.
206
206
  */
207
207
  get actualHoverFill() {
208
- return brushToString(this.i.bp);
208
+ return brushToString(this.i.bv);
209
209
  }
210
210
  set actualHoverFill(v) {
211
- this.i.bp = stringToBrush(v);
212
- this._a("actualHoverFill", brushToString(this.i.bp));
211
+ this.i.bv = stringToBrush(v);
212
+ this._a("actualHoverFill", brushToString(this.i.bv));
213
213
  }
214
214
  /**
215
215
  * Gets the hover stroke to use for the icon.
216
216
  */
217
217
  get actualHoverStroke() {
218
- return brushToString(this.i.bq);
218
+ return brushToString(this.i.bw);
219
219
  }
220
220
  set actualHoverStroke(v) {
221
- this.i.bq = stringToBrush(v);
222
- this._a("actualHoverStroke", brushToString(this.i.bq));
221
+ this.i.bw = stringToBrush(v);
222
+ this._a("actualHoverStroke", brushToString(this.i.bw));
223
223
  }
224
224
  /**
225
225
  * Gets the stroke to use for the icon.
226
226
  */
227
227
  get actualStroke() {
228
- return brushToString(this.i.br);
228
+ return brushToString(this.i.bx);
229
229
  }
230
230
  set actualStroke(v) {
231
- this.i.br = stringToBrush(v);
232
- this._a("actualStroke", brushToString(this.i.br));
231
+ this.i.bx = stringToBrush(v);
232
+ this._a("actualStroke", brushToString(this.i.bx));
233
233
  }
234
234
  /**
235
235
  * Gets the hover stroke to use for the icon.
236
236
  */
237
237
  get actualHoverStrokeThickness() {
238
- return this.i.q;
238
+ return this.i.s;
239
239
  }
240
240
  set actualHoverStrokeThickness(v) {
241
- this.i.q = +v;
242
- this._a("actualHoverStrokeThickness", this.i.q);
241
+ this.i.s = +v;
242
+ this._a("actualHoverStrokeThickness", this.i.s);
243
243
  }
244
244
  /**
245
245
  * Gets the stroke to use for the icon.
246
246
  */
247
247
  get actualStrokeThickness() {
248
- return this.i.r;
248
+ return this.i.t;
249
249
  }
250
250
  set actualStrokeThickness(v) {
251
- this.i.r = +v;
252
- this._a("actualStrokeThickness", this.i.r);
251
+ this.i.t = +v;
252
+ this._a("actualStrokeThickness", this.i.t);
253
253
  }
254
254
  /**
255
255
  * Gets or sets the color to use for the actual background.
@@ -265,11 +265,11 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
265
265
  * Gets or sets the color to use for the text.
266
266
  */
267
267
  get textColor() {
268
- return brushToString(this.i.b2);
268
+ return brushToString(this.i.b8);
269
269
  }
270
270
  set textColor(v) {
271
- this.i.b2 = stringToBrush(v);
272
- this._a("textColor", brushToString(this.i.b2));
271
+ this.i.b8 = stringToBrush(v);
272
+ this._a("textColor", brushToString(this.i.b8));
273
273
  }
274
274
  /**
275
275
  * Gets or sets the color to use for the text.
@@ -284,114 +284,114 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
284
284
  * Gets or sets the color to use for the actual background.
285
285
  */
286
286
  get hoverFill() {
287
- return brushToString(this.i.by);
287
+ return brushToString(this.i.b4);
288
288
  }
289
289
  set hoverFill(v) {
290
- this.i.by = stringToBrush(v);
291
- this._a("hoverFill", brushToString(this.i.by));
290
+ this.i.b4 = stringToBrush(v);
291
+ this._a("hoverFill", brushToString(this.i.b4));
292
292
  }
293
293
  /**
294
294
  * Gets or sets the hover stroke to use for the icon.
295
295
  */
296
296
  get hoverStroke() {
297
- return brushToString(this.i.bz);
297
+ return brushToString(this.i.b5);
298
298
  }
299
299
  set hoverStroke(v) {
300
- this.i.bz = stringToBrush(v);
301
- this._a("hoverStroke", brushToString(this.i.bz));
300
+ this.i.b5 = stringToBrush(v);
301
+ this._a("hoverStroke", brushToString(this.i.b5));
302
302
  }
303
303
  /**
304
304
  * Gets or sets the stroke to use for the icon.
305
305
  */
306
306
  get stroke() {
307
- return brushToString(this.i.b1);
307
+ return brushToString(this.i.b7);
308
308
  }
309
309
  set stroke(v) {
310
- this.i.b1 = stringToBrush(v);
311
- this._a("stroke", brushToString(this.i.b1));
310
+ this.i.b7 = stringToBrush(v);
311
+ this._a("stroke", brushToString(this.i.b7));
312
312
  }
313
313
  /**
314
314
  * Gets or sets the hover stroke to use for the icon.
315
315
  */
316
316
  get hoverStrokeThickness() {
317
- return this.i.u;
317
+ return this.i.w;
318
318
  }
319
319
  set hoverStrokeThickness(v) {
320
- this.i.u = +v;
321
- this._a("hoverStrokeThickness", this.i.u);
320
+ this.i.w = +v;
321
+ this._a("hoverStrokeThickness", this.i.w);
322
322
  }
323
323
  /**
324
324
  * Gets or sets the stroke to use for the icon.
325
325
  */
326
326
  get strokeThickness() {
327
- return this.i.v;
327
+ return this.i.y;
328
328
  }
329
329
  set strokeThickness(v) {
330
- this.i.v = +v;
331
- this._a("strokeThickness", this.i.v);
330
+ this.i.y = +v;
331
+ this._a("strokeThickness", this.i.y);
332
332
  }
333
333
  /**
334
334
  * Gets or sets the use for the button.
335
335
  */
336
336
  get textStyle() {
337
- if (this.i.d == null) {
337
+ if (this.i.e == null) {
338
338
  return null;
339
339
  }
340
- return this.i.d.fontString;
340
+ return this.i.e.fontString;
341
341
  }
342
342
  set textStyle(v) {
343
343
  let fi = new FontInfo();
344
344
  fi.fontString = v;
345
- this.i.d = fi;
346
- this._a("textStyle", this.i.d != null ? this.i.d.fontString : "");
345
+ this.i.e = fi;
346
+ this._a("textStyle", this.i.e != null ? this.i.e.fontString : "");
347
347
  }
348
348
  /**
349
349
  * Gets or sets the color to use for the hovered text of the button regardless of type.
350
350
  */
351
351
  get hoverTextColor() {
352
- return brushToString(this.i.b0);
352
+ return brushToString(this.i.b6);
353
353
  }
354
354
  set hoverTextColor(v) {
355
- this.i.b0 = stringToBrush(v);
356
- this._a("hoverTextColor", brushToString(this.i.b0));
355
+ this.i.b6 = stringToBrush(v);
356
+ this._a("hoverTextColor", brushToString(this.i.b6));
357
357
  }
358
358
  /**
359
359
  * Gets or sets the id to use for the checkbox.
360
360
  */
361
361
  get id() {
362
- return this.i.as;
362
+ return this.i.av;
363
363
  }
364
364
  set id(v) {
365
- this.i.as = v;
365
+ this.i.av = v;
366
366
  }
367
367
  /**
368
368
  * Gets or sets TabIndex to use for the checkbox.
369
369
  */
370
370
  get tabIndex() {
371
- return this.i.x;
371
+ return this.i.aa;
372
372
  }
373
373
  set tabIndex(v) {
374
- this.i.x = +v;
375
- this._a("tabIndex", this.i.x);
374
+ this.i.aa = +v;
375
+ this._a("tabIndex", this.i.aa);
376
376
  }
377
377
  /**
378
378
  * Gets or sets the value of the aria-label attribute.
379
379
  */
380
380
  get ariaLabel() {
381
- return this.i.ak;
381
+ return this.i.an;
382
382
  }
383
383
  set ariaLabel(v) {
384
- this.i.ak = v;
384
+ this.i.an = v;
385
385
  }
386
386
  /**
387
387
  * Gets or sets whether the icon is hovered.
388
388
  */
389
389
  get isHover() {
390
- return this.i.k;
390
+ return this.i.l;
391
391
  }
392
392
  set isHover(v) {
393
- this.i.k = ensureBool(v);
394
- this._a("isHover", this.i.k);
393
+ this.i.l = ensureBool(v);
394
+ this._a("isHover", this.i.l);
395
395
  }
396
396
  /**
397
397
  * Gets or sets whether the checkbox is disabled.
@@ -403,6 +403,13 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
403
403
  this.i.disabled = ensureBool(v);
404
404
  this._a("disabled", this.i.disabled);
405
405
  }
406
+ get opacity() {
407
+ return this.i.x;
408
+ }
409
+ set opacity(v) {
410
+ this.i.x = +v;
411
+ this._a("opacity", this.i.x);
412
+ }
406
413
  findByName(name) {
407
414
  return null;
408
415
  }
@@ -426,7 +433,7 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
426
433
  if (typeName.indexOf("Xam") === 0) {
427
434
  typeName = typeName.substring(3);
428
435
  }
429
- genericPrefix = toSpinal("IconComponent");
436
+ genericPrefix = toSpinal("XIconComponent");
430
437
  let additionalPrefixes = [];
431
438
  let prefix = toSpinal(typeName);
432
439
  additionalPrefixes.push(prefix + "-");
@@ -470,7 +477,7 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
470
477
 
471
478
  */
472
479
  exportVisualModel() {
473
- let iv = this.i.z();
480
+ let iv = this.i.ac();
474
481
  return (iv);
475
482
  }
476
483
  /**
@@ -478,13 +485,12 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
478
485
 
479
486
  */
480
487
  exportSerializedVisualModel() {
481
- let iv = this.i.am();
488
+ let iv = this.i.ap();
482
489
  return (iv);
483
490
  }
484
491
  }
485
- IgcIconComponent._observedAttributesIgcIconComponent = null;
486
- IgcIconComponent.htmlTagName = "igc-icon";
487
- IgcIconComponent._isElementRegistered = false;
488
- return IgcIconComponent;
492
+ IgcXIconComponent._observedAttributesIgcXIconComponent = null;
493
+ IgcXIconComponent.htmlTagName = "igc-x-icon";
494
+ IgcXIconComponent._isElementRegistered = false;
495
+ return IgcXIconComponent;
489
496
  })();
490
- //# sourceMappingURL=igc-icon-component.js.map
@@ -5,16 +5,15 @@ 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
- export class IgcInputModule {
11
+ export class IgcXIconModule {
12
12
  static register() {
13
13
  IgcChildContentModule.register();
14
- IgcInputComponent.register();
15
- TypeRegistrar.registerCons('IgcInputComponent', IgcInputComponent);
16
- TypeRegistrar.registerCons('IgcInputComponent', IgcInputComponent);
17
- TypeRegistrar.register('Input', Input.$type);
14
+ IgcXIconComponent.register();
15
+ TypeRegistrar.registerCons('IgcXIconComponent', IgcXIconComponent);
16
+ TypeRegistrar.registerCons('IgcXIconComponent', IgcXIconComponent);
17
+ TypeRegistrar.register('XIcon', XIcon.$type);
18
18
  }
19
19
  }
20
- //# sourceMappingURL=igc-input-module.js.map