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
@@ -0,0 +1,25 @@
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
+ var IgcXCalendarModule = /** @class */ /*@__PURE__*/ (function () {
13
+ function IgcXCalendarModule() {
14
+ }
15
+ IgcXCalendarModule.register = function () {
16
+ IgcXButtonModule.register();
17
+ IgcXIconModule.register();
18
+ IgcXCalendarComponent.register();
19
+ TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
20
+ TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
21
+ TypeRegistrar.register('XCalendar', XCalendar.$type);
22
+ };
23
+ return IgcXCalendarModule;
24
+ }());
25
+ export { IgcXCalendarModule };
@@ -1,5 +1,5 @@
1
1
  import * as tslib_1 from "tslib";
2
- import { Checkbox } from "./Checkbox";
2
+ import { XCheckbox } from "./XCheckbox";
3
3
  import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
4
4
  import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
5
5
  import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
@@ -11,9 +11,9 @@ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
11
11
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
12
12
  var pending = [];
13
13
  var checked = /*@__PURE__*/ new WeakMap(); // TODO why not WeakSet?
14
- var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
15
- tslib_1.__extends(IgcCheckboxComponent, _super);
16
- function IgcCheckboxComponent() {
14
+ var IgcXCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
15
+ tslib_1.__extends(IgcXCheckboxComponent, _super);
16
+ function IgcXCheckboxComponent() {
17
17
  var _this = _super.call(this) || this;
18
18
  _this._disconnected = false;
19
19
  _this._settingAttributes = false;
@@ -81,7 +81,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
81
81
  // this._checkbox.notifySizeChanged();
82
82
  //});
83
83
  }
84
- IgcCheckboxComponent.prototype._onChildrenChanged = function () {
84
+ IgcXCheckboxComponent.prototype._onChildrenChanged = function () {
85
85
  var children = [];
86
86
  for (var i = 0; i < this.childNodes.length; i++) {
87
87
  var child = this.childNodes[i];
@@ -92,23 +92,23 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
92
92
  this._portalManager.onChildrenChanged(children);
93
93
  };
94
94
  // supports angular themes or custom properties set in CSS
95
- IgcCheckboxComponent.prototype.updateStyle = function () {
95
+ IgcXCheckboxComponent.prototype.updateStyle = function () {
96
96
  this._styling(this, this);
97
97
  };
98
- IgcCheckboxComponent.prototype.destroy = function () {
98
+ IgcXCheckboxComponent.prototype.destroy = function () {
99
99
  this._checkbox.destroy();
100
100
  this._wrapper.destroy();
101
101
  };
102
- IgcCheckboxComponent.prototype.createImplementation = function () {
103
- return new Checkbox();
102
+ IgcXCheckboxComponent.prototype.createImplementation = function () {
103
+ return new XCheckbox();
104
104
  };
105
- IgcCheckboxComponent.prototype.disconnectedCallback = function () {
105
+ IgcXCheckboxComponent.prototype.disconnectedCallback = function () {
106
106
  this._disconnected = true;
107
107
  if (this.i) {
108
108
  this.i.onDetachedFromUI();
109
109
  }
110
110
  };
111
- IgcCheckboxComponent.prototype.connectedCallback = function () {
111
+ IgcXCheckboxComponent.prototype.connectedCallback = function () {
112
112
  if (this._disconnected) {
113
113
  this._disconnected = false;
114
114
  if (this.i) {
@@ -116,8 +116,8 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
116
116
  }
117
117
  return;
118
118
  }
119
- this.classList.add("ig-checkbox");
120
- this.classList.add("igc-checkbox");
119
+ this.classList.add("ig-x-checkbox");
120
+ this.classList.add("igc-x-checkbox");
121
121
  this.appendChild(this._container.getNativeElement());
122
122
  this._attached = true;
123
123
  this.style.display = "inline-block";
@@ -128,11 +128,11 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
128
128
  this._styling(this, this);
129
129
  this.afterContentInit();
130
130
  };
131
- IgcCheckboxComponent.prototype.afterContentInit = function () {
131
+ IgcXCheckboxComponent.prototype.afterContentInit = function () {
132
132
  this.i.onContentReady();
133
133
  //this.i.notifySizeChanged();
134
134
  };
135
- Object.defineProperty(IgcCheckboxComponent.prototype, "i", {
135
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "i", {
136
136
  /**
137
137
  * @hidden
138
138
  */
@@ -144,7 +144,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
144
144
  enumerable: true,
145
145
  configurable: true
146
146
  });
147
- IgcCheckboxComponent._createFromInternal = function (internal) {
147
+ IgcXCheckboxComponent._createFromInternal = function (internal) {
148
148
  if (!internal) {
149
149
  return null;
150
150
  }
@@ -158,10 +158,10 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
158
158
  }
159
159
  return TypeRegistrar.create(externalName);
160
160
  };
161
- IgcCheckboxComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
161
+ IgcXCheckboxComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
162
162
  this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
163
163
  };
164
- IgcCheckboxComponent.prototype._flushQueuedAttributes = function () {
164
+ IgcXCheckboxComponent.prototype._flushQueuedAttributes = function () {
165
165
  this._settingAttributes = true;
166
166
  for (var i = 0; i < this._queuedSetAttributes.length; i++) {
167
167
  this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
@@ -169,7 +169,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
169
169
  this._settingAttributes = false;
170
170
  this._queuedSetAttributes.length = 0;
171
171
  };
172
- IgcCheckboxComponent.prototype._a = function (attrName, attrValue) {
172
+ IgcXCheckboxComponent.prototype._a = function (attrName, attrValue) {
173
173
  if (this._updatingFromAttribute) {
174
174
  return;
175
175
  }
@@ -186,21 +186,21 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
186
186
  }
187
187
  this._settingAttributes = false;
188
188
  };
189
- Object.defineProperty(IgcCheckboxComponent, "observedAttributes", {
189
+ Object.defineProperty(IgcXCheckboxComponent, "observedAttributes", {
190
190
  get: function () {
191
- if (IgcCheckboxComponent._observedAttributesIgcCheckboxComponent == null) {
192
- var names = getAllPropertyNames(IgcCheckboxComponent);
191
+ if (IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent == null) {
192
+ var names = getAllPropertyNames(IgcXCheckboxComponent);
193
193
  for (var i = 0; i < names.length; i++) {
194
194
  names[i] = toSpinal(names[i]);
195
195
  }
196
- IgcCheckboxComponent._observedAttributesIgcCheckboxComponent = names;
196
+ IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent = names;
197
197
  }
198
- return IgcCheckboxComponent._observedAttributesIgcCheckboxComponent;
198
+ return IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent;
199
199
  },
200
200
  enumerable: true,
201
201
  configurable: true
202
202
  });
203
- IgcCheckboxComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
203
+ IgcXCheckboxComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
204
204
  if (this._settingAttributes) {
205
205
  return;
206
206
  }
@@ -209,27 +209,27 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
209
209
  this[setName] = newValue;
210
210
  this._updatingFromAttribute = false;
211
211
  };
212
- IgcCheckboxComponent.register = function () {
213
- if (!IgcCheckboxComponent._isElementRegistered) {
214
- IgcCheckboxComponent._isElementRegistered = true;
215
- RegisterElementHelper.registerElement(IgcCheckboxComponent.htmlTagName, IgcCheckboxComponent);
212
+ IgcXCheckboxComponent.register = function () {
213
+ if (!IgcXCheckboxComponent._isElementRegistered) {
214
+ IgcXCheckboxComponent._isElementRegistered = true;
215
+ RegisterElementHelper.registerElement(IgcXCheckboxComponent.htmlTagName, IgcXCheckboxComponent);
216
216
  }
217
217
  };
218
- Object.defineProperty(IgcCheckboxComponent.prototype, "baseTheme", {
218
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "baseTheme", {
219
219
  /**
220
220
  * Gets or sets the base built in theme to use for the checkbox.
221
221
  */
222
222
  get: function () {
223
- return this.i.d;
223
+ return this.i.i;
224
224
  },
225
225
  set: function (v) {
226
- this.i.d = ensureEnum(BaseControlTheme_$type, v);
227
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.d));
226
+ this.i.i = ensureEnum(BaseControlTheme_$type, v);
227
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.i));
228
228
  },
229
229
  enumerable: true,
230
230
  configurable: true
231
231
  });
232
- Object.defineProperty(IgcCheckboxComponent.prototype, "uncheckedBackgroundColor", {
232
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "uncheckedBackgroundColor", {
233
233
  /**
234
234
  * Gets or sets the color to use for the background when the checkbox is unchecked.
235
235
  */
@@ -243,7 +243,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
243
243
  enumerable: true,
244
244
  configurable: true
245
245
  });
246
- Object.defineProperty(IgcCheckboxComponent.prototype, "actualUncheckedBackgroundColor", {
246
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "actualUncheckedBackgroundColor", {
247
247
  /**
248
248
  * Gets or sets the color to use for the actual background when the checkbox is unchecked.
249
249
  */
@@ -257,7 +257,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
257
257
  enumerable: true,
258
258
  configurable: true
259
259
  });
260
- Object.defineProperty(IgcCheckboxComponent.prototype, "checkedBackgroundColor", {
260
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "checkedBackgroundColor", {
261
261
  /**
262
262
  * Gets or sets the color to use for the background when the checkbox is checked.
263
263
  */
@@ -271,7 +271,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
271
271
  enumerable: true,
272
272
  configurable: true
273
273
  });
274
- Object.defineProperty(IgcCheckboxComponent.prototype, "tickColor", {
274
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "tickColor", {
275
275
  /**
276
276
  * Gets or sets the color to use for the check mark when the checkbox is checked.
277
277
  */
@@ -285,7 +285,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
285
285
  enumerable: true,
286
286
  configurable: true
287
287
  });
288
- Object.defineProperty(IgcCheckboxComponent.prototype, "actualTickColor", {
288
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "actualTickColor", {
289
289
  /**
290
290
  * Gets or sets the color to use for the check mark when the checkbox is checked.
291
291
  */
@@ -299,7 +299,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
299
299
  enumerable: true,
300
300
  configurable: true
301
301
  });
302
- Object.defineProperty(IgcCheckboxComponent.prototype, "uncheckedBorderColor", {
302
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "uncheckedBorderColor", {
303
303
  /**
304
304
  * Gets or sets the color to use for the check mark when the checkbox is unchecked.
305
305
  */
@@ -313,7 +313,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
313
313
  enumerable: true,
314
314
  configurable: true
315
315
  });
316
- Object.defineProperty(IgcCheckboxComponent.prototype, "checkedBorderColor", {
316
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "checkedBorderColor", {
317
317
  /**
318
318
  * Gets or sets the color to use for the check mark when the checkbox is checked.
319
319
  */
@@ -327,7 +327,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
327
327
  enumerable: true,
328
328
  configurable: true
329
329
  });
330
- Object.defineProperty(IgcCheckboxComponent.prototype, "actualUncheckedBorderColor", {
330
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "actualUncheckedBorderColor", {
331
331
  /**
332
332
  * Gets or sets the color to use for the check mark when the checkbox is checked.
333
333
  */
@@ -341,7 +341,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
341
341
  enumerable: true,
342
342
  configurable: true
343
343
  });
344
- Object.defineProperty(IgcCheckboxComponent.prototype, "actualCheckedBorderColor", {
344
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "actualCheckedBorderColor", {
345
345
  /**
346
346
  * Gets or sets the color to use for the check mark when the checkbox is checked.
347
347
  */
@@ -355,7 +355,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
355
355
  enumerable: true,
356
356
  configurable: true
357
357
  });
358
- Object.defineProperty(IgcCheckboxComponent.prototype, "borderWidth", {
358
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "borderWidth", {
359
359
  /**
360
360
  * Gets or sets the Width to use for the check mark when the checkbox is checked.
361
361
  */
@@ -369,7 +369,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
369
369
  enumerable: true,
370
370
  configurable: true
371
371
  });
372
- Object.defineProperty(IgcCheckboxComponent.prototype, "actualBorderWidth", {
372
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "actualBorderWidth", {
373
373
  /**
374
374
  * Gets or sets the Width to use for the check mark when the checkbox is checked.
375
375
  */
@@ -383,7 +383,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
383
383
  enumerable: true,
384
384
  configurable: true
385
385
  });
386
- Object.defineProperty(IgcCheckboxComponent.prototype, "cornerRadius", {
386
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "cornerRadius", {
387
387
  /**
388
388
  * Gets or sets the corner radius to use for the checkbox.
389
389
  */
@@ -397,7 +397,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
397
397
  enumerable: true,
398
398
  configurable: true
399
399
  });
400
- Object.defineProperty(IgcCheckboxComponent.prototype, "tickStrokeWidth", {
400
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "tickStrokeWidth", {
401
401
  /**
402
402
  * Gets or sets the corner radius to use for the checkbox.
403
403
  */
@@ -411,7 +411,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
411
411
  enumerable: true,
412
412
  configurable: true
413
413
  });
414
- Object.defineProperty(IgcCheckboxComponent.prototype, "actualTickStrokeWidth", {
414
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "actualTickStrokeWidth", {
415
415
  /**
416
416
  * Gets or sets the stroke width to use for the check mark.
417
417
  */
@@ -425,7 +425,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
425
425
  enumerable: true,
426
426
  configurable: true
427
427
  });
428
- Object.defineProperty(IgcCheckboxComponent.prototype, "actualCornerRadius", {
428
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "actualCornerRadius", {
429
429
  /**
430
430
  * Gets the actual corner radius to use for the checkbox.
431
431
  */
@@ -439,7 +439,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
439
439
  enumerable: true,
440
440
  configurable: true
441
441
  });
442
- Object.defineProperty(IgcCheckboxComponent.prototype, "actualCheckedBackgroundColor", {
442
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "actualCheckedBackgroundColor", {
443
443
  /**
444
444
  * Gets or sets the color to use for the actual background when the checkbox is checked.
445
445
  */
@@ -453,7 +453,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
453
453
  enumerable: true,
454
454
  configurable: true
455
455
  });
456
- Object.defineProperty(IgcCheckboxComponent.prototype, "inputId", {
456
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "inputId", {
457
457
  /**
458
458
  * Gets or sets the id to use for the internal native checkbox.
459
459
  */
@@ -466,7 +466,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
466
466
  enumerable: true,
467
467
  configurable: true
468
468
  });
469
- Object.defineProperty(IgcCheckboxComponent.prototype, "id", {
469
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "id", {
470
470
  /**
471
471
  * Gets or sets the id to use for the checkbox.
472
472
  */
@@ -479,7 +479,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
479
479
  enumerable: true,
480
480
  configurable: true
481
481
  });
482
- Object.defineProperty(IgcCheckboxComponent.prototype, "labelId", {
482
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "labelId", {
483
483
  /**
484
484
  * Gets or sets id to use for the checkbox label.
485
485
  */
@@ -492,7 +492,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
492
492
  enumerable: true,
493
493
  configurable: true
494
494
  });
495
- Object.defineProperty(IgcCheckboxComponent.prototype, "name", {
495
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "name", {
496
496
  /**
497
497
  * Gets or sets name to use for the checkbox.
498
498
  */
@@ -505,7 +505,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
505
505
  enumerable: true,
506
506
  configurable: true
507
507
  });
508
- Object.defineProperty(IgcCheckboxComponent.prototype, "tabIndex", {
508
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "tabIndex", {
509
509
  /**
510
510
  * Gets or sets TabIndex to use for the checkbox.
511
511
  */
@@ -519,7 +519,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
519
519
  enumerable: true,
520
520
  configurable: true
521
521
  });
522
- Object.defineProperty(IgcCheckboxComponent.prototype, "required", {
522
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "required", {
523
523
  /**
524
524
  * Gets or sets if the checkbox is required.
525
525
  */
@@ -533,7 +533,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
533
533
  enumerable: true,
534
534
  configurable: true
535
535
  });
536
- Object.defineProperty(IgcCheckboxComponent.prototype, "ariaLabelledBy", {
536
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "ariaLabelledBy", {
537
537
  /**
538
538
  * Gets or sets the value of the aria-labelledby attribute.
539
539
  */
@@ -546,7 +546,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
546
546
  enumerable: true,
547
547
  configurable: true
548
548
  });
549
- Object.defineProperty(IgcCheckboxComponent.prototype, "ariaLabel", {
549
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "ariaLabel", {
550
550
  /**
551
551
  * Gets or sets the value of the aria-label attribute.
552
552
  */
@@ -559,7 +559,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
559
559
  enumerable: true,
560
560
  configurable: true
561
561
  });
562
- Object.defineProperty(IgcCheckboxComponent.prototype, "value", {
562
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "value", {
563
563
  /**
564
564
  * Gets or sets value to use for the checkbox.
565
565
  */
@@ -572,7 +572,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
572
572
  enumerable: true,
573
573
  configurable: true
574
574
  });
575
- Object.defineProperty(IgcCheckboxComponent.prototype, "focused", {
575
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "focused", {
576
576
  /**
577
577
  * Gets or sets if the checkbox is Focused.
578
578
  */
@@ -586,21 +586,21 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
586
586
  enumerable: true,
587
587
  configurable: true
588
588
  });
589
- Object.defineProperty(IgcCheckboxComponent.prototype, "labelPosition", {
589
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "labelPosition", {
590
590
  /**
591
591
  * Gets or sets LabelPosition to use for the checkbox.
592
592
  */
593
593
  get: function () {
594
- return this.i.h;
594
+ return this.i.e;
595
595
  },
596
596
  set: function (v) {
597
- this.i.h = ensureEnum(CheckboxLabelPosition_$type, v);
598
- this._a("labelPosition", enumToString(CheckboxLabelPosition_$type, this.i.h));
597
+ this.i.e = ensureEnum(CheckboxLabelPosition_$type, v);
598
+ this._a("labelPosition", enumToString(CheckboxLabelPosition_$type, this.i.e));
599
599
  },
600
600
  enumerable: true,
601
601
  configurable: true
602
602
  });
603
- Object.defineProperty(IgcCheckboxComponent.prototype, "disableRipple", {
603
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "disableRipple", {
604
604
  /**
605
605
  * Gets or sets whether to disable the ripple effect for the checkbox.
606
606
  */
@@ -614,7 +614,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
614
614
  enumerable: true,
615
615
  configurable: true
616
616
  });
617
- Object.defineProperty(IgcCheckboxComponent.prototype, "checked", {
617
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "checked", {
618
618
  /**
619
619
  * Gets or sets whether the checkbox is checked.
620
620
  */
@@ -628,7 +628,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
628
628
  enumerable: true,
629
629
  configurable: true
630
630
  });
631
- Object.defineProperty(IgcCheckboxComponent.prototype, "indeterminate", {
631
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "indeterminate", {
632
632
  /**
633
633
  * Gets or sets whether the checkbox is indeterminate.
634
634
  */
@@ -642,7 +642,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
642
642
  enumerable: true,
643
643
  configurable: true
644
644
  });
645
- Object.defineProperty(IgcCheckboxComponent.prototype, "disabled", {
645
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "disabled", {
646
646
  /**
647
647
  * Gets or sets whether the checkbox is disabled.
648
648
  */
@@ -656,7 +656,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
656
656
  enumerable: true,
657
657
  configurable: true
658
658
  });
659
- Object.defineProperty(IgcCheckboxComponent.prototype, "disableTransitions", {
659
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "disableTransitions", {
660
660
  /**
661
661
  * Gets or sets whether the checkbox transitions are disabled.
662
662
  */
@@ -670,22 +670,22 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
670
670
  enumerable: true,
671
671
  configurable: true
672
672
  });
673
- IgcCheckboxComponent.prototype.findByName = function (name) {
673
+ IgcXCheckboxComponent.prototype.findByName = function (name) {
674
674
  return null;
675
675
  };
676
- Object.defineProperty(IgcCheckboxComponent.prototype, "hasUserValues", {
676
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "hasUserValues", {
677
677
  get: function () {
678
678
  return this._hasUserValues;
679
679
  },
680
680
  enumerable: true,
681
681
  configurable: true
682
682
  });
683
- IgcCheckboxComponent.prototype.__m = function (propertyName) {
683
+ IgcXCheckboxComponent.prototype.__m = function (propertyName) {
684
684
  if (!this._inStyling) {
685
685
  this._hasUserValues.add(propertyName);
686
686
  }
687
687
  };
688
- IgcCheckboxComponent.prototype._styling = function (container, component, parent) {
688
+ IgcXCheckboxComponent.prototype._styling = function (container, component, parent) {
689
689
  if (this._inStyling) {
690
690
  return;
691
691
  }
@@ -697,7 +697,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
697
697
  if (typeName.indexOf("Xam") === 0) {
698
698
  typeName = typeName.substring(3);
699
699
  }
700
- genericPrefix = toSpinal("CheckboxComponent");
700
+ genericPrefix = toSpinal("XCheckboxComponent");
701
701
  var additionalPrefixes = [];
702
702
  var prefix = toSpinal(typeName);
703
703
  additionalPrefixes.push(prefix + "-");
@@ -730,17 +730,17 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
730
730
  }
731
731
  this._inStyling = false;
732
732
  };
733
- IgcCheckboxComponent.prototype.onDetachedFromUI = function () {
733
+ IgcXCheckboxComponent.prototype.onDetachedFromUI = function () {
734
734
  this.i.onDetachedFromUI();
735
735
  };
736
- IgcCheckboxComponent.prototype.onAttachedToUI = function () {
736
+ IgcXCheckboxComponent.prototype.onAttachedToUI = function () {
737
737
  this.i.onAttachedToUI();
738
738
  };
739
739
  /**
740
740
  * Exports visual information about the current state of the grid.
741
741
 
742
742
  */
743
- IgcCheckboxComponent.prototype.exportVisualModel = function () {
743
+ IgcXCheckboxComponent.prototype.exportVisualModel = function () {
744
744
  var iv = this.i.a4();
745
745
  return (iv);
746
746
  };
@@ -748,11 +748,11 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
748
748
  * Returns a serialized copy of the exported visual model
749
749
 
750
750
  */
751
- IgcCheckboxComponent.prototype.exportSerializedVisualModel = function () {
751
+ IgcXCheckboxComponent.prototype.exportSerializedVisualModel = function () {
752
752
  var iv = this.i.bv();
753
753
  return (iv);
754
754
  };
755
- Object.defineProperty(IgcCheckboxComponent.prototype, "change", {
755
+ Object.defineProperty(IgcXCheckboxComponent.prototype, "change", {
756
756
  get: function () {
757
757
  return this._change;
758
758
  },
@@ -779,10 +779,9 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
779
779
  enumerable: true,
780
780
  configurable: true
781
781
  });
782
- IgcCheckboxComponent._observedAttributesIgcCheckboxComponent = null;
783
- IgcCheckboxComponent.htmlTagName = "igc-checkbox";
784
- IgcCheckboxComponent._isElementRegistered = false;
785
- return IgcCheckboxComponent;
782
+ IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent = null;
783
+ IgcXCheckboxComponent.htmlTagName = "igc-x-checkbox";
784
+ IgcXCheckboxComponent._isElementRegistered = false;
785
+ return IgcXCheckboxComponent;
786
786
  }(IgcHTMLElement));
787
- export { IgcCheckboxComponent };
788
- //# sourceMappingURL=igc-checkbox-component.js.map
787
+ export { IgcXCheckboxComponent };
@@ -0,0 +1,25 @@
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
+ var IgcXCheckboxModule = /** @class */ /*@__PURE__*/ (function () {
13
+ function IgcXCheckboxModule() {
14
+ }
15
+ IgcXCheckboxModule.register = function () {
16
+ IgcXRippleModule.register();
17
+ IgcChildContentModule.register();
18
+ IgcXCheckboxComponent.register();
19
+ TypeRegistrar.registerCons('IgcXCheckboxComponent', IgcXCheckboxComponent);
20
+ TypeRegistrar.registerCons('IgcXCheckboxComponent', IgcXCheckboxComponent);
21
+ TypeRegistrar.register('XCheckbox', XCheckbox.$type);
22
+ };
23
+ return IgcXCheckboxModule;
24
+ }());
25
+ export { IgcXCheckboxModule };